]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx: update the description of Edit externally
[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.
19606  Vous pouvez par exemple utiliser l'environnement Code
19607 \begin_inset space ~
19608 \end_inset
19609
19610 LyX qui est décrit dans le 
19611 \emph on
19612 Guide
19613 \emph default
19614
19615 \begin_inset space ~
19616 \end_inset
19617
19618
19619 \emph on
19620 de
19621 \begin_inset space ~
19622 \end_inset
19623
19624 l'Utilisateur
19625 \emph default
19626  de LyX.
19627  l'algorithme
19628 \begin_inset space ~
19629 \end_inset
19630
19631
19632 \begin_inset CommandInset ref
19633 LatexCommand ref
19634 reference "alg:Exemple-Flottant-Algorithme"
19635
19636 \end_inset
19637
19638  est un exemple de flottant d'algorithme où un espace vertical de -4
19639 \begin_inset space \thinspace{}
19640 \end_inset
19641
19642 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
19643  soit placée exactement sous le texte de la dernière ligne.
19644 \end_layout
19645
19646 \begin_layout Standard
19647 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
19648  du document.
19649  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
19650 ent en ajoutant la ligne suivante dans le préambule de votre document :
19651 \end_layout
19652
19653 \begin_layout Standard
19654
19655 \series bold
19656
19657 \backslash
19658 floatname{algorithm}{votre
19659 \begin_inset space ~
19660 \end_inset
19661
19662 nom}
19663 \end_layout
19664
19665 \begin_layout Standard
19666
19667 \family sans
19668  votre
19669 \begin_inset space ~
19670 \end_inset
19671
19672 nom
19673 \family default
19674  est le mot 
19675 \begin_inset Quotes eld
19676 \end_inset
19677
19678
19679 \emph on
19680 algorithme
19681 \emph default
19682
19683 \begin_inset Quotes erd
19684 \end_inset
19685
19686  dans votre langue.
19687 \end_layout
19688
19689 \begin_layout Standard
19690 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
19691 \family sans
19692 Insérer\SpecialChar \menuseparator
19693 Listes
19694 \begin_inset space ~
19695 \end_inset
19696
19697 &
19698 \begin_inset space ~
19699 \end_inset
19700
19701 TdM\SpecialChar \menuseparator
19702 Liste
19703 \begin_inset space ~
19704 \end_inset
19705
19706 des
19707 \begin_inset space ~
19708 \end_inset
19709
19710 algorithmes
19711 \family default
19712  si votre document est en anglais.
19713  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
19714  en code TeX à la place:
19715 \end_layout
19716
19717 \begin_layout Standard
19718
19719 \series bold
19720
19721 \backslash
19722 listof{algorithm}{votre
19723 \begin_inset space ~
19724 \end_inset
19725
19726 nom}
19727 \end_layout
19728
19729 \begin_layout Standard
19730 où 
19731 \family sans
19732 votre
19733 \begin_inset space ~
19734 \end_inset
19735
19736 nom
19737 \family default
19738  est la traduction de 
19739 \begin_inset Quotes eld
19740 \end_inset
19741
19742
19743 \emph on
19744 List of Algorithm
19745 \emph default
19746 s
19747 \begin_inset Quotes erd
19748 \end_inset
19749
19750  dans votre langue.
19751 \end_layout
19752
19753 \begin_layout Standard
19754 Les flottants d'algorithme ne sont pas numérotés par défaut en suivant le
19755  schéma 
19756 \begin_inset Quotes eld
19757 \end_inset
19758
19759 chapitre.algorithme
19760 \begin_inset Quotes erd
19761 \end_inset
19762
19763  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
19764  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
19765  commande dans le préambule de votre document :
19766 \end_layout
19767
19768 \begin_layout Standard
19769
19770 \series bold
19771
19772 \backslash
19773 numberwithin{algorithm}{chapter}
19774 \end_layout
19775
19776 \begin_layout Standard
19777 Pour pouvoir utiliser la commande 
19778 \series bold
19779
19780 \backslash
19781 numberwithin
19782 \series default
19783 , activez l'option 
19784 \family sans
19785 Utiliser
19786 \begin_inset space ~
19787 \end_inset
19788
19789 le
19790 \begin_inset space ~
19791 \end_inset
19792
19793 paquetage
19794 \begin_inset space ~
19795 \end_inset
19796
19797 AMS
19798 \begin_inset space ~
19799 \end_inset
19800
19801 math
19802 \family default
19803  dans la rubrique 
19804 \family sans
19805 Options
19806 \begin_inset space ~
19807 \end_inset
19808
19809 des
19810 \begin_inset space ~
19811 \end_inset
19812
19813 Maths
19814 \family default
19815  de la fenêtre de dialogue 
19816 \family sans
19817 Paramètres
19818 \begin_inset space ~
19819 \end_inset
19820
19821 du
19822 \begin_inset space ~
19823 \end_inset
19824
19825 Document
19826 \family default
19827 .
19828 \begin_inset Newpage newpage
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Subsection
19835 Flottant d'enrobage
19836 \begin_inset Index
19837 status collapsed
19838
19839 \begin_layout Plain Layout
19840 Flottants ! Flottants d'enrobage
19841 \end_layout
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Standard
19849 \begin_inset Wrap figure
19850 lines 0
19851 placement l
19852 overhang 1cm
19853 width "40col%"
19854 status open
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Graphics
19858         filename ../clipart/mobius.eps
19859         width 40col%
19860         scaleBeforeRotation
19861         rotateOrigin center
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \begin_layout Plain Layout
19869 \begin_inset Caption
19870
19871 \begin_layout Plain Layout
19872 \begin_inset CommandInset label
19873 LatexCommand label
19874 name "fig:Figure-enrobée"
19875
19876 \end_inset
19877
19878 Ceci est une figure habillée.
19879 \end_layout
19880
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887
19888  Ce type de flottant est utilisé quand on veut que le texte habille la figure
19889  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
19890  Vous pouvez en insérer un en utilisant le menu 
19891 \family sans
19892 Insérer\SpecialChar \menuseparator
19893 Flottant\SpecialChar \menuseparator
19894 Flottant
19895 \begin_inset space ~
19896 \end_inset
19897
19898 d'enrobage
19899 \family default
19900  à la condition que le paquetage LaTeX 
19901 \series bold
19902 wrapfig
19903 \series default
19904
19905 \begin_inset Index
19906 status collapsed
19907
19908 \begin_layout Plain Layout
19909 Paquetages LaTeX ! wrapfig
19910 \begin_inset ERT
19911 status collapsed
19912
19913 \begin_layout Plain Layout
19914
19915
19916 \backslash
19917 vspace{4mm}
19918 \end_layout
19919
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \end_inset
19926
19927  soit installé.
19928 \begin_inset Foot
19929 status collapsed
19930
19931 \begin_layout Plain Layout
19932 Voyez dans la manuel 
19933 \emph on
19934 Configuration
19935 \begin_inset space ~
19936 \end_inset
19937
19938 LaTeX 
19939 \emph default
19940 comment installer des paquetages LaTeX.
19941 \end_layout
19942
19943 \end_inset
19944
19945  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
19946  sur la boîte du flottant.
19947  Les paramètres obligatoires sont l'
19948 \family sans
19949 Emplacement
19950 \family default
19951  et la 
19952 \family sans
19953 Largeur
19954 \family default
19955 .
19956  Les paramètres facultatifs sont le 
19957 \family sans
19958 Débordement
19959 \family default
19960  qui précise de combien le flottant déborde sur la marge du paragraphe ou
19961  de la page et la 
19962 \family sans
19963 Porté de la ligne
19964 \family default
19965  qui précise le nombre approximatif de lignes dont le flottant va avoir
19966  besoin.
19967  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
19968  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
19969  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
19970  à l'intérieur du paragraphe ou vers les autres paragraphes.
19971  La figure
19972 \begin_inset space ~
19973 \end_inset
19974
19975
19976 \begin_inset CommandInset ref
19977 LatexCommand ref
19978 reference "fig:Figure-enrobée"
19979
19980 \end_inset
19981
19982  est un exemple de flottant d'enrobage avec une largeur de 40
19983 \begin_inset space \thinspace{}
19984 \end_inset
19985
19986 col%, un débordement de 1
19987 \begin_inset space \thinspace{}
19988 \end_inset
19989
19990 cm et placé à gauche.
19991 \begin_inset Foot
19992 status collapsed
19993
19994 \begin_layout Plain Layout
19995 Les unités disponibles sont expliquées dans l'appendice
19996 \begin_inset space ~
19997 \end_inset
19998
19999
20000 \begin_inset CommandInset ref
20001 LatexCommand ref
20002 reference "cha:Unités-de-longueur"
20003
20004 \end_inset
20005
20006 .
20007 \end_layout
20008
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \begin_layout Standard
20015 \begin_inset Note Greyedout
20016 status open
20017
20018 \begin_layout Plain Layout
20019
20020 \series bold
20021 Note:
20022 \series default
20023  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20024  figure trop près du bas de page peut tout chambouler et faire que le flottant
20025  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20026  de texte.
20027 \end_layout
20028
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \begin_layout Standard
20035 En général:
20036 \end_layout
20037
20038 \begin_layout Itemize
20039 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20040  qui risquent de passer à la page suivante.
20041  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20042  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20043  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20044  de page.
20045 \end_layout
20046
20047 \begin_layout Itemize
20048 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20049  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20050 e.
20051 \end_layout
20052
20053 \begin_layout Itemize
20054 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20055  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20056  texte entre les deux, comme séparateur.
20057 \end_layout
20058
20059 \begin_layout Itemize
20060 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20061  ou les tableaux.
20062 \end_layout
20063
20064 \begin_layout Section
20065 Numérotation des flottants
20066 \begin_inset Index
20067 status collapsed
20068
20069 \begin_layout Plain Layout
20070 Flottants ! Numérotation
20071 \end_layout
20072
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout Standard
20079 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20080  ils se trouvent, soit en utilisant un format du genre 
20081 \begin_inset Quotes eld
20082 \end_inset
20083
20084 chapitre.numéro
20085 \begin_inset Quotes erd
20086 \end_inset
20087
20088  ou 
20089 \begin_inset Quotes eld
20090 \end_inset
20091
20092 section.numéro
20093 \begin_inset Quotes erd
20094 \end_inset
20095
20096 .
20097  Cela dépend de la classe de document utilisée.
20098 \end_layout
20099
20100 \begin_layout Standard
20101 Pour changer le format de la numérotation qui ne dépend pas de la section
20102  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20103  le préambule du document :
20104 \end_layout
20105
20106 \begin_layout Standard
20107
20108 \series bold
20109
20110 \backslash
20111 renewcommand{
20112 \backslash
20113 thetable}{
20114 \backslash
20115 roman{table}}
20116 \end_layout
20117
20118 \begin_layout Standard
20119
20120 \series bold
20121
20122 \backslash
20123 thetable
20124 \series default
20125  est la commande qui imprime le numéro du tableau, pour les figures, la
20126  commande serait 
20127 \series bold
20128
20129 \backslash
20130 thefigure
20131 \series default
20132 .
20133  La commande 
20134 \series bold
20135
20136 \backslash
20137 roman
20138 \series default
20139  utilisée dans la commande précédente, imprime le numéro du tableau sous
20140  forme de petits chiffres romains.
20141 \end_layout
20142
20143 \begin_layout Standard
20144 Pour changer le type de numérotation pour par exemple 
20145 \begin_inset Quotes eld
20146 \end_inset
20147
20148 sous-section.numéro
20149 \begin_inset Quotes erd
20150 \end_inset
20151
20152 , utilisez la commande suivante dans le préambule du document :
20153 \end_layout
20154
20155 \begin_layout Standard
20156
20157 \series bold
20158
20159 \backslash
20160 numberwithin{table}{subsection}
20161 \end_layout
20162
20163 \begin_layout Standard
20164 Pour pouvoir utiliser la commande 
20165 \series bold
20166
20167 \backslash
20168 numberwithin
20169 \series default
20170 , vous devez activer l'option 
20171 \family sans
20172 Utiliser
20173 \begin_inset space ~
20174 \end_inset
20175
20176 le
20177 \begin_inset space ~
20178 \end_inset
20179
20180 paquetage
20181 \begin_inset space ~
20182 \end_inset
20183
20184 maths
20185 \begin_inset space ~
20186 \end_inset
20187
20188 AMS
20189 \family default
20190  dans la rubrique 
20191 \family sans
20192 Options
20193 \begin_inset space ~
20194 \end_inset
20195
20196 des
20197 \begin_inset space ~
20198 \end_inset
20199
20200 Maths
20201 \family default
20202  de la fenêtre de dialogue 
20203 \family sans
20204 Paramètres
20205 \family default
20206  du document.
20207 \end_layout
20208
20209 \begin_layout Standard
20210 Veuillez aussi jeter un coup d'œil à la section
20211 \begin_inset space ~
20212 \end_inset
20213
20214
20215 \begin_inset CommandInset ref
20216 LatexCommand ref
20217 reference "sub:Numerotation-notes-bas-de-page"
20218
20219 \end_inset
20220
20221  pour plus de détails et des notes importantes sur les commandes de numérotation.
20222 \end_layout
20223
20224 \begin_layout Section
20225 Faire Référence à des Flottants
20226 \begin_inset CommandInset label
20227 LatexCommand label
20228 name "sec:Referencer-les-Flottants"
20229
20230 \end_inset
20231
20232
20233 \begin_inset Index
20234 status collapsed
20235
20236 \begin_layout Plain Layout
20237 Flottants ! Références
20238 \end_layout
20239
20240 \end_inset
20241
20242
20243 \begin_inset Index
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247 References@Références ! à des Flottants 
20248 \end_layout
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Standard
20256 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20257  en utilisant le menu 
20258 \family sans
20259 Insérer\SpecialChar \menuseparator
20260 Étiquette
20261 \family default
20262  ou le bouton 
20263 \begin_inset Graphics
20264         filename ../../images/label-insert.png
20265         scale 85
20266         scaleBeforeRotation
20267
20268 \end_inset
20269
20270  de la barre d'outils.
20271  Une boîte grise de ce genre : 
20272 \begin_inset Graphics
20273         filename clipart/labelQt4.png
20274         scale 85
20275         scaleBeforeRotation
20276
20277 \end_inset
20278
20279  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20280  de saisir le texte de l'étiquette.
20281  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20282  précédés d'un préfixe.
20283  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20284  préfixe sera "
20285 \family sans
20286 fig:
20287 \family default
20288 ".
20289 \end_layout
20290
20291 \begin_layout Standard
20292 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20293  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20294 \family sans
20295 Insérer\SpecialChar \menuseparator
20296 Référence
20297 \begin_inset space ~
20298 \end_inset
20299
20300 Croisée
20301 \family default
20302  ou le bouton 
20303 \begin_inset Graphics
20304         filename ../../images/dialog-show-new-inset_ref.png
20305         scale 85
20306         scaleBeforeRotation
20307
20308 \end_inset
20309
20310  de la barre d'outils.
20311  Une boîte grise de référence croisée comme celle-ci : 
20312 \begin_inset Graphics
20313         filename ../clipart/referenceQt4.png
20314         scale 85
20315         scaleBeforeRotation
20316
20317 \end_inset
20318
20319  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20320  toutes les étiquettes définies dans votre document.
20321  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20322  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20323  de la fenêtre de dialogue.
20324  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20325  une.
20326  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20327  de la référence croisée.
20328 \end_layout
20329
20330 \begin_layout Standard
20331 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20332  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20333  les deux.
20334  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20335  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20336  du numéro de la référence.
20337 \end_layout
20338
20339 \begin_layout Standard
20340 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20341  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20342  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20343  pas à vous en préoccuper.
20344 \end_layout
20345
20346 \begin_layout Standard
20347 Le bouton 
20348 \family sans
20349 Aller
20350 \begin_inset space ~
20351 \end_inset
20352
20353 à
20354 \begin_inset space ~
20355 \end_inset
20356
20357 l'étiquette
20358 \family default
20359  dans la fenêtre de référence croisée va positionner le curseur juste devant
20360  l'étiquette à laquelle on fait référence.
20361  Le nom du bouton bouton 
20362 \family sans
20363 Revenir
20364 \family default
20365  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20366  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20367  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20368  à votre point de départ.
20369 \end_layout
20370
20371 \begin_layout Subsection
20372 Formats de Références Croisées
20373 \begin_inset CommandInset label
20374 LatexCommand label
20375 name "sub:Formats-Références-Croisées"
20376
20377 \end_inset
20378
20379
20380 \begin_inset Index
20381 status collapsed
20382
20383 \begin_layout Plain Layout
20384 References@Références ! Formats
20385 \end_layout
20386
20387 \end_inset
20388
20389
20390 \end_layout
20391
20392 \begin_layout Standard
20393 Il y a six types de références croisées :
20394 \end_layout
20395
20396 \begin_layout Description
20397 <référence>
20398 \begin_inset space ~
20399 \end_inset
20400
20401 : affiche le numéro de l'élément, c'est le choix par défaut : 
20402 \begin_inset CommandInset ref
20403 LatexCommand ref
20404 reference "fig:Deux-images-déformées"
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \begin_layout Description
20412 (<référence>)
20413 \begin_inset space ~
20414 \end_inset
20415
20416 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20417  normalement pour faire référence à des formules mathématiques, en particulier
20418  quand le mot 
20419 \begin_inset Quotes eld
20420 \end_inset
20421
20422 Équation
20423 \begin_inset Quotes erd
20424 \end_inset
20425
20426  est omis : 
20427 \begin_inset CommandInset ref
20428 LatexCommand eqref
20429 reference "eq:Wgn"
20430
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \begin_layout Description
20437 <page>
20438 \begin_inset space ~
20439 \end_inset
20440
20441 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20442 \begin_inset space ~
20443 \end_inset
20444
20445
20446 \begin_inset CommandInset ref
20447 LatexCommand pageref
20448 reference "fig:Deux-images-déformées"
20449
20450 \end_inset
20451
20452
20453 \end_layout
20454
20455 \begin_layout Description
20456 page
20457 \begin_inset space ~
20458 \end_inset
20459
20460 <page>
20461 \begin_inset space ~
20462 \end_inset
20463
20464 : affiche le mot 
20465 \begin_inset Quotes eld
20466 \end_inset
20467
20468 page
20469 \begin_inset Quotes erd
20470 \end_inset
20471
20472  suivi du numéro de la page sur laquelle se trouve l'élément : 
20473 \begin_inset CommandInset ref
20474 LatexCommand vpageref
20475 reference "fig:Deux-images-déformées"
20476
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \begin_layout Description
20483 <référence>
20484 \begin_inset space ~
20485 \end_inset
20486
20487 page
20488 \begin_inset space ~
20489 \end_inset
20490
20491 <page>
20492 \begin_inset space ~
20493 \end_inset
20494
20495 : affiche le numéro de l'élément, le mot 
20496 \begin_inset Quotes eld
20497 \end_inset
20498
20499 page
20500 \begin_inset Quotes erd
20501 \end_inset
20502
20503  et le numéro de la page : 
20504 \begin_inset CommandInset ref
20505 LatexCommand vref
20506 reference "fig:Deux-images-déformées"
20507
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \begin_layout Description
20514 Référence
20515 \begin_inset space ~
20516 \end_inset
20517
20518 mise
20519 \begin_inset space ~
20520 \end_inset
20521
20522 en
20523 \begin_inset space ~
20524 \end_inset
20525
20526 forme
20527 \begin_inset space ~
20528 \end_inset
20529
20530 : affiche une référence croisée qui définit son propre format.
20531
20532 \lang english
20533  
20534 \lang french
20535
20536 \begin_inset Note Greyedout
20537 status open
20538
20539 \begin_layout Plain Layout
20540
20541 \series bold
20542 Note:
20543 \series default
20544  Ce type de référence croisée n'est disponible que si vous avez installé
20545  le paquetage LaTeX 
20546 \series bold
20547 prettyref.
20548 \end_layout
20549
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \begin_layout Standard
20556 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20557  se trouve sur la page précédente, la même page ou la page suivante.
20558  Vous verrez par exemple un texte du genre 
20559 \begin_inset Quotes eld
20560 \end_inset
20561
20562 sur cette page
20563 \begin_inset Quotes erd
20564 \end_inset
20565
20566  à la place.
20567 \end_layout
20568
20569 \begin_layout Standard
20570 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20571  se trouve sont calculés automatiquement par LaTeX.
20572  Vous choisissez une des six variétés de références dans le champ Format
20573  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20574  boîte de la référence croisée.
20575 \end_layout
20576
20577 \begin_layout Subsection
20578 Nommage automatique des références croisées
20579 \begin_inset Index
20580 status collapsed
20581
20582 \begin_layout Plain Layout
20583 References@Références ! Nommage automatique
20584 \end_layout
20585
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \begin_layout Standard
20592 Le paquetage LaTeX 
20593 \series bold
20594 hyperref
20595 \begin_inset Index
20596 status collapsed
20597
20598 \begin_layout Plain Layout
20599 Paquetages LaTeX ! hyperref
20600 \end_layout
20601
20602 \end_inset
20603
20604
20605 \series default
20606 qui est activé dans la rubrique 
20607 \family sans
20608 Propriétés du PDF
20609 \family default
20610  de la fenêtre de dialogue 
20611 \family sans
20612 Paramètres du document
20613 \family default
20614  fournit une fonction très utile pour automatiser la création des références
20615  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
20616  une section).
20617  Par exemple pour vous éviter de devoir écrire le mot 
20618 \begin_inset Quotes eld
20619 \end_inset
20620
20621 Figure
20622 \begin_inset Quotes erd
20623 \end_inset
20624
20625  devant chaque référence à une figure.
20626  Pour profiter de ce nommage automatique des références croisées, vous devez
20627  activer 
20628 \series bold
20629 hyperref
20630 \series default
20631  et insérer la ligne suivante dans le préambule du document :
20632 \end_layout
20633
20634 \begin_layout Standard
20635
20636 \series bold
20637
20638 \backslash
20639 AtBeginDocument{
20640 \backslash
20641 renewcommand{
20642 \backslash
20643 ref}[1]{
20644 \backslash
20645 mbox{
20646 \backslash
20647 autoref{#1}}}}
20648 \end_layout
20649
20650 \begin_layout Standard
20651 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
20652  défaut, par exemple vous préférez le nom 
20653 \begin_inset Quotes eld
20654 \end_inset
20655
20656 sec.
20657 \begin_inset space \thinspace{}
20658 \end_inset
20659
20660
20661 \begin_inset Quotes eld
20662 \end_inset
20663
20664  plutôt que 
20665 \begin_inset Quotes eld
20666 \end_inset
20667
20668 section
20669 \begin_inset Quotes erd
20670 \end_inset
20671
20672 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
20673 \end_layout
20674
20675 \begin_layout Standard
20676
20677 \series bold
20678
20679 \backslash
20680 addto
20681 \backslash
20682 extrasenglish{
20683 \backslash
20684 renewcommand{
20685 \backslash
20686 sectionautorefname}
20687 \begin_inset Newline newline
20688 \end_inset
20689
20690
20691 \begin_inset ERT
20692 status collapsed
20693
20694 \begin_layout Plain Layout
20695
20696
20697 \backslash
20698 hphantom{ }
20699 \end_layout
20700
20701 \end_inset
20702
20703 {sec.
20704 \backslash
20705 negthinspace}}
20706 \end_layout
20707
20708 \begin_layout Standard
20709 Si vous utilisez une autre langue que l'anglais, remplacez 
20710 \series bold
20711
20712 \backslash
20713 extrasenglish
20714 \series default
20715  par 
20716 \series bold
20717
20718 \backslash
20719 extras***
20720 \series default
20721 , où *** est le nom de la langue que vous utilisez.
20722
20723 \series bold
20724  
20725 \end_layout
20726
20727 \begin_layout Standard
20728 Pour avoir des noms automatiques, mais pas pour certains types de références,
20729  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
20730 \end_layout
20731
20732 \begin_layout Standard
20733
20734 \series bold
20735
20736 \backslash
20737 newlength{
20738 \backslash
20739 abc}
20740 \begin_inset Newline newline
20741 \end_inset
20742
20743
20744 \backslash
20745 settowidth{
20746 \backslash
20747 abc}{
20748 \backslash
20749 space}
20750 \begin_inset Newline newline
20751 \end_inset
20752
20753
20754 \backslash
20755 addto
20756 \backslash
20757 extrasenglish{
20758 \backslash
20759 renewcommand{
20760 \backslash
20761 equationautorefname}
20762 \begin_inset Newline newline
20763 \end_inset
20764
20765
20766 \begin_inset ERT
20767 status collapsed
20768
20769 \begin_layout Plain Layout
20770
20771
20772 \backslash
20773 hphantom{ }
20774 \end_layout
20775
20776 \end_inset
20777
20778 {
20779 \backslash
20780 hspace{-
20781 \backslash
20782 abc}}
20783 \end_layout
20784
20785 \begin_layout Standard
20786 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
20787  de 
20788 \series bold
20789 hyperref
20790 \series default
20791  
20792 \begin_inset CommandInset citation
20793 LatexCommand cite
20794 key "hyperref"
20795
20796 \end_inset
20797
20798 .
20799 \end_layout
20800
20801 \begin_layout Standard
20802 \begin_inset Note Greyedout
20803 status open
20804
20805 \begin_layout Plain Layout
20806
20807 \series bold
20808 Note:
20809 \series default
20810  Le nommage automatique de références ne peut être utilisé si vous avez
20811  choisi le style de référence 
20812 \family sans
20813 Référence
20814 \begin_inset space ~
20815 \end_inset
20816
20817 mise
20818 \begin_inset space ~
20819 \end_inset
20820
20821 en
20822 \begin_inset space ~
20823 \end_inset
20824
20825 forme
20826 \family default
20827  décrit dans la section
20828 \begin_inset space ~
20829 \end_inset
20830
20831
20832 \begin_inset CommandInset ref
20833 LatexCommand ref
20834 reference "sub:Formats-Références-Croisées"
20835
20836 \end_inset
20837
20838 .
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Standard
20847 Le manuel 
20848 \emph on
20849 Math
20850 \emph default
20851  est un exemple dans lequel on a utilisé le référencement automatique.
20852 \end_layout
20853
20854 \begin_layout Subsection
20855 Positionnement des Références 
20856 \begin_inset CommandInset label
20857 LatexCommand label
20858 name "sub:Reference-Position"
20859
20860 \end_inset
20861
20862
20863 \begin_inset Index
20864 status collapsed
20865
20866 \begin_layout Plain Layout
20867 References@Références ! Positionnement
20868 \end_layout
20869
20870 \end_inset
20871
20872
20873 \end_layout
20874
20875 \begin_layout Standard
20876 Si vous utilisez le paquetage 
20877 \series bold
20878 hyperref, 
20879 \series default
20880 qui est activé dans la rubrique 
20881 \family sans
20882 Propriétés du PDF
20883 \family default
20884  de la fenêtre de dialogue 
20885 \family sans
20886 Paramètres du document,
20887 \family default
20888  pour lier vos références croisées dans la sortie finale, vous verrez que
20889  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
20890  l'image.
20891  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
20892  pourrez voir l'image sans faire défiler le texte.
20893  Ce problème vient du fait que le point d'ancrage de la référence se situe
20894  à l'endroit de l'étiquette.
20895  En utilisant le paquetage LaTeX 
20896 \series bold
20897 hypcap
20898 \series default
20899
20900 \begin_inset Index
20901 status collapsed
20902
20903 \begin_layout Plain Layout
20904 Paquetages LaTeX ! hypcap
20905 \end_layout
20906
20907 \end_inset
20908
20909 , qui fait partie du paquetage LaTeX 
20910 \series bold
20911 oberdiek
20912 \series default
20913
20914 \begin_inset Index
20915 status collapsed
20916
20917 \begin_layout Plain Layout
20918 Paquetages LaTeX ! oberdiek
20919 \end_layout
20920
20921 \end_inset
20922
20923 , le point d'ancrage d'un lien est place en haut du flottant.
20924  Pour utiliser cette fonction avec les flottants de figure, chargez 
20925 \series bold
20926 hypcap
20927 \series default
20928  dans l'entête du document avec la ligne
20929 \end_layout
20930
20931 \begin_layout Standard
20932
20933 \series bold
20934
20935 \backslash
20936 usepackage[figure]{hypcap}
20937 \end_layout
20938
20939 \begin_layout Standard
20940 Vous pouvez aussi utiliser 
20941 \series bold
20942 hypcap
20943 \series default
20944  pour tous les types de flottants, mais ce n'est pas recommandé pour des
20945  raisons de stabilité.
20946  Pour plus d'information, jetez un coup d'œil au manuel d' 
20947 \series bold
20948 hypcap
20949 \series default
20950  
20951 \begin_inset CommandInset citation
20952 LatexCommand cite
20953 key "hypcap"
20954
20955 \end_inset
20956
20957 .
20958 \end_layout
20959
20960 \begin_layout Standard
20961 \begin_inset Note Greyedout
20962 status open
20963
20964 \begin_layout Plain Layout
20965
20966 \series bold
20967 Note:
20968 \series default
20969  
20970 \series bold
20971 hypcap
20972 \series default
20973  n'a aucun effet pour les références à des sous-figures.
20974 \end_layout
20975
20976 \end_inset
20977
20978
20979 \end_layout
20980
20981 \begin_layout Section
20982 Placement des flottants
20983 \begin_inset CommandInset label
20984 LatexCommand label
20985 name "sec:Placement-flottants"
20986
20987 \end_inset
20988
20989
20990 \begin_inset Index
20991 status collapsed
20992
20993 \begin_layout Plain Layout
20994 Flottants ! Placement
20995 \end_layout
20996
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \begin_layout Standard
21003 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21004  de dialogue 
21005 \family sans
21006 Paramètre
21007 \begin_inset space ~
21008 \end_inset
21009
21010 de
21011 \begin_inset space ~
21012 \end_inset
21013
21014 Flottant
21015 \family default
21016  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21017  utilise pour déterminer où placer le flottant.
21018 \begin_inset Newline newline
21019 \end_inset
21020
21021 L'option 
21022 \family sans
21023 Plusieurs
21024 \begin_inset space ~
21025 \end_inset
21026
21027 colonnes
21028 \family default
21029  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21030  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21031  confiné sur une seule colonne.
21032 \begin_inset Newline newline
21033 \end_inset
21034
21035 L'option 
21036 \family sans
21037 Rotation
21038 \begin_inset space ~
21039 \end_inset
21040
21041 90°
21042 \family default
21043  est utilisée pour faire tourner les flottants, voyez la section
21044 \begin_inset space ~
21045 \end_inset
21046
21047
21048 \begin_inset CommandInset ref
21049 LatexCommand ref
21050 reference "sec:Flottants-renversés"
21051
21052 \end_inset
21053
21054 .
21055 \end_layout
21056
21057 \begin_layout Standard
21058 En désactivant l'option 
21059 \family sans
21060 Utilise
21061 \begin_inset space ~
21062 \end_inset
21063
21064 le
21065 \begin_inset space ~
21066 \end_inset
21067
21068 placement
21069 \begin_inset space ~
21070 \end_inset
21071
21072 par
21073 \begin_inset space ~
21074 \end_inset
21075
21076 défaut
21077 \family default
21078  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21079  le placement du flottant:
21080 \end_layout
21081
21082 \begin_layout Description
21083 Ici,
21084 \begin_inset space ~
21085 \end_inset
21086
21087 si
21088 \begin_inset space ~
21089 \end_inset
21090
21091 possible: essaie de placer le flottant à la position où il a été inséré
21092  dans LyX
21093 \end_layout
21094
21095 \begin_layout Description
21096 Haut
21097 \begin_inset space ~
21098 \end_inset
21099
21100 de
21101 \begin_inset space ~
21102 \end_inset
21103
21104 la
21105 \begin_inset space ~
21106 \end_inset
21107
21108 page: essaie de placer le flottant en haut de la page courante
21109 \end_layout
21110
21111 \begin_layout Description
21112 Bas
21113 \begin_inset space ~
21114 \end_inset
21115
21116 de
21117 \begin_inset space ~
21118 \end_inset
21119
21120 la
21121 \begin_inset space ~
21122 \end_inset
21123
21124 page: essaie de placer le flottant en bas de la page courante
21125 \end_layout
21126
21127 \begin_layout Description
21128 Page
21129 \begin_inset space ~
21130 \end_inset
21131
21132 de
21133 \begin_inset space ~
21134 \end_inset
21135
21136 flottants: essaie de placer le flottant sur une page à part, éventuellement
21137  avec d'autres flottants 
21138 \end_layout
21139
21140 \begin_layout Standard
21141 LaTeX utilise
21142 \emph on
21143  toujours 
21144 \emph default
21145 les options dans l'ordre donné ci-dessus.
21146  Ce qui veut dire que si vous utilisez le placement par défaut, LaTeX va
21147  d'abord essayer 
21148 \family sans
21149 Ici
21150 \begin_inset space ~
21151 \end_inset
21152
21153 si
21154 \begin_inset space ~
21155 \end_inset
21156
21157 possible
21158 \family default
21159 , ensuite 
21160 \family sans
21161 Haut
21162 \begin_inset space ~
21163 \end_inset
21164
21165 de
21166 \begin_inset space ~
21167 \end_inset
21168
21169 la
21170 \begin_inset space ~
21171 \end_inset
21172
21173 page
21174 \family default
21175 , et ainsi de suite.
21176  Si vous n'utilisez pas le placement par défaut, LaTeX va essayer les options
21177  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21178  Si aucune des quatre options de placement n'est possible, la procédure
21179  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21180 \end_layout
21181
21182 \begin_layout Standard
21183 Par défaut, chaque option a ses propres règles d'application:
21184 \end_layout
21185
21186 \begin_layout Standard
21187
21188 \family sans
21189 Haut
21190 \begin_inset space ~
21191 \end_inset
21192
21193 de
21194 \begin_inset space ~
21195 \end_inset
21196
21197 la
21198 \begin_inset space ~
21199 \end_inset
21200
21201 page
21202 \family default
21203  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21204  en haut de page (
21205 \series bold
21206
21207 \backslash
21208 topfraction
21209 \series default
21210 ).
21211 \end_layout
21212
21213 \begin_layout Standard
21214
21215 \family sans
21216 Bas
21217 \begin_inset space ~
21218 \end_inset
21219
21220 de
21221 \begin_inset space ~
21222 \end_inset
21223
21224 la
21225 \begin_inset space ~
21226 \end_inset
21227
21228 page
21229 \family default
21230  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21231  en bas de page (
21232 \series bold
21233
21234 \backslash
21235 bottomfraction
21236 \series default
21237 ).
21238 \end_layout
21239
21240 \begin_layout Standard
21241
21242 \family sans
21243 Page
21244 \begin_inset space ~
21245 \end_inset
21246
21247 de
21248 \begin_inset space ~
21249 \end_inset
21250
21251 flottants
21252 \family default
21253  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21254  si ils occupent plus de 50% de celle-ci (
21255 \series bold
21256
21257 \backslash
21258 floatpagefraction
21259 \series default
21260 ).
21261 \end_layout
21262
21263 \begin_layout Standard
21264 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21265  supplémentaire 
21266 \family sans
21267 Ignorer
21268 \begin_inset space ~
21269 \end_inset
21270
21271 les
21272 \begin_inset space ~
21273 \end_inset
21274
21275 règles
21276 \begin_inset space ~
21277 \end_inset
21278
21279 LaTeX
21280 \family default
21281 \lang english
21282 .
21283 \begin_inset Newline newline
21284 \end_inset
21285
21286
21287 \lang french
21288 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21289  données entre parenthèses après les descriptions des règles données ci-dessus.
21290  Par exemple, pour augmenter à 50
21291 \begin_inset space \thinspace{}
21292 \end_inset
21293
21294 % la valeur de la règle de bas de page dont la valeur par défaut est souvent
21295  trop petite, ajoutez cette ligne au préambule de votre document :
21296 \end_layout
21297
21298 \begin_layout Standard
21299
21300 \series bold
21301
21302 \backslash
21303 renewcommand{
21304 \backslash
21305 bottomfraction}{0.5}
21306 \end_layout
21307
21308 \begin_layout Standard
21309 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21310  exactement à l'endroit où vous l'avez inséré.
21311  dans ce cas utilisez l'option 
21312 \family sans
21313 Ici
21314 \begin_inset space ~
21315 \end_inset
21316
21317 à
21318 \begin_inset space ~
21319 \end_inset
21320
21321 tout
21322 \begin_inset space ~
21323 \end_inset
21324
21325 Prix
21326 \family default
21327 .
21328  Utilisez cette option le moins souvent possible et seulement quand le document
21329  est presque prêt à être imprimé.
21330  En effet, le flottant n'est plus capable de 
21331 \begin_inset Quotes eld
21332 \end_inset
21333
21334 flotter
21335 \begin_inset Quotes erd
21336 \end_inset
21337
21338 , ce qui peut perturber toutes les mises en page.
21339 \end_layout
21340
21341 \begin_layout Standard
21342 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21343  sont toujours entourés par le texte d'un paragraphe donné.
21344 \begin_inset VSpace bigskip
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \begin_layout Standard
21351 On peut parfois se trouver dans la situation où un flottant est placé en
21352  haut d'une page alors que la section concernée ne commence qu'au milieu
21353  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21354  la section précédente.
21355  On peut utiliser la commande LaTeX 
21356 \series bold
21357
21358 \backslash
21359 suppressfloats
21360 \series default
21361  pour éviter ce cas.
21362  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21363  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21364  soit placé avant que la section commence.
21365  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21366  votre document :
21367 \end_layout
21368
21369 \begin_layout Standard
21370
21371 \series bold
21372
21373 \backslash
21374 let
21375 \backslash
21376 mySection
21377 \backslash
21378 section
21379 \begin_inset Newline newline
21380 \end_inset
21381
21382
21383 \backslash
21384 renewcommand{
21385 \backslash
21386 section}{
21387 \backslash
21388 suppressfloats[t]
21389 \backslash
21390 mySection}
21391 \end_layout
21392
21393 \begin_layout Standard
21394 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21395  comme les chapitres et les sous-sections.
21396  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21397  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21398  ensuite avoir du mal à trouver un positionnement correct.
21399 \end_layout
21400
21401 \begin_layout Standard
21402 \begin_inset VSpace bigskip
21403 \end_inset
21404
21405 Dans certains cas il est demandé de placer toutes les figures et tous les
21406  tableaux à la fin du document.
21407  C'est pour de telles situations que le paquetage LaTeX 
21408 \series bold
21409 endfloat
21410 \series default
21411
21412 \begin_inset Index
21413 status collapsed
21414
21415 \begin_layout Plain Layout
21416 Paquetages LaTeX ! endfloat
21417 \end_layout
21418
21419 \end_inset
21420
21421  a été développé.
21422  Il met en effet tous les flottants de figures et de tableaux à la fin du
21423  document dans leurs propres sections.
21424  À la position d'origine du flottant, une indication textuelle du genre
21425  
21426 \begin_inset Quotes eld
21427 \end_inset
21428
21429
21430 \family sans
21431 [Figure
21432 \begin_inset space ~
21433 \end_inset
21434
21435 3.2 
21436 \lang english
21437 about here.
21438 \lang french
21439 ]
21440 \family default
21441
21442 \begin_inset Quotes erd
21443 \end_inset
21444
21445  est insérée.
21446  Le paquetage 
21447 \series bold
21448 endfloat
21449 \series default
21450  est chargé dans le préambule avec la ligne suivante 
21451 \end_layout
21452
21453 \begin_layout Standard
21454
21455 \series bold
21456
21457 \backslash
21458 usepackage[options]{endfloat}
21459 \end_layout
21460
21461 \begin_layout Standard
21462 Il y a aussi de nombreuses options de paquetage pour modifier le format
21463  des sections de figures ou de tableau qui sont créées.
21464  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21465  
21466 \series bold
21467 endfloa
21468 \series default
21469
21470 \begin_inset CommandInset citation
21471 LatexCommand cite
21472 key "endfloat"
21473
21474 \end_inset
21475
21476 .
21477 \begin_inset Newline newline
21478 \end_inset
21479
21480
21481 \begin_inset Note Greyedout
21482 status open
21483
21484 \begin_layout Plain Layout
21485
21486 \series bold
21487 Note: endfloat
21488 \series default
21489  ne fournit pas de traduction automatique de l'indication textuelle, vous
21490  devez donc le faire manuellement, voyez la section
21491 \begin_inset space ~
21492 \end_inset
21493
21494 4 de 
21495 \begin_inset CommandInset citation
21496 LatexCommand cite
21497 key "endfloat"
21498
21499 \end_inset
21500
21501 .
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \begin_inset Newline newline
21508 \end_inset
21509
21510
21511 \begin_inset Note Greyedout
21512 status open
21513
21514 \begin_layout Plain Layout
21515
21516 \series bold
21517 Note:
21518 \series default
21519  Il y a actuellement un bug dans le paquetage 
21520 \series bold
21521 endfloat
21522 \series default
21523  quand la légende contient un 
21524 \begin_inset Quotes eld
21525 \end_inset
21526
21527 ß
21528 \begin_inset Quotes erd
21529 \end_inset
21530
21531  allemand.
21532  Utilisez dans ce cas la commande 
21533 \begin_inset Quotes eld
21534 \end_inset
21535
21536
21537 \series bold
21538
21539 \backslash
21540 ss
21541 \series default
21542
21543 \begin_inset Quotes erd
21544 \end_inset
21545
21546  en code TeX à la place du 
21547 \begin_inset Quotes eld
21548 \end_inset
21549
21550 ß
21551 \begin_inset Quotes erd
21552 \end_inset
21553
21554 .
21555 \end_layout
21556
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \begin_layout Standard
21563 \begin_inset VSpace bigskip
21564 \end_inset
21565
21566 Pour plus d'information sur les manières de placer les flottants, jetez
21567  un coup d'œil aux livres sur LaTeX, 
21568 \begin_inset CommandInset citation
21569 LatexCommand cite
21570 key "latexcompanion,latexguide,latexbook"
21571
21572 \end_inset
21573
21574 .
21575 \end_layout
21576
21577 \begin_layout Section
21578 Flottants Renversés
21579 \begin_inset CommandInset label
21580 LatexCommand label
21581 name "sec:Flottants-renversés"
21582
21583 \end_inset
21584
21585
21586 \begin_inset Index
21587 status collapsed
21588
21589 \begin_layout Plain Layout
21590 Flottants ! Renversés
21591 \end_layout
21592
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \begin_layout Standard
21599 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
21600  tableaux très larges.
21601  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
21602  un clic droit sur la boîte du flottant et utilisez l'option 
21603 \family sans
21604 Rotation
21605 \begin_inset space ~
21606 \end_inset
21607
21608 90°
21609 \family default
21610 .
21611 \end_layout
21612
21613 \begin_layout Standard
21614 Les flottants renversés sont systématiquement placés sur leur propre page
21615  ( ou colonne, si vous avez un document sur deux colonnes ).
21616  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
21617  
21618 \family sans
21619 Plusieurs
21620 \begin_inset space ~
21621 \end_inset
21622
21623 colonnes
21624 \family default
21625  dans les paramètres du flottant.
21626  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
21627  du côté de la marge externe.
21628  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
21629  ajouter soit l'option 
21630 \series bold
21631 figuresleft
21632 \series default
21633  soit l'option 
21634 \series bold
21635 figuresright
21636 \series default
21637  aux options de la classe de document.
21638 \end_layout
21639
21640 \begin_layout Standard
21641 Faire référence à un flottant renversé se fait de la même manière que pour
21642  un flottant normal, la mise en forme de la légende est aussi identique
21643  : Le tableau
21644 \begin_inset space ~
21645 \end_inset
21646
21647
21648 \begin_inset CommandInset ref
21649 LatexCommand ref
21650 reference "tab:Tableau-pivoté"
21651
21652 \end_inset
21653
21654  est un exemple de flottant de tableau renversé.
21655 \end_layout
21656
21657 \begin_layout Standard
21658 \begin_inset Note Greyedout
21659 status open
21660
21661 \begin_layout Plain Layout
21662
21663 \series bold
21664 Note:
21665 \series default
21666  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
21667  DVI.
21668 \end_layout
21669
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \begin_layout Standard
21676 \begin_inset Float table
21677 wide false
21678 sideways true
21679 status open
21680
21681 \begin_layout Plain Layout
21682 \begin_inset Caption
21683
21684 \begin_layout Plain Layout
21685 \begin_inset CommandInset label
21686 LatexCommand label
21687 name "tab:Tableau-pivoté"
21688
21689 \end_inset
21690
21691  Tableau pivoté
21692 \end_layout
21693
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \begin_layout Plain Layout
21700 \align center
21701 \begin_inset Tabular
21702 <lyxtabular version="3" rows="1" columns="5">
21703 <features>
21704 <column alignment="center" valignment="top" width="0">
21705 <column alignment="center" valignment="top" width="0">
21706 <column alignment="center" valignment="top" width="0">
21707 <column alignment="center" valignment="top" width="0">
21708 <column alignment="center" valignment="top" width="0">
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 test
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 b
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 c
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 d
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750 e
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 </lyxtabular>
21757
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \begin_layout Section
21769 Flottants côte-à-côte
21770 \begin_inset Index
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774 Flottants ! côte-à-côte
21775 \end_layout
21776
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \begin_layout Standard
21783 Pour placer des flottants côte-à-côte, comme pour la figure
21784 \begin_inset space ~
21785 \end_inset
21786
21787
21788 \begin_inset CommandInset ref
21789 LatexCommand ref
21790 reference "fig:Flottant-gauche"
21791
21792 \end_inset
21793
21794  et 
21795 \begin_inset CommandInset ref
21796 LatexCommand ref
21797 reference "fig:Flottant-droit"
21798
21799 \end_inset
21800
21801 , on n'utilise 
21802 \emph on
21803 qu'un seul 
21804 \emph default
21805 flottant.
21806  On y insère deux boîtes de minipages
21807 \begin_inset Foot
21808 status collapsed
21809
21810 \begin_layout Plain Layout
21811 Les minipages sont décrites dans la section
21812 \begin_inset space ~
21813 \end_inset
21814
21815
21816 \begin_inset CommandInset ref
21817 LatexCommand ref
21818 reference "sec:Minipages"
21819
21820 \end_inset
21821
21822 .
21823 \end_layout
21824
21825 \end_inset
21826
21827 .
21828  La largeur est mise à 45
21829 \begin_inset space \thinspace{}
21830 \end_inset
21831
21832 -50
21833 \begin_inset space \thinspace{}
21834 \end_inset
21835
21836 column% et l'alignement de la boîte à 
21837 \family sans
21838 Bas
21839 \family default
21840  pour chaque minipage.
21841  Les boîtes minipages contiennent l'image et la légende exactement comme
21842  avec un flottant.
21843  La seule différence est que l'unité de longueur 
21844 \family sans
21845 Largeur
21846 \begin_inset space ~
21847 \end_inset
21848
21849 colonne
21850 \begin_inset space ~
21851 \end_inset
21852
21853 %
21854 \family default
21855  utilisée pour l'image est maintenant définie par rapport à la largeur des
21856  boîtes minipages.
21857 \end_layout
21858
21859 \begin_layout Standard
21860 \begin_inset Float figure
21861 wide false
21862 sideways false
21863 status open
21864
21865 \begin_layout Plain Layout
21866 \begin_inset Box Frameless
21867 position "b"
21868 hor_pos "c"
21869 has_inner_box 1
21870 inner_pos "t"
21871 use_parbox 0
21872 width "45col%"
21873 special "none"
21874 height "1in"
21875 height_special "totalheight"
21876 status open
21877
21878 \begin_layout Plain Layout
21879 \align center
21880 \begin_inset Graphics
21881         filename ../clipart/mobius.eps
21882         lyxscale 50
21883         width 100col%
21884         scaleBeforeRotation
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Plain Layout
21892 \begin_inset Caption
21893
21894 \begin_layout Plain Layout
21895 \begin_inset CommandInset label
21896 LatexCommand label
21897 name "fig:Flottant-gauche"
21898
21899 \end_inset
21900
21901 Flottant du côté gauche.
21902 \end_layout
21903
21904 \end_inset
21905
21906
21907 \end_layout
21908
21909 \end_inset
21910
21911
21912 \begin_inset space \hfill{}
21913 \end_inset
21914
21915
21916 \begin_inset Box Frameless
21917 position "b"
21918 hor_pos "c"
21919 has_inner_box 1
21920 inner_pos "t"
21921 use_parbox 0
21922 width "45col%"
21923 special "none"
21924 height "1in"
21925 height_special "totalheight"
21926 status open
21927
21928 \begin_layout Plain Layout
21929 \align center
21930 \begin_inset Graphics
21931         filename ../clipart/platypus.eps
21932         lyxscale 50
21933         width 100col%
21934         scaleBeforeRotation
21935
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \begin_layout Plain Layout
21942 \begin_inset Caption
21943
21944 \begin_layout Plain Layout
21945 \begin_inset CommandInset label
21946 LatexCommand label
21947 name "fig:Flottant-droit"
21948
21949 \end_inset
21950
21951 Flottant du côté droit.
21952 \end_layout
21953
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \begin_layout Section
21970 Mise en Forme de la Légende
21971 \begin_inset Index
21972 status collapsed
21973
21974 \begin_layout Plain Layout
21975 Légende ! Mise en forme
21976 \end_layout
21977
21978 \end_inset
21979
21980
21981 \begin_inset Index
21982 status collapsed
21983
21984 \begin_layout Plain Layout
21985 Flottants ! Mise en forme de la Légende
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \begin_inset CommandInset label
21992 LatexCommand label
21993 name "sec:Formatage-légende"
21994
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \begin_layout Standard
22001 L'environnement 
22002 \family sans
22003 Légende
22004 \family default
22005  est l'environnement de paragraphe par défaut pour les 
22006 \family sans
22007 flottants
22008 \family default
22009 .
22010  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
22011  par exemple 
22012 \begin_inset Quotes eld
22013 \end_inset
22014
22015
22016 \family sans
22017 Figure #:
22018 \family default
22019
22020 \begin_inset Quotes erd
22021 \end_inset
22022
22023  suivi par le texte de la légende.
22024  Le 
22025 \begin_inset Quotes eld
22026 \end_inset
22027
22028 #
22029 \begin_inset Quotes erd
22030 \end_inset
22031
22032  étant remplacé par le numéro de référence réel.
22033  Par défaut l'étiquette et le numéro sont dans la même police de caractères
22034  que le texte de la légende et deux points suivent le numéro pour séparer
22035  l'étiquette du texte.
22036  Ce format de légende n'est pas forcément adapté à tous les types de documents.
22037 \end_layout
22038
22039 \begin_layout Standard
22040 Pour modifier le format par défaut des légendes, il faut charger le paquetage
22041  LaTeX 
22042 \series bold
22043 caption
22044 \series default
22045
22046 \begin_inset Index
22047 status collapsed
22048
22049 \begin_layout Plain Layout
22050 Paquetages LaTeX ! caption
22051 \end_layout
22052
22053 \end_inset
22054
22055  dans le préambule de votre document avec la ligne suivante :
22056 \end_layout
22057
22058 \begin_layout Standard
22059
22060 \series bold
22061
22062 \backslash
22063 usepackage[format definition]{caption}
22064 \end_layout
22065
22066 \begin_layout Standard
22067 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22068  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22069  dans ce document, utilisez les commandes suivantes :
22070 \end_layout
22071
22072 \begin_layout Standard
22073
22074 \series bold
22075
22076 \backslash
22077 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22078 \end_layout
22079
22080 \begin_layout Standard
22081 Vous pouvez aussi définir des formats de légendes différents pour les différents
22082  types de flottants.
22083  Dans ce cas chargez le paquetage 
22084 \series bold
22085 caption 
22086 \series default
22087 sans option de format spécifique et définissez les différents formats à
22088  l'aide de la commande 
22089 \end_layout
22090
22091 \begin_layout Standard
22092
22093 \series bold
22094
22095 \backslash
22096 captionsetup[type de flottant]{définition du format}
22097 \end_layout
22098
22099 \begin_layout Standard
22100 dans le préambule du document.
22101  Par exemple les formats de légende de la Figure
22102 \begin_inset space ~
22103 \end_inset
22104
22105
22106 \begin_inset CommandInset ref
22107 LatexCommand ref
22108 reference "fig:Legende-de-fig"
22109
22110 \end_inset
22111
22112  et du Tableau
22113 \begin_inset space ~
22114 \end_inset
22115
22116
22117 \begin_inset CommandInset ref
22118 LatexCommand ref
22119 reference "tab:Légende-de-tab"
22120
22121 \end_inset
22122
22123  peuvent être créés en utilisant les commandes suivantes dans le préambule
22124  :
22125 \end_layout
22126
22127 \begin_layout Standard
22128
22129 \series bold
22130
22131 \backslash
22132 usepackage[tableposition=top]{caption}
22133 \series default
22134
22135 \begin_inset Newline newline
22136 \end_inset
22137
22138
22139 \series bold
22140
22141 \backslash
22142 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22143 \begin_inset Newline newline
22144 \end_inset
22145
22146
22147 \begin_inset ERT
22148 status collapsed
22149
22150 \begin_layout Plain Layout
22151
22152
22153 \backslash
22154 hphantom{
22155 \backslash
22156
22157 \backslash
22158 captionsetup[figure]
22159 \backslash
22160 {}
22161 \end_layout
22162
22163 \end_inset
22164
22165  labelsep=period}
22166 \begin_inset Newline newline
22167 \end_inset
22168
22169
22170 \backslash
22171 captionsetup[table]{labelfont={bf,sf}}
22172 \end_layout
22173
22174 \begin_layout Standard
22175 \begin_inset Note Greyedout
22176 status open
22177
22178 \begin_layout Plain Layout
22179
22180 \series bold
22181 Note:
22182 \series default
22183  L'option 
22184 \series bold
22185 tableposition=top
22186 \series default
22187  n'a pas d'effet quand on utilise un document de classe 
22188 \series bold
22189 koma-script
22190 \series default
22191
22192 \begin_inset Index
22193 status collapsed
22194
22195 \begin_layout Plain Layout
22196 Paquetages LaTeX ! koma-script
22197 \end_layout
22198
22199 \end_inset
22200
22201 .
22202  Dans ce cas on doit utiliser l'option 
22203 \series bold
22204 tablecaptionabove
22205 \series default
22206  de la classe de document.
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \end_layout
22213
22214 \begin_layout Standard
22215 Pour plus d'information sur le paquetage 
22216 \series bold
22217 caption
22218 \series default
22219  nous vous renvoyons à sa documentation 
22220 \begin_inset CommandInset citation
22221 LatexCommand cite
22222 key "caption"
22223
22224 \end_inset
22225
22226 .
22227 \end_layout
22228
22229 \begin_layout Standard
22230 Pour changer le nom de l'étiquette, par exemple de 
22231 \begin_inset Quotes eld
22232 \end_inset
22233
22234 Figure
22235 \begin_inset Quotes erd
22236 \end_inset
22237
22238  à 
22239 \begin_inset Quotes eld
22240 \end_inset
22241
22242 Image
22243 \begin_inset Quotes erd
22244 \end_inset
22245
22246 , utilisez la commande suivante dans le préambule :
22247 \end_layout
22248
22249 \begin_layout Standard
22250
22251 \series bold
22252
22253 \backslash
22254 renewcommand{
22255 \backslash
22256 fnum@figure}{Image~
22257 \backslash
22258 thefigure}
22259 \end_layout
22260
22261 \begin_layout Standard
22262 où 
22263 \series bold
22264
22265 \backslash
22266 thefigure
22267 \series default
22268  insère le numéro de la figure et
22269 \series bold
22270  
22271 \begin_inset Quotes eld
22272 \end_inset
22273
22274 ~
22275 \series default
22276
22277 \begin_inset Quotes erd
22278 \end_inset
22279
22280  ajoute une espace insécable.
22281 \end_layout
22282
22283 \begin_layout Standard
22284 \begin_inset VSpace bigskip
22285 \end_inset
22286
22287 Si vous utilisez un document de classe 
22288 \series bold
22289 koma-script
22290 \series default
22291
22292 \begin_inset Index
22293 status collapsed
22294
22295 \begin_layout Plain Layout
22296 Paquetages LaTeX ! koma-script
22297 \end_layout
22298
22299 \end_inset
22300
22301  (
22302 \family sans
22303 article (koma-script)
22304 \family default
22305
22306 \family sans
22307 book (koma-script)
22308 \family default
22309
22310 \family sans
22311 letter (koma-script)
22312 \family default
22313 , ou 
22314 \family sans
22315 report (koma-script)
22316 \family default
22317
22318 \begin_inset space \thinspace{}
22319 \end_inset
22320
22321 ), Vous pouvez utiliser la commande incorporée 
22322 \series bold
22323
22324 \backslash
22325 setkomafont 
22326 \series default
22327 du paquetage
22328 \series bold
22329  koma-script 
22330 \series default
22331 à la place du paquetage
22332 \series bold
22333  caption.
22334  
22335 \series default
22336 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
22337  suivante au préambule de votre document :
22338 \end_layout
22339
22340 \begin_layout Standard
22341
22342 \series bold
22343
22344 \backslash
22345 setkomafont{captionlabel}{
22346 \backslash
22347 bfseries}
22348 \end_layout
22349
22350 \begin_layout Standard
22351 Pour plus d'information au sujet de 
22352 \series bold
22353
22354 \backslash
22355 setkomafont
22356 \series default
22357  nous vous renvoyons à la documentation du paquetage 
22358 \series bold
22359 koma-script
22360 \series default
22361  
22362 \begin_inset CommandInset citation
22363 LatexCommand cite
22364 key "koma-script"
22365
22366 \end_inset
22367
22368 .
22369 \end_layout
22370
22371 \begin_layout Standard
22372 \begin_inset ERT
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376
22377
22378 \backslash
22379 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22380 }
22381 \end_layout
22382
22383 \end_inset
22384
22385
22386 \begin_inset Note Note
22387 status open
22388
22389 \begin_layout Plain Layout
22390 Le format de la légende n'est modifié que pour cet exemple.
22391 \end_layout
22392
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \begin_layout Standard
22399 \begin_inset Float figure
22400 placement !p
22401 wide false
22402 sideways false
22403 status open
22404
22405 \begin_layout Plain Layout
22406 \align center
22407 \begin_inset Graphics
22408         filename ../clipart/mobius.eps
22409         lyxscale 50
22410         scale 50
22411         scaleBeforeRotation
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Plain Layout
22419 \begin_inset Caption
22420
22421 \begin_layout Plain Layout
22422 \begin_inset CommandInset label
22423 LatexCommand label
22424 name "fig:Legende-de-fig"
22425
22426 \end_inset
22427
22428 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
22429  pour montrer les différents types de formats de légendes.
22430  Ici on a utilisé un format de légende personnalisé.
22431 \end_layout
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Standard
22444 \begin_inset ERT
22445 status collapsed
22446
22447 \begin_layout Plain Layout
22448
22449
22450 \backslash
22451 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22452 on}
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Standard
22461 \begin_inset Float table
22462 placement !p
22463 wide false
22464 sideways false
22465 status open
22466
22467 \begin_layout Plain Layout
22468 \begin_inset Caption
22469
22470 \begin_layout Plain Layout
22471 \begin_inset CommandInset label
22472 LatexCommand label
22473 name "tab:Légende-de-tab"
22474
22475 \end_inset
22476
22477 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
22478  pour montrer les différents types de formats de légendes.
22479  Ici on a utilisé le format de légende par défaut.
22480 \end_layout
22481
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \begin_layout Plain Layout
22488 \align center
22489 \begin_inset Tabular
22490 <lyxtabular version="3" rows="1" columns="5">
22491 <features>
22492 <column alignment="center" valignment="top" width="0">
22493 <column alignment="center" valignment="top" width="0">
22494 <column alignment="center" valignment="top" width="0">
22495 <column alignment="center" valignment="top" width="0">
22496 <column alignment="center" valignment="top" width="0">
22497 <row>
22498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 a
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 b
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 c
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 d
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 e
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 </lyxtabular>
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Section
22557 Positionnement de la Légende
22558 \begin_inset Index
22559 status collapsed
22560
22561 \begin_layout Plain Layout
22562 Légende ! Placement
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \begin_inset Index
22569 status collapsed
22570
22571 \begin_layout Plain Layout
22572 Flottants ! Placement de la légende
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \begin_inset CommandInset label
22579 LatexCommand label
22580 name "sec:Placement-légende"
22581
22582 \end_inset
22583
22584
22585 \end_layout
22586
22587 \begin_layout Standard
22588 La règle habituelle pour placer la légende est :
22589 \end_layout
22590
22591 \begin_layout Description
22592 Figure
22593 \begin_inset space ~
22594 \end_inset
22595
22596 : La légende est placée en dessous de la figure
22597 \end_layout
22598
22599 \begin_layout Description
22600 Tableau
22601 \begin_inset space ~
22602 \end_inset
22603
22604 : La légende est placée au dessus du tableau
22605 \end_layout
22606
22607 \begin_layout Standard
22608 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
22609  au dessus des tableaux.
22610  Ce qui fait que si vous utilisez une des classes de document 
22611 \family sans
22612 article
22613 \family default
22614
22615 \family sans
22616 book
22617 \family default
22618
22619 \family sans
22620 letter
22621 \family default
22622 , ou 
22623 \family sans
22624 report
22625 \family default
22626  il n'y aura pas d'espace libre entre la légende et le tableau.
22627  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
22628  de chargement du paquetage LaTeX 
22629 \series bold
22630 caption
22631 \series default
22632  dans le préambule de votre document
22633 \begin_inset Foot
22634 status open
22635
22636 \begin_layout Plain Layout
22637 Voir la section
22638 \begin_inset space ~
22639 \end_inset
22640
22641
22642 \begin_inset CommandInset ref
22643 LatexCommand ref
22644 reference "sec:Formatage-légende"
22645
22646 \end_inset
22647
22648  pour plus d'information sur le paquetage 
22649 \series bold
22650 caption
22651 \series default
22652 .
22653 \end_layout
22654
22655 \end_inset
22656
22657 :
22658 \end_layout
22659
22660 \begin_layout Standard
22661
22662 \series bold
22663 tableposition=top
22664 \end_layout
22665
22666 \begin_layout Standard
22667 Si vous utilisez une classe de document 
22668 \series bold
22669 koma-script
22670 \series default
22671
22672 \begin_inset Index
22673 status collapsed
22674
22675 \begin_layout Plain Layout
22676 Paquetages LaTeX ! koma-script
22677 \end_layout
22678
22679 \end_inset
22680
22681  (
22682 \family sans
22683 article (koma-script)
22684 \family default
22685
22686 \family sans
22687 book (koma-script)
22688 \family default
22689
22690 \family sans
22691 letter (koma-script)
22692 \family default
22693 , ou 
22694 \family sans
22695 report (koma-script)
22696 \family default
22697
22698 \begin_inset space \thinspace{}
22699 \end_inset
22700
22701 ), vous pouvez utiliser à la place du paquetage 
22702 \series bold
22703 caption
22704 \series default
22705  l'option 
22706 \series bold
22707 tablecaptionabove
22708 \series default
22709  de la classe de document.
22710 \end_layout
22711
22712 \begin_layout Standard
22713 \begin_inset VSpace bigskip
22714 \end_inset
22715
22716 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
22717  Pour cela, vous devez charger le paquetage LaTeX 
22718 \series bold
22719 sidecap
22720 \series default
22721
22722 \begin_inset Index
22723 status collapsed
22724
22725 \begin_layout Plain Layout
22726 Paquetages LaTeX ! sidecap
22727 \end_layout
22728
22729 \end_inset
22730
22731  dans le préambule de votre document avec la ligne de commande suivante
22732 \end_layout
22733
22734 \begin_layout Standard
22735
22736 \series bold
22737
22738 \backslash
22739 usepackage[option]{sidecap}
22740 \end_layout
22741
22742 \begin_layout Standard
22743 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
22744  extérieure – à droite sur les pages impaires et à gauche sur les pages
22745  paires.
22746  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
22747  
22748 \series bold
22749 innercaption
22750 \series default
22751 .
22752  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
22753  
22754 \series bold
22755 rightcaption
22756 \series default
22757  ou 
22758 \series bold
22759 leftcaption
22760 \series default
22761 .
22762 \end_layout
22763
22764 \begin_layout Standard
22765 \begin_inset ERT
22766 status collapsed
22767
22768 \begin_layout Plain Layout
22769
22770
22771 \backslash
22772 ifsidecap
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \begin_inset Note Note
22779 status open
22780
22781 \begin_layout Plain Layout
22782 La section suivante ne sera affichée que si le paquetage LaTeX 
22783 \series bold
22784 sidecap
22785 \series default
22786  a été installé.
22787 \end_layout
22788
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \begin_layout Standard
22795 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
22796  ajouter ces commandes dans le préambule de votre document :
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \lyxline
22802
22803 \end_layout
22804
22805 \begin_layout Standard
22806
22807 \series bold
22808
22809 \backslash
22810 newcommand{
22811 \backslash
22812 TabBesBeg}{%
22813 \begin_inset Newline newline
22814 \end_inset
22815
22816
22817 \begin_inset ERT
22818 status collapsed
22819
22820 \begin_layout Plain Layout
22821
22822
22823 \backslash
22824 hphantom{ }
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \backslash
22831 let
22832 \backslash
22833 MyTable
22834 \backslash
22835 table
22836 \begin_inset Newline newline
22837 \end_inset
22838
22839
22840 \begin_inset ERT
22841 status collapsed
22842
22843 \begin_layout Plain Layout
22844
22845
22846 \backslash
22847 hphantom{ }
22848 \end_layout
22849
22850 \end_inset
22851
22852
22853 \backslash
22854 let
22855 \backslash
22856 MyEndtable
22857 \backslash
22858 endtable
22859 \begin_inset Newline newline
22860 \end_inset
22861
22862
22863 \begin_inset ERT
22864 status collapsed
22865
22866 \begin_layout Plain Layout
22867
22868
22869 \backslash
22870 hphantom{ }
22871 \end_layout
22872
22873 \end_inset
22874
22875
22876 \backslash
22877 renewenvironment{table}{
22878 \backslash
22879 begin{SCtable}}{
22880 \backslash
22881 end{SCtable}}}
22882 \end_layout
22883
22884 \begin_layout Standard
22885
22886 \series bold
22887
22888 \backslash
22889 newcommand{
22890 \backslash
22891 TabBesEnd}{%
22892 \begin_inset Newline newline
22893 \end_inset
22894
22895
22896 \begin_inset ERT
22897 status collapsed
22898
22899 \begin_layout Plain Layout
22900
22901
22902 \backslash
22903 hphantom{ }
22904 \end_layout
22905
22906 \end_inset
22907
22908
22909 \backslash
22910 let
22911 \backslash
22912 table
22913 \backslash
22914 MyTable
22915 \begin_inset Newline newline
22916 \end_inset
22917
22918
22919 \begin_inset ERT
22920 status collapsed
22921
22922 \begin_layout Plain Layout
22923
22924
22925 \backslash
22926 hphantom{ }
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \backslash
22933 let
22934 \backslash
22935 endtable
22936 \backslash
22937 MyEndtable
22938 \end_layout
22939
22940 \begin_layout Standard
22941
22942 \series bold
22943
22944 \backslash
22945 newcommand{
22946 \backslash
22947 FigBesBeg}{%
22948 \begin_inset Newline newline
22949 \end_inset
22950
22951
22952 \begin_inset ERT
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956
22957
22958 \backslash
22959 hphantom{ }
22960 \end_layout
22961
22962 \end_inset
22963
22964
22965 \backslash
22966 let
22967 \backslash
22968 MyFigure
22969 \backslash
22970 figure
22971 \begin_inset Newline newline
22972 \end_inset
22973
22974
22975 \begin_inset ERT
22976 status collapsed
22977
22978 \begin_layout Plain Layout
22979
22980
22981 \backslash
22982 hphantom{ }
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \backslash
22989 let
22990 \backslash
22991 MyEndfigure
22992 \backslash
22993 endfigure
22994 \begin_inset Newline newline
22995 \end_inset
22996
22997
22998 \begin_inset ERT
22999 status collapsed
23000
23001 \begin_layout Plain Layout
23002
23003
23004 \backslash
23005 hphantom{ }
23006 \end_layout
23007
23008 \end_inset
23009
23010
23011 \backslash
23012 renewenvironment{figure}{
23013 \backslash
23014 begin{SCfigure}}{
23015 \backslash
23016 end{SCfigure}}}
23017 \end_layout
23018
23019 \begin_layout Standard
23020
23021 \series bold
23022
23023 \backslash
23024 newcommand{
23025 \backslash
23026 FigBesEnd}{%
23027 \begin_inset Newline newline
23028 \end_inset
23029
23030
23031 \begin_inset ERT
23032 status collapsed
23033
23034 \begin_layout Plain Layout
23035
23036
23037 \backslash
23038 hphantom{ }
23039 \end_layout
23040
23041 \end_inset
23042
23043
23044 \backslash
23045 let
23046 \backslash
23047 figure
23048 \backslash
23049 MyFigure
23050 \begin_inset Newline newline
23051 \end_inset
23052
23053
23054 \begin_inset ERT
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058
23059
23060 \backslash
23061 hphantom{ }
23062 \end_layout
23063
23064 \end_inset
23065
23066
23067 \backslash
23068 let
23069 \backslash
23070 endfigure
23071 \backslash
23072 MyEndfigure}
23073 \end_layout
23074
23075 \begin_layout Standard
23076
23077 \lyxline
23078
23079 \end_layout
23080
23081 \begin_layout Standard
23082 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23083  la légende se place sur le côté.
23084  Pour les flottants de figure, utilisez la commande
23085 \end_layout
23086
23087 \begin_layout Standard
23088
23089 \series bold
23090
23091 \backslash
23092 FigBesBeg
23093 \end_layout
23094
23095 \begin_layout Standard
23096 en code TeX avant le flottant.
23097  Après le flottant, insérez la commande
23098 \end_layout
23099
23100 \begin_layout Standard
23101
23102 \series bold
23103
23104 \backslash
23105 FigBesEnd
23106 \end_layout
23107
23108 \begin_layout Standard
23109 en code TeX pour revenir à la définition originale du flottant.
23110 \end_layout
23111
23112 \begin_layout Standard
23113 Pour les flottants de tableau, utilisez les commandes correspondantes
23114 \end_layout
23115
23116 \begin_layout Standard
23117
23118 \series bold
23119
23120 \backslash
23121 TabBesBeg
23122 \series default
23123  et 
23124 \series bold
23125
23126 \backslash
23127 TabBesEnd
23128 \end_layout
23129
23130 \begin_layout Standard
23131 La figure
23132 \begin_inset space ~
23133 \end_inset
23134
23135
23136 \begin_inset CommandInset ref
23137 LatexCommand ref
23138 reference "fig:legende-a-coté-fig"
23139
23140 \end_inset
23141
23142  et le tableau
23143 \begin_inset space ~
23144 \end_inset
23145
23146
23147 \begin_inset CommandInset ref
23148 LatexCommand ref
23149 reference "tab:legende-à-coté-tableau"
23150
23151 \end_inset
23152
23153  sont des exemples où la légende a été mises sur le coté.
23154 \end_layout
23155
23156 \begin_layout Standard
23157 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
23158  pour les flottants de tableau et vers le bas pour les flottants de figure.
23159  Pour changer ce comportement, vous pouvez utiliser les commandes
23160 \end_layout
23161
23162 \begin_layout Standard
23163
23164 \series bold
23165
23166 \backslash
23167 sidecaptionvpos{type flottant}{placement}
23168 \end_layout
23169
23170 \begin_layout Standard
23171 dans le préambule du document ou en code TeX juste avant le flottant visé.
23172  Le type du flottant est soit 
23173 \family sans
23174 figure
23175 \family default
23176  soit 
23177 \family sans
23178 table
23179 \family default
23180 , le placement peut être 
23181 \begin_inset Quotes eld
23182 \end_inset
23183
23184
23185 \family sans
23186 t
23187 \family default
23188
23189 \begin_inset Quotes erd
23190 \end_inset
23191
23192  pour haut (top), 
23193 \begin_inset Quotes eld
23194 \end_inset
23195
23196
23197 \family sans
23198 c
23199 \family default
23200
23201 \begin_inset Quotes erd
23202 \end_inset
23203
23204  pour centre (center), ou 
23205 \begin_inset Quotes eld
23206 \end_inset
23207
23208
23209 \family sans
23210 b
23211 \family default
23212
23213 \begin_inset Quotes erd
23214 \end_inset
23215
23216  pour bas (bottom).
23217  Pour que, par exemple, les légendes des flottants de figure soient centrés
23218  verticalement, utilisez la commande
23219 \end_layout
23220
23221 \begin_layout Standard
23222
23223 \series bold
23224
23225 \backslash
23226 sidecaptionvpos{figure}{c}
23227 \end_layout
23228
23229 \begin_layout Standard
23230 C'est ce qui a été utilisé pour la figure
23231 \begin_inset space ~
23232 \end_inset
23233
23234
23235 \begin_inset CommandInset ref
23236 LatexCommand ref
23237 reference "fig:legende-à-coté-fig-2"
23238
23239 \end_inset
23240
23241 .
23242 \end_layout
23243
23244 \begin_layout Standard
23245 \begin_inset VSpace medskip
23246 \end_inset
23247
23248 Pour plus d'information sur le paquetage 
23249 \series bold
23250 sidecap
23251 \series default
23252  nous vous renvoyons à sa documentation 
23253 \begin_inset CommandInset citation
23254 LatexCommand cite
23255 key "sidecap"
23256
23257 \end_inset
23258
23259 .
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset Note Greyedout
23264 status open
23265
23266 \begin_layout Plain Layout
23267
23268 \series bold
23269 Note:
23270 \series default
23271  Le paquetage LaTeX 
23272 \series bold
23273 hypcap
23274 \series default
23275
23276 \begin_inset Index
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280 Paquetages LaTeX ! hypcap
23281 \end_layout
23282
23283 \end_inset
23284
23285 , qui est décrit dans la section
23286 \begin_inset space ~
23287 \end_inset
23288
23289
23290 \begin_inset CommandInset ref
23291 LatexCommand ref
23292 reference "sub:Reference-Position"
23293
23294 \end_inset
23295
23296 , n'a pas d'effet sur les flottants avec une légende placée à côté.
23297 \end_layout
23298
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \begin_layout Standard
23305 \begin_inset ERT
23306 status collapsed
23307
23308 \begin_layout Plain Layout
23309
23310
23311 \backslash
23312 FigBesBeg 
23313 \end_layout
23314
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \begin_layout Standard
23321 \begin_inset Float figure
23322 wide false
23323 sideways false
23324 status open
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Graphics
23328         filename ../clipart/escher-lsd.eps
23329         scale 75
23330         scaleBeforeRotation
23331
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \begin_layout Plain Layout
23338 \begin_inset Caption
23339
23340 \begin_layout Plain Layout
23341 \begin_inset CommandInset label
23342 LatexCommand label
23343 name "fig:legende-a-coté-fig"
23344
23345 \end_inset
23346
23347 Une légende à côté d'une figure.
23348 \end_layout
23349
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \end_inset
23356
23357
23358 \end_layout
23359
23360 \begin_layout Standard
23361 \begin_inset ERT
23362 status collapsed
23363
23364 \begin_layout Plain Layout
23365
23366
23367 \backslash
23368 TabBesBeg 
23369 \end_layout
23370
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \begin_layout Standard
23377 \begin_inset Float table
23378 wide false
23379 sideways false
23380 status open
23381
23382 \begin_layout Plain Layout
23383 \begin_inset Caption
23384
23385 \begin_layout Plain Layout
23386 \begin_inset CommandInset label
23387 LatexCommand label
23388 name "tab:legende-à-coté-tableau"
23389
23390 \end_inset
23391
23392 Une légende à côté d'un tableau.
23393 \end_layout
23394
23395 \end_inset
23396
23397
23398 \end_layout
23399
23400 \begin_layout Plain Layout
23401 \begin_inset Tabular
23402 <lyxtabular version="3" rows="4" columns="5">
23403 <features>
23404 <column alignment="center" valignment="top" width="0">
23405 <column alignment="center" valignment="top" width="0">
23406 <column alignment="center" valignment="top" width="0">
23407 <column alignment="center" valignment="top" width="0">
23408 <column alignment="center" valignment="top" width="0">
23409 <row>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 a
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432 b
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 c
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
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" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 d
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23476 \begin_inset Text
23477
23478 \begin_layout Plain Layout
23479
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23485 \begin_inset Text
23486
23487 \begin_layout Plain Layout
23488 e
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 f
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 g
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 h
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 </row>
23550 <row>
23551 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 i
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 j
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 </row>
23597 </lyxtabular>
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \begin_inset ERT
23611 status collapsed
23612
23613 \begin_layout Plain Layout
23614
23615
23616 \backslash
23617 TabBesEnd
23618 \end_layout
23619
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \begin_layout Standard
23626 \begin_inset ERT
23627 status collapsed
23628
23629 \begin_layout Plain Layout
23630
23631
23632 \backslash
23633 sidecaptionvpos{figure}{c}
23634 \end_layout
23635
23636 \end_inset
23637
23638
23639 \begin_inset Float figure
23640 wide false
23641 sideways false
23642 status open
23643
23644 \begin_layout Plain Layout
23645 \begin_inset Graphics
23646         filename ../clipart/escher-lsd.eps
23647         scale 75
23648         scaleBeforeRotation
23649
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Caption
23657
23658 \begin_layout Plain Layout
23659 \begin_inset CommandInset label
23660 LatexCommand label
23661 name "fig:legende-à-coté-fig-2"
23662
23663 \end_inset
23664
23665 Une légende centrée verticalement à côté d'une figure.
23666 \end_layout
23667
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \begin_layout Standard
23679 \begin_inset ERT
23680 status collapsed
23681
23682 \begin_layout Plain Layout
23683
23684
23685 \backslash
23686 FigBesEnd
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Standard
23695 \begin_inset ERT
23696 status collapsed
23697
23698 \begin_layout Plain Layout
23699
23700
23701 \backslash
23702 else
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \begin_inset Note Note
23709 status open
23710
23711 \begin_layout Plain Layout
23712 Ce qui suit sera affiché si le paquetage LaTeX 
23713 \series bold
23714 sidecap
23715 \series default
23716  n'est pas installé :
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Standard
23725 Vous devez installer le paquetage LaTeX 
23726 \series bold
23727 sidecap
23728 \series default
23729  pour voir la suite de cette section dans la sortie imprimée.
23730 \end_layout
23731
23732 \begin_layout Standard
23733 \begin_inset ERT
23734 status collapsed
23735
23736 \begin_layout Plain Layout
23737
23738
23739 \backslash
23740 fi
23741 \end_layout
23742
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \begin_layout Section
23749 Les Listes de Flottants
23750 \begin_inset Index
23751 status collapsed
23752
23753 \begin_layout Plain Layout
23754 Flottants ! Listes de Flottants
23755 \end_layout
23756
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \begin_layout Standard
23763 De la même façon que la table des matières fait la liste des sections du
23764  document, il y a des listes pour tous les types de flottants, comme par
23765  exemple pour les figures du document.
23766  Vous pouvez les insérer en utilisant le menu 
23767 \family sans
23768 Insérer\SpecialChar \menuseparator
23769 Listes
23770 \begin_inset space ~
23771 \end_inset
23772
23773 &
23774 \begin_inset space ~
23775 \end_inset
23776
23777 TdM
23778 \family default
23779 .
23780 \end_layout
23781
23782 \begin_layout Standard
23783 Les entrées de la liste sont la légende du flottant ou éventuellement le
23784  titre court, le numéro du flottant, et le numéro de la page où le flottant
23785  apparaît dans le document.
23786 \end_layout
23787
23788 \begin_layout Standard
23789 Vous trouverez à la fin de ce document une liste des figures et une liste
23790  des tableaux.
23791 \end_layout
23792
23793 \begin_layout Chapter
23794 Notes
23795 \end_layout
23796
23797 \begin_layout Section
23798 Les Notes de LyX
23799 \begin_inset Index
23800 status collapsed
23801
23802 \begin_layout Plain Layout
23803 Notes ! Notes LyX 
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Standard
23812 On peut insérer une note en utilisant le bouton 
23813 \begin_inset Graphics
23814         filename ../../images/note-insert.png
23815         scale 85
23816         scaleBeforeRotation
23817
23818 \end_inset
23819
23820  de la barre d'outils ou avec le menu 
23821 \family sans
23822 Insérer\SpecialChar \menuseparator
23823 Note
23824 \family default
23825 .
23826  Il y a trois types de notes :
23827 \end_layout
23828
23829 \begin_layout Description
23830 Note
23831 \begin_inset space ~
23832 \end_inset
23833
23834 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
23835  finale.
23836  La boîte de cette note ressemble à ceci :
23837 \begin_inset Newline newline
23838 \end_inset
23839
23840
23841 \begin_inset Newline newline
23842 \end_inset
23843
23844
23845 \begin_inset Graphics
23846         filename clipart/LyXNoteImageQt4.png
23847         display false
23848         scale 65
23849         scaleBeforeRotation
23850
23851 \end_inset
23852
23853  
23854 \begin_inset Note Note
23855 status open
23856
23857 \begin_layout Plain Layout
23858 Le texte de cette note n'apparaîtra pas à l'impression.
23859 \end_layout
23860
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \begin_layout Description
23867 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
23868  il est inséré comme un commentaire LaTeX quand vous exportez votre document
23869  vers un fichier au format LaTeX avec le menu 
23870 \family sans
23871 Fichier\SpecialChar \menuseparator
23872 Exporter\SpecialChar \menuseparator
23873 LaTeX (pdflatex) / (plain)
23874 \family default
23875 .
23876  La boîte de cette note ressemble à ceci :
23877 \begin_inset Newline newline
23878 \end_inset
23879
23880
23881 \begin_inset Newline newline
23882 \end_inset
23883
23884
23885 \begin_inset Graphics
23886         filename clipart/CommentNoteImageQt4.png
23887         display false
23888         scale 55
23889         scaleBeforeRotation
23890
23891 \end_inset
23892
23893
23894 \lang english
23895  
23896 \lang french
23897
23898 \begin_inset Note Comment
23899 status open
23900
23901 \begin_layout Plain Layout
23902 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
23903  LaTeX.
23904 \end_layout
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Description
23912 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
23913  La boîte de cette note ressemble à ceci :
23914 \lang english
23915
23916 \begin_inset Newline newline
23917 \end_inset
23918
23919
23920 \lang french
23921
23922 \begin_inset Newline newline
23923 \end_inset
23924
23925
23926 \begin_inset Graphics
23927         filename clipart/GreyedOutNoteImageQt4.png
23928         lyxscale 80
23929         display false
23930         scale 55
23931         scaleBeforeRotation
23932
23933 \end_inset
23934
23935
23936 \begin_inset Newline newline
23937 \end_inset
23938
23939
23940 \begin_inset ERT
23941 status collapsed
23942
23943 \begin_layout Plain Layout
23944
23945
23946 \backslash
23947 renewenvironment{lyxgreyedout}
23948 \end_layout
23949
23950 \begin_layout Plain Layout
23951
23952 {
23953 \backslash
23954 textcolor[gray]{0.8}
23955 \backslash
23956 bgroup}{
23957 \backslash
23958 egroup}
23959 \end_layout
23960
23961 \end_inset
23962
23963
23964 \begin_inset Note Greyedout
23965 status open
23966
23967 \begin_layout Plain Layout
23968 Le texte
23969 \begin_inset Foot
23970 status collapsed
23971
23972 \begin_layout Plain Layout
23973 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
23974  grisé.
23975  
23976 \end_layout
23977
23978 \end_inset
23979
23980  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
23981 \end_layout
23982
23983 \end_inset
23984
23985
23986 \begin_inset ERT
23987 status collapsed
23988
23989 \begin_layout Plain Layout
23990
23991
23992 \backslash
23993 renewenvironment{lyxgreyedout}
23994 \end_layout
23995
23996 \begin_layout Plain Layout
23997
23998 {
23999 \backslash
24000 textcolor{blue}
24001 \backslash
24002 bgroup}{
24003 \backslash
24004 egroup}
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \begin_inset Note Note
24011 status open
24012
24013 \begin_layout Plain Layout
24014 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
24015  originale qu'elle a dans LyX.
24016  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
24017  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
24018 \end_layout
24019
24020 \end_inset
24021
24022
24023 \begin_inset Newline newline
24024 \end_inset
24025
24026
24027 \begin_inset Newline newline
24028 \end_inset
24029
24030 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
24031  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
24032 \end_layout
24033
24034 \begin_layout Standard
24035 \begin_inset VSpace bigskip
24036 \end_inset
24037
24038 Quand vous utilisez le bouton 
24039 \begin_inset Graphics
24040         filename ../../images/note-insert.png
24041         scale 85
24042         scaleBeforeRotation
24043
24044 \end_inset
24045
24046  de la barre d'outils, vous insérez une 
24047 \family sans
24048 Note
24049 \begin_inset space ~
24050 \end_inset
24051
24052 LyX
24053 \family default
24054 .
24055  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24056 la et cliquez sur le bouton d'insertion de note.
24057  Pour retransformer une note en texte, appuyez sur la touche 
24058 \family sans
24059 backspace
24060 \family default
24061  quand le curseur est au tout début de la note ou appuyez sur la touche
24062  
24063 \family sans
24064 Suppr.
24065
24066 \family default
24067  quand le curseur se trouve à la fin de la note.
24068 \end_layout
24069
24070 \begin_layout Standard
24071 \begin_inset VSpace bigskip
24072 \end_inset
24073
24074 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24075  commandes suivantes dans le préambule :
24076 \end_layout
24077
24078 \begin_layout Standard
24079
24080 \series bold
24081
24082 \backslash
24083 renewenvironment{lyxgreyedout}
24084 \begin_inset Newline newline
24085 \end_inset
24086
24087
24088 \begin_inset ERT
24089 status collapsed
24090
24091 \begin_layout Plain Layout
24092
24093
24094 \backslash
24095 hphantom{ }
24096 \end_layout
24097
24098 \end_inset
24099
24100 {
24101 \backslash
24102 textcolor{color}
24103 \backslash
24104 bgroup}{
24105 \backslash
24106 egroup}
24107 \end_layout
24108
24109 \begin_layout Standard
24110 Les couleurs disponibles et la méthode pour définir vos propres couleurs
24111  sont expliqués dans la section
24112 \begin_inset space ~
24113 \end_inset
24114
24115
24116 \begin_inset CommandInset ref
24117 LatexCommand ref
24118 reference "sec:Tableaux-Colorés"
24119
24120 \end_inset
24121
24122 .
24123 \end_layout
24124
24125 \begin_layout Standard
24126 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
24127  grisées avec leur texte en bleu.
24128 \end_layout
24129
24130 \begin_layout Section
24131 Notes en Bas de Page
24132 \begin_inset CommandInset label
24133 LatexCommand label
24134 name "sec:Notes-bas-de-page"
24135
24136 \end_inset
24137
24138
24139 \begin_inset Index
24140 status collapsed
24141
24142 \begin_layout Plain Layout
24143 Notes ! Notes de bas de page
24144 \end_layout
24145
24146 \end_inset
24147
24148
24149 \begin_inset Index
24150 status collapsed
24151
24152 \begin_layout Plain Layout
24153 Notes de bas de page
24154 \end_layout
24155
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \begin_layout Standard
24162 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
24163  
24164 \begin_inset Graphics
24165         filename ../../images/footnote-insert.png
24166         scale 85
24167         scaleBeforeRotation
24168
24169 \end_inset
24170
24171  de la barre d'outils, soit en utilisant le menu 
24172 \family sans
24173 Insérer\SpecialChar \menuseparator
24174 Note
24175 \begin_inset space ~
24176 \end_inset
24177
24178 en
24179 \begin_inset space ~
24180 \end_inset
24181
24182 Bas
24183 \begin_inset space ~
24184 \end_inset
24185
24186 de
24187 \begin_inset space ~
24188 \end_inset
24189
24190 Page
24191 \family default
24192 .
24193  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
24194  rouge 
24195 \begin_inset Quotes fld
24196 \end_inset
24197
24198 bas
24199 \begin_inset Quotes frd
24200 \end_inset
24201
24202  qui ressemble à ceci : 
24203 \begin_inset Graphics
24204         filename clipart/footnoteQt4.png
24205         scale 80
24206         scaleBeforeRotation
24207
24208 \end_inset
24209
24210  Vous pouvez y entrer votre texte.
24211  Si vous voulez transformer du texte déjà existant en note en bas de page,
24212  sélectionnez-le et cliquez sur le bouton 
24213 \family sans
24214 Note
24215 \begin_inset space ~
24216 \end_inset
24217
24218 en
24219 \begin_inset space ~
24220 \end_inset
24221
24222 Bas
24223 \begin_inset space ~
24224 \end_inset
24225
24226 de
24227 \begin_inset space ~
24228 \end_inset
24229
24230 Page
24231 \family default
24232  de la barre d'outils.
24233  Pour retransformer une note de bas de page en texte, appuyez sur la touche
24234  
24235 \family sans
24236 backspace
24237 \family default
24238  quand le curseur est au tout début de la note ou appuyez sur la touche
24239  
24240 \family sans
24241 Suppr.
24242
24243 \family default
24244  quand le curseur se trouve à la fin de la note.
24245 \end_layout
24246
24247 \begin_layout Standard
24248 Voici un exemple de note en bas de page:
24249 \begin_inset Foot
24250 status open
24251
24252 \begin_layout Plain Layout
24253 \begin_inset CommandInset label
24254 LatexCommand label
24255 name "fn:Note-en-bas"
24256
24257 \end_inset
24258
24259 Ceci est un exemple de note en bas de page.
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \begin_inset ERT
24266 status collapsed
24267
24268 \begin_layout Plain Layout
24269
24270
24271 \backslash
24272 newcounter{MyRepeatFoot}
24273 \end_layout
24274
24275 \begin_layout Plain Layout
24276
24277
24278 \backslash
24279 setcounter{MyRepeatFoot}{
24280 \backslash
24281 thefootnote}
24282 \end_layout
24283
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \begin_layout Standard
24290 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
24291  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
24292  de note.
24293  Le texte de la note est placé en bas de la page courante.
24294  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
24295  Selon votre classe de document les numéros de notes pourront être réinitialisés
24296  à chaque nouveau chapitre.
24297 \end_layout
24298
24299 \begin_layout Standard
24300 On peut faire référence à une note en bas de page comme on le fait avec
24301  les flottants : Insérez une étiquette dans la note et faites une référence
24302  croisée vers cette étiquette comme c'est décrit dans la
24303 \begin_inset space ~
24304 \end_inset
24305
24306
24307 \begin_inset CommandInset ref
24308 LatexCommand ref
24309 reference "sec:Referencer-les-Flottants"
24310
24311 \end_inset
24312
24313 .
24314 \begin_inset Newline newline
24315 \end_inset
24316
24317 Voici une référence à une note de bas de page :
24318 \begin_inset space ~
24319 \end_inset
24320
24321
24322 \begin_inset CommandInset ref
24323 LatexCommand ref
24324 reference "fn:Note-en-bas"
24325
24326 \end_inset
24327
24328 .
24329 \end_layout
24330
24331 \begin_layout Standard
24332 \begin_inset VSpace defskip
24333 \end_inset
24334
24335 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
24336  des minipages, voyez la section
24337 \begin_inset space ~
24338 \end_inset
24339
24340
24341 \begin_inset CommandInset ref
24342 LatexCommand ref
24343 reference "sec:Minipages"
24344
24345 \end_inset
24346
24347 .
24348  Les notes de bas de page dans des tableaux longs sont traitées dans la
24349  section
24350 \begin_inset space ~
24351 \end_inset
24352
24353
24354 \begin_inset CommandInset ref
24355 LatexCommand ref
24356 reference "sub:Notes-dans-tableau-long"
24357
24358 \end_inset
24359
24360 .
24361 \end_layout
24362
24363 \begin_layout Standard
24364 \begin_inset VSpace defskip
24365 \end_inset
24366
24367 Pour créer seulement la marque de note, utilisez la commande 
24368 \series bold
24369
24370 \backslash
24371 footnotemark[nombre]
24372 \series default
24373  en code TeX.
24374  On utilise cette possibilité quand on a plusieurs fois la même annotation
24375  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
24376  bas de page à chaque fois.
24377 \begin_inset Newline newline
24378 \end_inset
24379
24380 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
24381  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
24382  part.
24383  Pour la marque de note qui suit, ces commandes ont été insérées en code
24384  TeX après la note
24385 \begin_inset space ~
24386 \end_inset
24387
24388
24389 \begin_inset CommandInset ref
24390 LatexCommand ref
24391 reference "fn:Note-en-bas"
24392
24393 \end_inset
24394
24395  pour enregistrer le numéro de note de bas de page :
24396 \end_layout
24397
24398 \begin_layout Standard
24399
24400 \series bold
24401
24402 \backslash
24403 newcounter{MyRepeatFoot}
24404 \begin_inset Newline newline
24405 \end_inset
24406
24407
24408 \backslash
24409 setcounter{MyRepeatFoot}{
24410 \backslash
24411 thefootnote}
24412 \end_layout
24413
24414 \begin_layout Standard
24415 La marque de note a été créée avec la commande suivante :
24416 \end_layout
24417
24418 \begin_layout Standard
24419
24420 \series bold
24421
24422 \backslash
24423 footnotemark[
24424 \backslash
24425 theMyRepeatFoot]
24426 \end_layout
24427
24428 \begin_layout Standard
24429 Voici un exemple de marque de note de bas de page : 
24430 \begin_inset ERT
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434
24435
24436 \backslash
24437 footnotemark[
24438 \backslash
24439 theMyRepeatFoot]
24440 \end_layout
24441
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \begin_layout Subsection
24448 Numérotation de Notes de Bas de Page
24449 \begin_inset CommandInset label
24450 LatexCommand label
24451 name "sub:Numerotation-notes-bas-de-page"
24452
24453 \end_inset
24454
24455
24456 \begin_inset Index
24457 status collapsed
24458
24459 \begin_layout Plain Layout
24460 Notes de bas de page ! Numérotation
24461 \end_layout
24462
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \begin_layout Standard
24469 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
24470  ajoutez cette commande dans le préambule de votre document :
24471 \end_layout
24472
24473 \begin_layout Standard
24474
24475 \series bold
24476
24477 \backslash
24478 @addtoreset{footnote}{section}
24479 \end_layout
24480
24481 \begin_layout Standard
24482 \begin_inset VSpace bigskip
24483 \end_inset
24484
24485 La commande de préambule suivante change le style de numérotation des notes
24486  en petits chiffres romains :
24487 \end_layout
24488
24489 \begin_layout Standard
24490
24491 \series bold
24492
24493 \backslash
24494 renewcommand{
24495 \backslash
24496 thefootnote}{
24497 \backslash
24498 roman{footnote}}
24499 \end_layout
24500
24501 \begin_layout Standard
24502 \begin_inset ERT
24503 status collapsed
24504
24505 \begin_layout Plain Layout
24506
24507
24508 \backslash
24509 renewcommand{
24510 \backslash
24511 thefootnote}{
24512 \backslash
24513 roman{footnote}}
24514 \end_layout
24515
24516 \end_inset
24517
24518  Cette note de bas de page utilise une numérotation en chiffres romains
24519  :
24520 \begin_inset Foot
24521 status open
24522
24523 \begin_layout Plain Layout
24524 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
24525  romains.
24526 \end_layout
24527
24528 \end_inset
24529
24530
24531 \end_layout
24532
24533 \begin_layout Standard
24534 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
24535  la commande précédente 
24536 \series bold
24537
24538 \backslash
24539 roman
24540 \series default
24541  par 
24542 \series bold
24543
24544 \backslash
24545 Roman
24546 \series default
24547 .
24548  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
24549  utilisez respectivement soit 
24550 \series bold
24551
24552 \backslash
24553 Alph
24554 \series default
24555  soit 
24556 \series bold
24557
24558 \backslash
24559 alph
24560 \series default
24561 .
24562  Pour les 
24563 \begin_inset Quotes eld
24564 \end_inset
24565
24566 numéroter
24567 \begin_inset Quotes erd
24568 \end_inset
24569
24570  avec des symboles, utilisez 
24571 \series bold
24572
24573 \backslash
24574 fnsymbol
24575 \series default
24576 .
24577 \end_layout
24578
24579 \begin_layout Standard
24580 \begin_inset Note Greyedout
24581 status open
24582
24583 \begin_layout Plain Layout
24584
24585 \series bold
24586 Note:
24587 \series default
24588  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
24589  puisque cette numérotation est limitée à des lettres seules.
24590 \end_layout
24591
24592 \end_inset
24593
24594
24595 \begin_inset Newline newline
24596 \end_inset
24597
24598
24599 \begin_inset Note Greyedout
24600 status open
24601
24602 \begin_layout Plain Layout
24603
24604 \series bold
24605 Note:
24606 \series default
24607  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 Pour revenir au style de numérotation par défaut quand vous en avez changé,
24617  utilisez 
24618 \series bold
24619
24620 \backslash
24621 arabic
24622 \series default
24623  à la place de 
24624 \series bold
24625
24626 \backslash
24627 roman
24628 \series default
24629  dans la commande précédente.
24630 \begin_inset ERT
24631 status collapsed
24632
24633 \begin_layout Plain Layout
24634
24635
24636 \backslash
24637 renewcommand{
24638 \backslash
24639 thefootnote}{
24640 \backslash
24641 arabic{footnote}}
24642 \end_layout
24643
24644 \end_inset
24645
24646
24647 \end_layout
24648
24649 \begin_layout Standard
24650 \begin_inset VSpace bigskip
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Standard
24657 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
24658  le schéma 
24659 \begin_inset Quotes eld
24660 \end_inset
24661
24662 chapitre.note
24663 \begin_inset Quotes erd
24664 \end_inset
24665
24666 , ajoutez la commande suivante au préambule de votre document :
24667 \end_layout
24668
24669 \begin_layout Standard
24670
24671 \series bold
24672
24673 \backslash
24674 numberwithin{footnote}{chapter}
24675 \end_layout
24676
24677 \begin_layout Standard
24678 Pour pouvoir utiliser la commande 
24679 \series bold
24680
24681 \backslash
24682 numberwithin
24683 \series default
24684 , activez dans la rubrique 
24685 \family sans
24686 Options
24687 \begin_inset space ~
24688 \end_inset
24689
24690 des
24691 \begin_inset space ~
24692 \end_inset
24693
24694 Maths
24695 \family default
24696  dans les paramètres du document, l'option 
24697 \family sans
24698 Utiliser
24699 \begin_inset space ~
24700 \end_inset
24701
24702 le
24703 \begin_inset space ~
24704 \end_inset
24705
24706 paquetage
24707 \begin_inset space ~
24708 \end_inset
24709
24710 maths
24711 \begin_inset space ~
24712 \end_inset
24713
24714 AMS
24715 \family default
24716 .
24717 \end_layout
24718
24719 \begin_layout Standard
24720 \begin_inset ERT
24721 status collapsed
24722
24723 \begin_layout Plain Layout
24724
24725
24726 \backslash
24727 numberwithin{footnote}{chapter}
24728 \end_layout
24729
24730 \end_inset
24731
24732 Ceci est un autre exemple de note de bas de page:
24733 \series bold
24734
24735 \begin_inset Foot
24736 status open
24737
24738 \begin_layout Plain Layout
24739 Cette note est numérotée en suivant le schéma 
24740 \begin_inset Quotes eld
24741 \end_inset
24742
24743 chapitre.note
24744 \begin_inset Quotes erd
24745 \end_inset
24746
24747 .
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \series default
24754
24755 \begin_inset ERT
24756 status collapsed
24757
24758 \begin_layout Plain Layout
24759
24760
24761 \backslash
24762 renewcommand{
24763 \backslash
24764 thefootnote}{
24765 \backslash
24766 arabic{footnote}}
24767 \end_layout
24768
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \begin_layout Standard
24775 \begin_inset Note Greyedout
24776 status open
24777
24778 \begin_layout Plain Layout
24779
24780 \series bold
24781 Note:
24782 \series default
24783  
24784 \series bold
24785
24786 \backslash
24787 numberwithin
24788 \series default
24789  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
24790  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
24791  prises en compte.
24792  
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 Donc pour avoir par exemple le schéma 
24802 \begin_inset Quotes eld
24803 \end_inset
24804
24805 chapitre.
24806 \backslash
24807 Roman{note}
24808 \begin_inset Quotes erd
24809 \end_inset
24810
24811 , utilisez la commande suivante plutôt que 
24812 \series bold
24813
24814 \backslash
24815 numberwithin
24816 \series default
24817  :
24818 \end_layout
24819
24820 \begin_layout Standard
24821
24822 \series bold
24823
24824 \backslash
24825 renewcommand{
24826 \backslash
24827 thefootnote}{
24828 \backslash
24829 thechapter.
24830 \backslash
24831 Roman{footnote}}
24832 \end_layout
24833
24834 \begin_layout Subsection
24835 Positionnement de notes de bas de page
24836 \begin_inset Index
24837 status collapsed
24838
24839 \begin_layout Plain Layout
24840 Notes de bas de page ! Positionnement
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
24850  vertical entre elles en bas de la page.
24851  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
24852  de 1.5
24853 \begin_inset space \thinspace{}
24854 \end_inset
24855
24856 mm avec la commande suivante dans le préambule :
24857 \end_layout
24858
24859 \begin_layout Standard
24860
24861 \series bold
24862
24863 \backslash
24864 let
24865 \backslash
24866 myFoot
24867 \backslash
24868 footnote
24869 \begin_inset Newline newline
24870 \end_inset
24871
24872
24873 \backslash
24874 renewcommand{
24875 \backslash
24876 footnote}[1]{
24877 \backslash
24878 myFoot{#1
24879 \backslash
24880 vspace{1.5mm}}}
24881 \end_layout
24882
24883 \begin_layout Standard
24884 \begin_inset VSpace bigskip
24885 \end_inset
24886
24887 Dans un document à deux colonnes les notes de bas de page apparaissent en
24888  bas de chaque colonne, comme sur la Figure
24889 \begin_inset space ~
24890 \end_inset
24891
24892
24893 \begin_inset CommandInset ref
24894 LatexCommand ref
24895 reference "fig:Position-standard-note-bas-de-page"
24896
24897 \end_inset
24898
24899 .
24900  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
24901  sur la Figure
24902 \begin_inset space ~
24903 \end_inset
24904
24905
24906 \begin_inset CommandInset ref
24907 LatexCommand ref
24908 reference "fig:Position-note-avec-ftnright"
24909
24910 \end_inset
24911
24912 , utilisez le paquetage LaTeX 
24913 \series bold
24914 ftnright
24915 \series default
24916
24917 \begin_inset Index
24918 status collapsed
24919
24920 \begin_layout Plain Layout
24921 Paquetages LaTeX ! ftnright
24922 \end_layout
24923
24924 \end_inset
24925
24926  avec cette commande dans le préambule du document:
24927 \end_layout
24928
24929 \begin_layout Standard
24930
24931 \series bold
24932
24933 \backslash
24934 usepackage{ftnright}
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \begin_inset Float figure
24939 placement !h
24940 wide false
24941 sideways false
24942 status open
24943
24944 \begin_layout Plain Layout
24945 \begin_inset ERT
24946 status collapsed
24947
24948 \begin_layout Plain Layout
24949
24950
24951 \backslash
24952 framebox{
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \begin_inset Graphics
24959         filename ../clipart/without_fntright.pdf
24960         width 100col%
24961         scaleBeforeRotation
24962
24963 \end_inset
24964
24965
24966 \begin_inset ERT
24967 status collapsed
24968
24969 \begin_layout Plain Layout
24970
24971 }
24972 \end_layout
24973
24974 \end_inset
24975
24976
24977 \end_layout
24978
24979 \begin_layout Plain Layout
24980 \begin_inset Caption
24981
24982 \begin_layout Plain Layout
24983 \begin_inset CommandInset label
24984 LatexCommand label
24985 name "fig:Position-standard-note-bas-de-page"
24986
24987 \end_inset
24988
24989 Positionnement standard des notes de bas de page dans un document à deux
24990  colonnes.
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Standard
25004 \begin_inset Float figure
25005 placement !h
25006 wide false
25007 sideways false
25008 status open
25009
25010 \begin_layout Plain Layout
25011 \begin_inset ERT
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015
25016
25017 \backslash
25018 framebox{
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \begin_inset Graphics
25025         filename ../clipart/with_fntright.pdf
25026         width 100col%
25027         scaleBeforeRotation
25028
25029 \end_inset
25030
25031
25032 \begin_inset ERT
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036
25037 }
25038 \end_layout
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Plain Layout
25046 \begin_inset Caption
25047
25048 \begin_layout Plain Layout
25049 \begin_inset CommandInset label
25050 LatexCommand label
25051 name "fig:Position-note-avec-ftnright"
25052
25053 \end_inset
25054
25055 Positionnement de notes de bas de page dans un document à deux colonnes
25056  en utilisant le paquetage LaTeX 
25057 \series bold
25058 ftnright
25059 \series default
25060 .
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \end_inset
25069
25070
25071 \end_layout
25072
25073 \begin_layout Standard
25074 \begin_inset VSpace bigskip
25075 \end_inset
25076
25077 Dans certaines publications scientifiques, il est courant de rassembler
25078  les notes de bas de page et de les imprimer dans un paragraphe particulier
25079  à la fin de la section, comme sur la Figure
25080 \begin_inset space ~
25081 \end_inset
25082
25083
25084 \begin_inset CommandInset ref
25085 LatexCommand ref
25086 reference "fig:Notes-de-fin---notes-de-bas-de-page"
25087
25088 \end_inset
25089
25090 .
25091  On les appelle 
25092 \begin_inset Quotes eld
25093 \end_inset
25094
25095 notes de fin
25096 \begin_inset Quotes erd
25097 \end_inset
25098
25099 .
25100 \begin_inset Note Note
25101 status collapsed
25102
25103 \begin_layout Plain Layout
25104 J'ai pas trouvé mieux pour endnotes (NdT)
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \begin_inset Index
25111 status collapsed
25112
25113 \begin_layout Plain Layout
25114 Notes de fin
25115 \end_layout
25116
25117 \end_inset
25118
25119  Pour utiliser des notes de fin à la place des notes de bas de page dans
25120  votre document, chargez le paquetage LaTeX 
25121 \series bold
25122 endnotes
25123 \series default
25124
25125 \begin_inset Index
25126 status collapsed
25127
25128 \begin_layout Plain Layout
25129 Paquetages LaTeX ! endnotes
25130 \end_layout
25131
25132 \end_inset
25133
25134  avec ces lignes dans le préambule du document
25135 \end_layout
25136
25137 \begin_layout Standard
25138
25139 \series bold
25140
25141 \backslash
25142 usepackage{endnotes}
25143 \begin_inset Newline newline
25144 \end_inset
25145
25146
25147 \backslash
25148 let
25149 \backslash
25150 footnote
25151 \backslash
25152 endnote
25153 \end_layout
25154
25155 \begin_layout Standard
25156 Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
25157 \end_layout
25158
25159 \begin_layout Standard
25160
25161 \series bold
25162
25163 \backslash
25164 theendnotes
25165 \end_layout
25166
25167 \begin_layout Standard
25168 en code TeX à la fin d'une section ou d'un chapitre.
25169 \end_layout
25170
25171 \begin_layout Standard
25172 \begin_inset Float figure
25173 wide false
25174 sideways false
25175 status open
25176
25177 \begin_layout Plain Layout
25178 \align center
25179 \begin_inset ERT
25180 status collapsed
25181
25182 \begin_layout Plain Layout
25183
25184
25185 \backslash
25186 framebox{
25187 \end_layout
25188
25189 \end_inset
25190
25191
25192 \begin_inset Graphics
25193         filename ../clipart/endnotes.pdf
25194         scaleBeforeRotation
25195
25196 \end_inset
25197
25198
25199 \begin_inset ERT
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203
25204 }
25205 \end_layout
25206
25207 \end_inset
25208
25209
25210 \end_layout
25211
25212 \begin_layout Plain Layout
25213 \begin_inset Caption
25214
25215 \begin_layout Plain Layout
25216 \begin_inset CommandInset label
25217 LatexCommand label
25218 name "fig:Notes-de-fin---notes-de-bas-de-page"
25219
25220 \end_inset
25221
25222 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
25223  séparé à la fin des sections ou des chapitres.
25224 \end_layout
25225
25226 \end_inset
25227
25228
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Standard
25237 \begin_inset VSpace medskip
25238 \end_inset
25239
25240 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
25241  dans la langue du document, cela doit être fait manuellement.
25242  Les lignes de préambule suivantes traduisent le nom en anglais par défaut
25243  
25244 \begin_inset Quotes eld
25245 \end_inset
25246
25247 Notes
25248 \begin_inset Quotes erd
25249 \end_inset
25250
25251  en sa traduction Allemande
25252 \begin_inset Foot
25253 status collapsed
25254
25255 \begin_layout Plain Layout
25256 En français, 
25257 \begin_inset Quotes eld
25258 \end_inset
25259
25260 Notes
25261 \begin_inset Quotes erd
25262 \end_inset
25263
25264  peut être conservé.
25265 \end_layout
25266
25267 \end_inset
25268
25269  
25270 \begin_inset Quotes eld
25271 \end_inset
25272
25273 Anmerkungen
25274 \begin_inset Quotes erd
25275 \end_inset
25276
25277  :
25278 \end_layout
25279
25280 \begin_layout Standard
25281
25282 \series bold
25283
25284 \backslash
25285 renewcommand{
25286 \backslash
25287 notesname}{Anmerkungen}
25288 \end_layout
25289
25290 \begin_layout Standard
25291 \begin_inset VSpace medskip
25292 \end_inset
25293
25294 La numérotation des notes de fin peut être modifiée comme celle des notes
25295  de bas de page comme c'est décrit dans la section
25296 \begin_inset space ~
25297 \end_inset
25298
25299
25300 \begin_inset CommandInset ref
25301 LatexCommand ref
25302 reference "sub:Numerotation-notes-bas-de-page"
25303
25304 \end_inset
25305
25306  ; remplacez juste la commande 
25307 \series bold
25308
25309 \backslash
25310 thefootnote
25311 \series default
25312  par 
25313 \series bold
25314
25315 \backslash
25316 theendnote
25317 \series default
25318 .
25319  Pour réinitialiser le numéro de note de fin, utilisez la commande 
25320 \series bold
25321
25322 \backslash
25323 @addtoreset
25324 \series default
25325  comme c'est décrit dans la section
25326 \begin_inset space ~
25327 \end_inset
25328
25329
25330 \begin_inset CommandInset ref
25331 LatexCommand ref
25332 reference "sub:Numerotation-notes-bas-de-page"
25333
25334 \end_inset
25335
25336  et remplacez le paramètre de commande 
25337 \series bold
25338 footnote
25339 \series default
25340  par 
25341 \series bold
25342 endnote
25343 \series default
25344 .
25345 \end_layout
25346
25347 \begin_layout Standard
25348 Pour seulement créer une marque de note de fin, utilisez la commande 
25349 \series bold
25350
25351 \backslash
25352 endnotemark[numéro]
25353 \series default
25354  qui est semblable à 
25355 \series bold
25356
25357 \backslash
25358 footnotemark
25359 \series default
25360 , décrite dans la section
25361 \begin_inset space ~
25362 \end_inset
25363
25364
25365 \begin_inset CommandInset ref
25366 LatexCommand ref
25367 reference "sec:Notes-bas-de-page"
25368
25369 \end_inset
25370
25371 .
25372 \end_layout
25373
25374 \begin_layout Standard
25375 \begin_inset VSpace bigskip
25376 \end_inset
25377
25378 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
25379 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
25380 \series bold
25381 footmisc
25382 \series default
25383
25384 \begin_inset Index
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388 Paquetages LaTeX ! footmisc
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \begin_inset CommandInset citation
25395 LatexCommand cite
25396 key "footmisc"
25397
25398 \end_inset
25399
25400  pour plus d'information à ce sujet.
25401 \end_layout
25402
25403 \begin_layout Standard
25404 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
25405  voyez les livres sur LaTeX, 
25406 \begin_inset CommandInset citation
25407 LatexCommand cite
25408 key "latexcompanion,latexguide,latexbook"
25409
25410 \end_inset
25411
25412 .
25413 \end_layout
25414
25415 \begin_layout Section
25416 Notes en Marge
25417 \begin_inset Index
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421 Notes ! Notes en Marge
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Standard
25430 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
25431 t de la même façon.
25432  Quand vous insérez une note en marge avec 
25433 \family sans
25434 Insérer\SpecialChar \menuseparator
25435 Note
25436 \begin_inset space ~
25437 \end_inset
25438
25439 en
25440 \begin_inset space ~
25441 \end_inset
25442
25443 Marge
25444 \family default
25445  ou avec le bouton 
25446 \begin_inset Graphics
25447         filename ../../images/marginalnote-insert.png
25448         scale 85
25449         scaleBeforeRotation
25450
25451 \end_inset
25452
25453  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
25454  grise avec une étiquette rouge 
25455 \begin_inset Quotes fld
25456 \end_inset
25457
25458 marge
25459 \begin_inset Quotes frd
25460 \end_inset
25461
25462 .
25463  
25464 \begin_inset Marginal
25465 status collapsed
25466
25467 \begin_layout Plain Layout
25468 C'est une note en marge.
25469 \end_layout
25470
25471 \end_inset
25472
25473  Cette boîte est la représentation de votre note dans LyX.
25474  Vous pouvez y entrer votre texte.
25475 \end_layout
25476
25477 \begin_layout Standard
25478 Les notes en marge apparaissent dans la marge de droite dans les documents
25479  imprimées sur une seule face.
25480  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
25481  
25482 \begin_inset Quotes eld
25483 \end_inset
25484
25485 extérieure
25486 \begin_inset Quotes erd
25487 \end_inset
25488
25489  – la gauche sur les pages paires et la droite sur les pages impaires.
25490  Le texte de la note en marge est aligné à l'opposé de la marge externe
25491  – aligné à droite quand la note apparaît dans la marge de gauche.
25492  La première ligne de la note apparaît à la hauteur de la ligne de texte
25493  où la note a été insérée dans le document.
25494 \end_layout
25495
25496 \begin_layout Standard
25497 \begin_inset VSpace bigskip
25498 \end_inset
25499
25500 Pour placer une note dans la marge interne, ajoutez la commande suivante
25501  :
25502 \end_layout
25503
25504 \begin_layout Standard
25505
25506 \series bold
25507
25508 \backslash
25509 reversemarginpar
25510 \end_layout
25511
25512 \begin_layout Standard
25513 sous forme de code TeX avant votre note de marge.
25514  Le nouveau positionnement est pris en compte pour toutes les notes en marge
25515  qui suivent 
25516 \begin_inset ERT
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520
25521
25522 \backslash
25523 reversemarginpar 
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \begin_inset Marginal
25530 status open
25531
25532 \begin_layout Plain Layout
25533 Cette note en marge est dans la marge interne.
25534 \end_layout
25535
25536 \end_inset
25537
25538
25539 \series bold
25540
25541 \begin_inset Newline newline
25542 \end_inset
25543
25544
25545 \series default
25546
25547 \begin_inset Note Greyedout
25548 status open
25549
25550 \begin_layout Plain Layout
25551
25552 \series bold
25553 Note:
25554 \series default
25555  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
25556  les notes sont souvent mal mises en formes dans la sortie imprimée.
25557 \end_layout
25558
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Standard
25565 Pour revenir au positionnement par défaut, ajoutez la commande :
25566 \end_layout
25567
25568 \begin_layout Standard
25569
25570 \series bold
25571
25572 \backslash
25573 normalmarginpar
25574 \end_layout
25575
25576 \begin_layout Standard
25577 sous forme de code TeX.
25578 \begin_inset ERT
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582
25583
25584 \backslash
25585 normalmarginpar 
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \begin_inset Newline newline
25592 \end_inset
25593
25594  
25595 \begin_inset Note Greyedout
25596 status open
25597
25598 \begin_layout Plain Layout
25599
25600 \series bold
25601 Note:
25602 \series default
25603  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
25604  
25605 \series bold
25606
25607 \backslash
25608 reversemarginpar
25609 \series default
25610  est aussi utilisée.
25611 \end_layout
25612
25613 \end_inset
25614
25615
25616 \end_layout
25617
25618 \begin_layout Standard
25619 \begin_inset VSpace bigskip
25620 \end_inset
25621
25622
25623 \begin_inset Marginal
25624 status open
25625
25626 \begin_layout Plain Layout
25627 UnTrèsLongMotEnMarge sans césure.
25628 \end_layout
25629
25630 \end_inset
25631
25632  Comme dans le cas décrit dans la section
25633 \begin_inset space ~
25634 \end_inset
25635
25636
25637 \begin_inset CommandInset ref
25638 LatexCommand ref
25639 reference "sub:Lignes-multiple-dans-cellule"
25640
25641 \end_inset
25642
25643 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
25644  mot d'une note en marge.
25645  Pour éviter ce problème, insérez un espacement horizontal de 0
25646 \begin_inset space \thinspace{}
25647 \end_inset
25648
25649 pt avant le mot en question: 
25650 \begin_inset Marginal
25651 status open
25652
25653 \begin_layout Plain Layout
25654 \begin_inset space \hspace{}
25655 \length 0pt
25656 \end_inset
25657
25658 UnMotTrèsLongEnMarge avec une césure.
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Standard
25667 \begin_inset VSpace bigskip
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674 \begin_inset Note Greyedout
25675 status open
25676
25677 \begin_layout Plain Layout
25678
25679 \series bold
25680 Note:
25681 \series default
25682  Normalement, les notes en marge ne peuvent pas être utilisées dans des
25683  tableaux, des flottants et des notes de bas de page.
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \begin_layout Standard
25692 \begin_inset VSpace bigskip
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \begin_layout Standard
25699 \begin_inset ERT
25700 status collapsed
25701
25702 \begin_layout Plain Layout
25703
25704
25705 \backslash
25706 ifmarginnote
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \begin_inset Note Note
25713 status open
25714
25715 \begin_layout Plain Layout
25716 La section suivante ne sera affichée que si le paquetage LaTeX 
25717 \series bold
25718 marginnote
25719 \series default
25720  a été installé.
25721 \end_layout
25722
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \begin_layout Standard
25729 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
25730 \series bold
25731 marginnote
25732 \series default
25733
25734 \begin_inset Index
25735 status collapsed
25736
25737 \begin_layout Plain Layout
25738 Paquetages LaTeX ! marginnote
25739 \end_layout
25740
25741 \end_inset
25742
25743 .
25744  En ajoutant les deux lignes suivantes au préambule de votre document, la
25745  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
25746  la commande fournie par le paquetage 
25747 \series bold
25748 marginnote
25749 \series default
25750  :
25751 \end_layout
25752
25753 \begin_layout Standard
25754
25755 \series bold
25756
25757 \backslash
25758 usepackage{marginnote}
25759 \begin_inset Newline newline
25760 \end_inset
25761
25762
25763 \backslash
25764 let
25765 \backslash
25766 marginpar
25767 \backslash
25768 marginnote
25769 \end_layout
25770
25771 \begin_layout Standard
25772 Ce paquetage est aussi utilisé dans ce document parce que 
25773 \series bold
25774 marginnote
25775 \series default
25776  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
25777  vertical pour une note.
25778  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
25779  sont trop proches les unes des autres ou que vous voulez améliorer la mise
25780  en page.
25781  Le décalage est inséré dans LyX sous forme de code TeX directement après
25782  la note sous la forme
25783 \end_layout
25784
25785 \begin_layout Standard
25786
25787 \series bold
25788 [offset]
25789 \end_layout
25790
25791 \begin_layout Standard
25792 où l'offset utilise l'une des unités listées dans le tableau
25793 \begin_inset space ~
25794 \end_inset
25795
25796
25797 \begin_inset CommandInset ref
25798 LatexCommand ref
25799 reference "cha:Unités-de-longueur"
25800
25801 \end_inset
25802
25803 .
25804  Une valeur négative déplace la note vers le haut, une valeur positive la
25805  déplace vers le bas.
25806  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
25807  vers le haut de 1.5
25808 \begin_inset space \thinspace{}
25809 \end_inset
25810
25811 cm avec la commande en code TeX 
25812 \begin_inset Quotes eld
25813 \end_inset
25814
25815
25816 \series bold
25817 [-1.5cm]
25818 \series default
25819
25820 \begin_inset Quotes erd
25821 \end_inset
25822
25823
25824 \begin_inset Marginal
25825 status collapsed
25826
25827 \begin_layout Plain Layout
25828 Cette note en marge est décalée vers le haut de 1.5
25829 \begin_inset space \thinspace{}
25830 \end_inset
25831
25832 cm par rapport à sa position d'origine.
25833 \end_layout
25834
25835 \end_inset
25836
25837
25838 \begin_inset ERT
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842
25843 [-1.5cm]
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Standard
25852 \begin_inset VSpace medskip
25853 \end_inset
25854
25855 Avec le paquetage 
25856 \series bold
25857 marginnote
25858 \series default
25859  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
25860  Par exemple les commandes 
25861 \end_layout
25862
25863 \begin_layout Standard
25864
25865 \series bold
25866
25867 \backslash
25868 renewcommand*{
25869 \backslash
25870 raggedleftmarginnote}{
25871 \backslash
25872 centering}
25873 \begin_inset Newline newline
25874 \end_inset
25875
25876
25877 \backslash
25878 renewcommand*{
25879 \backslash
25880 raggedrightmarginnote}{
25881 \backslash
25882 centering}
25883 \end_layout
25884
25885 \begin_layout Standard
25886 donnent un alignement centré.
25887  
25888 \series bold
25889
25890 \backslash
25891 raggedleftmarginnote
25892 \series default
25893  indique une note qui apparaît dans la marge de gauche.
25894 \begin_inset ERT
25895 status collapsed
25896
25897 \begin_layout Plain Layout
25898
25899
25900 \backslash
25901 renewcommand*{
25902 \backslash
25903 raggedleftmarginnote}{
25904 \backslash
25905 centering}
25906 \end_layout
25907
25908 \begin_layout Plain Layout
25909
25910
25911 \backslash
25912 renewcommand*{
25913 \backslash
25914 raggedrightmarginnote}{
25915 \backslash
25916 centering}
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \begin_inset Marginal
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926 Le texte de cette note en marge est centré.
25927 \end_layout
25928
25929 \end_inset
25930
25931 .
25932  Le comportement par défaut est donné par
25933 \end_layout
25934
25935 \begin_layout Standard
25936
25937 \series bold
25938
25939 \backslash
25940 renewcommand*{
25941 \backslash
25942 raggedleftmarginnote}{
25943 \backslash
25944 raggedleft}
25945 \begin_inset Newline newline
25946 \end_inset
25947
25948
25949 \backslash
25950 renewcommand*{
25951 \backslash
25952 raggedrightmarginnote}{
25953 \backslash
25954 raggedright}
25955 \series default
25956
25957 \begin_inset ERT
25958 status collapsed
25959
25960 \begin_layout Plain Layout
25961
25962
25963 \backslash
25964 renewcommand*{
25965 \backslash
25966 raggedleftmarginnote}{
25967 \backslash
25968 raggedleft}
25969 \end_layout
25970
25971 \begin_layout Plain Layout
25972
25973
25974 \backslash
25975 renewcommand*{
25976 \backslash
25977 raggedrightmarginnote}{
25978 \backslash
25979 raggedright}
25980 \end_layout
25981
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \begin_layout Standard
25988 \begin_inset VSpace medskip
25989 \end_inset
25990
25991 Pour les autre fonctions du paquetage 
25992 \series bold
25993 marginnote
25994 \series default
25995  nous vous renvoyons à sa documentation 
25996 \begin_inset CommandInset citation
25997 LatexCommand cite
25998 key "marginnote"
25999
26000 \end_inset
26001
26002 .
26003 \end_layout
26004
26005 \begin_layout Standard
26006 \begin_inset VSpace bigskip
26007 \end_inset
26008
26009 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26010  définition.
26011  Pour créer par exemple une entête pour toutes les notes en marge avec le
26012  texte 
26013 \begin_inset Quotes eld
26014 \end_inset
26015
26016
26017 \family sans
26018 \series bold
26019 \bar under
26020 Attention!
26021 \family default
26022 \series default
26023 \bar default
26024
26025 \begin_inset Quotes erd
26026 \end_inset
26027
26028  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26029  de votre document :
26030 \end_layout
26031
26032 \begin_layout Standard
26033
26034 \series bold
26035
26036 \backslash
26037 let
26038 \backslash
26039 myMarginpar
26040 \backslash
26041 marginpar
26042 \begin_inset Newline newline
26043 \end_inset
26044
26045
26046 \backslash
26047 renewcommand{
26048 \backslash
26049 marginpar}[1]{
26050 \backslash
26051 myMarginpar{%
26052 \begin_inset Newline newline
26053 \end_inset
26054
26055
26056 \begin_inset ERT
26057 status collapsed
26058
26059 \begin_layout Plain Layout
26060
26061
26062 \backslash
26063 hphantom{ }
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \backslash
26070 hspace{0pt}
26071 \backslash
26072 textsf{
26073 \backslash
26074 textbf{
26075 \backslash
26076 underbar{Attention!}}}%
26077 \begin_inset Newline newline
26078 \end_inset
26079
26080
26081 \begin_inset ERT
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085
26086
26087 \backslash
26088 hphantom{ }
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \backslash
26095 vspace{1.5mm}
26096 \backslash
26097
26098 \backslash
26099 #1}}
26100 \end_layout
26101
26102 \begin_layout Standard
26103 \begin_inset ERT
26104 status collapsed
26105
26106 \begin_layout Plain Layout
26107
26108
26109 \backslash
26110 let
26111 \backslash
26112 myMarginpar
26113 \backslash
26114 marginpar
26115 \end_layout
26116
26117 \begin_layout Plain Layout
26118
26119
26120 \backslash
26121 renewcommand{
26122 \backslash
26123 marginpar}[1]{
26124 \backslash
26125 myMarginpar{%
26126 \end_layout
26127
26128 \begin_layout Plain Layout
26129
26130    
26131 \backslash
26132 textsf{
26133 \backslash
26134 textbf{
26135 \backslash
26136 underbar{Attention!}}}%
26137 \end_layout
26138
26139 \begin_layout Plain Layout
26140
26141    
26142 \backslash
26143 vspace{1.5mm}
26144 \backslash
26145
26146 \backslash
26147 #1}}
26148 \end_layout
26149
26150 \end_inset
26151
26152
26153 \begin_inset Marginal
26154 status open
26155
26156 \begin_layout Plain Layout
26157 Ceci est une note en marge avec une en-tête prédéfinie.
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \begin_inset ERT
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167
26168 [-1.5cm]
26169 \end_layout
26170
26171 \end_inset
26172
26173
26174 \begin_inset ERT
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178
26179
26180 \backslash
26181 renewcommand{
26182 \backslash
26183 marginpar}[1]{
26184 \backslash
26185 myMarginpar{#1}}
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \begin_inset Note Note
26192 status collapsed
26193
26194 \begin_layout Plain Layout
26195
26196 \lang english
26197 The margin note format is changed only for this example.
26198 \end_layout
26199
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \begin_layout Standard
26206 \begin_inset ERT
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210
26211
26212 \backslash
26213 else
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \begin_inset Note Note
26220 status open
26221
26222 \begin_layout Plain Layout
26223 Ce qui suit sera affiché si le paquetage LaTeX 
26224 \series bold
26225 marginnote
26226 \series default
26227  n'est pas installé :
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \begin_layout Standard
26236 Vous devez installer le paquetage LaTeX 
26237 \series bold
26238 marginnote
26239 \series default
26240  pour voir la suite de cette section dans la sortie imprimée.
26241 \end_layout
26242
26243 \begin_layout Standard
26244 \begin_inset ERT
26245 status collapsed
26246
26247 \begin_layout Plain Layout
26248
26249
26250 \backslash
26251 fi
26252 \end_layout
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \begin_layout Chapter
26260 Les Boîtes
26261 \end_layout
26262
26263 \begin_layout Section
26264 Introduction
26265 \begin_inset Index
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269 Boîtes ! Introduction
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \begin_layout Standard
26278 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
26279  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
26280  voir la section
26281 \begin_inset space ~
26282 \end_inset
26283
26284
26285 \begin_inset CommandInset ref
26286 LatexCommand ref
26287 reference "sec:Minipages"
26288
26289 \end_inset
26290
26291 , pour encadrer des portions de texte, voir la section
26292 \begin_inset space ~
26293 \end_inset
26294
26295
26296 \begin_inset CommandInset ref
26297 LatexCommand ref
26298 reference "sec:Décorations"
26299
26300 \end_inset
26301
26302 , pour empêcher que des mots subissent une césure, voir la section
26303 \begin_inset space ~
26304 \end_inset
26305
26306
26307 \begin_inset CommandInset ref
26308 LatexCommand ref
26309 reference "sec:Empêcher-césure"
26310
26311 \end_inset
26312
26313 , pour aligner du texte, voir la section
26314 \begin_inset space ~
26315 \end_inset
26316
26317
26318 \begin_inset CommandInset ref
26319 LatexCommand ref
26320 reference "sub:Alignement-Vertical"
26321
26322 \end_inset
26323
26324 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
26325 \begin_inset space ~
26326 \end_inset
26327
26328
26329 \begin_inset CommandInset ref
26330 LatexCommand ref
26331 reference "sec:Boîtes-colorées"
26332
26333 \end_inset
26334
26335 .
26336 \end_layout
26337
26338 \begin_layout Standard
26339 On peut insérer une boîte en utilisant le menu 
26340 \family sans
26341 Insérer\SpecialChar \menuseparator
26342 Boîte
26343 \family default
26344  ou avec le bouton 
26345 \begin_inset Graphics
26346         filename ../../images/box-insert.png
26347         scale 85
26348         scaleBeforeRotation
26349
26350 \end_inset
26351
26352  de la barre d'outils.
26353  Une boîte grise avec une étiquette 
26354 \family sans
26355 Boîte
26356 \begin_inset space ~
26357 \end_inset
26358
26359 (Minipage)
26360 \family default
26361
26362 \begin_inset Graphics
26363         filename clipart/BoxInsetDefaultQt4.png
26364         scale 65
26365         scaleBeforeRotation
26366
26367 \end_inset
26368
26369  est alors insérée.
26370  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
26371  La fenêtre de dialogue qui apparaît donne accès aux types de
26372 \family sans
26373  Boîte
26374 \begin_inset space ~
26375 \end_inset
26376
26377 Intérieure
26378 \family default
26379  
26380 \family sans
26381 Parbox
26382 \begin_inset Note Note
26383 status collapsed
26384
26385 \begin_layout Plain Layout
26386 En attendant un traduction plus correcte NdT
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \family default
26393  et 
26394 \family sans
26395 Minipage
26396 \family default
26397 .
26398  Le type 
26399 \family sans
26400 Minipage
26401 \family default
26402  est le type par défaut pour les boîtes nouvellement créées et il est décrit
26403  dans la section
26404 \begin_inset space ~
26405 \end_inset
26406
26407
26408 \begin_inset CommandInset ref
26409 LatexCommand ref
26410 reference "sec:Minipages"
26411
26412 \end_inset
26413
26414 ; le type 
26415 \family sans
26416 Parbox
26417 \family default
26418  est décrit dans la section
26419 \begin_inset space ~
26420 \end_inset
26421
26422
26423 \begin_inset CommandInset ref
26424 LatexCommand ref
26425 reference "sec:Parboxes"
26426
26427 \end_inset
26428
26429 .
26430 \end_layout
26431
26432 \begin_layout Standard
26433 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
26434  comme les flottants ou les notes de bas de page.
26435 \end_layout
26436
26437 \begin_layout Standard
26438 \begin_inset Note Greyedout
26439 status open
26440
26441 \begin_layout Plain Layout
26442
26443 \series bold
26444 Note:
26445 \series default
26446  Vous ne pouvez pas employer une boîte comme élément dans un environnement
26447  de type 
26448 \family sans
26449 Liste
26450 \family default
26451  ou 
26452 \family sans
26453 Description
26454 \family default
26455 .
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \begin_layout Standard
26464 \begin_inset Note Greyedout
26465 status open
26466
26467 \begin_layout Plain Layout
26468
26469 \series bold
26470 Note:
26471 \series default
26472  Pour une raison inconnue, vous ne pouvez mettre le type de la 
26473 \family sans
26474 Boîte
26475 \begin_inset space ~
26476 \end_inset
26477
26478 Intérieure
26479 \family default
26480  à 
26481 \family sans
26482 Aucune
26483 \family default
26484  que quand vous utilisez une boîte encadrée.
26485  Les boîtes sans 
26486 \family sans
26487 Boîte
26488 \begin_inset space ~
26489 \end_inset
26490
26491 Intérieure
26492 \family default
26493  et sans cadre sont expliquées dans la section
26494 \begin_inset space ~
26495 \end_inset
26496
26497
26498 \begin_inset CommandInset ref
26499 LatexCommand ref
26500 reference "sec:Empêcher-césure"
26501
26502 \end_inset
26503
26504 .
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \begin_layout Section
26513 La fenêtre de dialogue Boîte
26514 \begin_inset CommandInset label
26515 LatexCommand label
26516 name "sec:Boîte-Dialogue"
26517
26518 \end_inset
26519
26520
26521 \begin_inset Index
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525 Boîtes ! Fenêtre de dialogue Boîte
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Subsection
26534 Taille
26535 \begin_inset Index
26536 status collapsed
26537
26538 \begin_layout Plain Layout
26539 Boîtes ! Taille
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Standard
26548 Dans la fenêtre de dialogue 
26549 \family sans
26550 Paramètres
26551 \begin_inset space ~
26552 \end_inset
26553
26554 de
26555 \begin_inset space ~
26556 \end_inset
26557
26558 Boîte
26559 \family default
26560  vous pouvez modifier la géométrie de la boîte avec les champs 
26561 \family sans
26562 Largeur
26563 \family default
26564  et 
26565 \family sans
26566 Hauteur
26567 \family default
26568 .
26569  Les unités de longueur qui sont utilisables dans ces champs sont décrites
26570  dans le tableau
26571 \begin_inset space ~
26572 \end_inset
26573
26574
26575 \begin_inset CommandInset ref
26576 LatexCommand ref
26577 reference "tab:Unités"
26578
26579 \end_inset
26580
26581 .
26582  Le champ 
26583 \family sans
26584 Hauteur
26585 \family default
26586  offre en plus les spécifications de taille suivantes :
26587 \end_layout
26588
26589 \begin_layout Description
26590 Profondeur C'est simplement la 
26591 \begin_inset Quotes eld
26592 \end_inset
26593
26594 hauteur
26595 \begin_inset Quotes erd
26596 \end_inset
26597
26598  du texte.
26599  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
26600  lignes de texte dans la boîte.
26601 \begin_inset Newline newline
26602 \end_inset
26603
26604
26605 \begin_inset Newline newline
26606 \end_inset
26607
26608
26609 \begin_inset Newline newline
26610 \end_inset
26611
26612
26613 \begin_inset Box Boxed
26614 position "c"
26615 hor_pos "c"
26616 has_inner_box 1
26617 inner_pos "c"
26618 use_parbox 0
26619 width "12col%"
26620 special "none"
26621 height "1in"
26622 height_special "depth"
26623 status open
26624
26625 \begin_layout Plain Layout
26626 \align center
26627 Boîte dont la hauteur est égale à 1
26628 \begin_inset space \thinspace{}
26629 \end_inset
26630
26631 Profondeur
26632 \end_layout
26633
26634 \end_inset
26635
26636
26637 \begin_inset Newline newline
26638 \end_inset
26639
26640
26641 \begin_inset Newline newline
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Description
26648 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
26649  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
26650  est deux fois plus haute que le texte : 
26651 \begin_inset Box Boxed
26652 position "c"
26653 hor_pos "c"
26654 has_inner_box 1
26655 inner_pos "c"
26656 use_parbox 0
26657 width "20col%"
26658 special "none"
26659 height "2in"
26660 height_special "height"
26661 status open
26662
26663 \begin_layout Plain Layout
26664 \align center
26665 Boîte dont la hauteur est 2
26666 \begin_inset space \thinspace{}
26667 \end_inset
26668
26669 Hauteur
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \begin_layout Description
26678 Hauteur
26679 \begin_inset space ~
26680 \end_inset
26681
26682 Totale C'est égal à Hauteur
26683 \begin_inset space \thinspace{}
26684 \end_inset
26685
26686 +
26687 \begin_inset space \thinspace{}
26688 \end_inset
26689
26690 Profondeur : 
26691 \begin_inset Box Boxed
26692 position "c"
26693 hor_pos "c"
26694 has_inner_box 1
26695 inner_pos "c"
26696 use_parbox 0
26697 width "20col%"
26698 special "none"
26699 height "1in"
26700 height_special "totalheight"
26701 status open
26702
26703 \begin_layout Plain Layout
26704 \align center
26705 Boîte dont la hauteur est 1
26706 \begin_inset space \thinspace{}
26707 \end_inset
26708
26709 Hauteur
26710 \begin_inset space ~
26711 \end_inset
26712
26713 Totale
26714 \end_layout
26715
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \begin_layout Description
26722 Largeur On prend la largeur de la boîte comme hauteur : 
26723 \begin_inset Box Boxed
26724 position "c"
26725 hor_pos "c"
26726 has_inner_box 1
26727 inner_pos "c"
26728 use_parbox 0
26729 width "12col%"
26730 special "none"
26731 height "1in"
26732 height_special "width"
26733 status open
26734
26735 \begin_layout Plain Layout
26736 \align center
26737 Boîte dont la hauteur est 1
26738 \begin_inset space \thinspace{}
26739 \end_inset
26740
26741 Largeur
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \begin_layout Subsection
26750 Alignement
26751 \begin_inset Index
26752 status collapsed
26753
26754 \begin_layout Plain Layout
26755 Boîtes ! Alignement
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \begin_layout Standard
26764 Quand vous avez choisi une 
26765 \family sans
26766 Boîte
26767 \begin_inset space ~
26768 \end_inset
26769
26770 Intérieure
26771 \family default
26772 , l'alignement vertical de la boîte peut être :
26773 \end_layout
26774
26775 \begin_layout Description
26776 Haut Ceci est un exemple de texte.
26777  
26778 \begin_inset Box Boxed
26779 position "t"
26780 hor_pos "c"
26781 has_inner_box 1
26782 inner_pos "c"
26783 use_parbox 0
26784 width "12col%"
26785 special "none"
26786 height "1in"
26787 height_special "totalheight"
26788 status collapsed
26789
26790 \begin_layout Plain Layout
26791 \align center
26792 Cette boîte est alignée sur le haut.
26793 \end_layout
26794
26795 \end_inset
26796
26797  Ceci est un exemple de texte.
26798 \end_layout
26799
26800 \begin_layout Description
26801 Milieu Ceci est un exemple de texte.
26802  
26803 \begin_inset Box Boxed
26804 position "c"
26805 hor_pos "c"
26806 has_inner_box 1
26807 inner_pos "c"
26808 use_parbox 0
26809 width "12col%"
26810 special "none"
26811 height "1in"
26812 height_special "totalheight"
26813 status collapsed
26814
26815 \begin_layout Plain Layout
26816 \align center
26817 Cette boîte est alignée au centre.
26818 \end_layout
26819
26820 \end_inset
26821
26822  Ceci est un exemple de texte.
26823 \end_layout
26824
26825 \begin_layout Description
26826 Bas Ceci est un exemple de texte.
26827  
26828 \begin_inset Box Boxed
26829 position "b"
26830 hor_pos "c"
26831 has_inner_box 1
26832 inner_pos "c"
26833 use_parbox 0
26834 width "12col%"
26835 special "none"
26836 height "1in"
26837 height_special "totalheight"
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841 \align center
26842 Cette boîte est alignée sur le bas.
26843 \end_layout
26844
26845 \end_inset
26846
26847  Ceci est un exemple de texte.
26848 \end_layout
26849
26850 \begin_layout Standard
26851 \begin_inset Note Greyedout
26852 status open
26853
26854 \begin_layout Plain Layout
26855
26856 \series bold
26857 Note:
26858 \series default
26859  L'alignement vertical peut être perturbé dans la sortie finale quand vous
26860  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
26861  l'autre non.
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Standard
26870 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
26871  paragraphe grâce à la fenêtre de dialogue 
26872 \family sans
26873 Paramètres
26874 \begin_inset space ~
26875 \end_inset
26876
26877 de
26878 \begin_inset space ~
26879 \end_inset
26880
26881 Boîte
26882 \family default
26883 .
26884 \end_layout
26885
26886 \begin_layout Standard
26887 \begin_inset VSpace bigskip
26888 \end_inset
26889
26890 Quand vous avez choisi une 
26891 \family sans
26892 Boîte
26893 \begin_inset space ~
26894 \end_inset
26895
26896 Intérieure
26897 \family default
26898 , l'alignement vertical du contenu de la boîte peut être :
26899 \end_layout
26900
26901 \begin_layout Description
26902 haut Ceci est un exemple de texte.
26903 \begin_inset Box Boxed
26904 position "c"
26905 hor_pos "c"
26906 has_inner_box 1
26907 inner_pos "t"
26908 use_parbox 0
26909 width "12col%"
26910 special "none"
26911 height "1.5in"
26912 height_special "totalheight"
26913 status collapsed
26914
26915 \begin_layout Plain Layout
26916 \align center
26917 Le texte de cette boîte est aligné sur le haut.
26918 \end_layout
26919
26920 \end_inset
26921
26922  Ceci est un exemple de texte.
26923 \end_layout
26924
26925 \begin_layout Description
26926 milieu Ceci est un exemple de texte.
26927  
26928 \begin_inset Box Boxed
26929 position "c"
26930 hor_pos "c"
26931 has_inner_box 1
26932 inner_pos "c"
26933 use_parbox 0
26934 width "12col%"
26935 special "none"
26936 height "1.5in"
26937 height_special "totalheight"
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 \align center
26942 Le texte de cette boîte est aligné au centre
26943 \end_layout
26944
26945 \end_inset
26946
26947  Ceci est un exemple de texte.
26948 \end_layout
26949
26950 \begin_layout Description
26951 bas Ceci est un exemple de texte.
26952  
26953 \begin_inset Box Boxed
26954 position "c"
26955 hor_pos "c"
26956 has_inner_box 1
26957 inner_pos "b"
26958 use_parbox 0
26959 width "12col%"
26960 special "none"
26961 height "1.5in"
26962 height_special "totalheight"
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 \align center
26967 Le texte de cette boîte est aligné en bas.
26968 \end_layout
26969
26970 \end_inset
26971
26972  Ceci est un exemple de texte.
26973 \end_layout
26974
26975 \begin_layout Description
26976 élongation Ceci est un exemple de texte.
26977  
26978 \begin_inset Box Boxed
26979 position "c"
26980 hor_pos "c"
26981 has_inner_box 1
26982 inner_pos "s"
26983 use_parbox 0
26984 width "12col%"
26985 special "none"
26986 height "1.5in"
26987 height_special "totalheight"
26988 status collapsed
26989
26990 \begin_layout Plain Layout
26991 \align center
26992 Le texte 
26993 \end_layout
26994
26995 \begin_layout Plain Layout
26996 \align center
26997 de cette
26998 \end_layout
26999
27000 \begin_layout Plain Layout
27001 \align center
27002 boîte est
27003 \end_layout
27004
27005 \begin_layout Plain Layout
27006 \align center
27007 allongé.
27008 \end_layout
27009
27010 \end_inset
27011
27012  Ceci est un exemple de texte.
27013 \end_layout
27014
27015 \begin_layout Standard
27016 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27017  paragraphe.
27018  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27019 \end_layout
27020
27021 \begin_layout Standard
27022 \begin_inset VSpace bigskip
27023 \end_inset
27024
27025 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27026  la fenêtre de dialogue 
27027 \family sans
27028 Paramètres
27029 \begin_inset space ~
27030 \end_inset
27031
27032 de
27033 \begin_inset space ~
27034 \end_inset
27035
27036 paragraphe
27037 \family default
27038  quand vous avez choisi une 
27039 \family sans
27040 Boîte
27041 \begin_inset space ~
27042 \end_inset
27043
27044 Intérieure
27045 \family default
27046 .
27047 \end_layout
27048
27049 \begin_layout Standard
27050 \align center
27051 \begin_inset Box Boxed
27052 position "c"
27053 hor_pos "c"
27054 has_inner_box 1
27055 inner_pos "s"
27056 use_parbox 0
27057 width "15col%"
27058 special "none"
27059 height "1.25in"
27060 height_special "totalheight"
27061 status open
27062
27063 \begin_layout Plain Layout
27064 \align left
27065 Le texte de 
27066 \end_layout
27067
27068 \begin_layout Plain Layout
27069 \align left
27070 cette boîte
27071 \end_layout
27072
27073 \begin_layout Plain Layout
27074 \align right
27075 est allongé.
27076 \end_layout
27077
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Standard
27084 Si vous n'avez pas choisi une 
27085 \family sans
27086 Boîte
27087 \begin_inset space ~
27088 \end_inset
27089
27090 Intérieure
27091 \family default
27092 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27093  de dialogue de boîte.
27094 \end_layout
27095
27096 \begin_layout Standard
27097 \align center
27098 \begin_inset Box Boxed
27099 position "c"
27100 hor_pos "s"
27101 has_inner_box 0
27102 inner_pos "s"
27103 use_parbox 0
27104 width "90col%"
27105 special "none"
27106 height "1.25in"
27107 height_special "totalheight"
27108 status open
27109
27110 \begin_layout Plain Layout
27111 \align left
27112 Le texte de cette boîte est allongé horizontalement.
27113 \end_layout
27114
27115 \end_inset
27116
27117
27118 \end_layout
27119
27120 \begin_layout Subsection
27121 Décorations
27122 \begin_inset CommandInset label
27123 LatexCommand label
27124 name "sec:Décorations"
27125
27126 \end_inset
27127
27128
27129 \begin_inset Index
27130 status open
27131
27132 \begin_layout Plain Layout
27133 Boîtes ! Décorations
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Standard
27142 On peut spécifier le style de la boîte en utilisant la liste déroulante
27143  
27144 \family sans
27145 Décoration
27146 \family default
27147 .
27148  Les possibilités sont les suivantes :
27149 \end_layout
27150
27151 \begin_layout Description
27152 Cadre
27153 \begin_inset space ~
27154 \end_inset
27155
27156 simple Ceci dessine un cadre rectangulaire autour de la boîte.
27157  L'épaisseur du trait de ce cadre est donnée par la variable  
27158 \series bold
27159
27160 \backslash
27161 fboxrule
27162 \series default
27163 .
27164  
27165 \begin_inset Box Boxed
27166 position "c"
27167 hor_pos "c"
27168 has_inner_box 1
27169 inner_pos "c"
27170 use_parbox 0
27171 width "20col%"
27172 special "none"
27173 height "1in"
27174 height_special "totalheight"
27175 status open
27176
27177 \begin_layout Plain Layout
27178 \align center
27179 Boîte rectangulaire
27180 \end_layout
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Description
27188 Cadre
27189 \begin_inset space ~
27190 \end_inset
27191
27192 simple,
27193 \begin_inset space ~
27194 \end_inset
27195
27196 sauts
27197 \begin_inset space ~
27198 \end_inset
27199
27200 de
27201 \begin_inset space ~
27202 \end_inset
27203
27204 page Quand vous utilisez le style de décoration 
27205 \family sans
27206 cadre simple
27207 \family default
27208  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
27209  de la boîte.
27210  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
27211  predra toute la largeur de la colonne, la boîte sera considérée comme son
27212  propre paragraphe et 
27213 \series bold
27214
27215 \backslash
27216 fboxrule
27217 \series default
27218  et 
27219 \series bold
27220
27221 \backslash
27222 fboxsep
27223 \series default
27224  n'ont aucun effet sur ce type de boîte.
27225  L'épaisseur de la ligne du cadre a la valeur de 
27226 \series bold
27227
27228 \backslash
27229 FrameRule
27230 \series default
27231 .
27232  
27233 \lang english
27234
27235 \begin_inset Box Framed
27236 position "t"
27237 hor_pos "c"
27238 has_inner_box 0
27239 inner_pos "t"
27240 use_parbox 0
27241 width "100col%"
27242 special "none"
27243 height "1in"
27244 height_special "totalheight"
27245 status collapsed
27246
27247 \begin_layout Plain Layout
27248 Boîte avec cadre simple et sauts de page
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \end_layout
27255
27256 \begin_layout Description
27257 Cadre
27258 \begin_inset space ~
27259 \end_inset
27260
27261 oval,
27262 \begin_inset space ~
27263 \end_inset
27264
27265 fin Ceci dessine un cadre ovalisée autour de la boîte.
27266  L'épaisseur du trait de ce cadre est de  0.4
27267 \begin_inset space \thinspace{}
27268 \end_inset
27269
27270 pt.
27271  
27272 \begin_inset Box ovalbox
27273 position "c"
27274 hor_pos "c"
27275 has_inner_box 1
27276 inner_pos "c"
27277 use_parbox 0
27278 width "20col%"
27279 special "none"
27280 height "1in"
27281 height_special "totalheight"
27282 status open
27283
27284 \begin_layout Plain Layout
27285 \align center
27286 Boîte ovalisée, fine
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Description
27295 Cadre
27296 \begin_inset space ~
27297 \end_inset
27298
27299 oval,
27300 \begin_inset space ~
27301 \end_inset
27302
27303 épais Ceci dessine un cadre ovalisée autour de la boîte.
27304  L'épaisseur du trait de ce cadre est de   0.8
27305 \begin_inset space \thinspace{}
27306 \end_inset
27307
27308 pt.
27309  
27310 \begin_inset Box Ovalbox
27311 position "c"
27312 hor_pos "c"
27313 has_inner_box 1
27314 inner_pos "c"
27315 use_parbox 0
27316 width "20col%"
27317 special "none"
27318 height "1in"
27319 height_special "totalheight"
27320 status open
27321
27322 \begin_layout Plain Layout
27323 \align center
27324 Boîte ovalisée, épaisse
27325 \end_layout
27326
27327 \end_inset
27328
27329
27330 \end_layout
27331
27332 \begin_layout Description
27333 Ombre
27334 \begin_inset space ~
27335 \end_inset
27336
27337 en
27338 \begin_inset space ~
27339 \end_inset
27340
27341 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
27342  L'épaisseur du trait de ce cadre est donnée par la variable  
27343 \series bold
27344
27345 \backslash
27346 fboxrule
27347 \series default
27348 , l'ombre a une épaisseur de  4
27349 \begin_inset space \thinspace{}
27350 \end_inset
27351
27352 pt.
27353  
27354 \begin_inset Box Shadowbox
27355 position "c"
27356 hor_pos "c"
27357 has_inner_box 1
27358 inner_pos "c"
27359 use_parbox 0
27360 width "20col%"
27361 special "none"
27362 height "1in"
27363 height_special "totalheight"
27364 status open
27365
27366 \begin_layout Plain Layout
27367 \align center
27368 Boîte ombrée
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Description
27377 Fond
27378 \begin_inset space ~
27379 \end_inset
27380
27381 ombré Ceci dessine une boîte avec un arrière plan rouge.
27382  Contrairement aux boîtes coloriées
27383 \begin_inset Foot
27384 status collapsed
27385
27386 \begin_layout Plain Layout
27387 Voir la section
27388 \begin_inset space ~
27389 \end_inset
27390
27391
27392 \begin_inset CommandInset ref
27393 LatexCommand ref
27394 reference "sec:Boîtes-colorées"
27395
27396 \end_inset
27397
27398 .
27399 \end_layout
27400
27401 \end_inset
27402
27403 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
27404  son propre paragraphe.
27405 \lang english
27406
27407 \begin_inset Box Shaded
27408 position "t"
27409 hor_pos "c"
27410 has_inner_box 0
27411 inner_pos "t"
27412 use_parbox 0
27413 width "50col%"
27414 special "none"
27415 height "1in"
27416 height_special "totalheight"
27417 status collapsed
27418
27419 \begin_layout Plain Layout
27420 Boîte avec fond ombré
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Description
27429 Double
27430 \begin_inset space ~
27431 \end_inset
27432
27433 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
27434  L'épaisseur du trait du cadre interne est de 0.75
27435 \begin_inset space \thinspace{}
27436 \end_inset
27437
27438
27439 \series bold
27440
27441 \backslash
27442 fboxrule
27443 \series default
27444 , l'épaisseur du trait du cadre externe est de 1.5
27445 \begin_inset space \thinspace{}
27446 \end_inset
27447
27448
27449 \series bold
27450
27451 \backslash
27452 fboxrule
27453 \series default
27454 .
27455  La distance entre les deux cadres est de  1.5
27456 \begin_inset space \thinspace{}
27457 \end_inset
27458
27459
27460 \series bold
27461
27462 \backslash
27463 fboxrule
27464 \series default
27465
27466 \begin_inset space \thinspace{}
27467 \end_inset
27468
27469 +
27470 \begin_inset space \thinspace{}
27471 \end_inset
27472
27473 0.5
27474 \begin_inset space \thinspace{}
27475 \end_inset
27476
27477 pt.
27478  
27479 \begin_inset Box Doublebox
27480 position "c"
27481 hor_pos "c"
27482 has_inner_box 1
27483 inner_pos "c"
27484 use_parbox 0
27485 width "20col%"
27486 special "none"
27487 height "1in"
27488 height_special "totalheight"
27489 status open
27490
27491 \begin_layout Plain Layout
27492 \align center
27493 Boîte double
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Standard
27502 \begin_inset VSpace bigskip
27503 \end_inset
27504
27505 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
27506  style de boîte utilisé.
27507  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
27508  le paquetage LaTeX 
27509 \series bold
27510 fancybox
27511 \series default
27512
27513 \begin_inset Index
27514 status collapsed
27515
27516 \begin_layout Plain Layout
27517 Paquetages LaTeX ! fancybox
27518 \end_layout
27519
27520 \end_inset
27521
27522 .
27523 \end_layout
27524
27525 \begin_layout Section
27526 Personnalisation des boîtes
27527 \begin_inset Index
27528 status open
27529
27530 \begin_layout Plain Layout
27531 Boîtes! Personnalisation
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \end_layout
27538
27539 \begin_layout Standard
27540 La valeur par défaut pour la variable 
27541 \series bold
27542
27543 \backslash
27544 fboxrule
27545 \series default
27546  est 0.4
27547 \begin_inset space \thinspace{}
27548 \end_inset
27549
27550 pt.
27551  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
27552  pour avoir 2
27553 \begin_inset space \thinspace{}
27554 \end_inset
27555
27556 pt :
27557 \end_layout
27558
27559 \begin_layout Standard
27560
27561 \series bold
27562
27563 \backslash
27564 setlength{
27565 \backslash
27566 fboxrule}{2pt}
27567 \end_layout
27568
27569 \begin_layout Standard
27570 \begin_inset ERT
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574
27575
27576 \backslash
27577 setlength{
27578 \backslash
27579 fboxrule}{2pt}
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \begin_inset Box Boxed
27586 position "c"
27587 hor_pos "c"
27588 has_inner_box 1
27589 inner_pos "c"
27590 use_parbox 0
27591 width "25col%"
27592 special "none"
27593 height "1in"
27594 height_special "totalheight"
27595 status open
27596
27597 \begin_layout Plain Layout
27598 \align center
27599 Boîte rectangulaire avec 
27600 \series bold
27601
27602 \backslash
27603 fboxrule
27604 \series default
27605
27606 \begin_inset space \thinspace{}
27607 \end_inset
27608
27609 =
27610 \begin_inset space \thinspace{}
27611 \end_inset
27612
27613 2
27614 \begin_inset space \thinspace{}
27615 \end_inset
27616
27617 pt
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \begin_inset ERT
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627
27628
27629 \backslash
27630 setlength{
27631 \backslash
27632 fboxrule}{0.4pt}
27633 \end_layout
27634
27635 \end_inset
27636
27637
27638 \end_layout
27639
27640 \begin_layout Standard
27641 \begin_inset VSpace bigskip
27642 \end_inset
27643
27644 L'espace entre le cadre et le contenu de la boîte est le même pour tous
27645  les types de cadres, par défaut il est de 3
27646 \begin_inset space \thinspace{}
27647 \end_inset
27648
27649 pt.
27650  Vous pouvez le modifier en donnant une autre valeur à la variable 
27651 \series bold
27652
27653 \backslash
27654 fboxsep
27655 \series default
27656 .
27657  Par exemple la commande
27658 \end_layout
27659
27660 \begin_layout Standard
27661
27662 \series bold
27663
27664 \backslash
27665 setlength{
27666 \backslash
27667 fboxsep}{10pt}
27668 \end_layout
27669
27670 \begin_layout Standard
27671 met une valeur de 10
27672 \begin_inset space \thinspace{}
27673 \end_inset
27674
27675 pt, comme celle utilisée pour cette boîte :
27676 \end_layout
27677
27678 \begin_layout Standard
27679 \begin_inset ERT
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683
27684
27685 \backslash
27686 setlength{
27687 \backslash
27688 fboxsep}{10pt}
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \begin_inset Box Boxed
27695 position "c"
27696 hor_pos "c"
27697 has_inner_box 1
27698 inner_pos "c"
27699 use_parbox 0
27700 width "25col%"
27701 special "none"
27702 height "1in"
27703 height_special "totalheight"
27704 status open
27705
27706 \begin_layout Plain Layout
27707 \align center
27708 Boîte rectangulaire avec 
27709 \series bold
27710
27711 \backslash
27712 fboxsep
27713 \series default
27714
27715 \begin_inset space \thinspace{}
27716 \end_inset
27717
27718 =
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722 10
27723 \begin_inset space \thinspace{}
27724 \end_inset
27725
27726 pt
27727 \end_layout
27728
27729 \end_inset
27730
27731
27732 \begin_inset ERT
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736
27737
27738 \backslash
27739 setlength{
27740 \backslash
27741 fboxsep}{3pt}
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \end_layout
27748
27749 \begin_layout Standard
27750 \begin_inset VSpace bigskip
27751 \end_inset
27752
27753 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
27754  la commande 
27755 \series bold
27756
27757 \backslash
27758 cornersize
27759 \series default
27760 .
27761  Par exemple, la commande
27762 \end_layout
27763
27764 \begin_layout Standard
27765
27766 \series bold
27767
27768 \backslash
27769 cornersize*{1cm}
27770 \end_layout
27771
27772 \begin_layout Standard
27773 donne un diamètre de 1
27774 \begin_inset space \thinspace{}
27775 \end_inset
27776
27777 cm.
27778  La commande
27779 \end_layout
27780
27781 \begin_layout Standard
27782
27783 \series bold
27784
27785 \backslash
27786 cornersize{num}
27787 \end_layout
27788
27789 \begin_layout Standard
27790 fixe le diamètre à 
27791 \family sans
27792 num
27793 \begin_inset space \thinspace{}
27794 \end_inset
27795
27796 ×
27797 \begin_inset space \thinspace{}
27798 \end_inset
27799
27800 minimum(largeur et hauteur de la boîte)
27801 \family default
27802 .
27803  La valeur par défaut est 
27804 \series bold
27805
27806 \backslash
27807 cornersize{0.5}
27808 \series default
27809 .
27810 \end_layout
27811
27812 \begin_layout Standard
27813 \begin_inset ERT
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817
27818
27819 \backslash
27820 cornersize*{1.5cm}
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \begin_inset Box Ovalbox
27827 position "c"
27828 hor_pos "c"
27829 has_inner_box 1
27830 inner_pos "c"
27831 use_parbox 0
27832 width "25col%"
27833 special "none"
27834 height "1in"
27835 height_special "totalheight"
27836 status open
27837
27838 \begin_layout Plain Layout
27839 \align center
27840 Boîte ovale avec 
27841 \series bold
27842
27843 \backslash
27844 cornersize
27845 \series default
27846
27847 \begin_inset space \thinspace{}
27848 \end_inset
27849
27850 =
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854 1.5
27855 \begin_inset space \thinspace{}
27856 \end_inset
27857
27858 cm
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \begin_inset ERT
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868
27869
27870 \backslash
27871 cornersize{0.5}
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Standard
27880 \begin_inset VSpace bigskip
27881 \end_inset
27882
27883 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
27884  
27885 \series bold
27886
27887 \backslash
27888 shadowsize
27889 \series default
27890 .
27891  Elle est fixée à 2
27892 \begin_inset space \thinspace{}
27893 \end_inset
27894
27895 pt pour la boîte suivante par la commande :
27896 \end_layout
27897
27898 \begin_layout Standard
27899
27900 \series bold
27901
27902 \backslash
27903 setlength{
27904 \backslash
27905 shadowsize}{2pt}
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \begin_inset ERT
27910 status collapsed
27911
27912 \begin_layout Plain Layout
27913
27914
27915 \backslash
27916 setlength{
27917 \backslash
27918 shadowsize}{2pt}
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \begin_inset Box Shadowbox
27925 position "c"
27926 hor_pos "c"
27927 has_inner_box 1
27928 inner_pos "c"
27929 use_parbox 0
27930 width "25col%"
27931 special "none"
27932 height "1in"
27933 height_special "totalheight"
27934 status open
27935
27936 \begin_layout Plain Layout
27937 \align center
27938 Boîte ombrée avec 
27939 \series bold
27940
27941 \backslash
27942 shadowsize
27943 \series default
27944
27945 \begin_inset space \thinspace{}
27946 \end_inset
27947
27948 =
27949 \begin_inset space \thinspace{}
27950 \end_inset
27951
27952 2
27953 \begin_inset space \thinspace{}
27954 \end_inset
27955
27956 pt
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \begin_inset ERT
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966
27967
27968 \backslash
27969 setlength{
27970 \backslash
27971 shadowsize}{4pt}
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Standard
27980 \begin_inset VSpace bigskip
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 La valeur par défaut pour la longueur 
27988 \series bold
27989
27990 \backslash
27991 FrameRule
27992 \series default
27993  est 0,4
27994 \begin_inset space \thinspace{}
27995 \end_inset
27996
27997 pt.
27998  L'espacement par défaut entre le contenu de la note et le cadre est de
27999  9
28000 \begin_inset space \thinspace{}
28001 \end_inset
28002
28003 pt et il peut être modifié en utilisant la valeur de 
28004 \series bold
28005
28006 \backslash
28007 FrameSep
28008 \series default
28009 .
28010  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
28011  suivantes en code TeX
28012 \end_layout
28013
28014 \begin_layout Standard
28015
28016 \series bold
28017
28018 \backslash
28019 setlength{
28020 \backslash
28021 FrameRule}{5pt}
28022 \begin_inset Newline newline
28023 \end_inset
28024
28025
28026 \backslash
28027 setlength{
28028 \backslash
28029 FrameSep}{0.5cm}
28030 \end_layout
28031
28032 \begin_layout Standard
28033
28034 \lang english
28035 \begin_inset ERT
28036 status collapsed
28037
28038 \begin_layout Plain Layout
28039
28040
28041 \backslash
28042 setlength{
28043 \backslash
28044 FrameRule}{5pt}
28045 \end_layout
28046
28047 \begin_layout Plain Layout
28048
28049
28050 \backslash
28051 setlength{
28052 \backslash
28053 FrameSep}{0.5cm}
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \begin_inset Box Framed
28060 position "t"
28061 hor_pos "c"
28062 has_inner_box 0
28063 inner_pos "t"
28064 use_parbox 0
28065 width "100col%"
28066 special "none"
28067 height "1in"
28068 height_special "totalheight"
28069 status open
28070
28071 \begin_layout Plain Layout
28072 Ceci est un texte dans une boîte autorisant les 
28073 \family sans
28074 sauts de page
28075 \family default
28076 .
28077 \end_layout
28078
28079 \end_inset
28080
28081
28082 \begin_inset ERT
28083 status collapsed
28084
28085 \begin_layout Plain Layout
28086
28087
28088 \backslash
28089 setlength{
28090 \backslash
28091 FrameRule}{0.4pt}
28092 \end_layout
28093
28094 \begin_layout Plain Layout
28095
28096
28097 \backslash
28098 setlength{
28099 \backslash
28100 FrameSep}{9pt}
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109
28110 \lang english
28111 \begin_inset VSpace bigskip
28112 \end_inset
28113
28114
28115 \end_layout
28116
28117 \begin_layout Standard
28118 Pour les bôites à 
28119 \family sans
28120 Fond
28121 \begin_inset space ~
28122 \end_inset
28123
28124 ombré
28125 \family default
28126 , l'espacement par défaut entre le contenu de la boîte et son cadre est
28127  de 3
28128 \begin_inset space \thinspace{}
28129 \end_inset
28130
28131 pt et il peut être modifié avec la valeur de 
28132 \series bold
28133
28134 \backslash
28135 fboxsep
28136 \series default
28137 .
28138  La couleur rouge utilisée par défaut pour le fond peut soit être modifiée
28139  localement avec la commande 
28140 \series bold
28141
28142 \backslash
28143 definecolor{shadebox}
28144 \series default
28145 , soit globalement avec le menu 
28146 \family sans
28147 Outils\SpecialChar \menuseparator
28148 Préférences
28149 \family default
28150 \SpecialChar \menuseparator
28151
28152 \family sans
28153 Couleurs\SpecialChar \menuseparator
28154 boîte
28155 \begin_inset space ~
28156 \end_inset
28157
28158 ombrée
28159 \family default
28160 .
28161  La syntaxe de la commande 
28162 \series bold
28163
28164 \backslash
28165 definecolor
28166 \series default
28167  est expliquée dans la section
28168 \begin_inset space ~
28169 \end_inset
28170
28171
28172 \begin_inset CommandInset ref
28173 LatexCommand ref
28174 reference "sec:Tableaux-Colorés"
28175
28176 \end_inset
28177
28178
28179 \begin_inset Foot
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Notez que l'utilisation de 
28184 \series bold
28185
28186 \backslash
28187 definecolor
28188 \series default
28189  ne peut se faire sans le paquetage LaTeX 
28190 \series bold
28191 color
28192 \series default
28193  dans le préambule, voir la section
28194 \begin_inset space ~
28195 \end_inset
28196
28197
28198 \begin_inset CommandInset ref
28199 LatexCommand ref
28200 reference "sec:Boîtes-colorées"
28201
28202 \end_inset
28203
28204 .
28205  
28206 \end_layout
28207
28208 \end_inset
28209
28210 .
28211 \end_layout
28212
28213 \begin_layout Standard
28214 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
28215  les commandes en code TeX suivantes
28216 \end_layout
28217
28218 \begin_layout Standard
28219
28220 \series bold
28221
28222 \backslash
28223 setlength{
28224 \backslash
28225 fboxsep}{0.5cm}
28226 \series default
28227
28228 \begin_inset Newline newline
28229 \end_inset
28230
28231
28232 \series bold
28233
28234 \backslash
28235 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28236 \end_layout
28237
28238 \begin_layout Standard
28239
28240 \lang english
28241 \begin_inset ERT
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245
28246
28247 \backslash
28248 setlength{
28249 \backslash
28250 fboxsep}{0.5cm}
28251 \end_layout
28252
28253 \begin_layout Plain Layout
28254
28255
28256 \backslash
28257 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28258 \end_layout
28259
28260 \end_inset
28261
28262
28263 \begin_inset Box Shaded
28264 position "t"
28265 hor_pos "c"
28266 has_inner_box 0
28267 inner_pos "t"
28268 use_parbox 0
28269 width "100col%"
28270 special "none"
28271 height "1in"
28272 height_special "totalheight"
28273 status open
28274
28275 \begin_layout Plain Layout
28276
28277 \color yellow
28278 Ceci est un texte jaune dans une boîte à 
28279 \family sans
28280 Fond
28281 \begin_inset space ~
28282 \end_inset
28283
28284 ombré
28285 \family default
28286 \color inherit
28287  
28288 \color yellow
28289 avec un fond vert foncé.
28290 \end_layout
28291
28292 \end_inset
28293
28294
28295 \begin_inset ERT
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299
28300
28301 \backslash
28302 setlength{
28303 \backslash
28304 fboxsep}{3pt}
28305 \end_layout
28306
28307 \begin_layout Plain Layout
28308
28309
28310 \backslash
28311 definecolor{shadecolor}{rgb}{1,0,0}
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Standard
28320
28321 \lang english
28322 \begin_inset VSpace bigskip
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Standard
28329 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
28330  les boîtes qui suivent la commandes qui les a changées.
28331 \end_layout
28332
28333 \begin_layout Section
28334 Minipages
28335 \begin_inset CommandInset label
28336 LatexCommand label
28337 name "sec:Minipages"
28338
28339 \end_inset
28340
28341
28342 \begin_inset Index
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Boîtes ! Minipages
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \begin_layout Standard
28355 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
28356 ur d'une page.
28357  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
28358  règles d'indentation, de saut de ligne, etc.
28359  s'appliquent.
28360 \end_layout
28361
28362 \begin_layout Standard
28363 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
28364  langues.
28365 \end_layout
28366
28367 \begin_layout Standard
28368 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
28369  Leur largeur est fixée à 45
28370 \begin_inset space \thinspace{}
28371 \end_inset
28372
28373 col% et elles sont séparées par un ressort horizontal, qui a été inséré
28374  via le menu 
28375 \family sans
28376 Insérer\SpecialChar \menuseparator
28377 Typographie
28378 \begin_inset space ~
28379 \end_inset
28380
28381 spéciale\SpecialChar \menuseparator
28382 Ressort
28383 \begin_inset space ~
28384 \end_inset
28385
28386 Horizontal
28387 \family default
28388 .
28389 \end_layout
28390
28391 \begin_layout Standard
28392
28393 \end_layout
28394
28395 \begin_layout Standard
28396
28397 \lang english
28398 \begin_inset Box Frameless
28399 position "t"
28400 hor_pos "c"
28401 has_inner_box 1
28402 inner_pos "c"
28403 use_parbox 0
28404 width "45col%"
28405 special "none"
28406 height "1in"
28407 height_special "totalheight"
28408 status open
28409
28410 \begin_layout Plain Layout
28411
28412 \lang german
28413 Dies ist ein deutscher Text.
28414  Dies ist ein deutscher Text.
28415  Dies ist ein deutscher Text.
28416  Dies ist ein deutscher Text.
28417  Dies ist ein deutscher Text.
28418  Dies ist ein deutscher Text.
28419  Dies ist ein deutscher Text.
28420  Dies ist ein deutscher Text.
28421  Dies ist ein deutscher Text.
28422  Dies ist ein deutscher Text.
28423  Dies ist ein deutscher Text.
28424  Dies ist ein deutscher Text.
28425  Dies ist ein deutscher Text
28426 \begin_inset Foot
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430
28431 \lang german
28432 Dies ist eine deutsche Fußnote.
28433 \end_layout
28434
28435 \end_inset
28436
28437 .
28438  Dies ist ein deutscher Text.
28439  Dies ist ein deutscher Text.
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \begin_inset space \hfill{}
28446 \end_inset
28447
28448
28449 \begin_inset Box Frameless
28450 position "t"
28451 hor_pos "c"
28452 has_inner_box 1
28453 inner_pos "c"
28454 use_parbox 0
28455 width "45col%"
28456 special "none"
28457 height "1in"
28458 height_special "totalheight"
28459 status open
28460
28461 \begin_layout Plain Layout
28462
28463 \lang english
28464 This is an English Text.
28465  This is an English Text.
28466  This is an English Text.
28467  This is an English Text.
28468  This is an English Text.
28469  This is an English Text.
28470  This is an English Text.
28471  This is an English Text.
28472  This is an English Text.
28473  This is an English Text.
28474  This is an English Text.
28475  This is an English Text.
28476  This is an English Text.
28477  This is an English Text.
28478  This is an English Text.
28479  This is an English Text.
28480 \begin_inset Foot
28481 status collapsed
28482
28483 \begin_layout Plain Layout
28484
28485 \lang english
28486 This is an English footnote.
28487 \end_layout
28488
28489 \end_inset
28490
28491  This is an English Text.
28492  
28493 \end_layout
28494
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \begin_layout Standard
28501 \begin_inset VSpace bigskip
28502 \end_inset
28503
28504 Une autre application des minipages est l'ajout de notes de bas de page
28505  à l'intérieur d'un tableau.
28506  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
28507  dans un tableau n'apparaissent pas en bas de la page courante.
28508  Mais si vous mettez votre tableau dans une minipage, la note de bas de
28509  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
28510  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
28511  dehors des minipages.
28512 \end_layout
28513
28514 \begin_layout Standard
28515 Les notes de bas de page de ce tableau n'apparaissent pas : 
28516 \begin_inset Tabular
28517 <lyxtabular version="3" rows="3" columns="4">
28518 <features>
28519 <column alignment="center" valignment="top" width="0pt">
28520 <column alignment="center" valignment="top" width="0pt">
28521 <column alignment="center" valignment="top" width="0pt">
28522 <column alignment="center" valignment="top" width="0pt">
28523 <row>
28524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28525 \begin_inset Text
28526
28527 \begin_layout Plain Layout
28528 1
28529 \end_layout
28530
28531 \end_inset
28532 </cell>
28533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28534 \begin_inset Text
28535
28536 \begin_layout Plain Layout
28537 2
28538 \end_layout
28539
28540 \end_inset
28541 </cell>
28542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28543 \begin_inset Text
28544
28545 \begin_layout Plain Layout
28546 3
28547 \begin_inset Foot
28548 status open
28549
28550 \begin_layout Plain Layout
28551 Ceci est une note de bas de page à l'intérieur d'un tableau.
28552 \end_layout
28553
28554 \end_inset
28555
28556
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 4
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 </row>
28571 <row>
28572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28573 \begin_inset Text
28574
28575 \begin_layout Plain Layout
28576 a
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Plain Layout
28585 b
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28591 \begin_inset Text
28592
28593 \begin_layout Plain Layout
28594 c
28595 \end_layout
28596
28597 \end_inset
28598 </cell>
28599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28600 \begin_inset Text
28601
28602 \begin_layout Plain Layout
28603 d
28604 \end_layout
28605
28606 \end_inset
28607 </cell>
28608 </row>
28609 <row>
28610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28611 \begin_inset Text
28612
28613 \begin_layout Plain Layout
28614 e
28615 \end_layout
28616
28617 \end_inset
28618 </cell>
28619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28620 \begin_inset Text
28621
28622 \begin_layout Plain Layout
28623 f
28624 \end_layout
28625
28626 \end_inset
28627 </cell>
28628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28629 \begin_inset Text
28630
28631 \begin_layout Plain Layout
28632 g
28633 \end_layout
28634
28635 \end_inset
28636 </cell>
28637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28638 \begin_inset Text
28639
28640 \begin_layout Plain Layout
28641 h
28642 \end_layout
28643
28644 \end_inset
28645 </cell>
28646 </row>
28647 </lyxtabular>
28648
28649 \end_inset
28650
28651
28652 \end_layout
28653
28654 \begin_layout Standard
28655 \align center
28656 \begin_inset Box Frameless
28657 position "t"
28658 hor_pos "c"
28659 has_inner_box 1
28660 inner_pos "c"
28661 use_parbox 0
28662 width "30col%"
28663 special "none"
28664 height "1in"
28665 height_special "totalheight"
28666 status open
28667
28668 \begin_layout Plain Layout
28669 \align center
28670 \begin_inset Tabular
28671 <lyxtabular version="3" rows="3" columns="4">
28672 <features>
28673 <column alignment="center" valignment="top" width="0pt">
28674 <column alignment="center" valignment="top" width="0pt">
28675 <column alignment="center" valignment="top" width="0pt">
28676 <column alignment="center" valignment="top" width="0pt">
28677 <row>
28678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28679 \begin_inset Text
28680
28681 \begin_layout Plain Layout
28682 1
28683 \end_layout
28684
28685 \end_inset
28686 </cell>
28687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28688 \begin_inset Text
28689
28690 \begin_layout Plain Layout
28691 2
28692 \end_layout
28693
28694 \end_inset
28695 </cell>
28696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28697 \begin_inset Text
28698
28699 \begin_layout Plain Layout
28700 3
28701 \begin_inset Foot
28702 status open
28703
28704 \begin_layout Plain Layout
28705 Ceci est une note de bas de page à l'intérieur d'un tableau.
28706 \end_layout
28707
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \end_inset
28714 </cell>
28715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28716 \begin_inset Text
28717
28718 \begin_layout Plain Layout
28719 4
28720 \end_layout
28721
28722 \end_inset
28723 </cell>
28724 </row>
28725 <row>
28726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28727 \begin_inset Text
28728
28729 \begin_layout Plain Layout
28730 a
28731 \end_layout
28732
28733 \end_inset
28734 </cell>
28735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28736 \begin_inset Text
28737
28738 \begin_layout Plain Layout
28739 b
28740 \end_layout
28741
28742 \end_inset
28743 </cell>
28744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28745 \begin_inset Text
28746
28747 \begin_layout Plain Layout
28748 c
28749 \end_layout
28750
28751 \end_inset
28752 </cell>
28753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28754 \begin_inset Text
28755
28756 \begin_layout Plain Layout
28757 d
28758 \end_layout
28759
28760 \end_inset
28761 </cell>
28762 </row>
28763 <row>
28764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28765 \begin_inset Text
28766
28767 \begin_layout Plain Layout
28768 e
28769 \end_layout
28770
28771 \end_inset
28772 </cell>
28773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28774 \begin_inset Text
28775
28776 \begin_layout Plain Layout
28777 f
28778 \end_layout
28779
28780 \end_inset
28781 </cell>
28782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28783 \begin_inset Text
28784
28785 \begin_layout Plain Layout
28786 g
28787 \end_layout
28788
28789 \end_inset
28790 </cell>
28791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28792 \begin_inset Text
28793
28794 \begin_layout Plain Layout
28795 h
28796 \end_layout
28797
28798 \end_inset
28799 </cell>
28800 </row>
28801 </lyxtabular>
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \begin_layout Standard
28814 \begin_inset VSpace bigskip
28815 \end_inset
28816
28817 Les paramètres globaux du document sont ignorés au sein d'une minipage.
28818  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
28819  minipages, même si vous les avez mis par exemple à 
28820 \family sans
28821 Moyen
28822 \family default
28823  dans les paramètres du document.
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
28828  portion de texte, voyez la section
28829 \begin_inset space ~
28830 \end_inset
28831
28832
28833 \begin_inset CommandInset ref
28834 LatexCommand ref
28835 reference "sub:Couleur-pour-les-Paragraphes"
28836
28837 \end_inset
28838
28839 .
28840 \end_layout
28841
28842 \begin_layout Standard
28843 \begin_inset Note Greyedout
28844 status open
28845
28846 \begin_layout Plain Layout
28847
28848 \series bold
28849 Note:
28850 \series default
28851  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
28852  mais les minipages peuvent être utilisées dans un tableau, un flottant
28853  ou une autre boîte.
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Section
28862 Les Parboxes
28863 \begin_inset CommandInset label
28864 LatexCommand label
28865 name "sec:Parboxes"
28866
28867 \end_inset
28868
28869
28870 \begin_inset Index
28871 status collapsed
28872
28873 \begin_layout Plain Layout
28874 Boîtes ! Parboxes
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \end_layout
28881
28882 \begin_layout Standard
28883 \begin_inset Note Note
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887
28888 \lang english
28889 En attendant une traduction de parbox (NdT)
28890 \end_layout
28891
28892 \end_inset
28893
28894 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
28895  ne peuvent avoir de note de bas de page.
28896  La principale différence avec les minipages, c'est que les minipages au
28897  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
28898  LaTeX.
28899 \end_layout
28900
28901 \begin_layout Standard
28902 \align center
28903 \begin_inset Box Frameless
28904 position "t"
28905 hor_pos "c"
28906 has_inner_box 1
28907 inner_pos "t"
28908 use_parbox 1
28909 width "33col%"
28910 special "none"
28911 height "1in"
28912 height_special "totalheight"
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 Ceci est un texte à l'intérieur d'une parbox.
28917  Ceci est un texte à l'intérieur d'une parbox.
28918 \end_layout
28919
28920 \begin_layout Plain Layout
28921 Cette note de bas de page ne devrait pas apparaître :
28922 \begin_inset Foot
28923 status open
28924
28925 \begin_layout Plain Layout
28926 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
28927  pas.
28928 \end_layout
28929
28930 \end_inset
28931
28932
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \end_layout
28939
28940 \begin_layout Section
28941 Des Boîtes pour les Mots et les Caractères
28942 \begin_inset Index
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 Boîtes ! Pour les caractères
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Subsection
28955 Empêcher la Césure
28956 \begin_inset CommandInset label
28957 LatexCommand label
28958 name "sec:Empêcher-césure"
28959
28960 \end_inset
28961
28962
28963 \begin_inset Index
28964 status collapsed
28965
28966 \begin_layout Plain Layout
28967 Boîtes ! Pour empêcher la césure
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \end_layout
28974
28975 \begin_layout Standard
28976 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
28977  un texte ne soit coupé par une césure.
28978 \begin_inset Newline newline
28979 \end_inset
28980
28981 Voici un exemple de texte :
28982 \end_layout
28983
28984 \begin_layout Standard
28985 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
28986  césure dans un 
28987 \begin_inset Quotes eld
28988 \end_inset
28989
28990 motTrèsTrèsLong
28991 \begin_inset Quotes erd
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 Pour empêcher que le mot 
28999 \begin_inset Quotes eld
29000 \end_inset
29001
29002 motTrèsTrèsLong
29003 \begin_inset Quotes erd
29004 \end_inset
29005
29006  soit coupé, ajoutez la commande
29007 \end_layout
29008
29009 \begin_layout Standard
29010
29011 \series bold
29012
29013 \backslash
29014 mbox{
29015 \end_layout
29016
29017 \begin_layout Standard
29018 en code TeX avant le mot.
29019  Après le mot, insérez l'accolade fermante 
29020 \begin_inset Quotes eld
29021 \end_inset
29022
29023
29024 \series bold
29025 }
29026 \series default
29027
29028 \begin_inset Quotes erd
29029 \end_inset
29030
29031  en code TeX.
29032 \end_layout
29033
29034 \begin_layout Standard
29035 Voici le résultat :
29036 \end_layout
29037
29038 \begin_layout Standard
29039 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29040  césure dans un
29041 \begin_inset ERT
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046
29047 \backslash
29048 mbox{
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset Quotes eld
29055 \end_inset
29056
29057 motTrèsTrèsLong
29058 \begin_inset Quotes erd
29059 \end_inset
29060
29061 .
29062 \begin_inset ERT
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066
29067 }
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Standard
29076 Une autre méthode consiste à mettre la commande 
29077 \begin_inset Quotes eld
29078 \end_inset
29079
29080
29081 \series bold
29082
29083 \backslash
29084 -
29085 \series default
29086
29087 \begin_inset Quotes grd
29088 \end_inset
29089
29090  en code TeX, juste avant le mot :
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29095  césure dans un 
29096 \begin_inset Quotes eld
29097 \end_inset
29098
29099
29100 \begin_inset ERT
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104
29105
29106 \backslash
29107 -
29108 \end_layout
29109
29110 \end_inset
29111
29112 motTrèsTrèsLong
29113 \begin_inset Quotes erd
29114 \end_inset
29115
29116 .
29117 \end_layout
29118
29119 \begin_layout Standard
29120 Bien sûr, maintenant le mot dépasse dans la marge latérale.
29121  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
29122 \family sans
29123 Insérer\SpecialChar \menuseparator
29124 Formats\SpecialChar \menuseparator
29125 Passage
29126 \begin_inset space ~
29127 \end_inset
29128
29129 à
29130 \begin_inset space ~
29131 \end_inset
29132
29133 la
29134 \begin_inset space ~
29135 \end_inset
29136
29137 Ligne
29138 \family default
29139  (raccourci 
29140 \series bold
29141 Ctrl-Entrée
29142 \series default
29143 ) :
29144 \end_layout
29145
29146 \begin_layout Standard
29147 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29148  césure dans un
29149 \begin_inset Newline newline
29150 \end_inset
29151
29152
29153 \begin_inset ERT
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157
29158
29159 \backslash
29160 mbox{
29161 \end_layout
29162
29163 \end_inset
29164
29165
29166 \begin_inset Quotes eld
29167 \end_inset
29168
29169 motTrèsTrèsLong
29170 \begin_inset Quotes erd
29171 \end_inset
29172
29173 .
29174 \begin_inset ERT
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178
29179 }
29180 \end_layout
29181
29182 \end_inset
29183
29184
29185 \end_layout
29186
29187 \begin_layout Subsection
29188 Alignement Vertical
29189 \begin_inset CommandInset label
29190 LatexCommand label
29191 name "sub:Alignement-Vertical"
29192
29193 \end_inset
29194
29195
29196 \begin_inset Index
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200 Boîtes ! Pour l'alignement vertical
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \begin_inset Index
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210 Boîtes ! Boîtes élévatrices
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \begin_inset Index
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220 Raisebox|see
29221 \begin_inset ERT
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225
29226 {
29227 \end_layout
29228
29229 \end_inset
29230
29231 Boîtes élévatrices
29232 \begin_inset ERT
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236
29237 }
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \end_inset
29246
29247
29248 \end_layout
29249
29250 \begin_layout Standard
29251 Avec la commande 
29252 \series bold
29253
29254 \backslash
29255 raisebox
29256 \series default
29257  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
29258  par rapport au texte qui l'entoure.
29259  La commande
29260 \series bold
29261  
29262 \backslash
29263 raisebox
29264 \series default
29265  s'utilise en suivant la syntaxe suivante :
29266 \end_layout
29267
29268 \begin_layout Standard
29269
29270 \series bold
29271
29272 \backslash
29273 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
29274 \end_layout
29275
29276 \begin_layout Standard
29277 Le déplacement peut être une valeur positive pour élever la boîte ou négative
29278  pour l'abaisser.
29279 \end_layout
29280
29281 \begin_layout Standard
29282 Pour aligner le mot 
29283 \begin_inset Quotes eld
29284 \end_inset
29285
29286 empêcher
29287 \begin_inset Quotes erd
29288 \end_inset
29289
29290  de façon à ce que le point le plus bas du caractère le plus 
29291 \begin_inset Quotes eld
29292 \end_inset
29293
29294 profond
29295 \begin_inset Quotes erd
29296 \end_inset
29297
29298 , le 
29299 \begin_inset Quotes eld
29300 \end_inset
29301
29302 p
29303 \begin_inset Quotes erd
29304 \end_inset
29305
29306 , soit au niveau de la ligne de base, insérez la commande 
29307 \end_layout
29308
29309 \begin_layout Standard
29310
29311 \series bold
29312
29313 \backslash
29314 raisebox{
29315 \backslash
29316 depth}{
29317 \end_layout
29318
29319 \begin_layout Standard
29320 en code TeX avant le mot.
29321  Insérez après le mot l'accolade fermante 
29322 \begin_inset Quotes eld
29323 \end_inset
29324
29325
29326 \series bold
29327 }
29328 \series default
29329
29330 \begin_inset Quotes erd
29331 \end_inset
29332
29333  en code TeX.
29334 \begin_inset Newline newline
29335 \end_inset
29336
29337 Voici le résultat :
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Cette ligne de texte contient le mot 
29342 \begin_inset ERT
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346
29347
29348 \backslash
29349 raisebox{
29350 \backslash
29351 depth}{
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \begin_inset Quotes eld
29358 \end_inset
29359
29360 empêcher
29361 \begin_inset Quotes erd
29362 \end_inset
29363
29364
29365 \begin_inset ERT
29366 status collapsed
29367
29368 \begin_layout Plain Layout
29369
29370 }
29371 \end_layout
29372
29373 \end_inset
29374
29375  comme mot élevé.
29376 \end_layout
29377
29378 \begin_layout Standard
29379 \begin_inset VSpace bigskip
29380 \end_inset
29381
29382 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
29383  entre les lignes va être agrandie :
29384 \end_layout
29385
29386 \begin_layout Standard
29387 Cette ligne de texte contient le mot
29388 \begin_inset ERT
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392
29393
29394 \backslash
29395 raisebox{-
29396 \backslash
29397 depth}{
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \begin_inset Quotes eld
29404 \end_inset
29405
29406 empêcher
29407 \begin_inset Quotes erd
29408 \end_inset
29409
29410
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416 }
29417 \end_layout
29418
29419 \end_inset
29420
29421  comme mot abaissé.
29422 \begin_inset Newline newline
29423 \end_inset
29424
29425 Cette ligne de texte contient le mot 
29426 \begin_inset ERT
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430
29431
29432 \backslash
29433 raisebox{0.5cm}{
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \begin_inset Quotes eld
29440 \end_inset
29441
29442 tester
29443 \begin_inset Quotes erd
29444 \end_inset
29445
29446
29447 \begin_inset ERT
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451
29452 }
29453 \end_layout
29454
29455 \end_inset
29456
29457  comme mot élevé.
29458 \end_layout
29459
29460 \begin_layout Standard
29461 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
29462  mettez la hauteur de la boîte à zéro.
29463  Par exemple utilisez
29464 \end_layout
29465
29466 \begin_layout Standard
29467
29468 \series bold
29469
29470 \backslash
29471 raisebox{-
29472 \backslash
29473 depth}[0pt]{
29474 \end_layout
29475
29476 \begin_layout Standard
29477 Cette ligne de texte contient le mot
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483
29484 \backslash
29485 raisebox{-
29486 \backslash
29487 depth}[0pt]{
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \begin_inset Quotes eld
29494 \end_inset
29495
29496 empêcher
29497 \begin_inset Quotes erd
29498 \end_inset
29499
29500
29501 \begin_inset ERT
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505
29506 }
29507 \end_layout
29508
29509 \end_inset
29510
29511  comme mot abaissé.
29512 \begin_inset Newline newline
29513 \end_inset
29514
29515 Cette ligne de texte contient le mot 
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521
29522 \backslash
29523 raisebox{0.5cm}[0pt]{
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Quotes eld
29530 \end_inset
29531
29532 tester
29533 \begin_inset Quotes erd
29534 \end_inset
29535
29536
29537 \begin_inset ERT
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541
29542 }
29543 \end_layout
29544
29545 \end_inset
29546
29547  comme mot élevé.
29548 \end_layout
29549
29550 \begin_layout Section
29551 Boîtes Colorées
29552 \begin_inset CommandInset label
29553 LatexCommand label
29554 name "sec:Boîtes-colorées"
29555
29556 \end_inset
29557
29558
29559 \begin_inset Index
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Boîtes ! Couleur
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \end_layout
29570
29571 \begin_layout Subsection
29572 De la couleur pour le texte
29573 \begin_inset Index
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577 Couleur ! Pour le texte
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Standard
29586 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
29587  une boîte appelée 
29588 \begin_inset Quotes eld
29589 \end_inset
29590
29591 colorbox
29592 \begin_inset Quotes erd
29593 \end_inset
29594
29595 .
29596  Cela demande que le paquetage LaTeX 
29597 \series bold
29598 color
29599 \series default
29600
29601 \begin_inset Index
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605 Paquetages LaTeX ! color
29606 \end_layout
29607
29608 \end_inset
29609
29610  soit chargé dans le préambule du document avec la commande
29611 \end_layout
29612
29613 \begin_layout Standard
29614
29615 \series bold
29616
29617 \backslash
29618 @ifundefined{textcolor}
29619 \begin_inset Newline newline
29620 \end_inset
29621
29622
29623 \begin_inset ERT
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627
29628
29629 \backslash
29630 hphantom{ }
29631 \end_layout
29632
29633 \end_inset
29634
29635 {
29636 \backslash
29637 usepackage{color}}{}
29638 \end_layout
29639
29640 \begin_layout Standard
29641 Le paquetage 
29642 \series bold
29643 color
29644 \series default
29645  sera chargé automatiquement par LyX dès que vous colorez du texte
29646 \begin_inset Foot
29647 status collapsed
29648
29649 \begin_layout Plain Layout
29650 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
29651  
29652 \series bold
29653
29654 \backslash
29655 @ifundefined
29656 \series default
29657 .
29658 \end_layout
29659
29660 \end_inset
29661
29662 .
29663 \end_layout
29664
29665 \begin_layout Standard
29666 \begin_inset VSpace medskip
29667 \end_inset
29668
29669 Les boîtes colorées sont créées par la commande 
29670 \series bold
29671
29672 \backslash
29673 colorbox
29674 \series default
29675 .
29676  Elle est utilisée avec la syntaxe suivante :
29677 \end_layout
29678
29679 \begin_layout Standard
29680
29681 \series bold
29682
29683 \backslash
29684 colorbox{couleur}{contenu de la boîte}
29685 \end_layout
29686
29687 \begin_layout Standard
29688 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
29689  peuvent être placées à l'intérieur d'autres boîtes.
29690 \end_layout
29691
29692 \begin_layout Standard
29693 Les couleurs suivantes sont prédéfinies ::
29694 \begin_inset Newline newline
29695 \end_inset
29696
29697
29698 \family sans
29699 black
29700 \family default
29701  (noir), 
29702 \family sans
29703 blue
29704 \family default
29705  (bleu), 
29706 \family sans
29707 cyan
29708 \family default
29709 \series bold
29710 ,
29711 \series default
29712  
29713 \family sans
29714 green
29715 \family default
29716  (vert), 
29717 \family sans
29718 magenta
29719 \family default
29720
29721 \family sans
29722 red
29723 \family default
29724  (rouge), 
29725 \family sans
29726 white
29727 \family default
29728  (blanc), and 
29729 \family sans
29730 yellow
29731 \family default
29732  (jaune).
29733 \begin_inset Newline newline
29734 \end_inset
29735
29736 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
29737  section
29738 \begin_inset space ~
29739 \end_inset
29740
29741
29742 \begin_inset CommandInset ref
29743 LatexCommand ref
29744 reference "sec:Tableaux-Colorés"
29745
29746 \end_inset
29747
29748 .
29749 \end_layout
29750
29751 \begin_layout Standard
29752 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
29753 \end_layout
29754
29755 \begin_layout Standard
29756
29757 \series bold
29758
29759 \backslash
29760 colorbox{red}{
29761 \end_layout
29762
29763 \begin_layout Standard
29764 avant le mot en code TeX.
29765  Insérez l'accolade fermante 
29766 \begin_inset Quotes eld
29767 \end_inset
29768
29769 }
29770 \begin_inset Quotes erd
29771 \end_inset
29772
29773  après le mot, en code TeX.
29774 \begin_inset Newline newline
29775 \end_inset
29776
29777 Voici le résultat :
29778 \end_layout
29779
29780 \begin_layout Standard
29781 Cette ligne de texte contient le mot
29782 \begin_inset ERT
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786
29787
29788 \backslash
29789 colorbox{red}{
29790 \end_layout
29791
29792 \end_inset
29793
29794
29795 \begin_inset Quotes eld
29796 \end_inset
29797
29798 Attention!
29799 \begin_inset Quotes erd
29800 \end_inset
29801
29802
29803 \begin_inset ERT
29804 status collapsed
29805
29806 \begin_layout Plain Layout
29807
29808 }
29809 \end_layout
29810
29811 \end_inset
29812
29813  sur fond rouge.
29814 \end_layout
29815
29816 \begin_layout Standard
29817 \begin_inset VSpace bigskip
29818 \end_inset
29819
29820 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
29821  vous pouvez utiliser la commande 
29822 \series bold
29823
29824 \backslash
29825 fcolorbox
29826 \series default
29827  avec la syntaxe suivante :
29828 \end_layout
29829
29830 \begin_layout Standard
29831
29832 \series bold
29833
29834 \backslash
29835 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
29836 \end_layout
29837
29838 \begin_layout Standard
29839
29840 \series bold
29841
29842 \backslash
29843 fcolorbox
29844 \series default
29845  est une extension de 
29846 \series bold
29847
29848 \backslash
29849 colorbox
29850 \series default
29851 .
29852  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
29853  peuvent être modifiés avec les variables 
29854 \series bold
29855
29856 \backslash
29857 fboxrule
29858 \series default
29859  et 
29860 \series bold
29861
29862 \backslash
29863 fboxsep
29864 \series default
29865 , comme c'est décrit dans la section
29866 \begin_inset space ~
29867 \end_inset
29868
29869
29870 \begin_inset CommandInset ref
29871 LatexCommand ref
29872 reference "sec:Décorations"
29873
29874 \end_inset
29875
29876 .
29877 \end_layout
29878
29879 \begin_layout Standard
29880 Pour l'exemple suivant, on a utilisé la commande
29881 \end_layout
29882
29883 \begin_layout Standard
29884
29885 \series bold
29886
29887 \backslash
29888 fcolorbox{cyan}{magenta}{
29889 \end_layout
29890
29891 \begin_layout Standard
29892 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
29893 \begin_inset space \thinspace{}
29894 \end_inset
29895
29896 mm:
29897 \begin_inset Newline newline
29898 \end_inset
29899
29900
29901 \begin_inset ERT
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905
29906
29907 \backslash
29908 fboxrule 1mm 
29909 \backslash
29910 fboxsep 1mm
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921
29922 \backslash
29923 fcolorbox{cyan}{magenta}{
29924 \end_layout
29925
29926 \end_inset
29927
29928 Ce texte est dans une boîte encadrée et colorée.
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 }
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Standard
29943 \begin_inset VSpace bigskip
29944 \end_inset
29945
29946 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
29947  les yeux ! - NdT) :
29948 \begin_inset Newline newline
29949 \end_inset
29950
29951
29952 \begin_inset ERT
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956
29957
29958 \backslash
29959 fcolorbox{cyan}{magenta}{
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \color yellow
29966 Ce texte est coloré dans une boîte colorée et encadrée.
29967 \color inherit
29968
29969 \begin_inset ERT
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973
29974 }
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \begin_inset ERT
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984
29985
29986 \backslash
29987 fboxrule 0.4pt 
29988 \backslash
29989 fboxsep 3pt
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \begin_layout Standard
29998
29999 \series bold
30000 \begin_inset VSpace medskip
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset Note Greyedout
30008 status open
30009
30010 \begin_layout Plain Layout
30011
30012 \series bold
30013 Note:
30014 \series default
30015  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
30016  de ligne.
30017  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
30018  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \end_layout
30025
30026 \begin_layout Subsection
30027 De la couleur pour les paragraphes
30028 \begin_inset CommandInset label
30029 LatexCommand label
30030 name "sub:Couleur-pour-les-Paragraphes"
30031
30032 \end_inset
30033
30034
30035 \begin_inset Index
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039 Couleur ! Pour les  paragraphes
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
30049  texte dans une minipage.
30050  Avant la minipage, insérez la commande 
30051 \series bold
30052
30053 \backslash
30054 colorbox
30055 \series default
30056  
30057 \end_layout
30058
30059 \begin_layout Standard
30060
30061 \series bold
30062
30063 \backslash
30064 colorbox{color}{
30065 \end_layout
30066
30067 \begin_layout Standard
30068 en code TeX.
30069  Après la minipage, insérez l'accolade fermante 
30070 \begin_inset Quotes eld
30071 \end_inset
30072
30073 }
30074 \begin_inset Quotes erd
30075 \end_inset
30076
30077  en code TeX.
30078 \end_layout
30079
30080 \begin_layout Standard
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086
30087 \backslash
30088 colorbox{lightgrey}{
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \begin_inset Box Frameless
30095 position "t"
30096 hor_pos "c"
30097 has_inner_box 1
30098 inner_pos "t"
30099 use_parbox 0
30100 width "100col%"
30101 special "none"
30102 height "1in"
30103 height_special "totalheight"
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107 Ce texte a un fond coloré.
30108  Ce texte a un fond coloré.
30109 \end_layout
30110
30111 \begin_layout Plain Layout
30112 \begin_inset VSpace defskip
30113 \end_inset
30114
30115 Le texte peut avoir des notes de bas de page
30116 \begin_inset Foot
30117 status collapsed
30118
30119 \begin_layout Plain Layout
30120 Un autre exemple de note de bas de page
30121 \end_layout
30122
30123 \end_inset
30124
30125  et contenir des figures et des tableaux.
30126 \end_layout
30127
30128 \begin_layout Plain Layout
30129 \align center
30130 \begin_inset Tabular
30131 <lyxtabular version="3" rows="3" columns="3">
30132 <features>
30133 <column alignment="center" valignment="top" width="0">
30134 <column alignment="center" valignment="top" width="0">
30135 <column alignment="center" valignment="top" width="0">
30136 <row>
30137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30138 \begin_inset Text
30139
30140 \begin_layout Plain Layout
30141 a
30142 \end_layout
30143
30144 \end_inset
30145 </cell>
30146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30147 \begin_inset Text
30148
30149 \begin_layout Plain Layout
30150 !
30151 \end_layout
30152
30153 \end_inset
30154 </cell>
30155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30156 \begin_inset Text
30157
30158 \begin_layout Plain Layout
30159 3
30160 \end_layout
30161
30162 \end_inset
30163 </cell>
30164 </row>
30165 <row>
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" usebox="none">
30176 \begin_inset Text
30177
30178 \begin_layout Plain Layout
30179 b2
30180 \begin_inset Quotes erd
30181 \end_inset
30182
30183 |
30184 \end_layout
30185
30186 \end_inset
30187 </cell>
30188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30189 \begin_inset Text
30190
30191 \begin_layout Plain Layout
30192 >
30193 \end_layout
30194
30195 \end_inset
30196 </cell>
30197 </row>
30198 <row>
30199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30200 \begin_inset Text
30201
30202 \begin_layout Plain Layout
30203 1
30204 \end_layout
30205
30206 \end_inset
30207 </cell>
30208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30209 \begin_inset Text
30210
30211 \begin_layout Plain Layout
30212 §
30213 \end_layout
30214
30215 \end_inset
30216 </cell>
30217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30218 \begin_inset Text
30219
30220 \begin_layout Plain Layout
30221 c
30222 \end_layout
30223
30224 \end_inset
30225 </cell>
30226 </row>
30227 </lyxtabular>
30228
30229 \end_inset
30230
30231
30232 \end_layout
30233
30234 \end_inset
30235
30236
30237 \begin_inset ERT
30238 status collapsed
30239
30240 \begin_layout Plain Layout
30241
30242 }
30243 \end_layout
30244
30245 \end_inset
30246
30247
30248 \end_layout
30249
30250 \begin_layout Section
30251 Les boîtes pivotées et redimensionnées
30252 \end_layout
30253
30254 \begin_layout Standard
30255 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
30256  charger le paquetage LaTeX 
30257 \series bold
30258 graphicx
30259 \series default
30260
30261 \begin_inset Index
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265 Paquetages LaTeX ! graphicx
30266 \end_layout
30267
30268 \end_inset
30269
30270  dans le préambule de votre document avec la commande
30271 \end_layout
30272
30273 \begin_layout Standard
30274
30275 \series bold
30276
30277 \backslash
30278 @ifundefined{rotatebox}
30279 \begin_inset Newline newline
30280 \end_inset
30281
30282
30283 \begin_inset ERT
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287
30288
30289 \backslash
30290 hphantom{ }
30291 \end_layout
30292
30293 \end_inset
30294
30295 {
30296 \backslash
30297 usepackage{graphicx}}{}
30298 \end_layout
30299
30300 \begin_layout Standard
30301 \begin_inset Note Greyedout
30302 status open
30303
30304 \begin_layout Plain Layout
30305
30306 \series bold
30307 Note:
30308 \series default
30309  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
30310  redimensionnés.
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \end_layout
30317
30318 \begin_layout Standard
30319 \begin_inset Note Greyedout
30320 status open
30321
30322 \begin_layout Plain Layout
30323
30324 \series bold
30325 Note:
30326 \series default
30327  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
30328  redimensionnée.
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Subsection
30337 Les Boîtes pivotées
30338 \begin_inset Index
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342 Boîtes ! pivotées
30343 \end_layout
30344
30345 \end_inset
30346
30347
30348 \begin_inset Index
30349 status collapsed
30350
30351 \begin_layout Plain Layout
30352 Pivoter des objets
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \begin_inset Index
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362 Figures ! 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 Tableau ! Pivoter
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \begin_layout Standard
30381 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
30382  (rotated).
30383  Une telle boîte est créée avec la commande 
30384 \series bold
30385
30386 \backslash
30387 rotatebox
30388 \series default
30389  en code TeX avec la syntaxe
30390 \end_layout
30391
30392 \begin_layout Standard
30393
30394 \series bold
30395
30396 \backslash
30397 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
30398 \end_layout
30399
30400 \begin_layout Standard
30401 La position du pivot est donnée par l'origine de rotation spécifiée sous
30402  la forme 
30403 \series bold
30404 origin=position
30405 \series default
30406 .
30407  Les valeurs suivantes sont possibles pour la position: 
30408 \emph on
30409 c
30410 \emph default
30411  (centre), 
30412 \emph on
30413 l
30414 \emph default
30415  (gauche/
30416 \lang english
30417 left
30418 \lang french
30419 ), 
30420 \emph on
30421 r
30422 \emph default
30423  (droite/
30424 \lang english
30425 right
30426 \lang french
30427 ), 
30428 \emph on
30429 b
30430 \emph default
30431  (bas/
30432 \lang english
30433 bottom
30434 \lang french
30435 ), 
30436 \emph on
30437 t
30438 \emph default
30439  (haut/
30440 \lang english
30441 top
30442 \lang french
30443 ), et aussi des combinaisons des quatre positions de base.
30444  Par exemple 
30445 \emph on
30446 lt
30447 \emph default
30448  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
30449  Quand on ne donne pas d'origine, la position 
30450 \emph on
30451 l
30452 \emph default
30453  est utilisée.
30454  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
30455  ou négatif.
30456  Le sens positif de rotation est anti-horaire.
30457 \end_layout
30458
30459 \begin_layout Standard
30460 Dans l'exemple qui suit, la commande 
30461 \series bold
30462
30463 \backslash
30464 rotatebox[origin=c]{60}{
30465 \series default
30466  a été insérée en code TeX juste avant le texte 
30467 \begin_inset Quotes eld
30468 \end_inset
30469
30470 pivoté de 90°
30471 \begin_inset Quotes erd
30472 \end_inset
30473
30474  ; la boîte est refermée juste après le texte par une accolade fermante
30475  
30476 \begin_inset Quotes eld
30477 \end_inset
30478
30479 }
30480 \begin_inset Quotes erd
30481 \end_inset
30482
30483  en code TeX.
30484 \end_layout
30485
30486 \begin_layout Standard
30487 Voici une ligne avec du texte 
30488 \begin_inset ERT
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492
30493
30494 \backslash
30495 rotatebox[origin=c]{60}{
30496 \end_layout
30497
30498 \end_inset
30499
30500 pivoté de 60°
30501 \begin_inset ERT
30502 status collapsed
30503
30504 \begin_layout Plain Layout
30505
30506 }
30507 \end_layout
30508
30509 \end_inset
30510
30511 .
30512 \end_layout
30513
30514 \begin_layout Standard
30515 La boîte peut contenir une autre boîte ou une formule en ligne :
30516 \end_layout
30517
30518 \begin_layout Standard
30519 Voici une ligne avec du texte 
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525
30526 \backslash
30527 rotatebox[origin=r]{-60}{
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset Box Doublebox
30534 position "c"
30535 hor_pos "c"
30536 has_inner_box 0
30537 inner_pos "c"
30538 use_parbox 0
30539 width "1in"
30540 special "width"
30541 height "1in"
30542 height_special "totalheight"
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546 pivoté de -60°
30547 \end_layout
30548
30549 \end_inset
30550
30551
30552 \begin_inset ERT
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556
30557 }
30558 \end_layout
30559
30560 \end_inset
30561
30562  et encadré 
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568
30569 \backslash
30570 rotatebox[origin=lb]{60}{
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30577 \end_inset
30578
30579
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585 }
30586 \end_layout
30587
30588 \end_inset
30589
30590  et une formule.
30591 \end_layout
30592
30593 \begin_layout Standard
30594 ou encore une figure ou un tableau :
30595 \end_layout
30596
30597 \begin_layout Standard
30598 Voici une ligne
30599 \begin_inset ERT
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603
30604
30605 \backslash
30606 rotatebox[origin=lb]{90}{
30607 \end_layout
30608
30609 \end_inset
30610
30611
30612 \begin_inset Graphics
30613         filename ../clipart/platypus.eps
30614         lyxscale 50
30615         width 25col%
30616
30617 \end_inset
30618
30619
30620 \begin_inset ERT
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624
30625 }
30626 \end_layout
30627
30628 \end_inset
30629
30630  avec une image pivotée de 90° 
30631 \begin_inset ERT
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635
30636
30637 \backslash
30638 rotatebox[origin=l]{-90}{
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \begin_inset Tabular
30645 <lyxtabular version="3" rows="2" columns="2">
30646 <features>
30647 <column alignment="center" valignment="top" width="0">
30648 <column alignment="center" valignment="top" width="0">
30649 <row>
30650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30651 \begin_inset Text
30652
30653 \begin_layout Plain Layout
30654 q
30655 \end_layout
30656
30657 \end_inset
30658 </cell>
30659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30660 \begin_inset Text
30661
30662 \begin_layout Plain Layout
30663 w
30664 \end_layout
30665
30666 \end_inset
30667 </cell>
30668 </row>
30669 <row>
30670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30671 \begin_inset Text
30672
30673 \begin_layout Plain Layout
30674 e
30675 \end_layout
30676
30677 \end_inset
30678 </cell>
30679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30680 \begin_inset Text
30681
30682 \begin_layout Plain Layout
30683 r
30684 \end_layout
30685
30686 \end_inset
30687 </cell>
30688 </row>
30689 </lyxtabular>
30690
30691 \end_inset
30692
30693
30694 \begin_inset ERT
30695 status collapsed
30696
30697 \begin_layout Plain Layout
30698
30699 }
30700 \end_layout
30701
30702 \end_inset
30703
30704  et un tableau.
30705 \end_layout
30706
30707 \begin_layout Subsection
30708 Les boîtes redimensionnées
30709 \begin_inset Index
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713 Boîtes ! Redimensionnées
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \begin_inset Index
30720 status collapsed
30721
30722 \begin_layout Plain Layout
30723 Redimensionner des objets
30724 \end_layout
30725
30726 \end_inset
30727
30728
30729 \begin_inset Index
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733 Figures ! 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 Tableau ! Redimensionner
30744 \end_layout
30745
30746 \end_inset
30747
30748
30749 \end_layout
30750
30751 \begin_layout Standard
30752 Pour redimensionner des objets on peut utiliser les commandes 
30753 \series bold
30754
30755 \backslash
30756 scalebox
30757 \series default
30758  et 
30759 \series bold
30760
30761 \backslash
30762 resizebox
30763 \series default
30764  insérées sous forme de code TeX.
30765 \end_layout
30766
30767 \begin_layout Standard
30768
30769 \series bold
30770
30771 \backslash
30772 scalebox
30773 \series default
30774  est utilisée avec la syntaxe suivante :
30775 \end_layout
30776
30777 \begin_layout Standard
30778
30779 \series bold
30780
30781 \backslash
30782 scalebox{horizontal}[vertical]{contenu de la boîte}
30783 \end_layout
30784
30785 \begin_layout Standard
30786 Horizontal et vertical sont les facteurs d'échelle correspondants.
30787  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
30788  utilisé comme facteur vertical.
30789 \end_layout
30790
30791 \begin_layout Standard
30792 Par exemple, la commande 
30793 \series bold
30794
30795 \backslash
30796 scalebox{2}{Bonjour}
30797 \series default
30798  crée un 
30799 \begin_inset ERT
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803
30804
30805 \backslash
30806 scalebox{2}{
30807 \end_layout
30808
30809 \end_inset
30810
30811 Bonjour
30812 \begin_inset ERT
30813 status collapsed
30814
30815 \begin_layout Plain Layout
30816
30817 }
30818 \end_layout
30819
30820 \end_inset
30821
30822  de taille double par rapport à la taille du texte du document.
30823 \end_layout
30824
30825 \begin_layout Standard
30826
30827 \series bold
30828
30829 \backslash
30830 scalebox{2}[1]{Hello}
30831 \series default
30832  au contraire va déformer le 
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838
30839 \backslash
30840 scalebox{2}[1]{
30841 \end_layout
30842
30843 \end_inset
30844
30845 Bonjour
30846 \begin_inset ERT
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850
30851 }
30852 \end_layout
30853
30854 \end_inset
30855
30856 .
30857 \end_layout
30858
30859 \begin_layout Standard
30860 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
30861  La commande 
30862 \series bold
30863
30864 \backslash
30865 scalebox{-1}[1]{Hello}
30866 \series default
30867  peut donc être utilisée pour créer du texte en miroir : 
30868 \begin_inset ERT
30869 status collapsed
30870
30871 \begin_layout Plain Layout
30872
30873
30874 \backslash
30875 scalebox{-1}[1]{
30876 \end_layout
30877
30878 \end_inset
30879
30880 Bonjour
30881 \begin_inset ERT
30882 status collapsed
30883
30884 \begin_layout Plain Layout
30885
30886 }
30887 \end_layout
30888
30889 \end_inset
30890
30891
30892 \end_layout
30893
30894 \begin_layout Standard
30895
30896 \series bold
30897
30898 \backslash
30899 scalebox{1}[-1]{Bonjour}
30900 \series default
30901  effectue une réflexion du 
30902 \begin_inset ERT
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906
30907
30908 \backslash
30909 scalebox{1}[-1]{
30910 \end_layout
30911
30912 \end_inset
30913
30914 Bonjour
30915 \begin_inset ERT
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920 }
30921 \end_layout
30922
30923 \end_inset
30924
30925  par rapport à la ligne de base.
30926 \end_layout
30927
30928 \begin_layout Standard
30929 La commande 
30930 \series bold
30931
30932 \backslash
30933 reflectbox{contenu de la boîte} 
30934 \series default
30935 existe aussi et est équivalente à
30936 \series bold
30937  
30938 \backslash
30939 scalebox{-1}[1]{contenu de la boîte}.
30940
30941 \series default
30942  
30943 \begin_inset Newline newline
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 \begin_inset VSpace bigskip
30951 \end_inset
30952
30953 La commande 
30954 \series bold
30955
30956 \backslash
30957 resizebox
30958 \series default
30959  est utilisée pour redimensionner une boîte à une largeur et une hauteur
30960  données.
30961  La syntaxe de la commande est :
30962 \end_layout
30963
30964 \begin_layout Standard
30965
30966 \series bold
30967
30968 \backslash
30969 resizebox{largeur}{hauteur}{contenu de la boîte}
30970 \end_layout
30971
30972 \begin_layout Standard
30973 Si un des deux paramètres est remplacé par un point d'exclamation 
30974 \series bold
30975 !
30976 \series default
30977 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
30978 \end_layout
30979
30980 \begin_layout Standard
30981 La commande 
30982 \series bold
30983
30984 \backslash
30985 resizebox{2cm}{1cm}{Bonjour}
30986 \series default
30987  produit : 
30988 \begin_inset ERT
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992
30993
30994 \backslash
30995 resizebox{2cm}{1cm}{
30996 \end_layout
30997
30998 \end_inset
30999
31000 Bonjour
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006 }
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \begin_inset Newline newline
31013 \end_inset
31014
31015 La commande 
31016 \series bold
31017
31018 \backslash
31019 resizebox{2cm}{!}{Bonjour}
31020 \series default
31021  produit : 
31022 \begin_inset ERT
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026
31027
31028 \backslash
31029 resizebox{2cm}{!}{
31030 \end_layout
31031
31032 \end_inset
31033
31034 Bonjour
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040 }
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Standard
31049 \begin_inset VSpace bigskip
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Standard
31056 \begin_inset Note Greyedout
31057 status open
31058
31059 \begin_layout Plain Layout
31060
31061 \series bold
31062 Note:
31063 \series default
31064  Quand les paramètres des commandes 
31065 \series bold
31066
31067 \backslash
31068 scalebox
31069 \series default
31070  ou 
31071 \series bold
31072
31073 \backslash
31074 resizebox
31075 \series default
31076  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31077  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31078  partiellement.
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 \begin_inset VSpace bigskip
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Standard
31094 Les boîtes peuvent être combinée dans n'importe quel ordre.
31095  Par exemple, la commande 
31096 \begin_inset Newline newline
31097 \end_inset
31098
31099
31100 \series bold
31101
31102 \backslash
31103 rotatebox[origin=c]{-45}{
31104 \backslash
31105 resizebox{2cm}{!}{
31106 \backslash
31107 reflectbox{Bonjour}}}
31108 \begin_inset Newline newline
31109 \end_inset
31110
31111
31112 \series default
31113 produit :
31114 \end_layout
31115
31116 \begin_layout Standard
31117 \align center
31118 \begin_inset ERT
31119 status collapsed
31120
31121 \begin_layout Plain Layout
31122
31123
31124 \backslash
31125 rotatebox[origin=c]{-45}{
31126 \backslash
31127 resizebox{2cm}{!}{
31128 \backslash
31129 reflectbox{
31130 \end_layout
31131
31132 \end_inset
31133
31134 Bonjour
31135 \begin_inset ERT
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139
31140 }}}
31141 \end_layout
31142
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \begin_layout Standard
31149 \noindent
31150 Les images, les tableaux et les formules sont autorisées comme contenu de
31151  boîte :
31152 \end_layout
31153
31154 \begin_layout Standard
31155 \align center
31156 \begin_inset ERT
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160
31161
31162 \backslash
31163 rotatebox[origin=c]{-30}{
31164 \backslash
31165 resizebox{2cm}{!}{
31166 \backslash
31167 reflectbox{
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \begin_inset Graphics
31174         filename ../clipart/platypus.eps
31175         lyxscale 50
31176         width 25col%
31177
31178 \end_inset
31179
31180
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186 }}}
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 rotatebox[origin=c]{-45}{
31200 \backslash
31201 resizebox{2cm}{!}{
31202 \backslash
31203 reflectbox{
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \begin_inset Tabular
31210 <lyxtabular version="3" rows="2" columns="2">
31211 <features>
31212 <column alignment="center" valignment="top" width="0">
31213 <column alignment="center" valignment="top" width="0">
31214 <row>
31215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31216 \begin_inset Text
31217
31218 \begin_layout Plain Layout
31219 q
31220 \end_layout
31221
31222 \end_inset
31223 </cell>
31224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31225 \begin_inset Text
31226
31227 \begin_layout Plain Layout
31228 w
31229 \end_layout
31230
31231 \end_inset
31232 </cell>
31233 </row>
31234 <row>
31235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31236 \begin_inset Text
31237
31238 \begin_layout Plain Layout
31239 e
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Plain Layout
31248 r
31249 \end_layout
31250
31251 \end_inset
31252 </cell>
31253 </row>
31254 </lyxtabular>
31255
31256 \end_inset
31257
31258
31259 \begin_inset ERT
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263
31264 }}}
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \begin_inset ERT
31271 status collapsed
31272
31273 \begin_layout Plain Layout
31274
31275
31276 \backslash
31277 rotatebox[origin=c]{-45}{
31278 \backslash
31279 resizebox{2cm}{!}{
31280 \backslash
31281 reflectbox{
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31288 \end_inset
31289
31290
31291 \begin_inset ERT
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295
31296 }}}
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \end_layout
31303
31304 \begin_layout Standard
31305 Quand on utilise le style global de formule 
31306 \series bold
31307 fleqn
31308 \series default
31309  dans le document
31310 \begin_inset Foot
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314 Quand 
31315 \begin_inset Quotes eld
31316 \end_inset
31317
31318 fleqn
31319 \begin_inset Quotes erd
31320 \end_inset
31321
31322  est ajouté aux options de la classe de document.
31323 \end_layout
31324
31325 \end_inset
31326
31327 , les formules hors texte peuvent aussi être redimensionnées.
31328 \end_layout
31329
31330 \begin_layout Chapter
31331 Trucs Externes
31332 \begin_inset Index
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336 Trucs externes
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \end_layout
31343
31344 \begin_layout Standard
31345 Avec le menu 
31346 \family sans
31347 Insérer\SpecialChar \menuseparator
31348 Fichier
31349 \family default
31350  vous pouvez insérer un contenu externe à votre document.
31351  Ce contenu peut être :
31352 \end_layout
31353
31354 \begin_layout Description
31355 Document
31356 \begin_inset space ~
31357 \end_inset
31358
31359 LyX Un autre document LyX ; son contenu est directement inséré dans votre
31360  document.
31361 \end_layout
31362
31363 \begin_layout Description
31364 Texte
31365 \begin_inset space ~
31366 \end_inset
31367
31368 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
31369 e.
31370 \end_layout
31371
31372 \begin_layout Description
31373 Texte
31374 \begin_inset space ~
31375 \end_inset
31376
31377 Brut
31378 \begin_inset space ~
31379 \end_inset
31380
31381 par
31382 \begin_inset space ~
31383 \end_inset
31384
31385 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
31386  Les lignes vides créent un nouveau paragraphe dans votre document.
31387 \end_layout
31388
31389 \begin_layout Description
31390 Objet
31391 \begin_inset space ~
31392 \end_inset
31393
31394 Externe Fichiers de formats variés.
31395 \end_layout
31396
31397 \begin_layout Description
31398 Sous-document Documents LyX ou LaTeX.
31399 \end_layout
31400
31401 \begin_layout Section
31402 Objets Externes 
31403 \begin_inset Index
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407 Trucs externes ! Objets Externes
31408 \end_layout
31409
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \begin_layout Standard
31416 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
31417  de fichiers dans votre document sans avoir à convertir ces derniers en
31418  un format qui soit compatible avec le format de sortie, puisque c'est LyX
31419  qui va s'occuper des conversions.
31420  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
31421  LyX des images dans des formats divers.
31422  
31423 \lang english
31424 When you have enabled Instant Preview in LyX's preferences under 
31425 \family sans
31426 Look
31427 \begin_inset space ~
31428 \end_inset
31429
31430 and
31431 \begin_inset space ~
31432 \end_inset
31433
31434 feel\SpecialChar \menuseparator
31435 Graphics
31436 \family default
31437 , the external material types Dia and Xfig is directly shown in LyX.
31438 \end_layout
31439
31440 \begin_layout Standard
31441 On insère des objets externes en utilisant la fenêtre de dialogue 
31442 \family sans
31443 Objet
31444 \begin_inset space ~
31445 \end_inset
31446
31447 Externe
31448 \family default
31449  qui est accessible via le menu 
31450 \family sans
31451 Insérer\SpecialChar \menuseparator
31452 Fichiers\SpecialChar \menuseparator
31453 Objet
31454 \begin_inset space ~
31455 \end_inset
31456
31457 Externe
31458 \family default
31459 .
31460  Actuellement les types de fichiers (
31461 \family sans
31462 Modèles
31463 \family default
31464 ) suivants sont autorisés :
31465 \end_layout
31466
31467 \begin_layout Description
31468 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
31469  par le programme 
31470 \series bold
31471
31472 \begin_inset CommandInset href
31473 LatexCommand href
31474 name "XBoard"
31475 target "http://en.wikipedia.org/wiki/XBoard"
31476
31477 \end_inset
31478
31479
31480 \series default
31481 .
31482 \end_layout
31483
31484 \begin_layout Description
31485 Date Ce modèle insère la date sous la forme 
31486 \emph on
31487 Jour-Mois-Année
31488 \emph default
31489 .
31490  Voici un exemple de date insérée comme objet externe :: 
31491 \begin_inset External
31492         template Date
31493         filename .
31494
31495 \end_inset
31496
31497
31498 \lang english
31499
31500 \begin_inset space ~
31501 \end_inset
31502
31503
31504 \begin_inset Note Note
31505 status open
31506
31507 \begin_layout Plain Layout
31508
31509 \lang english
31510 Remove the protected space when bug 4398 is fixed!
31511 \end_layout
31512
31513 \end_inset
31514
31515
31516 \lang french
31517
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
31522  Il y a deux autre méthodes pour insérer une date : Avec le menu 
31523 \family sans
31524 Insérer\SpecialChar \menuseparator
31525 Date
31526 \family default
31527  et avec la commande LaTeX 
31528 \series bold
31529
31530 \backslash
31531 today
31532 \series default
31533  entrée comme code TeX.
31534  Ces différentes méthodes sont comparée dans le tableau
31535 \begin_inset space ~
31536 \end_inset
31537
31538
31539 \begin_inset CommandInset ref
31540 LatexCommand ref
31541 reference "tab:Comparaison-des-dates"
31542
31543 \end_inset
31544
31545 .
31546 \end_layout
31547
31548 \begin_layout Description
31549
31550 \lang english
31551 Dia This template supports diagrams created with the program 
31552 \series bold
31553
31554 \begin_inset CommandInset href
31555 LatexCommand href
31556 name "Dia"
31557 target "http://en.wikipedia.org/wiki/Dia_(software)"
31558
31559 \end_inset
31560
31561
31562 \series default
31563 .
31564 \end_layout
31565
31566 \begin_layout Description
31567 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
31568  par le programme 
31569 \series bold
31570
31571 \begin_inset CommandInset href
31572 LatexCommand href
31573 name "LilyPond"
31574 target "http://en.wikipedia.org/wiki/LilyPond"
31575
31576 \end_inset
31577
31578
31579 \series default
31580 .
31581 \end_layout
31582
31583 \begin_layout Description
31584 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
31585  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
31586  
31587 \emph on
31588 pages
31589 \emph default
31590  dans le champ 
31591 \family sans
31592 Option
31593 \family default
31594  dans l'onglet 
31595 \family sans
31596 Options LaTeX et LyX
31597 \family default
31598  en suivant les instructions données pour le modèle.
31599  Si on ne donne pas d'option 
31600 \emph on
31601 pages
31602 \emph default
31603 , seule la première page du PDF sera insérée.
31604 \end_layout
31605
31606 \begin_layout Description
31607 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
31608  À peu près tous les formats d'images populaires sont acceptés.
31609  Les images peuvent être traitées dans la fenêtre de dialogue 
31610 \family sans
31611 Objet
31612 \begin_inset space ~
31613 \end_inset
31614
31615 Externe
31616 \family default
31617  comme les images qui sont habituellement incorporées en utilisant le menu
31618  
31619 \family sans
31620 Insérer\SpecialChar \menuseparator
31621 Graphique
31622 \family default
31623 , comme c'est décrit dans la section
31624 \begin_inset space ~
31625 \end_inset
31626
31627
31628 \begin_inset CommandInset ref
31629 LatexCommand ref
31630 reference "sec:Graphics-Dialog"
31631
31632 \end_inset
31633
31634 .
31635  La différence est que seules les images matricielles sont autorisées, ce
31636  qui veut dire que les images PDF et EPS ne sont pas acceptées.
31637 \end_layout
31638
31639 \begin_layout Description
31640 XFig Ce modèle accepte les images créées avec le programme 
31641 \series bold
31642
31643 \begin_inset CommandInset href
31644 LatexCommand href
31645 name "Xfig"
31646 target "http://en.wikipedia.org/wiki/Xfig"
31647
31648 \end_inset
31649
31650
31651 \series default
31652 .
31653 \end_layout
31654
31655 \begin_layout Standard
31656 \begin_inset Float table
31657 placement h
31658 wide false
31659 sideways false
31660 status open
31661
31662 \begin_layout Plain Layout
31663 \begin_inset Caption
31664
31665 \begin_layout Plain Layout
31666 \begin_inset CommandInset label
31667 LatexCommand label
31668 name "tab:Comparaison-des-dates"
31669
31670 \end_inset
31671
31672 Comparaison des méthodes d'insertion de la date.
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Plain Layout
31681 \align center
31682 \begin_inset Tabular
31683 <lyxtabular version="3" rows="4" columns="4">
31684 <features>
31685 <column alignment="center" valignment="top" width="0">
31686 <column alignment="center" valignment="top" width="0">
31687 <column alignment="center" valignment="top" width="0">
31688 <column alignment="center" valignment="top" width="0">
31689 <row>
31690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31691 \begin_inset Text
31692
31693 \begin_layout Plain Layout
31694 Format du document
31695 \end_layout
31696
31697 \end_inset
31698 </cell>
31699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Plain Layout
31703
31704 \family sans
31705 Objet
31706 \begin_inset space ~
31707 \end_inset
31708
31709 Externe\SpecialChar \menuseparator
31710 Date
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719
31720 \family sans
31721 Insérer\SpecialChar \menuseparator
31722 Date
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31728 \begin_inset Text
31729
31730 \begin_layout Plain Layout
31731 commande 
31732 \series bold
31733
31734 \backslash
31735 today
31736 \end_layout
31737
31738 \end_inset
31739 </cell>
31740 </row>
31741 <row>
31742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31743 \begin_inset Text
31744
31745 \begin_layout Plain Layout
31746 LyX
31747 \end_layout
31748
31749 \end_inset
31750 </cell>
31751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31752 \begin_inset Text
31753
31754 \begin_layout Plain Layout
31755 comme boîte d'insert
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Plain Layout
31764 comme date
31765 \end_layout
31766
31767 \end_inset
31768 </cell>
31769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31770 \begin_inset Text
31771
31772 \begin_layout Plain Layout
31773 comme boîte de code TeX
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 </row>
31779 <row>
31780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31781 \begin_inset Text
31782
31783 \begin_layout Plain Layout
31784 LaTeX
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793 comme date
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802 comme date
31803 \end_layout
31804
31805 \end_inset
31806 </cell>
31807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31808 \begin_inset Text
31809
31810 \begin_layout Plain Layout
31811 comme commande
31812 \end_layout
31813
31814 \end_inset
31815 </cell>
31816 </row>
31817 <row>
31818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822 DVI, PDF, PS
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31828 \begin_inset Text
31829
31830 \begin_layout Plain Layout
31831 comme date
31832 \end_layout
31833
31834 \end_inset
31835 </cell>
31836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31837 \begin_inset Text
31838
31839 \begin_layout Plain Layout
31840 comme date
31841 \end_layout
31842
31843 \end_inset
31844 </cell>
31845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31846 \begin_inset Text
31847
31848 \begin_layout Plain Layout
31849 comme date date
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 </row>
31855 </lyxtabular>
31856
31857 \end_inset
31858
31859
31860 \end_layout
31861
31862 \end_inset
31863
31864
31865 \end_layout
31866
31867 \begin_layout Standard
31868 Quand vous activez l'option 
31869 \family sans
31870 Brouillon
31871 \family default
31872  de l'onglet 
31873 \family sans
31874 Fichier
31875 \family default
31876  de la fenêtre de dialogue 
31877 \family sans
31878 Objet
31879 \begin_inset space ~
31880 \end_inset
31881
31882 Externe
31883 \family default
31884 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
31885 \begin_inset Newline newline
31886 \end_inset
31887
31888 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
31889  : 
31890 \begin_inset Graphics
31891         filename ../clipart/ExternalMaterialQt4.png
31892         scale 85
31893         scaleBeforeRotation
31894
31895 \end_inset
31896
31897  soit comme une image, selon que vous avez ou non activé l'option 
31898 \family sans
31899 Afficher
31900 \begin_inset space ~
31901 \end_inset
31902
31903 dans
31904 \begin_inset space ~
31905 \end_inset
31906
31907 LyX
31908 \family default
31909  de l'onglet 
31910 \family sans
31911 Options LaTeX et LyX
31912 \family default
31913  de la fenêtre de dialogue.
31914 \end_layout
31915
31916 \begin_layout Standard
31917 Le manuel 
31918 \family sans
31919 \emph on
31920 Personnalisation
31921 \family default
31922 \emph default
31923  explique comment vous pouvez créer vos propres modèles.
31924 \end_layout
31925
31926 \begin_layout Section
31927 Sous-documents
31928 \begin_inset CommandInset label
31929 LatexCommand label
31930 name "sec:Sous-documents"
31931
31932 \end_inset
31933
31934
31935 \begin_inset Index
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939 Trucs externes ! Sous-documents
31940 \end_layout
31941
31942 \end_inset
31943
31944
31945 \begin_inset Index
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949 Fichiers ! Insérer
31950 \end_layout
31951
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \begin_layout Standard
31958 Les sous-documents sont utilisés quand on a un document très long qui peut
31959  être décomposé en plusieurs parties ou sections plus petites.
31960  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
31961  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
31962  Les différents documents sont ce que l'on appelle les sous-documents et
31963  un document maître les relie pour imprimer le document complet ou seulement
31964  une partie de celui-ci.
31965 \end_layout
31966
31967 \begin_layout Standard
31968 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
31969  comme celle-ci : 
31970 \begin_inset Graphics
31971         filename clipart/ChildDocumentQt4.png
31972         scale 60
31973         scaleBeforeRotation
31974
31975 \end_inset
31976
31977  Pour inclure des sous-documents dans un document maître , on utilise le
31978  menu 
31979 \family sans
31980 Insérer\SpecialChar \menuseparator
31981 Fichier\SpecialChar \menuseparator
31982 Sous-document
31983 \family default
31984 .
31985  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
31986  des quatre méthodes d'inclusion :
31987 \end_layout
31988
31989 \begin_layout Description
31990 Inclus
31991 \begin_inset space ~
31992 \end_inset
31993
31994 (include) Vous pouvez inclure des documents LyX et LaTeX.
31995  Quand vous cliquez sur le bouton 
31996 \family sans
31997 Charger
31998 \family default
31999  dans la fenêtre de dialogue 
32000 \family sans
32001 Sous-document
32002 \family default
32003 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
32004  vous puissiez le modifier.
32005 \begin_inset Newline newline
32006 \end_inset
32007
32008
32009 \end_layout
32010
32011 \begin_layout Standard
32012 Voici un sous-document inséré avec la méthode 
32013 \family sans
32014 Inclus
32015 \family default
32016  : 
32017 \begin_inset CommandInset include
32018 LatexCommand include
32019 filename "DocumentBidon1.lyx"
32020
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \begin_layout Standard
32027 La numérotation des sections va prendre en compte les sections des fichiers
32028  incorporés dans l'ordre où ils sont insérés dans le document maître.
32029  Le document qui est inclus comme exemple possède une sous-section qui sera
32030  numérotée comme sous-section de la section actuelle.
32031  Les étiquettes présentes dans le fichier inclus peuvent être référencées
32032  : la sous-section
32033 \begin_inset space ~
32034 \end_inset
32035
32036
32037 \begin_inset CommandInset ref
32038 LatexCommand ref
32039 reference "sub:Sous-section-externe-1"
32040
32041 \end_inset
32042
32043  est dans le fichier inclus.
32044 \end_layout
32045
32046 \begin_layout Standard
32047 Le préambule du sous-document est tout simplement ignoré, seul le préambule
32048  du document maître est utilisé.
32049  Les documents inclus sont insérés en commençant une nouvelle page et sont
32050  suivis par un saut de page.
32051 \end_layout
32052
32053 \begin_layout Standard
32054 Avec la commande LaTeX 
32055 \series bold
32056
32057 \backslash
32058 includeonly 
32059 \series default
32060 vous pouvez préciser quels sous-documents seront traités pour générer la
32061  sortie imprimée.
32062  C'est utile quand vous ne travaillez que sur quelques chapitres d'un document
32063  important puisque cela vous fait économiser du temps de compilation.
32064  La commande 
32065 \series bold
32066
32067 \backslash
32068 includeonly
32069 \series default
32070  est insérée dans le préambule du document maître.
32071  Elle prend comme arguments une liste de noms de fichiers séparés par des
32072  virgules, par exemple :
32073 \end_layout
32074
32075 \begin_layout Standard
32076
32077 \series bold
32078
32079 \backslash
32080 includeonly{chapitre1,chapitre5}
32081 \end_layout
32082
32083 \begin_layout Standard
32084 fera que seuls les fichiers nommés 
32085 \begin_inset Quotes eld
32086 \end_inset
32087
32088 chapitre1.lyx
32089 \begin_inset Quotes erd
32090 \end_inset
32091
32092  (ou 
32093 \begin_inset Quotes eld
32094 \end_inset
32095
32096 chapitre1.tex
32097 \begin_inset Quotes erd
32098 \end_inset
32099
32100 ) et 
32101 \begin_inset Quotes eld
32102 \end_inset
32103
32104 chapitre5.lyx
32105 \begin_inset Quotes erd
32106 \end_inset
32107
32108  seront traités lors de la compilation.
32109 \end_layout
32110
32111 \begin_layout Standard
32112 \begin_inset Note Greyedout
32113 status open
32114
32115 \begin_layout Plain Layout
32116
32117 \series bold
32118 Note:
32119 \series default
32120  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
32121  une classe de document différente de celle du document maître, vous recevez
32122  un avertissement quand vous tentez une visualisation ou une exportation,
32123  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
32124 \end_layout
32125
32126 \end_inset
32127
32128
32129 \end_layout
32130
32131 \begin_layout Description
32132 Incorporé
32133 \begin_inset space ~
32134 \end_inset
32135
32136 (input) Cette méthode est très semblable à la méthode Inclus, les différences
32137  sont :
32138 \end_layout
32139
32140 \begin_deeper
32141 \begin_layout Itemize
32142 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
32143  par un saut de page.
32144 \end_layout
32145
32146 \begin_layout Itemize
32147 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
32148  
32149 \family sans
32150 Aperçu
32151 \begin_inset space ~
32152 \end_inset
32153
32154 sur
32155 \begin_inset space ~
32156 \end_inset
32157
32158 le
32159 \begin_inset space ~
32160 \end_inset
32161
32162 vif
32163 \family default
32164  est activée dans les préférences dans la rubrique 
32165 \family sans
32166 Apparence\SpecialChar \menuseparator
32167 Graphique
32168 \family default
32169 .
32170 \end_layout
32171
32172 \begin_layout Itemize
32173 La commande LaTeX 
32174 \series bold
32175
32176 \backslash
32177 includeonly
32178 \series default
32179  ne peut pas être utilisée.
32180 \end_layout
32181
32182 \end_deeper
32183 \begin_layout Standard
32184 Voici un sous document inséré en utilisant la méthode 
32185 \family sans
32186 Incorporé
32187 \family default
32188  : 
32189 \begin_inset CommandInset include
32190 LatexCommand input
32191 preview true
32192 filename "DocumentBidon2.lyx"
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Description
32200 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
32201  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
32202  sous forme de code source et aucune des commandes éventuellement présentes
32203  ne sera exécutée.
32204  Vous pouvez utiliser l'option 
32205 \family sans
32206 Marquer
32207 \begin_inset space ~
32208 \end_inset
32209
32210 les
32211 \begin_inset space ~
32212 \end_inset
32213
32214 espaces
32215 \family default
32216  qui matérialise chaque espace présente dans le code source par un caractère
32217  
32218 \begin_inset Quotes eld
32219 \end_inset
32220
32221
32222 \begin_inset ERT
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226
32227
32228 \backslash
32229 textvisiblespace 
32230 \end_layout
32231
32232 \end_inset
32233
32234
32235 \begin_inset Quotes erd
32236 \end_inset
32237
32238  .
32239  La différence avec la méthode qui consiste à utiliser le menu 
32240 \family sans
32241 Insérer\SpecialChar \menuseparator
32242 Fichier\SpecialChar \menuseparator
32243 Texte
32244 \begin_inset space ~
32245 \end_inset
32246
32247 brut
32248 \family default
32249  est que le contenu du document n'apparaît pas dans LyX.
32250 \end_layout
32251
32252 \begin_layout Standard
32253 Voici un sous-document inclus en utilisant la méthode 
32254 \family sans
32255 verbatim
32256 \family default
32257  : 
32258 \begin_inset CommandInset include
32259 LatexCommand verbatiminput
32260 filename "DocumentTexteBidon.txt"
32261
32262 \end_inset
32263
32264
32265 \begin_inset VSpace bigskip
32266 \end_inset
32267
32268 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
32269  l'option 
32270 \family sans
32271 Marquer
32272 \begin_inset space ~
32273 \end_inset
32274
32275 les
32276 \begin_inset space ~
32277 \end_inset
32278
32279 espaces :
32280 \family default
32281  
32282 \begin_inset CommandInset include
32283 LatexCommand verbatiminput*
32284 filename "DocumentTexteBidon.txt"
32285
32286 \end_inset
32287
32288
32289 \end_layout
32290
32291 \begin_layout Standard
32292 \begin_inset VSpace bigskip
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Standard
32299 \begin_inset Note Greyedout
32300 status open
32301
32302 \begin_layout Plain Layout
32303
32304 \series bold
32305 Note:
32306 \series default
32307  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
32308  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \begin_layout Description
32317 Listings Ce type d'inclusion est décrit dans le chapitre
32318 \begin_inset space ~
32319 \end_inset
32320
32321
32322 \begin_inset CommandInset ref
32323 LatexCommand ref
32324 reference "cha:Program-Code-Listings"
32325
32326 \end_inset
32327
32328 .
32329 \end_layout
32330
32331 \begin_layout Standard
32332 \begin_inset Note Greyedout
32333 status open
32334
32335 \begin_layout Plain Layout
32336
32337 \series bold
32338 Note:
32339 \series default
32340  Inclure le même document deux fois dans un même document peut poser des
32341  problèmes avec LaTeX.
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \begin_layout Chapter
32350 Listings de Code Source
32351 \begin_inset CommandInset label
32352 LatexCommand label
32353 name "cha:Program-Code-Listings"
32354
32355 \end_inset
32356
32357
32358 \begin_inset Index
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362 Listings
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \begin_inset Index
32369 status collapsed
32370
32371 \begin_layout Plain Layout
32372 Code Source
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \begin_inset Index
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382 Flottants ! Listings
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \begin_layout Standard
32391 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
32392  un insert 
32393 \family sans
32394 Listings
32395 \family default
32396  qui peut être créé grâce au menu 
32397 \family sans
32398 Insérer
32399 \family default
32400 \SpecialChar \menuseparator
32401
32402 \family sans
32403 Listing
32404 \begin_inset space ~
32405 \end_inset
32406
32407 de
32408 \begin_inset space ~
32409 \end_inset
32410
32411 Code
32412 \begin_inset space ~
32413 \end_inset
32414
32415 Source
32416 \family default
32417 .
32418  Le paquetage LaTeX 
32419 \series bold
32420 listings
32421 \series default
32422
32423 \begin_inset Index
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427 Paquetages LaTeX ! listings
32428 \end_layout
32429
32430 \end_inset
32431
32432  fournit un moyen puissant et flexible d'insérer des listings de code source
32433  dans votre document.
32434  
32435 \end_layout
32436
32437 \begin_layout Standard
32438 Quand vous cliquez avec le bouton droit sur un insert de listings, 
32439 \lang english
32440 the context menu
32441 \lang french
32442  s'ouvre pour vous permettre de modifier le format du listing.
32443 \end_layout
32444
32445 \begin_layout Standard
32446 Par défaut, un listing commence un nouveau paragraphe dans la sortie imprimée.
32447  L'option d'emplacement 
32448 \family sans
32449 Listing
32450 \begin_inset space ~
32451 \end_inset
32452
32453 en
32454 \begin_inset space ~
32455 \end_inset
32456
32457 Ligne
32458 \family default
32459  imprime le listing dans la ligne comme ceci : 
32460 \begin_inset listings
32461 lstparams "language={C++}"
32462 inline true
32463 status open
32464
32465 \begin_layout Plain Layout
32466
32467 int a=5;
32468 \end_layout
32469
32470 \end_inset
32471
32472
32473 \begin_inset Newline newline
32474 \end_inset
32475
32476 L'option 
32477 \family sans
32478 Flottant
32479 \family default
32480  crée un flottant de listing pour lequel vous pouvez préciser les options
32481  classiques d'emplacement : 
32482 \begin_inset Quotes eld
32483 \end_inset
32484
32485
32486 \family sans
32487 h
32488 \family default
32489
32490 \begin_inset Quotes erd
32491 \end_inset
32492
32493
32494 \begin_inset Quotes eld
32495 \end_inset
32496
32497
32498 \family sans
32499 t
32500 \family default
32501
32502 \begin_inset Quotes erd
32503 \end_inset
32504
32505
32506 \begin_inset Quotes eld
32507 \end_inset
32508
32509
32510 \family sans
32511 b
32512 \family default
32513
32514 \begin_inset Quotes erd
32515 \end_inset
32516
32517 , et 
32518 \begin_inset Quotes eld
32519 \end_inset
32520
32521
32522 \family sans
32523 p
32524 \family default
32525
32526 \begin_inset Quotes erd
32527 \end_inset
32528
32529  correspondant aux emplacement décrits dans la section
32530 \begin_inset space ~
32531 \end_inset
32532
32533
32534 \begin_inset CommandInset ref
32535 LatexCommand ref
32536 reference "sec:Placement-flottants"
32537
32538 \end_inset
32539
32540 .
32541  Les options de positionnement peuvent être mélangées et doivent être saisies
32542  sans séparation, par exemple, on peut taper 
32543 \begin_inset Quotes eld
32544 \end_inset
32545
32546
32547 \family sans
32548 htbp
32549 \family default
32550
32551 \begin_inset Quotes erd
32552 \end_inset
32553
32554 .
32555  L' option 
32556 \begin_inset Quotes eld
32557 \end_inset
32558
32559 h
32560 \begin_inset Quotes erd
32561 \end_inset
32562
32563  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
32564  
32565 \family sans
32566 Flottant
32567 \family default
32568  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
32569  légende et être référencés.
32570 \end_layout
32571
32572 \begin_layout Standard
32573 Vous pouvez ajouter une légende à un listing avec le menu 
32574 \family sans
32575 Insérer\SpecialChar \menuseparator
32576 Légende
32577 \family default
32578 .
32579  On peut référencer les listings de la même façon que les flottants :Voir
32580  le listing
32581 \begin_inset space ~
32582 \end_inset
32583
32584
32585 \begin_inset CommandInset ref
32586 LatexCommand ref
32587 reference "lst:Listing-exemple"
32588
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \begin_layout Standard
32595 \begin_inset listings
32596 lstparams "language=Python"
32597 inline false
32598 status open
32599
32600 \begin_layout Plain Layout
32601
32602 \begin_inset Caption
32603
32604 \begin_layout Plain Layout
32605 \begin_inset CommandInset label
32606 LatexCommand label
32607 name "lst:Listing-exemple"
32608
32609 \end_inset
32610
32611 Exemple de listing flottant
32612 \end_layout
32613
32614 \end_inset
32615
32616 # Exemple de listing flottant
32617 \end_layout
32618
32619 \begin_layout Plain Layout
32620
32621 def func(param):
32622 \end_layout
32623
32624 \begin_layout Plain Layout
32625
32626     'ceci est une fonction python'
32627 \end_layout
32628
32629 \begin_layout Plain Layout
32630
32631     pass
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Standard
32640 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
32641  de listing, les mots-clés de ce langage seront reconnus et mis en forme
32642  de manière particulière dans la sortie imprimée.
32643  Dans l'exemple de listing, le mot clé Python 
32644 \begin_inset Quotes eld
32645 \end_inset
32646
32647 def
32648 \begin_inset Quotes erd
32649 \end_inset
32650
32651  est reconnu et imprimé en caractères gras dans la sortie.
32652 \end_layout
32653
32654 \begin_layout Standard
32655 \begin_inset Note Greyedout
32656 status open
32657
32658 \begin_layout Plain Layout
32659
32660 \series bold
32661 Note:
32662 \series default
32663  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
32664  une police de caractères à 
32665 \family typewriter
32666 chasse fixe
32667 \family default
32668 , c'est que votre police ne contient probablement pas de série grasse.
32669  Dans ce cas choisissez une police différente dans le menu 
32670 \family sans
32671 Document\SpecialChar \menuseparator
32672 Paramètres\SpecialChar \menuseparator
32673 Polices
32674 \family default
32675 .
32676  (Les polices 
32677 \emph on
32678 LuxiMono, BeraMono
32679 \emph default
32680  et 
32681 \emph on
32682 Courier
32683 \emph default
32684  contiennent une série grasse.)
32685 \end_layout
32686
32687 \end_inset
32688
32689
32690 \end_layout
32691
32692 \begin_layout Standard
32693 Dans la rubrique 
32694 \family sans
32695 Numérotation
32696 \begin_inset space ~
32697 \end_inset
32698
32699 des
32700 \begin_inset space ~
32701 \end_inset
32702
32703 Lignes
32704 \family default
32705  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
32706 n des lignes.
32707  Vous pouvez mettre un nombre dans le champ 
32708 \family sans
32709 Pas
32710 \family default
32711  pour désigner les lignes qui seront numérotées.
32712  Par exemple, si vous mettez 
32713 \begin_inset Quotes eld
32714 \end_inset
32715
32716 3
32717 \begin_inset Quotes erd
32718 \end_inset
32719
32720 , seule une ligne sur trois sera numérotée.
32721 \end_layout
32722
32723 \begin_layout Standard
32724 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
32725  apparaîtront dans la sortie.
32726  Vous devez utiliser l'option 
32727 \family sans
32728 Table
32729 \begin_inset space ~
32730 \end_inset
32731
32732 de
32733 \begin_inset space ~
32734 \end_inset
32735
32736 Caractères
32737 \begin_inset space ~
32738 \end_inset
32739
32740 Étendue
32741 \family default
32742  quand vous employez des caractères spécifiques à une langue donnée comme
32743  les umlauts Allemands dans votre listing.
32744 \begin_inset Newline newline
32745 \end_inset
32746
32747 Voici un exemple de listing avec la numérotation des lignes à gauche par
32748  pas de 3, en langage Python, avec les options 
32749 \begin_inset Quotes eld
32750 \end_inset
32751
32752 Table
32753 \begin_inset space ~
32754 \end_inset
32755
32756 de
32757 \begin_inset space ~
32758 \end_inset
32759
32760 caractères
32761 \begin_inset space ~
32762 \end_inset
32763
32764 étendue
32765 \begin_inset Quotes erd
32766 \end_inset
32767
32768  et 
32769 \begin_inset Quotes eld
32770 \end_inset
32771
32772 Espace
32773 \begin_inset space ~
32774 \end_inset
32775
32776 représenté
32777 \begin_inset space ~
32778 \end_inset
32779
32780 par
32781 \begin_inset space ~
32782 \end_inset
32783
32784 un
32785 \begin_inset space ~
32786 \end_inset
32787
32788 symbole
32789 \begin_inset Quotes erd
32790 \end_inset
32791
32792 , l'intervalle de ligne étant 3
32793 \begin_inset space \thinspace{}
32794 \end_inset
32795
32796 -
32797 \begin_inset space \thinspace{}
32798 \end_inset
32799
32800 8:
32801 \end_layout
32802
32803 \begin_layout Standard
32804 \begin_inset listings
32805 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32806 inline false
32807 status open
32808
32809 \begin_layout Plain Layout
32810
32811 def func(param):
32812 \end_layout
32813
32814 \begin_layout Plain Layout
32815
32816     'ceci est une fonction Python'
32817 \end_layout
32818
32819 \begin_layout Plain Layout
32820
32821     pass
32822 \end_layout
32823
32824 \begin_layout Plain Layout
32825
32826 def func(param):
32827 \end_layout
32828
32829 \begin_layout Plain Layout
32830
32831 'Ça, c'est un mot Allemand : Tschüß'
32832 \end_layout
32833
32834 \begin_layout Plain Layout
32835
32836 pass
32837 \end_layout
32838
32839 \begin_layout Plain Layout
32840
32841 def func(param):
32842 \end_layout
32843
32844 \begin_layout Plain Layout
32845
32846 'ceci est une fonction Python'
32847 \end_layout
32848
32849 \begin_layout Plain Layout
32850
32851 pass
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \begin_layout Standard
32860 \begin_inset Note Greyedout
32861 status open
32862
32863 \begin_layout Plain Layout
32864
32865 \series bold
32866 Note:
32867 \series default
32868  À cause d'un bug dans le paquetage 
32869 \series bold
32870 listings
32871 \series default
32872  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
32873  listing.
32874  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
32875  les lignes 3 et 6.
32876 \end_layout
32877
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \begin_layout Standard
32884 \begin_inset VSpace bigskip
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \begin_layout Standard
32891 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
32892  listing.
32893  Pour le faire, il suffit d'utiliser le menu 
32894 \family sans
32895 Insérer\SpecialChar \menuseparator
32896 Fichier\SpecialChar \menuseparator
32897 Sous-document
32898 \family default
32899  et de choisir le type 
32900 \family sans
32901 Listing
32902 \family default
32903
32904 \begin_inset space ~
32905 \end_inset
32906
32907
32908 \family sans
32909 de
32910 \begin_inset space ~
32911 \end_inset
32912
32913 Code
32914 \begin_inset space ~
32915 \end_inset
32916
32917 source
32918 \family default
32919 .
32920 \begin_inset Foot
32921 status collapsed
32922
32923 \begin_layout Plain Layout
32924 Les autres types de sous-documents sont décrits dans la section
32925 \begin_inset space ~
32926 \end_inset
32927
32928
32929 \begin_inset CommandInset ref
32930 LatexCommand ref
32931 reference "sec:Sous-documents"
32932
32933 \end_inset
32934
32935 .
32936 \end_layout
32937
32938 \end_inset
32939
32940  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
32941  à utiliser pour le listing dans une zone de texte.
32942  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
32943  
32944 \begin_inset Quotes eld
32945 \end_inset
32946
32947 ?
32948 \begin_inset Quotes erd
32949 \end_inset
32950
32951  dans la zone de texte.
32952 \end_layout
32953
32954 \begin_layout Standard
32955 Pour faire référence à un sous-document de type listing, tapez une étiquette
32956  dans le champ correspondant de la fenêtre de dialogue.
32957  On peut alors faire référence à cette étiquette en utilisant le menu 
32958 \family sans
32959 Insérer\SpecialChar \menuseparator
32960 Référence
32961 \begin_inset space ~
32962 \end_inset
32963
32964 Croisée
32965 \family default
32966 .
32967 \end_layout
32968
32969 \begin_layout Standard
32970 Le listing
32971 \begin_inset space ~
32972 \end_inset
32973
32974
32975 \begin_inset CommandInset ref
32976 LatexCommand ref
32977 reference "lst:listing-fichier"
32978
32979 \end_inset
32980
32981  est une exemple de listing issu d'un fichier ; ici les lignes 10
32982 \begin_inset space \thinspace{}
32983 \end_inset
32984
32985 -
32986 \begin_inset space \thinspace{}
32987 \end_inset
32988
32989 15 de ce fichier LyX sont listées.
32990 \end_layout
32991
32992 \begin_layout Standard
32993 \begin_inset CommandInset include
32994 LatexCommand lstinputlisting
32995 filename "EmbeddedObjects.lyx"
32996 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
32997
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 \begin_inset VSpace bigskip
33005 \end_inset
33006
33007
33008 \end_layout
33009
33010 \begin_layout Standard
33011 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
33012  de dialogue 
33013 \family sans
33014 Document\SpecialChar \menuseparator
33015 Paramètres\SpecialChar \menuseparator
33016 Format
33017 \begin_inset space ~
33018 \end_inset
33019
33020 du
33021 \begin_inset space ~
33022 \end_inset
33023
33024 Texte
33025 \family default
33026 .
33027  Pour avoir la liste des options disponibles, tapez un point d'interrogation
33028  
33029 \begin_inset Quotes eld
33030 \end_inset
33031
33032 ?
33033 \begin_inset Quotes erd
33034 \end_inset
33035
33036  dans le champ 
33037 \family sans
33038 Paramètres
33039 \begin_inset space ~
33040 \end_inset
33041
33042 du
33043 \begin_inset space ~
33044 \end_inset
33045
33046 Listing
33047 \family default
33048 .
33049 \end_layout
33050
33051 \begin_layout Standard
33052 Pour plus d'information sur le paquetage 
33053 \series bold
33054 listings
33055 \series default
33056 , nous vous renvoyons à sa documentation 
33057 \begin_inset CommandInset citation
33058 LatexCommand cite
33059 key "listings"
33060
33061 \end_inset
33062
33063 .
33064 \end_layout
33065
33066 \begin_layout Standard
33067 \begin_inset Newpage newpage
33068 \end_inset
33069
33070
33071 \end_layout
33072
33073 \begin_layout Chapter
33074 \start_of_appendix
33075 Unités de longueur utilisables avec LyX
33076 \begin_inset OptArg
33077 status collapsed
33078
33079 \begin_layout Plain Layout
33080 Unités de longueur
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \begin_inset Index
33087 status collapsed
33088
33089 \begin_layout Plain Layout
33090 Unités
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \begin_inset CommandInset label
33097 LatexCommand label
33098 name "cha:Unités-de-longueur"
33099
33100 \end_inset
33101
33102
33103 \end_layout
33104
33105 \begin_layout Standard
33106 Pour comprendre les unités de longueur utilisées dans cette documentation,
33107  le tableau
33108 \begin_inset space ~
33109 \end_inset
33110
33111
33112 \begin_inset CommandInset ref
33113 LatexCommand ref
33114 reference "tab:Unités"
33115
33116 \end_inset
33117
33118 décrit les unités utilisées par LyX.
33119 \begin_inset Float table
33120 placement h
33121 wide false
33122 sideways false
33123 status open
33124
33125 \begin_layout Plain Layout
33126 \begin_inset Caption
33127
33128 \begin_layout Plain Layout
33129 \begin_inset CommandInset label
33130 LatexCommand label
33131 name "tab:Unités"
33132
33133 \end_inset
33134
33135 Unités de longueur
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \begin_layout Plain Layout
33144 \begin_inset VSpace medskip
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Plain Layout
33151 \align center
33152 \begin_inset Tabular
33153 <lyxtabular version="3" rows="20" columns="2">
33154 <features>
33155 <column alignment="center" valignment="top" width="0">
33156 <column alignment="center" valignment="top" width="0">
33157 <row>
33158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33159 \begin_inset Text
33160
33161 \begin_layout Plain Layout
33162 unité
33163 \end_layout
33164
33165 \end_inset
33166 </cell>
33167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 nom/description
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 </row>
33177 <row>
33178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33179 \begin_inset Text
33180
33181 \begin_layout Plain Layout
33182 mm
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 millimètre
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 cm
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 centimè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 in
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 pouce (inch)
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 pt
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 point (72.27
33252 \begin_inset space \thinspace{}
33253 \end_inset
33254
33255 pt = 1
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 in)
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 pc
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 pica (1
33280 \begin_inset space \thinspace{}
33281 \end_inset
33282
33283 pc = 12
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 pt)
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 </row>
33293 <row>
33294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298 sp
33299 \end_layout
33300
33301 \end_inset
33302 </cell>
33303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Plain Layout
33307 scaled point (65536
33308 \begin_inset space \thinspace{}
33309 \end_inset
33310
33311 sp = 1
33312 \begin_inset space \thinspace{}
33313 \end_inset
33314
33315 pt)
33316 \end_layout
33317
33318 \end_inset
33319 </cell>
33320 </row>
33321 <row>
33322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33323 \begin_inset Text
33324
33325 \begin_layout Plain Layout
33326 bp
33327 \end_layout
33328
33329 \end_inset
33330 </cell>
33331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33332 \begin_inset Text
33333
33334 \begin_layout Plain Layout
33335 gros point (72
33336 \begin_inset space \thinspace{}
33337 \end_inset
33338
33339 bp = 1
33340 \begin_inset space \thinspace{}
33341 \end_inset
33342
33343 in)
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 </row>
33349 <row>
33350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354 dd
33355 \end_layout
33356
33357 \end_inset
33358 </cell>
33359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33360 \begin_inset Text
33361
33362 \begin_layout Plain Layout
33363 didot (72
33364 \begin_inset space \thinspace{}
33365 \end_inset
33366
33367 dd 
33368 \begin_inset Formula $\approx$
33369 \end_inset
33370
33371  37.6
33372 \begin_inset space \thinspace{}
33373 \end_inset
33374
33375 mm)
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 </row>
33381 <row>
33382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 cc
33387 \end_layout
33388
33389 \end_inset
33390 </cell>
33391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33392 \begin_inset Text
33393
33394 \begin_layout Plain Layout
33395 cicero (1
33396 \begin_inset space \thinspace{}
33397 \end_inset
33398
33399 cc = 12
33400 \begin_inset space \thinspace{}
33401 \end_inset
33402
33403 dd)
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 </row>
33409 <row>
33410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33411 \begin_inset Text
33412
33413 \begin_layout Plain Layout
33414 Scale%
33415 \end_layout
33416
33417 \end_inset
33418 </cell>
33419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423 % de la largeur originale de l'image
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 text%
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 du texte
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 col%
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 de la colonne
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 page%
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 du papier
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 line%
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 de la ligne
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 theight%
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 % la hauteur du texte
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 pheight%
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 % hauteur du papier
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 ex
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 de la lettre 
33564 \emph on
33565 x
33566 \emph default
33567  dans la police courante
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 </row>
33573 <row>
33574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33575 \begin_inset Text
33576
33577 \begin_layout Plain Layout
33578 em
33579 \end_layout
33580
33581 \end_inset
33582 </cell>
33583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33584 \begin_inset Text
33585
33586 \begin_layout Plain Layout
33587 largeur de la lettre
33588 \emph on
33589  M
33590 \emph default
33591  dans la police courante
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 </row>
33597 <row>
33598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33599 \begin_inset Text
33600
33601 \begin_layout Plain Layout
33602 mu
33603 \end_layout
33604
33605 \end_inset
33606 </cell>
33607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33608 \begin_inset Text
33609
33610 \begin_layout Plain Layout
33611 unité mathématique (1
33612 \begin_inset space \thinspace{}
33613 \end_inset
33614
33615 mu = 1/18
33616 \begin_inset space \thinspace{}
33617 \end_inset
33618
33619 em)
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 </row>
33625 </lyxtabular>
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \end_inset
33633
33634
33635 \end_layout
33636
33637 \begin_layout Chapter
33638 Formats des fichiers de sortie graphiques
33639 \begin_inset CommandInset label
33640 LatexCommand label
33641 name "cha:Formats-fichiers-graphiques"
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \begin_layout Section
33649 DVI
33650 \begin_inset Index
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654 Formats de Fichiers! DVI
33655 \end_layout
33656
33657 \end_inset
33658
33659
33660 \begin_inset Index
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664 DVI|see
33665 \begin_inset ERT
33666 status collapsed
33667
33668 \begin_layout Plain Layout
33669
33670 {
33671 \end_layout
33672
33673 \end_inset
33674
33675 Formats de Fichiers
33676 \begin_inset ERT
33677 status collapsed
33678
33679 \begin_layout Plain Layout
33680
33681 }
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \begin_layout Standard
33695 Ce type de fichiers a l'extension 
33696 \begin_inset Quotes fld
33697 \end_inset
33698
33699
33700 \family typewriter
33701 .dvi
33702 \family default
33703
33704 \begin_inset Quotes frd
33705 \end_inset
33706
33707 .
33708  Il est appelé 
33709 \emph on
33710 indépendant de l'appareil
33711 \emph default
33712  ou 
33713 \begin_inset Quotes fld
33714 \end_inset
33715
33716 device independent (DVI)
33717 \begin_inset Quotes frd
33718 \end_inset
33719
33720 , car il est complètement portable ; vous pouvez les recopier d'une machine
33721  à l'autre sans avoir à faire de conversion.
33722  À l'époque où ce format a été développé, c'était loin d'être évident.
33723  Les fichiers DVI sont utilisés pour une visualisation rapide et comme une
33724  étape préliminaire avant la conversion vers un autre format comme le PostScript.
33725 \end_layout
33726
33727 \begin_layout Standard
33728 \begin_inset Note Greyedout
33729 status open
33730
33731 \begin_layout Plain Layout
33732
33733 \series bold
33734 Note:
33735 \series default
33736  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
33737  au fichier.
33738  
33739 \end_layout
33740
33741 \end_inset
33742
33743  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
33744  
33745 \family typewriter
33746 .dvi
33747 \family default
33748 .
33749  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
33750 z le DVI puisque le programme de visualisation doit convertir les images
33751  en tâche de fond pour les rendre visibles quand vous faites défiler votre
33752  document.
33753  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
33754  avec de nombreuses images.
33755 \end_layout
33756
33757 \begin_layout Standard
33758 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
33759  menu 
33760 \family sans
33761 Fichier\SpecialChar \menuseparator
33762 Exporter\SpecialChar \menuseparator
33763 DVI.
33764
33765 \family default
33766  Vous pouvez visualiser votre document sous forme de DVI grâce au menu 
33767 \family sans
33768 Visualiser
33769 \family default
33770  ou en utilisant le bouton
33771 \begin_inset Graphics
33772         filename ../../images/buffer-view_dvi.png
33773         scale 85
33774         scaleBeforeRotation
33775
33776 \end_inset
33777
33778  de la barre d'outils.
33779 \end_layout
33780
33781 \begin_layout Section
33782 PostScript
33783 \begin_inset CommandInset label
33784 LatexCommand label
33785 name "sec:PostScript"
33786
33787 \end_inset
33788
33789
33790 \begin_inset Index
33791 status collapsed
33792
33793 \begin_layout Plain Layout
33794 Formats de Fichiers ! PostScript
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \begin_inset Index
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804 PostScript|see
33805 \begin_inset ERT
33806 status collapsed
33807
33808 \begin_layout Plain Layout
33809
33810 {
33811 \end_layout
33812
33813 \end_inset
33814
33815 Formats de Fichiers
33816 \begin_inset ERT
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820
33821 }
33822 \end_layout
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \end_inset
33830
33831
33832 \end_layout
33833
33834 \begin_layout Standard
33835 Ce type de fichiers a l'extension 
33836 \begin_inset Quotes fld
33837 \end_inset
33838
33839
33840 \family typewriter
33841 .ps
33842 \family default
33843
33844 \begin_inset Quotes frd
33845 \end_inset
33846
33847 .
33848  PostScript a été développé par la société 
33849 \series bold
33850 Adobe
33851 \series default
33852  comme un langage pour les imprimantes.
33853  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
33854  pour imprimer le document.
33855  PostScript peut être considéré comme un 
33856 \begin_inset Quotes fld
33857 \end_inset
33858
33859 langage de programmation
33860 \begin_inset Quotes frd
33861 \end_inset
33862
33863  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
33864  images
33865 \begin_inset Foot
33866 status open
33867
33868 \begin_layout Plain Layout
33869 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
33870  LaTeX 
33871 \series bold
33872 pstricks
33873 \series default
33874
33875 \begin_inset CommandInset citation
33876 LatexCommand cite
33877 key "pstricks"
33878
33879 \end_inset
33880
33881 .
33882 \end_layout
33883
33884 \end_inset
33885
33886 .
33887  En partie à cause de toutes ces possibilités un fichier PostScript est
33888  souvent plus gros qu'un PDF.
33889 \end_layout
33890
33891 \begin_layout Standard
33892 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
33893  plus gros qu'un PDF.
33894 \end_layout
33895
33896 \begin_layout Standard
33897 PostScript ne peut contenir que des images au format 
33898 \begin_inset Quotes fld
33899 \end_inset
33900
33901 PostScript Encapsulé
33902 \begin_inset Quotes frd
33903 \end_inset
33904
33905  (encapsulated PostScript ou EPS, d'extension 
33906 \family typewriter
33907 .eps
33908 \family default
33909 ).
33910  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
33911  il doit les convertir en interne en EPS.
33912  Si vous avez par exemple 50 images dans votre document, LyX doit faire
33913  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
33914  document.
33915  Cela risque de ralentir de façon importante votre rythme de travail.
33916  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
33917  vos images directement en EPS pour éviter ce problème.
33918 \end_layout
33919
33920 \begin_layout Standard
33921 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
33922  le menu 
33923 \family sans
33924 Fichier\SpecialChar \menuseparator
33925 Exporter\SpecialChar \menuseparator
33926 PostScript.
33927
33928 \family default
33929  Vous pouvez visualiser votre document sous forme PostScript grâce au menu
33930  
33931 \family sans
33932 Visualiser
33933 \family default
33934  ou en utilisant le bouton 
33935 \begin_inset Graphics
33936         filename ../../images/buffer-view_ps.png
33937         scale 85
33938         scaleBeforeRotation
33939
33940 \end_inset
33941
33942  de la barre d'outils.
33943 \end_layout
33944
33945 \begin_layout Section
33946 PDF
33947 \begin_inset Index
33948 status collapsed
33949
33950 \begin_layout Plain Layout
33951 Formats de Fichiers ! PDF
33952 \end_layout
33953
33954 \end_inset
33955
33956
33957 \begin_inset Index
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961 PDF
33962 \end_layout
33963
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \begin_layout Standard
33970 Ce type de fichiers a l'extension 
33971 \begin_inset Quotes fld
33972 \end_inset
33973
33974
33975 \family typewriter
33976 .pdf
33977 \family default
33978
33979 \begin_inset Quotes frd
33980 \end_inset
33981
33982 .
33983  Ce 
33984 \begin_inset Quotes fld
33985 \end_inset
33986
33987 format de document portable
33988 \begin_inset Quotes frd
33989 \end_inset
33990
33991  (portable document format ou PDF) est développé par 
33992 \family typewriter
33993 Adobe
33994 \family default
33995  comme une évolution de PostScript.
33996  Il est plus comprimé et utilise moins de commandes que PostScript.
33997  Comme son nom l'indique, il est 
33998 \begin_inset Quotes fld
33999 \end_inset
34000
34001 portable
34002 \begin_inset Quotes frd
34003 \end_inset
34004
34005  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
34006  aura exactement le même aspect.
34007 \end_layout
34008
34009 \begin_layout Standard
34010 PDF peut contenir des images dans son propre format PDF et dans les formats
34011  JPG (format du 
34012 \begin_inset Quotes fld
34013 \end_inset
34014
34015 Joint Photographic Expert Group
34016 \begin_inset Quotes frd
34017 \end_inset
34018
34019  avec comme extension 
34020 \family typewriter
34021 .jpg
34022 \family default
34023  ou 
34024 \family typewriter
34025 .jpeg
34026 \family default
34027 ) et PNG (
34028 \begin_inset Quotes fld
34029 \end_inset
34030
34031 Portable Network Graphics
34032 \begin_inset Quotes frd
34033 \end_inset
34034
34035  avec l'extension 
34036 \family typewriter
34037 .png
34038 \family default
34039 ).
34040  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
34041  dans un de ces formats.
34042  Mais comme il est dit dans la section sur PostScript, les conversions d'images
34043  vont ralentir votre travail.
34044  Nous recommandons donc l'utilisation de l'un des trois formats cités.
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
34049  menu 
34050 \family sans
34051 Fichier\SpecialChar \menuseparator
34052 Exporter 
34053 \family default
34054 de trois façons différentes:
34055 \end_layout
34056
34057 \begin_layout Description
34058 PDF
34059 \begin_inset space ~
34060 \end_inset
34061
34062 (ps2pdf) Ceci utilise le programme 
34063 \family typewriter
34064 ps2pdf
34065 \family default
34066  qui créé un PDF à partir de la version PostScript de votre fichier.
34067  Cette dernière est produite par le programme 
34068 \family typewriter
34069 dvips
34070 \family default
34071  qui utilise une version DVI comme étape intermédiaire.
34072  Cette variante consiste donc en trois conversions.
34073 \end_layout
34074
34075 \begin_layout Description
34076 PDF
34077 \begin_inset space ~
34078 \end_inset
34079
34080 (dvipdfm) Ceci utilise le programme 
34081 \family typewriter
34082 dvipdfm
34083 \family default
34084  qui convertit votre fichier en DVI avant de le convertir en PDF.
34085 \end_layout
34086
34087 \begin_layout Description
34088 PDF
34089 \begin_inset space ~
34090 \end_inset
34091
34092 (pdflatex) Ceci utilise le programme 
34093 \family typewriter
34094 pdftex
34095 \family default
34096  qui convertit directement votre fichier en PDF.
34097 \end_layout
34098
34099 \begin_layout Standard
34100 Nous recommandons d'utiliser l'option 
34101 \family sans
34102 PDF
34103 \begin_inset space ~
34104 \end_inset
34105
34106 (pdflatex)
34107 \family default
34108  car 
34109 \family typewriter
34110 pdftex
34111 \family default
34112  accepte toutes les fonctionnalités des versions actuelles de PDF.
34113  Il est en plus rapide et stable.
34114  Le programme 
34115 \family typewriter
34116 dvipdfm
34117 \family default
34118  n'est plus développé est est donc un peu dépassé.
34119 \end_layout
34120
34121 \begin_layout Standard
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 Vous pouvez visualiser votre document sous forme PDF grâce au menu 
34127 \family sans
34128 Visualiser
34129 \family default
34130  ou en utilisant le bouton 
34131 \begin_inset Graphics
34132         filename ../../images/buffer-view_pdf2.png
34133         scale 85
34134         scaleBeforeRotation
34135
34136 \end_inset
34137
34138  de la barre d'outils
34139 \family sans
34140  (
34141 \family default
34142 qui utilise 
34143 \family sans
34144 PDF
34145 \begin_inset space ~
34146 \end_inset
34147
34148 (pdflatex)
34149 \family default
34150 ).
34151 \end_layout
34152
34153 \begin_layout Chapter
34154 Explication de l' Équation
34155 \begin_inset space ~
34156 \end_inset
34157
34158
34159 \begin_inset CommandInset ref
34160 LatexCommand eqref
34161 reference "eq:Wgn"
34162
34163 \end_inset
34164
34165
34166 \begin_inset CommandInset label
34167 LatexCommand label
34168 name "cha:Explication-de-l'Equation"
34169
34170 \end_inset
34171
34172
34173 \end_layout
34174
34175 \begin_layout Standard
34176 La largeur totale de 
34177 \emph on
34178 n
34179 \emph default
34180  cellules de tableau 
34181 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34182 \end_inset
34183
34184  peut être calculée avec
34185 \end_layout
34186
34187 \begin_layout Standard
34188 \begin_inset Formula \begin{equation}
34189 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}
34190
34191 \end_inset
34192
34193
34194 \end_layout
34195
34196 \begin_layout Standard
34197 Où 
34198 \begin_inset Formula $W_{g\, n}$
34199 \end_inset
34200
34201  est la largeur fixe de toutes les cellules.
34202  
34203 \series bold
34204
34205 \backslash
34206 tabcolsep
34207 \series default
34208  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
34209  sa valeur par défaut est 6
34210 \begin_inset space \thinspace{}
34211 \end_inset
34212
34213 pt.
34214  
34215 \series bold
34216
34217 \backslash
34218 arrayrulewidth
34219 \series default
34220  est l'épaisseur de la bordure de la cellule, qui est par défaut de 0.4
34221 \begin_inset space \thinspace{}
34222 \end_inset
34223
34224 pt.
34225 \end_layout
34226
34227 \begin_layout Standard
34228 D'après l'équation
34229 \begin_inset space ~
34230 \end_inset
34231
34232
34233 \begin_inset CommandInset ref
34234 LatexCommand eqref
34235 reference "eq:Wtot_n"
34236
34237 \end_inset
34238
34239 , la largeur totale d'une multicolonne, 
34240 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34241 \end_inset
34242
34243  est
34244 \end_layout
34245
34246 \begin_layout Standard
34247 \begin_inset Formula \begin{equation}
34248 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Standard
34256 En posant que les équations 
34257 \begin_inset space ~
34258 \end_inset
34259
34260
34261 \begin_inset CommandInset ref
34262 LatexCommand eqref
34263 reference "eq:Wtot_n"
34264
34265 \end_inset
34266
34267  et 
34268 \begin_inset CommandInset ref
34269 LatexCommand eqref
34270 reference "eq:Wtot_mult"
34271
34272 \end_inset
34273
34274  sont égales, on peut calculer la largeur nécessaire 
34275 \begin_inset Formula $W_{g\, n}$
34276 \end_inset
34277
34278  quand 
34279 \emph on
34280 n
34281 \emph default
34282  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
34283  de 
34284 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34285 \end_inset
34286
34287 :
34288 \end_layout
34289
34290 \begin_layout Standard
34291 \begin_inset Formula \begin{equation}
34292 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34293
34294 \end_inset
34295
34296
34297 \end_layout
34298
34299 \begin_layout Bibliography
34300 \begin_inset CommandInset bibitem
34301 LatexCommand bibitem
34302 key "latexcompanion"
34303
34304 \end_inset
34305
34306 Frank Mittelbach and Michel Goossens: 
34307 \emph on
34308 The LaTeX Companion Second Edition.
34309
34310 \emph default
34311  Addison-Wesley, 2004
34312 \end_layout
34313
34314 \begin_layout Bibliography
34315 \begin_inset CommandInset bibitem
34316 LatexCommand bibitem
34317 key "latexguide"
34318
34319 \end_inset
34320
34321 Helmut Kopka and Patrick W.
34322  Daly: 
34323 \emph on
34324 A Guide to LaTeX Fourth Edition.
34325
34326 \emph default
34327  Addison-Wesley, 2003
34328 \end_layout
34329
34330 \begin_layout Bibliography
34331 \begin_inset CommandInset bibitem
34332 LatexCommand bibitem
34333 key "latexbook"
34334
34335 \end_inset
34336
34337 Leslie Lamport: 
34338 \emph on
34339 LaTeX: A Document Preparation System.
34340
34341 \emph default
34342  Addison-Wesley, second edition, 1994
34343 \end_layout
34344
34345 \begin_layout Bibliography
34346 \begin_inset CommandInset bibitem
34347 LatexCommand bibitem
34348 key "booktabs"
34349
34350 \end_inset
34351
34352 Documentation du paquetage LaTeX 
34353 \series bold
34354
34355 \begin_inset CommandInset href
34356 LatexCommand href
34357 name "booktabs"
34358 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34359
34360 \end_inset
34361
34362
34363 \series default
34364
34365 \begin_inset Index
34366 status collapsed
34367
34368 \begin_layout Plain Layout
34369 Paquetages LaTeX ! booktabs
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \begin_layout Bibliography
34378 \begin_inset CommandInset bibitem
34379 LatexCommand bibitem
34380 key "caption"
34381
34382 \end_inset
34383
34384 Documentation du paquetage LaTeX 
34385 \series bold
34386
34387 \begin_inset CommandInset href
34388 LatexCommand href
34389 name "caption"
34390 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34391
34392 \end_inset
34393
34394
34395 \series default
34396
34397 \begin_inset Index
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401 Paquetages LaTeX ! caption
34402 \end_layout
34403
34404 \end_inset
34405
34406
34407 \end_layout
34408
34409 \begin_layout Bibliography
34410 \begin_inset CommandInset bibitem
34411 LatexCommand bibitem
34412 key "endfloat"
34413
34414 \end_inset
34415
34416 Documentation du paquetage LaTeX 
34417 \series bold
34418
34419 \begin_inset CommandInset href
34420 LatexCommand href
34421 name "endfloat"
34422 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34423
34424 \end_inset
34425
34426
34427 \series default
34428
34429 \begin_inset Index
34430 status collapsed
34431
34432 \begin_layout Plain Layout
34433 Paquetages LaTeX ! endfloat
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \begin_layout Bibliography
34442 \begin_inset CommandInset bibitem
34443 LatexCommand bibitem
34444 key "wrapfig"
34445
34446 \end_inset
34447
34448 Documentation du paquetage LaTeX 
34449 \series bold
34450
34451 \begin_inset CommandInset href
34452 LatexCommand href
34453 name "wrapfig"
34454 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34455
34456 \end_inset
34457
34458
34459 \series default
34460
34461 \begin_inset Index
34462 status collapsed
34463
34464 \begin_layout Plain Layout
34465 Paquetages LaTeX ! wrapfig
34466 \begin_inset ERT
34467 status collapsed
34468
34469 \begin_layout Plain Layout
34470
34471
34472 \backslash
34473 vspace{4mm}
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Bibliography
34487 \begin_inset CommandInset bibitem
34488 LatexCommand bibitem
34489 key "footmisc"
34490
34491 \end_inset
34492
34493 Documentation du paquetage LaTeX 
34494 \series bold
34495
34496 \begin_inset CommandInset href
34497 LatexCommand href
34498 name "footmisc"
34499 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34500
34501 \end_inset
34502
34503
34504 \series default
34505
34506 \begin_inset Index
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510 Paquetages LaTeX ! footmisc
34511 \end_layout
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \begin_layout Bibliography
34519 \begin_inset CommandInset bibitem
34520 LatexCommand bibitem
34521 key "hypcap"
34522
34523 \end_inset
34524
34525 Documentation du paquetage LaTeX 
34526 \series bold
34527
34528 \begin_inset CommandInset href
34529 LatexCommand href
34530 name "hypcap"
34531 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34532
34533 \end_inset
34534
34535
34536 \series default
34537
34538 \begin_inset Index
34539 status collapsed
34540
34541 \begin_layout Plain Layout
34542 Paquetages LaTeX ! hyperref
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \begin_layout Bibliography
34551 \begin_inset CommandInset bibitem
34552 LatexCommand bibitem
34553 key "hyperref"
34554
34555 \end_inset
34556
34557 Documentation du paquetage LaTeX 
34558 \series bold
34559
34560 \begin_inset CommandInset href
34561 LatexCommand href
34562 name "hyperref"
34563 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34564
34565 \end_inset
34566
34567
34568 \series default
34569
34570 \begin_inset Index
34571 status collapsed
34572
34573 \begin_layout Plain Layout
34574 Paquetages LaTeX ! hyperref
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Bibliography
34583 \begin_inset CommandInset bibitem
34584 LatexCommand bibitem
34585 key "koma-script"
34586
34587 \end_inset
34588
34589 Documentation du paquetage LaTeX 
34590 \series bold
34591
34592 \begin_inset CommandInset href
34593 LatexCommand href
34594 name "koma-script"
34595 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34596
34597 \end_inset
34598
34599
34600 \series default
34601
34602 \begin_inset Index
34603 status collapsed
34604
34605 \begin_layout Plain Layout
34606 Paquetages LaTeX ! koma-script
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Bibliography
34615 \begin_inset CommandInset bibitem
34616 LatexCommand bibitem
34617 key "listings"
34618
34619 \end_inset
34620
34621 Documentation du paquetage LaTeX 
34622 \series bold
34623
34624 \begin_inset CommandInset href
34625 LatexCommand href
34626 name "listings"
34627 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34628
34629 \end_inset
34630
34631
34632 \series default
34633
34634 \begin_inset Index
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638 Paquetages LaTeX ! listings
34639 \end_layout
34640
34641 \end_inset
34642
34643
34644 \end_layout
34645
34646 \begin_layout Bibliography
34647 \begin_inset CommandInset bibitem
34648 LatexCommand bibitem
34649 key "marginnote"
34650
34651 \end_inset
34652
34653 Documentation du paquetage LaTeX 
34654 \series bold
34655
34656 \begin_inset CommandInset href
34657 LatexCommand href
34658 name "marginnote"
34659 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34660
34661 \end_inset
34662
34663
34664 \series default
34665
34666 \begin_inset Index
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670 Paquetages LaTeX ! marginnote
34671 \end_layout
34672
34673 \end_inset
34674
34675
34676 \end_layout
34677
34678 \begin_layout Bibliography
34679 \begin_inset CommandInset bibitem
34680 LatexCommand bibitem
34681 key "pstricks"
34682
34683 \end_inset
34684
34685 Page Web du paquetage LaTeX 
34686 \series bold
34687
34688 \begin_inset CommandInset href
34689 LatexCommand href
34690 name "PSTricks"
34691 target "http://tug.org/PSTricks/"
34692
34693 \end_inset
34694
34695
34696 \series default
34697
34698 \begin_inset Index
34699 status collapsed
34700
34701 \begin_layout Plain Layout
34702 Paquetages LaTeX ! PSTricks
34703 \end_layout
34704
34705 \end_inset
34706
34707
34708 \end_layout
34709
34710 \begin_layout Bibliography
34711 \begin_inset CommandInset bibitem
34712 LatexCommand bibitem
34713 key "sidecap"
34714
34715 \end_inset
34716
34717 Documentation du paquetage LaTeX 
34718 \series bold
34719
34720 \begin_inset CommandInset href
34721 LatexCommand href
34722 name "sidecap"
34723 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34724
34725 \end_inset
34726
34727
34728 \series default
34729
34730 \begin_inset Index
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734 Paquetages LaTeX ! sidecap
34735 \end_layout
34736
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Bibliography
34743 \begin_inset CommandInset bibitem
34744 LatexCommand bibitem
34745 key "NewInLyX16"
34746
34747 \end_inset
34748
34749
34750 \begin_inset CommandInset href
34751 LatexCommand href
34752 name "Page Wiki"
34753 target "http://wiki.lyx.org/LyX/NewInLyX16"
34754
34755 \end_inset
34756
34757  au sujet des nouveautés de 
34758 \family sans
34759 LyX 1.6.0
34760 \family default
34761 .
34762 \end_layout
34763
34764 \begin_layout Standard
34765 \begin_inset CommandInset index_print
34766 LatexCommand printindex
34767
34768 \end_inset
34769
34770
34771 \end_layout
34772
34773 \begin_layout Standard
34774 \begin_inset FloatList figure
34775
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \begin_layout Standard
34782 \begin_inset FloatList table
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Standard
34790 \begin_inset ERT
34791 status open
34792
34793 \begin_layout Plain Layout
34794
34795
34796 \backslash
34797 listof{algorithm}{Liste des Algorithmes}
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \begin_inset Note Note
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807 voir la section
34808 \begin_inset space ~
34809 \end_inset
34810
34811
34812 \begin_inset CommandInset ref
34813 LatexCommand ref
34814 reference "sub:Flottant-d'Algorithme"
34815
34816 \end_inset
34817
34818  pour une description
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \end_layout
34825
34826 \end_body
34827 \end_document