]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: avoid some LaTeX warnings (a hyperref and a dcolumn issue)
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.6svn 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   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162
163 % use normal list environments also in French documents
164 \StandardLayout
165 \end_preamble
166 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
167 \use_default_options false
168 \language french
169 \inputencoding auto
170 \font_roman default
171 \font_sans default
172 \font_typewriter default
173 \font_default_family default
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100
177 \font_tt_scale 100
178
179 \graphics default
180 \paperfontsize 12
181 \spacing single
182 \use_hyperref true
183 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
184 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
185 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
186 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
187 \pdf_bookmarks true
188 \pdf_bookmarksnumbered true
189 \pdf_bookmarksopen true
190 \pdf_bookmarksopenlevel 1
191 \pdf_breaklinks false
192 \pdf_pdfborder false
193 \pdf_colorlinks true
194 \pdf_backref false
195 \pdf_pdfusetitle false
196 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
197 \papersize default
198 \use_geometry false
199 \use_amsmath 2
200 \use_esint 0
201 \cite_engine basic
202 \use_bibtopic false
203 \paperorientation portrait
204 \secnumdepth 3
205 \tocdepth 3
206 \paragraph_separation skip
207 \defskip medskip
208 \quotes_language french
209 \papercolumns 1
210 \papersides 2
211 \paperpagestyle default
212 \bullet 1 1 34 -1
213 \bullet 2 2 35 -1
214 \bullet 3 2 7 -1
215 \tracking_changes false
216 \output_changes false
217 \author "" 
218 \author "" 
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
225  les Boîtes et les Objets Externes de LyX
226 \end_layout
227
228 \begin_layout Author
229 par l'Équipe LyX
230 \begin_inset Foot
231 status collapsed
232
233 \begin_layout Plain Layout
234 \noindent
235 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
236  de la documentation de LyX: 
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 auteur original : Uwe Stöhr
256 \end_layout
257
258 \begin_layout Plain Layout
259 Traduction française : Siegfried Meunier-Guttin-Cluzel
260 \end_layout
261
262 \begin_layout Plain Layout
263 version 1.5.2 - novembre 2007
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \family sans
278 Version 1.6.x
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset CommandInset toc
283 LatexCommand tableofcontents
284
285 \end_inset
286
287
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset Note Note
292 status collapsed
293
294 \begin_layout Plain Layout
295 Si votre distribution LaTeX est un peu ancienne (TeXLive 2007 par exemple),
296  
297 \begin_inset Quotes fld
298 \end_inset
299
300 Visionner
301 \begin_inset Quotes frd
302 \end_inset
303
304  ou 
305 \begin_inset Quotes fld
306 \end_inset
307
308 Exporter
309 \begin_inset Quotes frd
310 \end_inset
311
312  en PDF ne fonctionnera pas du fait d'un conflit entre 
313 \family typewriter
314 varioref/hyperref
315 \family default
316  et le caractère 
317 \begin_inset Quotes fld
318 \end_inset
319
320 :
321 \begin_inset Quotes frd
322 \end_inset
323
324  apparaissant dans certaines étiquettes.
325  Pour résoudre ce problème, vous pouvez:
326 \end_layout
327
328 \begin_layout Itemize
329 soit désactiver 
330 \family typewriter
331 hyperref
332 \family default
333  dans le menu 
334 \family sans
335 Document\SpecialChar \menuseparator
336 Paramètres\SpecialChar \menuseparator
337 Propriété PDF
338 \family default
339 ;
340 \end_layout
341
342 \begin_layout Itemize
343 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
344 \begin_inset Newline newline
345 \end_inset
346
347
348 \series bold
349 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
350 \series default
351 ;
352 \end_layout
353
354 \begin_layout Itemize
355 soit mettre à jour votre distribution (en installant par exemple au moins
356  TeXLive 2008)
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset Note Note
363 status collapsed
364
365 \begin_layout Plain Layout
366 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
367  
368 \series bold
369 arydshln
370 \series default
371
372 \series bold
373 colortbl
374 \series default
375
376 \series bold
377 marginnote
378 \series default
379 , et 
380 \series bold
381 sidecap
382 \series default
383  doivent être installés.
384  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
385  les sections qui nécessitent les paquetages en question n'apparaîtront
386  pas sur la sortie.
387 \end_layout
388
389 \begin_layout Plain Layout
390 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
391 \begin_inset Newline newline
392 \end_inset
393
394
395 \series bold
396 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
397 \end_layout
398
399 \end_inset
400
401
402 \end_layout
403
404 \begin_layout Chapter
405 Figures
406 \begin_inset Index
407 status collapsed
408
409 \begin_layout Plain Layout
410 Figures
411 \end_layout
412
413 \end_inset
414
415
416 \begin_inset Index
417 status collapsed
418
419 \begin_layout Plain Layout
420 Graphiques|see
421 \begin_inset ERT
422 status collapsed
423
424 \begin_layout Plain Layout
425
426 {
427 \end_layout
428
429 \end_inset
430
431 Figures
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 }
438 \end_layout
439
440 \end_inset
441
442
443 \end_layout
444
445 \end_inset
446
447
448 \end_layout
449
450 \begin_layout Section
451 La fenêtre de dialogue Graphique
452 \begin_inset Index
453 status collapsed
454
455 \begin_layout Plain Layout
456 Figures ! Fenêtre de dialogue Graphique
457 \end_layout
458
459 \end_inset
460
461
462 \begin_inset CommandInset label
463 LatexCommand label
464 name "sec:Graphics-Dialog"
465
466 \end_inset
467
468
469 \end_layout
470
471 \begin_layout Standard
472 Pour placer une figure dans votre document, cliquez sur le bouton
473 \begin_inset Graphics
474         filename ../../images/dialog-show-new-inset_graphics.png
475         scale 85
476         scaleBeforeRotation
477
478 \end_inset
479
480  dans la barre d'outils, ou faites 
481 \family sans
482 Insérer\SpecialChar \menuseparator
483 Graphique
484 \family default
485 .
486  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
487  à charger.
488  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
489  dans le texte.
490 \end_layout
491
492 \begin_layout Standard
493 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
494  sur une image
495 \begin_inset Note Note
496 status collapsed
497
498 \begin_layout Plain Layout
499 Ça marche aussi avec le bouton gauche ! (NdT)
500 \end_layout
501
502 \end_inset
503
504 .
505  Cette fenêtre de dialogue possède trois onglets:
506 \end_layout
507
508 \begin_layout Description
509 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
510  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
511  Les unités de longueurs utilisées sont décrites dans l'appendice
512 \begin_inset space ~
513 \end_inset
514
515
516 \begin_inset CommandInset ref
517 LatexCommand ref
518 reference "cha:Unités-de-longueur"
519
520 \end_inset
521
522 .
523 \begin_inset Newline newline
524 \end_inset
525
526
527 \begin_inset Index
528 status collapsed
529
530 \begin_layout Plain Layout
531 Figures ! Pivotées
532 \end_layout
533
534 \end_inset
535
536 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
537  d'une montre, en donnant l'angle de rotation et la position du pivot.
538  L'image apparaîtra pivotée dans LyX.
539 \begin_inset Newline newline
540 \end_inset
541
542
543 \begin_inset Index
544 status collapsed
545
546 \begin_layout Plain Layout
547 Figures ! Redimensionnées
548 \end_layout
549
550 \end_inset
551
552 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
553  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
554  sa largeur.
555  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
556  déterminée automatiquement.
557  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
558  éventuellement une distorsion.
559  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
560  
561 \family sans
562 Conserver
563 \begin_inset space ~
564 \end_inset
565
566 les
567 \begin_inset space ~
568 \end_inset
569
570 proportions
571 \family default
572 .
573  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
574  pas les valeurs fixées.
575  
576 \begin_inset Newline newline
577 \end_inset
578
579 Les images peuvent être modifiée en utilisant le programme de votre choix
580  en faisant un clic droit dessus et en choisissant 
581 \family sans
582 Éditer le fichier ailleurs
583 \family default
584  dans le menu contextuel qui apparaît.
585  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
586  
587 \family sans
588 Formats
589 \begin_inset space ~
590 \end_inset
591
592 de
593 \begin_inset space ~
594 \end_inset
595
596 fichiers
597 \family default
598  dans la fenêtre de dialogue de 
599 \family sans
600 Préférences
601 \family default
602  de LyX.
603 \end_layout
604
605 \begin_layout Description
606 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
607  la sortie finale est de modifier les coordonnées de la zone de l'image
608  qui est affichée.
609  Cette zone peut être calculée automatiquement à partir des données présentes
610  dans le fichier en appuyant sur le bouton 
611 \family sans
612 Valeurs
613 \begin_inset space ~
614 \end_inset
615
616 du
617 \begin_inset space ~
618 \end_inset
619
620 Fichier
621 \family default
622 .
623  Avec l'option 
624 \family sans
625 Couper
626 \begin_inset space ~
627 \end_inset
628
629 à
630 \begin_inset space ~
631 \end_inset
632
633 la
634 \begin_inset space ~
635 \end_inset
636
637 boîte
638 \begin_inset space ~
639 \end_inset
640
641 de
642 \begin_inset space ~
643 \end_inset
644
645 délimitation, 
646 \family default
647 seule la portion de l'image qui est dans la zone définie sera imprimée.
648  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
649  donc vous pouvez ignorer l'onglet 
650 \family sans
651 Rogner
652 \family default
653 .
654 \end_layout
655
656 \begin_layout Description
657
658 \family sans
659 Options
660 \begin_inset space ~
661 \end_inset
662
663 LaTeX
664 \begin_inset space ~
665 \end_inset
666
667 et
668 \begin_inset space ~
669 \end_inset
670
671 LyX
672 \family default
673  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
674  les experts ès-LaTeX pourront fournir des options supplémentaires pour
675  LaTeX
676 \begin_inset Newline newline
677 \end_inset
678
679 L'option 
680 \family sans
681 Mode brouillon
682 \family default
683  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
684  avec la taille de l'image.
685 \begin_inset Newline newline
686 \end_inset
687
688 L'option 
689 \family sans
690 Ne
691 \begin_inset space ~
692 \end_inset
693
694 pas
695 \begin_inset space ~
696 \end_inset
697
698 décompresser
699 \begin_inset space ~
700 \end_inset
701
702 à
703 \begin_inset space ~
704 \end_inset
705
706 l'exportation
707 \family default
708  n'affectera que les graphiques EPS zippés, par exemple 
709 \family typewriter
710 x.eps.gz
711 \family default
712 .
713  Quand cette option est activée, les images ne sont pas décompressées à
714  l'exportation, vu que LaTeX peut les traiter telles-quelles
715 \begin_inset Newline newline
716 \end_inset
717
718 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
719  disques quand on utilise PostScript comme format de sortie, voir l'appendice
720 \begin_inset space ~
721 \end_inset
722
723
724 \begin_inset CommandInset ref
725 LatexCommand ref
726 reference "sec:PostScript"
727
728 \end_inset
729
730 .
731  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
732  terminal UNIX ou une console Windows:
733 \begin_inset Newline newline
734 \end_inset
735
736
737 \series bold
738 gzip x.eps
739 \series default
740
741 \begin_inset Newline newline
742 \end_inset
743
744
745 \series bold
746 zgrep %%Bounding x.eps.gz > x.eps.bb
747 \series default
748
749 \begin_inset Newline newline
750 \end_inset
751
752 La seconde commande va créer le fichier contenant la description de la boîte
753  de délimitation 
754 \begin_inset Quotes eld
755 \end_inset
756
757
758 \family typewriter
759 x.eps.bb
760 \family default
761
762 \begin_inset Quotes erd
763 \end_inset
764
765  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
766 \begin_inset Newline newline
767 \end_inset
768
769 Le champ 
770 \family sans
771 Initialiser
772 \begin_inset space ~
773 \end_inset
774
775 le
776 \begin_inset space ~
777 \end_inset
778
779 nom
780 \begin_inset space ~
781 \end_inset
782
783 du
784 \begin_inset space ~
785 \end_inset
786
787 groupe
788 \family default
789  vous permet de définir ou de choisir un groupe de paramètres d'image
790 \begin_inset Index
791 status collapsed
792
793 \begin_layout Plain Layout
794 Figures ! Groupes de paramétrisation
795 \end_layout
796
797 \end_inset
798
799 .
800  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
801  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
802  les autres soient automatiquement modifiées de la même manière.
803  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
804  avoir à modifier leur taille manuellement une par une.
805  On peut rattacher une image à un groupe existant en utilisant le menu contextue
806 l de l'image et en cochant le nom du groupe dans la liste
807 \begin_inset Foot
808 status collapsed
809
810 \begin_layout Plain Layout
811 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
812 \end_layout
813
814 \end_inset
815
816 .
817 \end_layout
818
819 \begin_layout Standard
820 \begin_inset VSpace bigskip
821 \end_inset
822
823
824 \end_layout
825
826 \begin_layout Standard
827 Voici un exemple d'image au format EPS
828 \begin_inset Foot
829 status collapsed
830
831 \begin_layout Plain Layout
832 Les format d'images sont décrits dans la section
833 \begin_inset space ~
834 \end_inset
835
836
837 \begin_inset CommandInset ref
838 LatexCommand ref
839 reference "sec:Image-Formats"
840
841 \end_inset
842
843 .
844 \end_layout
845
846 \end_inset
847
848  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
849 nt:
850 \end_layout
851
852 \begin_layout Standard
853 \align center
854 \begin_inset Graphics
855         filename ../clipart/mobius.eps
856         scale 70
857         scaleBeforeRotation
858         rotateOrigin center
859
860 \end_inset
861
862
863 \end_layout
864
865 \begin_layout Standard
866 Et voici la même image mais en mode brouillon:
867 \end_layout
868
869 \begin_layout Standard
870 \align center
871 \begin_inset Graphics
872         filename ../clipart/mobius.eps
873         scale 70
874         draft
875         scaleBeforeRotation
876         rotateOrigin center
877
878 \end_inset
879
880
881 \end_layout
882
883 \begin_layout Section
884 Figures Flottantes
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "sec:Figure-Floats"
888
889 \end_inset
890
891
892 \begin_inset Index
893 status collapsed
894
895 \begin_layout Plain Layout
896 Flottants ! Figures
897 \end_layout
898
899 \end_inset
900
901
902 \begin_inset Index
903 status collapsed
904
905 \begin_layout Plain Layout
906 Figures ! Flottants
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Standard
915 Pour des explications d'ordre général concernant les flottants, jetez un
916  coup d'œil à la section
917 \begin_inset space ~
918 \end_inset
919
920
921 \begin_inset CommandInset ref
922 LatexCommand ref
923 reference "sec:Flottants-Introduction"
924
925 \end_inset
926
927 .
928 \end_layout
929
930 \begin_layout Standard
931 Le bouton 
932 \begin_inset Graphics
933         filename ../../images/float-insert_figure.png
934         scale 85
935         scaleBeforeRotation
936
937 \end_inset
938
939  de la barre d'outils et le menu 
940 \family sans
941 Insérer\SpecialChar \menuseparator
942 Flottant\SpecialChar \menuseparator
943 Figure
944 \family default
945  insèrent un flottant avec l'étiquette 
946 \begin_inset Quotes eld
947 \end_inset
948
949
950 \series bold
951 Figure
952 \begin_inset space ~
953 \end_inset
954
955 #:
956 \series default
957
958 \begin_inset Quotes erd
959 \end_inset
960
961  (# est le numéro réel de l'image).
962  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
963 \begin_inset space ~
964 \end_inset
965
966
967 \begin_inset CommandInset ref
968 LatexCommand ref
969 reference "fig:kill-plat"
970
971 \end_inset
972
973  ou en dessous de la légende comme pour la Figure
974 \begin_inset space ~
975 \end_inset
976
977
978 \begin_inset CommandInset ref
979 LatexCommand ref
980 reference "fig:escher"
981
982 \end_inset
983
984 .
985  Vous trouverez plus d'information sur le positionnement des légendes dans
986  la section
987 \begin_inset space ~
988 \end_inset
989
990
991 \begin_inset CommandInset ref
992 LatexCommand ref
993 reference "sec:Placement-légende"
994
995 \end_inset
996
997 .
998 \end_layout
999
1000 \begin_layout Standard
1001 \begin_inset Float figure
1002 wide false
1003 sideways false
1004 status open
1005
1006 \begin_layout Plain Layout
1007 \align center
1008 \begin_inset Graphics
1009         filename ../clipart/platypus.eps
1010         width 50col%
1011         scaleBeforeRotation
1012         rotateOrigin center
1013
1014 \end_inset
1015
1016
1017 \end_layout
1018
1019 \begin_layout Plain Layout
1020 \begin_inset Caption
1021
1022 \begin_layout Plain Layout
1023 \begin_inset CommandInset label
1024 LatexCommand label
1025 name "fig:kill-plat"
1026
1027 \end_inset
1028
1029 Un ornithorynque sévèrement déformé dans un flottant de figure.
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \end_layout
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Standard
1043 \begin_inset Float figure
1044 wide false
1045 sideways false
1046 status open
1047
1048 \begin_layout Plain Layout
1049 \begin_inset Caption
1050
1051 \begin_layout Plain Layout
1052 \begin_inset CommandInset label
1053 LatexCommand label
1054 name "fig:escher"
1055
1056 \end_inset
1057
1058 M.C.
1059  Escher sous LSD.
1060 \end_layout
1061
1062 \end_inset
1063
1064
1065 \end_layout
1066
1067 \begin_layout Plain Layout
1068 \align center
1069 \begin_inset Graphics
1070         filename ../clipart/escher-lsd.eps
1071         scale 80
1072         scaleBeforeRotation
1073         rotateOrigin center
1074
1075 \end_inset
1076
1077
1078 \end_layout
1079
1080 \end_inset
1081
1082
1083 \end_layout
1084
1085 \begin_layout Standard
1086 \begin_inset Index
1087 status collapsed
1088
1089 \begin_layout Plain Layout
1090 References@Références ! à des Figures
1091 \end_layout
1092
1093 \end_inset
1094
1095 Les figure
1096 \begin_inset space ~
1097 \end_inset
1098
1099
1100 \begin_inset CommandInset ref
1101 LatexCommand ref
1102 reference "fig:kill-plat"
1103
1104 \end_inset
1105
1106  et 
1107 \begin_inset CommandInset ref
1108 LatexCommand ref
1109 reference "fig:escher"
1110
1111 \end_inset
1112
1113  sont des exemples de figures référencées.
1114  Dans le texte, on fait référence à une figure en faisant référence à sa
1115  légende.
1116  On insère donc une étiquette dans la légende en utilisant le menu 
1117 \family sans
1118 Insérer
1119 \family default
1120 \SpecialChar \menuseparator
1121
1122 \family sans
1123 Étiquette
1124 \family default
1125  ou le bouton 
1126 \begin_inset Graphics
1127         filename ../../images/label-insert.png
1128         scale 85
1129         scaleBeforeRotation
1130
1131 \end_inset
1132
1133  de la barre d'outils.
1134  On peut alors faire référence à cette étiquette en utilisant le menu 
1135 \family sans
1136 Insérer\SpecialChar \menuseparator
1137 Référence
1138 \begin_inset space ~
1139 \end_inset
1140
1141 croisée
1142 \family default
1143  ou le bouton 
1144 \begin_inset Graphics
1145         filename ../../images/dialog-show-new-inset_ref.png
1146         scale 85
1147         scaleBeforeRotation
1148
1149 \end_inset
1150
1151  de la barre d'outils.
1152  Il est important d'utiliser des références pour les flottants de figures
1153  plutôt que des locutions vagues du genre 
1154 \begin_inset Quotes eld
1155 \end_inset
1156
1157 la figure ci-dessous
1158 \begin_inset Quotes erd
1159 \end_inset
1160
1161 , puisque LaTeX va repositionner la figure dans le document final.
1162  Votre figure risque de ne plus être ci-dessous du tout !
1163 \begin_inset Newline newline
1164 \end_inset
1165
1166 Le référencement est expliqué plus en détail dans la section
1167 \begin_inset space ~
1168 \end_inset
1169
1170
1171 \begin_inset CommandInset ref
1172 LatexCommand ref
1173 reference "sec:Referencer-les-Flottants"
1174
1175 \end_inset
1176
1177 .
1178 \end_layout
1179
1180 \begin_layout Standard
1181 En principe on met une seule figure dans un flottant, mais parfois vous
1182  pouvez vouloir deux figures avec chacune sa sous-légende.
1183  C'est possible en insérant des flottants d'image dans des flottants d'image
1184  existants.
1185  Notez que seule la légende principale des flottants est reprise dans la
1186  liste des figures.
1187  La figure
1188 \begin_inset space ~
1189 \end_inset
1190
1191
1192 \begin_inset CommandInset ref
1193 LatexCommand ref
1194 reference "fig:Deux-images-déformées"
1195
1196 \end_inset
1197
1198  est un exemple de flottant de figure avec deux images mises l'une à côté
1199  de l'autre.
1200  Vous pouvez aussi mettre les images les unes sous les autres.
1201  Les figures
1202 \begin_inset space ~
1203 \end_inset
1204
1205
1206 \begin_inset CommandInset ref
1207 LatexCommand ref
1208 reference "fig:Structure-indéfinissable"
1209
1210 \end_inset
1211
1212  et 
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "fig:Un-ornithorynque"
1216
1217 \end_inset
1218
1219  sont des sous-figures.
1220 \end_layout
1221
1222 \begin_layout Standard
1223 \begin_inset Float figure
1224 wide false
1225 sideways false
1226 status open
1227
1228 \begin_layout Plain Layout
1229 \begin_inset space \hfill{}
1230 \end_inset
1231
1232
1233 \begin_inset Float figure
1234 wide false
1235 sideways false
1236 status open
1237
1238 \begin_layout Plain Layout
1239 \begin_inset Caption
1240
1241 \begin_layout Plain Layout
1242 \begin_inset CommandInset label
1243 LatexCommand label
1244 name "fig:Structure-indéfinissable"
1245
1246 \end_inset
1247
1248 Structure indéfinissable
1249 \end_layout
1250
1251 \end_inset
1252
1253
1254 \end_layout
1255
1256 \begin_layout Plain Layout
1257 \begin_inset Graphics
1258         filename ../clipart/escher-lsd.eps
1259         width 45col%
1260         scaleBeforeRotation
1261         groupId Déformés
1262
1263 \end_inset
1264
1265
1266 \end_layout
1267
1268 \end_inset
1269
1270
1271 \begin_inset space \hfill{}
1272 \end_inset
1273
1274
1275 \begin_inset Float figure
1276 wide false
1277 sideways false
1278 status open
1279
1280 \begin_layout Plain Layout
1281 \begin_inset Caption
1282
1283 \begin_layout Plain Layout
1284 \begin_inset CommandInset label
1285 LatexCommand label
1286 name "fig:Un-ornithorynque"
1287
1288 \end_inset
1289
1290 Un ornithorynque
1291 \end_layout
1292
1293 \end_inset
1294
1295
1296 \end_layout
1297
1298 \begin_layout Plain Layout
1299 \begin_inset Graphics
1300         filename ../clipart/platypus.eps
1301         width 45col%
1302         scaleBeforeRotation
1303         groupId Déformés
1304
1305 \end_inset
1306
1307
1308 \end_layout
1309
1310 \end_inset
1311
1312
1313 \begin_inset space \hfill{}
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \begin_layout Plain Layout
1320 \begin_inset Caption
1321
1322 \begin_layout Plain Layout
1323 \begin_inset CommandInset label
1324 LatexCommand label
1325 name "fig:Deux-images-déformées"
1326
1327 \end_inset
1328
1329 Deux images déformées.
1330  Les deux images font partie du groupe de paramétrisation 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334 déformés
1335 \begin_inset Quotes erd
1336 \end_inset
1337
1338 .
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \end_layout
1345
1346 \end_inset
1347
1348
1349 \end_layout
1350
1351 \begin_layout Section
1352 Les Formats d'images
1353 \begin_inset CommandInset label
1354 LatexCommand label
1355 name "sec:Image-Formats"
1356
1357 \end_inset
1358
1359
1360 \begin_inset Index
1361 status collapsed
1362
1363 \begin_layout Plain Layout
1364 Formats d' images
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \begin_inset Index
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374 Figures ! Formats d'images
1375 \end_layout
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \begin_layout Standard
1383 Vous pouvez insérer des images dans n'importe quel format connu.
1384  Mais, comme nous l'avons expliqué dans l'appendice
1385 \begin_inset space ~
1386 \end_inset
1387
1388
1389 \begin_inset CommandInset ref
1390 LatexCommand ref
1391 reference "cha:Formats-fichiers-graphiques"
1392
1393 \end_inset
1394
1395 ,
1396 \lang english
1397  
1398 \lang french
1399 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1400  de formats d'images.
1401  Pour s'en sortir LyX utilise le programme 
1402 \family typewriter
1403 ImageMagick
1404 \family default
1405  en arrière plan pour convertir les formats que vous utilisez dans un des
1406  formats acceptés par le format de sortie.
1407  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1408 ons en n'utilisant que les formats listés dans les sous sections de
1409 \lang english
1410  
1411 \lang french
1412 l'appendice
1413 \begin_inset space ~
1414 \end_inset
1415
1416
1417 \begin_inset CommandInset ref
1418 LatexCommand ref
1419 reference "cha:Formats-fichiers-graphiques"
1420
1421 \end_inset
1422
1423 .
1424 \end_layout
1425
1426 \begin_layout Standard
1427 Comme pour les polices de caractères, il y a deux grands types de formats
1428  d'images:
1429 \end_layout
1430
1431 \begin_layout Description
1432 Les
1433 \begin_inset space ~
1434 \end_inset
1435
1436 images
1437 \begin_inset space ~
1438 \end_inset
1439
1440 Matricielles
1441 \begin_inset space ~
1442 \end_inset
1443
1444 (ou
1445 \begin_inset space ~
1446 \end_inset
1447
1448 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1449  enregistrés sous un format compressé.
1450  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1451  petits carrés quand on utilise des agrandissements trop importants (aspect
1452  
1453 \begin_inset Quotes eld
1454 \end_inset
1455
1456 pixellisé
1457 \begin_inset Quotes erd
1458 \end_inset
1459
1460 ).
1461  Les formats matriciels les plus connus sont le GIF (
1462 \begin_inset Quotes eld
1463 \end_inset
1464
1465 Graphics Interchange Format
1466 \begin_inset Quotes erd
1467 \end_inset
1468
1469 , avec comme extension de fichier 
1470 \begin_inset Quotes eld
1471 \end_inset
1472
1473
1474 \family typewriter
1475 .gif
1476 \family default
1477
1478 \begin_inset Quotes erd
1479 \end_inset
1480
1481 )
1482 \begin_inset Index
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486 GIF|see
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 {
1493 \end_layout
1494
1495 \end_inset
1496
1497 Format d'image
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 }
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512
1513 , le PNG (
1514 \begin_inset Quotes eld
1515 \end_inset
1516
1517 Portable Network Graphics, extension 
1518 \begin_inset Quotes eld
1519 \end_inset
1520
1521
1522 \family typewriter
1523 .png
1524 \family default
1525
1526 \begin_inset Quotes erd
1527 \end_inset
1528
1529 )
1530 \begin_inset Index
1531 status collapsed
1532
1533 \begin_layout Plain Layout
1534 PNG|see
1535 \begin_inset ERT
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539
1540 {
1541 \end_layout
1542
1543 \end_inset
1544
1545 Formats d'image
1546 \begin_inset ERT
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550
1551 }
1552 \end_layout
1553
1554 \end_inset
1555
1556
1557 \end_layout
1558
1559 \end_inset
1560
1561  et le JPG (
1562 \begin_inset Quotes eld
1563 \end_inset
1564
1565 Joint Photographic Expert Group, extension 
1566 \begin_inset Quotes eld
1567 \end_inset
1568
1569
1570 \family typewriter
1571 .jpg
1572 \family default
1573
1574 \begin_inset Quotes erd
1575 \end_inset
1576
1577  ou 
1578 \begin_inset Quotes eld
1579 \end_inset
1580
1581
1582 \family typewriter
1583 .jpeg
1584 \family default
1585
1586 \begin_inset Quotes erd
1587 \end_inset
1588
1589 )
1590 \begin_inset Index
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 JPG|see
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 {
1601 \end_layout
1602
1603 \end_inset
1604
1605 Formats d'image
1606 \begin_inset ERT
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610
1611 }
1612 \end_layout
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \end_inset
1620
1621 .
1622 \end_layout
1623
1624 \begin_layout Description
1625 Les
1626 \begin_inset space ~
1627 \end_inset
1628
1629 images
1630 \begin_inset space ~
1631 \end_inset
1632
1633 Vectorielles
1634 \begin_inset space ~
1635 \end_inset
1636
1637 (ou
1638 \begin_inset space ~
1639 \end_inset
1640
1641 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1642  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1643 nnée comme on le veut sans perte de précision.
1644  La possibilité de redimensionner les images est très utilisé pour les présentat
1645 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1646 nnement.
1647  Le redimensionnement permet aussi de présenter des documents en ligne où
1648  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1649  étudier les détails.
1650 \begin_inset Newline newline
1651 \end_inset
1652
1653 Les principaux formats vectoriels sont le SVG (
1654 \begin_inset Quotes eld
1655 \end_inset
1656
1657 Scalable Vector Graphics
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 , extension
1662 \begin_inset Quotes eld
1663 \end_inset
1664
1665
1666 \family typewriter
1667 .svg
1668 \family default
1669
1670 \begin_inset Quotes erd
1671 \end_inset
1672
1673 )
1674 \begin_inset Index
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678 SVG|see
1679 \begin_inset ERT
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683
1684 {
1685 \end_layout
1686
1687 \end_inset
1688
1689 Format d'image
1690 \begin_inset ERT
1691 status collapsed
1692
1693 \begin_layout Plain Layout
1694
1695 }
1696 \end_layout
1697
1698 \end_inset
1699
1700
1701 \end_layout
1702
1703 \end_inset
1704
1705 , l'EPS ( 
1706 \begin_inset Quotes eld
1707 \end_inset
1708
1709 encapsulated PostScript
1710 \begin_inset Quotes erd
1711 \end_inset
1712
1713 , extension
1714 \begin_inset Quotes eld
1715 \end_inset
1716
1717
1718 \family typewriter
1719 .eps
1720 \family default
1721
1722 \begin_inset Quotes erd
1723 \end_inset
1724
1725 )
1726 \begin_inset Index
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 EPS|see
1731 \begin_inset ERT
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735
1736 {
1737 \end_layout
1738
1739 \end_inset
1740
1741 Format d'image
1742 \begin_inset ERT
1743 status collapsed
1744
1745 \begin_layout Plain Layout
1746
1747 }
1748 \end_layout
1749
1750 \end_inset
1751
1752
1753 \end_layout
1754
1755 \end_inset
1756
1757 , le PDF (
1758 \begin_inset Quotes eld
1759 \end_inset
1760
1761 Portable Document Format
1762 \begin_inset Quotes erd
1763 \end_inset
1764
1765 , extension
1766 \begin_inset Quotes eld
1767 \end_inset
1768
1769
1770 \family typewriter
1771 .pdf
1772 \family default
1773
1774 \begin_inset Quotes erd
1775 \end_inset
1776
1777 )
1778 \begin_inset Index
1779 status collapsed
1780
1781 \begin_layout Plain Layout
1782 PDF|see
1783 \begin_inset ERT
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787
1788 {
1789 \end_layout
1790
1791 \end_inset
1792
1793 Format d'image
1794 \begin_inset ERT
1795 status collapsed
1796
1797 \begin_layout Plain Layout
1798
1799 }
1800 \end_layout
1801
1802 \end_inset
1803
1804
1805 \end_layout
1806
1807 \end_inset
1808
1809  et le WMF (
1810 \begin_inset Quotes eld
1811 \end_inset
1812
1813 Windows Metafile
1814 \begin_inset Quotes erd
1815 \end_inset
1816
1817 , extension 
1818 \begin_inset Quotes eld
1819 \end_inset
1820
1821
1822 \family typewriter
1823 .wfm
1824 \family default
1825
1826 \begin_inset Quotes erd
1827 \end_inset
1828
1829  ou 
1830 \begin_inset Quotes eld
1831 \end_inset
1832
1833
1834 \family typewriter
1835 .emf
1836 \family default
1837
1838 \begin_inset Quotes erd
1839 \end_inset
1840
1841 )
1842 \begin_inset Index
1843 status collapsed
1844
1845 \begin_layout Plain Layout
1846 WMF|see
1847 \begin_inset ERT
1848 status collapsed
1849
1850 \begin_layout Plain Layout
1851
1852 {
1853 \end_layout
1854
1855 \end_inset
1856
1857 Formats d'images
1858 \begin_inset ERT
1859 status collapsed
1860
1861 \begin_layout Plain Layout
1862
1863 }
1864 \end_layout
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \end_inset
1872
1873 .
1874  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1875  en EPS, mais le résultat ne sera pas redimensionnable.
1876  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1877 \begin_inset Foot
1878 status open
1879
1880 \begin_layout Plain Layout
1881 Dans le cas du PDF l'image initiale est aussi compressée.
1882 \end_layout
1883
1884 \end_inset
1885
1886 .
1887 \end_layout
1888
1889 \begin_layout Standard
1890 Les fichiers PDF générés par 
1891 \family typewriter
1892 Adobe Photoshop
1893 \family default
1894 , par exemple, sont des images matricielles.
1895 \end_layout
1896
1897 \begin_layout Standard
1898 En principe il est quasiment impossible de convertir une image matricielle
1899  en graphique vectoriel, seul le contraire est possible.
1900
1901 \lang english
1902  
1903 \lang french
1904 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1905  dans respectivement un fichier de sortie PDF ou PostScript.
1906  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1907  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1908  WMF/SVG
1909 \begin_inset Formula $\to$
1910 \end_inset
1911
1912 PDF/EPS convenables.
1913 \end_layout
1914
1915 \begin_layout Chapter
1916 Tableaux
1917 \begin_inset Index
1918 status collapsed
1919
1920 \begin_layout Plain Layout
1921 Tableau
1922 \end_layout
1923
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \begin_layout Section
1930 Introduction
1931 \begin_inset Index
1932 status collapsed
1933
1934 \begin_layout Plain Layout
1935 Tableau ! Introduction
1936 \end_layout
1937
1938 \end_inset
1939
1940
1941 \end_layout
1942
1943 \begin_layout Standard
1944 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1945  
1946 \begin_inset Graphics
1947         filename ../../images/tabular-insert.png
1948         scale 85
1949         scaleBeforeRotation
1950
1951 \end_inset
1952
1953  soit 
1954 \family sans
1955 Insérer\SpecialChar \menuseparator
1956 Tableau
1957 \family default
1958 .
1959  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1960  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1961  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1962  sur un bouton de la souris pour valider votre choix.
1963  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1964  vous demandant le nombre de lignes et de colonnes.
1965 \begin_inset Newline newline
1966 \end_inset
1967
1968 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1969  une à droite de la colonne la plus à droite et une en bas de la rangée
1970  du bas, qui forment une boîte autour du tableau.
1971  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1972  apparaît séparée du reste du tableau.
1973  Voici un exemple :
1974 \end_layout
1975
1976 \begin_layout Standard
1977 \align center
1978 \begin_inset Tabular
1979 <lyxtabular version="3" rows="4" columns="4">
1980 <features>
1981 <column alignment="center" valignment="top" width="0">
1982 <column alignment="center" valignment="top" width="0">
1983 <column alignment="center" valignment="top" width="0">
1984 <column alignment="center" valignment="top" width="0">
1985 <row>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999 1
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2005 \begin_inset Text
2006
2007 \begin_layout Plain Layout
2008 2
2009 \end_layout
2010
2011 \end_inset
2012 </cell>
2013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2014 \begin_inset Text
2015
2016 \begin_layout Plain Layout
2017 3
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 </row>
2023 <row>
2024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028 A
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037
2038 \end_layout
2039
2040 \end_inset
2041 </cell>
2042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2043 \begin_inset Text
2044
2045 \begin_layout Plain Layout
2046
2047 \end_layout
2048
2049 \end_inset
2050 </cell>
2051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2052 \begin_inset Text
2053
2054 \begin_layout Plain Layout
2055
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 </row>
2061 <row>
2062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066 B
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2081 \begin_inset Text
2082
2083 \begin_layout Plain Layout
2084
2085 \end_layout
2086
2087 \end_inset
2088 </cell>
2089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2090 \begin_inset Text
2091
2092 \begin_layout Plain Layout
2093
2094 \end_layout
2095
2096 \end_inset
2097 </cell>
2098 </row>
2099 <row>
2100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2101 \begin_inset Text
2102
2103 \begin_layout Plain Layout
2104 C
2105 \end_layout
2106
2107 \end_inset
2108 </cell>
2109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2110 \begin_inset Text
2111
2112 \begin_layout Plain Layout
2113
2114 \end_layout
2115
2116 \end_inset
2117 </cell>
2118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2119 \begin_inset Text
2120
2121 \begin_layout Plain Layout
2122
2123 \end_layout
2124
2125 \end_inset
2126 </cell>
2127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2128 \begin_inset Text
2129
2130 \begin_layout Plain Layout
2131
2132 \end_layout
2133
2134 \end_inset
2135 </cell>
2136 </row>
2137 </lyxtabular>
2138
2139 \end_inset
2140
2141
2142 \end_layout
2143
2144 \begin_layout Section
2145 La fenêtre 
2146 \family sans
2147 Tableau
2148 \family default
2149
2150 \begin_inset Index
2151 status collapsed
2152
2153 \begin_layout Plain Layout
2154 Tableau ! Fenêtre de dialogue
2155 \end_layout
2156
2157 \end_inset
2158
2159
2160 \end_layout
2161
2162 \begin_layout Standard
2163 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2164  de la souris, ce qui fait apparaître une fenêtre avec des options.
2165  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2166  la colonne et la ligne dans laquelle le curseur se trouve.
2167  La plupart des options peuvent s'appliquer à des sélections.
2168  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2169  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2170  votre sélection.
2171  Notez qu'il y a une différence entre sélectionner le 
2172 \emph on
2173 contenu 
2174 \emph default
2175 d'une cellule et sélectionner la cellule elle-même.
2176  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2177  tableaux :
2178 \end_layout
2179
2180 \begin_layout Description
2181 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2182  la largeur de la colonne courante.
2183  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2184  vertical de la ligne courante.
2185  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2186  et donc, plusieurs paragraphes de texte, voir la section
2187 \begin_inset space ~
2188 \end_inset
2189
2190
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "sub:Lignes-multiple-dans-cellule"
2194
2195 \end_inset
2196
2197 .
2198  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2199  pour accommoder le contenu de cellule le plus large.
2200 \begin_inset Newline newline
2201 \end_inset
2202
2203 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2204  un multicolonne, voir la section
2205 \begin_inset space ~
2206 \end_inset
2207
2208
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "sub:Multicolonnes"
2212
2213 \end_inset
2214
2215 .
2216 \begin_inset Newline newline
2217 \end_inset
2218
2219 L'option 
2220 \family sans
2221 Tourner
2222 \begin_inset space ~
2223 \end_inset
2224
2225 la
2226 \begin_inset space ~
2227 \end_inset
2228
2229 case
2230 \begin_inset space ~
2231 \end_inset
2232
2233 de
2234 \begin_inset space ~
2235 \end_inset
2236
2237 90°
2238 \family default
2239  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2240  L'option 
2241 \family sans
2242 Tourner
2243 \begin_inset space ~
2244 \end_inset
2245
2246 le
2247 \begin_inset space ~
2248 \end_inset
2249
2250 tableau
2251 \begin_inset space ~
2252 \end_inset
2253
2254 de
2255 \begin_inset space ~
2256 \end_inset
2257
2258 90°
2259 \family default
2260  fait pivoter tout le tableau.
2261  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2262  la sortie finale.
2263 \begin_inset Newline newline
2264 \end_inset
2265
2266
2267 \begin_inset Note Greyedout
2268 status open
2269
2270 \begin_layout Plain Layout
2271
2272 \series bold
2273 Note:
2274 \series default
2275  La plupart des visualiseurs DVI ne sont 
2276 \emph on
2277 pas
2278 \emph default
2279  capables d'afficher ces rotations.
2280 \end_layout
2281
2282 \end_inset
2283
2284
2285 \lang english
2286
2287 \begin_inset Newline newline
2288 \end_inset
2289
2290
2291 \lang french
2292 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2293  spéciales pour le tableau, voir les sections
2294 \begin_inset space ~
2295 \end_inset
2296
2297
2298 \begin_inset CommandInset ref
2299 LatexCommand ref
2300 reference "sub:Calculs-multicolonnes"
2301
2302 \end_inset
2303
2304  et 
2305 \begin_inset CommandInset ref
2306 LatexCommand ref
2307 reference "sec:Tableaux-Colorés"
2308
2309 \end_inset
2310
2311 .
2312 \end_layout
2313
2314 \begin_layout Description
2315
2316 \family sans
2317 Bordures
2318 \family default
2319  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2320  ou la colonne courante.
2321  
2322 \begin_inset Newline newline
2323 \end_inset
2324
2325 En utilisant le style 
2326 \family sans
2327 Formel
2328 \family default
2329  à la place du style par 
2330 \family sans
2331 Défaut
2332 \family default
2333 , on va convertir le tableau en tableau formel comme on le décrit dans la
2334  section
2335 \begin_inset space ~
2336 \end_inset
2337
2338
2339 \begin_inset CommandInset ref
2340 LatexCommand ref
2341 reference "sec:Tableaux-Formels"
2342
2343 \end_inset
2344
2345 .
2346 \begin_inset Newline newline
2347 \end_inset
2348
2349 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2350  dans les lignes du tableau comme c'est décrit dans la section
2351 \begin_inset space ~
2352 \end_inset
2353
2354
2355 \begin_inset CommandInset ref
2356 LatexCommand ref
2357 reference "sub:Espacement-lignes"
2358
2359 \end_inset
2360
2361 .
2362 \end_layout
2363
2364 \begin_layout Description
2365 Tableau
2366 \begin_inset space ~
2367 \end_inset
2368
2369 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2370  un 
2371 \begin_inset Quotes eld
2372 \end_inset
2373
2374
2375 \emph on
2376 tableau long
2377 \emph default
2378
2379 \begin_inset Quotes erd
2380 \end_inset
2381
2382  qui peut continuer sur plusieurs pages.
2383  Les sections
2384 \begin_inset space ~
2385 \end_inset
2386
2387
2388 \begin_inset CommandInset ref
2389 LatexCommand ref
2390 reference "sec:Tableaux-longs"
2391
2392 \end_inset
2393
2394  et 
2395 \begin_inset CommandInset ref
2396 LatexCommand ref
2397 reference "sec:Questions-sur-tableaux-longs"
2398
2399 \end_inset
2400
2401  décrivent ces tableaux longs plus en détail.
2402 \end_layout
2403
2404 \begin_layout Standard
2405 Quand la barre d'outils tableau est activée, vous pouvez déplacer le curseur
2406  de cellule en cellule avec les touches de déplacement et voir s'afficher
2407  les propriétés de la cellule courante dans la fenêtre de dialogue.
2408 \end_layout
2409
2410 \begin_layout Section
2411 La barre d'outils tableau
2412 \begin_inset Index
2413 status collapsed
2414
2415 \begin_layout Plain Layout
2416 Tableau ! Barre d'outils
2417 \end_layout
2418
2419 \end_inset
2420
2421
2422 \end_layout
2423
2424 \begin_layout Standard
2425 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2426  permet de modifier plus rapidement les tableaux.
2427  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2428  le curseur se trouve à l'intérieur d'un tableau.
2429  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2430  au menu 
2431 \family sans
2432 Visualiser\SpecialChar \menuseparator
2433 Barres
2434 \begin_inset space ~
2435 \end_inset
2436
2437 d'outils\SpecialChar \menuseparator
2438 Tableau
2439 \family default
2440 .
2441 \end_layout
2442
2443 \begin_layout Standard
2444 La barre d'outils contient les icônes suivantes :
2445 \end_layout
2446
2447 \begin_layout Labeling
2448 \labelwidthstring 00.00.0000
2449 \begin_inset Graphics
2450         filename ../../images/tabular-feature_append-row.png
2451         scaleBeforeRotation
2452
2453 \end_inset
2454
2455  ajoute une ligne sous la cellule ou 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_append-column.png
2462         scaleBeforeRotation
2463
2464 \end_inset
2465
2466  ajoute une colonne à la droite de la cellule ou de la sélection courante
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471 \begin_inset Graphics
2472         filename ../../images/tabular-feature_delete-row.png
2473         scaleBeforeRotation
2474
2475 \end_inset
2476
2477  supprime la ligne ou la sélection courante
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Graphics
2483         filename ../../images/tabular-feature_delete-column.png
2484         scaleBeforeRotation
2485
2486 \end_inset
2487
2488  supprime la colonne ou la sélection courante
2489 \end_layout
2490
2491 \begin_layout Labeling
2492 \labelwidthstring 00.00.0000
2493 \begin_inset Graphics
2494         filename ../../images/tabular-feature_toggle-line-top.png
2495         scaleBeforeRotation
2496
2497 \end_inset
2498
2499  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2500  courante
2501 \end_layout
2502
2503 \begin_layout Labeling
2504 \labelwidthstring 00.00.0000
2505 \begin_inset Graphics
2506         filename ../../images/tabular-feature_toggle-line-bottom.png
2507         scaleBeforeRotation
2508
2509 \end_inset
2510
2511  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2512 \end_layout
2513
2514 \begin_layout Labeling
2515 \labelwidthstring 00.00.0000
2516 \begin_inset Graphics
2517         filename ../../images/tabular-feature_toggle-line-left.png
2518         scaleBeforeRotation
2519
2520 \end_inset
2521
2522  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2523 \begin_inset Note Note
2524 status collapsed
2525
2526 \begin_layout Plain Layout
2527 ou colonne ?
2528 \end_layout
2529
2530 \end_inset
2531
2532  ou de la sélection courante
2533 \end_layout
2534
2535 \begin_layout Labeling
2536 \labelwidthstring 00.00.0000
2537 \begin_inset Graphics
2538         filename ../../images/tabular-feature_toggle-line-right.png
2539         scaleBeforeRotation
2540
2541 \end_inset
2542
2543  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2544 \begin_inset Note Note
2545 status collapsed
2546
2547 \begin_layout Plain Layout
2548 ou colonne ?
2549 \end_layout
2550
2551 \end_inset
2552
2553  ou de la sélection courante
2554 \end_layout
2555
2556 \begin_layout Labeling
2557 \labelwidthstring 00.00.0000
2558 \begin_inset Graphics
2559         filename ../../images/tabular-feature_set-all-lines.png
2560         scaleBeforeRotation
2561
2562 \end_inset
2563
2564  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2565  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2566  colonne et la ligne courante
2567 \end_layout
2568
2569 \begin_layout Labeling
2570 \labelwidthstring 00.00.0000
2571 \begin_inset Graphics
2572         filename ../../images/tabular-feature_unset-all-lines.png
2573         scaleBeforeRotation
2574
2575 \end_inset
2576
2577  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2578  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2579  aussi la colonne et la ligne courante
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Graphics
2585         filename ../../images/tabular-feature_m-align-left.png
2586         scaleBeforeRotation
2587
2588 \end_inset
2589
2590  aligne à gauche le contenu de la cellule ou de la colonne courante
2591 \end_layout
2592
2593 \begin_layout Labeling
2594 \labelwidthstring 00.00.0000
2595 \begin_inset Graphics
2596         filename ../../images/tabular-feature_m-align-center.png
2597         scaleBeforeRotation
2598
2599 \end_inset
2600
2601  centre horizontalement le contenu de la cellule ou de la colonne courante
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Graphics
2607         filename ../../images/tabular-feature_m-align-right.png
2608         scaleBeforeRotation
2609
2610 \end_inset
2611
2612  aligne à droite le contenu de la cellule ou de la colonne courante
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Graphics
2618         filename ../../images/tabular-feature_m-valign-top.png
2619         scaleBeforeRotation
2620
2621 \end_inset
2622
2623  aligne le contenu de la cellule courante verticalement vers le haut
2624 \end_layout
2625
2626 \begin_layout Labeling
2627 \labelwidthstring 00.00.0000
2628 \begin_inset Graphics
2629         filename ../../images/tabular-feature_m-valign-middle.png
2630         scaleBeforeRotation
2631
2632 \end_inset
2633
2634  centre verticalement le contenu de la cellule courante
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639 \begin_inset Graphics
2640         filename ../../images/tabular-feature_m-valign-bottom.png
2641         scaleBeforeRotation
2642
2643 \end_inset
2644
2645  aligne le contenu de la cellule courante verticalement vers le bas
2646 \end_layout
2647
2648 \begin_layout Labeling
2649 \labelwidthstring 00.00.0000
2650 \begin_inset Graphics
2651         filename ../../images/tabular-feature_set-rotate-cell.png
2652         scaleBeforeRotation
2653
2654 \end_inset
2655
2656  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2657 re
2658 \end_layout
2659
2660 \begin_layout Labeling
2661 \labelwidthstring 00.00.0000
2662 \begin_inset Graphics
2663         filename ../../images/tabular-feature_set-rotate-tabular.png
2664         scaleBeforeRotation
2665
2666 \end_inset
2667
2668  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Graphics
2674         filename ../../images/tabular-feature_multicolumn.png
2675         scaleBeforeRotation
2676
2677 \end_inset
2678
2679  transforme en multi-colonne la cellule ou la sélection courante
2680 \end_layout
2681
2682 \begin_layout Standard
2683 \begin_inset Note Greyedout
2684 status open
2685
2686 \begin_layout Plain Layout
2687
2688 \series bold
2689 Note :
2690 \series default
2691  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2692  est utilisé pour toutes les autres cellules de la ligne.
2693 \end_layout
2694
2695 \end_inset
2696
2697
2698 \end_layout
2699
2700 \begin_layout Section
2701 Le Menu Éditer Tableau
2702 \begin_inset Index
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 Tableau ! Menu Éditer
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Standard
2715 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2716  
2717 \family sans
2718 Éditer\SpecialChar \menuseparator
2719 Tableau
2720 \family default
2721  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2722  ou de la ligne courante et aussi de transformer la sélection courante en
2723  multi-colonne.
2724  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2725 \end_layout
2726
2727 \begin_layout Section
2728 Flottant de Tableau
2729 \begin_inset CommandInset label
2730 LatexCommand label
2731 name "sec:Table-Floats"
2732
2733 \end_inset
2734
2735
2736 \begin_inset Index
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 Flottants ! Tableaux
2741 \end_layout
2742
2743 \end_inset
2744
2745
2746 \begin_inset Index
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 Tableau ! Flottants
2751 \end_layout
2752
2753 \end_inset
2754
2755
2756 \end_layout
2757
2758 \begin_layout Standard
2759 Pour des explications générales sur les flottants, jetez un œil à la section
2760 \begin_inset space ~
2761 \end_inset
2762
2763
2764 \begin_inset CommandInset ref
2765 LatexCommand ref
2766 reference "sec:Flottants-Introduction"
2767
2768 \end_inset
2769
2770 .
2771 \end_layout
2772
2773 \begin_layout Standard
2774 \begin_inset Float table
2775 placement h
2776 wide false
2777 sideways false
2778 status open
2779
2780 \begin_layout Plain Layout
2781 \begin_inset Caption
2782
2783 \begin_layout Plain Layout
2784 \begin_inset CommandInset label
2785 LatexCommand label
2786 name "tab:Flottant-de-tableau"
2787
2788 \end_inset
2789
2790 Un flottant de tableau.
2791 \end_layout
2792
2793 \end_inset
2794
2795
2796 \end_layout
2797
2798 \begin_layout Plain Layout
2799 \align center
2800 \begin_inset Tabular
2801 <lyxtabular version="3" rows="3" columns="3">
2802 <features>
2803 <column alignment="center" valignment="top" width="0pt">
2804 <column alignment="center" valignment="top" width="0pt">
2805 <column alignment="center" valignment="top" width="0pt">
2806 <row>
2807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2808 \begin_inset Text
2809
2810 \begin_layout Plain Layout
2811 1
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2817 \begin_inset Text
2818
2819 \begin_layout Plain Layout
2820 2
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829 3
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 </row>
2835 <row>
2836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 Jules
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Plain Layout
2849 Marie
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858 Jean
2859 \end_layout
2860
2861 \end_inset
2862 </cell>
2863 </row>
2864 <row>
2865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869 \begin_inset Formula $\int x^{2}dx$
2870 \end_inset
2871
2872
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881 \begin_inset Formula $\left[\begin{array}{cc}
2882 a & b\\
2883 c & d\end{array}\right]$
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 \begin_inset Formula $1+1=2$
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 </lyxtabular>
2905
2906 \end_inset
2907
2908
2909 \end_layout
2910
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \begin_layout Standard
2917 Les flottants de tableau sont insérés en utilisant le menu 
2918 \family sans
2919 Insérer\SpecialChar \menuseparator
2920 Flottant\SpecialChar \menuseparator
2921 Tableau
2922 \family default
2923  ou le bouton 
2924 \begin_inset Graphics
2925         filename ../../images/float-insert_table.png
2926         scale 85
2927         scaleBeforeRotation
2928
2929 \end_inset
2930
2931  de la barre d'outils.
2932 \end_layout
2933
2934 \begin_layout Standard
2935 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2936  qui a comme étiquette 
2937 \begin_inset Quotes eld
2938 \end_inset
2939
2940 Tableau
2941 \begin_inset space ~
2942 \end_inset
2943
2944 #:
2945 \begin_inset Quotes erd
2946 \end_inset
2947
2948  (où # est le numéro du tableau).
2949  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2950 \end_layout
2951
2952 \begin_layout Standard
2953 Le tableau
2954 \begin_inset space ~
2955 \end_inset
2956
2957
2958 \begin_inset CommandInset ref
2959 LatexCommand ref
2960 reference "tab:Flottant-de-tableau"
2961
2962 \end_inset
2963
2964  est un exemple de tableau dans un flottant de tableau.
2965 \end_layout
2966
2967 \begin_layout Standard
2968 On met habituellement la légende au dessus des tableaux, mais cette règle
2969  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2970  Cela signifie que si vous utilisez un document appartenant aux classes
2971  
2972 \family sans
2973 article
2974 \family default
2975
2976 \family sans
2977 book
2978 \family default
2979
2980 \family sans
2981 letter
2982 \family default
2983 , ou
2984 \family sans
2985  report
2986 \family default
2987  il n'y aura pas d'espace entre la légende et le tableau.
2988  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
2989  la commande de chargement du paquetage LaTeX 
2990 \series bold
2991 caption
2992 \series default
2993
2994 \begin_inset Index
2995 status collapsed
2996
2997 \begin_layout Plain Layout
2998 Paquetages LaTeX ! caption
2999 \end_layout
3000
3001 \end_inset
3002
3003  dans le préambule de votre document.
3004 \begin_inset Foot
3005 status open
3006
3007 \begin_layout Plain Layout
3008 Pour plus d'information voyez la section
3009 \begin_inset space ~
3010 \end_inset
3011
3012
3013 \begin_inset CommandInset ref
3014 LatexCommand ref
3015 reference "sec:Placement-légende"
3016
3017 \end_inset
3018
3019 .
3020 \end_layout
3021
3022 \end_inset
3023
3024 :
3025 \end_layout
3026
3027 \begin_layout Standard
3028
3029 \series bold
3030 tableposition=top
3031 \end_layout
3032
3033 \begin_layout Standard
3034 Le paquetage 
3035 \series bold
3036 caption
3037 \series default
3038 , qui est décrit dans la section
3039 \begin_inset space ~
3040 \end_inset
3041
3042
3043 \begin_inset CommandInset ref
3044 LatexCommand ref
3045 reference "sec:Formatage-légende"
3046
3047 \end_inset
3048
3049 , est utilisé pour ajuster le format des légendes.
3050 \end_layout
3051
3052 \begin_layout Standard
3053 Dans le texte, on fait référence à un tableau
3054 \begin_inset Index
3055 status collapsed
3056
3057 \begin_layout Plain Layout
3058 References@Références ! à des Tableaux
3059 \end_layout
3060
3061 \end_inset
3062
3063  en faisant référence à sa légende.
3064  On insère donc une étiquette dans la légende en utilisant le menu 
3065 \family sans
3066 Insérer
3067 \family default
3068 \SpecialChar \menuseparator
3069
3070 \family sans
3071 Étiquette
3072 \family default
3073  ou le bouton 
3074 \begin_inset Graphics
3075         filename ../../images/label-insert.png
3076         scale 85
3077         scaleBeforeRotation
3078
3079 \end_inset
3080
3081  de la barre d'outils.
3082  On peut alors faire référence à cette étiquette en utilisant le menu 
3083 \family sans
3084 Insérer\SpecialChar \menuseparator
3085 Référence
3086 \begin_inset space ~
3087 \end_inset
3088
3089 croisée
3090 \family default
3091  ou le bouton 
3092 \begin_inset Graphics
3093         filename ../../images/dialog-show-new-inset_ref.png
3094         scale 85
3095         scaleBeforeRotation
3096
3097 \end_inset
3098
3099  de la barre d'outils.
3100 \begin_inset Newline newline
3101 \end_inset
3102
3103 Les références croisées sont expliquées en détail dans la section
3104 \begin_inset space ~
3105 \end_inset
3106
3107
3108 \begin_inset CommandInset ref
3109 LatexCommand ref
3110 reference "sec:Referencer-les-Flottants"
3111
3112 \end_inset
3113
3114 .
3115 \end_layout
3116
3117 \begin_layout Section
3118 Tableaux Longs
3119 \begin_inset CommandInset label
3120 LatexCommand label
3121 name "sec:Tableaux-longs"
3122
3123 \end_inset
3124
3125
3126 \begin_inset Index
3127 status collapsed
3128
3129 \begin_layout Plain Layout
3130 Tableaux longs
3131 \end_layout
3132
3133 \end_inset
3134
3135
3136 \begin_inset Index
3137 status collapsed
3138
3139 \begin_layout Plain Layout
3140 Tableau ! Tableaux longs
3141 \end_layout
3142
3143 \end_inset
3144
3145
3146 \end_layout
3147
3148 \begin_layout Standard
3149 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3150  l'option 
3151 \family sans
3152 Utiliser
3153 \begin_inset space ~
3154 \end_inset
3155
3156 les
3157 \begin_inset space ~
3158 \end_inset
3159
3160 tableaux
3161 \begin_inset space ~
3162 \end_inset
3163
3164 longs
3165 \family default
3166  de l'onglet 
3167 \family sans
3168 Tableau
3169 \begin_inset space ~
3170 \end_inset
3171
3172 long
3173 \family default
3174  de la fenêtre 
3175 \family sans
3176 Paramètres
3177 \begin_inset space ~
3178 \end_inset
3179
3180 du
3181 \begin_inset space ~
3182 \end_inset
3183
3184 tableau
3185 \family default
3186  pour le répartir automatiquement sur plusieurs pages.
3187  En cochant cette option, vous activez les options suivantes:
3188 \end_layout
3189
3190 \begin_layout Description
3191 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3192  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3193  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3194  première page, si 
3195 \family sans
3196 Premier
3197 \begin_inset space ~
3198 \end_inset
3199
3200 en-tête
3201 \family default
3202  est défini.
3203  Ces lignes forment l'en-tête principal.
3204 \end_layout
3205
3206 \begin_layout Description
3207 Premier
3208 \begin_inset space ~
3209 \end_inset
3210
3211 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3212  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3213  d'en-tête utilisées pour la première page du tableau long.
3214 \end_layout
3215
3216 \begin_layout Description
3217 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3218  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3219  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3220  page si 
3221 \family sans
3222 Dernier
3223 \begin_inset space ~
3224 \end_inset
3225
3226 pied
3227 \family default
3228  est défini.
3229 \end_layout
3230
3231 \begin_layout Description
3232 Dernier
3233 \begin_inset space ~
3234 \end_inset
3235
3236 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3237  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3238  constituant le pied de la dernière page du tableau long.
3239 \end_layout
3240
3241 \begin_layout Description
3242 Légende La ligne courante 
3243 \lang english
3244 contains the table caption
3245 \lang french
3246 .
3247  La première ligne est transformée en une colonne unique et une légende
3248  
3249 \lang english
3250 is inserted
3251 \lang french
3252 .
3253  Vous trouverez d'autres explications sur les légendes pour les tableaux
3254  longs dans la section
3255 \begin_inset space ~
3256 \end_inset
3257
3258
3259 \begin_inset CommandInset ref
3260 LatexCommand ref
3261 reference "sub:Tableaux-longs-légende"
3262
3263 \end_inset
3264
3265 .
3266 \end_layout
3267
3268 \begin_layout Standard
3269 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3270  Voyez le tableau long qui suit pour voir comment ça marche :
3271 \end_layout
3272
3273 \begin_layout Standard
3274 \align center
3275 \begin_inset Tabular
3276 <lyxtabular version="3" rows="69" columns="3">
3277 <features islongtable="true">
3278 <column alignment="left" valignment="top" width="0cm">
3279 <column alignment="left" valignment="top" width="0pt">
3280 <column alignment="center" valignment="top" width="0pt">
3281 <row endfirsthead="true">
3282 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286
3287 \series bold
3288 Exemple d'annuaire téléphonique (ignorez les noms)
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 </row>
3312 <row endfirsthead="true">
3313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317
3318 \series bold
3319 NOM
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \series bold
3339 TEL.
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row endhead="true">
3346 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \series bold
3352 Exemple d'annuaire téléphonique
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 </row>
3376 <row endhead="true">
3377 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381
3382 \series bold
3383 NOM
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 TEL.
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row endfoot="true">
3410 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414  continue page suivante
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Annovi
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 Silvia
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 111
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row>
3470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 Bertoli
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 Stefano
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494 111
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Bozzi
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 Walter
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 111
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row>
3532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 Cachia
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 Maria
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 111
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \series bold
3569 Cachia
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 Maurizio
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 111
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 <row>
3594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \series bold
3600 Cinquemani
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 Giusi
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 111
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 </row>
3624 <row>
3625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629
3630 \series bold
3631 Colin
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 Bernard
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649 111
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 </row>
3655 <row>
3656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660
3661 \series bold
3662 Concli
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 Gianfranco
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 111
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \series bold
3693 Dal Bosco
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 Carolina
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711 111
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 <row>
3718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724 Dalpiaz
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 Annamaria
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 111
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 </row>
3748 <row>
3749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753
3754 \series bold
3755 Feliciello
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 Domenico
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773 111
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 </row>
3779 <row>
3780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784
3785 \series bold
3786 Focarelli
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 Paola
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804 111
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 </row>
3810 <row>
3811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815
3816 \series bold
3817 Galletti
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 Oreste
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835 111
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 </row>
3841 <row>
3842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846
3847 \series bold
3848 Gasparini
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 Franca
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 111
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \series bold
3879 Rizzardi
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Paola
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 111
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \series bold
3910 Lassini
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 Giancarlo
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928 111
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 <row>
3935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939
3940 \series bold
3941 Malfatti
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 Luciano
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 111
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 </row>
3965 <row>
3966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970
3971 \series bold
3972 Malfatti
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 Valeriano
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990 111
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 </row>
3996 <row>
3997 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001
4002 \series bold
4003 Meneguzzo
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 Roberto
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021 111
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 </row>
4027 <row>
4028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032
4033 \series bold
4034 Mezzadra
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 Roberto
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052 111
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 </row>
4058 <row>
4059 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063
4064 \series bold
4065 Pirpamer
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 Erich
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 111
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 </row>
4089 <row>
4090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094
4095 \series bold
4096 Pochiesa
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 Paolo
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114 111, 222
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 </row>
4120 <row>
4121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125
4126 \series bold
4127 Radina
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 Claudio
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 111
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 </row>
4151 <row>
4152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158 Stuffer
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Oskar
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 111
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 </row>
4182 <row>
4183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \series bold
4189 Tacchelli
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 Ugo
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207 111
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \series bold
4220 Tezzele
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 Margit
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 111
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 </row>
4244 <row>
4245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249
4250 \series bold
4251 Unterkalmsteiner
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 Frieda
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269 111
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \series bold
4282 Vieider
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 Hilde
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300 111
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 </row>
4306 <row>
4307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311
4312 \series bold
4313 Vigna
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 Jürgen
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 111
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 <row>
4338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342
4343 \series bold
4344 Weber
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 Maurizio
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 111
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373
4374 \series bold
4375 Winkler
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 Franz
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393 111
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 </row>
4399 <row>
4400 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404  
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433
4434 \series bold
4435 Annovi
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 Silvia
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 555
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 </row>
4459 <row>
4460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464
4465 \series bold
4466 Bertoli
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 Stefano
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 555
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 </row>
4490 <row>
4491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495
4496 \series bold
4497 Bozzi
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 Walter
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 555
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 </row>
4521 <row>
4522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526
4527 \series bold
4528 Cachia
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 Maria
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 555
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \series bold
4559 Cachia
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 Maurizio
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 555
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \series bold
4590 Cinquemani
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Giusi
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 555
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619
4620 \series bold
4621 Colin
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 Bernard
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 555
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 </row>
4645 <row>
4646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650
4651 \series bold
4652 Concli
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 Gianfranco
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 555
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 </row>
4676 <row>
4677 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681
4682 \series bold
4683 Dal Bosco
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 Carolina
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701 555
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 </row>
4707 <row>
4708 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712
4713 \series bold
4714 Dalpiaz
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 Annamaria
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732 555
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 </row>
4738 <row>
4739 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743
4744 \series bold
4745 Feliciello
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 Domenico
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763 555
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774
4775 \series bold
4776 Focarelli
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 Paola
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 555
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 </row>
4800 <row>
4801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805
4806 \series bold
4807 Galletti
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 Oreste
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825 555
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 </row>
4831 <row>
4832 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836
4837 \series bold
4838 Gasparini
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 Franca
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 555
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 </row>
4862 <row>
4863 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867
4868 \series bold
4869 Rizzardi
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 Paola
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 555
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 </row>
4893 <row>
4894 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898
4899 \series bold
4900 Lassini
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 Giancarlo
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918 555
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 </row>
4924 <row>
4925 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929
4930 \series bold
4931 Malfatti
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 Luciano
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949 555
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 </row>
4955 <row>
4956 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960
4961 \series bold
4962 Malfatti
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 Valeriano
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980 555
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 </row>
4986 <row>
4987 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991
4992 \series bold
4993 Meneguzzo
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 Roberto
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011 555
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 </row>
5017 <row>
5018 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022
5023 \series bold
5024 Mezzadra
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 Roberto
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 555
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \series bold
5055 Pirpamer
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 Erich
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 555
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 </row>
5079 <row>
5080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086 Pochiesa
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 Paolo
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 555, 222
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 </row>
5110 <row>
5111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115
5116 \series bold
5117 Radina
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 Claudio
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 555
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 </row>
5141 <row>
5142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \series bold
5148 Stuffer
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 Oskar
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166 555
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \series bold
5179 Tacchelli
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 Ugo
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197 555
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 </row>
5203 <row>
5204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208
5209 \series bold
5210 Tezzele
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 Margit
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 555
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239
5240 \series bold
5241 Unterkalmsteiner
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 Frieda
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 555
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 </row>
5265 <row>
5266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \series bold
5272 Vieider
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 Hilde
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 555
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 </row>
5296 <row>
5297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301
5302 \series bold
5303 Vigna
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 Jürgen
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 999
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row>
5328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332
5333 \series bold
5334 Weber
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 Maurizio
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352 555
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 </row>
5358 <row>
5359 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363
5364 \series bold
5365 Winkler
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 Franz
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 555
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 </row>
5389 <row endlastfoot="true">
5390 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 Fin
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 </lyxtabular>
5419
5420 \end_inset
5421
5422
5423 \begin_inset ERT
5424 status collapsed
5425
5426 \begin_layout Plain Layout
5427
5428
5429 \backslash
5430 addtocounter{table}{-1}
5431 \end_layout
5432
5433 \end_inset
5434
5435
5436 \begin_inset Note Note
5437 status collapsed
5438
5439 \begin_layout Plain Layout
5440 Voyez la première note grisée de la section
5441 \begin_inset space ~
5442 \end_inset
5443
5444
5445 \begin_inset CommandInset ref
5446 LatexCommand ref
5447 reference "sub:Tableaux-longs-légende"
5448
5449 \end_inset
5450
5451  pour une explication de cette commande.
5452 \end_layout
5453
5454 \end_inset
5455
5456
5457 \end_layout
5458
5459 \begin_layout Subsection
5460 Notes de Bas de Page dans les Tableaux Longs
5461 \begin_inset CommandInset label
5462 LatexCommand label
5463 name "sub:Notes-dans-tableau-long"
5464
5465 \end_inset
5466
5467
5468 \begin_inset Index
5469 status collapsed
5470
5471 \begin_layout Plain Layout
5472 Tableaux longs ! Notes de bas de page
5473 \end_layout
5474
5475 \end_inset
5476
5477
5478 \end_layout
5479
5480 \begin_layout Standard
5481 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5482  long.
5483  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5484  contenant la note.
5485  Par exemple le tableau
5486 \begin_inset space ~
5487 \end_inset
5488
5489
5490 \begin_inset CommandInset ref
5491 LatexCommand ref
5492 reference "tab:Légendes-tableau-différentes"
5493
5494 \end_inset
5495
5496  a une note de bas de page.
5497 \end_layout
5498
5499 \begin_layout Subsection
5500 Alignement des Tableaux Longs
5501 \begin_inset Index
5502 status collapsed
5503
5504 \begin_layout Plain Layout
5505 Tableaux longs ! Alignement
5506 \end_layout
5507
5508 \end_inset
5509
5510
5511 \end_layout
5512
5513 \begin_layout Standard
5514 Implicitement les Tableaux Longs sont centrés.
5515  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5516  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5517  de dialogue.
5518  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5519  des longueurs 
5520 \series bold
5521
5522 \backslash
5523 LTleft 
5524 \series default
5525 et 
5526 \series bold
5527
5528 \backslash
5529 LTright
5530 \series default
5531  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5532  concerné :
5533 \end_layout
5534
5535 \begin_layout Standard
5536
5537 \series bold
5538
5539 \backslash
5540 setlength{
5541 \backslash
5542 LTleft}{valeur}
5543 \end_layout
5544
5545 \begin_layout Standard
5546 Où 
5547 \series bold
5548 valeur
5549 \series default
5550  peut avoir n'importe laquelle des unités listées dans le tableau
5551 \begin_inset space ~
5552 \end_inset
5553
5554
5555 \begin_inset CommandInset ref
5556 LatexCommand ref
5557 reference "cha:Unités-de-longueur"
5558
5559 \end_inset
5560
5561 .
5562  
5563 \series bold
5564
5565 \backslash
5566 LTleft
5567 \series default
5568  contrôle la distance horizontale entre le bord gauche de la page et le
5569  tableau, et
5570 \series bold
5571  
5572 \backslash
5573 LTright
5574 \series default
5575  la distance au bord droit.
5576  La valeur implicite des ces deux distances est 
5577 \series bold
5578
5579 \backslash
5580 fill
5581 \series default
5582 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5583 \end_layout
5584
5585 \begin_layout Standard
5586 Le tableau long suivant a été aligné à gauche en mettant 
5587 \series bold
5588
5589 \backslash
5590 LTleft
5591 \series default
5592  à 0
5593 \begin_inset space \thinspace{}
5594 \end_inset
5595
5596 pt.
5597 \begin_inset ERT
5598 status collapsed
5599
5600 \begin_layout Plain Layout
5601
5602
5603 \backslash
5604 setlength{
5605 \backslash
5606 LTleft}{0pt}
5607 \end_layout
5608
5609 \end_inset
5610
5611
5612 \end_layout
5613
5614 \begin_layout Standard
5615 \begin_inset Tabular
5616 <lyxtabular version="3" rows="5" columns="5">
5617 <features islongtable="true">
5618 <column alignment="center" valignment="top" width="0">
5619 <column alignment="center" valignment="top" width="0">
5620 <column alignment="center" valignment="top" width="0">
5621 <column alignment="center" valignment="top" width="0">
5622 <column alignment="center" valignment="top" width="0">
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 1
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 2
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 3
5647 \end_layout
5648
5649 \end_inset
5650 </cell>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 4
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 5
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 </row>
5670 <row>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 asd
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" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 s
5703 \end_layout
5704
5705 \end_inset
5706 </cell>
5707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5708 \begin_inset Text
5709
5710 \begin_layout Plain Layout
5711 asd
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 </row>
5717 <row>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722 asd
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" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 s
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 asd
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 </row>
5764 <row>
5765 <cell alignment="center" valignment="top" topline="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" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778 s
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787 s
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5793 \begin_inset Text
5794
5795 \begin_layout Plain Layout
5796 s
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 asd
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 </row>
5811 <row>
5812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 asd
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 asd
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 asd
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 asd
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 asd
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 </row>
5858 </lyxtabular>
5859
5860 \end_inset
5861
5862
5863 \begin_inset ERT
5864 status collapsed
5865
5866 \begin_layout Plain Layout
5867
5868
5869 \backslash
5870 setlength{
5871 \backslash
5872 LTleft}{
5873 \backslash
5874 fill}
5875 \end_layout
5876
5877 \end_inset
5878
5879
5880 \begin_inset ERT
5881 status collapsed
5882
5883 \begin_layout Plain Layout
5884
5885
5886 \backslash
5887 addtocounter{table}{-1}
5888 \end_layout
5889
5890 \end_inset
5891
5892
5893 \begin_inset Note Note
5894 status collapsed
5895
5896 \begin_layout Plain Layout
5897 Voyez la première note grisée de la section
5898 \begin_inset space ~
5899 \end_inset
5900
5901
5902 \begin_inset CommandInset ref
5903 LatexCommand ref
5904 reference "sub:Tableaux-longs-légende"
5905
5906 \end_inset
5907
5908  pour une explication de cette commande.
5909 \end_layout
5910
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \begin_layout Subsection
5917 Légendes et Tableaux longs
5918 \begin_inset Index
5919 status collapsed
5920
5921 \begin_layout Plain Layout
5922 Tableaux longs ! Legendes@Légendes
5923 \end_layout
5924
5925 \end_inset
5926
5927
5928 \begin_inset CommandInset label
5929 LatexCommand label
5930 name "sub:Tableaux-longs-légende"
5931
5932 \end_inset
5933
5934
5935 \end_layout
5936
5937 \begin_layout Standard
5938 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5939  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5940  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5941  Longs quand on utilise pour une ligne l'option de tableau long 
5942 \family sans
5943 Légende
5944 \family default
5945 , comme c'est expliqué dans la section
5946 \begin_inset space ~
5947 \end_inset
5948
5949
5950 \begin_inset CommandInset ref
5951 LatexCommand ref
5952 reference "sec:Tableaux-longs"
5953
5954 \end_inset
5955
5956 .
5957 \end_layout
5958
5959 \begin_layout Standard
5960 Voici un petit Tableau long pour voir comment ça marche :
5961 \end_layout
5962
5963 \begin_layout Standard
5964 \begin_inset Tabular
5965 <lyxtabular version="3" rows="6" columns="5">
5966 <features islongtable="true">
5967 <column alignment="center" valignment="top" width="0">
5968 <column alignment="center" valignment="top" width="0">
5969 <column alignment="center" valignment="top" width="0">
5970 <column alignment="center" valignment="top" width="0">
5971 <column alignment="center" valignment="top" width="0">
5972 <row caption="true">
5973 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 \begin_inset Caption
5978
5979 \begin_layout Plain Layout
5980 Tableau long avec une légende
5981 \begin_inset OptArg
5982 status open
5983
5984 \begin_layout Plain Layout
5985 Tableau long
5986 \end_layout
5987
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 <row>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 1
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 2
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 3
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 4
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 5
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 asd
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 s
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6104 \begin_inset Text
6105
6106 \begin_layout Plain Layout
6107 s
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 s
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 asd
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 </row>
6131 <row>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 asd
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 s
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154 s
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163 s
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 asd
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 </row>
6178 <row>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 asd
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 s
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 s
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 s
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 asd
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 </row>
6225 <row>
6226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 asd
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 asd
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 asd
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 asd
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 asd
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 </row>
6272 </lyxtabular>
6273
6274 \end_inset
6275
6276
6277 \end_layout
6278
6279 \begin_layout Standard
6280 \begin_inset VSpace medskip
6281 \end_inset
6282
6283
6284 \begin_inset Note Greyedout
6285 status open
6286
6287 \begin_layout Plain Layout
6288
6289 \series bold
6290 Note
6291 \begin_inset space ~
6292 \end_inset
6293
6294 1:
6295 \series default
6296  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6297  n'avez pas prévu de légende.
6298  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6299 \begin_inset space ~
6300 \end_inset
6301
6302 2.4 suit le tableau
6303 \begin_inset space ~
6304 \end_inset
6305
6306 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6307  sans légende.
6308  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6309  après chaque tableau long sans légende :
6310 \end_layout
6311
6312 \begin_layout Plain Layout
6313
6314 \series bold
6315
6316 \backslash
6317 addtocounter{table}{-1}
6318 \end_layout
6319
6320 \begin_layout Plain Layout
6321 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6322  et que vous ajoutez le code suivant dans le préambule du document :
6323 \end_layout
6324
6325 \begin_layout Plain Layout
6326
6327 \series bold
6328
6329 \backslash
6330 let
6331 \backslash
6332 myEnd
6333 \backslash
6334 endlongtable
6335 \begin_inset Newline newline
6336 \end_inset
6337
6338
6339 \backslash
6340 renewcommand{
6341 \backslash
6342 endlongtable}{
6343 \backslash
6344 myEnd
6345 \backslash
6346 addtocounter{table}{-1}}
6347 \end_layout
6348
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \begin_layout Standard
6355 \begin_inset Note Greyedout
6356 status open
6357
6358 \begin_layout Plain Layout
6359
6360 \series bold
6361 Note
6362 \begin_inset space ~
6363 \end_inset
6364
6365 2:
6366 \series default
6367  Si vous utilisez 
6368 \series bold
6369 hyperref
6370 \series default
6371
6372 \begin_inset Index
6373 status collapsed
6374
6375 \begin_layout Plain Layout
6376 Paquetages LaTeX ! hyperref
6377 \end_layout
6378
6379 \end_inset
6380
6381  dans les 
6382 \family sans
6383 Paramètres du document
6384 \family default
6385  rubrique 
6386 \family sans
6387 Propriétés
6388 \begin_inset space ~
6389 \end_inset
6390
6391 du
6392 \begin_inset space ~
6393 \end_inset
6394
6395 PDF
6396 \family default
6397 , pour transformer vos références croisées en liens cliquables, le lien
6398  vers un tableau long pointera toujours sur le début du document.
6399 \end_layout
6400
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \begin_layout Subsubsection
6407 Références à des tableaux longs
6408 \begin_inset Index
6409 status collapsed
6410
6411 \begin_layout Plain Layout
6412 Tableaux longs ! Références
6413 \end_layout
6414
6415 \end_inset
6416
6417
6418 \end_layout
6419
6420 \begin_layout Standard
6421 \begin_inset Tabular
6422 <lyxtabular version="3" rows="6" columns="5">
6423 <features islongtable="true">
6424 <column alignment="center" valignment="top" width="0">
6425 <column alignment="center" valignment="top" width="0">
6426 <column alignment="center" valignment="top" width="0">
6427 <column alignment="center" valignment="top" width="0">
6428 <column alignment="center" valignment="top" width="0">
6429 <row caption="true">
6430 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 \begin_inset Caption
6435
6436 \begin_layout Plain Layout
6437 Tableau long référencé
6438 \begin_inset CommandInset label
6439 LatexCommand label
6440 name "tab:RefExemple"
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 </row>
6491 <row>
6492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496 1
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 2
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 3
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 4
6524 \end_layout
6525
6526 \end_inset
6527 </cell>
6528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6529 \begin_inset Text
6530
6531 \begin_layout Plain Layout
6532 5
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 </row>
6538 <row>
6539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 asd
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 s
6553 \end_layout
6554
6555 \end_inset
6556 </cell>
6557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6558 \begin_inset Text
6559
6560 \begin_layout Plain Layout
6561 s
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6567 \begin_inset Text
6568
6569 \begin_layout Plain Layout
6570 s
6571 \end_layout
6572
6573 \end_inset
6574 </cell>
6575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6576 \begin_inset Text
6577
6578 \begin_layout Plain Layout
6579 asd
6580 \end_layout
6581
6582 \end_inset
6583 </cell>
6584 </row>
6585 <row>
6586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590 asd
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599 s
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6605 \begin_inset Text
6606
6607 \begin_layout Plain Layout
6608 s
6609 \end_layout
6610
6611 \end_inset
6612 </cell>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 s
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 asd
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 </row>
6632 <row>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 asd
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 s
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 s
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 s
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 asd
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 </row>
6679 <row>
6680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 asd
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 sad
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 asd
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 asd
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 </row>
6726 </lyxtabular>
6727
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \begin_layout Standard
6734 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6735  dans sa légende.
6736 \end_layout
6737
6738 \begin_layout Standard
6739 Ceci est une référence au tableau
6740 \begin_inset space ~
6741 \end_inset
6742
6743
6744 \begin_inset CommandInset ref
6745 LatexCommand ref
6746 reference "tab:RefExemple"
6747
6748 \end_inset
6749
6750 .
6751 \end_layout
6752
6753 \begin_layout Standard
6754 La mise en forme de la légende peut être ajustée avec celle de toutes les
6755  autres légendes de votre document en utilisant le paquetage LaTeX 
6756 \series bold
6757 caption
6758 \series default
6759
6760 \begin_inset Index
6761 status collapsed
6762
6763 \begin_layout Plain Layout
6764 Paquetages LaTeX ! caption
6765 \end_layout
6766
6767 \end_inset
6768
6769 , voir la section
6770 \begin_inset space ~
6771 \end_inset
6772
6773
6774 \begin_inset CommandInset ref
6775 LatexCommand ref
6776 reference "sec:Formatage-légende"
6777
6778 \end_inset
6779
6780 .
6781 \end_layout
6782
6783 \begin_layout Subsubsection
6784 Largeur de la légende
6785 \begin_inset Index
6786 status collapsed
6787
6788 \begin_layout Plain Layout
6789 Tableaux longs ! Largeur de la légende
6790 \end_layout
6791
6792 \end_inset
6793
6794
6795 \end_layout
6796
6797 \begin_layout Standard
6798 La largeur maximale des lignes de légende est définie par la longueur 
6799 \series bold
6800
6801 \backslash
6802 LTcapwidth
6803 \series default
6804 .
6805  Sa valeur implicite est 4
6806 \begin_inset space \thinspace{}
6807 \end_inset
6808
6809 in.
6810  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6811  de votre document ou en tant que code TeX directement dans votre document
6812  avant le tableau qui doit être affectée.
6813 \end_layout
6814
6815 \begin_layout Standard
6816
6817 \series bold
6818
6819 \backslash
6820 setlength{
6821 \backslash
6822 LTcapwidth}{largeur}
6823 \end_layout
6824
6825 \begin_layout Standard
6826 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6827 ce
6828 \begin_inset space ~
6829 \end_inset
6830
6831
6832 \begin_inset CommandInset ref
6833 LatexCommand ref
6834 reference "cha:Unités-de-longueur"
6835
6836 \end_inset
6837
6838 .
6839 \end_layout
6840
6841 \begin_layout Standard
6842 \begin_inset Newpage pagebreak
6843 \end_inset
6844
6845
6846 \end_layout
6847
6848 \begin_layout Standard
6849 Les tableaux suivants montrent la différence :
6850 \end_layout
6851
6852 \begin_layout Standard
6853 \begin_inset Tabular
6854 <lyxtabular version="3" rows="6" columns="5">
6855 <features islongtable="true">
6856 <column alignment="center" valignment="top" width="0">
6857 <column alignment="center" valignment="top" width="0">
6858 <column alignment="center" valignment="top" width="0">
6859 <column alignment="center" valignment="top" width="0">
6860 <column alignment="center" valignment="top" width="0">
6861 <row caption="true">
6862 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 \begin_inset Caption
6867
6868 \begin_layout Plain Layout
6869 long titre complet avec la largeur implicite long titre complet avec la
6870  largeur implicite long titre complet avec la largeur implicite
6871 \begin_inset OptArg
6872 status open
6873
6874 \begin_layout Plain Layout
6875 Légende avec largeur implicite
6876 \end_layout
6877
6878 \end_inset
6879
6880
6881 \end_layout
6882
6883 \end_inset
6884
6885
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 1
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 2
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 3
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 4
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 5
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 </row>
6974 <row>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 asd
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6985 \begin_inset Text
6986
6987 \begin_layout Plain Layout
6988 s
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 s
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 s
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 </row>
7021 <row>
7022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7023 \begin_inset Text
7024
7025 \begin_layout Plain Layout
7026 asd
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 s
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 s
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 s
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 asd
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 </row>
7068 <row>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 asd
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 s
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 s
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 s
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 asd
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 </row>
7115 <row>
7116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 asd
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 sad
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 asd
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 asd
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 </row>
7162 </lyxtabular>
7163
7164 \end_inset
7165
7166
7167 \end_layout
7168
7169 \begin_layout Standard
7170 \begin_inset ERT
7171 status collapsed
7172
7173 \begin_layout Plain Layout
7174
7175
7176 \backslash
7177 setlength{
7178 \backslash
7179 LTcapwidth}{5cm}
7180 \end_layout
7181
7182 \end_inset
7183
7184
7185 \begin_inset Tabular
7186 <lyxtabular version="3" rows="6" columns="5">
7187 <features islongtable="true">
7188 <column alignment="center" valignment="top" width="0">
7189 <column alignment="center" valignment="top" width="0">
7190 <column alignment="center" valignment="top" width="0">
7191 <column alignment="center" valignment="top" width="0">
7192 <column alignment="center" valignment="top" width="0">
7193 <row caption="true">
7194 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 \begin_inset Caption
7199
7200 \begin_layout Plain Layout
7201 long titre complet avec la largeur réglée à 5
7202 \begin_inset space \thinspace{}
7203 \end_inset
7204
7205 cm long titre complet avec la largeur réglée à 5
7206 \begin_inset space \thinspace{}
7207 \end_inset
7208
7209 cm long titre complet avec la largeur réglée à 5
7210 \begin_inset space \thinspace{}
7211 \end_inset
7212
7213 cm
7214 \begin_inset OptArg
7215 status open
7216
7217 \begin_layout Plain Layout
7218 Légende avec largeur à
7219 \begin_inset space \thinspace{}
7220 \end_inset
7221
7222 =
7223 \begin_inset space \thinspace{}
7224 \end_inset
7225
7226 5
7227 \begin_inset space \thinspace{}
7228 \end_inset
7229
7230 cm
7231 \end_layout
7232
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \end_inset
7239
7240
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 </row>
7282 <row>
7283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 1
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 2
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 3
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 4
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 5
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 </row>
7329 <row>
7330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 asd
7335 \end_layout
7336
7337 \end_inset
7338 </cell>
7339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7340 \begin_inset Text
7341
7342 \begin_layout Plain Layout
7343 s
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7349 \begin_inset Text
7350
7351 \begin_layout Plain Layout
7352 s
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 s
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 asd
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 </row>
7376 <row>
7377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 asd
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7387 \begin_inset Text
7388
7389 \begin_layout Plain Layout
7390 s
7391 \end_layout
7392
7393 \end_inset
7394 </cell>
7395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 s
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 s
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417 asd
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 </row>
7423 <row>
7424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 asd
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437 s
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 s
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 s
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 asd
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 </row>
7470 <row>
7471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 asd
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 sad
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493 asd
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 asd
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 </row>
7517 </lyxtabular>
7518
7519 \end_inset
7520
7521
7522 \end_layout
7523
7524 \begin_layout Standard
7525 \begin_inset ERT
7526 status collapsed
7527
7528 \begin_layout Plain Layout
7529
7530
7531 \backslash
7532 setlength{
7533 \backslash
7534 LTcapwidth}{4in}
7535 \end_layout
7536
7537 \end_inset
7538
7539
7540 \end_layout
7541
7542 \begin_layout Standard
7543 \begin_inset Note Greyedout
7544 status open
7545
7546 \begin_layout Plain Layout
7547
7548 \series bold
7549 Note:
7550 \series default
7551  Quand on utilise la paquetage LaTeX 
7552 \series bold
7553 caption
7554 \series default
7555
7556 \begin_inset Index
7557 status collapsed
7558
7559 \begin_layout Plain Layout
7560 Paquetages LaTeX ! caption
7561 \end_layout
7562
7563 \end_inset
7564
7565  , comme c'est les cas dans ce document, la légende prend toute la largeur
7566  de la page quand on utilise la largeur implicite de 4
7567 \begin_inset space \thinspace{}
7568 \end_inset
7569
7570 in pour 
7571 \series bold
7572
7573 \backslash
7574 LTcapwidth
7575 \series default
7576 .
7577  Pour avoir dans ce cas une légende qui fasse exactement 4
7578 \begin_inset space \thinspace{}
7579 \end_inset
7580
7581 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7582  comme par exemple 3.99
7583 \begin_inset space \thinspace{}
7584 \end_inset
7585
7586 in, soit utiliser la commande LaTeX 
7587 \series bold
7588
7589 \backslash
7590 captionsetup{width=valeur}
7591 \series default
7592  qui est disponible dans le paquetage 
7593 \series bold
7594 caption
7595 \series default
7596 .
7597 \end_layout
7598
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \begin_layout Subsubsection
7605 Des Légendes différentes sur chaque page d'un tableau
7606 \begin_inset OptArg
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610 Légendes différentes
7611 \end_layout
7612
7613 \end_inset
7614
7615
7616 \begin_inset Index
7617 status collapsed
7618
7619 \begin_layout Plain Layout
7620 Tableaux longs ! Legendes@Légendes différentes par page
7621 \end_layout
7622
7623 \end_inset
7624
7625
7626 \end_layout
7627
7628 \begin_layout Standard
7629 Quand la légende du tableau pour les pages suivantes doit être différente
7630  de celle de la première page, insérez une légende avec la commande suivante
7631  en code TeX :
7632 \end_layout
7633
7634 \begin_layout Standard
7635
7636 \series bold
7637
7638 \backslash
7639 caption*{caption text}
7640 \backslash
7641
7642 \backslash
7643 %
7644 \end_layout
7645
7646 \begin_layout Standard
7647 dans une ligne de légende fictive qui sera marquée comme une entête.
7648  Le tableau
7649 \begin_inset space ~
7650 \end_inset
7651
7652
7653 \begin_inset CommandInset ref
7654 LatexCommand ref
7655 reference "tab:Légendes-tableau-différentes"
7656
7657 \end_inset
7658
7659  est un exemple de tableau long avec des légendes différentes et où la seconde
7660  légende ne contient pas le numéro du tableau.
7661 \end_layout
7662
7663 \begin_layout Standard
7664 \align center
7665 \begin_inset Tabular
7666 <lyxtabular version="3" rows="59" columns="3">
7667 <features islongtable="true" lastFootEmpty="true">
7668 <column alignment="left" valignment="top" width="0cm">
7669 <column alignment="left" valignment="top" width="0pt">
7670 <column alignment="center" valignment="top" width="0pt">
7671 <row caption="true">
7672 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 \begin_inset Caption
7677
7678 \begin_layout Plain Layout
7679 Exemple d'annuaire téléphonique
7680 \begin_inset CommandInset label
7681 LatexCommand label
7682 name "tab:Légendes-tableau-différentes"
7683
7684 \end_inset
7685
7686
7687 \begin_inset OptArg
7688 status collapsed
7689
7690 \begin_layout Plain Layout
7691 Exemple Annuaire 
7692 \end_layout
7693
7694 \end_inset
7695
7696
7697 \end_layout
7698
7699 \end_inset
7700
7701
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 </row>
7725 <row endfirsthead="true">
7726 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \series bold
7732 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 </row>
7756 <row endfirsthead="true">
7757 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \series bold
7763 NOM
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 TÉL.
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 </row>
7789 <row endhead="true">
7790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 \begin_inset ERT
7795 status open
7796
7797 \begin_layout Plain Layout
7798
7799
7800 \backslash
7801 caption*{Suite de l'exemple d'annuaire téléphonique}
7802 \backslash
7803
7804 \backslash
7805 %
7806 \end_layout
7807
7808 \end_inset
7809
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row endhead="true">
7835 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \series bold
7841 Exemple d'annuaire téléphonique
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row endhead="true">
7866 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \series bold
7872 NOM
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \series bold
7892 TÉL.
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row endfoot="true">
7899 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 suite page suivante\SpecialChar \ldots{}
7904
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row>
7929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \series bold
7935 Annovi
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 Silvia
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 111
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 </row>
7959 <row>
7960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \series bold
7966 Bertoli
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 Stefano
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 111
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 Bozzi
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 Walter
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 111
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \series bold
8028 Cachia
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 Maria
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 111
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \series bold
8059 Cachia
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 Maurizio
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 111
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \series bold
8090 Cinquemani
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 Giusi
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 111
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \series bold
8121 Colin
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 Bernard
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 111
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 <row>
8146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \series bold
8152 Concli
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161 Gianfranco
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 111
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 </row>
8176 <row>
8177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181
8182 \series bold
8183 Dal Bosco
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 Carolina
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 111
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \series bold
8214 Dalpiaz
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 Annamaria
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 111
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 </row>
8238 <row>
8239 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243
8244 \series bold
8245 Feliciello
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254 Domenico
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 111
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \series bold
8276 Focarelli
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 Paola
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 111
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 <row>
8301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305
8306 \series bold
8307 Galletti
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316 Oreste
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 111
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \series bold
8338 Gasparini
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 Franca
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 111
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 </row>
8362 <row>
8363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367
8368 \series bold
8369 Rizzardi
8370 \series default
8371
8372 \begin_inset Foot
8373 status open
8374
8375 \begin_layout Plain Layout
8376 Exemple de note de bas de page
8377 \end_layout
8378
8379 \end_inset
8380
8381
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Paola
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 111
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \series bold
8412 Lassini
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 Giancarlo
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 111
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 </row>
8436 <row>
8437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441
8442 \series bold
8443 Malfatti
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Luciano
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 111
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \series bold
8474 Malfatti
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 Valeriano
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 111
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 <row>
8499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503
8504 \series bold
8505 Meneguzzo
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 Roberto
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 111
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \series bold
8536 Mezzadra
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 Roberto
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 111
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 <row>
8561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \series bold
8567 Pirpamer
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 Erich
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 111
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \series bold
8598 Pochiesa
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 Paolo
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 111, 222
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \series bold
8629 Radina
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 Claudio
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 111
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \series bold
8660 Stuffer
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 Oskar
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 111
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \series bold
8691 Tacchelli
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 Ugo
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 111
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 </row>
8715 <row>
8716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720
8721 \series bold
8722 Tezzele
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Margit
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 111
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751
8752 \series bold
8753 Unterkalmsteiner
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 Frieda
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 111
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 <row>
8778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782
8783 \series bold
8784 Vieider
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793 Hilde
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 111
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 </row>
8808 <row>
8809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813
8814 \series bold
8815 Vigna
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824 Jürgen
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 111
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 </row>
8839 <row>
8840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844
8845 \series bold
8846 Weber
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855 Maurizio
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 111
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 </row>
8870 <row>
8871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877 Winkler
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 Franz
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 111
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 </row>
8901 <row>
8902 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906  
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937 Annovi
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Silvia
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 555
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968 Bertoli
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 Stefano
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 555
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \series bold
8999 Bozzi
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Walter
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 555
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \series bold
9030 Cachia
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 Maria
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 555
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \series bold
9061 Cachia
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Maurizio
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 555
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \series bold
9092 Cinquemani
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 Giusi
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 555
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row>
9117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \series bold
9123 Colin
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 Bernard
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 555
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 <row>
9148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \series bold
9154 Concli
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 Gianfranco
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 555
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \series bold
9185 Dal Bosco
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 Carolina
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 555
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 <row>
9210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \series bold
9216 Dalpiaz
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 Annamaria
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 555
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \series bold
9247 Feliciello
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 Domenico
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 555
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \series bold
9278 Focarelli
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 Paola
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 555
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \series bold
9309 Galletti
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9315 \begin_inset Text
9316
9317 \begin_layout Plain Layout
9318 Oreste
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 555
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 <row>
9334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338
9339 \series bold
9340 Gasparini
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 Franca
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 555
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 </row>
9364 <row>
9365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369
9370 \series bold
9371 Rizzardi
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 Paola
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 555
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 </row>
9395 <row>
9396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400
9401 \series bold
9402 Lassini
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411 Giancarlo
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 555
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 <row>
9427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431
9432 \series bold
9433 Malfatti
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 Luciano
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 555
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 </row>
9457 <row>
9458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462
9463 \series bold
9464 Malfatti
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 Valeriano
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 555
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 </row>
9488 <row>
9489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493
9494 \series bold
9495 Meneguzzo
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 Roberto
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 555
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 </row>
9519 <row>
9520 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524
9525 \series bold
9526 Mezzadra
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 Roberto
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 555
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 </lyxtabular>
9551
9552 \end_inset
9553
9554
9555 \end_layout
9556
9557 \begin_layout Section
9558 Questions particulières concernant les tableaux longs
9559 \begin_inset OptArg
9560 status collapsed
9561
9562 \begin_layout Plain Layout
9563 Questions sur les tableaux longs
9564 \end_layout
9565
9566 \end_inset
9567
9568
9569 \begin_inset CommandInset label
9570 LatexCommand label
9571 name "sec:Questions-sur-tableaux-longs"
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Subsection
9579 Calculs des pages des tableaux longs
9580 \begin_inset Index
9581 status collapsed
9582
9583 \begin_layout Plain Layout
9584 Tableaux longs ! Calculs
9585 \end_layout
9586
9587 \end_inset
9588
9589
9590 \end_layout
9591
9592 \begin_layout Standard
9593 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9594  en utilisant des blocs (chunks).
9595  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9596  mémoire de LaTeX.
9597  La valeur implicite est fixée pour des raisons historiques à seulement
9598  20 lignes de tableau.
9599  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9600  peut ralentir la création de votre document.
9601  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9602  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9603  préambule de votre document :
9604 \end_layout
9605
9606 \begin_layout Standard
9607
9608 \series bold
9609
9610 \backslash
9611 setcounter{LTchunksize}{100}
9612 \end_layout
9613
9614 \begin_layout Subsection
9615 Les Flottants et les Tableaux Longs
9616 \begin_inset Index
9617 status collapsed
9618
9619 \begin_layout Plain Layout
9620 Tableaux longs ! Flottants
9621 \end_layout
9622
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \begin_layout Standard
9629 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9630  commence un tableau long.
9631  Pour éviter une telle situation, ajoutez la commande 
9632 \series bold
9633
9634 \backslash
9635 clearpage
9636 \series default
9637  en tant que code TeX juste avant votre tableau long.
9638 \end_layout
9639
9640 \begin_layout Subsection
9641 Sauts de pages forcés
9642 \begin_inset Index
9643 status collapsed
9644
9645 \begin_layout Plain Layout
9646 Tableaux longs ! Sauts de pages forcés
9647 \end_layout
9648
9649 \end_inset
9650
9651
9652 \end_layout
9653
9654 \begin_layout Standard
9655 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9656  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9657  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9658  de saut de ligne 
9659 \begin_inset Quotes eld
9660 \end_inset
9661
9662
9663 \backslash
9664
9665 \backslash
9666
9667 \begin_inset Quotes erd
9668 \end_inset
9669
9670  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9671  Avant la commande 
9672 \begin_inset Quotes eld
9673 \end_inset
9674
9675
9676 \backslash
9677
9678 \backslash
9679
9680 \begin_inset Quotes erd
9681 \end_inset
9682
9683 , vous devez insérer en code TeX, autant de caractères 
9684 \begin_inset Quotes eld
9685 \end_inset
9686
9687 &
9688 \begin_inset Quotes erd
9689 \end_inset
9690
9691  qu'il y a de colonnes après la cellule concernée.
9692  Le caractère 
9693 \begin_inset Quotes eld
9694 \end_inset
9695
9696 &
9697 \begin_inset Quotes erd
9698 \end_inset
9699
9700  sert à séparer les colonnes d'un tableau.
9701  Écrivez en code-TeX, après chaque 
9702 \begin_inset Quotes eld
9703 \end_inset
9704
9705 &
9706 \begin_inset Quotes erd
9707 \end_inset
9708
9709  le contenu des cellules correspondantes et en même temps supprimez le contenu
9710  de ces cellules dans le texte normal.
9711  
9712 \begin_inset Newline newline
9713 \end_inset
9714
9715 Après la commande 
9716 \backslash
9717
9718 \backslash
9719 , insérez autant de caractères 
9720 \begin_inset Quotes eld
9721 \end_inset
9722
9723 &
9724 \begin_inset Quotes erd
9725 \end_inset
9726
9727  qu'il y a de colonnes avant la colonne traitée.
9728  Dans le tableau
9729 \begin_inset space ~
9730 \end_inset
9731
9732
9733 \begin_inset CommandInset ref
9734 LatexCommand ref
9735 reference "tab:Tableau-saut-de-page"
9736
9737 \end_inset
9738
9739  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9740  suivie par une autre colonne.
9741  La commande suivante a donc été insérée en code TeX dans la cellule après
9742  le mot 
9743 \begin_inset Quotes eld
9744 \end_inset
9745
9746
9747 \emph on
9748 Castelchiodato,
9749 \emph default
9750
9751 \begin_inset Quotes erd
9752 \end_inset
9753
9754 :
9755 \end_layout
9756
9757 \begin_layout Standard
9758
9759 \series bold
9760 & 111
9761 \backslash
9762
9763 \backslash
9764  
9765 \backslash
9766 newpage
9767 \begin_inset Newline newline
9768 \end_inset
9769
9770 &
9771 \end_layout
9772
9773 \begin_layout Standard
9774 Le 
9775 \begin_inset Quotes eld
9776 \end_inset
9777
9778 111
9779 \begin_inset Quotes erd
9780 \end_inset
9781
9782  dans la troisième colonne de la ligne a été supprimé.
9783  
9784 \series bold
9785
9786 \backslash
9787 newpage
9788 \series default
9789  est nécessaire seulement quand un saut de page doit impérativement avoir
9790  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9791  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9792  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9793  est coupée, utilisez cette commande à la place de la précédente :
9794 \end_layout
9795
9796 \begin_layout Standard
9797
9798 \series bold
9799 & 111
9800 \backslash
9801
9802 \backslash
9803
9804 \begin_inset Newline newline
9805 \end_inset
9806
9807
9808 \backslash
9809 hline &
9810 \end_layout
9811
9812 \begin_layout Standard
9813 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9814  insérer la commande
9815 \end_layout
9816
9817 \begin_layout Standard
9818
9819 \series bold
9820
9821 \backslash
9822 setlength{
9823 \backslash
9824 parfillskip}{0pt}
9825 \end_layout
9826
9827 \begin_layout Standard
9828 au début de la cellule.
9829  Cela assure que la portion de la cellule qui va se trouver affichée sur
9830  la page suivante le sera avec toute la largeur de la cellule.
9831 \end_layout
9832
9833 \begin_layout Standard
9834 \align center
9835 \begin_inset Tabular
9836 <lyxtabular version="3" rows="38" columns="3">
9837 <features islongtable="true" lastFootEmpty="true">
9838 <column alignment="left" valignment="top" width="0cm">
9839 <column alignment="left" valignment="top" width="3cm">
9840 <column alignment="center" valignment="top" width="0pt">
9841 <row caption="true">
9842 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 \begin_inset Caption
9847
9848 \begin_layout Plain Layout
9849 Tableau avec un saut de page forcé dans une cellule
9850 \begin_inset CommandInset label
9851 LatexCommand label
9852 name "tab:Tableau-saut-de-page"
9853
9854 \end_inset
9855
9856
9857 \begin_inset OptArg
9858 status collapsed
9859
9860 \begin_layout Plain Layout
9861 Tableau avec un saut de page forcé dans une cellule
9862 \end_layout
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870
9871
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row endfirsthead="true">
9896 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row endfirsthead="true">
9927 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \series bold
9933 NOM
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \series bold
9953 TÉL.
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row endhead="true">
9960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 \begin_inset ERT
9965 status collapsed
9966
9967 \begin_layout Plain Layout
9968
9969
9970 \backslash
9971 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9972 \backslash
9973
9974 \backslash
9975 %
9976 \end_layout
9977
9978 \end_inset
9979
9980
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row endhead="true">
10005 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009  
10010 \series bold
10011 Exemple d'annuaire téléphonique
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row endhead="true">
10036 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 NOM
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \series bold
10062 TÉL.
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 </row>
10068 <row endfoot="true">
10069 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 suite page suivante\SpecialChar \ldots{}
10074
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row>
10099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 Annovi
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 Silvia
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 111
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row>
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \series bold
10136 Bertoli
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145 Stefano
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 111
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row>
10161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Bozzi
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Walter
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 111
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row>
10192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 Cachia
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 Maria
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 111
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 </row>
10222 <row>
10223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 Cachia
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 Maurizio
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 111
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row>
10254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \series bold
10260 Cinquemani
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 Giusi
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 111
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row>
10285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 Colin
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Bernard
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 111
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 </row>
10315 <row>
10316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320
10321 \series bold
10322 Concli
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 Gianfranco
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 111
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 </row>
10346 <row>
10347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351
10352 \series bold
10353 Dal Bosco
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 Carolina
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 111
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 </row>
10377 <row>
10378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382
10383 \series bold
10384 Dalpiaz
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 Annamaria
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 111
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \series bold
10415 Feliciello
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 Domenico
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 111
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 <row>
10440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444
10445 \series bold
10446 Focarelli
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 Paola
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 111
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row>
10471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \series bold
10477 Galletti
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 Oreste
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 111
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 </row>
10501 <row>
10502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506
10507 \series bold
10508 Gasparini
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 Franca
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 111
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row>
10533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \series bold
10539 Lassini
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 Giancarlo
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 111
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 <row>
10564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \series bold
10570 Malfatti
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 Luciano
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 111
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 </row>
10594 <row>
10595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601 Malfatti
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 Valeriano
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 111
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 <row>
10626 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630
10631 \series bold
10632 Meneguzzo
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Roberto
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 111
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 <row>
10657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661
10662 \series bold
10663 Mezzadra
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 Roberto
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681 111
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 </row>
10687 <row>
10688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692
10693 \series bold
10694 Pirpamer
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 Erich
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712 111
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 </row>
10718 <row>
10719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723
10724 \series bold
10725 Pochiesa
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 Paolo
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743 111, 222
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 </row>
10749 <row>
10750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754
10755 \series bold
10756 Radina
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 Claudio
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774 111
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 </row>
10780 <row>
10781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \series bold
10787 Rizzardi
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 Giancarlo, 11.
10797  Fürst von Montecompatri, 11.
10798  Fürst von Sulmona und Vivaro, 10.
10799  Fürst von Rossano, 5.
10800  Herzog von Canemorte, 11.
10801  Herzog von Palombara, 5.
10802  Herzog von Castelchiodato,
10803 \begin_inset ERT
10804 status open
10805
10806 \begin_layout Plain Layout
10807
10808 & 111
10809 \backslash
10810
10811 \backslash
10812  
10813 \backslash
10814 newpage
10815 \end_layout
10816
10817 \begin_layout Plain Layout
10818
10819 &
10820 \end_layout
10821
10822 \end_inset
10823
10824  11.
10825  Herzog von Poggionativo, 11.
10826  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10827  Graf von Valinfreda, 11.
10828  Baron von Cropalati, 11.
10829  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \series bold
10851 Stuffer
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 Oskar
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 111
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 </row>
10875 <row>
10876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880
10881 \series bold
10882 Tacchelli
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 Ugo
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 111
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 </row>
10906 <row>
10907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911
10912 \series bold
10913 Tezzele
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 Margit
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 111
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 </row>
10937 <row>
10938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942
10943 \series bold
10944 Unterkalmsteiner
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 Frieda
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 111
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 <row>
10969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \series bold
10975 Vieider
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 Hilde
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 111
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 </row>
10999 <row>
11000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11001 \begin_inset Text
11002
11003 \begin_layout Plain Layout
11004
11005 \series bold
11006 Vigna
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 Jürgen
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 111
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row>
11031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \series bold
11037 Weber
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 Maurizio
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 111
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row>
11062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066
11067 \series bold
11068 Winkler
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 Franz
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 111
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 </row>
11092 </lyxtabular>
11093
11094 \end_inset
11095
11096
11097 \end_layout
11098
11099 \begin_layout Section
11100 Colonnes et lignes à lignes multiples
11101 \end_layout
11102
11103 \begin_layout Subsection
11104 Lignes multiples dans une cellule de tableau
11105 \begin_inset CommandInset label
11106 LatexCommand label
11107 name "sub:Lignes-multiple-dans-cellule"
11108
11109 \end_inset
11110
11111
11112 \begin_inset Index
11113 status collapsed
11114
11115 \begin_layout Plain Layout
11116 Plusieurs lignes dans une case de tableau
11117 \end_layout
11118
11119 \end_inset
11120
11121
11122 \begin_inset Index
11123 status collapsed
11124
11125 \begin_layout Plain Layout
11126 Tableau ! Saut de ligne
11127 \end_layout
11128
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \begin_layout Standard
11135 \noindent
11136 \begin_inset Float table
11137 placement H
11138 wide false
11139 sideways false
11140 status open
11141
11142 \begin_layout Plain Layout
11143 \begin_inset Caption
11144
11145 \begin_layout Plain Layout
11146 \begin_inset CommandInset label
11147 LatexCommand label
11148 name "tab:Tableau-avec-plusieurs-lignes"
11149
11150 \end_inset
11151
11152 Tableau avec des lignes multiples dans une cellule
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \begin_layout Plain Layout
11161 \align center
11162 \begin_inset Tabular
11163 <lyxtabular version="3" rows="3" columns="3">
11164 <features>
11165 <column alignment="center" valignment="middle" width="2.5cm">
11166 <column alignment="center" valignment="middle" width="0">
11167 <column alignment="center" valignment="middle" width="0">
11168 <row>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 Lignes
11174 \begin_inset Newline linebreak
11175 \end_inset
11176
11177 multiples
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 b
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 c
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row>
11202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 d
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 e
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224 f
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 <row>
11231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 g
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 h
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 i
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 </lyxtabular>
11260
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Standard
11272 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11273  d'un paragraphe avec des sauts de lignes et des césures.
11274 \end_layout
11275
11276 \begin_layout Standard
11277 Pour obtenir le tableau
11278 \begin_inset space ~
11279 \end_inset
11280
11281
11282 \begin_inset CommandInset ref
11283 LatexCommand ref
11284 reference "tab:Tableau-avec-plusieurs-lignes"
11285
11286 \end_inset
11287
11288 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11289  droit dessus.
11290  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11291  2.5
11292 \begin_inset space \thinspace{}
11293 \end_inset
11294
11295 cm et choisissez les alignements vertical et horizontal centrés.
11296  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11297  Comme notre texte est plus petit que 2.5
11298 \begin_inset space \thinspace{}
11299 \end_inset
11300
11301 cm, une seule ligne va apparaître.
11302  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11303  
11304 \family sans
11305 Ctrl-Shift-Entrée
11306 \family default
11307 ).
11308  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11309 ement découpé en plusieurs lignes.
11310 \end_layout
11311
11312 \begin_layout Standard
11313 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11314  pas effectuer de césure si c'est le premier élément de la cellule.
11315  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11316  premier élément : Ajoutez un espace horizontal de 0
11317 \begin_inset space \thinspace{}
11318 \end_inset
11319
11320 pt juste avant votre mot.
11321  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11322  Le tableau
11323 \begin_inset space ~
11324 \end_inset
11325
11326
11327 \begin_inset CommandInset ref
11328 LatexCommand ref
11329 reference "tab:Tableau-césure"
11330
11331 \end_inset
11332
11333  montre l'effet de cette insertion.
11334 \end_layout
11335
11336 \begin_layout Standard
11337 \begin_inset Float table
11338 placement h
11339 wide false
11340 sideways false
11341 status open
11342
11343 \begin_layout Plain Layout
11344 \begin_inset Caption
11345
11346 \begin_layout Plain Layout
11347 \begin_inset CommandInset label
11348 LatexCommand label
11349 name "tab:Tableau-césure"
11350
11351 \end_inset
11352
11353 Tableau avec et sans césure.
11354 \end_layout
11355
11356 \end_inset
11357
11358
11359 \end_layout
11360
11361 \begin_layout Plain Layout
11362 \begin_inset space \hfill{}
11363 \end_inset
11364
11365
11366 \begin_inset Tabular
11367 <lyxtabular version="3" rows="3" columns="3">
11368 <features>
11369 <column alignment="center" valignment="middle" width="2.5cm">
11370 <column alignment="center" valignment="middle" width="0">
11371 <column alignment="center" valignment="middle" width="0">
11372 <row>
11373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 mottrèslongdansunecellule
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 b
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 c
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 </row>
11401 <row>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 d
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 e
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 f
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 g
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 h
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 i
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 </row>
11459 </lyxtabular>
11460
11461 \end_inset
11462
11463
11464 \begin_inset space \hfill{}
11465 \end_inset
11466
11467
11468 \begin_inset Tabular
11469 <lyxtabular version="3" rows="3" columns="3">
11470 <features>
11471 <column alignment="center" valignment="middle" width="2.5cm">
11472 <column alignment="center" valignment="middle" width="0">
11473 <column alignment="center" valignment="middle" width="0">
11474 <row>
11475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset space \hspace{}
11480 \length 0pt
11481 \end_inset
11482
11483 mottrèslongdansunecellule
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 b
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 c
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 <row>
11508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 d
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 e
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 f
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 </row>
11536 <row>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 g
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 h
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 i
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 </row>
11565 </lyxtabular>
11566
11567 \end_inset
11568
11569
11570 \begin_inset space \hfill{}
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \end_inset
11577
11578
11579 \end_layout
11580
11581 \begin_layout Subsection
11582 Multi-colonnes
11583 \begin_inset CommandInset label
11584 LatexCommand label
11585 name "sub:Multicolonnes"
11586
11587 \end_inset
11588
11589
11590 \begin_inset Index
11591 status collapsed
11592
11593 \begin_layout Plain Layout
11594 Multi-colonnes
11595 \end_layout
11596
11597 \end_inset
11598
11599
11600 \begin_inset Index
11601 status collapsed
11602
11603 \begin_layout Plain Layout
11604 Tableau ! Multi-colonnes
11605 \end_layout
11606
11607 \end_inset
11608
11609
11610 \end_layout
11611
11612 \begin_layout Subsubsection
11613 Les Bases des Multicolonnes
11614 \end_layout
11615
11616 \begin_layout Standard
11617 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11618  qu'elle doit couvrir et utilisez soit le bouton
11619 \begin_inset Graphics
11620         filename ../../images/tabular-feature_multicolumn.png
11621         scale 85
11622         scaleBeforeRotation
11623
11624 \end_inset
11625
11626  de la barre d'outils tableau, ou le menu 
11627 \family sans
11628 Éditer\SpecialChar \menuseparator
11629 Tableau\SpecialChar \menuseparator
11630 Multi-colonnes
11631 \family default
11632 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11633  multicolonne dans la fenêtre de dialogue de tableau qui apparaît dans l'onglet
11634  
11635 \family sans
11636 Tableau
11637 \family default
11638 .
11639 \end_layout
11640
11641 \begin_layout Standard
11642 Les multi-colonnes ont leurs propres paramètres de cellule.
11643  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11644  de la cellule, cela n'affecte que la cellule multi-colonne.
11645  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11646  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11647 \end_layout
11648
11649 \begin_layout Standard
11650 \align center
11651 \begin_inset Tabular
11652 <lyxtabular version="3" rows="3" columns="4">
11653 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11654 <column alignment="center" valignment="top" width="0pt">
11655 <column alignment="center" valignment="middle" width="0">
11656 <column alignment="center" valignment="top" width="0in">
11657 <column alignment="center" valignment="top" width="0pt">
11658 <row>
11659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 abc
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 def ghi
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 jkl
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 <row>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 A
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 B
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 C
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 D
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 </row>
11734 <row>
11735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 1
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 2
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 3
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766 4
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 </row>
11772 </lyxtabular>
11773
11774 \end_inset
11775
11776
11777 \end_layout
11778
11779 \begin_layout Subsubsection
11780 Calculs avec les multi-colonnes
11781 \begin_inset CommandInset label
11782 LatexCommand label
11783 name "sub:Calculs-multicolonnes"
11784
11785 \end_inset
11786
11787
11788 \begin_inset Index
11789 status collapsed
11790
11791 \begin_layout Plain Layout
11792 Multi-colonnes ! Calculs
11793 \end_layout
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \begin_layout Standard
11801 LyX gère directement les multi-colonnes, mais nous devons faire attention
11802  à la largeur des cellules couvertes par la cellule multicolonne.
11803 \end_layout
11804
11805 \begin_layout Standard
11806 \begin_inset Float table
11807 placement h
11808 wide false
11809 sideways false
11810 status open
11811
11812 \begin_layout Plain Layout
11813 \begin_inset Caption
11814
11815 \begin_layout Plain Layout
11816 \begin_inset CommandInset label
11817 LatexCommand label
11818 name "tab:Tableau-multicolonne-parfaite"
11819
11820 \end_inset
11821
11822 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11823  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11824 \begin_inset OptArg
11825 status open
11826
11827 \begin_layout Plain Layout
11828 Tableau avec multicolonne parfaite
11829 \end_layout
11830
11831 \end_inset
11832
11833
11834 \end_layout
11835
11836 \end_inset
11837
11838
11839 \end_layout
11840
11841 \begin_layout Plain Layout
11842 \align center
11843 \begin_inset Tabular
11844 <lyxtabular version="3" rows="3" columns="3">
11845 <features>
11846 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11847 <column alignment="center" valignment="middle" width="0">
11848 <column alignment="center" valignment="top" width="0">
11849 <row>
11850 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 multicolonne sur plusieurs lignes
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 c
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 </row>
11878 <row>
11879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Plain Layout
11883 d
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11889 \begin_inset Text
11890
11891 \begin_layout Plain Layout
11892 e
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 f
11902 \end_layout
11903
11904 \end_inset
11905 </cell>
11906 </row>
11907 <row>
11908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 g
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 h
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 i
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 </row>
11936 </lyxtabular>
11937
11938 \end_inset
11939
11940
11941 \end_layout
11942
11943 \end_inset
11944
11945
11946 \end_layout
11947
11948 \begin_layout Standard
11949 Par exemple, pour créer le tableau
11950 \begin_inset space ~
11951 \end_inset
11952
11953
11954 \begin_inset CommandInset ref
11955 LatexCommand ref
11956 reference "tab:Tableau-multicolonne-parfaite"
11957
11958 \end_inset
11959
11960 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11961  3×3 et faites un clic droit dessus.
11962  Ensuite choisissez pour cette cellule
11963 \emph on
11964 ,
11965 \emph default
11966  dans la fenêtre de dialogue de tableau, 
11967 \emph on
11968 multicolonne
11969 \emph default
11970
11971 \emph on
11972 alignement
11973 \begin_inset space ~
11974 \end_inset
11975
11976 horizontal
11977 \begin_inset space ~
11978 \end_inset
11979
11980 centré
11981 \emph default
11982  et une largeur de 2.5
11983 \begin_inset space \thinspace{}
11984 \end_inset
11985
11986 cm.
11987  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
11988  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
11989 \begin_inset space \thinspace{}
11990 \end_inset
11991
11992 cm pour la première colonne.
11993  La deuxième colonne aura alors automatiquement une largeur de 1.25
11994 \begin_inset space \thinspace{}
11995 \end_inset
11996
11997 cm (la largeur de la multicolonne moins la largeur de la première colonne).
11998  C'est ce qui a été fait pour le tableau
11999 \begin_inset space ~
12000 \end_inset
12001
12002
12003 \begin_inset CommandInset ref
12004 LatexCommand ref
12005 reference "tab:Tableau-multicolonne-imparfait"
12006
12007 \end_inset
12008
12009 .
12010 \end_layout
12011
12012 \begin_layout Standard
12013 \begin_inset Float table
12014 wide false
12015 sideways false
12016 status open
12017
12018 \begin_layout Plain Layout
12019 \begin_inset Caption
12020
12021 \begin_layout Plain Layout
12022 \begin_inset CommandInset label
12023 LatexCommand label
12024 name "tab:Tableau-multicolonne-imparfait"
12025
12026 \end_inset
12027
12028 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12029  de la largeur de la cellule multicolonne.
12030 \begin_inset OptArg
12031 status open
12032
12033 \begin_layout Plain Layout
12034 Tableau avec multicolonne pas parfaite
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \begin_layout Plain Layout
12048 \align center
12049 \begin_inset Tabular
12050 <lyxtabular version="3" rows="3" columns="3">
12051 <features>
12052 <column alignment="center" valignment="top" width="1.25cm">
12053 <column alignment="center" valignment="top" width="0">
12054 <column alignment="center" valignment="top" width="0">
12055 <row>
12056 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 multicolonne sur plusieurs lignes
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 c
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 <row>
12085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 d
12090 \end_layout
12091
12092 \end_inset
12093 </cell>
12094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098 e
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107 f
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 </row>
12113 <row>
12114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12115 \begin_inset Text
12116
12117 \begin_layout Plain Layout
12118 g
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 h
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 i
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 </row>
12142 </lyxtabular>
12143
12144 \end_inset
12145
12146
12147 \end_layout
12148
12149 \end_inset
12150
12151
12152 \end_layout
12153
12154 \begin_layout Standard
12155 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12156  de la cellule multicolonne, elle est un peu plus large.
12157  La raison est que la taille que l'on donne à une cellule, 
12158 \begin_inset Formula $W_{g}$
12159 \end_inset
12160
12161  n'est pas sa taille totale, 
12162 \begin_inset Formula $W_{\mathrm{tot}}$
12163 \end_inset
12164
12165  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12166  lui donne.
12167  L'appendice
12168 \begin_inset space ~
12169 \end_inset
12170
12171
12172 \begin_inset CommandInset ref
12173 LatexCommand eqref
12174 reference "cha:Explication-de-l'Equation"
12175
12176 \end_inset
12177
12178  explique pourquoi en détail.
12179 \end_layout
12180
12181 \begin_layout Standard
12182 La largeur nécessaire 
12183 \begin_inset Formula $W_{g\, n}$
12184 \end_inset
12185
12186  quand 
12187 \emph on
12188 n
12189 \emph default
12190  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12191  ait une largeur totale de 
12192 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12193 \end_inset
12194
12195 :
12196 \begin_inset Formula \begin{equation}
12197 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12198
12199 \end_inset
12200
12201
12202 \end_layout
12203
12204 \begin_layout Standard
12205 Dans notre cas nous avons 
12206 \begin_inset Formula $n=2$
12207 \end_inset
12208
12209
12210 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12211 \end_inset
12212
12213 cm et les valeurs implicites pour les autres longueurs, l'équation
12214 \begin_inset space ~
12215 \end_inset
12216
12217
12218 \begin_inset CommandInset ref
12219 LatexCommand ref
12220 reference "eq:Wgn"
12221
12222 \end_inset
12223
12224  devient
12225 \begin_inset Formula \begin{equation}
12226 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12227
12228 \end_inset
12229
12230
12231 \end_layout
12232
12233 \begin_layout Standard
12234 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12235  
12236 \series bold
12237 calc
12238 \series default
12239  avec la ligne suivante dans le préambule du document
12240 \begin_inset Index
12241 status collapsed
12242
12243 \begin_layout Plain Layout
12244 Paquetages LaTeX ! calc
12245 \end_layout
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Standard
12253
12254 \series bold
12255
12256 \backslash
12257 usepackage{calc}
12258 \end_layout
12259
12260 \begin_layout Standard
12261 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12262  de dialogue.
12263  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12264  la fenêtre de dialogue.
12265  Voici un aperçu de ces paramètres :
12266 \end_layout
12267
12268 \begin_layout Itemize
12269
12270 \series bold
12271 p{largeur}
12272 \series default
12273  crée une cellule de taille donnée, le texte est aligné verticalement en
12274  haut.
12275 \end_layout
12276
12277 \begin_layout Itemize
12278
12279 \series bold
12280 m{largeur}
12281 \series default
12282  crée une cellule de taille donnée, le texte est aligné verticalement au
12283  centre
12284 \end_layout
12285
12286 \begin_layout Itemize
12287
12288 \series bold
12289 b{largeur}
12290 \series default
12291  crée une cellule de taille donnée, le texte est aligné verticalement en
12292  bas
12293 \end_layout
12294
12295 \begin_layout Standard
12296 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12297  la fenêtre de dialogue sont ignorés.
12298 \end_layout
12299
12300 \begin_layout Standard
12301 \begin_inset Note Greyedout
12302 status open
12303
12304 \begin_layout Plain Layout
12305
12306 \series bold
12307 Note:
12308 \series default
12309  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12310  en compte.
12311 \end_layout
12312
12313 \end_inset
12314
12315
12316 \end_layout
12317
12318 \begin_layout Standard
12319 Comme le texte doit être centré horizontalement, on ajoute la commande 
12320 \series bold
12321
12322 \backslash
12323 centering
12324 \series default
12325 .
12326  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12327  des colonnes recouvertes :
12328 \end_layout
12329
12330 \begin_layout Standard
12331
12332 \series bold
12333 >{
12334 \backslash
12335 centering}m{1.25cm-6.2pt}
12336 \end_layout
12337
12338 \begin_layout Standard
12339 La commande 
12340 \series bold
12341 >{ }
12342 \series default
12343  signifie que les commandes qui se trouvent entre les accolades doivent
12344  être appliquées avant que la cellule ne soit créée.
12345 \end_layout
12346
12347 \begin_layout Standard
12348 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12349  multicolonne, il est toujours aligné à gauche.
12350  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12351  isolées.
12352  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12353 \end_layout
12354
12355 \begin_layout Standard
12356
12357 \series bold
12358 >{
12359 \backslash
12360 centering}m{2.5cm}
12361 \end_layout
12362
12363 \begin_layout Subsection
12364 Multi-lignes
12365 \begin_inset Index
12366 status collapsed
12367
12368 \begin_layout Plain Layout
12369 Multi-lignes
12370 \end_layout
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Tableau ! Multi-ligne
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12389  par LyX, il faut donc utiliser un peu de code TeX.
12390  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12391 \series bold
12392 multirow
12393 \series default
12394
12395 \begin_inset Index
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399 Paquetages LaTeX ! multirow
12400 \end_layout
12401
12402 \end_inset
12403
12404
12405 \series bold
12406  
12407 \series default
12408 dans le préambule de votre document avec la commande 
12409 \end_layout
12410
12411 \begin_layout Standard
12412
12413 \series bold
12414
12415 \backslash
12416 usepackage{multirow}
12417 \end_layout
12418
12419 \begin_layout Standard
12420 Les cellules multilignes sont créées avec la commande
12421 \end_layout
12422
12423 \begin_layout Standard
12424
12425 \series bold
12426
12427 \backslash
12428 multirow{number of rows}{cell width}{cell entry}
12429 \end_layout
12430
12431 \begin_layout Standard
12432 Pour créer le tableau suivant :
12433 \end_layout
12434
12435 \begin_layout Standard
12436 \align center
12437 \begin_inset ERT
12438 status collapsed
12439
12440 \begin_layout Plain Layout
12441
12442
12443 \backslash
12444 renewcommand{
12445 \backslash
12446 multirowsetup}{
12447 \backslash
12448 centering}
12449 \end_layout
12450
12451 \end_inset
12452
12453
12454 \begin_inset Tabular
12455 <lyxtabular version="3" rows="3" columns="3">
12456 <features>
12457 <column alignment="center" valignment="top" width="0">
12458 <column alignment="center" valignment="top" width="0">
12459 <column alignment="center" valignment="top" width="0">
12460 <row>
12461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465 a
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 b
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 c
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 </row>
12489 <row>
12490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 \begin_inset ERT
12495 status open
12496
12497 \begin_layout Plain Layout
12498
12499
12500 \backslash
12501 multirow{2}{2.5cm}{
12502 \end_layout
12503
12504 \end_inset
12505
12506 cellule multi-lignes
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512 }
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 e
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535 f
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 </row>
12541 <row>
12542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 h
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 i
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 </lyxtabular>
12571
12572 \end_inset
12573
12574
12575 \begin_inset ERT
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580
12581 \backslash
12582 renewcommand{
12583 \backslash
12584 multirowsetup}{
12585 \backslash
12586 raggedright}
12587 \end_layout
12588
12589 \end_inset
12590
12591
12592 \end_layout
12593
12594 \begin_layout Standard
12595 créez un tableau 3×3.
12596  Pour se débarrasser de la bordure au dessus de la dernière cellule de la
12597  première colonne, la cellule est marquée comme étant une multicolonne et
12598  la bordure supérieure est désactivée.
12599  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12600  première colonne en y insérant la commande
12601 \end_layout
12602
12603 \begin_layout Standard
12604
12605 \series bold
12606
12607 \backslash
12608 multirow{2}{2.5cm}{
12609 \end_layout
12610
12611 \begin_layout Standard
12612 comme du code TeX.
12613  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12614  deux lignes et a une largeur de 2.5
12615 \begin_inset space \thinspace{}
12616 \end_inset
12617
12618 cm.
12619  Le contenu de la cellule suit le code TeX et on termine la commande en
12620  ajoutant l'accolade fermante 
12621 \series bold
12622 }
12623 \series default
12624  dans une nouvelle boîte de code TeX, juste après le texte.
12625 \end_layout
12626
12627 \begin_layout Standard
12628
12629 \series bold
12630
12631 \backslash
12632 multirow
12633 \series default
12634  aligne implicitement son contenu à gauche.
12635  Pour passer outre le comportement implicite, vous devez redéfinir la commande
12636  
12637 \series bold
12638
12639 \backslash
12640 multirowsetup
12641 \series default
12642  avec la commande
12643 \end_layout
12644
12645 \begin_layout Standard
12646
12647 \series bold
12648
12649 \backslash
12650 renewcommand{
12651 \backslash
12652 multirowsetup}{
12653 \backslash
12654 centering}
12655 \end_layout
12656
12657 \begin_layout Standard
12658 dans le préambule du document.
12659  Après ça, tous les contenus de cellules multi-lignes du document seront
12660  centrés.
12661  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12662  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12663  juste avant le tableau concerné, plutôt que dans le préambule.
12664  Si le texte doit être aligné à droite, remplacez 
12665 \series bold
12666
12667 \backslash
12668 centering
12669 \series default
12670  par 
12671 \series bold
12672
12673 \backslash
12674 raggedleft
12675 \series default
12676 .
12677  Pour revenir à l'alignement à gauche utilisez 
12678 \series bold
12679
12680 \backslash
12681 raggedright
12682 \series default
12683 .
12684 \end_layout
12685
12686 \begin_layout Section
12687 Les Tableaux Formels
12688 \begin_inset CommandInset label
12689 LatexCommand label
12690 name "sec:Tableaux-Formels"
12691
12692 \end_inset
12693
12694
12695 \begin_inset Index
12696 status collapsed
12697
12698 \begin_layout Plain Layout
12699 Tableau ! Formel
12700 \end_layout
12701
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \begin_layout Standard
12708 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12709  à celle du tableau
12710 \begin_inset space ~
12711 \end_inset
12712
12713
12714 \begin_inset CommandInset ref
12715 LatexCommand ref
12716 reference "tab:Exemple-tableau-booktabs"
12717
12718 \end_inset
12719
12720 .
12721  Ce genre de tableau est appelé 
12722 \begin_inset Quotes eld
12723 \end_inset
12724
12725
12726 \emph on
12727 formel
12728 \emph default
12729
12730 \begin_inset Quotes erd
12731 \end_inset
12732
12733 .
12734  Pour transformer un tableau en tableau formel, utilisez l'option 
12735 \family sans
12736 Formel
12737 \family default
12738  de l'onglet 
12739 \family sans
12740 Bordures
12741 \family default
12742  de la fenêtre de dialogue 
12743 \family sans
12744 Paramètres
12745 \begin_inset space ~
12746 \end_inset
12747
12748 du
12749 \begin_inset space ~
12750 \end_inset
12751
12752 tableau
12753 \family default
12754 .
12755 \end_layout
12756
12757 \begin_layout Standard
12758 \begin_inset Float table
12759 placement h
12760 wide false
12761 sideways false
12762 status open
12763
12764 \begin_layout Plain Layout
12765 \begin_inset Caption
12766
12767 \begin_layout Plain Layout
12768 \begin_inset CommandInset label
12769 LatexCommand label
12770 name "tab:Exemple-tableau-booktabs"
12771
12772 \end_inset
12773
12774 Exemple de tableau formel
12775 \end_layout
12776
12777 \end_inset
12778
12779
12780 \end_layout
12781
12782 \begin_layout Plain Layout
12783 \align center
12784 \begin_inset Tabular
12785 <lyxtabular version="3" rows="8" columns="4">
12786 <features booktabs="true">
12787 <column alignment="center" valignment="top" width="0">
12788 <column alignment="center" valignment="top" width="0">
12789 <column alignment="center" valignment="top" width="0">
12790 <column alignment="center" valignment="top" width="0">
12791 <row>
12792 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 Système
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" topline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 Medipix
12806 \begin_inset space \thinspace{}
12807 \end_inset
12808
12809 1
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 Medipix
12819 \begin_inset space \thinspace{}
12820 \end_inset
12821
12822 2
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 </row>
12837 <row>
12838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 \begin_inset ERT
12843 status collapsed
12844
12845 \begin_layout Plain Layout
12846
12847
12848 \backslash
12849 cmidrule(r){2-2}
12850 \end_layout
12851
12852 \end_inset
12853
12854
12855 \begin_inset ERT
12856 status collapsed
12857
12858 \begin_layout Plain Layout
12859
12860
12861 \backslash
12862 cmidrule(l){3-4}
12863 \end_layout
12864
12865 \end_inset
12866
12867 Épaisseur du capteur [µm]
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 300
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 <cell alignment="center" valignment="top" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 300
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 700
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 </row>
12900 <row>
12901 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 Angle du biseau [°]
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 <cell alignment="center" valignment="top" topline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 3.55
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" topline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 2.71
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 7.99
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 </row>
12938 <row topspace="default">
12939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943 Résolution spatiale [µm]
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 4.26
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 <cell alignment="center" valignment="top" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 10.17
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 10.56
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 </row>
12976 <row topspace="default">
12977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981 MTF à 
12982 \begin_inset Formula $f_{\mathrm{max}}$
12983 \end_inset
12984
12985
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 0.53
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 0.37
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 <cell alignment="center" valignment="top" usebox="none">
13009 \begin_inset Text
13010
13011 \begin_layout Plain Layout
13012 0.39
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 </row>
13018 <row topspace="default">
13019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 \begin_inset ERT
13024 status collapsed
13025
13026 \begin_layout Plain Layout
13027
13028
13029 \backslash
13030 cmidrule(l{10pt}){1-1}
13031 \end_layout
13032
13033 \end_inset
13034
13035 résolution spatiale LSF
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 <cell alignment="center" valignment="top" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 <cell alignment="center" valignment="top" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 </row>
13068 <row>
13069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Plain Layout
13073 en µm
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 <cell alignment="center" valignment="top" usebox="none">
13079 \begin_inset Text
13080
13081 \begin_layout Plain Layout
13082 129.7
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell alignment="center" valignment="top" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 52.75
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 <cell alignment="center" valignment="top" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 50.78
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 </row>
13106 <row>
13107 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 en % de la taille des pixels
13112 \end_layout
13113
13114 \end_inset
13115 </cell>
13116 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 76.3
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Plain Layout
13129 95.9
13130 \end_layout
13131
13132 \end_inset
13133 </cell>
13134 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 92.3
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 </row>
13144 </lyxtabular>
13145
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \end_inset
13152
13153
13154 \end_layout
13155
13156 \begin_layout Standard
13157 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13158  
13159 \family sans
13160 Bordures
13161 \family default
13162  de la fenêtre de dialogue 
13163 \family sans
13164 Paramètres
13165 \begin_inset space ~
13166 \end_inset
13167
13168 du
13169 \begin_inset space ~
13170 \end_inset
13171
13172 tableau
13173 \family default
13174  comme c'est décrit dans la section
13175 \begin_inset space ~
13176 \end_inset
13177
13178
13179 \begin_inset CommandInset ref
13180 LatexCommand ref
13181 reference "sub:Espacement-lignes"
13182
13183 \end_inset
13184
13185 .
13186 \end_layout
13187
13188 \begin_layout Standard
13189 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13190  verticales.
13191  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13192  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13193  sortie imprimée :
13194 \begin_inset Newline newline
13195 \end_inset
13196
13197 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13198 \begin_inset space \thinspace{}
13199 \end_inset
13200
13201 em alors que les autres lignes ont implicite une épaisseur de 0.05
13202 \begin_inset space \thinspace{}
13203 \end_inset
13204
13205 em.
13206 \end_layout
13207
13208 \begin_layout Standard
13209 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13210  les lignes de préambule suivantes :
13211 \end_layout
13212
13213 \begin_layout Standard
13214
13215 \series bold
13216
13217 \backslash
13218 let
13219 \backslash
13220 mytoprule
13221 \backslash
13222 toprule
13223 \begin_inset Newline newline
13224 \end_inset
13225
13226
13227 \backslash
13228 renewcommand{
13229 \backslash
13230 toprule}{
13231 \backslash
13232 mytoprule[width]}
13233 \end_layout
13234
13235 \begin_layout Standard
13236 Cet exemple concerne la première ligne, appelée 
13237 \series bold
13238 toprule
13239 \series default
13240 .
13241  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13242 \series bold
13243 toprule
13244 \series default
13245  par 
13246 \series bold
13247 bottomrule
13248 \series default
13249 .
13250  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13251  
13252 \series bold
13253 toprule
13254 \series default
13255  par 
13256 \series bold
13257 midrule
13258 \series default
13259 .
13260  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13261 \begin_inset space ~
13262 \end_inset
13263
13264
13265 \begin_inset CommandInset ref
13266 LatexCommand ref
13267 reference "cha:Unités-de-longueur"
13268
13269 \end_inset
13270
13271  pour préciser l'épaisseur voulue.
13272 \end_layout
13273
13274 \begin_layout Standard
13275 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13276  en mettant une ligne pour une cellule multi colonne.
13277  LyX va utiliser en interne la commande 
13278 \series bold
13279
13280 \backslash
13281 cmidrule
13282 \series default
13283  pour créer cette ligne.
13284  Sa syntaxe complète est :
13285 \end_layout
13286
13287 \begin_layout Standard
13288
13289 \series bold
13290
13291 \backslash
13292 cmidrule[largeur](rognage){colDépart-colFin}
13293 \end_layout
13294
13295 \begin_layout Standard
13296 Les options de la commande 
13297 \series bold
13298
13299 \backslash
13300 cmidrule
13301 \series default
13302  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13303  TeX pour pouvoir les utiliser.
13304  On peut créer manuellement des lignes 
13305 \series bold
13306
13307 \backslash
13308 mitrales
13309 \series default
13310  en insérant la commande en code TeX comme le premier élément de la première
13311  cellule de la ligne.
13312  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13313  en question.
13314 \end_layout
13315
13316 \begin_layout Standard
13317 La valeur implicite pour l'épaisseur des lignes est de 0.03
13318 \begin_inset space \thinspace{}
13319 \end_inset
13320
13321 em.
13322  
13323 \series bold
13324 colDépart
13325 \series default
13326  est le numéro de la colonne dans laquelle la ligne commence et 
13327 \series bold
13328 colFin
13329 \series default
13330  est le numéro de la colonne dans laquelle elle se termine.
13331  La valeur de 
13332 \series bold
13333 colFin
13334 \series default
13335  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13336  Le paramètre optionnel 
13337 \series bold
13338 rognage
13339 \series default
13340  peut être soit 
13341 \emph on
13342 l{largeurRognage}
13343 \emph default
13344 , ou 
13345 \emph on
13346 r{largeurRognage}
13347 \emph default
13348  où les valeurs de
13349 \emph on
13350  largeurRognage
13351 \emph default
13352  sont aussi optionnelles.
13353  En utilisant par exemple la valeur 
13354 \emph on
13355 l{2pt}
13356 \emph default
13357  pour ce paramètre, la ligne va être rognée de 2
13358 \begin_inset space \thinspace{}
13359 \end_inset
13360
13361 pt à son extrémité gauche.
13362  Si vous ne spécifiez pas de valeur pour 
13363 \emph on
13364 largeurRognage
13365 \emph default
13366  les lignes sont implicitement rognées de 0.5
13367 \begin_inset space \thinspace{}
13368 \end_inset
13369
13370 em.
13371 \end_layout
13372
13373 \begin_layout Standard
13374 \begin_inset VSpace bigskip
13375 \end_inset
13376
13377 Le tableau
13378 \begin_inset space ~
13379 \end_inset
13380
13381
13382 \begin_inset CommandInset ref
13383 LatexCommand ref
13384 reference "tab:Exemple-tableau-booktabs"
13385
13386 \end_inset
13387
13388  a été créé en utilisant les commandes
13389 \end_layout
13390
13391 \begin_layout Standard
13392
13393 \series bold
13394
13395 \backslash
13396 cmidrule(r){2-2}
13397 \backslash
13398 cmidrule(l){3-4}
13399 \end_layout
13400
13401 \begin_layout Standard
13402 au début de la deuxième ligne et
13403 \end_layout
13404
13405 \begin_layout Standard
13406
13407 \series bold
13408
13409 \backslash
13410 cmidrule(l{10pt}){1-1}
13411 \end_layout
13412
13413 \begin_layout Standard
13414 au début de la sixième ligne.
13415 \end_layout
13416
13417 \begin_layout Standard
13418 \begin_inset VSpace bigskip
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \begin_layout Standard
13425 Vous pouvez vouloir des commandes 
13426 \series bold
13427
13428 \backslash
13429 cmidrule
13430 \series default
13431 s qui se recouvrent comme pour le tableau
13432 \begin_inset space ~
13433 \end_inset
13434
13435
13436 \begin_inset CommandInset ref
13437 LatexCommand ref
13438 reference "tab:Tableau-booktabs-special"
13439
13440 \end_inset
13441
13442 .
13443  On obtient ce résultat en utilisant la commande suivante en code TeX
13444 \end_layout
13445
13446 \begin_layout Standard
13447
13448 \series bold
13449
13450 \backslash
13451 morecmidrules
13452 \end_layout
13453
13454 \begin_layout Standard
13455 La commande qui a été utilisée pour la deuxième ligne du tableau
13456 \begin_inset space ~
13457 \end_inset
13458
13459
13460 \begin_inset CommandInset ref
13461 LatexCommand ref
13462 reference "tab:Tableau-booktabs-special"
13463
13464 \end_inset
13465
13466  est
13467 \end_layout
13468
13469 \begin_layout Standard
13470
13471 \series bold
13472
13473 \backslash
13474 cmidrule(r){2-2}
13475 \backslash
13476 cmidrule(l){3-4}
13477 \backslash
13478 morecmidrules
13479 \backslash
13480 cmidrule{2-4}
13481 \end_layout
13482
13483 \begin_layout Standard
13484 La commande pour la sixième ligne est
13485 \end_layout
13486
13487 \begin_layout Standard
13488
13489 \series bold
13490
13491 \backslash
13492 midrule
13493 \backslash
13494 morecmidrules
13495 \backslash
13496 cmidrule{3-4}
13497 \end_layout
13498
13499 \begin_layout Standard
13500 \begin_inset VSpace bigskip
13501 \end_inset
13502
13503
13504 \end_layout
13505
13506 \begin_layout Standard
13507 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13508 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13509  font toute la largeur du tableau :
13510 \end_layout
13511
13512 \begin_layout Standard
13513
13514 \series bold
13515
13516 \backslash
13517 specialrule{largeur}{espace au dessus}{espace en dessous}
13518 \end_layout
13519
13520 \begin_layout Standard
13521 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13522  du paquetage LaTeX 
13523 \series bold
13524 booktabs
13525 \series default
13526  
13527 \begin_inset CommandInset citation
13528 LatexCommand cite
13529 key "booktabs"
13530
13531 \end_inset
13532
13533 .
13534 \begin_inset Index
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538 Paquetages LaTeX ! booktabs
13539 \end_layout
13540
13541 \end_inset
13542
13543
13544 \end_layout
13545
13546 \begin_layout Standard
13547 \begin_inset Float table
13548 placement h
13549 wide false
13550 sideways false
13551 status open
13552
13553 \begin_layout Plain Layout
13554 \begin_inset Caption
13555
13556 \begin_layout Plain Layout
13557 \begin_inset CommandInset label
13558 LatexCommand label
13559 name "tab:Tableau-booktabs-special"
13560
13561 \end_inset
13562
13563 Tableau formel spécial
13564 \end_layout
13565
13566 \end_inset
13567
13568
13569 \end_layout
13570
13571 \begin_layout Plain Layout
13572 \align center
13573 \begin_inset Tabular
13574 <lyxtabular version="3" rows="8" columns="4">
13575 <features booktabs="true">
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <column alignment="center" valignment="top" width="0">
13579 <column alignment="center" valignment="top" width="0">
13580 <row>
13581 <cell alignment="center" valignment="top" topline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 Système
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 Medipix
13595 \begin_inset space \thinspace{}
13596 \end_inset
13597
13598 1
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607 Medipix
13608 \begin_inset space \thinspace{}
13609 \end_inset
13610
13611 2
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 <row>
13627 <cell alignment="center" valignment="top" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 \begin_inset ERT
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635
13636
13637 \backslash
13638 cmidrule(r){2-2}
13639 \end_layout
13640
13641 \end_inset
13642
13643
13644 \begin_inset ERT
13645 status collapsed
13646
13647 \begin_layout Plain Layout
13648
13649
13650 \backslash
13651 cmidrule(l){3-4}
13652 \end_layout
13653
13654 \end_inset
13655
13656
13657 \begin_inset ERT
13658 status collapsed
13659
13660 \begin_layout Plain Layout
13661
13662
13663 \backslash
13664 morecmidrules 
13665 \end_layout
13666
13667 \end_inset
13668
13669
13670 \begin_inset ERT
13671 status collapsed
13672
13673 \begin_layout Plain Layout
13674
13675
13676 \backslash
13677 cmidrule{2-4}
13678 \end_layout
13679
13680 \end_inset
13681
13682 Epaisseur du capteur [µm]
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 300
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 300
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 700
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 </row>
13715 <row>
13716 <cell alignment="center" valignment="top" topline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 Angle biseau [°]
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 <cell alignment="center" valignment="top" topline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 3.55
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" topline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 2.71
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 7.99
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 <row topspace="default">
13754 <cell alignment="center" valignment="top" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 Résolution spatiale [µm]
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 4.26
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 10.17
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 10.56
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 </row>
13791 <row topspace="default">
13792 <cell alignment="center" valignment="top" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 MTF à 
13797 \begin_inset Formula $f_{\mathrm{max}}$
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 <cell alignment="center" valignment="top" usebox="none">
13806 \begin_inset Text
13807
13808 \begin_layout Plain Layout
13809 0.53
13810 \end_layout
13811
13812 \end_inset
13813 </cell>
13814 <cell alignment="center" valignment="top" usebox="none">
13815 \begin_inset Text
13816
13817 \begin_layout Plain Layout
13818 0.37
13819 \end_layout
13820
13821 \end_inset
13822 </cell>
13823 <cell alignment="center" valignment="top" usebox="none">
13824 \begin_inset Text
13825
13826 \begin_layout Plain Layout
13827 0.39
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 </row>
13833 <row>
13834 <cell alignment="center" valignment="top" topline="true" usebox="none">
13835 \begin_inset Text
13836
13837 \begin_layout Plain Layout
13838 \begin_inset ERT
13839 status collapsed
13840
13841 \begin_layout Plain Layout
13842
13843
13844 \backslash
13845 morecmidrules 
13846 \end_layout
13847
13848 \end_inset
13849
13850
13851 \begin_inset ERT
13852 status collapsed
13853
13854 \begin_layout Plain Layout
13855
13856
13857 \backslash
13858 cmidrule{3-4}
13859 \end_layout
13860
13861 \end_inset
13862
13863 résolution spatiale LSF
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 <cell alignment="center" valignment="top" topline="true" usebox="none">
13869 \begin_inset Text
13870
13871 \begin_layout Plain Layout
13872
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" topline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" topline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 </row>
13896 <row>
13897 <cell alignment="center" valignment="top" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Plain Layout
13901 en µm
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 <cell alignment="center" valignment="top" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910 129.7
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 <cell alignment="center" valignment="top" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 52.75
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 50.78
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 </row>
13934 <row>
13935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939 en % de la taille des pixels
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 76.3
13949 \end_layout
13950
13951 \end_inset
13952 </cell>
13953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957 95.9
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 92.3
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 </lyxtabular>
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \end_inset
13980
13981
13982 \end_layout
13983
13984 \begin_layout Section
13985 Alignement Vertical des Tableaux
13986 \begin_inset Index
13987 status collapsed
13988
13989 \begin_layout Plain Layout
13990 Tableau ! Alignement
13991 \end_layout
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14000  doit être à l'intérieur d'une boîte.
14001  La boîte peut alors être alignée comme c'est décrit dans la 
14002 \begin_inset space ~
14003 \end_inset
14004
14005
14006 \begin_inset CommandInset ref
14007 LatexCommand ref
14008 reference "sec:Boîte-Dialogue"
14009
14010 \end_inset
14011
14012 .
14013 \end_layout
14014
14015 \begin_layout Standard
14016 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14017  minipage
14018 \begin_inset Foot
14019 status open
14020
14021 \begin_layout Plain Layout
14022 Les minipages son décrites dans la section
14023 \begin_inset space ~
14024 \end_inset
14025
14026
14027 \begin_inset CommandInset ref
14028 LatexCommand ref
14029 reference "sec:Minipages"
14030
14031 \end_inset
14032
14033 .
14034 \end_layout
14035
14036 \end_inset
14037
14038  dont la largeur est de 15
14039 \begin_inset space \thinspace{}
14040 \end_inset
14041
14042 col% :
14043 \end_layout
14044
14045 \begin_layout Itemize
14046 test 
14047 \begin_inset Box Frameless
14048 position "t"
14049 hor_pos "c"
14050 has_inner_box 1
14051 inner_pos "c"
14052 use_parbox 0
14053 width "15col%"
14054 special "none"
14055 height "1in"
14056 height_special "totalheight"
14057 status collapsed
14058
14059 \begin_layout Plain Layout
14060 \begin_inset Tabular
14061 <lyxtabular version="3" rows="3" columns="3">
14062 <features>
14063 <column alignment="center" valignment="top" width="0">
14064 <column alignment="center" valignment="top" width="0">
14065 <column alignment="center" valignment="top" width="0">
14066 <row>
14067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 a
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 d
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 g
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 </row>
14095 <row>
14096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 b
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 e
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 h
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 </row>
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 c
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 f
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 i
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 </row>
14153 </lyxtabular>
14154
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \end_inset
14161
14162  test 
14163 \begin_inset ERT
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167
14168
14169 \backslash
14170 raisebox{0.85
14171 \backslash
14172 baselineskip}{
14173 \end_layout
14174
14175 \end_inset
14176
14177
14178 \begin_inset Box Frameless
14179 position "t"
14180 hor_pos "c"
14181 has_inner_box 1
14182 inner_pos "c"
14183 use_parbox 0
14184 width "15col%"
14185 special "none"
14186 height "1in"
14187 height_special "totalheight"
14188 status collapsed
14189
14190 \begin_layout Plain Layout
14191 \begin_inset Tabular
14192 <lyxtabular version="3" rows="3" columns="3">
14193 <features>
14194 <column alignment="center" valignment="top" width="0">
14195 <column alignment="center" valignment="top" width="0">
14196 <column alignment="center" valignment="top" width="0">
14197 <row>
14198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202 a
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 d
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 g
14221 \end_layout
14222
14223 \end_inset
14224 </cell>
14225 </row>
14226 <row>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 b
14232 \end_layout
14233
14234 \end_inset
14235 </cell>
14236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240 e
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 h
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 </row>
14255 <row>
14256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 c
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 f
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 i
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 </row>
14284 </lyxtabular>
14285
14286 \end_inset
14287
14288
14289 \end_layout
14290
14291 \end_inset
14292
14293
14294 \begin_inset ERT
14295 status collapsed
14296
14297 \begin_layout Plain Layout
14298
14299 }
14300 \end_layout
14301
14302 \end_inset
14303
14304
14305 \end_layout
14306
14307 \begin_layout Itemize
14308 test 
14309 \begin_inset Box Frameless
14310 position "c"
14311 hor_pos "c"
14312 has_inner_box 1
14313 inner_pos "c"
14314 use_parbox 0
14315 width "15col%"
14316 special "none"
14317 height "1in"
14318 height_special "totalheight"
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322 \begin_inset Tabular
14323 <lyxtabular version="3" rows="3" columns="3">
14324 <features>
14325 <column alignment="center" valignment="top" width="0">
14326 <column alignment="center" valignment="top" width="0">
14327 <column alignment="center" valignment="top" width="0">
14328 <row>
14329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333 a
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14339 \begin_inset Text
14340
14341 \begin_layout Plain Layout
14342 d
14343 \end_layout
14344
14345 \end_inset
14346 </cell>
14347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14348 \begin_inset Text
14349
14350 \begin_layout Plain Layout
14351 g
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 </row>
14357 <row>
14358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 b
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14368 \begin_inset Text
14369
14370 \begin_layout Plain Layout
14371 e
14372 \end_layout
14373
14374 \end_inset
14375 </cell>
14376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14377 \begin_inset Text
14378
14379 \begin_layout Plain Layout
14380 h
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row>
14387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 c
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 f
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 i
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 </row>
14415 </lyxtabular>
14416
14417 \end_inset
14418
14419
14420 \end_layout
14421
14422 \end_inset
14423
14424
14425 \end_layout
14426
14427 \begin_layout Itemize
14428 test 
14429 \begin_inset Box Frameless
14430 position "b"
14431 hor_pos "c"
14432 has_inner_box 1
14433 inner_pos "c"
14434 use_parbox 0
14435 width "15col%"
14436 special "none"
14437 height "1in"
14438 height_special "totalheight"
14439 status collapsed
14440
14441 \begin_layout Plain Layout
14442 \begin_inset Tabular
14443 <lyxtabular version="3" rows="3" columns="3">
14444 <features>
14445 <column alignment="center" valignment="top" width="0">
14446 <column alignment="center" valignment="top" width="0">
14447 <column alignment="center" valignment="top" width="0">
14448 <row>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 a
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 d
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471 g
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 </row>
14477 <row>
14478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 b
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14488 \begin_inset Text
14489
14490 \begin_layout Plain Layout
14491 e
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 h
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 </row>
14506 <row>
14507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511 c
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 f
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 i
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 </row>
14535 </lyxtabular>
14536
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \end_inset
14543
14544  test 
14545 \begin_inset ERT
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549
14550
14551 \backslash
14552 raisebox{-0.32
14553 \backslash
14554 baselineskip}{
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \begin_inset Box Frameless
14561 position "b"
14562 hor_pos "c"
14563 has_inner_box 1
14564 inner_pos "c"
14565 use_parbox 0
14566 width "15col%"
14567 special "none"
14568 height "1in"
14569 height_special "totalheight"
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573 \begin_inset Tabular
14574 <lyxtabular version="3" rows="3" columns="3">
14575 <features>
14576 <column alignment="center" valignment="top" width="0">
14577 <column alignment="center" valignment="top" width="0">
14578 <column alignment="center" valignment="top" width="0">
14579 <row>
14580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584 a
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593 d
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 g
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 </row>
14608 <row>
14609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613 b
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 e
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 h
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 </row>
14637 <row>
14638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642 c
14643 \end_layout
14644
14645 \end_inset
14646 </cell>
14647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651 f
14652 \end_layout
14653
14654 \end_inset
14655 </cell>
14656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 i
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 </row>
14666 </lyxtabular>
14667
14668 \end_inset
14669
14670
14671 \end_layout
14672
14673 \end_inset
14674
14675
14676 \begin_inset ERT
14677 status collapsed
14678
14679 \begin_layout Plain Layout
14680
14681 }
14682 \end_layout
14683
14684 \end_inset
14685
14686
14687 \end_layout
14688
14689 \begin_layout Standard
14690 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14691  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14692  la ligne dans laquelle le tableau est inséré.
14693  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14694  boîte élévatrice (raisebox)
14695 \begin_inset Foot
14696 status collapsed
14697
14698 \begin_layout Plain Layout
14699 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14700 \begin_inset space ~
14701 \end_inset
14702
14703
14704 \begin_inset CommandInset ref
14705 LatexCommand ref
14706 reference "sub:Alignement-Vertical"
14707
14708 \end_inset
14709
14710 .
14711 \end_layout
14712
14713 \end_inset
14714
14715 .
14716  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14717  aligné en utilisant la commande en code TeX suivante 
14718 \end_layout
14719
14720 \begin_layout Standard
14721
14722 \series bold
14723
14724 \backslash
14725 raisebox{0.85
14726 \backslash
14727 baselineskip}{
14728 \end_layout
14729
14730 \begin_layout Standard
14731 placée juste avant la boîte minipage.
14732  Après la boîte on insère l'accolade fermante en code TeX.
14733  Pour le deuxième tableau de la dernière ligne, la commande 
14734 \end_layout
14735
14736 \begin_layout Standard
14737
14738 \series bold
14739
14740 \backslash
14741 raisebox{-0.32
14742 \backslash
14743 baselineskip}{
14744 \end_layout
14745
14746 \begin_layout Standard
14747 est utilisée.
14748 \end_layout
14749
14750 \begin_layout Standard
14751 \begin_inset Note Greyedout
14752 status open
14753
14754 \begin_layout Plain Layout
14755
14756 \series bold
14757 Note:
14758 \series default
14759  L'alignement entre le contenu de la ligne du tableau et le texte de la
14760  ligne qui l'entoure ne peut pas être parfait.
14761  Le facteur utilisé dans la commande 
14762 \series bold
14763
14764 \backslash
14765 raisebox
14766 \series default
14767  pour obtenir cet alignement dépend de la police de caractères du document,
14768  de la taille de la police et de l'épaisseur des lignes du tableau.
14769 \end_layout
14770
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \begin_layout Section
14777 Tableaux Colorés
14778 \begin_inset CommandInset label
14779 LatexCommand label
14780 name "sec:Tableaux-Colorés"
14781
14782 \end_inset
14783
14784
14785 \begin_inset Index
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789 Tableau ! Coloré
14790 \end_layout
14791
14792 \end_inset
14793
14794
14795 \end_layout
14796
14797 \begin_layout Subsection
14798 Cellules Colorées
14799 \begin_inset Index
14800 status collapsed
14801
14802 \begin_layout Plain Layout
14803 Couleur des tableaux ! Pour les cellules
14804 \end_layout
14805
14806 \end_inset
14807
14808
14809 \begin_inset Index
14810 status collapsed
14811
14812 \begin_layout Plain Layout
14813 Couleur ! Pour les cellules de tableau
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \begin_layout Standard
14822 \begin_inset Float table
14823 placement h
14824 wide false
14825 sideways false
14826 status open
14827
14828 \begin_layout Plain Layout
14829 \begin_inset Caption
14830
14831 \begin_layout Plain Layout
14832 \begin_inset CommandInset label
14833 LatexCommand label
14834 name "tab:Tableau-coloré-sans-colortbl"
14835
14836 \end_inset
14837
14838 Tableau coloré sans utiliser le paquetage  
14839 \series bold
14840 colortbl
14841 \series default
14842
14843 \begin_inset OptArg
14844 status open
14845
14846 \begin_layout Plain Layout
14847 Tableau sans colortbl
14848 \end_layout
14849
14850 \end_inset
14851
14852
14853 \end_layout
14854
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \begin_layout Plain Layout
14861 \align center
14862 \begin_inset Tabular
14863 <lyxtabular version="3" rows="3" columns="3">
14864 <features>
14865 <column alignment="center" valignment="top" width="0">
14866 <column alignment="center" valignment="top" width="0">
14867 <column alignment="center" valignment="top" width="0">
14868 <row>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873
14874 \color green
14875 a
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884
14885 \color red
14886 b
14887 \end_layout
14888
14889 \end_inset
14890 </cell>
14891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895
14896 \color red
14897 c
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908
14909 \color green
14910 d
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \color blue
14921 e
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930
14931 \color blue
14932 f
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 </row>
14938 <row>
14939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943
14944 \color green
14945 g
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \color blue
14956 h
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \color blue
14967 i
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 </lyxtabular>
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14987  et choisissez une couleur dans le menu 
14988 \family sans
14989 Éditer\SpecialChar \menuseparator
14990 Style
14991 \begin_inset space ~
14992 \end_inset
14993
14994 de
14995 \begin_inset space ~
14996 \end_inset
14997
14998 Texte
14999 \family default
15000 .
15001  C'est ce qui a été utilisé pour créer le tableau
15002 \begin_inset space ~
15003 \end_inset
15004
15005
15006 \begin_inset CommandInset ref
15007 LatexCommand ref
15008 reference "tab:Tableau-coloré-sans-colortbl"
15009
15010 \end_inset
15011
15012 .
15013  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15014 \series bold
15015 colortbl
15016 \series default
15017 .
15018 \begin_inset Index
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022 Paquetages LaTeX ! colortbl
15023 \end_layout
15024
15025 \end_inset
15026
15027
15028 \end_layout
15029
15030 \begin_layout Standard
15031 \begin_inset ERT
15032 status collapsed
15033
15034 \begin_layout Plain Layout
15035
15036
15037 \backslash
15038 ifcolortbl
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \begin_inset Note Note
15045 status open
15046
15047 \begin_layout Plain Layout
15048 La section qui suit ne sera affichée que si vous avez installé le paquetage
15049  LaTeX 
15050 \series bold
15051 colortbl
15052 \series default
15053 .
15054 \end_layout
15055
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \begin_layout Standard
15062 Pour créer des tableaux colorés, vous devez charger le paquetage
15063 \series bold
15064  colortbl
15065 \series default
15066  dans le préambule avec la ligne
15067 \end_layout
15068
15069 \begin_layout Standard
15070
15071 \series bold
15072
15073 \backslash
15074 usepackage{colortbl}
15075 \end_layout
15076
15077 \begin_layout Standard
15078 On choisit la couleur d'une colonne avec la commande 
15079 \end_layout
15080
15081 \begin_layout Standard
15082
15083 \series bold
15084
15085 \backslash
15086 columncolor{nom de couleur}
15087 \end_layout
15088
15089 \begin_layout Standard
15090 à l'intérieur d'une commande 
15091 \series bold
15092 >{ }
15093 \series default
15094 .
15095  Vous trouverez plus d'information sur la commande 
15096 \series bold
15097 >{}
15098 \series default
15099  dans la section
15100 \begin_inset space ~
15101 \end_inset
15102
15103
15104 \begin_inset CommandInset ref
15105 LatexCommand ref
15106 reference "sub:Calculs-multicolonnes"
15107
15108 \end_inset
15109
15110 .
15111 \end_layout
15112
15113 \begin_layout Standard
15114 Les noms de couleurs suivants sont prédéfinis :
15115 \end_layout
15116
15117 \begin_layout Standard
15118
15119 \family sans
15120 red
15121 \family default
15122  (rouge), 
15123 \family sans
15124 green
15125 \family default
15126  (vert), 
15127 \family sans
15128 yellow
15129 \family default
15130  (jaune), 
15131 \family sans
15132 blue
15133 \family default
15134  (bleu), 
15135 \family sans
15136 cyan
15137 \family default
15138
15139 \family sans
15140 magenta
15141 \family default
15142
15143 \family sans
15144 black 
15145 \family default
15146 (noir) et 
15147 \family sans
15148 white 
15149 \family default
15150 (blanc).
15151 \end_layout
15152
15153 \begin_layout Standard
15154 \begin_inset VSpace medskip
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \begin_layout Standard
15161 Vous pouvez aussi définir votre propre couleur avec la commande
15162 \end_layout
15163
15164 \begin_layout Standard
15165
15166 \series bold
15167
15168 \backslash
15169 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15170 \end_layout
15171
15172 \begin_layout Standard
15173 Le modèle de couleur peut être
15174 \end_layout
15175
15176 \begin_layout Labeling
15177 \labelwidthstring 00.00.0000
15178 cmyk: cyan, magenta, jaune (yellow), noir (black)
15179 \end_layout
15180
15181 \begin_layout Labeling
15182 \labelwidthstring 00.00.0000
15183 rgb: red, vert (green), bleu (blue)
15184 \end_layout
15185
15186 \begin_layout Labeling
15187 \labelwidthstring 00.00.0000
15188 gray dégradé de gris (gray)
15189 \end_layout
15190
15191 \begin_layout Standard
15192 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15193  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15194 \end_layout
15195
15196 \begin_layout Standard
15197 Vous pouvez par exemple définir la couleur 
15198 \begin_inset Quotes eld
15199 \end_inset
15200
15201
15202 \emph on
15203 vertfonce
15204 \begin_inset Quotes erd
15205 \end_inset
15206
15207  dans le préambule avec la ligne
15208 \end_layout
15209
15210 \begin_layout Standard
15211
15212 \series bold
15213
15214 \backslash
15215 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15216 \end_layout
15217
15218 \begin_layout Standard
15219 et la couleur "
15220 \emph on
15221 grisclair
15222 \emph default
15223 " avec
15224 \end_layout
15225
15226 \begin_layout Standard
15227
15228 \series bold
15229
15230 \backslash
15231 definecolor{grisclair}{gray}{0.8}
15232 \end_layout
15233
15234 \begin_layout Standard
15235 \begin_inset VSpace medskip
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \begin_layout Standard
15242 Les lignes sont colorées avec la commande
15243 \end_layout
15244
15245 \begin_layout Standard
15246
15247 \series bold
15248
15249 \backslash
15250 rowcolor{nom de la couleur}
15251 \end_layout
15252
15253 \begin_layout Standard
15254 et les cellules sont colorées avec la commande
15255 \end_layout
15256
15257 \begin_layout Standard
15258
15259 \series bold
15260
15261 \backslash
15262 cellcolor{nom de la couleur}
15263 \end_layout
15264
15265 \begin_layout Standard
15266 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15267 \end_layout
15268
15269 \begin_layout Standard
15270 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15271  choisissez une couleur dans le menu 
15272 \family sans
15273 Éditer\SpecialChar \menuseparator
15274 Style
15275 \begin_inset space ~
15276 \end_inset
15277
15278 de
15279 \begin_inset space ~
15280 \end_inset
15281
15282 Texte
15283 \family default
15284 .
15285  Si une cellule contient du code TeX, faites bien attention à ne colorer
15286  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15287 \end_layout
15288
15289 \begin_layout Standard
15290 \begin_inset Note Greyedout
15291 status open
15292
15293 \begin_layout Plain Layout
15294
15295 \series bold
15296 Note:
15297 \series default
15298  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15299  définies par l'utilisateur.
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \end_layout
15306
15307 \begin_layout Standard
15308 \begin_inset VSpace bigskip
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \begin_layout Standard
15315 Pour créer le tableau
15316 \begin_inset space ~
15317 \end_inset
15318
15319
15320 \begin_inset CommandInset ref
15321 LatexCommand ref
15322 reference "tab:Tableau-coloré-avec-colortbl"
15323
15324 \end_inset
15325
15326  faites ce qui suit : La couleur de la première colonne doit être 
15327 \emph on
15328 vertfonce
15329 \emph default
15330 .
15331  On insère donc la commande
15332 \end_layout
15333
15334 \begin_layout Standard
15335
15336 \series bold
15337 >{
15338 \backslash
15339 columncolor{vertfonce}
15340 \backslash
15341 centering}c
15342 \end_layout
15343
15344 \begin_layout Standard
15345 en code TeX pour cette colonne.
15346  La première ligne doit être bleue
15347 \begin_inset Note Note
15348 status open
15349
15350 \begin_layout Plain Layout
15351 cyan ? (NdT)
15352 \end_layout
15353
15354 \end_inset
15355
15356 , d'où la commande en code TeX
15357 \end_layout
15358
15359 \begin_layout Standard
15360
15361 \series bold
15362
15363 \backslash
15364 rowcolow{cyan}
15365 \end_layout
15366
15367 \begin_layout Standard
15368 qui est insérée dans la première cellule de cette ligne.
15369  Notez que cela annule la couleur de colonne pour la première cellule.
15370  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15371  en code TeX la commande
15372 \end_layout
15373
15374 \begin_layout Standard
15375
15376 \series bold
15377
15378 \backslash
15379 cellcolor{magenta}
15380 \end_layout
15381
15382 \begin_layout Standard
15383 Les caractères peuvent maintenant être colorés en utilisant le menu 
15384 \family sans
15385 Éditer\SpecialChar \menuseparator
15386 Style
15387 \begin_inset space ~
15388 \end_inset
15389
15390 de
15391 \begin_inset space ~
15392 \end_inset
15393
15394 Texte
15395 \family default
15396 .
15397 \end_layout
15398
15399 \begin_layout Standard
15400 \begin_inset Float table
15401 placement h
15402 wide false
15403 sideways false
15404 status open
15405
15406 \begin_layout Plain Layout
15407 \begin_inset Caption
15408
15409 \begin_layout Plain Layout
15410 \begin_inset CommandInset label
15411 LatexCommand label
15412 name "tab:Tableau-coloré-avec-colortbl"
15413
15414 \end_inset
15415
15416 Tableau coloré en utilisant le paquetage 
15417 \series bold
15418 colortbl
15419 \series default
15420
15421 \begin_inset OptArg
15422 status collapsed
15423
15424 \begin_layout Plain Layout
15425 Tableau avec colortbl
15426 \end_layout
15427
15428 \end_inset
15429
15430
15431 \end_layout
15432
15433 \end_inset
15434
15435
15436 \end_layout
15437
15438 \begin_layout Plain Layout
15439 \align center
15440 \begin_inset Tabular
15441 <lyxtabular version="3" rows="3" columns="3">
15442 <features>
15443 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15444 <column alignment="center" valignment="top" width="0">
15445 <column alignment="center" valignment="top" width="0">
15446 <row>
15447 <cell alignment="center" valignment="top" usebox="none">
15448 \begin_inset Text
15449
15450 \begin_layout Plain Layout
15451 \begin_inset ERT
15452 status collapsed
15453
15454 \begin_layout Plain Layout
15455
15456
15457 \backslash
15458 rowcolor{cyan}
15459 \end_layout
15460
15461 \end_inset
15462
15463
15464 \color magenta
15465 a
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 <cell alignment="center" valignment="top" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474
15475 \color red
15476 b
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 <cell alignment="center" valignment="top" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485
15486 \color red
15487 c
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \color yellow
15500 d
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \color blue
15511 e
15512 \end_layout
15513
15514 \end_inset
15515 </cell>
15516 <cell alignment="center" valignment="top" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \color blue
15522 f
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row>
15529 <cell alignment="center" valignment="top" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \color yellow
15535 g
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \color blue
15546 h
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 \begin_inset ERT
15556 status collapsed
15557
15558 \begin_layout Plain Layout
15559
15560
15561 \backslash
15562 cellcolor{magenta}
15563 \end_layout
15564
15565 \end_inset
15566
15567
15568 \color green
15569 i
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 </row>
15575 </lyxtabular>
15576
15577 \end_inset
15578
15579
15580 \end_layout
15581
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \begin_layout Standard
15588 \begin_inset ERT
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592
15593
15594 \backslash
15595 else
15596 \end_layout
15597
15598 \end_inset
15599
15600
15601 \begin_inset Note Note
15602 status open
15603
15604 \begin_layout Plain Layout
15605 Ce qui suit sera affiché si le paquetage 
15606 \series bold
15607 colortbl
15608 \series default
15609  n'est pas installé :
15610 \end_layout
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \begin_layout Standard
15618 Vous devez installer le paquetage 
15619 \series bold
15620 colortbl
15621 \series default
15622  pour voir le contenu des cette section dans la sortie imprimée.
15623 \end_layout
15624
15625 \begin_layout Standard
15626 \begin_inset ERT
15627 status collapsed
15628
15629 \begin_layout Plain Layout
15630
15631
15632 \backslash
15633 fi
15634 \end_layout
15635
15636 \end_inset
15637
15638
15639 \end_layout
15640
15641 \begin_layout Subsection
15642 Les filets colorées
15643 \begin_inset Index
15644 status collapsed
15645
15646 \begin_layout Plain Layout
15647 Tableau Coloré ! Pour les filets
15648 \end_layout
15649
15650 \end_inset
15651
15652
15653 \begin_inset Index
15654 status collapsed
15655
15656 \begin_layout Plain Layout
15657 Couleur ! Pour les filets des tableaux
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \begin_inset Note Note
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667 on parle de filets plutôt que de lignes pour les tableaux
15668 \end_layout
15669
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \begin_layout Standard
15676 Comme c'est décrit dans la section
15677 \begin_inset space ~
15678 \end_inset
15679
15680
15681 \begin_inset CommandInset ref
15682 LatexCommand ref
15683 reference "sub:Epaisseur-filets"
15684
15685 \end_inset
15686
15687 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15688  variable 
15689 \series bold
15690
15691 \backslash
15692 arrayrulewidth
15693 \series default
15694 .
15695  Elle est mise à 1.5
15696 \begin_inset space \thinspace{}
15697 \end_inset
15698
15699 pt pour tous les tableaux de cette section.
15700 \begin_inset ERT
15701 status collapsed
15702
15703 \begin_layout Plain Layout
15704
15705
15706 \backslash
15707 setlength{
15708 \backslash
15709 arrayrulewidth}{1.5pt}
15710 \end_layout
15711
15712 \end_inset
15713
15714
15715 \end_layout
15716
15717 \begin_layout Standard
15718 Pour colorer les filets verticaux, par exemple en vert, créez le format
15719  de colonne suivant dans le préambule du document, en suivant la description
15720  de la section
15721 \begin_inset space ~
15722 \end_inset
15723
15724
15725 \begin_inset CommandInset ref
15726 LatexCommand ref
15727 reference "sub:Formats-personnalisés"
15728
15729 \end_inset
15730
15731 :
15732 \end_layout
15733
15734 \begin_layout Standard
15735
15736 \series bold
15737
15738 \backslash
15739 newcolumntype{W}{!{
15740 \backslash
15741 color{green}
15742 \backslash
15743 vline}}
15744 \end_layout
15745
15746 \begin_layout Standard
15747 Pour le tableau
15748 \begin_inset space ~
15749 \end_inset
15750
15751
15752 \begin_inset CommandInset ref
15753 LatexCommand ref
15754 reference "tab:Tableau-filets-verticaux-colorés"
15755
15756 \end_inset
15757
15758  le paramètre LaTeX
15759 \series bold
15760  WcW
15761 \series default
15762  a été utilisé pour la dernière colonne et
15763 \series bold
15764  Wc
15765 \series default
15766  pour les autres colonnes.
15767 \end_layout
15768
15769 \begin_layout Standard
15770 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15771 \end_layout
15772
15773 \begin_layout Standard
15774 \begin_inset Float table
15775 placement h
15776 wide false
15777 sideways false
15778 status open
15779
15780 \begin_layout Plain Layout
15781 \begin_inset Caption
15782
15783 \begin_layout Plain Layout
15784 \begin_inset CommandInset label
15785 LatexCommand label
15786 name "tab:Tableau-filets-verticaux-colorés"
15787
15788 \end_inset
15789
15790 Tableau avec filets verticaux colorés
15791 \end_layout
15792
15793 \end_inset
15794
15795
15796 \end_layout
15797
15798 \begin_layout Plain Layout
15799 \align center
15800 \begin_inset Tabular
15801 <lyxtabular version="3" rows="3" columns="3">
15802 <features>
15803 <column alignment="center" valignment="top" width="0" special="Wc">
15804 <column alignment="center" valignment="top" width="0" special="Wc">
15805 <column alignment="center" valignment="top" width="0" special="WcW">
15806 <row>
15807 <cell alignment="center" valignment="top" topline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 sd
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" topline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" topline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \end_layout
15842
15843 \end_inset
15844 </cell>
15845 <cell alignment="center" valignment="top" topline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849 sd
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 </row>
15864 <row>
15865 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 sd
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 </row>
15893 </lyxtabular>
15894
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \begin_layout Standard
15906 \begin_inset VSpace bigskip
15907 \end_inset
15908
15909 Pour colorer les filets horizontaux en rouge comme pour le tableau
15910 \begin_inset space ~
15911 \end_inset
15912
15913
15914 \begin_inset CommandInset ref
15915 LatexCommand ref
15916 reference "tab:Tableau-filet-horizontaux-colorés"
15917
15918 \end_inset
15919
15920 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15921  le flottant de tableau :
15922 \end_layout
15923
15924 \begin_layout Standard
15925
15926 \series bold
15927
15928 \backslash
15929 let
15930 \backslash
15931 myHlineC
15932 \backslash
15933 hline
15934 \begin_inset Newline newline
15935 \end_inset
15936
15937
15938 \backslash
15939 renewcommand{
15940 \backslash
15941 hline}
15942 \begin_inset Newline newline
15943 \end_inset
15944
15945
15946 \begin_inset ERT
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950
15951
15952 \backslash
15953 hphantom{ }
15954 \end_layout
15955
15956 \end_inset
15957
15958 {
15959 \backslash
15960 arrayrulecolor{red}
15961 \backslash
15962 myHlineC
15963 \backslash
15964 arrayrulecolor{black}}
15965 \end_layout
15966
15967 \begin_layout Standard
15968 \begin_inset ERT
15969 status collapsed
15970
15971 \begin_layout Plain Layout
15972
15973
15974 \backslash
15975 let
15976 \backslash
15977 myHlineC
15978 \backslash
15979 hline
15980 \end_layout
15981
15982 \begin_layout Plain Layout
15983
15984
15985 \backslash
15986 renewcommand{
15987 \backslash
15988 hline}
15989 \end_layout
15990
15991 \begin_layout Plain Layout
15992
15993  {
15994 \backslash
15995 arrayrulecolor{red}
15996 \backslash
15997 myHlineC
15998 \backslash
15999 arrayrulecolor{black}}
16000 \end_layout
16001
16002 \end_inset
16003
16004
16005 \begin_inset Float table
16006 placement h
16007 wide false
16008 sideways false
16009 status open
16010
16011 \begin_layout Plain Layout
16012 \begin_inset Caption
16013
16014 \begin_layout Plain Layout
16015 \begin_inset CommandInset label
16016 LatexCommand label
16017 name "tab:Tableau-filet-horizontaux-colorés"
16018
16019 \end_inset
16020
16021 Tableau avec filets horizontaux colorés
16022 \end_layout
16023
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \begin_layout Plain Layout
16030 \align center
16031 \begin_inset Tabular
16032 <lyxtabular version="3" rows="3" columns="3">
16033 <features>
16034 <column alignment="center" valignment="top" width="0">
16035 <column alignment="center" valignment="top" width="0">
16036 <column alignment="center" valignment="top" width="0">
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 sd
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 </row>
16066 <row>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 sd
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 </row>
16095 <row>
16096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118 sd
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 </row>
16124 </lyxtabular>
16125
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \end_inset
16132
16133
16134 \end_layout
16135
16136 \begin_layout Standard
16137 Pour revenir à la couleur noire implicite, insérez la commande suivante
16138  en code TeX, juste après le tableau ou le flottant de tableau :
16139 \end_layout
16140
16141 \begin_layout Standard
16142
16143 \series bold
16144
16145 \backslash
16146 renewcommand{
16147 \backslash
16148 hline}{
16149 \backslash
16150 myHlineC}
16151 \end_layout
16152
16153 \begin_layout Standard
16154 Le tableau
16155 \begin_inset space ~
16156 \end_inset
16157
16158
16159 \begin_inset CommandInset ref
16160 LatexCommand ref
16161 reference "tab:Tableau-avec-filets-colorés"
16162
16163 \end_inset
16164
16165  est un exemple avec des filets horizontaux et verticaux colorés.
16166 \end_layout
16167
16168 \begin_layout Standard
16169 \begin_inset Float table
16170 placement h
16171 wide false
16172 sideways false
16173 status open
16174
16175 \begin_layout Plain Layout
16176 \begin_inset Caption
16177
16178 \begin_layout Plain Layout
16179 \begin_inset CommandInset label
16180 LatexCommand label
16181 name "tab:Tableau-avec-filets-colorés"
16182
16183 \end_inset
16184
16185 Tableau avec filets horizontaux et verticaux colorés
16186 \end_layout
16187
16188 \end_inset
16189
16190
16191 \end_layout
16192
16193 \begin_layout Plain Layout
16194 \align center
16195 \begin_inset Tabular
16196 <lyxtabular version="3" rows="3" columns="3">
16197 <features>
16198 <column alignment="center" valignment="top" width="0" special="Wc">
16199 <column alignment="center" valignment="top" width="0" special="Wc">
16200 <column alignment="center" valignment="top" width="0" special="WcW">
16201 <row>
16202 <cell alignment="center" valignment="top" topline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 sd
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 <cell alignment="center" valignment="top" topline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 </row>
16230 <row>
16231 <cell alignment="center" valignment="top" topline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 sd
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" topline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row topspace="default">
16260 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264
16265 \end_layout
16266
16267 \end_inset
16268 </cell>
16269 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16270 \begin_inset Text
16271
16272 \begin_layout Plain Layout
16273
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 sd
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 </row>
16288 </lyxtabular>
16289
16290 \end_inset
16291
16292
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \begin_layout Standard
16301 \begin_inset ERT
16302 status collapsed
16303
16304 \begin_layout Plain Layout
16305
16306
16307 \backslash
16308 renewcommand{
16309 \backslash
16310 hline}{
16311 \backslash
16312 myHlineC}
16313 \end_layout
16314
16315 \end_inset
16316
16317
16318 \end_layout
16319
16320 \begin_layout Standard
16321 \begin_inset ERT
16322 status collapsed
16323
16324 \begin_layout Plain Layout
16325
16326
16327 \backslash
16328 setlength{
16329 \backslash
16330 arrayrulewidth}{0.4pt}
16331 \end_layout
16332
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \begin_layout Section
16339 Personnalisation des Tableaux
16340 \begin_inset Index
16341 status collapsed
16342
16343 \begin_layout Plain Layout
16344 Tableau ! Personnalisation
16345 \end_layout
16346
16347 \end_inset
16348
16349
16350 \begin_inset Index
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354 Personnalisation des tableaux
16355 \end_layout
16356
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \begin_layout Subsection
16363 Espacement des lignes
16364 \begin_inset CommandInset label
16365 LatexCommand label
16366 name "sub:Espacement-lignes"
16367
16368 \end_inset
16369
16370
16371 \begin_inset Index
16372 status collapsed
16373
16374 \begin_layout Plain Layout
16375 Personnalisation des tableaux ! Espacement des lignes
16376 \end_layout
16377
16378 \end_inset
16379
16380
16381 \end_layout
16382
16383 \begin_layout Standard
16384 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16385  l'onglet 
16386 \family sans
16387 Bordures
16388 \family default
16389  de la fenêtre de dialogue 
16390 \family sans
16391 Paramètres
16392 \begin_inset space ~
16393 \end_inset
16394
16395 du
16396 \begin_inset space ~
16397 \end_inset
16398
16399 tableau
16400 \family default
16401 .
16402  Vous y trouverez trois possibilités :
16403 \end_layout
16404
16405 \begin_layout Description
16406 Haut
16407 \begin_inset space ~
16408 \end_inset
16409
16410 de
16411 \begin_inset space ~
16412 \end_inset
16413
16414 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16415  Si le tableau est un tableau formel
16416 \begin_inset Foot
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420 Les tableaux formels sont décrits dans la section
16421 \begin_inset space ~
16422 \end_inset
16423
16424
16425 \begin_inset CommandInset ref
16426 LatexCommand ref
16427 reference "sec:Tableaux-Formels"
16428
16429 \end_inset
16430
16431 .
16432 \end_layout
16433
16434 \end_inset
16435
16436  LyX va insérer implicitement un espace de 0.5
16437 \begin_inset space \thinspace{}
16438 \end_inset
16439
16440 em.
16441  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16442  les filets verticaux comme dans le tableau suivant :
16443 \begin_inset VSpace medskip
16444 \end_inset
16445
16446
16447 \begin_inset Newline newline
16448 \end_inset
16449
16450
16451 \begin_inset space \hspace*{}
16452 \length 0pt
16453 \end_inset
16454
16455
16456 \begin_inset space \hfill{}
16457 \end_inset
16458
16459
16460 \begin_inset Tabular
16461 <lyxtabular version="3" rows="3" columns="1">
16462 <features>
16463 <column alignment="center" valignment="top" width="0">
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 A
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 </row>
16475 <row topspace="3mm">
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 espace de 3
16481 \begin_inset space \thinspace{}
16482 \end_inset
16483
16484 mm en haut de la ligne
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row>
16491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495 C
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 </lyxtabular>
16502
16503 \end_inset
16504
16505
16506 \begin_inset space \hfill{}
16507 \end_inset
16508
16509
16510 \begin_inset space \hspace*{}
16511 \length 0pt
16512 \end_inset
16513
16514
16515 \begin_inset VSpace medskip
16516 \end_inset
16517
16518
16519 \begin_inset Newline newline
16520 \end_inset
16521
16522 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16523  pas de filets verticaux.
16524 \end_layout
16525
16526 \begin_layout Description
16527 Bas
16528 \begin_inset space ~
16529 \end_inset
16530
16531 de
16532 \begin_inset space ~
16533 \end_inset
16534
16535 ligne va ajouter de l'espace sous les caractères de la ligne.
16536  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16537  de 0.5
16538 \begin_inset space \thinspace{}
16539 \end_inset
16540
16541 em, pour les tableaux normaux, l'espace implicite est de 2
16542 \begin_inset space \thinspace{}
16543 \end_inset
16544
16545 pt.
16546 \end_layout
16547
16548 \begin_layout Description
16549 Entre
16550 \begin_inset space ~
16551 \end_inset
16552
16553 les
16554 \begin_inset space ~
16555 \end_inset
16556
16557 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16558  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16559  de 0.5
16560 \begin_inset space \thinspace{}
16561 \end_inset
16562
16563 em.
16564  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16565  les filets verticaux comme dans le tableau suivant :
16566 \begin_inset VSpace medskip
16567 \end_inset
16568
16569
16570 \begin_inset Newline newline
16571 \end_inset
16572
16573
16574 \begin_inset space \hspace*{}
16575 \length 0pt
16576 \end_inset
16577
16578
16579 \begin_inset space \hfill{}
16580 \end_inset
16581
16582
16583 \begin_inset Tabular
16584 <lyxtabular version="3" rows="3" columns="1">
16585 <features>
16586 <column alignment="center" valignment="top" width="0">
16587 <row>
16588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 A
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 <row interlinespace="3mm">
16599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 \begin_inset Formula $\downarrow$
16604 \end_inset
16605
16606  espace de 3
16607 \begin_inset space \thinspace{}
16608 \end_inset
16609
16610 mm entre les lignes 
16611 \begin_inset Formula $\downarrow$
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 </row>
16620 <row>
16621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 \begin_inset Formula $\uparrow$
16626 \end_inset
16627
16628  espace de 3
16629 \begin_inset space \thinspace{}
16630 \end_inset
16631
16632 mm entre les lignes 
16633 \begin_inset Formula $\uparrow$
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 </lyxtabular>
16643
16644 \end_inset
16645
16646
16647 \begin_inset space \hfill{}
16648 \end_inset
16649
16650
16651 \begin_inset space \hspace*{}
16652 \length 0pt
16653 \end_inset
16654
16655
16656 \begin_inset VSpace medskip
16657 \end_inset
16658
16659
16660 \begin_inset Newline newline
16661 \end_inset
16662
16663 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16664  pas de filets verticaux.
16665 \end_layout
16666
16667 \begin_layout Standard
16668 \begin_inset VSpace bigskip
16669 \end_inset
16670
16671 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16672  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16673  dans le préambule :
16674 \end_layout
16675
16676 \begin_layout Standard
16677
16678 \series bold
16679
16680 \backslash
16681 @ifundefined{extrarowheight}
16682 \begin_inset Newline newline
16683 \end_inset
16684
16685
16686 \begin_inset ERT
16687 status collapsed
16688
16689 \begin_layout Plain Layout
16690
16691
16692 \backslash
16693 hphantom{ }
16694 \end_layout
16695
16696 \end_inset
16697
16698 {
16699 \backslash
16700 usepackage{array}}{}
16701 \begin_inset Newline newline
16702 \end_inset
16703
16704
16705 \backslash
16706 setlength{
16707 \backslash
16708 extrarowheight}{height}
16709 \end_layout
16710
16711 \begin_layout Standard
16712 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16713  plus exactement centré verticalement.
16714  (le paquetage 
16715 \series bold
16716 array 
16717 \series default
16718 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16719  auto-définis.
16720  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16721  
16722 \series bold
16723
16724 \backslash
16725 @ifundefined
16726 \series default
16727  dans la commande précédente.)
16728 \end_layout
16729
16730 \begin_layout Standard
16731
16732 \lang english
16733 In case you are using font sizes larger than the normal size, the table
16734  borders are often too close to the letters.
16735  This can be corrected by inserting the command 
16736 \series bold
16737
16738 \backslash
16739 strut
16740 \series default
16741  in TeX code at the beginning of a table row.
16742  Table
16743 \begin_inset space ~
16744 \end_inset
16745
16746
16747 \begin_inset CommandInset ref
16748 LatexCommand ref
16749 reference "tab:Vertical-alignment-of"
16750
16751 \end_inset
16752
16753  visualizes the effect.
16754 \end_layout
16755
16756 \begin_layout Standard
16757 \noindent
16758 \begin_inset Float table
16759 placement h
16760 wide false
16761 sideways false
16762 status open
16763
16764 \begin_layout Plain Layout
16765 \begin_inset Caption
16766
16767 \begin_layout Plain Layout
16768
16769 \lang english
16770 \begin_inset CommandInset label
16771 LatexCommand label
16772 name "tab:Vertical-alignment-of"
16773
16774 \end_inset
16775
16776 Vertical alignment of text with large font sizes.
16777 \end_layout
16778
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \begin_layout Plain Layout
16785 \begin_inset space \hfill{}
16786 \end_inset
16787
16788
16789 \begin_inset Float table
16790 wide false
16791 sideways false
16792 status collapsed
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Caption
16796
16797 \begin_layout Plain Layout
16798
16799 \lang english
16800 Normal table.
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \begin_layout Plain Layout
16809 \noindent
16810 \align center
16811 \begin_inset Tabular
16812 <lyxtabular version="3" rows="6" columns="1">
16813 <features>
16814 <column alignment="left" valignment="top" width="0">
16815 <row>
16816 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 Normal, g
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \size large
16833 Large
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 <row>
16840 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844
16845 \size larger
16846 Larger
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 </row>
16852 <row>
16853 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857
16858 \size largest
16859 Largest
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \size huge
16872 Huge
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \size huge
16885 Huger
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 </lyxtabular>
16892
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \end_inset
16899
16900
16901 \begin_inset space \hfill{}
16902 \end_inset
16903
16904
16905 \begin_inset Float table
16906 wide false
16907 sideways false
16908 status collapsed
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Caption
16912
16913 \begin_layout Plain Layout
16914
16915 \lang english
16916 Table using the command 
16917 \series bold
16918
16919 \backslash
16920 strut
16921 \series default
16922 .
16923 \end_layout
16924
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \begin_layout Plain Layout
16931 \noindent
16932 \align center
16933 \begin_inset Tabular
16934 <lyxtabular version="3" rows="6" columns="1">
16935 <features>
16936 <column alignment="left" valignment="top" width="0">
16937 <row>
16938 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 Normal, g
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \size large
16955 \begin_inset ERT
16956 status collapsed
16957
16958 \begin_layout Plain Layout
16959
16960
16961 \backslash
16962 strut 
16963 \end_layout
16964
16965 \end_inset
16966
16967 Large
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \size larger
16980 \begin_inset ERT
16981 status collapsed
16982
16983 \begin_layout Plain Layout
16984
16985
16986 \backslash
16987 strut 
16988 \end_layout
16989
16990 \end_inset
16991
16992 Larger
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \size largest
17005 \begin_inset ERT
17006 status collapsed
17007
17008 \begin_layout Plain Layout
17009
17010
17011 \backslash
17012 strut 
17013 \end_layout
17014
17015 \end_inset
17016
17017 Largest
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \size huge
17030 \begin_inset ERT
17031 status collapsed
17032
17033 \begin_layout Plain Layout
17034
17035
17036 \backslash
17037 strut 
17038 \end_layout
17039
17040 \end_inset
17041
17042 Huge
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 <row>
17049 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053
17054 \size giant
17055 \begin_inset ERT
17056 status collapsed
17057
17058 \begin_layout Plain Layout
17059
17060
17061 \backslash
17062 strut 
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \size huge
17069 Huger
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 </lyxtabular>
17076
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083
17084
17085 \begin_inset space \hfill{}
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \begin_layout Subsection
17097 Alignements de cellules spéciaux
17098 \begin_inset Index
17099 status collapsed
17100
17101 \begin_layout Plain Layout
17102 Personnalisation des tableaux ! Alignement de cellules spéciaux
17103 \end_layout
17104
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \begin_layout Standard
17111 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17112  cellules sur un caractère donné, par exemple le séparateur décimal comme
17113  dans le tableau
17114 \begin_inset space ~
17115 \end_inset
17116
17117
17118 \begin_inset CommandInset ref
17119 LatexCommand ref
17120 reference "tab:Tableau-centré-sur-séparateur"
17121
17122 \end_inset
17123
17124 .
17125 \end_layout
17126
17127 \begin_layout Standard
17128 \begin_inset Float table
17129 placement h
17130 wide false
17131 sideways false
17132 status open
17133
17134 \begin_layout Plain Layout
17135 \begin_inset Caption
17136
17137 \begin_layout Plain Layout
17138 \begin_inset CommandInset label
17139 LatexCommand label
17140 name "tab:Tableau-centré-sur-séparateur"
17141
17142 \end_inset
17143
17144 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17145 \end_layout
17146
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \begin_layout Plain Layout
17153 \align center
17154 \begin_inset Tabular
17155 <lyxtabular version="3" rows="4" columns="2">
17156 <features>
17157 <column alignment="right" valignment="top" width="0">
17158 <column alignment="left" valignment="top" width="0" special="@{}l">
17159 <row>
17160 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 en-tête
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 </row>
17179 <row>
17180 <cell alignment="center" valignment="top" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 12,
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193 6
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="center" valignment="top" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 0,
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 <cell alignment="center" valignment="top" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213 68
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 -123,
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 0
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 </row>
17239 </lyxtabular>
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247
17248
17249 \end_layout
17250
17251 \begin_layout Standard
17252 Ce tableau a été créé comme un tableau 4×2.
17253  L'en-tête est une cellule multicolonne centrée.
17254  La première colonne est alignée à droite et contient les chiffres qui se
17255  trouvent avant la virgule ainsi que la virgule elle-même.
17256  La deuxième colonne est alignée à gauche et contient les chiffres situés
17257  après la virgule.
17258  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17259  tableau, utilisez le paramètre LaTeX suivant pour la deuxième colonne :
17260 \end_layout
17261
17262 \begin_layout Standard
17263
17264 \series bold
17265 @{}l
17266 \end_layout
17267
17268 \begin_layout Standard
17269 Le tableau
17270 \begin_inset space ~
17271 \end_inset
17272
17273
17274 \begin_inset CommandInset ref
17275 LatexCommand ref
17276 reference "tab:Plusieurs-exemples-alignements"
17277
17278 \end_inset
17279
17280  montre quelques exemples d'alignements.
17281  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
17282  plus petit espace mathématique au début de la dernière colonne pour obtenir
17283  l'espacement correct autour du signe de relation.
17284 \end_layout
17285
17286 \begin_layout Standard
17287 \begin_inset Float table
17288 wide false
17289 sideways false
17290 status open
17291
17292 \begin_layout Plain Layout
17293 \begin_inset Caption
17294
17295 \begin_layout Plain Layout
17296 \begin_inset CommandInset label
17297 LatexCommand label
17298 name "tab:Plusieurs-exemples-alignements"
17299
17300 \end_inset
17301
17302 Plusieurs exemples d'alignement de cellules.
17303 \end_layout
17304
17305 \end_inset
17306
17307
17308 \end_layout
17309
17310 \begin_layout Plain Layout
17311 \align center
17312 \begin_inset Tabular
17313 <lyxtabular version="3" rows="4" columns="6">
17314 <features>
17315 <column alignment="right" valignment="top" width="0">
17316 <column alignment="left" valignment="top" width="0" special="@{}l">
17317 <column alignment="right" valignment="top" width="0">
17318 <column alignment="left" valignment="top" width="0" special="@{}l">
17319 <column alignment="right" valignment="top" width="0">
17320 <column alignment="left" valignment="top" width="0" special="@{}l">
17321 <row>
17322 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 unités
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 exposants
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 relations
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 </row>
17377 <row>
17378 <cell alignment="center" valignment="top" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 12×
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 24
17392 \begin_inset space \thinspace{}
17393 \end_inset
17394
17395 bouteilles
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 <cell alignment="center" valignment="top" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 \begin_inset Formula $10\cdot$
17405 \end_inset
17406
17407
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 \begin_inset Formula $10^{\mbox{-}17}$
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 \begin_inset Formula $\Gamma(t)\propto$
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Formula $\:\Upsilon(t)$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 <row>
17450 <cell alignment="center" valignment="top" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 1024×
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 768
17464 \begin_inset space \thinspace{}
17465 \end_inset
17466
17467 Pixels
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 \begin_inset Formula $5.78\cdot$
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 \begin_inset Formula $10^{7}$
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset Formula $A\ne$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 <cell alignment="center" valignment="top" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512 \begin_inset Formula $\: B_{\mathrm{red}}$
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 </row>
17521 <row>
17522 <cell alignment="center" valignment="top" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 32×
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 6
17536 \begin_inset space \thinspace{}
17537 \end_inset
17538
17539 cm
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 -
17549 \begin_inset Formula $33.5\cdot$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561 \begin_inset Formula $10^{4}$
17562 \end_inset
17563
17564
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 <cell alignment="center" valignment="top" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 \begin_inset Formula $\sin(\alpha)\ge$
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 \begin_inset Formula $\:\sin(\beta)$
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 </lyxtabular>
17595
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \end_inset
17602
17603
17604 \end_layout
17605
17606 \begin_layout Standard
17607 \begin_inset VSpace bigskip
17608 \end_inset
17609
17610 Il y a aussi le paquetage LaTeX 
17611 \series bold
17612 dcolumn
17613 \series default
17614
17615 \begin_inset Index
17616 status collapsed
17617
17618 \begin_layout Plain Layout
17619 Paquetages LaTeX ! dcolumn
17620 \end_layout
17621
17622 \end_inset
17623
17624  qui fournit des alignements pour les cellules de tableaux.
17625  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17626  et ne permet pas de formules dans les cellules du tableau : Avec 
17627 \series bold
17628 dcolumn
17629 \series default
17630  la première colonne du tableau
17631 \begin_inset space ~
17632 \end_inset
17633
17634
17635 \begin_inset CommandInset ref
17636 LatexCommand ref
17637 reference "tab:Plusieurs-exemples-alignements"
17638
17639 \end_inset
17640
17641  ressemblera à la première colonne du tableau
17642 \begin_inset space ~
17643 \end_inset
17644
17645
17646 \begin_inset CommandInset ref
17647 LatexCommand ref
17648 reference "tab:Alignements-avec-dcolumn"
17649
17650 \end_inset
17651
17652
17653 \lang english
17654  and only with some tricks like the expected.
17655  
17656 \lang french
17657 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17658 \begin_inset space ~
17659 \end_inset
17660
17661
17662 \begin_inset CommandInset ref
17663 LatexCommand ref
17664 reference "tab:Plusieurs-exemples-alignements"
17665
17666 \end_inset
17667
17668  avec 
17669 \series bold
17670 dcolumn
17671 \series default
17672 .
17673 \end_layout
17674
17675 \begin_layout Standard
17676 \begin_inset Float table
17677 placement h
17678 wide false
17679 sideways false
17680 status open
17681
17682 \begin_layout Plain Layout
17683 \begin_inset Caption
17684
17685 \begin_layout Plain Layout
17686 \begin_inset CommandInset label
17687 LatexCommand label
17688 name "tab:Alignements-avec-dcolumn"
17689
17690 \end_inset
17691
17692 Alignements quand on utilise le paquetage LaTeX dcolumn.
17693  Pour toutes les colonnes des astuces d'alignement ont dû être utilisées
17694  pour obtenir la sortie.
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Plain Layout
17703 \align center
17704 \begin_inset Tabular
17705 <lyxtabular version="3" rows="4" columns="3">
17706 <features>
17707 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17708 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17709 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.9}">
17710 <row>
17711 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715 unités
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 unités
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 unités
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 <row>
17740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17741 \begin_inset Text
17742
17743 \begin_layout Plain Layout
17744 12x24
17745 \begin_inset space \thinspace{}
17746 \end_inset
17747
17748 bouteilles
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 12x24
17758 \begin_inset space \thinspace{}
17759 \end_inset
17760
17761
17762 \begin_inset Formula $\mbox{bouteilles}$
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 <cell alignment="center" valignment="top" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 12
17775 \begin_inset ERT
17776 status collapsed
17777
17778 \begin_layout Plain Layout
17779
17780
17781 \backslash
17782 times 
17783 \end_layout
17784
17785 \end_inset
17786
17787 24+
17788 \begin_inset Formula $\mbox{bouteilles}$
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 </row>
17797 <row>
17798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17799 \begin_inset Text
17800
17801 \begin_layout Plain Layout
17802 1024x768
17803 \begin_inset space \thinspace{}
17804 \end_inset
17805
17806 Pixels
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 1024x768
17816 \begin_inset space \thinspace{}
17817 \end_inset
17818
17819
17820 \begin_inset Formula $\mbox{Pixels}$
17821 \end_inset
17822
17823
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 1024
17833 \begin_inset ERT
17834 status collapsed
17835
17836 \begin_layout Plain Layout
17837
17838
17839 \backslash
17840 times 
17841 \end_layout
17842
17843 \end_inset
17844
17845 768+
17846 \begin_inset Formula $\mbox{Pixels}$
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \end_inset
17853 </cell>
17854 </row>
17855 <row>
17856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17857 \begin_inset Text
17858
17859 \begin_layout Plain Layout
17860 32x6
17861 \begin_inset space \thinspace{}
17862 \end_inset
17863
17864 cm
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 32x6
17874 \begin_inset space \thinspace{}
17875 \end_inset
17876
17877
17878 \begin_inset Formula $\mbox{cm}$
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 32
17891 \begin_inset ERT
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895
17896
17897 \backslash
17898 times 
17899 \end_layout
17900
17901 \end_inset
17902
17903 6+
17904 \begin_inset Formula $\mbox{cm}$
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 </lyxtabular>
17914
17915 \end_inset
17916
17917
17918 \end_layout
17919
17920 \end_inset
17921
17922
17923 \end_layout
17924
17925 \begin_layout Subsection
17926 Formats de cellule et de colonne personnalisés
17927 \begin_inset CommandInset label
17928 LatexCommand label
17929 name "sub:Formats-personnalisés"
17930
17931 \end_inset
17932
17933
17934 \begin_inset Index
17935 status collapsed
17936
17937 \begin_layout Plain Layout
17938 Personnalisation des tableaux !  Format de cellule/colonne
17939 \end_layout
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \begin_layout Standard
17947 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17948  multicolonne comme dans la section
17949 \begin_inset space ~
17950 \end_inset
17951
17952
17953 \begin_inset CommandInset ref
17954 LatexCommand ref
17955 reference "sub:Calculs-multicolonnes"
17956
17957 \end_inset
17958
17959  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17960  multicolonnes.
17961  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17962  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17963  du document.
17964  Le format est défini avec la commande
17965 \end_layout
17966
17967 \begin_layout Standard
17968
17969 \series bold
17970
17971 \backslash
17972 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17973 \end_layout
17974
17975 \begin_layout Standard
17976 Le nom du format peut n'avoir qu'une lettre.
17977  Les lettres 
17978 \emph on
17979 b
17980 \emph default
17981
17982 \emph on
17983 c
17984 \emph default
17985
17986 \emph on
17987 l
17988 \emph default
17989
17990 \emph on
17991 m
17992 \emph default
17993
17994 \emph on
17995 p
17996 \emph default
17997  et 
17998 \emph on
17999 r
18000 \emph default
18001  sont prédéfinies et donc ne peuvent être utilisées.
18002  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18003 \end_layout
18004
18005 \begin_layout Standard
18006 \begin_inset VSpace medskip
18007 \end_inset
18008
18009
18010 \end_layout
18011
18012 \begin_layout Standard
18013 Pour de cellules multicolonnes centrées verticalement et horizontalement
18014  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18015  :
18016 \end_layout
18017
18018 \begin_layout Standard
18019
18020 \series bold
18021
18022 \backslash
18023 newcolumntype{M}[1]{>{
18024 \backslash
18025 centering
18026 \backslash
18027 hspace{0pt}}m{#1}}
18028 \end_layout
18029
18030 \begin_layout Standard
18031 Où le 
18032 \series bold
18033
18034 \backslash
18035 hspace{0pt}
18036 \series default
18037  évite le problème de césure du premier mot, comme c'est décrit en section
18038 \begin_inset space ~
18039 \end_inset
18040
18041
18042 \begin_inset CommandInset ref
18043 LatexCommand ref
18044 reference "sub:Lignes-multiple-dans-cellule"
18045
18046 \end_inset
18047
18048 .
18049  Ensuite, vous pouvez entrer
18050 \end_layout
18051
18052 \begin_layout Standard
18053
18054 \series bold
18055 M{width}
18056 \end_layout
18057
18058 \begin_layout Standard
18059 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18060  une multicolonne.
18061 \end_layout
18062
18063 \begin_layout Standard
18064 \begin_inset VSpace bigskip
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \begin_layout Standard
18071 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18072  définir le format
18073 \end_layout
18074
18075 \begin_layout Standard
18076
18077 \series bold
18078
18079 \backslash
18080 newcolumntype{S}[2]{>{
18081 \backslash
18082 centering
18083 \backslash
18084 hspace{0pt}}
18085 \begin_inset Newline newline
18086 \end_inset
18087
18088
18089 \begin_inset ERT
18090 status collapsed
18091
18092 \begin_layout Plain Layout
18093
18094
18095 \backslash
18096 phantom{
18097 \end_layout
18098
18099 \end_inset
18100
18101
18102 \backslash
18103 newcolumntype{S}[2]
18104 \begin_inset ERT
18105 status collapsed
18106
18107 \begin_layout Plain Layout
18108
18109 }
18110 \end_layout
18111
18112 \end_inset
18113
18114 m{(#1+(2
18115 \backslash
18116 tabcolsep+
18117 \backslash
18118 arrayrulewidth)*(1-#2))/#2}}
18119 \end_layout
18120
18121 \begin_layout Standard
18122 Ce format utilise l'équation
18123 \begin_inset space ~
18124 \end_inset
18125
18126
18127 \begin_inset CommandInset ref
18128 LatexCommand eqref
18129 reference "eq:Wgn"
18130
18131 \end_inset
18132
18133  pour calculer la largeur que doit avoir chacune des cellules couverte par
18134  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18135 \end_layout
18136
18137 \begin_layout Standard
18138 Ensuite, vous pouvez entrer
18139 \end_layout
18140
18141 \begin_layout Standard
18142
18143 \series bold
18144 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18145 \end_layout
18146
18147 \begin_layout Standard
18148 comme paramètre LaTeX de la colonne.
18149 \end_layout
18150
18151 \begin_layout Standard
18152 \begin_inset VSpace bigskip
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \begin_layout Standard
18159 Pour des colonnes colorées, vous pouvez définir
18160 \end_layout
18161
18162 \begin_layout Standard
18163
18164 \series bold
18165
18166 \backslash
18167 newcolumntype{K}[1]{>{
18168 \backslash
18169 columncolor{#1}
18170 \backslash
18171 hspace{0pt}}c}
18172 \end_layout
18173
18174 \begin_layout Standard
18175 Le 
18176 \begin_inset Quotes eld
18177 \end_inset
18178
18179 c
18180 \begin_inset Quotes erd
18181 \end_inset
18182
18183  à la fin crée une colonne de largeur variable dont le texte est centré
18184  horizontalement.
18185  Vous pouvez maintenant entrer
18186 \end_layout
18187
18188 \begin_layout Standard
18189
18190 \series bold
18191 K{nom de couleur}
18192 \end_layout
18193
18194 \begin_layout Standard
18195 comme paramètre LaTeX.
18196 \end_layout
18197
18198 \begin_layout Standard
18199 \begin_inset VSpace bigskip
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \begin_layout Standard
18206 Pour créer le tableau
18207 \begin_inset space ~
18208 \end_inset
18209
18210
18211 \begin_inset CommandInset ref
18212 LatexCommand ref
18213 reference "tab:Tableau-formats-personnalisés"
18214
18215 \end_inset
18216
18217  utilisez les paramètres LaTeX
18218 \end_layout
18219
18220 \begin_layout Standard
18221
18222 \series bold
18223 M{2.5cm}
18224 \end_layout
18225
18226 \begin_layout Standard
18227 pour la première colonne et la multicolonne,
18228 \end_layout
18229
18230 \begin_layout Standard
18231
18232 \series bold
18233 K{red}
18234 \end_layout
18235
18236 \begin_layout Standard
18237 pour la dernière colonne, et
18238 \end_layout
18239
18240 \begin_layout Standard
18241
18242 \series bold
18243 S{2.5cm}{2}
18244 \end_layout
18245
18246 \begin_layout Standard
18247 pour les cellules de la deuxième colonne.
18248 \end_layout
18249
18250 \begin_layout Standard
18251 \begin_inset Float table
18252 placement h
18253 wide false
18254 sideways false
18255 status open
18256
18257 \begin_layout Plain Layout
18258 \begin_inset Caption
18259
18260 \begin_layout Plain Layout
18261 \begin_inset CommandInset label
18262 LatexCommand label
18263 name "tab:Tableau-formats-personnalisés"
18264
18265 \end_inset
18266
18267 Tableau utilisant des formats personnalisés
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \begin_layout Plain Layout
18276 \align center
18277 \begin_inset Tabular
18278 <lyxtabular version="3" rows="3" columns="4">
18279 <features>
18280 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18281 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18282 <column alignment="center" valignment="middle" width="0">
18283 <column alignment="center" valignment="middle" width="0" special="K{red}">
18284 <row>
18285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 motTrèsLongDansUneCellule
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 multicolonne avec multiligne
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 c
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 </row>
18322 <row>
18323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327 d
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 e
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345 f
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 g
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 </row>
18360 <row>
18361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365 h
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 i
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 j
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392 k
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 </row>
18398 </lyxtabular>
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \begin_layout Subsection
18411 Épaisseur des filets
18412 \begin_inset CommandInset label
18413 LatexCommand label
18414 name "sub:Epaisseur-filets"
18415
18416 \end_inset
18417
18418
18419 \begin_inset Index
18420 status collapsed
18421
18422 \begin_layout Plain Layout
18423 Personnalisation des tableaux ! Épaisseur filets
18424 \end_layout
18425
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \begin_layout Standard
18432 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18433  
18434 \series bold
18435
18436 \backslash
18437 arrayrulewidth
18438 \series default
18439 .
18440  Pour mettre, par exemple, une épaisseur de filet de 1.5
18441 \begin_inset space \thinspace{}
18442 \end_inset
18443
18444 pt, comme pour le tableau
18445 \begin_inset space ~
18446 \end_inset
18447
18448
18449 \begin_inset CommandInset ref
18450 LatexCommand ref
18451 reference "tab:Tableau-filets-1.5pt"
18452
18453 \end_inset
18454
18455 , insérez la commande
18456 \end_layout
18457
18458 \begin_layout Standard
18459
18460 \series bold
18461
18462 \backslash
18463 setlength{
18464 \backslash
18465 arrayrulewidth}{1.5pt}
18466 \end_layout
18467
18468 \begin_layout Standard
18469 en code TeX avant le tableau ou le flottant de tableau.
18470  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18471  suivent.
18472  pour revenir aux valeurs implicites, mettez 
18473 \series bold
18474
18475 \backslash
18476 arrayrulewidth
18477 \series default
18478  à 0.4
18479 \begin_inset space \thinspace{}
18480 \end_inset
18481
18482 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18483 \end_layout
18484
18485 \begin_layout Standard
18486 \begin_inset ERT
18487 status collapsed
18488
18489 \begin_layout Plain Layout
18490
18491
18492 \backslash
18493 setlength{
18494 \backslash
18495 arrayrulewidth}{1.5pt}
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \begin_inset Float table
18502 wide false
18503 sideways false
18504 status open
18505
18506 \begin_layout Plain Layout
18507 \begin_inset Caption
18508
18509 \begin_layout Plain Layout
18510 \begin_inset CommandInset label
18511 LatexCommand label
18512 name "tab:Tableau-filets-1.5pt"
18513
18514 \end_inset
18515
18516 Tableau avec des filets de 1.5
18517 \begin_inset space \thinspace{}
18518 \end_inset
18519
18520 pt
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \begin_layout Plain Layout
18529 \align center
18530 \begin_inset Tabular
18531 <lyxtabular version="3" rows="3" columns="3">
18532 <features>
18533 <column alignment="center" valignment="top" width="0">
18534 <column alignment="center" valignment="top" width="0">
18535 <column alignment="center" valignment="top" width="0">
18536 <row>
18537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 sd
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 </row>
18565 <row>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 sd
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 </row>
18594 <row>
18595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 sd
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 </row>
18623 </lyxtabular>
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \end_inset
18631
18632
18633 \begin_inset ERT
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637
18638
18639 \backslash
18640 setlength{
18641 \backslash
18642 arrayrulewidth}{0.4pt}
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset VSpace bigskip
18652 \end_inset
18653
18654 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18655 \begin_inset space \thinspace{}
18656 \end_inset
18657
18658 pt, comme dans le tableau
18659 \begin_inset space ~
18660 \end_inset
18661
18662
18663 \begin_inset CommandInset ref
18664 LatexCommand ref
18665 reference "tab:Tableau-filets-horizontaux-1.5pt"
18666
18667 \end_inset
18668
18669 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18670  de tableau :
18671 \end_layout
18672
18673 \begin_layout Standard
18674
18675 \series bold
18676
18677 \backslash
18678 let
18679 \backslash
18680 myHline
18681 \backslash
18682 hline
18683 \begin_inset Newline newline
18684 \end_inset
18685
18686
18687 \backslash
18688 renewcommand{
18689 \backslash
18690 hline}
18691 \begin_inset Newline newline
18692 \end_inset
18693
18694  {
18695 \backslash
18696 noalign{
18697 \backslash
18698 global
18699 \backslash
18700 arrayrulewidth 1.5pt}
18701 \begin_inset Newline newline
18702 \end_inset
18703
18704  
18705 \backslash
18706 myHline
18707 \backslash
18708 noalign{
18709 \backslash
18710 global
18711 \backslash
18712 arrayrulewidth 0.4pt}}
18713 \end_layout
18714
18715 \begin_layout Standard
18716 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18717  en code TeX après le tableau ou le flottant de tableau :
18718 \end_layout
18719
18720 \begin_layout Standard
18721
18722 \series bold
18723
18724 \backslash
18725 renewcommand{
18726 \backslash
18727 hline}{
18728 \backslash
18729 myHline}
18730 \end_layout
18731
18732 \begin_layout Standard
18733 \begin_inset ERT
18734 status collapsed
18735
18736 \begin_layout Plain Layout
18737
18738
18739 \backslash
18740 let
18741 \backslash
18742 myHline
18743 \backslash
18744 hline
18745 \end_layout
18746
18747 \begin_layout Plain Layout
18748
18749
18750 \backslash
18751 renewcommand{
18752 \backslash
18753 hline}
18754 \end_layout
18755
18756 \begin_layout Plain Layout
18757
18758  {
18759 \backslash
18760 noalign{
18761 \backslash
18762 global
18763 \backslash
18764 arrayrulewidth 1.5pt}
18765 \end_layout
18766
18767 \begin_layout Plain Layout
18768
18769   
18770 \backslash
18771 myHline
18772 \backslash
18773 noalign{
18774 \backslash
18775 global
18776 \backslash
18777 arrayrulewidth 0.4pt}}
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \begin_inset Float table
18784 wide false
18785 sideways false
18786 status open
18787
18788 \begin_layout Plain Layout
18789 \begin_inset Caption
18790
18791 \begin_layout Plain Layout
18792 \begin_inset CommandInset label
18793 LatexCommand label
18794 name "tab:Tableau-filets-horizontaux-1.5pt"
18795
18796 \end_inset
18797
18798 Tableau avec des filets horizontaux de 1.5
18799 \begin_inset space \thinspace{}
18800 \end_inset
18801
18802 pt
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \end_layout
18809
18810 \begin_layout Plain Layout
18811 \align center
18812 \begin_inset Tabular
18813 <lyxtabular version="3" rows="3" columns="3">
18814 <features>
18815 <column alignment="center" valignment="top" width="0">
18816 <column alignment="center" valignment="top" width="0">
18817 <column alignment="center" valignment="top" width="0">
18818 <row>
18819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823 sd
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \end_layout
18834
18835 \end_inset
18836 </cell>
18837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18838 \begin_inset Text
18839
18840 \begin_layout Plain Layout
18841
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 </row>
18847 <row>
18848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18858 \begin_inset Text
18859
18860 \begin_layout Plain Layout
18861 sd
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 </row>
18876 <row>
18877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 sd
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 </row>
18905 </lyxtabular>
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \end_inset
18913
18914
18915 \begin_inset ERT
18916 status collapsed
18917
18918 \begin_layout Plain Layout
18919
18920
18921 \backslash
18922 renewcommand{
18923 \backslash
18924 hline}{
18925 \backslash
18926 myHline}
18927 \end_layout
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \begin_layout Standard
18935 \begin_inset VSpace bigskip
18936 \end_inset
18937
18938 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18939 \begin_inset space \thinspace{}
18940 \end_inset
18941
18942 pt, créez le format de colonne suivant dans le préambule, en suivant la
18943  description de la section
18944 \begin_inset space ~
18945 \end_inset
18946
18947
18948 \begin_inset CommandInset ref
18949 LatexCommand ref
18950 reference "sub:Formats-personnalisés"
18951
18952 \end_inset
18953
18954 :
18955 \end_layout
18956
18957 \begin_layout Standard
18958
18959 \series bold
18960
18961 \backslash
18962 newcolumntype{V}{!{
18963 \backslash
18964 vrule width 1.5pt}}
18965 \end_layout
18966
18967 \begin_layout Standard
18968 Pour le tableau
18969 \begin_inset space ~
18970 \end_inset
18971
18972
18973 \begin_inset CommandInset ref
18974 LatexCommand ref
18975 reference "tab:Tableau-filets-verticaux-1.5pt"
18976
18977 \end_inset
18978
18979  le paramètre LaTeX 
18980 \end_layout
18981
18982 \begin_layout Standard
18983
18984 \series bold
18985 VcV
18986 \end_layout
18987
18988 \begin_layout Standard
18989 a été utilisé pour la dernière colonne et
18990 \end_layout
18991
18992 \begin_layout Standard
18993
18994 \series bold
18995 Vc
18996 \end_layout
18997
18998 \begin_layout Standard
18999 pour les autres colonnes.
19000 \end_layout
19001
19002 \begin_layout Standard
19003 \begin_inset Float table
19004 wide false
19005 sideways false
19006 status open
19007
19008 \begin_layout Plain Layout
19009 \begin_inset Caption
19010
19011 \begin_layout Plain Layout
19012 \begin_inset CommandInset label
19013 LatexCommand label
19014 name "tab:Tableau-filets-verticaux-1.5pt"
19015
19016 \end_inset
19017
19018 Tableau avec des filets verticaux de 1.5
19019 \begin_inset space \thinspace{}
19020 \end_inset
19021
19022 pt 
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Plain Layout
19031 \align center
19032 \begin_inset Tabular
19033 <lyxtabular version="3" rows="3" columns="3">
19034 <features>
19035 <column alignment="center" valignment="top" width="0" special="Vc">
19036 <column alignment="center" valignment="top" width="0" special="Vc">
19037 <column alignment="center" valignment="top" width="0" special="VcV">
19038 <row>
19039 <cell alignment="center" valignment="top" topline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 sd
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 <cell alignment="center" valignment="top" topline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 sd
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 <cell alignment="center" valignment="top" topline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 </row>
19096 <row>
19097 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119 sd
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 </row>
19125 </lyxtabular>
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Subsection
19138 Filets à traits interrompus
19139 \begin_inset Index
19140 status collapsed
19141
19142 \begin_layout Plain Layout
19143 Personnalisation des tableaux ! Filets à traits interrompus
19144 \end_layout
19145
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \begin_layout Standard
19152 \begin_inset ERT
19153 status collapsed
19154
19155 \begin_layout Plain Layout
19156
19157
19158 \backslash
19159 ifarydshln
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \begin_inset Note Note
19166 status open
19167
19168 \begin_layout Plain Layout
19169 La section suivante ne s'affichera que si vous avez installé le paquetage
19170  LaTeX 
19171 \series bold
19172 arydshln
19173 \series default
19174 .
19175 \end_layout
19176
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \begin_layout Standard
19183 \begin_inset Float table
19184 placement H
19185 wide false
19186 sideways false
19187 status open
19188
19189 \begin_layout Plain Layout
19190 \begin_inset Caption
19191
19192 \begin_layout Plain Layout
19193 \begin_inset CommandInset label
19194 LatexCommand label
19195 name "tab:Tableau-filets-tirets"
19196
19197 \end_inset
19198
19199 Tableau avec des filets à traits interrompus
19200 \end_layout
19201
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \begin_layout Plain Layout
19208 \align center
19209 \begin_inset Tabular
19210 <lyxtabular version="3" rows="5" columns="5">
19211 <features>
19212 <column alignment="center" valignment="top" width="0">
19213 <column alignment="center" valignment="top" width="0">
19214 <column alignment="center" valignment="top" width="0" special=":c">
19215 <column alignment="center" valignment="top" width="0">
19216 <column alignment="center" valignment="top" width="0">
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 a
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 b
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 c
19241 \end_layout
19242
19243 \end_inset
19244 </cell>
19245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249 d
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 e
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 f
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 g
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287 h
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296 i
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 j
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 </row>
19311 <row>
19312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 \begin_inset ERT
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320
19321
19322 \backslash
19323 hdashline 
19324 \end_layout
19325
19326 \end_inset
19327
19328 k
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337 l
19338 \end_layout
19339
19340 \end_inset
19341 </cell>
19342 <cell alignment="center" valignment="top" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346 m
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 n
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 o
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 </row>
19370 <row>
19371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 \begin_inset ERT
19376 status collapsed
19377
19378 \begin_layout Plain Layout
19379
19380
19381 \backslash
19382 cdashline{4-5}
19383 \end_layout
19384
19385 \end_inset
19386
19387 p
19388 \end_layout
19389
19390 \end_inset
19391 </cell>
19392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19393 \begin_inset Text
19394
19395 \begin_layout Plain Layout
19396 q
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 r
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 s
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 <row>
19430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19431 \begin_inset Text
19432
19433 \begin_layout Plain Layout
19434 t
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 u
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 v
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 w
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 x
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 </lyxtabular>
19477
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \end_inset
19484
19485
19486 \end_layout
19487
19488 \begin_layout Standard
19489 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19490  donc employer du code TeX.
19491  Mais avant il faut charger le paquetage LaTeX 
19492 \series bold
19493 arydshln
19494 \series default
19495
19496 \begin_inset Index
19497 status collapsed
19498
19499 \begin_layout Plain Layout
19500 Paquetages LaTeX ! arydshln
19501 \end_layout
19502
19503 \end_inset
19504
19505  dans le préambule du document avec la commande 
19506 \end_layout
19507
19508 \begin_layout Standard
19509
19510 \series bold
19511
19512 \backslash
19513 usepackage{arydshln}
19514 \end_layout
19515
19516 \begin_layout Standard
19517 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19518  
19519 \begin_inset Quotes eld
19520 \end_inset
19521
19522 :
19523 \begin_inset Quotes erd
19524 \end_inset
19525
19526  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19527  dans la fenêtre de dialogue de paramètre du tableau.
19528 \end_layout
19529
19530 \begin_layout Standard
19531 Pour un trait horizontal interrompu, ajoutez la commande
19532 \end_layout
19533
19534 \begin_layout Standard
19535
19536 \series bold
19537
19538 \backslash
19539 hdashline
19540 \end_layout
19541
19542 \begin_layout Standard
19543 en code TeX comme premier élément de la première cellule de la ligne de
19544  tableau.
19545 \end_layout
19546
19547 \begin_layout Standard
19548 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19549  commande 
19550 \end_layout
19551
19552 \begin_layout Standard
19553
19554 \series bold
19555
19556 \backslash
19557 cdashline{
19558 \series default
19559 numéros de colonnes}
19560 \end_layout
19561
19562 \begin_layout Standard
19563 en code TeX comme premier élément de la première cellule de la ligne.
19564  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19565  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19566 \end_layout
19567
19568 \begin_layout Standard
19569
19570 \series bold
19571
19572 \backslash
19573 cdashline{2-4}
19574 \end_layout
19575
19576 \begin_layout Standard
19577 comme premier élément de la première cellule de la ligne contenant la multicolon
19578 ne.
19579 \end_layout
19580
19581 \begin_layout Standard
19582 \begin_inset VSpace bigskip
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \begin_layout Standard
19589 Le tableau
19590 \begin_inset space ~
19591 \end_inset
19592
19593
19594 \begin_inset CommandInset ref
19595 LatexCommand ref
19596 reference "tab:Tableau-filets-tirets"
19597
19598 \end_inset
19599
19600  a été créé en utilisant 
19601 \begin_inset Quotes eld
19602 \end_inset
19603
19604
19605 \series bold
19606 :c
19607 \series default
19608
19609 \begin_inset Quotes erd
19610 \end_inset
19611
19612  comme paramètre LaTeX pour la troisième colonne.
19613  La commande en code TeX 
19614 \series bold
19615
19616 \backslash
19617 hdashline
19618 \series default
19619  a été insérée dans la première cellule de la troisième ligne et la commande
19620  en code TeX 
19621 \series bold
19622
19623 \backslash
19624 cdashline{4-5}
19625 \series default
19626  a été insérée dans la première cellule de la quatrième ligne.
19627 \end_layout
19628
19629 \begin_layout Standard
19630 \begin_inset Note Greyedout
19631 status open
19632
19633 \begin_layout Plain Layout
19634
19635 \series bold
19636 Note:
19637 \series default
19638  Le paquetage LaTeX 
19639 \series bold
19640 arydshln
19641 \series default
19642  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19643  
19644 \series bold
19645 colortbl
19646 \series default
19647
19648 \begin_inset Index
19649 status collapsed
19650
19651 \begin_layout Plain Layout
19652 Paquetages LaTeX ! colortbl
19653 \end_layout
19654
19655 \end_inset
19656
19657  qui est utilisé pour avoir des tableaux colorés dans la section
19658 \begin_inset space ~
19659 \end_inset
19660
19661
19662 \begin_inset CommandInset ref
19663 LatexCommand ref
19664 reference "sec:Tableaux-Colorés"
19665
19666 \end_inset
19667
19668 .
19669  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19670  traits interrompus.
19671 \end_layout
19672
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Standard
19679 \begin_inset ERT
19680 status collapsed
19681
19682 \begin_layout Plain Layout
19683
19684
19685 \backslash
19686 else
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \begin_inset Note Note
19693 status open
19694
19695 \begin_layout Plain Layout
19696 Ce qui suit sera affiché si le paquetage LaTeX 
19697 \series bold
19698 arydshln
19699 \series default
19700  n'est pas installé :
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \begin_layout Standard
19709 Vous devez installer le paquetage LaTeX 
19710 \series bold
19711 arydshln
19712 \series default
19713  pour voir le contenu des cette section dans la sortie imprimée.
19714 \end_layout
19715
19716 \begin_layout Standard
19717 \begin_inset ERT
19718 status collapsed
19719
19720 \begin_layout Plain Layout
19721
19722
19723 \backslash
19724 fi
19725 \end_layout
19726
19727 \end_inset
19728
19729
19730 \end_layout
19731
19732 \begin_layout Chapter
19733 Flottants
19734 \begin_inset Index
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738 Flottants
19739 \end_layout
19740
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \begin_layout Section
19747 Introduction
19748 \begin_inset CommandInset label
19749 LatexCommand label
19750 name "sec:Flottants-Introduction"
19751
19752 \end_inset
19753
19754
19755 \begin_inset Index
19756 status collapsed
19757
19758 \begin_layout Plain Layout
19759 Flottants ! Introduction
19760 \end_layout
19761
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \begin_layout Standard
19768 Un flottant est une portion de document, qui peut être associé à une étiquette
19769  et dont la position n'est pas fixée.
19770  Il peut 
19771 \begin_inset Quotes eld
19772 \end_inset
19773
19774 flotter
19775 \begin_inset Quotes erd
19776 \end_inset
19777
19778  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19779  plus approprié.
19780  Les 
19781 \family sans
19782 Notes
19783 \begin_inset space ~
19784 \end_inset
19785
19786 en
19787 \begin_inset space ~
19788 \end_inset
19789
19790 Bas
19791 \begin_inset space ~
19792 \end_inset
19793
19794 de
19795 \begin_inset space ~
19796 \end_inset
19797
19798 Page
19799 \family default
19800  et le 
19801 \family sans
19802 Notes
19803 \begin_inset space ~
19804 \end_inset
19805
19806 en
19807 \begin_inset space ~
19808 \end_inset
19809
19810 Marge
19811 \family default
19812  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19813  sur la page suivante quand il y a trop de notes sur la page courante.
19814 \end_layout
19815
19816 \begin_layout Standard
19817 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19818  très grande qualité.
19819  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19820  éviter des lignes blanches ou des pages sans texte.
19821  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19822  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19823  le texte.
19824  Les flottants sont donc numérotés.
19825  Les références croisées sont décrites dans la section
19826 \begin_inset space ~
19827 \end_inset
19828
19829
19830 \begin_inset CommandInset ref
19831 LatexCommand ref
19832 reference "sec:Referencer-les-Flottants"
19833
19834 \end_inset
19835
19836 .
19837 \end_layout
19838
19839 \begin_layout Standard
19840 Pour insérer un flottant, on utilise un des sous menus du menu 
19841 \family sans
19842 Insérer\SpecialChar \menuseparator
19843 Flottant.
19844
19845 \family default
19846  Une boîte va être insérée dans votre document avec par exemple une étiquette
19847  du genre 
19848 \begin_inset Quotes eld
19849 \end_inset
19850
19851 Figure
19852 \begin_inset space ~
19853 \end_inset
19854
19855 #:
19856 \begin_inset Quotes erd
19857 \end_inset
19858
19859  (où # est un numéro).
19860  L'étiquette est automatiquement traduite dans la langue du document dans
19861  la sortie finale.
19862  Après l'étiquette vous pouvez insérer du texte comme légende.
19863  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19864  séparé, à l'intérieur du flottant.
19865  Vous trouverez plus de détails sur le positionnement des légendes dans
19866  la section
19867 \begin_inset space ~
19868 \end_inset
19869
19870
19871 \begin_inset CommandInset ref
19872 LatexCommand ref
19873 reference "sec:Placement-légende"
19874
19875 \end_inset
19876
19877 .
19878  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19879  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19880  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19881  Une boîte de flottant fermée ressemble à ceci : 
19882 \begin_inset Graphics
19883         filename clipart/floatQt4.png
19884         scale 60
19885
19886 \end_inset
19887
19888  – une case grise avec un texte rouge.
19889 \end_layout
19890
19891 \begin_layout Standard
19892 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19893  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19894  est formaté de façon particulière.
19895 \end_layout
19896
19897 \begin_layout Section
19898 Les Types de Flottants
19899 \end_layout
19900
19901 \begin_layout Standard
19902 En plus des flottants de figures et de tableau qui sont décrits respectivement
19903  dans les sections
19904 \begin_inset space ~
19905 \end_inset
19906
19907
19908 \begin_inset CommandInset ref
19909 LatexCommand ref
19910 reference "sec:Figure-Floats"
19911
19912 \end_inset
19913
19914  et 
19915 \begin_inset CommandInset ref
19916 LatexCommand ref
19917 reference "sec:Table-Floats"
19918
19919 \end_inset
19920
19921 , LyX offre aussi les types 
19922 \series bold
19923 Algorithme
19924 \series default
19925  et 
19926 \series bold
19927 Enrobage
19928 \series default
19929 .
19930 \end_layout
19931
19932 \begin_layout Subsection
19933 Flottant d'algorithme
19934 \begin_inset Index
19935 status collapsed
19936
19937 \begin_layout Plain Layout
19938 Flottants ! Algorithmes
19939 \end_layout
19940
19941 \end_inset
19942
19943
19944 \begin_inset CommandInset label
19945 LatexCommand label
19946 name "sub:Flottant-d'Algorithme"
19947
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \begin_layout Standard
19954 \begin_inset Float algorithm
19955 placement h
19956 wide false
19957 sideways false
19958 status open
19959
19960 \begin_layout Plain Layout
19961 \begin_inset Caption
19962
19963 \begin_layout Plain Layout
19964 \begin_inset CommandInset label
19965 LatexCommand label
19966 name "alg:Exemple-Flottant-Algorithme"
19967
19968 \end_inset
19969
19970 Exemple de flottant d'algorithme
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \begin_layout LyX-Code
19979 for I in 1..N loop
19980 \begin_inset Newline newline
19981 \end_inset
19982
19983  Sum:= Sum + A(I); /*comment*/
19984 \begin_inset Newline newline
19985 \end_inset
19986
19987 end loop
19988 \begin_inset VSpace -4mm
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \end_inset
19995
19996
19997 \end_layout
19998
19999 \begin_layout Standard
20000 Ce type de flottant est inséré à l'aide du menu 
20001 \family sans
20002 Insérer\SpecialChar \menuseparator
20003 Flottant\SpecialChar \menuseparator
20004 Algorithme
20005 \family default
20006 .
20007  Il peut être utilisé pour des morceaux de code source ou des descriptions
20008  d'algorithmes et peut être utilisé comme une alternative au listing de
20009  code source qui est décrit au chapitre
20010 \begin_inset space ~
20011 \end_inset
20012
20013
20014 \begin_inset CommandInset ref
20015 LatexCommand ref
20016 reference "cha:Program-Code-Listings"
20017
20018 \end_inset
20019
20020 .
20021  Vous pouvez par exemple utiliser l'environnement Code
20022 \begin_inset space ~
20023 \end_inset
20024
20025 LyX qui est décrit dans le 
20026 \emph on
20027 Guide
20028 \emph default
20029
20030 \begin_inset space ~
20031 \end_inset
20032
20033
20034 \emph on
20035 de
20036 \begin_inset space ~
20037 \end_inset
20038
20039 l'Utilisateur
20040 \emph default
20041  de LyX.
20042  l'algorithme
20043 \begin_inset space ~
20044 \end_inset
20045
20046
20047 \begin_inset CommandInset ref
20048 LatexCommand ref
20049 reference "alg:Exemple-Flottant-Algorithme"
20050
20051 \end_inset
20052
20053  est un exemple de flottant d'algorithme où un espace vertical de -4
20054 \begin_inset space \thinspace{}
20055 \end_inset
20056
20057 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20058  soit placée exactement sous le texte de la dernière ligne.
20059 \end_layout
20060
20061 \begin_layout Standard
20062 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20063  du document.
20064  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20065 ent en ajoutant la ligne suivante dans le préambule de votre document :
20066 \end_layout
20067
20068 \begin_layout Standard
20069
20070 \series bold
20071
20072 \backslash
20073 floatname{algorithm}{votre
20074 \begin_inset space ~
20075 \end_inset
20076
20077 nom}
20078 \end_layout
20079
20080 \begin_layout Standard
20081
20082 \family sans
20083  votre
20084 \begin_inset space ~
20085 \end_inset
20086
20087 nom
20088 \family default
20089  est le mot 
20090 \begin_inset Quotes eld
20091 \end_inset
20092
20093
20094 \emph on
20095 algorithme
20096 \emph default
20097
20098 \begin_inset Quotes erd
20099 \end_inset
20100
20101  dans votre langue.
20102 \end_layout
20103
20104 \begin_layout Standard
20105 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20106 \family sans
20107 Insérer\SpecialChar \menuseparator
20108 Listes
20109 \begin_inset space ~
20110 \end_inset
20111
20112 &
20113 \begin_inset space ~
20114 \end_inset
20115
20116 TdM\SpecialChar \menuseparator
20117 Liste
20118 \begin_inset space ~
20119 \end_inset
20120
20121 des
20122 \begin_inset space ~
20123 \end_inset
20124
20125 algorithmes
20126 \family default
20127  si votre document est en la même langue que les menus de LyX.
20128  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20129  en code TeX à la place:
20130 \end_layout
20131
20132 \begin_layout Standard
20133
20134 \series bold
20135
20136 \backslash
20137 listof{algorithm}{votre
20138 \begin_inset space ~
20139 \end_inset
20140
20141 nom}
20142 \end_layout
20143
20144 \begin_layout Standard
20145 où 
20146 \family sans
20147 votre
20148 \begin_inset space ~
20149 \end_inset
20150
20151 nom
20152 \family default
20153  est la traduction de 
20154 \begin_inset Quotes eld
20155 \end_inset
20156
20157
20158 \emph on
20159 List of Algorithm
20160 \emph default
20161 s
20162 \begin_inset Quotes erd
20163 \end_inset
20164
20165  dans votre langue.
20166 \end_layout
20167
20168 \begin_layout Standard
20169 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20170  le schéma 
20171 \begin_inset Quotes eld
20172 \end_inset
20173
20174 chapitre.algorithme
20175 \begin_inset Quotes erd
20176 \end_inset
20177
20178  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20179  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20180  commande dans le préambule de votre document :
20181 \end_layout
20182
20183 \begin_layout Standard
20184
20185 \series bold
20186
20187 \backslash
20188 numberwithin{algorithm}{chapter}
20189 \end_layout
20190
20191 \begin_layout Standard
20192 Pour pouvoir utiliser la commande 
20193 \series bold
20194
20195 \backslash
20196 numberwithin
20197 \series default
20198 , activez l'option 
20199 \family sans
20200 Utiliser
20201 \begin_inset space ~
20202 \end_inset
20203
20204 le
20205 \begin_inset space ~
20206 \end_inset
20207
20208 paquetage
20209 \begin_inset space ~
20210 \end_inset
20211
20212 AMS
20213 \begin_inset space ~
20214 \end_inset
20215
20216 math
20217 \family default
20218  dans la rubrique 
20219 \family sans
20220 Options
20221 \begin_inset space ~
20222 \end_inset
20223
20224 des
20225 \begin_inset space ~
20226 \end_inset
20227
20228 Maths
20229 \family default
20230  de la fenêtre de dialogue 
20231 \family sans
20232 Paramètres
20233 \begin_inset space ~
20234 \end_inset
20235
20236 du
20237 \begin_inset space ~
20238 \end_inset
20239
20240 Document
20241 \family default
20242 .
20243 \begin_inset Newpage newpage
20244 \end_inset
20245
20246
20247 \end_layout
20248
20249 \begin_layout Subsection
20250 Flottant d'enrobage
20251 \begin_inset Index
20252 status collapsed
20253
20254 \begin_layout Plain Layout
20255 Flottants ! Flottants d'enrobage
20256 \end_layout
20257
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \begin_layout Standard
20264 \begin_inset Wrap figure
20265 lines 0
20266 placement l
20267 overhang 1cm
20268 width "40col%"
20269 status open
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Graphics
20273         filename ../clipart/mobius.eps
20274         width 40col%
20275         scaleBeforeRotation
20276         rotateOrigin center
20277
20278 \end_inset
20279
20280
20281 \end_layout
20282
20283 \begin_layout Plain Layout
20284 \begin_inset Caption
20285
20286 \begin_layout Plain Layout
20287 \begin_inset CommandInset label
20288 LatexCommand label
20289 name "fig:Figure-enrobée"
20290
20291 \end_inset
20292
20293 Ceci est une figure habillée.
20294 \end_layout
20295
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302
20303  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20304  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20305  Vous pouvez en insérer un en utilisant le menu 
20306 \family sans
20307 Insérer\SpecialChar \menuseparator
20308 Flottant\SpecialChar \menuseparator
20309 Flottant
20310 \begin_inset space ~
20311 \end_inset
20312
20313 d'enrobage
20314 \family default
20315  à la condition que le paquetage LaTeX 
20316 \series bold
20317 wrapfig
20318 \series default
20319
20320 \begin_inset Index
20321 status collapsed
20322
20323 \begin_layout Plain Layout
20324 Paquetages LaTeX ! wrapfig
20325 \begin_inset ERT
20326 status collapsed
20327
20328 \begin_layout Plain Layout
20329
20330
20331 \backslash
20332 vspace{4mm}
20333 \end_layout
20334
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341
20342  soit installé.
20343 \begin_inset Foot
20344 status collapsed
20345
20346 \begin_layout Plain Layout
20347 Voyez dans la manuel 
20348 \emph on
20349 Configuration
20350 \begin_inset space ~
20351 \end_inset
20352
20353 LaTeX 
20354 \emph default
20355 comment installer des paquetages LaTeX.
20356 \end_layout
20357
20358 \end_inset
20359
20360  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20361  sur la boîte du flottant.
20362  Les paramètres obligatoires sont l'
20363 \family sans
20364 Emplacement
20365 \family default
20366  et la 
20367 \family sans
20368 Largeur
20369 \family default
20370 .
20371  Les paramètres facultatifs sont le 
20372 \family sans
20373 Débordement
20374 \family default
20375  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20376  de la page et la 
20377 \family sans
20378 Porté de la ligne
20379 \family default
20380  qui précise le nombre approximatif de lignes dont le flottant va avoir
20381  besoin.
20382  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20383  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20384  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20385  à l'intérieur du paragraphe ou vers les autres paragraphes.
20386  La figure
20387 \begin_inset space ~
20388 \end_inset
20389
20390
20391 \begin_inset CommandInset ref
20392 LatexCommand ref
20393 reference "fig:Figure-enrobée"
20394
20395 \end_inset
20396
20397  est un exemple de flottant d'enrobage avec une largeur de 40
20398 \begin_inset space \thinspace{}
20399 \end_inset
20400
20401 col%, un débordement de 1
20402 \begin_inset space \thinspace{}
20403 \end_inset
20404
20405 cm et placé à gauche.
20406 \begin_inset Foot
20407 status collapsed
20408
20409 \begin_layout Plain Layout
20410 Les unités disponibles sont expliquées dans l'appendice
20411 \begin_inset space ~
20412 \end_inset
20413
20414
20415 \begin_inset CommandInset ref
20416 LatexCommand ref
20417 reference "cha:Unités-de-longueur"
20418
20419 \end_inset
20420
20421 .
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \begin_layout Standard
20430 \begin_inset Note Greyedout
20431 status open
20432
20433 \begin_layout Plain Layout
20434
20435 \series bold
20436 Note:
20437 \series default
20438  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20439  figure trop près du bas de page peut tout chambouler et faire que le flottant
20440  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20441  de texte.
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \begin_layout Standard
20450 En général:
20451 \end_layout
20452
20453 \begin_layout Itemize
20454 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20455  qui risquent de passer à la page suivante.
20456  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20457  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20458  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20459  de page.
20460 \end_layout
20461
20462 \begin_layout Itemize
20463 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20464  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20465 e.
20466 \end_layout
20467
20468 \begin_layout Itemize
20469 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20470  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20471  texte entre les deux, comme séparateur.
20472 \end_layout
20473
20474 \begin_layout Itemize
20475 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20476  ou les tableaux.
20477 \end_layout
20478
20479 \begin_layout Section
20480 Numérotation des flottants
20481 \begin_inset Index
20482 status collapsed
20483
20484 \begin_layout Plain Layout
20485 Flottants ! Numérotation
20486 \end_layout
20487
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \begin_layout Standard
20494 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20495  ils se trouvent, soit en utilisant un format du genre 
20496 \begin_inset Quotes eld
20497 \end_inset
20498
20499 chapitre.numéro
20500 \begin_inset Quotes erd
20501 \end_inset
20502
20503  ou 
20504 \begin_inset Quotes eld
20505 \end_inset
20506
20507 section.numéro
20508 \begin_inset Quotes erd
20509 \end_inset
20510
20511 .
20512  Cela dépend de la classe de document utilisée.
20513 \end_layout
20514
20515 \begin_layout Standard
20516 Pour changer le format de la numérotation qui ne dépend pas de la section
20517  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20518  le préambule du document :
20519 \end_layout
20520
20521 \begin_layout Standard
20522
20523 \series bold
20524
20525 \backslash
20526 renewcommand{
20527 \backslash
20528 thetable}{
20529 \backslash
20530 roman{table}}
20531 \end_layout
20532
20533 \begin_layout Standard
20534
20535 \series bold
20536
20537 \backslash
20538 thetable
20539 \series default
20540  est la commande qui imprime le numéro du tableau, pour les figures, la
20541  commande serait 
20542 \series bold
20543
20544 \backslash
20545 thefigure
20546 \series default
20547 .
20548  La commande 
20549 \series bold
20550
20551 \backslash
20552 roman
20553 \series default
20554  utilisée dans la commande précédente, imprime le numéro du tableau sous
20555  forme de petits chiffres romains.
20556 \end_layout
20557
20558 \begin_layout Standard
20559 Pour changer le type de numérotation pour par exemple 
20560 \begin_inset Quotes eld
20561 \end_inset
20562
20563 sous-section.numéro
20564 \begin_inset Quotes erd
20565 \end_inset
20566
20567 , utilisez la commande suivante dans le préambule du document :
20568 \end_layout
20569
20570 \begin_layout Standard
20571
20572 \series bold
20573
20574 \backslash
20575 numberwithin{table}{subsection}
20576 \end_layout
20577
20578 \begin_layout Standard
20579 Pour pouvoir utiliser la commande 
20580 \series bold
20581
20582 \backslash
20583 numberwithin
20584 \series default
20585 , vous devez activer l'option 
20586 \family sans
20587 Utiliser
20588 \begin_inset space ~
20589 \end_inset
20590
20591 le
20592 \begin_inset space ~
20593 \end_inset
20594
20595 paquetage
20596 \begin_inset space ~
20597 \end_inset
20598
20599 maths
20600 \begin_inset space ~
20601 \end_inset
20602
20603 AMS
20604 \family default
20605  dans la rubrique 
20606 \family sans
20607 Options
20608 \begin_inset space ~
20609 \end_inset
20610
20611 des
20612 \begin_inset space ~
20613 \end_inset
20614
20615 Maths
20616 \family default
20617  de la fenêtre de dialogue 
20618 \family sans
20619 Paramètres
20620 \family default
20621  du document.
20622 \end_layout
20623
20624 \begin_layout Standard
20625 Veuillez aussi jeter un coup d'œil à la section
20626 \begin_inset space ~
20627 \end_inset
20628
20629
20630 \begin_inset CommandInset ref
20631 LatexCommand ref
20632 reference "sub:Numerotation-notes-bas-de-page"
20633
20634 \end_inset
20635
20636  pour plus de détails et des notes importantes sur les commandes de numérotation.
20637 \end_layout
20638
20639 \begin_layout Section
20640 Faire Référence à des Flottants
20641 \begin_inset CommandInset label
20642 LatexCommand label
20643 name "sec:Referencer-les-Flottants"
20644
20645 \end_inset
20646
20647
20648 \begin_inset Index
20649 status collapsed
20650
20651 \begin_layout Plain Layout
20652 Flottants ! Références
20653 \end_layout
20654
20655 \end_inset
20656
20657
20658 \begin_inset Index
20659 status collapsed
20660
20661 \begin_layout Plain Layout
20662 References@Références ! à des Flottants 
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \begin_layout Standard
20671 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20672  en utilisant le menu 
20673 \family sans
20674 Insérer\SpecialChar \menuseparator
20675 Étiquette
20676 \family default
20677  ou le bouton 
20678 \begin_inset Graphics
20679         filename ../../images/label-insert.png
20680         scale 85
20681         scaleBeforeRotation
20682
20683 \end_inset
20684
20685  de la barre d'outils.
20686  Une boîte grise de ce genre : 
20687 \begin_inset Graphics
20688         filename clipart/labelQt4.png
20689         scale 85
20690         scaleBeforeRotation
20691
20692 \end_inset
20693
20694  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20695  de saisir le texte de l'étiquette.
20696  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20697  précédés d'un préfixe.
20698  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20699  préfixe sera "
20700 \family sans
20701 fig:
20702 \family default
20703 ".
20704 \end_layout
20705
20706 \begin_layout Standard
20707 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20708  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20709 \family sans
20710 Insérer\SpecialChar \menuseparator
20711 Référence
20712 \begin_inset space ~
20713 \end_inset
20714
20715 Croisée
20716 \family default
20717  ou le bouton 
20718 \begin_inset Graphics
20719         filename ../../images/dialog-show-new-inset_ref.png
20720         scale 85
20721         scaleBeforeRotation
20722
20723 \end_inset
20724
20725  de la barre d'outils.
20726  Une boîte grise de référence croisée comme celle-ci : 
20727 \begin_inset Graphics
20728         filename ../clipart/referenceQt4.png
20729         scale 85
20730         scaleBeforeRotation
20731
20732 \end_inset
20733
20734  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20735  toutes les étiquettes définies dans votre document.
20736  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20737  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20738  de la fenêtre de dialogue.
20739  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20740  une.
20741  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20742  de la référence croisée.
20743 \end_layout
20744
20745 \begin_layout Standard
20746 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20747  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20748  les deux.
20749  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20750  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20751  du numéro de la référence.
20752 \end_layout
20753
20754 \begin_layout Standard
20755 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20756  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20757  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20758  pas à vous en préoccuper.
20759 \end_layout
20760
20761 \begin_layout Standard
20762 Le bouton 
20763 \family sans
20764 Aller
20765 \begin_inset space ~
20766 \end_inset
20767
20768 à
20769 \begin_inset space ~
20770 \end_inset
20771
20772 l'étiquette
20773 \family default
20774  dans la fenêtre de référence croisée va positionner le curseur juste devant
20775  l'étiquette à laquelle on fait référence.
20776  Le nom du bouton bouton 
20777 \family sans
20778 Revenir
20779 \family default
20780  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20781  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20782  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20783  à votre point de départ.
20784 \end_layout
20785
20786 \begin_layout Subsection
20787 Formats de Références Croisées
20788 \begin_inset CommandInset label
20789 LatexCommand label
20790 name "sub:Formats-Références-Croisées"
20791
20792 \end_inset
20793
20794
20795 \begin_inset Index
20796 status collapsed
20797
20798 \begin_layout Plain Layout
20799 References@Références ! Formats
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \begin_layout Standard
20808 Il y a six types de références croisées :
20809 \end_layout
20810
20811 \begin_layout Description
20812 <référence>
20813 \begin_inset space ~
20814 \end_inset
20815
20816 : affiche le numéro de l'élément, c'est le choix implicite : 
20817 \begin_inset CommandInset ref
20818 LatexCommand ref
20819 reference "fig:Deux-images-déformées"
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \begin_layout Description
20827 (<référence>)
20828 \begin_inset space ~
20829 \end_inset
20830
20831 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20832  normalement pour faire référence à des formules mathématiques, en particulier
20833  quand le mot 
20834 \begin_inset Quotes eld
20835 \end_inset
20836
20837 Équation
20838 \begin_inset Quotes erd
20839 \end_inset
20840
20841  est omis : 
20842 \begin_inset CommandInset ref
20843 LatexCommand eqref
20844 reference "eq:Wgn"
20845
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \begin_layout Description
20852 <page>
20853 \begin_inset space ~
20854 \end_inset
20855
20856 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20857 \begin_inset space ~
20858 \end_inset
20859
20860
20861 \begin_inset CommandInset ref
20862 LatexCommand pageref
20863 reference "fig:Deux-images-déformées"
20864
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \begin_layout Description
20871 page
20872 \begin_inset space ~
20873 \end_inset
20874
20875 <page>
20876 \begin_inset space ~
20877 \end_inset
20878
20879 : affiche le mot 
20880 \begin_inset Quotes eld
20881 \end_inset
20882
20883 page
20884 \begin_inset Quotes erd
20885 \end_inset
20886
20887  suivi du numéro de la page sur laquelle se trouve l'élément : 
20888 \begin_inset CommandInset ref
20889 LatexCommand vpageref
20890 reference "fig:Deux-images-déformées"
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Description
20898 <référence>
20899 \begin_inset space ~
20900 \end_inset
20901
20902 page
20903 \begin_inset space ~
20904 \end_inset
20905
20906 <page>
20907 \begin_inset space ~
20908 \end_inset
20909
20910 : affiche le numéro de l'élément, le mot 
20911 \begin_inset Quotes eld
20912 \end_inset
20913
20914 page
20915 \begin_inset Quotes erd
20916 \end_inset
20917
20918  et le numéro de la page : 
20919 \begin_inset CommandInset ref
20920 LatexCommand vref
20921 reference "fig:Deux-images-déformées"
20922
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \begin_layout Description
20929 Référence
20930 \begin_inset space ~
20931 \end_inset
20932
20933 mise
20934 \begin_inset space ~
20935 \end_inset
20936
20937 en
20938 \begin_inset space ~
20939 \end_inset
20940
20941 forme
20942 \begin_inset space ~
20943 \end_inset
20944
20945 : affiche une référence croisée qui définit son propre format.
20946
20947 \lang english
20948  
20949 \lang french
20950
20951 \begin_inset Note Greyedout
20952 status open
20953
20954 \begin_layout Plain Layout
20955
20956 \series bold
20957 Note:
20958 \series default
20959  Ce type de référence croisée n'est disponible que si vous avez installé
20960  le paquetage LaTeX 
20961 \series bold
20962 prettyref.
20963 \end_layout
20964
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \begin_layout Standard
20971 Notez que le style <page> n'imprimera pas le numéro de la page si l'étiquette
20972  se trouve sur la page précédente, la même page ou la page suivante.
20973  Vous verrez par exemple un texte du genre 
20974 \begin_inset Quotes eld
20975 \end_inset
20976
20977 sur cette page
20978 \begin_inset Quotes erd
20979 \end_inset
20980
20981  à la place.
20982 \end_layout
20983
20984 \begin_layout Standard
20985 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
20986  se trouve sont calculés automatiquement par LaTeX.
20987  Vous choisissez une des six variétés de références dans le champ Format
20988  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
20989  boîte de la référence croisée.
20990 \end_layout
20991
20992 \begin_layout Subsection
20993 Nommage automatique des références croisées
20994 \begin_inset Index
20995 status collapsed
20996
20997 \begin_layout Plain Layout
20998 References@Références ! Nommage automatique
20999 \end_layout
21000
21001 \end_inset
21002
21003
21004 \end_layout
21005
21006 \begin_layout Standard
21007 Le paquetage LaTeX 
21008 \series bold
21009 hyperref
21010 \begin_inset Index
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 Paquetages LaTeX ! hyperref
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \series default
21021 qui est activé dans la rubrique 
21022 \family sans
21023 Propriétés du PDF
21024 \family default
21025  de la fenêtre de dialogue 
21026 \family sans
21027 Paramètres du document
21028 \family default
21029  fournit une fonction très utile pour automatiser la création des références
21030  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21031  une section).
21032  Par exemple pour vous éviter de devoir écrire le mot 
21033 \begin_inset Quotes eld
21034 \end_inset
21035
21036 Figure
21037 \begin_inset Quotes erd
21038 \end_inset
21039
21040  devant chaque référence à une figure.
21041  Pour profiter de ce nommage automatique des références croisées, vous devez
21042  activer 
21043 \series bold
21044 hyperref
21045 \series default
21046  et insérer la ligne suivante dans le préambule du document :
21047 \end_layout
21048
21049 \begin_layout Standard
21050
21051 \series bold
21052
21053 \backslash
21054 AtBeginDocument{
21055 \backslash
21056 renewcommand{
21057 \backslash
21058 ref}[1]{
21059 \backslash
21060 mbox{
21061 \backslash
21062 autoref{#1}}}}
21063 \end_layout
21064
21065 \begin_layout Standard
21066 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21067  défaut, par exemple vous préférez le nom 
21068 \begin_inset Quotes eld
21069 \end_inset
21070
21071 sec.
21072 \begin_inset space \thinspace{}
21073 \end_inset
21074
21075
21076 \begin_inset Quotes eld
21077 \end_inset
21078
21079  plutôt que 
21080 \begin_inset Quotes eld
21081 \end_inset
21082
21083 section
21084 \begin_inset Quotes erd
21085 \end_inset
21086
21087 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21088 \end_layout
21089
21090 \begin_layout Standard
21091
21092 \series bold
21093
21094 \backslash
21095 addto
21096 \backslash
21097 extrasenglish{
21098 \backslash
21099 renewcommand{
21100 \backslash
21101 sectionautorefname}
21102 \begin_inset Newline newline
21103 \end_inset
21104
21105
21106 \begin_inset ERT
21107 status collapsed
21108
21109 \begin_layout Plain Layout
21110
21111
21112 \backslash
21113 hphantom{ }
21114 \end_layout
21115
21116 \end_inset
21117
21118 {sec.
21119 \backslash
21120 negthinspace}}
21121 \end_layout
21122
21123 \begin_layout Standard
21124 Si vous utilisez une autre langue que l'anglais, remplacez 
21125 \series bold
21126
21127 \backslash
21128 extrasenglish
21129 \series default
21130  par 
21131 \series bold
21132
21133 \backslash
21134 extras***
21135 \series default
21136 , où *** est le nom de la langue que vous utilisez.
21137
21138 \series bold
21139  
21140 \end_layout
21141
21142 \begin_layout Standard
21143 Pour avoir des noms automatiques, mais pas pour certains types de références,
21144  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21145 \end_layout
21146
21147 \begin_layout Standard
21148
21149 \series bold
21150
21151 \backslash
21152 newlength{
21153 \backslash
21154 abc}
21155 \begin_inset Newline newline
21156 \end_inset
21157
21158
21159 \backslash
21160 settowidth{
21161 \backslash
21162 abc}{
21163 \backslash
21164 space}
21165 \begin_inset Newline newline
21166 \end_inset
21167
21168
21169 \backslash
21170 addto
21171 \backslash
21172 extrasenglish{
21173 \backslash
21174 renewcommand{
21175 \backslash
21176 equationautorefname}
21177 \begin_inset Newline newline
21178 \end_inset
21179
21180
21181 \begin_inset ERT
21182 status collapsed
21183
21184 \begin_layout Plain Layout
21185
21186
21187 \backslash
21188 hphantom{ }
21189 \end_layout
21190
21191 \end_inset
21192
21193 {
21194 \backslash
21195 hspace{-
21196 \backslash
21197 abc}}
21198 \end_layout
21199
21200 \begin_layout Standard
21201 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21202  de 
21203 \series bold
21204 hyperref
21205 \series default
21206  
21207 \begin_inset CommandInset citation
21208 LatexCommand cite
21209 key "hyperref"
21210
21211 \end_inset
21212
21213 .
21214 \end_layout
21215
21216 \begin_layout Standard
21217 \begin_inset Note Greyedout
21218 status open
21219
21220 \begin_layout Plain Layout
21221
21222 \series bold
21223 Note:
21224 \series default
21225  Le nommage automatique de références ne peut être utilisé si vous avez
21226  choisi le style de référence 
21227 \family sans
21228 Référence
21229 \begin_inset space ~
21230 \end_inset
21231
21232 mise
21233 \begin_inset space ~
21234 \end_inset
21235
21236 en
21237 \begin_inset space ~
21238 \end_inset
21239
21240 forme
21241 \family default
21242  décrit dans la section
21243 \begin_inset space ~
21244 \end_inset
21245
21246
21247 \begin_inset CommandInset ref
21248 LatexCommand ref
21249 reference "sub:Formats-Références-Croisées"
21250
21251 \end_inset
21252
21253 .
21254 \end_layout
21255
21256 \end_inset
21257
21258
21259 \end_layout
21260
21261 \begin_layout Standard
21262 Le manuel 
21263 \emph on
21264 Math
21265 \emph default
21266  est un exemple dans lequel on a utilisé le référencement automatique.
21267 \end_layout
21268
21269 \begin_layout Subsection
21270 Positionnement des Références 
21271 \begin_inset CommandInset label
21272 LatexCommand label
21273 name "sub:Reference-Position"
21274
21275 \end_inset
21276
21277
21278 \begin_inset Index
21279 status collapsed
21280
21281 \begin_layout Plain Layout
21282 References@Références ! Positionnement
21283 \end_layout
21284
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \begin_layout Standard
21291 Si vous utilisez le paquetage 
21292 \series bold
21293 hyperref, 
21294 \series default
21295 qui est activé dans la rubrique 
21296 \family sans
21297 Propriétés du PDF
21298 \family default
21299  de la fenêtre de dialogue 
21300 \family sans
21301 Paramètres du document,
21302 \family default
21303  pour lier vos références croisées dans la sortie finale, vous verrez que
21304  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21305  l'image.
21306  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21307  pourrez voir l'image sans faire défiler le texte.
21308  Ce problème vient du fait que le point d'ancrage de la référence se situe
21309  à l'endroit de l'étiquette.
21310  En utilisant le paquetage LaTeX 
21311 \series bold
21312 hypcap
21313 \series default
21314
21315 \begin_inset Index
21316 status collapsed
21317
21318 \begin_layout Plain Layout
21319 Paquetages LaTeX ! hypcap
21320 \end_layout
21321
21322 \end_inset
21323
21324 , qui fait partie du paquetage LaTeX 
21325 \series bold
21326 oberdiek
21327 \series default
21328
21329 \begin_inset Index
21330 status collapsed
21331
21332 \begin_layout Plain Layout
21333 Paquetages LaTeX ! oberdiek
21334 \end_layout
21335
21336 \end_inset
21337
21338 , le point d'ancrage d'un lien est place en haut du flottant.
21339  Pour utiliser cette fonction avec les flottants de figure, chargez 
21340 \series bold
21341 hypcap
21342 \series default
21343  dans l'entête du document avec la ligne
21344 \end_layout
21345
21346 \begin_layout Standard
21347
21348 \series bold
21349
21350 \backslash
21351 usepackage[figure]{hypcap}
21352 \end_layout
21353
21354 \begin_layout Standard
21355 Vous pouvez aussi utiliser 
21356 \series bold
21357 hypcap
21358 \series default
21359  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21360  raisons de stabilité.
21361  Pour plus d'information, jetez un coup d'œil au manuel d' 
21362 \series bold
21363 hypcap
21364 \series default
21365  
21366 \begin_inset CommandInset citation
21367 LatexCommand cite
21368 key "hypcap"
21369
21370 \end_inset
21371
21372 .
21373 \end_layout
21374
21375 \begin_layout Standard
21376 \begin_inset Note Greyedout
21377 status open
21378
21379 \begin_layout Plain Layout
21380
21381 \series bold
21382 Note:
21383 \series default
21384  
21385 \series bold
21386 hypcap
21387 \series default
21388  n'a aucun effet pour les références à des sous-figures.
21389 \end_layout
21390
21391 \end_inset
21392
21393
21394 \end_layout
21395
21396 \begin_layout Section
21397 Placement des flottants
21398 \begin_inset CommandInset label
21399 LatexCommand label
21400 name "sec:Placement-flottants"
21401
21402 \end_inset
21403
21404
21405 \begin_inset Index
21406 status collapsed
21407
21408 \begin_layout Plain Layout
21409 Flottants ! Placement
21410 \end_layout
21411
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \begin_layout Standard
21418 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21419  de dialogue 
21420 \family sans
21421 Paramètre
21422 \begin_inset space ~
21423 \end_inset
21424
21425 de
21426 \begin_inset space ~
21427 \end_inset
21428
21429 Flottant
21430 \family default
21431  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21432  utilise pour déterminer où placer le flottant.
21433 \begin_inset Newline newline
21434 \end_inset
21435
21436 L'option 
21437 \family sans
21438 Plusieurs
21439 \begin_inset space ~
21440 \end_inset
21441
21442 colonnes
21443 \family default
21444  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21445  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21446  confiné sur une seule colonne.
21447 \begin_inset Newline newline
21448 \end_inset
21449
21450 L'option 
21451 \family sans
21452 Rotation
21453 \begin_inset space ~
21454 \end_inset
21455
21456 90°
21457 \family default
21458  est utilisée pour faire tourner les flottants, voyez la section
21459 \begin_inset space ~
21460 \end_inset
21461
21462
21463 \begin_inset CommandInset ref
21464 LatexCommand ref
21465 reference "sec:Flottants-renversés"
21466
21467 \end_inset
21468
21469 .
21470 \end_layout
21471
21472 \begin_layout Standard
21473 En désactivant l'option 
21474 \family sans
21475 Utilise
21476 \begin_inset space ~
21477 \end_inset
21478
21479 le
21480 \begin_inset space ~
21481 \end_inset
21482
21483 placement
21484 \begin_inset space ~
21485 \end_inset
21486
21487 par
21488 \begin_inset space ~
21489 \end_inset
21490
21491 défaut
21492 \family default
21493  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21494  le placement du flottant:
21495 \end_layout
21496
21497 \begin_layout Description
21498 Ici,
21499 \begin_inset space ~
21500 \end_inset
21501
21502 si
21503 \begin_inset space ~
21504 \end_inset
21505
21506 possible: essaie de placer le flottant à la position où il a été inséré
21507  dans LyX
21508 \end_layout
21509
21510 \begin_layout Description
21511 Haut
21512 \begin_inset space ~
21513 \end_inset
21514
21515 de
21516 \begin_inset space ~
21517 \end_inset
21518
21519 la
21520 \begin_inset space ~
21521 \end_inset
21522
21523 page: essaie de placer le flottant en haut de la page courante
21524 \end_layout
21525
21526 \begin_layout Description
21527 Bas
21528 \begin_inset space ~
21529 \end_inset
21530
21531 de
21532 \begin_inset space ~
21533 \end_inset
21534
21535 la
21536 \begin_inset space ~
21537 \end_inset
21538
21539 page: essaie de placer le flottant en bas de la page courante
21540 \end_layout
21541
21542 \begin_layout Description
21543 Page
21544 \begin_inset space ~
21545 \end_inset
21546
21547 de
21548 \begin_inset space ~
21549 \end_inset
21550
21551 flottants: essaie de placer le flottant sur une page à part, éventuellement
21552  avec d'autres flottants 
21553 \end_layout
21554
21555 \begin_layout Standard
21556 LaTeX utilise
21557 \emph on
21558  toujours 
21559 \emph default
21560 les options dans l'ordre donné ci-dessus.
21561  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21562  d'abord essayer 
21563 \family sans
21564 Ici
21565 \begin_inset space ~
21566 \end_inset
21567
21568 si
21569 \begin_inset space ~
21570 \end_inset
21571
21572 possible
21573 \family default
21574 , ensuite 
21575 \family sans
21576 Haut
21577 \begin_inset space ~
21578 \end_inset
21579
21580 de
21581 \begin_inset space ~
21582 \end_inset
21583
21584 la
21585 \begin_inset space ~
21586 \end_inset
21587
21588 page
21589 \family default
21590 , et ainsi de suite.
21591  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21592  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21593  Si aucune des quatre options de placement n'est possible, la procédure
21594  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21595 \end_layout
21596
21597 \begin_layout Standard
21598 Implicitement, chaque option a ses propres règles d'application:
21599 \end_layout
21600
21601 \begin_layout Standard
21602
21603 \family sans
21604 Haut
21605 \begin_inset space ~
21606 \end_inset
21607
21608 de
21609 \begin_inset space ~
21610 \end_inset
21611
21612 la
21613 \begin_inset space ~
21614 \end_inset
21615
21616 page
21617 \family default
21618  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21619  en haut de page (
21620 \series bold
21621
21622 \backslash
21623 topfraction
21624 \series default
21625 ).
21626 \end_layout
21627
21628 \begin_layout Standard
21629
21630 \family sans
21631 Bas
21632 \begin_inset space ~
21633 \end_inset
21634
21635 de
21636 \begin_inset space ~
21637 \end_inset
21638
21639 la
21640 \begin_inset space ~
21641 \end_inset
21642
21643 page
21644 \family default
21645  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21646  en bas de page (
21647 \series bold
21648
21649 \backslash
21650 bottomfraction
21651 \series default
21652 ).
21653 \end_layout
21654
21655 \begin_layout Standard
21656
21657 \family sans
21658 Page
21659 \begin_inset space ~
21660 \end_inset
21661
21662 de
21663 \begin_inset space ~
21664 \end_inset
21665
21666 flottants
21667 \family default
21668  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21669  si ils occupent plus de 50% de celle-ci (
21670 \series bold
21671
21672 \backslash
21673 floatpagefraction
21674 \series default
21675 ).
21676 \end_layout
21677
21678 \begin_layout Standard
21679 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21680  supplémentaire 
21681 \family sans
21682 Ignorer
21683 \begin_inset space ~
21684 \end_inset
21685
21686 les
21687 \begin_inset space ~
21688 \end_inset
21689
21690 règles
21691 \begin_inset space ~
21692 \end_inset
21693
21694 LaTeX
21695 \family default
21696 \lang english
21697 .
21698 \begin_inset Newline newline
21699 \end_inset
21700
21701
21702 \lang french
21703 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21704  données entre parenthèses après les descriptions des règles données ci-dessus.
21705  Par exemple, pour augmenter à 50
21706 \begin_inset space \thinspace{}
21707 \end_inset
21708
21709 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21710  trop petite, ajoutez cette ligne au préambule de votre document :
21711 \end_layout
21712
21713 \begin_layout Standard
21714
21715 \series bold
21716
21717 \backslash
21718 renewcommand{
21719 \backslash
21720 bottomfraction}{0.5}
21721 \end_layout
21722
21723 \begin_layout Standard
21724 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21725  exactement à l'endroit où vous l'avez inséré.
21726  dans ce cas utilisez l'option 
21727 \family sans
21728 Ici
21729 \begin_inset space ~
21730 \end_inset
21731
21732 à
21733 \begin_inset space ~
21734 \end_inset
21735
21736 tout
21737 \begin_inset space ~
21738 \end_inset
21739
21740 Prix
21741 \family default
21742 .
21743  Utilisez cette option le moins souvent possible et seulement quand le document
21744  est presque prêt à être imprimé.
21745  En effet, le flottant n'est plus capable de 
21746 \begin_inset Quotes eld
21747 \end_inset
21748
21749 flotter
21750 \begin_inset Quotes erd
21751 \end_inset
21752
21753 , ce qui peut perturber toutes les mises en page.
21754 \end_layout
21755
21756 \begin_layout Standard
21757 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21758  sont toujours entourés par le texte d'un paragraphe donné.
21759 \begin_inset VSpace bigskip
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \begin_layout Standard
21766 On peut parfois se trouver dans la situation où un flottant est placé en
21767  haut d'une page alors que la section concernée ne commence qu'au milieu
21768  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21769  la section précédente.
21770  On peut utiliser la commande LaTeX 
21771 \series bold
21772
21773 \backslash
21774 suppressfloats
21775 \series default
21776  pour éviter ce cas.
21777  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21778  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21779  soit placé avant que la section commence.
21780  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21781  votre document :
21782 \end_layout
21783
21784 \begin_layout Standard
21785
21786 \series bold
21787
21788 \backslash
21789 let
21790 \backslash
21791 mySection
21792 \backslash
21793 section
21794 \begin_inset Newline newline
21795 \end_inset
21796
21797
21798 \backslash
21799 renewcommand{
21800 \backslash
21801 section}{
21802 \backslash
21803 suppressfloats[t]
21804 \backslash
21805 mySection}
21806 \end_layout
21807
21808 \begin_layout Standard
21809 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21810  comme les chapitres et les sous-sections.
21811  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21812  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21813  ensuite avoir du mal à trouver un positionnement correct.
21814 \end_layout
21815
21816 \begin_layout Standard
21817 \begin_inset VSpace bigskip
21818 \end_inset
21819
21820 Dans certains cas il est demandé de placer toutes les figures et tous les
21821  tableaux à la fin du document.
21822  C'est pour de telles situations que le paquetage LaTeX 
21823 \series bold
21824 endfloat
21825 \series default
21826
21827 \begin_inset Index
21828 status collapsed
21829
21830 \begin_layout Plain Layout
21831 Paquetages LaTeX ! endfloat
21832 \end_layout
21833
21834 \end_inset
21835
21836  a été développé.
21837  Il met en effet tous les flottants de figures et de tableaux à la fin du
21838  document dans leurs propres sections.
21839  À la position d'origine du flottant, une indication textuelle du genre
21840  
21841 \begin_inset Quotes eld
21842 \end_inset
21843
21844
21845 \family sans
21846 [Figure
21847 \begin_inset space ~
21848 \end_inset
21849
21850 3.2 
21851 \lang english
21852 about here.
21853 \lang french
21854 ]
21855 \family default
21856
21857 \begin_inset Quotes erd
21858 \end_inset
21859
21860  est insérée.
21861  Le paquetage 
21862 \series bold
21863 endfloat
21864 \series default
21865  est chargé dans le préambule avec la ligne suivante 
21866 \end_layout
21867
21868 \begin_layout Standard
21869
21870 \series bold
21871
21872 \backslash
21873 usepackage[options]{endfloat}
21874 \end_layout
21875
21876 \begin_layout Standard
21877 Il y a aussi de nombreuses options de paquetage pour modifier le format
21878  des sections de figures ou de tableau qui sont créées.
21879  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
21880  
21881 \series bold
21882 endfloa
21883 \series default
21884
21885 \begin_inset CommandInset citation
21886 LatexCommand cite
21887 key "endfloat"
21888
21889 \end_inset
21890
21891 .
21892 \begin_inset Newline newline
21893 \end_inset
21894
21895
21896 \begin_inset Note Greyedout
21897 status open
21898
21899 \begin_layout Plain Layout
21900
21901 \series bold
21902 Note: endfloat
21903 \series default
21904  ne fournit pas de traduction automatique de l'indication textuelle, vous
21905  devez donc le faire manuellement, voyez la section
21906 \begin_inset space ~
21907 \end_inset
21908
21909 4 de 
21910 \begin_inset CommandInset citation
21911 LatexCommand cite
21912 key "endfloat"
21913
21914 \end_inset
21915
21916 .
21917 \end_layout
21918
21919 \end_inset
21920
21921
21922 \begin_inset Newline newline
21923 \end_inset
21924
21925
21926 \begin_inset Note Greyedout
21927 status open
21928
21929 \begin_layout Plain Layout
21930
21931 \series bold
21932 Note:
21933 \series default
21934  Il y a actuellement un bug dans le paquetage 
21935 \series bold
21936 endfloat
21937 \series default
21938  quand la légende contient un 
21939 \begin_inset Quotes eld
21940 \end_inset
21941
21942 ß
21943 \begin_inset Quotes erd
21944 \end_inset
21945
21946  allemand.
21947  Utilisez dans ce cas la commande 
21948 \begin_inset Quotes eld
21949 \end_inset
21950
21951
21952 \series bold
21953
21954 \backslash
21955 ss
21956 \series default
21957
21958 \begin_inset Quotes erd
21959 \end_inset
21960
21961  en code TeX à la place du 
21962 \begin_inset Quotes eld
21963 \end_inset
21964
21965 ß
21966 \begin_inset Quotes erd
21967 \end_inset
21968
21969 .
21970 \end_layout
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \begin_layout Standard
21978 \begin_inset VSpace bigskip
21979 \end_inset
21980
21981 Pour plus d'information sur les manières de placer les flottants, jetez
21982  un coup d'œil aux livres sur LaTeX, 
21983 \begin_inset CommandInset citation
21984 LatexCommand cite
21985 key "latexcompanion,latexguide,latexbook"
21986
21987 \end_inset
21988
21989 .
21990 \end_layout
21991
21992 \begin_layout Section
21993 Flottants Renversés
21994 \begin_inset CommandInset label
21995 LatexCommand label
21996 name "sec:Flottants-renversés"
21997
21998 \end_inset
21999
22000
22001 \begin_inset Index
22002 status collapsed
22003
22004 \begin_layout Plain Layout
22005 Flottants ! Renversés
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \begin_layout Standard
22014 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22015  tableaux très larges.
22016  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22017  un clic droit sur la boîte du flottant et utilisez l'option 
22018 \family sans
22019 Rotation
22020 \begin_inset space ~
22021 \end_inset
22022
22023 90°
22024 \family default
22025 .
22026 \end_layout
22027
22028 \begin_layout Standard
22029 Les flottants renversés sont systématiquement placés sur leur propre page
22030  ( ou colonne, si vous avez un document sur deux colonnes ).
22031  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22032  
22033 \family sans
22034 Plusieurs
22035 \begin_inset space ~
22036 \end_inset
22037
22038 colonnes
22039 \family default
22040  dans les paramètres du flottant.
22041  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22042  du côté de la marge externe.
22043  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22044  ajouter soit l'option 
22045 \series bold
22046 figuresleft
22047 \series default
22048  soit l'option 
22049 \series bold
22050 figuresright
22051 \series default
22052  aux options de la classe de document.
22053 \end_layout
22054
22055 \begin_layout Standard
22056 Faire référence à un flottant renversé se fait de la même manière que pour
22057  un flottant normal, la mise en forme de la légende est aussi identique
22058  : Le tableau
22059 \begin_inset space ~
22060 \end_inset
22061
22062
22063 \begin_inset CommandInset ref
22064 LatexCommand ref
22065 reference "tab:Tableau-pivoté"
22066
22067 \end_inset
22068
22069  est un exemple de flottant de tableau renversé.
22070 \end_layout
22071
22072 \begin_layout Standard
22073 \begin_inset Note Greyedout
22074 status open
22075
22076 \begin_layout Plain Layout
22077
22078 \series bold
22079 Note:
22080 \series default
22081  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22082  DVI.
22083 \end_layout
22084
22085 \end_inset
22086
22087
22088 \end_layout
22089
22090 \begin_layout Standard
22091 \begin_inset Float table
22092 wide false
22093 sideways true
22094 status open
22095
22096 \begin_layout Plain Layout
22097 \begin_inset Caption
22098
22099 \begin_layout Plain Layout
22100 \begin_inset CommandInset label
22101 LatexCommand label
22102 name "tab:Tableau-pivoté"
22103
22104 \end_inset
22105
22106  Tableau pivoté
22107 \end_layout
22108
22109 \end_inset
22110
22111
22112 \end_layout
22113
22114 \begin_layout Plain Layout
22115 \align center
22116 \begin_inset Tabular
22117 <lyxtabular version="3" rows="1" columns="5">
22118 <features>
22119 <column alignment="center" valignment="top" width="0">
22120 <column alignment="center" valignment="top" width="0">
22121 <column alignment="center" valignment="top" width="0">
22122 <column alignment="center" valignment="top" width="0">
22123 <column alignment="center" valignment="top" width="0">
22124 <row>
22125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 test
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 b
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 c
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156 d
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 e
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 </lyxtabular>
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \end_inset
22179
22180
22181 \end_layout
22182
22183 \begin_layout Section
22184 Sous-flottants
22185 \begin_inset Index
22186 status collapsed
22187
22188 \begin_layout Plain Layout
22189 Flottants ! Sous-flottants
22190 \end_layout
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \begin_layout Standard
22198 Un exemple de sous-flottant : une figure composée de plusieurs images.
22199  On les crée en insérant un flottant dans un flottant existant.
22200  Le positionnement des sous-flottants peut être contrôlé comme pour les
22201  paragraphes comme on le voit avec les tableaux
22202 \begin_inset space ~
22203 \end_inset
22204
22205
22206 \begin_inset CommandInset ref
22207 LatexCommand ref
22208 reference "tab:Deux-sous-tableaux-cote-a-cote"
22209
22210 \end_inset
22211
22212  et 
22213 \begin_inset CommandInset ref
22214 LatexCommand ref
22215 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22216
22217 \end_inset
22218
22219 .
22220 \end_layout
22221
22222 \begin_layout Standard
22223 On fait référence à des sous-flottants comme on le ferait avec des flottants
22224  normaux : Les tableaux
22225 \begin_inset space ~
22226 \end_inset
22227
22228
22229 \begin_inset CommandInset ref
22230 LatexCommand ref
22231 reference "tab:Le-sous-tableau-a"
22232
22233 \end_inset
22234
22235  et 
22236 \begin_inset CommandInset ref
22237 LatexCommand ref
22238 reference "tab:Le-sous-tableau-b"
22239
22240 \end_inset
22241
22242  sont des sous-tableaux du tableau
22243 \begin_inset space ~
22244 \end_inset
22245
22246
22247 \begin_inset CommandInset ref
22248 LatexCommand ref
22249 reference "tab:Deux-sous-tableaux-cote-a-cote"
22250
22251 \end_inset
22252
22253 .
22254 \end_layout
22255
22256 \begin_layout Standard
22257 \begin_inset Float table
22258 wide false
22259 sideways false
22260 status open
22261
22262 \begin_layout Plain Layout
22263 \begin_inset Caption
22264
22265 \begin_layout Plain Layout
22266 \begin_inset CommandInset label
22267 LatexCommand label
22268 name "tab:Deux-sous-tableaux-cote-a-cote"
22269
22270 \end_inset
22271
22272 Deux sous-tableaux placés côte-à-côte.
22273 \end_layout
22274
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \begin_layout Plain Layout
22281 \align center
22282 \begin_inset space \hfill{}
22283 \end_inset
22284
22285
22286 \begin_inset Float table
22287 wide false
22288 sideways false
22289 status collapsed
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Caption
22293
22294 \begin_layout Plain Layout
22295 \begin_inset CommandInset label
22296 LatexCommand label
22297 name "tab:Le-sous-tableau-a"
22298
22299 \end_inset
22300
22301 Le sous-tableau a
22302 \end_layout
22303
22304 \end_inset
22305
22306
22307 \end_layout
22308
22309 \begin_layout Plain Layout
22310 \align center
22311 \begin_inset Tabular
22312 <lyxtabular version="3" rows="1" columns="5">
22313 <features>
22314 <column alignment="center" valignment="top" width="0">
22315 <column alignment="center" valignment="top" width="0">
22316 <column alignment="center" valignment="top" width="0">
22317 <column alignment="center" valignment="top" width="0">
22318 <column alignment="center" valignment="top" width="0">
22319 <row>
22320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 test
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 b
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 c
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 d
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360 e
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 </row>
22366 </lyxtabular>
22367
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374
22375
22376 \begin_inset space \hfill{}
22377 \end_inset
22378
22379
22380 \begin_inset Float table
22381 wide false
22382 sideways false
22383 status collapsed
22384
22385 \begin_layout Plain Layout
22386 \begin_inset Caption
22387
22388 \begin_layout Plain Layout
22389 \begin_inset CommandInset label
22390 LatexCommand label
22391 name "tab:Le-sous-tableau-b"
22392
22393 \end_inset
22394
22395 Le sous-tableau b.
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \begin_layout Plain Layout
22404 \align center
22405 \begin_inset Tabular
22406 <lyxtabular version="3" rows="1" columns="5">
22407 <features>
22408 <column alignment="center" valignment="top" width="0">
22409 <column alignment="center" valignment="top" width="0">
22410 <column alignment="center" valignment="top" width="0">
22411 <column alignment="center" valignment="top" width="0">
22412 <column alignment="center" valignment="top" width="0">
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418 e
22419 \end_layout
22420
22421 \end_inset
22422 </cell>
22423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 d
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 c
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 b
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 test
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 </lyxtabular>
22461
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \begin_inset space \hfill{}
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \begin_layout Standard
22482 \begin_inset Float table
22483 wide false
22484 sideways false
22485 status open
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Caption
22489
22490 \begin_layout Plain Layout
22491 \begin_inset CommandInset label
22492 LatexCommand label
22493 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22494
22495 \end_inset
22496
22497 Deux sous-tableaux placés l'un sur l'autre.
22498  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22499 \end_layout
22500
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \begin_layout Plain Layout
22507 \align center
22508 \begin_inset Float table
22509 wide false
22510 sideways false
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Caption
22515
22516 \begin_layout Plain Layout
22517
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Plain Layout
22526 \align center
22527 \begin_inset Tabular
22528 <lyxtabular version="3" rows="1" columns="4">
22529 <features>
22530 <column alignment="center" valignment="top" width="0">
22531 <column alignment="center" valignment="top" width="0">
22532 <column alignment="center" valignment="top" width="0">
22533 <column alignment="center" valignment="top" width="0">
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 test
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 test
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 test
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 test
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 </lyxtabular>
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \begin_layout Plain Layout
22585 \align center
22586 \begin_inset Float table
22587 wide false
22588 sideways false
22589 status collapsed
22590
22591 \begin_layout Plain Layout
22592 \begin_inset Caption
22593
22594 \begin_layout Plain Layout
22595
22596 \end_layout
22597
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \begin_layout Plain Layout
22604 \align center
22605 \begin_inset Tabular
22606 <lyxtabular version="3" rows="1" columns="5">
22607 <features>
22608 <column alignment="center" valignment="top" width="0">
22609 <column alignment="center" valignment="top" width="0">
22610 <column alignment="center" valignment="top" width="0">
22611 <column alignment="center" valignment="top" width="0">
22612 <column alignment="center" valignment="top" width="0">
22613 <row>
22614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 a
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 b
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 c
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 d
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 e
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 </row>
22660 </lyxtabular>
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \begin_layout Section
22678 Flottants côte-à-côte
22679 \begin_inset Index
22680 status collapsed
22681
22682 \begin_layout Plain Layout
22683 Flottants ! côte-à-côte
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \begin_layout Standard
22692 Pour placer des flottants côte-à-côte, comme pour la figure
22693 \begin_inset space ~
22694 \end_inset
22695
22696
22697 \begin_inset CommandInset ref
22698 LatexCommand ref
22699 reference "fig:Flottant-gauche"
22700
22701 \end_inset
22702
22703  et 
22704 \begin_inset CommandInset ref
22705 LatexCommand ref
22706 reference "fig:Flottant-droit"
22707
22708 \end_inset
22709
22710 , on n'utilise 
22711 \emph on
22712 qu'un seul 
22713 \emph default
22714 flottant.
22715  On y insère deux boîtes de minipages.
22716 \begin_inset Foot
22717 status collapsed
22718
22719 \begin_layout Plain Layout
22720 Les minipages sont décrites dans la section
22721 \begin_inset space ~
22722 \end_inset
22723
22724
22725 \begin_inset CommandInset ref
22726 LatexCommand ref
22727 reference "sec:Minipages"
22728
22729 \end_inset
22730
22731 .
22732 \end_layout
22733
22734 \end_inset
22735
22736  La largeur est mise à 45
22737 \begin_inset space \thinspace{}
22738 \end_inset
22739
22740 -50
22741 \begin_inset space \thinspace{}
22742 \end_inset
22743
22744 column% et l'alignement de la boîte à 
22745 \family sans
22746 Bas
22747 \family default
22748  pour chaque minipage.
22749  Les boîtes minipages contiennent l'image et la légende exactement comme
22750  avec un flottant.
22751  La seule différence est que l'unité de longueur 
22752 \family sans
22753 Largeur
22754 \begin_inset space ~
22755 \end_inset
22756
22757 colonne
22758 \begin_inset space ~
22759 \end_inset
22760
22761 %
22762 \family default
22763  utilisée pour l'image est maintenant définie par rapport à la largeur des
22764  boîtes minipages.
22765 \end_layout
22766
22767 \begin_layout Standard
22768 \begin_inset Float figure
22769 wide false
22770 sideways false
22771 status open
22772
22773 \begin_layout Plain Layout
22774 \begin_inset Box Frameless
22775 position "b"
22776 hor_pos "c"
22777 has_inner_box 1
22778 inner_pos "t"
22779 use_parbox 0
22780 width "45col%"
22781 special "none"
22782 height "1in"
22783 height_special "totalheight"
22784 status open
22785
22786 \begin_layout Plain Layout
22787 \align center
22788 \begin_inset Graphics
22789         filename ../clipart/mobius.eps
22790         lyxscale 50
22791         width 100col%
22792         scaleBeforeRotation
22793
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \begin_layout Plain Layout
22800 \begin_inset Caption
22801
22802 \begin_layout Plain Layout
22803 \begin_inset CommandInset label
22804 LatexCommand label
22805 name "fig:Flottant-gauche"
22806
22807 \end_inset
22808
22809 Flottant du côté gauche.
22810 \end_layout
22811
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818
22819
22820 \begin_inset space \hfill{}
22821 \end_inset
22822
22823
22824 \begin_inset Box Frameless
22825 position "b"
22826 hor_pos "c"
22827 has_inner_box 1
22828 inner_pos "t"
22829 use_parbox 0
22830 width "45col%"
22831 special "none"
22832 height "1in"
22833 height_special "totalheight"
22834 status open
22835
22836 \begin_layout Plain Layout
22837 \align center
22838 \begin_inset Graphics
22839         filename ../clipart/platypus.eps
22840         lyxscale 50
22841         width 100col%
22842         scaleBeforeRotation
22843
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \begin_layout Plain Layout
22850 \begin_inset Caption
22851
22852 \begin_layout Plain Layout
22853 \begin_inset CommandInset label
22854 LatexCommand label
22855 name "fig:Flottant-droit"
22856
22857 \end_inset
22858
22859 Flottant du côté droit.
22860 \end_layout
22861
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \end_inset
22868
22869
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \begin_layout Section
22878 Mise en Forme de la Légende
22879 \begin_inset Index
22880 status collapsed
22881
22882 \begin_layout Plain Layout
22883 Légende ! Mise en forme
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \begin_inset Index
22890 status collapsed
22891
22892 \begin_layout Plain Layout
22893 Flottants ! Mise en forme de la Légende
22894 \end_layout
22895
22896 \end_inset
22897
22898
22899 \begin_inset CommandInset label
22900 LatexCommand label
22901 name "sec:Formatage-légende"
22902
22903 \end_inset
22904
22905
22906 \end_layout
22907
22908 \begin_layout Standard
22909 L'environnement 
22910 \family sans
22911 Légende
22912 \family default
22913  est l'environnement de paragraphe implicite pour les 
22914 \family sans
22915 flottants
22916 \family default
22917 .
22918  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
22919  par exemple 
22920 \begin_inset Quotes eld
22921 \end_inset
22922
22923
22924 \family sans
22925 Figure #:
22926 \family default
22927
22928 \begin_inset Quotes erd
22929 \end_inset
22930
22931  suivi par le texte de la légende.
22932  Le 
22933 \begin_inset Quotes eld
22934 \end_inset
22935
22936 #
22937 \begin_inset Quotes erd
22938 \end_inset
22939
22940  étant remplacé par le numéro de référence réel.
22941  implicitement l'étiquette et le numéro sont dans la même police de caractères
22942  que le texte de la légende et deux points suivent le numéro pour séparer
22943  l'étiquette du texte.
22944  Ce format de légende n'est pas forcément adapté à tous les types de documents.
22945 \end_layout
22946
22947 \begin_layout Standard
22948 Pour modifier le format implicite des légendes, il faut charger le paquetage
22949  LaTeX 
22950 \series bold
22951 caption
22952 \series default
22953
22954 \begin_inset Index
22955 status collapsed
22956
22957 \begin_layout Plain Layout
22958 Paquetages LaTeX ! caption
22959 \end_layout
22960
22961 \end_inset
22962
22963  dans le préambule de votre document avec la ligne suivante :
22964 \end_layout
22965
22966 \begin_layout Standard
22967
22968 \series bold
22969
22970 \backslash
22971 usepackage[format definition]{caption}
22972 \end_layout
22973
22974 \begin_layout Standard
22975 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
22976  grasse et les légendes de tableau toujours au dessus des tableaux, comme
22977  dans ce document, utilisez les commandes suivantes :
22978 \end_layout
22979
22980 \begin_layout Standard
22981
22982 \series bold
22983
22984 \backslash
22985 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22986 \end_layout
22987
22988 \begin_layout Standard
22989 Vous pouvez aussi définir des formats de légendes différents pour les différents
22990  types de flottants.
22991  Dans ce cas chargez le paquetage 
22992 \series bold
22993 caption 
22994 \series default
22995 sans option de format spécifique et définissez les différents formats à
22996  l'aide de la commande 
22997 \end_layout
22998
22999 \begin_layout Standard
23000
23001 \series bold
23002
23003 \backslash
23004 captionsetup[type de flottant]{définition du format}
23005 \end_layout
23006
23007 \begin_layout Standard
23008 dans le préambule du document.
23009  Par exemple les formats de légende de la Figure
23010 \begin_inset space ~
23011 \end_inset
23012
23013
23014 \begin_inset CommandInset ref
23015 LatexCommand ref
23016 reference "fig:Legende-de-fig"
23017
23018 \end_inset
23019
23020  et du Tableau
23021 \begin_inset space ~
23022 \end_inset
23023
23024
23025 \begin_inset CommandInset ref
23026 LatexCommand ref
23027 reference "tab:Légende-de-tab"
23028
23029 \end_inset
23030
23031  peuvent être créés en utilisant les commandes suivantes dans le préambule
23032  :
23033 \end_layout
23034
23035 \begin_layout Standard
23036
23037 \series bold
23038
23039 \backslash
23040 usepackage[tableposition=top]{caption}
23041 \series default
23042
23043 \begin_inset Newline newline
23044 \end_inset
23045
23046
23047 \series bold
23048
23049 \backslash
23050 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23051 \begin_inset Newline newline
23052 \end_inset
23053
23054
23055 \begin_inset ERT
23056 status collapsed
23057
23058 \begin_layout Plain Layout
23059
23060
23061 \backslash
23062 hphantom{
23063 \backslash
23064
23065 \backslash
23066 captionsetup[figure]
23067 \backslash
23068 {}
23069 \end_layout
23070
23071 \end_inset
23072
23073  labelsep=period}
23074 \begin_inset Newline newline
23075 \end_inset
23076
23077
23078 \backslash
23079 captionsetup[table]{labelfont={bf,sf}}
23080 \end_layout
23081
23082 \begin_layout Standard
23083 \begin_inset Note Greyedout
23084 status open
23085
23086 \begin_layout Plain Layout
23087
23088 \series bold
23089 Note:
23090 \series default
23091  L'option 
23092 \series bold
23093 tableposition=top
23094 \series default
23095  n'a pas d'effet quand on utilise un document de classe 
23096 \series bold
23097 KOMA-script
23098 \series default
23099
23100 \begin_inset Index
23101 status collapsed
23102
23103 \begin_layout Plain Layout
23104 Paquetages LaTeX ! KOMA-script
23105 \end_layout
23106
23107 \end_inset
23108
23109 .
23110  Dans ce cas on doit utiliser l'option 
23111 \series bold
23112 tablecaptionabove
23113 \series default
23114  de la classe de document.
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \end_layout
23121
23122 \begin_layout Standard
23123 Pour plus d'information sur le paquetage 
23124 \series bold
23125 caption
23126 \series default
23127  nous vous renvoyons à sa documentation 
23128 \begin_inset CommandInset citation
23129 LatexCommand cite
23130 key "caption"
23131
23132 \end_inset
23133
23134 .
23135 \end_layout
23136
23137 \begin_layout Standard
23138 Pour changer le nom de l'étiquette, par exemple de 
23139 \begin_inset Quotes eld
23140 \end_inset
23141
23142 Figure
23143 \begin_inset Quotes erd
23144 \end_inset
23145
23146  à 
23147 \begin_inset Quotes eld
23148 \end_inset
23149
23150 Image
23151 \begin_inset Quotes erd
23152 \end_inset
23153
23154 , utilisez la commande suivante dans le préambule :
23155 \end_layout
23156
23157 \begin_layout Standard
23158
23159 \series bold
23160
23161 \backslash
23162 renewcommand{
23163 \backslash
23164 fnum@figure}{Image~
23165 \backslash
23166 thefigure}
23167 \end_layout
23168
23169 \begin_layout Standard
23170 où 
23171 \series bold
23172
23173 \backslash
23174 thefigure
23175 \series default
23176  insère le numéro de la figure et
23177 \series bold
23178  
23179 \begin_inset Quotes eld
23180 \end_inset
23181
23182 ~
23183 \series default
23184
23185 \begin_inset Quotes erd
23186 \end_inset
23187
23188  ajoute une espace insécable.
23189 \end_layout
23190
23191 \begin_layout Standard
23192 \begin_inset VSpace bigskip
23193 \end_inset
23194
23195 Si vous utilisez un document de classe 
23196 \series bold
23197 KOMA-script
23198 \series default
23199
23200 \begin_inset Index
23201 status collapsed
23202
23203 \begin_layout Plain Layout
23204 Paquetages LaTeX ! KOMA-script
23205 \end_layout
23206
23207 \end_inset
23208
23209  (
23210 \family sans
23211 article (KOMA-script)
23212 \family default
23213
23214 \family sans
23215 book (KOMA-script)
23216 \family default
23217
23218 \family sans
23219 letter (KOMA-script)
23220 \family default
23221 , ou 
23222 \family sans
23223 report (KOMA-script)
23224 \family default
23225
23226 \begin_inset space \thinspace{}
23227 \end_inset
23228
23229 ), Vous pouvez utiliser la commande incorporée 
23230 \series bold
23231
23232 \backslash
23233 setkomafont 
23234 \series default
23235 du paquetage
23236 \series bold
23237  KOMA-script 
23238 \series default
23239 à la place du paquetage
23240 \series bold
23241  caption.
23242  
23243 \series default
23244 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23245  suivante au préambule de votre document :
23246 \end_layout
23247
23248 \begin_layout Standard
23249
23250 \series bold
23251
23252 \backslash
23253 setkomafont{captionlabel}{
23254 \backslash
23255 bfseries}
23256 \end_layout
23257
23258 \begin_layout Standard
23259 Pour plus d'information au sujet de 
23260 \series bold
23261
23262 \backslash
23263 setkomafont
23264 \series default
23265  nous vous renvoyons à la documentation du paquetage 
23266 \series bold
23267 KOMA-script
23268 \series default
23269  
23270 \begin_inset CommandInset citation
23271 LatexCommand cite
23272 key "KOMA-script"
23273
23274 \end_inset
23275
23276 .
23277 \end_layout
23278
23279 \begin_layout Standard
23280 \begin_inset ERT
23281 status collapsed
23282
23283 \begin_layout Plain Layout
23284
23285
23286 \backslash
23287 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23288 }
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \begin_inset Note Note
23295 status open
23296
23297 \begin_layout Plain Layout
23298 Le format de la légende n'est modifié que pour cet exemple.
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \begin_layout Standard
23307 \begin_inset Float figure
23308 placement !p
23309 wide false
23310 sideways false
23311 status open
23312
23313 \begin_layout Plain Layout
23314 \align center
23315 \begin_inset Graphics
23316         filename ../clipart/mobius.eps
23317         lyxscale 50
23318         scale 50
23319         scaleBeforeRotation
23320
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Caption
23328
23329 \begin_layout Plain Layout
23330 \begin_inset CommandInset label
23331 LatexCommand label
23332 name "fig:Legende-de-fig"
23333
23334 \end_inset
23335
23336 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23337  pour montrer les différents types de formats de légendes.
23338  Ici on a utilisé un format de légende personnalisé.
23339 \end_layout
23340
23341 \end_inset
23342
23343
23344 \end_layout
23345
23346 \end_inset
23347
23348
23349 \end_layout
23350
23351 \begin_layout Standard
23352 \begin_inset ERT
23353 status collapsed
23354
23355 \begin_layout Plain Layout
23356
23357
23358 \backslash
23359 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23360 on}
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \begin_layout Standard
23369 \begin_inset Float table
23370 placement !p
23371 wide false
23372 sideways false
23373 status open
23374
23375 \begin_layout Plain Layout
23376 \begin_inset Caption
23377
23378 \begin_layout Plain Layout
23379 \begin_inset CommandInset label
23380 LatexCommand label
23381 name "tab:Légende-de-tab"
23382
23383 \end_inset
23384
23385 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23386  pour montrer les différents types de formats de légendes.
23387  Ici on a utilisé le format de légende implicite.
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \begin_layout Plain Layout
23396 \align center
23397 \begin_inset Tabular
23398 <lyxtabular version="3" rows="1" columns="5">
23399 <features>
23400 <column alignment="center" valignment="top" width="0">
23401 <column alignment="center" valignment="top" width="0">
23402 <column alignment="center" valignment="top" width="0">
23403 <column alignment="center" valignment="top" width="0">
23404 <column alignment="center" valignment="top" width="0">
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 a
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 b
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 c
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 d
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 e
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 </lyxtabular>
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \end_layout
23463
23464 \begin_layout Section
23465 Positionnement de la Légende
23466 \begin_inset Index
23467 status collapsed
23468
23469 \begin_layout Plain Layout
23470 Légende ! Placement
23471 \end_layout
23472
23473 \end_inset
23474
23475
23476 \begin_inset Index
23477 status collapsed
23478
23479 \begin_layout Plain Layout
23480 Flottants ! Placement de la légende
23481 \end_layout
23482
23483 \end_inset
23484
23485
23486 \begin_inset CommandInset label
23487 LatexCommand label
23488 name "sec:Placement-légende"
23489
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \begin_layout Standard
23496 La règle habituelle pour placer la légende est :
23497 \end_layout
23498
23499 \begin_layout Description
23500 Figure
23501 \begin_inset space ~
23502 \end_inset
23503
23504 : La légende est placée en dessous de la figure
23505 \end_layout
23506
23507 \begin_layout Description
23508 Tableau
23509 \begin_inset space ~
23510 \end_inset
23511
23512 : La légende est placée au dessus du tableau
23513 \end_layout
23514
23515 \begin_layout Standard
23516 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23517  au dessus des tableaux.
23518  Ce qui fait que si vous utilisez une des classes de document 
23519 \family sans
23520 article
23521 \family default
23522
23523 \family sans
23524 book
23525 \family default
23526
23527 \family sans
23528 letter
23529 \family default
23530 , ou 
23531 \family sans
23532 report
23533 \family default
23534  il n'y aura pas d'espace libre entre la légende et le tableau.
23535  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23536  de chargement du paquetage LaTeX 
23537 \series bold
23538 caption
23539 \series default
23540  dans le préambule de votre document
23541 \begin_inset Foot
23542 status open
23543
23544 \begin_layout Plain Layout
23545 Voir la section
23546 \begin_inset space ~
23547 \end_inset
23548
23549
23550 \begin_inset CommandInset ref
23551 LatexCommand ref
23552 reference "sec:Formatage-légende"
23553
23554 \end_inset
23555
23556  pour plus d'information sur le paquetage 
23557 \series bold
23558 caption
23559 \series default
23560 .
23561 \end_layout
23562
23563 \end_inset
23564
23565 :
23566 \end_layout
23567
23568 \begin_layout Standard
23569
23570 \series bold
23571 tableposition=top
23572 \end_layout
23573
23574 \begin_layout Standard
23575 Si vous utilisez une classe de document 
23576 \series bold
23577 KOMA-script
23578 \series default
23579
23580 \begin_inset Index
23581 status collapsed
23582
23583 \begin_layout Plain Layout
23584 Paquetages LaTeX ! KOMA-script
23585 \end_layout
23586
23587 \end_inset
23588
23589  (
23590 \family sans
23591 article (KOMA-script)
23592 \family default
23593
23594 \family sans
23595 book (KOMA-script)
23596 \family default
23597
23598 \family sans
23599 letter (KOMA-script)
23600 \family default
23601 , ou 
23602 \family sans
23603 report (KOMA-script)
23604 \family default
23605
23606 \begin_inset space \thinspace{}
23607 \end_inset
23608
23609 ), vous pouvez utiliser à la place du paquetage 
23610 \series bold
23611 caption
23612 \series default
23613  l'option 
23614 \series bold
23615 tablecaptionabove
23616 \series default
23617  de la classe de document.
23618 \end_layout
23619
23620 \begin_layout Standard
23621 \begin_inset VSpace bigskip
23622 \end_inset
23623
23624 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23625  Pour cela, vous devez charger le paquetage LaTeX 
23626 \series bold
23627 sidecap
23628 \series default
23629
23630 \begin_inset Index
23631 status collapsed
23632
23633 \begin_layout Plain Layout
23634 Paquetages LaTeX ! sidecap
23635 \end_layout
23636
23637 \end_inset
23638
23639  dans le préambule de votre document avec la ligne de commande suivante
23640 \end_layout
23641
23642 \begin_layout Standard
23643
23644 \series bold
23645
23646 \backslash
23647 usepackage[option]{sidecap}
23648 \end_layout
23649
23650 \begin_layout Standard
23651 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23652  extérieure – à droite sur les pages impaires et à gauche sur les pages
23653  paires.
23654  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23655  
23656 \series bold
23657 innercaption
23658 \series default
23659 .
23660  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23661  
23662 \series bold
23663 rightcaption
23664 \series default
23665  ou 
23666 \series bold
23667 leftcaption
23668 \series default
23669 .
23670 \end_layout
23671
23672 \begin_layout Standard
23673 \begin_inset ERT
23674 status collapsed
23675
23676 \begin_layout Plain Layout
23677
23678
23679 \backslash
23680 ifsidecap
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \begin_inset Note Note
23687 status open
23688
23689 \begin_layout Plain Layout
23690 La section suivante ne sera affichée que si le paquetage LaTeX 
23691 \series bold
23692 sidecap
23693 \series default
23694  a été installé.
23695 \end_layout
23696
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \begin_layout Standard
23703 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23704  ajouter ces commandes dans le préambule de votre document :
23705 \end_layout
23706
23707 \begin_layout Standard
23708
23709 \lyxline
23710
23711 \end_layout
23712
23713 \begin_layout Standard
23714
23715 \series bold
23716
23717 \backslash
23718 newcommand{
23719 \backslash
23720 TabBesBeg}{%
23721 \begin_inset Newline newline
23722 \end_inset
23723
23724
23725 \begin_inset ERT
23726 status collapsed
23727
23728 \begin_layout Plain Layout
23729
23730
23731 \backslash
23732 hphantom{ }
23733 \end_layout
23734
23735 \end_inset
23736
23737
23738 \backslash
23739 let
23740 \backslash
23741 MyTable
23742 \backslash
23743 table
23744 \begin_inset Newline newline
23745 \end_inset
23746
23747
23748 \begin_inset ERT
23749 status collapsed
23750
23751 \begin_layout Plain Layout
23752
23753
23754 \backslash
23755 hphantom{ }
23756 \end_layout
23757
23758 \end_inset
23759
23760
23761 \backslash
23762 let
23763 \backslash
23764 MyEndtable
23765 \backslash
23766 endtable
23767 \begin_inset Newline newline
23768 \end_inset
23769
23770
23771 \begin_inset ERT
23772 status collapsed
23773
23774 \begin_layout Plain Layout
23775
23776
23777 \backslash
23778 hphantom{ }
23779 \end_layout
23780
23781 \end_inset
23782
23783
23784 \backslash
23785 renewenvironment{table}{
23786 \backslash
23787 begin{SCtable}}{
23788 \backslash
23789 end{SCtable}}}
23790 \end_layout
23791
23792 \begin_layout Standard
23793
23794 \series bold
23795
23796 \backslash
23797 newcommand{
23798 \backslash
23799 TabBesEnd}{%
23800 \begin_inset Newline newline
23801 \end_inset
23802
23803
23804 \begin_inset ERT
23805 status collapsed
23806
23807 \begin_layout Plain Layout
23808
23809
23810 \backslash
23811 hphantom{ }
23812 \end_layout
23813
23814 \end_inset
23815
23816
23817 \backslash
23818 let
23819 \backslash
23820 table
23821 \backslash
23822 MyTable
23823 \begin_inset Newline newline
23824 \end_inset
23825
23826
23827 \begin_inset ERT
23828 status collapsed
23829
23830 \begin_layout Plain Layout
23831
23832
23833 \backslash
23834 hphantom{ }
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \backslash
23841 let
23842 \backslash
23843 endtable
23844 \backslash
23845 MyEndtable
23846 \end_layout
23847
23848 \begin_layout Standard
23849
23850 \series bold
23851
23852 \backslash
23853 newcommand{
23854 \backslash
23855 FigBesBeg}{%
23856 \begin_inset Newline newline
23857 \end_inset
23858
23859
23860 \begin_inset ERT
23861 status collapsed
23862
23863 \begin_layout Plain Layout
23864
23865
23866 \backslash
23867 hphantom{ }
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \backslash
23874 let
23875 \backslash
23876 MyFigure
23877 \backslash
23878 figure
23879 \begin_inset Newline newline
23880 \end_inset
23881
23882
23883 \begin_inset ERT
23884 status collapsed
23885
23886 \begin_layout Plain Layout
23887
23888
23889 \backslash
23890 hphantom{ }
23891 \end_layout
23892
23893 \end_inset
23894
23895
23896 \backslash
23897 let
23898 \backslash
23899 MyEndfigure
23900 \backslash
23901 endfigure
23902 \begin_inset Newline newline
23903 \end_inset
23904
23905
23906 \begin_inset ERT
23907 status collapsed
23908
23909 \begin_layout Plain Layout
23910
23911
23912 \backslash
23913 hphantom{ }
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \backslash
23920 renewenvironment{figure}{
23921 \backslash
23922 begin{SCfigure}}{
23923 \backslash
23924 end{SCfigure}}}
23925 \end_layout
23926
23927 \begin_layout Standard
23928
23929 \series bold
23930
23931 \backslash
23932 newcommand{
23933 \backslash
23934 FigBesEnd}{%
23935 \begin_inset Newline newline
23936 \end_inset
23937
23938
23939 \begin_inset ERT
23940 status collapsed
23941
23942 \begin_layout Plain Layout
23943
23944
23945 \backslash
23946 hphantom{ }
23947 \end_layout
23948
23949 \end_inset
23950
23951
23952 \backslash
23953 let
23954 \backslash
23955 figure
23956 \backslash
23957 MyFigure
23958 \begin_inset Newline newline
23959 \end_inset
23960
23961
23962 \begin_inset ERT
23963 status collapsed
23964
23965 \begin_layout Plain Layout
23966
23967
23968 \backslash
23969 hphantom{ }
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \backslash
23976 let
23977 \backslash
23978 endfigure
23979 \backslash
23980 MyEndfigure}
23981 \end_layout
23982
23983 \begin_layout Standard
23984
23985 \lyxline
23986
23987 \end_layout
23988
23989 \begin_layout Standard
23990 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
23991  la légende se place sur le côté.
23992  Pour les flottants de figure, utilisez la commande
23993 \end_layout
23994
23995 \begin_layout Standard
23996
23997 \series bold
23998
23999 \backslash
24000 FigBesBeg
24001 \end_layout
24002
24003 \begin_layout Standard
24004 en code TeX avant le flottant.
24005  Après le flottant, insérez la commande
24006 \end_layout
24007
24008 \begin_layout Standard
24009
24010 \series bold
24011
24012 \backslash
24013 FigBesEnd
24014 \end_layout
24015
24016 \begin_layout Standard
24017 en code TeX pour revenir à la définition originale du flottant.
24018 \end_layout
24019
24020 \begin_layout Standard
24021 Pour les flottants de tableau, utilisez les commandes correspondantes
24022 \end_layout
24023
24024 \begin_layout Standard
24025
24026 \series bold
24027
24028 \backslash
24029 TabBesBeg
24030 \series default
24031  et 
24032 \series bold
24033
24034 \backslash
24035 TabBesEnd
24036 \end_layout
24037
24038 \begin_layout Standard
24039 La figure
24040 \begin_inset space ~
24041 \end_inset
24042
24043
24044 \begin_inset CommandInset ref
24045 LatexCommand ref
24046 reference "fig:legende-a-coté-fig"
24047
24048 \end_inset
24049
24050  et le tableau
24051 \begin_inset space ~
24052 \end_inset
24053
24054
24055 \begin_inset CommandInset ref
24056 LatexCommand ref
24057 reference "tab:legende-à-coté-tableau"
24058
24059 \end_inset
24060
24061  sont des exemples où la légende a été mises sur le coté.
24062 \end_layout
24063
24064 \begin_layout Standard
24065 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24066  pour les flottants de tableau et vers le bas pour les flottants de figure.
24067  Pour changer ce comportement, vous pouvez utiliser les commandes
24068 \end_layout
24069
24070 \begin_layout Standard
24071
24072 \series bold
24073
24074 \backslash
24075 sidecaptionvpos{type flottant}{placement}
24076 \end_layout
24077
24078 \begin_layout Standard
24079 dans le préambule du document ou en code TeX juste avant le flottant visé.
24080  Le type du flottant est soit 
24081 \family sans
24082 figure
24083 \family default
24084  soit 
24085 \family sans
24086 table
24087 \family default
24088 , le placement peut être 
24089 \begin_inset Quotes eld
24090 \end_inset
24091
24092
24093 \family sans
24094 t
24095 \family default
24096
24097 \begin_inset Quotes erd
24098 \end_inset
24099
24100  pour haut (top), 
24101 \begin_inset Quotes eld
24102 \end_inset
24103
24104
24105 \family sans
24106 c
24107 \family default
24108
24109 \begin_inset Quotes erd
24110 \end_inset
24111
24112  pour centre (center), ou 
24113 \begin_inset Quotes eld
24114 \end_inset
24115
24116
24117 \family sans
24118 b
24119 \family default
24120
24121 \begin_inset Quotes erd
24122 \end_inset
24123
24124  pour bas (bottom).
24125  Pour que, par exemple, les légendes des flottants de figure soient centrés
24126  verticalement, utilisez la commande
24127 \end_layout
24128
24129 \begin_layout Standard
24130
24131 \series bold
24132
24133 \backslash
24134 sidecaptionvpos{figure}{c}
24135 \end_layout
24136
24137 \begin_layout Standard
24138 C'est ce qui a été utilisé pour la figure
24139 \begin_inset space ~
24140 \end_inset
24141
24142
24143 \begin_inset CommandInset ref
24144 LatexCommand ref
24145 reference "fig:legende-à-coté-fig-2"
24146
24147 \end_inset
24148
24149 .
24150 \end_layout
24151
24152 \begin_layout Standard
24153 \begin_inset VSpace medskip
24154 \end_inset
24155
24156 Pour plus d'information sur le paquetage 
24157 \series bold
24158 sidecap
24159 \series default
24160  nous vous renvoyons à sa documentation 
24161 \begin_inset CommandInset citation
24162 LatexCommand cite
24163 key "sidecap"
24164
24165 \end_inset
24166
24167 .
24168 \end_layout
24169
24170 \begin_layout Standard
24171 \begin_inset Note Greyedout
24172 status open
24173
24174 \begin_layout Plain Layout
24175
24176 \series bold
24177 Note:
24178 \series default
24179  Le paquetage LaTeX 
24180 \series bold
24181 hypcap
24182 \series default
24183
24184 \begin_inset Index
24185 status collapsed
24186
24187 \begin_layout Plain Layout
24188 Paquetages LaTeX ! hypcap
24189 \end_layout
24190
24191 \end_inset
24192
24193 , qui est décrit dans la section
24194 \begin_inset space ~
24195 \end_inset
24196
24197
24198 \begin_inset CommandInset ref
24199 LatexCommand ref
24200 reference "sub:Reference-Position"
24201
24202 \end_inset
24203
24204 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24205 \end_layout
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \begin_layout Standard
24213 \begin_inset ERT
24214 status collapsed
24215
24216 \begin_layout Plain Layout
24217
24218
24219 \backslash
24220 FigBesBeg 
24221 \end_layout
24222
24223 \end_inset
24224
24225
24226 \end_layout
24227
24228 \begin_layout Standard
24229 \begin_inset Float figure
24230 wide false
24231 sideways false
24232 status open
24233
24234 \begin_layout Plain Layout
24235 \begin_inset Graphics
24236         filename ../clipart/escher-lsd.eps
24237         scale 75
24238         scaleBeforeRotation
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Plain Layout
24246 \begin_inset Caption
24247
24248 \begin_layout Plain Layout
24249 \begin_inset CommandInset label
24250 LatexCommand label
24251 name "fig:legende-a-coté-fig"
24252
24253 \end_inset
24254
24255 Une légende à côté d'une figure.
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \end_inset
24264
24265
24266 \end_layout
24267
24268 \begin_layout Standard
24269 \begin_inset ERT
24270 status collapsed
24271
24272 \begin_layout Plain Layout
24273
24274
24275 \backslash
24276 TabBesBeg 
24277 \end_layout
24278
24279 \end_inset
24280
24281
24282 \end_layout
24283
24284 \begin_layout Standard
24285 \begin_inset Float table
24286 wide false
24287 sideways false
24288 status open
24289
24290 \begin_layout Plain Layout
24291 \begin_inset Caption
24292
24293 \begin_layout Plain Layout
24294 \begin_inset CommandInset label
24295 LatexCommand label
24296 name "tab:legende-à-coté-tableau"
24297
24298 \end_inset
24299
24300 Une légende à côté d'un tableau.
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Plain Layout
24309 \begin_inset Tabular
24310 <lyxtabular version="3" rows="4" columns="5">
24311 <features>
24312 <column alignment="center" valignment="top" width="0">
24313 <column alignment="center" valignment="top" width="0">
24314 <column alignment="center" valignment="top" width="0">
24315 <column alignment="center" valignment="top" width="0">
24316 <column alignment="center" valignment="top" width="0">
24317 <row>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322 a
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 b
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358 c
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378 d
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396 e
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 </row>
24411 <row>
24412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416 f
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434 g
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24440 \begin_inset Text
24441
24442 \begin_layout Plain Layout
24443
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24449 \begin_inset Text
24450
24451 \begin_layout Plain Layout
24452 h
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 </row>
24458 <row>
24459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472 i
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490 j
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 </row>
24505 </lyxtabular>
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \begin_layout Standard
24518 \begin_inset ERT
24519 status collapsed
24520
24521 \begin_layout Plain Layout
24522
24523
24524 \backslash
24525 TabBesEnd
24526 \end_layout
24527
24528 \end_inset
24529
24530
24531 \end_layout
24532
24533 \begin_layout Standard
24534 \begin_inset ERT
24535 status collapsed
24536
24537 \begin_layout Plain Layout
24538
24539
24540 \backslash
24541 sidecaptionvpos{figure}{c}
24542 \end_layout
24543
24544 \end_inset
24545
24546
24547 \begin_inset Float figure
24548 wide false
24549 sideways false
24550 status open
24551
24552 \begin_layout Plain Layout
24553 \begin_inset Graphics
24554         filename ../clipart/escher-lsd.eps
24555         scale 75
24556         scaleBeforeRotation
24557
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Plain Layout
24564 \begin_inset Caption
24565
24566 \begin_layout Plain Layout
24567 \begin_inset CommandInset label
24568 LatexCommand label
24569 name "fig:legende-à-coté-fig-2"
24570
24571 \end_inset
24572
24573 Une légende centrée verticalement à côté d'une figure.
24574 \end_layout
24575
24576 \end_inset
24577
24578
24579 \end_layout
24580
24581 \end_inset
24582
24583
24584 \end_layout
24585
24586 \begin_layout Standard
24587 \begin_inset ERT
24588 status collapsed
24589
24590 \begin_layout Plain Layout
24591
24592
24593 \backslash
24594 FigBesEnd
24595 \end_layout
24596
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 \begin_inset ERT
24604 status collapsed
24605
24606 \begin_layout Plain Layout
24607
24608
24609 \backslash
24610 else
24611 \end_layout
24612
24613 \end_inset
24614
24615
24616 \begin_inset Note Note
24617 status open
24618
24619 \begin_layout Plain Layout
24620 Ce qui suit sera affiché si le paquetage LaTeX 
24621 \series bold
24622 sidecap
24623 \series default
24624  n'est pas installé :
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \begin_layout Standard
24633 Vous devez installer le paquetage LaTeX 
24634 \series bold
24635 sidecap
24636 \series default
24637  pour voir la suite de cette section dans la sortie imprimée.
24638 \end_layout
24639
24640 \begin_layout Standard
24641 \begin_inset ERT
24642 status collapsed
24643
24644 \begin_layout Plain Layout
24645
24646
24647 \backslash
24648 fi
24649 \end_layout
24650
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \begin_layout Section
24657 Les Listes de Flottants
24658 \begin_inset Index
24659 status collapsed
24660
24661 \begin_layout Plain Layout
24662 Flottants ! Listes de Flottants
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671 De la même façon que la table des matières fait la liste des sections du
24672  document, il y a des listes pour tous les types de flottants, comme par
24673  exemple pour les figures du document.
24674  Vous pouvez les insérer en utilisant le menu 
24675 \family sans
24676 Insérer\SpecialChar \menuseparator
24677 Listes
24678 \begin_inset space ~
24679 \end_inset
24680
24681 &
24682 \begin_inset space ~
24683 \end_inset
24684
24685 TdM
24686 \family default
24687 .
24688 \end_layout
24689
24690 \begin_layout Standard
24691 Les entrées de la liste sont la légende du flottant ou éventuellement le
24692  titre court, le numéro du flottant, et le numéro de la page où le flottant
24693  apparaît dans le document.
24694 \end_layout
24695
24696 \begin_layout Standard
24697 Vous trouverez à la fin de ce document une liste des figures et une liste
24698  des tableaux.
24699 \end_layout
24700
24701 \begin_layout Chapter
24702 Notes
24703 \end_layout
24704
24705 \begin_layout Section
24706 Les Notes de LyX
24707 \begin_inset Index
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711 Notes ! Notes LyX 
24712 \end_layout
24713
24714 \end_inset
24715
24716
24717 \end_layout
24718
24719 \begin_layout Standard
24720 On peut insérer une note en utilisant le bouton 
24721 \begin_inset Graphics
24722         filename ../../images/note-insert.png
24723         scale 85
24724         scaleBeforeRotation
24725
24726 \end_inset
24727
24728  de la barre d'outils ou avec le menu 
24729 \family sans
24730 Insérer\SpecialChar \menuseparator
24731 Note
24732 \family default
24733 .
24734  Il y a trois types de notes :
24735 \end_layout
24736
24737 \begin_layout Description
24738 Note
24739 \begin_inset space ~
24740 \end_inset
24741
24742 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
24743  finale.
24744  La boîte de cette note ressemble à ceci :
24745 \begin_inset Newline newline
24746 \end_inset
24747
24748
24749 \begin_inset Newline newline
24750 \end_inset
24751
24752
24753 \begin_inset Graphics
24754         filename clipart/LyXNoteImageQt4.png
24755         display false
24756         scale 65
24757         scaleBeforeRotation
24758
24759 \end_inset
24760
24761  
24762 \begin_inset Note Note
24763 status open
24764
24765 \begin_layout Plain Layout
24766 Le texte de cette note n'apparaîtra pas à l'impression.
24767 \end_layout
24768
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \begin_layout Description
24775 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
24776  il est inséré comme un commentaire LaTeX quand vous exportez votre document
24777  vers un fichier au format LaTeX avec le menu 
24778 \family sans
24779 Fichier\SpecialChar \menuseparator
24780 Exporter\SpecialChar \menuseparator
24781 LaTeX (pdflatex) / (plain)
24782 \family default
24783 .
24784  La boîte de cette note ressemble à ceci :
24785 \begin_inset Newline newline
24786 \end_inset
24787
24788
24789 \begin_inset Newline newline
24790 \end_inset
24791
24792
24793 \begin_inset Graphics
24794         filename clipart/CommentNoteImageQt4.png
24795         display false
24796         scale 55
24797         scaleBeforeRotation
24798
24799 \end_inset
24800
24801
24802 \lang english
24803  
24804 \lang french
24805
24806 \begin_inset Note Comment
24807 status open
24808
24809 \begin_layout Plain Layout
24810 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
24811  LaTeX.
24812 \end_layout
24813
24814 \end_inset
24815
24816
24817 \end_layout
24818
24819 \begin_layout Description
24820 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
24821  La boîte de cette note ressemble à ceci :
24822 \lang english
24823
24824 \begin_inset Newline newline
24825 \end_inset
24826
24827
24828 \lang french
24829
24830 \begin_inset Newline newline
24831 \end_inset
24832
24833
24834 \begin_inset Graphics
24835         filename clipart/GreyedOutNoteImageQt4.png
24836         lyxscale 80
24837         display false
24838         scale 55
24839         scaleBeforeRotation
24840
24841 \end_inset
24842
24843
24844 \begin_inset Newline newline
24845 \end_inset
24846
24847
24848 \begin_inset ERT
24849 status collapsed
24850
24851 \begin_layout Plain Layout
24852
24853
24854 \backslash
24855 renewenvironment{lyxgreyedout}
24856 \end_layout
24857
24858 \begin_layout Plain Layout
24859
24860 {
24861 \backslash
24862 textcolor[gray]{0.8}
24863 \backslash
24864 bgroup}{
24865 \backslash
24866 egroup}
24867 \end_layout
24868
24869 \end_inset
24870
24871
24872 \begin_inset Note Greyedout
24873 status open
24874
24875 \begin_layout Plain Layout
24876 Le texte
24877 \begin_inset Foot
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
24882  grisé.
24883  
24884 \end_layout
24885
24886 \end_inset
24887
24888  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \begin_inset ERT
24895 status collapsed
24896
24897 \begin_layout Plain Layout
24898
24899
24900 \backslash
24901 renewenvironment{lyxgreyedout}
24902 \end_layout
24903
24904 \begin_layout Plain Layout
24905
24906 {
24907 \backslash
24908 textcolor{blue}
24909 \backslash
24910 bgroup}{
24911 \backslash
24912 egroup}
24913 \end_layout
24914
24915 \end_inset
24916
24917
24918 \begin_inset Note Note
24919 status open
24920
24921 \begin_layout Plain Layout
24922 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
24923  originale qu'elle a dans LyX.
24924  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
24925  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \begin_inset Newline newline
24932 \end_inset
24933
24934
24935 \begin_inset Newline newline
24936 \end_inset
24937
24938 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
24939  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
24940 \end_layout
24941
24942 \begin_layout Standard
24943 \begin_inset VSpace bigskip
24944 \end_inset
24945
24946 Quand vous utilisez le bouton 
24947 \begin_inset Graphics
24948         filename ../../images/note-insert.png
24949         scale 85
24950         scaleBeforeRotation
24951
24952 \end_inset
24953
24954  de la barre d'outils, vous insérez une 
24955 \family sans
24956 Note
24957 \begin_inset space ~
24958 \end_inset
24959
24960 LyX
24961 \family default
24962 .
24963  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
24964 la et cliquez sur le bouton d'insertion de note.
24965  Pour retransformer une note en texte, appuyez sur la touche 
24966 \family sans
24967 backspace
24968 \family default
24969  quand le curseur est au tout début de la note ou appuyez sur la touche
24970  
24971 \family sans
24972 Suppr.
24973
24974 \family default
24975  quand le curseur se trouve à la fin de la note.
24976 \end_layout
24977
24978 \begin_layout Standard
24979 \begin_inset VSpace bigskip
24980 \end_inset
24981
24982 Vous pouvez changer la couleur du texte des notes grisées en mettant les
24983  commandes suivantes dans le préambule :
24984 \end_layout
24985
24986 \begin_layout Standard
24987
24988 \series bold
24989
24990 \backslash
24991 renewenvironment{lyxgreyedout}
24992 \begin_inset Newline newline
24993 \end_inset
24994
24995
24996 \begin_inset ERT
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000
25001
25002 \backslash
25003 hphantom{ }
25004 \end_layout
25005
25006 \end_inset
25007
25008 {
25009 \backslash
25010 textcolor{color}
25011 \backslash
25012 bgroup}{
25013 \backslash
25014 egroup}
25015 \end_layout
25016
25017 \begin_layout Standard
25018 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25019  sont expliqués dans la section
25020 \begin_inset space ~
25021 \end_inset
25022
25023
25024 \begin_inset CommandInset ref
25025 LatexCommand ref
25026 reference "sec:Tableaux-Colorés"
25027
25028 \end_inset
25029
25030 .
25031 \end_layout
25032
25033 \begin_layout Standard
25034 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25035  grisées avec leur texte en bleu.
25036 \end_layout
25037
25038 \begin_layout Section
25039 Notes en Bas de Page
25040 \begin_inset CommandInset label
25041 LatexCommand label
25042 name "sec:Notes-bas-de-page"
25043
25044 \end_inset
25045
25046
25047 \begin_inset Index
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051 Notes ! Notes de bas de page
25052 \end_layout
25053
25054 \end_inset
25055
25056
25057 \begin_inset Index
25058 status collapsed
25059
25060 \begin_layout Plain Layout
25061 Notes de bas de page
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \begin_layout Standard
25070 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25071  
25072 \begin_inset Graphics
25073         filename ../../images/footnote-insert.png
25074         scale 85
25075         scaleBeforeRotation
25076
25077 \end_inset
25078
25079  de la barre d'outils, soit en utilisant le menu 
25080 \family sans
25081 Insérer\SpecialChar \menuseparator
25082 Note
25083 \begin_inset space ~
25084 \end_inset
25085
25086 en
25087 \begin_inset space ~
25088 \end_inset
25089
25090 Bas
25091 \begin_inset space ~
25092 \end_inset
25093
25094 de
25095 \begin_inset space ~
25096 \end_inset
25097
25098 Page
25099 \family default
25100 .
25101  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25102  rouge 
25103 \begin_inset Quotes fld
25104 \end_inset
25105
25106 bas
25107 \begin_inset Quotes frd
25108 \end_inset
25109
25110  qui ressemble à ceci : 
25111 \begin_inset Graphics
25112         filename clipart/footnoteQt4.png
25113         scale 80
25114         scaleBeforeRotation
25115
25116 \end_inset
25117
25118  Vous pouvez y entrer votre texte.
25119  Si vous voulez transformer du texte déjà existant en note en bas de page,
25120  sélectionnez-le et cliquez sur le bouton 
25121 \family sans
25122 Note
25123 \begin_inset space ~
25124 \end_inset
25125
25126 en
25127 \begin_inset space ~
25128 \end_inset
25129
25130 Bas
25131 \begin_inset space ~
25132 \end_inset
25133
25134 de
25135 \begin_inset space ~
25136 \end_inset
25137
25138 Page
25139 \family default
25140  de la barre d'outils.
25141  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25142  
25143 \family sans
25144 backspace
25145 \family default
25146  quand le curseur est au tout début de la note ou appuyez sur la touche
25147  
25148 \family sans
25149 Suppr.
25150
25151 \family default
25152  quand le curseur se trouve à la fin de la note.
25153 \end_layout
25154
25155 \begin_layout Standard
25156 Voici un exemple de note en bas de page:
25157 \begin_inset Foot
25158 status open
25159
25160 \begin_layout Plain Layout
25161 \begin_inset CommandInset label
25162 LatexCommand label
25163 name "fn:Note-en-bas"
25164
25165 \end_inset
25166
25167 Ceci est un exemple de note en bas de page.
25168 \end_layout
25169
25170 \end_inset
25171
25172
25173 \begin_inset ERT
25174 status collapsed
25175
25176 \begin_layout Plain Layout
25177
25178
25179 \backslash
25180 newcounter{MyRepeatFoot}
25181 \end_layout
25182
25183 \begin_layout Plain Layout
25184
25185
25186 \backslash
25187 setcounter{MyRepeatFoot}{
25188 \backslash
25189 thefootnote}
25190 \end_layout
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Standard
25198 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25199  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25200  de note.
25201  Le texte de la note est placé en bas de la page courante.
25202  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25203  Selon votre classe de document les numéros de notes pourront être réinitialisés
25204  à chaque nouveau chapitre.
25205 \end_layout
25206
25207 \begin_layout Standard
25208 On peut faire référence à une note en bas de page comme on le fait avec
25209  les flottants : Insérez une étiquette dans la note et faites une référence
25210  croisée vers cette étiquette comme c'est décrit dans la
25211 \begin_inset space ~
25212 \end_inset
25213
25214
25215 \begin_inset CommandInset ref
25216 LatexCommand ref
25217 reference "sec:Referencer-les-Flottants"
25218
25219 \end_inset
25220
25221 .
25222 \begin_inset Newline newline
25223 \end_inset
25224
25225 Voici une référence à une note de bas de page :
25226 \begin_inset space ~
25227 \end_inset
25228
25229
25230 \begin_inset CommandInset ref
25231 LatexCommand ref
25232 reference "fn:Note-en-bas"
25233
25234 \end_inset
25235
25236 .
25237 \end_layout
25238
25239 \begin_layout Standard
25240 \begin_inset VSpace defskip
25241 \end_inset
25242
25243 Pour utiliser des notes de bas de page dans les tableaux, vous devez utiliser
25244  des minipages, voyez la section
25245 \begin_inset space ~
25246 \end_inset
25247
25248
25249 \begin_inset CommandInset ref
25250 LatexCommand ref
25251 reference "sec:Minipages"
25252
25253 \end_inset
25254
25255 .
25256  Les notes de bas de page dans des tableaux longs sont traitées dans la
25257  section
25258 \begin_inset space ~
25259 \end_inset
25260
25261
25262 \begin_inset CommandInset ref
25263 LatexCommand ref
25264 reference "sub:Notes-dans-tableau-long"
25265
25266 \end_inset
25267
25268 .
25269 \end_layout
25270
25271 \begin_layout Standard
25272 \begin_inset VSpace defskip
25273 \end_inset
25274
25275 Pour créer seulement la marque de note, utilisez la commande 
25276 \series bold
25277
25278 \backslash
25279 footnotemark[nombre]
25280 \series default
25281  en code TeX.
25282  On utilise cette possibilité quand on a plusieurs fois la même annotation
25283  dans le texte, mais que l'on ne veut pas répéter le texte de la note de
25284  bas de page à chaque fois.
25285 \begin_inset Newline newline
25286 \end_inset
25287
25288 Comme vous ne connaissez pas le numéro de la note que vous voulez répéter
25289  au moment où vous tapez votre texte, vous devez enregistrer ce nombre quelque
25290  part.
25291  Pour la marque de note qui suit, ces commandes ont été insérées en code
25292  TeX après la note
25293 \begin_inset space ~
25294 \end_inset
25295
25296
25297 \begin_inset CommandInset ref
25298 LatexCommand ref
25299 reference "fn:Note-en-bas"
25300
25301 \end_inset
25302
25303  pour enregistrer le numéro de note de bas de page :
25304 \end_layout
25305
25306 \begin_layout Standard
25307
25308 \series bold
25309
25310 \backslash
25311 newcounter{MyRepeatFoot}
25312 \begin_inset Newline newline
25313 \end_inset
25314
25315
25316 \backslash
25317 setcounter{MyRepeatFoot}{
25318 \backslash
25319 thefootnote}
25320 \end_layout
25321
25322 \begin_layout Standard
25323 La marque de note a été créée avec la commande suivante :
25324 \end_layout
25325
25326 \begin_layout Standard
25327
25328 \series bold
25329
25330 \backslash
25331 footnotemark[
25332 \backslash
25333 theMyRepeatFoot]
25334 \end_layout
25335
25336 \begin_layout Standard
25337 Voici un exemple de marque de note de bas de page : 
25338 \begin_inset ERT
25339 status collapsed
25340
25341 \begin_layout Plain Layout
25342
25343
25344 \backslash
25345 footnotemark[
25346 \backslash
25347 theMyRepeatFoot]
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \begin_layout Subsection
25356 Numérotation de Notes de Bas de Page
25357 \begin_inset CommandInset label
25358 LatexCommand label
25359 name "sub:Numerotation-notes-bas-de-page"
25360
25361 \end_inset
25362
25363
25364 \begin_inset Index
25365 status collapsed
25366
25367 \begin_layout Plain Layout
25368 Notes de bas de page ! Numérotation
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \end_layout
25375
25376 \begin_layout Standard
25377 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
25378  ajoutez cette commande dans le préambule de votre document :
25379 \end_layout
25380
25381 \begin_layout Standard
25382
25383 \series bold
25384
25385 \backslash
25386 @addtoreset{footnote}{section}
25387 \end_layout
25388
25389 \begin_layout Standard
25390 \begin_inset VSpace bigskip
25391 \end_inset
25392
25393 La commande de préambule suivante change le style de numérotation des notes
25394  en petits chiffres romains :
25395 \end_layout
25396
25397 \begin_layout Standard
25398
25399 \series bold
25400
25401 \backslash
25402 renewcommand{
25403 \backslash
25404 thefootnote}{
25405 \backslash
25406 roman{footnote}}
25407 \end_layout
25408
25409 \begin_layout Standard
25410 \begin_inset ERT
25411 status collapsed
25412
25413 \begin_layout Plain Layout
25414
25415
25416 \backslash
25417 renewcommand{
25418 \backslash
25419 thefootnote}{
25420 \backslash
25421 roman{footnote}}
25422 \end_layout
25423
25424 \end_inset
25425
25426  Cette note de bas de page utilise une numérotation en chiffres romains
25427  :
25428 \begin_inset Foot
25429 status open
25430
25431 \begin_layout Plain Layout
25432 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
25433  romains.
25434 \end_layout
25435
25436 \end_inset
25437
25438
25439 \end_layout
25440
25441 \begin_layout Standard
25442 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
25443  la commande précédente 
25444 \series bold
25445
25446 \backslash
25447 roman
25448 \series default
25449  par 
25450 \series bold
25451
25452 \backslash
25453 Roman
25454 \series default
25455 .
25456  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
25457  utilisez respectivement soit 
25458 \series bold
25459
25460 \backslash
25461 Alph
25462 \series default
25463  soit 
25464 \series bold
25465
25466 \backslash
25467 alph
25468 \series default
25469 .
25470  Pour les 
25471 \begin_inset Quotes eld
25472 \end_inset
25473
25474 numéroter
25475 \begin_inset Quotes erd
25476 \end_inset
25477
25478  avec des symboles, utilisez 
25479 \series bold
25480
25481 \backslash
25482 fnsymbol
25483 \series default
25484 .
25485 \end_layout
25486
25487 \begin_layout Standard
25488 \begin_inset Note Greyedout
25489 status open
25490
25491 \begin_layout Plain Layout
25492
25493 \series bold
25494 Note:
25495 \series default
25496  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
25497  puisque cette numérotation est limitée à des lettres seules.
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \begin_inset Newline newline
25504 \end_inset
25505
25506
25507 \begin_inset Note Greyedout
25508 status open
25509
25510 \begin_layout Plain Layout
25511
25512 \series bold
25513 Note:
25514 \series default
25515  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Standard
25524 Pour revenir au style de numérotation implicite quand vous en avez changé,
25525  utilisez 
25526 \series bold
25527
25528 \backslash
25529 arabic
25530 \series default
25531  à la place de 
25532 \series bold
25533
25534 \backslash
25535 roman
25536 \series default
25537  dans la commande précédente.
25538 \begin_inset ERT
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542
25543
25544 \backslash
25545 renewcommand{
25546 \backslash
25547 thefootnote}{
25548 \backslash
25549 arabic{footnote}}
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Standard
25558 \begin_inset VSpace bigskip
25559 \end_inset
25560
25561
25562 \end_layout
25563
25564 \begin_layout Standard
25565 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
25566  le schéma 
25567 \begin_inset Quotes eld
25568 \end_inset
25569
25570 chapitre.note
25571 \begin_inset Quotes erd
25572 \end_inset
25573
25574 , ajoutez la commande suivante au préambule de votre document :
25575 \end_layout
25576
25577 \begin_layout Standard
25578
25579 \series bold
25580
25581 \backslash
25582 numberwithin{footnote}{chapter}
25583 \end_layout
25584
25585 \begin_layout Standard
25586 Pour pouvoir utiliser la commande 
25587 \series bold
25588
25589 \backslash
25590 numberwithin
25591 \series default
25592 , activez dans la rubrique 
25593 \family sans
25594 Options
25595 \begin_inset space ~
25596 \end_inset
25597
25598 des
25599 \begin_inset space ~
25600 \end_inset
25601
25602 Maths
25603 \family default
25604  dans les paramètres du document, l'option 
25605 \family sans
25606 Utiliser
25607 \begin_inset space ~
25608 \end_inset
25609
25610 le
25611 \begin_inset space ~
25612 \end_inset
25613
25614 paquetage
25615 \begin_inset space ~
25616 \end_inset
25617
25618 maths
25619 \begin_inset space ~
25620 \end_inset
25621
25622 AMS
25623 \family default
25624 .
25625 \end_layout
25626
25627 \begin_layout Standard
25628 \begin_inset ERT
25629 status collapsed
25630
25631 \begin_layout Plain Layout
25632
25633
25634 \backslash
25635 numberwithin{footnote}{chapter}
25636 \end_layout
25637
25638 \end_inset
25639
25640 Ceci est un autre exemple de note de bas de page:
25641 \series bold
25642
25643 \begin_inset Foot
25644 status open
25645
25646 \begin_layout Plain Layout
25647 Cette note est numérotée en suivant le schéma 
25648 \begin_inset Quotes eld
25649 \end_inset
25650
25651 chapitre.note
25652 \begin_inset Quotes erd
25653 \end_inset
25654
25655 .
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \series default
25662
25663 \begin_inset ERT
25664 status collapsed
25665
25666 \begin_layout Plain Layout
25667
25668
25669 \backslash
25670 renewcommand{
25671 \backslash
25672 thefootnote}{
25673 \backslash
25674 arabic{footnote}}
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 \begin_inset Note Greyedout
25684 status open
25685
25686 \begin_layout Plain Layout
25687
25688 \series bold
25689 Note:
25690 \series default
25691  
25692 \series bold
25693
25694 \backslash
25695 numberwithin
25696 \series default
25697  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
25698  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
25699  prises en compte.
25700  
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \begin_layout Standard
25709 Donc pour avoir par exemple le schéma 
25710 \begin_inset Quotes eld
25711 \end_inset
25712
25713 chapitre.
25714 \backslash
25715 Roman{note}
25716 \begin_inset Quotes erd
25717 \end_inset
25718
25719 , utilisez la commande suivante plutôt que 
25720 \series bold
25721
25722 \backslash
25723 numberwithin
25724 \series default
25725  :
25726 \end_layout
25727
25728 \begin_layout Standard
25729
25730 \series bold
25731
25732 \backslash
25733 renewcommand{
25734 \backslash
25735 thefootnote}{
25736 \backslash
25737 thechapter.
25738 \backslash
25739 Roman{footnote}}
25740 \end_layout
25741
25742 \begin_layout Subsection
25743 Positionnement de notes de bas de page
25744 \begin_inset Index
25745 status collapsed
25746
25747 \begin_layout Plain Layout
25748 Notes de bas de page ! Positionnement
25749 \end_layout
25750
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \begin_layout Standard
25757 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
25758  vertical entre elles en bas de la page.
25759  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
25760  de 1.5
25761 \begin_inset space \thinspace{}
25762 \end_inset
25763
25764 mm avec la commande suivante dans le préambule :
25765 \end_layout
25766
25767 \begin_layout Standard
25768
25769 \series bold
25770
25771 \backslash
25772 let
25773 \backslash
25774 myFoot
25775 \backslash
25776 footnote
25777 \begin_inset Newline newline
25778 \end_inset
25779
25780
25781 \backslash
25782 renewcommand{
25783 \backslash
25784 footnote}[1]{
25785 \backslash
25786 myFoot{#1
25787 \backslash
25788 vspace{1.5mm}}}
25789 \end_layout
25790
25791 \begin_layout Standard
25792 \begin_inset VSpace bigskip
25793 \end_inset
25794
25795 Dans un document à deux colonnes les notes de bas de page apparaissent en
25796  bas de chaque colonne, comme sur la Figure
25797 \begin_inset space ~
25798 \end_inset
25799
25800
25801 \begin_inset CommandInset ref
25802 LatexCommand ref
25803 reference "fig:Position-standard-note-bas-de-page"
25804
25805 \end_inset
25806
25807 .
25808  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
25809  sur la Figure
25810 \begin_inset space ~
25811 \end_inset
25812
25813
25814 \begin_inset CommandInset ref
25815 LatexCommand ref
25816 reference "fig:Position-note-avec-ftnright"
25817
25818 \end_inset
25819
25820 , utilisez le paquetage LaTeX 
25821 \series bold
25822 ftnright
25823 \series default
25824
25825 \begin_inset Index
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829 Paquetages LaTeX ! ftnright
25830 \end_layout
25831
25832 \end_inset
25833
25834  avec cette commande dans le préambule du document:
25835 \end_layout
25836
25837 \begin_layout Standard
25838
25839 \series bold
25840
25841 \backslash
25842 usepackage{ftnright}
25843 \end_layout
25844
25845 \begin_layout Standard
25846 \begin_inset Float figure
25847 placement !h
25848 wide false
25849 sideways false
25850 status open
25851
25852 \begin_layout Plain Layout
25853 \begin_inset ERT
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857
25858
25859 \backslash
25860 framebox{
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \begin_inset Graphics
25867         filename ../clipart/without_fntright.pdf
25868         width 100col%
25869         scaleBeforeRotation
25870
25871 \end_inset
25872
25873
25874 \begin_inset ERT
25875 status collapsed
25876
25877 \begin_layout Plain Layout
25878
25879 }
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Plain Layout
25888 \begin_inset Caption
25889
25890 \begin_layout Plain Layout
25891 \begin_inset CommandInset label
25892 LatexCommand label
25893 name "fig:Position-standard-note-bas-de-page"
25894
25895 \end_inset
25896
25897 Positionnement standard des notes de bas de page dans un document à deux
25898  colonnes.
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \begin_layout Standard
25912 \begin_inset Float figure
25913 placement !h
25914 wide false
25915 sideways false
25916 status open
25917
25918 \begin_layout Plain Layout
25919 \begin_inset ERT
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923
25924
25925 \backslash
25926 framebox{
25927 \end_layout
25928
25929 \end_inset
25930
25931
25932 \begin_inset Graphics
25933         filename ../clipart/with_fntright.pdf
25934         width 100col%
25935         scaleBeforeRotation
25936
25937 \end_inset
25938
25939
25940 \begin_inset ERT
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944
25945 }
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Plain Layout
25954 \begin_inset Caption
25955
25956 \begin_layout Plain Layout
25957 \begin_inset CommandInset label
25958 LatexCommand label
25959 name "fig:Position-note-avec-ftnright"
25960
25961 \end_inset
25962
25963 Positionnement de notes de bas de page dans un document à deux colonnes
25964  en utilisant le paquetage LaTeX 
25965 \series bold
25966 ftnright
25967 \series default
25968 .
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977
25978
25979 \end_layout
25980
25981 \begin_layout Standard
25982 \begin_inset VSpace bigskip
25983 \end_inset
25984
25985 Dans certaines publications scientifiques, il est courant de rassembler
25986  les notes de bas de page et de les imprimer dans un paragraphe particulier
25987  à la fin de la section, comme sur la Figure
25988 \begin_inset space ~
25989 \end_inset
25990
25991
25992 \begin_inset CommandInset ref
25993 LatexCommand ref
25994 reference "fig:Notes-de-fin"
25995
25996 \end_inset
25997
25998 .
25999  On les appelle 
26000 \begin_inset Quotes eld
26001 \end_inset
26002
26003 notes de fin
26004 \begin_inset Quotes erd
26005 \end_inset
26006
26007 .
26008 \begin_inset Index
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012 Notes de fin
26013 \end_layout
26014
26015 \end_inset
26016
26017  Pour utiliser des notes de fin à la place des notes de bas de page dans
26018  votre document, 
26019 \lang english
26020 load in the menu
26021 \lang french
26022  
26023 \family sans
26024 Document\SpecialChar \menuseparator
26025 Paramètres\SpecialChar \menuseparator
26026 Modules 
26027 \family default
26028 \lang english
26029 the module
26030 \lang french
26031  
26032 \family sans
26033 Note de bas de page en fin de document
26034 \family default
26035 .
26036  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26037 \end_layout
26038
26039 \begin_layout Standard
26040
26041 \series bold
26042
26043 \backslash
26044 theendnotes
26045 \end_layout
26046
26047 \begin_layout Standard
26048 en code TeX à la fin d'une section ou d'un chapitre.
26049 \end_layout
26050
26051 \begin_layout Standard
26052 \begin_inset Float figure
26053 wide false
26054 sideways false
26055 status open
26056
26057 \begin_layout Plain Layout
26058 \align center
26059 \begin_inset ERT
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063
26064
26065 \backslash
26066 framebox{
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \begin_inset Graphics
26073         filename ../clipart/endnotes.pdf
26074         scaleBeforeRotation
26075
26076 \end_inset
26077
26078
26079 \begin_inset ERT
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083
26084 }
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Plain Layout
26093 \begin_inset Caption
26094
26095 \begin_layout Plain Layout
26096 \begin_inset CommandInset label
26097 LatexCommand label
26098 name "fig:Notes-de-fin"
26099
26100 \end_inset
26101
26102 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26103  séparé à la fin des sections ou des chapitres.
26104 \end_layout
26105
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Standard
26117 \begin_inset VSpace medskip
26118 \end_inset
26119
26120 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26121  dans la langue du document, cela doit être fait manuellement.
26122  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26123  
26124 \begin_inset Quotes eld
26125 \end_inset
26126
26127 Notes
26128 \begin_inset Quotes erd
26129 \end_inset
26130
26131  en sa traduction Allemande
26132 \begin_inset Foot
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136 En français, 
26137 \begin_inset Quotes eld
26138 \end_inset
26139
26140 Notes
26141 \begin_inset Quotes erd
26142 \end_inset
26143
26144  peut être conservé.
26145 \end_layout
26146
26147 \end_inset
26148
26149  
26150 \begin_inset Quotes eld
26151 \end_inset
26152
26153 Anmerkungen
26154 \begin_inset Quotes erd
26155 \end_inset
26156
26157  :
26158 \end_layout
26159
26160 \begin_layout Standard
26161
26162 \series bold
26163
26164 \backslash
26165 renewcommand{
26166 \backslash
26167 notesname}{Anmerkungen}
26168 \end_layout
26169
26170 \begin_layout Standard
26171 \begin_inset VSpace medskip
26172 \end_inset
26173
26174 La numérotation des notes de fin peut être modifiée comme celle des notes
26175  de bas de page comme c'est décrit dans la section
26176 \begin_inset space ~
26177 \end_inset
26178
26179
26180 \begin_inset CommandInset ref
26181 LatexCommand ref
26182 reference "sub:Numerotation-notes-bas-de-page"
26183
26184 \end_inset
26185
26186  ; remplacez juste la commande 
26187 \series bold
26188
26189 \backslash
26190 thefootnote
26191 \series default
26192  par 
26193 \series bold
26194
26195 \backslash
26196 theendnote
26197 \series default
26198 .
26199  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26200 \series bold
26201
26202 \backslash
26203 @addtoreset
26204 \series default
26205  comme c'est décrit dans la section
26206 \begin_inset space ~
26207 \end_inset
26208
26209
26210 \begin_inset CommandInset ref
26211 LatexCommand ref
26212 reference "sub:Numerotation-notes-bas-de-page"
26213
26214 \end_inset
26215
26216  et remplacez le paramètre de commande 
26217 \series bold
26218 footnote
26219 \series default
26220  par 
26221 \series bold
26222 endnote
26223 \series default
26224 .
26225 \end_layout
26226
26227 \begin_layout Standard
26228 Pour seulement créer une marque de note de fin, utilisez la commande 
26229 \series bold
26230
26231 \backslash
26232 endnotemark[numéro]
26233 \series default
26234  qui est semblable à 
26235 \series bold
26236
26237 \backslash
26238 footnotemark
26239 \series default
26240 , décrite dans la section
26241 \begin_inset space ~
26242 \end_inset
26243
26244
26245 \begin_inset CommandInset ref
26246 LatexCommand ref
26247 reference "sec:Notes-bas-de-page"
26248
26249 \end_inset
26250
26251 .
26252 \end_layout
26253
26254 \begin_layout Standard
26255 \begin_inset VSpace bigskip
26256 \end_inset
26257
26258 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
26259 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
26260 \series bold
26261 footmisc
26262 \series default
26263
26264 \begin_inset Index
26265 status collapsed
26266
26267 \begin_layout Plain Layout
26268 Paquetages LaTeX ! footmisc
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \begin_inset CommandInset citation
26275 LatexCommand cite
26276 key "footmisc"
26277
26278 \end_inset
26279
26280  pour plus d'information à ce sujet.
26281 \end_layout
26282
26283 \begin_layout Standard
26284 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26285  voyez les livres sur LaTeX, 
26286 \begin_inset CommandInset citation
26287 LatexCommand cite
26288 key "latexcompanion,latexguide,latexbook"
26289
26290 \end_inset
26291
26292 .
26293 \end_layout
26294
26295 \begin_layout Section
26296 Notes en Marge
26297 \begin_inset Index
26298 status collapsed
26299
26300 \begin_layout Plain Layout
26301 Notes ! Notes en Marge
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
26311 t de la même façon.
26312  Quand vous insérez une note en marge avec 
26313 \family sans
26314 Insérer\SpecialChar \menuseparator
26315 Note
26316 \begin_inset space ~
26317 \end_inset
26318
26319 en
26320 \begin_inset space ~
26321 \end_inset
26322
26323 Marge
26324 \family default
26325  ou avec le bouton 
26326 \begin_inset Graphics
26327         filename ../../images/marginalnote-insert.png
26328         scale 85
26329         scaleBeforeRotation
26330
26331 \end_inset
26332
26333  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
26334  grise avec une étiquette rouge 
26335 \begin_inset Quotes fld
26336 \end_inset
26337
26338 marge
26339 \begin_inset Quotes frd
26340 \end_inset
26341
26342 .
26343  
26344 \begin_inset Marginal
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348 C'est une note en marge.
26349 \end_layout
26350
26351 \end_inset
26352
26353  Cette boîte est la représentation de votre note dans LyX.
26354  Vous pouvez y entrer votre texte.
26355 \end_layout
26356
26357 \begin_layout Standard
26358 Les notes en marge apparaissent dans la marge de droite dans les documents
26359  imprimées sur une seule face.
26360  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
26361  
26362 \begin_inset Quotes eld
26363 \end_inset
26364
26365 extérieure
26366 \begin_inset Quotes erd
26367 \end_inset
26368
26369  – la gauche sur les pages paires et la droite sur les pages impaires.
26370  Le texte de la note en marge est aligné à l'opposé de la marge externe
26371  – aligné à droite quand la note apparaît dans la marge de gauche.
26372  La première ligne de la note apparaît à la hauteur de la ligne de texte
26373  où la note a été insérée dans le document.
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset VSpace bigskip
26378 \end_inset
26379
26380 Pour placer une note dans la marge interne, ajoutez la commande suivante
26381  :
26382 \end_layout
26383
26384 \begin_layout Standard
26385
26386 \series bold
26387
26388 \backslash
26389 reversemarginpar
26390 \end_layout
26391
26392 \begin_layout Standard
26393 sous forme de code TeX avant votre note de marge.
26394  Le nouveau positionnement est pris en compte pour toutes les notes en marge
26395  qui suivent 
26396 \begin_inset ERT
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400
26401
26402 \backslash
26403 reversemarginpar 
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \begin_inset Marginal
26410 status open
26411
26412 \begin_layout Plain Layout
26413 Cette note en marge est dans la marge interne.
26414 \end_layout
26415
26416 \end_inset
26417
26418
26419 \series bold
26420
26421 \begin_inset Newline newline
26422 \end_inset
26423
26424
26425 \series default
26426
26427 \begin_inset Note Greyedout
26428 status open
26429
26430 \begin_layout Plain Layout
26431
26432 \series bold
26433 Note:
26434 \series default
26435  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26436  les notes sont souvent mal mises en formes dans la sortie imprimée.
26437 \end_layout
26438
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \begin_layout Standard
26445 Pour revenir au positionnement implicite, ajoutez la commande :
26446 \end_layout
26447
26448 \begin_layout Standard
26449
26450 \series bold
26451
26452 \backslash
26453 normalmarginpar
26454 \end_layout
26455
26456 \begin_layout Standard
26457 sous forme de code TeX.
26458 \begin_inset ERT
26459 status collapsed
26460
26461 \begin_layout Plain Layout
26462
26463
26464 \backslash
26465 normalmarginpar 
26466 \end_layout
26467
26468 \end_inset
26469
26470
26471 \begin_inset Newline newline
26472 \end_inset
26473
26474  
26475 \begin_inset Note Greyedout
26476 status open
26477
26478 \begin_layout Plain Layout
26479
26480 \series bold
26481 Note:
26482 \series default
26483  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26484  
26485 \series bold
26486
26487 \backslash
26488 reversemarginpar
26489 \series default
26490  est aussi utilisée.
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499 \begin_inset VSpace bigskip
26500 \end_inset
26501
26502
26503 \begin_inset Marginal
26504 status open
26505
26506 \begin_layout Plain Layout
26507 UnTrèsLongMotEnMarge sans césure.
26508 \end_layout
26509
26510 \end_inset
26511
26512  Comme dans le cas décrit dans la section
26513 \begin_inset space ~
26514 \end_inset
26515
26516
26517 \begin_inset CommandInset ref
26518 LatexCommand ref
26519 reference "sub:Lignes-multiple-dans-cellule"
26520
26521 \end_inset
26522
26523 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26524  mot d'une note en marge.
26525  Pour éviter ce problème, insérez un espacement horizontal de 0
26526 \begin_inset space \thinspace{}
26527 \end_inset
26528
26529 pt avant le mot en question: 
26530 \begin_inset Marginal
26531 status open
26532
26533 \begin_layout Plain Layout
26534 \begin_inset space \hspace{}
26535 \length 0pt
26536 \end_inset
26537
26538 UnMotTrèsLongEnMarge avec une césure.
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \begin_layout Standard
26547 \begin_inset VSpace bigskip
26548 \end_inset
26549
26550
26551 \end_layout
26552
26553 \begin_layout Standard
26554 \begin_inset Note Greyedout
26555 status open
26556
26557 \begin_layout Plain Layout
26558
26559 \series bold
26560 Note:
26561 \series default
26562  Normalement, les notes en marge ne peuvent pas être utilisées dans des
26563  tableaux, des flottants et des notes de bas de page.
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Standard
26572 \begin_inset VSpace bigskip
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \begin_layout Standard
26579 \begin_inset ERT
26580 status collapsed
26581
26582 \begin_layout Plain Layout
26583
26584
26585 \backslash
26586 ifmarginnote
26587 \end_layout
26588
26589 \end_inset
26590
26591
26592 \begin_inset Note Note
26593 status open
26594
26595 \begin_layout Plain Layout
26596 La section suivante ne sera affichée que si le paquetage LaTeX 
26597 \series bold
26598 marginnote
26599 \series default
26600  a été installé.
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \begin_layout Standard
26609 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
26610 \series bold
26611 marginnote
26612 \series default
26613
26614 \begin_inset Index
26615 status collapsed
26616
26617 \begin_layout Plain Layout
26618 Paquetages LaTeX ! marginnote
26619 \end_layout
26620
26621 \end_inset
26622
26623 .
26624  En ajoutant les deux lignes suivantes au préambule de votre document, la
26625  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
26626  la commande fournie par le paquetage 
26627 \series bold
26628 marginnote
26629 \series default
26630  :
26631 \end_layout
26632
26633 \begin_layout Standard
26634
26635 \series bold
26636
26637 \backslash
26638 usepackage{marginnote}
26639 \begin_inset Newline newline
26640 \end_inset
26641
26642
26643 \backslash
26644 let
26645 \backslash
26646 marginpar
26647 \backslash
26648 marginnote
26649 \end_layout
26650
26651 \begin_layout Standard
26652 Ce paquetage est aussi utilisé dans ce document parce que 
26653 \series bold
26654 marginnote
26655 \series default
26656  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
26657  vertical pour une note.
26658  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
26659  sont trop proches les unes des autres ou que vous voulez améliorer la mise
26660  en page.
26661  Le décalage est inséré dans LyX sous forme de code TeX directement après
26662  la note sous la forme
26663 \end_layout
26664
26665 \begin_layout Standard
26666
26667 \series bold
26668 [offset]
26669 \end_layout
26670
26671 \begin_layout Standard
26672 où l'offset utilise l'une des unités listées dans le tableau
26673 \begin_inset space ~
26674 \end_inset
26675
26676
26677 \begin_inset CommandInset ref
26678 LatexCommand ref
26679 reference "cha:Unités-de-longueur"
26680
26681 \end_inset
26682
26683 .
26684  Une valeur négative déplace la note vers le haut, une valeur positive la
26685  déplace vers le bas.
26686  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
26687  vers le haut de 1.5
26688 \begin_inset space \thinspace{}
26689 \end_inset
26690
26691 cm avec la commande en code TeX 
26692 \begin_inset Quotes eld
26693 \end_inset
26694
26695
26696 \series bold
26697 [-1.5cm]
26698 \series default
26699
26700 \begin_inset Quotes erd
26701 \end_inset
26702
26703
26704 \begin_inset Marginal
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708 Cette note en marge est décalée vers le haut de 1.5
26709 \begin_inset space \thinspace{}
26710 \end_inset
26711
26712 cm par rapport à sa position d'origine.
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \begin_inset ERT
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722
26723 [-1.5cm]
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \begin_layout Standard
26732 \begin_inset VSpace medskip
26733 \end_inset
26734
26735 Avec le paquetage 
26736 \series bold
26737 marginnote
26738 \series default
26739  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
26740  Par exemple les commandes 
26741 \end_layout
26742
26743 \begin_layout Standard
26744
26745 \series bold
26746
26747 \backslash
26748 renewcommand*{
26749 \backslash
26750 raggedleftmarginnote}{
26751 \backslash
26752 centering}
26753 \begin_inset Newline newline
26754 \end_inset
26755
26756
26757 \backslash
26758 renewcommand*{
26759 \backslash
26760 raggedrightmarginnote}{
26761 \backslash
26762 centering}
26763 \end_layout
26764
26765 \begin_layout Standard
26766 donnent un alignement centré.
26767  
26768 \series bold
26769
26770 \backslash
26771 raggedleftmarginnote
26772 \series default
26773  indique une note qui apparaît dans la marge de gauche.
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 renewcommand*{
26782 \backslash
26783 raggedleftmarginnote}{
26784 \backslash
26785 centering}
26786 \end_layout
26787
26788 \begin_layout Plain Layout
26789
26790
26791 \backslash
26792 renewcommand*{
26793 \backslash
26794 raggedrightmarginnote}{
26795 \backslash
26796 centering}
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \begin_inset Marginal
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806 Le texte de cette note en marge est centré.
26807 \end_layout
26808
26809 \end_inset
26810
26811 .
26812  Le comportement implicite est donné par
26813 \end_layout
26814
26815 \begin_layout Standard
26816
26817 \series bold
26818
26819 \backslash
26820 renewcommand*{
26821 \backslash
26822 raggedleftmarginnote}{
26823 \backslash
26824 raggedleft}
26825 \begin_inset Newline newline
26826 \end_inset
26827
26828
26829 \backslash
26830 renewcommand*{
26831 \backslash
26832 raggedrightmarginnote}{
26833 \backslash
26834 raggedright}
26835 \series default
26836
26837 \begin_inset ERT
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841
26842
26843 \backslash
26844 renewcommand*{
26845 \backslash
26846 raggedleftmarginnote}{
26847 \backslash
26848 raggedleft}
26849 \end_layout
26850
26851 \begin_layout Plain Layout
26852
26853
26854 \backslash
26855 renewcommand*{
26856 \backslash
26857 raggedrightmarginnote}{
26858 \backslash
26859 raggedright}
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \end_layout
26866
26867 \begin_layout Standard
26868 \begin_inset VSpace medskip
26869 \end_inset
26870
26871 Pour les autre fonctions du paquetage 
26872 \series bold
26873 marginnote
26874 \series default
26875  nous vous renvoyons à sa documentation 
26876 \begin_inset CommandInset citation
26877 LatexCommand cite
26878 key "marginnote"
26879
26880 \end_inset
26881
26882 .
26883 \end_layout
26884
26885 \begin_layout Standard
26886 \begin_inset VSpace bigskip
26887 \end_inset
26888
26889 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
26890  définition.
26891  Pour créer par exemple une entête pour toutes les notes en marge avec le
26892  texte 
26893 \begin_inset Quotes eld
26894 \end_inset
26895
26896
26897 \family sans
26898 \series bold
26899 \bar under
26900 Attention!
26901 \family default
26902 \series default
26903 \bar default
26904
26905 \begin_inset Quotes erd
26906 \end_inset
26907
26908  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
26909  de votre document :
26910 \end_layout
26911
26912 \begin_layout Standard
26913
26914 \series bold
26915
26916 \backslash
26917 let
26918 \backslash
26919 myMarginpar
26920 \backslash
26921 marginpar
26922 \begin_inset Newline newline
26923 \end_inset
26924
26925
26926 \backslash
26927 renewcommand{
26928 \backslash
26929 marginpar}[1]{
26930 \backslash
26931 myMarginpar{%
26932 \begin_inset Newline newline
26933 \end_inset
26934
26935
26936 \begin_inset ERT
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940
26941
26942 \backslash
26943 hphantom{ }
26944 \end_layout
26945
26946 \end_inset
26947
26948
26949 \backslash
26950 hspace{0pt}
26951 \backslash
26952 textsf{
26953 \backslash
26954 textbf{
26955 \backslash
26956 underbar{Attention!}}}%
26957 \begin_inset Newline newline
26958 \end_inset
26959
26960
26961 \begin_inset ERT
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965
26966
26967 \backslash
26968 hphantom{ }
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \backslash
26975 vspace{1.5mm}
26976 \backslash
26977
26978 \backslash
26979 #1}}
26980 \end_layout
26981
26982 \begin_layout Standard
26983 \begin_inset ERT
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987
26988
26989 \backslash
26990 let
26991 \backslash
26992 myMarginpar
26993 \backslash
26994 marginpar
26995 \end_layout
26996
26997 \begin_layout Plain Layout
26998
26999
27000 \backslash
27001 renewcommand{
27002 \backslash
27003 marginpar}[1]{
27004 \backslash
27005 myMarginpar{%
27006 \end_layout
27007
27008 \begin_layout Plain Layout
27009
27010    
27011 \backslash
27012 textsf{
27013 \backslash
27014 textbf{
27015 \backslash
27016 underbar{Attention!}}}%
27017 \end_layout
27018
27019 \begin_layout Plain Layout
27020
27021    
27022 \backslash
27023 vspace{1.5mm}
27024 \backslash
27025
27026 \backslash
27027 #1}}
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \begin_inset Marginal
27034 status open
27035
27036 \begin_layout Plain Layout
27037 Ceci est une note en marge avec une en-tête prédéfinie.
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \begin_inset ERT
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047
27048 [-1.5cm]
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \begin_inset ERT
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058
27059
27060 \backslash
27061 renewcommand{
27062 \backslash
27063 marginpar}[1]{
27064 \backslash
27065 myMarginpar{#1}}
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \begin_inset Note Note
27072 status collapsed
27073
27074 \begin_layout Plain Layout
27075
27076 \lang english
27077 The margin note format is changed only for this example.
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \begin_layout Standard
27086 \begin_inset ERT
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090
27091
27092 \backslash
27093 else
27094 \end_layout
27095
27096 \end_inset
27097
27098
27099 \begin_inset Note Note
27100 status open
27101
27102 \begin_layout Plain Layout
27103 Ce qui suit sera affiché si le paquetage LaTeX 
27104 \series bold
27105 marginnote
27106 \series default
27107  n'est pas installé :
27108 \end_layout
27109
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \begin_layout Standard
27116 Vous devez installer le paquetage LaTeX 
27117 \series bold
27118 marginnote
27119 \series default
27120  pour voir la suite de cette section dans la sortie imprimée.
27121 \end_layout
27122
27123 \begin_layout Standard
27124 \begin_inset ERT
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128
27129
27130 \backslash
27131 fi
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Chapter
27140 Les Boîtes
27141 \end_layout
27142
27143 \begin_layout Section
27144 Introduction
27145 \begin_inset Index
27146 status collapsed
27147
27148 \begin_layout Plain Layout
27149 Boîtes ! Introduction
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \begin_layout Standard
27158 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27159  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27160  voir la section
27161 \begin_inset space ~
27162 \end_inset
27163
27164
27165 \begin_inset CommandInset ref
27166 LatexCommand ref
27167 reference "sec:Minipages"
27168
27169 \end_inset
27170
27171 , pour encadrer des portions de texte, voir la section
27172 \begin_inset space ~
27173 \end_inset
27174
27175
27176 \begin_inset CommandInset ref
27177 LatexCommand ref
27178 reference "sec:Décorations"
27179
27180 \end_inset
27181
27182 , pour empêcher que des mots subissent une césure, voir la section
27183 \begin_inset space ~
27184 \end_inset
27185
27186
27187 \begin_inset CommandInset ref
27188 LatexCommand ref
27189 reference "sec:Empêcher-césure"
27190
27191 \end_inset
27192
27193 , pour aligner du texte, voir la section
27194 \begin_inset space ~
27195 \end_inset
27196
27197
27198 \begin_inset CommandInset ref
27199 LatexCommand ref
27200 reference "sub:Alignement-Vertical"
27201
27202 \end_inset
27203
27204 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27205 \begin_inset space ~
27206 \end_inset
27207
27208
27209 \begin_inset CommandInset ref
27210 LatexCommand ref
27211 reference "sec:Boîtes-colorées"
27212
27213 \end_inset
27214
27215 .
27216 \end_layout
27217
27218 \begin_layout Standard
27219 On peut insérer une boîte en utilisant le menu 
27220 \family sans
27221 Insérer\SpecialChar \menuseparator
27222 Boîte
27223 \family default
27224  ou avec le bouton 
27225 \begin_inset Graphics
27226         filename ../../images/box-insert.png
27227         scale 85
27228         scaleBeforeRotation
27229
27230 \end_inset
27231
27232  de la barre d'outils.
27233  Une boîte grise avec une étiquette 
27234 \family sans
27235 Boîte
27236 \begin_inset space ~
27237 \end_inset
27238
27239 (Minipage)
27240 \family default
27241
27242 \begin_inset Graphics
27243         filename clipart/BoxInsetDefaultQt4.png
27244         scale 65
27245         scaleBeforeRotation
27246
27247 \end_inset
27248
27249  est alors insérée.
27250  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte.
27251  La fenêtre de dialogue qui apparaît donne accès aux types de
27252 \family sans
27253  Boîte
27254 \begin_inset space ~
27255 \end_inset
27256
27257 Intérieure
27258 \family default
27259  
27260 \family sans
27261 Parbox
27262 \begin_inset Note Note
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266 En attendant un traduction plus correcte NdT
27267 \end_layout
27268
27269 \end_inset
27270
27271
27272 \family default
27273  et 
27274 \family sans
27275 Minipage
27276 \family default
27277 .
27278  Le type 
27279 \family sans
27280 Minipage
27281 \family default
27282  est le type implicite pour les boîtes nouvellement créées et il est décrit
27283  dans la section
27284 \begin_inset space ~
27285 \end_inset
27286
27287
27288 \begin_inset CommandInset ref
27289 LatexCommand ref
27290 reference "sec:Minipages"
27291
27292 \end_inset
27293
27294 ; le type 
27295 \family sans
27296 Parbox
27297 \family default
27298  est décrit dans la section
27299 \begin_inset space ~
27300 \end_inset
27301
27302
27303 \begin_inset CommandInset ref
27304 LatexCommand ref
27305 reference "sec:Parboxes"
27306
27307 \end_inset
27308
27309 .
27310 \end_layout
27311
27312 \begin_layout Standard
27313 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
27314  comme les flottants ou les notes de bas de page.
27315 \end_layout
27316
27317 \begin_layout Standard
27318 \begin_inset Note Greyedout
27319 status open
27320
27321 \begin_layout Plain Layout
27322
27323 \series bold
27324 Note:
27325 \series default
27326  Vous ne pouvez pas employer une boîte comme élément dans un environnement
27327  de type 
27328 \family sans
27329 Liste
27330 \family default
27331  ou 
27332 \family sans
27333 Description
27334 \family default
27335 .
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \begin_layout Standard
27344 \begin_inset Note Greyedout
27345 status open
27346
27347 \begin_layout Plain Layout
27348
27349 \series bold
27350 Note:
27351 \series default
27352  Pour une raison inconnue, vous ne pouvez mettre le type de la 
27353 \family sans
27354 Boîte
27355 \begin_inset space ~
27356 \end_inset
27357
27358 Intérieure
27359 \family default
27360  à 
27361 \family sans
27362 Aucune
27363 \family default
27364  que quand vous utilisez une boîte encadrée.
27365  Les boîtes sans 
27366 \family sans
27367 Boîte
27368 \begin_inset space ~
27369 \end_inset
27370
27371 Intérieure
27372 \family default
27373  et sans cadre sont expliquées dans la section
27374 \begin_inset space ~
27375 \end_inset
27376
27377
27378 \begin_inset CommandInset ref
27379 LatexCommand ref
27380 reference "sec:Empêcher-césure"
27381
27382 \end_inset
27383
27384 .
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Section
27393 La fenêtre de dialogue Boîte
27394 \begin_inset CommandInset label
27395 LatexCommand label
27396 name "sec:Boîte-Dialogue"
27397
27398 \end_inset
27399
27400
27401 \begin_inset Index
27402 status collapsed
27403
27404 \begin_layout Plain Layout
27405 Boîtes ! Fenêtre de dialogue Boîte
27406 \end_layout
27407
27408 \end_inset
27409
27410
27411 \end_layout
27412
27413 \begin_layout Subsection
27414 Taille
27415 \begin_inset Index
27416 status collapsed
27417
27418 \begin_layout Plain Layout
27419 Boîtes ! Taille
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Standard
27428 Dans la fenêtre de dialogue 
27429 \family sans
27430 Paramètres
27431 \begin_inset space ~
27432 \end_inset
27433
27434 de
27435 \begin_inset space ~
27436 \end_inset
27437
27438 Boîte
27439 \family default
27440  vous pouvez modifier la géométrie de la boîte avec les champs 
27441 \family sans
27442 Largeur
27443 \family default
27444  et 
27445 \family sans
27446 Hauteur
27447 \family default
27448 .
27449  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27450  dans le tableau
27451 \begin_inset space ~
27452 \end_inset
27453
27454
27455 \begin_inset CommandInset ref
27456 LatexCommand ref
27457 reference "tab:Unités"
27458
27459 \end_inset
27460
27461 .
27462  Le champ 
27463 \family sans
27464 Hauteur
27465 \family default
27466  offre en plus les spécifications de taille suivantes :
27467 \end_layout
27468
27469 \begin_layout Description
27470 Profondeur C'est simplement la 
27471 \begin_inset Quotes eld
27472 \end_inset
27473
27474 hauteur
27475 \begin_inset Quotes erd
27476 \end_inset
27477
27478  du texte.
27479  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
27480  lignes de texte dans la boîte.
27481 \begin_inset Newline newline
27482 \end_inset
27483
27484
27485 \begin_inset Newline newline
27486 \end_inset
27487
27488
27489 \begin_inset Newline newline
27490 \end_inset
27491
27492
27493 \begin_inset Box Boxed
27494 position "c"
27495 hor_pos "c"
27496 has_inner_box 1
27497 inner_pos "c"
27498 use_parbox 0
27499 width "12col%"
27500 special "none"
27501 height "1in"
27502 height_special "depth"
27503 status open
27504
27505 \begin_layout Plain Layout
27506 \align center
27507 Boîte dont la hauteur est égale à 1
27508 \begin_inset space \thinspace{}
27509 \end_inset
27510
27511 Profondeur
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \begin_inset Newline newline
27518 \end_inset
27519
27520
27521 \begin_inset Newline newline
27522 \end_inset
27523
27524
27525 \end_layout
27526
27527 \begin_layout Description
27528 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27529  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27530  est deux fois plus haute que le texte : 
27531 \begin_inset Box Boxed
27532 position "c"
27533 hor_pos "c"
27534 has_inner_box 1
27535 inner_pos "c"
27536 use_parbox 0
27537 width "20col%"
27538 special "none"
27539 height "2in"
27540 height_special "height"
27541 status open
27542
27543 \begin_layout Plain Layout
27544 \align center
27545 Boîte dont la hauteur est 2
27546 \begin_inset space \thinspace{}
27547 \end_inset
27548
27549 Hauteur
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Description
27558 Hauteur
27559 \begin_inset space ~
27560 \end_inset
27561
27562 Totale C'est égal à Hauteur
27563 \begin_inset space \thinspace{}
27564 \end_inset
27565
27566 +
27567 \begin_inset space \thinspace{}
27568 \end_inset
27569
27570 Profondeur : 
27571 \begin_inset Box Boxed
27572 position "c"
27573 hor_pos "c"
27574 has_inner_box 1
27575 inner_pos "c"
27576 use_parbox 0
27577 width "20col%"
27578 special "none"
27579 height "1in"
27580 height_special "totalheight"
27581 status open
27582
27583 \begin_layout Plain Layout
27584 \align center
27585 Boîte dont la hauteur est 1
27586 \begin_inset space \thinspace{}
27587 \end_inset
27588
27589 Hauteur
27590 \begin_inset space ~
27591 \end_inset
27592
27593 Totale
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \begin_layout Description
27602 Largeur On prend la largeur de la boîte comme hauteur : 
27603 \begin_inset Box Boxed
27604 position "c"
27605 hor_pos "c"
27606 has_inner_box 1
27607 inner_pos "c"
27608 use_parbox 0
27609 width "12col%"
27610 special "none"
27611 height "1in"
27612 height_special "width"
27613 status open
27614
27615 \begin_layout Plain Layout
27616 \align center
27617 Boîte dont la hauteur est 1
27618 \begin_inset space \thinspace{}
27619 \end_inset
27620
27621 Largeur
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Subsection
27630 Alignement
27631 \begin_inset Index
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 Boîtes ! Alignement
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Standard
27644 Quand vous avez choisi une 
27645 \family sans
27646 Boîte
27647 \begin_inset space ~
27648 \end_inset
27649
27650 Intérieure
27651 \family default
27652 , l'alignement vertical de la boîte peut être :
27653 \end_layout
27654
27655 \begin_layout Description
27656 Haut Ceci est un exemple de texte.
27657  
27658 \begin_inset Box Boxed
27659 position "t"
27660 hor_pos "c"
27661 has_inner_box 1
27662 inner_pos "c"
27663 use_parbox 0
27664 width "12col%"
27665 special "none"
27666 height "1in"
27667 height_special "totalheight"
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671 \align center
27672 Cette boîte est alignée sur le haut.
27673 \end_layout
27674
27675 \end_inset
27676
27677  Ceci est un exemple de texte.
27678 \end_layout
27679
27680 \begin_layout Description
27681 Milieu Ceci est un exemple de texte.
27682  
27683 \begin_inset Box Boxed
27684 position "c"
27685 hor_pos "c"
27686 has_inner_box 1
27687 inner_pos "c"
27688 use_parbox 0
27689 width "12col%"
27690 special "none"
27691 height "1in"
27692 height_special "totalheight"
27693 status collapsed
27694
27695 \begin_layout Plain Layout
27696 \align center
27697 Cette boîte est alignée au centre.
27698 \end_layout
27699
27700 \end_inset
27701
27702  Ceci est un exemple de texte.
27703 \end_layout
27704
27705 \begin_layout Description
27706 Bas Ceci est un exemple de texte.
27707  
27708 \begin_inset Box Boxed
27709 position "b"
27710 hor_pos "c"
27711 has_inner_box 1
27712 inner_pos "c"
27713 use_parbox 0
27714 width "12col%"
27715 special "none"
27716 height "1in"
27717 height_special "totalheight"
27718 status collapsed
27719
27720 \begin_layout Plain Layout
27721 \align center
27722 Cette boîte est alignée sur le bas.
27723 \end_layout
27724
27725 \end_inset
27726
27727  Ceci est un exemple de texte.
27728 \end_layout
27729
27730 \begin_layout Standard
27731 \begin_inset Note Greyedout
27732 status open
27733
27734 \begin_layout Plain Layout
27735
27736 \series bold
27737 Note:
27738 \series default
27739  L'alignement vertical peut être perturbé dans la sortie finale quand vous
27740  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
27741  l'autre non.
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \end_layout
27748
27749 \begin_layout Standard
27750 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
27751  paragraphe grâce à la fenêtre de dialogue 
27752 \family sans
27753 Paramètres
27754 \begin_inset space ~
27755 \end_inset
27756
27757 de
27758 \begin_inset space ~
27759 \end_inset
27760
27761 Boîte
27762 \family default
27763 .
27764 \end_layout
27765
27766 \begin_layout Standard
27767 \begin_inset VSpace bigskip
27768 \end_inset
27769
27770 Quand vous avez choisi une 
27771 \family sans
27772 Boîte
27773 \begin_inset space ~
27774 \end_inset
27775
27776 Intérieure
27777 \family default
27778 , l'alignement vertical du contenu de la boîte peut être :
27779 \end_layout
27780
27781 \begin_layout Description
27782 haut Ceci est un exemple de texte.
27783 \begin_inset Box Boxed
27784 position "c"
27785 hor_pos "c"
27786 has_inner_box 1
27787 inner_pos "t"
27788 use_parbox 0
27789 width "12col%"
27790 special "none"
27791 height "1.5in"
27792 height_special "totalheight"
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 \align center
27797 Le texte de cette boîte est aligné sur le haut.
27798 \end_layout
27799
27800 \end_inset
27801
27802  Ceci est un exemple de texte.
27803 \end_layout
27804
27805 \begin_layout Description
27806 milieu Ceci est un exemple de texte.
27807  
27808 \begin_inset Box Boxed
27809 position "c"
27810 hor_pos "c"
27811 has_inner_box 1
27812 inner_pos "c"
27813 use_parbox 0
27814 width "12col%"
27815 special "none"
27816 height "1.5in"
27817 height_special "totalheight"
27818 status collapsed
27819
27820 \begin_layout Plain Layout
27821 \align center
27822 Le texte de cette boîte est aligné au centre
27823 \end_layout
27824
27825 \end_inset
27826
27827  Ceci est un exemple de texte.
27828 \end_layout
27829
27830 \begin_layout Description
27831 bas Ceci est un exemple de texte.
27832  
27833 \begin_inset Box Boxed
27834 position "c"
27835 hor_pos "c"
27836 has_inner_box 1
27837 inner_pos "b"
27838 use_parbox 0
27839 width "12col%"
27840 special "none"
27841 height "1.5in"
27842 height_special "totalheight"
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846 \align center
27847 Le texte de cette boîte est aligné en bas.
27848 \end_layout
27849
27850 \end_inset
27851
27852  Ceci est un exemple de texte.
27853 \end_layout
27854
27855 \begin_layout Description
27856 élongation Ceci est un exemple de texte.
27857  
27858 \begin_inset Box Boxed
27859 position "c"
27860 hor_pos "c"
27861 has_inner_box 1
27862 inner_pos "s"
27863 use_parbox 0
27864 width "12col%"
27865 special "none"
27866 height "1.5in"
27867 height_special "totalheight"
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871 \align center
27872 Le texte 
27873 \end_layout
27874
27875 \begin_layout Plain Layout
27876 \align center
27877 de cette
27878 \end_layout
27879
27880 \begin_layout Plain Layout
27881 \align center
27882 boîte est
27883 \end_layout
27884
27885 \begin_layout Plain Layout
27886 \align center
27887 allongé.
27888 \end_layout
27889
27890 \end_inset
27891
27892  Ceci est un exemple de texte.
27893 \end_layout
27894
27895 \begin_layout Standard
27896 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
27897  paragraphe.
27898  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
27899 \end_layout
27900
27901 \begin_layout Standard
27902 \begin_inset VSpace bigskip
27903 \end_inset
27904
27905 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
27906  la fenêtre de dialogue 
27907 \family sans
27908 Paramètres
27909 \begin_inset space ~
27910 \end_inset
27911
27912 de
27913 \begin_inset space ~
27914 \end_inset
27915
27916 paragraphe
27917 \family default
27918  quand vous avez choisi une 
27919 \family sans
27920 Boîte
27921 \begin_inset space ~
27922 \end_inset
27923
27924 Intérieure
27925 \family default
27926 .
27927 \end_layout
27928
27929 \begin_layout Standard
27930 \align center
27931 \begin_inset Box Boxed
27932 position "c"
27933 hor_pos "c"
27934 has_inner_box 1
27935 inner_pos "s"
27936 use_parbox 0
27937 width "15col%"
27938 special "none"
27939 height "1.25in"
27940 height_special "totalheight"
27941 status open
27942
27943 \begin_layout Plain Layout
27944 \align left
27945 Le texte de 
27946 \end_layout
27947
27948 \begin_layout Plain Layout
27949 \align left
27950 cette boîte
27951 \end_layout
27952
27953 \begin_layout Plain Layout
27954 \align right
27955 est allongé.
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \begin_layout Standard
27964 Si vous n'avez pas choisi une 
27965 \family sans
27966 Boîte
27967 \begin_inset space ~
27968 \end_inset
27969
27970 Intérieure
27971 \family default
27972 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
27973  de dialogue de boîte.
27974 \end_layout
27975
27976 \begin_layout Standard
27977 \align center
27978 \begin_inset Box Boxed
27979 position "c"
27980 hor_pos "s"
27981 has_inner_box 0
27982 inner_pos "s"
27983 use_parbox 0
27984 width "90col%"
27985 special "none"
27986 height "1.25in"
27987 height_special "totalheight"
27988 status open
27989
27990 \begin_layout Plain Layout
27991 \align left
27992 Le texte de cette boîte est allongé horizontalement.
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Subsection
28001 Décorations
28002 \begin_inset CommandInset label
28003 LatexCommand label
28004 name "sec:Décorations"
28005
28006 \end_inset
28007
28008
28009 \begin_inset Index
28010 status open
28011
28012 \begin_layout Plain Layout
28013 Boîtes ! Décorations
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Standard
28022 On peut spécifier le style de la boîte en utilisant la liste déroulante
28023  
28024 \family sans
28025 Décoration
28026 \family default
28027 .
28028  Les possibilités sont les suivantes :
28029 \end_layout
28030
28031 \begin_layout Description
28032 Cadre
28033 \begin_inset space ~
28034 \end_inset
28035
28036 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28037  L'épaisseur du trait de ce cadre est donnée par la variable  
28038 \series bold
28039
28040 \backslash
28041 fboxrule
28042 \series default
28043 .
28044  
28045 \begin_inset Box Boxed
28046 position "c"
28047 hor_pos "c"
28048 has_inner_box 1
28049 inner_pos "c"
28050 use_parbox 0
28051 width "20col%"
28052 special "none"
28053 height "1in"
28054 height_special "totalheight"
28055 status open
28056
28057 \begin_layout Plain Layout
28058 \align center
28059 Boîte rectangulaire
28060 \end_layout
28061
28062 \end_inset
28063
28064
28065 \end_layout
28066
28067 \begin_layout Description
28068 Cadre
28069 \begin_inset space ~
28070 \end_inset
28071
28072 simple,
28073 \begin_inset space ~
28074 \end_inset
28075
28076 sauts
28077 \begin_inset space ~
28078 \end_inset
28079
28080 de
28081 \begin_inset space ~
28082 \end_inset
28083
28084 page Quand vous utilisez le style de décoration 
28085 \family sans
28086 cadre simple
28087 \family default
28088  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
28089  de la boîte.
28090  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
28091  predra toute la largeur de la colonne, la boîte sera considérée comme son
28092  propre paragraphe et 
28093 \series bold
28094
28095 \backslash
28096 fboxrule
28097 \series default
28098  et 
28099 \series bold
28100
28101 \backslash
28102 fboxsep
28103 \series default
28104  n'ont aucun effet sur ce type de boîte.
28105  L'épaisseur de la ligne du cadre a la valeur de 
28106 \series bold
28107
28108 \backslash
28109 FrameRule
28110 \series default
28111 .
28112  
28113 \lang english
28114
28115 \begin_inset Box Framed
28116 position "t"
28117 hor_pos "c"
28118 has_inner_box 0
28119 inner_pos "t"
28120 use_parbox 0
28121 width "100col%"
28122 special "none"
28123 height "1in"
28124 height_special "totalheight"
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128 Boîte avec cadre simple et sauts de page
28129 \end_layout
28130
28131 \end_inset
28132
28133
28134 \end_layout
28135
28136 \begin_layout Description
28137 Cadre
28138 \begin_inset space ~
28139 \end_inset
28140
28141 oval,
28142 \begin_inset space ~
28143 \end_inset
28144
28145 fin Ceci dessine un cadre ovalisée autour de la boîte.
28146  L'épaisseur du trait de ce cadre est de  0.4
28147 \begin_inset space \thinspace{}
28148 \end_inset
28149
28150 pt.
28151  
28152 \begin_inset Box ovalbox
28153 position "c"
28154 hor_pos "c"
28155 has_inner_box 1
28156 inner_pos "c"
28157 use_parbox 0
28158 width "20col%"
28159 special "none"
28160 height "1in"
28161 height_special "totalheight"
28162 status open
28163
28164 \begin_layout Plain Layout
28165 \align center
28166 Boîte ovalisée, fine
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \end_layout
28173
28174 \begin_layout Description
28175 Cadre
28176 \begin_inset space ~
28177 \end_inset
28178
28179 oval,
28180 \begin_inset space ~
28181 \end_inset
28182
28183 épais Ceci dessine un cadre ovalisée autour de la boîte.
28184  L'épaisseur du trait de ce cadre est de   0.8
28185 \begin_inset space \thinspace{}
28186 \end_inset
28187
28188 pt.
28189  
28190 \begin_inset Box Ovalbox
28191 position "c"
28192 hor_pos "c"
28193 has_inner_box 1
28194 inner_pos "c"
28195 use_parbox 0
28196 width "20col%"
28197 special "none"
28198 height "1in"
28199 height_special "totalheight"
28200 status open
28201
28202 \begin_layout Plain Layout
28203 \align center
28204 Boîte ovalisée, épaisse
28205 \end_layout
28206
28207 \end_inset
28208
28209
28210 \end_layout
28211
28212 \begin_layout Description
28213 Ombre
28214 \begin_inset space ~
28215 \end_inset
28216
28217 en
28218 \begin_inset space ~
28219 \end_inset
28220
28221 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28222  L'épaisseur du trait de ce cadre est donnée par la variable  
28223 \series bold
28224
28225 \backslash
28226 fboxrule
28227 \series default
28228 , l'ombre a une épaisseur de  4
28229 \begin_inset space \thinspace{}
28230 \end_inset
28231
28232 pt.
28233  
28234 \begin_inset Box Shadowbox
28235 position "c"
28236 hor_pos "c"
28237 has_inner_box 1
28238 inner_pos "c"
28239 use_parbox 0
28240 width "20col%"
28241 special "none"
28242 height "1in"
28243 height_special "totalheight"
28244 status open
28245
28246 \begin_layout Plain Layout
28247 \align center
28248 Boîte ombrée
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Description
28257 Fond
28258 \begin_inset space ~
28259 \end_inset
28260
28261 ombré Ceci dessine une boîte avec un arrière plan rouge.
28262  Contrairement aux boîtes coloriées
28263 \begin_inset Foot
28264 status collapsed
28265
28266 \begin_layout Plain Layout
28267 Voir la section
28268 \begin_inset space ~
28269 \end_inset
28270
28271
28272 \begin_inset CommandInset ref
28273 LatexCommand ref
28274 reference "sec:Boîtes-colorées"
28275
28276 \end_inset
28277
28278 .
28279 \end_layout
28280
28281 \end_inset
28282
28283 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28284  son propre paragraphe.
28285 \lang english
28286
28287 \begin_inset Box Shaded
28288 position "t"
28289 hor_pos "c"
28290 has_inner_box 0
28291 inner_pos "t"
28292 use_parbox 0
28293 width "50col%"
28294 special "none"
28295 height "1in"
28296 height_special "totalheight"
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 Boîte avec fond ombré
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Description
28309 Double
28310 \begin_inset space ~
28311 \end_inset
28312
28313 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
28314  L'épaisseur du trait du cadre interne est de 0.75
28315 \begin_inset space \thinspace{}
28316 \end_inset
28317
28318
28319 \series bold
28320
28321 \backslash
28322 fboxrule
28323 \series default
28324 , l'épaisseur du trait du cadre externe est de 1.5
28325 \begin_inset space \thinspace{}
28326 \end_inset
28327
28328
28329 \series bold
28330
28331 \backslash
28332 fboxrule
28333 \series default
28334 .
28335  La distance entre les deux cadres est de  1.5
28336 \begin_inset space \thinspace{}
28337 \end_inset
28338
28339
28340 \series bold
28341
28342 \backslash
28343 fboxrule
28344 \series default
28345
28346 \begin_inset space \thinspace{}
28347 \end_inset
28348
28349 +
28350 \begin_inset space \thinspace{}
28351 \end_inset
28352
28353 0.5
28354 \begin_inset space \thinspace{}
28355 \end_inset
28356
28357 pt.
28358  
28359 \begin_inset Box Doublebox
28360 position "c"
28361 hor_pos "c"
28362 has_inner_box 1
28363 inner_pos "c"
28364 use_parbox 0
28365 width "20col%"
28366 special "none"
28367 height "1in"
28368 height_special "totalheight"
28369 status open
28370
28371 \begin_layout Plain Layout
28372 \align center
28373 Boîte double
28374 \end_layout
28375
28376 \end_inset
28377
28378
28379 \end_layout
28380
28381 \begin_layout Standard
28382 \begin_inset VSpace bigskip
28383 \end_inset
28384
28385 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
28386  style de boîte utilisé.
28387  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
28388  le paquetage LaTeX 
28389 \series bold
28390 fancybox
28391 \series default
28392
28393 \begin_inset Index
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397 Paquetages LaTeX ! fancybox
28398 \end_layout
28399
28400 \end_inset
28401
28402 .
28403 \end_layout
28404
28405 \begin_layout Section
28406 Personnalisation des boîtes
28407 \begin_inset Index
28408 status open
28409
28410 \begin_layout Plain Layout
28411 Boîtes! Personnalisation
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \end_layout
28418
28419 \begin_layout Standard
28420 La valeur implicite pour la variable 
28421 \series bold
28422
28423 \backslash
28424 fboxrule
28425 \series default
28426  est 0.4
28427 \begin_inset space \thinspace{}
28428 \end_inset
28429
28430 pt.
28431  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
28432  pour avoir 2
28433 \begin_inset space \thinspace{}
28434 \end_inset
28435
28436 pt :
28437 \end_layout
28438
28439 \begin_layout Standard
28440
28441 \series bold
28442
28443 \backslash
28444 setlength{
28445 \backslash
28446 fboxrule}{2pt}
28447 \end_layout
28448
28449 \begin_layout Standard
28450 \begin_inset ERT
28451 status collapsed
28452
28453 \begin_layout Plain Layout
28454
28455
28456 \backslash
28457 setlength{
28458 \backslash
28459 fboxrule}{2pt}
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \begin_inset Box Boxed
28466 position "c"
28467 hor_pos "c"
28468 has_inner_box 1
28469 inner_pos "c"
28470 use_parbox 0
28471 width "25col%"
28472 special "none"
28473 height "1in"
28474 height_special "totalheight"
28475 status open
28476
28477 \begin_layout Plain Layout
28478 \align center
28479 Boîte rectangulaire avec 
28480 \series bold
28481
28482 \backslash
28483 fboxrule
28484 \series default
28485
28486 \begin_inset space \thinspace{}
28487 \end_inset
28488
28489 =
28490 \begin_inset space \thinspace{}
28491 \end_inset
28492
28493 2
28494 \begin_inset space \thinspace{}
28495 \end_inset
28496
28497 pt
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \begin_inset ERT
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507
28508
28509 \backslash
28510 setlength{
28511 \backslash
28512 fboxrule}{0.4pt}
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Standard
28521 \begin_inset VSpace bigskip
28522 \end_inset
28523
28524 L'espace entre le cadre et le contenu de la boîte est le même pour tous
28525  les types de cadres, implicitement il est de 3
28526 \begin_inset space \thinspace{}
28527 \end_inset
28528
28529 pt.
28530  Vous pouvez le modifier en donnant une autre valeur à la variable 
28531 \series bold
28532
28533 \backslash
28534 fboxsep
28535 \series default
28536 .
28537  Par exemple la commande
28538 \end_layout
28539
28540 \begin_layout Standard
28541
28542 \series bold
28543
28544 \backslash
28545 setlength{
28546 \backslash
28547 fboxsep}{10pt}
28548 \end_layout
28549
28550 \begin_layout Standard
28551 met une valeur de 10
28552 \begin_inset space \thinspace{}
28553 \end_inset
28554
28555 pt, comme celle utilisée pour cette boîte :
28556 \end_layout
28557
28558 \begin_layout Standard
28559 \begin_inset ERT
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563
28564
28565 \backslash
28566 setlength{
28567 \backslash
28568 fboxsep}{10pt}
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \begin_inset Box Boxed
28575 position "c"
28576 hor_pos "c"
28577 has_inner_box 1
28578 inner_pos "c"
28579 use_parbox 0
28580 width "25col%"
28581 special "none"
28582 height "1in"
28583 height_special "totalheight"
28584 status open
28585
28586 \begin_layout Plain Layout
28587 \align center
28588 Boîte rectangulaire avec 
28589 \series bold
28590
28591 \backslash
28592 fboxsep
28593 \series default
28594
28595 \begin_inset space \thinspace{}
28596 \end_inset
28597
28598 =
28599 \begin_inset space \thinspace{}
28600 \end_inset
28601
28602 10
28603 \begin_inset space \thinspace{}
28604 \end_inset
28605
28606 pt
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \begin_inset ERT
28613 status collapsed
28614
28615 \begin_layout Plain Layout
28616
28617
28618 \backslash
28619 setlength{
28620 \backslash
28621 fboxsep}{3pt}
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Standard
28630 \begin_inset VSpace bigskip
28631 \end_inset
28632
28633 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
28634  la commande 
28635 \series bold
28636
28637 \backslash
28638 cornersize
28639 \series default
28640 .
28641  Par exemple, la commande
28642 \end_layout
28643
28644 \begin_layout Standard
28645
28646 \series bold
28647
28648 \backslash
28649 cornersize*{1cm}
28650 \end_layout
28651
28652 \begin_layout Standard
28653 donne un diamètre de 1
28654 \begin_inset space \thinspace{}
28655 \end_inset
28656
28657 cm.
28658  La commande
28659 \end_layout
28660
28661 \begin_layout Standard
28662
28663 \series bold
28664
28665 \backslash
28666 cornersize{num}
28667 \end_layout
28668
28669 \begin_layout Standard
28670 fixe le diamètre à 
28671 \family sans
28672 num
28673 \begin_inset space \thinspace{}
28674 \end_inset
28675
28676 ×
28677 \begin_inset space \thinspace{}
28678 \end_inset
28679
28680 minimum(largeur et hauteur de la boîte)
28681 \family default
28682 .
28683  La valeur implicite est 
28684 \series bold
28685
28686 \backslash
28687 cornersize{0.5}
28688 \series default
28689 .
28690 \end_layout
28691
28692 \begin_layout Standard
28693 \begin_inset ERT
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697
28698
28699 \backslash
28700 cornersize*{1.5cm}
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \begin_inset Box Ovalbox
28707 position "c"
28708 hor_pos "c"
28709 has_inner_box 1
28710 inner_pos "c"
28711 use_parbox 0
28712 width "25col%"
28713 special "none"
28714 height "1in"
28715 height_special "totalheight"
28716 status open
28717
28718 \begin_layout Plain Layout
28719 \align center
28720 Boîte ovale avec 
28721 \series bold
28722
28723 \backslash
28724 cornersize
28725 \series default
28726
28727 \begin_inset space \thinspace{}
28728 \end_inset
28729
28730 =
28731 \begin_inset space \thinspace{}
28732 \end_inset
28733
28734 1.5
28735 \begin_inset space \thinspace{}
28736 \end_inset
28737
28738 cm
28739 \end_layout
28740
28741 \end_inset
28742
28743
28744 \begin_inset ERT
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748
28749
28750 \backslash
28751 cornersize{0.5}
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 \begin_inset VSpace bigskip
28761 \end_inset
28762
28763 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
28764  
28765 \series bold
28766
28767 \backslash
28768 shadowsize
28769 \series default
28770 .
28771  Elle est fixée à 2
28772 \begin_inset space \thinspace{}
28773 \end_inset
28774
28775 pt pour la boîte suivante par la commande :
28776 \end_layout
28777
28778 \begin_layout Standard
28779
28780 \series bold
28781
28782 \backslash
28783 setlength{
28784 \backslash
28785 shadowsize}{2pt}
28786 \end_layout
28787
28788 \begin_layout Standard
28789 \begin_inset ERT
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793
28794
28795 \backslash
28796 setlength{
28797 \backslash
28798 shadowsize}{2pt}
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \begin_inset Box Shadowbox
28805 position "c"
28806 hor_pos "c"
28807 has_inner_box 1
28808 inner_pos "c"
28809 use_parbox 0
28810 width "25col%"
28811 special "none"
28812 height "1in"
28813 height_special "totalheight"
28814 status open
28815
28816 \begin_layout Plain Layout
28817 \align center
28818 Boîte ombrée avec 
28819 \series bold
28820
28821 \backslash
28822 shadowsize
28823 \series default
28824
28825 \begin_inset space \thinspace{}
28826 \end_inset
28827
28828 =
28829 \begin_inset space \thinspace{}
28830 \end_inset
28831
28832 2
28833 \begin_inset space \thinspace{}
28834 \end_inset
28835
28836 pt
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \begin_inset ERT
28843 status collapsed
28844
28845 \begin_layout Plain Layout
28846
28847
28848 \backslash
28849 setlength{
28850 \backslash
28851 shadowsize}{4pt}
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 \begin_inset VSpace bigskip
28861 \end_inset
28862
28863
28864 \end_layout
28865
28866 \begin_layout Standard
28867 La valeur implicite pour la longueur 
28868 \series bold
28869
28870 \backslash
28871 FrameRule
28872 \series default
28873  est 0,4
28874 \begin_inset space \thinspace{}
28875 \end_inset
28876
28877 pt.
28878  L'espacement implicite entre le contenu de la note et le cadre est de 9
28879 \begin_inset space \thinspace{}
28880 \end_inset
28881
28882 pt et il peut être modifié en utilisant la valeur de 
28883 \series bold
28884
28885 \backslash
28886 FrameSep
28887 \series default
28888 .
28889  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
28890  suivantes en code TeX
28891 \end_layout
28892
28893 \begin_layout Standard
28894
28895 \series bold
28896
28897 \backslash
28898 setlength{
28899 \backslash
28900 FrameRule}{5pt}
28901 \begin_inset Newline newline
28902 \end_inset
28903
28904
28905 \backslash
28906 setlength{
28907 \backslash
28908 FrameSep}{0.5cm}
28909 \end_layout
28910
28911 \begin_layout Standard
28912
28913 \lang english
28914 \begin_inset ERT
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918
28919
28920 \backslash
28921 setlength{
28922 \backslash
28923 FrameRule}{5pt}
28924 \end_layout
28925
28926 \begin_layout Plain Layout
28927
28928
28929 \backslash
28930 setlength{
28931 \backslash
28932 FrameSep}{0.5cm}
28933 \end_layout
28934
28935 \end_inset
28936
28937
28938 \begin_inset Box Framed
28939 position "t"
28940 hor_pos "c"
28941 has_inner_box 0
28942 inner_pos "t"
28943 use_parbox 0
28944 width "100col%"
28945 special "none"
28946 height "1in"
28947 height_special "totalheight"
28948 status open
28949
28950 \begin_layout Plain Layout
28951 Ceci est un texte dans une boîte autorisant les 
28952 \family sans
28953 sauts de page
28954 \family default
28955 .
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \begin_inset ERT
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965
28966
28967 \backslash
28968 setlength{
28969 \backslash
28970 FrameRule}{0.4pt}
28971 \end_layout
28972
28973 \begin_layout Plain Layout
28974
28975
28976 \backslash
28977 setlength{
28978 \backslash
28979 FrameSep}{9pt}
28980 \end_layout
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Standard
28988
28989 \lang english
28990 \begin_inset VSpace bigskip
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Standard
28997 Pour les bôites à 
28998 \family sans
28999 Fond
29000 \begin_inset space ~
29001 \end_inset
29002
29003 ombré
29004 \family default
29005 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29006  3
29007 \begin_inset space \thinspace{}
29008 \end_inset
29009
29010 pt et il peut être modifié avec la valeur de 
29011 \series bold
29012
29013 \backslash
29014 fboxsep
29015 \series default
29016 .
29017  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29018  localement avec la commande 
29019 \series bold
29020
29021 \backslash
29022 definecolor{shadebox}
29023 \series default
29024 , soit globalement avec le menu 
29025 \family sans
29026 Outils\SpecialChar \menuseparator
29027 Préférences
29028 \family default
29029 \SpecialChar \menuseparator
29030
29031 \family sans
29032 Couleurs\SpecialChar \menuseparator
29033 boîte
29034 \begin_inset space ~
29035 \end_inset
29036
29037 ombrée
29038 \family default
29039 .
29040  La syntaxe de la commande 
29041 \series bold
29042
29043 \backslash
29044 definecolor
29045 \series default
29046  est expliquée dans la section
29047 \begin_inset space ~
29048 \end_inset
29049
29050
29051 \begin_inset CommandInset ref
29052 LatexCommand ref
29053 reference "sec:Tableaux-Colorés"
29054
29055 \end_inset
29056
29057
29058 \begin_inset Foot
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062 Notez que l'utilisation de 
29063 \series bold
29064
29065 \backslash
29066 definecolor
29067 \series default
29068  ne peut se faire sans le paquetage LaTeX 
29069 \series bold
29070 color
29071 \series default
29072  dans le préambule, voir la section
29073 \begin_inset space ~
29074 \end_inset
29075
29076
29077 \begin_inset CommandInset ref
29078 LatexCommand ref
29079 reference "sec:Boîtes-colorées"
29080
29081 \end_inset
29082
29083 .
29084  
29085 \end_layout
29086
29087 \end_inset
29088
29089 .
29090 \end_layout
29091
29092 \begin_layout Standard
29093 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29094  les commandes en code TeX suivantes
29095 \end_layout
29096
29097 \begin_layout Standard
29098
29099 \series bold
29100
29101 \backslash
29102 setlength{
29103 \backslash
29104 fboxsep}{0.5cm}
29105 \series default
29106
29107 \begin_inset Newline newline
29108 \end_inset
29109
29110
29111 \series bold
29112
29113 \backslash
29114 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29115 \end_layout
29116
29117 \begin_layout Standard
29118
29119 \lang english
29120 \begin_inset ERT
29121 status collapsed
29122
29123 \begin_layout Plain Layout
29124
29125
29126 \backslash
29127 setlength{
29128 \backslash
29129 fboxsep}{0.5cm}
29130 \end_layout
29131
29132 \begin_layout Plain Layout
29133
29134
29135 \backslash
29136 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29137 \end_layout
29138
29139 \end_inset
29140
29141
29142 \begin_inset Box Shaded
29143 position "t"
29144 hor_pos "c"
29145 has_inner_box 0
29146 inner_pos "t"
29147 use_parbox 0
29148 width "100col%"
29149 special "none"
29150 height "1in"
29151 height_special "totalheight"
29152 status open
29153
29154 \begin_layout Plain Layout
29155
29156 \color yellow
29157 Ceci est un texte jaune dans une boîte à 
29158 \family sans
29159 Fond
29160 \begin_inset space ~
29161 \end_inset
29162
29163 ombré
29164 \family default
29165 \color inherit
29166  
29167 \color yellow
29168 avec un fond vert foncé.
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \begin_inset ERT
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178
29179
29180 \backslash
29181 setlength{
29182 \backslash
29183 fboxsep}{3pt}
29184 \end_layout
29185
29186 \begin_layout Plain Layout
29187
29188
29189 \backslash
29190 definecolor{shadecolor}{rgb}{1,0,0}
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \end_layout
29197
29198 \begin_layout Standard
29199
29200 \lang english
29201 \begin_inset VSpace bigskip
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29209  les boîtes qui suivent la commandes qui les a changées.
29210 \end_layout
29211
29212 \begin_layout Section
29213 Minipages
29214 \begin_inset CommandInset label
29215 LatexCommand label
29216 name "sec:Minipages"
29217
29218 \end_inset
29219
29220
29221 \begin_inset Index
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 Boîtes ! Minipages
29226 \end_layout
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \begin_layout Standard
29234 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29235 ur d'une page.
29236  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29237  règles d'indentation, de saut de ligne, etc.
29238  s'appliquent.
29239 \end_layout
29240
29241 \begin_layout Standard
29242 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29243  langues.
29244 \end_layout
29245
29246 \begin_layout Standard
29247 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29248  Leur largeur est fixée à 45
29249 \begin_inset space \thinspace{}
29250 \end_inset
29251
29252 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29253  via le menu 
29254 \family sans
29255 Insérer\SpecialChar \menuseparator
29256 Typographie
29257 \begin_inset space ~
29258 \end_inset
29259
29260 spéciale\SpecialChar \menuseparator
29261 Ressort
29262 \begin_inset space ~
29263 \end_inset
29264
29265 Horizontal
29266 \family default
29267 .
29268 \end_layout
29269
29270 \begin_layout Standard
29271
29272 \end_layout
29273
29274 \begin_layout Standard
29275
29276 \lang english
29277 \begin_inset Box Frameless
29278 position "t"
29279 hor_pos "c"
29280 has_inner_box 1
29281 inner_pos "c"
29282 use_parbox 0
29283 width "45col%"
29284 special "none"
29285 height "1in"
29286 height_special "totalheight"
29287 status open
29288
29289 \begin_layout Plain Layout
29290
29291 \lang german
29292 Dies ist ein deutscher Text.
29293  Dies ist ein deutscher Text.
29294  Dies ist ein deutscher Text.
29295  Dies ist ein deutscher Text.
29296  Dies ist ein deutscher Text.
29297  Dies ist ein deutscher Text.
29298  Dies ist ein deutscher Text.
29299  Dies ist ein deutscher Text.
29300  Dies ist ein deutscher Text.
29301  Dies ist ein deutscher Text.
29302  Dies ist ein deutscher Text.
29303  Dies ist ein deutscher Text.
29304  Dies ist ein deutscher Text
29305 \begin_inset Foot
29306 status collapsed
29307
29308 \begin_layout Plain Layout
29309
29310 \lang german
29311 Dies ist eine deutsche Fußnote.
29312 \end_layout
29313
29314 \end_inset
29315
29316 .
29317  Dies ist ein deutscher Text.
29318  Dies ist ein deutscher Text.
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \begin_inset space \hfill{}
29325 \end_inset
29326
29327
29328 \begin_inset Box Frameless
29329 position "t"
29330 hor_pos "c"
29331 has_inner_box 1
29332 inner_pos "c"
29333 use_parbox 0
29334 width "45col%"
29335 special "none"
29336 height "1in"
29337 height_special "totalheight"
29338 status open
29339
29340 \begin_layout Plain Layout
29341
29342 \lang english
29343 This is an English Text.
29344  This is an English Text.
29345  This is an English Text.
29346  This is an English Text.
29347  This is an English Text.
29348  This is an English Text.
29349  This is an English Text.
29350  This is an English Text.
29351  This is an English Text.
29352  This is an English Text.
29353  This is an English Text.
29354  This is an English Text.
29355  This is an English Text.
29356  This is an English Text.
29357  This is an English Text.
29358  This is an English Text.
29359 \begin_inset Foot
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363
29364 \lang english
29365 This is an English footnote.
29366 \end_layout
29367
29368 \end_inset
29369
29370  This is an English Text.
29371  
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 \begin_inset VSpace bigskip
29381 \end_inset
29382
29383 Une autre application des minipages est l'ajout de notes de bas de page
29384  à l'intérieur d'un tableau.
29385  À cause d'une restriction due à LaTeX, les notes de bas de pages insérées
29386  dans un tableau n'apparaissent pas en bas de la page courante.
29387  Mais si vous mettez votre tableau dans une minipage, la note de bas de
29388  page apparaîtra en bas de celle-ci, numérotée avec des lettres latines.
29389  Le numéro de note est remis à 1 à chaque nouvelle minipage, mais pas en
29390  dehors des minipages.
29391 \end_layout
29392
29393 \begin_layout Standard
29394 Les notes de bas de page de ce tableau n'apparaissent pas : 
29395 \begin_inset Tabular
29396 <lyxtabular version="3" rows="3" columns="4">
29397 <features>
29398 <column alignment="center" valignment="top" width="0pt">
29399 <column alignment="center" valignment="top" width="0pt">
29400 <column alignment="center" valignment="top" width="0pt">
29401 <column alignment="center" valignment="top" width="0pt">
29402 <row>
29403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 1
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416 2
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 3
29426 \begin_inset Foot
29427 status open
29428
29429 \begin_layout Plain Layout
29430 Ceci est une note de bas de page à l'intérieur d'un tableau.
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \end_inset
29439 </cell>
29440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29441 \begin_inset Text
29442
29443 \begin_layout Plain Layout
29444 4
29445 \end_layout
29446
29447 \end_inset
29448 </cell>
29449 </row>
29450 <row>
29451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29452 \begin_inset Text
29453
29454 \begin_layout Plain Layout
29455 a
29456 \end_layout
29457
29458 \end_inset
29459 </cell>
29460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29461 \begin_inset Text
29462
29463 \begin_layout Plain Layout
29464 b
29465 \end_layout
29466
29467 \end_inset
29468 </cell>
29469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29470 \begin_inset Text
29471
29472 \begin_layout Plain Layout
29473 c
29474 \end_layout
29475
29476 \end_inset
29477 </cell>
29478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29479 \begin_inset Text
29480
29481 \begin_layout Plain Layout
29482 d
29483 \end_layout
29484
29485 \end_inset
29486 </cell>
29487 </row>
29488 <row>
29489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29490 \begin_inset Text
29491
29492 \begin_layout Plain Layout
29493 e
29494 \end_layout
29495
29496 \end_inset
29497 </cell>
29498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29499 \begin_inset Text
29500
29501 \begin_layout Plain Layout
29502 f
29503 \end_layout
29504
29505 \end_inset
29506 </cell>
29507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29508 \begin_inset Text
29509
29510 \begin_layout Plain Layout
29511 g
29512 \end_layout
29513
29514 \end_inset
29515 </cell>
29516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29517 \begin_inset Text
29518
29519 \begin_layout Plain Layout
29520 h
29521 \end_layout
29522
29523 \end_inset
29524 </cell>
29525 </row>
29526 </lyxtabular>
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 \align center
29535 \begin_inset Box Frameless
29536 position "t"
29537 hor_pos "c"
29538 has_inner_box 1
29539 inner_pos "c"
29540 use_parbox 0
29541 width "30col%"
29542 special "none"
29543 height "1in"
29544 height_special "totalheight"
29545 status open
29546
29547 \begin_layout Plain Layout
29548 \align center
29549 \begin_inset Tabular
29550 <lyxtabular version="3" rows="3" columns="4">
29551 <features>
29552 <column alignment="center" valignment="top" width="0pt">
29553 <column alignment="center" valignment="top" width="0pt">
29554 <column alignment="center" valignment="top" width="0pt">
29555 <column alignment="center" valignment="top" width="0pt">
29556 <row>
29557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29558 \begin_inset Text
29559
29560 \begin_layout Plain Layout
29561 1
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29567 \begin_inset Text
29568
29569 \begin_layout Plain Layout
29570 2
29571 \end_layout
29572
29573 \end_inset
29574 </cell>
29575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29576 \begin_inset Text
29577
29578 \begin_layout Plain Layout
29579 3
29580 \begin_inset Foot
29581 status open
29582
29583 \begin_layout Plain Layout
29584 Ceci est une note de bas de page à l'intérieur d'un tableau.
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \end_inset
29593 </cell>
29594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29595 \begin_inset Text
29596
29597 \begin_layout Plain Layout
29598 4
29599 \end_layout
29600
29601 \end_inset
29602 </cell>
29603 </row>
29604 <row>
29605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29606 \begin_inset Text
29607
29608 \begin_layout Plain Layout
29609 a
29610 \end_layout
29611
29612 \end_inset
29613 </cell>
29614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29615 \begin_inset Text
29616
29617 \begin_layout Plain Layout
29618 b
29619 \end_layout
29620
29621 \end_inset
29622 </cell>
29623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29624 \begin_inset Text
29625
29626 \begin_layout Plain Layout
29627 c
29628 \end_layout
29629
29630 \end_inset
29631 </cell>
29632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29633 \begin_inset Text
29634
29635 \begin_layout Plain Layout
29636 d
29637 \end_layout
29638
29639 \end_inset
29640 </cell>
29641 </row>
29642 <row>
29643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29644 \begin_inset Text
29645
29646 \begin_layout Plain Layout
29647 e
29648 \end_layout
29649
29650 \end_inset
29651 </cell>
29652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29653 \begin_inset Text
29654
29655 \begin_layout Plain Layout
29656 f
29657 \end_layout
29658
29659 \end_inset
29660 </cell>
29661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29662 \begin_inset Text
29663
29664 \begin_layout Plain Layout
29665 g
29666 \end_layout
29667
29668 \end_inset
29669 </cell>
29670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29671 \begin_inset Text
29672
29673 \begin_layout Plain Layout
29674 h
29675 \end_layout
29676
29677 \end_inset
29678 </cell>
29679 </row>
29680 </lyxtabular>
29681
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \end_layout
29691
29692 \begin_layout Standard
29693 \begin_inset VSpace bigskip
29694 \end_inset
29695
29696 Les paramètres globaux du document sont ignorés au sein d'une minipage.
29697  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
29698  minipages, même si vous les avez mis par exemple à 
29699 \family sans
29700 Moyen
29701 \family default
29702  dans les paramètres du document.
29703 \end_layout
29704
29705 \begin_layout Standard
29706 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
29707  portion de texte, voyez la section
29708 \begin_inset space ~
29709 \end_inset
29710
29711
29712 \begin_inset CommandInset ref
29713 LatexCommand ref
29714 reference "sub:Couleur-pour-les-Paragraphes"
29715
29716 \end_inset
29717
29718 .
29719 \end_layout
29720
29721 \begin_layout Standard
29722 \begin_inset Note Greyedout
29723 status open
29724
29725 \begin_layout Plain Layout
29726
29727 \series bold
29728 Note:
29729 \series default
29730  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
29731  mais les minipages peuvent être utilisées dans un tableau, un flottant
29732  ou une autre boîte.
29733 \end_layout
29734
29735 \end_inset
29736
29737
29738 \end_layout
29739
29740 \begin_layout Section
29741 Les Parboxes
29742 \begin_inset CommandInset label
29743 LatexCommand label
29744 name "sec:Parboxes"
29745
29746 \end_inset
29747
29748
29749 \begin_inset Index
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753 Boîtes ! Parboxes
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Standard
29762 \begin_inset Note Note
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766
29767 \lang english
29768 En attendant une traduction de parbox (NdT)
29769 \end_layout
29770
29771 \end_inset
29772
29773 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
29774  ne peuvent avoir de note de bas de page.
29775  La principale différence avec les minipages, c'est que les minipages au
29776  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
29777  LaTeX.
29778 \end_layout
29779
29780 \begin_layout Standard
29781 \align center
29782 \begin_inset Box Frameless
29783 position "t"
29784 hor_pos "c"
29785 has_inner_box 1
29786 inner_pos "t"
29787 use_parbox 1
29788 width "33col%"
29789 special "none"
29790 height "1in"
29791 height_special "totalheight"
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795 Ceci est un texte à l'intérieur d'une parbox.
29796  Ceci est un texte à l'intérieur d'une parbox.
29797 \end_layout
29798
29799 \begin_layout Plain Layout
29800 Cette note de bas de page ne devrait pas apparaître :
29801 \begin_inset Foot
29802 status open
29803
29804 \begin_layout Plain Layout
29805 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
29806  pas.
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \begin_layout Section
29820 Des Boîtes pour les Mots et les Caractères
29821 \begin_inset Index
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 Boîtes ! Pour les caractères
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \end_layout
29832
29833 \begin_layout Subsection
29834 Empêcher la Césure
29835 \begin_inset CommandInset label
29836 LatexCommand label
29837 name "sec:Empêcher-césure"
29838
29839 \end_inset
29840
29841
29842 \begin_inset Index
29843 status collapsed
29844
29845 \begin_layout Plain Layout
29846 Boîtes ! Pour empêcher la césure
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \begin_layout Standard
29855 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
29856  un texte ne soit coupé par une césure.
29857 \begin_inset Newline newline
29858 \end_inset
29859
29860 Voici un exemple de texte :
29861 \end_layout
29862
29863 \begin_layout Standard
29864 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29865  césure dans un 
29866 \begin_inset Quotes eld
29867 \end_inset
29868
29869 motTrèsTrèsLong
29870 \begin_inset Quotes erd
29871 \end_inset
29872
29873
29874 \end_layout
29875
29876 \begin_layout Standard
29877 Pour empêcher que le mot 
29878 \begin_inset Quotes eld
29879 \end_inset
29880
29881 motTrèsTrèsLong
29882 \begin_inset Quotes erd
29883 \end_inset
29884
29885  soit coupé, ajoutez la commande
29886 \end_layout
29887
29888 \begin_layout Standard
29889
29890 \series bold
29891
29892 \backslash
29893 mbox{
29894 \end_layout
29895
29896 \begin_layout Standard
29897 en code TeX avant le mot.
29898  Après le mot, insérez l'accolade fermante 
29899 \begin_inset Quotes eld
29900 \end_inset
29901
29902
29903 \series bold
29904 }
29905 \series default
29906
29907 \begin_inset Quotes erd
29908 \end_inset
29909
29910  en code TeX.
29911 \end_layout
29912
29913 \begin_layout Standard
29914 Voici le résultat :
29915 \end_layout
29916
29917 \begin_layout Standard
29918 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29919  césure dans un
29920 \begin_inset ERT
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924
29925
29926 \backslash
29927 mbox{
29928 \end_layout
29929
29930 \end_inset
29931
29932
29933 \begin_inset Quotes eld
29934 \end_inset
29935
29936 motTrèsTrèsLong
29937 \begin_inset Quotes erd
29938 \end_inset
29939
29940 .
29941 \begin_inset ERT
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945
29946 }
29947 \end_layout
29948
29949 \end_inset
29950
29951
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Une autre méthode consiste à mettre la commande 
29956 \begin_inset Quotes eld
29957 \end_inset
29958
29959
29960 \series bold
29961
29962 \backslash
29963 -
29964 \series default
29965
29966 \begin_inset Quotes grd
29967 \end_inset
29968
29969  en code TeX, juste avant le mot :
29970 \end_layout
29971
29972 \begin_layout Standard
29973 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
29974  césure dans un 
29975 \begin_inset Quotes eld
29976 \end_inset
29977
29978
29979 \begin_inset ERT
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983
29984
29985 \backslash
29986 -
29987 \end_layout
29988
29989 \end_inset
29990
29991 motTrèsTrèsLong
29992 \begin_inset Quotes erd
29993 \end_inset
29994
29995 .
29996 \end_layout
29997
29998 \begin_layout Standard
29999 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30000  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30001 \family sans
30002 Insérer\SpecialChar \menuseparator
30003 Formats\SpecialChar \menuseparator
30004 Passage
30005 \begin_inset space ~
30006 \end_inset
30007
30008 à
30009 \begin_inset space ~
30010 \end_inset
30011
30012 la
30013 \begin_inset space ~
30014 \end_inset
30015
30016 Ligne
30017 \family default
30018  (raccourci 
30019 \series bold
30020 Ctrl-Entrée
30021 \series default
30022 ) :
30023 \end_layout
30024
30025 \begin_layout Standard
30026 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30027  césure dans un
30028 \begin_inset Newline newline
30029 \end_inset
30030
30031
30032 \begin_inset ERT
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036
30037
30038 \backslash
30039 mbox{
30040 \end_layout
30041
30042 \end_inset
30043
30044
30045 \begin_inset Quotes eld
30046 \end_inset
30047
30048 motTrèsTrèsLong
30049 \begin_inset Quotes erd
30050 \end_inset
30051
30052 .
30053 \begin_inset ERT
30054 status collapsed
30055
30056 \begin_layout Plain Layout
30057
30058 }
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \end_layout
30065
30066 \begin_layout Subsection
30067 Alignement Vertical
30068 \begin_inset CommandInset label
30069 LatexCommand label
30070 name "sub:Alignement-Vertical"
30071
30072 \end_inset
30073
30074
30075 \begin_inset Index
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079 Boîtes ! Pour l'alignement vertical
30080 \end_layout
30081
30082 \end_inset
30083
30084
30085 \begin_inset Index
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089 Boîtes ! Boîtes élévatrices
30090 \end_layout
30091
30092 \end_inset
30093
30094
30095 \begin_inset Index
30096 status collapsed
30097
30098 \begin_layout Plain Layout
30099 Raisebox|see
30100 \begin_inset ERT
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104
30105 {
30106 \end_layout
30107
30108 \end_inset
30109
30110 Boîtes élévatrices
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116 }
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \end_layout
30128
30129 \begin_layout Standard
30130 Avec la commande 
30131 \series bold
30132
30133 \backslash
30134 raisebox
30135 \series default
30136  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30137  par rapport au texte qui l'entoure.
30138  La commande
30139 \series bold
30140  
30141 \backslash
30142 raisebox
30143 \series default
30144  s'utilise en suivant la syntaxe suivante :
30145 \end_layout
30146
30147 \begin_layout Standard
30148
30149 \series bold
30150
30151 \backslash
30152 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30153 \end_layout
30154
30155 \begin_layout Standard
30156 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30157  pour l'abaisser.
30158 \end_layout
30159
30160 \begin_layout Standard
30161 Pour aligner le mot 
30162 \begin_inset Quotes eld
30163 \end_inset
30164
30165 empêcher
30166 \begin_inset Quotes erd
30167 \end_inset
30168
30169  de façon à ce que le point le plus bas du caractère le plus 
30170 \begin_inset Quotes eld
30171 \end_inset
30172
30173 profond
30174 \begin_inset Quotes erd
30175 \end_inset
30176
30177 , le 
30178 \begin_inset Quotes eld
30179 \end_inset
30180
30181 p
30182 \begin_inset Quotes erd
30183 \end_inset
30184
30185 , soit au niveau de la ligne de base, insérez la commande 
30186 \end_layout
30187
30188 \begin_layout Standard
30189
30190 \series bold
30191
30192 \backslash
30193 raisebox{
30194 \backslash
30195 depth}{
30196 \end_layout
30197
30198 \begin_layout Standard
30199 en code TeX avant le mot.
30200  Insérez après le mot l'accolade fermante 
30201 \begin_inset Quotes eld
30202 \end_inset
30203
30204
30205 \series bold
30206 }
30207 \series default
30208
30209 \begin_inset Quotes erd
30210 \end_inset
30211
30212  en code TeX.
30213 \begin_inset Newline newline
30214 \end_inset
30215
30216 Voici le résultat :
30217 \end_layout
30218
30219 \begin_layout Standard
30220 Cette ligne de texte contient le mot 
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226
30227 \backslash
30228 raisebox{
30229 \backslash
30230 depth}{
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \begin_inset Quotes eld
30237 \end_inset
30238
30239 empêcher
30240 \begin_inset Quotes erd
30241 \end_inset
30242
30243
30244 \begin_inset ERT
30245 status collapsed
30246
30247 \begin_layout Plain Layout
30248
30249 }
30250 \end_layout
30251
30252 \end_inset
30253
30254  comme mot élevé.
30255 \end_layout
30256
30257 \begin_layout Standard
30258 \begin_inset VSpace bigskip
30259 \end_inset
30260
30261 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30262  entre les lignes va être agrandie :
30263 \end_layout
30264
30265 \begin_layout Standard
30266 Cette ligne de texte contient le mot
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272
30273 \backslash
30274 raisebox{-
30275 \backslash
30276 depth}{
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \begin_inset Quotes eld
30283 \end_inset
30284
30285 empêcher
30286 \begin_inset Quotes erd
30287 \end_inset
30288
30289
30290 \begin_inset ERT
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294
30295 }
30296 \end_layout
30297
30298 \end_inset
30299
30300  comme mot abaissé.
30301 \begin_inset Newline newline
30302 \end_inset
30303
30304 Cette ligne de texte contient le mot 
30305 \begin_inset ERT
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309
30310
30311 \backslash
30312 raisebox{0.5cm}{
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \begin_inset Quotes eld
30319 \end_inset
30320
30321 tester
30322 \begin_inset Quotes erd
30323 \end_inset
30324
30325
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331 }
30332 \end_layout
30333
30334 \end_inset
30335
30336  comme mot élevé.
30337 \end_layout
30338
30339 \begin_layout Standard
30340 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30341  mettez la hauteur de la boîte à zéro.
30342  Par exemple utilisez
30343 \end_layout
30344
30345 \begin_layout Standard
30346
30347 \series bold
30348
30349 \backslash
30350 raisebox{-
30351 \backslash
30352 depth}[0pt]{
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Cette ligne de texte contient le mot
30357 \begin_inset ERT
30358 status collapsed
30359
30360 \begin_layout Plain Layout
30361
30362
30363 \backslash
30364 raisebox{-
30365 \backslash
30366 depth}[0pt]{
30367 \end_layout
30368
30369 \end_inset
30370
30371
30372 \begin_inset Quotes eld
30373 \end_inset
30374
30375 empêcher
30376 \begin_inset Quotes erd
30377 \end_inset
30378
30379
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385 }
30386 \end_layout
30387
30388 \end_inset
30389
30390  comme mot abaissé.
30391 \begin_inset Newline newline
30392 \end_inset
30393
30394 Cette ligne de texte contient le mot 
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400
30401 \backslash
30402 raisebox{0.5cm}[0pt]{
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \begin_inset Quotes eld
30409 \end_inset
30410
30411 tester
30412 \begin_inset Quotes erd
30413 \end_inset
30414
30415
30416 \begin_inset ERT
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420
30421 }
30422 \end_layout
30423
30424 \end_inset
30425
30426  comme mot élevé.
30427 \end_layout
30428
30429 \begin_layout Section
30430 Boîtes Colorées
30431 \begin_inset CommandInset label
30432 LatexCommand label
30433 name "sec:Boîtes-colorées"
30434
30435 \end_inset
30436
30437
30438 \begin_inset Index
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442 Boîtes ! Couleur
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \end_layout
30449
30450 \begin_layout Subsection
30451 De la couleur pour le texte
30452 \begin_inset Index
30453 status collapsed
30454
30455 \begin_layout Plain Layout
30456 Couleur ! Pour le texte
30457 \end_layout
30458
30459 \end_inset
30460
30461
30462 \end_layout
30463
30464 \begin_layout Standard
30465 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30466  une boîte appelée 
30467 \begin_inset Quotes eld
30468 \end_inset
30469
30470 colorbox
30471 \begin_inset Quotes erd
30472 \end_inset
30473
30474 .
30475  Cela demande que le paquetage LaTeX 
30476 \series bold
30477 color
30478 \series default
30479
30480 \begin_inset Index
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484 Paquetages LaTeX ! color
30485 \end_layout
30486
30487 \end_inset
30488
30489  soit chargé dans le préambule du document avec la commande
30490 \end_layout
30491
30492 \begin_layout Standard
30493
30494 \series bold
30495
30496 \backslash
30497 @ifundefined{textcolor}
30498 \begin_inset Newline newline
30499 \end_inset
30500
30501
30502 \begin_inset ERT
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506
30507
30508 \backslash
30509 hphantom{ }
30510 \end_layout
30511
30512 \end_inset
30513
30514 {
30515 \backslash
30516 usepackage{color}}{}
30517 \end_layout
30518
30519 \begin_layout Standard
30520 Le paquetage 
30521 \series bold
30522 color
30523 \series default
30524  sera chargé automatiquement par LyX dès que vous colorez du texte
30525 \begin_inset Foot
30526 status collapsed
30527
30528 \begin_layout Plain Layout
30529 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30530  
30531 \series bold
30532
30533 \backslash
30534 @ifundefined
30535 \series default
30536 .
30537 \end_layout
30538
30539 \end_inset
30540
30541 .
30542 \end_layout
30543
30544 \begin_layout Standard
30545 \begin_inset VSpace medskip
30546 \end_inset
30547
30548 Les boîtes colorées sont créées par la commande 
30549 \series bold
30550
30551 \backslash
30552 colorbox
30553 \series default
30554 .
30555  Elle est utilisée avec la syntaxe suivante :
30556 \end_layout
30557
30558 \begin_layout Standard
30559
30560 \series bold
30561
30562 \backslash
30563 colorbox{couleur}{contenu de la boîte}
30564 \end_layout
30565
30566 \begin_layout Standard
30567 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30568  peuvent être placées à l'intérieur d'autres boîtes.
30569 \end_layout
30570
30571 \begin_layout Standard
30572 Les couleurs suivantes sont prédéfinies ::
30573 \begin_inset Newline newline
30574 \end_inset
30575
30576
30577 \family sans
30578 black
30579 \family default
30580  (noir), 
30581 \family sans
30582 blue
30583 \family default
30584  (bleu), 
30585 \family sans
30586 cyan
30587 \family default
30588 \series bold
30589 ,
30590 \series default
30591  
30592 \family sans
30593 green
30594 \family default
30595  (vert), 
30596 \family sans
30597 magenta
30598 \family default
30599
30600 \family sans
30601 red
30602 \family default
30603  (rouge), 
30604 \family sans
30605 white
30606 \family default
30607  (blanc), and 
30608 \family sans
30609 yellow
30610 \family default
30611  (jaune).
30612 \begin_inset Newline newline
30613 \end_inset
30614
30615 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
30616  section
30617 \begin_inset space ~
30618 \end_inset
30619
30620
30621 \begin_inset CommandInset ref
30622 LatexCommand ref
30623 reference "sec:Tableaux-Colorés"
30624
30625 \end_inset
30626
30627 .
30628 \end_layout
30629
30630 \begin_layout Standard
30631 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
30632 \end_layout
30633
30634 \begin_layout Standard
30635
30636 \series bold
30637
30638 \backslash
30639 colorbox{red}{
30640 \end_layout
30641
30642 \begin_layout Standard
30643 avant le mot en code TeX.
30644  Insérez l'accolade fermante 
30645 \begin_inset Quotes eld
30646 \end_inset
30647
30648 }
30649 \begin_inset Quotes erd
30650 \end_inset
30651
30652  après le mot, en code TeX.
30653 \begin_inset Newline newline
30654 \end_inset
30655
30656 Voici le résultat :
30657 \end_layout
30658
30659 \begin_layout Standard
30660 Cette ligne de texte contient le mot
30661 \begin_inset ERT
30662 status collapsed
30663
30664 \begin_layout Plain Layout
30665
30666
30667 \backslash
30668 colorbox{red}{
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \begin_inset Quotes eld
30675 \end_inset
30676
30677 Attention!
30678 \begin_inset Quotes erd
30679 \end_inset
30680
30681
30682 \begin_inset ERT
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687 }
30688 \end_layout
30689
30690 \end_inset
30691
30692  sur fond rouge.
30693 \end_layout
30694
30695 \begin_layout Standard
30696 \begin_inset VSpace bigskip
30697 \end_inset
30698
30699 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
30700  vous pouvez utiliser la commande 
30701 \series bold
30702
30703 \backslash
30704 fcolorbox
30705 \series default
30706  avec la syntaxe suivante :
30707 \end_layout
30708
30709 \begin_layout Standard
30710
30711 \series bold
30712
30713 \backslash
30714 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
30715 \end_layout
30716
30717 \begin_layout Standard
30718
30719 \series bold
30720
30721 \backslash
30722 fcolorbox
30723 \series default
30724  est une extension de 
30725 \series bold
30726
30727 \backslash
30728 colorbox
30729 \series default
30730 .
30731  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
30732  peuvent être modifiés avec les variables 
30733 \series bold
30734
30735 \backslash
30736 fboxrule
30737 \series default
30738  et 
30739 \series bold
30740
30741 \backslash
30742 fboxsep
30743 \series default
30744 , comme c'est décrit dans la section
30745 \begin_inset space ~
30746 \end_inset
30747
30748
30749 \begin_inset CommandInset ref
30750 LatexCommand ref
30751 reference "sec:Décorations"
30752
30753 \end_inset
30754
30755 .
30756 \end_layout
30757
30758 \begin_layout Standard
30759 Pour l'exemple suivant, on a utilisé la commande
30760 \end_layout
30761
30762 \begin_layout Standard
30763
30764 \series bold
30765
30766 \backslash
30767 fcolorbox{cyan}{magenta}{
30768 \end_layout
30769
30770 \begin_layout Standard
30771 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
30772 \begin_inset space \thinspace{}
30773 \end_inset
30774
30775 mm:
30776 \begin_inset Newline newline
30777 \end_inset
30778
30779
30780 \begin_inset ERT
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784
30785
30786 \backslash
30787 fboxrule 1mm 
30788 \backslash
30789 fboxsep 1mm
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \begin_inset ERT
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799
30800
30801 \backslash
30802 fcolorbox{cyan}{magenta}{
30803 \end_layout
30804
30805 \end_inset
30806
30807 Ce texte est dans une boîte encadrée et colorée.
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813 }
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 \begin_inset VSpace bigskip
30823 \end_inset
30824
30825 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
30826  les yeux ! - NdT) :
30827 \begin_inset Newline newline
30828 \end_inset
30829
30830
30831 \begin_inset ERT
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835
30836
30837 \backslash
30838 fcolorbox{cyan}{magenta}{
30839 \end_layout
30840
30841 \end_inset
30842
30843
30844 \color yellow
30845 Ce texte est coloré dans une boîte colorée et encadrée.
30846 \color inherit
30847
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853 }
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 fboxrule 0.4pt 
30867 \backslash
30868 fboxsep 3pt
30869 \end_layout
30870
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \begin_layout Standard
30877
30878 \series bold
30879 \begin_inset VSpace medskip
30880 \end_inset
30881
30882
30883 \end_layout
30884
30885 \begin_layout Standard
30886 \begin_inset Note Greyedout
30887 status open
30888
30889 \begin_layout Plain Layout
30890
30891 \series bold
30892 Note:
30893 \series default
30894  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
30895  de ligne.
30896  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
30897  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \begin_layout Subsection
30906 De la couleur pour les paragraphes
30907 \begin_inset CommandInset label
30908 LatexCommand label
30909 name "sub:Couleur-pour-les-Paragraphes"
30910
30911 \end_inset
30912
30913
30914 \begin_inset Index
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918 Couleur ! Pour les  paragraphes
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
30928  texte dans une minipage.
30929  Avant la minipage, insérez la commande 
30930 \series bold
30931
30932 \backslash
30933 colorbox
30934 \series default
30935  
30936 \end_layout
30937
30938 \begin_layout Standard
30939
30940 \series bold
30941
30942 \backslash
30943 colorbox{color}{
30944 \end_layout
30945
30946 \begin_layout Standard
30947 en code TeX.
30948  Après la minipage, insérez l'accolade fermante 
30949 \begin_inset Quotes eld
30950 \end_inset
30951
30952 }
30953 \begin_inset Quotes erd
30954 \end_inset
30955
30956  en code TeX.
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965
30966 \backslash
30967 colorbox{lightgrey}{
30968 \end_layout
30969
30970 \end_inset
30971
30972
30973 \begin_inset Box Frameless
30974 position "t"
30975 hor_pos "c"
30976 has_inner_box 1
30977 inner_pos "t"
30978 use_parbox 0
30979 width "100col%"
30980 special "none"
30981 height "1in"
30982 height_special "totalheight"
30983 status collapsed
30984
30985 \begin_layout Plain Layout
30986 Ce texte a un fond coloré.
30987  Ce texte a un fond coloré.
30988 \end_layout
30989
30990 \begin_layout Plain Layout
30991 \begin_inset VSpace defskip
30992 \end_inset
30993
30994 Le texte peut avoir des notes de bas de page
30995 \begin_inset Foot
30996 status collapsed
30997
30998 \begin_layout Plain Layout
30999 Un autre exemple de note de bas de page
31000 \end_layout
31001
31002 \end_inset
31003
31004  et contenir des figures et des tableaux.
31005 \end_layout
31006
31007 \begin_layout Plain Layout
31008 \align center
31009 \begin_inset Tabular
31010 <lyxtabular version="3" rows="3" columns="3">
31011 <features>
31012 <column alignment="center" valignment="top" width="0">
31013 <column alignment="center" valignment="top" width="0">
31014 <column alignment="center" valignment="top" width="0">
31015 <row>
31016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31017 \begin_inset Text
31018
31019 \begin_layout Plain Layout
31020 a
31021 \end_layout
31022
31023 \end_inset
31024 </cell>
31025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31026 \begin_inset Text
31027
31028 \begin_layout Plain Layout
31029 !
31030 \end_layout
31031
31032 \end_inset
31033 </cell>
31034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31035 \begin_inset Text
31036
31037 \begin_layout Plain Layout
31038 3
31039 \end_layout
31040
31041 \end_inset
31042 </cell>
31043 </row>
31044 <row>
31045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31046 \begin_inset Text
31047
31048 \begin_layout Plain Layout
31049 <
31050 \end_layout
31051
31052 \end_inset
31053 </cell>
31054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31055 \begin_inset Text
31056
31057 \begin_layout Plain Layout
31058 b2
31059 \begin_inset Quotes erd
31060 \end_inset
31061
31062 |
31063 \end_layout
31064
31065 \end_inset
31066 </cell>
31067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31068 \begin_inset Text
31069
31070 \begin_layout Plain Layout
31071 >
31072 \end_layout
31073
31074 \end_inset
31075 </cell>
31076 </row>
31077 <row>
31078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31079 \begin_inset Text
31080
31081 \begin_layout Plain Layout
31082 1
31083 \end_layout
31084
31085 \end_inset
31086 </cell>
31087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31088 \begin_inset Text
31089
31090 \begin_layout Plain Layout
31091 §
31092 \end_layout
31093
31094 \end_inset
31095 </cell>
31096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31097 \begin_inset Text
31098
31099 \begin_layout Plain Layout
31100 c
31101 \end_layout
31102
31103 \end_inset
31104 </cell>
31105 </row>
31106 </lyxtabular>
31107
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \begin_inset ERT
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120
31121 }
31122 \end_layout
31123
31124 \end_inset
31125
31126
31127 \end_layout
31128
31129 \begin_layout Section
31130 Les boîtes pivotées et redimensionnées
31131 \end_layout
31132
31133 \begin_layout Standard
31134 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31135  charger le paquetage LaTeX 
31136 \series bold
31137 graphicx
31138 \series default
31139
31140 \begin_inset Index
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144 Paquetages LaTeX ! graphicx
31145 \end_layout
31146
31147 \end_inset
31148
31149  dans le préambule de votre document avec la commande
31150 \end_layout
31151
31152 \begin_layout Standard
31153
31154 \series bold
31155
31156 \backslash
31157 @ifundefined{rotatebox}
31158 \begin_inset Newline newline
31159 \end_inset
31160
31161
31162 \begin_inset ERT
31163 status collapsed
31164
31165 \begin_layout Plain Layout
31166
31167
31168 \backslash
31169 hphantom{ }
31170 \end_layout
31171
31172 \end_inset
31173
31174 {
31175 \backslash
31176 usepackage{graphicx}}{}
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset Note Greyedout
31181 status open
31182
31183 \begin_layout Plain Layout
31184
31185 \series bold
31186 Note:
31187 \series default
31188  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31189  redimensionnés.
31190 \end_layout
31191
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \begin_inset Note Greyedout
31199 status open
31200
31201 \begin_layout Plain Layout
31202
31203 \series bold
31204 Note:
31205 \series default
31206  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31207  redimensionnée.
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \end_layout
31214
31215 \begin_layout Subsection
31216 Les Boîtes pivotées
31217 \begin_inset Index
31218 status collapsed
31219
31220 \begin_layout Plain Layout
31221 Boîtes ! pivotées
31222 \end_layout
31223
31224 \end_inset
31225
31226
31227 \begin_inset Index
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231 Pivoter des objets
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \begin_inset Index
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 Figures ! Pivotées
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \begin_inset Index
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Tableau ! Pivoter
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \begin_layout Standard
31260 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31261  (rotated).
31262  Une telle boîte est créée avec la commande 
31263 \series bold
31264
31265 \backslash
31266 rotatebox
31267 \series default
31268  en code TeX avec la syntaxe
31269 \end_layout
31270
31271 \begin_layout Standard
31272
31273 \series bold
31274
31275 \backslash
31276 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31277 \end_layout
31278
31279 \begin_layout Standard
31280 La position du pivot est donnée par l'origine de rotation spécifiée sous
31281  la forme 
31282 \series bold
31283 origin=position
31284 \series default
31285 .
31286  Les valeurs suivantes sont possibles pour la position: 
31287 \emph on
31288 c
31289 \emph default
31290  (centre), 
31291 \emph on
31292 l
31293 \emph default
31294  (gauche/
31295 \lang english
31296 left
31297 \lang french
31298 ), 
31299 \emph on
31300 r
31301 \emph default
31302  (droite/
31303 \lang english
31304 right
31305 \lang french
31306 ), 
31307 \emph on
31308 b
31309 \emph default
31310  (bas/
31311 \lang english
31312 bottom
31313 \lang french
31314 ), 
31315 \emph on
31316 t
31317 \emph default
31318  (haut/
31319 \lang english
31320 top
31321 \lang french
31322 ), et aussi des combinaisons des quatre positions de base.
31323  Par exemple 
31324 \emph on
31325 lt
31326 \emph default
31327  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31328  Quand on ne donne pas d'origine, la position 
31329 \emph on
31330 l
31331 \emph default
31332  est utilisée.
31333  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31334  ou négatif.
31335  Le sens positif de rotation est anti-horaire.
31336 \end_layout
31337
31338 \begin_layout Standard
31339 Dans l'exemple qui suit, la commande 
31340 \series bold
31341
31342 \backslash
31343 rotatebox[origin=c]{60}{
31344 \series default
31345  a été insérée en code TeX juste avant le texte 
31346 \begin_inset Quotes eld
31347 \end_inset
31348
31349 pivoté de 90°
31350 \begin_inset Quotes erd
31351 \end_inset
31352
31353  ; la boîte est refermée juste après le texte par une accolade fermante
31354  
31355 \begin_inset Quotes eld
31356 \end_inset
31357
31358 }
31359 \begin_inset Quotes erd
31360 \end_inset
31361
31362  en code TeX.
31363 \end_layout
31364
31365 \begin_layout Standard
31366 Voici une ligne avec du texte 
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371
31372
31373 \backslash
31374 rotatebox[origin=c]{60}{
31375 \end_layout
31376
31377 \end_inset
31378
31379 pivoté de 60°
31380 \begin_inset ERT
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384
31385 }
31386 \end_layout
31387
31388 \end_inset
31389
31390 .
31391 \end_layout
31392
31393 \begin_layout Standard
31394 La boîte peut contenir une autre boîte ou une formule en ligne :
31395 \end_layout
31396
31397 \begin_layout Standard
31398 Voici une ligne avec du texte 
31399 \begin_inset ERT
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403
31404
31405 \backslash
31406 rotatebox[origin=r]{-60}{
31407 \end_layout
31408
31409 \end_inset
31410
31411
31412 \begin_inset Box Doublebox
31413 position "c"
31414 hor_pos "c"
31415 has_inner_box 0
31416 inner_pos "c"
31417 use_parbox 0
31418 width "1in"
31419 special "width"
31420 height "1in"
31421 height_special "totalheight"
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425 pivoté de -60°
31426 \end_layout
31427
31428 \end_inset
31429
31430
31431 \begin_inset ERT
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435
31436 }
31437 \end_layout
31438
31439 \end_inset
31440
31441  et encadré 
31442 \begin_inset ERT
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446
31447
31448 \backslash
31449 rotatebox[origin=lb]{60}{
31450 \end_layout
31451
31452 \end_inset
31453
31454
31455 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31456 \end_inset
31457
31458
31459 \begin_inset ERT
31460 status collapsed
31461
31462 \begin_layout Plain Layout
31463
31464 }
31465 \end_layout
31466
31467 \end_inset
31468
31469  et une formule.
31470 \end_layout
31471
31472 \begin_layout Standard
31473 ou encore une figure ou un tableau :
31474 \end_layout
31475
31476 \begin_layout Standard
31477 Voici une ligne
31478 \begin_inset ERT
31479 status collapsed
31480
31481 \begin_layout Plain Layout
31482
31483
31484 \backslash
31485 rotatebox[origin=lb]{90}{
31486 \end_layout
31487
31488 \end_inset
31489
31490
31491 \begin_inset Graphics
31492         filename ../clipart/platypus.eps
31493         lyxscale 50
31494         width 25col%
31495
31496 \end_inset
31497
31498
31499 \begin_inset ERT
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504 }
31505 \end_layout
31506
31507 \end_inset
31508
31509  avec une image pivotée de 90° 
31510 \begin_inset ERT
31511 status collapsed
31512
31513 \begin_layout Plain Layout
31514
31515
31516 \backslash
31517 rotatebox[origin=l]{-90}{
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \begin_inset Tabular
31524 <lyxtabular version="3" rows="2" columns="2">
31525 <features>
31526 <column alignment="center" valignment="top" width="0">
31527 <column alignment="center" valignment="top" width="0">
31528 <row>
31529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31530 \begin_inset Text
31531
31532 \begin_layout Plain Layout
31533 q
31534 \end_layout
31535
31536 \end_inset
31537 </cell>
31538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31539 \begin_inset Text
31540
31541 \begin_layout Plain Layout
31542 w
31543 \end_layout
31544
31545 \end_inset
31546 </cell>
31547 </row>
31548 <row>
31549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31550 \begin_inset Text
31551
31552 \begin_layout Plain Layout
31553 e
31554 \end_layout
31555
31556 \end_inset
31557 </cell>
31558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31559 \begin_inset Text
31560
31561 \begin_layout Plain Layout
31562 r
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 </row>
31568 </lyxtabular>
31569
31570 \end_inset
31571
31572
31573 \begin_inset ERT
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577
31578 }
31579 \end_layout
31580
31581 \end_inset
31582
31583  et un tableau.
31584 \end_layout
31585
31586 \begin_layout Subsection
31587 Les boîtes redimensionnées
31588 \begin_inset Index
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592 Boîtes ! Redimensionnées
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Index
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602 Redimensionner des objets
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \begin_inset Index
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612 Figures ! Redimensionnées
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \begin_inset Index
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 Tableau ! Redimensionner
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Standard
31631 Pour redimensionner des objets on peut utiliser les commandes 
31632 \series bold
31633
31634 \backslash
31635 scalebox
31636 \series default
31637  et 
31638 \series bold
31639
31640 \backslash
31641 resizebox
31642 \series default
31643  insérées sous forme de code TeX.
31644 \end_layout
31645
31646 \begin_layout Standard
31647
31648 \series bold
31649
31650 \backslash
31651 scalebox
31652 \series default
31653  est utilisée avec la syntaxe suivante :
31654 \end_layout
31655
31656 \begin_layout Standard
31657
31658 \series bold
31659
31660 \backslash
31661 scalebox{horizontal}[vertical]{contenu de la boîte}
31662 \end_layout
31663
31664 \begin_layout Standard
31665 Horizontal et vertical sont les facteurs d'échelle correspondants.
31666  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
31667  utilisé comme facteur vertical.
31668 \end_layout
31669
31670 \begin_layout Standard
31671 Par exemple, la commande 
31672 \series bold
31673
31674 \backslash
31675 scalebox{2}{Bonjour}
31676 \series default
31677  crée un 
31678 \begin_inset ERT
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682
31683
31684 \backslash
31685 scalebox{2}{
31686 \end_layout
31687
31688 \end_inset
31689
31690 Bonjour
31691 \begin_inset ERT
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695
31696 }
31697 \end_layout
31698
31699 \end_inset
31700
31701  de taille double par rapport à la taille du texte du document.
31702 \end_layout
31703
31704 \begin_layout Standard
31705
31706 \series bold
31707
31708 \backslash
31709 scalebox{2}[1]{Hello}
31710 \series default
31711  au contraire va déformer le 
31712 \begin_inset ERT
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716
31717
31718 \backslash
31719 scalebox{2}[1]{
31720 \end_layout
31721
31722 \end_inset
31723
31724 Bonjour
31725 \begin_inset ERT
31726 status collapsed
31727
31728 \begin_layout Plain Layout
31729
31730 }
31731 \end_layout
31732
31733 \end_inset
31734
31735 .
31736 \end_layout
31737
31738 \begin_layout Standard
31739 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
31740  La commande 
31741 \series bold
31742
31743 \backslash
31744 scalebox{-1}[1]{Hello}
31745 \series default
31746  peut donc être utilisée pour créer du texte en miroir : 
31747 \begin_inset ERT
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751
31752
31753 \backslash
31754 scalebox{-1}[1]{
31755 \end_layout
31756
31757 \end_inset
31758
31759 Bonjour
31760 \begin_inset ERT
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764
31765 }
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774
31775 \series bold
31776
31777 \backslash
31778 scalebox{1}[-1]{Bonjour}
31779 \series default
31780  effectue une réflexion du 
31781 \begin_inset ERT
31782 status collapsed
31783
31784 \begin_layout Plain Layout
31785
31786
31787 \backslash
31788 scalebox{1}[-1]{
31789 \end_layout
31790
31791 \end_inset
31792
31793 Bonjour
31794 \begin_inset ERT
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798
31799 }
31800 \end_layout
31801
31802 \end_inset
31803
31804  par rapport à la ligne de base.
31805 \end_layout
31806
31807 \begin_layout Standard
31808 La commande 
31809 \series bold
31810
31811 \backslash
31812 reflectbox{contenu de la boîte} 
31813 \series default
31814 existe aussi et est équivalente à
31815 \series bold
31816  
31817 \backslash
31818 scalebox{-1}[1]{contenu de la boîte}.
31819
31820 \series default
31821  
31822 \begin_inset Newline newline
31823 \end_inset
31824
31825
31826 \end_layout
31827
31828 \begin_layout Standard
31829 \begin_inset VSpace bigskip
31830 \end_inset
31831
31832 La commande 
31833 \series bold
31834
31835 \backslash
31836 resizebox
31837 \series default
31838  est utilisée pour redimensionner une boîte à une largeur et une hauteur
31839  données.
31840  La syntaxe de la commande est :
31841 \end_layout
31842
31843 \begin_layout Standard
31844
31845 \series bold
31846
31847 \backslash
31848 resizebox{largeur}{hauteur}{contenu de la boîte}
31849 \end_layout
31850
31851 \begin_layout Standard
31852 Si un des deux paramètres est remplacé par un point d'exclamation 
31853 \series bold
31854 !
31855 \series default
31856 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
31857 \end_layout
31858
31859 \begin_layout Standard
31860 La commande 
31861 \series bold
31862
31863 \backslash
31864 resizebox{2cm}{1cm}{Bonjour}
31865 \series default
31866  produit : 
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872
31873 \backslash
31874 resizebox{2cm}{1cm}{
31875 \end_layout
31876
31877 \end_inset
31878
31879 Bonjour
31880 \begin_inset ERT
31881 status collapsed
31882
31883 \begin_layout Plain Layout
31884
31885 }
31886 \end_layout
31887
31888 \end_inset
31889
31890
31891 \begin_inset Newline newline
31892 \end_inset
31893
31894 La commande 
31895 \series bold
31896
31897 \backslash
31898 resizebox{2cm}{!}{Bonjour}
31899 \series default
31900  produit : 
31901 \begin_inset ERT
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905
31906
31907 \backslash
31908 resizebox{2cm}{!}{
31909 \end_layout
31910
31911 \end_inset
31912
31913 Bonjour
31914 \begin_inset ERT
31915 status collapsed
31916
31917 \begin_layout Plain Layout
31918
31919 }
31920 \end_layout
31921
31922 \end_inset
31923
31924
31925 \end_layout
31926
31927 \begin_layout Standard
31928 \begin_inset VSpace bigskip
31929 \end_inset
31930
31931
31932 \end_layout
31933
31934 \begin_layout Standard
31935 \begin_inset Note Greyedout
31936 status open
31937
31938 \begin_layout Plain Layout
31939
31940 \series bold
31941 Note:
31942 \series default
31943  Quand les paramètres des commandes 
31944 \series bold
31945
31946 \backslash
31947 scalebox
31948 \series default
31949  ou 
31950 \series bold
31951
31952 \backslash
31953 resizebox
31954 \series default
31955  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
31956  document, mais le document exporté peut ne pas s'afficher ou s'afficher
31957  partiellement.
31958 \end_layout
31959
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \begin_layout Standard
31966 \begin_inset VSpace bigskip
31967 \end_inset
31968
31969
31970 \end_layout
31971
31972 \begin_layout Standard
31973 Les boîtes peuvent être combinée dans n'importe quel ordre.
31974  Par exemple, la commande 
31975 \begin_inset Newline newline
31976 \end_inset
31977
31978
31979 \series bold
31980
31981 \backslash
31982 rotatebox[origin=c]{-45}{
31983 \backslash
31984 resizebox{2cm}{!}{
31985 \backslash
31986 reflectbox{Bonjour}}}
31987 \begin_inset Newline newline
31988 \end_inset
31989
31990
31991 \series default
31992 produit :
31993 \end_layout
31994
31995 \begin_layout Standard
31996 \align center
31997 \begin_inset ERT
31998 status collapsed
31999
32000 \begin_layout Plain Layout
32001
32002
32003 \backslash
32004 rotatebox[origin=c]{-45}{
32005 \backslash
32006 resizebox{2cm}{!}{
32007 \backslash
32008 reflectbox{
32009 \end_layout
32010
32011 \end_inset
32012
32013 Bonjour
32014 \begin_inset ERT
32015 status collapsed
32016
32017 \begin_layout Plain Layout
32018
32019 }}}
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \begin_layout Standard
32028 \noindent
32029 Les images, les tableaux et les formules sont autorisées comme contenu de
32030  boîte :
32031 \end_layout
32032
32033 \begin_layout Standard
32034 \align center
32035 \begin_inset ERT
32036 status collapsed
32037
32038 \begin_layout Plain Layout
32039
32040
32041 \backslash
32042 rotatebox[origin=c]{-30}{
32043 \backslash
32044 resizebox{2cm}{!}{
32045 \backslash
32046 reflectbox{
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \begin_inset Graphics
32053         filename ../clipart/platypus.eps
32054         lyxscale 50
32055         width 25col%
32056
32057 \end_inset
32058
32059
32060 \begin_inset ERT
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064
32065 }}}
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \begin_inset ERT
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075
32076
32077 \backslash
32078 rotatebox[origin=c]{-45}{
32079 \backslash
32080 resizebox{2cm}{!}{
32081 \backslash
32082 reflectbox{
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \begin_inset Tabular
32089 <lyxtabular version="3" rows="2" columns="2">
32090 <features>
32091 <column alignment="center" valignment="top" width="0">
32092 <column alignment="center" valignment="top" width="0">
32093 <row>
32094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32095 \begin_inset Text
32096
32097 \begin_layout Plain Layout
32098 q
32099 \end_layout
32100
32101 \end_inset
32102 </cell>
32103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32104 \begin_inset Text
32105
32106 \begin_layout Plain Layout
32107 w
32108 \end_layout
32109
32110 \end_inset
32111 </cell>
32112 </row>
32113 <row>
32114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32115 \begin_inset Text
32116
32117 \begin_layout Plain Layout
32118 e
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32124 \begin_inset Text
32125
32126 \begin_layout Plain Layout
32127 r
32128 \end_layout
32129
32130 \end_inset
32131 </cell>
32132 </row>
32133 </lyxtabular>
32134
32135 \end_inset
32136
32137
32138 \begin_inset ERT
32139 status collapsed
32140
32141 \begin_layout Plain Layout
32142
32143 }}}
32144 \end_layout
32145
32146 \end_inset
32147
32148
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154
32155 \backslash
32156 rotatebox[origin=c]{-45}{
32157 \backslash
32158 resizebox{2cm}{!}{
32159 \backslash
32160 reflectbox{
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32167 \end_inset
32168
32169
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175 }}}
32176 \end_layout
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 Quand on utilise le style global de formule 
32185 \series bold
32186 fleqn
32187 \series default
32188  dans le document
32189 \begin_inset Foot
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193 Quand 
32194 \begin_inset Quotes eld
32195 \end_inset
32196
32197 fleqn
32198 \begin_inset Quotes erd
32199 \end_inset
32200
32201  est ajouté aux options de la classe de document.
32202 \end_layout
32203
32204 \end_inset
32205
32206 , les formules hors texte peuvent aussi être redimensionnées.
32207 \end_layout
32208
32209 \begin_layout Chapter
32210 Trucs Externes
32211 \begin_inset Index
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215 Trucs externes
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Standard
32224 Avec le menu 
32225 \family sans
32226 Insérer\SpecialChar \menuseparator
32227 Fichier
32228 \family default
32229  vous pouvez insérer un contenu externe à votre document.
32230  Ce contenu peut être :
32231 \end_layout
32232
32233 \begin_layout Description
32234 Document
32235 \begin_inset space ~
32236 \end_inset
32237
32238 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32239  document.
32240 \end_layout
32241
32242 \begin_layout Description
32243 Texte
32244 \begin_inset space ~
32245 \end_inset
32246
32247 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32248 e.
32249 \end_layout
32250
32251 \begin_layout Description
32252 Texte
32253 \begin_inset space ~
32254 \end_inset
32255
32256 Brut
32257 \begin_inset space ~
32258 \end_inset
32259
32260 par
32261 \begin_inset space ~
32262 \end_inset
32263
32264 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32265  Les lignes vides créent un nouveau paragraphe dans votre document.
32266 \end_layout
32267
32268 \begin_layout Description
32269 Objet
32270 \begin_inset space ~
32271 \end_inset
32272
32273 Externe Fichiers de formats variés.
32274 \end_layout
32275
32276 \begin_layout Description
32277 Sous-document Documents LyX ou LaTeX.
32278 \end_layout
32279
32280 \begin_layout Section
32281 Objets Externes 
32282 \begin_inset Index
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286 Trucs externes ! Objets Externes
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \begin_layout Standard
32295 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32296  de fichiers dans votre document sans avoir à convertir ces derniers en
32297  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32298  qui va s'occuper des conversions.
32299  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32300  LyX des images dans des formats divers.
32301  Quand vous avez activé 
32302 \family sans
32303 Aperçu
32304 \begin_inset space ~
32305 \end_inset
32306
32307 sur
32308 \begin_inset space ~
32309 \end_inset
32310
32311 le
32312 \begin_inset space ~
32313 \end_inset
32314
32315 vif
32316 \family default
32317  dans le menu des préférences de LyX, dans la rubrique 
32318 \family sans
32319 Apparence\SpecialChar \menuseparator
32320 Graphiques
32321 \family default
32322 , les objets externes de type Dia et Xfig sont affichés directement dans
32323  LyX.
32324 \end_layout
32325
32326 \begin_layout Standard
32327 On insère des objets externes en utilisant la fenêtre de dialogue 
32328 \family sans
32329 Objet
32330 \begin_inset space ~
32331 \end_inset
32332
32333 Externe
32334 \family default
32335  qui est accessible via le menu 
32336 \family sans
32337 Insérer\SpecialChar \menuseparator
32338 Fichiers\SpecialChar \menuseparator
32339 Objet
32340 \begin_inset space ~
32341 \end_inset
32342
32343 Externe
32344 \family default
32345 .
32346  Actuellement les types de fichiers (
32347 \family sans
32348 Modèles
32349 \family default
32350 ) suivants sont autorisés :
32351 \end_layout
32352
32353 \begin_layout Description
32354 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32355  par le programme 
32356 \series bold
32357
32358 \begin_inset CommandInset href
32359 LatexCommand href
32360 name "XBoard"
32361 target "http://en.wikipedia.org/wiki/XBoard"
32362
32363 \end_inset
32364
32365
32366 \series default
32367 .
32368 \end_layout
32369
32370 \begin_layout Description
32371 Date Ce modèle insère la date sous la forme 
32372 \emph on
32373 Jour-Mois-Année
32374 \emph default
32375 .
32376  Voici un exemple de date insérée comme objet externe :: 
32377 \begin_inset External
32378         template Date
32379         filename .
32380
32381 \end_inset
32382
32383
32384 \begin_inset space ~
32385 \end_inset
32386
32387
32388 \begin_inset Note Note
32389 status open
32390
32391 \begin_layout Plain Layout
32392 Retirer l'espace prot
32393 \begin_inset Quotes frd
32394 \end_inset
32395
32396 gé quand le bug 4398 sera résolu !
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \begin_inset Newline newline
32403 \end_inset
32404
32405 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32406  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32407 \family sans
32408 Insérer\SpecialChar \menuseparator
32409 Date
32410 \family default
32411  et avec la commande LaTeX 
32412 \series bold
32413
32414 \backslash
32415 today
32416 \series default
32417  entrée comme code TeX.
32418  Ces différentes méthodes sont comparée dans le tableau
32419 \begin_inset space ~
32420 \end_inset
32421
32422
32423 \begin_inset CommandInset ref
32424 LatexCommand ref
32425 reference "tab:Comparaison-des-dates"
32426
32427 \end_inset
32428
32429 .
32430 \end_layout
32431
32432 \begin_layout Description
32433 Dia Ce modèle accepte les diagrammes créés avec le programme 
32434 \series bold
32435
32436 \begin_inset CommandInset href
32437 LatexCommand href
32438 name "Dia"
32439 target "http://en.wikipedia.org/wiki/Dia_(software)"
32440
32441 \end_inset
32442
32443
32444 \series default
32445 .
32446 \end_layout
32447
32448 \begin_layout Description
32449 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32450  par le programme 
32451 \series bold
32452
32453 \begin_inset CommandInset href
32454 LatexCommand href
32455 name "LilyPond"
32456 target "http://en.wikipedia.org/wiki/LilyPond"
32457
32458 \end_inset
32459
32460
32461 \series default
32462 .
32463 \end_layout
32464
32465 \begin_layout Description
32466 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32467  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32468  
32469 \emph on
32470 pages
32471 \emph default
32472  dans le champ 
32473 \family sans
32474 Option
32475 \family default
32476  dans l'onglet 
32477 \family sans
32478 Options LaTeX et LyX
32479 \family default
32480  en suivant les instructions données pour le modèle.
32481  Si on ne donne pas d'option 
32482 \emph on
32483 pages
32484 \emph default
32485 , seule la première page du PDF sera insérée.
32486 \end_layout
32487
32488 \begin_layout Description
32489 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32490  À peu près tous les formats d'images populaires sont acceptés.
32491  Les images peuvent être traitées dans la fenêtre de dialogue 
32492 \family sans
32493 Objet
32494 \begin_inset space ~
32495 \end_inset
32496
32497 Externe
32498 \family default
32499  comme les images qui sont habituellement incorporées en utilisant le menu
32500  
32501 \family sans
32502 Insérer\SpecialChar \menuseparator
32503 Graphique
32504 \family default
32505 , comme c'est décrit dans la section
32506 \begin_inset space ~
32507 \end_inset
32508
32509
32510 \begin_inset CommandInset ref
32511 LatexCommand ref
32512 reference "sec:Graphics-Dialog"
32513
32514 \end_inset
32515
32516 .
32517  La différence est que seules les images matricielles sont autorisées, ce
32518  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32519 \end_layout
32520
32521 \begin_layout Description
32522 XFig Ce modèle accepte les images créées avec le programme 
32523 \series bold
32524
32525 \begin_inset CommandInset href
32526 LatexCommand href
32527 name "Xfig"
32528 target "http://en.wikipedia.org/wiki/Xfig"
32529
32530 \end_inset
32531
32532
32533 \series default
32534 .
32535 \end_layout
32536
32537 \begin_layout Standard
32538 \begin_inset Float table
32539 placement h
32540 wide false
32541 sideways false
32542 status open
32543
32544 \begin_layout Plain Layout
32545 \begin_inset Caption
32546
32547 \begin_layout Plain Layout
32548 \begin_inset CommandInset label
32549 LatexCommand label
32550 name "tab:Comparaison-des-dates"
32551
32552 \end_inset
32553
32554 Comparaison des méthodes d'insertion de la date.
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Plain Layout
32563 \align center
32564 \begin_inset Tabular
32565 <lyxtabular version="3" rows="4" columns="4">
32566 <features>
32567 <column alignment="center" valignment="top" width="0">
32568 <column alignment="center" valignment="top" width="0">
32569 <column alignment="center" valignment="top" width="0">
32570 <column alignment="center" valignment="top" width="0">
32571 <row>
32572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Plain Layout
32576 Format du document
32577 \end_layout
32578
32579 \end_inset
32580 </cell>
32581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585
32586 \family sans
32587 Objet
32588 \begin_inset space ~
32589 \end_inset
32590
32591 Externe\SpecialChar \menuseparator
32592 Date
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32598 \begin_inset Text
32599
32600 \begin_layout Plain Layout
32601
32602 \family sans
32603 Insérer\SpecialChar \menuseparator
32604 Date
32605 \end_layout
32606
32607 \end_inset
32608 </cell>
32609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32610 \begin_inset Text
32611
32612 \begin_layout Plain Layout
32613 commande 
32614 \series bold
32615
32616 \backslash
32617 today
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 </row>
32623 <row>
32624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32625 \begin_inset Text
32626
32627 \begin_layout Plain Layout
32628 LyX
32629 \end_layout
32630
32631 \end_inset
32632 </cell>
32633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32634 \begin_inset Text
32635
32636 \begin_layout Plain Layout
32637 comme boîte d'insert
32638 \end_layout
32639
32640 \end_inset
32641 </cell>
32642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32643 \begin_inset Text
32644
32645 \begin_layout Plain Layout
32646 comme date
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32652 \begin_inset Text
32653
32654 \begin_layout Plain Layout
32655 comme boîte de code TeX
32656 \end_layout
32657
32658 \end_inset
32659 </cell>
32660 </row>
32661 <row>
32662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32663 \begin_inset Text
32664
32665 \begin_layout Plain Layout
32666 LaTeX
32667 \end_layout
32668
32669 \end_inset
32670 </cell>
32671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32672 \begin_inset Text
32673
32674 \begin_layout Plain Layout
32675 comme date
32676 \end_layout
32677
32678 \end_inset
32679 </cell>
32680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32681 \begin_inset Text
32682
32683 \begin_layout Plain Layout
32684 comme date
32685 \end_layout
32686
32687 \end_inset
32688 </cell>
32689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32690 \begin_inset Text
32691
32692 \begin_layout Plain Layout
32693 comme commande
32694 \end_layout
32695
32696 \end_inset
32697 </cell>
32698 </row>
32699 <row>
32700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32701 \begin_inset Text
32702
32703 \begin_layout Plain Layout
32704 DVI, PDF, PS
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32710 \begin_inset Text
32711
32712 \begin_layout Plain Layout
32713 comme date
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32719 \begin_inset Text
32720
32721 \begin_layout Plain Layout
32722 comme date
32723 \end_layout
32724
32725 \end_inset
32726 </cell>
32727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32728 \begin_inset Text
32729
32730 \begin_layout Plain Layout
32731 comme date date
32732 \end_layout
32733
32734 \end_inset
32735 </cell>
32736 </row>
32737 </lyxtabular>
32738
32739 \end_inset
32740
32741
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750 Quand vous activez l'option 
32751 \family sans
32752 Brouillon
32753 \family default
32754  de l'onglet 
32755 \family sans
32756 Fichier
32757 \family default
32758  de la fenêtre de dialogue 
32759 \family sans
32760 Objet
32761 \begin_inset space ~
32762 \end_inset
32763
32764 Externe
32765 \family default
32766 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
32767 \begin_inset Newline newline
32768 \end_inset
32769
32770 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
32771  : 
32772 \begin_inset Graphics
32773         filename ../clipart/ExternalMaterialQt4.png
32774         scale 85
32775         scaleBeforeRotation
32776
32777 \end_inset
32778
32779  soit comme une image, selon que vous avez ou non activé l'option 
32780 \family sans
32781 Afficher
32782 \begin_inset space ~
32783 \end_inset
32784
32785 dans
32786 \begin_inset space ~
32787 \end_inset
32788
32789 LyX
32790 \family default
32791  de l'onglet 
32792 \family sans
32793 Options LaTeX et LyX
32794 \family default
32795  de la fenêtre de dialogue.
32796 \end_layout
32797
32798 \begin_layout Standard
32799 Le manuel 
32800 \family sans
32801 \emph on
32802 Personnalisation
32803 \family default
32804 \emph default
32805  explique comment vous pouvez créer vos propres modèles.
32806 \end_layout
32807
32808 \begin_layout Section
32809 Sous-documents
32810 \begin_inset CommandInset label
32811 LatexCommand label
32812 name "sec:Sous-documents"
32813
32814 \end_inset
32815
32816
32817 \begin_inset Index
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 Trucs externes ! Sous-documents
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \begin_inset Index
32828 status collapsed
32829
32830 \begin_layout Plain Layout
32831 Fichiers ! Insérer
32832 \end_layout
32833
32834 \end_inset
32835
32836
32837 \end_layout
32838
32839 \begin_layout Standard
32840 Les sous-documents sont utilisés quand on a un document très long qui peut
32841  être décomposé en plusieurs parties ou sections plus petites.
32842  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
32843  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
32844  Les différents documents sont ce que l'on appelle les sous-documents et
32845  un document maître les relie pour imprimer le document complet ou seulement
32846  une partie de celui-ci.
32847  Un sous-document hérite du contenu de son maître, par exemple le préambule
32848  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
32849 \end_layout
32850
32851 \begin_layout Standard
32852 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
32853  comme celle-ci : 
32854 \begin_inset Graphics
32855         filename clipart/ChildDocumentQt4.png
32856         lyxscale 70
32857         scale 60
32858         scaleBeforeRotation
32859
32860 \end_inset
32861
32862  Pour inclure des sous-documents dans un document maître , on utilise le
32863  menu 
32864 \family sans
32865 Insérer\SpecialChar \menuseparator
32866 Fichier\SpecialChar \menuseparator
32867 Sous-document
32868 \family default
32869 .
32870  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
32871  des quatre méthodes d'inclusion :
32872 \end_layout
32873
32874 \begin_layout Description
32875 Inclus
32876 \begin_inset space ~
32877 \end_inset
32878
32879 (include) Vous pouvez inclure des documents LyX et LaTeX.
32880  Quand vous cliquez sur le bouton 
32881 \family sans
32882 Charger
32883 \family default
32884  dans la fenêtre de dialogue 
32885 \family sans
32886 Sous-document
32887 \family default
32888 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
32889  vous puissiez le modifier.
32890 \begin_inset Newline newline
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \begin_layout Standard
32897 Voici un sous-document inséré avec la méthode 
32898 \family sans
32899 Inclus
32900 \family default
32901  : 
32902 \begin_inset CommandInset include
32903 LatexCommand include
32904 filename "DocumentBidon1.lyx"
32905
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \begin_layout Standard
32912 La numérotation des sections va prendre en compte les sections des fichiers
32913  incorporés dans l'ordre où ils sont insérés dans le document maître.
32914  Le document qui est inclus comme exemple possède une sous-section qui sera
32915  numérotée comme sous-section de la section actuelle.
32916  Les étiquettes présentes dans le fichier inclus peuvent être référencées
32917  : la sous-section
32918 \begin_inset space ~
32919 \end_inset
32920
32921
32922 \begin_inset CommandInset ref
32923 LatexCommand ref
32924 reference "sub:Sous-section-externe-1"
32925
32926 \end_inset
32927
32928  est dans le fichier inclus.
32929 \end_layout
32930
32931 \begin_layout Standard
32932 Le préambule du sous-document est tout simplement ignoré, seul le préambule
32933  du document maître est utilisé.
32934  Les branches présentes dans le sous-document seront ignorées par le document
32935  maître tant que le document maître possède une branche avec le même nom.
32936  Les documents inclus sont insérés en commençant une nouvelle page et sont
32937  suivis par un saut de page.
32938 \end_layout
32939
32940 \begin_layout Standard
32941
32942 \lang english
32943 In case you are only working on a certain chapter of a large document and
32944  want to save compiling time, you can put each included file into a branch.
32945 \begin_inset Foot
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949
32950 \lang english
32951 Branches are described in section 
32952 \emph on
32953 Branches
32954 \emph default
32955  of the LyX 
32956 \emph on
32957 Userguide
32958 \emph default
32959 .
32960 \end_layout
32961
32962 \end_inset
32963
32964  By enabling/disabling branches you can decide what included files will
32965  appear in the output.
32966 \end_layout
32967
32968 \begin_layout Standard
32969 \begin_inset Note Greyedout
32970 status open
32971
32972 \begin_layout Plain Layout
32973
32974 \series bold
32975 \lang english
32976 Note:
32977 \series default
32978  Due to a bug in LyX the LaTeX command 
32979 \series bold
32980
32981 \backslash
32982 includeonly
32983 \series default
32984  can currently not be used as alternative to decide what files should be
32985  included.
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 \begin_inset Note Greyedout
32995 status open
32996
32997 \begin_layout Plain Layout
32998
32999 \series bold
33000 Note:
33001 \series default
33002  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33003  une classe de document différente de celle du document maître, vous recevez
33004  un avertissement quand vous tentez un visionnement ou une exportation,
33005  vu que cela peut produire des résultats inattendus sur la sortie imprimée.
33006 \end_layout
33007
33008 \end_inset
33009
33010
33011 \end_layout
33012
33013 \begin_layout Description
33014 Incorporé
33015 \begin_inset space ~
33016 \end_inset
33017
33018 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33019  sont :
33020 \end_layout
33021
33022 \begin_deeper
33023 \begin_layout Itemize
33024 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33025  par un saut de page.
33026 \end_layout
33027
33028 \begin_layout Itemize
33029 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33030  
33031 \family sans
33032 Aperçu
33033 \begin_inset space ~
33034 \end_inset
33035
33036 sur
33037 \begin_inset space ~
33038 \end_inset
33039
33040 le
33041 \begin_inset space ~
33042 \end_inset
33043
33044 vif
33045 \family default
33046  est activée dans les préférences dans la rubrique 
33047 \family sans
33048 Apparence\SpecialChar \menuseparator
33049 Graphique
33050 \family default
33051 .
33052 \end_layout
33053
33054 \begin_layout Itemize
33055 La commande LaTeX 
33056 \series bold
33057
33058 \backslash
33059 includeonly
33060 \series default
33061  ne peut pas être utilisée.
33062 \end_layout
33063
33064 \end_deeper
33065 \begin_layout Standard
33066 Voici un sous document inséré en utilisant la méthode 
33067 \family sans
33068 Incorporé
33069 \family default
33070  : 
33071 \begin_inset CommandInset include
33072 LatexCommand input
33073 preview true
33074 filename "DocumentBidon2.lyx"
33075
33076 \end_inset
33077
33078
33079 \end_layout
33080
33081 \begin_layout Description
33082 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33083  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33084  sous forme de code source et aucune des commandes éventuellement présentes
33085  ne sera exécutée.
33086  Vous pouvez utiliser l'option 
33087 \family sans
33088 Marquer
33089 \begin_inset space ~
33090 \end_inset
33091
33092 les
33093 \begin_inset space ~
33094 \end_inset
33095
33096 espaces
33097 \family default
33098  qui matérialise chaque espace présente dans le code source par un caractère
33099  
33100 \begin_inset Quotes eld
33101 \end_inset
33102
33103
33104 \begin_inset ERT
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108
33109
33110 \backslash
33111 textvisiblespace 
33112 \end_layout
33113
33114 \end_inset
33115
33116
33117 \begin_inset Quotes erd
33118 \end_inset
33119
33120  .
33121  La différence avec la méthode qui consiste à utiliser le menu 
33122 \family sans
33123 Insérer\SpecialChar \menuseparator
33124 Fichier\SpecialChar \menuseparator
33125 Texte
33126 \begin_inset space ~
33127 \end_inset
33128
33129 brut
33130 \family default
33131  est que le contenu du document n'apparaît pas dans LyX.
33132 \end_layout
33133
33134 \begin_layout Standard
33135 Voici un sous-document inclus en utilisant la méthode 
33136 \family sans
33137 verbatim
33138 \family default
33139  : 
33140 \begin_inset CommandInset include
33141 LatexCommand verbatiminput
33142 filename "DocumentTexteBidon.txt"
33143
33144 \end_inset
33145
33146
33147 \begin_inset VSpace bigskip
33148 \end_inset
33149
33150 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33151  l'option 
33152 \family sans
33153 Marquer
33154 \begin_inset space ~
33155 \end_inset
33156
33157 les
33158 \begin_inset space ~
33159 \end_inset
33160
33161 espaces :
33162 \family default
33163  
33164 \begin_inset CommandInset include
33165 LatexCommand verbatiminput*
33166 filename "DocumentTexteBidon.txt"
33167
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Standard
33174 \begin_inset VSpace bigskip
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \begin_layout Standard
33181 \begin_inset Note Greyedout
33182 status open
33183
33184 \begin_layout Plain Layout
33185
33186 \series bold
33187 Note:
33188 \series default
33189  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33190  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33191 \end_layout
33192
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \begin_layout Description
33199 Listings Ce type d'inclusion est décrit dans le chapitre
33200 \begin_inset space ~
33201 \end_inset
33202
33203
33204 \begin_inset CommandInset ref
33205 LatexCommand ref
33206 reference "cha:Program-Code-Listings"
33207
33208 \end_inset
33209
33210 .
33211 \end_layout
33212
33213 \begin_layout Standard
33214 \begin_inset Note Greyedout
33215 status open
33216
33217 \begin_layout Plain Layout
33218
33219 \series bold
33220 Note:
33221 \series default
33222  Inclure le même document deux fois dans un même document peut poser des
33223  problèmes avec LaTeX.
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \begin_layout Chapter
33232 Listings de Code Source
33233 \begin_inset CommandInset label
33234 LatexCommand label
33235 name "cha:Program-Code-Listings"
33236
33237 \end_inset
33238
33239
33240 \begin_inset Index
33241 status collapsed
33242
33243 \begin_layout Plain Layout
33244 Listings
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \begin_inset Index
33251 status collapsed
33252
33253 \begin_layout Plain Layout
33254 Code Source
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \begin_inset Index
33261 status collapsed
33262
33263 \begin_layout Plain Layout
33264 Flottants ! Listings
33265 \end_layout
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \begin_layout Standard
33273 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33274  un insert 
33275 \family sans
33276 Listings
33277 \family default
33278  qui peut être créé grâce au menu 
33279 \family sans
33280 Insérer
33281 \family default
33282 \SpecialChar \menuseparator
33283
33284 \family sans
33285 Listing
33286 \begin_inset space ~
33287 \end_inset
33288
33289 de
33290 \begin_inset space ~
33291 \end_inset
33292
33293 Code
33294 \begin_inset space ~
33295 \end_inset
33296
33297 Source
33298 \family default
33299 .
33300  Le paquetage LaTeX 
33301 \series bold
33302 listings
33303 \series default
33304
33305 \begin_inset Index
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309 Paquetages LaTeX ! listings
33310 \end_layout
33311
33312 \end_inset
33313
33314  fournit un moyen puissant et flexible d'insérer des listings de code source
33315  dans votre document.
33316  
33317 \end_layout
33318
33319 \begin_layout Standard
33320 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33321  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33322 \end_layout
33323
33324 \begin_layout Standard
33325 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33326  imprimée.
33327  L'option d'emplacement 
33328 \family sans
33329 Listing
33330 \begin_inset space ~
33331 \end_inset
33332
33333 en
33334 \begin_inset space ~
33335 \end_inset
33336
33337 Ligne
33338 \family default
33339  imprime le listing dans la ligne comme ceci : 
33340 \begin_inset listings
33341 lstparams "language={C++}"
33342 inline true
33343 status open
33344
33345 \begin_layout Plain Layout
33346
33347 int a=5;
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \begin_inset Newline newline
33354 \end_inset
33355
33356 L'option 
33357 \family sans
33358 Flottant
33359 \family default
33360  crée un flottant de listing pour lequel vous pouvez préciser les options
33361  classiques d'emplacement : 
33362 \begin_inset Quotes eld
33363 \end_inset
33364
33365
33366 \family sans
33367 h
33368 \family default
33369
33370 \begin_inset Quotes erd
33371 \end_inset
33372
33373
33374 \begin_inset Quotes eld
33375 \end_inset
33376
33377
33378 \family sans
33379 t
33380 \family default
33381
33382 \begin_inset Quotes erd
33383 \end_inset
33384
33385
33386 \begin_inset Quotes eld
33387 \end_inset
33388
33389
33390 \family sans
33391 b
33392 \family default
33393
33394 \begin_inset Quotes erd
33395 \end_inset
33396
33397 , et 
33398 \begin_inset Quotes eld
33399 \end_inset
33400
33401
33402 \family sans
33403 p
33404 \family default
33405
33406 \begin_inset Quotes erd
33407 \end_inset
33408
33409  correspondant aux emplacement décrits dans la section
33410 \begin_inset space ~
33411 \end_inset
33412
33413
33414 \begin_inset CommandInset ref
33415 LatexCommand ref
33416 reference "sec:Placement-flottants"
33417
33418 \end_inset
33419
33420 .
33421  Les options de positionnement peuvent être mélangées et doivent être saisies
33422  sans séparation, par exemple, on peut taper 
33423 \begin_inset Quotes eld
33424 \end_inset
33425
33426
33427 \family sans
33428 htbp
33429 \family default
33430
33431 \begin_inset Quotes erd
33432 \end_inset
33433
33434 .
33435  L' option 
33436 \begin_inset Quotes eld
33437 \end_inset
33438
33439 h
33440 \begin_inset Quotes erd
33441 \end_inset
33442
33443  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33444  
33445 \family sans
33446 Flottant
33447 \family default
33448  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33449  légende et être référencés.
33450 \end_layout
33451
33452 \begin_layout Standard
33453 Vous pouvez ajouter une légende à un listing avec le menu 
33454 \family sans
33455 Insérer\SpecialChar \menuseparator
33456 Légende
33457 \family default
33458 .
33459  On peut référencer les listings de la même façon que les flottants :Voir
33460  le listing
33461 \begin_inset space ~
33462 \end_inset
33463
33464
33465 \begin_inset CommandInset ref
33466 LatexCommand ref
33467 reference "lst:Listing-exemple"
33468
33469 \end_inset
33470
33471
33472 \end_layout
33473
33474 \begin_layout Standard
33475 \begin_inset listings
33476 lstparams "language=Python"
33477 inline false
33478 status open
33479
33480 \begin_layout Plain Layout
33481
33482 \begin_inset Caption
33483
33484 \begin_layout Plain Layout
33485 \begin_inset CommandInset label
33486 LatexCommand label
33487 name "lst:Listing-exemple"
33488
33489 \end_inset
33490
33491 Exemple de listing flottant
33492 \end_layout
33493
33494 \end_inset
33495
33496 # Exemple de listing flottant
33497 \end_layout
33498
33499 \begin_layout Plain Layout
33500
33501 def func(param):
33502 \end_layout
33503
33504 \begin_layout Plain Layout
33505
33506     'ceci est une fonction python'
33507 \end_layout
33508
33509 \begin_layout Plain Layout
33510
33511     pass
33512 \end_layout
33513
33514 \end_inset
33515
33516
33517 \end_layout
33518
33519 \begin_layout Standard
33520 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
33521  de listing, les mots-clés de ce langage seront reconnus et mis en forme
33522  de manière particulière dans la sortie imprimée.
33523  Dans l'exemple de listing, le mot clé Python 
33524 \begin_inset Quotes eld
33525 \end_inset
33526
33527 def
33528 \begin_inset Quotes erd
33529 \end_inset
33530
33531  est reconnu et imprimé en caractères gras dans la sortie.
33532 \end_layout
33533
33534 \begin_layout Standard
33535 \begin_inset Note Greyedout
33536 status open
33537
33538 \begin_layout Plain Layout
33539
33540 \series bold
33541 Note:
33542 \series default
33543  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
33544  une police de caractères à 
33545 \family typewriter
33546 chasse fixe
33547 \family default
33548 , c'est que votre police ne contient probablement pas de série grasse.
33549  Dans ce cas choisissez une police différente dans le menu 
33550 \family sans
33551 Document\SpecialChar \menuseparator
33552 Paramètres\SpecialChar \menuseparator
33553 Polices
33554 \family default
33555 .
33556  (Les polices 
33557 \emph on
33558 LuxiMono, BeraMono
33559 \emph default
33560  et 
33561 \emph on
33562 Courier
33563 \emph default
33564  contiennent une série grasse.)
33565 \end_layout
33566
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \begin_layout Standard
33573 Dans la rubrique 
33574 \family sans
33575 Numérotation
33576 \begin_inset space ~
33577 \end_inset
33578
33579 des
33580 \begin_inset space ~
33581 \end_inset
33582
33583 Lignes
33584 \family default
33585  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
33586 n des lignes.
33587  Vous pouvez mettre un nombre dans le champ 
33588 \family sans
33589 Pas
33590 \family default
33591  pour désigner les lignes qui seront numérotées.
33592  Par exemple, si vous mettez 
33593 \begin_inset Quotes eld
33594 \end_inset
33595
33596 3
33597 \begin_inset Quotes erd
33598 \end_inset
33599
33600 , seule une ligne sur trois sera numérotée.
33601 \end_layout
33602
33603 \begin_layout Standard
33604 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
33605  apparaîtront dans la sortie.
33606  Vous devez utiliser l'option 
33607 \family sans
33608 Table
33609 \begin_inset space ~
33610 \end_inset
33611
33612 de
33613 \begin_inset space ~
33614 \end_inset
33615
33616 Caractères
33617 \begin_inset space ~
33618 \end_inset
33619
33620 Étendue
33621 \family default
33622  quand vous employez des caractères spécifiques à une langue donnée comme
33623  les umlauts Allemands dans votre listing.
33624 \begin_inset Newline newline
33625 \end_inset
33626
33627 Voici un exemple de listing avec la numérotation des lignes à gauche par
33628  pas de 3, en langage Python, avec les options 
33629 \begin_inset Quotes eld
33630 \end_inset
33631
33632 Table
33633 \begin_inset space ~
33634 \end_inset
33635
33636 de
33637 \begin_inset space ~
33638 \end_inset
33639
33640 caractères
33641 \begin_inset space ~
33642 \end_inset
33643
33644 étendue
33645 \begin_inset Quotes erd
33646 \end_inset
33647
33648  et 
33649 \begin_inset Quotes eld
33650 \end_inset
33651
33652 Espace
33653 \begin_inset space ~
33654 \end_inset
33655
33656 représenté
33657 \begin_inset space ~
33658 \end_inset
33659
33660 par
33661 \begin_inset space ~
33662 \end_inset
33663
33664 un
33665 \begin_inset space ~
33666 \end_inset
33667
33668 symbole
33669 \begin_inset Quotes erd
33670 \end_inset
33671
33672 , l'intervalle de ligne étant 3
33673 \begin_inset space \thinspace{}
33674 \end_inset
33675
33676 -
33677 \begin_inset space \thinspace{}
33678 \end_inset
33679
33680 8:
33681 \end_layout
33682
33683 \begin_layout Standard
33684 \begin_inset listings
33685 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33686 inline false
33687 status open
33688
33689 \begin_layout Plain Layout
33690
33691 def func(param):
33692 \end_layout
33693
33694 \begin_layout Plain Layout
33695
33696     'ceci est une fonction Python'
33697 \end_layout
33698
33699 \begin_layout Plain Layout
33700
33701     pass
33702 \end_layout
33703
33704 \begin_layout Plain Layout
33705
33706 def func(param):
33707 \end_layout
33708
33709 \begin_layout Plain Layout
33710
33711 'Ça, c'est un mot Allemand : Tschüß'
33712 \end_layout
33713
33714 \begin_layout Plain Layout
33715
33716 pass
33717 \end_layout
33718
33719 \begin_layout Plain Layout
33720
33721 def func(param):
33722 \end_layout
33723
33724 \begin_layout Plain Layout
33725
33726 'ceci est une fonction Python'
33727 \end_layout
33728
33729 \begin_layout Plain Layout
33730
33731 pass
33732 \end_layout
33733
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \begin_layout Standard
33740 \begin_inset Note Greyedout
33741 status open
33742
33743 \begin_layout Plain Layout
33744
33745 \series bold
33746 Note:
33747 \series default
33748  À cause d'un bug dans le paquetage 
33749 \series bold
33750 listings
33751 \series default
33752  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
33753  listing.
33754  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
33755  les lignes 3 et 6.
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Standard
33764 \begin_inset VSpace bigskip
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \begin_layout Standard
33771 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
33772  listing.
33773  Pour le faire, il suffit d'utiliser le menu 
33774 \family sans
33775 Insérer\SpecialChar \menuseparator
33776 Fichier\SpecialChar \menuseparator
33777 Sous-document
33778 \family default
33779  et de choisir le type 
33780 \family sans
33781 Listing
33782 \family default
33783
33784 \begin_inset space ~
33785 \end_inset
33786
33787
33788 \family sans
33789 de
33790 \begin_inset space ~
33791 \end_inset
33792
33793 Code
33794 \begin_inset space ~
33795 \end_inset
33796
33797 source
33798 \family default
33799 .
33800 \begin_inset Foot
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804 Les autres types de sous-documents sont décrits dans la section
33805 \begin_inset space ~
33806 \end_inset
33807
33808
33809 \begin_inset CommandInset ref
33810 LatexCommand ref
33811 reference "sec:Sous-documents"
33812
33813 \end_inset
33814
33815 .
33816 \end_layout
33817
33818 \end_inset
33819
33820  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
33821  à utiliser pour le listing dans une zone de texte.
33822  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
33823  
33824 \begin_inset Quotes eld
33825 \end_inset
33826
33827 ?
33828 \begin_inset Quotes erd
33829 \end_inset
33830
33831  dans la zone de texte.
33832 \end_layout
33833
33834 \begin_layout Standard
33835 Pour faire référence à un sous-document de type listing, tapez une étiquette
33836  dans le champ correspondant de la fenêtre de dialogue.
33837  On peut alors faire référence à cette étiquette en utilisant le menu 
33838 \family sans
33839 Insérer\SpecialChar \menuseparator
33840 Référence
33841 \begin_inset space ~
33842 \end_inset
33843
33844 Croisée
33845 \family default
33846 .
33847 \end_layout
33848
33849 \begin_layout Standard
33850 Le listing
33851 \begin_inset space ~
33852 \end_inset
33853
33854
33855 \begin_inset CommandInset ref
33856 LatexCommand ref
33857 reference "lst:listing-fichier"
33858
33859 \end_inset
33860
33861  est une exemple de listing issu d'un fichier ; ici les lignes 10
33862 \begin_inset space \thinspace{}
33863 \end_inset
33864
33865 -
33866 \begin_inset space \thinspace{}
33867 \end_inset
33868
33869 15 de ce fichier LyX sont listées.
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset CommandInset include
33874 LatexCommand lstinputlisting
33875 filename "EmbeddedObjects.lyx"
33876 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
33877
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Standard
33884 \begin_inset VSpace bigskip
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
33892  de dialogue 
33893 \family sans
33894 Document\SpecialChar \menuseparator
33895 Paramètres\SpecialChar \menuseparator
33896 Format
33897 \begin_inset space ~
33898 \end_inset
33899
33900 du
33901 \begin_inset space ~
33902 \end_inset
33903
33904 Texte
33905 \family default
33906 .
33907  Pour avoir la liste des options disponibles, tapez un point d'interrogation
33908  
33909 \begin_inset Quotes eld
33910 \end_inset
33911
33912 ?
33913 \begin_inset Quotes erd
33914 \end_inset
33915
33916  dans le champ 
33917 \family sans
33918 Paramètres
33919 \begin_inset space ~
33920 \end_inset
33921
33922 du
33923 \begin_inset space ~
33924 \end_inset
33925
33926 Listing
33927 \family default
33928 .
33929 \end_layout
33930
33931 \begin_layout Standard
33932 Pour plus d'information sur le paquetage 
33933 \series bold
33934 listings
33935 \series default
33936 , nous vous renvoyons à sa documentation 
33937 \begin_inset CommandInset citation
33938 LatexCommand cite
33939 key "listings"
33940
33941 \end_inset
33942
33943 .
33944 \end_layout
33945
33946 \begin_layout Standard
33947 \begin_inset Newpage newpage
33948 \end_inset
33949
33950
33951 \end_layout
33952
33953 \begin_layout Chapter
33954 \start_of_appendix
33955 Unités de longueur utilisables avec LyX
33956 \begin_inset OptArg
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960 Unités de longueur
33961 \end_layout
33962
33963 \end_inset
33964
33965
33966 \begin_inset Index
33967 status collapsed
33968
33969 \begin_layout Plain Layout
33970 Unités
33971 \end_layout
33972
33973 \end_inset
33974
33975
33976 \begin_inset CommandInset label
33977 LatexCommand label
33978 name "cha:Unités-de-longueur"
33979
33980 \end_inset
33981
33982
33983 \end_layout
33984
33985 \begin_layout Standard
33986 Pour comprendre les unités de longueur utilisées dans cette documentation,
33987  le tableau
33988 \begin_inset space ~
33989 \end_inset
33990
33991
33992 \begin_inset CommandInset ref
33993 LatexCommand ref
33994 reference "tab:Unités"
33995
33996 \end_inset
33997
33998 décrit les unités utilisées par LyX.
33999 \begin_inset Float table
34000 placement h
34001 wide false
34002 sideways false
34003 status open
34004
34005 \begin_layout Plain Layout
34006 \begin_inset Caption
34007
34008 \begin_layout Plain Layout
34009 \begin_inset CommandInset label
34010 LatexCommand label
34011 name "tab:Unités"
34012
34013 \end_inset
34014
34015 Unités de longueur
34016 \end_layout
34017
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \begin_layout Plain Layout
34024 \begin_inset VSpace medskip
34025 \end_inset
34026
34027
34028 \end_layout
34029
34030 \begin_layout Plain Layout
34031 \align center
34032 \begin_inset Tabular
34033 <lyxtabular version="3" rows="20" columns="2">
34034 <features>
34035 <column alignment="center" valignment="top" width="0">
34036 <column alignment="center" valignment="top" width="0">
34037 <row>
34038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34039 \begin_inset Text
34040
34041 \begin_layout Plain Layout
34042 unité
34043 \end_layout
34044
34045 \end_inset
34046 </cell>
34047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34048 \begin_inset Text
34049
34050 \begin_layout Plain Layout
34051 nom/description
34052 \end_layout
34053
34054 \end_inset
34055 </cell>
34056 </row>
34057 <row>
34058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34059 \begin_inset Text
34060
34061 \begin_layout Plain Layout
34062 mm
34063 \end_layout
34064
34065 \end_inset
34066 </cell>
34067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34068 \begin_inset Text
34069
34070 \begin_layout Plain Layout
34071 millimètre
34072 \end_layout
34073
34074 \end_inset
34075 </cell>
34076 </row>
34077 <row>
34078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34079 \begin_inset Text
34080
34081 \begin_layout Plain Layout
34082 cm
34083 \end_layout
34084
34085 \end_inset
34086 </cell>
34087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34088 \begin_inset Text
34089
34090 \begin_layout Plain Layout
34091 centimètre
34092 \end_layout
34093
34094 \end_inset
34095 </cell>
34096 </row>
34097 <row>
34098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Plain Layout
34102 in
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111 pouce (inch)
34112 \end_layout
34113
34114 \end_inset
34115 </cell>
34116 </row>
34117 <row>
34118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34119 \begin_inset Text
34120
34121 \begin_layout Plain Layout
34122 pt
34123 \end_layout
34124
34125 \end_inset
34126 </cell>
34127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131 point (72.27
34132 \begin_inset space \thinspace{}
34133 \end_inset
34134
34135 pt = 1
34136 \begin_inset space \thinspace{}
34137 \end_inset
34138
34139 in)
34140 \end_layout
34141
34142 \end_inset
34143 </cell>
34144 </row>
34145 <row>
34146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34147 \begin_inset Text
34148
34149 \begin_layout Plain Layout
34150 pc
34151 \end_layout
34152
34153 \end_inset
34154 </cell>
34155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34156 \begin_inset Text
34157
34158 \begin_layout Plain Layout
34159 pica (1
34160 \begin_inset space \thinspace{}
34161 \end_inset
34162
34163 pc = 12
34164 \begin_inset space \thinspace{}
34165 \end_inset
34166
34167 pt)
34168 \end_layout
34169
34170 \end_inset
34171 </cell>
34172 </row>
34173 <row>
34174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34175 \begin_inset Text
34176
34177 \begin_layout Plain Layout
34178 sp
34179 \end_layout
34180
34181 \end_inset
34182 </cell>
34183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34184 \begin_inset Text
34185
34186 \begin_layout Plain Layout
34187 scaled point (65536
34188 \begin_inset space \thinspace{}
34189 \end_inset
34190
34191 sp = 1
34192 \begin_inset space \thinspace{}
34193 \end_inset
34194
34195 pt)
34196 \end_layout
34197
34198 \end_inset
34199 </cell>
34200 </row>
34201 <row>
34202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34203 \begin_inset Text
34204
34205 \begin_layout Plain Layout
34206 bp
34207 \end_layout
34208
34209 \end_inset
34210 </cell>
34211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34212 \begin_inset Text
34213
34214 \begin_layout Plain Layout
34215 gros point (72
34216 \begin_inset space \thinspace{}
34217 \end_inset
34218
34219 bp = 1
34220 \begin_inset space \thinspace{}
34221 \end_inset
34222
34223 in)
34224 \end_layout
34225
34226 \end_inset
34227 </cell>
34228 </row>
34229 <row>
34230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34231 \begin_inset Text
34232
34233 \begin_layout Plain Layout
34234 dd
34235 \end_layout
34236
34237 \end_inset
34238 </cell>
34239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34240 \begin_inset Text
34241
34242 \begin_layout Plain Layout
34243 didot (72
34244 \begin_inset space \thinspace{}
34245 \end_inset
34246
34247 dd 
34248 \begin_inset Formula $\approx$
34249 \end_inset
34250
34251  37.6
34252 \begin_inset space \thinspace{}
34253 \end_inset
34254
34255 mm)
34256 \end_layout
34257
34258 \end_inset
34259 </cell>
34260 </row>
34261 <row>
34262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34263 \begin_inset Text
34264
34265 \begin_layout Plain Layout
34266 cc
34267 \end_layout
34268
34269 \end_inset
34270 </cell>
34271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Plain Layout
34275 cicero (1
34276 \begin_inset space \thinspace{}
34277 \end_inset
34278
34279 cc = 12
34280 \begin_inset space \thinspace{}
34281 \end_inset
34282
34283 dd)
34284 \end_layout
34285
34286 \end_inset
34287 </cell>
34288 </row>
34289 <row>
34290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34291 \begin_inset Text
34292
34293 \begin_layout Plain Layout
34294 Scale%
34295 \end_layout
34296
34297 \end_inset
34298 </cell>
34299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34300 \begin_inset Text
34301
34302 \begin_layout Plain Layout
34303 % de la largeur originale de l'image
34304 \end_layout
34305
34306 \end_inset
34307 </cell>
34308 </row>
34309 <row>
34310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34311 \begin_inset Text
34312
34313 \begin_layout Plain Layout
34314 text%
34315 \end_layout
34316
34317 \end_inset
34318 </cell>
34319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34320 \begin_inset Text
34321
34322 \begin_layout Plain Layout
34323 % de la largeur du texte
34324 \end_layout
34325
34326 \end_inset
34327 </cell>
34328 </row>
34329 <row>
34330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34331 \begin_inset Text
34332
34333 \begin_layout Plain Layout
34334 col%
34335 \end_layout
34336
34337 \end_inset
34338 </cell>
34339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343 % de la largeur de la colonne
34344 \end_layout
34345
34346 \end_inset
34347 </cell>
34348 </row>
34349 <row>
34350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354 page%
34355 \end_layout
34356
34357 \end_inset
34358 </cell>
34359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34360 \begin_inset Text
34361
34362 \begin_layout Plain Layout
34363 % de la largeur du papier
34364 \end_layout
34365
34366 \end_inset
34367 </cell>
34368 </row>
34369 <row>
34370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34371 \begin_inset Text
34372
34373 \begin_layout Plain Layout
34374 line%
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 % de la largeur de la ligne
34384 \end_layout
34385
34386 \end_inset
34387 </cell>
34388 </row>
34389 <row>
34390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34391 \begin_inset Text
34392
34393 \begin_layout Plain Layout
34394 theight%
34395 \end_layout
34396
34397 \end_inset
34398 </cell>
34399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34400 \begin_inset Text
34401
34402 \begin_layout Plain Layout
34403 % la hauteur du texte
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 </row>
34409 <row>
34410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 pheight%
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34420 \begin_inset Text
34421
34422 \begin_layout Plain Layout
34423 % hauteur du papier
34424 \end_layout
34425
34426 \end_inset
34427 </cell>
34428 </row>
34429 <row>
34430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Plain Layout
34434 ex
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34440 \begin_inset Text
34441
34442 \begin_layout Plain Layout
34443 hauteur de la lettre 
34444 \emph on
34445 x
34446 \emph default
34447  dans la police courante
34448 \end_layout
34449
34450 \end_inset
34451 </cell>
34452 </row>
34453 <row>
34454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34455 \begin_inset Text
34456
34457 \begin_layout Plain Layout
34458 em
34459 \end_layout
34460
34461 \end_inset
34462 </cell>
34463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34464 \begin_inset Text
34465
34466 \begin_layout Plain Layout
34467 largeur de la lettre
34468 \emph on
34469  M
34470 \emph default
34471  dans la police courante
34472 \end_layout
34473
34474 \end_inset
34475 </cell>
34476 </row>
34477 <row>
34478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34479 \begin_inset Text
34480
34481 \begin_layout Plain Layout
34482 mu
34483 \end_layout
34484
34485 \end_inset
34486 </cell>
34487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34488 \begin_inset Text
34489
34490 \begin_layout Plain Layout
34491 unité mathématique (1
34492 \begin_inset space \thinspace{}
34493 \end_inset
34494
34495 mu = 1/18
34496 \begin_inset space \thinspace{}
34497 \end_inset
34498
34499 em)
34500 \end_layout
34501
34502 \end_inset
34503 </cell>
34504 </row>
34505 </lyxtabular>
34506
34507 \end_inset
34508
34509
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Chapter
34518 Formats des fichiers de sortie graphiques
34519 \begin_inset CommandInset label
34520 LatexCommand label
34521 name "cha:Formats-fichiers-graphiques"
34522
34523 \end_inset
34524
34525
34526 \end_layout
34527
34528 \begin_layout Section
34529 DVI
34530 \begin_inset Index
34531 status collapsed
34532
34533 \begin_layout Plain Layout
34534 Formats de Fichiers! DVI
34535 \end_layout
34536
34537 \end_inset
34538
34539
34540 \begin_inset Index
34541 status collapsed
34542
34543 \begin_layout Plain Layout
34544 DVI|see
34545 \begin_inset ERT
34546 status collapsed
34547
34548 \begin_layout Plain Layout
34549
34550 {
34551 \end_layout
34552
34553 \end_inset
34554
34555 Formats de Fichiers
34556 \begin_inset ERT
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560
34561 }
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \end_layout
34573
34574 \begin_layout Standard
34575 Ce type de fichiers a l'extension 
34576 \begin_inset Quotes fld
34577 \end_inset
34578
34579
34580 \family typewriter
34581 .dvi
34582 \family default
34583
34584 \begin_inset Quotes frd
34585 \end_inset
34586
34587 .
34588  Il est appelé 
34589 \emph on
34590 indépendant de l'appareil
34591 \emph default
34592  ou 
34593 \begin_inset Quotes fld
34594 \end_inset
34595
34596 device independent (DVI)
34597 \begin_inset Quotes frd
34598 \end_inset
34599
34600 , car il est complètement portable ; vous pouvez les recopier d'une machine
34601  à l'autre sans avoir à faire de conversion.
34602  À l'époque où ce format a été développé, c'était loin d'être évident.
34603  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
34604  étape préliminaire avant la conversion vers un autre format comme le PostScript.
34605 \end_layout
34606
34607 \begin_layout Standard
34608 \begin_inset Note Greyedout
34609 status open
34610
34611 \begin_layout Plain Layout
34612
34613 \series bold
34614 Note:
34615 \series default
34616  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
34617  au fichier.
34618  
34619 \end_layout
34620
34621 \end_inset
34622
34623  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
34624  
34625 \family typewriter
34626 .dvi
34627 \family default
34628 .
34629  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
34630 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
34631  pour les rendre visibles quand vous faites défiler votre document.
34632  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
34633  avec de nombreuses images.
34634 \end_layout
34635
34636 \begin_layout Standard
34637 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
34638  menu 
34639 \family sans
34640 Fichier\SpecialChar \menuseparator
34641 Exporter\SpecialChar \menuseparator
34642 DVI.
34643
34644 \family default
34645  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
34646 \family sans
34647 Visualiser
34648 \family default
34649  ou en utilisant le bouton
34650 \begin_inset Graphics
34651         filename ../../images/buffer-view_dvi.png
34652         scale 85
34653         scaleBeforeRotation
34654
34655 \end_inset
34656
34657  de la barre d'outils.
34658 \end_layout
34659
34660 \begin_layout Section
34661 PostScript
34662 \begin_inset CommandInset label
34663 LatexCommand label
34664 name "sec:PostScript"
34665
34666 \end_inset
34667
34668
34669 \begin_inset Index
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673 Formats de Fichiers ! PostScript
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \begin_inset Index
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683 PostScript|see
34684 \begin_inset ERT
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688
34689 {
34690 \end_layout
34691
34692 \end_inset
34693
34694 Formats de Fichiers
34695 \begin_inset ERT
34696 status collapsed
34697
34698 \begin_layout Plain Layout
34699
34700 }
34701 \end_layout
34702
34703 \end_inset
34704
34705
34706 \end_layout
34707
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Standard
34714 Ce type de fichiers a l'extension 
34715 \begin_inset Quotes fld
34716 \end_inset
34717
34718
34719 \family typewriter
34720 .ps
34721 \family default
34722
34723 \begin_inset Quotes frd
34724 \end_inset
34725
34726 .
34727  PostScript a été développé par la société 
34728 \series bold
34729 Adobe
34730 \series default
34731  comme un langage pour les imprimantes.
34732  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
34733  pour imprimer le document.
34734  PostScript peut être considéré comme un 
34735 \begin_inset Quotes fld
34736 \end_inset
34737
34738 langage de programmation
34739 \begin_inset Quotes frd
34740 \end_inset
34741
34742  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
34743  images
34744 \begin_inset Foot
34745 status open
34746
34747 \begin_layout Plain Layout
34748 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
34749  LaTeX 
34750 \series bold
34751 pstricks
34752 \series default
34753
34754 \begin_inset CommandInset citation
34755 LatexCommand cite
34756 key "pstricks"
34757
34758 \end_inset
34759
34760 .
34761 \end_layout
34762
34763 \end_inset
34764
34765 .
34766  En partie à cause de toutes ces possibilités un fichier PostScript est
34767  souvent plus gros qu'un PDF.
34768 \end_layout
34769
34770 \begin_layout Standard
34771 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
34772  plus gros qu'un PDF.
34773 \end_layout
34774
34775 \begin_layout Standard
34776 PostScript ne peut contenir que des images au format 
34777 \begin_inset Quotes fld
34778 \end_inset
34779
34780 PostScript Encapsulé
34781 \begin_inset Quotes frd
34782 \end_inset
34783
34784  (encapsulated PostScript ou EPS, d'extension 
34785 \family typewriter
34786 .eps
34787 \family default
34788 ).
34789  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
34790  il doit les convertir en interne en EPS.
34791  Si vous avez par exemple 50 images dans votre document, LyX doit faire
34792  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
34793  document.
34794  Cela risque de ralentir de façon importante votre rythme de travail.
34795  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
34796  vos images directement en EPS pour éviter ce problème.
34797 \end_layout
34798
34799 \begin_layout Standard
34800 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
34801  le menu 
34802 \family sans
34803 Fichier\SpecialChar \menuseparator
34804 Exporter\SpecialChar \menuseparator
34805 PostScript.
34806
34807 \family default
34808  Vous pouvez visionner votre document sous forme PostScript grâce au menu
34809  
34810 \family sans
34811 Visualiser
34812 \family default
34813  ou en utilisant le bouton 
34814 \begin_inset Graphics
34815         filename ../../images/buffer-view_ps.png
34816         scale 85
34817         scaleBeforeRotation
34818
34819 \end_inset
34820
34821  de la barre d'outils.
34822 \end_layout
34823
34824 \begin_layout Section
34825 PDF
34826 \begin_inset Index
34827 status collapsed
34828
34829 \begin_layout Plain Layout
34830 Formats de Fichiers ! PDF
34831 \end_layout
34832
34833 \end_inset
34834
34835
34836 \begin_inset Index
34837 status collapsed
34838
34839 \begin_layout Plain Layout
34840 PDF
34841 \end_layout
34842
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Standard
34849 Ce type de fichiers a l'extension 
34850 \begin_inset Quotes fld
34851 \end_inset
34852
34853
34854 \family typewriter
34855 .pdf
34856 \family default
34857
34858 \begin_inset Quotes frd
34859 \end_inset
34860
34861 .
34862  Ce 
34863 \begin_inset Quotes fld
34864 \end_inset
34865
34866 format de document portable
34867 \begin_inset Quotes frd
34868 \end_inset
34869
34870  (portable document format ou PDF) est développé par 
34871 \family typewriter
34872 Adobe
34873 \family default
34874  comme une évolution de PostScript.
34875  Il est plus comprimé et utilise moins de commandes que PostScript.
34876  Comme son nom l'indique, il est 
34877 \begin_inset Quotes fld
34878 \end_inset
34879
34880 portable
34881 \begin_inset Quotes frd
34882 \end_inset
34883
34884  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
34885  aura exactement le même aspect.
34886 \end_layout
34887
34888 \begin_layout Standard
34889 PDF peut contenir des images dans son propre format PDF et dans les formats
34890  JPG (format du 
34891 \begin_inset Quotes fld
34892 \end_inset
34893
34894 Joint Photographic Expert Group
34895 \begin_inset Quotes frd
34896 \end_inset
34897
34898  avec comme extension 
34899 \family typewriter
34900 .jpg
34901 \family default
34902  ou 
34903 \family typewriter
34904 .jpeg
34905 \family default
34906 ) et PNG (
34907 \begin_inset Quotes fld
34908 \end_inset
34909
34910 Portable Network Graphics
34911 \begin_inset Quotes frd
34912 \end_inset
34913
34914  avec l'extension 
34915 \family typewriter
34916 .png
34917 \family default
34918 ).
34919  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
34920  dans un de ces formats.
34921  Mais comme il est dit dans la section sur PostScript, les conversions d'images
34922  vont ralentir votre travail.
34923  Nous recommandons donc l'utilisation de l'un des trois formats cités.
34924 \end_layout
34925
34926 \begin_layout Standard
34927 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
34928  menu 
34929 \family sans
34930 Fichier\SpecialChar \menuseparator
34931 Exporter 
34932 \family default
34933 de trois façons différentes:
34934 \end_layout
34935
34936 \begin_layout Description
34937 PDF
34938 \begin_inset space ~
34939 \end_inset
34940
34941 (ps2pdf) Ceci utilise le programme 
34942 \family typewriter
34943 ps2pdf
34944 \family default
34945  qui créé un PDF à partir de la version PostScript de votre fichier.
34946  Cette dernière est produite par le programme 
34947 \family typewriter
34948 dvips
34949 \family default
34950  qui utilise une version DVI comme étape intermédiaire.
34951  Cette variante consiste donc en trois conversions.
34952 \end_layout
34953
34954 \begin_layout Description
34955 PDF
34956 \begin_inset space ~
34957 \end_inset
34958
34959 (dvipdfm) Ceci utilise le programme 
34960 \family typewriter
34961 dvipdfm
34962 \family default
34963  qui convertit votre fichier en DVI avant de le convertir en PDF.
34964 \end_layout
34965
34966 \begin_layout Description
34967 PDF
34968 \begin_inset space ~
34969 \end_inset
34970
34971 (pdflatex) Ceci utilise le programme 
34972 \family typewriter
34973 pdftex
34974 \family default
34975  qui convertit directement votre fichier en PDF.
34976 \end_layout
34977
34978 \begin_layout Standard
34979 Nous recommandons d'utiliser l'option 
34980 \family sans
34981 PDF
34982 \begin_inset space ~
34983 \end_inset
34984
34985 (pdflatex)
34986 \family default
34987  car 
34988 \family typewriter
34989 pdftex
34990 \family default
34991  accepte toutes les fonctionnalités des versions actuelles de PDF.
34992  Il est en plus rapide et stable.
34993  Le programme 
34994 \family typewriter
34995 dvipdfm
34996 \family default
34997  n'est plus développé est est donc un peu dépassé.
34998 \end_layout
34999
35000 \begin_layout Standard
35001
35002 \end_layout
35003
35004 \begin_layout Standard
35005 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35006 \family sans
35007 Visualiser
35008 \family default
35009  ou en utilisant le bouton 
35010 \begin_inset Graphics
35011         filename ../../images/buffer-view_pdf2.png
35012         scale 85
35013         scaleBeforeRotation
35014
35015 \end_inset
35016
35017  de la barre d'outils
35018 \family sans
35019  (
35020 \family default
35021 qui utilise 
35022 \family sans
35023 PDF
35024 \begin_inset space ~
35025 \end_inset
35026
35027 (pdflatex)
35028 \family default
35029 ).
35030 \end_layout
35031
35032 \begin_layout Chapter
35033 Explication de l' Équation
35034 \begin_inset space ~
35035 \end_inset
35036
35037
35038 \begin_inset CommandInset ref
35039 LatexCommand eqref
35040 reference "eq:Wgn"
35041
35042 \end_inset
35043
35044
35045 \begin_inset CommandInset label
35046 LatexCommand label
35047 name "cha:Explication-de-l'Equation"
35048
35049 \end_inset
35050
35051
35052 \end_layout
35053
35054 \begin_layout Standard
35055 La largeur totale de 
35056 \emph on
35057 n
35058 \emph default
35059  cellules de tableau 
35060 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35061 \end_inset
35062
35063  peut être calculée avec
35064 \end_layout
35065
35066 \begin_layout Standard
35067 \begin_inset Formula \begin{equation}
35068 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}
35069
35070 \end_inset
35071
35072
35073 \end_layout
35074
35075 \begin_layout Standard
35076 Où 
35077 \begin_inset Formula $W_{g\, n}$
35078 \end_inset
35079
35080  est la largeur fixe de toutes les cellules.
35081  
35082 \series bold
35083
35084 \backslash
35085 tabcolsep
35086 \series default
35087  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35088  sa valeur implicite est 6
35089 \begin_inset space \thinspace{}
35090 \end_inset
35091
35092 pt.
35093  
35094 \series bold
35095
35096 \backslash
35097 arrayrulewidth
35098 \series default
35099  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35100 \begin_inset space \thinspace{}
35101 \end_inset
35102
35103 pt.
35104 \end_layout
35105
35106 \begin_layout Standard
35107 D'après l'équation
35108 \begin_inset space ~
35109 \end_inset
35110
35111
35112 \begin_inset CommandInset ref
35113 LatexCommand eqref
35114 reference "eq:Wtot_n"
35115
35116 \end_inset
35117
35118 , la largeur totale d'une multicolonne, 
35119 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35120 \end_inset
35121
35122  est
35123 \end_layout
35124
35125 \begin_layout Standard
35126 \begin_inset Formula \begin{equation}
35127 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \begin_layout Standard
35135 En posant que les équations 
35136 \begin_inset space ~
35137 \end_inset
35138
35139
35140 \begin_inset CommandInset ref
35141 LatexCommand eqref
35142 reference "eq:Wtot_n"
35143
35144 \end_inset
35145
35146  et 
35147 \begin_inset CommandInset ref
35148 LatexCommand eqref
35149 reference "eq:Wtot_mult"
35150
35151 \end_inset
35152
35153  sont égales, on peut calculer la largeur nécessaire 
35154 \begin_inset Formula $W_{g\, n}$
35155 \end_inset
35156
35157  quand 
35158 \emph on
35159 n
35160 \emph default
35161  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35162  de 
35163 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35164 \end_inset
35165
35166 :
35167 \end_layout
35168
35169 \begin_layout Standard
35170 \begin_inset Formula \begin{equation}
35171 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
35172
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \begin_layout Bibliography
35179 \begin_inset CommandInset bibitem
35180 LatexCommand bibitem
35181 key "latexcompanion"
35182
35183 \end_inset
35184
35185 Frank Mittelbach and Michel Goossens: 
35186 \emph on
35187 The LaTeX Companion Second Edition.
35188
35189 \emph default
35190  Addison-Wesley, 2004
35191 \end_layout
35192
35193 \begin_layout Bibliography
35194 \begin_inset CommandInset bibitem
35195 LatexCommand bibitem
35196 key "latexguide"
35197
35198 \end_inset
35199
35200 Helmut Kopka and Patrick W.
35201  Daly: 
35202 \emph on
35203 A Guide to LaTeX Fourth Edition.
35204
35205 \emph default
35206  Addison-Wesley, 2003
35207 \end_layout
35208
35209 \begin_layout Bibliography
35210 \begin_inset CommandInset bibitem
35211 LatexCommand bibitem
35212 key "latexbook"
35213
35214 \end_inset
35215
35216 Leslie Lamport: 
35217 \emph on
35218 LaTeX: A Document Preparation System.
35219
35220 \emph default
35221  Addison-Wesley, second edition, 1994
35222 \end_layout
35223
35224 \begin_layout Bibliography
35225 \begin_inset CommandInset bibitem
35226 LatexCommand bibitem
35227 key "booktabs"
35228
35229 \end_inset
35230
35231 Documentation du paquetage LaTeX 
35232 \series bold
35233
35234 \begin_inset CommandInset href
35235 LatexCommand href
35236 name "booktabs"
35237 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35238
35239 \end_inset
35240
35241
35242 \series default
35243
35244 \begin_inset Index
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248 Paquetages LaTeX ! booktabs
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Bibliography
35257 \begin_inset CommandInset bibitem
35258 LatexCommand bibitem
35259 key "caption"
35260
35261 \end_inset
35262
35263 Documentation du paquetage LaTeX 
35264 \series bold
35265
35266 \begin_inset CommandInset href
35267 LatexCommand href
35268 name "caption"
35269 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35270
35271 \end_inset
35272
35273
35274 \series default
35275
35276 \begin_inset Index
35277 status collapsed
35278
35279 \begin_layout Plain Layout
35280 Paquetages LaTeX ! caption
35281 \end_layout
35282
35283 \end_inset
35284
35285
35286 \end_layout
35287
35288 \begin_layout Bibliography
35289 \begin_inset CommandInset bibitem
35290 LatexCommand bibitem
35291 key "endfloat"
35292
35293 \end_inset
35294
35295 Documentation du paquetage LaTeX 
35296 \series bold
35297
35298 \begin_inset CommandInset href
35299 LatexCommand href
35300 name "endfloat"
35301 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35302
35303 \end_inset
35304
35305
35306 \series default
35307
35308 \begin_inset Index
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312 Paquetages LaTeX ! endfloat
35313 \end_layout
35314
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Bibliography
35321 \begin_inset CommandInset bibitem
35322 LatexCommand bibitem
35323 key "wrapfig"
35324
35325 \end_inset
35326
35327 Documentation du paquetage LaTeX 
35328 \series bold
35329
35330 \begin_inset CommandInset href
35331 LatexCommand href
35332 name "wrapfig"
35333 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35334
35335 \end_inset
35336
35337
35338 \series default
35339
35340 \begin_inset Index
35341 status collapsed
35342
35343 \begin_layout Plain Layout
35344 Paquetages LaTeX ! wrapfig
35345 \begin_inset ERT
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349
35350
35351 \backslash
35352 vspace{4mm}
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \end_layout
35359
35360 \end_inset
35361
35362
35363 \end_layout
35364
35365 \begin_layout Bibliography
35366 \begin_inset CommandInset bibitem
35367 LatexCommand bibitem
35368 key "footmisc"
35369
35370 \end_inset
35371
35372 Documentation du paquetage LaTeX 
35373 \series bold
35374
35375 \begin_inset CommandInset href
35376 LatexCommand href
35377 name "footmisc"
35378 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35379
35380 \end_inset
35381
35382
35383 \series default
35384
35385 \begin_inset Index
35386 status collapsed
35387
35388 \begin_layout Plain Layout
35389 Paquetages LaTeX ! footmisc
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \begin_layout Bibliography
35398 \begin_inset CommandInset bibitem
35399 LatexCommand bibitem
35400 key "hypcap"
35401
35402 \end_inset
35403
35404 Documentation du paquetage LaTeX 
35405 \series bold
35406
35407 \begin_inset CommandInset href
35408 LatexCommand href
35409 name "hypcap"
35410 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35411
35412 \end_inset
35413
35414
35415 \series default
35416
35417 \begin_inset Index
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421 Paquetages LaTeX ! hyperref
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \begin_layout Bibliography
35430 \begin_inset CommandInset bibitem
35431 LatexCommand bibitem
35432 key "hyperref"
35433
35434 \end_inset
35435
35436 Documentation du paquetage LaTeX 
35437 \series bold
35438
35439 \begin_inset CommandInset href
35440 LatexCommand href
35441 name "hyperref"
35442 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35443
35444 \end_inset
35445
35446
35447 \series default
35448
35449 \begin_inset Index
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453 Paquetages LaTeX ! hyperref
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \begin_layout Bibliography
35462 \begin_inset CommandInset bibitem
35463 LatexCommand bibitem
35464 key "KOMA-script"
35465
35466 \end_inset
35467
35468 Documentation du paquetage LaTeX 
35469 \series bold
35470
35471 \begin_inset CommandInset href
35472 LatexCommand href
35473 name "KOMA-script"
35474 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35475
35476 \end_inset
35477
35478
35479 \series default
35480
35481 \begin_inset Index
35482 status collapsed
35483
35484 \begin_layout Plain Layout
35485 Paquetages LaTeX ! KOMA-script
35486 \end_layout
35487
35488 \end_inset
35489
35490
35491 \end_layout
35492
35493 \begin_layout Bibliography
35494 \begin_inset CommandInset bibitem
35495 LatexCommand bibitem
35496 key "listings"
35497
35498 \end_inset
35499
35500 Documentation du paquetage LaTeX 
35501 \series bold
35502
35503 \begin_inset CommandInset href
35504 LatexCommand href
35505 name "listings"
35506 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35507
35508 \end_inset
35509
35510
35511 \series default
35512
35513 \begin_inset Index
35514 status collapsed
35515
35516 \begin_layout Plain Layout
35517 Paquetages LaTeX ! listings
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \end_layout
35524
35525 \begin_layout Bibliography
35526 \begin_inset CommandInset bibitem
35527 LatexCommand bibitem
35528 key "marginnote"
35529
35530 \end_inset
35531
35532 Documentation du paquetage LaTeX 
35533 \series bold
35534
35535 \begin_inset CommandInset href
35536 LatexCommand href
35537 name "marginnote"
35538 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35539
35540 \end_inset
35541
35542
35543 \series default
35544
35545 \begin_inset Index
35546 status collapsed
35547
35548 \begin_layout Plain Layout
35549 Paquetages LaTeX ! marginnote
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \end_layout
35556
35557 \begin_layout Bibliography
35558 \begin_inset CommandInset bibitem
35559 LatexCommand bibitem
35560 key "pstricks"
35561
35562 \end_inset
35563
35564 Page Web du paquetage LaTeX 
35565 \series bold
35566
35567 \begin_inset CommandInset href
35568 LatexCommand href
35569 name "PSTricks"
35570 target "http://tug.org/PSTricks/"
35571
35572 \end_inset
35573
35574
35575 \series default
35576
35577 \begin_inset Index
35578 status collapsed
35579
35580 \begin_layout Plain Layout
35581 Paquetages LaTeX ! PSTricks
35582 \end_layout
35583
35584 \end_inset
35585
35586
35587 \end_layout
35588
35589 \begin_layout Bibliography
35590 \begin_inset CommandInset bibitem
35591 LatexCommand bibitem
35592 key "sidecap"
35593
35594 \end_inset
35595
35596 Documentation du paquetage LaTeX 
35597 \series bold
35598
35599 \begin_inset CommandInset href
35600 LatexCommand href
35601 name "sidecap"
35602 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35603
35604 \end_inset
35605
35606
35607 \series default
35608
35609 \begin_inset Index
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613 Paquetages LaTeX ! sidecap
35614 \end_layout
35615
35616 \end_inset
35617
35618
35619 \end_layout
35620
35621 \begin_layout Bibliography
35622 \begin_inset CommandInset bibitem
35623 LatexCommand bibitem
35624 key "NewInLyX16"
35625
35626 \end_inset
35627
35628
35629 \begin_inset CommandInset href
35630 LatexCommand href
35631 name "Page Wiki"
35632 target "http://wiki.lyx.org/LyX/NewInLyX16"
35633
35634 \end_inset
35635
35636  au sujet des nouveautés de 
35637 \family sans
35638 LyX 1.6.0
35639 \family default
35640 .
35641 \end_layout
35642
35643 \begin_layout Standard
35644 \begin_inset CommandInset index_print
35645 LatexCommand printindex
35646
35647 \end_inset
35648
35649
35650 \end_layout
35651
35652 \begin_layout Standard
35653 \begin_inset FloatList figure
35654
35655 \end_inset
35656
35657
35658 \end_layout
35659
35660 \begin_layout Standard
35661 \begin_inset FloatList table
35662
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \begin_layout Standard
35669 \begin_inset ERT
35670 status open
35671
35672 \begin_layout Plain Layout
35673
35674
35675 \backslash
35676 listof{algorithm}{Liste des Algorithmes}
35677 \end_layout
35678
35679 \end_inset
35680
35681
35682 \begin_inset Note Note
35683 status collapsed
35684
35685 \begin_layout Plain Layout
35686 voir la section
35687 \begin_inset space ~
35688 \end_inset
35689
35690
35691 \begin_inset CommandInset ref
35692 LatexCommand ref
35693 reference "sub:Flottant-d'Algorithme"
35694
35695 \end_inset
35696
35697  pour une description
35698 \end_layout
35699
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \end_body
35706 \end_document