]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update manual according to http://bugzilla.lyx.org/show_bug...
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX}}
163
164 % use normal list environments also in French documents
165 \StandardLayout
166 \end_preamble
167 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
168 \use_default_options false
169 \language french
170 \inputencoding auto
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100
178 \font_tt_scale 100
179
180 \graphics default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
185 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pdfusetitle false
197 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
198 \papersize default
199 \use_geometry false
200 \use_amsmath 2
201 \use_esint 0
202 \cite_engine basic
203 \use_bibtopic false
204 \paperorientation portrait
205 \secnumdepth 3
206 \tocdepth 3
207 \paragraph_separation skip
208 \defskip medskip
209 \quotes_language english
210 \papercolumns 1
211 \papersides 2
212 \paperpagestyle default
213 \bullet 1 1 34 -1
214 \bullet 2 2 35 -1
215 \bullet 3 2 7 -1
216 \tracking_changes false
217 \output_changes false
218 \author "" 
219 \author "" 
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
226  les Boîtes et les Objets Externes de LyX
227 \end_layout
228
229 \begin_layout Author
230 par l'Équipe LyX
231 \begin_inset Foot
232 status collapsed
233
234 \begin_layout Plain Layout
235 \noindent
236 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
237  de la documentation de LyX: 
238 \begin_inset CommandInset href
239 LatexCommand href
240 name "lyx-docs@lists.lyx.org"
241 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
242 type "mailto:"
243
244 \end_inset
245
246
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 auteur original : Uwe Stöhr
257 \end_layout
258
259 \begin_layout Plain Layout
260 Traduction française : Siegfried Meunier-Guttin-Cluzel
261 \end_layout
262
263 \begin_layout Plain Layout
264 version 1.5.2 - novembre 2007
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \family sans
279 Version 1.6.x
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
297  
298 \series bold
299 arydshln
300 \series default
301
302 \series bold
303 colortbl
304 \series default
305
306 \series bold
307 marginnote
308 \series default
309 , et 
310 \series bold
311 sidecap
312 \series default
313  doivent être installés.
314  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
315  les sections qui nécessitent les paquetages en question n'apparaîtront
316  pas sur la sortie.
317 \end_layout
318
319 \begin_layout Plain Layout
320 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
321 \begin_inset Newline newline
322 \end_inset
323
324
325 \series bold
326 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
327 \begin_inset Newline newline
328 \end_inset
329
330
331 \series default
332 (version anglaise)
333 \end_layout
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Chapter
341 Figures
342 \begin_inset Index
343 status collapsed
344
345 \begin_layout Plain Layout
346 Figures
347 \end_layout
348
349 \end_inset
350
351
352 \begin_inset Index
353 status collapsed
354
355 \begin_layout Plain Layout
356 Graphiques|see
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 {
363 \end_layout
364
365 \end_inset
366
367 Figures
368 \begin_inset ERT
369 status collapsed
370
371 \begin_layout Plain Layout
372
373 }
374 \end_layout
375
376 \end_inset
377
378
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Section
387 La fenêtre de dialogue Graphique
388 \begin_inset Index
389 status collapsed
390
391 \begin_layout Plain Layout
392 Figures ! Fenêtre de dialogue Graphique
393 \end_layout
394
395 \end_inset
396
397
398 \begin_inset CommandInset label
399 LatexCommand label
400 name "sec:Graphics-Dialog"
401
402 \end_inset
403
404
405 \end_layout
406
407 \begin_layout Standard
408 Pour placer une figure dans votre document, cliquez sur le bouton
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412         scaleBeforeRotation
413
414 \end_inset
415
416  dans la barre d'outils, ou faites 
417 \family sans
418 Insérer\SpecialChar \menuseparator
419 Graphique
420 \family default
421 .
422  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
423  à charger.
424  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
425  dans le texte.
426 \end_layout
427
428 \begin_layout Standard
429 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
430  sur une image
431 \begin_inset Note Note
432 status collapsed
433
434 \begin_layout Plain Layout
435 Ça marche aussi avec le bouton gauche ! (NdT)
436 \end_layout
437
438 \end_inset
439
440 .
441  Cette fenêtre de dialogue possède trois onglets:
442 \end_layout
443
444 \begin_layout Description
445 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
446  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
447  Les unités de longueurs utilisées sont décrites dans l'appendice
448 \begin_inset space ~
449 \end_inset
450
451
452 \begin_inset CommandInset ref
453 LatexCommand ref
454 reference "cha:Unités-de-longueur"
455
456 \end_inset
457
458 .
459 \begin_inset Newline newline
460 \end_inset
461
462
463 \begin_inset Index
464 status collapsed
465
466 \begin_layout Plain Layout
467 Figures ! Pivotées
468 \end_layout
469
470 \end_inset
471
472 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
473  d'une montre, en donnant l'angle de rotation et la position du pivot.
474  L'image apparaîtra pivotée dans LyX.
475 \begin_inset Newline newline
476 \end_inset
477
478
479 \begin_inset Index
480 status collapsed
481
482 \begin_layout Plain Layout
483 Figures ! Redimensionnées
484 \end_layout
485
486 \end_inset
487
488 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
489  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
490  sa largeur.
491  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
492  déterminée automatiquement.
493  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
494  éventuellement une distorsion.
495  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
496  
497 \family sans
498 Conserver
499 \begin_inset space ~
500 \end_inset
501
502 les
503 \begin_inset space ~
504 \end_inset
505
506 proportions
507 \family default
508 .
509  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
510  pas les valeurs fixées.
511  
512 \begin_inset Newline newline
513 \end_inset
514
515 Les images peuvent être modifiée en utilisant le programme de votre choix
516  
517 \lang english
518 by right-clicking on it choosing the entry
519 \lang french
520  
521 \family sans
522 Éditer le fichier ailleurs
523 \family default
524  
525 \lang english
526 in the appearing context menu.
527
528 \lang french
529  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
530  
531 \family sans
532 Formats
533 \begin_inset space ~
534 \end_inset
535
536 de
537 \begin_inset space ~
538 \end_inset
539
540 fichiers
541 \family default
542  dans la fenêtre de dialogue de 
543 \family sans
544 Préférences
545 \family default
546  de LyX.
547 \end_layout
548
549 \begin_layout Description
550 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
551  la sortie finale est de modifier les coordonnées de la zone de l'image
552  qui est affichée.
553  Cette zone peut être calculée automatiquement à partir des données présentes
554  dans le fichier en appuyant sur le bouton 
555 \family sans
556 Valeurs
557 \begin_inset space ~
558 \end_inset
559
560 du
561 \begin_inset space ~
562 \end_inset
563
564 Fichier
565 \family default
566 .
567  Avec l'option 
568 \family sans
569 Couper
570 \begin_inset space ~
571 \end_inset
572
573 à
574 \begin_inset space ~
575 \end_inset
576
577 la
578 \begin_inset space ~
579 \end_inset
580
581 boîte
582 \begin_inset space ~
583 \end_inset
584
585 de
586 \begin_inset space ~
587 \end_inset
588
589 délimitation, 
590 \family default
591 seule la portion de l'image qui est dans la zone définie sera imprimée.
592  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
593  donc vous pouvez ignorer l'onglet 
594 \family sans
595 Rogner
596 \family default
597 .
598 \end_layout
599
600 \begin_layout Description
601
602 \family sans
603 Options
604 \begin_inset space ~
605 \end_inset
606
607 LaTeX
608 \begin_inset space ~
609 \end_inset
610
611 et
612 \begin_inset space ~
613 \end_inset
614
615 LyX
616 \family default
617  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
618  les experts ès-LaTeX pourront fournir des options supplémentaires pour
619  LaTeX
620 \begin_inset Newline newline
621 \end_inset
622
623 L'option 
624 \family sans
625 Mode brouillon
626 \family default
627  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
628  avec la taille de l'image.
629 \begin_inset Newline newline
630 \end_inset
631
632 L'option 
633 \family sans
634 Ne
635 \begin_inset space ~
636 \end_inset
637
638 pas
639 \begin_inset space ~
640 \end_inset
641
642 décompresser
643 \begin_inset space ~
644 \end_inset
645
646 à
647 \begin_inset space ~
648 \end_inset
649
650 l'exportation
651 \family default
652  n'affectera que les graphiques EPS zippés, par exemple 
653 \family typewriter
654 x.eps.gz
655 \family default
656 .
657  Quand cette option est activée, les images ne sont pas décompressées à
658  l'exportation, vu que LaTeX peut les traiter telles-quelles
659 \begin_inset Newline newline
660 \end_inset
661
662 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
663  disques quand on utilise PostScript comme format de sortie, voir l'appendice
664 \begin_inset space ~
665 \end_inset
666
667
668 \begin_inset CommandInset ref
669 LatexCommand ref
670 reference "sec:PostScript"
671
672 \end_inset
673
674 .
675  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
676  terminal UNIX ou une console Windows:
677 \begin_inset Newline newline
678 \end_inset
679
680
681 \series bold
682 gzip x.eps
683 \series default
684
685 \begin_inset Newline newline
686 \end_inset
687
688
689 \series bold
690 zgrep %%Bounding x.eps.gz > x.eps.bb
691 \series default
692
693 \begin_inset Newline newline
694 \end_inset
695
696 La seconde commande va créer le fichier contenant la description de la boîte
697  de délimitation 
698 \begin_inset Quotes eld
699 \end_inset
700
701
702 \family typewriter
703 x.eps.bb
704 \family default
705
706 \begin_inset Quotes erd
707 \end_inset
708
709  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
710 \begin_inset Newline newline
711 \end_inset
712
713 Le champ 
714 \family sans
715 Initialiser
716 \begin_inset space ~
717 \end_inset
718
719 le
720 \begin_inset space ~
721 \end_inset
722
723 nom
724 \begin_inset space ~
725 \end_inset
726
727 du
728 \begin_inset space ~
729 \end_inset
730
731 groupe
732 \family default
733  vous permet de définir ou de choisir un groupe de paramètres d'image
734 \begin_inset Index
735 status open
736
737 \begin_layout Plain Layout
738 Figures ! Groupes de paramétrisation
739 \end_layout
740
741 \end_inset
742
743 .
744  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
745  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
746  les autres soient automatiquement modifiées de la même manière.
747  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
748  avoir à modifier leur taille manuellement une par une.
749  On peut rattacher une image à un groupe existant en utilisant le menu contextue
750 l de l'image et en cochant le nom du groupe dans la liste
751 \begin_inset Foot
752 status open
753
754 \begin_layout Plain Layout
755 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
756 \end_layout
757
758 \end_inset
759
760 .
761 \end_layout
762
763 \begin_layout Standard
764 \begin_inset VSpace bigskip
765 \end_inset
766
767
768 \end_layout
769
770 \begin_layout Standard
771 Voici un exemple d'image au format EPS
772 \begin_inset Foot
773 status collapsed
774
775 \begin_layout Plain Layout
776 Les format d'images sont décrits dans la section
777 \begin_inset space ~
778 \end_inset
779
780
781 \begin_inset CommandInset ref
782 LatexCommand ref
783 reference "sec:Image-Formats"
784
785 \end_inset
786
787 .
788 \end_layout
789
790 \end_inset
791
792  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
793 nt:
794 \end_layout
795
796 \begin_layout Standard
797 \align center
798 \begin_inset Graphics
799         filename ../clipart/mobius.eps
800         scale 70
801         scaleBeforeRotation
802         rotateOrigin center
803
804 \end_inset
805
806
807 \end_layout
808
809 \begin_layout Standard
810 Et voici la même image mais en mode brouillon:
811 \end_layout
812
813 \begin_layout Standard
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/mobius.eps
817         scale 70
818         draft
819         scaleBeforeRotation
820         rotateOrigin center
821
822 \end_inset
823
824
825 \end_layout
826
827 \begin_layout Section
828 Figures Flottantes
829 \begin_inset CommandInset label
830 LatexCommand label
831 name "sec:Figure-Floats"
832
833 \end_inset
834
835
836 \begin_inset Index
837 status collapsed
838
839 \begin_layout Plain Layout
840 Flottants ! Figures
841 \end_layout
842
843 \end_inset
844
845
846 \begin_inset Index
847 status collapsed
848
849 \begin_layout Plain Layout
850 Figures ! Flottants
851 \end_layout
852
853 \end_inset
854
855
856 \end_layout
857
858 \begin_layout Standard
859 Pour des explications d'ordre général concernant les flottants, jetez un
860  coup d'œil à la section
861 \begin_inset space ~
862 \end_inset
863
864
865 \begin_inset CommandInset ref
866 LatexCommand ref
867 reference "sec:Flottants-Introduction"
868
869 \end_inset
870
871 .
872 \end_layout
873
874 \begin_layout Standard
875 Le bouton 
876 \begin_inset Graphics
877         filename ../../images/float-insert_figure.png
878         scale 85
879         scaleBeforeRotation
880
881 \end_inset
882
883  de la barre d'outils et le menu 
884 \family sans
885 Insérer\SpecialChar \menuseparator
886 Flottant\SpecialChar \menuseparator
887 Figure
888 \family default
889  insèrent un flottant avec l'étiquette 
890 \begin_inset Quotes eld
891 \end_inset
892
893
894 \series bold
895 Figure
896 \begin_inset space ~
897 \end_inset
898
899 #:
900 \series default
901
902 \begin_inset Quotes erd
903 \end_inset
904
905  (# est le numéro réel de l'image).
906  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
907 \begin_inset space ~
908 \end_inset
909
910
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:kill-plat"
914
915 \end_inset
916
917  ou en dessous de la légende comme pour la Figure
918 \begin_inset space ~
919 \end_inset
920
921
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "fig:escher"
925
926 \end_inset
927
928 .
929  Vous trouverez plus d'information sur le positionnement des légendes dans
930  la section
931 \begin_inset space ~
932 \end_inset
933
934
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "sec:Placement-légende"
938
939 \end_inset
940
941 .
942 \end_layout
943
944 \begin_layout Standard
945 \begin_inset Float figure
946 wide false
947 sideways false
948 status open
949
950 \begin_layout Plain Layout
951 \align center
952 \begin_inset Graphics
953         filename ../clipart/platypus.eps
954         width 50col%
955         scaleBeforeRotation
956         rotateOrigin center
957
958 \end_inset
959
960
961 \end_layout
962
963 \begin_layout Plain Layout
964 \begin_inset Caption
965
966 \begin_layout Plain Layout
967 \begin_inset CommandInset label
968 LatexCommand label
969 name "fig:kill-plat"
970
971 \end_inset
972
973 Un ornithorynque sévèrement déformé dans un flottant de figure.
974 \end_layout
975
976 \end_inset
977
978
979 \end_layout
980
981 \end_inset
982
983
984 \end_layout
985
986 \begin_layout Standard
987 \begin_inset Float figure
988 wide false
989 sideways false
990 status open
991
992 \begin_layout Plain Layout
993 \begin_inset Caption
994
995 \begin_layout Plain Layout
996 \begin_inset CommandInset label
997 LatexCommand label
998 name "fig:escher"
999
1000 \end_inset
1001
1002 M.C.
1003  Escher sous LSD.
1004 \end_layout
1005
1006 \end_inset
1007
1008
1009 \end_layout
1010
1011 \begin_layout Plain Layout
1012 \align center
1013 \begin_inset Graphics
1014         filename ../clipart/escher-lsd.eps
1015         scale 80
1016         scaleBeforeRotation
1017         rotateOrigin center
1018
1019 \end_inset
1020
1021
1022 \end_layout
1023
1024 \end_inset
1025
1026
1027 \end_layout
1028
1029 \begin_layout Standard
1030 \begin_inset Index
1031 status collapsed
1032
1033 \begin_layout Plain Layout
1034 References@Références ! à des Figures
1035 \end_layout
1036
1037 \end_inset
1038
1039 Les figure
1040 \begin_inset space ~
1041 \end_inset
1042
1043
1044 \begin_inset CommandInset ref
1045 LatexCommand ref
1046 reference "fig:kill-plat"
1047
1048 \end_inset
1049
1050  et 
1051 \begin_inset CommandInset ref
1052 LatexCommand ref
1053 reference "fig:escher"
1054
1055 \end_inset
1056
1057  sont des exemples de figures référencées.
1058  Dans le texte, on fait référence à une figure en faisant référence à sa
1059  légende.
1060  On insère donc une étiquette dans la légende en utilisant le menu 
1061 \family sans
1062 Insérer
1063 \family default
1064 \SpecialChar \menuseparator
1065
1066 \family sans
1067 Étiquette
1068 \family default
1069  ou le bouton 
1070 \begin_inset Graphics
1071         filename ../../images/label-insert.png
1072         scale 85
1073         scaleBeforeRotation
1074
1075 \end_inset
1076
1077  de la barre d'outils.
1078  On peut alors faire référence à cette étiquette en utilisant le menu 
1079 \family sans
1080 Insérer\SpecialChar \menuseparator
1081 Référence
1082 \begin_inset space ~
1083 \end_inset
1084
1085 croisée
1086 \family default
1087  ou le bouton 
1088 \begin_inset Graphics
1089         filename ../../images/dialog-show-new-inset_ref.png
1090         scale 85
1091         scaleBeforeRotation
1092
1093 \end_inset
1094
1095  de la barre d'outils.
1096  Il est important d'utiliser des références pour les flottants de figures
1097  plutôt que des locutions vagues du genre 
1098 \begin_inset Quotes eld
1099 \end_inset
1100
1101 la figure ci-dessous
1102 \begin_inset Quotes erd
1103 \end_inset
1104
1105 , puisque LaTeX va repositionner la figure dans le document final.
1106  Votre figure risque de ne plus être ci-dessous du tout !
1107 \begin_inset Newline newline
1108 \end_inset
1109
1110 Le référencement est expliqué plus en détail dans la section
1111 \begin_inset space ~
1112 \end_inset
1113
1114
1115 \begin_inset CommandInset ref
1116 LatexCommand ref
1117 reference "sec:Referencer-les-Flottants"
1118
1119 \end_inset
1120
1121 .
1122 \end_layout
1123
1124 \begin_layout Standard
1125 En principe on met une seule figure dans un flottant, mais parfois vous
1126  pouvez vouloir deux figures avec chacune sa sous-légende.
1127  C'est possible en insérant des flottants d'image dans des flottants d'image
1128  existants.
1129  Notez que seule la légende principale des flottants est reprise dans la
1130  liste des figures.
1131  La figure
1132 \begin_inset space ~
1133 \end_inset
1134
1135
1136 \begin_inset CommandInset ref
1137 LatexCommand ref
1138 reference "fig:Deux-images-déformées"
1139
1140 \end_inset
1141
1142  est un exemple de flottant de figure avec deux images mises l'une à côté
1143  de l'autre.
1144  Vous pouvez aussi mettre les images les unes sous les autres.
1145  Les figures
1146 \begin_inset space ~
1147 \end_inset
1148
1149
1150 \begin_inset CommandInset ref
1151 LatexCommand ref
1152 reference "fig:Structure-indéfinissable"
1153
1154 \end_inset
1155
1156  et 
1157 \begin_inset CommandInset ref
1158 LatexCommand ref
1159 reference "fig:Un-ornithorynque"
1160
1161 \end_inset
1162
1163  sont des sous-figures.
1164 \end_layout
1165
1166 \begin_layout Standard
1167 \begin_inset Float figure
1168 wide false
1169 sideways false
1170 status open
1171
1172 \begin_layout Plain Layout
1173 \begin_inset space \hfill{}
1174 \end_inset
1175
1176
1177 \begin_inset Float figure
1178 wide false
1179 sideways false
1180 status open
1181
1182 \begin_layout Plain Layout
1183 \begin_inset Caption
1184
1185 \begin_layout Plain Layout
1186 \begin_inset CommandInset label
1187 LatexCommand label
1188 name "fig:Structure-indéfinissable"
1189
1190 \end_inset
1191
1192 Structure indéfinissable
1193 \end_layout
1194
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \begin_layout Plain Layout
1201 \begin_inset Graphics
1202         filename ../clipart/escher-lsd.eps
1203         width 45col%
1204         scaleBeforeRotation
1205         groupId Déformés
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \end_inset
1213
1214
1215 \begin_inset space \hfill{}
1216 \end_inset
1217
1218
1219 \begin_inset Float figure
1220 wide false
1221 sideways false
1222 status open
1223
1224 \begin_layout Plain Layout
1225 \begin_inset Caption
1226
1227 \begin_layout Plain Layout
1228 \begin_inset CommandInset label
1229 LatexCommand label
1230 name "fig:Un-ornithorynque"
1231
1232 \end_inset
1233
1234 Un ornithorynque
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \end_layout
1241
1242 \begin_layout Plain Layout
1243 \begin_inset Graphics
1244         filename ../clipart/platypus.eps
1245         width 45col%
1246         scaleBeforeRotation
1247         groupId Déformés
1248
1249 \end_inset
1250
1251
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset space \hfill{}
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \begin_layout Plain Layout
1264 \begin_inset Caption
1265
1266 \begin_layout Plain Layout
1267 \begin_inset CommandInset label
1268 LatexCommand label
1269 name "fig:Deux-images-déformées"
1270
1271 \end_inset
1272
1273 Deux images déformées.
1274  Les deux images font partie du groupe de paramétrisation 
1275 \begin_inset Quotes eld
1276 \end_inset
1277
1278 déformés
1279 \begin_inset Quotes erd
1280 \end_inset
1281
1282 .
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \end_layout
1294
1295 \begin_layout Section
1296 Les Formats d'images
1297 \begin_inset CommandInset label
1298 LatexCommand label
1299 name "sec:Image-Formats"
1300
1301 \end_inset
1302
1303
1304 \begin_inset Index
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 Formats d' images
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \begin_inset Index
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 Figures ! Formats d'images
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \begin_layout Standard
1327 Vous pouvez insérer des images dans n'importe quel format connu.
1328  Mais, comme nous l'avons expliqué dans l'appendice
1329 \begin_inset space ~
1330 \end_inset
1331
1332
1333 \begin_inset CommandInset ref
1334 LatexCommand ref
1335 reference "cha:Formats-fichiers-graphiques"
1336
1337 \end_inset
1338
1339 ,
1340 \lang english
1341  
1342 \lang french
1343 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1344  de formats d'images.
1345  Pour s'en sortir LyX utilise le programme 
1346 \family typewriter
1347 Imagemagick
1348 \family default
1349  en arrière plan pour convertir les formats que vous utilisez dans un des
1350  formats acceptés par le format de sortie.
1351  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1352 ons en n'utilisant que les formats listés dans les sous sections de
1353 \lang english
1354  
1355 \lang french
1356 l'appendice
1357 \begin_inset space ~
1358 \end_inset
1359
1360
1361 \begin_inset CommandInset ref
1362 LatexCommand ref
1363 reference "cha:Formats-fichiers-graphiques"
1364
1365 \end_inset
1366
1367 .
1368 \end_layout
1369
1370 \begin_layout Standard
1371 Comme pour les polices de caractères, il y a deux grands types de formats
1372  d'images:
1373 \end_layout
1374
1375 \begin_layout Description
1376 Les
1377 \begin_inset space ~
1378 \end_inset
1379
1380 images
1381 \begin_inset space ~
1382 \end_inset
1383
1384 Matricielles
1385 \begin_inset space ~
1386 \end_inset
1387
1388 (ou
1389 \begin_inset space ~
1390 \end_inset
1391
1392 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1393  enregistrés sous un format compressé.
1394  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1395  petits carrés quand on utilise des agrandissements trop importants (aspect
1396  
1397 \begin_inset Quotes eld
1398 \end_inset
1399
1400 pixellisé
1401 \begin_inset Quotes erd
1402 \end_inset
1403
1404 ).
1405  Les formats matriciels les plus connus sont le GIF (
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409 Graphics Interchange Format
1410 \begin_inset Quotes erd
1411 \end_inset
1412
1413 , avec comme extension de fichier 
1414 \begin_inset Quotes eld
1415 \end_inset
1416
1417
1418 \family typewriter
1419 .gif
1420 \family default
1421
1422 \begin_inset Quotes erd
1423 \end_inset
1424
1425 )
1426 \begin_inset Index
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 GIF|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Format d'image
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457 , le PNG (
1458 \begin_inset Quotes eld
1459 \end_inset
1460
1461 Portable Network Graphics, extension 
1462 \begin_inset Quotes eld
1463 \end_inset
1464
1465
1466 \family typewriter
1467 .png
1468 \family default
1469
1470 \begin_inset Quotes erd
1471 \end_inset
1472
1473 )
1474 \begin_inset Index
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 PNG|see
1479 \begin_inset ERT
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483
1484 {
1485 \end_layout
1486
1487 \end_inset
1488
1489 Formats d'image
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 }
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \end_inset
1504
1505  et le JPG (
1506 \begin_inset Quotes eld
1507 \end_inset
1508
1509 Joint Photographic Expert Group, extension 
1510 \begin_inset Quotes eld
1511 \end_inset
1512
1513
1514 \family typewriter
1515 .jpg
1516 \family default
1517
1518 \begin_inset Quotes erd
1519 \end_inset
1520
1521  ou 
1522 \begin_inset Quotes eld
1523 \end_inset
1524
1525
1526 \family typewriter
1527 .jpeg
1528 \family default
1529
1530 \begin_inset Quotes erd
1531 \end_inset
1532
1533 )
1534 \begin_inset Index
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538 JPG|see
1539 \begin_inset ERT
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543
1544 {
1545 \end_layout
1546
1547 \end_inset
1548
1549 Formats d'image
1550 \begin_inset ERT
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554
1555 }
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564
1565 .
1566 \end_layout
1567
1568 \begin_layout Description
1569 Les
1570 \begin_inset space ~
1571 \end_inset
1572
1573 images
1574 \begin_inset space ~
1575 \end_inset
1576
1577 Vectorielles
1578 \begin_inset space ~
1579 \end_inset
1580
1581 (ou
1582 \begin_inset space ~
1583 \end_inset
1584
1585 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1586  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1587 nnée comme on le veut sans perte de précision.
1588  La possibilité de redimensionner les images est très utilisé pour les présentat
1589 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1590 nnement.
1591  Le redimensionnement permet aussi de présenter des documents en ligne où
1592  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1593  étudier les détails.
1594 \begin_inset Newline newline
1595 \end_inset
1596
1597 Les principaux formats vectoriels sont le SVG (
1598 \begin_inset Quotes eld
1599 \end_inset
1600
1601 Scalable Vector Graphics
1602 \begin_inset Quotes erd
1603 \end_inset
1604
1605 , extension
1606 \begin_inset Quotes eld
1607 \end_inset
1608
1609
1610 \family typewriter
1611 .svg
1612 \family default
1613
1614 \begin_inset Quotes erd
1615 \end_inset
1616
1617 )
1618 \begin_inset Index
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 SVG|see
1623 \begin_inset ERT
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628 {
1629 \end_layout
1630
1631 \end_inset
1632
1633 Format d'image
1634 \begin_inset ERT
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638
1639 }
1640 \end_layout
1641
1642 \end_inset
1643
1644
1645 \end_layout
1646
1647 \end_inset
1648
1649 , l'EPS ( 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653 encapsulated PostScript
1654 \begin_inset Quotes erd
1655 \end_inset
1656
1657 , extension
1658 \begin_inset Quotes eld
1659 \end_inset
1660
1661
1662 \family typewriter
1663 .eps
1664 \family default
1665
1666 \begin_inset Quotes erd
1667 \end_inset
1668
1669 )
1670 \begin_inset Index
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 EPS|see
1675 \begin_inset ERT
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679
1680 {
1681 \end_layout
1682
1683 \end_inset
1684
1685 Format d'image
1686 \begin_inset ERT
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690
1691 }
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \end_inset
1700
1701 , le PDF (
1702 \begin_inset Quotes eld
1703 \end_inset
1704
1705 Portable Document Format
1706 \begin_inset Quotes erd
1707 \end_inset
1708
1709 , extension
1710 \begin_inset Quotes eld
1711 \end_inset
1712
1713
1714 \family typewriter
1715 .pdf
1716 \family default
1717
1718 \begin_inset Quotes erd
1719 \end_inset
1720
1721 )
1722 \begin_inset Index
1723 status collapsed
1724
1725 \begin_layout Plain Layout
1726 PDF|see
1727 \begin_inset ERT
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731
1732 {
1733 \end_layout
1734
1735 \end_inset
1736
1737 Format d'image
1738 \begin_inset ERT
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742
1743 }
1744 \end_layout
1745
1746 \end_inset
1747
1748
1749 \end_layout
1750
1751 \end_inset
1752
1753  et le WMF (
1754 \begin_inset Quotes eld
1755 \end_inset
1756
1757 Windows Metafile
1758 \begin_inset Quotes erd
1759 \end_inset
1760
1761 , extension 
1762 \begin_inset Quotes eld
1763 \end_inset
1764
1765
1766 \family typewriter
1767 .wfm
1768 \family default
1769
1770 \begin_inset Quotes erd
1771 \end_inset
1772
1773  ou 
1774 \begin_inset Quotes eld
1775 \end_inset
1776
1777
1778 \family typewriter
1779 .emf
1780 \family default
1781
1782 \begin_inset Quotes erd
1783 \end_inset
1784
1785 )
1786 \begin_inset Index
1787 status collapsed
1788
1789 \begin_layout Plain Layout
1790 WMF|see
1791 \begin_inset ERT
1792 status collapsed
1793
1794 \begin_layout Plain Layout
1795
1796 {
1797 \end_layout
1798
1799 \end_inset
1800
1801 Formats d'images
1802 \begin_inset ERT
1803 status collapsed
1804
1805 \begin_layout Plain Layout
1806
1807 }
1808 \end_layout
1809
1810 \end_inset
1811
1812
1813 \end_layout
1814
1815 \end_inset
1816
1817 .
1818  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1819  en EPS, mais le résultat ne sera pas redimensionnable.
1820  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1821 \begin_inset Foot
1822 status open
1823
1824 \begin_layout Plain Layout
1825 Dans le cas du PDF l'image initiale est aussi compressée.
1826 \end_layout
1827
1828 \end_inset
1829
1830 .
1831 \end_layout
1832
1833 \begin_layout Standard
1834 Les fichiers PDF générés par 
1835 \family typewriter
1836 Adobe Photoshop
1837 \family default
1838 , par exemple, sont des images matricielles.
1839 \end_layout
1840
1841 \begin_layout Standard
1842 En principe il est quasiment impossible de convertir une image matricielle
1843  en graphique vectoriel, seul le contraire est possible.
1844
1845 \lang english
1846  
1847 \lang french
1848 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1849  dans respectivement un fichier de sortie PDF ou PostScript.
1850  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1851  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1852  WMF/SVG
1853 \begin_inset Formula $\to$
1854 \end_inset
1855
1856 PDF/EPS convenables.
1857 \end_layout
1858
1859 \begin_layout Chapter
1860 Tableaux
1861 \begin_inset Index
1862 status collapsed
1863
1864 \begin_layout Plain Layout
1865 Tableau
1866 \end_layout
1867
1868 \end_inset
1869
1870
1871 \end_layout
1872
1873 \begin_layout Section
1874 Introduction
1875 \begin_inset Index
1876 status collapsed
1877
1878 \begin_layout Plain Layout
1879 Tableau ! Introduction
1880 \end_layout
1881
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \begin_layout Standard
1888 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1889  
1890 \begin_inset Graphics
1891         filename ../../images/tabular-insert.png
1892         scale 85
1893         scaleBeforeRotation
1894
1895 \end_inset
1896
1897  soit 
1898 \family sans
1899 Insérer\SpecialChar \menuseparator
1900 Tableau
1901 \family default
1902 .
1903  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1904  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1905  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1906  sur un bouton de la souris pour valider votre choix.
1907  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1908  vous demandant le nombre de lignes et de colonnes.
1909 \begin_inset Newline newline
1910 \end_inset
1911
1912 Le tableau par défaut a une bordure au dessus et à gauche de chaque case,
1913  une à droite de la colonne la plus à droite et une en bas de la rangée
1914  du bas, qui forment une boîte autour du tableau.
1915  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1916  apparaît séparée du reste du tableau.
1917  Voici un exemple :
1918 \end_layout
1919
1920 \begin_layout Standard
1921 \align center
1922 \begin_inset Tabular
1923 <lyxtabular version="3" rows="4" columns="4">
1924 <features>
1925 <column alignment="center" valignment="top" width="0">
1926 <column alignment="center" valignment="top" width="0">
1927 <column alignment="center" valignment="top" width="0">
1928 <column alignment="center" valignment="top" width="0">
1929 <row>
1930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943 1
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 2
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961 3
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 </row>
1967 <row>
1968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972 A
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 <row>
2006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2007 \begin_inset Text
2008
2009 \begin_layout Plain Layout
2010 B
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Plain Layout
2019
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037
2038 \end_layout
2039
2040 \end_inset
2041 </cell>
2042 </row>
2043 <row>
2044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048 C
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 </row>
2081 </lyxtabular>
2082
2083 \end_inset
2084
2085
2086 \end_layout
2087
2088 \begin_layout Section
2089 La fenêtre 
2090 \family sans
2091 Tableau
2092 \family default
2093
2094 \begin_inset Index
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098 Tableau ! Fenêtre de dialogue
2099 \end_layout
2100
2101 \end_inset
2102
2103
2104 \end_layout
2105
2106 \begin_layout Standard
2107 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2108  de la souris, ce qui fait apparaître une fenêtre avec des options.
2109  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2110  la colonne et la ligne dans laquelle le curseur se trouve.
2111  La plupart des options peuvent s'appliquer à des sélections.
2112  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2113  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2114  votre sélection.
2115  Notez qu'il y a une différence entre sélectionner le 
2116 \emph on
2117 contenu 
2118 \emph default
2119 d'une cellule et sélectionner la cellule elle-même.
2120  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2121  tableaux :
2122 \end_layout
2123
2124 \begin_layout Description
2125 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2126  la largeur de la colonne courante.
2127  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2128  vertical de la ligne courante.
2129  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2130  et donc, plusieurs paragraphes de texte, voir la section
2131 \begin_inset space ~
2132 \end_inset
2133
2134
2135 \begin_inset CommandInset ref
2136 LatexCommand ref
2137 reference "sub:Lignes-multiple-dans-cellule"
2138
2139 \end_inset
2140
2141 .
2142  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2143  pour accommoder le contenu de cellule le plus large.
2144 \begin_inset Newline newline
2145 \end_inset
2146
2147 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2148  un multicolonne, voir la section
2149 \begin_inset space ~
2150 \end_inset
2151
2152
2153 \begin_inset CommandInset ref
2154 LatexCommand ref
2155 reference "sub:Multicolonnes"
2156
2157 \end_inset
2158
2159 .
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163 L'option 
2164 \family sans
2165 Tourner
2166 \begin_inset space ~
2167 \end_inset
2168
2169 la
2170 \begin_inset space ~
2171 \end_inset
2172
2173 case
2174 \begin_inset space ~
2175 \end_inset
2176
2177 de
2178 \begin_inset space ~
2179 \end_inset
2180
2181 90°
2182 \family default
2183  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2184  L'option 
2185 \family sans
2186 Tourner
2187 \begin_inset space ~
2188 \end_inset
2189
2190 le
2191 \begin_inset space ~
2192 \end_inset
2193
2194 tableau
2195 \begin_inset space ~
2196 \end_inset
2197
2198 de
2199 \begin_inset space ~
2200 \end_inset
2201
2202 90°
2203 \family default
2204  fait pivoter tout le tableau.
2205  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2206  la sortie finale.
2207 \begin_inset Newline newline
2208 \end_inset
2209
2210
2211 \begin_inset Note Greyedout
2212 status open
2213
2214 \begin_layout Plain Layout
2215
2216 \series bold
2217 Note:
2218 \series default
2219  La plupart des visualiseurs DVI ne sont 
2220 \emph on
2221 pas
2222 \emph default
2223  capables d'afficher ces rotations.
2224 \end_layout
2225
2226 \end_inset
2227
2228
2229 \lang english
2230
2231 \begin_inset Newline newline
2232 \end_inset
2233
2234
2235 \lang french
2236 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2237  spéciales pour le tableau, voir les sections
2238 \begin_inset space ~
2239 \end_inset
2240
2241
2242 \begin_inset CommandInset ref
2243 LatexCommand ref
2244 reference "sub:Calculs-multicolonnes"
2245
2246 \end_inset
2247
2248  et 
2249 \begin_inset CommandInset ref
2250 LatexCommand ref
2251 reference "sec:Tableaux-Colorés"
2252
2253 \end_inset
2254
2255 .
2256 \end_layout
2257
2258 \begin_layout Description
2259
2260 \family sans
2261 Bordures
2262 \family default
2263  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2264  ou la colonne courante.
2265  
2266 \begin_inset Newline newline
2267 \end_inset
2268
2269 En utilisant le style 
2270 \family sans
2271 Formel
2272 \family default
2273  à la place du style par 
2274 \family sans
2275 Défaut
2276 \family default
2277 , on va convertir le tableau en tableau formel comme on le décrit dans la
2278  section
2279 \begin_inset space ~
2280 \end_inset
2281
2282
2283 \begin_inset CommandInset ref
2284 LatexCommand ref
2285 reference "sec:Tableaux-Formels"
2286
2287 \end_inset
2288
2289 .
2290 \begin_inset Newline newline
2291 \end_inset
2292
2293 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2294  dans les lignes du tableau comme c'est décrit dans la section
2295 \begin_inset space ~
2296 \end_inset
2297
2298
2299 \begin_inset CommandInset ref
2300 LatexCommand ref
2301 reference "sub:Espacement-lignes"
2302
2303 \end_inset
2304
2305 .
2306 \end_layout
2307
2308 \begin_layout Description
2309 Tableau
2310 \begin_inset space ~
2311 \end_inset
2312
2313 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2314  un 
2315 \begin_inset Quotes eld
2316 \end_inset
2317
2318
2319 \emph on
2320 tableau long
2321 \emph default
2322
2323 \begin_inset Quotes erd
2324 \end_inset
2325
2326  qui peut continuer sur plusieurs pages.
2327  Les sections
2328 \begin_inset space ~
2329 \end_inset
2330
2331
2332 \begin_inset CommandInset ref
2333 LatexCommand ref
2334 reference "sec:Tableaux-longs"
2335
2336 \end_inset
2337
2338  et 
2339 \begin_inset CommandInset ref
2340 LatexCommand ref
2341 reference "sec:Questions-sur-tableaux-longs"
2342
2343 \end_inset
2344
2345  décrivent ces tableaux longs plus en détail.
2346 \end_layout
2347
2348 \begin_layout Standard
2349 Quand la barre d'outils tableau est activée, vous pouvez déplacer le curseur
2350  de cellule en cellule avec les touches de déplacement et voir s'afficher
2351  les propriétés de la cellule courante dans la fenêtre de dialogue.
2352 \end_layout
2353
2354 \begin_layout Section
2355 La barre d'outils tableau
2356 \begin_inset Index
2357 status collapsed
2358
2359 \begin_layout Plain Layout
2360 Tableau ! Barre d'outils
2361 \end_layout
2362
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \begin_layout Standard
2369 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2370  permet de modifier plus rapidement les tableaux.
2371  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2372  le curseur se trouve à l'intérieur d'un tableau.
2373  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2374  au menu 
2375 \family sans
2376 Visualiser\SpecialChar \menuseparator
2377 Barres
2378 \begin_inset space ~
2379 \end_inset
2380
2381 d'outils\SpecialChar \menuseparator
2382 Tableau
2383 \family default
2384 .
2385 \end_layout
2386
2387 \begin_layout Standard
2388 La barre d'outils contient les icônes suivantes :
2389 \end_layout
2390
2391 \begin_layout Labeling
2392 \labelwidthstring 00.00.0000
2393 \begin_inset Graphics
2394         filename ../../images/tabular-feature_append-row.png
2395         scaleBeforeRotation
2396
2397 \end_inset
2398
2399  ajoute une ligne sous la cellule ou la sélection courante
2400 \end_layout
2401
2402 \begin_layout Labeling
2403 \labelwidthstring 00.00.0000
2404 \begin_inset Graphics
2405         filename ../../images/tabular-feature_append-column.png
2406         scaleBeforeRotation
2407
2408 \end_inset
2409
2410  ajoute une colonne à la droite de la cellule ou de la sélection courante
2411 \end_layout
2412
2413 \begin_layout Labeling
2414 \labelwidthstring 00.00.0000
2415 \begin_inset Graphics
2416         filename ../../images/tabular-feature_delete-row.png
2417         scaleBeforeRotation
2418
2419 \end_inset
2420
2421  supprime la ligne ou la sélection courante
2422 \end_layout
2423
2424 \begin_layout Labeling
2425 \labelwidthstring 00.00.0000
2426 \begin_inset Graphics
2427         filename ../../images/tabular-feature_delete-column.png
2428         scaleBeforeRotation
2429
2430 \end_inset
2431
2432  supprime la colonne ou la sélection courante
2433 \end_layout
2434
2435 \begin_layout Labeling
2436 \labelwidthstring 00.00.0000
2437 \begin_inset Graphics
2438         filename ../../images/tabular-feature_toggle-line-top.png
2439         scaleBeforeRotation
2440
2441 \end_inset
2442
2443  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2444  courante
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Graphics
2450         filename ../../images/tabular-feature_toggle-line-bottom.png
2451         scaleBeforeRotation
2452
2453 \end_inset
2454
2455  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2456 \end_layout
2457
2458 \begin_layout Labeling
2459 \labelwidthstring 00.00.0000
2460 \begin_inset Graphics
2461         filename ../../images/tabular-feature_toggle-line-left.png
2462         scaleBeforeRotation
2463
2464 \end_inset
2465
2466  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2467 \begin_inset Note Note
2468 status collapsed
2469
2470 \begin_layout Plain Layout
2471 ou colonne ?
2472 \end_layout
2473
2474 \end_inset
2475
2476  ou de la sélection courante
2477 \end_layout
2478
2479 \begin_layout Labeling
2480 \labelwidthstring 00.00.0000
2481 \begin_inset Graphics
2482         filename ../../images/tabular-feature_toggle-line-right.png
2483         scaleBeforeRotation
2484
2485 \end_inset
2486
2487  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2488 \begin_inset Note Note
2489 status collapsed
2490
2491 \begin_layout Plain Layout
2492 ou colonne ?
2493 \end_layout
2494
2495 \end_inset
2496
2497  ou de la sélection courante
2498 \end_layout
2499
2500 \begin_layout Labeling
2501 \labelwidthstring 00.00.0000
2502 \begin_inset Graphics
2503         filename ../../images/tabular-feature_set-all-lines.png
2504         scaleBeforeRotation
2505
2506 \end_inset
2507
2508  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2509  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2510  colonne et la ligne courante
2511 \end_layout
2512
2513 \begin_layout Labeling
2514 \labelwidthstring 00.00.0000
2515 \begin_inset Graphics
2516         filename ../../images/tabular-feature_unset-all-lines.png
2517         scaleBeforeRotation
2518
2519 \end_inset
2520
2521  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2522  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2523  aussi la colonne et la ligne courante
2524 \end_layout
2525
2526 \begin_layout Labeling
2527 \labelwidthstring 00.00.0000
2528 \begin_inset Graphics
2529         filename ../../images/tabular-feature_align-left.png
2530         scaleBeforeRotation
2531
2532 \end_inset
2533
2534  aligne à gauche le contenu de la cellule ou de la colonne courante
2535 \end_layout
2536
2537 \begin_layout Labeling
2538 \labelwidthstring 00.00.0000
2539 \begin_inset Graphics
2540         filename ../../images/tabular-feature_align-center.png
2541         scaleBeforeRotation
2542
2543 \end_inset
2544
2545  centre horizontalement le contenu de la cellule ou de la colonne courante
2546 \end_layout
2547
2548 \begin_layout Labeling
2549 \labelwidthstring 00.00.0000
2550 \begin_inset Graphics
2551         filename ../../images/tabular-feature_align-right.png
2552         scaleBeforeRotation
2553
2554 \end_inset
2555
2556  aligne à droite le contenu de la cellule ou de la colonne courante
2557 \end_layout
2558
2559 \begin_layout Labeling
2560 \labelwidthstring 00.00.0000
2561 \begin_inset Graphics
2562         filename ../../images/tabular-feature_valign-top.png
2563         scaleBeforeRotation
2564
2565 \end_inset
2566
2567  aligne le contenu de la cellule courante verticalement vers le haut
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Graphics
2573         filename ../../images/tabular-feature_valign-middle.png
2574         scaleBeforeRotation
2575
2576 \end_inset
2577
2578  centre verticalement le contenu de la cellule courante
2579 \end_layout
2580
2581 \begin_layout Labeling
2582 \labelwidthstring 00.00.0000
2583 \begin_inset Graphics
2584         filename ../../images/tabular-feature_valign-bottom.png
2585         scaleBeforeRotation
2586
2587 \end_inset
2588
2589  aligne le contenu de la cellule courante verticalement vers le bas
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Graphics
2595         filename ../../images/tabular-feature_set-rotate-cell.png
2596         scaleBeforeRotation
2597
2598 \end_inset
2599
2600  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2601 re
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Graphics
2607         filename ../../images/tabular-feature_set-rotate-tabular.png
2608         scaleBeforeRotation
2609
2610 \end_inset
2611
2612  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Graphics
2618         filename ../../images/tabular-feature_multicolumn.png
2619         scaleBeforeRotation
2620
2621 \end_inset
2622
2623  transforme en multi-colonne la cellule ou la sélection courante
2624 \end_layout
2625
2626 \begin_layout Standard
2627 \begin_inset Note Greyedout
2628 status open
2629
2630 \begin_layout Plain Layout
2631
2632 \series bold
2633 Note :
2634 \series default
2635  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2636  est utilisé pour toutes les autres cellules de la ligne.
2637 \end_layout
2638
2639 \end_inset
2640
2641
2642 \end_layout
2643
2644 \begin_layout Section
2645 Le Menu Éditer Tableau
2646 \begin_inset Index
2647 status collapsed
2648
2649 \begin_layout Plain Layout
2650 Tableau ! Menu Éditer
2651 \end_layout
2652
2653 \end_inset
2654
2655
2656 \end_layout
2657
2658 \begin_layout Standard
2659 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2660  
2661 \family sans
2662 Éditer\SpecialChar \menuseparator
2663 Tableau
2664 \family default
2665  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2666  ou de la ligne courante et aussi de transformer la sélection courante en
2667  multi-colonne.
2668  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2669 \end_layout
2670
2671 \begin_layout Section
2672 Flottant de Tableau
2673 \begin_inset CommandInset label
2674 LatexCommand label
2675 name "sec:Table-Floats"
2676
2677 \end_inset
2678
2679
2680 \begin_inset Index
2681 status collapsed
2682
2683 \begin_layout Plain Layout
2684 Flottants ! Tableaux
2685 \end_layout
2686
2687 \end_inset
2688
2689
2690 \begin_inset Index
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Tableau ! Flottants
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \end_layout
2701
2702 \begin_layout Standard
2703 Pour des explications générales sur les flottants, jetez un œil à la section
2704 \begin_inset space ~
2705 \end_inset
2706
2707
2708 \begin_inset CommandInset ref
2709 LatexCommand ref
2710 reference "sec:Flottants-Introduction"
2711
2712 \end_inset
2713
2714 .
2715 \end_layout
2716
2717 \begin_layout Standard
2718 \begin_inset Float table
2719 placement h
2720 wide false
2721 sideways false
2722 status open
2723
2724 \begin_layout Plain Layout
2725 \begin_inset Caption
2726
2727 \begin_layout Plain Layout
2728 \begin_inset CommandInset label
2729 LatexCommand label
2730 name "tab:Flottant-de-tableau"
2731
2732 \end_inset
2733
2734 Un flottant de tableau.
2735 \end_layout
2736
2737 \end_inset
2738
2739
2740 \end_layout
2741
2742 \begin_layout Plain Layout
2743 \align center
2744 \begin_inset Tabular
2745 <lyxtabular version="3" rows="3" columns="3">
2746 <features>
2747 <column alignment="center" valignment="top" width="0pt">
2748 <column alignment="center" valignment="top" width="0pt">
2749 <column alignment="center" valignment="top" width="0pt">
2750 <row>
2751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755 1
2756 \end_layout
2757
2758 \end_inset
2759 </cell>
2760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2761 \begin_inset Text
2762
2763 \begin_layout Plain Layout
2764 2
2765 \end_layout
2766
2767 \end_inset
2768 </cell>
2769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2770 \begin_inset Text
2771
2772 \begin_layout Plain Layout
2773 3
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 </row>
2779 <row>
2780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784 Jules
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793 Marie
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2799 \begin_inset Text
2800
2801 \begin_layout Plain Layout
2802 Jean
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 </row>
2808 <row>
2809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813 \begin_inset Formula $\int x^{2}dx$
2814 \end_inset
2815
2816
2817 \end_layout
2818
2819 \end_inset
2820 </cell>
2821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825 \begin_inset Formula $\left[\begin{array}{cc}
2826 a & b\\
2827 c & d\end{array}\right]$
2828 \end_inset
2829
2830
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 \begin_inset Formula $1+1=2$
2840 \end_inset
2841
2842
2843 \end_layout
2844
2845 \end_inset
2846 </cell>
2847 </row>
2848 </lyxtabular>
2849
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \end_inset
2856
2857
2858 \end_layout
2859
2860 \begin_layout Standard
2861 Les flottants de tableau sont insérés en utilisant le menu 
2862 \family sans
2863 Insérer\SpecialChar \menuseparator
2864 Flottant\SpecialChar \menuseparator
2865 Tableau
2866 \family default
2867  ou le bouton 
2868 \begin_inset Graphics
2869         filename ../../images/float-insert_table.png
2870         scale 85
2871         scaleBeforeRotation
2872
2873 \end_inset
2874
2875  de la barre d'outils.
2876 \end_layout
2877
2878 \begin_layout Standard
2879 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2880  qui a comme étiquette 
2881 \begin_inset Quotes eld
2882 \end_inset
2883
2884 Tableau
2885 \begin_inset space ~
2886 \end_inset
2887
2888 #:
2889 \begin_inset Quotes erd
2890 \end_inset
2891
2892  (où # est le numéro du tableau).
2893  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2894 \end_layout
2895
2896 \begin_layout Standard
2897 Le tableau
2898 \begin_inset space ~
2899 \end_inset
2900
2901
2902 \begin_inset CommandInset ref
2903 LatexCommand ref
2904 reference "tab:Flottant-de-tableau"
2905
2906 \end_inset
2907
2908  est un exemple de tableau dans un flottant de tableau.
2909 \end_layout
2910
2911 \begin_layout Standard
2912 On met habituellement la légende au dessus des tableaux, mais cette règle
2913  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2914  Cela signifie que si vous utilisez un document appartenant aux classes
2915  
2916 \family sans
2917 article
2918 \family default
2919
2920 \family sans
2921 book
2922 \family default
2923
2924 \family sans
2925 letter
2926 \family default
2927 , ou
2928 \family sans
2929  report
2930 \family default
2931  il n'y aura pas d'espace entre la légende et le tableau.
2932  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2933  la commande de chargement du paquetage LaTeX 
2934 \series bold
2935 caption
2936 \series default
2937
2938 \begin_inset Index
2939 status collapsed
2940
2941 \begin_layout Plain Layout
2942 Paquetages LaTeX ! caption
2943 \end_layout
2944
2945 \end_inset
2946
2947  dans le préambule de votre document.
2948 \begin_inset Foot
2949 status open
2950
2951 \begin_layout Plain Layout
2952 Pour plus d'information voyez la section
2953 \begin_inset space ~
2954 \end_inset
2955
2956
2957 \begin_inset CommandInset ref
2958 LatexCommand ref
2959 reference "sec:Placement-légende"
2960
2961 \end_inset
2962
2963 .
2964 \end_layout
2965
2966 \end_inset
2967
2968 :
2969 \end_layout
2970
2971 \begin_layout Standard
2972
2973 \series bold
2974 tableposition=top
2975 \end_layout
2976
2977 \begin_layout Standard
2978 Le paquetage 
2979 \series bold
2980 caption
2981 \series default
2982 , qui est décrit dans la section
2983 \begin_inset space ~
2984 \end_inset
2985
2986
2987 \begin_inset CommandInset ref
2988 LatexCommand ref
2989 reference "sec:Formatage-légende"
2990
2991 \end_inset
2992
2993 , est utilisé pour ajuster le format des légendes.
2994 \end_layout
2995
2996 \begin_layout Standard
2997 Dans le texte, on fait référence à un tableau
2998 \begin_inset Index
2999 status collapsed
3000
3001 \begin_layout Plain Layout
3002 References@Références ! à des Tableaux
3003 \end_layout
3004
3005 \end_inset
3006
3007  en faisant référence à sa légende.
3008  On insère donc une étiquette dans la légende en utilisant le menu 
3009 \family sans
3010 Insérer
3011 \family default
3012 \SpecialChar \menuseparator
3013
3014 \family sans
3015 Étiquette
3016 \family default
3017  ou le bouton 
3018 \begin_inset Graphics
3019         filename ../../images/label-insert.png
3020         scale 85
3021         scaleBeforeRotation
3022
3023 \end_inset
3024
3025  de la barre d'outils.
3026  On peut alors faire référence à cette étiquette en utilisant le menu 
3027 \family sans
3028 Insérer\SpecialChar \menuseparator
3029 Référence
3030 \begin_inset space ~
3031 \end_inset
3032
3033 croisée
3034 \family default
3035  ou le bouton 
3036 \begin_inset Graphics
3037         filename ../../images/dialog-show-new-inset_ref.png
3038         scale 85
3039         scaleBeforeRotation
3040
3041 \end_inset
3042
3043  de la barre d'outils.
3044 \begin_inset Newline newline
3045 \end_inset
3046
3047 Les références croisées sont expliquées en détail dans la section
3048 \begin_inset space ~
3049 \end_inset
3050
3051
3052 \begin_inset CommandInset ref
3053 LatexCommand ref
3054 reference "sec:Referencer-les-Flottants"
3055
3056 \end_inset
3057
3058 .
3059 \end_layout
3060
3061 \begin_layout Section
3062 Tableaux Longs
3063 \begin_inset CommandInset label
3064 LatexCommand label
3065 name "sec:Tableaux-longs"
3066
3067 \end_inset
3068
3069
3070 \begin_inset Index
3071 status collapsed
3072
3073 \begin_layout Plain Layout
3074 Tableaux longs
3075 \end_layout
3076
3077 \end_inset
3078
3079
3080 \begin_inset Index
3081 status collapsed
3082
3083 \begin_layout Plain Layout
3084 Tableau ! Tableaux longs
3085 \end_layout
3086
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \begin_layout Standard
3093 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3094  l'option 
3095 \family sans
3096 Utiliser
3097 \begin_inset space ~
3098 \end_inset
3099
3100 les
3101 \begin_inset space ~
3102 \end_inset
3103
3104 tableaux
3105 \begin_inset space ~
3106 \end_inset
3107
3108 longs
3109 \family default
3110  de l'onglet 
3111 \family sans
3112 Tableau
3113 \begin_inset space ~
3114 \end_inset
3115
3116 long
3117 \family default
3118  de la fenêtre 
3119 \family sans
3120 Paramètres
3121 \begin_inset space ~
3122 \end_inset
3123
3124 du
3125 \begin_inset space ~
3126 \end_inset
3127
3128 tableau
3129 \family default
3130  pour le répartir automatiquement sur plusieurs pages.
3131  En cochant cette option, vous activez les options suivantes:
3132 \end_layout
3133
3134 \begin_layout Description
3135 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3136  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3137  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3138  première page, si 
3139 \family sans
3140 Premier
3141 \begin_inset space ~
3142 \end_inset
3143
3144 en-tête
3145 \family default
3146  est défini.
3147  Ces lignes forment l'en-tête principal.
3148 \end_layout
3149
3150 \begin_layout Description
3151 Premier
3152 \begin_inset space ~
3153 \end_inset
3154
3155 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3156  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3157  d'en-tête utilisées pour la première page du tableau long.
3158 \end_layout
3159
3160 \begin_layout Description
3161 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3162  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3163  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3164  page si 
3165 \family sans
3166 Dernier
3167 \begin_inset space ~
3168 \end_inset
3169
3170 pied
3171 \family default
3172  est défini.
3173 \end_layout
3174
3175 \begin_layout Description
3176 Dernier
3177 \begin_inset space ~
3178 \end_inset
3179
3180 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3181  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3182  constituant le pied de la dernière page du tableau long.
3183 \end_layout
3184
3185 \begin_layout Description
3186 Légende La ligne courante 
3187 \lang english
3188 contains the table caption
3189 \lang french
3190 .
3191  La première ligne est transformée en une colonne unique et une légende
3192  
3193 \lang english
3194 is inserted
3195 \lang french
3196 .
3197  Vous trouverez d'autres explications sur les légendes pour les tableaux
3198  longs dans la section
3199 \begin_inset space ~
3200 \end_inset
3201
3202
3203 \begin_inset CommandInset ref
3204 LatexCommand ref
3205 reference "sub:Tableaux-longs-légende"
3206
3207 \end_inset
3208
3209 .
3210 \end_layout
3211
3212 \begin_layout Standard
3213 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3214  Voyez le tableau long qui suit pour voir comment ça marche :
3215 \end_layout
3216
3217 \begin_layout Standard
3218 \align center
3219 \begin_inset Tabular
3220 <lyxtabular version="3" rows="69" columns="3">
3221 <features islongtable="true">
3222 <column alignment="left" valignment="top" width="0cm">
3223 <column alignment="left" valignment="top" width="0pt">
3224 <column alignment="center" valignment="top" width="0pt">
3225 <row endfirsthead="true">
3226 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230
3231 \series bold
3232 Exemple d'annuaire téléphonique (ignorez les noms)
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 </row>
3256 <row endfirsthead="true">
3257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261
3262 \series bold
3263 NOM
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281
3282 \series bold
3283 TEL.
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row endhead="true">
3290 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 Exemple d'annuaire téléphonique
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row endhead="true">
3321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 NOM
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345
3346 \series bold
3347 TEL.
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 </row>
3353 <row endfoot="true">
3354 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358  continue page suivante
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>
3383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 Annovi
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Silvia
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 Bertoli
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Stefano
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 111
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 Bozzi
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 Walter
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" 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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317
4318 \series bold
4319 Winkler
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 Franz
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" bottomline="true" 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 multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348  
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Annovi
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Silvia
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Bertoli
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Stefano
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 555
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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 999
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307
5308 \series bold
5309 Winkler
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 Franz
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 555
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 <row endlastfoot="true">
5334 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 Fin
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 </lyxtabular>
5363
5364 \end_inset
5365
5366
5367 \begin_inset ERT
5368 status collapsed
5369
5370 \begin_layout Plain Layout
5371
5372
5373 \backslash
5374 addtocounter{table}{-1}
5375 \end_layout
5376
5377 \end_inset
5378
5379
5380 \begin_inset Note Note
5381 status collapsed
5382
5383 \begin_layout Plain Layout
5384 Voyez la première note grisée de la section
5385 \begin_inset space ~
5386 \end_inset
5387
5388
5389 \begin_inset CommandInset ref
5390 LatexCommand ref
5391 reference "sub:Tableaux-longs-légende"
5392
5393 \end_inset
5394
5395  pour une explication de cette commande.
5396 \end_layout
5397
5398 \end_inset
5399
5400
5401 \end_layout
5402
5403 \begin_layout Subsection
5404 Notes de Bas de Page dans les Tableaux Longs
5405 \begin_inset CommandInset label
5406 LatexCommand label
5407 name "sub:Notes-dans-tableau-long"
5408
5409 \end_inset
5410
5411
5412 \begin_inset Index
5413 status collapsed
5414
5415 \begin_layout Plain Layout
5416 Tableaux longs ! Notes de bas de page
5417 \end_layout
5418
5419 \end_inset
5420
5421
5422 \end_layout
5423
5424 \begin_layout Standard
5425 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5426  long.
5427  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5428  contenant la note.
5429  Par exemple le tableau
5430 \begin_inset space ~
5431 \end_inset
5432
5433
5434 \begin_inset CommandInset ref
5435 LatexCommand ref
5436 reference "tab:Légendes-tableau-différentes"
5437
5438 \end_inset
5439
5440  a une note de bas de page.
5441 \end_layout
5442
5443 \begin_layout Subsection
5444 Alignement des Tableaux Longs
5445 \begin_inset Index
5446 status collapsed
5447
5448 \begin_layout Plain Layout
5449 Tableaux longs ! Alignement
5450 \end_layout
5451
5452 \end_inset
5453
5454
5455 \end_layout
5456
5457 \begin_layout Standard
5458 Par défaut les Tableaux Longs sont centrés.
5459  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5460  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5461  de dialogue.
5462  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5463  des longueurs 
5464 \series bold
5465
5466 \backslash
5467 LTleft 
5468 \series default
5469 et 
5470 \series bold
5471
5472 \backslash
5473 LTright
5474 \series default
5475  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5476  concerné :
5477 \end_layout
5478
5479 \begin_layout Standard
5480
5481 \series bold
5482
5483 \backslash
5484 setlength{
5485 \backslash
5486 LTleft}{valeur}
5487 \end_layout
5488
5489 \begin_layout Standard
5490 Où 
5491 \series bold
5492 valeur
5493 \series default
5494  peut avoir n'importe laquelle des unités listées dans le tableau
5495 \begin_inset space ~
5496 \end_inset
5497
5498
5499 \begin_inset CommandInset ref
5500 LatexCommand ref
5501 reference "cha:Unités-de-longueur"
5502
5503 \end_inset
5504
5505 .
5506  
5507 \series bold
5508
5509 \backslash
5510 LTleft
5511 \series default
5512  contrôle la distance horizontale entre le bord gauche de la page et le
5513  tableau, et
5514 \series bold
5515  
5516 \backslash
5517 LTright
5518 \series default
5519  la distance au bord droit.
5520  La valeur par défaut des ces deux distances est 
5521 \series bold
5522
5523 \backslash
5524 fill
5525 \series default
5526 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5527 \end_layout
5528
5529 \begin_layout Standard
5530 Le tableau long suivant a été aligné à gauche en mettant 
5531 \series bold
5532
5533 \backslash
5534 LTleft
5535 \series default
5536  à 0
5537 \begin_inset space \thinspace{}
5538 \end_inset
5539
5540 pt.
5541 \begin_inset ERT
5542 status collapsed
5543
5544 \begin_layout Plain Layout
5545
5546
5547 \backslash
5548 setlength{
5549 \backslash
5550 LTleft}{0pt}
5551 \end_layout
5552
5553 \end_inset
5554
5555
5556 \end_layout
5557
5558 \begin_layout Standard
5559 \begin_inset Tabular
5560 <lyxtabular version="3" rows="5" columns="5">
5561 <features islongtable="true">
5562 <column alignment="center" valignment="top" width="0">
5563 <column alignment="center" valignment="top" width="0">
5564 <column alignment="center" valignment="top" width="0">
5565 <column alignment="center" valignment="top" width="0">
5566 <column alignment="center" valignment="top" width="0">
5567 <row>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 1
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 2
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 3
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 4
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 5
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 </row>
5614 <row>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 s
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 s
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646 s
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 asd
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 </row>
5661 <row>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666 asd
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 s
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5681 \begin_inset Text
5682
5683 \begin_layout Plain Layout
5684 s
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 s
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 asd
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 </row>
5708 <row>
5709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5710 \begin_inset Text
5711
5712 \begin_layout Plain Layout
5713 asd
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 s
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 s
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 s
5741 \end_layout
5742
5743 \end_inset
5744 </cell>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 asd
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 </row>
5755 <row>
5756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 asd
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5766 \begin_inset Text
5767
5768 \begin_layout Plain Layout
5769 asd
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 asd
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 asd
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 asd
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 </row>
5802 </lyxtabular>
5803
5804 \end_inset
5805
5806
5807 \begin_inset ERT
5808 status collapsed
5809
5810 \begin_layout Plain Layout
5811
5812
5813 \backslash
5814 setlength{
5815 \backslash
5816 LTleft}{
5817 \backslash
5818 fill}
5819 \end_layout
5820
5821 \end_inset
5822
5823
5824 \begin_inset ERT
5825 status collapsed
5826
5827 \begin_layout Plain Layout
5828
5829
5830 \backslash
5831 addtocounter{table}{-1}
5832 \end_layout
5833
5834 \end_inset
5835
5836
5837 \begin_inset Note Note
5838 status collapsed
5839
5840 \begin_layout Plain Layout
5841 Voyez la première note grisée de la section
5842 \begin_inset space ~
5843 \end_inset
5844
5845
5846 \begin_inset CommandInset ref
5847 LatexCommand ref
5848 reference "sub:Tableaux-longs-légende"
5849
5850 \end_inset
5851
5852  pour une explication de cette commande.
5853 \end_layout
5854
5855 \end_inset
5856
5857
5858 \end_layout
5859
5860 \begin_layout Subsection
5861 Légendes et Tableaux longs
5862 \begin_inset Index
5863 status collapsed
5864
5865 \begin_layout Plain Layout
5866 Tableaux longs ! Legendes@Légendes
5867 \end_layout
5868
5869 \end_inset
5870
5871
5872 \begin_inset CommandInset label
5873 LatexCommand label
5874 name "sub:Tableaux-longs-légende"
5875
5876 \end_inset
5877
5878
5879 \end_layout
5880
5881 \begin_layout Standard
5882 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5883  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5884  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5885  Longs.
5886  
5887 \lang english
5888 But the caption environment of floats can also be used for longtables when
5889  you use for a table row the longtable option 
5890 \family sans
5891 Caption
5892 \family default
5893 \lang french
5894 , comme c'est expliqué dans la section
5895 \begin_inset space ~
5896 \end_inset
5897
5898
5899 \begin_inset CommandInset ref
5900 LatexCommand ref
5901 reference "sec:Tableaux-longs"
5902
5903 \end_inset
5904
5905 .
5906 \end_layout
5907
5908 \begin_layout Standard
5909 Voici un petit Tableau long pour voir comment ça marche :
5910 \end_layout
5911
5912 \begin_layout Standard
5913 \begin_inset Tabular
5914 <lyxtabular version="3" rows="6" columns="5">
5915 <features islongtable="true">
5916 <column alignment="center" valignment="top" width="0">
5917 <column alignment="center" valignment="top" width="0">
5918 <column alignment="center" valignment="top" width="0">
5919 <column alignment="center" valignment="top" width="0">
5920 <column alignment="center" valignment="top" width="0">
5921 <row caption="true">
5922 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 \begin_inset Caption
5927
5928 \begin_layout Plain Layout
5929 Tableau long avec une légende
5930 \begin_inset OptArg
5931 status open
5932
5933 \begin_layout Plain Layout
5934 Tableau long
5935 \end_layout
5936
5937 \end_inset
5938
5939
5940 \end_layout
5941
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 </row>
5986 <row>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 1
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 2
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 3
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 4
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 5
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 </row>
6033 <row>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 asd
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 s
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 s
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 s
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 asd
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 asd
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 s
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 s
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 s
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 asd
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 asd
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 s
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 s
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 s
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 asd
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 asd
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 asd
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 asd
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 asd
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 </row>
6221 </lyxtabular>
6222
6223 \end_inset
6224
6225
6226 \end_layout
6227
6228 \begin_layout Standard
6229 \begin_inset VSpace medskip
6230 \end_inset
6231
6232
6233 \begin_inset Note Greyedout
6234 status open
6235
6236 \begin_layout Plain Layout
6237
6238 \series bold
6239 Note
6240 \begin_inset space ~
6241 \end_inset
6242
6243 1:
6244 \series default
6245  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6246  n'avez pas prévu de légende.
6247  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6248 \begin_inset space ~
6249 \end_inset
6250
6251 2.4 suit le tableau
6252 \begin_inset space ~
6253 \end_inset
6254
6255 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6256  sans légende.
6257  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6258  après chaque tableau long sans légende :
6259 \end_layout
6260
6261 \begin_layout Plain Layout
6262
6263 \series bold
6264
6265 \backslash
6266 addtocounter{table}{-1}
6267 \end_layout
6268
6269 \begin_layout Plain Layout
6270
6271 \lang english
6272 This is not needed when none of your longtables have a caption and you add
6273  the following code to the document preamble:
6274 \end_layout
6275
6276 \begin_layout Plain Layout
6277
6278 \series bold
6279
6280 \backslash
6281 let
6282 \backslash
6283 myEnd
6284 \backslash
6285 endlongtable
6286 \begin_inset Newline newline
6287 \end_inset
6288
6289
6290 \backslash
6291 renewcommand{
6292 \backslash
6293 endlongtable}{
6294 \backslash
6295 myEnd
6296 \backslash
6297 addtocounter{table}{-1}}
6298 \end_layout
6299
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \begin_layout Standard
6306 \begin_inset Note Greyedout
6307 status open
6308
6309 \begin_layout Plain Layout
6310
6311 \series bold
6312 Note
6313 \begin_inset space ~
6314 \end_inset
6315
6316 2:
6317 \series default
6318  Si vous utilisez 
6319 \series bold
6320 hyperref
6321 \series default
6322
6323 \begin_inset Index
6324 status collapsed
6325
6326 \begin_layout Plain Layout
6327 Paquetages LaTeX ! hyperref
6328 \end_layout
6329
6330 \end_inset
6331
6332  dans les 
6333 \family sans
6334 Paramètres du document
6335 \family default
6336  rubrique 
6337 \family sans
6338 Propriétés
6339 \begin_inset space ~
6340 \end_inset
6341
6342 du
6343 \begin_inset space ~
6344 \end_inset
6345
6346 PDF
6347 \family default
6348 , pour transformer vos références croisées en liens cliquables, le lien
6349  vers un tableau long pointera toujours sur le début du document.
6350 \end_layout
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \begin_layout Subsubsection
6358 Références à des tableaux longs
6359 \begin_inset Index
6360 status collapsed
6361
6362 \begin_layout Plain Layout
6363 Tableaux longs ! Références
6364 \end_layout
6365
6366 \end_inset
6367
6368
6369 \end_layout
6370
6371 \begin_layout Standard
6372 \begin_inset Tabular
6373 <lyxtabular version="3" rows="6" columns="5">
6374 <features islongtable="true">
6375 <column alignment="center" valignment="top" width="0">
6376 <column alignment="center" valignment="top" width="0">
6377 <column alignment="center" valignment="top" width="0">
6378 <column alignment="center" valignment="top" width="0">
6379 <column alignment="center" valignment="top" width="0">
6380 <row caption="true">
6381 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 \begin_inset Caption
6386
6387 \begin_layout Plain Layout
6388 Tableau long référencé
6389 \begin_inset CommandInset label
6390 LatexCommand label
6391 name "tab:RefExemple"
6392
6393 \end_inset
6394
6395
6396 \end_layout
6397
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 </row>
6442 <row>
6443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 1
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 2
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 3
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 4
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 5
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 </row>
6489 <row>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 asd
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 s
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 s
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521 s
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 asd
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 </row>
6536 <row>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 asd
6542 \end_layout
6543
6544 \end_inset
6545 </cell>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 s
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 s
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 s
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 asd
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 </row>
6583 <row>
6584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 asd
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 s
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 s
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 s
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 asd
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 </row>
6630 <row>
6631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 asd
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 sad
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 asd
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 asd
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 asd
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 </row>
6677 </lyxtabular>
6678
6679 \end_inset
6680
6681
6682 \end_layout
6683
6684 \begin_layout Standard
6685 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6686  dans sa légende.
6687 \end_layout
6688
6689 \begin_layout Standard
6690 Ceci est une référence au tableau
6691 \begin_inset space ~
6692 \end_inset
6693
6694
6695 \begin_inset CommandInset ref
6696 LatexCommand ref
6697 reference "tab:RefExemple"
6698
6699 \end_inset
6700
6701 .
6702 \end_layout
6703
6704 \begin_layout Standard
6705 La mise en forme de la légende peut être ajustée avec celle de toutes les
6706  autres légendes de votre document en utilisant le paquetage LaTeX 
6707 \series bold
6708 caption
6709 \series default
6710
6711 \begin_inset Index
6712 status collapsed
6713
6714 \begin_layout Plain Layout
6715 Paquetages LaTeX ! caption
6716 \end_layout
6717
6718 \end_inset
6719
6720 , voir la section
6721 \begin_inset space ~
6722 \end_inset
6723
6724
6725 \begin_inset CommandInset ref
6726 LatexCommand ref
6727 reference "sec:Formatage-légende"
6728
6729 \end_inset
6730
6731 .
6732 \end_layout
6733
6734 \begin_layout Subsubsection
6735 Largeur de la légende
6736 \begin_inset Index
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740 Tableaux longs ! Largeur de la légende
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \begin_layout Standard
6749 La largeur maximale des lignes de légende est définie par la longueur 
6750 \series bold
6751
6752 \backslash
6753 LTcapwidth
6754 \series default
6755 .
6756  Sa valeur par défaut est 4
6757 \begin_inset space \thinspace{}
6758 \end_inset
6759
6760 in.
6761  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6762  de votre document ou en tant que code TeX directement dans votre document
6763  avant le tableau qui doit être affectée.
6764 \end_layout
6765
6766 \begin_layout Standard
6767
6768 \series bold
6769
6770 \backslash
6771 setlength{
6772 \backslash
6773 LTcapwidth}{largeur}
6774 \end_layout
6775
6776 \begin_layout Standard
6777 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6778 ce
6779 \begin_inset space ~
6780 \end_inset
6781
6782
6783 \begin_inset CommandInset ref
6784 LatexCommand ref
6785 reference "cha:Unités-de-longueur"
6786
6787 \end_inset
6788
6789 .
6790 \end_layout
6791
6792 \begin_layout Standard
6793 \begin_inset Newpage pagebreak
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \begin_layout Standard
6800 Les tableaux suivants montrent la différence :
6801 \end_layout
6802
6803 \begin_layout Standard
6804 \begin_inset Tabular
6805 <lyxtabular version="3" rows="6" columns="5">
6806 <features islongtable="true">
6807 <column alignment="center" valignment="top" width="0">
6808 <column alignment="center" valignment="top" width="0">
6809 <column alignment="center" valignment="top" width="0">
6810 <column alignment="center" valignment="top" width="0">
6811 <column alignment="center" valignment="top" width="0">
6812 <row caption="true">
6813 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 \begin_inset Caption
6818
6819 \begin_layout Plain Layout
6820 long titre complet avec la largeur par défaut long titre complet avec la
6821  largeur par défaut long titre complet avec la largeur par défaut
6822 \begin_inset OptArg
6823 status open
6824
6825 \begin_layout Plain Layout
6826 Légende avec largeur par défaut
6827 \end_layout
6828
6829 \end_inset
6830
6831
6832 \end_layout
6833
6834 \end_inset
6835
6836
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 </row>
6878 <row>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 1
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 2
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901 3
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 4
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 5
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 </row>
6925 <row>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 asd
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 s
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 s
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 s
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 asd
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 </row>
6972 <row>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 asd
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 s
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 s
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 s
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 asd
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 <row>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 s
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 s
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 s
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 asd
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 </row>
7066 <row>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 asd
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 sad
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 asd
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 asd
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 asd
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 </row>
7113 </lyxtabular>
7114
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \begin_layout Standard
7121 \begin_inset ERT
7122 status collapsed
7123
7124 \begin_layout Plain Layout
7125
7126
7127 \backslash
7128 setlength{
7129 \backslash
7130 LTcapwidth}{5cm}
7131 \end_layout
7132
7133 \end_inset
7134
7135
7136 \begin_inset Tabular
7137 <lyxtabular version="3" rows="6" columns="5">
7138 <features islongtable="true">
7139 <column alignment="center" valignment="top" width="0">
7140 <column alignment="center" valignment="top" width="0">
7141 <column alignment="center" valignment="top" width="0">
7142 <column alignment="center" valignment="top" width="0">
7143 <column alignment="center" valignment="top" width="0">
7144 <row caption="true">
7145 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 \begin_inset Caption
7150
7151 \begin_layout Plain Layout
7152 long titre complet avec la largeur réglée à 5
7153 \begin_inset space \thinspace{}
7154 \end_inset
7155
7156 cm long titre complet avec la largeur réglée à 5
7157 \begin_inset space \thinspace{}
7158 \end_inset
7159
7160 cm long titre complet avec la largeur réglée à 5
7161 \begin_inset space \thinspace{}
7162 \end_inset
7163
7164 cm
7165 \begin_inset OptArg
7166 status open
7167
7168 \begin_layout Plain Layout
7169 Légende avec largeur à
7170 \begin_inset space \thinspace{}
7171 \end_inset
7172
7173 =
7174 \begin_inset space \thinspace{}
7175 \end_inset
7176
7177 5
7178 \begin_inset space \thinspace{}
7179 \end_inset
7180
7181 cm
7182 \end_layout
7183
7184 \end_inset
7185
7186
7187 \end_layout
7188
7189 \end_inset
7190
7191
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 </row>
7233 <row>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 1
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 2
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 3
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 4
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 5
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 asd
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 s
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 s
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 asd
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 </row>
7327 <row>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 asd
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 s
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 s
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 s
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368 asd
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 </row>
7374 <row>
7375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 asd
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 s
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 s
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406 s
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415 asd
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 </row>
7421 <row>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 asd
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 sad
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 asd
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453 asd
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 asd
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 </row>
7468 </lyxtabular>
7469
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \begin_layout Standard
7476 \begin_inset ERT
7477 status collapsed
7478
7479 \begin_layout Plain Layout
7480
7481
7482 \backslash
7483 setlength{
7484 \backslash
7485 LTcapwidth}{4in}
7486 \end_layout
7487
7488 \end_inset
7489
7490
7491 \end_layout
7492
7493 \begin_layout Standard
7494 \begin_inset Note Greyedout
7495 status open
7496
7497 \begin_layout Plain Layout
7498
7499 \series bold
7500 Note:
7501 \series default
7502  Quand on utilise la paquetage LaTeX 
7503 \series bold
7504 caption
7505 \series default
7506
7507 \begin_inset Index
7508 status collapsed
7509
7510 \begin_layout Plain Layout
7511 Paquetages LaTeX ! caption
7512 \end_layout
7513
7514 \end_inset
7515
7516  , comme c'est les cas dans ce document, la légende prend toute la largeur
7517  de la page quand on utilise la largeur par défaut de 4
7518 \begin_inset space \thinspace{}
7519 \end_inset
7520
7521 in pour 
7522 \series bold
7523
7524 \backslash
7525 LTcapwidth
7526 \series default
7527 .
7528  Pour avoir dans ce cas une légende qui fasse exactement 4
7529 \begin_inset space \thinspace{}
7530 \end_inset
7531
7532 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7533  comme par exemple 3.99
7534 \begin_inset space \thinspace{}
7535 \end_inset
7536
7537 in, soit utiliser la commande LaTeX 
7538 \series bold
7539
7540 \backslash
7541 captionsetup{width=valeur}
7542 \series default
7543  qui est disponible dans le paquetage 
7544 \series bold
7545 caption
7546 \series default
7547 .
7548 \end_layout
7549
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \begin_layout Subsubsection
7556 Des Légendes différentes sur chaque page d'un tableau
7557 \begin_inset OptArg
7558 status collapsed
7559
7560 \begin_layout Plain Layout
7561 Légendes différentes
7562 \end_layout
7563
7564 \end_inset
7565
7566
7567 \begin_inset Index
7568 status collapsed
7569
7570 \begin_layout Plain Layout
7571 Tableaux longs ! Legendes@Légendes différentes par page
7572 \end_layout
7573
7574 \end_inset
7575
7576
7577 \end_layout
7578
7579 \begin_layout Standard
7580
7581 \lang english
7582 When the table captions for the following pages should differ from the one
7583  of the first table page, insert a caption with the TeX code
7584 \lang french
7585  commande
7586 \end_layout
7587
7588 \begin_layout Standard
7589
7590 \series bold
7591
7592 \backslash
7593 caption*{caption text}
7594 \backslash
7595
7596 \backslash
7597 %
7598 \end_layout
7599
7600 \begin_layout Standard
7601
7602 \lang english
7603 in a dummy caption row that is marked as header.
7604
7605 \lang french
7606  Le tableau
7607 \begin_inset space ~
7608 \end_inset
7609
7610
7611 \begin_inset CommandInset ref
7612 LatexCommand ref
7613 reference "tab:Légendes-tableau-différentes"
7614
7615 \end_inset
7616
7617  est un exemple de tableau long avec des légendes différentes et où la seconde
7618  légende ne contient pas le numéro du tableau.
7619 \end_layout
7620
7621 \begin_layout Standard
7622 \align center
7623 \begin_inset Tabular
7624 <lyxtabular version="3" rows="59" columns="3">
7625 <features islongtable="true" lastFootEmpty="true">
7626 <column alignment="left" valignment="top" width="0cm">
7627 <column alignment="left" valignment="top" width="0pt">
7628 <column alignment="center" valignment="top" width="0pt">
7629 <row caption="true">
7630 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 \begin_inset Caption
7635
7636 \begin_layout Plain Layout
7637 Exemple d'annuaire téléphonique
7638 \begin_inset CommandInset label
7639 LatexCommand label
7640 name "tab:Légendes-tableau-différentes"
7641
7642 \end_inset
7643
7644
7645 \begin_inset OptArg
7646 status collapsed
7647
7648 \begin_layout Plain Layout
7649 Exemple Annuaire 
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 </row>
7683 <row endfirsthead="true">
7684 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \series bold
7690 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row endfirsthead="true">
7715 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \series bold
7721 NOM
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \series bold
7741 TÉL.
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 </row>
7747 <row endhead="true">
7748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 \begin_inset ERT
7753 status open
7754
7755 \begin_layout Plain Layout
7756
7757
7758 \backslash
7759 caption*{Suite de l'exemple d'annuaire téléphonique}
7760 \backslash
7761
7762 \backslash
7763 %
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row endhead="true">
7793 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \series bold
7799 Exemple d'annuaire téléphonique
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 <row endhead="true">
7824 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \series bold
7830 NOM
7831 \end_layout
7832
7833 \end_inset
7834 </cell>
7835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848
7849 \series bold
7850 TÉL.
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row endfoot="true">
7857 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 suite page suivante\SpecialChar \ldots{}
7862
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Annovi
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Silvia
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Bertoli
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 Stefano
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 111
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 Bozzi
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Walter
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 111
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Cachia
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Maria
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 111
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 Cachia
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 Maurizio
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 111
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 Cinquemani
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Giusi
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 111
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \series bold
8079 Colin
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 Bernard
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 111
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \series bold
8110 Concli
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 Gianfranco
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 111
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row>
8135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139
8140 \series bold
8141 Dal Bosco
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 Carolina
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 111
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \series bold
8172 Dalpiaz
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 Annamaria
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 111
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \series bold
8203 Feliciello
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Domenico
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 111
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \series bold
8234 Focarelli
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 Paola
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 111
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \series bold
8265 Galletti
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 Oreste
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 111
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \series bold
8296 Gasparini
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Franca
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 111
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \series bold
8327 Rizzardi
8328 \series default
8329
8330 \begin_inset Foot
8331 status open
8332
8333 \begin_layout Plain Layout
8334 Exemple de note de bas de page
8335 \end_layout
8336
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Paola
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Lassini
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Giancarlo
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Malfatti
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Luciano
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Malfatti
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Valeriano
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Meneguzzo
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Roberto
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Mezzadra
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Roberto
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Pirpamer
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 Erich
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 111
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \series bold
8556 Pochiesa
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 Paolo
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 111, 222
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Radina
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Claudio
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 111
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \series bold
8618 Stuffer
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Oskar
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 111
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Tacchelli
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Ugo
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 111
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \series bold
8680 Tezzele
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 Margit
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 111
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \series bold
8711 Unterkalmsteiner
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 Frieda
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 111
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742 Vieider
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Hilde
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 111
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773 Vigna
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Jürgen
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 111
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \series bold
8804 Weber
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Maurizio
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 111
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \series bold
8835 Winkler
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Franz
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 111
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864  
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Annovi
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Silvia
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 555
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Bertoli
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Stefano
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 555
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Bozzi
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Walter
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 555
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Cachia
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Maria
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Cachia
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Maurizio
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Cinquemani
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Giusi
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Colin
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Bernard
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Concli
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Gianfranco
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 555
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \series bold
9143 Dal Bosco
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 Carolina
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 555
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Dalpiaz
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Annamaria
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Feliciello
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Domenico
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Focarelli
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Paola
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \series bold
9267 Galletti
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Oreste
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 555
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \series bold
9298 Gasparini
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Franca
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 555
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \series bold
9329 Rizzardi
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 Paola
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 555
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \series bold
9360 Lassini
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 Giancarlo
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 555
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \series bold
9391 Malfatti
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 Luciano
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 555
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \series bold
9422 Malfatti
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 Valeriano
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 555
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row>
9447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \series bold
9453 Meneguzzo
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Roberto
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 555
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 Mezzadra
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 Roberto
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 555
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 </lyxtabular>
9509
9510 \end_inset
9511
9512
9513 \end_layout
9514
9515 \begin_layout Section
9516 Questions particulières concernant les tableaux longs
9517 \begin_inset OptArg
9518 status collapsed
9519
9520 \begin_layout Plain Layout
9521 Questions sur les tableaux longs
9522 \end_layout
9523
9524 \end_inset
9525
9526
9527 \begin_inset CommandInset label
9528 LatexCommand label
9529 name "sec:Questions-sur-tableaux-longs"
9530
9531 \end_inset
9532
9533
9534 \end_layout
9535
9536 \begin_layout Subsection
9537 Calculs des pages des tableaux longs
9538 \begin_inset Index
9539 status collapsed
9540
9541 \begin_layout Plain Layout
9542 Tableaux longs ! Calculs
9543 \end_layout
9544
9545 \end_inset
9546
9547
9548 \end_layout
9549
9550 \begin_layout Standard
9551 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9552  en utilisant des blocs (chunks).
9553  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9554  mémoire de LaTeX.
9555  La valeur par défaut est fixée pour des raisons historiques à seulement
9556  20 lignes de tableau.
9557  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9558  peut ralentir la création de votre document.
9559  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9560  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9561  préambule de votre document :
9562 \end_layout
9563
9564 \begin_layout Standard
9565
9566 \series bold
9567
9568 \backslash
9569 setcounter{LTchunksize}{100}
9570 \end_layout
9571
9572 \begin_layout Subsection
9573 Les Flottants et les Tableaux Longs
9574 \begin_inset Index
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578 Tableaux longs ! Flottants
9579 \end_layout
9580
9581 \end_inset
9582
9583
9584 \end_layout
9585
9586 \begin_layout Standard
9587 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9588  commence un tableau long.
9589  Pour éviter une telle situation, ajoutez la commande 
9590 \series bold
9591
9592 \backslash
9593 clearpage
9594 \series default
9595  en tant que code TeX juste avant votre tableau long.
9596 \end_layout
9597
9598 \begin_layout Subsection
9599 Sauts de pages forcés
9600 \begin_inset Index
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604 Tableaux longs ! Sauts de pages forcés
9605 \end_layout
9606
9607 \end_inset
9608
9609
9610 \end_layout
9611
9612 \begin_layout Standard
9613 Par défaut les tableaux ne peuvent être coupés qu'entre deux lignes.
9614  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9615  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9616  de saut de ligne 
9617 \begin_inset Quotes eld
9618 \end_inset
9619
9620
9621 \backslash
9622
9623 \backslash
9624
9625 \begin_inset Quotes erd
9626 \end_inset
9627
9628  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9629  Avant la commande 
9630 \begin_inset Quotes eld
9631 \end_inset
9632
9633
9634 \backslash
9635
9636 \backslash
9637
9638 \begin_inset Quotes erd
9639 \end_inset
9640
9641 , vous devez insérer en code TeX, autant de caractères 
9642 \begin_inset Quotes eld
9643 \end_inset
9644
9645 &
9646 \begin_inset Quotes erd
9647 \end_inset
9648
9649  qu'il y a de colonnes après la cellule concernée.
9650  Le caractère 
9651 \begin_inset Quotes eld
9652 \end_inset
9653
9654 &
9655 \begin_inset Quotes erd
9656 \end_inset
9657
9658  sert à séparer les colonnes d'un tableau.
9659  Écrivez en code-TeX, après chaque 
9660 \begin_inset Quotes eld
9661 \end_inset
9662
9663 &
9664 \begin_inset Quotes erd
9665 \end_inset
9666
9667  le contenu des cellules correspondantes et en même temps supprimez le contenu
9668  de ces cellules dans le texte normal.
9669  
9670 \begin_inset Newline newline
9671 \end_inset
9672
9673 Après la commande 
9674 \backslash
9675
9676 \backslash
9677 , insérez autant de caractères 
9678 \begin_inset Quotes eld
9679 \end_inset
9680
9681 &
9682 \begin_inset Quotes erd
9683 \end_inset
9684
9685  qu'il y a de colonnes avant la colonne traitée.
9686  Dans le tableau
9687 \begin_inset space ~
9688 \end_inset
9689
9690
9691 \begin_inset CommandInset ref
9692 LatexCommand ref
9693 reference "tab:Tableau-saut-de-page"
9694
9695 \end_inset
9696
9697  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9698  suivie par une autre colonne.
9699  La commande suivante a donc été insérée en code TeX dans la cellule après
9700  le mot 
9701 \begin_inset Quotes eld
9702 \end_inset
9703
9704
9705 \emph on
9706 Castelchiodato,
9707 \emph default
9708
9709 \begin_inset Quotes erd
9710 \end_inset
9711
9712 :
9713 \end_layout
9714
9715 \begin_layout Standard
9716
9717 \series bold
9718 & 111
9719 \backslash
9720
9721 \backslash
9722  
9723 \backslash
9724 newpage
9725 \begin_inset Newline newline
9726 \end_inset
9727
9728 &
9729 \end_layout
9730
9731 \begin_layout Standard
9732 Le 
9733 \begin_inset Quotes eld
9734 \end_inset
9735
9736 111
9737 \begin_inset Quotes erd
9738 \end_inset
9739
9740  dans la troisième colonne de la ligne a été supprimé.
9741  
9742 \series bold
9743 \lang english
9744
9745 \backslash
9746 newpage
9747 \series default
9748  is only needed when a page break should definitively occur at this position,
9749  otherwise it is only a possibility to break.
9750
9751 \lang french
9752  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9753  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9754  est coupée, utilisez cette commande à la place de la précédente :
9755 \end_layout
9756
9757 \begin_layout Standard
9758
9759 \series bold
9760 & 111
9761 \backslash
9762
9763 \backslash
9764
9765 \begin_inset Newline newline
9766 \end_inset
9767
9768
9769 \backslash
9770 hline &
9771 \end_layout
9772
9773 \begin_layout Standard
9774 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9775  insérer la commande
9776 \end_layout
9777
9778 \begin_layout Standard
9779
9780 \series bold
9781
9782 \backslash
9783 setlength{
9784 \backslash
9785 parfillskip}{0pt}
9786 \end_layout
9787
9788 \begin_layout Standard
9789 au début de la cellule.
9790  Cela assure que la portion de la cellule qui va se trouver affichée sur
9791  la page suivante le sera avec toute la largeur de la cellule.
9792 \end_layout
9793
9794 \begin_layout Standard
9795 \align center
9796 \begin_inset Tabular
9797 <lyxtabular version="3" rows="38" columns="3">
9798 <features islongtable="true" lastFootEmpty="true">
9799 <column alignment="left" valignment="top" width="0cm">
9800 <column alignment="left" valignment="top" width="3cm">
9801 <column alignment="center" valignment="top" width="0pt">
9802 <row caption="true">
9803 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 \begin_inset Caption
9808
9809 \begin_layout Plain Layout
9810 Tableau avec un saut de page forcé dans une cellule
9811 \begin_inset CommandInset label
9812 LatexCommand label
9813 name "tab:Tableau-saut-de-page"
9814
9815 \end_inset
9816
9817
9818 \begin_inset OptArg
9819 status collapsed
9820
9821 \begin_layout Plain Layout
9822 Tableau avec un saut de page forcé dans une cellule
9823 \end_layout
9824
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \end_layout
9843
9844 \end_inset
9845 </cell>
9846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row endfirsthead="true">
9857 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \series bold
9863 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 <row endfirsthead="true">
9888 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \series bold
9894 NOM
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \series bold
9914 TÉL.
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 <row endhead="true">
9921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 \begin_inset ERT
9926 status collapsed
9927
9928 \begin_layout Plain Layout
9929
9930
9931 \backslash
9932 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9933 \backslash
9934
9935 \backslash
9936 %
9937 \end_layout
9938
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 </row>
9965 <row endhead="true">
9966 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970  
9971 \series bold
9972 Exemple d'annuaire téléphonique
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row endhead="true">
9997 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \series bold
10003 NOM
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \series bold
10023 TÉL.
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row endfoot="true">
10030 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 suite page suivante\SpecialChar \ldots{}
10035
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \series bold
10066 Annovi
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 Silvia
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084 111
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 </row>
10090 <row>
10091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \series bold
10097 Bertoli
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106 Stefano
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 111
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 </row>
10121 <row>
10122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 Bozzi
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 Walter
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 111
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row>
10153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157
10158 \series bold
10159 Cachia
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 Maria
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177 111
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190 Cachia
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 Maurizio
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 111
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 <row>
10215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219
10220 \series bold
10221 Cinquemani
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 Giusi
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 111
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row>
10246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \series bold
10252 Colin
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Bernard
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 111
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \series bold
10283 Concli
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 Gianfranco
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 111
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row>
10308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314 Dal Bosco
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 Carolina
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 111
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row>
10339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \series bold
10345 Dalpiaz
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 Annamaria
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 111
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \series bold
10376 Feliciello
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Domenico
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 111
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 </row>
10400 <row>
10401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405
10406 \series bold
10407 Focarelli
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Paola
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 111
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \series bold
10438 Galletti
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Oreste
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 111
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 Gasparini
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Franca
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 111
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \series bold
10500 Lassini
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Giancarlo
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 111
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \series bold
10531 Malfatti
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 Luciano
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 111
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \series bold
10562 Malfatti
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 Valeriano
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 111
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Meneguzzo
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Roberto
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 111
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \series bold
10624 Mezzadra
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Roberto
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 111
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \series bold
10655 Pirpamer
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 Erich
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 111
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row>
10680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \series bold
10686 Pochiesa
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 Paolo
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 111, 222
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715
10716 \series bold
10717 Radina
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726 Claudio
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 111
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 </row>
10741 <row>
10742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746
10747 \series bold
10748 Rizzardi
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Giancarlo, 11.
10758  Fürst von Montecompatri, 11.
10759  Fürst von Sulmona und Vivaro, 10.
10760  Fürst von Rossano, 5.
10761  Herzog von Canemorte, 11.
10762  Herzog von Palombara, 5.
10763  Herzog von Castelchiodato,
10764 \begin_inset ERT
10765 status open
10766
10767 \begin_layout Plain Layout
10768
10769 & 111
10770 \backslash
10771
10772 \backslash
10773  
10774 \backslash
10775 newpage
10776 \end_layout
10777
10778 \begin_layout Plain Layout
10779
10780 &
10781 \end_layout
10782
10783 \end_inset
10784
10785  11.
10786  Herzog von Poggionativo, 11.
10787  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10788  Graf von Valinfreda, 11.
10789  Baron von Cropalati, 11.
10790  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \series bold
10812 Stuffer
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 Oskar
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 111
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841
10842 \series bold
10843 Tacchelli
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 Ugo
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 111
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \series bold
10874 Tezzele
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 Margit
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 111
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \series bold
10905 Unterkalmsteiner
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Frieda
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 111
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 <row>
10930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \series bold
10936 Vieider
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 Hilde
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 111
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \series bold
10967 Vigna
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 Jürgen
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 111
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \series bold
10998 Weber
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 Maurizio
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016 111
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 <row>
11023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027
11028 \series bold
11029 Winkler
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 Franz
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 111
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 </row>
11053 </lyxtabular>
11054
11055 \end_inset
11056
11057
11058 \end_layout
11059
11060 \begin_layout Section
11061 Colonnes et lignes à lignes multiples
11062 \end_layout
11063
11064 \begin_layout Subsection
11065 Lignes multiples dans une cellule de tableau
11066 \begin_inset CommandInset label
11067 LatexCommand label
11068 name "sub:Lignes-multiple-dans-cellule"
11069
11070 \end_inset
11071
11072
11073 \begin_inset Index
11074 status collapsed
11075
11076 \begin_layout Plain Layout
11077 Plusieurs lignes dans une case de tableau
11078 \end_layout
11079
11080 \end_inset
11081
11082
11083 \begin_inset Index
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Tableau ! Saut de ligne
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \begin_layout Standard
11096 \noindent
11097 \begin_inset Float table
11098 placement H
11099 wide false
11100 sideways false
11101 status open
11102
11103 \begin_layout Plain Layout
11104 \begin_inset Caption
11105
11106 \begin_layout Plain Layout
11107 \begin_inset CommandInset label
11108 LatexCommand label
11109 name "tab:Tableau-avec-plusieurs-lignes"
11110
11111 \end_inset
11112
11113 Tableau avec des lignes multiples dans une cellule
11114 \end_layout
11115
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \begin_layout Plain Layout
11122 \align center
11123 \begin_inset Tabular
11124 <lyxtabular version="3" rows="3" columns="3">
11125 <features>
11126 <column alignment="center" valignment="middle" width="2.5cm">
11127 <column alignment="center" valignment="middle" width="0">
11128 <column alignment="center" valignment="middle" width="0">
11129 <row>
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 Lignes
11135 \begin_inset Newline linebreak
11136 \end_inset
11137
11138 multiples
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 b
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 c
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 d
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 e
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 f
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 g
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 h
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 i
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 </lyxtabular>
11221
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228
11229
11230 \end_layout
11231
11232 \begin_layout Standard
11233 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11234  d'un paragraphe avec des sauts de lignes et des césures.
11235 \end_layout
11236
11237 \begin_layout Standard
11238 Pour obtenir le tableau
11239 \begin_inset space ~
11240 \end_inset
11241
11242
11243 \begin_inset CommandInset ref
11244 LatexCommand ref
11245 reference "tab:Tableau-avec-plusieurs-lignes"
11246
11247 \end_inset
11248
11249 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11250  droit dessus.
11251  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11252  2.5
11253 \begin_inset space \thinspace{}
11254 \end_inset
11255
11256 cm et choisissez les alignements vertical et horizontal centrés.
11257  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11258  Comme notre texte est plus petit que 2.5
11259 \begin_inset space \thinspace{}
11260 \end_inset
11261
11262 cm, une seule ligne va apparaître.
11263  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11264  
11265 \family sans
11266 Ctrl-Shift-Entrée
11267 \family default
11268 ).
11269  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11270 ement découpé en plusieurs lignes.
11271 \end_layout
11272
11273 \begin_layout Standard
11274 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11275  pas effectuer de césure si c'est le premier élément de la cellule.
11276  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11277  premier élément : Ajoutez un espace horizontal de 0
11278 \begin_inset space \thinspace{}
11279 \end_inset
11280
11281 pt juste avant votre mot.
11282  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11283  Le tableau
11284 \begin_inset space ~
11285 \end_inset
11286
11287
11288 \begin_inset CommandInset ref
11289 LatexCommand ref
11290 reference "tab:Tableau-césure"
11291
11292 \end_inset
11293
11294  montre l'effet de cette insertion.
11295 \end_layout
11296
11297 \begin_layout Standard
11298 \begin_inset Float table
11299 placement h
11300 wide false
11301 sideways false
11302 status open
11303
11304 \begin_layout Plain Layout
11305 \begin_inset Caption
11306
11307 \begin_layout Plain Layout
11308 \begin_inset CommandInset label
11309 LatexCommand label
11310 name "tab:Tableau-césure"
11311
11312 \end_inset
11313
11314 Tableau avec et sans césure.
11315 \end_layout
11316
11317 \end_inset
11318
11319
11320 \end_layout
11321
11322 \begin_layout Plain Layout
11323 \begin_inset space \hfill{}
11324 \end_inset
11325
11326
11327 \begin_inset Tabular
11328 <lyxtabular version="3" rows="3" columns="3">
11329 <features>
11330 <column alignment="center" valignment="middle" width="2.5cm">
11331 <column alignment="center" valignment="middle" width="0">
11332 <column alignment="center" valignment="middle" width="0">
11333 <row>
11334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 mottrèslongdansunecellule
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 b
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 c
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 </row>
11362 <row>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 d
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 e
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 f
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 g
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 h
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 i
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 </lyxtabular>
11421
11422 \end_inset
11423
11424
11425 \begin_inset space \hfill{}
11426 \end_inset
11427
11428
11429 \begin_inset Tabular
11430 <lyxtabular version="3" rows="3" columns="3">
11431 <features>
11432 <column alignment="center" valignment="middle" width="2.5cm">
11433 <column alignment="center" valignment="middle" width="0">
11434 <column alignment="center" valignment="middle" width="0">
11435 <row>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 \begin_inset space \hspace{}
11441 \length 0pt
11442 \end_inset
11443
11444 mottrèslongdansunecellule
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 b
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 c
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 </row>
11468 <row>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 d
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 e
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 f
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 </row>
11497 <row>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 g
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 h
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 i
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 </row>
11526 </lyxtabular>
11527
11528 \end_inset
11529
11530
11531 \begin_inset space \hfill{}
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Subsection
11543 Multi-colonnes
11544 \begin_inset CommandInset label
11545 LatexCommand label
11546 name "sub:Multicolonnes"
11547
11548 \end_inset
11549
11550
11551 \begin_inset Index
11552 status collapsed
11553
11554 \begin_layout Plain Layout
11555 Multi-colonnes
11556 \end_layout
11557
11558 \end_inset
11559
11560
11561 \begin_inset Index
11562 status collapsed
11563
11564 \begin_layout Plain Layout
11565 Tableau ! Multi-colonnes
11566 \end_layout
11567
11568 \end_inset
11569
11570
11571 \end_layout
11572
11573 \begin_layout Subsubsection
11574 Les Bases des Multicolonnes
11575 \end_layout
11576
11577 \begin_layout Standard
11578 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11579  qu'elle doit couvrir et utilisez soit le bouton
11580 \begin_inset Graphics
11581         filename ../../images/tabular-feature_multicolumn.png
11582         scale 85
11583         scaleBeforeRotation
11584
11585 \end_inset
11586
11587  de la barre d'outils tableau, ou le menu 
11588 \family sans
11589 Éditer\SpecialChar \menuseparator
11590 Tableau\SpecialChar \menuseparator
11591 Multi-colonnes
11592 \family default
11593 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11594  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11595  
11596 \family sans
11597 Tableau
11598 \family default
11599 .
11600 \end_layout
11601
11602 \begin_layout Standard
11603 Les multi-colonnes ont leurs propres paramètres de cellule.
11604  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11605  de la cellule, cela n'affecte que la cellule multi-colonne.
11606  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11607  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11608 \end_layout
11609
11610 \begin_layout Standard
11611 \align center
11612 \begin_inset Tabular
11613 <lyxtabular version="3" rows="3" columns="4">
11614 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11615 <column alignment="center" valignment="top" width="0pt">
11616 <column alignment="center" valignment="middle" width="0">
11617 <column alignment="center" valignment="top" width="0in">
11618 <column alignment="center" valignment="top" width="0pt">
11619 <row>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 abc
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 def ghi
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 jkl
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 </row>
11657 <row>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 A
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 B
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 C
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 D
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 1
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 2
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 3
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 4
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 </lyxtabular>
11734
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \begin_layout Subsubsection
11741 Calculs avec les multi-colonnes
11742 \begin_inset CommandInset label
11743 LatexCommand label
11744 name "sub:Calculs-multicolonnes"
11745
11746 \end_inset
11747
11748
11749 \begin_inset Index
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753 Multi-colonnes ! Calculs
11754 \end_layout
11755
11756 \end_inset
11757
11758
11759 \end_layout
11760
11761 \begin_layout Standard
11762 LyX gère directement les multi-colonnes, mais nous devons faire attention
11763  à la largeur des cellules couvertes par la cellule multicolonne.
11764 \end_layout
11765
11766 \begin_layout Standard
11767 \begin_inset Float table
11768 placement h
11769 wide false
11770 sideways false
11771 status open
11772
11773 \begin_layout Plain Layout
11774 \begin_inset Caption
11775
11776 \begin_layout Plain Layout
11777 \begin_inset CommandInset label
11778 LatexCommand label
11779 name "tab:Tableau-multicolonne-parfaite"
11780
11781 \end_inset
11782
11783 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11784  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11785 \begin_inset OptArg
11786 status open
11787
11788 \begin_layout Plain Layout
11789 Tableau avec multicolonne parfaite
11790 \end_layout
11791
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \end_inset
11798
11799
11800 \end_layout
11801
11802 \begin_layout Plain Layout
11803 \align center
11804 \begin_inset Tabular
11805 <lyxtabular version="3" rows="3" columns="3">
11806 <features>
11807 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11808 <column alignment="center" valignment="middle" width="0">
11809 <column alignment="center" valignment="top" width="0">
11810 <row>
11811 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815 multicolonne sur plusieurs lignes
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11830 \begin_inset Text
11831
11832 \begin_layout Plain Layout
11833 c
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 </row>
11839 <row>
11840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 d
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 e
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 f
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 <row>
11869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 g
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 h
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 i
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 </row>
11897 </lyxtabular>
11898
11899 \end_inset
11900
11901
11902 \end_layout
11903
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \begin_layout Standard
11910 Par exemple, pour créer le tableau
11911 \begin_inset space ~
11912 \end_inset
11913
11914
11915 \begin_inset CommandInset ref
11916 LatexCommand ref
11917 reference "tab:Tableau-multicolonne-parfaite"
11918
11919 \end_inset
11920
11921 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11922  3×3 et faites un clic droit dessus.
11923  Ensuite choisissez pour cette cellule
11924 \emph on
11925 ,
11926 \emph default
11927  dans la fenêtre de dialogue de tableau, 
11928 \emph on
11929 multicolonne
11930 \emph default
11931
11932 \emph on
11933 alignement
11934 \begin_inset space ~
11935 \end_inset
11936
11937 horizontal
11938 \begin_inset space ~
11939 \end_inset
11940
11941 centré
11942 \emph default
11943  et une largeur de 2.5
11944 \begin_inset space \thinspace{}
11945 \end_inset
11946
11947 cm.
11948  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11949  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11950 \begin_inset space \thinspace{}
11951 \end_inset
11952
11953 cm pour la première colonne.
11954  La deuxième colonne aura alors automatiquement une largeur de 1.25
11955 \begin_inset space \thinspace{}
11956 \end_inset
11957
11958 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11959  C'est ce qui a été fait pour le tableau
11960 \begin_inset space ~
11961 \end_inset
11962
11963
11964 \begin_inset CommandInset ref
11965 LatexCommand ref
11966 reference "tab:Tableau-multicolonne-imparfait"
11967
11968 \end_inset
11969
11970 .
11971 \end_layout
11972
11973 \begin_layout Standard
11974 \begin_inset Float table
11975 wide false
11976 sideways false
11977 status open
11978
11979 \begin_layout Plain Layout
11980 \begin_inset Caption
11981
11982 \begin_layout Plain Layout
11983 \begin_inset CommandInset label
11984 LatexCommand label
11985 name "tab:Tableau-multicolonne-imparfait"
11986
11987 \end_inset
11988
11989 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
11990  de la largeur de la cellule multicolonne.
11991 \begin_inset OptArg
11992 status open
11993
11994 \begin_layout Plain Layout
11995 Tableau avec multicolonne pas parfaite
11996 \end_layout
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \begin_layout Plain Layout
12009 \align center
12010 \begin_inset Tabular
12011 <lyxtabular version="3" rows="3" columns="3">
12012 <features>
12013 <column alignment="center" valignment="top" width="1.25cm">
12014 <column alignment="center" valignment="top" width="0">
12015 <column alignment="center" valignment="top" width="0">
12016 <row>
12017 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 multicolonne sur plusieurs lignes
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 c
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 </row>
12045 <row>
12046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050 d
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 e
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 f
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 </row>
12074 <row>
12075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 g
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 h
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 i
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 </row>
12103 </lyxtabular>
12104
12105 \end_inset
12106
12107
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \begin_layout Standard
12116 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12117  de la cellule multicolonne, elle est un peu plus large.
12118  La raison est que la taille que l'on donne à une cellule, 
12119 \begin_inset Formula $W_{g}$
12120 \end_inset
12121
12122  n'est pas sa taille totale, 
12123 \begin_inset Formula $W_{\mathrm{tot}}$
12124 \end_inset
12125
12126  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12127  lui donne.
12128  L'appendice
12129 \begin_inset space ~
12130 \end_inset
12131
12132
12133 \begin_inset CommandInset ref
12134 LatexCommand eqref
12135 reference "cha:Explication-de-l'Equation"
12136
12137 \end_inset
12138
12139  explique pourquoi en détail.
12140 \end_layout
12141
12142 \begin_layout Standard
12143 La largeur nécessaire 
12144 \begin_inset Formula $W_{g\, n}$
12145 \end_inset
12146
12147  quand 
12148 \emph on
12149 n
12150 \emph default
12151  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12152  ait une largeur totale de 
12153 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12154 \end_inset
12155
12156 :
12157 \begin_inset Formula \begin{equation}
12158 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166 Dans notre cas nous avons 
12167 \begin_inset Formula $n=2$
12168 \end_inset
12169
12170
12171 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12172 \end_inset
12173
12174 cm et les valeurs par défaut pour les autres longueurs, l'équation
12175 \begin_inset space ~
12176 \end_inset
12177
12178
12179 \begin_inset CommandInset ref
12180 LatexCommand ref
12181 reference "eq:Wgn"
12182
12183 \end_inset
12184
12185  devient
12186 \begin_inset Formula \begin{equation}
12187 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \begin_layout Standard
12195 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12196  
12197 \series bold
12198 calc
12199 \series default
12200  avec la ligne suivante dans le préambule du document
12201 \begin_inset Index
12202 status collapsed
12203
12204 \begin_layout Plain Layout
12205 Paquetages LaTeX ! calc
12206 \end_layout
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \begin_layout Standard
12214
12215 \series bold
12216
12217 \backslash
12218 usepackage{calc}
12219 \end_layout
12220
12221 \begin_layout Standard
12222 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12223  de dialogue.
12224  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12225  la fenêtre de dialogue.
12226  Voici un aperçu de ces paramètres :
12227 \end_layout
12228
12229 \begin_layout Itemize
12230
12231 \series bold
12232 p{largeur}
12233 \series default
12234  crée une cellule de taille donnée, le texte est aligné verticalement en
12235  haut.
12236 \end_layout
12237
12238 \begin_layout Itemize
12239
12240 \series bold
12241 m{largeur}
12242 \series default
12243  crée une cellule de taille donnée, le texte est aligné verticalement au
12244  centre
12245 \end_layout
12246
12247 \begin_layout Itemize
12248
12249 \series bold
12250 b{largeur}
12251 \series default
12252  crée une cellule de taille donnée, le texte est aligné verticalement en
12253  bas
12254 \end_layout
12255
12256 \begin_layout Standard
12257 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12258  la fenêtre de dialogue sont ignorés.
12259 \end_layout
12260
12261 \begin_layout Standard
12262 \begin_inset Note Greyedout
12263 status open
12264
12265 \begin_layout Plain Layout
12266
12267 \series bold
12268 Note:
12269 \series default
12270  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12271  en compte.
12272 \end_layout
12273
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280 Comme le texte doit être centré horizontalement, on ajoute la commande 
12281 \series bold
12282
12283 \backslash
12284 centering
12285 \series default
12286 .
12287  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12288  des colonnes recouvertes :
12289 \end_layout
12290
12291 \begin_layout Standard
12292
12293 \series bold
12294 >{
12295 \backslash
12296 centering}m{1.25cm-6.2pt}
12297 \end_layout
12298
12299 \begin_layout Standard
12300 La commande 
12301 \series bold
12302 >{ }
12303 \series default
12304  signifie que les commandes qui se trouvent entre les accolades doivent
12305  être appliquées avant que la cellule ne soit créée.
12306 \end_layout
12307
12308 \begin_layout Standard
12309 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12310  multicolonne, il est toujours aligné à gauche.
12311  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12312  isolées.
12313  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12314 \end_layout
12315
12316 \begin_layout Standard
12317
12318 \series bold
12319 >{
12320 \backslash
12321 centering}m{2.5cm}
12322 \end_layout
12323
12324 \begin_layout Subsection
12325 Multi-lignes
12326 \begin_inset Index
12327 status collapsed
12328
12329 \begin_layout Plain Layout
12330 Multi-lignes
12331 \end_layout
12332
12333 \end_inset
12334
12335
12336 \begin_inset Index
12337 status collapsed
12338
12339 \begin_layout Plain Layout
12340 Tableau ! Multi-ligne
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12350  par LyX, il faut donc utiliser un peu de code TeX.
12351  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12352 \series bold
12353 multirow
12354 \series default
12355
12356 \begin_inset Index
12357 status collapsed
12358
12359 \begin_layout Plain Layout
12360 Paquetages LaTeX ! multirow
12361 \end_layout
12362
12363 \end_inset
12364
12365
12366 \series bold
12367  
12368 \series default
12369 dans le préambule de votre document avec la commande 
12370 \end_layout
12371
12372 \begin_layout Standard
12373
12374 \series bold
12375
12376 \backslash
12377 usepackage{multirow}
12378 \end_layout
12379
12380 \begin_layout Standard
12381 Les cellules multilignes sont créées avec la commande
12382 \end_layout
12383
12384 \begin_layout Standard
12385
12386 \series bold
12387
12388 \backslash
12389 multirow{number of rows}{cell width}{cell entry}
12390 \end_layout
12391
12392 \begin_layout Standard
12393 Pour créer le tableau suivant :
12394 \end_layout
12395
12396 \begin_layout Standard
12397 \align center
12398 \begin_inset ERT
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402
12403
12404 \backslash
12405 renewcommand{
12406 \backslash
12407 multirowsetup}{
12408 \backslash
12409 centering}
12410 \end_layout
12411
12412 \end_inset
12413
12414
12415 \begin_inset Tabular
12416 <lyxtabular version="3" rows="3" columns="3">
12417 <features>
12418 <column alignment="center" valignment="top" width="0">
12419 <column alignment="center" valignment="top" width="0">
12420 <column alignment="center" valignment="top" width="0">
12421 <row>
12422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426 a
12427 \end_layout
12428
12429 \end_inset
12430 </cell>
12431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12432 \begin_inset Text
12433
12434 \begin_layout Plain Layout
12435 b
12436 \end_layout
12437
12438 \end_inset
12439 </cell>
12440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12441 \begin_inset Text
12442
12443 \begin_layout Plain Layout
12444 c
12445 \end_layout
12446
12447 \end_inset
12448 </cell>
12449 </row>
12450 <row>
12451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12452 \begin_inset Text
12453
12454 \begin_layout Plain Layout
12455 \begin_inset ERT
12456 status open
12457
12458 \begin_layout Plain Layout
12459
12460
12461 \backslash
12462 multirow{2}{2.5cm}{
12463 \end_layout
12464
12465 \end_inset
12466
12467 cellule multi-lignes
12468 \begin_inset ERT
12469 status collapsed
12470
12471 \begin_layout Plain Layout
12472
12473 }
12474 \end_layout
12475
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 e
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 f
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 </row>
12502 <row>
12503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 h
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525 i
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 </row>
12531 </lyxtabular>
12532
12533 \end_inset
12534
12535
12536 \begin_inset ERT
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540
12541
12542 \backslash
12543 renewcommand{
12544 \backslash
12545 multirowsetup}{
12546 \backslash
12547 raggedright}
12548 \end_layout
12549
12550 \end_inset
12551
12552
12553 \end_layout
12554
12555 \begin_layout Standard
12556 créez un tableau 3×3.
12557  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12558  première colonne, la cellule est marquée comme étant une multicolonne et
12559  la bordure supérieure est désactivée.
12560  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12561  première colonne en y insérant la commande
12562 \end_layout
12563
12564 \begin_layout Standard
12565
12566 \series bold
12567
12568 \backslash
12569 multirow{2}{2.5cm}{
12570 \end_layout
12571
12572 \begin_layout Standard
12573 comme du code TeX.
12574  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12575  deux lignes et a une largeur de 2.5
12576 \begin_inset space \thinspace{}
12577 \end_inset
12578
12579 cm.
12580  Le contenu de la cellule suit le code TeX et on termine la commande en
12581  ajoutant l'accolade fermante 
12582 \series bold
12583 }
12584 \series default
12585  dans une nouvelle boîte de code TeX, juste après le texte.
12586 \end_layout
12587
12588 \begin_layout Standard
12589
12590 \series bold
12591
12592 \backslash
12593 multirow
12594 \series default
12595  aligne par défaut son contenu à gauche.
12596  Pour passer outre le comportement par défaut, vous devez redéfinir la commande
12597  
12598 \series bold
12599
12600 \backslash
12601 multirowsetup
12602 \series default
12603  avec la commande
12604 \end_layout
12605
12606 \begin_layout Standard
12607
12608 \series bold
12609
12610 \backslash
12611 renewcommand{
12612 \backslash
12613 multirowsetup}{
12614 \backslash
12615 centering}
12616 \end_layout
12617
12618 \begin_layout Standard
12619 dans le préambule du document.
12620  Après ça, tous les contenus de cellules multi-lignes du document seront
12621  centrés.
12622  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12623  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12624  juste avant le tableau concerné, plutôt que dans le préambule.
12625  Si le texte doit être aligné à droite, remplacez 
12626 \series bold
12627
12628 \backslash
12629 centering
12630 \series default
12631  par 
12632 \series bold
12633
12634 \backslash
12635 raggedleft
12636 \series default
12637 .
12638  Pour revenir à l'alignement à gauche utilisez 
12639 \series bold
12640
12641 \backslash
12642 raggedright
12643 \series default
12644 .
12645 \end_layout
12646
12647 \begin_layout Section
12648 Les Tableaux Formels
12649 \begin_inset CommandInset label
12650 LatexCommand label
12651 name "sec:Tableaux-Formels"
12652
12653 \end_inset
12654
12655
12656 \begin_inset Index
12657 status collapsed
12658
12659 \begin_layout Plain Layout
12660 Tableau ! Formel
12661 \end_layout
12662
12663 \end_inset
12664
12665
12666 \end_layout
12667
12668 \begin_layout Standard
12669 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12670  à celle du tableau
12671 \begin_inset space ~
12672 \end_inset
12673
12674
12675 \begin_inset CommandInset ref
12676 LatexCommand ref
12677 reference "tab:Exemple-tableau-booktabs"
12678
12679 \end_inset
12680
12681 .
12682  Ce genre de tableau est appelé 
12683 \begin_inset Quotes eld
12684 \end_inset
12685
12686
12687 \emph on
12688 formel
12689 \emph default
12690
12691 \begin_inset Quotes erd
12692 \end_inset
12693
12694 .
12695  Pour transformer un tableau en tableau formel, utilisez l'option 
12696 \family sans
12697 Formel
12698 \family default
12699  de l'onglet 
12700 \family sans
12701 Bordures
12702 \family default
12703  de la fenêtre de dialogue 
12704 \family sans
12705 Paramètres
12706 \begin_inset space ~
12707 \end_inset
12708
12709 du
12710 \begin_inset space ~
12711 \end_inset
12712
12713 tableau
12714 \family default
12715 .
12716 \end_layout
12717
12718 \begin_layout Standard
12719 \begin_inset Float table
12720 placement h
12721 wide false
12722 sideways false
12723 status open
12724
12725 \begin_layout Plain Layout
12726 \begin_inset Caption
12727
12728 \begin_layout Plain Layout
12729 \begin_inset CommandInset label
12730 LatexCommand label
12731 name "tab:Exemple-tableau-booktabs"
12732
12733 \end_inset
12734
12735 Exemple de tableau formel
12736 \end_layout
12737
12738 \end_inset
12739
12740
12741 \end_layout
12742
12743 \begin_layout Plain Layout
12744 \align center
12745 \begin_inset Tabular
12746 <lyxtabular version="3" rows="8" columns="4">
12747 <features booktabs="true">
12748 <column alignment="center" valignment="top" width="0">
12749 <column alignment="center" valignment="top" width="0">
12750 <column alignment="center" valignment="top" width="0">
12751 <column alignment="center" valignment="top" width="0">
12752 <row>
12753 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757 Système
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 <cell alignment="center" valignment="top" topline="true" usebox="none">
12763 \begin_inset Text
12764
12765 \begin_layout Plain Layout
12766 Medipix
12767 \begin_inset space \thinspace{}
12768 \end_inset
12769
12770 1
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12776 \begin_inset Text
12777
12778 \begin_layout Plain Layout
12779 Medipix
12780 \begin_inset space \thinspace{}
12781 \end_inset
12782
12783 2
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 </row>
12798 <row>
12799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Plain Layout
12803 \begin_inset ERT
12804 status collapsed
12805
12806 \begin_layout Plain Layout
12807
12808
12809 \backslash
12810 cmidrule(r){2-2}
12811 \end_layout
12812
12813 \end_inset
12814
12815
12816 \begin_inset ERT
12817 status collapsed
12818
12819 \begin_layout Plain Layout
12820
12821
12822 \backslash
12823 cmidrule(l){3-4}
12824 \end_layout
12825
12826 \end_inset
12827
12828 Épaisseur du capteur [µm]
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 300
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 300
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 700
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 </row>
12861 <row>
12862 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 Angle du biseau [°]
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 3.55
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 2.71
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 7.99
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 </row>
12899 <row topspace="default">
12900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 Résolution spatiale [µm]
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 4.26
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 10.17
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 <cell alignment="center" valignment="top" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931 10.56
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 </row>
12937 <row topspace="default">
12938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 MTF à 
12943 \begin_inset Formula $f_{\mathrm{max}}$
12944 \end_inset
12945
12946
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 <cell alignment="center" valignment="top" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955 0.53
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 <cell alignment="center" valignment="top" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964 0.37
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 0.39
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 </row>
12979 <row topspace="default">
12980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 \begin_inset ERT
12985 status collapsed
12986
12987 \begin_layout Plain Layout
12988
12989
12990 \backslash
12991 cmidrule(l{10pt}){1-1}
12992 \end_layout
12993
12994 \end_inset
12995
12996 résolution spatiale LSF
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 <cell alignment="center" valignment="top" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 </row>
13029 <row>
13030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 en µm
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 129.7
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 <cell alignment="center" valignment="top" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 52.75
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 50.78
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 </row>
13067 <row>
13068 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13069 \begin_inset Text
13070
13071 \begin_layout Plain Layout
13072 en % de la taille des pixels
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 76.3
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 95.9
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 92.3
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 </row>
13105 </lyxtabular>
13106
13107 \end_inset
13108
13109
13110 \end_layout
13111
13112 \end_inset
13113
13114
13115 \end_layout
13116
13117 \begin_layout Standard
13118 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13119  
13120 \family sans
13121 Bordures
13122 \family default
13123  de la fenêtre de dialogue 
13124 \family sans
13125 Paramètres
13126 \begin_inset space ~
13127 \end_inset
13128
13129 du
13130 \begin_inset space ~
13131 \end_inset
13132
13133 tableau
13134 \family default
13135  comme c'est décrit dans la section
13136 \begin_inset space ~
13137 \end_inset
13138
13139
13140 \begin_inset CommandInset ref
13141 LatexCommand ref
13142 reference "sub:Espacement-lignes"
13143
13144 \end_inset
13145
13146 .
13147 \end_layout
13148
13149 \begin_layout Standard
13150 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13151  verticales.
13152  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13153  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13154  sortie imprimée :
13155 \begin_inset Newline newline
13156 \end_inset
13157
13158 La première et la dernière ligne ont par défaut une épaisseur de 0.08
13159 \begin_inset space \thinspace{}
13160 \end_inset
13161
13162 em alors que les autres lignes ont par défaut une épaisseur de 0.05
13163 \begin_inset space \thinspace{}
13164 \end_inset
13165
13166 em.
13167 \end_layout
13168
13169 \begin_layout Standard
13170 Les épaisseurs prises par défaut peuvent être modifiées en utilisant les
13171  lignes de préambule suivantes :
13172 \end_layout
13173
13174 \begin_layout Standard
13175
13176 \series bold
13177
13178 \backslash
13179 let
13180 \backslash
13181 mytoprule
13182 \backslash
13183 toprule
13184 \begin_inset Newline newline
13185 \end_inset
13186
13187
13188 \backslash
13189 renewcommand{
13190 \backslash
13191 toprule}{
13192 \backslash
13193 mytoprule[width]}
13194 \end_layout
13195
13196 \begin_layout Standard
13197 Cet exemple concerne la première ligne, appelée 
13198 \series bold
13199 toprule
13200 \series default
13201 .
13202  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13203 \series bold
13204 toprule
13205 \series default
13206  par 
13207 \series bold
13208 bottomrule
13209 \series default
13210 .
13211  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13212  
13213 \series bold
13214 toprule
13215 \series default
13216  par 
13217 \series bold
13218 midrule
13219 \series default
13220 .
13221  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13222 \begin_inset space ~
13223 \end_inset
13224
13225
13226 \begin_inset CommandInset ref
13227 LatexCommand ref
13228 reference "cha:Unités-de-longueur"
13229
13230 \end_inset
13231
13232  pour préciser l'épaisseur voulue.
13233 \end_layout
13234
13235 \begin_layout Standard
13236 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13237  en mettant une ligne pour une cellule multi colonne.
13238  LyX va utiliser en interne la commande 
13239 \series bold
13240
13241 \backslash
13242 cmidrule
13243 \series default
13244  pour créer cette ligne.
13245  Sa syntaxe complète est :
13246 \end_layout
13247
13248 \begin_layout Standard
13249
13250 \series bold
13251
13252 \backslash
13253 cmidrule[largeur](rognage){colDépart-colFin}
13254 \end_layout
13255
13256 \begin_layout Standard
13257 Les options de la commande 
13258 \series bold
13259
13260 \backslash
13261 cmidrule
13262 \series default
13263  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13264  TeX pour pouvoir les utiliser.
13265  On peut créer manuellement des lignes 
13266 \series bold
13267
13268 \backslash
13269 mitrales
13270 \series default
13271  en insérant la commande en code TeX comme le premier élément de la première
13272  cellule de la ligne.
13273  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13274  en question.
13275 \end_layout
13276
13277 \begin_layout Standard
13278 La valeur par défaut pour l'épaisseur des lignes est de 0.03
13279 \begin_inset space \thinspace{}
13280 \end_inset
13281
13282 em.
13283  
13284 \series bold
13285 colDépart
13286 \series default
13287  est le numéro de la colonne dans laquelle la ligne commence et 
13288 \series bold
13289 colFin
13290 \series default
13291  est le numéro de la colonne dans laquelle elle se termine.
13292  La valeur de 
13293 \series bold
13294 colFin
13295 \series default
13296  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13297  Le paramètre optionnel 
13298 \series bold
13299 rognage
13300 \series default
13301  peut être soit 
13302 \emph on
13303 l{largeurRognage}
13304 \emph default
13305 , ou 
13306 \emph on
13307 r{largeurRognage}
13308 \emph default
13309  où les valeurs de
13310 \emph on
13311  largeurRognage
13312 \emph default
13313  sont aussi optionnelles.
13314  En utilisant par exemple la valeur 
13315 \emph on
13316 l{2pt}
13317 \emph default
13318  pour ce paramètre, la ligne va être rognée de 2
13319 \begin_inset space \thinspace{}
13320 \end_inset
13321
13322 pt à son extrémité gauche.
13323  Si vous ne spécifiez pas de valeur pour 
13324 \emph on
13325 largeurRognage
13326 \emph default
13327  les lignes sont par défaut rognées de 0.5
13328 \begin_inset space \thinspace{}
13329 \end_inset
13330
13331 em.
13332 \end_layout
13333
13334 \begin_layout Standard
13335 \begin_inset VSpace bigskip
13336 \end_inset
13337
13338 Le tableau
13339 \begin_inset space ~
13340 \end_inset
13341
13342
13343 \begin_inset CommandInset ref
13344 LatexCommand ref
13345 reference "tab:Exemple-tableau-booktabs"
13346
13347 \end_inset
13348
13349  a été créé en utilisant les commandes
13350 \end_layout
13351
13352 \begin_layout Standard
13353
13354 \series bold
13355
13356 \backslash
13357 cmidrule(r){2-2}
13358 \backslash
13359 cmidrule(l){3-4}
13360 \end_layout
13361
13362 \begin_layout Standard
13363 au début de la deuxième ligne et
13364 \end_layout
13365
13366 \begin_layout Standard
13367
13368 \series bold
13369
13370 \backslash
13371 cmidrule(l{10pt}){1-1}
13372 \end_layout
13373
13374 \begin_layout Standard
13375 au début de la sixième ligne.
13376 \end_layout
13377
13378 \begin_layout Standard
13379 \begin_inset VSpace bigskip
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \begin_layout Standard
13386 Vous pouvez vouloir des commandes 
13387 \series bold
13388
13389 \backslash
13390 cmidrule
13391 \series default
13392 s qui se recouvrent comme pour le tableau
13393 \begin_inset space ~
13394 \end_inset
13395
13396
13397 \begin_inset CommandInset ref
13398 LatexCommand ref
13399 reference "tab:Tableau-booktabs-special"
13400
13401 \end_inset
13402
13403 .
13404  On obtient ce résultat en utilisant la commande suivante en code TeX
13405 \end_layout
13406
13407 \begin_layout Standard
13408
13409 \series bold
13410
13411 \backslash
13412 morecmidrules
13413 \end_layout
13414
13415 \begin_layout Standard
13416 La commande qui a été utilisée pour la deuxième ligne du tableau
13417 \begin_inset space ~
13418 \end_inset
13419
13420
13421 \begin_inset CommandInset ref
13422 LatexCommand ref
13423 reference "tab:Tableau-booktabs-special"
13424
13425 \end_inset
13426
13427  est
13428 \end_layout
13429
13430 \begin_layout Standard
13431
13432 \series bold
13433
13434 \backslash
13435 cmidrule(r){2-2}
13436 \backslash
13437 cmidrule(l){3-4}
13438 \backslash
13439 morecmidrules
13440 \backslash
13441 cmidrule{2-4}
13442 \end_layout
13443
13444 \begin_layout Standard
13445 La commande pour la sixième ligne est
13446 \end_layout
13447
13448 \begin_layout Standard
13449
13450 \series bold
13451
13452 \backslash
13453 midrule
13454 \backslash
13455 morecmidrules
13456 \backslash
13457 cmidrule{3-4}
13458 \end_layout
13459
13460 \begin_layout Standard
13461 \begin_inset VSpace bigskip
13462 \end_inset
13463
13464
13465 \end_layout
13466
13467 \begin_layout Standard
13468 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13469 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13470  font toute la largeur du tableau :
13471 \end_layout
13472
13473 \begin_layout Standard
13474
13475 \series bold
13476
13477 \backslash
13478 specialrule{largeur}{espace au dessus}{espace en dessous}
13479 \end_layout
13480
13481 \begin_layout Standard
13482 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13483  du paquetage LaTeX 
13484 \series bold
13485 booktabs
13486 \series default
13487  
13488 \begin_inset CommandInset citation
13489 LatexCommand cite
13490 key "booktabs"
13491
13492 \end_inset
13493
13494 .
13495 \begin_inset Index
13496 status collapsed
13497
13498 \begin_layout Plain Layout
13499 Paquetages LaTeX ! booktabs
13500 \end_layout
13501
13502 \end_inset
13503
13504
13505 \end_layout
13506
13507 \begin_layout Standard
13508 \begin_inset Float table
13509 placement h
13510 wide false
13511 sideways false
13512 status open
13513
13514 \begin_layout Plain Layout
13515 \begin_inset Caption
13516
13517 \begin_layout Plain Layout
13518 \begin_inset CommandInset label
13519 LatexCommand label
13520 name "tab:Tableau-booktabs-special"
13521
13522 \end_inset
13523
13524 Tableau formel spécial
13525 \end_layout
13526
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \begin_layout Plain Layout
13533 \align center
13534 \begin_inset Tabular
13535 <lyxtabular version="3" rows="8" columns="4">
13536 <features booktabs="true">
13537 <column alignment="center" valignment="top" width="0">
13538 <column alignment="center" valignment="top" width="0">
13539 <column alignment="center" valignment="top" width="0">
13540 <column alignment="center" valignment="top" width="0">
13541 <row>
13542 <cell alignment="center" valignment="top" topline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 Système
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 Medipix
13556 \begin_inset space \thinspace{}
13557 \end_inset
13558
13559 1
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 Medipix
13569 \begin_inset space \thinspace{}
13570 \end_inset
13571
13572 2
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 </row>
13587 <row>
13588 <cell alignment="center" valignment="top" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 \begin_inset ERT
13593 status collapsed
13594
13595 \begin_layout Plain Layout
13596
13597
13598 \backslash
13599 cmidrule(r){2-2}
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \begin_inset ERT
13606 status collapsed
13607
13608 \begin_layout Plain Layout
13609
13610
13611 \backslash
13612 cmidrule(l){3-4}
13613 \end_layout
13614
13615 \end_inset
13616
13617
13618 \begin_inset ERT
13619 status collapsed
13620
13621 \begin_layout Plain Layout
13622
13623
13624 \backslash
13625 morecmidrules 
13626 \end_layout
13627
13628 \end_inset
13629
13630
13631 \begin_inset ERT
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635
13636
13637 \backslash
13638 cmidrule{2-4}
13639 \end_layout
13640
13641 \end_inset
13642
13643 Epaisseur du capteur [µm]
13644 \end_layout
13645
13646 \end_inset
13647 </cell>
13648 <cell alignment="center" valignment="top" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652 300
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 <cell alignment="center" valignment="top" usebox="none">
13658 \begin_inset Text
13659
13660 \begin_layout Plain Layout
13661 300
13662 \end_layout
13663
13664 \end_inset
13665 </cell>
13666 <cell alignment="center" valignment="top" usebox="none">
13667 \begin_inset Text
13668
13669 \begin_layout Plain Layout
13670 700
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 </row>
13676 <row>
13677 <cell alignment="center" valignment="top" topline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 Angle biseau [°]
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" topline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 3.55
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 2.71
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 <cell alignment="center" valignment="top" topline="true" usebox="none">
13705 \begin_inset Text
13706
13707 \begin_layout Plain Layout
13708 7.99
13709 \end_layout
13710
13711 \end_inset
13712 </cell>
13713 </row>
13714 <row topspace="default">
13715 <cell alignment="center" valignment="top" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 Résolution spatiale [µm]
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 4.26
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 <cell alignment="center" valignment="top" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 10.17
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 10.56
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 <row topspace="default">
13753 <cell alignment="center" valignment="top" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 MTF à 
13758 \begin_inset Formula $f_{\mathrm{max}}$
13759 \end_inset
13760
13761
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 0.53
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 0.37
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 0.39
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 </row>
13794 <row>
13795 <cell alignment="center" valignment="top" topline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 \begin_inset ERT
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803
13804
13805 \backslash
13806 morecmidrules 
13807 \end_layout
13808
13809 \end_inset
13810
13811
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817
13818 \backslash
13819 cmidrule{3-4}
13820 \end_layout
13821
13822 \end_inset
13823
13824 résolution spatiale LSF
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 </row>
13857 <row>
13858 <cell alignment="center" valignment="top" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 en µm
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 129.7
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 52.75
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell alignment="center" valignment="top" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 50.78
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 </row>
13895 <row>
13896 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 en % de la taille des pixels
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909 76.3
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 95.9
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 92.3
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 </row>
13933 </lyxtabular>
13934
13935 \end_inset
13936
13937
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \begin_layout Section
13946 Alignement Vertical des Tableaux
13947 \begin_inset Index
13948 status collapsed
13949
13950 \begin_layout Plain Layout
13951 Tableau ! Alignement
13952 \end_layout
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \begin_layout Standard
13960 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
13961  doit être à l'intérieur d'une boîte.
13962  La boîte peut alors être alignée comme c'est décrit dans la 
13963 \begin_inset space ~
13964 \end_inset
13965
13966
13967 \begin_inset CommandInset ref
13968 LatexCommand ref
13969 reference "sec:Boîte-Dialogue"
13970
13971 \end_inset
13972
13973 .
13974 \end_layout
13975
13976 \begin_layout Standard
13977 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
13978  minipage
13979 \begin_inset Foot
13980 status open
13981
13982 \begin_layout Plain Layout
13983 Les minipages son décrites dans la section
13984 \begin_inset space ~
13985 \end_inset
13986
13987
13988 \begin_inset CommandInset ref
13989 LatexCommand ref
13990 reference "sec:Minipages"
13991
13992 \end_inset
13993
13994 .
13995 \end_layout
13996
13997 \end_inset
13998
13999  dont la largeur est de 15
14000 \begin_inset space \thinspace{}
14001 \end_inset
14002
14003 col% :
14004 \end_layout
14005
14006 \begin_layout Itemize
14007 test 
14008 \begin_inset Box Frameless
14009 position "t"
14010 hor_pos "c"
14011 has_inner_box 1
14012 inner_pos "c"
14013 use_parbox 0
14014 width "15col%"
14015 special "none"
14016 height "1in"
14017 height_special "totalheight"
14018 status collapsed
14019
14020 \begin_layout Plain Layout
14021 \begin_inset Tabular
14022 <lyxtabular version="3" rows="3" columns="3">
14023 <features>
14024 <column alignment="center" valignment="top" width="0">
14025 <column alignment="center" valignment="top" width="0">
14026 <column alignment="center" valignment="top" width="0">
14027 <row>
14028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 a
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 d
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050 g
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 </row>
14056 <row>
14057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14058 \begin_inset Text
14059
14060 \begin_layout Plain Layout
14061 b
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 e
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 h
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 c
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 f
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108 i
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 </row>
14114 </lyxtabular>
14115
14116 \end_inset
14117
14118
14119 \end_layout
14120
14121 \end_inset
14122
14123  test 
14124 \begin_inset ERT
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128
14129
14130 \backslash
14131 raisebox{0.85
14132 \backslash
14133 baselineskip}{
14134 \end_layout
14135
14136 \end_inset
14137
14138
14139 \begin_inset Box Frameless
14140 position "t"
14141 hor_pos "c"
14142 has_inner_box 1
14143 inner_pos "c"
14144 use_parbox 0
14145 width "15col%"
14146 special "none"
14147 height "1in"
14148 height_special "totalheight"
14149 status collapsed
14150
14151 \begin_layout Plain Layout
14152 \begin_inset Tabular
14153 <lyxtabular version="3" rows="3" columns="3">
14154 <features>
14155 <column alignment="center" valignment="top" width="0">
14156 <column alignment="center" valignment="top" width="0">
14157 <column alignment="center" valignment="top" width="0">
14158 <row>
14159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Plain Layout
14163 a
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 d
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14178 \begin_inset Text
14179
14180 \begin_layout Plain Layout
14181 g
14182 \end_layout
14183
14184 \end_inset
14185 </cell>
14186 </row>
14187 <row>
14188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192 b
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 e
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 h
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 </row>
14216 <row>
14217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 c
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 f
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 i
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 </row>
14245 </lyxtabular>
14246
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \end_inset
14253
14254
14255 \begin_inset ERT
14256 status collapsed
14257
14258 \begin_layout Plain Layout
14259
14260 }
14261 \end_layout
14262
14263 \end_inset
14264
14265
14266 \end_layout
14267
14268 \begin_layout Itemize
14269 test 
14270 \begin_inset Box Frameless
14271 position "c"
14272 hor_pos "c"
14273 has_inner_box 1
14274 inner_pos "c"
14275 use_parbox 0
14276 width "15col%"
14277 special "none"
14278 height "1in"
14279 height_special "totalheight"
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283 \begin_inset Tabular
14284 <lyxtabular version="3" rows="3" columns="3">
14285 <features>
14286 <column alignment="center" valignment="top" width="0">
14287 <column alignment="center" valignment="top" width="0">
14288 <column alignment="center" valignment="top" width="0">
14289 <row>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 a
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 d
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 g
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 </row>
14318 <row>
14319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 b
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 e
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 h
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 </row>
14347 <row>
14348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 c
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 f
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 i
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 </row>
14376 </lyxtabular>
14377
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \end_inset
14384
14385
14386 \end_layout
14387
14388 \begin_layout Itemize
14389 test 
14390 \begin_inset Box Frameless
14391 position "b"
14392 hor_pos "c"
14393 has_inner_box 1
14394 inner_pos "c"
14395 use_parbox 0
14396 width "15col%"
14397 special "none"
14398 height "1in"
14399 height_special "totalheight"
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403 \begin_inset Tabular
14404 <lyxtabular version="3" rows="3" columns="3">
14405 <features>
14406 <column alignment="center" valignment="top" width="0">
14407 <column alignment="center" valignment="top" width="0">
14408 <column alignment="center" valignment="top" width="0">
14409 <row>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414 a
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14420 \begin_inset Text
14421
14422 \begin_layout Plain Layout
14423 d
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Plain Layout
14432 g
14433 \end_layout
14434
14435 \end_inset
14436 </cell>
14437 </row>
14438 <row>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443 b
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452 e
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Plain Layout
14461 h
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 </row>
14467 <row>
14468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472 c
14473 \end_layout
14474
14475 \end_inset
14476 </cell>
14477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Plain Layout
14481 f
14482 \end_layout
14483
14484 \end_inset
14485 </cell>
14486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490 i
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 </row>
14496 </lyxtabular>
14497
14498 \end_inset
14499
14500
14501 \end_layout
14502
14503 \end_inset
14504
14505  test 
14506 \begin_inset ERT
14507 status collapsed
14508
14509 \begin_layout Plain Layout
14510
14511
14512 \backslash
14513 raisebox{-0.32
14514 \backslash
14515 baselineskip}{
14516 \end_layout
14517
14518 \end_inset
14519
14520
14521 \begin_inset Box Frameless
14522 position "b"
14523 hor_pos "c"
14524 has_inner_box 1
14525 inner_pos "c"
14526 use_parbox 0
14527 width "15col%"
14528 special "none"
14529 height "1in"
14530 height_special "totalheight"
14531 status collapsed
14532
14533 \begin_layout Plain Layout
14534 \begin_inset Tabular
14535 <lyxtabular version="3" rows="3" columns="3">
14536 <features>
14537 <column alignment="center" valignment="top" width="0">
14538 <column alignment="center" valignment="top" width="0">
14539 <column alignment="center" valignment="top" width="0">
14540 <row>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 a
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 d
14555 \end_layout
14556
14557 \end_inset
14558 </cell>
14559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563 g
14564 \end_layout
14565
14566 \end_inset
14567 </cell>
14568 </row>
14569 <row>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 b
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 e
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 h
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 </row>
14598 <row>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 c
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612 f
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621 i
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 </row>
14627 </lyxtabular>
14628
14629 \end_inset
14630
14631
14632 \end_layout
14633
14634 \end_inset
14635
14636
14637 \begin_inset ERT
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641
14642 }
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \begin_layout Standard
14651 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14652  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14653  la ligne dans laquelle le tableau est inséré.
14654  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14655  boîte élévatrice (raisebox)
14656 \begin_inset Foot
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14661 \begin_inset space ~
14662 \end_inset
14663
14664
14665 \begin_inset CommandInset ref
14666 LatexCommand ref
14667 reference "sub:Alignement-Vertical"
14668
14669 \end_inset
14670
14671 .
14672 \end_layout
14673
14674 \end_inset
14675
14676 .
14677  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14678  aligné en utilisant la commande en code TeX suivante 
14679 \end_layout
14680
14681 \begin_layout Standard
14682
14683 \series bold
14684
14685 \backslash
14686 raisebox{0.85
14687 \backslash
14688 baselineskip}{
14689 \end_layout
14690
14691 \begin_layout Standard
14692 placée juste avant la boîte minipage.
14693  Après la boîte on insère l'accolade fermante en code TeX.
14694  Pour le deuxième tableau de la dernière ligne, la commande 
14695 \end_layout
14696
14697 \begin_layout Standard
14698
14699 \series bold
14700
14701 \backslash
14702 raisebox{-0.32
14703 \backslash
14704 baselineskip}{
14705 \end_layout
14706
14707 \begin_layout Standard
14708 est utilisée.
14709 \end_layout
14710
14711 \begin_layout Standard
14712 \begin_inset Note Greyedout
14713 status open
14714
14715 \begin_layout Plain Layout
14716
14717 \series bold
14718 Note:
14719 \series default
14720  L'alignement entre le contenu de la ligne du tableau et le texte de la
14721  ligne qui l'entoure ne peut pas être parfait.
14722  Le facteur utilisé dans la commande 
14723 \series bold
14724
14725 \backslash
14726 raisebox
14727 \series default
14728  pour obtenir cet alignement dépend de la police de caractères du document,
14729  de la taille de la police et de l'épaisseur des lignes du tableau.
14730 \end_layout
14731
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \begin_layout Section
14738 Tableaux Colorés
14739 \begin_inset CommandInset label
14740 LatexCommand label
14741 name "sec:Tableaux-Colorés"
14742
14743 \end_inset
14744
14745
14746 \begin_inset Index
14747 status collapsed
14748
14749 \begin_layout Plain Layout
14750 Tableau ! Coloré
14751 \end_layout
14752
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \begin_layout Subsection
14759 Cellules Colorées
14760 \begin_inset Index
14761 status collapsed
14762
14763 \begin_layout Plain Layout
14764 Couleur des tableaux ! Pour les cellules
14765 \end_layout
14766
14767 \end_inset
14768
14769
14770 \begin_inset Index
14771 status collapsed
14772
14773 \begin_layout Plain Layout
14774 Couleur ! Pour les cellules de tableau
14775 \end_layout
14776
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \begin_layout Standard
14783 \begin_inset Float table
14784 placement h
14785 wide false
14786 sideways false
14787 status open
14788
14789 \begin_layout Plain Layout
14790 \begin_inset Caption
14791
14792 \begin_layout Plain Layout
14793 \begin_inset CommandInset label
14794 LatexCommand label
14795 name "tab:Tableau-coloré-sans-colortbl"
14796
14797 \end_inset
14798
14799 Tableau coloré sans utiliser le paquetage  
14800 \series bold
14801 colortbl
14802 \series default
14803
14804 \begin_inset OptArg
14805 status open
14806
14807 \begin_layout Plain Layout
14808 Tableau sans colortbl
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \begin_layout Plain Layout
14822 \align center
14823 \begin_inset Tabular
14824 <lyxtabular version="3" rows="3" columns="3">
14825 <features>
14826 <column alignment="center" valignment="top" width="0">
14827 <column alignment="center" valignment="top" width="0">
14828 <column alignment="center" valignment="top" width="0">
14829 <row>
14830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834
14835 \color green
14836 a
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845
14846 \color red
14847 b
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \color red
14858 c
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 </row>
14864 <row>
14865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869
14870 \color green
14871 d
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880
14881 \color blue
14882 e
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891
14892 \color blue
14893 f
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 <row>
14900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904
14905 \color green
14906 g
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14912 \begin_inset Text
14913
14914 \begin_layout Plain Layout
14915
14916 \color blue
14917 h
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926
14927 \color blue
14928 i
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 </row>
14934 </lyxtabular>
14935
14936 \end_inset
14937
14938
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \end_layout
14945
14946 \begin_layout Standard
14947 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14948  et choisissez une couleur dans le menu 
14949 \family sans
14950 Éditer\SpecialChar \menuseparator
14951 Style
14952 \begin_inset space ~
14953 \end_inset
14954
14955 de
14956 \begin_inset space ~
14957 \end_inset
14958
14959 Texte
14960 \family default
14961 .
14962  C'est ce qui a été utilisé pour créer le tableau
14963 \begin_inset space ~
14964 \end_inset
14965
14966
14967 \begin_inset CommandInset ref
14968 LatexCommand ref
14969 reference "tab:Tableau-coloré-sans-colortbl"
14970
14971 \end_inset
14972
14973 .
14974  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
14975 \series bold
14976 colortbl
14977 \series default
14978 .
14979 \begin_inset Index
14980 status collapsed
14981
14982 \begin_layout Plain Layout
14983 Paquetages LaTeX ! colortbl
14984 \end_layout
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Standard
14992 \begin_inset ERT
14993 status collapsed
14994
14995 \begin_layout Plain Layout
14996
14997
14998 \backslash
14999 ifcolortbl
15000 \end_layout
15001
15002 \end_inset
15003
15004
15005 \begin_inset Note Note
15006 status open
15007
15008 \begin_layout Plain Layout
15009 La section qui suit ne sera affichée que si vous avez installé le paquetage
15010  LaTeX 
15011 \series bold
15012 colortbl
15013 \series default
15014 .
15015 \end_layout
15016
15017 \end_inset
15018
15019
15020 \end_layout
15021
15022 \begin_layout Standard
15023 Pour créer des tableaux colorés, vous devez charger le paquetage
15024 \series bold
15025  colortbl
15026 \series default
15027  dans le préambule avec la ligne
15028 \end_layout
15029
15030 \begin_layout Standard
15031
15032 \series bold
15033
15034 \backslash
15035 usepackage{colortbl}
15036 \end_layout
15037
15038 \begin_layout Standard
15039 On choisit la couleur d'une colonne avec la commande 
15040 \end_layout
15041
15042 \begin_layout Standard
15043
15044 \series bold
15045
15046 \backslash
15047 columncolor{nom de couleur}
15048 \end_layout
15049
15050 \begin_layout Standard
15051 à l'intérieur d'une commande 
15052 \series bold
15053 >{ }
15054 \series default
15055 .
15056  Vous trouverez plus d'information sur la commande 
15057 \series bold
15058 >{}
15059 \series default
15060  dans la section
15061 \begin_inset space ~
15062 \end_inset
15063
15064
15065 \begin_inset CommandInset ref
15066 LatexCommand ref
15067 reference "sub:Calculs-multicolonnes"
15068
15069 \end_inset
15070
15071 .
15072 \end_layout
15073
15074 \begin_layout Standard
15075 Les noms de couleurs suivants sont prédéfinis :
15076 \end_layout
15077
15078 \begin_layout Standard
15079
15080 \family sans
15081 red
15082 \family default
15083  (rouge), 
15084 \family sans
15085 green
15086 \family default
15087  (vert), 
15088 \family sans
15089 yellow
15090 \family default
15091  (jaune), 
15092 \family sans
15093 blue
15094 \family default
15095  (bleu), 
15096 \family sans
15097 cyan
15098 \family default
15099
15100 \family sans
15101 magenta
15102 \family default
15103
15104 \family sans
15105 black 
15106 \family default
15107 (noir) et 
15108 \family sans
15109 white 
15110 \family default
15111 (blanc).
15112 \end_layout
15113
15114 \begin_layout Standard
15115 \begin_inset VSpace medskip
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \begin_layout Standard
15122 Vous pouvez aussi définir votre propre couleur avec la commande
15123 \end_layout
15124
15125 \begin_layout Standard
15126
15127 \series bold
15128
15129 \backslash
15130 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15131 \end_layout
15132
15133 \begin_layout Standard
15134 Le modèle de couleur peut être
15135 \end_layout
15136
15137 \begin_layout Labeling
15138 \labelwidthstring 00.00.0000
15139 cmyk: cyan, magenta, jaune (yellow), noir (black)
15140 \end_layout
15141
15142 \begin_layout Labeling
15143 \labelwidthstring 00.00.0000
15144 rgb: red, vert (green), bleu (blue)
15145 \end_layout
15146
15147 \begin_layout Labeling
15148 \labelwidthstring 00.00.0000
15149 gray dégradé de gris (gray)
15150 \end_layout
15151
15152 \begin_layout Standard
15153 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15154  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15155 \end_layout
15156
15157 \begin_layout Standard
15158 Vous pouvez par exemple définir la couleur 
15159 \begin_inset Quotes eld
15160 \end_inset
15161
15162
15163 \emph on
15164 vertfonce
15165 \begin_inset Quotes erd
15166 \end_inset
15167
15168  dans le préambule avec la ligne
15169 \end_layout
15170
15171 \begin_layout Standard
15172
15173 \series bold
15174
15175 \backslash
15176 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15177 \end_layout
15178
15179 \begin_layout Standard
15180 et la couleur "
15181 \emph on
15182 grisclair
15183 \emph default
15184 " avec
15185 \end_layout
15186
15187 \begin_layout Standard
15188
15189 \series bold
15190
15191 \backslash
15192 definecolor{grisclair}{gray}{0.8}
15193 \end_layout
15194
15195 \begin_layout Standard
15196 \begin_inset VSpace medskip
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \begin_layout Standard
15203 Les lignes sont colorées avec la commande
15204 \end_layout
15205
15206 \begin_layout Standard
15207
15208 \series bold
15209
15210 \backslash
15211 rowcolor{nom de la couleur}
15212 \end_layout
15213
15214 \begin_layout Standard
15215 et les cellules sont colorées avec la commande
15216 \end_layout
15217
15218 \begin_layout Standard
15219
15220 \series bold
15221
15222 \backslash
15223 cellcolor{nom de la couleur}
15224 \end_layout
15225
15226 \begin_layout Standard
15227 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15228 \end_layout
15229
15230 \begin_layout Standard
15231 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15232  choisissez une couleur dans le menu 
15233 \family sans
15234 Éditer\SpecialChar \menuseparator
15235 Style
15236 \begin_inset space ~
15237 \end_inset
15238
15239 de
15240 \begin_inset space ~
15241 \end_inset
15242
15243 Texte
15244 \family default
15245 .
15246  Si une cellule contient du code TeX, faites bien attention à ne colorer
15247  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15248 \end_layout
15249
15250 \begin_layout Standard
15251 \begin_inset Note Greyedout
15252 status open
15253
15254 \begin_layout Plain Layout
15255
15256 \series bold
15257 Note:
15258 \series default
15259  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15260  définies par l'utilisateur.
15261 \end_layout
15262
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \begin_layout Standard
15269 \begin_inset VSpace bigskip
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Standard
15276 Pour créer le tableau
15277 \begin_inset space ~
15278 \end_inset
15279
15280
15281 \begin_inset CommandInset ref
15282 LatexCommand ref
15283 reference "tab:Tableau-coloré-avec-colortbl"
15284
15285 \end_inset
15286
15287  faites ce qui suit : La couleur de la première colonne doit être 
15288 \emph on
15289 vertfonce
15290 \emph default
15291 .
15292  On insère donc la commande
15293 \end_layout
15294
15295 \begin_layout Standard
15296
15297 \series bold
15298 >{
15299 \backslash
15300 columncolor{vertfonce}
15301 \backslash
15302 centering}c
15303 \end_layout
15304
15305 \begin_layout Standard
15306 en code TeX pour cette colonne.
15307  La première ligne doit être bleue
15308 \begin_inset Note Note
15309 status open
15310
15311 \begin_layout Plain Layout
15312 cyan ? (NdT)
15313 \end_layout
15314
15315 \end_inset
15316
15317 , d'où la commande en code TeX
15318 \end_layout
15319
15320 \begin_layout Standard
15321
15322 \series bold
15323
15324 \backslash
15325 rowcolow{cyan}
15326 \end_layout
15327
15328 \begin_layout Standard
15329 qui est insérée dans la première cellule de cette ligne.
15330  Notez que cela annule la couleur de colonne pour la première cellule.
15331  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15332  en code TeX la commande
15333 \end_layout
15334
15335 \begin_layout Standard
15336
15337 \series bold
15338
15339 \backslash
15340 cellcolor{magenta}
15341 \end_layout
15342
15343 \begin_layout Standard
15344 Les caractères peuvent maintenant être colorés en utilisant le menu 
15345 \family sans
15346 Éditer\SpecialChar \menuseparator
15347 Style
15348 \begin_inset space ~
15349 \end_inset
15350
15351 de
15352 \begin_inset space ~
15353 \end_inset
15354
15355 Texte
15356 \family default
15357 .
15358 \end_layout
15359
15360 \begin_layout Standard
15361 \begin_inset Float table
15362 placement h
15363 wide false
15364 sideways false
15365 status open
15366
15367 \begin_layout Plain Layout
15368 \begin_inset Caption
15369
15370 \begin_layout Plain Layout
15371 \begin_inset CommandInset label
15372 LatexCommand label
15373 name "tab:Tableau-coloré-avec-colortbl"
15374
15375 \end_inset
15376
15377 Tableau coloré en utilisant le paquetage 
15378 \series bold
15379 colortbl
15380 \series default
15381
15382 \begin_inset OptArg
15383 status collapsed
15384
15385 \begin_layout Plain Layout
15386 Tableau avec colortbl
15387 \end_layout
15388
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \begin_layout Plain Layout
15400 \align center
15401 \begin_inset Tabular
15402 <lyxtabular version="3" rows="3" columns="3">
15403 <features>
15404 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15405 <column alignment="center" valignment="top" width="0">
15406 <column alignment="center" valignment="top" width="0">
15407 <row>
15408 <cell alignment="center" valignment="top" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412 \begin_inset ERT
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416
15417
15418 \backslash
15419 rowcolor{cyan}
15420 \end_layout
15421
15422 \end_inset
15423
15424
15425 \color magenta
15426 a
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 <cell alignment="center" valignment="top" usebox="none">
15432 \begin_inset Text
15433
15434 \begin_layout Plain Layout
15435
15436 \color red
15437 b
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 <cell alignment="center" valignment="top" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446
15447 \color red
15448 c
15449 \end_layout
15450
15451 \end_inset
15452 </cell>
15453 </row>
15454 <row>
15455 <cell alignment="center" valignment="top" usebox="none">
15456 \begin_inset Text
15457
15458 \begin_layout Plain Layout
15459
15460 \color yellow
15461 d
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \color blue
15472 e
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481
15482 \color blue
15483 f
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row>
15490 <cell alignment="center" valignment="top" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494
15495 \color yellow
15496 g
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 blue
15507 h
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 \begin_inset ERT
15517 status collapsed
15518
15519 \begin_layout Plain Layout
15520
15521
15522 \backslash
15523 cellcolor{magenta}
15524 \end_layout
15525
15526 \end_inset
15527
15528
15529 \color green
15530 i
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 </lyxtabular>
15537
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \end_inset
15544
15545
15546 \end_layout
15547
15548 \begin_layout Standard
15549 \begin_inset ERT
15550 status collapsed
15551
15552 \begin_layout Plain Layout
15553
15554
15555 \backslash
15556 else
15557 \end_layout
15558
15559 \end_inset
15560
15561
15562 \begin_inset Note Note
15563 status open
15564
15565 \begin_layout Plain Layout
15566 Ce qui suit sera affiché si le paquetage 
15567 \series bold
15568 colortbl
15569 \series default
15570  n'est pas installé :
15571 \end_layout
15572
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \begin_layout Standard
15579 Vous devez installer le paquetage 
15580 \series bold
15581 colortbl
15582 \series default
15583  pour voir le contenu des cette section dans la sortie imprimée.
15584 \end_layout
15585
15586 \begin_layout Standard
15587 \begin_inset ERT
15588 status collapsed
15589
15590 \begin_layout Plain Layout
15591
15592
15593 \backslash
15594 fi
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Subsection
15603 Les filets colorées
15604 \begin_inset Index
15605 status collapsed
15606
15607 \begin_layout Plain Layout
15608 Tableau Coloré ! Pour les filets
15609 \end_layout
15610
15611 \end_inset
15612
15613
15614 \begin_inset Index
15615 status collapsed
15616
15617 \begin_layout Plain Layout
15618 Couleur ! Pour les filets des tableaux
15619 \end_layout
15620
15621 \end_inset
15622
15623
15624 \begin_inset Note Note
15625 status collapsed
15626
15627 \begin_layout Plain Layout
15628 on parle de filets plutôt que de lignes pour les tableaux
15629 \end_layout
15630
15631 \end_inset
15632
15633
15634 \end_layout
15635
15636 \begin_layout Standard
15637 Comme c'est décrit dans la section
15638 \begin_inset space ~
15639 \end_inset
15640
15641
15642 \begin_inset CommandInset ref
15643 LatexCommand ref
15644 reference "sub:Epaisseur-filets"
15645
15646 \end_inset
15647
15648 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15649  variable 
15650 \series bold
15651
15652 \backslash
15653 arrayrulewidth
15654 \series default
15655 .
15656  Elle est mise à 1.5
15657 \begin_inset space \thinspace{}
15658 \end_inset
15659
15660 pt pour tous les tableaux de cette section.
15661 \begin_inset ERT
15662 status collapsed
15663
15664 \begin_layout Plain Layout
15665
15666
15667 \backslash
15668 setlength{
15669 \backslash
15670 arrayrulewidth}{1.5pt}
15671 \end_layout
15672
15673 \end_inset
15674
15675
15676 \end_layout
15677
15678 \begin_layout Standard
15679 Pour colorer les filets verticaux, par exemple en vert, créez le format
15680  de colonne suivant dans le préambule du document, en suivant la description
15681  de la section
15682 \begin_inset space ~
15683 \end_inset
15684
15685
15686 \begin_inset CommandInset ref
15687 LatexCommand ref
15688 reference "sub:Formats-personnalisés"
15689
15690 \end_inset
15691
15692 :
15693 \end_layout
15694
15695 \begin_layout Standard
15696
15697 \series bold
15698
15699 \backslash
15700 newcolumntype{W}{!{
15701 \backslash
15702 color{green}
15703 \backslash
15704 vline}}
15705 \end_layout
15706
15707 \begin_layout Standard
15708 Pour le tableau
15709 \begin_inset space ~
15710 \end_inset
15711
15712
15713 \begin_inset CommandInset ref
15714 LatexCommand ref
15715 reference "tab:Tableau-filets-verticaux-colorés"
15716
15717 \end_inset
15718
15719  le paramètre LaTeX
15720 \series bold
15721  WcW
15722 \series default
15723  a été utilisé pour la dernière colonne et
15724 \series bold
15725  Wc
15726 \series default
15727  pour les autres colonnes.
15728 \end_layout
15729
15730 \begin_layout Standard
15731 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15732 \end_layout
15733
15734 \begin_layout Standard
15735 \begin_inset Float table
15736 placement h
15737 wide false
15738 sideways false
15739 status open
15740
15741 \begin_layout Plain Layout
15742 \begin_inset Caption
15743
15744 \begin_layout Plain Layout
15745 \begin_inset CommandInset label
15746 LatexCommand label
15747 name "tab:Tableau-filets-verticaux-colorés"
15748
15749 \end_inset
15750
15751 Tableau avec filets verticaux colorés
15752 \end_layout
15753
15754 \end_inset
15755
15756
15757 \end_layout
15758
15759 \begin_layout Plain Layout
15760 \align center
15761 \begin_inset Tabular
15762 <lyxtabular version="3" rows="3" columns="3">
15763 <features>
15764 <column alignment="center" valignment="top" width="0" special="Wc">
15765 <column alignment="center" valignment="top" width="0" special="Wc">
15766 <column alignment="center" valignment="top" width="0" special="WcW">
15767 <row>
15768 <cell alignment="center" valignment="top" topline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 sd
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" topline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row>
15797 <cell alignment="center" valignment="top" topline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 sd
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 </row>
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 sd
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 </row>
15854 </lyxtabular>
15855
15856 \end_inset
15857
15858
15859 \end_layout
15860
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Standard
15867 \begin_inset VSpace bigskip
15868 \end_inset
15869
15870 Pour colorer les filets horizontaux en rouge comme pour le tableau
15871 \begin_inset space ~
15872 \end_inset
15873
15874
15875 \begin_inset CommandInset ref
15876 LatexCommand ref
15877 reference "tab:Tableau-filet-horizontaux-colorés"
15878
15879 \end_inset
15880
15881 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15882  le flottant de tableau :
15883 \end_layout
15884
15885 \begin_layout Standard
15886
15887 \series bold
15888
15889 \backslash
15890 let
15891 \backslash
15892 myHlineC
15893 \backslash
15894 hline
15895 \begin_inset Newline newline
15896 \end_inset
15897
15898
15899 \backslash
15900 renewcommand{
15901 \backslash
15902 hline}
15903 \begin_inset Newline newline
15904 \end_inset
15905
15906
15907 \begin_inset ERT
15908 status collapsed
15909
15910 \begin_layout Plain Layout
15911
15912
15913 \backslash
15914 hphantom{ }
15915 \end_layout
15916
15917 \end_inset
15918
15919 {
15920 \backslash
15921 arrayrulecolor{red}
15922 \backslash
15923 myHlineC
15924 \backslash
15925 arrayrulecolor{black}}
15926 \end_layout
15927
15928 \begin_layout Standard
15929 \begin_inset ERT
15930 status collapsed
15931
15932 \begin_layout Plain Layout
15933
15934
15935 \backslash
15936 let
15937 \backslash
15938 myHlineC
15939 \backslash
15940 hline
15941 \end_layout
15942
15943 \begin_layout Plain Layout
15944
15945
15946 \backslash
15947 renewcommand{
15948 \backslash
15949 hline}
15950 \end_layout
15951
15952 \begin_layout Plain Layout
15953
15954  {
15955 \backslash
15956 arrayrulecolor{red}
15957 \backslash
15958 myHlineC
15959 \backslash
15960 arrayrulecolor{black}}
15961 \end_layout
15962
15963 \end_inset
15964
15965
15966 \begin_inset Float table
15967 placement h
15968 wide false
15969 sideways false
15970 status open
15971
15972 \begin_layout Plain Layout
15973 \begin_inset Caption
15974
15975 \begin_layout Plain Layout
15976 \begin_inset CommandInset label
15977 LatexCommand label
15978 name "tab:Tableau-filet-horizontaux-colorés"
15979
15980 \end_inset
15981
15982 Tableau avec filets horizontaux colorés
15983 \end_layout
15984
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \begin_layout Plain Layout
15991 \align center
15992 \begin_inset Tabular
15993 <lyxtabular version="3" rows="3" columns="3">
15994 <features>
15995 <column alignment="center" valignment="top" width="0">
15996 <column alignment="center" valignment="top" width="0">
15997 <column alignment="center" valignment="top" width="0">
15998 <row>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 sd
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012
16013 \end_layout
16014
16015 \end_inset
16016 </cell>
16017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 </row>
16027 <row>
16028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 sd
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 sd
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 </lyxtabular>
16086
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \begin_layout Standard
16098 Pour revenir à la couleur noire par défaut, insérez la commande suivante
16099  en code TeX, juste après le tableau ou le flottant de tableau :
16100 \end_layout
16101
16102 \begin_layout Standard
16103
16104 \series bold
16105
16106 \backslash
16107 renewcommand{
16108 \backslash
16109 hline}{
16110 \backslash
16111 myHlineC}
16112 \end_layout
16113
16114 \begin_layout Standard
16115 Le tableau
16116 \begin_inset space ~
16117 \end_inset
16118
16119
16120 \begin_inset CommandInset ref
16121 LatexCommand ref
16122 reference "tab:Tableau-avec-filets-colorés"
16123
16124 \end_inset
16125
16126  est un exemple avec des filets horizontaux et verticaux colorés.
16127 \end_layout
16128
16129 \begin_layout Standard
16130 \begin_inset Float table
16131 placement h
16132 wide false
16133 sideways false
16134 status open
16135
16136 \begin_layout Plain Layout
16137 \begin_inset Caption
16138
16139 \begin_layout Plain Layout
16140 \begin_inset CommandInset label
16141 LatexCommand label
16142 name "tab:Tableau-avec-filets-colorés"
16143
16144 \end_inset
16145
16146 Tableau avec filets horizontaux et verticaux colorés
16147 \end_layout
16148
16149 \end_inset
16150
16151
16152 \end_layout
16153
16154 \begin_layout Plain Layout
16155 \align center
16156 \begin_inset Tabular
16157 <lyxtabular version="3" rows="3" columns="3">
16158 <features>
16159 <column alignment="center" valignment="top" width="0" special="Wc">
16160 <column alignment="center" valignment="top" width="0" special="Wc">
16161 <column alignment="center" valignment="top" width="0" special="WcW">
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 sd
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" topline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 </row>
16191 <row>
16192 <cell alignment="center" valignment="top" topline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 sd
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" topline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 </row>
16220 <row topspace="default">
16221 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243 sd
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 </lyxtabular>
16250
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257
16258
16259 \end_layout
16260
16261 \begin_layout Standard
16262 \begin_inset ERT
16263 status collapsed
16264
16265 \begin_layout Plain Layout
16266
16267
16268 \backslash
16269 renewcommand{
16270 \backslash
16271 hline}{
16272 \backslash
16273 myHlineC}
16274 \end_layout
16275
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \begin_layout Standard
16282 \begin_inset ERT
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286
16287
16288 \backslash
16289 setlength{
16290 \backslash
16291 arrayrulewidth}{0.4pt}
16292 \end_layout
16293
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \begin_layout Section
16300 Personnalisation des Tableaux
16301 \begin_inset Index
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305 Tableau ! Personnalisation
16306 \end_layout
16307
16308 \end_inset
16309
16310
16311 \begin_inset Index
16312 status collapsed
16313
16314 \begin_layout Plain Layout
16315 Personnalisation des tableaux
16316 \end_layout
16317
16318 \end_inset
16319
16320
16321 \end_layout
16322
16323 \begin_layout Subsection
16324 Espacement des lignes
16325 \begin_inset CommandInset label
16326 LatexCommand label
16327 name "sub:Espacement-lignes"
16328
16329 \end_inset
16330
16331
16332 \begin_inset Index
16333 status collapsed
16334
16335 \begin_layout Plain Layout
16336 Personnalisation des tableaux ! Espacement des lignes
16337 \end_layout
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \begin_layout Standard
16345 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16346  l'onglet 
16347 \family sans
16348 Bordures
16349 \family default
16350  de la fenêtre de dialogue 
16351 \family sans
16352 Paramètres
16353 \begin_inset space ~
16354 \end_inset
16355
16356 du
16357 \begin_inset space ~
16358 \end_inset
16359
16360 tableau
16361 \family default
16362 .
16363  Vous y trouverez trois possibilités :
16364 \end_layout
16365
16366 \begin_layout Description
16367 Haut
16368 \begin_inset space ~
16369 \end_inset
16370
16371 de
16372 \begin_inset space ~
16373 \end_inset
16374
16375 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16376  Si le tableau est un tableau formel
16377 \begin_inset Foot
16378 status collapsed
16379
16380 \begin_layout Plain Layout
16381 Les tableaux formels sont décrits dans la section
16382 \begin_inset space ~
16383 \end_inset
16384
16385
16386 \begin_inset CommandInset ref
16387 LatexCommand ref
16388 reference "sec:Tableaux-Formels"
16389
16390 \end_inset
16391
16392 .
16393 \end_layout
16394
16395 \end_inset
16396
16397  LyX va insérer par défaut un espace de 0.5
16398 \begin_inset space \thinspace{}
16399 \end_inset
16400
16401 em.
16402  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16403  les filets verticaux comme dans le tableau suivant :
16404 \begin_inset VSpace medskip
16405 \end_inset
16406
16407
16408 \begin_inset Newline newline
16409 \end_inset
16410
16411
16412 \begin_inset space \hspace*{}
16413 \length 0pt
16414 \end_inset
16415
16416
16417 \begin_inset space \hfill{}
16418 \end_inset
16419
16420
16421 \begin_inset Tabular
16422 <lyxtabular version="3" rows="3" columns="1">
16423 <features>
16424 <column alignment="center" valignment="top" width="0">
16425 <row>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 A
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 <row topspace="3mm">
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 espace de 3
16442 \begin_inset space \thinspace{}
16443 \end_inset
16444
16445 mm en haut de la ligne
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row>
16452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 C
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 </lyxtabular>
16463
16464 \end_inset
16465
16466
16467 \begin_inset space \hfill{}
16468 \end_inset
16469
16470
16471 \begin_inset space \hspace*{}
16472 \length 0pt
16473 \end_inset
16474
16475
16476 \begin_inset VSpace medskip
16477 \end_inset
16478
16479
16480 \begin_inset Newline newline
16481 \end_inset
16482
16483 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16484  pas de filets verticaux.
16485 \end_layout
16486
16487 \begin_layout Description
16488 Bas
16489 \begin_inset space ~
16490 \end_inset
16491
16492 de
16493 \begin_inset space ~
16494 \end_inset
16495
16496 ligne va ajouter de l'espace sous les caractères de la ligne.
16497  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16498  de 0.5
16499 \begin_inset space \thinspace{}
16500 \end_inset
16501
16502 em, pour les tableaux normaux, l'espace par défaut est de 2
16503 \begin_inset space \thinspace{}
16504 \end_inset
16505
16506 pt.
16507 \end_layout
16508
16509 \begin_layout Description
16510 Entre
16511 \begin_inset space ~
16512 \end_inset
16513
16514 les
16515 \begin_inset space ~
16516 \end_inset
16517
16518 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16519  Si le tableau est un tableau formel LyX va insérer par défaut un espace
16520  de 0.5
16521 \begin_inset space \thinspace{}
16522 \end_inset
16523
16524 em.
16525  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16526  les filets verticaux comme dans le tableau suivant :
16527 \begin_inset VSpace medskip
16528 \end_inset
16529
16530
16531 \begin_inset Newline newline
16532 \end_inset
16533
16534
16535 \begin_inset space \hspace*{}
16536 \length 0pt
16537 \end_inset
16538
16539
16540 \begin_inset space \hfill{}
16541 \end_inset
16542
16543
16544 \begin_inset Tabular
16545 <lyxtabular version="3" rows="3" columns="1">
16546 <features>
16547 <column alignment="center" valignment="top" width="0">
16548 <row>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 A
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row interlinespace="3mm">
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 \begin_inset Formula $\downarrow$
16565 \end_inset
16566
16567  espace de 3
16568 \begin_inset space \thinspace{}
16569 \end_inset
16570
16571 mm entre les lignes 
16572 \begin_inset Formula $\downarrow$
16573 \end_inset
16574
16575
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 </row>
16581 <row>
16582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Formula $\uparrow$
16587 \end_inset
16588
16589  espace de 3
16590 \begin_inset space \thinspace{}
16591 \end_inset
16592
16593 mm entre les lignes 
16594 \begin_inset Formula $\uparrow$
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 </lyxtabular>
16604
16605 \end_inset
16606
16607
16608 \begin_inset space \hfill{}
16609 \end_inset
16610
16611
16612 \begin_inset space \hspace*{}
16613 \length 0pt
16614 \end_inset
16615
16616
16617 \begin_inset VSpace medskip
16618 \end_inset
16619
16620
16621 \begin_inset Newline newline
16622 \end_inset
16623
16624 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16625  pas de filets verticaux.
16626 \end_layout
16627
16628 \begin_layout Standard
16629 \begin_inset VSpace bigskip
16630 \end_inset
16631
16632 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16633  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16634  dans le préambule :
16635 \end_layout
16636
16637 \begin_layout Standard
16638
16639 \series bold
16640
16641 \backslash
16642 @ifundefined{extrarowheight}
16643 \begin_inset Newline newline
16644 \end_inset
16645
16646
16647 \begin_inset ERT
16648 status collapsed
16649
16650 \begin_layout Plain Layout
16651
16652
16653 \backslash
16654 hphantom{ }
16655 \end_layout
16656
16657 \end_inset
16658
16659 {
16660 \backslash
16661 usepackage{array}}{}
16662 \begin_inset Newline newline
16663 \end_inset
16664
16665
16666 \backslash
16667 setlength{
16668 \backslash
16669 extrarowheight}{height}
16670 \end_layout
16671
16672 \begin_layout Standard
16673 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16674  plus exactement centré verticalement.
16675  (le paquetage 
16676 \series bold
16677 array 
16678 \series default
16679 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16680  auto-définis.
16681  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16682  
16683 \series bold
16684
16685 \backslash
16686 @ifundefined
16687 \series default
16688  dans la commande précédente.)
16689 \end_layout
16690
16691 \begin_layout Subsection
16692 Alignements de cellules spéciaux
16693 \begin_inset Index
16694 status collapsed
16695
16696 \begin_layout Plain Layout
16697 Personnalisation des tableaux ! Alignement de cellules spéciaux
16698 \end_layout
16699
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \begin_layout Standard
16706 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
16707  cellules sur un caractère donné, par exemple le séparateur décimal comme
16708  dans le tableau
16709 \begin_inset space ~
16710 \end_inset
16711
16712
16713 \begin_inset CommandInset ref
16714 LatexCommand ref
16715 reference "tab:Tableau-centré-sur-séparateur"
16716
16717 \end_inset
16718
16719 .
16720 \end_layout
16721
16722 \begin_layout Standard
16723 \begin_inset Float table
16724 placement h
16725 wide false
16726 sideways false
16727 status open
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Caption
16731
16732 \begin_layout Plain Layout
16733 \begin_inset CommandInset label
16734 LatexCommand label
16735 name "tab:Tableau-centré-sur-séparateur"
16736
16737 \end_inset
16738
16739 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
16740 \end_layout
16741
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \begin_layout Plain Layout
16748 \align center
16749 \begin_inset Tabular
16750 <lyxtabular version="3" rows="4" columns="2">
16751 <features>
16752 <column alignment="right" valignment="top" width="0">
16753 <column alignment="left" valignment="top" width="0" special="@{}l">
16754 <row>
16755 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 en-tête
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 </row>
16774 <row>
16775 <cell alignment="center" valignment="top" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 12,
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 <cell alignment="center" valignment="top" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 6
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 </row>
16794 <row>
16795 <cell alignment="center" valignment="top" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 0,
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 68
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 </row>
16814 <row>
16815 <cell alignment="center" valignment="top" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 -123,
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 0
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 </lyxtabular>
16835
16836 \end_inset
16837
16838
16839 \end_layout
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \begin_layout Standard
16847 Ce tableau a été créé comme un tableau 4×2.
16848  L'en-tête est une cellule multicolonne centrée.
16849  La première colonne est alignée à droite et contient les chiffres qui se
16850  trouvent avant la virgule ainsi que la virgule elle-même.
16851  La deuxième colonne est alignée à gauche et contient les chiffres situés
16852  après la virgule.
16853  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
16854  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
16855 \end_layout
16856
16857 \begin_layout Standard
16858
16859 \series bold
16860 @{}l
16861 \end_layout
16862
16863 \begin_layout Standard
16864 Le tableau
16865 \begin_inset space ~
16866 \end_inset
16867
16868
16869 \begin_inset CommandInset ref
16870 LatexCommand ref
16871 reference "tab:Plusieurs-exemples-alignements"
16872
16873 \end_inset
16874
16875  montre quelques exemples d'alignements.
16876  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
16877  plus petit espace mathématique au début de la dernière colonne pour obtenir
16878  l'espacement correct autour du signe de relation.
16879 \end_layout
16880
16881 \begin_layout Standard
16882 \begin_inset Float table
16883 wide false
16884 sideways false
16885 status open
16886
16887 \begin_layout Plain Layout
16888 \begin_inset Caption
16889
16890 \begin_layout Plain Layout
16891 \begin_inset CommandInset label
16892 LatexCommand label
16893 name "tab:Plusieurs-exemples-alignements"
16894
16895 \end_inset
16896
16897 Plusieurs exemples d'alignement de cellules
16898 \lang english
16899 .
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Plain Layout
16908 \align center
16909 \begin_inset Tabular
16910 <lyxtabular version="3" rows="4" columns="6">
16911 <features>
16912 <column alignment="right" valignment="top" width="0">
16913 <column alignment="left" valignment="top" width="0" special="@{}l">
16914 <column alignment="right" valignment="top" width="0">
16915 <column alignment="left" valignment="top" width="0" special="@{}l">
16916 <column alignment="right" valignment="top" width="0">
16917 <column alignment="left" valignment="top" width="0" special="@{}l">
16918 <row>
16919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 unités
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 exposants
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 relations
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 12×
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 24
16989 \begin_inset space \thinspace{}
16990 \end_inset
16991
16992 bouteilles
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $10\cdot$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $10^{\mbox{-}17}$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\Gamma(t)\propto$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 \begin_inset Formula $\:\Upsilon(t)$
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 </row>
17046 <row>
17047 <cell alignment="center" valignment="top" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 1024×
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 768
17061 \begin_inset space \thinspace{}
17062 \end_inset
17063
17064 Pixels
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $5.78\cdot$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $10^{7}$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $A\ne$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $\: B_{\mathrm{red}}$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 32×
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132 6
17133 \begin_inset space \thinspace{}
17134 \end_inset
17135
17136 cm
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 -
17146 \begin_inset Formula $33.5\cdot$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $10^{4}$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\sin(\alpha)\ge$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182 \begin_inset Formula $\:\sin(\beta)$
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 </row>
17191 </lyxtabular>
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \begin_layout Standard
17204 \begin_inset VSpace bigskip
17205 \end_inset
17206
17207 Il y a aussi le paquetage LaTeX 
17208 \series bold
17209 dcolumn
17210 \series default
17211
17212 \begin_inset Index
17213 status collapsed
17214
17215 \begin_layout Plain Layout
17216 Paquetages LaTeX ! dcolumn
17217 \end_layout
17218
17219 \end_inset
17220
17221  qui fournit des alignements pour les cellules de tableaux.
17222  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17223  et ne permet pas de formules dans les cellules du tableau : Avec 
17224 \series bold
17225 dcolumn
17226 \series default
17227  la première colonne du tableau
17228 \begin_inset space ~
17229 \end_inset
17230
17231
17232 \begin_inset CommandInset ref
17233 LatexCommand ref
17234 reference "tab:Plusieurs-exemples-alignements"
17235
17236 \end_inset
17237
17238  ressemblera à la première colonne du tableau
17239 \begin_inset space ~
17240 \end_inset
17241
17242
17243 \begin_inset CommandInset ref
17244 LatexCommand ref
17245 reference "tab:Alignements-avec-dcolumn"
17246
17247 \end_inset
17248
17249
17250 \lang english
17251  and only with some tricks like the expected.
17252  
17253 \lang french
17254 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17255 \begin_inset space ~
17256 \end_inset
17257
17258
17259 \begin_inset CommandInset ref
17260 LatexCommand ref
17261 reference "tab:Plusieurs-exemples-alignements"
17262
17263 \end_inset
17264
17265  avec 
17266 \series bold
17267 dcolumn
17268 \series default
17269 .
17270 \end_layout
17271
17272 \begin_layout Standard
17273 \begin_inset Float table
17274 placement h
17275 wide false
17276 sideways false
17277 status open
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Caption
17281
17282 \begin_layout Plain Layout
17283 \begin_inset CommandInset label
17284 LatexCommand label
17285 name "tab:Alignements-avec-dcolumn"
17286
17287 \end_inset
17288
17289 Alignements quand on utilise le paquetage LaTeX dcolumn.
17290  Pour toutes les colonnes des astuces d'alignement ont du être utilisée
17291  pour obtenir la sortie.
17292 \end_layout
17293
17294 \end_inset
17295
17296
17297 \end_layout
17298
17299 \begin_layout Plain Layout
17300 \align center
17301 \begin_inset Tabular
17302 <lyxtabular version="3" rows="4" columns="3">
17303 <features>
17304 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17305 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17306 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.9}">
17307 <row>
17308 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 unités
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 unités
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 unités
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 12x24
17342 \begin_inset space \thinspace{}
17343 \end_inset
17344
17345 bouteilles
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354 12x24
17355 \begin_inset space \thinspace{}
17356 \end_inset
17357
17358
17359 \begin_inset Formula $\mbox{bouteilles}$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell alignment="center" valignment="top" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371 12
17372 \begin_inset ERT
17373 status collapsed
17374
17375 \begin_layout Plain Layout
17376
17377
17378 \backslash
17379 times 
17380 \end_layout
17381
17382 \end_inset
17383
17384 24~
17385 \begin_inset Formula $\mbox{bouteilles}$
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 </row>
17394 <row>
17395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 1024x768
17400 \begin_inset space \thinspace{}
17401 \end_inset
17402
17403 Pixels
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 1024x768
17413 \begin_inset space \thinspace{}
17414 \end_inset
17415
17416
17417 \begin_inset Formula $\mbox{Pixels}$
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 <cell alignment="center" valignment="top" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429 1024
17430 \begin_inset ERT
17431 status collapsed
17432
17433 \begin_layout Plain Layout
17434
17435
17436 \backslash
17437 times 
17438 \end_layout
17439
17440 \end_inset
17441
17442 768~
17443 \begin_inset Formula $\mbox{Pixels}$
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 </row>
17452 <row>
17453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 32x6
17458 \begin_inset space \thinspace{}
17459 \end_inset
17460
17461 cm
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 32x6
17471 \begin_inset space \thinspace{}
17472 \end_inset
17473
17474
17475 \begin_inset Formula $\mbox{cm}$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 32
17488 \begin_inset ERT
17489 status collapsed
17490
17491 \begin_layout Plain Layout
17492
17493
17494 \backslash
17495 times 
17496 \end_layout
17497
17498 \end_inset
17499
17500 6~
17501 \begin_inset Formula $\mbox{cm}$
17502 \end_inset
17503
17504
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 </row>
17510 </lyxtabular>
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \begin_layout Subsection
17523 Formats de cellule et de colonne personnalisés
17524 \begin_inset CommandInset label
17525 LatexCommand label
17526 name "sub:Formats-personnalisés"
17527
17528 \end_inset
17529
17530
17531 \begin_inset Index
17532 status collapsed
17533
17534 \begin_layout Plain Layout
17535 Personnalisation des tableaux !  Format de cellule/colonne
17536 \end_layout
17537
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \begin_layout Standard
17544 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17545  multicolonne comme dans la section
17546 \begin_inset space ~
17547 \end_inset
17548
17549
17550 \begin_inset CommandInset ref
17551 LatexCommand ref
17552 reference "sub:Calculs-multicolonnes"
17553
17554 \end_inset
17555
17556  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17557  multicolonnes.
17558  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17559  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17560  du document.
17561  Le format est défini avec la commande
17562 \end_layout
17563
17564 \begin_layout Standard
17565
17566 \series bold
17567
17568 \backslash
17569 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17570 \end_layout
17571
17572 \begin_layout Standard
17573 Le nom du format peut n'avoir qu'une lettre.
17574  Les lettres 
17575 \emph on
17576 b
17577 \emph default
17578
17579 \emph on
17580 c
17581 \emph default
17582
17583 \emph on
17584 l
17585 \emph default
17586
17587 \emph on
17588 m
17589 \emph default
17590
17591 \emph on
17592 p
17593 \emph default
17594  et 
17595 \emph on
17596 r
17597 \emph default
17598  sont prédéfinies et donc ne peuvent être utilisées.
17599  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \begin_inset VSpace medskip
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \begin_layout Standard
17610 Pour de cellules multicolonnes centrées verticalement et horizontalement
17611  avec une largeur donnée, vous pouvez définir le format de cellule suivant
17612  :
17613 \end_layout
17614
17615 \begin_layout Standard
17616
17617 \series bold
17618
17619 \backslash
17620 newcolumntype{M}[1]{>{
17621 \backslash
17622 centering
17623 \backslash
17624 hspace{0pt}}m{#1}}
17625 \end_layout
17626
17627 \begin_layout Standard
17628 Où le 
17629 \series bold
17630
17631 \backslash
17632 hspace{0pt}
17633 \series default
17634  évite le problème de césure du premier mot, comme c'est décrit en section
17635 \begin_inset space ~
17636 \end_inset
17637
17638
17639 \begin_inset CommandInset ref
17640 LatexCommand ref
17641 reference "sub:Lignes-multiple-dans-cellule"
17642
17643 \end_inset
17644
17645 .
17646  Ensuite, vous pouvez entrer
17647 \end_layout
17648
17649 \begin_layout Standard
17650
17651 \series bold
17652 M{width}
17653 \end_layout
17654
17655 \begin_layout Standard
17656 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
17657  une multicolonne.
17658 \end_layout
17659
17660 \begin_layout Standard
17661 \begin_inset VSpace bigskip
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \begin_layout Standard
17668 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
17669  définir le format
17670 \end_layout
17671
17672 \begin_layout Standard
17673
17674 \series bold
17675
17676 \backslash
17677 newcolumntype{S}[2]{>{
17678 \backslash
17679 centering
17680 \backslash
17681 hspace{0pt}}
17682 \begin_inset Newline newline
17683 \end_inset
17684
17685
17686 \begin_inset ERT
17687 status collapsed
17688
17689 \begin_layout Plain Layout
17690
17691
17692 \backslash
17693 phantom{
17694 \end_layout
17695
17696 \end_inset
17697
17698
17699 \backslash
17700 newcolumntype{S}[2]
17701 \begin_inset ERT
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705
17706 }
17707 \end_layout
17708
17709 \end_inset
17710
17711 m{(#1+(2
17712 \backslash
17713 tabcolsep+
17714 \backslash
17715 arrayrulewidth)*(1-#2))/#2}}
17716 \end_layout
17717
17718 \begin_layout Standard
17719 Ce format utilise l'équation
17720 \begin_inset space ~
17721 \end_inset
17722
17723
17724 \begin_inset CommandInset ref
17725 LatexCommand eqref
17726 reference "eq:Wgn"
17727
17728 \end_inset
17729
17730  pour calculer la largeur que doit avoir chacune des cellules couverte par
17731  la cellule multicolonne pour qu'elles aient toutes la même largeur.
17732 \end_layout
17733
17734 \begin_layout Standard
17735 Ensuite, vous pouvez entrer
17736 \end_layout
17737
17738 \begin_layout Standard
17739
17740 \series bold
17741 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
17742 \end_layout
17743
17744 \begin_layout Standard
17745 comme paramètre LaTeX de la colonne.
17746 \end_layout
17747
17748 \begin_layout Standard
17749 \begin_inset VSpace bigskip
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \begin_layout Standard
17756 Pour des colonnes colorées, vous pouvez définir
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762
17763 \backslash
17764 newcolumntype{K}[1]{>{
17765 \backslash
17766 columncolor{#1}
17767 \backslash
17768 hspace{0pt}}c}
17769 \end_layout
17770
17771 \begin_layout Standard
17772 Le 
17773 \begin_inset Quotes eld
17774 \end_inset
17775
17776 c
17777 \begin_inset Quotes erd
17778 \end_inset
17779
17780  à la fin crée une colonne de largeur variable dont le texte est centré
17781  horizontalement.
17782  Vous pouvez maintenant entrer
17783 \end_layout
17784
17785 \begin_layout Standard
17786
17787 \series bold
17788 K{nom de couleur}
17789 \end_layout
17790
17791 \begin_layout Standard
17792 comme paramètre LaTeX.
17793 \end_layout
17794
17795 \begin_layout Standard
17796 \begin_inset VSpace bigskip
17797 \end_inset
17798
17799
17800 \end_layout
17801
17802 \begin_layout Standard
17803 Pour créer le tableau
17804 \begin_inset space ~
17805 \end_inset
17806
17807
17808 \begin_inset CommandInset ref
17809 LatexCommand ref
17810 reference "tab:Tableau-formats-personnalisés"
17811
17812 \end_inset
17813
17814  utilisez les paramètres LaTeX
17815 \end_layout
17816
17817 \begin_layout Standard
17818
17819 \series bold
17820 M{2.5cm}
17821 \end_layout
17822
17823 \begin_layout Standard
17824 pour la première colonne et la multicolonne,
17825 \end_layout
17826
17827 \begin_layout Standard
17828
17829 \series bold
17830 K{red}
17831 \end_layout
17832
17833 \begin_layout Standard
17834 pour la dernière colonne, et
17835 \end_layout
17836
17837 \begin_layout Standard
17838
17839 \series bold
17840 S{2.5cm}{2}
17841 \end_layout
17842
17843 \begin_layout Standard
17844 pour les cellules de la deuxième colonne.
17845 \end_layout
17846
17847 \begin_layout Standard
17848 \begin_inset Float table
17849 placement h
17850 wide false
17851 sideways false
17852 status open
17853
17854 \begin_layout Plain Layout
17855 \begin_inset Caption
17856
17857 \begin_layout Plain Layout
17858 \begin_inset CommandInset label
17859 LatexCommand label
17860 name "tab:Tableau-formats-personnalisés"
17861
17862 \end_inset
17863
17864 Tableau utilisant des formats personnalisés
17865 \end_layout
17866
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \begin_layout Plain Layout
17873 \align center
17874 \begin_inset Tabular
17875 <lyxtabular version="3" rows="3" columns="4">
17876 <features>
17877 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17878 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17879 <column alignment="center" valignment="middle" width="0">
17880 <column alignment="center" valignment="middle" width="0" special="K{red}">
17881 <row>
17882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 motTrèsLongDansUneCellule
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 multicolonne avec multiligne
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 c
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 </row>
17919 <row>
17920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924 d
17925 \end_layout
17926
17927 \end_inset
17928 </cell>
17929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17930 \begin_inset Text
17931
17932 \begin_layout Plain Layout
17933 e
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942 f
17943 \end_layout
17944
17945 \end_inset
17946 </cell>
17947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 g
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 </row>
17957 <row>
17958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962 h
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971 i
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 j
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 k
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 </row>
17995 </lyxtabular>
17996
17997 \end_inset
17998
17999
18000 \end_layout
18001
18002 \end_inset
18003
18004
18005 \end_layout
18006
18007 \begin_layout Subsection
18008 Épaisseur des filets
18009 \begin_inset CommandInset label
18010 LatexCommand label
18011 name "sub:Epaisseur-filets"
18012
18013 \end_inset
18014
18015
18016 \begin_inset Index
18017 status collapsed
18018
18019 \begin_layout Plain Layout
18020 Personnalisation des tableaux ! Épaisseur filets
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Standard
18029 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18030  
18031 \series bold
18032
18033 \backslash
18034 arrayrulewidth
18035 \series default
18036 .
18037  Pour mettre, par exemple, une épaisseur de filet de 1.5
18038 \begin_inset space \thinspace{}
18039 \end_inset
18040
18041 pt, comme pour le tableau
18042 \begin_inset space ~
18043 \end_inset
18044
18045
18046 \begin_inset CommandInset ref
18047 LatexCommand ref
18048 reference "tab:Tableau-filets-1.5pt"
18049
18050 \end_inset
18051
18052 , insérez la commande
18053 \end_layout
18054
18055 \begin_layout Standard
18056
18057 \series bold
18058
18059 \backslash
18060 setlength{
18061 \backslash
18062 arrayrulewidth}{1.5pt}
18063 \end_layout
18064
18065 \begin_layout Standard
18066 en code TeX avant le tableau ou le flottant de tableau.
18067  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18068  suivent.
18069  pour revenir aux valeurs par défaut, mettez 
18070 \series bold
18071
18072 \backslash
18073 arrayrulewidth
18074 \series default
18075  à 0.4
18076 \begin_inset space \thinspace{}
18077 \end_inset
18078
18079 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18080 \end_layout
18081
18082 \begin_layout Standard
18083 \begin_inset ERT
18084 status collapsed
18085
18086 \begin_layout Plain Layout
18087
18088
18089 \backslash
18090 setlength{
18091 \backslash
18092 arrayrulewidth}{1.5pt}
18093 \end_layout
18094
18095 \end_inset
18096
18097
18098 \begin_inset Float table
18099 wide false
18100 sideways false
18101 status open
18102
18103 \begin_layout Plain Layout
18104 \begin_inset Caption
18105
18106 \begin_layout Plain Layout
18107 \begin_inset CommandInset label
18108 LatexCommand label
18109 name "tab:Tableau-filets-1.5pt"
18110
18111 \end_inset
18112
18113 Tableau avec des filets de 1.5
18114 \begin_inset space \thinspace{}
18115 \end_inset
18116
18117 pt
18118 \end_layout
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \begin_layout Plain Layout
18126 \align center
18127 \begin_inset Tabular
18128 <lyxtabular version="3" rows="3" columns="3">
18129 <features>
18130 <column alignment="center" valignment="top" width="0">
18131 <column alignment="center" valignment="top" width="0">
18132 <column alignment="center" valignment="top" width="0">
18133 <row>
18134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 sd
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 </row>
18162 <row>
18163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 sd
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 </row>
18191 <row>
18192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214 sd
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 </row>
18220 </lyxtabular>
18221
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228
18229
18230 \begin_inset ERT
18231 status collapsed
18232
18233 \begin_layout Plain Layout
18234
18235
18236 \backslash
18237 setlength{
18238 \backslash
18239 arrayrulewidth}{0.4pt}
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \begin_layout Standard
18248 \begin_inset VSpace bigskip
18249 \end_inset
18250
18251 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18252 \begin_inset space \thinspace{}
18253 \end_inset
18254
18255 pt, comme dans le tableau
18256 \begin_inset space ~
18257 \end_inset
18258
18259
18260 \begin_inset CommandInset ref
18261 LatexCommand ref
18262 reference "tab:Tableau-filets-horizontaux-1.5pt"
18263
18264 \end_inset
18265
18266 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18267  de tableau :
18268 \end_layout
18269
18270 \begin_layout Standard
18271
18272 \series bold
18273
18274 \backslash
18275 let
18276 \backslash
18277 myHline
18278 \backslash
18279 hline
18280 \begin_inset Newline newline
18281 \end_inset
18282
18283
18284 \backslash
18285 renewcommand{
18286 \backslash
18287 hline}
18288 \begin_inset Newline newline
18289 \end_inset
18290
18291  {
18292 \backslash
18293 noalign{
18294 \backslash
18295 global
18296 \backslash
18297 arrayrulewidth 1.5pt}
18298 \begin_inset Newline newline
18299 \end_inset
18300
18301  
18302 \backslash
18303 myHline
18304 \backslash
18305 noalign{
18306 \backslash
18307 global
18308 \backslash
18309 arrayrulewidth 0.4pt}}
18310 \end_layout
18311
18312 \begin_layout Standard
18313 Pour revenir à l'épaisseur de filet par défaut, insérez les commandes suivantes
18314  en code TeX après le tableau ou le flottant de tableau :
18315 \end_layout
18316
18317 \begin_layout Standard
18318
18319 \series bold
18320
18321 \backslash
18322 renewcommand{
18323 \backslash
18324 hline}{
18325 \backslash
18326 myHline}
18327 \end_layout
18328
18329 \begin_layout Standard
18330 \begin_inset ERT
18331 status collapsed
18332
18333 \begin_layout Plain Layout
18334
18335
18336 \backslash
18337 let
18338 \backslash
18339 myHline
18340 \backslash
18341 hline
18342 \end_layout
18343
18344 \begin_layout Plain Layout
18345
18346
18347 \backslash
18348 renewcommand{
18349 \backslash
18350 hline}
18351 \end_layout
18352
18353 \begin_layout Plain Layout
18354
18355  {
18356 \backslash
18357 noalign{
18358 \backslash
18359 global
18360 \backslash
18361 arrayrulewidth 1.5pt}
18362 \end_layout
18363
18364 \begin_layout Plain Layout
18365
18366   
18367 \backslash
18368 myHline
18369 \backslash
18370 noalign{
18371 \backslash
18372 global
18373 \backslash
18374 arrayrulewidth 0.4pt}}
18375 \end_layout
18376
18377 \end_inset
18378
18379
18380 \begin_inset Float table
18381 wide false
18382 sideways false
18383 status open
18384
18385 \begin_layout Plain Layout
18386 \begin_inset Caption
18387
18388 \begin_layout Plain Layout
18389 \begin_inset CommandInset label
18390 LatexCommand label
18391 name "tab:Tableau-filets-horizontaux-1.5pt"
18392
18393 \end_inset
18394
18395 Tableau avec des filets horizontaux de 1.5
18396 \begin_inset space \thinspace{}
18397 \end_inset
18398
18399 pt
18400 \end_layout
18401
18402 \end_inset
18403
18404
18405 \end_layout
18406
18407 \begin_layout Plain Layout
18408 \align center
18409 \begin_inset Tabular
18410 <lyxtabular version="3" rows="3" columns="3">
18411 <features>
18412 <column alignment="center" valignment="top" width="0">
18413 <column alignment="center" valignment="top" width="0">
18414 <column alignment="center" valignment="top" width="0">
18415 <row>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 sd
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 </row>
18444 <row>
18445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18455 \begin_inset Text
18456
18457 \begin_layout Plain Layout
18458 sd
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 </row>
18473 <row>
18474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 sd
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 </row>
18502 </lyxtabular>
18503
18504 \end_inset
18505
18506
18507 \end_layout
18508
18509 \end_inset
18510
18511
18512 \begin_inset ERT
18513 status collapsed
18514
18515 \begin_layout Plain Layout
18516
18517
18518 \backslash
18519 renewcommand{
18520 \backslash
18521 hline}{
18522 \backslash
18523 myHline}
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \begin_layout Standard
18532 \begin_inset VSpace bigskip
18533 \end_inset
18534
18535 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18536 \begin_inset space \thinspace{}
18537 \end_inset
18538
18539 pt, créez le format de colonne suivant dans le préambule, en suivant la
18540  description de la section
18541 \begin_inset space ~
18542 \end_inset
18543
18544
18545 \begin_inset CommandInset ref
18546 LatexCommand ref
18547 reference "sub:Formats-personnalisés"
18548
18549 \end_inset
18550
18551 :
18552 \end_layout
18553
18554 \begin_layout Standard
18555
18556 \series bold
18557
18558 \backslash
18559 newcolumntype{V}{!{
18560 \backslash
18561 vrule width 1.5pt}}
18562 \end_layout
18563
18564 \begin_layout Standard
18565 Pour le tableau
18566 \begin_inset space ~
18567 \end_inset
18568
18569
18570 \begin_inset CommandInset ref
18571 LatexCommand ref
18572 reference "tab:Tableau-filets-verticaux-1.5pt"
18573
18574 \end_inset
18575
18576  le paramètre LaTeX 
18577 \end_layout
18578
18579 \begin_layout Standard
18580
18581 \series bold
18582 VcV
18583 \end_layout
18584
18585 \begin_layout Standard
18586 a été utilisé pour la dernière colonne et
18587 \end_layout
18588
18589 \begin_layout Standard
18590
18591 \series bold
18592 Vc
18593 \end_layout
18594
18595 \begin_layout Standard
18596 pour les autres colonnes.
18597 \end_layout
18598
18599 \begin_layout Standard
18600 \begin_inset Float table
18601 wide false
18602 sideways false
18603 status open
18604
18605 \begin_layout Plain Layout
18606 \begin_inset Caption
18607
18608 \begin_layout Plain Layout
18609 \begin_inset CommandInset label
18610 LatexCommand label
18611 name "tab:Tableau-filets-verticaux-1.5pt"
18612
18613 \end_inset
18614
18615 Tableau avec des filets verticaux de 1.5
18616 \begin_inset space \thinspace{}
18617 \end_inset
18618
18619 pt 
18620 \end_layout
18621
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \begin_layout Plain Layout
18628 \align center
18629 \begin_inset Tabular
18630 <lyxtabular version="3" rows="3" columns="3">
18631 <features>
18632 <column alignment="center" valignment="top" width="0" special="Vc">
18633 <column alignment="center" valignment="top" width="0" special="Vc">
18634 <column alignment="center" valignment="top" width="0" special="VcV">
18635 <row>
18636 <cell alignment="center" valignment="top" topline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 sd
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 </row>
18664 <row>
18665 <cell alignment="center" valignment="top" topline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" topline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 sd
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 </row>
18693 <row>
18694 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 sd
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 </row>
18722 </lyxtabular>
18723
18724 \end_inset
18725
18726
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \begin_layout Subsection
18735 Filets à traits interrompus
18736 \begin_inset Index
18737 status collapsed
18738
18739 \begin_layout Plain Layout
18740 Personnalisation des tableaux ! Filets à traits interrompus
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753
18754
18755 \backslash
18756 ifarydshln
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \begin_inset Note Note
18763 status open
18764
18765 \begin_layout Plain Layout
18766 La section suivante ne s'affichera que si vous avez installé le paquetage
18767  LaTeX 
18768 \series bold
18769 arydshln
18770 \series default
18771 .
18772 \end_layout
18773
18774 \end_inset
18775
18776
18777 \end_layout
18778
18779 \begin_layout Standard
18780 \begin_inset Float table
18781 placement H
18782 wide false
18783 sideways false
18784 status open
18785
18786 \begin_layout Plain Layout
18787 \begin_inset Caption
18788
18789 \begin_layout Plain Layout
18790 \begin_inset CommandInset label
18791 LatexCommand label
18792 name "tab:Tableau-filets-tirets"
18793
18794 \end_inset
18795
18796 Tableau avec des filets à traits interrompus
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \begin_layout Plain Layout
18805 \align center
18806 \begin_inset Tabular
18807 <lyxtabular version="3" rows="5" columns="5">
18808 <features>
18809 <column alignment="center" valignment="top" width="0">
18810 <column alignment="center" valignment="top" width="0">
18811 <column alignment="center" valignment="top" width="0" special=":c">
18812 <column alignment="center" valignment="top" width="0">
18813 <column alignment="center" valignment="top" width="0">
18814 <row>
18815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819 a
18820 \end_layout
18821
18822 \end_inset
18823 </cell>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 b
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837 c
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 d
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 e
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 </row>
18861 <row>
18862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 f
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 g
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884 h
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 i
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902 j
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 </row>
18908 <row>
18909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 \begin_inset ERT
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917
18918
18919 \backslash
18920 hdashline 
18921 \end_layout
18922
18923 \end_inset
18924
18925 k
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 l
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 m
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952 n
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 o
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 </row>
18967 <row>
18968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972 \begin_inset ERT
18973 status collapsed
18974
18975 \begin_layout Plain Layout
18976
18977
18978 \backslash
18979 cdashline{4-5}
18980 \end_layout
18981
18982 \end_inset
18983
18984 p
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 q
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002 r
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011 s
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 </row>
19026 <row>
19027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 t
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 u
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 v
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 w
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067 x
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 </row>
19073 </lyxtabular>
19074
19075 \end_inset
19076
19077
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Standard
19086 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19087  donc employer du code TeX.
19088  Mais avant il faut charger le paquetage LaTeX 
19089 \series bold
19090 arydshln
19091 \series default
19092
19093 \begin_inset Index
19094 status collapsed
19095
19096 \begin_layout Plain Layout
19097 Paquetages LaTeX ! arydshln
19098 \end_layout
19099
19100 \end_inset
19101
19102  dans le préambule du document avec la commande 
19103 \end_layout
19104
19105 \begin_layout Standard
19106
19107 \series bold
19108
19109 \backslash
19110 usepackage{arydshln}
19111 \end_layout
19112
19113 \begin_layout Standard
19114 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19115  
19116 \begin_inset Quotes eld
19117 \end_inset
19118
19119 :
19120 \begin_inset Quotes erd
19121 \end_inset
19122
19123  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19124  dans la fenêtre de dialogue de paramètre du tableau.
19125 \end_layout
19126
19127 \begin_layout Standard
19128 Pour un trait horizontal interrompu, ajoutez la commande
19129 \end_layout
19130
19131 \begin_layout Standard
19132
19133 \series bold
19134
19135 \backslash
19136 hdashline
19137 \end_layout
19138
19139 \begin_layout Standard
19140 en code TeX comme premier élément de la première cellule de la ligne de
19141  tableau.
19142 \end_layout
19143
19144 \begin_layout Standard
19145 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19146  commande 
19147 \end_layout
19148
19149 \begin_layout Standard
19150
19151 \series bold
19152
19153 \backslash
19154 cdashline{
19155 \series default
19156 numéros de colonnes}
19157 \end_layout
19158
19159 \begin_layout Standard
19160 en code TeX comme premier élément de la première cellule de la ligne.
19161  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19162  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19163 \end_layout
19164
19165 \begin_layout Standard
19166
19167 \series bold
19168
19169 \backslash
19170 cdashline{2-4}
19171 \end_layout
19172
19173 \begin_layout Standard
19174 comme premier élément de la première cellule de la ligne contenant la multicolon
19175 ne.
19176 \end_layout
19177
19178 \begin_layout Standard
19179 \begin_inset VSpace bigskip
19180 \end_inset
19181
19182
19183 \end_layout
19184
19185 \begin_layout Standard
19186 Le tableau
19187 \begin_inset space ~
19188 \end_inset
19189
19190
19191 \begin_inset CommandInset ref
19192 LatexCommand ref
19193 reference "tab:Tableau-filets-tirets"
19194
19195 \end_inset
19196
19197  a été créé en utilisant 
19198 \begin_inset Quotes eld
19199 \end_inset
19200
19201
19202 \series bold
19203 :c
19204 \series default
19205
19206 \begin_inset Quotes erd
19207 \end_inset
19208
19209  comme paramètre LaTeX pour la troisième colonne.
19210  La commande en code TeX 
19211 \series bold
19212
19213 \backslash
19214 hdashline
19215 \series default
19216  a été insérée dans la première cellule de la troisième ligne et la commande
19217  en code TeX 
19218 \series bold
19219
19220 \backslash
19221 cdashline{4-5}
19222 \series default
19223  a été insérée dans la première cellule de la quatrième ligne.
19224 \end_layout
19225
19226 \begin_layout Standard
19227 \begin_inset Note Greyedout
19228 status open
19229
19230 \begin_layout Plain Layout
19231
19232 \series bold
19233 Note:
19234 \series default
19235  Le paquetage LaTeX 
19236 \series bold
19237 arydshln
19238 \series default
19239  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19240  
19241 \series bold
19242 colortbl
19243 \series default
19244
19245 \begin_inset Index
19246 status collapsed
19247
19248 \begin_layout Plain Layout
19249 Paquetages LaTeX ! colortbl
19250 \end_layout
19251
19252 \end_inset
19253
19254  qui est utilisé pour avoir des tableaux colorés dans la section
19255 \begin_inset space ~
19256 \end_inset
19257
19258
19259 \begin_inset CommandInset ref
19260 LatexCommand ref
19261 reference "sec:Tableaux-Colorés"
19262
19263 \end_inset
19264
19265 .
19266  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19267  traits interrompus.
19268 \end_layout
19269
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \begin_layout Standard
19276 \begin_inset ERT
19277 status collapsed
19278
19279 \begin_layout Plain Layout
19280
19281
19282 \backslash
19283 else
19284 \end_layout
19285
19286 \end_inset
19287
19288
19289 \begin_inset Note Note
19290 status open
19291
19292 \begin_layout Plain Layout
19293 Ce qui suit sera affiché si le paquetage LaTeX 
19294 \series bold
19295 arydshln
19296 \series default
19297  n'est pas installé :
19298 \end_layout
19299
19300 \end_inset
19301
19302
19303 \end_layout
19304
19305 \begin_layout Standard
19306 Vous devez installer le paquetage LaTeX 
19307 \series bold
19308 arydshln
19309 \series default
19310  pour voir le contenu des cette section dans la sortie imprimée.
19311 \end_layout
19312
19313 \begin_layout Standard
19314 \begin_inset ERT
19315 status collapsed
19316
19317 \begin_layout Plain Layout
19318
19319
19320 \backslash
19321 fi
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Chapter
19330 Flottants
19331 \begin_inset Index
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335 Flottants
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \begin_layout Section
19344 Introduction
19345 \begin_inset CommandInset label
19346 LatexCommand label
19347 name "sec:Flottants-Introduction"
19348
19349 \end_inset
19350
19351
19352 \begin_inset Index
19353 status collapsed
19354
19355 \begin_layout Plain Layout
19356 Flottants ! Introduction
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout Standard
19365 Un flottant est une portion de document, qui peut être associé à une étiquette
19366  et dont la position n'est pas fixée.
19367  Il peut 
19368 \begin_inset Quotes eld
19369 \end_inset
19370
19371 flotter
19372 \begin_inset Quotes erd
19373 \end_inset
19374
19375  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19376  plus approprié.
19377  Les 
19378 \family sans
19379 Notes
19380 \begin_inset space ~
19381 \end_inset
19382
19383 en
19384 \begin_inset space ~
19385 \end_inset
19386
19387 Bas
19388 \begin_inset space ~
19389 \end_inset
19390
19391 de
19392 \begin_inset space ~
19393 \end_inset
19394
19395 Page
19396 \family default
19397  et le 
19398 \family sans
19399 Notes
19400 \begin_inset space ~
19401 \end_inset
19402
19403 en
19404 \begin_inset space ~
19405 \end_inset
19406
19407 Marge
19408 \family default
19409  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19410  sur la page suivante quand il y a trop de notes sur la page courante.
19411 \end_layout
19412
19413 \begin_layout Standard
19414 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19415  très grande qualité.
19416  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19417  éviter des lignes blanches ou des pages sans texte.
19418  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19419  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19420  le texte.
19421  Les flottants sont donc numérotés.
19422  Les références croisées sont décrites dans la section
19423 \begin_inset space ~
19424 \end_inset
19425
19426
19427 \begin_inset CommandInset ref
19428 LatexCommand ref
19429 reference "sec:Referencer-les-Flottants"
19430
19431 \end_inset
19432
19433 .
19434 \end_layout
19435
19436 \begin_layout Standard
19437 Pour insérer un flottant, on utilise un des sous menus du menu 
19438 \family sans
19439 Insérer\SpecialChar \menuseparator
19440 Flottant.
19441
19442 \family default
19443  Une boîte va être insérée dans votre document avec par exemple une étiquette
19444  du genre 
19445 \begin_inset Quotes eld
19446 \end_inset
19447
19448 Figure
19449 \begin_inset space ~
19450 \end_inset
19451
19452 #:
19453 \begin_inset Quotes erd
19454 \end_inset
19455
19456  (où # est un numéro).
19457  L'étiquette est automatiquement traduite dans la langue du document dans
19458  la sortie finale.
19459  Après l'étiquette vous pouvez insérer du texte comme légende.
19460  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19461  séparé, à l'intérieur du flottant.
19462  Vous trouverez plus de détails sur le positionnement des légendes dans
19463  la section
19464 \begin_inset space ~
19465 \end_inset
19466
19467
19468 \begin_inset CommandInset ref
19469 LatexCommand ref
19470 reference "sec:Placement-légende"
19471
19472 \end_inset
19473
19474 .
19475  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19476  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19477  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19478  Une boîte de flottant fermée ressemble à ceci : 
19479 \begin_inset Graphics
19480         filename clipart/floatQt4.png
19481         scale 60
19482
19483 \end_inset
19484
19485  – une case grise avec un texte rouge.
19486 \end_layout
19487
19488 \begin_layout Standard
19489 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19490  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19491  est formaté de façon particulière.
19492 \end_layout
19493
19494 \begin_layout Section
19495 Les Types de Flottants
19496 \end_layout
19497
19498 \begin_layout Standard
19499 En plus des flottants de figures et de tableau qui sont décrits respectivement
19500  dans les sections
19501 \begin_inset space ~
19502 \end_inset
19503
19504
19505 \begin_inset CommandInset ref
19506 LatexCommand ref
19507 reference "sec:Figure-Floats"
19508
19509 \end_inset
19510
19511  et 
19512 \begin_inset CommandInset ref
19513 LatexCommand ref
19514 reference "sec:Table-Floats"
19515
19516 \end_inset
19517
19518 , LyX offre aussi les types 
19519 \series bold
19520 Algorithme
19521 \series default
19522  et 
19523 \series bold
19524 Enrobage
19525 \series default
19526 .
19527 \end_layout
19528
19529 \begin_layout Subsection
19530 Flottant d'algorithme
19531 \begin_inset Index
19532 status collapsed
19533
19534 \begin_layout Plain Layout
19535 Flottants ! Algorithmes
19536 \end_layout
19537
19538 \end_inset
19539
19540
19541 \begin_inset CommandInset label
19542 LatexCommand label
19543 name "sub:Flottant-d'Algorithme"
19544
19545 \end_inset
19546
19547
19548 \end_layout
19549
19550 \begin_layout Standard
19551 \begin_inset Float algorithm
19552 placement h
19553 wide false
19554 sideways false
19555 status open
19556
19557 \begin_layout Plain Layout
19558 \begin_inset Caption
19559
19560 \begin_layout Plain Layout
19561 \begin_inset CommandInset label
19562 LatexCommand label
19563 name "alg:Exemple-Flottant-Algorithme"
19564
19565 \end_inset
19566
19567 Exemple de flottant d'algorithme
19568 \end_layout
19569
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \begin_layout LyX-Code
19576 for I in 1..N loop
19577 \begin_inset Newline newline
19578 \end_inset
19579
19580  Sum:= Sum + A(I); /*comment*/
19581 \begin_inset Newline newline
19582 \end_inset
19583
19584 end loop
19585 \begin_inset VSpace -4mm
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \begin_layout Standard
19597 Ce type de flottant est inséré à l'aide du menu 
19598 \family sans
19599 Insérer\SpecialChar \menuseparator
19600 Flottant\SpecialChar \menuseparator
19601 Algorithme
19602 \family default
19603 .
19604  Il peut être utilisé pour des morceaux de code source ou des descriptions
19605  d'algorithmes et 
19606 \lang english
19607 can be seen as an alternative to program code listings that are explained
19608  in chapter
19609 \lang french
19610
19611 \begin_inset space ~
19612 \end_inset
19613
19614
19615 \begin_inset CommandInset ref
19616 LatexCommand ref
19617 reference "cha:Program-Code-Listings"
19618
19619 \end_inset
19620
19621 .
19622  Vous pouvez par exemple utiliser l'environnement Code
19623 \begin_inset space ~
19624 \end_inset
19625
19626 LyX qui est décrit dans le 
19627 \emph on
19628 Guide
19629 \emph default
19630
19631 \begin_inset space ~
19632 \end_inset
19633
19634
19635 \emph on
19636 de
19637 \begin_inset space ~
19638 \end_inset
19639
19640 l'Utilisateur
19641 \emph default
19642  de LyX.
19643  l'algorithme
19644 \begin_inset space ~
19645 \end_inset
19646
19647
19648 \begin_inset CommandInset ref
19649 LatexCommand ref
19650 reference "alg:Exemple-Flottant-Algorithme"
19651
19652 \end_inset
19653
19654  est un exemple de flottant d'algorithme où un espace vertical de -4
19655 \begin_inset space \thinspace{}
19656 \end_inset
19657
19658 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19659  soit placée exactement sous le texte de la dernière ligne.
19660 \end_layout
19661
19662 \begin_layout Standard
19663 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19664  du document.
19665  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19666 ent en ajoutant la ligne suivante dans le préambule de votre document :
19667 \end_layout
19668
19669 \begin_layout Standard
19670
19671 \series bold
19672
19673 \backslash
19674 floatname{algorithm}{votre
19675 \begin_inset space ~
19676 \end_inset
19677
19678 nom}
19679 \end_layout
19680
19681 \begin_layout Standard
19682
19683 \family sans
19684  votre
19685 \begin_inset space ~
19686 \end_inset
19687
19688 nom
19689 \family default
19690  est le mot 
19691 \begin_inset Quotes eld
19692 \end_inset
19693
19694
19695 \emph on
19696 algorithme
19697 \emph default
19698
19699 \begin_inset Quotes erd
19700 \end_inset
19701
19702  dans votre langue.
19703 \end_layout
19704
19705 \begin_layout Standard
19706 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19707 \family sans
19708 Insérer\SpecialChar \menuseparator
19709 Listes
19710 \begin_inset space ~
19711 \end_inset
19712
19713 &
19714 \begin_inset space ~
19715 \end_inset
19716
19717 TdM\SpecialChar \menuseparator
19718 Liste
19719 \begin_inset space ~
19720 \end_inset
19721
19722 des
19723 \begin_inset space ~
19724 \end_inset
19725
19726 algorithmes
19727 \family default
19728  si votre document est en la même langue 
19729 \lang english
19730 as LyX's menu names
19731 \lang french
19732 .
19733  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19734  en code TeX à la place:
19735 \end_layout
19736
19737 \begin_layout Standard
19738
19739 \series bold
19740
19741 \backslash
19742 listof{algorithm}{votre
19743 \begin_inset space ~
19744 \end_inset
19745
19746 nom}
19747 \end_layout
19748
19749 \begin_layout Standard
19750 où 
19751 \family sans
19752 votre
19753 \begin_inset space ~
19754 \end_inset
19755
19756 nom
19757 \family default
19758  est la traduction de 
19759 \begin_inset Quotes eld
19760 \end_inset
19761
19762
19763 \emph on
19764 List of Algorithm
19765 \emph default
19766 s
19767 \begin_inset Quotes erd
19768 \end_inset
19769
19770  dans votre langue.
19771 \end_layout
19772
19773 \begin_layout Standard
19774 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19775  schéma 
19776 \begin_inset Quotes eld
19777 \end_inset
19778
19779 chapitre.algorithme
19780 \begin_inset Quotes erd
19781 \end_inset
19782
19783  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19784  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19785  commande dans le préambule de votre document :
19786 \end_layout
19787
19788 \begin_layout Standard
19789
19790 \series bold
19791
19792 \backslash
19793 numberwithin{algorithm}{chapter}
19794 \end_layout
19795
19796 \begin_layout Standard
19797 Pour pouvoir utiliser la commande 
19798 \series bold
19799
19800 \backslash
19801 numberwithin
19802 \series default
19803 , activez l'option 
19804 \family sans
19805 Utiliser
19806 \begin_inset space ~
19807 \end_inset
19808
19809 le
19810 \begin_inset space ~
19811 \end_inset
19812
19813 paquetage
19814 \begin_inset space ~
19815 \end_inset
19816
19817 AMS
19818 \begin_inset space ~
19819 \end_inset
19820
19821 math
19822 \family default
19823  dans la rubrique 
19824 \family sans
19825 Options
19826 \begin_inset space ~
19827 \end_inset
19828
19829 des
19830 \begin_inset space ~
19831 \end_inset
19832
19833 Maths
19834 \family default
19835  de la fenêtre de dialogue 
19836 \family sans
19837 Paramètres
19838 \begin_inset space ~
19839 \end_inset
19840
19841 du
19842 \begin_inset space ~
19843 \end_inset
19844
19845 Document
19846 \family default
19847 .
19848 \begin_inset Newpage newpage
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \begin_layout Subsection
19855 Flottant d'enrobage
19856 \begin_inset Index
19857 status collapsed
19858
19859 \begin_layout Plain Layout
19860 Flottants ! Flottants d'enrobage
19861 \end_layout
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Standard
19869 \begin_inset Wrap figure
19870 lines 0
19871 placement l
19872 overhang 1cm
19873 width "40col%"
19874 status open
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Graphics
19878         filename ../clipart/mobius.eps
19879         width 40col%
19880         scaleBeforeRotation
19881         rotateOrigin center
19882
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \begin_layout Plain Layout
19889 \begin_inset Caption
19890
19891 \begin_layout Plain Layout
19892 \begin_inset CommandInset label
19893 LatexCommand label
19894 name "fig:Figure-enrobée"
19895
19896 \end_inset
19897
19898 Ceci est une figure habillée.
19899 \end_layout
19900
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907
19908  Ce type de flottant est utilisé quand on veut que le texte habille la figure
19909  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19910  Vous pouvez en insérer un en utilisant le menu 
19911 \family sans
19912 Insérer\SpecialChar \menuseparator
19913 Flottant\SpecialChar \menuseparator
19914 Flottant
19915 \begin_inset space ~
19916 \end_inset
19917
19918 d'enrobage
19919 \family default
19920  à la condition que le paquetage LaTeX 
19921 \series bold
19922 wrapfig
19923 \series default
19924
19925 \begin_inset Index
19926 status collapsed
19927
19928 \begin_layout Plain Layout
19929 Paquetages LaTeX ! wrapfig
19930 \begin_inset ERT
19931 status collapsed
19932
19933 \begin_layout Plain Layout
19934
19935
19936 \backslash
19937 vspace{4mm}
19938 \end_layout
19939
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \end_inset
19946
19947  soit installé.
19948 \begin_inset Foot
19949 status collapsed
19950
19951 \begin_layout Plain Layout
19952 Voyez dans la manuel 
19953 \emph on
19954 Configuration
19955 \begin_inset space ~
19956 \end_inset
19957
19958 LaTeX 
19959 \emph default
19960 comment installer des paquetages LaTeX.
19961 \end_layout
19962
19963 \end_inset
19964
19965  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
19966  sur la boîte du flottant.
19967  Les paramètres obligatoires sont l'
19968 \family sans
19969 Emplacement
19970 \family default
19971  et la 
19972 \family sans
19973 Largeur
19974 \family default
19975 .
19976  Les paramètres facultatifs sont le 
19977 \family sans
19978 Débordement
19979 \family default
19980  qui précise de combien le flottant déborde sur la marge du paragraphe ou
19981  de la page et la 
19982 \family sans
19983 Porté de la ligne
19984 \family default
19985  qui précise le nombre approximatif de lignes dont le flottant va avoir
19986  besoin.
19987  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
19988  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
19989  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
19990  à l'intérieur du paragraphe ou vers les autres paragraphes.
19991  La figure
19992 \begin_inset space ~
19993 \end_inset
19994
19995
19996 \begin_inset CommandInset ref
19997 LatexCommand ref
19998 reference "fig:Figure-enrobée"
19999
20000 \end_inset
20001
20002  est un exemple de flottant d'enrobage avec une largeur de 40
20003 \begin_inset space \thinspace{}
20004 \end_inset
20005
20006 col%, un débordement de 1
20007 \begin_inset space \thinspace{}
20008 \end_inset
20009
20010 cm et placé à gauche.
20011 \begin_inset Foot
20012 status collapsed
20013
20014 \begin_layout Plain Layout
20015 Les unités disponibles sont expliquées dans l'appendice
20016 \begin_inset space ~
20017 \end_inset
20018
20019
20020 \begin_inset CommandInset ref
20021 LatexCommand ref
20022 reference "cha:Unités-de-longueur"
20023
20024 \end_inset
20025
20026 .
20027 \end_layout
20028
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \begin_layout Standard
20035 \begin_inset Note Greyedout
20036 status open
20037
20038 \begin_layout Plain Layout
20039
20040 \series bold
20041 Note:
20042 \series default
20043  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20044  figure trop près du bas de page peut tout chambouler et faire que le flottant
20045  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20046  de texte.
20047 \end_layout
20048
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \begin_layout Standard
20055 En général:
20056 \end_layout
20057
20058 \begin_layout Itemize
20059 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20060  qui risquent de passer à la page suivante.
20061  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20062  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20063  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20064  de page.
20065 \end_layout
20066
20067 \begin_layout Itemize
20068 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20069  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20070 e.
20071 \end_layout
20072
20073 \begin_layout Itemize
20074 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20075  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20076  texte entre les deux, comme séparateur.
20077 \end_layout
20078
20079 \begin_layout Itemize
20080 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20081  ou les tableaux.
20082 \end_layout
20083
20084 \begin_layout Section
20085 Numérotation des flottants
20086 \begin_inset Index
20087 status collapsed
20088
20089 \begin_layout Plain Layout
20090 Flottants ! Numérotation
20091 \end_layout
20092
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \begin_layout Standard
20099 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20100  ils se trouvent, soit en utilisant un format du genre 
20101 \begin_inset Quotes eld
20102 \end_inset
20103
20104 chapitre.numéro
20105 \begin_inset Quotes erd
20106 \end_inset
20107
20108  ou 
20109 \begin_inset Quotes eld
20110 \end_inset
20111
20112 section.numéro
20113 \begin_inset Quotes erd
20114 \end_inset
20115
20116 .
20117  Cela dépend de la classe de document utilisée.
20118 \end_layout
20119
20120 \begin_layout Standard
20121 Pour changer le format de la numérotation qui ne dépend pas de la section
20122  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20123  le préambule du document :
20124 \end_layout
20125
20126 \begin_layout Standard
20127
20128 \series bold
20129
20130 \backslash
20131 renewcommand{
20132 \backslash
20133 thetable}{
20134 \backslash
20135 roman{table}}
20136 \end_layout
20137
20138 \begin_layout Standard
20139
20140 \series bold
20141
20142 \backslash
20143 thetable
20144 \series default
20145  est la commande qui imprime le numéro du tableau, pour les figures, la
20146  commande serait 
20147 \series bold
20148
20149 \backslash
20150 thefigure
20151 \series default
20152 .
20153  La commande 
20154 \series bold
20155
20156 \backslash
20157 roman
20158 \series default
20159  utilisée dans la commande précédente, imprime le numéro du tableau sous
20160  forme de petits chiffres romains.
20161 \end_layout
20162
20163 \begin_layout Standard
20164 Pour changer le type de numérotation pour par exemple 
20165 \begin_inset Quotes eld
20166 \end_inset
20167
20168 sous-section.numéro
20169 \begin_inset Quotes erd
20170 \end_inset
20171
20172 , utilisez la commande suivante dans le préambule du document :
20173 \end_layout
20174
20175 \begin_layout Standard
20176
20177 \series bold
20178
20179 \backslash
20180 numberwithin{table}{subsection}
20181 \end_layout
20182
20183 \begin_layout Standard
20184 Pour pouvoir utiliser la commande 
20185 \series bold
20186
20187 \backslash
20188 numberwithin
20189 \series default
20190 , vous devez activer l'option 
20191 \family sans
20192 Utiliser
20193 \begin_inset space ~
20194 \end_inset
20195
20196 le
20197 \begin_inset space ~
20198 \end_inset
20199
20200 paquetage
20201 \begin_inset space ~
20202 \end_inset
20203
20204 maths
20205 \begin_inset space ~
20206 \end_inset
20207
20208 AMS
20209 \family default
20210  dans la rubrique 
20211 \family sans
20212 Options
20213 \begin_inset space ~
20214 \end_inset
20215
20216 des
20217 \begin_inset space ~
20218 \end_inset
20219
20220 Maths
20221 \family default
20222  de la fenêtre de dialogue 
20223 \family sans
20224 Paramètres
20225 \family default
20226  du document.
20227 \end_layout
20228
20229 \begin_layout Standard
20230 Veuillez aussi jeter un coup d'œil à la section
20231 \begin_inset space ~
20232 \end_inset
20233
20234
20235 \begin_inset CommandInset ref
20236 LatexCommand ref
20237 reference "sub:Numerotation-notes-bas-de-page"
20238
20239 \end_inset
20240
20241  pour plus de détails et des notes importantes sur les commandes de numérotation.
20242 \end_layout
20243
20244 \begin_layout Section
20245 Faire Référence à des Flottants
20246 \begin_inset CommandInset label
20247 LatexCommand label
20248 name "sec:Referencer-les-Flottants"
20249
20250 \end_inset
20251
20252
20253 \begin_inset Index
20254 status collapsed
20255
20256 \begin_layout Plain Layout
20257 Flottants ! Références
20258 \end_layout
20259
20260 \end_inset
20261
20262
20263 \begin_inset Index
20264 status collapsed
20265
20266 \begin_layout Plain Layout
20267 References@Références ! à des Flottants 
20268 \end_layout
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \begin_layout Standard
20276 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20277  en utilisant le menu 
20278 \family sans
20279 Insérer\SpecialChar \menuseparator
20280 Étiquette
20281 \family default
20282  ou le bouton 
20283 \begin_inset Graphics
20284         filename ../../images/label-insert.png
20285         scale 85
20286         scaleBeforeRotation
20287
20288 \end_inset
20289
20290  de la barre d'outils.
20291  Une boîte grise de ce genre : 
20292 \begin_inset Graphics
20293         filename clipart/labelQt4.png
20294         scale 85
20295         scaleBeforeRotation
20296
20297 \end_inset
20298
20299  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20300  de saisir le texte de l'étiquette.
20301  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20302  précédés d'un préfixe.
20303  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20304  préfixe sera "
20305 \family sans
20306 fig:
20307 \family default
20308 ".
20309 \end_layout
20310
20311 \begin_layout Standard
20312 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20313  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20314 \family sans
20315 Insérer\SpecialChar \menuseparator
20316 Référence
20317 \begin_inset space ~
20318 \end_inset
20319
20320 Croisée
20321 \family default
20322  ou le bouton 
20323 \begin_inset Graphics
20324         filename ../../images/dialog-show-new-inset_ref.png
20325         scale 85
20326         scaleBeforeRotation
20327
20328 \end_inset
20329
20330  de la barre d'outils.
20331  Une boîte grise de référence croisée comme celle-ci : 
20332 \begin_inset Graphics
20333         filename ../clipart/referenceQt4.png
20334         scale 85
20335         scaleBeforeRotation
20336
20337 \end_inset
20338
20339  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20340  toutes les étiquettes définies dans votre document.
20341  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20342  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20343  de la fenêtre de dialogue.
20344  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20345  une.
20346  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20347  de la référence croisée.
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20352  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20353  les deux.
20354  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20355  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20356  du numéro de la référence.
20357 \end_layout
20358
20359 \begin_layout Standard
20360 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20361  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20362  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20363  pas à vous en préoccuper.
20364 \end_layout
20365
20366 \begin_layout Standard
20367 Le bouton 
20368 \family sans
20369 Aller
20370 \begin_inset space ~
20371 \end_inset
20372
20373 à
20374 \begin_inset space ~
20375 \end_inset
20376
20377 l'étiquette
20378 \family default
20379  dans la fenêtre de référence croisée va positionner le curseur juste devant
20380  l'étiquette à laquelle on fait référence.
20381  Le nom du bouton bouton 
20382 \family sans
20383 Revenir
20384 \family default
20385  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20386  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20387  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20388  à votre point de départ.
20389 \end_layout
20390
20391 \begin_layout Subsection
20392 Formats de Références Croisées
20393 \begin_inset CommandInset label
20394 LatexCommand label
20395 name "sub:Formats-Références-Croisées"
20396
20397 \end_inset
20398
20399
20400 \begin_inset Index
20401 status collapsed
20402
20403 \begin_layout Plain Layout
20404 References@Références ! Formats
20405 \end_layout
20406
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \begin_layout Standard
20413 Il y a six types de références croisées :
20414 \end_layout
20415
20416 \begin_layout Description
20417 <référence>
20418 \begin_inset space ~
20419 \end_inset
20420
20421 : affiche le numéro de l'élément, c'est le choix par défaut : 
20422 \begin_inset CommandInset ref
20423 LatexCommand ref
20424 reference "fig:Deux-images-déformées"
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Description
20432 (<référence>)
20433 \begin_inset space ~
20434 \end_inset
20435
20436 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20437  normalement pour faire référence à des formules mathématiques, en particulier
20438  quand le mot 
20439 \begin_inset Quotes eld
20440 \end_inset
20441
20442 Équation
20443 \begin_inset Quotes erd
20444 \end_inset
20445
20446  est omis : 
20447 \begin_inset CommandInset ref
20448 LatexCommand eqref
20449 reference "eq:Wgn"
20450
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \begin_layout Description
20457 <page>
20458 \begin_inset space ~
20459 \end_inset
20460
20461 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20462 \begin_inset space ~
20463 \end_inset
20464
20465
20466 \begin_inset CommandInset ref
20467 LatexCommand pageref
20468 reference "fig:Deux-images-déformées"
20469
20470 \end_inset
20471
20472
20473 \end_layout
20474
20475 \begin_layout Description
20476 page
20477 \begin_inset space ~
20478 \end_inset
20479
20480 <page>
20481 \begin_inset space ~
20482 \end_inset
20483
20484 : affiche le mot 
20485 \begin_inset Quotes eld
20486 \end_inset
20487
20488 page
20489 \begin_inset Quotes erd
20490 \end_inset
20491
20492  suivi du numéro de la page sur laquelle se trouve l'élément : 
20493 \begin_inset CommandInset ref
20494 LatexCommand vpageref
20495 reference "fig:Deux-images-déformées"
20496
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \begin_layout Description
20503 <référence>
20504 \begin_inset space ~
20505 \end_inset
20506
20507 page
20508 \begin_inset space ~
20509 \end_inset
20510
20511 <page>
20512 \begin_inset space ~
20513 \end_inset
20514
20515 : affiche le numéro de l'élément, le mot 
20516 \begin_inset Quotes eld
20517 \end_inset
20518
20519 page
20520 \begin_inset Quotes erd
20521 \end_inset
20522
20523  et le numéro de la page : 
20524 \begin_inset CommandInset ref
20525 LatexCommand vref
20526 reference "fig:Deux-images-déformées"
20527
20528 \end_inset
20529
20530
20531 \end_layout
20532
20533 \begin_layout Description
20534 Référence
20535 \begin_inset space ~
20536 \end_inset
20537
20538 mise
20539 \begin_inset space ~
20540 \end_inset
20541
20542 en
20543 \begin_inset space ~
20544 \end_inset
20545
20546 forme
20547 \begin_inset space ~
20548 \end_inset
20549
20550 : affiche une référence croisée qui définit son propre format.
20551
20552 \lang english
20553  
20554 \lang french
20555
20556 \begin_inset Note Greyedout
20557 status open
20558
20559 \begin_layout Plain Layout
20560
20561 \series bold
20562 Note:
20563 \series default
20564  Ce type de référence croisée n'est disponible que si vous avez installé
20565  le paquetage LaTeX 
20566 \series bold
20567 prettyref.
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \begin_layout Standard
20576 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20577  se trouve sur la page précédente, la même page ou la page suivante.
20578  Vous verrez par exemple un texte du genre 
20579 \begin_inset Quotes eld
20580 \end_inset
20581
20582 sur cette page
20583 \begin_inset Quotes erd
20584 \end_inset
20585
20586  à la place.
20587 \end_layout
20588
20589 \begin_layout Standard
20590 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20591  se trouve sont calculés automatiquement par LaTeX.
20592  Vous choisissez une des six variétés de références dans le champ Format
20593  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20594  boîte de la référence croisée.
20595 \end_layout
20596
20597 \begin_layout Subsection
20598 Nommage automatique des références croisées
20599 \begin_inset Index
20600 status collapsed
20601
20602 \begin_layout Plain Layout
20603 References@Références ! Nommage automatique
20604 \end_layout
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 Le paquetage LaTeX 
20613 \series bold
20614 hyperref
20615 \begin_inset Index
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619 Paquetages LaTeX ! hyperref
20620 \end_layout
20621
20622 \end_inset
20623
20624
20625 \series default
20626 qui est activé dans la rubrique 
20627 \family sans
20628 Propriétés du PDF
20629 \family default
20630  de la fenêtre de dialogue 
20631 \family sans
20632 Paramètres du document
20633 \family default
20634  fournit une fonction très utile pour automatiser la création des références
20635  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20636  une section).
20637  Par exemple pour vous éviter de devoir écrire le mot 
20638 \begin_inset Quotes eld
20639 \end_inset
20640
20641 Figure
20642 \begin_inset Quotes erd
20643 \end_inset
20644
20645  devant chaque référence à une figure.
20646  Pour profiter de ce nommage automatique des références croisées, vous devez
20647  activer 
20648 \series bold
20649 hyperref
20650 \series default
20651  et insérer la ligne suivante dans le préambule du document :
20652 \end_layout
20653
20654 \begin_layout Standard
20655
20656 \series bold
20657
20658 \backslash
20659 AtBeginDocument{
20660 \backslash
20661 renewcommand{
20662 \backslash
20663 ref}[1]{
20664 \backslash
20665 mbox{
20666 \backslash
20667 autoref{#1}}}}
20668 \end_layout
20669
20670 \begin_layout Standard
20671 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
20672  défaut, par exemple vous préférez le nom 
20673 \begin_inset Quotes eld
20674 \end_inset
20675
20676 sec.
20677 \begin_inset space \thinspace{}
20678 \end_inset
20679
20680
20681 \begin_inset Quotes eld
20682 \end_inset
20683
20684  plutôt que 
20685 \begin_inset Quotes eld
20686 \end_inset
20687
20688 section
20689 \begin_inset Quotes erd
20690 \end_inset
20691
20692 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
20693 \end_layout
20694
20695 \begin_layout Standard
20696
20697 \series bold
20698
20699 \backslash
20700 addto
20701 \backslash
20702 extrasenglish{
20703 \backslash
20704 renewcommand{
20705 \backslash
20706 sectionautorefname}
20707 \begin_inset Newline newline
20708 \end_inset
20709
20710
20711 \begin_inset ERT
20712 status collapsed
20713
20714 \begin_layout Plain Layout
20715
20716
20717 \backslash
20718 hphantom{ }
20719 \end_layout
20720
20721 \end_inset
20722
20723 {sec.
20724 \backslash
20725 negthinspace}}
20726 \end_layout
20727
20728 \begin_layout Standard
20729 Si vous utilisez une autre langue que l'anglais, remplacez 
20730 \series bold
20731
20732 \backslash
20733 extrasenglish
20734 \series default
20735  par 
20736 \series bold
20737
20738 \backslash
20739 extras***
20740 \series default
20741 , où *** est le nom de la langue que vous utilisez.
20742
20743 \series bold
20744  
20745 \end_layout
20746
20747 \begin_layout Standard
20748 Pour avoir des noms automatiques, mais pas pour certains types de références,
20749  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
20750 \end_layout
20751
20752 \begin_layout Standard
20753
20754 \series bold
20755
20756 \backslash
20757 newlength{
20758 \backslash
20759 abc}
20760 \begin_inset Newline newline
20761 \end_inset
20762
20763
20764 \backslash
20765 settowidth{
20766 \backslash
20767 abc}{
20768 \backslash
20769 space}
20770 \begin_inset Newline newline
20771 \end_inset
20772
20773
20774 \backslash
20775 addto
20776 \backslash
20777 extrasenglish{
20778 \backslash
20779 renewcommand{
20780 \backslash
20781 equationautorefname}
20782 \begin_inset Newline newline
20783 \end_inset
20784
20785
20786 \begin_inset ERT
20787 status collapsed
20788
20789 \begin_layout Plain Layout
20790
20791
20792 \backslash
20793 hphantom{ }
20794 \end_layout
20795
20796 \end_inset
20797
20798 {
20799 \backslash
20800 hspace{-
20801 \backslash
20802 abc}}
20803 \end_layout
20804
20805 \begin_layout Standard
20806 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
20807  de 
20808 \series bold
20809 hyperref
20810 \series default
20811  
20812 \begin_inset CommandInset citation
20813 LatexCommand cite
20814 key "hyperref"
20815
20816 \end_inset
20817
20818 .
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset Note Greyedout
20823 status open
20824
20825 \begin_layout Plain Layout
20826
20827 \series bold
20828 Note:
20829 \series default
20830  Le nommage automatique de références ne peut être utilisé si vous avez
20831  choisi le style de référence 
20832 \family sans
20833 Référence
20834 \begin_inset space ~
20835 \end_inset
20836
20837 mise
20838 \begin_inset space ~
20839 \end_inset
20840
20841 en
20842 \begin_inset space ~
20843 \end_inset
20844
20845 forme
20846 \family default
20847  décrit dans la section
20848 \begin_inset space ~
20849 \end_inset
20850
20851
20852 \begin_inset CommandInset ref
20853 LatexCommand ref
20854 reference "sub:Formats-Références-Croisées"
20855
20856 \end_inset
20857
20858 .
20859 \end_layout
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \begin_layout Standard
20867 Le manuel 
20868 \emph on
20869 Math
20870 \emph default
20871  est un exemple dans lequel on a utilisé le référencement automatique.
20872 \end_layout
20873
20874 \begin_layout Subsection
20875 Positionnement des Références 
20876 \begin_inset CommandInset label
20877 LatexCommand label
20878 name "sub:Reference-Position"
20879
20880 \end_inset
20881
20882
20883 \begin_inset Index
20884 status collapsed
20885
20886 \begin_layout Plain Layout
20887 References@Références ! Positionnement
20888 \end_layout
20889
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \begin_layout Standard
20896 Si vous utilisez le paquetage 
20897 \series bold
20898 hyperref, 
20899 \series default
20900 qui est activé dans la rubrique 
20901 \family sans
20902 Propriétés du PDF
20903 \family default
20904  de la fenêtre de dialogue 
20905 \family sans
20906 Paramètres du document,
20907 \family default
20908  pour lier vos références croisées dans la sortie finale, vous verrez que
20909  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20910  l'image.
20911  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20912  pourrez voir l'image sans faire défiler le texte.
20913  Ce problème vient du fait que le point d'ancrage de la référence se situe
20914  à l'endroit de l'étiquette.
20915  En utilisant le paquetage LaTeX 
20916 \series bold
20917 hypcap
20918 \series default
20919
20920 \begin_inset Index
20921 status collapsed
20922
20923 \begin_layout Plain Layout
20924 Paquetages LaTeX ! hypcap
20925 \end_layout
20926
20927 \end_inset
20928
20929 , qui fait partie du paquetage LaTeX 
20930 \series bold
20931 oberdiek
20932 \series default
20933
20934 \begin_inset Index
20935 status collapsed
20936
20937 \begin_layout Plain Layout
20938 Paquetages LaTeX ! oberdiek
20939 \end_layout
20940
20941 \end_inset
20942
20943 , le point d'ancrage d'un lien est place en haut du flottant.
20944  Pour utiliser cette fonction avec les flottants de figure, chargez 
20945 \series bold
20946 hypcap
20947 \series default
20948  dans l'entête du document avec la ligne
20949 \end_layout
20950
20951 \begin_layout Standard
20952
20953 \series bold
20954
20955 \backslash
20956 usepackage[figure]{hypcap}
20957 \end_layout
20958
20959 \begin_layout Standard
20960 Vous pouvez aussi utiliser 
20961 \series bold
20962 hypcap
20963 \series default
20964  pour tous les types de flottants, mais ce n'est pas recommandé pour des
20965  raisons de stabilité.
20966  Pour plus d'information, jetez un coup d'œil au manuel d' 
20967 \series bold
20968 hypcap
20969 \series default
20970  
20971 \begin_inset CommandInset citation
20972 LatexCommand cite
20973 key "hypcap"
20974
20975 \end_inset
20976
20977 .
20978 \end_layout
20979
20980 \begin_layout Standard
20981 \begin_inset Note Greyedout
20982 status open
20983
20984 \begin_layout Plain Layout
20985
20986 \series bold
20987 Note:
20988 \series default
20989  
20990 \series bold
20991 hypcap
20992 \series default
20993  n'a aucun effet pour les références à des sous-figures.
20994 \end_layout
20995
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Section
21002 Placement des flottants
21003 \begin_inset CommandInset label
21004 LatexCommand label
21005 name "sec:Placement-flottants"
21006
21007 \end_inset
21008
21009
21010 \begin_inset Index
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 Flottants ! Placement
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Standard
21023 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21024  de dialogue 
21025 \family sans
21026 Paramètre
21027 \begin_inset space ~
21028 \end_inset
21029
21030 de
21031 \begin_inset space ~
21032 \end_inset
21033
21034 Flottant
21035 \family default
21036  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21037  utilise pour déterminer où placer le flottant.
21038 \begin_inset Newline newline
21039 \end_inset
21040
21041 L'option 
21042 \family sans
21043 Plusieurs
21044 \begin_inset space ~
21045 \end_inset
21046
21047 colonnes
21048 \family default
21049  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21050  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21051  confiné sur une seule colonne.
21052 \begin_inset Newline newline
21053 \end_inset
21054
21055 L'option 
21056 \family sans
21057 Rotation
21058 \begin_inset space ~
21059 \end_inset
21060
21061 90°
21062 \family default
21063  est utilisée pour faire tourner les flottants, voyez la section
21064 \begin_inset space ~
21065 \end_inset
21066
21067
21068 \begin_inset CommandInset ref
21069 LatexCommand ref
21070 reference "sec:Flottants-renversés"
21071
21072 \end_inset
21073
21074 .
21075 \end_layout
21076
21077 \begin_layout Standard
21078 En désactivant l'option 
21079 \family sans
21080 Utilise
21081 \begin_inset space ~
21082 \end_inset
21083
21084 le
21085 \begin_inset space ~
21086 \end_inset
21087
21088 placement
21089 \begin_inset space ~
21090 \end_inset
21091
21092 par
21093 \begin_inset space ~
21094 \end_inset
21095
21096 défaut
21097 \family default
21098  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21099  le placement du flottant:
21100 \end_layout
21101
21102 \begin_layout Description
21103 Ici,
21104 \begin_inset space ~
21105 \end_inset
21106
21107 si
21108 \begin_inset space ~
21109 \end_inset
21110
21111 possible: essaie de placer le flottant à la position où il a été inséré
21112  dans LyX
21113 \end_layout
21114
21115 \begin_layout Description
21116 Haut
21117 \begin_inset space ~
21118 \end_inset
21119
21120 de
21121 \begin_inset space ~
21122 \end_inset
21123
21124 la
21125 \begin_inset space ~
21126 \end_inset
21127
21128 page: essaie de placer le flottant en haut de la page courante
21129 \end_layout
21130
21131 \begin_layout Description
21132 Bas
21133 \begin_inset space ~
21134 \end_inset
21135
21136 de
21137 \begin_inset space ~
21138 \end_inset
21139
21140 la
21141 \begin_inset space ~
21142 \end_inset
21143
21144 page: essaie de placer le flottant en bas de la page courante
21145 \end_layout
21146
21147 \begin_layout Description
21148 Page
21149 \begin_inset space ~
21150 \end_inset
21151
21152 de
21153 \begin_inset space ~
21154 \end_inset
21155
21156 flottants: essaie de placer le flottant sur une page à part, éventuellement
21157  avec d'autres flottants 
21158 \end_layout
21159
21160 \begin_layout Standard
21161 LaTeX utilise
21162 \emph on
21163  toujours 
21164 \emph default
21165 les options dans l'ordre donné ci-dessus.
21166  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21167  d'abord essayer 
21168 \family sans
21169 Ici
21170 \begin_inset space ~
21171 \end_inset
21172
21173 si
21174 \begin_inset space ~
21175 \end_inset
21176
21177 possible
21178 \family default
21179 , ensuite 
21180 \family sans
21181 Haut
21182 \begin_inset space ~
21183 \end_inset
21184
21185 de
21186 \begin_inset space ~
21187 \end_inset
21188
21189 la
21190 \begin_inset space ~
21191 \end_inset
21192
21193 page
21194 \family default
21195 , et ainsi de suite.
21196  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21197  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21198  Si aucune des quatre options de placement n'est possible, la procédure
21199  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21200 \end_layout
21201
21202 \begin_layout Standard
21203 Par défaut, chaque option a ses propres règles d'application:
21204 \end_layout
21205
21206 \begin_layout Standard
21207
21208 \family sans
21209 Haut
21210 \begin_inset space ~
21211 \end_inset
21212
21213 de
21214 \begin_inset space ~
21215 \end_inset
21216
21217 la
21218 \begin_inset space ~
21219 \end_inset
21220
21221 page
21222 \family default
21223  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21224  en haut de page (
21225 \series bold
21226
21227 \backslash
21228 topfraction
21229 \series default
21230 ).
21231 \end_layout
21232
21233 \begin_layout Standard
21234
21235 \family sans
21236 Bas
21237 \begin_inset space ~
21238 \end_inset
21239
21240 de
21241 \begin_inset space ~
21242 \end_inset
21243
21244 la
21245 \begin_inset space ~
21246 \end_inset
21247
21248 page
21249 \family default
21250  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21251  en bas de page (
21252 \series bold
21253
21254 \backslash
21255 bottomfraction
21256 \series default
21257 ).
21258 \end_layout
21259
21260 \begin_layout Standard
21261
21262 \family sans
21263 Page
21264 \begin_inset space ~
21265 \end_inset
21266
21267 de
21268 \begin_inset space ~
21269 \end_inset
21270
21271 flottants
21272 \family default
21273  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21274  si ils occupent plus de 50% de celle-ci (
21275 \series bold
21276
21277 \backslash
21278 floatpagefraction
21279 \series default
21280 ).
21281 \end_layout
21282
21283 \begin_layout Standard
21284 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21285  supplémentaire 
21286 \family sans
21287 Ignorer
21288 \begin_inset space ~
21289 \end_inset
21290
21291 les
21292 \begin_inset space ~
21293 \end_inset
21294
21295 règles
21296 \begin_inset space ~
21297 \end_inset
21298
21299 LaTeX
21300 \family default
21301 \lang english
21302 .
21303 \begin_inset Newline newline
21304 \end_inset
21305
21306
21307 \lang french
21308 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21309  données entre parenthèses après les descriptions des règles données ci-dessus.
21310  Par exemple, pour augmenter à 50
21311 \begin_inset space \thinspace{}
21312 \end_inset
21313
21314 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21315  trop petite, ajoutez cette ligne au préambule de votre document :
21316 \end_layout
21317
21318 \begin_layout Standard
21319
21320 \series bold
21321
21322 \backslash
21323 renewcommand{
21324 \backslash
21325 bottomfraction}{0.5}
21326 \end_layout
21327
21328 \begin_layout Standard
21329 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21330  exactement à l'endroit où vous l'avez inséré.
21331  dans ce cas utilisez l'option 
21332 \family sans
21333 Ici
21334 \begin_inset space ~
21335 \end_inset
21336
21337 à
21338 \begin_inset space ~
21339 \end_inset
21340
21341 tout
21342 \begin_inset space ~
21343 \end_inset
21344
21345 Prix
21346 \family default
21347 .
21348  Utilisez cette option le moins souvent possible et seulement quand le document
21349  est presque prêt à être imprimé.
21350  En effet, le flottant n'est plus capable de 
21351 \begin_inset Quotes eld
21352 \end_inset
21353
21354 flotter
21355 \begin_inset Quotes erd
21356 \end_inset
21357
21358 , ce qui peut perturber toutes les mises en page.
21359 \end_layout
21360
21361 \begin_layout Standard
21362 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21363  sont toujours entourés par le texte d'un paragraphe donné.
21364 \begin_inset VSpace bigskip
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \begin_layout Standard
21371 On peut parfois se trouver dans la situation où un flottant est placé en
21372  haut d'une page alors que la section concernée ne commence qu'au milieu
21373  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21374  la section précédente.
21375  On peut utiliser la commande LaTeX 
21376 \series bold
21377
21378 \backslash
21379 suppressfloats
21380 \series default
21381  pour éviter ce cas.
21382  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21383  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21384  soit placé avant que la section commence.
21385  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21386  votre document :
21387 \end_layout
21388
21389 \begin_layout Standard
21390
21391 \series bold
21392
21393 \backslash
21394 let
21395 \backslash
21396 mySection
21397 \backslash
21398 section
21399 \begin_inset Newline newline
21400 \end_inset
21401
21402
21403 \backslash
21404 renewcommand{
21405 \backslash
21406 section}{
21407 \backslash
21408 suppressfloats[t]
21409 \backslash
21410 mySection}
21411 \end_layout
21412
21413 \begin_layout Standard
21414 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21415  comme les chapitres et les sous-sections.
21416  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21417  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21418  ensuite avoir du mal à trouver un positionnement correct.
21419 \end_layout
21420
21421 \begin_layout Standard
21422 \begin_inset VSpace bigskip
21423 \end_inset
21424
21425 Dans certains cas il est demandé de placer toutes les figures et tous les
21426  tableaux à la fin du document.
21427  C'est pour de telles situations que le paquetage LaTeX 
21428 \series bold
21429 endfloat
21430 \series default
21431
21432 \begin_inset Index
21433 status collapsed
21434
21435 \begin_layout Plain Layout
21436 Paquetages LaTeX ! endfloat
21437 \end_layout
21438
21439 \end_inset
21440
21441  a été développé.
21442  Il met en effet tous les flottants de figures et de tableaux à la fin du
21443  document dans leurs propres sections.
21444  À la position d'origine du flottant, une indication textuelle du genre
21445  
21446 \begin_inset Quotes eld
21447 \end_inset
21448
21449
21450 \family sans
21451 [Figure
21452 \begin_inset space ~
21453 \end_inset
21454
21455 3.2 
21456 \lang english
21457 about here.
21458 \lang french
21459 ]
21460 \family default
21461
21462 \begin_inset Quotes erd
21463 \end_inset
21464
21465  est insérée.
21466  Le paquetage 
21467 \series bold
21468 endfloat
21469 \series default
21470  est chargé dans le préambule avec la ligne suivante 
21471 \end_layout
21472
21473 \begin_layout Standard
21474
21475 \series bold
21476
21477 \backslash
21478 usepackage[options]{endfloat}
21479 \end_layout
21480
21481 \begin_layout Standard
21482 Il y a aussi de nombreuses options de paquetage pour modifier le format
21483  des sections de figures ou de tableau qui sont créées.
21484  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21485  
21486 \series bold
21487 endfloa
21488 \series default
21489
21490 \begin_inset CommandInset citation
21491 LatexCommand cite
21492 key "endfloat"
21493
21494 \end_inset
21495
21496 .
21497 \begin_inset Newline newline
21498 \end_inset
21499
21500
21501 \begin_inset Note Greyedout
21502 status open
21503
21504 \begin_layout Plain Layout
21505
21506 \series bold
21507 Note: endfloat
21508 \series default
21509  ne fournit pas de traduction automatique de l'indication textuelle, vous
21510  devez donc le faire manuellement, voyez la section
21511 \begin_inset space ~
21512 \end_inset
21513
21514 4 de 
21515 \begin_inset CommandInset citation
21516 LatexCommand cite
21517 key "endfloat"
21518
21519 \end_inset
21520
21521 .
21522 \end_layout
21523
21524 \end_inset
21525
21526
21527 \begin_inset Newline newline
21528 \end_inset
21529
21530
21531 \begin_inset Note Greyedout
21532 status open
21533
21534 \begin_layout Plain Layout
21535
21536 \series bold
21537 Note:
21538 \series default
21539  Il y a actuellement un bug dans le paquetage 
21540 \series bold
21541 endfloat
21542 \series default
21543  quand la légende contient un 
21544 \begin_inset Quotes eld
21545 \end_inset
21546
21547 ß
21548 \begin_inset Quotes erd
21549 \end_inset
21550
21551  allemand.
21552  Utilisez dans ce cas la commande 
21553 \begin_inset Quotes eld
21554 \end_inset
21555
21556
21557 \series bold
21558
21559 \backslash
21560 ss
21561 \series default
21562
21563 \begin_inset Quotes erd
21564 \end_inset
21565
21566  en code TeX à la place du 
21567 \begin_inset Quotes eld
21568 \end_inset
21569
21570 ß
21571 \begin_inset Quotes erd
21572 \end_inset
21573
21574 .
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \begin_layout Standard
21583 \begin_inset VSpace bigskip
21584 \end_inset
21585
21586 Pour plus d'information sur les manières de placer les flottants, jetez
21587  un coup d'œil aux livres sur LaTeX, 
21588 \begin_inset CommandInset citation
21589 LatexCommand cite
21590 key "latexcompanion,latexguide,latexbook"
21591
21592 \end_inset
21593
21594 .
21595 \end_layout
21596
21597 \begin_layout Section
21598 Flottants Renversés
21599 \begin_inset CommandInset label
21600 LatexCommand label
21601 name "sec:Flottants-renversés"
21602
21603 \end_inset
21604
21605
21606 \begin_inset Index
21607 status collapsed
21608
21609 \begin_layout Plain Layout
21610 Flottants ! Renversés
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \begin_layout Standard
21619 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21620  tableaux très larges.
21621  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21622  un clic droit sur la boîte du flottant et utilisez l'option 
21623 \family sans
21624 Rotation
21625 \begin_inset space ~
21626 \end_inset
21627
21628 90°
21629 \family default
21630 .
21631 \end_layout
21632
21633 \begin_layout Standard
21634 Les flottants renversés sont systématiquement placés sur leur propre page
21635  ( ou colonne, si vous avez un document sur deux colonnes ).
21636  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
21637  
21638 \family sans
21639 Plusieurs
21640 \begin_inset space ~
21641 \end_inset
21642
21643 colonnes
21644 \family default
21645  dans les paramètres du flottant.
21646  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
21647  du côté de la marge externe.
21648  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21649  ajouter soit l'option 
21650 \series bold
21651 figuresleft
21652 \series default
21653  soit l'option 
21654 \series bold
21655 figuresright
21656 \series default
21657  aux options de la classe de document.
21658 \end_layout
21659
21660 \begin_layout Standard
21661 Faire référence à un flottant renversé se fait de la même manière que pour
21662  un flottant normal, la mise en forme de la légende est aussi identique
21663  : Le tableau
21664 \begin_inset space ~
21665 \end_inset
21666
21667
21668 \begin_inset CommandInset ref
21669 LatexCommand ref
21670 reference "tab:Tableau-pivoté"
21671
21672 \end_inset
21673
21674  est un exemple de flottant de tableau renversé.
21675 \end_layout
21676
21677 \begin_layout Standard
21678 \begin_inset Note Greyedout
21679 status open
21680
21681 \begin_layout Plain Layout
21682
21683 \series bold
21684 Note:
21685 \series default
21686  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21687  DVI.
21688 \end_layout
21689
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \begin_layout Standard
21696 \begin_inset Float table
21697 wide false
21698 sideways true
21699 status open
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Caption
21703
21704 \begin_layout Plain Layout
21705 \begin_inset CommandInset label
21706 LatexCommand label
21707 name "tab:Tableau-pivoté"
21708
21709 \end_inset
21710
21711  Tableau pivoté
21712 \end_layout
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \begin_layout Plain Layout
21720 \align center
21721 \begin_inset Tabular
21722 <lyxtabular version="3" rows="1" columns="5">
21723 <features>
21724 <column alignment="center" valignment="top" width="0">
21725 <column alignment="center" valignment="top" width="0">
21726 <column alignment="center" valignment="top" width="0">
21727 <column alignment="center" valignment="top" width="0">
21728 <column alignment="center" valignment="top" width="0">
21729 <row>
21730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 test
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 b
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 c
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 d
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 e
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 </lyxtabular>
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784
21785
21786 \end_layout
21787
21788 \begin_layout Section
21789 Flottants côte-à-côte
21790 \begin_inset Index
21791 status collapsed
21792
21793 \begin_layout Plain Layout
21794 Flottants ! côte-à-côte
21795 \end_layout
21796
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \begin_layout Standard
21803 Pour placer des flottants côte-à-côte, comme pour la figure
21804 \begin_inset space ~
21805 \end_inset
21806
21807
21808 \begin_inset CommandInset ref
21809 LatexCommand ref
21810 reference "fig:Flottant-gauche"
21811
21812 \end_inset
21813
21814  et 
21815 \begin_inset CommandInset ref
21816 LatexCommand ref
21817 reference "fig:Flottant-droit"
21818
21819 \end_inset
21820
21821 , on n'utilise 
21822 \emph on
21823 qu'un seul 
21824 \emph default
21825 flottant.
21826  On y insère deux boîtes de minipages
21827 \begin_inset Foot
21828 status collapsed
21829
21830 \begin_layout Plain Layout
21831 Les minipages sont décrites dans la section
21832 \begin_inset space ~
21833 \end_inset
21834
21835
21836 \begin_inset CommandInset ref
21837 LatexCommand ref
21838 reference "sec:Minipages"
21839
21840 \end_inset
21841
21842 .
21843 \end_layout
21844
21845 \end_inset
21846
21847 .
21848  La largeur est mise à 45
21849 \begin_inset space \thinspace{}
21850 \end_inset
21851
21852 -50
21853 \begin_inset space \thinspace{}
21854 \end_inset
21855
21856 column% et l'alignement de la boîte à 
21857 \family sans
21858 Bas
21859 \family default
21860  pour chaque minipage.
21861  Les boîtes minipages contiennent l'image et la légende exactement comme
21862  avec un flottant.
21863  La seule différence est que l'unité de longueur 
21864 \family sans
21865 Largeur
21866 \begin_inset space ~
21867 \end_inset
21868
21869 colonne
21870 \begin_inset space ~
21871 \end_inset
21872
21873 %
21874 \family default
21875  utilisée pour l'image est maintenant définie par rapport à la largeur des
21876  boîtes minipages.
21877 \end_layout
21878
21879 \begin_layout Standard
21880 \begin_inset Float figure
21881 wide false
21882 sideways false
21883 status open
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Box Frameless
21887 position "b"
21888 hor_pos "c"
21889 has_inner_box 1
21890 inner_pos "t"
21891 use_parbox 0
21892 width "45col%"
21893 special "none"
21894 height "1in"
21895 height_special "totalheight"
21896 status open
21897
21898 \begin_layout Plain Layout
21899 \align center
21900 \begin_inset Graphics
21901         filename ../clipart/mobius.eps
21902         lyxscale 50
21903         width 100col%
21904         scaleBeforeRotation
21905
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \begin_layout Plain Layout
21912 \begin_inset Caption
21913
21914 \begin_layout Plain Layout
21915 \begin_inset CommandInset label
21916 LatexCommand label
21917 name "fig:Flottant-gauche"
21918
21919 \end_inset
21920
21921 Flottant du côté gauche.
21922 \end_layout
21923
21924 \end_inset
21925
21926
21927 \end_layout
21928
21929 \end_inset
21930
21931
21932 \begin_inset space \hfill{}
21933 \end_inset
21934
21935
21936 \begin_inset Box Frameless
21937 position "b"
21938 hor_pos "c"
21939 has_inner_box 1
21940 inner_pos "t"
21941 use_parbox 0
21942 width "45col%"
21943 special "none"
21944 height "1in"
21945 height_special "totalheight"
21946 status open
21947
21948 \begin_layout Plain Layout
21949 \align center
21950 \begin_inset Graphics
21951         filename ../clipart/platypus.eps
21952         lyxscale 50
21953         width 100col%
21954         scaleBeforeRotation
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \begin_layout Plain Layout
21962 \begin_inset Caption
21963
21964 \begin_layout Plain Layout
21965 \begin_inset CommandInset label
21966 LatexCommand label
21967 name "fig:Flottant-droit"
21968
21969 \end_inset
21970
21971 Flottant du côté droit.
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \begin_layout Section
21990 Mise en Forme de la Légende
21991 \begin_inset Index
21992 status collapsed
21993
21994 \begin_layout Plain Layout
21995 Légende ! Mise en forme
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \begin_inset Index
22002 status collapsed
22003
22004 \begin_layout Plain Layout
22005 Flottants ! Mise en forme de la Légende
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \begin_inset CommandInset label
22012 LatexCommand label
22013 name "sec:Formatage-légende"
22014
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \begin_layout Standard
22021 L'environnement 
22022 \family sans
22023 Légende
22024 \family default
22025  est l'environnement de paragraphe par défaut pour les 
22026 \family sans
22027 flottants
22028 \family default
22029 .
22030  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
22031  par exemple 
22032 \begin_inset Quotes eld
22033 \end_inset
22034
22035
22036 \family sans
22037 Figure #:
22038 \family default
22039
22040 \begin_inset Quotes erd
22041 \end_inset
22042
22043  suivi par le texte de la légende.
22044  Le 
22045 \begin_inset Quotes eld
22046 \end_inset
22047
22048 #
22049 \begin_inset Quotes erd
22050 \end_inset
22051
22052  étant remplacé par le numéro de référence réel.
22053  Par défaut l'étiquette et le numéro sont dans la même police de caractères
22054  que le texte de la légende et deux points suivent le numéro pour séparer
22055  l'étiquette du texte.
22056  Ce format de légende n'est pas forcément adapté à tous les types de documents.
22057 \end_layout
22058
22059 \begin_layout Standard
22060 Pour modifier le format par défaut des légendes, il faut charger le paquetage
22061  LaTeX 
22062 \series bold
22063 caption
22064 \series default
22065
22066 \begin_inset Index
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070 Paquetages LaTeX ! caption
22071 \end_layout
22072
22073 \end_inset
22074
22075  dans le préambule de votre document avec la ligne suivante :
22076 \end_layout
22077
22078 \begin_layout Standard
22079
22080 \series bold
22081
22082 \backslash
22083 usepackage[format definition]{caption}
22084 \end_layout
22085
22086 \begin_layout Standard
22087 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22088  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22089  dans ce document, utilisez les commandes suivantes :
22090 \end_layout
22091
22092 \begin_layout Standard
22093
22094 \series bold
22095
22096 \backslash
22097 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22098 \end_layout
22099
22100 \begin_layout Standard
22101 Vous pouvez aussi définir des formats de légendes différents pour les différents
22102  types de flottants.
22103  Dans ce cas chargez le paquetage 
22104 \series bold
22105 caption 
22106 \series default
22107 sans option de format spécifique et définissez les différents formats à
22108  l'aide de la commande 
22109 \end_layout
22110
22111 \begin_layout Standard
22112
22113 \series bold
22114
22115 \backslash
22116 captionsetup[type de flottant]{définition du format}
22117 \end_layout
22118
22119 \begin_layout Standard
22120 dans le préambule du document.
22121  Par exemple les formats de légende de la Figure
22122 \begin_inset space ~
22123 \end_inset
22124
22125
22126 \begin_inset CommandInset ref
22127 LatexCommand ref
22128 reference "fig:Legende-de-fig"
22129
22130 \end_inset
22131
22132  et du Tableau
22133 \begin_inset space ~
22134 \end_inset
22135
22136
22137 \begin_inset CommandInset ref
22138 LatexCommand ref
22139 reference "tab:Légende-de-tab"
22140
22141 \end_inset
22142
22143  peuvent être créés en utilisant les commandes suivantes dans le préambule
22144  :
22145 \end_layout
22146
22147 \begin_layout Standard
22148
22149 \series bold
22150
22151 \backslash
22152 usepackage[tableposition=top]{caption}
22153 \series default
22154
22155 \begin_inset Newline newline
22156 \end_inset
22157
22158
22159 \series bold
22160
22161 \backslash
22162 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22163 \begin_inset Newline newline
22164 \end_inset
22165
22166
22167 \begin_inset ERT
22168 status collapsed
22169
22170 \begin_layout Plain Layout
22171
22172
22173 \backslash
22174 hphantom{
22175 \backslash
22176
22177 \backslash
22178 captionsetup[figure]
22179 \backslash
22180 {}
22181 \end_layout
22182
22183 \end_inset
22184
22185  labelsep=period}
22186 \begin_inset Newline newline
22187 \end_inset
22188
22189
22190 \backslash
22191 captionsetup[table]{labelfont={bf,sf}}
22192 \end_layout
22193
22194 \begin_layout Standard
22195 \begin_inset Note Greyedout
22196 status open
22197
22198 \begin_layout Plain Layout
22199
22200 \series bold
22201 Note:
22202 \series default
22203  L'option 
22204 \series bold
22205 tableposition=top
22206 \series default
22207  n'a pas d'effet quand on utilise un document de classe 
22208 \series bold
22209 koma-script
22210 \series default
22211
22212 \begin_inset Index
22213 status collapsed
22214
22215 \begin_layout Plain Layout
22216 Paquetages LaTeX ! koma-script
22217 \end_layout
22218
22219 \end_inset
22220
22221 .
22222  Dans ce cas on doit utiliser l'option 
22223 \series bold
22224 tablecaptionabove
22225 \series default
22226  de la classe de document.
22227 \end_layout
22228
22229 \end_inset
22230
22231
22232 \end_layout
22233
22234 \begin_layout Standard
22235 Pour plus d'information sur le paquetage 
22236 \series bold
22237 caption
22238 \series default
22239  nous vous renvoyons à sa documentation 
22240 \begin_inset CommandInset citation
22241 LatexCommand cite
22242 key "caption"
22243
22244 \end_inset
22245
22246 .
22247 \end_layout
22248
22249 \begin_layout Standard
22250 Pour changer le nom de l'étiquette, par exemple de 
22251 \begin_inset Quotes eld
22252 \end_inset
22253
22254 Figure
22255 \begin_inset Quotes erd
22256 \end_inset
22257
22258  à 
22259 \begin_inset Quotes eld
22260 \end_inset
22261
22262 Image
22263 \begin_inset Quotes erd
22264 \end_inset
22265
22266 , utilisez la commande suivante dans le préambule :
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272
22273 \backslash
22274 renewcommand{
22275 \backslash
22276 fnum@figure}{Image~
22277 \backslash
22278 thefigure}
22279 \end_layout
22280
22281 \begin_layout Standard
22282 où 
22283 \series bold
22284
22285 \backslash
22286 thefigure
22287 \series default
22288  insère le numéro de la figure et
22289 \series bold
22290  
22291 \begin_inset Quotes eld
22292 \end_inset
22293
22294 ~
22295 \series default
22296
22297 \begin_inset Quotes erd
22298 \end_inset
22299
22300  ajoute une espace insécable.
22301 \end_layout
22302
22303 \begin_layout Standard
22304 \begin_inset VSpace bigskip
22305 \end_inset
22306
22307 Si vous utilisez un document de classe 
22308 \series bold
22309 koma-script
22310 \series default
22311
22312 \begin_inset Index
22313 status collapsed
22314
22315 \begin_layout Plain Layout
22316 Paquetages LaTeX ! koma-script
22317 \end_layout
22318
22319 \end_inset
22320
22321  (
22322 \family sans
22323 article (koma-script)
22324 \family default
22325
22326 \family sans
22327 book (koma-script)
22328 \family default
22329
22330 \family sans
22331 letter (koma-script)
22332 \family default
22333 , ou 
22334 \family sans
22335 report (koma-script)
22336 \family default
22337
22338 \begin_inset space \thinspace{}
22339 \end_inset
22340
22341 ), Vous pouvez utiliser la commande incorporée 
22342 \series bold
22343
22344 \backslash
22345 setkomafont 
22346 \series default
22347 du paquetage
22348 \series bold
22349  koma-script 
22350 \series default
22351 à la place du paquetage
22352 \series bold
22353  caption.
22354  
22355 \series default
22356 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22357  suivante au préambule de votre document :
22358 \end_layout
22359
22360 \begin_layout Standard
22361
22362 \series bold
22363
22364 \backslash
22365 setkomafont{captionlabel}{
22366 \backslash
22367 bfseries}
22368 \end_layout
22369
22370 \begin_layout Standard
22371 Pour plus d'information au sujet de 
22372 \series bold
22373
22374 \backslash
22375 setkomafont
22376 \series default
22377  nous vous renvoyons à la documentation du paquetage 
22378 \series bold
22379 koma-script
22380 \series default
22381  
22382 \begin_inset CommandInset citation
22383 LatexCommand cite
22384 key "koma-script"
22385
22386 \end_inset
22387
22388 .
22389 \end_layout
22390
22391 \begin_layout Standard
22392 \begin_inset ERT
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396
22397
22398 \backslash
22399 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22400 }
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \begin_inset Note Note
22407 status open
22408
22409 \begin_layout Plain Layout
22410 Le format de la légende n'est modifié que pour cet exemple.
22411 \end_layout
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Standard
22419 \begin_inset Float figure
22420 placement !p
22421 wide false
22422 sideways false
22423 status open
22424
22425 \begin_layout Plain Layout
22426 \align center
22427 \begin_inset Graphics
22428         filename ../clipart/mobius.eps
22429         lyxscale 50
22430         scale 50
22431         scaleBeforeRotation
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \begin_layout Plain Layout
22439 \begin_inset Caption
22440
22441 \begin_layout Plain Layout
22442 \begin_inset CommandInset label
22443 LatexCommand label
22444 name "fig:Legende-de-fig"
22445
22446 \end_inset
22447
22448 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22449  pour montrer les différents types de formats de légendes.
22450  Ici on a utilisé un format de légende personnalisé.
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \begin_layout Standard
22464 \begin_inset ERT
22465 status collapsed
22466
22467 \begin_layout Plain Layout
22468
22469
22470 \backslash
22471 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22472 on}
22473 \end_layout
22474
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \begin_layout Standard
22481 \begin_inset Float table
22482 placement !p
22483 wide false
22484 sideways false
22485 status open
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Caption
22489
22490 \begin_layout Plain Layout
22491 \begin_inset CommandInset label
22492 LatexCommand label
22493 name "tab:Légende-de-tab"
22494
22495 \end_inset
22496
22497 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22498  pour montrer les différents types de formats de légendes.
22499  Ici on a utilisé le format de légende par défaut.
22500 \end_layout
22501
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \begin_layout Plain Layout
22508 \align center
22509 \begin_inset Tabular
22510 <lyxtabular version="3" rows="1" columns="5">
22511 <features>
22512 <column alignment="center" valignment="top" width="0">
22513 <column alignment="center" valignment="top" width="0">
22514 <column alignment="center" valignment="top" width="0">
22515 <column alignment="center" valignment="top" width="0">
22516 <column alignment="center" valignment="top" width="0">
22517 <row>
22518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 a
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22528 \begin_inset Text
22529
22530 \begin_layout Plain Layout
22531 b
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540 c
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 d
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 e
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 </lyxtabular>
22565
22566 \end_inset
22567
22568
22569 \end_layout
22570
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \begin_layout Section
22577 Positionnement de la Légende
22578 \begin_inset Index
22579 status collapsed
22580
22581 \begin_layout Plain Layout
22582 Légende ! Placement
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \begin_inset Index
22589 status collapsed
22590
22591 \begin_layout Plain Layout
22592 Flottants ! Placement de la légende
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \begin_inset CommandInset label
22599 LatexCommand label
22600 name "sec:Placement-légende"
22601
22602 \end_inset
22603
22604
22605 \end_layout
22606
22607 \begin_layout Standard
22608 La règle habituelle pour placer la légende est :
22609 \end_layout
22610
22611 \begin_layout Description
22612 Figure
22613 \begin_inset space ~
22614 \end_inset
22615
22616 : La légende est placée en dessous de la figure
22617 \end_layout
22618
22619 \begin_layout Description
22620 Tableau
22621 \begin_inset space ~
22622 \end_inset
22623
22624 : La légende est placée au dessus du tableau
22625 \end_layout
22626
22627 \begin_layout Standard
22628 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22629  au dessus des tableaux.
22630  Ce qui fait que si vous utilisez une des classes de document 
22631 \family sans
22632 article
22633 \family default
22634
22635 \family sans
22636 book
22637 \family default
22638
22639 \family sans
22640 letter
22641 \family default
22642 , ou 
22643 \family sans
22644 report
22645 \family default
22646  il n'y aura pas d'espace libre entre la légende et le tableau.
22647  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22648  de chargement du paquetage LaTeX 
22649 \series bold
22650 caption
22651 \series default
22652  dans le préambule de votre document
22653 \begin_inset Foot
22654 status open
22655
22656 \begin_layout Plain Layout
22657 Voir la section
22658 \begin_inset space ~
22659 \end_inset
22660
22661
22662 \begin_inset CommandInset ref
22663 LatexCommand ref
22664 reference "sec:Formatage-légende"
22665
22666 \end_inset
22667
22668  pour plus d'information sur le paquetage 
22669 \series bold
22670 caption
22671 \series default
22672 .
22673 \end_layout
22674
22675 \end_inset
22676
22677 :
22678 \end_layout
22679
22680 \begin_layout Standard
22681
22682 \series bold
22683 tableposition=top
22684 \end_layout
22685
22686 \begin_layout Standard
22687 Si vous utilisez une classe de document 
22688 \series bold
22689 koma-script
22690 \series default
22691
22692 \begin_inset Index
22693 status collapsed
22694
22695 \begin_layout Plain Layout
22696 Paquetages LaTeX ! koma-script
22697 \end_layout
22698
22699 \end_inset
22700
22701  (
22702 \family sans
22703 article (koma-script)
22704 \family default
22705
22706 \family sans
22707 book (koma-script)
22708 \family default
22709
22710 \family sans
22711 letter (koma-script)
22712 \family default
22713 , ou 
22714 \family sans
22715 report (koma-script)
22716 \family default
22717
22718 \begin_inset space \thinspace{}
22719 \end_inset
22720
22721 ), vous pouvez utiliser à la place du paquetage 
22722 \series bold
22723 caption
22724 \series default
22725  l'option 
22726 \series bold
22727 tablecaptionabove
22728 \series default
22729  de la classe de document.
22730 \end_layout
22731
22732 \begin_layout Standard
22733 \begin_inset VSpace bigskip
22734 \end_inset
22735
22736 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22737  Pour cela, vous devez charger le paquetage LaTeX 
22738 \series bold
22739 sidecap
22740 \series default
22741
22742 \begin_inset Index
22743 status collapsed
22744
22745 \begin_layout Plain Layout
22746 Paquetages LaTeX ! sidecap
22747 \end_layout
22748
22749 \end_inset
22750
22751  dans le préambule de votre document avec la ligne de commande suivante
22752 \end_layout
22753
22754 \begin_layout Standard
22755
22756 \series bold
22757
22758 \backslash
22759 usepackage[option]{sidecap}
22760 \end_layout
22761
22762 \begin_layout Standard
22763 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22764  extérieure – à droite sur les pages impaires et à gauche sur les pages
22765  paires.
22766  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22767  
22768 \series bold
22769 innercaption
22770 \series default
22771 .
22772  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22773  
22774 \series bold
22775 rightcaption
22776 \series default
22777  ou 
22778 \series bold
22779 leftcaption
22780 \series default
22781 .
22782 \end_layout
22783
22784 \begin_layout Standard
22785 \begin_inset ERT
22786 status collapsed
22787
22788 \begin_layout Plain Layout
22789
22790
22791 \backslash
22792 ifsidecap
22793 \end_layout
22794
22795 \end_inset
22796
22797
22798 \begin_inset Note Note
22799 status open
22800
22801 \begin_layout Plain Layout
22802 La section suivante ne sera affichée que si le paquetage LaTeX 
22803 \series bold
22804 sidecap
22805 \series default
22806  a été installé.
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \begin_layout Standard
22815 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22816  ajouter ces commandes dans le préambule de votre document :
22817 \end_layout
22818
22819 \begin_layout Standard
22820
22821 \lyxline
22822
22823 \end_layout
22824
22825 \begin_layout Standard
22826
22827 \series bold
22828
22829 \backslash
22830 newcommand{
22831 \backslash
22832 TabBesBeg}{%
22833 \begin_inset Newline newline
22834 \end_inset
22835
22836
22837 \begin_inset ERT
22838 status collapsed
22839
22840 \begin_layout Plain Layout
22841
22842
22843 \backslash
22844 hphantom{ }
22845 \end_layout
22846
22847 \end_inset
22848
22849
22850 \backslash
22851 let
22852 \backslash
22853 MyTable
22854 \backslash
22855 table
22856 \begin_inset Newline newline
22857 \end_inset
22858
22859
22860 \begin_inset ERT
22861 status collapsed
22862
22863 \begin_layout Plain Layout
22864
22865
22866 \backslash
22867 hphantom{ }
22868 \end_layout
22869
22870 \end_inset
22871
22872
22873 \backslash
22874 let
22875 \backslash
22876 MyEndtable
22877 \backslash
22878 endtable
22879 \begin_inset Newline newline
22880 \end_inset
22881
22882
22883 \begin_inset ERT
22884 status collapsed
22885
22886 \begin_layout Plain Layout
22887
22888
22889 \backslash
22890 hphantom{ }
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \backslash
22897 renewenvironment{table}{
22898 \backslash
22899 begin{SCtable}}{
22900 \backslash
22901 end{SCtable}}}
22902 \end_layout
22903
22904 \begin_layout Standard
22905
22906 \series bold
22907
22908 \backslash
22909 newcommand{
22910 \backslash
22911 TabBesEnd}{%
22912 \begin_inset Newline newline
22913 \end_inset
22914
22915
22916 \begin_inset ERT
22917 status collapsed
22918
22919 \begin_layout Plain Layout
22920
22921
22922 \backslash
22923 hphantom{ }
22924 \end_layout
22925
22926 \end_inset
22927
22928
22929 \backslash
22930 let
22931 \backslash
22932 table
22933 \backslash
22934 MyTable
22935 \begin_inset Newline newline
22936 \end_inset
22937
22938
22939 \begin_inset ERT
22940 status collapsed
22941
22942 \begin_layout Plain Layout
22943
22944
22945 \backslash
22946 hphantom{ }
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \backslash
22953 let
22954 \backslash
22955 endtable
22956 \backslash
22957 MyEndtable
22958 \end_layout
22959
22960 \begin_layout Standard
22961
22962 \series bold
22963
22964 \backslash
22965 newcommand{
22966 \backslash
22967 FigBesBeg}{%
22968 \begin_inset Newline newline
22969 \end_inset
22970
22971
22972 \begin_inset ERT
22973 status collapsed
22974
22975 \begin_layout Plain Layout
22976
22977
22978 \backslash
22979 hphantom{ }
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \backslash
22986 let
22987 \backslash
22988 MyFigure
22989 \backslash
22990 figure
22991 \begin_inset Newline newline
22992 \end_inset
22993
22994
22995 \begin_inset ERT
22996 status collapsed
22997
22998 \begin_layout Plain Layout
22999
23000
23001 \backslash
23002 hphantom{ }
23003 \end_layout
23004
23005 \end_inset
23006
23007
23008 \backslash
23009 let
23010 \backslash
23011 MyEndfigure
23012 \backslash
23013 endfigure
23014 \begin_inset Newline newline
23015 \end_inset
23016
23017
23018 \begin_inset ERT
23019 status collapsed
23020
23021 \begin_layout Plain Layout
23022
23023
23024 \backslash
23025 hphantom{ }
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \backslash
23032 renewenvironment{figure}{
23033 \backslash
23034 begin{SCfigure}}{
23035 \backslash
23036 end{SCfigure}}}
23037 \end_layout
23038
23039 \begin_layout Standard
23040
23041 \series bold
23042
23043 \backslash
23044 newcommand{
23045 \backslash
23046 FigBesEnd}{%
23047 \begin_inset Newline newline
23048 \end_inset
23049
23050
23051 \begin_inset ERT
23052 status collapsed
23053
23054 \begin_layout Plain Layout
23055
23056
23057 \backslash
23058 hphantom{ }
23059 \end_layout
23060
23061 \end_inset
23062
23063
23064 \backslash
23065 let
23066 \backslash
23067 figure
23068 \backslash
23069 MyFigure
23070 \begin_inset Newline newline
23071 \end_inset
23072
23073
23074 \begin_inset ERT
23075 status collapsed
23076
23077 \begin_layout Plain Layout
23078
23079
23080 \backslash
23081 hphantom{ }
23082 \end_layout
23083
23084 \end_inset
23085
23086
23087 \backslash
23088 let
23089 \backslash
23090 endfigure
23091 \backslash
23092 MyEndfigure}
23093 \end_layout
23094
23095 \begin_layout Standard
23096
23097 \lyxline
23098
23099 \end_layout
23100
23101 \begin_layout Standard
23102 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23103  la légende se place sur le côté.
23104  Pour les flottants de figure, utilisez la commande
23105 \end_layout
23106
23107 \begin_layout Standard
23108
23109 \series bold
23110
23111 \backslash
23112 FigBesBeg
23113 \end_layout
23114
23115 \begin_layout Standard
23116 en code TeX avant le flottant.
23117  Après le flottant, insérez la commande
23118 \end_layout
23119
23120 \begin_layout Standard
23121
23122 \series bold
23123
23124 \backslash
23125 FigBesEnd
23126 \end_layout
23127
23128 \begin_layout Standard
23129 en code TeX pour revenir à la définition originale du flottant.
23130 \end_layout
23131
23132 \begin_layout Standard
23133 Pour les flottants de tableau, utilisez les commandes correspondantes
23134 \end_layout
23135
23136 \begin_layout Standard
23137
23138 \series bold
23139
23140 \backslash
23141 TabBesBeg
23142 \series default
23143  et 
23144 \series bold
23145
23146 \backslash
23147 TabBesEnd
23148 \end_layout
23149
23150 \begin_layout Standard
23151 La figure
23152 \begin_inset space ~
23153 \end_inset
23154
23155
23156 \begin_inset CommandInset ref
23157 LatexCommand ref
23158 reference "fig:legende-a-coté-fig"
23159
23160 \end_inset
23161
23162  et le tableau
23163 \begin_inset space ~
23164 \end_inset
23165
23166
23167 \begin_inset CommandInset ref
23168 LatexCommand ref
23169 reference "tab:legende-à-coté-tableau"
23170
23171 \end_inset
23172
23173  sont des exemples où la légende a été mises sur le coté.
23174 \end_layout
23175
23176 \begin_layout Standard
23177 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23178  pour les flottants de tableau et vers le bas pour les flottants de figure.
23179  Pour changer ce comportement, vous pouvez utiliser les commandes
23180 \end_layout
23181
23182 \begin_layout Standard
23183
23184 \series bold
23185
23186 \backslash
23187 sidecaptionvpos{type flottant}{placement}
23188 \end_layout
23189
23190 \begin_layout Standard
23191 dans le préambule du document ou en code TeX juste avant le flottant visé.
23192  Le type du flottant est soit 
23193 \family sans
23194 figure
23195 \family default
23196  soit 
23197 \family sans
23198 table
23199 \family default
23200 , le placement peut être 
23201 \begin_inset Quotes eld
23202 \end_inset
23203
23204
23205 \family sans
23206 t
23207 \family default
23208
23209 \begin_inset Quotes erd
23210 \end_inset
23211
23212  pour haut (top), 
23213 \begin_inset Quotes eld
23214 \end_inset
23215
23216
23217 \family sans
23218 c
23219 \family default
23220
23221 \begin_inset Quotes erd
23222 \end_inset
23223
23224  pour centre (center), ou 
23225 \begin_inset Quotes eld
23226 \end_inset
23227
23228
23229 \family sans
23230 b
23231 \family default
23232
23233 \begin_inset Quotes erd
23234 \end_inset
23235
23236  pour bas (bottom).
23237  Pour que, par exemple, les légendes des flottants de figure soient centrés
23238  verticalement, utilisez la commande
23239 \end_layout
23240
23241 \begin_layout Standard
23242
23243 \series bold
23244
23245 \backslash
23246 sidecaptionvpos{figure}{c}
23247 \end_layout
23248
23249 \begin_layout Standard
23250 C'est ce qui a été utilisé pour la figure
23251 \begin_inset space ~
23252 \end_inset
23253
23254
23255 \begin_inset CommandInset ref
23256 LatexCommand ref
23257 reference "fig:legende-à-coté-fig-2"
23258
23259 \end_inset
23260
23261 .
23262 \end_layout
23263
23264 \begin_layout Standard
23265 \begin_inset VSpace medskip
23266 \end_inset
23267
23268 Pour plus d'information sur le paquetage 
23269 \series bold
23270 sidecap
23271 \series default
23272  nous vous renvoyons à sa documentation 
23273 \begin_inset CommandInset citation
23274 LatexCommand cite
23275 key "sidecap"
23276
23277 \end_inset
23278
23279 .
23280 \end_layout
23281
23282 \begin_layout Standard
23283 \begin_inset Note Greyedout
23284 status open
23285
23286 \begin_layout Plain Layout
23287
23288 \series bold
23289 Note:
23290 \series default
23291  Le paquetage LaTeX 
23292 \series bold
23293 hypcap
23294 \series default
23295
23296 \begin_inset Index
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300 Paquetages LaTeX ! hypcap
23301 \end_layout
23302
23303 \end_inset
23304
23305 , qui est décrit dans la section
23306 \begin_inset space ~
23307 \end_inset
23308
23309
23310 \begin_inset CommandInset ref
23311 LatexCommand ref
23312 reference "sub:Reference-Position"
23313
23314 \end_inset
23315
23316 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \begin_layout Standard
23325 \begin_inset ERT
23326 status collapsed
23327
23328 \begin_layout Plain Layout
23329
23330
23331 \backslash
23332 FigBesBeg 
23333 \end_layout
23334
23335 \end_inset
23336
23337
23338 \end_layout
23339
23340 \begin_layout Standard
23341 \begin_inset Float figure
23342 wide false
23343 sideways false
23344 status open
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Graphics
23348         filename ../clipart/escher-lsd.eps
23349         scale 75
23350         scaleBeforeRotation
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \begin_layout Plain Layout
23358 \begin_inset Caption
23359
23360 \begin_layout Plain Layout
23361 \begin_inset CommandInset label
23362 LatexCommand label
23363 name "fig:legende-a-coté-fig"
23364
23365 \end_inset
23366
23367 Une légende à côté d'une figure.
23368 \end_layout
23369
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \begin_layout Standard
23381 \begin_inset ERT
23382 status collapsed
23383
23384 \begin_layout Plain Layout
23385
23386
23387 \backslash
23388 TabBesBeg 
23389 \end_layout
23390
23391 \end_inset
23392
23393
23394 \end_layout
23395
23396 \begin_layout Standard
23397 \begin_inset Float table
23398 wide false
23399 sideways false
23400 status open
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Caption
23404
23405 \begin_layout Plain Layout
23406 \begin_inset CommandInset label
23407 LatexCommand label
23408 name "tab:legende-à-coté-tableau"
23409
23410 \end_inset
23411
23412 Une légende à côté d'un tableau.
23413 \end_layout
23414
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Tabular
23422 <lyxtabular version="3" rows="4" columns="5">
23423 <features>
23424 <column alignment="center" valignment="top" width="0">
23425 <column alignment="center" valignment="top" width="0">
23426 <column alignment="center" valignment="top" width="0">
23427 <column alignment="center" valignment="top" width="0">
23428 <column alignment="center" valignment="top" width="0">
23429 <row>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 a
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 b
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 c
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 </row>
23476 <row>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 d
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 e
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 f
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 g
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 h
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 </row>
23570 <row>
23571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 i
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 j
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 </row>
23617 </lyxtabular>
23618
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Standard
23630 \begin_inset ERT
23631 status collapsed
23632
23633 \begin_layout Plain Layout
23634
23635
23636 \backslash
23637 TabBesEnd
23638 \end_layout
23639
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \begin_layout Standard
23646 \begin_inset ERT
23647 status collapsed
23648
23649 \begin_layout Plain Layout
23650
23651
23652 \backslash
23653 sidecaptionvpos{figure}{c}
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \begin_inset Float figure
23660 wide false
23661 sideways false
23662 status open
23663
23664 \begin_layout Plain Layout
23665 \begin_inset Graphics
23666         filename ../clipart/escher-lsd.eps
23667         scale 75
23668         scaleBeforeRotation
23669
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Caption
23677
23678 \begin_layout Plain Layout
23679 \begin_inset CommandInset label
23680 LatexCommand label
23681 name "fig:legende-à-coté-fig-2"
23682
23683 \end_inset
23684
23685 Une légende centrée verticalement à côté d'une figure.
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \begin_layout Standard
23699 \begin_inset ERT
23700 status collapsed
23701
23702 \begin_layout Plain Layout
23703
23704
23705 \backslash
23706 FigBesEnd
23707 \end_layout
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Standard
23715 \begin_inset ERT
23716 status collapsed
23717
23718 \begin_layout Plain Layout
23719
23720
23721 \backslash
23722 else
23723 \end_layout
23724
23725 \end_inset
23726
23727
23728 \begin_inset Note Note
23729 status open
23730
23731 \begin_layout Plain Layout
23732 Ce qui suit sera affiché si le paquetage LaTeX 
23733 \series bold
23734 sidecap
23735 \series default
23736  n'est pas installé :
23737 \end_layout
23738
23739 \end_inset
23740
23741
23742 \end_layout
23743
23744 \begin_layout Standard
23745 Vous devez installer le paquetage LaTeX 
23746 \series bold
23747 sidecap
23748 \series default
23749  pour voir la suite de cette section dans la sortie imprimée.
23750 \end_layout
23751
23752 \begin_layout Standard
23753 \begin_inset ERT
23754 status collapsed
23755
23756 \begin_layout Plain Layout
23757
23758
23759 \backslash
23760 fi
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \begin_layout Section
23769 Les Listes de Flottants
23770 \begin_inset Index
23771 status collapsed
23772
23773 \begin_layout Plain Layout
23774 Flottants ! Listes de Flottants
23775 \end_layout
23776
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \begin_layout Standard
23783 De la même façon que la table des matières fait la liste des sections du
23784  document, il y a des listes pour tous les types de flottants, comme par
23785  exemple pour les figures du document.
23786  Vous pouvez les insérer en utilisant le menu 
23787 \family sans
23788 Insérer\SpecialChar \menuseparator
23789 Listes
23790 \begin_inset space ~
23791 \end_inset
23792
23793 &
23794 \begin_inset space ~
23795 \end_inset
23796
23797 TdM
23798 \family default
23799 .
23800 \end_layout
23801
23802 \begin_layout Standard
23803 Les entrées de la liste sont la légende du flottant ou éventuellement le
23804  titre court, le numéro du flottant, et le numéro de la page où le flottant
23805  apparaît dans le document.
23806 \end_layout
23807
23808 \begin_layout Standard
23809 Vous trouverez à la fin de ce document une liste des figures et une liste
23810  des tableaux.
23811 \end_layout
23812
23813 \begin_layout Chapter
23814 Notes
23815 \end_layout
23816
23817 \begin_layout Section
23818 Les Notes de LyX
23819 \begin_inset Index
23820 status collapsed
23821
23822 \begin_layout Plain Layout
23823 Notes ! Notes LyX 
23824 \end_layout
23825
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \begin_layout Standard
23832 On peut insérer une note en utilisant le bouton 
23833 \begin_inset Graphics
23834         filename ../../images/note-insert.png
23835         scale 85
23836         scaleBeforeRotation
23837
23838 \end_inset
23839
23840  de la barre d'outils ou avec le menu 
23841 \family sans
23842 Insérer\SpecialChar \menuseparator
23843 Note
23844 \family default
23845 .
23846  Il y a trois types de notes :
23847 \end_layout
23848
23849 \begin_layout Description
23850 Note
23851 \begin_inset space ~
23852 \end_inset
23853
23854 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23855  finale.
23856  La boîte de cette note ressemble à ceci :
23857 \begin_inset Newline newline
23858 \end_inset
23859
23860
23861 \begin_inset Newline newline
23862 \end_inset
23863
23864
23865 \begin_inset Graphics
23866         filename clipart/LyXNoteImageQt4.png
23867         display false
23868         scale 65
23869         scaleBeforeRotation
23870
23871 \end_inset
23872
23873  
23874 \begin_inset Note Note
23875 status open
23876
23877 \begin_layout Plain Layout
23878 Le texte de cette note n'apparaîtra pas à l'impression.
23879 \end_layout
23880
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \begin_layout Description
23887 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23888  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23889  vers un fichier au format LaTeX avec le menu 
23890 \family sans
23891 Fichier\SpecialChar \menuseparator
23892 Exporter\SpecialChar \menuseparator
23893 LaTeX (pdflatex) / (plain)
23894 \family default
23895 .
23896  La boîte de cette note ressemble à ceci :
23897 \begin_inset Newline newline
23898 \end_inset
23899
23900
23901 \begin_inset Newline newline
23902 \end_inset
23903
23904
23905 \begin_inset Graphics
23906         filename clipart/CommentNoteImageQt4.png
23907         display false
23908         scale 55
23909         scaleBeforeRotation
23910
23911 \end_inset
23912
23913
23914 \lang english
23915  
23916 \lang french
23917
23918 \begin_inset Note Comment
23919 status open
23920
23921 \begin_layout Plain Layout
23922 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23923  LaTeX.
23924 \end_layout
23925
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \begin_layout Description
23932 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23933  La boîte de cette note ressemble à ceci :
23934 \lang english
23935
23936 \begin_inset Newline newline
23937 \end_inset
23938
23939
23940 \lang french
23941
23942 \begin_inset Newline newline
23943 \end_inset
23944
23945
23946 \begin_inset Graphics
23947         filename clipart/GreyedOutNoteImageQt4.png
23948         lyxscale 80
23949         display false
23950         scale 55
23951         scaleBeforeRotation
23952
23953 \end_inset
23954
23955
23956 \begin_inset Newline newline
23957 \end_inset
23958
23959
23960 \begin_inset ERT
23961 status collapsed
23962
23963 \begin_layout Plain Layout
23964
23965
23966 \backslash
23967 renewenvironment{lyxgreyedout}
23968 \end_layout
23969
23970 \begin_layout Plain Layout
23971
23972 {
23973 \backslash
23974 textcolor[gray]{0.8}
23975 \backslash
23976 bgroup}{
23977 \backslash
23978 egroup}
23979 \end_layout
23980
23981 \end_inset
23982
23983
23984 \begin_inset Note Greyedout
23985 status open
23986
23987 \begin_layout Plain Layout
23988 Le texte
23989 \begin_inset Foot
23990 status collapsed
23991
23992 \begin_layout Plain Layout
23993 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23994  grisé.
23995  
23996 \end_layout
23997
23998 \end_inset
23999
24000  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \begin_inset ERT
24007 status collapsed
24008
24009 \begin_layout Plain Layout
24010
24011
24012 \backslash
24013 renewenvironment{lyxgreyedout}
24014 \end_layout
24015
24016 \begin_layout Plain Layout
24017
24018 {
24019 \backslash
24020 textcolor{blue}
24021 \backslash
24022 bgroup}{
24023 \backslash
24024 egroup}
24025 \end_layout
24026
24027 \end_inset
24028
24029
24030 \begin_inset Note Note
24031 status open
24032
24033 \begin_layout Plain Layout
24034 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
24035  originale qu'elle a dans LyX.
24036  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
24037  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \begin_inset Newline newline
24044 \end_inset
24045
24046
24047 \begin_inset Newline newline
24048 \end_inset
24049
24050 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
24051  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
24052 \end_layout
24053
24054 \begin_layout Standard
24055 \begin_inset VSpace bigskip
24056 \end_inset
24057
24058 Quand vous utilisez le bouton 
24059 \begin_inset Graphics
24060         filename ../../images/note-insert.png
24061         scale 85
24062         scaleBeforeRotation
24063
24064 \end_inset
24065
24066  de la barre d'outils, vous insérez une 
24067 \family sans
24068 Note
24069 \begin_inset space ~
24070 \end_inset
24071
24072 LyX
24073 \family default
24074 .
24075  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24076 la et cliquez sur le bouton d'insertion de note.
24077  Pour retransformer une note en texte, appuyez sur la touche 
24078 \family sans
24079 backspace
24080 \family default
24081  quand le curseur est au tout début de la note ou appuyez sur la touche
24082  
24083 \family sans
24084 Suppr.
24085
24086 \family default
24087  quand le curseur se trouve à la fin de la note.
24088 \end_layout
24089
24090 \begin_layout Standard
24091 \begin_inset VSpace bigskip
24092 \end_inset
24093
24094 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24095  commandes suivantes dans le préambule :
24096 \end_layout
24097
24098 \begin_layout Standard
24099
24100 \series bold
24101
24102 \backslash
24103 renewenvironment{lyxgreyedout}
24104 \begin_inset Newline newline
24105 \end_inset
24106
24107
24108 \begin_inset ERT
24109 status collapsed
24110
24111 \begin_layout Plain Layout
24112
24113
24114 \backslash
24115 hphantom{ }
24116 \end_layout
24117
24118 \end_inset
24119
24120 {
24121 \backslash
24122 textcolor{color}
24123 \backslash
24124 bgroup}{
24125 \backslash
24126 egroup}
24127 \end_layout
24128
24129 \begin_layout Standard
24130 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24131  sont expliqués dans la section
24132 \begin_inset space ~
24133 \end_inset
24134
24135
24136 \begin_inset CommandInset ref
24137 LatexCommand ref
24138 reference "sec:Tableaux-Colorés"
24139
24140 \end_inset
24141
24142 .
24143 \end_layout
24144
24145 \begin_layout Standard
24146 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24147  grisées avec leur texte en bleu.
24148 \end_layout
24149
24150 \begin_layout Section
24151 Notes en Bas de Page
24152 \begin_inset CommandInset label
24153 LatexCommand label
24154 name "sec:Notes-bas-de-page"
24155
24156 \end_inset
24157
24158
24159 \begin_inset Index
24160 status collapsed
24161
24162 \begin_layout Plain Layout
24163 Notes ! Notes de bas de page
24164 \end_layout
24165
24166 \end_inset
24167
24168
24169 \begin_inset Index
24170 status collapsed
24171
24172 \begin_layout Plain Layout
24173 Notes de bas de page
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout Standard
24182 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24183  
24184 \begin_inset Graphics
24185         filename ../../images/footnote-insert.png
24186         scale 85
24187         scaleBeforeRotation
24188
24189 \end_inset
24190
24191  de la barre d'outils, soit en utilisant le menu 
24192 \family sans
24193 Insérer\SpecialChar \menuseparator
24194 Note
24195 \begin_inset space ~
24196 \end_inset
24197
24198 en
24199 \begin_inset space ~
24200 \end_inset
24201
24202 Bas
24203 \begin_inset space ~
24204 \end_inset
24205
24206 de
24207 \begin_inset space ~
24208 \end_inset
24209
24210 Page
24211 \family default
24212 .
24213  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24214  rouge 
24215 \begin_inset Quotes fld
24216 \end_inset
24217
24218 bas
24219 \begin_inset Quotes frd
24220 \end_inset
24221
24222  qui ressemble à ceci : 
24223 \begin_inset Graphics
24224         filename clipart/footnoteQt4.png
24225         scale 80
24226         scaleBeforeRotation
24227
24228 \end_inset
24229
24230  Vous pouvez y entrer votre texte.
24231  Si vous voulez transformer du texte déjà existant en note en bas de page,
24232  sélectionnez-le et cliquez sur le bouton 
24233 \family sans
24234 Note
24235 \begin_inset space ~
24236 \end_inset
24237
24238 en
24239 \begin_inset space ~
24240 \end_inset
24241
24242 Bas
24243 \begin_inset space ~
24244 \end_inset
24245
24246 de
24247 \begin_inset space ~
24248 \end_inset
24249
24250 Page
24251 \family default
24252  de la barre d'outils.
24253  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24254  
24255 \family sans
24256 backspace
24257 \family default
24258  quand le curseur est au tout début de la note ou appuyez sur la touche
24259  
24260 \family sans
24261 Suppr.
24262
24263 \family default
24264  quand le curseur se trouve à la fin de la note.
24265 \end_layout
24266
24267 \begin_layout Standard
24268 Voici un exemple de note en bas de page:
24269 \begin_inset Foot
24270 status open
24271
24272 \begin_layout Plain Layout
24273 \begin_inset CommandInset label
24274 LatexCommand label
24275 name "fn:Note-en-bas"
24276
24277 \end_inset
24278
24279 Ceci est un exemple de note en bas de page.
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \begin_inset ERT
24286 status collapsed
24287
24288 \begin_layout Plain Layout
24289
24290
24291 \backslash
24292 newcounter{MyRepeatFoot}
24293 \end_layout
24294
24295 \begin_layout Plain Layout
24296
24297
24298 \backslash
24299 setcounter{MyRepeatFoot}{
24300 \backslash
24301 thefootnote}
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \begin_layout Standard
24310 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24311  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24312  de note.
24313  Le texte de la note est placé en bas de la page courante.
24314  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24315  Selon votre classe de document les numéros de notes pourront être réinitialisés
24316  à chaque nouveau chapitre.
24317 \end_layout
24318
24319 \begin_layout Standard
24320 On peut faire référence à une note en bas de page comme on le fait avec
24321  les flottants : Insérez une étiquette dans la note et faites une référence
24322  croisée vers cette étiquette comme c'est décrit dans la
24323 \begin_inset space ~
24324 \end_inset
24325
24326
24327 \begin_inset CommandInset ref
24328 LatexCommand ref
24329 reference "sec:Referencer-les-Flottants"
24330
24331 \end_inset
24332
24333 .
24334 \begin_inset Newline newline
24335 \end_inset
24336
24337 Voici une référence à une note de bas de page :
24338 \begin_inset space ~
24339 \end_inset
24340
24341
24342 \begin_inset CommandInset ref
24343 LatexCommand ref
24344 reference "fn:Note-en-bas"
24345
24346 \end_inset
24347
24348 .
24349 \end_layout
24350
24351 \begin_layout Standard
24352 \begin_inset VSpace defskip
24353 \end_inset
24354
24355 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24356  des minipages, voyez la section
24357 \begin_inset space ~
24358 \end_inset
24359
24360
24361 \begin_inset CommandInset ref
24362 LatexCommand ref
24363 reference "sec:Minipages"
24364
24365 \end_inset
24366
24367 .
24368  Les notes de bas de page dans des tableaux longs sont traitées dans la
24369  section
24370 \begin_inset space ~
24371 \end_inset
24372
24373
24374 \begin_inset CommandInset ref
24375 LatexCommand ref
24376 reference "sub:Notes-dans-tableau-long"
24377
24378 \end_inset
24379
24380 .
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \begin_inset VSpace defskip
24385 \end_inset
24386
24387 Pour créer seulement la marque de note, utilisez la commande 
24388 \series bold
24389
24390 \backslash
24391 footnotemark[nombre]
24392 \series default
24393  en code TeX.
24394  On utilise cette possibilité quand on a plusieurs fois la même annotation
24395  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24396  bas de page à chaque fois.
24397 \begin_inset Newline newline
24398 \end_inset
24399
24400 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24401  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24402  part.
24403  Pour la marque de note qui suit, ces commandes ont été insérées en code
24404  TeX après la note
24405 \begin_inset space ~
24406 \end_inset
24407
24408
24409 \begin_inset CommandInset ref
24410 LatexCommand ref
24411 reference "fn:Note-en-bas"
24412
24413 \end_inset
24414
24415  pour enregistrer le numéro de note de bas de page :
24416 \end_layout
24417
24418 \begin_layout Standard
24419
24420 \series bold
24421
24422 \backslash
24423 newcounter{MyRepeatFoot}
24424 \begin_inset Newline newline
24425 \end_inset
24426
24427
24428 \backslash
24429 setcounter{MyRepeatFoot}{
24430 \backslash
24431 thefootnote}
24432 \end_layout
24433
24434 \begin_layout Standard
24435 La marque de note a été créée avec la commande suivante :
24436 \end_layout
24437
24438 \begin_layout Standard
24439
24440 \series bold
24441
24442 \backslash
24443 footnotemark[
24444 \backslash
24445 theMyRepeatFoot]
24446 \end_layout
24447
24448 \begin_layout Standard
24449 Voici un exemple de marque de note de bas de page : 
24450 \begin_inset ERT
24451 status collapsed
24452
24453 \begin_layout Plain Layout
24454
24455
24456 \backslash
24457 footnotemark[
24458 \backslash
24459 theMyRepeatFoot]
24460 \end_layout
24461
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \begin_layout Subsection
24468 Numérotation de Notes de Bas de Page
24469 \begin_inset CommandInset label
24470 LatexCommand label
24471 name "sub:Numerotation-notes-bas-de-page"
24472
24473 \end_inset
24474
24475
24476 \begin_inset Index
24477 status collapsed
24478
24479 \begin_layout Plain Layout
24480 Notes de bas de page ! Numérotation
24481 \end_layout
24482
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \begin_layout Standard
24489 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24490  ajoutez cette commande dans le préambule de votre document :
24491 \end_layout
24492
24493 \begin_layout Standard
24494
24495 \series bold
24496
24497 \backslash
24498 @addtoreset{footnote}{section}
24499 \end_layout
24500
24501 \begin_layout Standard
24502 \begin_inset VSpace bigskip
24503 \end_inset
24504
24505 La commande de préambule suivante change le style de numérotation des notes
24506  en petits chiffres romains :
24507 \end_layout
24508
24509 \begin_layout Standard
24510
24511 \series bold
24512
24513 \backslash
24514 renewcommand{
24515 \backslash
24516 thefootnote}{
24517 \backslash
24518 roman{footnote}}
24519 \end_layout
24520
24521 \begin_layout Standard
24522 \begin_inset ERT
24523 status collapsed
24524
24525 \begin_layout Plain Layout
24526
24527
24528 \backslash
24529 renewcommand{
24530 \backslash
24531 thefootnote}{
24532 \backslash
24533 roman{footnote}}
24534 \end_layout
24535
24536 \end_inset
24537
24538  Cette note de bas de page utilise une numérotation en chiffres romains
24539  :
24540 \begin_inset Foot
24541 status open
24542
24543 \begin_layout Plain Layout
24544 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24545  romains.
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \end_layout
24552
24553 \begin_layout Standard
24554 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24555  la commande précédente 
24556 \series bold
24557
24558 \backslash
24559 roman
24560 \series default
24561  par 
24562 \series bold
24563
24564 \backslash
24565 Roman
24566 \series default
24567 .
24568  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24569  utilisez respectivement soit 
24570 \series bold
24571
24572 \backslash
24573 Alph
24574 \series default
24575  soit 
24576 \series bold
24577
24578 \backslash
24579 alph
24580 \series default
24581 .
24582  Pour les 
24583 \begin_inset Quotes eld
24584 \end_inset
24585
24586 numéroter
24587 \begin_inset Quotes erd
24588 \end_inset
24589
24590  avec des symboles, utilisez 
24591 \series bold
24592
24593 \backslash
24594 fnsymbol
24595 \series default
24596 .
24597 \end_layout
24598
24599 \begin_layout Standard
24600 \begin_inset Note Greyedout
24601 status open
24602
24603 \begin_layout Plain Layout
24604
24605 \series bold
24606 Note:
24607 \series default
24608  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24609  puisque cette numérotation est limitée à des lettres seules.
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \begin_inset Newline newline
24616 \end_inset
24617
24618
24619 \begin_inset Note Greyedout
24620 status open
24621
24622 \begin_layout Plain Layout
24623
24624 \series bold
24625 Note:
24626 \series default
24627  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24637  utilisez 
24638 \series bold
24639
24640 \backslash
24641 arabic
24642 \series default
24643  à la place de 
24644 \series bold
24645
24646 \backslash
24647 roman
24648 \series default
24649  dans la commande précédente.
24650 \begin_inset ERT
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654
24655
24656 \backslash
24657 renewcommand{
24658 \backslash
24659 thefootnote}{
24660 \backslash
24661 arabic{footnote}}
24662 \end_layout
24663
24664 \end_inset
24665
24666
24667 \end_layout
24668
24669 \begin_layout Standard
24670 \begin_inset VSpace bigskip
24671 \end_inset
24672
24673
24674 \end_layout
24675
24676 \begin_layout Standard
24677 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
24678  le schéma 
24679 \begin_inset Quotes eld
24680 \end_inset
24681
24682 chapitre.note
24683 \begin_inset Quotes erd
24684 \end_inset
24685
24686 , ajoutez la commande suivante au préambule de votre document :
24687 \end_layout
24688
24689 \begin_layout Standard
24690
24691 \series bold
24692
24693 \backslash
24694 numberwithin{footnote}{chapter}
24695 \end_layout
24696
24697 \begin_layout Standard
24698 Pour pouvoir utiliser la commande 
24699 \series bold
24700
24701 \backslash
24702 numberwithin
24703 \series default
24704 , activez dans la rubrique 
24705 \family sans
24706 Options
24707 \begin_inset space ~
24708 \end_inset
24709
24710 des
24711 \begin_inset space ~
24712 \end_inset
24713
24714 Maths
24715 \family default
24716  dans les paramètres du document, l'option 
24717 \family sans
24718 Utiliser
24719 \begin_inset space ~
24720 \end_inset
24721
24722 le
24723 \begin_inset space ~
24724 \end_inset
24725
24726 paquetage
24727 \begin_inset space ~
24728 \end_inset
24729
24730 maths
24731 \begin_inset space ~
24732 \end_inset
24733
24734 AMS
24735 \family default
24736 .
24737 \end_layout
24738
24739 \begin_layout Standard
24740 \begin_inset ERT
24741 status collapsed
24742
24743 \begin_layout Plain Layout
24744
24745
24746 \backslash
24747 numberwithin{footnote}{chapter}
24748 \end_layout
24749
24750 \end_inset
24751
24752 Ceci est un autre exemple de note de bas de page:
24753 \series bold
24754
24755 \begin_inset Foot
24756 status open
24757
24758 \begin_layout Plain Layout
24759 Cette note est numérotée en suivant le schéma 
24760 \begin_inset Quotes eld
24761 \end_inset
24762
24763 chapitre.note
24764 \begin_inset Quotes erd
24765 \end_inset
24766
24767 .
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \series default
24774
24775 \begin_inset ERT
24776 status collapsed
24777
24778 \begin_layout Plain Layout
24779
24780
24781 \backslash
24782 renewcommand{
24783 \backslash
24784 thefootnote}{
24785 \backslash
24786 arabic{footnote}}
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 \begin_inset Note Greyedout
24796 status open
24797
24798 \begin_layout Plain Layout
24799
24800 \series bold
24801 Note:
24802 \series default
24803  
24804 \series bold
24805
24806 \backslash
24807 numberwithin
24808 \series default
24809  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
24810  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
24811  prises en compte.
24812  
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Standard
24821 Donc pour avoir par exemple le schéma 
24822 \begin_inset Quotes eld
24823 \end_inset
24824
24825 chapitre.
24826 \backslash
24827 Roman{note}
24828 \begin_inset Quotes erd
24829 \end_inset
24830
24831 , utilisez la commande suivante plutôt que 
24832 \series bold
24833
24834 \backslash
24835 numberwithin
24836 \series default
24837  :
24838 \end_layout
24839
24840 \begin_layout Standard
24841
24842 \series bold
24843
24844 \backslash
24845 renewcommand{
24846 \backslash
24847 thefootnote}{
24848 \backslash
24849 thechapter.
24850 \backslash
24851 Roman{footnote}}
24852 \end_layout
24853
24854 \begin_layout Subsection
24855 Positionnement de notes de bas de page
24856 \begin_inset Index
24857 status collapsed
24858
24859 \begin_layout Plain Layout
24860 Notes de bas de page ! Positionnement
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \begin_layout Standard
24869 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
24870  vertical entre elles en bas de la page.
24871  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
24872  de 1.5
24873 \begin_inset space \thinspace{}
24874 \end_inset
24875
24876 mm avec la commande suivante dans le préambule :
24877 \end_layout
24878
24879 \begin_layout Standard
24880
24881 \series bold
24882
24883 \backslash
24884 let
24885 \backslash
24886 myFoot
24887 \backslash
24888 footnote
24889 \begin_inset Newline newline
24890 \end_inset
24891
24892
24893 \backslash
24894 renewcommand{
24895 \backslash
24896 footnote}[1]{
24897 \backslash
24898 myFoot{#1
24899 \backslash
24900 vspace{1.5mm}}}
24901 \end_layout
24902
24903 \begin_layout Standard
24904 \begin_inset VSpace bigskip
24905 \end_inset
24906
24907 Dans un document à deux colonnes les notes de bas de page apparaissent en
24908  bas de chaque colonne, comme sur la Figure
24909 \begin_inset space ~
24910 \end_inset
24911
24912
24913 \begin_inset CommandInset ref
24914 LatexCommand ref
24915 reference "fig:Position-standard-note-bas-de-page"
24916
24917 \end_inset
24918
24919 .
24920  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
24921  sur la Figure
24922 \begin_inset space ~
24923 \end_inset
24924
24925
24926 \begin_inset CommandInset ref
24927 LatexCommand ref
24928 reference "fig:Position-note-avec-ftnright"
24929
24930 \end_inset
24931
24932 , utilisez le paquetage LaTeX 
24933 \series bold
24934 ftnright
24935 \series default
24936
24937 \begin_inset Index
24938 status collapsed
24939
24940 \begin_layout Plain Layout
24941 Paquetages LaTeX ! ftnright
24942 \end_layout
24943
24944 \end_inset
24945
24946  avec cette commande dans le préambule du document:
24947 \end_layout
24948
24949 \begin_layout Standard
24950
24951 \series bold
24952
24953 \backslash
24954 usepackage{ftnright}
24955 \end_layout
24956
24957 \begin_layout Standard
24958 \begin_inset Float figure
24959 placement !h
24960 wide false
24961 sideways false
24962 status open
24963
24964 \begin_layout Plain Layout
24965 \begin_inset ERT
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969
24970
24971 \backslash
24972 framebox{
24973 \end_layout
24974
24975 \end_inset
24976
24977
24978 \begin_inset Graphics
24979         filename ../clipart/without_fntright.pdf
24980         width 100col%
24981         scaleBeforeRotation
24982
24983 \end_inset
24984
24985
24986 \begin_inset ERT
24987 status collapsed
24988
24989 \begin_layout Plain Layout
24990
24991 }
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \begin_layout Plain Layout
25000 \begin_inset Caption
25001
25002 \begin_layout Plain Layout
25003 \begin_inset CommandInset label
25004 LatexCommand label
25005 name "fig:Position-standard-note-bas-de-page"
25006
25007 \end_inset
25008
25009 Positionnement standard des notes de bas de page dans un document à deux
25010  colonnes.
25011 \end_layout
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \begin_layout Standard
25024 \begin_inset Float figure
25025 placement !h
25026 wide false
25027 sideways false
25028 status open
25029
25030 \begin_layout Plain Layout
25031 \begin_inset ERT
25032 status collapsed
25033
25034 \begin_layout Plain Layout
25035
25036
25037 \backslash
25038 framebox{
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \begin_inset Graphics
25045         filename ../clipart/with_fntright.pdf
25046         width 100col%
25047         scaleBeforeRotation
25048
25049 \end_inset
25050
25051
25052 \begin_inset ERT
25053 status collapsed
25054
25055 \begin_layout Plain Layout
25056
25057 }
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \end_layout
25064
25065 \begin_layout Plain Layout
25066 \begin_inset Caption
25067
25068 \begin_layout Plain Layout
25069 \begin_inset CommandInset label
25070 LatexCommand label
25071 name "fig:Position-note-avec-ftnright"
25072
25073 \end_inset
25074
25075 Positionnement de notes de bas de page dans un document à deux colonnes
25076  en utilisant le paquetage LaTeX 
25077 \series bold
25078 ftnright
25079 \series default
25080 .
25081 \end_layout
25082
25083 \end_inset
25084
25085
25086 \end_layout
25087
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \begin_layout Standard
25094 \begin_inset VSpace bigskip
25095 \end_inset
25096
25097 Dans certaines publications scientifiques, il est courant de rassembler
25098  les notes de bas de page et de les imprimer dans un paragraphe particulier
25099  à la fin de la section, comme sur la Figure
25100 \begin_inset space ~
25101 \end_inset
25102
25103
25104 \begin_inset CommandInset ref
25105 LatexCommand ref
25106 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25107
25108 \end_inset
25109
25110 .
25111  On les appelle 
25112 \begin_inset Quotes eld
25113 \end_inset
25114
25115 notes de fin
25116 \begin_inset Quotes erd
25117 \end_inset
25118
25119 .
25120 \begin_inset Note Note
25121 status collapsed
25122
25123 \begin_layout Plain Layout
25124 J'ai pas trouvé mieux pour endnotes (NdT)
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \begin_inset Index
25131 status collapsed
25132
25133 \begin_layout Plain Layout
25134 Notes de fin
25135 \end_layout
25136
25137 \end_inset
25138
25139  Pour utiliser des notes de fin à la place des notes de bas de page dans
25140  votre document, chargez le paquetage LaTeX 
25141 \series bold
25142 endnotes
25143 \series default
25144
25145 \begin_inset Index
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149 Paquetages LaTeX ! endnotes
25150 \end_layout
25151
25152 \end_inset
25153
25154  avec ces lignes dans le préambule du document
25155 \end_layout
25156
25157 \begin_layout Standard
25158
25159 \series bold
25160
25161 \backslash
25162 usepackage{endnotes}
25163 \begin_inset Newline newline
25164 \end_inset
25165
25166
25167 \backslash
25168 let
25169 \backslash
25170 footnote
25171 \backslash
25172 endnote
25173 \end_layout
25174
25175 \begin_layout Standard
25176 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25177 \end_layout
25178
25179 \begin_layout Standard
25180
25181 \series bold
25182
25183 \backslash
25184 theendnotes
25185 \end_layout
25186
25187 \begin_layout Standard
25188 en code TeX à la fin d'une section ou d'un chapitre.
25189 \end_layout
25190
25191 \begin_layout Standard
25192 \begin_inset Float figure
25193 wide false
25194 sideways false
25195 status open
25196
25197 \begin_layout Plain Layout
25198 \align center
25199 \begin_inset ERT
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203
25204
25205 \backslash
25206 framebox{
25207 \end_layout
25208
25209 \end_inset
25210
25211
25212 \begin_inset Graphics
25213         filename ../clipart/endnotes.pdf
25214         scaleBeforeRotation
25215
25216 \end_inset
25217
25218
25219 \begin_inset ERT
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223
25224 }
25225 \end_layout
25226
25227 \end_inset
25228
25229
25230 \end_layout
25231
25232 \begin_layout Plain Layout
25233 \begin_inset Caption
25234
25235 \begin_layout Plain Layout
25236 \begin_inset CommandInset label
25237 LatexCommand label
25238 name "fig:Notes-de-fin---notes-de-bas-de-page"
25239
25240 \end_inset
25241
25242 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
25243  séparé à la fin des sections ou des chapitres.
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \end_inset
25252
25253
25254 \end_layout
25255
25256 \begin_layout Standard
25257 \begin_inset VSpace medskip
25258 \end_inset
25259
25260 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25261  dans la langue du document, cela doit être fait manuellement.
25262  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25263  
25264 \begin_inset Quotes eld
25265 \end_inset
25266
25267 Notes
25268 \begin_inset Quotes erd
25269 \end_inset
25270
25271  en sa traduction Allemande
25272 \begin_inset Foot
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276 En français, 
25277 \begin_inset Quotes eld
25278 \end_inset
25279
25280 Notes
25281 \begin_inset Quotes erd
25282 \end_inset
25283
25284  peut être conservé.
25285 \end_layout
25286
25287 \end_inset
25288
25289  
25290 \begin_inset Quotes eld
25291 \end_inset
25292
25293 Anmerkungen
25294 \begin_inset Quotes erd
25295 \end_inset
25296
25297  :
25298 \end_layout
25299
25300 \begin_layout Standard
25301
25302 \series bold
25303
25304 \backslash
25305 renewcommand{
25306 \backslash
25307 notesname}{Anmerkungen}
25308 \end_layout
25309
25310 \begin_layout Standard
25311 \begin_inset VSpace medskip
25312 \end_inset
25313
25314 La numérotation des notes de fin peut être modifiée comme celle des notes
25315  de bas de page comme c'est décrit dans la section
25316 \begin_inset space ~
25317 \end_inset
25318
25319
25320 \begin_inset CommandInset ref
25321 LatexCommand ref
25322 reference "sub:Numerotation-notes-bas-de-page"
25323
25324 \end_inset
25325
25326  ; remplacez juste la commande 
25327 \series bold
25328
25329 \backslash
25330 thefootnote
25331 \series default
25332  par 
25333 \series bold
25334
25335 \backslash
25336 theendnote
25337 \series default
25338 .
25339  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25340 \series bold
25341
25342 \backslash
25343 @addtoreset
25344 \series default
25345  comme c'est décrit dans la section
25346 \begin_inset space ~
25347 \end_inset
25348
25349
25350 \begin_inset CommandInset ref
25351 LatexCommand ref
25352 reference "sub:Numerotation-notes-bas-de-page"
25353
25354 \end_inset
25355
25356  et remplacez le paramètre de commande 
25357 \series bold
25358 footnote
25359 \series default
25360  par 
25361 \series bold
25362 endnote
25363 \series default
25364 .
25365 \end_layout
25366
25367 \begin_layout Standard
25368 Pour seulement créer une marque de note de fin, utilisez la commande 
25369 \series bold
25370
25371 \backslash
25372 endnotemark[numéro]
25373 \series default
25374  qui est semblable à 
25375 \series bold
25376
25377 \backslash
25378 footnotemark
25379 \series default
25380 , décrite dans la section
25381 \begin_inset space ~
25382 \end_inset
25383
25384
25385 \begin_inset CommandInset ref
25386 LatexCommand ref
25387 reference "sec:Notes-bas-de-page"
25388
25389 \end_inset
25390
25391 .
25392 \end_layout
25393
25394 \begin_layout Standard
25395 \begin_inset VSpace bigskip
25396 \end_inset
25397
25398 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25399 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25400 \series bold
25401 footmisc
25402 \series default
25403
25404 \begin_inset Index
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408 Paquetages LaTeX ! footmisc
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \begin_inset CommandInset citation
25415 LatexCommand cite
25416 key "footmisc"
25417
25418 \end_inset
25419
25420  pour plus d'information à ce sujet.
25421 \end_layout
25422
25423 \begin_layout Standard
25424 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25425  voyez les livres sur LaTeX, 
25426 \begin_inset CommandInset citation
25427 LatexCommand cite
25428 key "latexcompanion,latexguide,latexbook"
25429
25430 \end_inset
25431
25432 .
25433 \end_layout
25434
25435 \begin_layout Section
25436 Notes en Marge
25437 \begin_inset Index
25438 status collapsed
25439
25440 \begin_layout Plain Layout
25441 Notes ! Notes en Marge
25442 \end_layout
25443
25444 \end_inset
25445
25446
25447 \end_layout
25448
25449 \begin_layout Standard
25450 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25451 t de la même façon.
25452  Quand vous insérez une note en marge avec 
25453 \family sans
25454 Insérer\SpecialChar \menuseparator
25455 Note
25456 \begin_inset space ~
25457 \end_inset
25458
25459 en
25460 \begin_inset space ~
25461 \end_inset
25462
25463 Marge
25464 \family default
25465  ou avec le bouton 
25466 \begin_inset Graphics
25467         filename ../../images/marginalnote-insert.png
25468         scale 85
25469         scaleBeforeRotation
25470
25471 \end_inset
25472
25473  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25474  grise avec une étiquette rouge 
25475 \begin_inset Quotes fld
25476 \end_inset
25477
25478 marge
25479 \begin_inset Quotes frd
25480 \end_inset
25481
25482 .
25483  
25484 \begin_inset Marginal
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488 C'est une note en marge.
25489 \end_layout
25490
25491 \end_inset
25492
25493  Cette boîte est la représentation de votre note dans LyX.
25494  Vous pouvez y entrer votre texte.
25495 \end_layout
25496
25497 \begin_layout Standard
25498 Les notes en marge apparaissent dans la marge de droite dans les documents
25499  imprimées sur une seule face.
25500  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25501  
25502 \begin_inset Quotes eld
25503 \end_inset
25504
25505 extérieure
25506 \begin_inset Quotes erd
25507 \end_inset
25508
25509  – la gauche sur les pages paires et la droite sur les pages impaires.
25510  Le texte de la note en marge est aligné à l'opposé de la marge externe
25511  – aligné à droite quand la note apparaît dans la marge de gauche.
25512  La première ligne de la note apparaît à la hauteur de la ligne de texte
25513  où la note a été insérée dans le document.
25514 \end_layout
25515
25516 \begin_layout Standard
25517 \begin_inset VSpace bigskip
25518 \end_inset
25519
25520 Pour placer une note dans la marge interne, ajoutez la commande suivante
25521  :
25522 \end_layout
25523
25524 \begin_layout Standard
25525
25526 \series bold
25527
25528 \backslash
25529 reversemarginpar
25530 \end_layout
25531
25532 \begin_layout Standard
25533 sous forme de code TeX avant votre note de marge.
25534  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25535  qui suivent 
25536 \begin_inset ERT
25537 status collapsed
25538
25539 \begin_layout Plain Layout
25540
25541
25542 \backslash
25543 reversemarginpar 
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \begin_inset Marginal
25550 status open
25551
25552 \begin_layout Plain Layout
25553 Cette note en marge est dans la marge interne.
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \series bold
25560
25561 \begin_inset Newline newline
25562 \end_inset
25563
25564
25565 \series default
25566
25567 \begin_inset Note Greyedout
25568 status open
25569
25570 \begin_layout Plain Layout
25571
25572 \series bold
25573 Note:
25574 \series default
25575  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25576  les notes sont souvent mal mises en formes dans la sortie imprimée.
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \begin_layout Standard
25585 Pour revenir au positionnement par défaut, ajoutez la commande :
25586 \end_layout
25587
25588 \begin_layout Standard
25589
25590 \series bold
25591
25592 \backslash
25593 normalmarginpar
25594 \end_layout
25595
25596 \begin_layout Standard
25597 sous forme de code TeX.
25598 \begin_inset ERT
25599 status collapsed
25600
25601 \begin_layout Plain Layout
25602
25603
25604 \backslash
25605 normalmarginpar 
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \begin_inset Newline newline
25612 \end_inset
25613
25614  
25615 \begin_inset Note Greyedout
25616 status open
25617
25618 \begin_layout Plain Layout
25619
25620 \series bold
25621 Note:
25622 \series default
25623  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25624  
25625 \series bold
25626
25627 \backslash
25628 reversemarginpar
25629 \series default
25630  est aussi utilisée.
25631 \end_layout
25632
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \begin_layout Standard
25639 \begin_inset VSpace bigskip
25640 \end_inset
25641
25642
25643 \begin_inset Marginal
25644 status open
25645
25646 \begin_layout Plain Layout
25647 UnTrèsLongMotEnMarge sans césure.
25648 \end_layout
25649
25650 \end_inset
25651
25652  Comme dans le cas décrit dans la section
25653 \begin_inset space ~
25654 \end_inset
25655
25656
25657 \begin_inset CommandInset ref
25658 LatexCommand ref
25659 reference "sub:Lignes-multiple-dans-cellule"
25660
25661 \end_inset
25662
25663 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
25664  mot d'une note en marge.
25665  Pour éviter ce problème, insérez un espacement horizontal de 0
25666 \begin_inset space \thinspace{}
25667 \end_inset
25668
25669 pt avant le mot en question: 
25670 \begin_inset Marginal
25671 status open
25672
25673 \begin_layout Plain Layout
25674 \begin_inset space \hspace{}
25675 \length 0pt
25676 \end_inset
25677
25678 UnMotTrèsLongEnMarge avec une césure.
25679 \end_layout
25680
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Standard
25687 \begin_inset VSpace bigskip
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \begin_layout Standard
25694 \begin_inset Note Greyedout
25695 status open
25696
25697 \begin_layout Plain Layout
25698
25699 \series bold
25700 Note:
25701 \series default
25702  Normalement, les notes en marge ne peuvent pas être utilisées dans des
25703  tableaux, des flottants et des notes de bas de page.
25704 \end_layout
25705
25706 \end_inset
25707
25708
25709 \end_layout
25710
25711 \begin_layout Standard
25712 \begin_inset VSpace bigskip
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \begin_layout Standard
25719 \begin_inset ERT
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723
25724
25725 \backslash
25726 ifmarginnote
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \begin_inset Note Note
25733 status open
25734
25735 \begin_layout Plain Layout
25736 La section suivante ne sera affichée que si le paquetage LaTeX 
25737 \series bold
25738 marginnote
25739 \series default
25740  a été installé.
25741 \end_layout
25742
25743 \end_inset
25744
25745
25746 \end_layout
25747
25748 \begin_layout Standard
25749 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
25750 \series bold
25751 marginnote
25752 \series default
25753
25754 \begin_inset Index
25755 status collapsed
25756
25757 \begin_layout Plain Layout
25758 Paquetages LaTeX ! marginnote
25759 \end_layout
25760
25761 \end_inset
25762
25763 .
25764  En ajoutant les deux lignes suivantes au préambule de votre document, la
25765  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
25766  la commande fournie par le paquetage 
25767 \series bold
25768 marginnote
25769 \series default
25770  :
25771 \end_layout
25772
25773 \begin_layout Standard
25774
25775 \series bold
25776
25777 \backslash
25778 usepackage{marginnote}
25779 \begin_inset Newline newline
25780 \end_inset
25781
25782
25783 \backslash
25784 let
25785 \backslash
25786 marginpar
25787 \backslash
25788 marginnote
25789 \end_layout
25790
25791 \begin_layout Standard
25792 Ce paquetage est aussi utilisé dans ce document parce que 
25793 \series bold
25794 marginnote
25795 \series default
25796  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
25797  vertical pour une note.
25798  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
25799  sont trop proches les unes des autres ou que vous voulez améliorer la mise
25800  en page.
25801  Le décalage est inséré dans LyX sous forme de code TeX directement après
25802  la note sous la forme
25803 \end_layout
25804
25805 \begin_layout Standard
25806
25807 \series bold
25808 [offset]
25809 \end_layout
25810
25811 \begin_layout Standard
25812 où l'offset utilise l'une des unités listées dans le tableau
25813 \begin_inset space ~
25814 \end_inset
25815
25816
25817 \begin_inset CommandInset ref
25818 LatexCommand ref
25819 reference "cha:Unités-de-longueur"
25820
25821 \end_inset
25822
25823 .
25824  Une valeur négative déplace la note vers le haut, une valeur positive la
25825  déplace vers le bas.
25826  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
25827  vers le haut de 1.5
25828 \begin_inset space \thinspace{}
25829 \end_inset
25830
25831 cm avec la commande en code TeX 
25832 \begin_inset Quotes eld
25833 \end_inset
25834
25835
25836 \series bold
25837 [-1.5cm]
25838 \series default
25839
25840 \begin_inset Quotes erd
25841 \end_inset
25842
25843
25844 \begin_inset Marginal
25845 status collapsed
25846
25847 \begin_layout Plain Layout
25848 Cette note en marge est décalée vers le haut de 1.5
25849 \begin_inset space \thinspace{}
25850 \end_inset
25851
25852 cm par rapport à sa position d'origine.
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \begin_inset ERT
25859 status collapsed
25860
25861 \begin_layout Plain Layout
25862
25863 [-1.5cm]
25864 \end_layout
25865
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \begin_layout Standard
25872 \begin_inset VSpace medskip
25873 \end_inset
25874
25875 Avec le paquetage 
25876 \series bold
25877 marginnote
25878 \series default
25879  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
25880  Par exemple les commandes 
25881 \end_layout
25882
25883 \begin_layout Standard
25884
25885 \series bold
25886
25887 \backslash
25888 renewcommand*{
25889 \backslash
25890 raggedleftmarginnote}{
25891 \backslash
25892 centering}
25893 \begin_inset Newline newline
25894 \end_inset
25895
25896
25897 \backslash
25898 renewcommand*{
25899 \backslash
25900 raggedrightmarginnote}{
25901 \backslash
25902 centering}
25903 \end_layout
25904
25905 \begin_layout Standard
25906 donnent un alignement centré.
25907  
25908 \series bold
25909
25910 \backslash
25911 raggedleftmarginnote
25912 \series default
25913  indique une note qui apparaît dans la marge de gauche.
25914 \begin_inset ERT
25915 status collapsed
25916
25917 \begin_layout Plain Layout
25918
25919
25920 \backslash
25921 renewcommand*{
25922 \backslash
25923 raggedleftmarginnote}{
25924 \backslash
25925 centering}
25926 \end_layout
25927
25928 \begin_layout Plain Layout
25929
25930
25931 \backslash
25932 renewcommand*{
25933 \backslash
25934 raggedrightmarginnote}{
25935 \backslash
25936 centering}
25937 \end_layout
25938
25939 \end_inset
25940
25941
25942 \begin_inset Marginal
25943 status collapsed
25944
25945 \begin_layout Plain Layout
25946 Le texte de cette note en marge est centré.
25947 \end_layout
25948
25949 \end_inset
25950
25951 .
25952  Le comportement par défaut est donné par
25953 \end_layout
25954
25955 \begin_layout Standard
25956
25957 \series bold
25958
25959 \backslash
25960 renewcommand*{
25961 \backslash
25962 raggedleftmarginnote}{
25963 \backslash
25964 raggedleft}
25965 \begin_inset Newline newline
25966 \end_inset
25967
25968
25969 \backslash
25970 renewcommand*{
25971 \backslash
25972 raggedrightmarginnote}{
25973 \backslash
25974 raggedright}
25975 \series default
25976
25977 \begin_inset ERT
25978 status collapsed
25979
25980 \begin_layout Plain Layout
25981
25982
25983 \backslash
25984 renewcommand*{
25985 \backslash
25986 raggedleftmarginnote}{
25987 \backslash
25988 raggedleft}
25989 \end_layout
25990
25991 \begin_layout Plain Layout
25992
25993
25994 \backslash
25995 renewcommand*{
25996 \backslash
25997 raggedrightmarginnote}{
25998 \backslash
25999 raggedright}
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \begin_layout Standard
26008 \begin_inset VSpace medskip
26009 \end_inset
26010
26011 Pour les autre fonctions du paquetage 
26012 \series bold
26013 marginnote
26014 \series default
26015  nous vous renvoyons à sa documentation 
26016 \begin_inset CommandInset citation
26017 LatexCommand cite
26018 key "marginnote"
26019
26020 \end_inset
26021
26022 .
26023 \end_layout
26024
26025 \begin_layout Standard
26026 \begin_inset VSpace bigskip
26027 \end_inset
26028
26029 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26030  définition.
26031  Pour créer par exemple une entête pour toutes les notes en marge avec le
26032  texte 
26033 \begin_inset Quotes eld
26034 \end_inset
26035
26036
26037 \family sans
26038 \series bold
26039 \bar under
26040 Attention!
26041 \family default
26042 \series default
26043 \bar default
26044
26045 \begin_inset Quotes erd
26046 \end_inset
26047
26048  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26049  de votre document :
26050 \end_layout
26051
26052 \begin_layout Standard
26053
26054 \series bold
26055
26056 \backslash
26057 let
26058 \backslash
26059 myMarginpar
26060 \backslash
26061 marginpar
26062 \begin_inset Newline newline
26063 \end_inset
26064
26065
26066 \backslash
26067 renewcommand{
26068 \backslash
26069 marginpar}[1]{
26070 \backslash
26071 myMarginpar{%
26072 \begin_inset Newline newline
26073 \end_inset
26074
26075
26076 \begin_inset ERT
26077 status collapsed
26078
26079 \begin_layout Plain Layout
26080
26081
26082 \backslash
26083 hphantom{ }
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \backslash
26090 hspace{0pt}
26091 \backslash
26092 textsf{
26093 \backslash
26094 textbf{
26095 \backslash
26096 underbar{Attention!}}}%
26097 \begin_inset Newline newline
26098 \end_inset
26099
26100
26101 \begin_inset ERT
26102 status collapsed
26103
26104 \begin_layout Plain Layout
26105
26106
26107 \backslash
26108 hphantom{ }
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \backslash
26115 vspace{1.5mm}
26116 \backslash
26117
26118 \backslash
26119 #1}}
26120 \end_layout
26121
26122 \begin_layout Standard
26123 \begin_inset ERT
26124 status collapsed
26125
26126 \begin_layout Plain Layout
26127
26128
26129 \backslash
26130 let
26131 \backslash
26132 myMarginpar
26133 \backslash
26134 marginpar
26135 \end_layout
26136
26137 \begin_layout Plain Layout
26138
26139
26140 \backslash
26141 renewcommand{
26142 \backslash
26143 marginpar}[1]{
26144 \backslash
26145 myMarginpar{%
26146 \end_layout
26147
26148 \begin_layout Plain Layout
26149
26150    
26151 \backslash
26152 textsf{
26153 \backslash
26154 textbf{
26155 \backslash
26156 underbar{Attention!}}}%
26157 \end_layout
26158
26159 \begin_layout Plain Layout
26160
26161    
26162 \backslash
26163 vspace{1.5mm}
26164 \backslash
26165
26166 \backslash
26167 #1}}
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \begin_inset Marginal
26174 status open
26175
26176 \begin_layout Plain Layout
26177 Ceci est une note en marge avec une en-tête prédéfinie.
26178 \end_layout
26179
26180 \end_inset
26181
26182
26183 \begin_inset ERT
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187
26188 [-1.5cm]
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \begin_inset ERT
26195 status collapsed
26196
26197 \begin_layout Plain Layout
26198
26199
26200 \backslash
26201 renewcommand{
26202 \backslash
26203 marginpar}[1]{
26204 \backslash
26205 myMarginpar{#1}}
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \begin_inset Note Note
26212 status collapsed
26213
26214 \begin_layout Plain Layout
26215
26216 \lang english
26217 The margin note format is changed only for this example.
26218 \end_layout
26219
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \begin_layout Standard
26226 \begin_inset ERT
26227 status collapsed
26228
26229 \begin_layout Plain Layout
26230
26231
26232 \backslash
26233 else
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \begin_inset Note Note
26240 status open
26241
26242 \begin_layout Plain Layout
26243 Ce qui suit sera affiché si le paquetage LaTeX 
26244 \series bold
26245 marginnote
26246 \series default
26247  n'est pas installé :
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Standard
26256 Vous devez installer le paquetage LaTeX 
26257 \series bold
26258 marginnote
26259 \series default
26260  pour voir la suite de cette section dans la sortie imprimée.
26261 \end_layout
26262
26263 \begin_layout Standard
26264 \begin_inset ERT
26265 status collapsed
26266
26267 \begin_layout Plain Layout
26268
26269
26270 \backslash
26271 fi
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \begin_layout Chapter
26280 Les Boîtes
26281 \end_layout
26282
26283 \begin_layout Section
26284 Introduction
26285 \begin_inset Index
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289 Boîtes ! Introduction
26290 \end_layout
26291
26292 \end_inset
26293
26294
26295 \end_layout
26296
26297 \begin_layout Standard
26298 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26299  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26300  voir la section
26301 \begin_inset space ~
26302 \end_inset
26303
26304
26305 \begin_inset CommandInset ref
26306 LatexCommand ref
26307 reference "sec:Minipages"
26308
26309 \end_inset
26310
26311 , pour encadrer des portions de texte, voir la section
26312 \begin_inset space ~
26313 \end_inset
26314
26315
26316 \begin_inset CommandInset ref
26317 LatexCommand ref
26318 reference "sec:Décorations"
26319
26320 \end_inset
26321
26322 , pour empêcher que des mots subissent une césure, voir la section
26323 \begin_inset space ~
26324 \end_inset
26325
26326
26327 \begin_inset CommandInset ref
26328 LatexCommand ref
26329 reference "sec:Empêcher-césure"
26330
26331 \end_inset
26332
26333 , pour aligner du texte, voir la section
26334 \begin_inset space ~
26335 \end_inset
26336
26337
26338 \begin_inset CommandInset ref
26339 LatexCommand ref
26340 reference "sub:Alignement-Vertical"
26341
26342 \end_inset
26343
26344 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26345 \begin_inset space ~
26346 \end_inset
26347
26348
26349 \begin_inset CommandInset ref
26350 LatexCommand ref
26351 reference "sec:Boîtes-colorées"
26352
26353 \end_inset
26354
26355 .
26356 \end_layout
26357
26358 \begin_layout Standard
26359 On peut insérer une boîte en utilisant le menu 
26360 \family sans
26361 Insérer\SpecialChar \menuseparator
26362 Boîte
26363 \family default
26364  ou avec le bouton 
26365 \begin_inset Graphics
26366         filename ../../images/box-insert.png
26367         scale 85
26368         scaleBeforeRotation
26369
26370 \end_inset
26371
26372  de la barre d'outils.
26373  Une boîte grise avec une étiquette 
26374 \family sans
26375 Boîte
26376 \begin_inset space ~
26377 \end_inset
26378
26379 (Minipage)
26380 \family default
26381
26382 \begin_inset Graphics
26383         filename clipart/BoxInsetDefaultQt4.png
26384         scale 65
26385         scaleBeforeRotation
26386
26387 \end_inset
26388
26389  est alors insérée.
26390  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26391  La fenêtre de dialogue qui apparaît donne accès aux types de
26392 \family sans
26393  Boîte
26394 \begin_inset space ~
26395 \end_inset
26396
26397 Intérieure
26398 \family default
26399  
26400 \family sans
26401 Parbox
26402 \begin_inset Note Note
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 En attendant un traduction plus correcte NdT
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \family default
26413  et 
26414 \family sans
26415 Minipage
26416 \family default
26417 .
26418  Le type 
26419 \family sans
26420 Minipage
26421 \family default
26422  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26423  dans la section
26424 \begin_inset space ~
26425 \end_inset
26426
26427
26428 \begin_inset CommandInset ref
26429 LatexCommand ref
26430 reference "sec:Minipages"
26431
26432 \end_inset
26433
26434 ; le type 
26435 \family sans
26436 Parbox
26437 \family default
26438  est décrit dans la section
26439 \begin_inset space ~
26440 \end_inset
26441
26442
26443 \begin_inset CommandInset ref
26444 LatexCommand ref
26445 reference "sec:Parboxes"
26446
26447 \end_inset
26448
26449 .
26450 \end_layout
26451
26452 \begin_layout Standard
26453 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26454  comme les flottants ou les notes de bas de page.
26455 \end_layout
26456
26457 \begin_layout Standard
26458 \begin_inset Note Greyedout
26459 status open
26460
26461 \begin_layout Plain Layout
26462
26463 \series bold
26464 Note:
26465 \series default
26466  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26467  de type 
26468 \family sans
26469 Liste
26470 \family default
26471  ou 
26472 \family sans
26473 Description
26474 \family default
26475 .
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Standard
26484 \begin_inset Note Greyedout
26485 status open
26486
26487 \begin_layout Plain Layout
26488
26489 \series bold
26490 Note:
26491 \series default
26492  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26493 \family sans
26494 Boîte
26495 \begin_inset space ~
26496 \end_inset
26497
26498 Intérieure
26499 \family default
26500  à 
26501 \family sans
26502 Aucune
26503 \family default
26504  que quand vous utilisez une boîte encadrée.
26505  Les boîtes sans 
26506 \family sans
26507 Boîte
26508 \begin_inset space ~
26509 \end_inset
26510
26511 Intérieure
26512 \family default
26513  et sans cadre sont expliquées dans la section
26514 \begin_inset space ~
26515 \end_inset
26516
26517
26518 \begin_inset CommandInset ref
26519 LatexCommand ref
26520 reference "sec:Empêcher-césure"
26521
26522 \end_inset
26523
26524 .
26525 \end_layout
26526
26527 \end_inset
26528
26529
26530 \end_layout
26531
26532 \begin_layout Section
26533 La fenêtre de dialogue Boîte
26534 \begin_inset CommandInset label
26535 LatexCommand label
26536 name "sec:Boîte-Dialogue"
26537
26538 \end_inset
26539
26540
26541 \begin_inset Index
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545 Boîtes ! Fenêtre de dialogue Boîte
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Subsection
26554 Taille
26555 \begin_inset Index
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559 Boîtes ! Taille
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \begin_layout Standard
26568 Dans la fenêtre de dialogue 
26569 \family sans
26570 Paramètres
26571 \begin_inset space ~
26572 \end_inset
26573
26574 de
26575 \begin_inset space ~
26576 \end_inset
26577
26578 Boîte
26579 \family default
26580  vous pouvez modifier la géométrie de la boîte avec les champs 
26581 \family sans
26582 Largeur
26583 \family default
26584  et 
26585 \family sans
26586 Hauteur
26587 \family default
26588 .
26589  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26590  dans le tableau
26591 \begin_inset space ~
26592 \end_inset
26593
26594
26595 \begin_inset CommandInset ref
26596 LatexCommand ref
26597 reference "tab:Unités"
26598
26599 \end_inset
26600
26601 .
26602  Le champ 
26603 \family sans
26604 Hauteur
26605 \family default
26606  offre en plus les spécifications de taille suivantes :
26607 \end_layout
26608
26609 \begin_layout Description
26610 Profondeur C'est simplement la 
26611 \begin_inset Quotes eld
26612 \end_inset
26613
26614 hauteur
26615 \begin_inset Quotes erd
26616 \end_inset
26617
26618  du texte.
26619  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26620  lignes de texte dans la boîte.
26621 \begin_inset Newline newline
26622 \end_inset
26623
26624
26625 \begin_inset Newline newline
26626 \end_inset
26627
26628
26629 \begin_inset Newline newline
26630 \end_inset
26631
26632
26633 \begin_inset Box Boxed
26634 position "c"
26635 hor_pos "c"
26636 has_inner_box 1
26637 inner_pos "c"
26638 use_parbox 0
26639 width "12col%"
26640 special "none"
26641 height "1in"
26642 height_special "depth"
26643 status open
26644
26645 \begin_layout Plain Layout
26646 \align center
26647 Boîte dont la hauteur est égale à 1
26648 \begin_inset space \thinspace{}
26649 \end_inset
26650
26651 Profondeur
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \begin_inset Newline newline
26658 \end_inset
26659
26660
26661 \begin_inset Newline newline
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \begin_layout Description
26668 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
26669  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
26670  est deux fois plus haute que le texte : 
26671 \begin_inset Box Boxed
26672 position "c"
26673 hor_pos "c"
26674 has_inner_box 1
26675 inner_pos "c"
26676 use_parbox 0
26677 width "20col%"
26678 special "none"
26679 height "2in"
26680 height_special "height"
26681 status open
26682
26683 \begin_layout Plain Layout
26684 \align center
26685 Boîte dont la hauteur est 2
26686 \begin_inset space \thinspace{}
26687 \end_inset
26688
26689 Hauteur
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Description
26698 Hauteur
26699 \begin_inset space ~
26700 \end_inset
26701
26702 Totale C'est égal à Hauteur
26703 \begin_inset space \thinspace{}
26704 \end_inset
26705
26706 +
26707 \begin_inset space \thinspace{}
26708 \end_inset
26709
26710 Profondeur : 
26711 \begin_inset Box Boxed
26712 position "c"
26713 hor_pos "c"
26714 has_inner_box 1
26715 inner_pos "c"
26716 use_parbox 0
26717 width "20col%"
26718 special "none"
26719 height "1in"
26720 height_special "totalheight"
26721 status open
26722
26723 \begin_layout Plain Layout
26724 \align center
26725 Boîte dont la hauteur est 1
26726 \begin_inset space \thinspace{}
26727 \end_inset
26728
26729 Hauteur
26730 \begin_inset space ~
26731 \end_inset
26732
26733 Totale
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \end_layout
26740
26741 \begin_layout Description
26742 Largeur On prend la largeur de la boîte comme hauteur : 
26743 \begin_inset Box Boxed
26744 position "c"
26745 hor_pos "c"
26746 has_inner_box 1
26747 inner_pos "c"
26748 use_parbox 0
26749 width "12col%"
26750 special "none"
26751 height "1in"
26752 height_special "width"
26753 status open
26754
26755 \begin_layout Plain Layout
26756 \align center
26757 Boîte dont la hauteur est 1
26758 \begin_inset space \thinspace{}
26759 \end_inset
26760
26761 Largeur
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \begin_layout Subsection
26770 Alignement
26771 \begin_inset Index
26772 status collapsed
26773
26774 \begin_layout Plain Layout
26775 Boîtes ! Alignement
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Standard
26784 Quand vous avez choisi une 
26785 \family sans
26786 Boîte
26787 \begin_inset space ~
26788 \end_inset
26789
26790 Intérieure
26791 \family default
26792 , l'alignement vertical de la boîte peut être :
26793 \end_layout
26794
26795 \begin_layout Description
26796 Haut Ceci est un exemple de texte.
26797  
26798 \begin_inset Box Boxed
26799 position "t"
26800 hor_pos "c"
26801 has_inner_box 1
26802 inner_pos "c"
26803 use_parbox 0
26804 width "12col%"
26805 special "none"
26806 height "1in"
26807 height_special "totalheight"
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811 \align center
26812 Cette boîte est alignée sur le haut.
26813 \end_layout
26814
26815 \end_inset
26816
26817  Ceci est un exemple de texte.
26818 \end_layout
26819
26820 \begin_layout Description
26821 Milieu Ceci est un exemple de texte.
26822  
26823 \begin_inset Box Boxed
26824 position "c"
26825 hor_pos "c"
26826 has_inner_box 1
26827 inner_pos "c"
26828 use_parbox 0
26829 width "12col%"
26830 special "none"
26831 height "1in"
26832 height_special "totalheight"
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836 \align center
26837 Cette boîte est alignée au centre.
26838 \end_layout
26839
26840 \end_inset
26841
26842  Ceci est un exemple de texte.
26843 \end_layout
26844
26845 \begin_layout Description
26846 Bas Ceci est un exemple de texte.
26847  
26848 \begin_inset Box Boxed
26849 position "b"
26850 hor_pos "c"
26851 has_inner_box 1
26852 inner_pos "c"
26853 use_parbox 0
26854 width "12col%"
26855 special "none"
26856 height "1in"
26857 height_special "totalheight"
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861 \align center
26862 Cette boîte est alignée sur le bas.
26863 \end_layout
26864
26865 \end_inset
26866
26867  Ceci est un exemple de texte.
26868 \end_layout
26869
26870 \begin_layout Standard
26871 \begin_inset Note Greyedout
26872 status open
26873
26874 \begin_layout Plain Layout
26875
26876 \series bold
26877 Note:
26878 \series default
26879  L'alignement vertical peut être perturbé dans la sortie finale quand vous
26880  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
26881  l'autre non.
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \begin_layout Standard
26890 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
26891  paragraphe grâce à la fenêtre de dialogue 
26892 \family sans
26893 Paramètres
26894 \begin_inset space ~
26895 \end_inset
26896
26897 de
26898 \begin_inset space ~
26899 \end_inset
26900
26901 Boîte
26902 \family default
26903 .
26904 \end_layout
26905
26906 \begin_layout Standard
26907 \begin_inset VSpace bigskip
26908 \end_inset
26909
26910 Quand vous avez choisi une 
26911 \family sans
26912 Boîte
26913 \begin_inset space ~
26914 \end_inset
26915
26916 Intérieure
26917 \family default
26918 , l'alignement vertical du contenu de la boîte peut être :
26919 \end_layout
26920
26921 \begin_layout Description
26922 haut Ceci est un exemple de texte.
26923 \begin_inset Box Boxed
26924 position "c"
26925 hor_pos "c"
26926 has_inner_box 1
26927 inner_pos "t"
26928 use_parbox 0
26929 width "12col%"
26930 special "none"
26931 height "1.5in"
26932 height_special "totalheight"
26933 status collapsed
26934
26935 \begin_layout Plain Layout
26936 \align center
26937 Le texte de cette boîte est aligné sur le haut.
26938 \end_layout
26939
26940 \end_inset
26941
26942  Ceci est un exemple de texte.
26943 \end_layout
26944
26945 \begin_layout Description
26946 milieu Ceci est un exemple de texte.
26947  
26948 \begin_inset Box Boxed
26949 position "c"
26950 hor_pos "c"
26951 has_inner_box 1
26952 inner_pos "c"
26953 use_parbox 0
26954 width "12col%"
26955 special "none"
26956 height "1.5in"
26957 height_special "totalheight"
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 \align center
26962 Le texte de cette boîte est aligné au centre
26963 \end_layout
26964
26965 \end_inset
26966
26967  Ceci est un exemple de texte.
26968 \end_layout
26969
26970 \begin_layout Description
26971 bas Ceci est un exemple de texte.
26972  
26973 \begin_inset Box Boxed
26974 position "c"
26975 hor_pos "c"
26976 has_inner_box 1
26977 inner_pos "b"
26978 use_parbox 0
26979 width "12col%"
26980 special "none"
26981 height "1.5in"
26982 height_special "totalheight"
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986 \align center
26987 Le texte de cette boîte est aligné en bas.
26988 \end_layout
26989
26990 \end_inset
26991
26992  Ceci est un exemple de texte.
26993 \end_layout
26994
26995 \begin_layout Description
26996 élongation Ceci est un exemple de texte.
26997  
26998 \begin_inset Box Boxed
26999 position "c"
27000 hor_pos "c"
27001 has_inner_box 1
27002 inner_pos "s"
27003 use_parbox 0
27004 width "12col%"
27005 special "none"
27006 height "1.5in"
27007 height_special "totalheight"
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011 \align center
27012 Le texte 
27013 \end_layout
27014
27015 \begin_layout Plain Layout
27016 \align center
27017 de cette
27018 \end_layout
27019
27020 \begin_layout Plain Layout
27021 \align center
27022 boîte est
27023 \end_layout
27024
27025 \begin_layout Plain Layout
27026 \align center
27027 allongé.
27028 \end_layout
27029
27030 \end_inset
27031
27032  Ceci est un exemple de texte.
27033 \end_layout
27034
27035 \begin_layout Standard
27036 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27037  paragraphe.
27038  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27039 \end_layout
27040
27041 \begin_layout Standard
27042 \begin_inset VSpace bigskip
27043 \end_inset
27044
27045 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27046  la fenêtre de dialogue 
27047 \family sans
27048 Paramètres
27049 \begin_inset space ~
27050 \end_inset
27051
27052 de
27053 \begin_inset space ~
27054 \end_inset
27055
27056 paragraphe
27057 \family default
27058  quand vous avez choisi une 
27059 \family sans
27060 Boîte
27061 \begin_inset space ~
27062 \end_inset
27063
27064 Intérieure
27065 \family default
27066 .
27067 \end_layout
27068
27069 \begin_layout Standard
27070 \align center
27071 \begin_inset Box Boxed
27072 position "c"
27073 hor_pos "c"
27074 has_inner_box 1
27075 inner_pos "s"
27076 use_parbox 0
27077 width "15col%"
27078 special "none"
27079 height "1.25in"
27080 height_special "totalheight"
27081 status open
27082
27083 \begin_layout Plain Layout
27084 \align left
27085 Le texte de 
27086 \end_layout
27087
27088 \begin_layout Plain Layout
27089 \align left
27090 cette boîte
27091 \end_layout
27092
27093 \begin_layout Plain Layout
27094 \align right
27095 est allongé.
27096 \end_layout
27097
27098 \end_inset
27099
27100
27101 \end_layout
27102
27103 \begin_layout Standard
27104 Si vous n'avez pas choisi une 
27105 \family sans
27106 Boîte
27107 \begin_inset space ~
27108 \end_inset
27109
27110 Intérieure
27111 \family default
27112 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27113  de dialogue de boîte.
27114 \end_layout
27115
27116 \begin_layout Standard
27117 \align center
27118 \begin_inset Box Boxed
27119 position "c"
27120 hor_pos "s"
27121 has_inner_box 0
27122 inner_pos "s"
27123 use_parbox 0
27124 width "90col%"
27125 special "none"
27126 height "1.25in"
27127 height_special "totalheight"
27128 status open
27129
27130 \begin_layout Plain Layout
27131 \align left
27132 Le texte de cette boîte est allongé horizontalement.
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Subsection
27141 Décorations
27142 \begin_inset CommandInset label
27143 LatexCommand label
27144 name "sec:Décorations"
27145
27146 \end_inset
27147
27148
27149 \begin_inset Index
27150 status open
27151
27152 \begin_layout Plain Layout
27153 Boîtes ! Décorations
27154 \end_layout
27155
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \begin_layout Standard
27162 On peut spécifier le style de la boîte en utilisant la liste déroulante
27163  
27164 \family sans
27165 Décoration
27166 \family default
27167 .
27168  Les possibilités sont les suivantes :
27169 \end_layout
27170
27171 \begin_layout Description
27172 Cadre
27173 \begin_inset space ~
27174 \end_inset
27175
27176 simple Ceci dessine un cadre rectangulaire autour de la boîte.
27177  L'épaisseur du trait de ce cadre est donnée par la variable  
27178 \series bold
27179
27180 \backslash
27181 fboxrule
27182 \series default
27183 .
27184  
27185 \begin_inset Box Boxed
27186 position "c"
27187 hor_pos "c"
27188 has_inner_box 1
27189 inner_pos "c"
27190 use_parbox 0
27191 width "20col%"
27192 special "none"
27193 height "1in"
27194 height_special "totalheight"
27195 status open
27196
27197 \begin_layout Plain Layout
27198 \align center
27199 Boîte rectangulaire
27200 \end_layout
27201
27202 \end_inset
27203
27204
27205 \end_layout
27206
27207 \begin_layout Description
27208 Cadre
27209 \begin_inset space ~
27210 \end_inset
27211
27212 simple,
27213 \begin_inset space ~
27214 \end_inset
27215
27216 sauts
27217 \begin_inset space ~
27218 \end_inset
27219
27220 de
27221 \begin_inset space ~
27222 \end_inset
27223
27224 page Quand vous utilisez le style de décoration 
27225 \family sans
27226 cadre simple
27227 \family default
27228  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
27229  de la boîte.
27230  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
27231  predra toute la largeur de la colonne, la boîte sera considérée comme son
27232  propre paragraphe et 
27233 \series bold
27234
27235 \backslash
27236 fboxrule
27237 \series default
27238  et 
27239 \series bold
27240
27241 \backslash
27242 fboxsep
27243 \series default
27244  n'ont aucun effet sur ce type de boîte.
27245  L'épaisseur de la ligne du cadre a la valeur de 
27246 \series bold
27247
27248 \backslash
27249 FrameRule
27250 \series default
27251 .
27252  
27253 \lang english
27254
27255 \begin_inset Box Framed
27256 position "t"
27257 hor_pos "c"
27258 has_inner_box 0
27259 inner_pos "t"
27260 use_parbox 0
27261 width "100col%"
27262 special "none"
27263 height "1in"
27264 height_special "totalheight"
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268 Boîte avec cadre simple et sauts de page
27269 \end_layout
27270
27271 \end_inset
27272
27273
27274 \end_layout
27275
27276 \begin_layout Description
27277 Cadre
27278 \begin_inset space ~
27279 \end_inset
27280
27281 oval,
27282 \begin_inset space ~
27283 \end_inset
27284
27285 fin Ceci dessine un cadre ovalisée autour de la boîte.
27286  L'épaisseur du trait de ce cadre est de  0.4
27287 \begin_inset space \thinspace{}
27288 \end_inset
27289
27290 pt.
27291  
27292 \begin_inset Box ovalbox
27293 position "c"
27294 hor_pos "c"
27295 has_inner_box 1
27296 inner_pos "c"
27297 use_parbox 0
27298 width "20col%"
27299 special "none"
27300 height "1in"
27301 height_special "totalheight"
27302 status open
27303
27304 \begin_layout Plain Layout
27305 \align center
27306 Boîte ovalisée, fine
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Description
27315 Cadre
27316 \begin_inset space ~
27317 \end_inset
27318
27319 oval,
27320 \begin_inset space ~
27321 \end_inset
27322
27323 épais Ceci dessine un cadre ovalisée autour de la boîte.
27324  L'épaisseur du trait de ce cadre est de   0.8
27325 \begin_inset space \thinspace{}
27326 \end_inset
27327
27328 pt.
27329  
27330 \begin_inset Box Ovalbox
27331 position "c"
27332 hor_pos "c"
27333 has_inner_box 1
27334 inner_pos "c"
27335 use_parbox 0
27336 width "20col%"
27337 special "none"
27338 height "1in"
27339 height_special "totalheight"
27340 status open
27341
27342 \begin_layout Plain Layout
27343 \align center
27344 Boîte ovalisée, épaisse
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \begin_layout Description
27353 Ombre
27354 \begin_inset space ~
27355 \end_inset
27356
27357 en
27358 \begin_inset space ~
27359 \end_inset
27360
27361 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27362  L'épaisseur du trait de ce cadre est donnée par la variable  
27363 \series bold
27364
27365 \backslash
27366 fboxrule
27367 \series default
27368 , l'ombre a une épaisseur de  4
27369 \begin_inset space \thinspace{}
27370 \end_inset
27371
27372 pt.
27373  
27374 \begin_inset Box Shadowbox
27375 position "c"
27376 hor_pos "c"
27377 has_inner_box 1
27378 inner_pos "c"
27379 use_parbox 0
27380 width "20col%"
27381 special "none"
27382 height "1in"
27383 height_special "totalheight"
27384 status open
27385
27386 \begin_layout Plain Layout
27387 \align center
27388 Boîte ombrée
27389 \end_layout
27390
27391 \end_inset
27392
27393
27394 \end_layout
27395
27396 \begin_layout Description
27397 Fond
27398 \begin_inset space ~
27399 \end_inset
27400
27401 ombré Ceci dessine une boîte avec un arrière plan rouge.
27402  Contrairement aux boîtes coloriées
27403 \begin_inset Foot
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407 Voir la section
27408 \begin_inset space ~
27409 \end_inset
27410
27411
27412 \begin_inset CommandInset ref
27413 LatexCommand ref
27414 reference "sec:Boîtes-colorées"
27415
27416 \end_inset
27417
27418 .
27419 \end_layout
27420
27421 \end_inset
27422
27423 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
27424  son propre paragraphe.
27425 \lang english
27426
27427 \begin_inset Box Shaded
27428 position "t"
27429 hor_pos "c"
27430 has_inner_box 0
27431 inner_pos "t"
27432 use_parbox 0
27433 width "50col%"
27434 special "none"
27435 height "1in"
27436 height_special "totalheight"
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440 Boîte avec fond ombré
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \begin_layout Description
27449 Double
27450 \begin_inset space ~
27451 \end_inset
27452
27453 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27454  L'épaisseur du trait du cadre interne est de 0.75
27455 \begin_inset space \thinspace{}
27456 \end_inset
27457
27458
27459 \series bold
27460
27461 \backslash
27462 fboxrule
27463 \series default
27464 , l'épaisseur du trait du cadre externe est de 1.5
27465 \begin_inset space \thinspace{}
27466 \end_inset
27467
27468
27469 \series bold
27470
27471 \backslash
27472 fboxrule
27473 \series default
27474 .
27475  La distance entre les deux cadres est de  1.5
27476 \begin_inset space \thinspace{}
27477 \end_inset
27478
27479
27480 \series bold
27481
27482 \backslash
27483 fboxrule
27484 \series default
27485
27486 \begin_inset space \thinspace{}
27487 \end_inset
27488
27489 +
27490 \begin_inset space \thinspace{}
27491 \end_inset
27492
27493 0.5
27494 \begin_inset space \thinspace{}
27495 \end_inset
27496
27497 pt.
27498  
27499 \begin_inset Box Doublebox
27500 position "c"
27501 hor_pos "c"
27502 has_inner_box 1
27503 inner_pos "c"
27504 use_parbox 0
27505 width "20col%"
27506 special "none"
27507 height "1in"
27508 height_special "totalheight"
27509 status open
27510
27511 \begin_layout Plain Layout
27512 \align center
27513 Boîte double
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Standard
27522 \begin_inset VSpace bigskip
27523 \end_inset
27524
27525 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27526  style de boîte utilisé.
27527  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27528  le paquetage LaTeX 
27529 \series bold
27530 fancybox
27531 \series default
27532
27533 \begin_inset Index
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 Paquetages LaTeX ! fancybox
27538 \end_layout
27539
27540 \end_inset
27541
27542 .
27543 \end_layout
27544
27545 \begin_layout Section
27546 Personnalisation des boîtes
27547 \begin_inset Index
27548 status open
27549
27550 \begin_layout Plain Layout
27551 Boîtes! Personnalisation
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Standard
27560 La valeur par défaut pour la variable 
27561 \series bold
27562
27563 \backslash
27564 fboxrule
27565 \series default
27566  est 0.4
27567 \begin_inset space \thinspace{}
27568 \end_inset
27569
27570 pt.
27571  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27572  pour avoir 2
27573 \begin_inset space \thinspace{}
27574 \end_inset
27575
27576 pt :
27577 \end_layout
27578
27579 \begin_layout Standard
27580
27581 \series bold
27582
27583 \backslash
27584 setlength{
27585 \backslash
27586 fboxrule}{2pt}
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 setlength{
27598 \backslash
27599 fboxrule}{2pt}
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \begin_inset Box Boxed
27606 position "c"
27607 hor_pos "c"
27608 has_inner_box 1
27609 inner_pos "c"
27610 use_parbox 0
27611 width "25col%"
27612 special "none"
27613 height "1in"
27614 height_special "totalheight"
27615 status open
27616
27617 \begin_layout Plain Layout
27618 \align center
27619 Boîte rectangulaire avec 
27620 \series bold
27621
27622 \backslash
27623 fboxrule
27624 \series default
27625
27626 \begin_inset space \thinspace{}
27627 \end_inset
27628
27629 =
27630 \begin_inset space \thinspace{}
27631 \end_inset
27632
27633 2
27634 \begin_inset space \thinspace{}
27635 \end_inset
27636
27637 pt
27638 \end_layout
27639
27640 \end_inset
27641
27642
27643 \begin_inset ERT
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647
27648
27649 \backslash
27650 setlength{
27651 \backslash
27652 fboxrule}{0.4pt}
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \end_layout
27659
27660 \begin_layout Standard
27661 \begin_inset VSpace bigskip
27662 \end_inset
27663
27664 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27665  les types de cadres, par défaut il est de 3
27666 \begin_inset space \thinspace{}
27667 \end_inset
27668
27669 pt.
27670  Vous pouvez le modifier en donnant une autre valeur à la variable 
27671 \series bold
27672
27673 \backslash
27674 fboxsep
27675 \series default
27676 .
27677  Par exemple la commande
27678 \end_layout
27679
27680 \begin_layout Standard
27681
27682 \series bold
27683
27684 \backslash
27685 setlength{
27686 \backslash
27687 fboxsep}{10pt}
27688 \end_layout
27689
27690 \begin_layout Standard
27691 met une valeur de 10
27692 \begin_inset space \thinspace{}
27693 \end_inset
27694
27695 pt, comme celle utilisée pour cette boîte :
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \begin_inset ERT
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703
27704
27705 \backslash
27706 setlength{
27707 \backslash
27708 fboxsep}{10pt}
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \begin_inset Box Boxed
27715 position "c"
27716 hor_pos "c"
27717 has_inner_box 1
27718 inner_pos "c"
27719 use_parbox 0
27720 width "25col%"
27721 special "none"
27722 height "1in"
27723 height_special "totalheight"
27724 status open
27725
27726 \begin_layout Plain Layout
27727 \align center
27728 Boîte rectangulaire avec 
27729 \series bold
27730
27731 \backslash
27732 fboxsep
27733 \series default
27734
27735 \begin_inset space \thinspace{}
27736 \end_inset
27737
27738 =
27739 \begin_inset space \thinspace{}
27740 \end_inset
27741
27742 10
27743 \begin_inset space \thinspace{}
27744 \end_inset
27745
27746 pt
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \begin_inset ERT
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756
27757
27758 \backslash
27759 setlength{
27760 \backslash
27761 fboxsep}{3pt}
27762 \end_layout
27763
27764 \end_inset
27765
27766
27767 \end_layout
27768
27769 \begin_layout Standard
27770 \begin_inset VSpace bigskip
27771 \end_inset
27772
27773 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27774  la commande 
27775 \series bold
27776
27777 \backslash
27778 cornersize
27779 \series default
27780 .
27781  Par exemple, la commande
27782 \end_layout
27783
27784 \begin_layout Standard
27785
27786 \series bold
27787
27788 \backslash
27789 cornersize*{1cm}
27790 \end_layout
27791
27792 \begin_layout Standard
27793 donne un diamètre de 1
27794 \begin_inset space \thinspace{}
27795 \end_inset
27796
27797 cm.
27798  La commande
27799 \end_layout
27800
27801 \begin_layout Standard
27802
27803 \series bold
27804
27805 \backslash
27806 cornersize{num}
27807 \end_layout
27808
27809 \begin_layout Standard
27810 fixe le diamètre à 
27811 \family sans
27812 num
27813 \begin_inset space \thinspace{}
27814 \end_inset
27815
27816 ×
27817 \begin_inset space \thinspace{}
27818 \end_inset
27819
27820 minimum(largeur et hauteur de la boîte)
27821 \family default
27822 .
27823  La valeur par défaut est 
27824 \series bold
27825
27826 \backslash
27827 cornersize{0.5}
27828 \series default
27829 .
27830 \end_layout
27831
27832 \begin_layout Standard
27833 \begin_inset ERT
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837
27838
27839 \backslash
27840 cornersize*{1.5cm}
27841 \end_layout
27842
27843 \end_inset
27844
27845
27846 \begin_inset Box Ovalbox
27847 position "c"
27848 hor_pos "c"
27849 has_inner_box 1
27850 inner_pos "c"
27851 use_parbox 0
27852 width "25col%"
27853 special "none"
27854 height "1in"
27855 height_special "totalheight"
27856 status open
27857
27858 \begin_layout Plain Layout
27859 \align center
27860 Boîte ovale avec 
27861 \series bold
27862
27863 \backslash
27864 cornersize
27865 \series default
27866
27867 \begin_inset space \thinspace{}
27868 \end_inset
27869
27870 =
27871 \begin_inset space \thinspace{}
27872 \end_inset
27873
27874 1.5
27875 \begin_inset space \thinspace{}
27876 \end_inset
27877
27878 cm
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \begin_inset ERT
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888
27889
27890 \backslash
27891 cornersize{0.5}
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \end_layout
27898
27899 \begin_layout Standard
27900 \begin_inset VSpace bigskip
27901 \end_inset
27902
27903 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
27904  
27905 \series bold
27906
27907 \backslash
27908 shadowsize
27909 \series default
27910 .
27911  Elle est fixée à 2
27912 \begin_inset space \thinspace{}
27913 \end_inset
27914
27915 pt pour la boîte suivante par la commande :
27916 \end_layout
27917
27918 \begin_layout Standard
27919
27920 \series bold
27921
27922 \backslash
27923 setlength{
27924 \backslash
27925 shadowsize}{2pt}
27926 \end_layout
27927
27928 \begin_layout Standard
27929 \begin_inset ERT
27930 status collapsed
27931
27932 \begin_layout Plain Layout
27933
27934
27935 \backslash
27936 setlength{
27937 \backslash
27938 shadowsize}{2pt}
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \begin_inset Box Shadowbox
27945 position "c"
27946 hor_pos "c"
27947 has_inner_box 1
27948 inner_pos "c"
27949 use_parbox 0
27950 width "25col%"
27951 special "none"
27952 height "1in"
27953 height_special "totalheight"
27954 status open
27955
27956 \begin_layout Plain Layout
27957 \align center
27958 Boîte ombrée avec 
27959 \series bold
27960
27961 \backslash
27962 shadowsize
27963 \series default
27964
27965 \begin_inset space \thinspace{}
27966 \end_inset
27967
27968 =
27969 \begin_inset space \thinspace{}
27970 \end_inset
27971
27972 2
27973 \begin_inset space \thinspace{}
27974 \end_inset
27975
27976 pt
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \begin_inset ERT
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986
27987
27988 \backslash
27989 setlength{
27990 \backslash
27991 shadowsize}{4pt}
27992 \end_layout
27993
27994 \end_inset
27995
27996
27997 \end_layout
27998
27999 \begin_layout Standard
28000 \begin_inset VSpace bigskip
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 La valeur par défaut pour la longueur 
28008 \series bold
28009
28010 \backslash
28011 FrameRule
28012 \series default
28013  est 0,4
28014 \begin_inset space \thinspace{}
28015 \end_inset
28016
28017 pt.
28018  L'espacement par défaut entre le contenu de la note et le cadre est de
28019  9
28020 \begin_inset space \thinspace{}
28021 \end_inset
28022
28023 pt et il peut être modifié en utilisant la valeur de 
28024 \series bold
28025
28026 \backslash
28027 FrameSep
28028 \series default
28029 .
28030  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
28031  suivantes en code TeX
28032 \end_layout
28033
28034 \begin_layout Standard
28035
28036 \series bold
28037
28038 \backslash
28039 setlength{
28040 \backslash
28041 FrameRule}{5pt}
28042 \begin_inset Newline newline
28043 \end_inset
28044
28045
28046 \backslash
28047 setlength{
28048 \backslash
28049 FrameSep}{0.5cm}
28050 \end_layout
28051
28052 \begin_layout Standard
28053
28054 \lang english
28055 \begin_inset ERT
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059
28060
28061 \backslash
28062 setlength{
28063 \backslash
28064 FrameRule}{5pt}
28065 \end_layout
28066
28067 \begin_layout Plain Layout
28068
28069
28070 \backslash
28071 setlength{
28072 \backslash
28073 FrameSep}{0.5cm}
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \begin_inset Box Framed
28080 position "t"
28081 hor_pos "c"
28082 has_inner_box 0
28083 inner_pos "t"
28084 use_parbox 0
28085 width "100col%"
28086 special "none"
28087 height "1in"
28088 height_special "totalheight"
28089 status open
28090
28091 \begin_layout Plain Layout
28092 Ceci est un texte dans une boîte autorisant les 
28093 \family sans
28094 sauts de page
28095 \family default
28096 .
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \begin_inset ERT
28103 status collapsed
28104
28105 \begin_layout Plain Layout
28106
28107
28108 \backslash
28109 setlength{
28110 \backslash
28111 FrameRule}{0.4pt}
28112 \end_layout
28113
28114 \begin_layout Plain Layout
28115
28116
28117 \backslash
28118 setlength{
28119 \backslash
28120 FrameSep}{9pt}
28121 \end_layout
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Standard
28129
28130 \lang english
28131 \begin_inset VSpace bigskip
28132 \end_inset
28133
28134
28135 \end_layout
28136
28137 \begin_layout Standard
28138 Pour les bôites à 
28139 \family sans
28140 Fond
28141 \begin_inset space ~
28142 \end_inset
28143
28144 ombré
28145 \family default
28146 , l'espacement par défaut entre le contenu de la boîte et son cadre est
28147  de 3
28148 \begin_inset space \thinspace{}
28149 \end_inset
28150
28151 pt et il peut être modifié avec la valeur de 
28152 \series bold
28153
28154 \backslash
28155 fboxsep
28156 \series default
28157 .
28158  La couleur rouge utilisée par défaut pour le fond peut soit être modifiée
28159  localement avec la commande 
28160 \series bold
28161
28162 \backslash
28163 definecolor{shadebox}
28164 \series default
28165 , soit globalement avec le menu 
28166 \family sans
28167 Outils\SpecialChar \menuseparator
28168 Préférences
28169 \family default
28170 \SpecialChar \menuseparator
28171
28172 \family sans
28173 Couleurs\SpecialChar \menuseparator
28174 boîte
28175 \begin_inset space ~
28176 \end_inset
28177
28178 ombrée
28179 \family default
28180 .
28181  La syntaxe de la commande 
28182 \series bold
28183
28184 \backslash
28185 definecolor
28186 \series default
28187  est expliquée dans la section
28188 \begin_inset space ~
28189 \end_inset
28190
28191
28192 \begin_inset CommandInset ref
28193 LatexCommand ref
28194 reference "sec:Tableaux-Colorés"
28195
28196 \end_inset
28197
28198
28199 \begin_inset Foot
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 Notez que l'utilisation de 
28204 \series bold
28205
28206 \backslash
28207 definecolor
28208 \series default
28209  ne peut se faire sans le paquetage LaTeX 
28210 \series bold
28211 color
28212 \series default
28213  dans le préambule, voir la section
28214 \begin_inset space ~
28215 \end_inset
28216
28217
28218 \begin_inset CommandInset ref
28219 LatexCommand ref
28220 reference "sec:Boîtes-colorées"
28221
28222 \end_inset
28223
28224 .
28225  
28226 \end_layout
28227
28228 \end_inset
28229
28230 .
28231 \end_layout
28232
28233 \begin_layout Standard
28234 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
28235  les commandes en code TeX suivantes
28236 \end_layout
28237
28238 \begin_layout Standard
28239
28240 \series bold
28241
28242 \backslash
28243 setlength{
28244 \backslash
28245 fboxsep}{0.5cm}
28246 \series default
28247
28248 \begin_inset Newline newline
28249 \end_inset
28250
28251
28252 \series bold
28253
28254 \backslash
28255 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28256 \end_layout
28257
28258 \begin_layout Standard
28259
28260 \lang english
28261 \begin_inset ERT
28262 status collapsed
28263
28264 \begin_layout Plain Layout
28265
28266
28267 \backslash
28268 setlength{
28269 \backslash
28270 fboxsep}{0.5cm}
28271 \end_layout
28272
28273 \begin_layout Plain Layout
28274
28275
28276 \backslash
28277 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \begin_inset Box Shaded
28284 position "t"
28285 hor_pos "c"
28286 has_inner_box 0
28287 inner_pos "t"
28288 use_parbox 0
28289 width "100col%"
28290 special "none"
28291 height "1in"
28292 height_special "totalheight"
28293 status open
28294
28295 \begin_layout Plain Layout
28296
28297 \color yellow
28298 Ceci est un texte jaune dans une boîte à 
28299 \family sans
28300 Fond
28301 \begin_inset space ~
28302 \end_inset
28303
28304 ombré
28305 \family default
28306 \color inherit
28307  
28308 \color yellow
28309 avec un fond vert foncé.
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \begin_inset ERT
28316 status collapsed
28317
28318 \begin_layout Plain Layout
28319
28320
28321 \backslash
28322 setlength{
28323 \backslash
28324 fboxsep}{3pt}
28325 \end_layout
28326
28327 \begin_layout Plain Layout
28328
28329
28330 \backslash
28331 definecolor{shadecolor}{rgb}{1,0,0}
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \end_layout
28338
28339 \begin_layout Standard
28340
28341 \lang english
28342 \begin_inset VSpace bigskip
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28350  les boîtes qui suivent la commandes qui les a changées.
28351 \end_layout
28352
28353 \begin_layout Section
28354 Minipages
28355 \begin_inset CommandInset label
28356 LatexCommand label
28357 name "sec:Minipages"
28358
28359 \end_inset
28360
28361
28362 \begin_inset Index
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366 Boîtes ! Minipages
28367 \end_layout
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \begin_layout Standard
28375 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28376 ur d'une page.
28377  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28378  règles d'indentation, de saut de ligne, etc.
28379  s'appliquent.
28380 \end_layout
28381
28382 \begin_layout Standard
28383 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28384  langues.
28385 \end_layout
28386
28387 \begin_layout Standard
28388 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28389  Leur largeur est fixée à 45
28390 \begin_inset space \thinspace{}
28391 \end_inset
28392
28393 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28394  via le menu 
28395 \family sans
28396 Insérer\SpecialChar \menuseparator
28397 Typographie
28398 \begin_inset space ~
28399 \end_inset
28400
28401 spéciale\SpecialChar \menuseparator
28402 Ressort
28403 \begin_inset space ~
28404 \end_inset
28405
28406 Horizontal
28407 \family default
28408 .
28409 \end_layout
28410
28411 \begin_layout Standard
28412
28413 \end_layout
28414
28415 \begin_layout Standard
28416
28417 \lang english
28418 \begin_inset Box Frameless
28419 position "t"
28420 hor_pos "c"
28421 has_inner_box 1
28422 inner_pos "c"
28423 use_parbox 0
28424 width "45col%"
28425 special "none"
28426 height "1in"
28427 height_special "totalheight"
28428 status open
28429
28430 \begin_layout Plain Layout
28431
28432 \lang german
28433 Dies ist ein deutscher Text.
28434  Dies ist ein deutscher Text.
28435  Dies ist ein deutscher Text.
28436  Dies ist ein deutscher Text.
28437  Dies ist ein deutscher Text.
28438  Dies ist ein deutscher Text.
28439  Dies ist ein deutscher Text.
28440  Dies ist ein deutscher Text.
28441  Dies ist ein deutscher Text.
28442  Dies ist ein deutscher Text.
28443  Dies ist ein deutscher Text.
28444  Dies ist ein deutscher Text.
28445  Dies ist ein deutscher Text
28446 \begin_inset Foot
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450
28451 \lang german
28452 Dies ist eine deutsche Fußnote.
28453 \end_layout
28454
28455 \end_inset
28456
28457 .
28458  Dies ist ein deutscher Text.
28459  Dies ist ein deutscher Text.
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \begin_inset space \hfill{}
28466 \end_inset
28467
28468
28469 \begin_inset Box Frameless
28470 position "t"
28471 hor_pos "c"
28472 has_inner_box 1
28473 inner_pos "c"
28474 use_parbox 0
28475 width "45col%"
28476 special "none"
28477 height "1in"
28478 height_special "totalheight"
28479 status open
28480
28481 \begin_layout Plain Layout
28482
28483 \lang english
28484 This is an English Text.
28485  This is an English Text.
28486  This is an English Text.
28487  This is an English Text.
28488  This is an English Text.
28489  This is an English Text.
28490  This is an English Text.
28491  This is an English Text.
28492  This is an English Text.
28493  This is an English Text.
28494  This is an English Text.
28495  This is an English Text.
28496  This is an English Text.
28497  This is an English Text.
28498  This is an English Text.
28499  This is an English Text.
28500 \begin_inset Foot
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504
28505 \lang english
28506 This is an English footnote.
28507 \end_layout
28508
28509 \end_inset
28510
28511  This is an English Text.
28512  
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Standard
28521 \begin_inset VSpace bigskip
28522 \end_inset
28523
28524 Une autre application des minipages est l'ajout de notes de bas de page
28525  à l'intérieur d'un tableau.
28526  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28527  dans un tableau n'apparaissent pas en bas de la page courante.
28528  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28529  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28530  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28531  dehors des minipages.
28532 \end_layout
28533
28534 \begin_layout Standard
28535 Les notes de bas de page de ce tableau n'apparaissent pas : 
28536 \begin_inset Tabular
28537 <lyxtabular version="3" rows="3" columns="4">
28538 <features>
28539 <column alignment="center" valignment="top" width="0pt">
28540 <column alignment="center" valignment="top" width="0pt">
28541 <column alignment="center" valignment="top" width="0pt">
28542 <column alignment="center" valignment="top" width="0pt">
28543 <row>
28544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28545 \begin_inset Text
28546
28547 \begin_layout Plain Layout
28548 1
28549 \end_layout
28550
28551 \end_inset
28552 </cell>
28553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28554 \begin_inset Text
28555
28556 \begin_layout Plain Layout
28557 2
28558 \end_layout
28559
28560 \end_inset
28561 </cell>
28562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28563 \begin_inset Text
28564
28565 \begin_layout Plain Layout
28566 3
28567 \begin_inset Foot
28568 status open
28569
28570 \begin_layout Plain Layout
28571 Ceci est une note de bas de page à l'intérieur d'un tableau.
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Plain Layout
28585 4
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 </row>
28591 <row>
28592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28593 \begin_inset Text
28594
28595 \begin_layout Plain Layout
28596 a
28597 \end_layout
28598
28599 \end_inset
28600 </cell>
28601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28602 \begin_inset Text
28603
28604 \begin_layout Plain Layout
28605 b
28606 \end_layout
28607
28608 \end_inset
28609 </cell>
28610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28611 \begin_inset Text
28612
28613 \begin_layout Plain Layout
28614 c
28615 \end_layout
28616
28617 \end_inset
28618 </cell>
28619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28620 \begin_inset Text
28621
28622 \begin_layout Plain Layout
28623 d
28624 \end_layout
28625
28626 \end_inset
28627 </cell>
28628 </row>
28629 <row>
28630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28631 \begin_inset Text
28632
28633 \begin_layout Plain Layout
28634 e
28635 \end_layout
28636
28637 \end_inset
28638 </cell>
28639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28640 \begin_inset Text
28641
28642 \begin_layout Plain Layout
28643 f
28644 \end_layout
28645
28646 \end_inset
28647 </cell>
28648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28649 \begin_inset Text
28650
28651 \begin_layout Plain Layout
28652 g
28653 \end_layout
28654
28655 \end_inset
28656 </cell>
28657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28658 \begin_inset Text
28659
28660 \begin_layout Plain Layout
28661 h
28662 \end_layout
28663
28664 \end_inset
28665 </cell>
28666 </row>
28667 </lyxtabular>
28668
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \begin_layout Standard
28675 \align center
28676 \begin_inset Box Frameless
28677 position "t"
28678 hor_pos "c"
28679 has_inner_box 1
28680 inner_pos "c"
28681 use_parbox 0
28682 width "30col%"
28683 special "none"
28684 height "1in"
28685 height_special "totalheight"
28686 status open
28687
28688 \begin_layout Plain Layout
28689 \align center
28690 \begin_inset Tabular
28691 <lyxtabular version="3" rows="3" columns="4">
28692 <features>
28693 <column alignment="center" valignment="top" width="0pt">
28694 <column alignment="center" valignment="top" width="0pt">
28695 <column alignment="center" valignment="top" width="0pt">
28696 <column alignment="center" valignment="top" width="0pt">
28697 <row>
28698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28699 \begin_inset Text
28700
28701 \begin_layout Plain Layout
28702 1
28703 \end_layout
28704
28705 \end_inset
28706 </cell>
28707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28708 \begin_inset Text
28709
28710 \begin_layout Plain Layout
28711 2
28712 \end_layout
28713
28714 \end_inset
28715 </cell>
28716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28717 \begin_inset Text
28718
28719 \begin_layout Plain Layout
28720 3
28721 \begin_inset Foot
28722 status open
28723
28724 \begin_layout Plain Layout
28725 Ceci est une note de bas de page à l'intérieur d'un tableau.
28726 \end_layout
28727
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \end_inset
28734 </cell>
28735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28736 \begin_inset Text
28737
28738 \begin_layout Plain Layout
28739 4
28740 \end_layout
28741
28742 \end_inset
28743 </cell>
28744 </row>
28745 <row>
28746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28747 \begin_inset Text
28748
28749 \begin_layout Plain Layout
28750 a
28751 \end_layout
28752
28753 \end_inset
28754 </cell>
28755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28756 \begin_inset Text
28757
28758 \begin_layout Plain Layout
28759 b
28760 \end_layout
28761
28762 \end_inset
28763 </cell>
28764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28765 \begin_inset Text
28766
28767 \begin_layout Plain Layout
28768 c
28769 \end_layout
28770
28771 \end_inset
28772 </cell>
28773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28774 \begin_inset Text
28775
28776 \begin_layout Plain Layout
28777 d
28778 \end_layout
28779
28780 \end_inset
28781 </cell>
28782 </row>
28783 <row>
28784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28785 \begin_inset Text
28786
28787 \begin_layout Plain Layout
28788 e
28789 \end_layout
28790
28791 \end_inset
28792 </cell>
28793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28794 \begin_inset Text
28795
28796 \begin_layout Plain Layout
28797 f
28798 \end_layout
28799
28800 \end_inset
28801 </cell>
28802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28803 \begin_inset Text
28804
28805 \begin_layout Plain Layout
28806 g
28807 \end_layout
28808
28809 \end_inset
28810 </cell>
28811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28812 \begin_inset Text
28813
28814 \begin_layout Plain Layout
28815 h
28816 \end_layout
28817
28818 \end_inset
28819 </cell>
28820 </row>
28821 </lyxtabular>
28822
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \end_layout
28832
28833 \begin_layout Standard
28834 \begin_inset VSpace bigskip
28835 \end_inset
28836
28837 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28838  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28839  minipages, même si vous les avez mis par exemple à 
28840 \family sans
28841 Moyen
28842 \family default
28843  dans les paramètres du document.
28844 \end_layout
28845
28846 \begin_layout Standard
28847 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28848  portion de texte, voyez la section
28849 \begin_inset space ~
28850 \end_inset
28851
28852
28853 \begin_inset CommandInset ref
28854 LatexCommand ref
28855 reference "sub:Couleur-pour-les-Paragraphes"
28856
28857 \end_inset
28858
28859 .
28860 \end_layout
28861
28862 \begin_layout Standard
28863 \begin_inset Note Greyedout
28864 status open
28865
28866 \begin_layout Plain Layout
28867
28868 \series bold
28869 Note:
28870 \series default
28871  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28872  mais les minipages peuvent être utilisées dans un tableau, un flottant
28873  ou une autre boîte.
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \begin_layout Section
28882 Les Parboxes
28883 \begin_inset CommandInset label
28884 LatexCommand label
28885 name "sec:Parboxes"
28886
28887 \end_inset
28888
28889
28890 \begin_inset Index
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894 Boîtes ! Parboxes
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \end_layout
28901
28902 \begin_layout Standard
28903 \begin_inset Note Note
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907
28908 \lang english
28909 En attendant une traduction de parbox (NdT)
28910 \end_layout
28911
28912 \end_inset
28913
28914 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28915  ne peuvent avoir de note de bas de page.
28916  La principale différence avec les minipages, c'est que les minipages au
28917  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28918  LaTeX.
28919 \end_layout
28920
28921 \begin_layout Standard
28922 \align center
28923 \begin_inset Box Frameless
28924 position "t"
28925 hor_pos "c"
28926 has_inner_box 1
28927 inner_pos "t"
28928 use_parbox 1
28929 width "33col%"
28930 special "none"
28931 height "1in"
28932 height_special "totalheight"
28933 status collapsed
28934
28935 \begin_layout Plain Layout
28936 Ceci est un texte à l'intérieur d'une parbox.
28937  Ceci est un texte à l'intérieur d'une parbox.
28938 \end_layout
28939
28940 \begin_layout Plain Layout
28941 Cette note de bas de page ne devrait pas apparaître :
28942 \begin_inset Foot
28943 status open
28944
28945 \begin_layout Plain Layout
28946 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28947  pas.
28948 \end_layout
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \begin_layout Section
28961 Des Boîtes pour les Mots et les Caractères
28962 \begin_inset Index
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 Boîtes ! Pour les caractères
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Subsection
28975 Empêcher la Césure
28976 \begin_inset CommandInset label
28977 LatexCommand label
28978 name "sec:Empêcher-césure"
28979
28980 \end_inset
28981
28982
28983 \begin_inset Index
28984 status collapsed
28985
28986 \begin_layout Plain Layout
28987 Boîtes ! Pour empêcher la césure
28988 \end_layout
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \begin_layout Standard
28996 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28997  un texte ne soit coupé par une césure.
28998 \begin_inset Newline newline
28999 \end_inset
29000
29001 Voici un exemple de texte :
29002 \end_layout
29003
29004 \begin_layout Standard
29005 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29006  césure dans un 
29007 \begin_inset Quotes eld
29008 \end_inset
29009
29010 motTrèsTrèsLong
29011 \begin_inset Quotes erd
29012 \end_inset
29013
29014
29015 \end_layout
29016
29017 \begin_layout Standard
29018 Pour empêcher que le mot 
29019 \begin_inset Quotes eld
29020 \end_inset
29021
29022 motTrèsTrèsLong
29023 \begin_inset Quotes erd
29024 \end_inset
29025
29026  soit coupé, ajoutez la commande
29027 \end_layout
29028
29029 \begin_layout Standard
29030
29031 \series bold
29032
29033 \backslash
29034 mbox{
29035 \end_layout
29036
29037 \begin_layout Standard
29038 en code TeX avant le mot.
29039  Après le mot, insérez l'accolade fermante 
29040 \begin_inset Quotes eld
29041 \end_inset
29042
29043
29044 \series bold
29045 }
29046 \series default
29047
29048 \begin_inset Quotes erd
29049 \end_inset
29050
29051  en code TeX.
29052 \end_layout
29053
29054 \begin_layout Standard
29055 Voici le résultat :
29056 \end_layout
29057
29058 \begin_layout Standard
29059 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29060  césure dans un
29061 \begin_inset ERT
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065
29066
29067 \backslash
29068 mbox{
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \begin_inset Quotes eld
29075 \end_inset
29076
29077 motTrèsTrèsLong
29078 \begin_inset Quotes erd
29079 \end_inset
29080
29081 .
29082 \begin_inset ERT
29083 status collapsed
29084
29085 \begin_layout Plain Layout
29086
29087 }
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Standard
29096 Une autre méthode consiste à mettre la commande 
29097 \begin_inset Quotes eld
29098 \end_inset
29099
29100
29101 \series bold
29102
29103 \backslash
29104 -
29105 \series default
29106
29107 \begin_inset Quotes grd
29108 \end_inset
29109
29110  en code TeX, juste avant le mot :
29111 \end_layout
29112
29113 \begin_layout Standard
29114 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29115  césure dans un 
29116 \begin_inset Quotes eld
29117 \end_inset
29118
29119
29120 \begin_inset ERT
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124
29125
29126 \backslash
29127 -
29128 \end_layout
29129
29130 \end_inset
29131
29132 motTrèsTrèsLong
29133 \begin_inset Quotes erd
29134 \end_inset
29135
29136 .
29137 \end_layout
29138
29139 \begin_layout Standard
29140 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29141  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29142 \family sans
29143 Insérer\SpecialChar \menuseparator
29144 Formats\SpecialChar \menuseparator
29145 Passage
29146 \begin_inset space ~
29147 \end_inset
29148
29149 à
29150 \begin_inset space ~
29151 \end_inset
29152
29153 la
29154 \begin_inset space ~
29155 \end_inset
29156
29157 Ligne
29158 \family default
29159  (raccourci 
29160 \series bold
29161 Ctrl-Entrée
29162 \series default
29163 ) :
29164 \end_layout
29165
29166 \begin_layout Standard
29167 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29168  césure dans un
29169 \begin_inset Newline newline
29170 \end_inset
29171
29172
29173 \begin_inset ERT
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177
29178
29179 \backslash
29180 mbox{
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \begin_inset Quotes eld
29187 \end_inset
29188
29189 motTrèsTrèsLong
29190 \begin_inset Quotes erd
29191 \end_inset
29192
29193 .
29194 \begin_inset ERT
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198
29199 }
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Subsection
29208 Alignement Vertical
29209 \begin_inset CommandInset label
29210 LatexCommand label
29211 name "sub:Alignement-Vertical"
29212
29213 \end_inset
29214
29215
29216 \begin_inset Index
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220 Boîtes ! Pour l'alignement vertical
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \begin_inset Index
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 Boîtes ! Boîtes élévatrices
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \begin_inset Index
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 Raisebox|see
29241 \begin_inset ERT
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245
29246 {
29247 \end_layout
29248
29249 \end_inset
29250
29251 Boîtes élévatrices
29252 \begin_inset ERT
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256
29257 }
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \begin_layout Standard
29271 Avec la commande 
29272 \series bold
29273
29274 \backslash
29275 raisebox
29276 \series default
29277  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29278  par rapport au texte qui l'entoure.
29279  La commande
29280 \series bold
29281  
29282 \backslash
29283 raisebox
29284 \series default
29285  s'utilise en suivant la syntaxe suivante :
29286 \end_layout
29287
29288 \begin_layout Standard
29289
29290 \series bold
29291
29292 \backslash
29293 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29294 \end_layout
29295
29296 \begin_layout Standard
29297 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29298  pour l'abaisser.
29299 \end_layout
29300
29301 \begin_layout Standard
29302 Pour aligner le mot 
29303 \begin_inset Quotes eld
29304 \end_inset
29305
29306 empêcher
29307 \begin_inset Quotes erd
29308 \end_inset
29309
29310  de façon à ce que le point le plus bas du caractère le plus 
29311 \begin_inset Quotes eld
29312 \end_inset
29313
29314 profond
29315 \begin_inset Quotes erd
29316 \end_inset
29317
29318 , le 
29319 \begin_inset Quotes eld
29320 \end_inset
29321
29322 p
29323 \begin_inset Quotes erd
29324 \end_inset
29325
29326 , soit au niveau de la ligne de base, insérez la commande 
29327 \end_layout
29328
29329 \begin_layout Standard
29330
29331 \series bold
29332
29333 \backslash
29334 raisebox{
29335 \backslash
29336 depth}{
29337 \end_layout
29338
29339 \begin_layout Standard
29340 en code TeX avant le mot.
29341  Insérez après le mot l'accolade fermante 
29342 \begin_inset Quotes eld
29343 \end_inset
29344
29345
29346 \series bold
29347 }
29348 \series default
29349
29350 \begin_inset Quotes erd
29351 \end_inset
29352
29353  en code TeX.
29354 \begin_inset Newline newline
29355 \end_inset
29356
29357 Voici le résultat :
29358 \end_layout
29359
29360 \begin_layout Standard
29361 Cette ligne de texte contient le mot 
29362 \begin_inset ERT
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366
29367
29368 \backslash
29369 raisebox{
29370 \backslash
29371 depth}{
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \begin_inset Quotes eld
29378 \end_inset
29379
29380 empêcher
29381 \begin_inset Quotes erd
29382 \end_inset
29383
29384
29385 \begin_inset ERT
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390 }
29391 \end_layout
29392
29393 \end_inset
29394
29395  comme mot élevé.
29396 \end_layout
29397
29398 \begin_layout Standard
29399 \begin_inset VSpace bigskip
29400 \end_inset
29401
29402 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29403  entre les lignes va être agrandie :
29404 \end_layout
29405
29406 \begin_layout Standard
29407 Cette ligne de texte contient le mot
29408 \begin_inset ERT
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412
29413
29414 \backslash
29415 raisebox{-
29416 \backslash
29417 depth}{
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \begin_inset Quotes eld
29424 \end_inset
29425
29426 empêcher
29427 \begin_inset Quotes erd
29428 \end_inset
29429
29430
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436 }
29437 \end_layout
29438
29439 \end_inset
29440
29441  comme mot abaissé.
29442 \begin_inset Newline newline
29443 \end_inset
29444
29445 Cette ligne de texte contient le mot 
29446 \begin_inset ERT
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450
29451
29452 \backslash
29453 raisebox{0.5cm}{
29454 \end_layout
29455
29456 \end_inset
29457
29458
29459 \begin_inset Quotes eld
29460 \end_inset
29461
29462 tester
29463 \begin_inset Quotes erd
29464 \end_inset
29465
29466
29467 \begin_inset ERT
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471
29472 }
29473 \end_layout
29474
29475 \end_inset
29476
29477  comme mot élevé.
29478 \end_layout
29479
29480 \begin_layout Standard
29481 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29482  mettez la hauteur de la boîte à zéro.
29483  Par exemple utilisez
29484 \end_layout
29485
29486 \begin_layout Standard
29487
29488 \series bold
29489
29490 \backslash
29491 raisebox{-
29492 \backslash
29493 depth}[0pt]{
29494 \end_layout
29495
29496 \begin_layout Standard
29497 Cette ligne de texte contient le mot
29498 \begin_inset ERT
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502
29503
29504 \backslash
29505 raisebox{-
29506 \backslash
29507 depth}[0pt]{
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \begin_inset Quotes eld
29514 \end_inset
29515
29516 empêcher
29517 \begin_inset Quotes erd
29518 \end_inset
29519
29520
29521 \begin_inset ERT
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525
29526 }
29527 \end_layout
29528
29529 \end_inset
29530
29531  comme mot abaissé.
29532 \begin_inset Newline newline
29533 \end_inset
29534
29535 Cette ligne de texte contient le mot 
29536 \begin_inset ERT
29537 status collapsed
29538
29539 \begin_layout Plain Layout
29540
29541
29542 \backslash
29543 raisebox{0.5cm}[0pt]{
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \begin_inset Quotes eld
29550 \end_inset
29551
29552 tester
29553 \begin_inset Quotes erd
29554 \end_inset
29555
29556
29557 \begin_inset ERT
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561
29562 }
29563 \end_layout
29564
29565 \end_inset
29566
29567  comme mot élevé.
29568 \end_layout
29569
29570 \begin_layout Section
29571 Boîtes Colorées
29572 \begin_inset CommandInset label
29573 LatexCommand label
29574 name "sec:Boîtes-colorées"
29575
29576 \end_inset
29577
29578
29579 \begin_inset Index
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 Boîtes ! Couleur
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Subsection
29592 De la couleur pour le texte
29593 \begin_inset Index
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 Couleur ! Pour le texte
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Standard
29606 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29607  une boîte appelée 
29608 \begin_inset Quotes eld
29609 \end_inset
29610
29611 colorbox
29612 \begin_inset Quotes erd
29613 \end_inset
29614
29615 .
29616  Cela demande que le paquetage LaTeX 
29617 \series bold
29618 color
29619 \series default
29620
29621 \begin_inset Index
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625 Paquetages LaTeX ! color
29626 \end_layout
29627
29628 \end_inset
29629
29630  soit chargé dans le préambule du document avec la commande
29631 \end_layout
29632
29633 \begin_layout Standard
29634
29635 \series bold
29636
29637 \backslash
29638 @ifundefined{textcolor}
29639 \begin_inset Newline newline
29640 \end_inset
29641
29642
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 hphantom{ }
29651 \end_layout
29652
29653 \end_inset
29654
29655 {
29656 \backslash
29657 usepackage{color}}{}
29658 \end_layout
29659
29660 \begin_layout Standard
29661 Le paquetage 
29662 \series bold
29663 color
29664 \series default
29665  sera chargé automatiquement par LyX dès que vous colorez du texte
29666 \begin_inset Foot
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29671  
29672 \series bold
29673
29674 \backslash
29675 @ifundefined
29676 \series default
29677 .
29678 \end_layout
29679
29680 \end_inset
29681
29682 .
29683 \end_layout
29684
29685 \begin_layout Standard
29686 \begin_inset VSpace medskip
29687 \end_inset
29688
29689 Les boîtes colorées sont créées par la commande 
29690 \series bold
29691
29692 \backslash
29693 colorbox
29694 \series default
29695 .
29696  Elle est utilisée avec la syntaxe suivante :
29697 \end_layout
29698
29699 \begin_layout Standard
29700
29701 \series bold
29702
29703 \backslash
29704 colorbox{couleur}{contenu de la boîte}
29705 \end_layout
29706
29707 \begin_layout Standard
29708 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29709  peuvent être placées à l'intérieur d'autres boîtes.
29710 \end_layout
29711
29712 \begin_layout Standard
29713 Les couleurs suivantes sont prédéfinies ::
29714 \begin_inset Newline newline
29715 \end_inset
29716
29717
29718 \family sans
29719 black
29720 \family default
29721  (noir), 
29722 \family sans
29723 blue
29724 \family default
29725  (bleu), 
29726 \family sans
29727 cyan
29728 \family default
29729 \series bold
29730 ,
29731 \series default
29732  
29733 \family sans
29734 green
29735 \family default
29736  (vert), 
29737 \family sans
29738 magenta
29739 \family default
29740
29741 \family sans
29742 red
29743 \family default
29744  (rouge), 
29745 \family sans
29746 white
29747 \family default
29748  (blanc), and 
29749 \family sans
29750 yellow
29751 \family default
29752  (jaune).
29753 \begin_inset Newline newline
29754 \end_inset
29755
29756 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29757  section
29758 \begin_inset space ~
29759 \end_inset
29760
29761
29762 \begin_inset CommandInset ref
29763 LatexCommand ref
29764 reference "sec:Tableaux-Colorés"
29765
29766 \end_inset
29767
29768 .
29769 \end_layout
29770
29771 \begin_layout Standard
29772 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29773 \end_layout
29774
29775 \begin_layout Standard
29776
29777 \series bold
29778
29779 \backslash
29780 colorbox{red}{
29781 \end_layout
29782
29783 \begin_layout Standard
29784 avant le mot en code TeX.
29785  Insérez l'accolade fermante 
29786 \begin_inset Quotes eld
29787 \end_inset
29788
29789 }
29790 \begin_inset Quotes erd
29791 \end_inset
29792
29793  après le mot, en code TeX.
29794 \begin_inset Newline newline
29795 \end_inset
29796
29797 Voici le résultat :
29798 \end_layout
29799
29800 \begin_layout Standard
29801 Cette ligne de texte contient le mot
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 colorbox{red}{
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \begin_inset Quotes eld
29816 \end_inset
29817
29818 Attention!
29819 \begin_inset Quotes erd
29820 \end_inset
29821
29822
29823 \begin_inset ERT
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827
29828 }
29829 \end_layout
29830
29831 \end_inset
29832
29833  sur fond rouge.
29834 \end_layout
29835
29836 \begin_layout Standard
29837 \begin_inset VSpace bigskip
29838 \end_inset
29839
29840 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29841  vous pouvez utiliser la commande 
29842 \series bold
29843
29844 \backslash
29845 fcolorbox
29846 \series default
29847  avec la syntaxe suivante :
29848 \end_layout
29849
29850 \begin_layout Standard
29851
29852 \series bold
29853
29854 \backslash
29855 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29856 \end_layout
29857
29858 \begin_layout Standard
29859
29860 \series bold
29861
29862 \backslash
29863 fcolorbox
29864 \series default
29865  est une extension de 
29866 \series bold
29867
29868 \backslash
29869 colorbox
29870 \series default
29871 .
29872  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29873  peuvent être modifiés avec les variables 
29874 \series bold
29875
29876 \backslash
29877 fboxrule
29878 \series default
29879  et 
29880 \series bold
29881
29882 \backslash
29883 fboxsep
29884 \series default
29885 , comme c'est décrit dans la section
29886 \begin_inset space ~
29887 \end_inset
29888
29889
29890 \begin_inset CommandInset ref
29891 LatexCommand ref
29892 reference "sec:Décorations"
29893
29894 \end_inset
29895
29896 .
29897 \end_layout
29898
29899 \begin_layout Standard
29900 Pour l'exemple suivant, on a utilisé la commande
29901 \end_layout
29902
29903 \begin_layout Standard
29904
29905 \series bold
29906
29907 \backslash
29908 fcolorbox{cyan}{magenta}{
29909 \end_layout
29910
29911 \begin_layout Standard
29912 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29913 \begin_inset space \thinspace{}
29914 \end_inset
29915
29916 mm:
29917 \begin_inset Newline newline
29918 \end_inset
29919
29920
29921 \begin_inset ERT
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925
29926
29927 \backslash
29928 fboxrule 1mm 
29929 \backslash
29930 fboxsep 1mm
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \begin_inset ERT
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941
29942 \backslash
29943 fcolorbox{cyan}{magenta}{
29944 \end_layout
29945
29946 \end_inset
29947
29948 Ce texte est dans une boîte encadrée et colorée.
29949 \begin_inset ERT
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954 }
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \begin_layout Standard
29963 \begin_inset VSpace bigskip
29964 \end_inset
29965
29966 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29967  les yeux ! - NdT) :
29968 \begin_inset Newline newline
29969 \end_inset
29970
29971
29972 \begin_inset ERT
29973 status collapsed
29974
29975 \begin_layout Plain Layout
29976
29977
29978 \backslash
29979 fcolorbox{cyan}{magenta}{
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \color yellow
29986 Ce texte est coloré dans une boîte colorée et encadrée.
29987 \color inherit
29988
29989 \begin_inset ERT
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993
29994 }
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \begin_inset ERT
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004
30005
30006 \backslash
30007 fboxrule 0.4pt 
30008 \backslash
30009 fboxsep 3pt
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Standard
30018
30019 \series bold
30020 \begin_inset VSpace medskip
30021 \end_inset
30022
30023
30024 \end_layout
30025
30026 \begin_layout Standard
30027 \begin_inset Note Greyedout
30028 status open
30029
30030 \begin_layout Plain Layout
30031
30032 \series bold
30033 Note:
30034 \series default
30035  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
30036  de ligne.
30037  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
30038  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
30039 \end_layout
30040
30041 \end_inset
30042
30043
30044 \end_layout
30045
30046 \begin_layout Subsection
30047 De la couleur pour les paragraphes
30048 \begin_inset CommandInset label
30049 LatexCommand label
30050 name "sub:Couleur-pour-les-Paragraphes"
30051
30052 \end_inset
30053
30054
30055 \begin_inset Index
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059 Couleur ! Pour les  paragraphes
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \begin_layout Standard
30068 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
30069  texte dans une minipage.
30070  Avant la minipage, insérez la commande 
30071 \series bold
30072
30073 \backslash
30074 colorbox
30075 \series default
30076  
30077 \end_layout
30078
30079 \begin_layout Standard
30080
30081 \series bold
30082
30083 \backslash
30084 colorbox{color}{
30085 \end_layout
30086
30087 \begin_layout Standard
30088 en code TeX.
30089  Après la minipage, insérez l'accolade fermante 
30090 \begin_inset Quotes eld
30091 \end_inset
30092
30093 }
30094 \begin_inset Quotes erd
30095 \end_inset
30096
30097  en code TeX.
30098 \end_layout
30099
30100 \begin_layout Standard
30101 \begin_inset ERT
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105
30106
30107 \backslash
30108 colorbox{lightgrey}{
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \begin_inset Box Frameless
30115 position "t"
30116 hor_pos "c"
30117 has_inner_box 1
30118 inner_pos "t"
30119 use_parbox 0
30120 width "100col%"
30121 special "none"
30122 height "1in"
30123 height_special "totalheight"
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127 Ce texte a un fond coloré.
30128  Ce texte a un fond coloré.
30129 \end_layout
30130
30131 \begin_layout Plain Layout
30132 \begin_inset VSpace defskip
30133 \end_inset
30134
30135 Le texte peut avoir des notes de bas de page
30136 \begin_inset Foot
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140 Un autre exemple de note de bas de page
30141 \end_layout
30142
30143 \end_inset
30144
30145  et contenir des figures et des tableaux.
30146 \end_layout
30147
30148 \begin_layout Plain Layout
30149 \align center
30150 \begin_inset Tabular
30151 <lyxtabular version="3" rows="3" columns="3">
30152 <features>
30153 <column alignment="center" valignment="top" width="0">
30154 <column alignment="center" valignment="top" width="0">
30155 <column alignment="center" valignment="top" width="0">
30156 <row>
30157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30158 \begin_inset Text
30159
30160 \begin_layout Plain Layout
30161 a
30162 \end_layout
30163
30164 \end_inset
30165 </cell>
30166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30167 \begin_inset Text
30168
30169 \begin_layout Plain Layout
30170 !
30171 \end_layout
30172
30173 \end_inset
30174 </cell>
30175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30176 \begin_inset Text
30177
30178 \begin_layout Plain Layout
30179 3
30180 \end_layout
30181
30182 \end_inset
30183 </cell>
30184 </row>
30185 <row>
30186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30187 \begin_inset Text
30188
30189 \begin_layout Plain Layout
30190 <
30191 \end_layout
30192
30193 \end_inset
30194 </cell>
30195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30196 \begin_inset Text
30197
30198 \begin_layout Plain Layout
30199 b2
30200 \begin_inset Quotes erd
30201 \end_inset
30202
30203 |
30204 \end_layout
30205
30206 \end_inset
30207 </cell>
30208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30209 \begin_inset Text
30210
30211 \begin_layout Plain Layout
30212 >
30213 \end_layout
30214
30215 \end_inset
30216 </cell>
30217 </row>
30218 <row>
30219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30220 \begin_inset Text
30221
30222 \begin_layout Plain Layout
30223 1
30224 \end_layout
30225
30226 \end_inset
30227 </cell>
30228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30229 \begin_inset Text
30230
30231 \begin_layout Plain Layout
30232 §
30233 \end_layout
30234
30235 \end_inset
30236 </cell>
30237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30238 \begin_inset Text
30239
30240 \begin_layout Plain Layout
30241 c
30242 \end_layout
30243
30244 \end_inset
30245 </cell>
30246 </row>
30247 </lyxtabular>
30248
30249 \end_inset
30250
30251
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262 }
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \begin_layout Section
30271 Les boîtes pivotées et redimensionnées
30272 \end_layout
30273
30274 \begin_layout Standard
30275 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30276  charger le paquetage LaTeX 
30277 \series bold
30278 graphicx
30279 \series default
30280
30281 \begin_inset Index
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285 Paquetages LaTeX ! graphicx
30286 \end_layout
30287
30288 \end_inset
30289
30290  dans le préambule de votre document avec la commande
30291 \end_layout
30292
30293 \begin_layout Standard
30294
30295 \series bold
30296
30297 \backslash
30298 @ifundefined{rotatebox}
30299 \begin_inset Newline newline
30300 \end_inset
30301
30302
30303 \begin_inset ERT
30304 status collapsed
30305
30306 \begin_layout Plain Layout
30307
30308
30309 \backslash
30310 hphantom{ }
30311 \end_layout
30312
30313 \end_inset
30314
30315 {
30316 \backslash
30317 usepackage{graphicx}}{}
30318 \end_layout
30319
30320 \begin_layout Standard
30321 \begin_inset Note Greyedout
30322 status open
30323
30324 \begin_layout Plain Layout
30325
30326 \series bold
30327 Note:
30328 \series default
30329  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30330  redimensionnés.
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \end_layout
30337
30338 \begin_layout Standard
30339 \begin_inset Note Greyedout
30340 status open
30341
30342 \begin_layout Plain Layout
30343
30344 \series bold
30345 Note:
30346 \series default
30347  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30348  redimensionnée.
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \begin_layout Subsection
30357 Les Boîtes pivotées
30358 \begin_inset Index
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362 Boîtes ! pivotées
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \begin_inset Index
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372 Pivoter des objets
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \begin_inset Index
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 Figures ! Pivotées
30383 \end_layout
30384
30385 \end_inset
30386
30387
30388 \begin_inset Index
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 Tableau ! Pivoter
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Standard
30401 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30402  (rotated).
30403  Une telle boîte est créée avec la commande 
30404 \series bold
30405
30406 \backslash
30407 rotatebox
30408 \series default
30409  en code TeX avec la syntaxe
30410 \end_layout
30411
30412 \begin_layout Standard
30413
30414 \series bold
30415
30416 \backslash
30417 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30418 \end_layout
30419
30420 \begin_layout Standard
30421 La position du pivot est donnée par l'origine de rotation spécifiée sous
30422  la forme 
30423 \series bold
30424 origin=position
30425 \series default
30426 .
30427  Les valeurs suivantes sont possibles pour la position: 
30428 \emph on
30429 c
30430 \emph default
30431  (centre), 
30432 \emph on
30433 l
30434 \emph default
30435  (gauche/
30436 \lang english
30437 left
30438 \lang french
30439 ), 
30440 \emph on
30441 r
30442 \emph default
30443  (droite/
30444 \lang english
30445 right
30446 \lang french
30447 ), 
30448 \emph on
30449 b
30450 \emph default
30451  (bas/
30452 \lang english
30453 bottom
30454 \lang french
30455 ), 
30456 \emph on
30457 t
30458 \emph default
30459  (haut/
30460 \lang english
30461 top
30462 \lang french
30463 ), et aussi des combinaisons des quatre positions de base.
30464  Par exemple 
30465 \emph on
30466 lt
30467 \emph default
30468  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30469  Quand on ne donne pas d'origine, la position 
30470 \emph on
30471 l
30472 \emph default
30473  est utilisée.
30474  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30475  ou négatif.
30476  Le sens positif de rotation est anti-horaire.
30477 \end_layout
30478
30479 \begin_layout Standard
30480 Dans l'exemple qui suit, la commande 
30481 \series bold
30482
30483 \backslash
30484 rotatebox[origin=c]{60}{
30485 \series default
30486  a été insérée en code TeX juste avant le texte 
30487 \begin_inset Quotes eld
30488 \end_inset
30489
30490 pivoté de 90°
30491 \begin_inset Quotes erd
30492 \end_inset
30493
30494  ; la boîte est refermée juste après le texte par une accolade fermante
30495  
30496 \begin_inset Quotes eld
30497 \end_inset
30498
30499 }
30500 \begin_inset Quotes erd
30501 \end_inset
30502
30503  en code TeX.
30504 \end_layout
30505
30506 \begin_layout Standard
30507 Voici une ligne avec du texte 
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513
30514 \backslash
30515 rotatebox[origin=c]{60}{
30516 \end_layout
30517
30518 \end_inset
30519
30520 pivoté de 60°
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526 }
30527 \end_layout
30528
30529 \end_inset
30530
30531 .
30532 \end_layout
30533
30534 \begin_layout Standard
30535 La boîte peut contenir une autre boîte ou une formule en ligne :
30536 \end_layout
30537
30538 \begin_layout Standard
30539 Voici une ligne avec du texte 
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545
30546 \backslash
30547 rotatebox[origin=r]{-60}{
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \begin_inset Box Doublebox
30554 position "c"
30555 hor_pos "c"
30556 has_inner_box 0
30557 inner_pos "c"
30558 use_parbox 0
30559 width "1in"
30560 special "width"
30561 height "1in"
30562 height_special "totalheight"
30563 status collapsed
30564
30565 \begin_layout Plain Layout
30566 pivoté de -60°
30567 \end_layout
30568
30569 \end_inset
30570
30571
30572 \begin_inset ERT
30573 status collapsed
30574
30575 \begin_layout Plain Layout
30576
30577 }
30578 \end_layout
30579
30580 \end_inset
30581
30582  et encadré 
30583 \begin_inset ERT
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587
30588
30589 \backslash
30590 rotatebox[origin=lb]{60}{
30591 \end_layout
30592
30593 \end_inset
30594
30595
30596 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30597 \end_inset
30598
30599
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605 }
30606 \end_layout
30607
30608 \end_inset
30609
30610  et une formule.
30611 \end_layout
30612
30613 \begin_layout Standard
30614 ou encore une figure ou un tableau :
30615 \end_layout
30616
30617 \begin_layout Standard
30618 Voici une ligne
30619 \begin_inset ERT
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623
30624
30625 \backslash
30626 rotatebox[origin=lb]{90}{
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \begin_inset Graphics
30633         filename ../clipart/platypus.eps
30634         lyxscale 50
30635         width 25col%
30636
30637 \end_inset
30638
30639
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645 }
30646 \end_layout
30647
30648 \end_inset
30649
30650  avec une image pivotée de 90° 
30651 \begin_inset ERT
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655
30656
30657 \backslash
30658 rotatebox[origin=l]{-90}{
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \begin_inset Tabular
30665 <lyxtabular version="3" rows="2" columns="2">
30666 <features>
30667 <column alignment="center" valignment="top" width="0">
30668 <column alignment="center" valignment="top" width="0">
30669 <row>
30670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30671 \begin_inset Text
30672
30673 \begin_layout Plain Layout
30674 q
30675 \end_layout
30676
30677 \end_inset
30678 </cell>
30679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30680 \begin_inset Text
30681
30682 \begin_layout Plain Layout
30683 w
30684 \end_layout
30685
30686 \end_inset
30687 </cell>
30688 </row>
30689 <row>
30690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30691 \begin_inset Text
30692
30693 \begin_layout Plain Layout
30694 e
30695 \end_layout
30696
30697 \end_inset
30698 </cell>
30699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30700 \begin_inset Text
30701
30702 \begin_layout Plain Layout
30703 r
30704 \end_layout
30705
30706 \end_inset
30707 </cell>
30708 </row>
30709 </lyxtabular>
30710
30711 \end_inset
30712
30713
30714 \begin_inset ERT
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718
30719 }
30720 \end_layout
30721
30722 \end_inset
30723
30724  et un tableau.
30725 \end_layout
30726
30727 \begin_layout Subsection
30728 Les boîtes redimensionnées
30729 \begin_inset Index
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733 Boîtes ! Redimensionnées
30734 \end_layout
30735
30736 \end_inset
30737
30738
30739 \begin_inset Index
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743 Redimensionner des objets
30744 \end_layout
30745
30746 \end_inset
30747
30748
30749 \begin_inset Index
30750 status collapsed
30751
30752 \begin_layout Plain Layout
30753 Figures ! Redimensionnées
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \begin_inset Index
30760 status collapsed
30761
30762 \begin_layout Plain Layout
30763 Tableau ! Redimensionner
30764 \end_layout
30765
30766 \end_inset
30767
30768
30769 \end_layout
30770
30771 \begin_layout Standard
30772 Pour redimensionner des objets on peut utiliser les commandes 
30773 \series bold
30774
30775 \backslash
30776 scalebox
30777 \series default
30778  et 
30779 \series bold
30780
30781 \backslash
30782 resizebox
30783 \series default
30784  insérées sous forme de code TeX.
30785 \end_layout
30786
30787 \begin_layout Standard
30788
30789 \series bold
30790
30791 \backslash
30792 scalebox
30793 \series default
30794  est utilisée avec la syntaxe suivante :
30795 \end_layout
30796
30797 \begin_layout Standard
30798
30799 \series bold
30800
30801 \backslash
30802 scalebox{horizontal}[vertical]{contenu de la boîte}
30803 \end_layout
30804
30805 \begin_layout Standard
30806 Horizontal et vertical sont les facteurs d'échelle correspondants.
30807  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30808  utilisé comme facteur vertical.
30809 \end_layout
30810
30811 \begin_layout Standard
30812 Par exemple, la commande 
30813 \series bold
30814
30815 \backslash
30816 scalebox{2}{Bonjour}
30817 \series default
30818  crée un 
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824
30825 \backslash
30826 scalebox{2}{
30827 \end_layout
30828
30829 \end_inset
30830
30831 Bonjour
30832 \begin_inset ERT
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836
30837 }
30838 \end_layout
30839
30840 \end_inset
30841
30842  de taille double par rapport à la taille du texte du document.
30843 \end_layout
30844
30845 \begin_layout Standard
30846
30847 \series bold
30848
30849 \backslash
30850 scalebox{2}[1]{Hello}
30851 \series default
30852  au contraire va déformer le 
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858
30859 \backslash
30860 scalebox{2}[1]{
30861 \end_layout
30862
30863 \end_inset
30864
30865 Bonjour
30866 \begin_inset ERT
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870
30871 }
30872 \end_layout
30873
30874 \end_inset
30875
30876 .
30877 \end_layout
30878
30879 \begin_layout Standard
30880 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30881  La commande 
30882 \series bold
30883
30884 \backslash
30885 scalebox{-1}[1]{Hello}
30886 \series default
30887  peut donc être utilisée pour créer du texte en miroir : 
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893
30894 \backslash
30895 scalebox{-1}[1]{
30896 \end_layout
30897
30898 \end_inset
30899
30900 Bonjour
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906 }
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \begin_layout Standard
30915
30916 \series bold
30917
30918 \backslash
30919 scalebox{1}[-1]{Bonjour}
30920 \series default
30921  effectue une réflexion du 
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927
30928 \backslash
30929 scalebox{1}[-1]{
30930 \end_layout
30931
30932 \end_inset
30933
30934 Bonjour
30935 \begin_inset ERT
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939
30940 }
30941 \end_layout
30942
30943 \end_inset
30944
30945  par rapport à la ligne de base.
30946 \end_layout
30947
30948 \begin_layout Standard
30949 La commande 
30950 \series bold
30951
30952 \backslash
30953 reflectbox{contenu de la boîte} 
30954 \series default
30955 existe aussi et est équivalente à
30956 \series bold
30957  
30958 \backslash
30959 scalebox{-1}[1]{contenu de la boîte}.
30960
30961 \series default
30962  
30963 \begin_inset Newline newline
30964 \end_inset
30965
30966
30967 \end_layout
30968
30969 \begin_layout Standard
30970 \begin_inset VSpace bigskip
30971 \end_inset
30972
30973 La commande 
30974 \series bold
30975
30976 \backslash
30977 resizebox
30978 \series default
30979  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30980  données.
30981  La syntaxe de la commande est :
30982 \end_layout
30983
30984 \begin_layout Standard
30985
30986 \series bold
30987
30988 \backslash
30989 resizebox{largeur}{hauteur}{contenu de la boîte}
30990 \end_layout
30991
30992 \begin_layout Standard
30993 Si un des deux paramètres est remplacé par un point d'exclamation 
30994 \series bold
30995 !
30996 \series default
30997 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30998 \end_layout
30999
31000 \begin_layout Standard
31001 La commande 
31002 \series bold
31003
31004 \backslash
31005 resizebox{2cm}{1cm}{Bonjour}
31006 \series default
31007  produit : 
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 resizebox{2cm}{1cm}{
31016 \end_layout
31017
31018 \end_inset
31019
31020 Bonjour
31021 \begin_inset ERT
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025
31026 }
31027 \end_layout
31028
31029 \end_inset
31030
31031
31032 \begin_inset Newline newline
31033 \end_inset
31034
31035 La commande 
31036 \series bold
31037
31038 \backslash
31039 resizebox{2cm}{!}{Bonjour}
31040 \series default
31041  produit : 
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047
31048 \backslash
31049 resizebox{2cm}{!}{
31050 \end_layout
31051
31052 \end_inset
31053
31054 Bonjour
31055 \begin_inset ERT
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059
31060 }
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \begin_inset VSpace bigskip
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 \begin_inset Note Greyedout
31077 status open
31078
31079 \begin_layout Plain Layout
31080
31081 \series bold
31082 Note:
31083 \series default
31084  Quand les paramètres des commandes 
31085 \series bold
31086
31087 \backslash
31088 scalebox
31089 \series default
31090  ou 
31091 \series bold
31092
31093 \backslash
31094 resizebox
31095 \series default
31096  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31097  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31098  partiellement.
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset VSpace bigskip
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Standard
31114 Les boîtes peuvent être combinée dans n'importe quel ordre.
31115  Par exemple, la commande 
31116 \begin_inset Newline newline
31117 \end_inset
31118
31119
31120 \series bold
31121
31122 \backslash
31123 rotatebox[origin=c]{-45}{
31124 \backslash
31125 resizebox{2cm}{!}{
31126 \backslash
31127 reflectbox{Bonjour}}}
31128 \begin_inset Newline newline
31129 \end_inset
31130
31131
31132 \series default
31133 produit :
31134 \end_layout
31135
31136 \begin_layout Standard
31137 \align center
31138 \begin_inset ERT
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142
31143
31144 \backslash
31145 rotatebox[origin=c]{-45}{
31146 \backslash
31147 resizebox{2cm}{!}{
31148 \backslash
31149 reflectbox{
31150 \end_layout
31151
31152 \end_inset
31153
31154 Bonjour
31155 \begin_inset ERT
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159
31160 }}}
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \end_layout
31167
31168 \begin_layout Standard
31169 \noindent
31170 Les images, les tableaux et les formules sont autorisées comme contenu de
31171  boîte :
31172 \end_layout
31173
31174 \begin_layout Standard
31175 \align center
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181
31182 \backslash
31183 rotatebox[origin=c]{-30}{
31184 \backslash
31185 resizebox{2cm}{!}{
31186 \backslash
31187 reflectbox{
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \begin_inset Graphics
31194         filename ../clipart/platypus.eps
31195         lyxscale 50
31196         width 25col%
31197
31198 \end_inset
31199
31200
31201 \begin_inset ERT
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205
31206 }}}
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217
31218 \backslash
31219 rotatebox[origin=c]{-45}{
31220 \backslash
31221 resizebox{2cm}{!}{
31222 \backslash
31223 reflectbox{
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \begin_inset Tabular
31230 <lyxtabular version="3" rows="2" columns="2">
31231 <features>
31232 <column alignment="center" valignment="top" width="0">
31233 <column alignment="center" valignment="top" width="0">
31234 <row>
31235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31236 \begin_inset Text
31237
31238 \begin_layout Plain Layout
31239 q
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Plain Layout
31248 w
31249 \end_layout
31250
31251 \end_inset
31252 </cell>
31253 </row>
31254 <row>
31255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31256 \begin_inset Text
31257
31258 \begin_layout Plain Layout
31259 e
31260 \end_layout
31261
31262 \end_inset
31263 </cell>
31264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31265 \begin_inset Text
31266
31267 \begin_layout Plain Layout
31268 r
31269 \end_layout
31270
31271 \end_inset
31272 </cell>
31273 </row>
31274 </lyxtabular>
31275
31276 \end_inset
31277
31278
31279 \begin_inset ERT
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283
31284 }}}
31285 \end_layout
31286
31287 \end_inset
31288
31289
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295
31296 \backslash
31297 rotatebox[origin=c]{-45}{
31298 \backslash
31299 resizebox{2cm}{!}{
31300 \backslash
31301 reflectbox{
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31308 \end_inset
31309
31310
31311 \begin_inset ERT
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315
31316 }}}
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \begin_layout Standard
31325 Quand on utilise le style global de formule 
31326 \series bold
31327 fleqn
31328 \series default
31329  dans le document
31330 \begin_inset Foot
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334 Quand 
31335 \begin_inset Quotes eld
31336 \end_inset
31337
31338 fleqn
31339 \begin_inset Quotes erd
31340 \end_inset
31341
31342  est ajouté aux options de la classe de document.
31343 \end_layout
31344
31345 \end_inset
31346
31347 , les formules hors texte peuvent aussi être redimensionnées.
31348 \end_layout
31349
31350 \begin_layout Chapter
31351 Trucs Externes
31352 \begin_inset Index
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356 Trucs externes
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \end_layout
31363
31364 \begin_layout Standard
31365 Avec le menu 
31366 \family sans
31367 Insérer\SpecialChar \menuseparator
31368 Fichier
31369 \family default
31370  vous pouvez insérer un contenu externe à votre document.
31371  Ce contenu peut être :
31372 \end_layout
31373
31374 \begin_layout Description
31375 Document
31376 \begin_inset space ~
31377 \end_inset
31378
31379 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31380  document.
31381 \end_layout
31382
31383 \begin_layout Description
31384 Texte
31385 \begin_inset space ~
31386 \end_inset
31387
31388 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31389 e.
31390 \end_layout
31391
31392 \begin_layout Description
31393 Texte
31394 \begin_inset space ~
31395 \end_inset
31396
31397 Brut
31398 \begin_inset space ~
31399 \end_inset
31400
31401 par
31402 \begin_inset space ~
31403 \end_inset
31404
31405 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31406  Les lignes vides créent un nouveau paragraphe dans votre document.
31407 \end_layout
31408
31409 \begin_layout Description
31410 Objet
31411 \begin_inset space ~
31412 \end_inset
31413
31414 Externe Fichiers de formats variés.
31415 \end_layout
31416
31417 \begin_layout Description
31418 Sous-document Documents LyX ou LaTeX.
31419 \end_layout
31420
31421 \begin_layout Section
31422 Objets Externes 
31423 \begin_inset Index
31424 status collapsed
31425
31426 \begin_layout Plain Layout
31427 Trucs externes ! Objets Externes
31428 \end_layout
31429
31430 \end_inset
31431
31432
31433 \end_layout
31434
31435 \begin_layout Standard
31436 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31437  de fichiers dans votre document sans avoir à convertir ces derniers en
31438  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31439  qui va s'occuper des conversions.
31440  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31441  LyX des images dans des formats divers.
31442  
31443 \lang english
31444 When you have enabled Instant Preview in LyX's preferences under 
31445 \family sans
31446 Look
31447 \begin_inset space ~
31448 \end_inset
31449
31450 and
31451 \begin_inset space ~
31452 \end_inset
31453
31454 feel\SpecialChar \menuseparator
31455 Graphics
31456 \family default
31457 , the external material types Dia and Xfig is directly shown in LyX.
31458 \end_layout
31459
31460 \begin_layout Standard
31461 On insère des objets externes en utilisant la fenêtre de dialogue 
31462 \family sans
31463 Objet
31464 \begin_inset space ~
31465 \end_inset
31466
31467 Externe
31468 \family default
31469  qui est accessible via le menu 
31470 \family sans
31471 Insérer\SpecialChar \menuseparator
31472 Fichiers\SpecialChar \menuseparator
31473 Objet
31474 \begin_inset space ~
31475 \end_inset
31476
31477 Externe
31478 \family default
31479 .
31480  Actuellement les types de fichiers (
31481 \family sans
31482 Modèles
31483 \family default
31484 ) suivants sont autorisés :
31485 \end_layout
31486
31487 \begin_layout Description
31488 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31489  par le programme 
31490 \series bold
31491
31492 \begin_inset CommandInset href
31493 LatexCommand href
31494 name "XBoard"
31495 target "http://en.wikipedia.org/wiki/XBoard"
31496
31497 \end_inset
31498
31499
31500 \series default
31501 .
31502 \end_layout
31503
31504 \begin_layout Description
31505 Date Ce modèle insère la date sous la forme 
31506 \emph on
31507 Jour-Mois-Année
31508 \emph default
31509 .
31510  Voici un exemple de date insérée comme objet externe :: 
31511 \begin_inset External
31512         template Date
31513         filename .
31514
31515 \end_inset
31516
31517
31518 \lang english
31519
31520 \begin_inset space ~
31521 \end_inset
31522
31523
31524 \begin_inset Note Note
31525 status open
31526
31527 \begin_layout Plain Layout
31528
31529 \lang english
31530 Remove the protected space when bug 4398 is fixed!
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \lang french
31537
31538 \begin_inset Newline newline
31539 \end_inset
31540
31541 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31542  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31543 \family sans
31544 Insérer\SpecialChar \menuseparator
31545 Date
31546 \family default
31547  et avec la commande LaTeX 
31548 \series bold
31549
31550 \backslash
31551 today
31552 \series default
31553  entrée comme code TeX.
31554  Ces différentes méthodes sont comparée dans le tableau
31555 \begin_inset space ~
31556 \end_inset
31557
31558
31559 \begin_inset CommandInset ref
31560 LatexCommand ref
31561 reference "tab:Comparaison-des-dates"
31562
31563 \end_inset
31564
31565 .
31566 \end_layout
31567
31568 \begin_layout Description
31569
31570 \lang english
31571 Dia This template supports diagrams created with the program 
31572 \series bold
31573
31574 \begin_inset CommandInset href
31575 LatexCommand href
31576 name "Dia"
31577 target "http://en.wikipedia.org/wiki/Dia_(software)"
31578
31579 \end_inset
31580
31581
31582 \series default
31583 .
31584 \end_layout
31585
31586 \begin_layout Description
31587 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31588  par le programme 
31589 \series bold
31590
31591 \begin_inset CommandInset href
31592 LatexCommand href
31593 name "LilyPond"
31594 target "http://en.wikipedia.org/wiki/LilyPond"
31595
31596 \end_inset
31597
31598
31599 \series default
31600 .
31601 \end_layout
31602
31603 \begin_layout Description
31604 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
31605  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
31606  
31607 \emph on
31608 pages
31609 \emph default
31610  dans le champ 
31611 \family sans
31612 Option
31613 \family default
31614  dans l'onglet 
31615 \family sans
31616 Options LaTeX et LyX
31617 \family default
31618  en suivant les instructions données pour le modèle.
31619  Si on ne donne pas d'option 
31620 \emph on
31621 pages
31622 \emph default
31623 , seule la première page du PDF sera insérée.
31624 \end_layout
31625
31626 \begin_layout Description
31627 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31628  À peu près tous les formats d'images populaires sont acceptés.
31629  Les images peuvent être traitées dans la fenêtre de dialogue 
31630 \family sans
31631 Objet
31632 \begin_inset space ~
31633 \end_inset
31634
31635 Externe
31636 \family default
31637  comme les images qui sont habituellement incorporées en utilisant le menu
31638  
31639 \family sans
31640 Insérer\SpecialChar \menuseparator
31641 Graphique
31642 \family default
31643 , comme c'est décrit dans la section
31644 \begin_inset space ~
31645 \end_inset
31646
31647
31648 \begin_inset CommandInset ref
31649 LatexCommand ref
31650 reference "sec:Graphics-Dialog"
31651
31652 \end_inset
31653
31654 .
31655  La différence est que seules les images matricielles sont autorisées, ce
31656  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31657 \end_layout
31658
31659 \begin_layout Description
31660 XFig Ce modèle accepte les images créées avec le programme 
31661 \series bold
31662
31663 \begin_inset CommandInset href
31664 LatexCommand href
31665 name "Xfig"
31666 target "http://en.wikipedia.org/wiki/Xfig"
31667
31668 \end_inset
31669
31670
31671 \series default
31672 .
31673 \end_layout
31674
31675 \begin_layout Standard
31676 \begin_inset Float table
31677 placement h
31678 wide false
31679 sideways false
31680 status open
31681
31682 \begin_layout Plain Layout
31683 \begin_inset Caption
31684
31685 \begin_layout Plain Layout
31686 \begin_inset CommandInset label
31687 LatexCommand label
31688 name "tab:Comparaison-des-dates"
31689
31690 \end_inset
31691
31692 Comparaison des méthodes d'insertion de la date.
31693 \end_layout
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Plain Layout
31701 \align center
31702 \begin_inset Tabular
31703 <lyxtabular version="3" rows="4" columns="4">
31704 <features>
31705 <column alignment="center" valignment="top" width="0">
31706 <column alignment="center" valignment="top" width="0">
31707 <column alignment="center" valignment="top" width="0">
31708 <column alignment="center" valignment="top" width="0">
31709 <row>
31710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31711 \begin_inset Text
31712
31713 \begin_layout Plain Layout
31714 Format du document
31715 \end_layout
31716
31717 \end_inset
31718 </cell>
31719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31720 \begin_inset Text
31721
31722 \begin_layout Plain Layout
31723
31724 \family sans
31725 Objet
31726 \begin_inset space ~
31727 \end_inset
31728
31729 Externe\SpecialChar \menuseparator
31730 Date
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31736 \begin_inset Text
31737
31738 \begin_layout Plain Layout
31739
31740 \family sans
31741 Insérer\SpecialChar \menuseparator
31742 Date
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751 commande 
31752 \series bold
31753
31754 \backslash
31755 today
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 </row>
31761 <row>
31762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31763 \begin_inset Text
31764
31765 \begin_layout Plain Layout
31766 LyX
31767 \end_layout
31768
31769 \end_inset
31770 </cell>
31771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31772 \begin_inset Text
31773
31774 \begin_layout Plain Layout
31775 comme boîte d'insert
31776 \end_layout
31777
31778 \end_inset
31779 </cell>
31780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31781 \begin_inset Text
31782
31783 \begin_layout Plain Layout
31784 comme date
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793 comme boîte de code TeX
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 </row>
31799 <row>
31800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804 LaTeX
31805 \end_layout
31806
31807 \end_inset
31808 </cell>
31809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31810 \begin_inset Text
31811
31812 \begin_layout Plain Layout
31813 comme date
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822 comme date
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31828 \begin_inset Text
31829
31830 \begin_layout Plain Layout
31831 comme commande
31832 \end_layout
31833
31834 \end_inset
31835 </cell>
31836 </row>
31837 <row>
31838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31839 \begin_inset Text
31840
31841 \begin_layout Plain Layout
31842 DVI, PDF, PS
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31848 \begin_inset Text
31849
31850 \begin_layout Plain Layout
31851 comme date
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31857 \begin_inset Text
31858
31859 \begin_layout Plain Layout
31860 comme date
31861 \end_layout
31862
31863 \end_inset
31864 </cell>
31865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31866 \begin_inset Text
31867
31868 \begin_layout Plain Layout
31869 comme date date
31870 \end_layout
31871
31872 \end_inset
31873 </cell>
31874 </row>
31875 </lyxtabular>
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Standard
31888 Quand vous activez l'option 
31889 \family sans
31890 Brouillon
31891 \family default
31892  de l'onglet 
31893 \family sans
31894 Fichier
31895 \family default
31896  de la fenêtre de dialogue 
31897 \family sans
31898 Objet
31899 \begin_inset space ~
31900 \end_inset
31901
31902 Externe
31903 \family default
31904 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31905 \begin_inset Newline newline
31906 \end_inset
31907
31908 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31909  : 
31910 \begin_inset Graphics
31911         filename ../clipart/ExternalMaterialQt4.png
31912         scale 85
31913         scaleBeforeRotation
31914
31915 \end_inset
31916
31917  soit comme une image, selon que vous avez ou non activé l'option 
31918 \family sans
31919 Afficher
31920 \begin_inset space ~
31921 \end_inset
31922
31923 dans
31924 \begin_inset space ~
31925 \end_inset
31926
31927 LyX
31928 \family default
31929  de l'onglet 
31930 \family sans
31931 Options LaTeX et LyX
31932 \family default
31933  de la fenêtre de dialogue.
31934 \end_layout
31935
31936 \begin_layout Standard
31937 Le manuel 
31938 \family sans
31939 \emph on
31940 Personnalisation
31941 \family default
31942 \emph default
31943  explique comment vous pouvez créer vos propres modèles.
31944 \end_layout
31945
31946 \begin_layout Section
31947 Sous-documents
31948 \begin_inset CommandInset label
31949 LatexCommand label
31950 name "sec:Sous-documents"
31951
31952 \end_inset
31953
31954
31955 \begin_inset Index
31956 status collapsed
31957
31958 \begin_layout Plain Layout
31959 Trucs externes ! Sous-documents
31960 \end_layout
31961
31962 \end_inset
31963
31964
31965 \begin_inset Index
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969 Fichiers ! Insérer
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \begin_layout Standard
31978 Les sous-documents sont utilisés quand on a un document très long qui peut
31979  être décomposé en plusieurs parties ou sections plus petites.
31980  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31981  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31982  Les différents documents sont ce que l'on appelle les sous-documents et
31983  un document maître les relie pour imprimer le document complet ou seulement
31984  une partie de celui-ci.
31985 \end_layout
31986
31987 \begin_layout Standard
31988 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31989  comme celle-ci : 
31990 \begin_inset Graphics
31991         filename clipart/ChildDocumentQt4.png
31992         scale 60
31993         scaleBeforeRotation
31994
31995 \end_inset
31996
31997  Pour inclure des sous-documents dans un document maître , on utilise le
31998  menu 
31999 \family sans
32000 Insérer\SpecialChar \menuseparator
32001 Fichier\SpecialChar \menuseparator
32002 Sous-document
32003 \family default
32004 .
32005  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
32006  des quatre méthodes d'inclusion :
32007 \end_layout
32008
32009 \begin_layout Description
32010 Inclus
32011 \begin_inset space ~
32012 \end_inset
32013
32014 (include) Vous pouvez inclure des documents LyX et LaTeX.
32015  Quand vous cliquez sur le bouton 
32016 \family sans
32017 Charger
32018 \family default
32019  dans la fenêtre de dialogue 
32020 \family sans
32021 Sous-document
32022 \family default
32023 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
32024  vous puissiez le modifier.
32025 \begin_inset Newline newline
32026 \end_inset
32027
32028
32029 \end_layout
32030
32031 \begin_layout Standard
32032 Voici un sous-document inséré avec la méthode 
32033 \family sans
32034 Inclus
32035 \family default
32036  : 
32037 \begin_inset CommandInset include
32038 LatexCommand include
32039 filename "DocumentBidon1.lyx"
32040
32041 \end_inset
32042
32043
32044 \end_layout
32045
32046 \begin_layout Standard
32047 La numérotation des sections va prendre en compte les sections des fichiers
32048  incorporés dans l'ordre où ils sont insérés dans le document maître.
32049  Le document qui est inclus comme exemple possède une sous-section qui sera
32050  numérotée comme sous-section de la section actuelle.
32051  Les étiquettes présentes dans le fichier inclus peuvent être référencées
32052  : la sous-section
32053 \begin_inset space ~
32054 \end_inset
32055
32056
32057 \begin_inset CommandInset ref
32058 LatexCommand ref
32059 reference "sub:Sous-section-externe-1"
32060
32061 \end_inset
32062
32063  est dans le fichier inclus.
32064 \end_layout
32065
32066 \begin_layout Standard
32067 Le préambule du sous-document est tout simplement ignoré, seul le préambule
32068  du document maître est utilisé.
32069  Les documents inclus sont insérés en commençant une nouvelle page et sont
32070  suivis par un saut de page.
32071 \end_layout
32072
32073 \begin_layout Standard
32074 Avec la commande LaTeX 
32075 \series bold
32076
32077 \backslash
32078 includeonly 
32079 \series default
32080 vous pouvez préciser quels sous-documents seront traités pour générer la
32081  sortie imprimée.
32082  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
32083  important puisque cela vous fait économiser du temps de compilation.
32084  La commande 
32085 \series bold
32086
32087 \backslash
32088 includeonly
32089 \series default
32090  est insérée dans le préambule du document maître.
32091  Elle prend comme arguments une liste de noms de fichiers séparés par des
32092  virgules, par exemple :
32093 \end_layout
32094
32095 \begin_layout Standard
32096
32097 \series bold
32098
32099 \backslash
32100 includeonly{chapitre1,chapitre5}
32101 \end_layout
32102
32103 \begin_layout Standard
32104 fera que seuls les fichiers nommés 
32105 \begin_inset Quotes eld
32106 \end_inset
32107
32108 chapitre1.lyx
32109 \begin_inset Quotes erd
32110 \end_inset
32111
32112  (ou 
32113 \begin_inset Quotes eld
32114 \end_inset
32115
32116 chapitre1.tex
32117 \begin_inset Quotes erd
32118 \end_inset
32119
32120 ) et 
32121 \begin_inset Quotes eld
32122 \end_inset
32123
32124 chapitre5.lyx
32125 \begin_inset Quotes erd
32126 \end_inset
32127
32128  seront traités lors de la compilation.
32129 \end_layout
32130
32131 \begin_layout Standard
32132 \begin_inset Note Greyedout
32133 status open
32134
32135 \begin_layout Plain Layout
32136
32137 \series bold
32138 Note:
32139 \series default
32140  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32141  une classe de document différente de celle du document maître, vous recevez
32142  un avertissement quand vous tentez une visualisation ou une exportation,
32143  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32144 \end_layout
32145
32146 \end_inset
32147
32148
32149 \end_layout
32150
32151 \begin_layout Description
32152 Incorporé
32153 \begin_inset space ~
32154 \end_inset
32155
32156 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32157  sont :
32158 \end_layout
32159
32160 \begin_deeper
32161 \begin_layout Itemize
32162 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32163  par un saut de page.
32164 \end_layout
32165
32166 \begin_layout Itemize
32167 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32168  
32169 \family sans
32170 Aperçu
32171 \begin_inset space ~
32172 \end_inset
32173
32174 sur
32175 \begin_inset space ~
32176 \end_inset
32177
32178 le
32179 \begin_inset space ~
32180 \end_inset
32181
32182 vif
32183 \family default
32184  est activée dans les préférences dans la rubrique 
32185 \family sans
32186 Apparence\SpecialChar \menuseparator
32187 Graphique
32188 \family default
32189 .
32190 \end_layout
32191
32192 \begin_layout Itemize
32193 La commande LaTeX 
32194 \series bold
32195
32196 \backslash
32197 includeonly
32198 \series default
32199  ne peut pas être utilisée.
32200 \end_layout
32201
32202 \end_deeper
32203 \begin_layout Standard
32204 Voici un sous document inséré en utilisant la méthode 
32205 \family sans
32206 Incorporé
32207 \family default
32208  : 
32209 \begin_inset CommandInset include
32210 LatexCommand input
32211 preview true
32212 filename "DocumentBidon2.lyx"
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Description
32220 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32221  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32222  sous forme de code source et aucune des commandes éventuellement présentes
32223  ne sera exécutée.
32224  Vous pouvez utiliser l'option 
32225 \family sans
32226 Marquer
32227 \begin_inset space ~
32228 \end_inset
32229
32230 les
32231 \begin_inset space ~
32232 \end_inset
32233
32234 espaces
32235 \family default
32236  qui matérialise chaque espace présente dans le code source par un caractère
32237  
32238 \begin_inset Quotes eld
32239 \end_inset
32240
32241
32242 \begin_inset ERT
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246
32247
32248 \backslash
32249 textvisiblespace 
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \begin_inset Quotes erd
32256 \end_inset
32257
32258  .
32259  La différence avec la méthode qui consiste à utiliser le menu 
32260 \family sans
32261 Insérer\SpecialChar \menuseparator
32262 Fichier\SpecialChar \menuseparator
32263 Texte
32264 \begin_inset space ~
32265 \end_inset
32266
32267 brut
32268 \family default
32269  est que le contenu du document n'apparaît pas dans LyX.
32270 \end_layout
32271
32272 \begin_layout Standard
32273 Voici un sous-document inclus en utilisant la méthode 
32274 \family sans
32275 verbatim
32276 \family default
32277  : 
32278 \begin_inset CommandInset include
32279 LatexCommand verbatiminput
32280 filename "DocumentTexteBidon.txt"
32281
32282 \end_inset
32283
32284
32285 \begin_inset VSpace bigskip
32286 \end_inset
32287
32288 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32289  l'option 
32290 \family sans
32291 Marquer
32292 \begin_inset space ~
32293 \end_inset
32294
32295 les
32296 \begin_inset space ~
32297 \end_inset
32298
32299 espaces :
32300 \family default
32301  
32302 \begin_inset CommandInset include
32303 LatexCommand verbatiminput*
32304 filename "DocumentTexteBidon.txt"
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \begin_layout Standard
32312 \begin_inset VSpace bigskip
32313 \end_inset
32314
32315
32316 \end_layout
32317
32318 \begin_layout Standard
32319 \begin_inset Note Greyedout
32320 status open
32321
32322 \begin_layout Plain Layout
32323
32324 \series bold
32325 Note:
32326 \series default
32327  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32328  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32329 \end_layout
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Description
32337 Listings Ce type d'inclusion est décrit dans le chapitre
32338 \begin_inset space ~
32339 \end_inset
32340
32341
32342 \begin_inset CommandInset ref
32343 LatexCommand ref
32344 reference "cha:Program-Code-Listings"
32345
32346 \end_inset
32347
32348 .
32349 \end_layout
32350
32351 \begin_layout Standard
32352 \begin_inset Note Greyedout
32353 status open
32354
32355 \begin_layout Plain Layout
32356
32357 \series bold
32358 Note:
32359 \series default
32360  Inclure le même document deux fois dans un même document peut poser des
32361  problèmes avec LaTeX.
32362 \end_layout
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \begin_layout Chapter
32370 Listings de Code Source
32371 \begin_inset CommandInset label
32372 LatexCommand label
32373 name "cha:Program-Code-Listings"
32374
32375 \end_inset
32376
32377
32378 \begin_inset Index
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382 Listings
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \begin_inset Index
32389 status collapsed
32390
32391 \begin_layout Plain Layout
32392 Code Source
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \begin_inset Index
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402 Flottants ! Listings
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \end_layout
32409
32410 \begin_layout Standard
32411 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32412  un insert 
32413 \family sans
32414 Listings
32415 \family default
32416  qui peut être créé grâce au menu 
32417 \family sans
32418 Insérer
32419 \family default
32420 \SpecialChar \menuseparator
32421
32422 \family sans
32423 Listing
32424 \begin_inset space ~
32425 \end_inset
32426
32427 de
32428 \begin_inset space ~
32429 \end_inset
32430
32431 Code
32432 \begin_inset space ~
32433 \end_inset
32434
32435 Source
32436 \family default
32437 .
32438  Le paquetage LaTeX 
32439 \series bold
32440 listings
32441 \series default
32442
32443 \begin_inset Index
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Paquetages LaTeX ! listings
32448 \end_layout
32449
32450 \end_inset
32451
32452  fournit un moyen puissant et flexible d'insérer des listings de code source
32453  dans votre document.
32454  
32455 \end_layout
32456
32457 \begin_layout Standard
32458 Quand vous cliquez avec le bouton droit sur un insert de listings, 
32459 \lang english
32460 the context menu
32461 \lang french
32462  s'ouvre pour vous permettre de modifier le format du listing.
32463 \end_layout
32464
32465 \begin_layout Standard
32466 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32467  L'option d'emplacement 
32468 \family sans
32469 Listing
32470 \begin_inset space ~
32471 \end_inset
32472
32473 en
32474 \begin_inset space ~
32475 \end_inset
32476
32477 Ligne
32478 \family default
32479  imprime le listing dans la ligne comme ceci : 
32480 \begin_inset listings
32481 lstparams "language={C++}"
32482 inline true
32483 status open
32484
32485 \begin_layout Plain Layout
32486
32487 int a=5;
32488 \end_layout
32489
32490 \end_inset
32491
32492
32493 \begin_inset Newline newline
32494 \end_inset
32495
32496 L'option 
32497 \family sans
32498 Flottant
32499 \family default
32500  crée un flottant de listing pour lequel vous pouvez préciser les options
32501  classiques d'emplacement : 
32502 \begin_inset Quotes eld
32503 \end_inset
32504
32505
32506 \family sans
32507 h
32508 \family default
32509
32510 \begin_inset Quotes erd
32511 \end_inset
32512
32513
32514 \begin_inset Quotes eld
32515 \end_inset
32516
32517
32518 \family sans
32519 t
32520 \family default
32521
32522 \begin_inset Quotes erd
32523 \end_inset
32524
32525
32526 \begin_inset Quotes eld
32527 \end_inset
32528
32529
32530 \family sans
32531 b
32532 \family default
32533
32534 \begin_inset Quotes erd
32535 \end_inset
32536
32537 , et 
32538 \begin_inset Quotes eld
32539 \end_inset
32540
32541
32542 \family sans
32543 p
32544 \family default
32545
32546 \begin_inset Quotes erd
32547 \end_inset
32548
32549  correspondant aux emplacement décrits dans la section
32550 \begin_inset space ~
32551 \end_inset
32552
32553
32554 \begin_inset CommandInset ref
32555 LatexCommand ref
32556 reference "sec:Placement-flottants"
32557
32558 \end_inset
32559
32560 .
32561  Les options de positionnement peuvent être mélangées et doivent être saisies
32562  sans séparation, par exemple, on peut taper 
32563 \begin_inset Quotes eld
32564 \end_inset
32565
32566
32567 \family sans
32568 htbp
32569 \family default
32570
32571 \begin_inset Quotes erd
32572 \end_inset
32573
32574 .
32575  L' option 
32576 \begin_inset Quotes eld
32577 \end_inset
32578
32579 h
32580 \begin_inset Quotes erd
32581 \end_inset
32582
32583  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32584  
32585 \family sans
32586 Flottant
32587 \family default
32588  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32589  légende et être référencés.
32590 \end_layout
32591
32592 \begin_layout Standard
32593 Vous pouvez ajouter une légende à un listing avec le menu 
32594 \family sans
32595 Insérer\SpecialChar \menuseparator
32596 Légende
32597 \family default
32598 .
32599  On peut référencer les listings de la même façon que les flottants :Voir
32600  le listing
32601 \begin_inset space ~
32602 \end_inset
32603
32604
32605 \begin_inset CommandInset ref
32606 LatexCommand ref
32607 reference "lst:Listing-exemple"
32608
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Standard
32615 \begin_inset listings
32616 lstparams "language=Python"
32617 inline false
32618 status open
32619
32620 \begin_layout Plain Layout
32621
32622 \begin_inset Caption
32623
32624 \begin_layout Plain Layout
32625 \begin_inset CommandInset label
32626 LatexCommand label
32627 name "lst:Listing-exemple"
32628
32629 \end_inset
32630
32631 Exemple de listing flottant
32632 \end_layout
32633
32634 \end_inset
32635
32636 # Exemple de listing flottant
32637 \end_layout
32638
32639 \begin_layout Plain Layout
32640
32641 def func(param):
32642 \end_layout
32643
32644 \begin_layout Plain Layout
32645
32646     'ceci est une fonction python'
32647 \end_layout
32648
32649 \begin_layout Plain Layout
32650
32651     pass
32652 \end_layout
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Standard
32660 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32661  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32662  de manière particulière dans la sortie imprimée.
32663  Dans l'exemple de listing, le mot clé Python 
32664 \begin_inset Quotes eld
32665 \end_inset
32666
32667 def
32668 \begin_inset Quotes erd
32669 \end_inset
32670
32671  est reconnu et imprimé en caractères gras dans la sortie.
32672 \end_layout
32673
32674 \begin_layout Standard
32675 \begin_inset Note Greyedout
32676 status open
32677
32678 \begin_layout Plain Layout
32679
32680 \series bold
32681 Note:
32682 \series default
32683  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32684  une police de caractères à 
32685 \family typewriter
32686 chasse fixe
32687 \family default
32688 , c'est que votre police ne contient probablement pas de série grasse.
32689  Dans ce cas choisissez une police différente dans le menu 
32690 \family sans
32691 Document\SpecialChar \menuseparator
32692 Paramètres\SpecialChar \menuseparator
32693 Polices
32694 \family default
32695 .
32696  (Les polices 
32697 \emph on
32698 LuxiMono, BeraMono
32699 \emph default
32700  et 
32701 \emph on
32702 Courier
32703 \emph default
32704  contiennent une série grasse.)
32705 \end_layout
32706
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \begin_layout Standard
32713 Dans la rubrique 
32714 \family sans
32715 Numérotation
32716 \begin_inset space ~
32717 \end_inset
32718
32719 des
32720 \begin_inset space ~
32721 \end_inset
32722
32723 Lignes
32724 \family default
32725  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32726 n des lignes.
32727  Vous pouvez mettre un nombre dans le champ 
32728 \family sans
32729 Pas
32730 \family default
32731  pour désigner les lignes qui seront numérotées.
32732  Par exemple, si vous mettez 
32733 \begin_inset Quotes eld
32734 \end_inset
32735
32736 3
32737 \begin_inset Quotes erd
32738 \end_inset
32739
32740 , seule une ligne sur trois sera numérotée.
32741 \end_layout
32742
32743 \begin_layout Standard
32744 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32745  apparaîtront dans la sortie.
32746  Vous devez utiliser l'option 
32747 \family sans
32748 Table
32749 \begin_inset space ~
32750 \end_inset
32751
32752 de
32753 \begin_inset space ~
32754 \end_inset
32755
32756 Caractères
32757 \begin_inset space ~
32758 \end_inset
32759
32760 Étendue
32761 \family default
32762  quand vous employez des caractères spécifiques à une langue donnée comme
32763  les umlauts Allemands dans votre listing.
32764 \begin_inset Newline newline
32765 \end_inset
32766
32767 Voici un exemple de listing avec la numérotation des lignes à gauche par
32768  pas de 3, en langage Python, avec les options 
32769 \begin_inset Quotes eld
32770 \end_inset
32771
32772 Table
32773 \begin_inset space ~
32774 \end_inset
32775
32776 de
32777 \begin_inset space ~
32778 \end_inset
32779
32780 caractères
32781 \begin_inset space ~
32782 \end_inset
32783
32784 étendue
32785 \begin_inset Quotes erd
32786 \end_inset
32787
32788  et 
32789 \begin_inset Quotes eld
32790 \end_inset
32791
32792 Espace
32793 \begin_inset space ~
32794 \end_inset
32795
32796 représenté
32797 \begin_inset space ~
32798 \end_inset
32799
32800 par
32801 \begin_inset space ~
32802 \end_inset
32803
32804 un
32805 \begin_inset space ~
32806 \end_inset
32807
32808 symbole
32809 \begin_inset Quotes erd
32810 \end_inset
32811
32812 , l'intervalle de ligne étant 3
32813 \begin_inset space \thinspace{}
32814 \end_inset
32815
32816 -
32817 \begin_inset space \thinspace{}
32818 \end_inset
32819
32820 8:
32821 \end_layout
32822
32823 \begin_layout Standard
32824 \begin_inset listings
32825 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32826 inline false
32827 status open
32828
32829 \begin_layout Plain Layout
32830
32831 def func(param):
32832 \end_layout
32833
32834 \begin_layout Plain Layout
32835
32836     'ceci est une fonction Python'
32837 \end_layout
32838
32839 \begin_layout Plain Layout
32840
32841     pass
32842 \end_layout
32843
32844 \begin_layout Plain Layout
32845
32846 def func(param):
32847 \end_layout
32848
32849 \begin_layout Plain Layout
32850
32851 'Ça, c'est un mot Allemand : Tschüß'
32852 \end_layout
32853
32854 \begin_layout Plain Layout
32855
32856 pass
32857 \end_layout
32858
32859 \begin_layout Plain Layout
32860
32861 def func(param):
32862 \end_layout
32863
32864 \begin_layout Plain Layout
32865
32866 'ceci est une fonction Python'
32867 \end_layout
32868
32869 \begin_layout Plain Layout
32870
32871 pass
32872 \end_layout
32873
32874 \end_inset
32875
32876
32877 \end_layout
32878
32879 \begin_layout Standard
32880 \begin_inset Note Greyedout
32881 status open
32882
32883 \begin_layout Plain Layout
32884
32885 \series bold
32886 Note:
32887 \series default
32888  À cause d'un bug dans le paquetage 
32889 \series bold
32890 listings
32891 \series default
32892  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32893  listing.
32894  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32895  les lignes 3 et 6.
32896 \end_layout
32897
32898 \end_inset
32899
32900
32901 \end_layout
32902
32903 \begin_layout Standard
32904 \begin_inset VSpace bigskip
32905 \end_inset
32906
32907
32908 \end_layout
32909
32910 \begin_layout Standard
32911 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32912  listing.
32913  Pour le faire, il suffit d'utiliser le menu 
32914 \family sans
32915 Insérer\SpecialChar \menuseparator
32916 Fichier\SpecialChar \menuseparator
32917 Sous-document
32918 \family default
32919  et de choisir le type 
32920 \family sans
32921 Listing
32922 \family default
32923
32924 \begin_inset space ~
32925 \end_inset
32926
32927
32928 \family sans
32929 de
32930 \begin_inset space ~
32931 \end_inset
32932
32933 Code
32934 \begin_inset space ~
32935 \end_inset
32936
32937 source
32938 \family default
32939 .
32940 \begin_inset Foot
32941 status collapsed
32942
32943 \begin_layout Plain Layout
32944 Les autres types de sous-documents sont décrits dans la section
32945 \begin_inset space ~
32946 \end_inset
32947
32948
32949 \begin_inset CommandInset ref
32950 LatexCommand ref
32951 reference "sec:Sous-documents"
32952
32953 \end_inset
32954
32955 .
32956 \end_layout
32957
32958 \end_inset
32959
32960  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32961  à utiliser pour le listing dans une zone de texte.
32962  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32963  
32964 \begin_inset Quotes eld
32965 \end_inset
32966
32967 ?
32968 \begin_inset Quotes erd
32969 \end_inset
32970
32971  dans la zone de texte.
32972 \end_layout
32973
32974 \begin_layout Standard
32975 Pour faire référence à un sous-document de type listing, tapez une étiquette
32976  dans le champ correspondant de la fenêtre de dialogue.
32977  On peut alors faire référence à cette étiquette en utilisant le menu 
32978 \family sans
32979 Insérer\SpecialChar \menuseparator
32980 Référence
32981 \begin_inset space ~
32982 \end_inset
32983
32984 Croisée
32985 \family default
32986 .
32987 \end_layout
32988
32989 \begin_layout Standard
32990 Le listing
32991 \begin_inset space ~
32992 \end_inset
32993
32994
32995 \begin_inset CommandInset ref
32996 LatexCommand ref
32997 reference "lst:listing-fichier"
32998
32999 \end_inset
33000
33001  est une exemple de listing issu d'un fichier ; ici les lignes 10
33002 \begin_inset space \thinspace{}
33003 \end_inset
33004
33005 -
33006 \begin_inset space \thinspace{}
33007 \end_inset
33008
33009 15 de ce fichier LyX sont listées.
33010 \end_layout
33011
33012 \begin_layout Standard
33013 \begin_inset CommandInset include
33014 LatexCommand lstinputlisting
33015 filename "EmbeddedObjects.lyx"
33016 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
33017
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Standard
33024 \begin_inset VSpace bigskip
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \begin_layout Standard
33031 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
33032  de dialogue 
33033 \family sans
33034 Document\SpecialChar \menuseparator
33035 Paramètres\SpecialChar \menuseparator
33036 Format
33037 \begin_inset space ~
33038 \end_inset
33039
33040 du
33041 \begin_inset space ~
33042 \end_inset
33043
33044 Texte
33045 \family default
33046 .
33047  Pour avoir la liste des options disponibles, tapez un point d'interrogation
33048  
33049 \begin_inset Quotes eld
33050 \end_inset
33051
33052 ?
33053 \begin_inset Quotes erd
33054 \end_inset
33055
33056  dans le champ 
33057 \family sans
33058 Paramètres
33059 \begin_inset space ~
33060 \end_inset
33061
33062 du
33063 \begin_inset space ~
33064 \end_inset
33065
33066 Listing
33067 \family default
33068 .
33069 \end_layout
33070
33071 \begin_layout Standard
33072 Pour plus d'information sur le paquetage 
33073 \series bold
33074 listings
33075 \series default
33076 , nous vous renvoyons à sa documentation 
33077 \begin_inset CommandInset citation
33078 LatexCommand cite
33079 key "listings"
33080
33081 \end_inset
33082
33083 .
33084 \end_layout
33085
33086 \begin_layout Standard
33087 \begin_inset Newpage newpage
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Chapter
33094 \start_of_appendix
33095 Unités de longueur utilisables avec LyX
33096 \begin_inset OptArg
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100 Unités de longueur
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \begin_inset Index
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110 Unités
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \begin_inset CommandInset label
33117 LatexCommand label
33118 name "cha:Unités-de-longueur"
33119
33120 \end_inset
33121
33122
33123 \end_layout
33124
33125 \begin_layout Standard
33126 Pour comprendre les unités de longueur utilisées dans cette documentation,
33127  le tableau
33128 \begin_inset space ~
33129 \end_inset
33130
33131
33132 \begin_inset CommandInset ref
33133 LatexCommand ref
33134 reference "tab:Unités"
33135
33136 \end_inset
33137
33138 décrit les unités utilisées par LyX.
33139 \begin_inset Float table
33140 placement h
33141 wide false
33142 sideways false
33143 status open
33144
33145 \begin_layout Plain Layout
33146 \begin_inset Caption
33147
33148 \begin_layout Plain Layout
33149 \begin_inset CommandInset label
33150 LatexCommand label
33151 name "tab:Unités"
33152
33153 \end_inset
33154
33155 Unités de longueur
33156 \end_layout
33157
33158 \end_inset
33159
33160
33161 \end_layout
33162
33163 \begin_layout Plain Layout
33164 \begin_inset VSpace medskip
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \begin_layout Plain Layout
33171 \align center
33172 \begin_inset Tabular
33173 <lyxtabular version="3" rows="20" columns="2">
33174 <features>
33175 <column alignment="center" valignment="top" width="0">
33176 <column alignment="center" valignment="top" width="0">
33177 <row>
33178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182 unité
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 nom/description
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 </row>
33197 <row>
33198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33199 \begin_inset Text
33200
33201 \begin_layout Plain Layout
33202 mm
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 millimètre
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 </row>
33217 <row>
33218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222 cm
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 centimètre
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242 in
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 pouce (inch)
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 </row>
33257 <row>
33258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33259 \begin_inset Text
33260
33261 \begin_layout Plain Layout
33262 pt
33263 \end_layout
33264
33265 \end_inset
33266 </cell>
33267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33268 \begin_inset Text
33269
33270 \begin_layout Plain Layout
33271 point (72.27
33272 \begin_inset space \thinspace{}
33273 \end_inset
33274
33275 pt = 1
33276 \begin_inset space \thinspace{}
33277 \end_inset
33278
33279 in)
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 </row>
33285 <row>
33286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33287 \begin_inset Text
33288
33289 \begin_layout Plain Layout
33290 pc
33291 \end_layout
33292
33293 \end_inset
33294 </cell>
33295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 pica (1
33300 \begin_inset space \thinspace{}
33301 \end_inset
33302
33303 pc = 12
33304 \begin_inset space \thinspace{}
33305 \end_inset
33306
33307 pt)
33308 \end_layout
33309
33310 \end_inset
33311 </cell>
33312 </row>
33313 <row>
33314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33315 \begin_inset Text
33316
33317 \begin_layout Plain Layout
33318 sp
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 scaled point (65536
33328 \begin_inset space \thinspace{}
33329 \end_inset
33330
33331 sp = 1
33332 \begin_inset space \thinspace{}
33333 \end_inset
33334
33335 pt)
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 </row>
33341 <row>
33342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33343 \begin_inset Text
33344
33345 \begin_layout Plain Layout
33346 bp
33347 \end_layout
33348
33349 \end_inset
33350 </cell>
33351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33352 \begin_inset Text
33353
33354 \begin_layout Plain Layout
33355 gros point (72
33356 \begin_inset space \thinspace{}
33357 \end_inset
33358
33359 bp = 1
33360 \begin_inset space \thinspace{}
33361 \end_inset
33362
33363 in)
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 </row>
33369 <row>
33370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33371 \begin_inset Text
33372
33373 \begin_layout Plain Layout
33374 dd
33375 \end_layout
33376
33377 \end_inset
33378 </cell>
33379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383 didot (72
33384 \begin_inset space \thinspace{}
33385 \end_inset
33386
33387 dd 
33388 \begin_inset Formula $\approx$
33389 \end_inset
33390
33391  37.6
33392 \begin_inset space \thinspace{}
33393 \end_inset
33394
33395 mm)
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 </row>
33401 <row>
33402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33403 \begin_inset Text
33404
33405 \begin_layout Plain Layout
33406 cc
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415 cicero (1
33416 \begin_inset space \thinspace{}
33417 \end_inset
33418
33419 cc = 12
33420 \begin_inset space \thinspace{}
33421 \end_inset
33422
33423 dd)
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 </row>
33429 <row>
33430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33431 \begin_inset Text
33432
33433 \begin_layout Plain Layout
33434 Scale%
33435 \end_layout
33436
33437 \end_inset
33438 </cell>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443 % de la largeur originale de l'image
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 </row>
33449 <row>
33450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 text%
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 % de la largeur du texte
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 </row>
33469 <row>
33470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33471 \begin_inset Text
33472
33473 \begin_layout Plain Layout
33474 col%
33475 \end_layout
33476
33477 \end_inset
33478 </cell>
33479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33480 \begin_inset Text
33481
33482 \begin_layout Plain Layout
33483 % de la largeur de la colonne
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 </row>
33489 <row>
33490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33491 \begin_inset Text
33492
33493 \begin_layout Plain Layout
33494 page%
33495 \end_layout
33496
33497 \end_inset
33498 </cell>
33499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33500 \begin_inset Text
33501
33502 \begin_layout Plain Layout
33503 % de la largeur du papier
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 </row>
33509 <row>
33510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514 line%
33515 \end_layout
33516
33517 \end_inset
33518 </cell>
33519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33520 \begin_inset Text
33521
33522 \begin_layout Plain Layout
33523 % de la largeur de la ligne
33524 \end_layout
33525
33526 \end_inset
33527 </cell>
33528 </row>
33529 <row>
33530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534 theight%
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543 % la hauteur du texte
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 </row>
33549 <row>
33550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33551 \begin_inset Text
33552
33553 \begin_layout Plain Layout
33554 pheight%
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 % hauteur du papier
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 </row>
33569 <row>
33570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33571 \begin_inset Text
33572
33573 \begin_layout Plain Layout
33574 ex
33575 \end_layout
33576
33577 \end_inset
33578 </cell>
33579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33580 \begin_inset Text
33581
33582 \begin_layout Plain Layout
33583 hauteur de la lettre 
33584 \emph on
33585 x
33586 \emph default
33587  dans la police courante
33588 \end_layout
33589
33590 \end_inset
33591 </cell>
33592 </row>
33593 <row>
33594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33595 \begin_inset Text
33596
33597 \begin_layout Plain Layout
33598 em
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33604 \begin_inset Text
33605
33606 \begin_layout Plain Layout
33607 largeur de la lettre
33608 \emph on
33609  M
33610 \emph default
33611  dans la police courante
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 </row>
33617 <row>
33618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622 mu
33623 \end_layout
33624
33625 \end_inset
33626 </cell>
33627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33628 \begin_inset Text
33629
33630 \begin_layout Plain Layout
33631 unité mathématique (1
33632 \begin_inset space \thinspace{}
33633 \end_inset
33634
33635 mu = 1/18
33636 \begin_inset space \thinspace{}
33637 \end_inset
33638
33639 em)
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 </row>
33645 </lyxtabular>
33646
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \end_inset
33653
33654
33655 \end_layout
33656
33657 \begin_layout Chapter
33658 Formats des fichiers de sortie graphiques
33659 \begin_inset CommandInset label
33660 LatexCommand label
33661 name "cha:Formats-fichiers-graphiques"
33662
33663 \end_inset
33664
33665
33666 \end_layout
33667
33668 \begin_layout Section
33669 DVI
33670 \begin_inset Index
33671 status collapsed
33672
33673 \begin_layout Plain Layout
33674 Formats de Fichiers! DVI
33675 \end_layout
33676
33677 \end_inset
33678
33679
33680 \begin_inset Index
33681 status collapsed
33682
33683 \begin_layout Plain Layout
33684 DVI|see
33685 \begin_inset ERT
33686 status collapsed
33687
33688 \begin_layout Plain Layout
33689
33690 {
33691 \end_layout
33692
33693 \end_inset
33694
33695 Formats de Fichiers
33696 \begin_inset ERT
33697 status collapsed
33698
33699 \begin_layout Plain Layout
33700
33701 }
33702 \end_layout
33703
33704 \end_inset
33705
33706
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \begin_layout Standard
33715 Ce type de fichiers a l'extension 
33716 \begin_inset Quotes fld
33717 \end_inset
33718
33719
33720 \family typewriter
33721 .dvi
33722 \family default
33723
33724 \begin_inset Quotes frd
33725 \end_inset
33726
33727 .
33728  Il est appelé 
33729 \emph on
33730 indépendant de l'appareil
33731 \emph default
33732  ou 
33733 \begin_inset Quotes fld
33734 \end_inset
33735
33736 device independent (DVI)
33737 \begin_inset Quotes frd
33738 \end_inset
33739
33740 , car il est complètement portable ; vous pouvez les recopier d'une machine
33741  à l'autre sans avoir à faire de conversion.
33742  À l'époque où ce format a été développé, c'était loin d'être évident.
33743  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33744  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33745 \end_layout
33746
33747 \begin_layout Standard
33748 \begin_inset Note Greyedout
33749 status open
33750
33751 \begin_layout Plain Layout
33752
33753 \series bold
33754 Note:
33755 \series default
33756  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33757  au fichier.
33758  
33759 \end_layout
33760
33761 \end_inset
33762
33763  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33764  
33765 \family typewriter
33766 .dvi
33767 \family default
33768 .
33769  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33770 z le DVI puisque le programme de visualisation doit convertir les images
33771  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33772  document.
33773  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33774  avec de nombreuses images.
33775 \end_layout
33776
33777 \begin_layout Standard
33778 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33779  menu 
33780 \family sans
33781 Fichier\SpecialChar \menuseparator
33782 Exporter\SpecialChar \menuseparator
33783 DVI.
33784
33785 \family default
33786  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33787 \family sans
33788 Visualiser
33789 \family default
33790  ou en utilisant le bouton
33791 \begin_inset Graphics
33792         filename ../../images/buffer-view_dvi.png
33793         scale 85
33794         scaleBeforeRotation
33795
33796 \end_inset
33797
33798  de la barre d'outils.
33799 \end_layout
33800
33801 \begin_layout Section
33802 PostScript
33803 \begin_inset CommandInset label
33804 LatexCommand label
33805 name "sec:PostScript"
33806
33807 \end_inset
33808
33809
33810 \begin_inset Index
33811 status collapsed
33812
33813 \begin_layout Plain Layout
33814 Formats de Fichiers ! PostScript
33815 \end_layout
33816
33817 \end_inset
33818
33819
33820 \begin_inset Index
33821 status collapsed
33822
33823 \begin_layout Plain Layout
33824 PostScript|see
33825 \begin_inset ERT
33826 status collapsed
33827
33828 \begin_layout Plain Layout
33829
33830 {
33831 \end_layout
33832
33833 \end_inset
33834
33835 Formats de Fichiers
33836 \begin_inset ERT
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840
33841 }
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \end_inset
33850
33851
33852 \end_layout
33853
33854 \begin_layout Standard
33855 Ce type de fichiers a l'extension 
33856 \begin_inset Quotes fld
33857 \end_inset
33858
33859
33860 \family typewriter
33861 .ps
33862 \family default
33863
33864 \begin_inset Quotes frd
33865 \end_inset
33866
33867 .
33868  PostScript a été développé par la société 
33869 \series bold
33870 Adobe
33871 \series default
33872  comme un langage pour les imprimantes.
33873  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33874  pour imprimer le document.
33875  PostScript peut être considéré comme un 
33876 \begin_inset Quotes fld
33877 \end_inset
33878
33879 langage de programmation
33880 \begin_inset Quotes frd
33881 \end_inset
33882
33883  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33884  images
33885 \begin_inset Foot
33886 status open
33887
33888 \begin_layout Plain Layout
33889 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33890  LaTeX 
33891 \series bold
33892 pstricks
33893 \series default
33894
33895 \begin_inset CommandInset citation
33896 LatexCommand cite
33897 key "pstricks"
33898
33899 \end_inset
33900
33901 .
33902 \end_layout
33903
33904 \end_inset
33905
33906 .
33907  En partie à cause de toutes ces possibilités un fichier PostScript est
33908  souvent plus gros qu'un PDF.
33909 \end_layout
33910
33911 \begin_layout Standard
33912 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33913  plus gros qu'un PDF.
33914 \end_layout
33915
33916 \begin_layout Standard
33917 PostScript ne peut contenir que des images au format 
33918 \begin_inset Quotes fld
33919 \end_inset
33920
33921 PostScript Encapsulé
33922 \begin_inset Quotes frd
33923 \end_inset
33924
33925  (encapsulated PostScript ou EPS, d'extension 
33926 \family typewriter
33927 .eps
33928 \family default
33929 ).
33930  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33931  il doit les convertir en interne en EPS.
33932  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33933  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33934  document.
33935  Cela risque de ralentir de façon importante votre rythme de travail.
33936  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33937  vos images directement en EPS pour éviter ce problème.
33938 \end_layout
33939
33940 \begin_layout Standard
33941 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33942  le menu 
33943 \family sans
33944 Fichier\SpecialChar \menuseparator
33945 Exporter\SpecialChar \menuseparator
33946 PostScript.
33947
33948 \family default
33949  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33950  
33951 \family sans
33952 Visualiser
33953 \family default
33954  ou en utilisant le bouton 
33955 \begin_inset Graphics
33956         filename ../../images/buffer-view_ps.png
33957         scale 85
33958         scaleBeforeRotation
33959
33960 \end_inset
33961
33962  de la barre d'outils.
33963 \end_layout
33964
33965 \begin_layout Section
33966 PDF
33967 \begin_inset Index
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971 Formats de Fichiers ! PDF
33972 \end_layout
33973
33974 \end_inset
33975
33976
33977 \begin_inset Index
33978 status collapsed
33979
33980 \begin_layout Plain Layout
33981 PDF
33982 \end_layout
33983
33984 \end_inset
33985
33986
33987 \end_layout
33988
33989 \begin_layout Standard
33990 Ce type de fichiers a l'extension 
33991 \begin_inset Quotes fld
33992 \end_inset
33993
33994
33995 \family typewriter
33996 .pdf
33997 \family default
33998
33999 \begin_inset Quotes frd
34000 \end_inset
34001
34002 .
34003  Ce 
34004 \begin_inset Quotes fld
34005 \end_inset
34006
34007 format de document portable
34008 \begin_inset Quotes frd
34009 \end_inset
34010
34011  (portable document format ou PDF) est développé par 
34012 \family typewriter
34013 Adobe
34014 \family default
34015  comme une évolution de PostScript.
34016  Il est plus comprimé et utilise moins de commandes que PostScript.
34017  Comme son nom l'indique, il est 
34018 \begin_inset Quotes fld
34019 \end_inset
34020
34021 portable
34022 \begin_inset Quotes frd
34023 \end_inset
34024
34025  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
34026  aura exactement le même aspect.
34027 \end_layout
34028
34029 \begin_layout Standard
34030 PDF peut contenir des images dans son propre format PDF et dans les formats
34031  JPG (format du 
34032 \begin_inset Quotes fld
34033 \end_inset
34034
34035 Joint Photographic Expert Group
34036 \begin_inset Quotes frd
34037 \end_inset
34038
34039  avec comme extension 
34040 \family typewriter
34041 .jpg
34042 \family default
34043  ou 
34044 \family typewriter
34045 .jpeg
34046 \family default
34047 ) et PNG (
34048 \begin_inset Quotes fld
34049 \end_inset
34050
34051 Portable Network Graphics
34052 \begin_inset Quotes frd
34053 \end_inset
34054
34055  avec l'extension 
34056 \family typewriter
34057 .png
34058 \family default
34059 ).
34060  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
34061  dans un de ces formats.
34062  Mais comme il est dit dans la section sur PostScript, les conversions d'images
34063  vont ralentir votre travail.
34064  Nous recommandons donc l'utilisation de l'un des trois formats cités.
34065 \end_layout
34066
34067 \begin_layout Standard
34068 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
34069  menu 
34070 \family sans
34071 Fichier\SpecialChar \menuseparator
34072 Exporter 
34073 \family default
34074 de trois façons différentes:
34075 \end_layout
34076
34077 \begin_layout Description
34078 PDF
34079 \begin_inset space ~
34080 \end_inset
34081
34082 (ps2pdf) Ceci utilise le programme 
34083 \family typewriter
34084 ps2pdf
34085 \family default
34086  qui créé un PDF à partir de la version PostScript de votre fichier.
34087  Cette dernière est produite par le programme 
34088 \family typewriter
34089 dvips
34090 \family default
34091  qui utilise une version DVI comme étape intermédiaire.
34092  Cette variante consiste donc en trois conversions.
34093 \end_layout
34094
34095 \begin_layout Description
34096 PDF
34097 \begin_inset space ~
34098 \end_inset
34099
34100 (dvipdfm) Ceci utilise le programme 
34101 \family typewriter
34102 dvipdfm
34103 \family default
34104  qui convertit votre fichier en DVI avant de le convertir en PDF.
34105 \end_layout
34106
34107 \begin_layout Description
34108 PDF
34109 \begin_inset space ~
34110 \end_inset
34111
34112 (pdflatex) Ceci utilise le programme 
34113 \family typewriter
34114 pdftex
34115 \family default
34116  qui convertit directement votre fichier en PDF.
34117 \end_layout
34118
34119 \begin_layout Standard
34120 Nous recommandons d'utiliser l'option 
34121 \family sans
34122 PDF
34123 \begin_inset space ~
34124 \end_inset
34125
34126 (pdflatex)
34127 \family default
34128  car 
34129 \family typewriter
34130 pdftex
34131 \family default
34132  accepte toutes les fonctionnalités des versions actuelles de PDF.
34133  Il est en plus rapide et stable.
34134  Le programme 
34135 \family typewriter
34136 dvipdfm
34137 \family default
34138  n'est plus développé est est donc un peu dépassé.
34139 \end_layout
34140
34141 \begin_layout Standard
34142
34143 \end_layout
34144
34145 \begin_layout Standard
34146 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34147 \family sans
34148 Visualiser
34149 \family default
34150  ou en utilisant le bouton 
34151 \begin_inset Graphics
34152         filename ../../images/buffer-view_pdf2.png
34153         scale 85
34154         scaleBeforeRotation
34155
34156 \end_inset
34157
34158  de la barre d'outils
34159 \family sans
34160  (
34161 \family default
34162 qui utilise 
34163 \family sans
34164 PDF
34165 \begin_inset space ~
34166 \end_inset
34167
34168 (pdflatex)
34169 \family default
34170 ).
34171 \end_layout
34172
34173 \begin_layout Chapter
34174 Explication de l' Équation
34175 \begin_inset space ~
34176 \end_inset
34177
34178
34179 \begin_inset CommandInset ref
34180 LatexCommand eqref
34181 reference "eq:Wgn"
34182
34183 \end_inset
34184
34185
34186 \begin_inset CommandInset label
34187 LatexCommand label
34188 name "cha:Explication-de-l'Equation"
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Standard
34196 La largeur totale de 
34197 \emph on
34198 n
34199 \emph default
34200  cellules de tableau 
34201 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34202 \end_inset
34203
34204  peut être calculée avec
34205 \end_layout
34206
34207 \begin_layout Standard
34208 \begin_inset Formula \begin{equation}
34209 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}
34210
34211 \end_inset
34212
34213
34214 \end_layout
34215
34216 \begin_layout Standard
34217 Où 
34218 \begin_inset Formula $W_{g\, n}$
34219 \end_inset
34220
34221  est la largeur fixe de toutes les cellules.
34222  
34223 \series bold
34224
34225 \backslash
34226 tabcolsep
34227 \series default
34228  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34229  sa valeur par défaut est 6
34230 \begin_inset space \thinspace{}
34231 \end_inset
34232
34233 pt.
34234  
34235 \series bold
34236
34237 \backslash
34238 arrayrulewidth
34239 \series default
34240  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34241 \begin_inset space \thinspace{}
34242 \end_inset
34243
34244 pt.
34245 \end_layout
34246
34247 \begin_layout Standard
34248 D'après l'équation
34249 \begin_inset space ~
34250 \end_inset
34251
34252
34253 \begin_inset CommandInset ref
34254 LatexCommand eqref
34255 reference "eq:Wtot_n"
34256
34257 \end_inset
34258
34259 , la largeur totale d'une multicolonne, 
34260 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34261 \end_inset
34262
34263  est
34264 \end_layout
34265
34266 \begin_layout Standard
34267 \begin_inset Formula \begin{equation}
34268 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34269
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \begin_layout Standard
34276 En posant que les équations 
34277 \begin_inset space ~
34278 \end_inset
34279
34280
34281 \begin_inset CommandInset ref
34282 LatexCommand eqref
34283 reference "eq:Wtot_n"
34284
34285 \end_inset
34286
34287  et 
34288 \begin_inset CommandInset ref
34289 LatexCommand eqref
34290 reference "eq:Wtot_mult"
34291
34292 \end_inset
34293
34294  sont égales, on peut calculer la largeur nécessaire 
34295 \begin_inset Formula $W_{g\, n}$
34296 \end_inset
34297
34298  quand 
34299 \emph on
34300 n
34301 \emph default
34302  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34303  de 
34304 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34305 \end_inset
34306
34307 :
34308 \end_layout
34309
34310 \begin_layout Standard
34311 \begin_inset Formula \begin{equation}
34312 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Bibliography
34320 \begin_inset CommandInset bibitem
34321 LatexCommand bibitem
34322 key "latexcompanion"
34323
34324 \end_inset
34325
34326 Frank Mittelbach and Michel Goossens: 
34327 \emph on
34328 The LaTeX Companion Second Edition.
34329
34330 \emph default
34331  Addison-Wesley, 2004
34332 \end_layout
34333
34334 \begin_layout Bibliography
34335 \begin_inset CommandInset bibitem
34336 LatexCommand bibitem
34337 key "latexguide"
34338
34339 \end_inset
34340
34341 Helmut Kopka and Patrick W.
34342  Daly: 
34343 \emph on
34344 A Guide to LaTeX Fourth Edition.
34345
34346 \emph default
34347  Addison-Wesley, 2003
34348 \end_layout
34349
34350 \begin_layout Bibliography
34351 \begin_inset CommandInset bibitem
34352 LatexCommand bibitem
34353 key "latexbook"
34354
34355 \end_inset
34356
34357 Leslie Lamport: 
34358 \emph on
34359 LaTeX: A Document Preparation System.
34360
34361 \emph default
34362  Addison-Wesley, second edition, 1994
34363 \end_layout
34364
34365 \begin_layout Bibliography
34366 \begin_inset CommandInset bibitem
34367 LatexCommand bibitem
34368 key "booktabs"
34369
34370 \end_inset
34371
34372 Documentation du paquetage LaTeX 
34373 \series bold
34374
34375 \begin_inset CommandInset href
34376 LatexCommand href
34377 name "booktabs"
34378 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34379
34380 \end_inset
34381
34382
34383 \series default
34384
34385 \begin_inset Index
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 Paquetages LaTeX ! booktabs
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \begin_layout Bibliography
34398 \begin_inset CommandInset bibitem
34399 LatexCommand bibitem
34400 key "caption"
34401
34402 \end_inset
34403
34404 Documentation du paquetage LaTeX 
34405 \series bold
34406
34407 \begin_inset CommandInset href
34408 LatexCommand href
34409 name "caption"
34410 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34411
34412 \end_inset
34413
34414
34415 \series default
34416
34417 \begin_inset Index
34418 status collapsed
34419
34420 \begin_layout Plain Layout
34421 Paquetages LaTeX ! caption
34422 \end_layout
34423
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \begin_layout Bibliography
34430 \begin_inset CommandInset bibitem
34431 LatexCommand bibitem
34432 key "endfloat"
34433
34434 \end_inset
34435
34436 Documentation du paquetage LaTeX 
34437 \series bold
34438
34439 \begin_inset CommandInset href
34440 LatexCommand href
34441 name "endfloat"
34442 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34443
34444 \end_inset
34445
34446
34447 \series default
34448
34449 \begin_inset Index
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453 Paquetages LaTeX ! endfloat
34454 \end_layout
34455
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \begin_layout Bibliography
34462 \begin_inset CommandInset bibitem
34463 LatexCommand bibitem
34464 key "wrapfig"
34465
34466 \end_inset
34467
34468 Documentation du paquetage LaTeX 
34469 \series bold
34470
34471 \begin_inset CommandInset href
34472 LatexCommand href
34473 name "wrapfig"
34474 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34475
34476 \end_inset
34477
34478
34479 \series default
34480
34481 \begin_inset Index
34482 status collapsed
34483
34484 \begin_layout Plain Layout
34485 Paquetages LaTeX ! wrapfig
34486 \begin_inset ERT
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490
34491
34492 \backslash
34493 vspace{4mm}
34494 \end_layout
34495
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Bibliography
34507 \begin_inset CommandInset bibitem
34508 LatexCommand bibitem
34509 key "footmisc"
34510
34511 \end_inset
34512
34513 Documentation du paquetage LaTeX 
34514 \series bold
34515
34516 \begin_inset CommandInset href
34517 LatexCommand href
34518 name "footmisc"
34519 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34520
34521 \end_inset
34522
34523
34524 \series default
34525
34526 \begin_inset Index
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530 Paquetages LaTeX ! footmisc
34531 \end_layout
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Bibliography
34539 \begin_inset CommandInset bibitem
34540 LatexCommand bibitem
34541 key "hypcap"
34542
34543 \end_inset
34544
34545 Documentation du paquetage LaTeX 
34546 \series bold
34547
34548 \begin_inset CommandInset href
34549 LatexCommand href
34550 name "hypcap"
34551 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34552
34553 \end_inset
34554
34555
34556 \series default
34557
34558 \begin_inset Index
34559 status collapsed
34560
34561 \begin_layout Plain Layout
34562 Paquetages LaTeX ! hyperref
34563 \end_layout
34564
34565 \end_inset
34566
34567
34568 \end_layout
34569
34570 \begin_layout Bibliography
34571 \begin_inset CommandInset bibitem
34572 LatexCommand bibitem
34573 key "hyperref"
34574
34575 \end_inset
34576
34577 Documentation du paquetage LaTeX 
34578 \series bold
34579
34580 \begin_inset CommandInset href
34581 LatexCommand href
34582 name "hyperref"
34583 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34584
34585 \end_inset
34586
34587
34588 \series default
34589
34590 \begin_inset Index
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594 Paquetages LaTeX ! hyperref
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \begin_layout Bibliography
34603 \begin_inset CommandInset bibitem
34604 LatexCommand bibitem
34605 key "koma-script"
34606
34607 \end_inset
34608
34609 Documentation du paquetage LaTeX 
34610 \series bold
34611
34612 \begin_inset CommandInset href
34613 LatexCommand href
34614 name "koma-script"
34615 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34616
34617 \end_inset
34618
34619
34620 \series default
34621
34622 \begin_inset Index
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626 Paquetages LaTeX ! koma-script
34627 \end_layout
34628
34629 \end_inset
34630
34631
34632 \end_layout
34633
34634 \begin_layout Bibliography
34635 \begin_inset CommandInset bibitem
34636 LatexCommand bibitem
34637 key "listings"
34638
34639 \end_inset
34640
34641 Documentation du paquetage LaTeX 
34642 \series bold
34643
34644 \begin_inset CommandInset href
34645 LatexCommand href
34646 name "listings"
34647 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34648
34649 \end_inset
34650
34651
34652 \series default
34653
34654 \begin_inset Index
34655 status collapsed
34656
34657 \begin_layout Plain Layout
34658 Paquetages LaTeX ! listings
34659 \end_layout
34660
34661 \end_inset
34662
34663
34664 \end_layout
34665
34666 \begin_layout Bibliography
34667 \begin_inset CommandInset bibitem
34668 LatexCommand bibitem
34669 key "marginnote"
34670
34671 \end_inset
34672
34673 Documentation du paquetage LaTeX 
34674 \series bold
34675
34676 \begin_inset CommandInset href
34677 LatexCommand href
34678 name "marginnote"
34679 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34680
34681 \end_inset
34682
34683
34684 \series default
34685
34686 \begin_inset Index
34687 status collapsed
34688
34689 \begin_layout Plain Layout
34690 Paquetages LaTeX ! marginnote
34691 \end_layout
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Bibliography
34699 \begin_inset CommandInset bibitem
34700 LatexCommand bibitem
34701 key "pstricks"
34702
34703 \end_inset
34704
34705 Page Web du paquetage LaTeX 
34706 \series bold
34707
34708 \begin_inset CommandInset href
34709 LatexCommand href
34710 name "PSTricks"
34711 target "http://tug.org/PSTricks/"
34712
34713 \end_inset
34714
34715
34716 \series default
34717
34718 \begin_inset Index
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722 Paquetages LaTeX ! PSTricks
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Bibliography
34731 \begin_inset CommandInset bibitem
34732 LatexCommand bibitem
34733 key "sidecap"
34734
34735 \end_inset
34736
34737 Documentation du paquetage LaTeX 
34738 \series bold
34739
34740 \begin_inset CommandInset href
34741 LatexCommand href
34742 name "sidecap"
34743 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34744
34745 \end_inset
34746
34747
34748 \series default
34749
34750 \begin_inset Index
34751 status collapsed
34752
34753 \begin_layout Plain Layout
34754 Paquetages LaTeX ! sidecap
34755 \end_layout
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \begin_layout Bibliography
34763 \begin_inset CommandInset bibitem
34764 LatexCommand bibitem
34765 key "NewInLyX16"
34766
34767 \end_inset
34768
34769
34770 \begin_inset CommandInset href
34771 LatexCommand href
34772 name "Page Wiki"
34773 target "http://wiki.lyx.org/LyX/NewInLyX16"
34774
34775 \end_inset
34776
34777  au sujet des nouveautés de 
34778 \family sans
34779 LyX 1.6.0
34780 \family default
34781 .
34782 \end_layout
34783
34784 \begin_layout Standard
34785 \begin_inset CommandInset index_print
34786 LatexCommand printindex
34787
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \begin_layout Standard
34794 \begin_inset FloatList figure
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 \begin_inset FloatList table
34803
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \begin_layout Standard
34810 \begin_inset ERT
34811 status open
34812
34813 \begin_layout Plain Layout
34814
34815
34816 \backslash
34817 listof{algorithm}{Liste des Algorithmes}
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \begin_inset Note Note
34824 status collapsed
34825
34826 \begin_layout Plain Layout
34827 voir la section
34828 \begin_inset space ~
34829 \end_inset
34830
34831
34832 \begin_inset CommandInset ref
34833 LatexCommand ref
34834 reference "sub:Flottant-d'Algorithme"
34835
34836 \end_inset
34837
34838  pour une description
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \end_body
34847 \end_document