]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx: sync with branch
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 1.6.8svn 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.6.x janvier 2010
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 contient la légende du tableau.
3243  La première ligne est transformée en une colonne unique et une légende
3244  est insérée.
3245  Vous trouverez d'autres explications sur les légendes pour les tableaux
3246  longs dans la section
3247 \begin_inset space ~
3248 \end_inset
3249
3250
3251 \begin_inset CommandInset ref
3252 LatexCommand ref
3253 reference "sub:Tableaux-longs-légende"
3254
3255 \end_inset
3256
3257 .
3258 \end_layout
3259
3260 \begin_layout Standard
3261 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3262  Voyez le tableau long qui suit pour voir comment ça marche :
3263 \end_layout
3264
3265 \begin_layout Standard
3266 \align center
3267 \begin_inset Tabular
3268 <lyxtabular version="3" rows="69" columns="3">
3269 <features islongtable="true">
3270 <column alignment="left" valignment="top" width="0cm">
3271 <column alignment="left" valignment="top" width="0pt">
3272 <column alignment="center" valignment="top" width="0pt">
3273 <row endfirsthead="true">
3274 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \series bold
3280 Exemple d'annuaire téléphonique (ignorez les noms)
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row endfirsthead="true">
3305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 NOM
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \series bold
3331 TEL.
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 </row>
3337 <row endhead="true">
3338 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342
3343 \series bold
3344 Exemple d'annuaire téléphonique
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 </row>
3368 <row endhead="true">
3369 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373
3374 \series bold
3375 NOM
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 TEL.
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 </row>
3401 <row endfoot="true">
3402 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406  continue page suivante
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 </row>
3430 <row>
3431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \series bold
3437 Annovi
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 Silvia
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 111
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \series bold
3468 Bertoli
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 Stefano
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486 111
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 </row>
3492 <row>
3493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 Bozzi
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 Walter
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 111
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 </row>
3523 <row>
3524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530 Cachia
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 Maria
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 111
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row>
3555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \series bold
3561 Cachia
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Maurizio
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 111
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Cinquemani
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 Giusi
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 111
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row>
3617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 Colin
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 Bernard
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 111
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652
3653 \series bold
3654 Concli
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 Gianfranco
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 111
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685 Dal Bosco
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 Carolina
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 111
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \series bold
3716 Dalpiaz
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 Annamaria
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 111
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \series bold
3747 Feliciello
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Domenico
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 111
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \series bold
3778 Focarelli
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 Paola
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 111
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \series bold
3809 Galletti
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 Oreste
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 111
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 Gasparini
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Franca
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 111
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 Rizzardi
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Paola
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 111
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 Lassini
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 Giancarlo
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 111
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \series bold
3933 Malfatti
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Luciano
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 111
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \series bold
3964 Malfatti
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Valeriano
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 111
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993
3994 \series bold
3995 Meneguzzo
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 Roberto
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 111
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024
4025 \series bold
4026 Mezzadra
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 Roberto
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 111
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \series bold
4057 Pirpamer
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 Erich
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 111
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 </row>
4081 <row>
4082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086
4087 \series bold
4088 Pochiesa
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 Paolo
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 111, 222
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 </row>
4112 <row>
4113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117
4118 \series bold
4119 Radina
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 Claudio
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 111
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148
4149 \series bold
4150 Stuffer
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 Oskar
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 111
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 </row>
4174 <row>
4175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179
4180 \series bold
4181 Tacchelli
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 Ugo
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 111
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \series bold
4212 Tezzele
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 Margit
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 111
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241
4242 \series bold
4243 Unterkalmsteiner
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 Frieda
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 111
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 </row>
4267 <row>
4268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272
4273 \series bold
4274 Vieider
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 Hilde
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 111
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303
4304 \series bold
4305 Vigna
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 Jürgen
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 111
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334
4335 \series bold
4336 Weber
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 Maurizio
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 111
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \series bold
4367 Winkler
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 Franz
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 111
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396  
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Annovi
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Silvia
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 555
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \series bold
4458 Bertoli
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 Stefano
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 555
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Bozzi
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Walter
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 555
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Cachia
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Maria
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 555
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \series bold
4551 Cachia
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 Maurizio
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 555
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \series bold
4582 Cinquemani
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Giusi
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 555
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row>
4607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \series bold
4613 Colin
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Bernard
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 555
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642
4643 \series bold
4644 Concli
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 Gianfranco
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662 555
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \series bold
4675 Dal Bosco
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Carolina
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 555
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704
4705 \series bold
4706 Dalpiaz
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 Annamaria
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 555
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735
4736 \series bold
4737 Feliciello
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Domenico
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 555
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766
4767 \series bold
4768 Focarelli
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 Paola
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 555
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 <row>
4793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797
4798 \series bold
4799 Galletti
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 Oreste
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 555
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \series bold
4830 Gasparini
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 Franca
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 555
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \series bold
4861 Rizzardi
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 Paola
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 555
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 </row>
4885 <row>
4886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \series bold
4892 Lassini
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 Giancarlo
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 555
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \series bold
4923 Malfatti
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 Luciano
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 555
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 </row>
4947 <row>
4948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \series bold
4954 Malfatti
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 Valeriano
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 555
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row>
4979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \series bold
4985 Meneguzzo
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Roberto
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 555
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row>
5010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014
5015 \series bold
5016 Mezzadra
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 Roberto
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 555
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 <row>
5041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \series bold
5047 Pirpamer
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 Erich
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 555
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 </row>
5071 <row>
5072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076
5077 \series bold
5078 Pochiesa
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 Paolo
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 555, 222
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 </row>
5102 <row>
5103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107
5108 \series bold
5109 Radina
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 Claudio
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 555
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 </row>
5133 <row>
5134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138
5139 \series bold
5140 Stuffer
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 Oskar
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 555
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 </row>
5164 <row>
5165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169
5170 \series bold
5171 Tacchelli
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 Ugo
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 555
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 </row>
5195 <row>
5196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200
5201 \series bold
5202 Tezzele
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 Margit
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 555
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 </row>
5226 <row>
5227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231
5232 \series bold
5233 Unterkalmsteiner
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242 Frieda
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 555
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 </row>
5257 <row>
5258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262
5263 \series bold
5264 Vieider
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 Hilde
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 555
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 </row>
5288 <row>
5289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \series bold
5295 Vigna
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 Jürgen
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 999
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 </row>
5319 <row>
5320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324
5325 \series bold
5326 Weber
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 Maurizio
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344 555
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 </row>
5350 <row>
5351 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355
5356 \series bold
5357 Winkler
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 Franz
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 555
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 </row>
5381 <row endlastfoot="true">
5382 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 Fin
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 </row>
5410 </lyxtabular>
5411
5412 \end_inset
5413
5414
5415 \begin_inset ERT
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419
5420
5421 \backslash
5422 addtocounter{table}{-1}
5423 \end_layout
5424
5425 \end_inset
5426
5427
5428 \begin_inset Note Note
5429 status collapsed
5430
5431 \begin_layout Plain Layout
5432 Voyez la première note grisée de la section
5433 \begin_inset space ~
5434 \end_inset
5435
5436
5437 \begin_inset CommandInset ref
5438 LatexCommand ref
5439 reference "sub:Tableaux-longs-légende"
5440
5441 \end_inset
5442
5443  pour une explication de cette commande.
5444 \end_layout
5445
5446 \end_inset
5447
5448
5449 \end_layout
5450
5451 \begin_layout Subsection
5452 Notes de Bas de Page dans les Tableaux Longs
5453 \begin_inset CommandInset label
5454 LatexCommand label
5455 name "sub:Notes-dans-tableau-long"
5456
5457 \end_inset
5458
5459
5460 \begin_inset Index
5461 status collapsed
5462
5463 \begin_layout Plain Layout
5464 Tableaux longs ! Notes de bas de page
5465 \end_layout
5466
5467 \end_inset
5468
5469
5470 \end_layout
5471
5472 \begin_layout Standard
5473 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5474  long.
5475  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5476  contenant la note.
5477  Par exemple le tableau
5478 \begin_inset space ~
5479 \end_inset
5480
5481
5482 \begin_inset CommandInset ref
5483 LatexCommand ref
5484 reference "tab:Légendes-tableau-différentes"
5485
5486 \end_inset
5487
5488  a une note de bas de page.
5489 \end_layout
5490
5491 \begin_layout Subsection
5492 Alignement des Tableaux Longs
5493 \begin_inset Index
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497 Tableaux longs ! Alignement
5498 \end_layout
5499
5500 \end_inset
5501
5502
5503 \end_layout
5504
5505 \begin_layout Standard
5506 Implicitement les Tableaux Longs sont centrés.
5507  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5508  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5509  de dialogue.
5510  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5511  des longueurs 
5512 \series bold
5513
5514 \backslash
5515 LTleft 
5516 \series default
5517 et 
5518 \series bold
5519
5520 \backslash
5521 LTright
5522 \series default
5523  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5524  concerné :
5525 \end_layout
5526
5527 \begin_layout Standard
5528
5529 \series bold
5530
5531 \backslash
5532 setlength{
5533 \backslash
5534 LTleft}{valeur}
5535 \end_layout
5536
5537 \begin_layout Standard
5538 Où 
5539 \series bold
5540 valeur
5541 \series default
5542  peut avoir n'importe laquelle des unités listées dans le tableau
5543 \begin_inset space ~
5544 \end_inset
5545
5546
5547 \begin_inset CommandInset ref
5548 LatexCommand ref
5549 reference "cha:Unités-de-longueur"
5550
5551 \end_inset
5552
5553 .
5554  
5555 \series bold
5556
5557 \backslash
5558 LTleft
5559 \series default
5560  contrôle la distance horizontale entre le bord gauche de la page et le
5561  tableau, et
5562 \series bold
5563  
5564 \backslash
5565 LTright
5566 \series default
5567  la distance au bord droit.
5568  La valeur implicite des ces deux distances est 
5569 \series bold
5570
5571 \backslash
5572 fill
5573 \series default
5574 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5575 \end_layout
5576
5577 \begin_layout Standard
5578 Le tableau long suivant a été aligné à gauche en mettant 
5579 \series bold
5580
5581 \backslash
5582 LTleft
5583 \series default
5584  à 0
5585 \begin_inset space \thinspace{}
5586 \end_inset
5587
5588 pt.
5589 \begin_inset ERT
5590 status collapsed
5591
5592 \begin_layout Plain Layout
5593
5594
5595 \backslash
5596 setlength{
5597 \backslash
5598 LTleft}{0pt}
5599 \end_layout
5600
5601 \end_inset
5602
5603
5604 \end_layout
5605
5606 \begin_layout Standard
5607 \begin_inset Tabular
5608 <lyxtabular version="3" rows="5" columns="5">
5609 <features islongtable="true">
5610 <column alignment="center" valignment="top" width="0">
5611 <column alignment="center" valignment="top" width="0">
5612 <column alignment="center" valignment="top" width="0">
5613 <column alignment="center" valignment="top" width="0">
5614 <column alignment="center" valignment="top" width="0">
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 1
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 2
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 3
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 4
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 5
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 s
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 s
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 s
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 asd
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 </row>
5709 <row>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 asd
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723 s
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 s
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 s
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 asd
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 s
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 s
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 s
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 asd
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 </row>
5803 <row>
5804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 asd
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 asd
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 asd
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 asd
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 </lyxtabular>
5851
5852 \end_inset
5853
5854
5855 \begin_inset ERT
5856 status collapsed
5857
5858 \begin_layout Plain Layout
5859
5860
5861 \backslash
5862 setlength{
5863 \backslash
5864 LTleft}{
5865 \backslash
5866 fill}
5867 \end_layout
5868
5869 \end_inset
5870
5871
5872 \begin_inset ERT
5873 status collapsed
5874
5875 \begin_layout Plain Layout
5876
5877
5878 \backslash
5879 addtocounter{table}{-1}
5880 \end_layout
5881
5882 \end_inset
5883
5884
5885 \begin_inset Note Note
5886 status collapsed
5887
5888 \begin_layout Plain Layout
5889 Voyez la première note grisée de la section
5890 \begin_inset space ~
5891 \end_inset
5892
5893
5894 \begin_inset CommandInset ref
5895 LatexCommand ref
5896 reference "sub:Tableaux-longs-légende"
5897
5898 \end_inset
5899
5900  pour une explication de cette commande.
5901 \end_layout
5902
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \begin_layout Subsection
5909 Légendes et Tableaux longs
5910 \begin_inset Index
5911 status collapsed
5912
5913 \begin_layout Plain Layout
5914 Tableaux longs ! Legendes@Légendes
5915 \end_layout
5916
5917 \end_inset
5918
5919
5920 \begin_inset CommandInset label
5921 LatexCommand label
5922 name "sub:Tableaux-longs-légende"
5923
5924 \end_inset
5925
5926
5927 \end_layout
5928
5929 \begin_layout Standard
5930 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5931  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5932  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5933  Longs quand on utilise pour une ligne l'option de tableau long 
5934 \family sans
5935 Légende
5936 \family default
5937 , comme c'est expliqué dans la section
5938 \begin_inset space ~
5939 \end_inset
5940
5941
5942 \begin_inset CommandInset ref
5943 LatexCommand ref
5944 reference "sec:Tableaux-longs"
5945
5946 \end_inset
5947
5948 .
5949 \end_layout
5950
5951 \begin_layout Standard
5952 Voici un petit Tableau long pour voir comment ça marche :
5953 \end_layout
5954
5955 \begin_layout Standard
5956 \begin_inset Tabular
5957 <lyxtabular version="3" rows="6" columns="5">
5958 <features islongtable="true">
5959 <column alignment="center" valignment="top" width="0">
5960 <column alignment="center" valignment="top" width="0">
5961 <column alignment="center" valignment="top" width="0">
5962 <column alignment="center" valignment="top" width="0">
5963 <column alignment="center" valignment="top" width="0">
5964 <row caption="true">
5965 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 \begin_inset Caption
5970
5971 \begin_layout Plain Layout
5972 Tableau long avec une légende
5973 \begin_inset OptArg
5974 status open
5975
5976 \begin_layout Plain Layout
5977 Tableau long
5978 \end_layout
5979
5980 \end_inset
5981
5982
5983 \end_layout
5984
5985 \end_inset
5986
5987
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 <row>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 1
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 2
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 3
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 4
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 5
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 </row>
6076 <row>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 s
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 s
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 s
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 asd
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 </row>
6123 <row>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 asd
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 s
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 s
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 s
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164 asd
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 </row>
6170 <row>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 s
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 s
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 s
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 asd
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 asd
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 asd
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 asd
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 asd
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 asd
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 </lyxtabular>
6265
6266 \end_inset
6267
6268
6269 \end_layout
6270
6271 \begin_layout Standard
6272 \begin_inset VSpace medskip
6273 \end_inset
6274
6275
6276 \begin_inset Note Greyedout
6277 status open
6278
6279 \begin_layout Plain Layout
6280
6281 \series bold
6282 Note
6283 \begin_inset space ~
6284 \end_inset
6285
6286 1:
6287 \series default
6288  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6289  n'avez pas prévu de légende.
6290  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6291 \begin_inset space ~
6292 \end_inset
6293
6294 2.4 suit le tableau
6295 \begin_inset space ~
6296 \end_inset
6297
6298 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6299  sans légende.
6300  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6301  après chaque tableau long sans légende :
6302 \end_layout
6303
6304 \begin_layout Plain Layout
6305
6306 \series bold
6307
6308 \backslash
6309 addtocounter{table}{-1}
6310 \end_layout
6311
6312 \begin_layout Plain Layout
6313 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6314  et que vous ajoutez le code suivant dans le préambule du document :
6315 \end_layout
6316
6317 \begin_layout Plain Layout
6318
6319 \series bold
6320
6321 \backslash
6322 let
6323 \backslash
6324 myEnd
6325 \backslash
6326 endlongtable
6327 \begin_inset Newline newline
6328 \end_inset
6329
6330
6331 \backslash
6332 renewcommand{
6333 \backslash
6334 endlongtable}{
6335 \backslash
6336 myEnd
6337 \backslash
6338 addtocounter{table}{-1}}
6339 \end_layout
6340
6341 \end_inset
6342
6343
6344 \end_layout
6345
6346 \begin_layout Standard
6347 \begin_inset Note Greyedout
6348 status open
6349
6350 \begin_layout Plain Layout
6351
6352 \series bold
6353 Note
6354 \begin_inset space ~
6355 \end_inset
6356
6357 2:
6358 \series default
6359  Si vous utilisez 
6360 \series bold
6361 hyperref
6362 \series default
6363
6364 \begin_inset Index
6365 status collapsed
6366
6367 \begin_layout Plain Layout
6368 Paquetages LaTeX ! hyperref
6369 \end_layout
6370
6371 \end_inset
6372
6373  dans les 
6374 \family sans
6375 Paramètres du document
6376 \family default
6377  rubrique 
6378 \family sans
6379 Propriétés
6380 \begin_inset space ~
6381 \end_inset
6382
6383 du
6384 \begin_inset space ~
6385 \end_inset
6386
6387 PDF
6388 \family default
6389 , pour transformer vos références croisées en liens cliquables, le lien
6390  vers un tableau long pointera toujours sur le début du document.
6391 \end_layout
6392
6393 \end_inset
6394
6395
6396 \end_layout
6397
6398 \begin_layout Subsubsection
6399 Références à des tableaux longs
6400 \begin_inset Index
6401 status collapsed
6402
6403 \begin_layout Plain Layout
6404 Tableaux longs ! Références
6405 \end_layout
6406
6407 \end_inset
6408
6409
6410 \end_layout
6411
6412 \begin_layout Standard
6413 \begin_inset Tabular
6414 <lyxtabular version="3" rows="6" columns="5">
6415 <features islongtable="true">
6416 <column alignment="center" valignment="top" width="0">
6417 <column alignment="center" valignment="top" width="0">
6418 <column alignment="center" valignment="top" width="0">
6419 <column alignment="center" valignment="top" width="0">
6420 <column alignment="center" valignment="top" width="0">
6421 <row caption="true">
6422 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 \begin_inset Caption
6427
6428 \begin_layout Plain Layout
6429 Tableau long référencé
6430 \begin_inset CommandInset label
6431 LatexCommand label
6432 name "tab:RefExemple"
6433
6434 \end_inset
6435
6436
6437 \end_layout
6438
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 </row>
6483 <row>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 1
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 2
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 3
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 4
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524 5
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 </row>
6530 <row>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 asd
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 s
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 s
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 asd
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 </row>
6577 <row>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 asd
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 s
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 asd
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 </row>
6624 <row>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 s
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 s
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 s
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 asd
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 asd
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 sad
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 asd
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 asd
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 asd
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 </row>
6718 </lyxtabular>
6719
6720 \end_inset
6721
6722
6723 \end_layout
6724
6725 \begin_layout Standard
6726 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6727  dans sa légende.
6728 \end_layout
6729
6730 \begin_layout Standard
6731 Ceci est une référence au tableau
6732 \begin_inset space ~
6733 \end_inset
6734
6735
6736 \begin_inset CommandInset ref
6737 LatexCommand ref
6738 reference "tab:RefExemple"
6739
6740 \end_inset
6741
6742 .
6743 \end_layout
6744
6745 \begin_layout Standard
6746 La mise en forme de la légende peut être ajustée avec celle de toutes les
6747  autres légendes de votre document en utilisant le paquetage LaTeX 
6748 \series bold
6749 caption
6750 \series default
6751
6752 \begin_inset Index
6753 status collapsed
6754
6755 \begin_layout Plain Layout
6756 Paquetages LaTeX ! caption
6757 \end_layout
6758
6759 \end_inset
6760
6761 , voir la section
6762 \begin_inset space ~
6763 \end_inset
6764
6765
6766 \begin_inset CommandInset ref
6767 LatexCommand ref
6768 reference "sec:Formatage-légende"
6769
6770 \end_inset
6771
6772 .
6773 \end_layout
6774
6775 \begin_layout Subsubsection
6776 Largeur de la légende
6777 \begin_inset Index
6778 status collapsed
6779
6780 \begin_layout Plain Layout
6781 Tableaux longs ! Largeur de la légende
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \end_layout
6788
6789 \begin_layout Standard
6790 La largeur maximale des lignes de légende est définie par la longueur 
6791 \series bold
6792
6793 \backslash
6794 LTcapwidth
6795 \series default
6796 .
6797  Sa valeur implicite est 4
6798 \begin_inset space \thinspace{}
6799 \end_inset
6800
6801 in.
6802  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6803  de votre document ou en tant que code TeX directement dans votre document
6804  avant le tableau qui doit être affectée.
6805 \end_layout
6806
6807 \begin_layout Standard
6808
6809 \series bold
6810
6811 \backslash
6812 setlength{
6813 \backslash
6814 LTcapwidth}{largeur}
6815 \end_layout
6816
6817 \begin_layout Standard
6818 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6819 ce
6820 \begin_inset space ~
6821 \end_inset
6822
6823
6824 \begin_inset CommandInset ref
6825 LatexCommand ref
6826 reference "cha:Unités-de-longueur"
6827
6828 \end_inset
6829
6830 .
6831 \end_layout
6832
6833 \begin_layout Standard
6834 \begin_inset Newpage pagebreak
6835 \end_inset
6836
6837
6838 \end_layout
6839
6840 \begin_layout Standard
6841 Les tableaux suivants montrent la différence :
6842 \end_layout
6843
6844 \begin_layout Standard
6845 \begin_inset Tabular
6846 <lyxtabular version="3" rows="6" columns="5">
6847 <features islongtable="true">
6848 <column alignment="center" valignment="top" width="0">
6849 <column alignment="center" valignment="top" width="0">
6850 <column alignment="center" valignment="top" width="0">
6851 <column alignment="center" valignment="top" width="0">
6852 <column alignment="center" valignment="top" width="0">
6853 <row caption="true">
6854 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 \begin_inset Caption
6859
6860 \begin_layout Plain Layout
6861 long titre complet avec la largeur implicite long titre complet avec la
6862  largeur implicite long titre complet avec la largeur implicite
6863 \begin_inset OptArg
6864 status open
6865
6866 \begin_layout Plain Layout
6867 Légende avec largeur implicite
6868 \end_layout
6869
6870 \end_inset
6871
6872
6873 \end_layout
6874
6875 \end_inset
6876
6877
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 <row>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 1
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 2
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 3
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 4
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 5
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 </row>
6966 <row>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 asd
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 s
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 s
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 s
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 asd
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 </row>
7013 <row>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 asd
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 s
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 s
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 s
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 asd
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 </row>
7060 <row>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 asd
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 s
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 s
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 s
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 asd
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 </row>
7107 <row>
7108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 asd
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 sad
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 asd
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 asd
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 asd
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 </row>
7154 </lyxtabular>
7155
7156 \end_inset
7157
7158
7159 \end_layout
7160
7161 \begin_layout Standard
7162 \begin_inset ERT
7163 status collapsed
7164
7165 \begin_layout Plain Layout
7166
7167
7168 \backslash
7169 setlength{
7170 \backslash
7171 LTcapwidth}{5cm}
7172 \end_layout
7173
7174 \end_inset
7175
7176
7177 \begin_inset Tabular
7178 <lyxtabular version="3" rows="6" columns="5">
7179 <features islongtable="true">
7180 <column alignment="center" valignment="top" width="0">
7181 <column alignment="center" valignment="top" width="0">
7182 <column alignment="center" valignment="top" width="0">
7183 <column alignment="center" valignment="top" width="0">
7184 <column alignment="center" valignment="top" width="0">
7185 <row caption="true">
7186 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 \begin_inset Caption
7191
7192 \begin_layout Plain Layout
7193 long titre complet avec la largeur réglée à 5
7194 \begin_inset space \thinspace{}
7195 \end_inset
7196
7197 cm long titre complet avec la largeur réglée à 5
7198 \begin_inset space \thinspace{}
7199 \end_inset
7200
7201 cm long titre complet avec la largeur réglée à 5
7202 \begin_inset space \thinspace{}
7203 \end_inset
7204
7205 cm
7206 \begin_inset OptArg
7207 status open
7208
7209 \begin_layout Plain Layout
7210 Légende avec largeur à
7211 \begin_inset space \thinspace{}
7212 \end_inset
7213
7214 =
7215 \begin_inset space \thinspace{}
7216 \end_inset
7217
7218 5
7219 \begin_inset space \thinspace{}
7220 \end_inset
7221
7222 cm
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \end_layout
7229
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 </row>
7274 <row>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 1
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 2
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 3
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 4
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 5
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 </row>
7321 <row>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 asd
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 s
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 s
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 s
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 asd
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 </row>
7368 <row>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 s
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 s
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7397 \begin_inset Text
7398
7399 \begin_layout Plain Layout
7400 s
7401 \end_layout
7402
7403 \end_inset
7404 </cell>
7405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7406 \begin_inset Text
7407
7408 \begin_layout Plain Layout
7409 asd
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 asd
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 s
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 s
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Plain Layout
7447 s
7448 \end_layout
7449
7450 \end_inset
7451 </cell>
7452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 asd
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 </row>
7462 <row>
7463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 asd
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 sad
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 asd
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 asd
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 asd
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 </lyxtabular>
7510
7511 \end_inset
7512
7513
7514 \end_layout
7515
7516 \begin_layout Standard
7517 \begin_inset ERT
7518 status collapsed
7519
7520 \begin_layout Plain Layout
7521
7522
7523 \backslash
7524 setlength{
7525 \backslash
7526 LTcapwidth}{4in}
7527 \end_layout
7528
7529 \end_inset
7530
7531
7532 \end_layout
7533
7534 \begin_layout Standard
7535 \begin_inset Note Greyedout
7536 status open
7537
7538 \begin_layout Plain Layout
7539
7540 \series bold
7541 Note:
7542 \series default
7543  Quand on utilise la paquetage LaTeX 
7544 \series bold
7545 caption
7546 \series default
7547
7548 \begin_inset Index
7549 status collapsed
7550
7551 \begin_layout Plain Layout
7552 Paquetages LaTeX ! caption
7553 \end_layout
7554
7555 \end_inset
7556
7557  , comme c'est les cas dans ce document, la légende prend toute la largeur
7558  de la page quand on utilise la largeur implicite de 4
7559 \begin_inset space \thinspace{}
7560 \end_inset
7561
7562 in pour 
7563 \series bold
7564
7565 \backslash
7566 LTcapwidth
7567 \series default
7568 .
7569  Pour avoir dans ce cas une légende qui fasse exactement 4
7570 \begin_inset space \thinspace{}
7571 \end_inset
7572
7573 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7574  comme par exemple 3.99
7575 \begin_inset space \thinspace{}
7576 \end_inset
7577
7578 in, soit utiliser la commande LaTeX 
7579 \series bold
7580
7581 \backslash
7582 captionsetup{width=valeur}
7583 \series default
7584  qui est disponible dans le paquetage 
7585 \series bold
7586 caption
7587 \series default
7588 .
7589 \end_layout
7590
7591 \end_inset
7592
7593
7594 \end_layout
7595
7596 \begin_layout Subsubsection
7597 Des Légendes différentes sur chaque page d'un tableau
7598 \begin_inset OptArg
7599 status collapsed
7600
7601 \begin_layout Plain Layout
7602 Légendes différentes
7603 \end_layout
7604
7605 \end_inset
7606
7607
7608 \begin_inset Index
7609 status collapsed
7610
7611 \begin_layout Plain Layout
7612 Tableaux longs ! Legendes@Légendes différentes par page
7613 \end_layout
7614
7615 \end_inset
7616
7617
7618 \end_layout
7619
7620 \begin_layout Standard
7621 Quand la légende du tableau pour les pages suivantes doit être différente
7622  de celle de la première page, insérez une légende avec la commande suivante
7623  en code TeX :
7624 \end_layout
7625
7626 \begin_layout Standard
7627
7628 \series bold
7629
7630 \backslash
7631 caption*{caption text}
7632 \backslash
7633
7634 \backslash
7635 %
7636 \end_layout
7637
7638 \begin_layout Standard
7639 dans une ligne de légende fictive qui sera marquée comme une entête.
7640  Le tableau
7641 \begin_inset space ~
7642 \end_inset
7643
7644
7645 \begin_inset CommandInset ref
7646 LatexCommand ref
7647 reference "tab:Légendes-tableau-différentes"
7648
7649 \end_inset
7650
7651  est un exemple de tableau long avec des légendes différentes et où la seconde
7652  légende ne contient pas le numéro du tableau.
7653 \end_layout
7654
7655 \begin_layout Standard
7656 \align center
7657 \begin_inset Tabular
7658 <lyxtabular version="3" rows="59" columns="3">
7659 <features islongtable="true" lastFootEmpty="true">
7660 <column alignment="left" valignment="top" width="0cm">
7661 <column alignment="left" valignment="top" width="0pt">
7662 <column alignment="center" valignment="top" width="0pt">
7663 <row caption="true">
7664 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 \begin_inset Caption
7669
7670 \begin_layout Plain Layout
7671 Exemple d'annuaire téléphonique
7672 \begin_inset CommandInset label
7673 LatexCommand label
7674 name "tab:Légendes-tableau-différentes"
7675
7676 \end_inset
7677
7678
7679 \begin_inset OptArg
7680 status collapsed
7681
7682 \begin_layout Plain Layout
7683 Exemple Annuaire 
7684 \end_layout
7685
7686 \end_inset
7687
7688
7689 \end_layout
7690
7691 \end_inset
7692
7693
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row endfirsthead="true">
7718 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row endfirsthead="true">
7749 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 NOM
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773
7774 \series bold
7775 TÉL.
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 </row>
7781 <row endhead="true">
7782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 \begin_inset ERT
7787 status open
7788
7789 \begin_layout Plain Layout
7790
7791
7792 \backslash
7793 caption*{Suite de l'exemple d'annuaire téléphonique}
7794 \backslash
7795
7796 \backslash
7797 %
7798 \end_layout
7799
7800 \end_inset
7801
7802
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row endhead="true">
7827 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \series bold
7833 Exemple d'annuaire téléphonique
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 </row>
7857 <row endhead="true">
7858 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7859 \begin_inset Text
7860
7861 \begin_layout Plain Layout
7862
7863 \series bold
7864 NOM
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \series bold
7884 TÉL.
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row endfoot="true">
7891 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 suite page suivante\SpecialChar \ldots{}
7896
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \series bold
7927 Annovi
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 Silvia
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 111
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \series bold
7958 Bertoli
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 Stefano
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 111
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \series bold
7989 Bozzi
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 Walter
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 111
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \series bold
8020 Cachia
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 Maria
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 111
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \series bold
8051 Cachia
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 Maurizio
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 111
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row>
8076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Cinquemani
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 Giusi
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 111
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 Colin
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 Bernard
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 111
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 <row>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142
8143 \series bold
8144 Concli
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Gianfranco
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 111
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 </row>
8168 <row>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173
8174 \series bold
8175 Dal Bosco
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 Carolina
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 111
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \series bold
8206 Dalpiaz
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 Annamaria
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 111
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 </row>
8230 <row>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235
8236 \series bold
8237 Feliciello
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 Domenico
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 111
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \series bold
8268 Focarelli
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 Paola
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 111
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \series bold
8299 Galletti
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 Oreste
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 111
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \series bold
8330 Gasparini
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 Franca
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 111
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 <row>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359
8360 \series bold
8361 Rizzardi
8362 \series default
8363
8364 \begin_inset Foot
8365 status open
8366
8367 \begin_layout Plain Layout
8368 Exemple de note de bas de page
8369 \end_layout
8370
8371 \end_inset
8372
8373
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 Paola
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 111
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 </row>
8397 <row>
8398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402
8403 \series bold
8404 Lassini
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 Giancarlo
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 111
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 </row>
8428 <row>
8429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433
8434 \series bold
8435 Malfatti
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 Luciano
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 111
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \series bold
8466 Malfatti
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 Valeriano
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 111
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 </row>
8490 <row>
8491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495
8496 \series bold
8497 Meneguzzo
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 Roberto
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 111
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \series bold
8528 Mezzadra
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 Roberto
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 111
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \series bold
8559 Pirpamer
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 Erich
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 111
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \series bold
8590 Pochiesa
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 Paolo
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 111, 222
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \series bold
8621 Radina
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 Claudio
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 111
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \series bold
8652 Stuffer
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 Oskar
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 111
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \series bold
8683 Tacchelli
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 Ugo
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 111
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 <row>
8708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712
8713 \series bold
8714 Tezzele
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 Margit
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 111
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \series bold
8745 Unterkalmsteiner
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 Frieda
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 111
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 </row>
8769 <row>
8770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774
8775 \series bold
8776 Vieider
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 Hilde
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 111
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \series bold
8807 Vigna
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 Jürgen
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 111
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 </row>
8831 <row>
8832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836
8837 \series bold
8838 Weber
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 Maurizio
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 111
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \series bold
8869 Winkler
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 Franz
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 111
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898  
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 <row>
8923 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927
8928 \series bold
8929 Annovi
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 Silvia
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 555
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \series bold
8960 Bertoli
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 Stefano
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 555
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 </row>
8984 <row>
8985 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989
8990 \series bold
8991 Bozzi
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 Walter
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009 555
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 <row>
9016 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \series bold
9022 Cachia
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 Maria
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040 555
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 </row>
9046 <row>
9047 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051
9052 \series bold
9053 Cachia
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 Maurizio
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 555
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 </row>
9077 <row>
9078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \series bold
9084 Cinquemani
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 Giusi
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 555
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \series bold
9115 Colin
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 Bernard
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 555
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \series bold
9146 Concli
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 Gianfranco
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 555
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \series bold
9177 Dal Bosco
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 Carolina
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 555
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \series bold
9208 Dalpiaz
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 Annamaria
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 555
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \series bold
9239 Feliciello
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 Domenico
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 555
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 </row>
9263 <row>
9264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268
9269 \series bold
9270 Focarelli
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 Paola
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 555
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \series bold
9301 Galletti
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 Oreste
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 555
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 </row>
9325 <row>
9326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9327 \begin_inset Text
9328
9329 \begin_layout Plain Layout
9330
9331 \series bold
9332 Gasparini
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 Franca
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 555
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \series bold
9363 Rizzardi
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Paola
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 555
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 </row>
9387 <row>
9388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392
9393 \series bold
9394 Lassini
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 Giancarlo
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 555
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 </row>
9418 <row>
9419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423
9424 \series bold
9425 Malfatti
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 Luciano
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 555
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row>
9450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \series bold
9456 Malfatti
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 Valeriano
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 555
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 </row>
9480 <row>
9481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9482 \begin_inset Text
9483
9484 \begin_layout Plain Layout
9485
9486 \series bold
9487 Meneguzzo
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496 Roberto
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 555
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 </row>
9511 <row>
9512 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9513 \begin_inset Text
9514
9515 \begin_layout Plain Layout
9516
9517 \series bold
9518 Mezzadra
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527 Roberto
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 555
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 </row>
9542 </lyxtabular>
9543
9544 \end_inset
9545
9546
9547 \end_layout
9548
9549 \begin_layout Section
9550 Questions particulières concernant les tableaux longs
9551 \begin_inset OptArg
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555 Questions sur les tableaux longs
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \begin_inset CommandInset label
9562 LatexCommand label
9563 name "sec:Questions-sur-tableaux-longs"
9564
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \begin_layout Subsection
9571 Calculs des pages des tableaux longs
9572 \begin_inset Index
9573 status collapsed
9574
9575 \begin_layout Plain Layout
9576 Tableaux longs ! Calculs
9577 \end_layout
9578
9579 \end_inset
9580
9581
9582 \end_layout
9583
9584 \begin_layout Standard
9585 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9586  en utilisant des blocs (chunks).
9587  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9588  mémoire de LaTeX.
9589  La valeur implicite est fixée pour des raisons historiques à seulement
9590  20 lignes de tableau.
9591  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9592  peut ralentir la création de votre document.
9593  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9594  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9595  préambule de votre document :
9596 \end_layout
9597
9598 \begin_layout Standard
9599
9600 \series bold
9601
9602 \backslash
9603 setcounter{LTchunksize}{100}
9604 \end_layout
9605
9606 \begin_layout Subsection
9607 Les Flottants et les Tableaux Longs
9608 \begin_inset Index
9609 status collapsed
9610
9611 \begin_layout Plain Layout
9612 Tableaux longs ! Flottants
9613 \end_layout
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \begin_layout Standard
9621 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9622  commence un tableau long.
9623  Pour éviter une telle situation, 
9624 \lang english
9625 insert a 
9626 \begin_inset Quotes eld
9627 \end_inset
9628
9629 clear page
9630 \begin_inset Quotes erd
9631 \end_inset
9632
9633  (menu
9634 \lang french
9635  
9636 \family sans
9637 Insérer\SpecialChar \menuseparator
9638 Typographie
9639 \begin_inset space ~
9640 \end_inset
9641
9642 spéciale\SpecialChar \menuseparator
9643 Saut de page (vide le tampon)
9644 \family default
9645
9646 \begin_inset space \thinspace{}
9647 \end_inset
9648
9649 ) juste avant votre tableau long.
9650 \end_layout
9651
9652 \begin_layout Subsection
9653 Sauts de pages forcés
9654 \begin_inset Index
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658 Tableaux longs ! Sauts de pages forcés
9659 \end_layout
9660
9661 \end_inset
9662
9663
9664 \end_layout
9665
9666 \begin_layout Standard
9667 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9668  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9669  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9670  de saut de ligne 
9671 \begin_inset Quotes eld
9672 \end_inset
9673
9674
9675 \backslash
9676
9677 \backslash
9678
9679 \begin_inset Quotes erd
9680 \end_inset
9681
9682  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9683  Avant la commande 
9684 \begin_inset Quotes eld
9685 \end_inset
9686
9687
9688 \backslash
9689
9690 \backslash
9691
9692 \begin_inset Quotes erd
9693 \end_inset
9694
9695 , vous devez insérer en code TeX, autant de caractères 
9696 \begin_inset Quotes eld
9697 \end_inset
9698
9699 &
9700 \begin_inset Quotes erd
9701 \end_inset
9702
9703  qu'il y a de colonnes après la cellule concernée.
9704  Le caractère 
9705 \begin_inset Quotes eld
9706 \end_inset
9707
9708 &
9709 \begin_inset Quotes erd
9710 \end_inset
9711
9712  sert à séparer les colonnes d'un tableau.
9713  Écrivez en code-TeX, après chaque 
9714 \begin_inset Quotes eld
9715 \end_inset
9716
9717 &
9718 \begin_inset Quotes erd
9719 \end_inset
9720
9721  le contenu des cellules correspondantes et en même temps supprimez le contenu
9722  de ces cellules dans le texte normal.
9723  
9724 \begin_inset Newline newline
9725 \end_inset
9726
9727 Après la commande 
9728 \backslash
9729
9730 \backslash
9731 , insérez autant de caractères 
9732 \begin_inset Quotes eld
9733 \end_inset
9734
9735 &
9736 \begin_inset Quotes erd
9737 \end_inset
9738
9739  qu'il y a de colonnes avant la colonne traitée.
9740  Dans le tableau
9741 \begin_inset space ~
9742 \end_inset
9743
9744
9745 \begin_inset CommandInset ref
9746 LatexCommand ref
9747 reference "tab:Tableau-saut-de-page"
9748
9749 \end_inset
9750
9751  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9752  suivie par une autre colonne.
9753  La commande suivante a donc été insérée en code TeX dans la cellule après
9754  le mot 
9755 \begin_inset Quotes eld
9756 \end_inset
9757
9758
9759 \emph on
9760 Castelchiodato,
9761 \emph default
9762
9763 \begin_inset Quotes erd
9764 \end_inset
9765
9766 :
9767 \end_layout
9768
9769 \begin_layout Standard
9770
9771 \series bold
9772 & 111
9773 \backslash
9774
9775 \backslash
9776  
9777 \backslash
9778 newpage
9779 \begin_inset Newline newline
9780 \end_inset
9781
9782 &
9783 \end_layout
9784
9785 \begin_layout Standard
9786 Le 
9787 \begin_inset Quotes eld
9788 \end_inset
9789
9790 111
9791 \begin_inset Quotes erd
9792 \end_inset
9793
9794  dans la troisième colonne de la ligne a été supprimé.
9795  
9796 \series bold
9797
9798 \backslash
9799 newpage
9800 \series default
9801  est nécessaire seulement quand un saut de page doit impérativement avoir
9802  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9803  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9804  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9805  est coupée, utilisez cette commande à la place de la précédente :
9806 \end_layout
9807
9808 \begin_layout Standard
9809
9810 \series bold
9811 & 111
9812 \backslash
9813
9814 \backslash
9815
9816 \begin_inset Newline newline
9817 \end_inset
9818
9819
9820 \backslash
9821 hline &
9822 \end_layout
9823
9824 \begin_layout Standard
9825 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9826  insérer la commande
9827 \end_layout
9828
9829 \begin_layout Standard
9830
9831 \series bold
9832
9833 \backslash
9834 setlength{
9835 \backslash
9836 parfillskip}{0pt}
9837 \end_layout
9838
9839 \begin_layout Standard
9840 au début de la cellule.
9841  Cela assure que la portion de la cellule qui va se trouver affichée sur
9842  la page suivante le sera avec toute la largeur de la cellule.
9843 \end_layout
9844
9845 \begin_layout Standard
9846 \align center
9847 \begin_inset Tabular
9848 <lyxtabular version="3" rows="38" columns="3">
9849 <features islongtable="true" lastFootEmpty="true">
9850 <column alignment="left" valignment="top" width="0cm">
9851 <column alignment="left" valignment="top" width="3cm">
9852 <column alignment="center" valignment="top" width="0pt">
9853 <row caption="true">
9854 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 \begin_inset Caption
9859
9860 \begin_layout Plain Layout
9861 Tableau avec un saut de page forcé dans une cellule
9862 \begin_inset CommandInset label
9863 LatexCommand label
9864 name "tab:Tableau-saut-de-page"
9865
9866 \end_inset
9867
9868
9869 \begin_inset OptArg
9870 status collapsed
9871
9872 \begin_layout Plain Layout
9873 Tableau avec un saut de page forcé dans une cellule
9874 \end_layout
9875
9876 \end_inset
9877
9878
9879 \end_layout
9880
9881 \end_inset
9882
9883
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row endfirsthead="true">
9908 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \series bold
9914 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 <row endfirsthead="true">
9939 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \series bold
9945 NOM
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963
9964 \series bold
9965 TÉL.
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 </row>
9971 <row endhead="true">
9972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 \begin_inset ERT
9977 status collapsed
9978
9979 \begin_layout Plain Layout
9980
9981
9982 \backslash
9983 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9984 \backslash
9985
9986 \backslash
9987 %
9988 \end_layout
9989
9990 \end_inset
9991
9992
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10007 \begin_inset Text
10008
10009 \begin_layout Plain Layout
10010
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 </row>
10016 <row endhead="true">
10017 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021  
10022 \series bold
10023 Exemple d'annuaire téléphonique
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10038 \begin_inset Text
10039
10040 \begin_layout Plain Layout
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row endhead="true">
10048 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \series bold
10054 NOM
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 TÉL.
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row endfoot="true">
10081 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 suite page suivante\SpecialChar \ldots{}
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \series bold
10117 Annovi
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 Silvia
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 111
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row>
10142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \series bold
10148 Bertoli
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 Stefano
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 111
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \series bold
10179 Bozzi
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 Walter
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 111
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row>
10204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 Cachia
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 Maria
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 111
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \series bold
10241 Cachia
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Maurizio
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 111
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272 Cinquemani
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 Giusi
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 111
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Colin
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Bernard
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Concli
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Gianfranco
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Dal Bosco
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Carolina
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Dalpiaz
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Annamaria
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Feliciello
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Domenico
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Focarelli
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Paola
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Galletti
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Oreste
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Gasparini
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Franca
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 111
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \series bold
10551 Lassini
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 Giancarlo
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 111
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Malfatti
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Luciano
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Malfatti
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Valeriano
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Meneguzzo
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Roberto
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Mezzadra
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Roberto
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Pirpamer
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Erich
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Pochiesa
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Paolo
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111, 222
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Radina
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Claudio
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Rizzardi
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Giancarlo, 11.
10809  Fürst von Montecompatri, 11.
10810  Fürst von Sulmona und Vivaro, 10.
10811  Fürst von Rossano, 5.
10812  Herzog von Canemorte, 11.
10813  Herzog von Palombara, 5.
10814  Herzog von Castelchiodato,
10815 \begin_inset ERT
10816 status open
10817
10818 \begin_layout Plain Layout
10819
10820 & 111
10821 \backslash
10822
10823 \backslash
10824  
10825 \backslash
10826 newpage
10827 \end_layout
10828
10829 \begin_layout Plain Layout
10830
10831 &
10832 \end_layout
10833
10834 \end_inset
10835
10836  11.
10837  Herzog von Poggionativo, 11.
10838  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10839  Graf von Valinfreda, 11.
10840  Baron von Cropalati, 11.
10841  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 </row>
10856 <row>
10857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861
10862 \series bold
10863 Stuffer
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 Oskar
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881 111
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 <row>
10888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892
10893 \series bold
10894 Tacchelli
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 Ugo
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 111
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 </row>
10918 <row>
10919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923
10924 \series bold
10925 Tezzele
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 Margit
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 111
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 </row>
10949 <row>
10950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954
10955 \series bold
10956 Unterkalmsteiner
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 Frieda
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 111
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 </row>
10980 <row>
10981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985
10986 \series bold
10987 Vieider
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996 Hilde
10997 \end_layout
10998
10999 \end_inset
11000 </cell>
11001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 111
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 </row>
11011 <row>
11012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11013 \begin_inset Text
11014
11015 \begin_layout Plain Layout
11016
11017 \series bold
11018 Vigna
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 Jürgen
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 111
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \series bold
11049 Weber
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 Maurizio
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 111
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 <row>
11074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078
11079 \series bold
11080 Winkler
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Plain Layout
11089 Franz
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 111
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 </row>
11104 </lyxtabular>
11105
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \begin_layout Section
11112 Colonnes et lignes à lignes multiples
11113 \end_layout
11114
11115 \begin_layout Subsection
11116 Lignes multiples dans une cellule de tableau
11117 \begin_inset CommandInset label
11118 LatexCommand label
11119 name "sub:Lignes-multiple-dans-cellule"
11120
11121 \end_inset
11122
11123
11124 \begin_inset Index
11125 status collapsed
11126
11127 \begin_layout Plain Layout
11128 Plusieurs lignes dans une case de tableau
11129 \end_layout
11130
11131 \end_inset
11132
11133
11134 \begin_inset Index
11135 status collapsed
11136
11137 \begin_layout Plain Layout
11138 Tableau ! Saut de ligne
11139 \end_layout
11140
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \begin_layout Standard
11147 \noindent
11148 \begin_inset Float table
11149 placement H
11150 wide false
11151 sideways false
11152 status open
11153
11154 \begin_layout Plain Layout
11155 \begin_inset Caption
11156
11157 \begin_layout Plain Layout
11158 \begin_inset CommandInset label
11159 LatexCommand label
11160 name "tab:Tableau-avec-plusieurs-lignes"
11161
11162 \end_inset
11163
11164 Tableau avec des lignes multiples dans une cellule
11165 \end_layout
11166
11167 \end_inset
11168
11169
11170 \end_layout
11171
11172 \begin_layout Plain Layout
11173 \align center
11174 \begin_inset Tabular
11175 <lyxtabular version="3" rows="3" columns="3">
11176 <features>
11177 <column alignment="center" valignment="middle" width="2.5cm">
11178 <column alignment="center" valignment="middle" width="0">
11179 <column alignment="center" valignment="middle" width="0">
11180 <row>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 Lignes
11186 \begin_inset Newline linebreak
11187 \end_inset
11188
11189 multiples
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 b
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 c
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 d
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 e
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 f
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 g
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 h
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 i
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 </lyxtabular>
11272
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \begin_layout Standard
11284 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11285  d'un paragraphe avec des sauts de lignes et des césures.
11286 \end_layout
11287
11288 \begin_layout Standard
11289 Pour obtenir le tableau
11290 \begin_inset space ~
11291 \end_inset
11292
11293
11294 \begin_inset CommandInset ref
11295 LatexCommand ref
11296 reference "tab:Tableau-avec-plusieurs-lignes"
11297
11298 \end_inset
11299
11300 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11301  droit dessus.
11302  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11303  2.5
11304 \begin_inset space \thinspace{}
11305 \end_inset
11306
11307 cm et choisissez les alignements vertical et horizontal centrés.
11308  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11309  Comme notre texte est plus petit que 2.5
11310 \begin_inset space \thinspace{}
11311 \end_inset
11312
11313 cm, une seule ligne va apparaître.
11314  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11315  
11316 \family sans
11317 Ctrl-Shift-Entrée
11318 \family default
11319 ).
11320  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11321 ement découpé en plusieurs lignes.
11322 \end_layout
11323
11324 \begin_layout Standard
11325 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11326  pas effectuer de césure si c'est le premier élément de la cellule.
11327  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11328  premier élément : Ajoutez un espace horizontal de 0
11329 \begin_inset space \thinspace{}
11330 \end_inset
11331
11332 pt juste avant votre mot.
11333  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11334  Le tableau
11335 \begin_inset space ~
11336 \end_inset
11337
11338
11339 \begin_inset CommandInset ref
11340 LatexCommand ref
11341 reference "tab:Tableau-césure"
11342
11343 \end_inset
11344
11345  montre l'effet de cette insertion.
11346 \end_layout
11347
11348 \begin_layout Standard
11349 \begin_inset Float table
11350 placement h
11351 wide false
11352 sideways false
11353 status open
11354
11355 \begin_layout Plain Layout
11356 \begin_inset Caption
11357
11358 \begin_layout Plain Layout
11359 \begin_inset CommandInset label
11360 LatexCommand label
11361 name "tab:Tableau-césure"
11362
11363 \end_inset
11364
11365 Tableau avec et sans césure.
11366 \end_layout
11367
11368 \end_inset
11369
11370
11371 \end_layout
11372
11373 \begin_layout Plain Layout
11374 \begin_inset space \hfill{}
11375 \end_inset
11376
11377
11378 \begin_inset Tabular
11379 <lyxtabular version="3" rows="3" columns="3">
11380 <features>
11381 <column alignment="center" valignment="middle" width="2.5cm">
11382 <column alignment="center" valignment="middle" width="0">
11383 <column alignment="center" valignment="middle" width="0">
11384 <row>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 mottrèslongdansunecellule
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 b
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 c
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 </row>
11413 <row>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 d
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 e
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 f
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 </row>
11442 <row>
11443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 g
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 h
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 i
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 </lyxtabular>
11472
11473 \end_inset
11474
11475
11476 \begin_inset space \hfill{}
11477 \end_inset
11478
11479
11480 \begin_inset Tabular
11481 <lyxtabular version="3" rows="3" columns="3">
11482 <features>
11483 <column alignment="center" valignment="middle" width="2.5cm">
11484 <column alignment="center" valignment="middle" width="0">
11485 <column alignment="center" valignment="middle" width="0">
11486 <row>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset space \hspace{}
11492 \length 0pt
11493 \end_inset
11494
11495 mottrèslongdansunecellule
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 b
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 c
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 </row>
11519 <row>
11520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 d
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 e
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 f
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 </row>
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 g
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 h
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 i
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 </lyxtabular>
11578
11579 \end_inset
11580
11581
11582 \begin_inset space \hfill{}
11583 \end_inset
11584
11585
11586 \end_layout
11587
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Subsection
11594 Multi-colonnes
11595 \begin_inset CommandInset label
11596 LatexCommand label
11597 name "sub:Multicolonnes"
11598
11599 \end_inset
11600
11601
11602 \begin_inset Index
11603 status collapsed
11604
11605 \begin_layout Plain Layout
11606 Multi-colonnes
11607 \end_layout
11608
11609 \end_inset
11610
11611
11612 \begin_inset Index
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616 Tableau ! Multi-colonnes
11617 \end_layout
11618
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \begin_layout Subsubsection
11625 Les Bases des Multicolonnes
11626 \end_layout
11627
11628 \begin_layout Standard
11629 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11630  qu'elle doit couvrir et utilisez soit le bouton
11631 \begin_inset Graphics
11632         filename ../../images/tabular-feature_multicolumn.png
11633         scale 85
11634         scaleBeforeRotation
11635
11636 \end_inset
11637
11638  de la barre d'outils tableau, ou le menu 
11639 \family sans
11640 Éditer\SpecialChar \menuseparator
11641 Tableau\SpecialChar \menuseparator
11642 Multi-colonnes
11643 \family default
11644 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11645  
11646 \family sans
11647 Multi-colonnes
11648 \family default
11649  
11650 \lang english
11651 in the appearing context menu.
11652 \end_layout
11653
11654 \begin_layout Standard
11655 Les multi-colonnes ont leurs propres paramètres de cellule.
11656  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11657  de la cellule, cela n'affecte que la cellule multi-colonne.
11658  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11659  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11660 \end_layout
11661
11662 \begin_layout Standard
11663 \align center
11664 \begin_inset Tabular
11665 <lyxtabular version="3" rows="3" columns="4">
11666 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11667 <column alignment="center" valignment="top" width="0pt">
11668 <column alignment="center" valignment="middle" width="0">
11669 <column alignment="center" valignment="top" width="0in">
11670 <column alignment="center" valignment="top" width="0pt">
11671 <row>
11672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 abc
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 def ghi
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 jkl
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 A
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 B
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 C
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 D
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 </row>
11747 <row>
11748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 1
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 2
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 3
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 4
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 </row>
11785 </lyxtabular>
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \begin_layout Subsubsection
11793 Calculs avec les multi-colonnes
11794 \begin_inset CommandInset label
11795 LatexCommand label
11796 name "sub:Calculs-multicolonnes"
11797
11798 \end_inset
11799
11800
11801 \begin_inset Index
11802 status collapsed
11803
11804 \begin_layout Plain Layout
11805 Multi-colonnes ! Calculs
11806 \end_layout
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Standard
11814 LyX gère directement les multi-colonnes, mais nous devons faire attention
11815  à la largeur des cellules couvertes par la cellule multicolonne.
11816 \end_layout
11817
11818 \begin_layout Standard
11819 \begin_inset Float table
11820 placement h
11821 wide false
11822 sideways false
11823 status open
11824
11825 \begin_layout Plain Layout
11826 \begin_inset Caption
11827
11828 \begin_layout Plain Layout
11829 \begin_inset CommandInset label
11830 LatexCommand label
11831 name "tab:Tableau-multicolonne-parfaite"
11832
11833 \end_inset
11834
11835 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11836  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11837 \begin_inset OptArg
11838 status open
11839
11840 \begin_layout Plain Layout
11841 Tableau avec multicolonne parfaite
11842 \end_layout
11843
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \end_inset
11850
11851
11852 \end_layout
11853
11854 \begin_layout Plain Layout
11855 \align center
11856 \begin_inset Tabular
11857 <lyxtabular version="3" rows="3" columns="3">
11858 <features>
11859 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11860 <column alignment="center" valignment="middle" width="0">
11861 <column alignment="center" valignment="top" width="0">
11862 <row>
11863 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 multicolonne sur plusieurs lignes
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 c
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 </row>
11891 <row>
11892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 d
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 e
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 f
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 </row>
11920 <row>
11921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 g
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 h
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 i
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 </row>
11949 </lyxtabular>
11950
11951 \end_inset
11952
11953
11954 \end_layout
11955
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \begin_layout Standard
11962 Par exemple, pour créer le tableau
11963 \begin_inset space ~
11964 \end_inset
11965
11966
11967 \begin_inset CommandInset ref
11968 LatexCommand ref
11969 reference "tab:Tableau-multicolonne-parfaite"
11970
11971 \end_inset
11972
11973 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11974  3×3 et faites un clic droit dessus.
11975  Ensuite choisissez pour cette cellule
11976 \emph on
11977 ,
11978 \emph default
11979  dans la fenêtre de dialogue de tableau, 
11980 \emph on
11981 multicolonne
11982 \emph default
11983
11984 \emph on
11985 alignement
11986 \begin_inset space ~
11987 \end_inset
11988
11989 horizontal
11990 \begin_inset space ~
11991 \end_inset
11992
11993 centré
11994 \emph default
11995  et une largeur de 2.5
11996 \begin_inset space \thinspace{}
11997 \end_inset
11998
11999 cm.
12000  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12001  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12002 \begin_inset space \thinspace{}
12003 \end_inset
12004
12005 cm pour la première colonne.
12006  La deuxième colonne aura alors automatiquement une largeur de 1.25
12007 \begin_inset space \thinspace{}
12008 \end_inset
12009
12010 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12011  C'est ce qui a été fait pour le tableau
12012 \begin_inset space ~
12013 \end_inset
12014
12015
12016 \begin_inset CommandInset ref
12017 LatexCommand ref
12018 reference "tab:Tableau-multicolonne-imparfait"
12019
12020 \end_inset
12021
12022 .
12023 \end_layout
12024
12025 \begin_layout Standard
12026 \begin_inset Float table
12027 wide false
12028 sideways false
12029 status open
12030
12031 \begin_layout Plain Layout
12032 \begin_inset Caption
12033
12034 \begin_layout Plain Layout
12035 \begin_inset CommandInset label
12036 LatexCommand label
12037 name "tab:Tableau-multicolonne-imparfait"
12038
12039 \end_inset
12040
12041 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12042  de la largeur de la cellule multicolonne.
12043 \begin_inset OptArg
12044 status open
12045
12046 \begin_layout Plain Layout
12047 Tableau avec multicolonne pas parfaite
12048 \end_layout
12049
12050 \end_inset
12051
12052
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \end_layout
12059
12060 \begin_layout Plain Layout
12061 \align center
12062 \begin_inset Tabular
12063 <lyxtabular version="3" rows="3" columns="3">
12064 <features>
12065 <column alignment="center" valignment="top" width="1.25cm">
12066 <column alignment="center" valignment="top" width="0">
12067 <column alignment="center" valignment="top" width="0">
12068 <row>
12069 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 multicolonne sur plusieurs lignes
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091 c
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 </row>
12097 <row>
12098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102 d
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111 e
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 f
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 <row>
12127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131 g
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 h
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 i
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 </row>
12155 </lyxtabular>
12156
12157 \end_inset
12158
12159
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12169  de la cellule multicolonne, elle est un peu plus large.
12170  La raison est que la taille que l'on donne à une cellule, 
12171 \begin_inset Formula $W_{g}$
12172 \end_inset
12173
12174  n'est pas sa taille totale, 
12175 \begin_inset Formula $W_{\mathrm{tot}}$
12176 \end_inset
12177
12178  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12179  lui donne.
12180  L'appendice
12181 \begin_inset space ~
12182 \end_inset
12183
12184
12185 \begin_inset CommandInset ref
12186 LatexCommand eqref
12187 reference "cha:Explication-de-l'Equation"
12188
12189 \end_inset
12190
12191  explique pourquoi en détail.
12192 \end_layout
12193
12194 \begin_layout Standard
12195 La largeur nécessaire 
12196 \begin_inset Formula $W_{g\, n}$
12197 \end_inset
12198
12199  quand 
12200 \emph on
12201 n
12202 \emph default
12203  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12204  ait une largeur totale de 
12205 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12206 \end_inset
12207
12208 :
12209 \begin_inset Formula \begin{equation}
12210 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12211
12212 \end_inset
12213
12214
12215 \end_layout
12216
12217 \begin_layout Standard
12218 Dans notre cas nous avons 
12219 \begin_inset Formula $n=2$
12220 \end_inset
12221
12222
12223 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12224 \end_inset
12225
12226 cm et les valeurs implicites pour les autres longueurs, l'équation
12227 \begin_inset space ~
12228 \end_inset
12229
12230
12231 \begin_inset CommandInset ref
12232 LatexCommand ref
12233 reference "eq:Wgn"
12234
12235 \end_inset
12236
12237  devient
12238 \begin_inset Formula \begin{equation}
12239 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12240
12241 \end_inset
12242
12243
12244 \end_layout
12245
12246 \begin_layout Standard
12247 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12248  
12249 \series bold
12250 calc
12251 \series default
12252  avec la ligne suivante dans le préambule du document
12253 \begin_inset Index
12254 status collapsed
12255
12256 \begin_layout Plain Layout
12257 Paquetages LaTeX ! calc
12258 \end_layout
12259
12260 \end_inset
12261
12262
12263 \end_layout
12264
12265 \begin_layout Standard
12266
12267 \series bold
12268
12269 \backslash
12270 usepackage{calc}
12271 \end_layout
12272
12273 \begin_layout Standard
12274 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12275  de dialogue.
12276  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12277  la fenêtre de dialogue.
12278  Voici un aperçu de ces paramètres :
12279 \end_layout
12280
12281 \begin_layout Itemize
12282
12283 \series bold
12284 p{largeur}
12285 \series default
12286  crée une cellule de taille donnée, le texte est aligné verticalement en
12287  haut.
12288 \end_layout
12289
12290 \begin_layout Itemize
12291
12292 \series bold
12293 m{largeur}
12294 \series default
12295  crée une cellule de taille donnée, le texte est aligné verticalement au
12296  centre
12297 \end_layout
12298
12299 \begin_layout Itemize
12300
12301 \series bold
12302 b{largeur}
12303 \series default
12304  crée une cellule de taille donnée, le texte est aligné verticalement en
12305  bas
12306 \end_layout
12307
12308 \begin_layout Standard
12309 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12310  la fenêtre de dialogue sont ignorés.
12311 \end_layout
12312
12313 \begin_layout Standard
12314 \begin_inset Note Greyedout
12315 status open
12316
12317 \begin_layout Plain Layout
12318
12319 \series bold
12320 Note:
12321 \series default
12322  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12323  en compte.
12324 \end_layout
12325
12326 \end_inset
12327
12328
12329 \end_layout
12330
12331 \begin_layout Standard
12332 Comme le texte doit être centré horizontalement, on ajoute la commande 
12333 \series bold
12334
12335 \backslash
12336 centering
12337 \series default
12338 .
12339  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12340  des colonnes recouvertes :
12341 \end_layout
12342
12343 \begin_layout Standard
12344
12345 \series bold
12346 >{
12347 \backslash
12348 centering}m{1.25cm-6.2pt}
12349 \end_layout
12350
12351 \begin_layout Standard
12352 La commande 
12353 \series bold
12354 >{ }
12355 \series default
12356  signifie que les commandes qui se trouvent entre les accolades doivent
12357  être appliquées avant que la cellule ne soit créée.
12358 \end_layout
12359
12360 \begin_layout Standard
12361 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12362  multicolonne, il est toujours aligné à gauche.
12363  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12364  isolées.
12365  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12366 \end_layout
12367
12368 \begin_layout Standard
12369
12370 \series bold
12371 >{
12372 \backslash
12373 centering}m{2.5cm}
12374 \end_layout
12375
12376 \begin_layout Subsection
12377 Multi-lignes
12378 \begin_inset Index
12379 status collapsed
12380
12381 \begin_layout Plain Layout
12382 Multi-lignes
12383 \end_layout
12384
12385 \end_inset
12386
12387
12388 \begin_inset Index
12389 status collapsed
12390
12391 \begin_layout Plain Layout
12392 Tableau ! Multi-ligne
12393 \end_layout
12394
12395 \end_inset
12396
12397
12398 \end_layout
12399
12400 \begin_layout Standard
12401 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12402  par LyX, il faut donc utiliser un peu de code TeX.
12403  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12404 \series bold
12405 multirow
12406 \series default
12407
12408 \begin_inset Index
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412 Paquetages LaTeX ! multirow
12413 \end_layout
12414
12415 \end_inset
12416
12417
12418 \series bold
12419  
12420 \series default
12421 dans le préambule de votre document avec la commande 
12422 \end_layout
12423
12424 \begin_layout Standard
12425
12426 \series bold
12427
12428 \backslash
12429 usepackage{multirow}
12430 \end_layout
12431
12432 \begin_layout Standard
12433 Les cellules multilignes sont créées avec la commande
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 multirow{number of rows}{cell width}{cell entry}
12442 \end_layout
12443
12444 \begin_layout Standard
12445 Pour créer le tableau suivant :
12446 \end_layout
12447
12448 \begin_layout Standard
12449 \align center
12450 \begin_inset ERT
12451 status collapsed
12452
12453 \begin_layout Plain Layout
12454
12455
12456 \backslash
12457 renewcommand{
12458 \backslash
12459 multirowsetup}{
12460 \backslash
12461 centering}
12462 \end_layout
12463
12464 \end_inset
12465
12466
12467 \begin_inset Tabular
12468 <lyxtabular version="3" rows="3" columns="3">
12469 <features>
12470 <column alignment="center" valignment="top" width="0">
12471 <column alignment="center" valignment="top" width="0">
12472 <column alignment="center" valignment="top" width="0">
12473 <row>
12474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12475 \begin_inset Text
12476
12477 \begin_layout Plain Layout
12478 a
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12484 \begin_inset Text
12485
12486 \begin_layout Plain Layout
12487 b
12488 \end_layout
12489
12490 \end_inset
12491 </cell>
12492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12493 \begin_inset Text
12494
12495 \begin_layout Plain Layout
12496 c
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 </row>
12502 <row>
12503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512
12513 \backslash
12514 multirow{2}{2.5cm}{
12515 \end_layout
12516
12517 \end_inset
12518
12519 cellule multi-lignes
12520 \begin_inset ERT
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524
12525 }
12526 \end_layout
12527
12528 \end_inset
12529
12530
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 e
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 f
12549 \end_layout
12550
12551 \end_inset
12552 </cell>
12553 </row>
12554 <row>
12555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12565 \begin_inset Text
12566
12567 \begin_layout Plain Layout
12568 h
12569 \end_layout
12570
12571 \end_inset
12572 </cell>
12573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12574 \begin_inset Text
12575
12576 \begin_layout Plain Layout
12577 i
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 </row>
12583 </lyxtabular>
12584
12585 \end_inset
12586
12587
12588 \begin_inset ERT
12589 status collapsed
12590
12591 \begin_layout Plain Layout
12592
12593
12594 \backslash
12595 renewcommand{
12596 \backslash
12597 multirowsetup}{
12598 \backslash
12599 raggedright}
12600 \end_layout
12601
12602 \end_inset
12603
12604
12605 \end_layout
12606
12607 \begin_layout Standard
12608 créez un tableau 3×3.
12609  Désactivez la bordure supérieure de la dernière cellule dans la première
12610  colonne.
12611  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12612  première colonne en y insérant la commande
12613 \end_layout
12614
12615 \begin_layout Standard
12616
12617 \series bold
12618
12619 \backslash
12620 multirow{2}{2.5cm}{
12621 \end_layout
12622
12623 \begin_layout Standard
12624 comme du code TeX.
12625  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12626  deux lignes et a une largeur de 2.5
12627 \begin_inset space \thinspace{}
12628 \end_inset
12629
12630 cm.
12631  Le contenu de la cellule suit le code TeX et on termine la commande en
12632  ajoutant l'accolade fermante 
12633 \series bold
12634 }
12635 \series default
12636  dans une nouvelle boîte de code TeX, juste après le texte.
12637 \end_layout
12638
12639 \begin_layout Standard
12640
12641 \series bold
12642
12643 \backslash
12644 multirow
12645 \series default
12646  aligne implicitement son contenu à gauche.
12647  Pour passer outre le comportement implicite, vous devez redéfinir la commande
12648  
12649 \series bold
12650
12651 \backslash
12652 multirowsetup
12653 \series default
12654  avec la commande
12655 \end_layout
12656
12657 \begin_layout Standard
12658
12659 \series bold
12660
12661 \backslash
12662 renewcommand{
12663 \backslash
12664 multirowsetup}{
12665 \backslash
12666 centering}
12667 \end_layout
12668
12669 \begin_layout Standard
12670 dans le préambule du document.
12671  Après ça, tous les contenus de cellules multi-lignes du document seront
12672  centrés.
12673  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12674  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12675  juste avant le tableau concerné, plutôt que dans le préambule.
12676  Si le texte doit être aligné à droite, remplacez 
12677 \series bold
12678
12679 \backslash
12680 centering
12681 \series default
12682  par 
12683 \series bold
12684
12685 \backslash
12686 raggedleft
12687 \series default
12688 .
12689  Pour revenir à l'alignement à gauche utilisez 
12690 \series bold
12691
12692 \backslash
12693 raggedright
12694 \series default
12695 .
12696 \end_layout
12697
12698 \begin_layout Section
12699 Les Tableaux Formels
12700 \begin_inset CommandInset label
12701 LatexCommand label
12702 name "sec:Tableaux-Formels"
12703
12704 \end_inset
12705
12706
12707 \begin_inset Index
12708 status collapsed
12709
12710 \begin_layout Plain Layout
12711 Tableau ! Formel
12712 \end_layout
12713
12714 \end_inset
12715
12716
12717 \end_layout
12718
12719 \begin_layout Standard
12720 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12721  à celle du tableau
12722 \begin_inset space ~
12723 \end_inset
12724
12725
12726 \begin_inset CommandInset ref
12727 LatexCommand ref
12728 reference "tab:Exemple-tableau-booktabs"
12729
12730 \end_inset
12731
12732 .
12733  Ce genre de tableau est appelé 
12734 \begin_inset Quotes eld
12735 \end_inset
12736
12737
12738 \emph on
12739 formel
12740 \emph default
12741
12742 \begin_inset Quotes erd
12743 \end_inset
12744
12745 .
12746  Pour transformer un tableau en tableau formel, utilisez l'option 
12747 \family sans
12748 Formel
12749 \family default
12750  de l'onglet 
12751 \family sans
12752 Bordures
12753 \family default
12754  de la fenêtre de dialogue 
12755 \family sans
12756 Paramètres
12757 \begin_inset space ~
12758 \end_inset
12759
12760 du
12761 \begin_inset space ~
12762 \end_inset
12763
12764 tableau
12765 \family default
12766 .
12767 \end_layout
12768
12769 \begin_layout Standard
12770 \begin_inset Float table
12771 placement h
12772 wide false
12773 sideways false
12774 status open
12775
12776 \begin_layout Plain Layout
12777 \begin_inset Caption
12778
12779 \begin_layout Plain Layout
12780 \begin_inset CommandInset label
12781 LatexCommand label
12782 name "tab:Exemple-tableau-booktabs"
12783
12784 \end_inset
12785
12786 Exemple de tableau formel
12787 \end_layout
12788
12789 \end_inset
12790
12791
12792 \end_layout
12793
12794 \begin_layout Plain Layout
12795 \align center
12796 \begin_inset Tabular
12797 <lyxtabular version="3" rows="8" columns="4">
12798 <features booktabs="true">
12799 <column alignment="center" valignment="top" width="0">
12800 <column alignment="center" valignment="top" width="0">
12801 <column alignment="center" valignment="top" width="0">
12802 <column alignment="center" valignment="top" width="0">
12803 <row>
12804 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12805 \begin_inset Text
12806
12807 \begin_layout Plain Layout
12808 Système
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 Chip
12818 \begin_inset space \thinspace{}
12819 \end_inset
12820
12821 1
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 Chip
12831 \begin_inset space \thinspace{}
12832 \end_inset
12833
12834 2
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 </row>
12849 <row>
12850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 \begin_inset ERT
12855 status collapsed
12856
12857 \begin_layout Plain Layout
12858
12859
12860 \backslash
12861 cmidrule(r){2-2}
12862 \end_layout
12863
12864 \end_inset
12865
12866
12867 \begin_inset ERT
12868 status collapsed
12869
12870 \begin_layout Plain Layout
12871
12872
12873 \backslash
12874 cmidrule(l){3-4}
12875 \end_layout
12876
12877 \end_inset
12878
12879 Épaisseur du capteur en µm
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 300
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 300
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 700
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 </row>
12912 <row>
12913 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 Angle du biseau en °
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" topline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 3.55
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 2.71
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 7.99
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 <row topspace="default">
12951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955 Résolution spatiale en µm
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 <cell alignment="center" valignment="top" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964 4.26
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 10.17
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 <cell alignment="center" valignment="top" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 10.56
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 </row>
12988 <row topspace="default">
12989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 MTF à 
12994 \begin_inset Formula $f_{\mathrm{max}}$
12995 \end_inset
12996
12997
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 <cell alignment="center" valignment="top" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 0.53
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 0.37
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 <cell alignment="center" valignment="top" usebox="none">
13021 \begin_inset Text
13022
13023 \begin_layout Plain Layout
13024 0.39
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 </row>
13030 <row topspace="default">
13031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 \begin_inset ERT
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039
13040
13041 \backslash
13042 cmidrule(l{10pt}){1-1}
13043 \end_layout
13044
13045 \end_inset
13046
13047 résolution spatiale LSF
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 <cell alignment="center" valignment="top" usebox="none">
13071 \begin_inset Text
13072
13073 \begin_layout Plain Layout
13074
13075 \end_layout
13076
13077 \end_inset
13078 </cell>
13079 </row>
13080 <row>
13081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Plain Layout
13085 en µm
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 <cell alignment="center" valignment="top" usebox="none">
13091 \begin_inset Text
13092
13093 \begin_layout Plain Layout
13094 129.7
13095 \end_layout
13096
13097 \end_inset
13098 </cell>
13099 <cell alignment="center" valignment="top" usebox="none">
13100 \begin_inset Text
13101
13102 \begin_layout Plain Layout
13103 52.75
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 50.78
13113 \end_layout
13114
13115 \end_inset
13116 </cell>
13117 </row>
13118 <row>
13119 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 en % de la taille des pixels
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 76.3
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 95.9
13142 \end_layout
13143
13144 \end_inset
13145 </cell>
13146 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13147 \begin_inset Text
13148
13149 \begin_layout Plain Layout
13150 92.3
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 </row>
13156 </lyxtabular>
13157
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \end_inset
13164
13165
13166 \end_layout
13167
13168 \begin_layout Standard
13169 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13170  
13171 \family sans
13172 Bordures
13173 \family default
13174  de la fenêtre de dialogue 
13175 \family sans
13176 Paramètres
13177 \begin_inset space ~
13178 \end_inset
13179
13180 du
13181 \begin_inset space ~
13182 \end_inset
13183
13184 tableau
13185 \family default
13186  comme c'est décrit dans la section
13187 \begin_inset space ~
13188 \end_inset
13189
13190
13191 \begin_inset CommandInset ref
13192 LatexCommand ref
13193 reference "sub:Espacement-lignes"
13194
13195 \end_inset
13196
13197 .
13198 \end_layout
13199
13200 \begin_layout Standard
13201 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13202  verticales.
13203  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13204  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13205  sortie imprimée :
13206 \begin_inset Newline newline
13207 \end_inset
13208
13209 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13210 \begin_inset space \thinspace{}
13211 \end_inset
13212
13213 em alors que les autres lignes ont implicite une épaisseur de 0.05
13214 \begin_inset space \thinspace{}
13215 \end_inset
13216
13217 em.
13218 \end_layout
13219
13220 \begin_layout Standard
13221 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13222  les lignes de préambule suivantes :
13223 \end_layout
13224
13225 \begin_layout Standard
13226
13227 \series bold
13228
13229 \backslash
13230 let
13231 \backslash
13232 mytoprule
13233 \backslash
13234 toprule
13235 \begin_inset Newline newline
13236 \end_inset
13237
13238
13239 \backslash
13240 renewcommand{
13241 \backslash
13242 toprule}{
13243 \backslash
13244 mytoprule[width]}
13245 \end_layout
13246
13247 \begin_layout Standard
13248 Cet exemple concerne la première ligne, appelée 
13249 \series bold
13250 toprule
13251 \series default
13252 .
13253  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13254 \series bold
13255 toprule
13256 \series default
13257  par 
13258 \series bold
13259 bottomrule
13260 \series default
13261 .
13262  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13263  
13264 \series bold
13265 toprule
13266 \series default
13267  par 
13268 \series bold
13269 midrule
13270 \series default
13271 .
13272  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13273 \begin_inset space ~
13274 \end_inset
13275
13276
13277 \begin_inset CommandInset ref
13278 LatexCommand ref
13279 reference "cha:Unités-de-longueur"
13280
13281 \end_inset
13282
13283  pour préciser l'épaisseur voulue.
13284 \end_layout
13285
13286 \begin_layout Standard
13287 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13288  en mettant une ligne pour une cellule multi colonne.
13289  LyX va utiliser en interne la commande 
13290 \series bold
13291
13292 \backslash
13293 cmidrule
13294 \series default
13295  pour créer cette ligne.
13296  Sa syntaxe complète est :
13297 \end_layout
13298
13299 \begin_layout Standard
13300
13301 \series bold
13302
13303 \backslash
13304 cmidrule[largeur](rognage){colDépart-colFin}
13305 \end_layout
13306
13307 \begin_layout Standard
13308 Les options de la commande 
13309 \series bold
13310
13311 \backslash
13312 cmidrule
13313 \series default
13314  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13315  TeX pour pouvoir les utiliser.
13316  On peut créer manuellement des lignes 
13317 \series bold
13318
13319 \backslash
13320 mitrales
13321 \series default
13322  en insérant la commande en code TeX comme le premier élément de la première
13323  cellule de la ligne.
13324  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13325  en question.
13326 \end_layout
13327
13328 \begin_layout Standard
13329 La valeur implicite pour l'épaisseur des lignes est de 0.03
13330 \begin_inset space \thinspace{}
13331 \end_inset
13332
13333 em.
13334  
13335 \series bold
13336 colDépart
13337 \series default
13338  est le numéro de la colonne dans laquelle la ligne commence et 
13339 \series bold
13340 colFin
13341 \series default
13342  est le numéro de la colonne dans laquelle elle se termine.
13343  La valeur de 
13344 \series bold
13345 colFin
13346 \series default
13347  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13348  Le paramètre optionnel 
13349 \series bold
13350 rognage
13351 \series default
13352  peut être soit 
13353 \emph on
13354 l{largeurRognage}
13355 \emph default
13356 , ou 
13357 \emph on
13358 r{largeurRognage}
13359 \emph default
13360  où les valeurs de
13361 \emph on
13362  largeurRognage
13363 \emph default
13364  sont aussi optionnelles.
13365  En utilisant par exemple la valeur 
13366 \emph on
13367 l{2pt}
13368 \emph default
13369  pour ce paramètre, la ligne va être rognée de 2
13370 \begin_inset space \thinspace{}
13371 \end_inset
13372
13373 pt à son extrémité gauche.
13374  Si vous ne spécifiez pas de valeur pour 
13375 \emph on
13376 largeurRognage
13377 \emph default
13378  les lignes sont implicitement rognées de 0.5
13379 \begin_inset space \thinspace{}
13380 \end_inset
13381
13382 em.
13383 \end_layout
13384
13385 \begin_layout Standard
13386 \begin_inset VSpace bigskip
13387 \end_inset
13388
13389 Le tableau
13390 \begin_inset space ~
13391 \end_inset
13392
13393
13394 \begin_inset CommandInset ref
13395 LatexCommand ref
13396 reference "tab:Exemple-tableau-booktabs"
13397
13398 \end_inset
13399
13400  a été créé en utilisant les commandes
13401 \end_layout
13402
13403 \begin_layout Standard
13404
13405 \series bold
13406
13407 \backslash
13408 cmidrule(r){2-2}
13409 \backslash
13410 cmidrule(l){3-4}
13411 \end_layout
13412
13413 \begin_layout Standard
13414 au début de la deuxième ligne et
13415 \end_layout
13416
13417 \begin_layout Standard
13418
13419 \series bold
13420
13421 \backslash
13422 cmidrule(l{10pt}){1-1}
13423 \end_layout
13424
13425 \begin_layout Standard
13426 au début de la sixième ligne.
13427 \end_layout
13428
13429 \begin_layout Standard
13430 \begin_inset VSpace bigskip
13431 \end_inset
13432
13433
13434 \end_layout
13435
13436 \begin_layout Standard
13437 Vous pouvez vouloir des commandes 
13438 \series bold
13439
13440 \backslash
13441 cmidrule
13442 \series default
13443 s qui se recouvrent comme pour le tableau
13444 \begin_inset space ~
13445 \end_inset
13446
13447
13448 \begin_inset CommandInset ref
13449 LatexCommand ref
13450 reference "tab:Tableau-booktabs-special"
13451
13452 \end_inset
13453
13454 .
13455  On obtient ce résultat en utilisant la commande suivante en code TeX
13456 \end_layout
13457
13458 \begin_layout Standard
13459
13460 \series bold
13461
13462 \backslash
13463 morecmidrules
13464 \end_layout
13465
13466 \begin_layout Standard
13467 La commande qui a été utilisée pour la deuxième ligne du tableau
13468 \begin_inset space ~
13469 \end_inset
13470
13471
13472 \begin_inset CommandInset ref
13473 LatexCommand ref
13474 reference "tab:Tableau-booktabs-special"
13475
13476 \end_inset
13477
13478  est
13479 \end_layout
13480
13481 \begin_layout Standard
13482
13483 \series bold
13484
13485 \backslash
13486 cmidrule(r){2-2}
13487 \backslash
13488 cmidrule(l){3-4}
13489 \backslash
13490 morecmidrules
13491 \backslash
13492 cmidrule{2-4}
13493 \end_layout
13494
13495 \begin_layout Standard
13496 La commande pour la sixième ligne est
13497 \end_layout
13498
13499 \begin_layout Standard
13500
13501 \series bold
13502
13503 \backslash
13504 midrule
13505 \backslash
13506 morecmidrules
13507 \backslash
13508 cmidrule{3-4}
13509 \end_layout
13510
13511 \begin_layout Standard
13512 \begin_inset VSpace bigskip
13513 \end_inset
13514
13515
13516 \end_layout
13517
13518 \begin_layout Standard
13519 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13520 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13521  font toute la largeur du tableau :
13522 \end_layout
13523
13524 \begin_layout Standard
13525
13526 \series bold
13527
13528 \backslash
13529 specialrule{largeur}{espace au dessus}{espace en dessous}
13530 \end_layout
13531
13532 \begin_layout Standard
13533 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13534  du paquetage LaTeX 
13535 \series bold
13536 booktabs
13537 \series default
13538  
13539 \begin_inset CommandInset citation
13540 LatexCommand cite
13541 key "booktabs"
13542
13543 \end_inset
13544
13545 .
13546 \begin_inset Index
13547 status collapsed
13548
13549 \begin_layout Plain Layout
13550 Paquetages LaTeX ! booktabs
13551 \end_layout
13552
13553 \end_inset
13554
13555
13556 \end_layout
13557
13558 \begin_layout Standard
13559 \begin_inset Float table
13560 placement h
13561 wide false
13562 sideways false
13563 status open
13564
13565 \begin_layout Plain Layout
13566 \begin_inset Caption
13567
13568 \begin_layout Plain Layout
13569 \begin_inset CommandInset label
13570 LatexCommand label
13571 name "tab:Tableau-booktabs-special"
13572
13573 \end_inset
13574
13575 Tableau formel spécial
13576 \end_layout
13577
13578 \end_inset
13579
13580
13581 \end_layout
13582
13583 \begin_layout Plain Layout
13584 \align center
13585 \begin_inset Tabular
13586 <lyxtabular version="3" rows="8" columns="4">
13587 <features booktabs="true">
13588 <column alignment="center" valignment="top" width="0">
13589 <column alignment="center" valignment="top" width="0">
13590 <column alignment="center" valignment="top" width="0">
13591 <column alignment="center" valignment="top" width="0">
13592 <row>
13593 <cell alignment="center" valignment="top" topline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 Système
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" topline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 Chip
13607 \begin_inset space \thinspace{}
13608 \end_inset
13609
13610 1
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 Chip
13620 \begin_inset space \thinspace{}
13621 \end_inset
13622
13623 2
13624 \end_layout
13625
13626 \end_inset
13627 </cell>
13628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13629 \begin_inset Text
13630
13631 \begin_layout Plain Layout
13632
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 </row>
13638 <row>
13639 <cell alignment="center" valignment="top" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643 \begin_inset ERT
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647
13648
13649 \backslash
13650 cmidrule(r){2-2}
13651 \end_layout
13652
13653 \end_inset
13654
13655
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661
13662 \backslash
13663 cmidrule(l){3-4}
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \begin_inset ERT
13670 status collapsed
13671
13672 \begin_layout Plain Layout
13673
13674
13675 \backslash
13676 morecmidrules 
13677 \end_layout
13678
13679 \end_inset
13680
13681
13682 \begin_inset ERT
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686
13687
13688 \backslash
13689 cmidrule{2-4}
13690 \end_layout
13691
13692 \end_inset
13693
13694 Epaisseur du capteur en µm
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 300
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 300
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 700
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 <row>
13728 <cell alignment="center" valignment="top" topline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 Angle biseau en °
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 <cell alignment="center" valignment="top" topline="true" usebox="none">
13738 \begin_inset Text
13739
13740 \begin_layout Plain Layout
13741 3.55
13742 \end_layout
13743
13744 \end_inset
13745 </cell>
13746 <cell alignment="center" valignment="top" topline="true" usebox="none">
13747 \begin_inset Text
13748
13749 \begin_layout Plain Layout
13750 2.71
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 <cell alignment="center" valignment="top" topline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 7.99
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 </row>
13765 <row topspace="default">
13766 <cell alignment="center" valignment="top" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 Résolution spatiale en µm
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 4.26
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 10.17
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 10.56
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row topspace="default">
13804 <cell alignment="center" valignment="top" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 MTF à 
13809 \begin_inset Formula $f_{\mathrm{max}}$
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 0.53
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 0.37
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 0.39
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 </row>
13845 <row>
13846 <cell alignment="center" valignment="top" topline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 \begin_inset ERT
13851 status collapsed
13852
13853 \begin_layout Plain Layout
13854
13855
13856 \backslash
13857 morecmidrules 
13858 \end_layout
13859
13860 \end_inset
13861
13862
13863 \begin_inset ERT
13864 status collapsed
13865
13866 \begin_layout Plain Layout
13867
13868
13869 \backslash
13870 cmidrule{3-4}
13871 \end_layout
13872
13873 \end_inset
13874
13875 résolution spatiale LSF
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 </row>
13908 <row>
13909 <cell alignment="center" valignment="top" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 en µm
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 <cell alignment="center" valignment="top" usebox="none">
13919 \begin_inset Text
13920
13921 \begin_layout Plain Layout
13922 129.7
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 <cell alignment="center" valignment="top" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931 52.75
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 <cell alignment="center" valignment="top" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Plain Layout
13940 50.78
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 </row>
13946 <row>
13947 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951 en % de la taille des pixels
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Plain Layout
13960 76.3
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 95.9
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 92.3
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 </row>
13984 </lyxtabular>
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \begin_layout Section
13997 Alignement Vertical des Tableaux
13998 \begin_inset Index
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002 Tableau ! Alignement
14003 \end_layout
14004
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \begin_layout Standard
14011 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14012  doit être à l'intérieur d'une boîte.
14013  La boîte peut alors être alignée comme c'est décrit dans la 
14014 \begin_inset space ~
14015 \end_inset
14016
14017
14018 \begin_inset CommandInset ref
14019 LatexCommand ref
14020 reference "sec:Boîte-Dialogue"
14021
14022 \end_inset
14023
14024 .
14025 \end_layout
14026
14027 \begin_layout Standard
14028 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14029  minipage
14030 \begin_inset Foot
14031 status open
14032
14033 \begin_layout Plain Layout
14034 Les minipages son décrites dans la section
14035 \begin_inset space ~
14036 \end_inset
14037
14038
14039 \begin_inset CommandInset ref
14040 LatexCommand ref
14041 reference "sec:Minipages"
14042
14043 \end_inset
14044
14045 .
14046 \end_layout
14047
14048 \end_inset
14049
14050  dont la largeur est de 15
14051 \begin_inset space \thinspace{}
14052 \end_inset
14053
14054 col% :
14055 \end_layout
14056
14057 \begin_layout Itemize
14058 test 
14059 \begin_inset Box Frameless
14060 position "t"
14061 hor_pos "c"
14062 has_inner_box 1
14063 inner_pos "c"
14064 use_parbox 0
14065 width "15col%"
14066 special "none"
14067 height "1in"
14068 height_special "totalheight"
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072 \begin_inset Tabular
14073 <lyxtabular version="3" rows="3" columns="3">
14074 <features>
14075 <column alignment="center" valignment="top" width="0">
14076 <column alignment="center" valignment="top" width="0">
14077 <column alignment="center" valignment="top" width="0">
14078 <row>
14079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 a
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 d
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 g
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 </row>
14107 <row>
14108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112 b
14113 \end_layout
14114
14115 \end_inset
14116 </cell>
14117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 e
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 h
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 </row>
14136 <row>
14137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141 c
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 f
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 i
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 </row>
14165 </lyxtabular>
14166
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \end_inset
14173
14174  test 
14175 \begin_inset ERT
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179
14180
14181 \backslash
14182 raisebox{0.85
14183 \backslash
14184 baselineskip}{
14185 \end_layout
14186
14187 \end_inset
14188
14189
14190 \begin_inset Box Frameless
14191 position "t"
14192 hor_pos "c"
14193 has_inner_box 1
14194 inner_pos "c"
14195 use_parbox 0
14196 width "15col%"
14197 special "none"
14198 height "1in"
14199 height_special "totalheight"
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203 \begin_inset Tabular
14204 <lyxtabular version="3" rows="3" columns="3">
14205 <features>
14206 <column alignment="center" valignment="top" width="0">
14207 <column alignment="center" valignment="top" width="0">
14208 <column alignment="center" valignment="top" width="0">
14209 <row>
14210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214 a
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223 d
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 g
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 </row>
14238 <row>
14239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 b
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 e
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 h
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 </row>
14267 <row>
14268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 c
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 f
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 i
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 </lyxtabular>
14297
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \end_inset
14304
14305
14306 \begin_inset ERT
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310
14311 }
14312 \end_layout
14313
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \begin_layout Itemize
14320 test 
14321 \begin_inset Box Frameless
14322 position "c"
14323 hor_pos "c"
14324 has_inner_box 1
14325 inner_pos "c"
14326 use_parbox 0
14327 width "15col%"
14328 special "none"
14329 height "1in"
14330 height_special "totalheight"
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334 \begin_inset Tabular
14335 <lyxtabular version="3" rows="3" columns="3">
14336 <features>
14337 <column alignment="center" valignment="top" width="0">
14338 <column alignment="center" valignment="top" width="0">
14339 <column alignment="center" valignment="top" width="0">
14340 <row>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 a
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354 d
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 g
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 </row>
14369 <row>
14370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 b
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 e
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 h
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 </row>
14398 <row>
14399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 c
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 f
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 i
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 </row>
14427 </lyxtabular>
14428
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \begin_layout Itemize
14440 test 
14441 \begin_inset Box Frameless
14442 position "b"
14443 hor_pos "c"
14444 has_inner_box 1
14445 inner_pos "c"
14446 use_parbox 0
14447 width "15col%"
14448 special "none"
14449 height "1in"
14450 height_special "totalheight"
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454 \begin_inset Tabular
14455 <lyxtabular version="3" rows="3" columns="3">
14456 <features>
14457 <column alignment="center" valignment="top" width="0">
14458 <column alignment="center" valignment="top" width="0">
14459 <column alignment="center" valignment="top" width="0">
14460 <row>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 a
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 d
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14480 \begin_inset Text
14481
14482 \begin_layout Plain Layout
14483 g
14484 \end_layout
14485
14486 \end_inset
14487 </cell>
14488 </row>
14489 <row>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 b
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 e
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 h
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 c
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 f
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 i
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 </row>
14547 </lyxtabular>
14548
14549 \end_inset
14550
14551
14552 \end_layout
14553
14554 \end_inset
14555
14556  test 
14557 \begin_inset ERT
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561
14562
14563 \backslash
14564 raisebox{-0.32
14565 \backslash
14566 baselineskip}{
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \begin_inset Box Frameless
14573 position "b"
14574 hor_pos "c"
14575 has_inner_box 1
14576 inner_pos "c"
14577 use_parbox 0
14578 width "15col%"
14579 special "none"
14580 height "1in"
14581 height_special "totalheight"
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585 \begin_inset Tabular
14586 <lyxtabular version="3" rows="3" columns="3">
14587 <features>
14588 <column alignment="center" valignment="top" width="0">
14589 <column alignment="center" valignment="top" width="0">
14590 <column alignment="center" valignment="top" width="0">
14591 <row>
14592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 a
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 d
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 g
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 </row>
14620 <row>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 b
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634 e
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 h
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 </row>
14649 <row>
14650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 c
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663 f
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 i
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 </row>
14678 </lyxtabular>
14679
14680 \end_inset
14681
14682
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693 }
14694 \end_layout
14695
14696 \end_inset
14697
14698
14699 \end_layout
14700
14701 \begin_layout Standard
14702 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14703  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14704  la ligne dans laquelle le tableau est inséré.
14705  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14706  boîte élévatrice (raisebox)
14707 \begin_inset Foot
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14712 \begin_inset space ~
14713 \end_inset
14714
14715
14716 \begin_inset CommandInset ref
14717 LatexCommand ref
14718 reference "sub:Alignement-Vertical"
14719
14720 \end_inset
14721
14722 .
14723 \end_layout
14724
14725 \end_inset
14726
14727 .
14728  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14729  aligné en utilisant la commande en code TeX suivante 
14730 \end_layout
14731
14732 \begin_layout Standard
14733
14734 \series bold
14735
14736 \backslash
14737 raisebox{0.85
14738 \backslash
14739 baselineskip}{
14740 \end_layout
14741
14742 \begin_layout Standard
14743 placée juste avant la boîte minipage.
14744  Après la boîte on insère l'accolade fermante en code TeX.
14745  Pour le deuxième tableau de la dernière ligne, la commande 
14746 \end_layout
14747
14748 \begin_layout Standard
14749
14750 \series bold
14751
14752 \backslash
14753 raisebox{-0.32
14754 \backslash
14755 baselineskip}{
14756 \end_layout
14757
14758 \begin_layout Standard
14759 est utilisée.
14760 \end_layout
14761
14762 \begin_layout Standard
14763 \begin_inset Note Greyedout
14764 status open
14765
14766 \begin_layout Plain Layout
14767
14768 \series bold
14769 Note:
14770 \series default
14771  L'alignement entre le contenu de la ligne du tableau et le texte de la
14772  ligne qui l'entoure ne peut pas être parfait.
14773  Le facteur utilisé dans la commande 
14774 \series bold
14775
14776 \backslash
14777 raisebox
14778 \series default
14779  pour obtenir cet alignement dépend de la police de caractères du document,
14780  de la taille de la police et de l'épaisseur des lignes du tableau.
14781 \end_layout
14782
14783 \end_inset
14784
14785
14786 \end_layout
14787
14788 \begin_layout Section
14789 Tableaux Colorés
14790 \begin_inset CommandInset label
14791 LatexCommand label
14792 name "sec:Tableaux-Colorés"
14793
14794 \end_inset
14795
14796
14797 \begin_inset Index
14798 status collapsed
14799
14800 \begin_layout Plain Layout
14801 Tableau ! Coloré
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Subsection
14810 Cellules Colorées
14811 \begin_inset Index
14812 status collapsed
14813
14814 \begin_layout Plain Layout
14815 Couleur des tableaux ! Pour les cellules
14816 \end_layout
14817
14818 \end_inset
14819
14820
14821 \begin_inset Index
14822 status collapsed
14823
14824 \begin_layout Plain Layout
14825 Couleur ! Pour les cellules de tableau
14826 \end_layout
14827
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \begin_layout Standard
14834 \begin_inset Float table
14835 placement h
14836 wide false
14837 sideways false
14838 status open
14839
14840 \begin_layout Plain Layout
14841 \begin_inset Caption
14842
14843 \begin_layout Plain Layout
14844 \begin_inset CommandInset label
14845 LatexCommand label
14846 name "tab:Tableau-coloré-sans-colortbl"
14847
14848 \end_inset
14849
14850 Tableau coloré sans utiliser le paquetage  
14851 \series bold
14852 colortbl
14853 \series default
14854
14855 \begin_inset OptArg
14856 status open
14857
14858 \begin_layout Plain Layout
14859 Tableau sans colortbl
14860 \end_layout
14861
14862 \end_inset
14863
14864
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Plain Layout
14873 \align center
14874 \begin_inset Tabular
14875 <lyxtabular version="3" rows="3" columns="3">
14876 <features>
14877 <column alignment="center" valignment="top" width="0">
14878 <column alignment="center" valignment="top" width="0">
14879 <column alignment="center" valignment="top" width="0">
14880 <row>
14881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885
14886 \color green
14887 a
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14893 \begin_inset Text
14894
14895 \begin_layout Plain Layout
14896
14897 \color red
14898 b
14899 \end_layout
14900
14901 \end_inset
14902 </cell>
14903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14904 \begin_inset Text
14905
14906 \begin_layout Plain Layout
14907
14908 \color red
14909 c
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 </row>
14915 <row>
14916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920
14921 \color green
14922 d
14923 \end_layout
14924
14925 \end_inset
14926 </cell>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \color blue
14933 e
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \color blue
14944 f
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 </row>
14950 <row>
14951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955
14956 \color green
14957 g
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966
14967 \color blue
14968 h
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \color blue
14979 i
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 </row>
14985 </lyxtabular>
14986
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \end_inset
14993
14994
14995 \end_layout
14996
14997 \begin_layout Standard
14998 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
14999  et choisissez une couleur dans le menu 
15000 \family sans
15001 Éditer\SpecialChar \menuseparator
15002 Style
15003 \begin_inset space ~
15004 \end_inset
15005
15006 de
15007 \begin_inset space ~
15008 \end_inset
15009
15010 Texte
15011 \family default
15012 .
15013  C'est ce qui a été utilisé pour créer le tableau
15014 \begin_inset space ~
15015 \end_inset
15016
15017
15018 \begin_inset CommandInset ref
15019 LatexCommand ref
15020 reference "tab:Tableau-coloré-sans-colortbl"
15021
15022 \end_inset
15023
15024 .
15025  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15026 \series bold
15027 colortbl
15028 \series default
15029 .
15030 \begin_inset Index
15031 status collapsed
15032
15033 \begin_layout Plain Layout
15034 Paquetages LaTeX ! colortbl
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Standard
15043 \begin_inset ERT
15044 status collapsed
15045
15046 \begin_layout Plain Layout
15047
15048
15049 \backslash
15050 ifcolortbl
15051 \end_layout
15052
15053 \end_inset
15054
15055
15056 \begin_inset Note Note
15057 status open
15058
15059 \begin_layout Plain Layout
15060 La section qui suit ne sera affichée que si vous avez installé le paquetage
15061  LaTeX 
15062 \series bold
15063 colortbl
15064 \series default
15065 .
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \begin_layout Standard
15074 Pour créer des tableaux colorés, vous devez charger le paquetage
15075 \series bold
15076  colortbl
15077 \series default
15078  dans le préambule avec la ligne
15079 \end_layout
15080
15081 \begin_layout Standard
15082
15083 \series bold
15084
15085 \backslash
15086 usepackage{colortbl}
15087 \end_layout
15088
15089 \begin_layout Standard
15090 On choisit la couleur d'une colonne avec la commande 
15091 \end_layout
15092
15093 \begin_layout Standard
15094
15095 \series bold
15096
15097 \backslash
15098 columncolor{nom de couleur}
15099 \end_layout
15100
15101 \begin_layout Standard
15102 à l'intérieur d'une commande 
15103 \series bold
15104 >{ }
15105 \series default
15106 .
15107  Vous trouverez plus d'information sur la commande 
15108 \series bold
15109 >{}
15110 \series default
15111  dans la section
15112 \begin_inset space ~
15113 \end_inset
15114
15115
15116 \begin_inset CommandInset ref
15117 LatexCommand ref
15118 reference "sub:Calculs-multicolonnes"
15119
15120 \end_inset
15121
15122 .
15123 \end_layout
15124
15125 \begin_layout Standard
15126 Les noms de couleurs suivants sont prédéfinis :
15127 \end_layout
15128
15129 \begin_layout Standard
15130
15131 \family sans
15132 red
15133 \family default
15134  (rouge), 
15135 \family sans
15136 green
15137 \family default
15138  (vert), 
15139 \family sans
15140 yellow
15141 \family default
15142  (jaune), 
15143 \family sans
15144 blue
15145 \family default
15146  (bleu), 
15147 \family sans
15148 cyan
15149 \family default
15150
15151 \family sans
15152 magenta
15153 \family default
15154
15155 \family sans
15156 black 
15157 \family default
15158 (noir) et 
15159 \family sans
15160 white 
15161 \family default
15162 (blanc).
15163 \end_layout
15164
15165 \begin_layout Standard
15166 \begin_inset VSpace medskip
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \begin_layout Standard
15173 Vous pouvez aussi définir votre propre couleur avec la commande
15174 \end_layout
15175
15176 \begin_layout Standard
15177
15178 \series bold
15179
15180 \backslash
15181 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15182 \end_layout
15183
15184 \begin_layout Standard
15185 Le modèle de couleur peut être
15186 \end_layout
15187
15188 \begin_layout Labeling
15189 \labelwidthstring 00.00.0000
15190 cmyk: cyan, magenta, jaune (yellow), noir (black)
15191 \end_layout
15192
15193 \begin_layout Labeling
15194 \labelwidthstring 00.00.0000
15195 rgb: red, vert (green), bleu (blue)
15196 \end_layout
15197
15198 \begin_layout Labeling
15199 \labelwidthstring 00.00.0000
15200 gray dégradé de gris (gray)
15201 \end_layout
15202
15203 \begin_layout Standard
15204 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15205  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15206 \end_layout
15207
15208 \begin_layout Standard
15209 Vous pouvez par exemple définir la couleur 
15210 \begin_inset Quotes eld
15211 \end_inset
15212
15213
15214 \emph on
15215 vertfonce
15216 \begin_inset Quotes erd
15217 \end_inset
15218
15219  dans le préambule avec la ligne
15220 \end_layout
15221
15222 \begin_layout Standard
15223
15224 \series bold
15225
15226 \backslash
15227 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15228 \end_layout
15229
15230 \begin_layout Standard
15231 et la couleur "
15232 \emph on
15233 grisclair
15234 \emph default
15235 " avec
15236 \end_layout
15237
15238 \begin_layout Standard
15239
15240 \series bold
15241
15242 \backslash
15243 definecolor{grisclair}{gray}{0.8}
15244 \end_layout
15245
15246 \begin_layout Standard
15247 \begin_inset VSpace medskip
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \begin_layout Standard
15254 Les lignes sont colorées avec la commande
15255 \end_layout
15256
15257 \begin_layout Standard
15258
15259 \series bold
15260
15261 \backslash
15262 rowcolor{nom de la couleur}
15263 \end_layout
15264
15265 \begin_layout Standard
15266 et les cellules sont colorées avec la commande
15267 \end_layout
15268
15269 \begin_layout Standard
15270
15271 \series bold
15272
15273 \backslash
15274 cellcolor{nom de la couleur}
15275 \end_layout
15276
15277 \begin_layout Standard
15278 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15279 \end_layout
15280
15281 \begin_layout Standard
15282 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15283  choisissez une couleur dans le menu 
15284 \family sans
15285 Éditer\SpecialChar \menuseparator
15286 Style
15287 \begin_inset space ~
15288 \end_inset
15289
15290 de
15291 \begin_inset space ~
15292 \end_inset
15293
15294 Texte
15295 \family default
15296 .
15297  Si une cellule contient du code TeX, faites bien attention à ne colorer
15298  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15299 \end_layout
15300
15301 \begin_layout Standard
15302 \begin_inset Note Greyedout
15303 status open
15304
15305 \begin_layout Plain Layout
15306
15307 \series bold
15308 Note:
15309 \series default
15310  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15311  définies par l'utilisateur.
15312 \end_layout
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \begin_layout Standard
15320 \begin_inset VSpace bigskip
15321 \end_inset
15322
15323
15324 \end_layout
15325
15326 \begin_layout Standard
15327 Pour créer le tableau
15328 \begin_inset space ~
15329 \end_inset
15330
15331
15332 \begin_inset CommandInset ref
15333 LatexCommand ref
15334 reference "tab:Tableau-coloré-avec-colortbl"
15335
15336 \end_inset
15337
15338  faites ce qui suit : La couleur de la première colonne doit être 
15339 \emph on
15340 vertfonce
15341 \emph default
15342 .
15343  On insère donc la commande
15344 \end_layout
15345
15346 \begin_layout Standard
15347
15348 \series bold
15349 >{
15350 \backslash
15351 columncolor{vertfonce}
15352 \backslash
15353 centering}c
15354 \end_layout
15355
15356 \begin_layout Standard
15357 en code TeX pour cette colonne.
15358  La première ligne doit être bleue
15359 \begin_inset Note Note
15360 status open
15361
15362 \begin_layout Plain Layout
15363 cyan ? (NdT)
15364 \end_layout
15365
15366 \end_inset
15367
15368 , d'où la commande en code TeX
15369 \end_layout
15370
15371 \begin_layout Standard
15372
15373 \series bold
15374
15375 \backslash
15376 rowcolor{cyan}
15377 \end_layout
15378
15379 \begin_layout Standard
15380 qui est insérée dans la première cellule de cette ligne.
15381  Notez que cela annule la couleur de colonne pour la première cellule.
15382  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15383  en code TeX la commande
15384 \end_layout
15385
15386 \begin_layout Standard
15387
15388 \series bold
15389
15390 \backslash
15391 cellcolor{magenta}
15392 \end_layout
15393
15394 \begin_layout Standard
15395 Les caractères peuvent maintenant être colorés en utilisant le menu 
15396 \family sans
15397 Éditer\SpecialChar \menuseparator
15398 Style
15399 \begin_inset space ~
15400 \end_inset
15401
15402 de
15403 \begin_inset space ~
15404 \end_inset
15405
15406 Texte
15407 \family default
15408 .
15409 \end_layout
15410
15411 \begin_layout Standard
15412 \begin_inset Float table
15413 placement h
15414 wide false
15415 sideways false
15416 status open
15417
15418 \begin_layout Plain Layout
15419 \begin_inset Caption
15420
15421 \begin_layout Plain Layout
15422 \begin_inset CommandInset label
15423 LatexCommand label
15424 name "tab:Tableau-coloré-avec-colortbl"
15425
15426 \end_inset
15427
15428 Tableau coloré en utilisant le paquetage 
15429 \series bold
15430 colortbl
15431 \series default
15432
15433 \begin_inset OptArg
15434 status collapsed
15435
15436 \begin_layout Plain Layout
15437 Tableau avec colortbl
15438 \end_layout
15439
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \begin_layout Plain Layout
15451 \align center
15452 \begin_inset Tabular
15453 <lyxtabular version="3" rows="3" columns="3">
15454 <features>
15455 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15456 <column alignment="center" valignment="top" width="0">
15457 <column alignment="center" valignment="top" width="0">
15458 <row>
15459 <cell alignment="center" valignment="top" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463 \begin_inset ERT
15464 status collapsed
15465
15466 \begin_layout Plain Layout
15467
15468
15469 \backslash
15470 rowcolor{cyan}
15471 \end_layout
15472
15473 \end_inset
15474
15475
15476 \color magenta
15477 a
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486
15487 \color red
15488 b
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \color red
15499 c
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="center" valignment="top" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \color yellow
15512 d
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \color blue
15523 e
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 <cell alignment="center" valignment="top" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \color blue
15534 f
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \color yellow
15547 g
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \color blue
15558 h
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 \begin_inset ERT
15568 status collapsed
15569
15570 \begin_layout Plain Layout
15571
15572
15573 \backslash
15574 cellcolor{magenta}
15575 \end_layout
15576
15577 \end_inset
15578
15579
15580 \color green
15581 i
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 </row>
15587 </lyxtabular>
15588
15589 \end_inset
15590
15591
15592 \end_layout
15593
15594 \end_inset
15595
15596
15597 \end_layout
15598
15599 \begin_layout Standard
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 else
15608 \end_layout
15609
15610 \end_inset
15611
15612
15613 \begin_inset Note Note
15614 status open
15615
15616 \begin_layout Plain Layout
15617 Ce qui suit sera affiché si le paquetage 
15618 \series bold
15619 colortbl
15620 \series default
15621  n'est pas installé :
15622 \end_layout
15623
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \begin_layout Standard
15630 Vous devez installer le paquetage 
15631 \series bold
15632 colortbl
15633 \series default
15634  pour voir le contenu des cette section dans la sortie imprimée.
15635 \end_layout
15636
15637 \begin_layout Standard
15638 \begin_inset ERT
15639 status collapsed
15640
15641 \begin_layout Plain Layout
15642
15643
15644 \backslash
15645 fi
15646 \end_layout
15647
15648 \end_inset
15649
15650
15651 \end_layout
15652
15653 \begin_layout Subsection
15654 Les filets colorées
15655 \begin_inset Index
15656 status collapsed
15657
15658 \begin_layout Plain Layout
15659 Tableau Coloré ! Pour les filets
15660 \end_layout
15661
15662 \end_inset
15663
15664
15665 \begin_inset Index
15666 status collapsed
15667
15668 \begin_layout Plain Layout
15669 Couleur ! Pour les filets des tableaux
15670 \end_layout
15671
15672 \end_inset
15673
15674
15675 \begin_inset Note Note
15676 status collapsed
15677
15678 \begin_layout Plain Layout
15679 on parle de filets plutôt que de lignes pour les tableaux
15680 \end_layout
15681
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \begin_layout Standard
15688 Comme c'est décrit dans la section
15689 \begin_inset space ~
15690 \end_inset
15691
15692
15693 \begin_inset CommandInset ref
15694 LatexCommand ref
15695 reference "sub:Epaisseur-filets"
15696
15697 \end_inset
15698
15699 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15700  variable 
15701 \series bold
15702
15703 \backslash
15704 arrayrulewidth
15705 \series default
15706 .
15707  Elle est mise à 1.5
15708 \begin_inset space \thinspace{}
15709 \end_inset
15710
15711 pt pour tous les tableaux de cette section.
15712 \begin_inset ERT
15713 status collapsed
15714
15715 \begin_layout Plain Layout
15716
15717
15718 \backslash
15719 setlength{
15720 \backslash
15721 arrayrulewidth}{1.5pt}
15722 \end_layout
15723
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \begin_layout Standard
15730 Pour colorer les filets verticaux, par exemple en vert, créez le format
15731  de colonne suivant dans le préambule du document, en suivant la description
15732  de la section
15733 \begin_inset space ~
15734 \end_inset
15735
15736
15737 \begin_inset CommandInset ref
15738 LatexCommand ref
15739 reference "sub:Formats-personnalisés"
15740
15741 \end_inset
15742
15743 :
15744 \end_layout
15745
15746 \begin_layout Standard
15747
15748 \series bold
15749
15750 \backslash
15751 newcolumntype{W}{!{
15752 \backslash
15753 color{green}
15754 \backslash
15755 vline}}
15756 \end_layout
15757
15758 \begin_layout Standard
15759 Pour le tableau
15760 \begin_inset space ~
15761 \end_inset
15762
15763
15764 \begin_inset CommandInset ref
15765 LatexCommand ref
15766 reference "tab:Tableau-filets-verticaux-colorés"
15767
15768 \end_inset
15769
15770  le paramètre LaTeX
15771 \series bold
15772  WcW
15773 \series default
15774  a été utilisé pour la dernière colonne et
15775 \series bold
15776  Wc
15777 \series default
15778  pour les autres colonnes.
15779 \end_layout
15780
15781 \begin_layout Standard
15782 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15783 \end_layout
15784
15785 \begin_layout Standard
15786 \begin_inset Float table
15787 placement h
15788 wide false
15789 sideways false
15790 status open
15791
15792 \begin_layout Plain Layout
15793 \begin_inset Caption
15794
15795 \begin_layout Plain Layout
15796 \begin_inset CommandInset label
15797 LatexCommand label
15798 name "tab:Tableau-filets-verticaux-colorés"
15799
15800 \end_inset
15801
15802 Tableau avec filets verticaux colorés
15803 \end_layout
15804
15805 \end_inset
15806
15807
15808 \end_layout
15809
15810 \begin_layout Plain Layout
15811 \align center
15812 \begin_inset Tabular
15813 <lyxtabular version="3" rows="3" columns="3">
15814 <features>
15815 <column alignment="center" valignment="top" width="0" special="Wc">
15816 <column alignment="center" valignment="top" width="0" special="Wc">
15817 <column alignment="center" valignment="top" width="0" special="WcW">
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823 sd
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 </row>
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 sd
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 sd
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 </lyxtabular>
15906
15907 \end_inset
15908
15909
15910 \end_layout
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \begin_layout Standard
15918 \begin_inset VSpace bigskip
15919 \end_inset
15920
15921 Pour colorer les filets horizontaux en rouge comme pour le tableau
15922 \begin_inset space ~
15923 \end_inset
15924
15925
15926 \begin_inset CommandInset ref
15927 LatexCommand ref
15928 reference "tab:Tableau-filet-horizontaux-colorés"
15929
15930 \end_inset
15931
15932 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15933  le flottant de tableau :
15934 \end_layout
15935
15936 \begin_layout Standard
15937
15938 \series bold
15939
15940 \backslash
15941 let
15942 \backslash
15943 myHlineC
15944 \backslash
15945 hline
15946 \begin_inset Newline newline
15947 \end_inset
15948
15949
15950 \backslash
15951 renewcommand{
15952 \backslash
15953 hline}
15954 \begin_inset Newline newline
15955 \end_inset
15956
15957
15958 \begin_inset ERT
15959 status collapsed
15960
15961 \begin_layout Plain Layout
15962
15963
15964 \backslash
15965 hphantom{ }
15966 \end_layout
15967
15968 \end_inset
15969
15970 {
15971 \backslash
15972 arrayrulecolor{red}
15973 \backslash
15974 myHlineC
15975 \backslash
15976 arrayrulecolor{black}}
15977 \end_layout
15978
15979 \begin_layout Standard
15980 \begin_inset ERT
15981 status collapsed
15982
15983 \begin_layout Plain Layout
15984
15985
15986 \backslash
15987 let
15988 \backslash
15989 myHlineC
15990 \backslash
15991 hline
15992 \end_layout
15993
15994 \begin_layout Plain Layout
15995
15996
15997 \backslash
15998 renewcommand{
15999 \backslash
16000 hline}
16001 \end_layout
16002
16003 \begin_layout Plain Layout
16004
16005  {
16006 \backslash
16007 arrayrulecolor{red}
16008 \backslash
16009 myHlineC
16010 \backslash
16011 arrayrulecolor{black}}
16012 \end_layout
16013
16014 \end_inset
16015
16016
16017 \begin_inset Float table
16018 placement h
16019 wide false
16020 sideways false
16021 status open
16022
16023 \begin_layout Plain Layout
16024 \begin_inset Caption
16025
16026 \begin_layout Plain Layout
16027 \begin_inset CommandInset label
16028 LatexCommand label
16029 name "tab:Tableau-filet-horizontaux-colorés"
16030
16031 \end_inset
16032
16033 Tableau avec filets horizontaux colorés
16034 \end_layout
16035
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \begin_layout Plain Layout
16042 \align center
16043 \begin_inset Tabular
16044 <lyxtabular version="3" rows="3" columns="3">
16045 <features>
16046 <column alignment="center" valignment="top" width="0">
16047 <column alignment="center" valignment="top" width="0">
16048 <column alignment="center" valignment="top" width="0">
16049 <row>
16050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 sd
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 sd
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \end_layout
16114
16115 \end_inset
16116 </cell>
16117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130 sd
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 </lyxtabular>
16137
16138 \end_inset
16139
16140
16141 \end_layout
16142
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \begin_layout Standard
16149 Pour revenir à la couleur noire implicite, insérez la commande suivante
16150  en code TeX, juste après le tableau ou le flottant de tableau :
16151 \end_layout
16152
16153 \begin_layout Standard
16154
16155 \series bold
16156
16157 \backslash
16158 renewcommand{
16159 \backslash
16160 hline}{
16161 \backslash
16162 myHlineC}
16163 \end_layout
16164
16165 \begin_layout Standard
16166 Le tableau
16167 \begin_inset space ~
16168 \end_inset
16169
16170
16171 \begin_inset CommandInset ref
16172 LatexCommand ref
16173 reference "tab:Tableau-avec-filets-colorés"
16174
16175 \end_inset
16176
16177  est un exemple avec des filets horizontaux et verticaux colorés.
16178 \end_layout
16179
16180 \begin_layout Standard
16181 \begin_inset Float table
16182 placement h
16183 wide false
16184 sideways false
16185 status open
16186
16187 \begin_layout Plain Layout
16188 \begin_inset Caption
16189
16190 \begin_layout Plain Layout
16191 \begin_inset CommandInset label
16192 LatexCommand label
16193 name "tab:Tableau-avec-filets-colorés"
16194
16195 \end_inset
16196
16197 Tableau avec filets horizontaux et verticaux colorés
16198 \end_layout
16199
16200 \end_inset
16201
16202
16203 \end_layout
16204
16205 \begin_layout Plain Layout
16206 \align center
16207 \begin_inset Tabular
16208 <lyxtabular version="3" rows="3" columns="3">
16209 <features>
16210 <column alignment="center" valignment="top" width="0" special="Wc">
16211 <column alignment="center" valignment="top" width="0" special="Wc">
16212 <column alignment="center" valignment="top" width="0" special="WcW">
16213 <row>
16214 <cell alignment="center" valignment="top" topline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 sd
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 <cell alignment="center" valignment="top" topline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Plain Layout
16236
16237 \end_layout
16238
16239 \end_inset
16240 </cell>
16241 </row>
16242 <row>
16243 <cell alignment="center" valignment="top" topline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 <cell alignment="center" valignment="top" topline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 sd
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row topspace="default">
16272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 sd
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 </lyxtabular>
16301
16302 \end_inset
16303
16304
16305 \end_layout
16306
16307 \end_inset
16308
16309
16310 \end_layout
16311
16312 \begin_layout Standard
16313 \begin_inset ERT
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317
16318
16319 \backslash
16320 renewcommand{
16321 \backslash
16322 hline}{
16323 \backslash
16324 myHlineC}
16325 \end_layout
16326
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \begin_layout Standard
16333 \begin_inset ERT
16334 status collapsed
16335
16336 \begin_layout Plain Layout
16337
16338
16339 \backslash
16340 setlength{
16341 \backslash
16342 arrayrulewidth}{0.4pt}
16343 \end_layout
16344
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \begin_layout Section
16351 Personnalisation des Tableaux
16352 \begin_inset Index
16353 status collapsed
16354
16355 \begin_layout Plain Layout
16356 Tableau ! Personnalisation
16357 \end_layout
16358
16359 \end_inset
16360
16361
16362 \begin_inset Index
16363 status collapsed
16364
16365 \begin_layout Plain Layout
16366 Personnalisation des tableaux
16367 \end_layout
16368
16369 \end_inset
16370
16371
16372 \end_layout
16373
16374 \begin_layout Subsection
16375 Espacement des lignes
16376 \begin_inset CommandInset label
16377 LatexCommand label
16378 name "sub:Espacement-lignes"
16379
16380 \end_inset
16381
16382
16383 \begin_inset Index
16384 status collapsed
16385
16386 \begin_layout Plain Layout
16387 Personnalisation des tableaux ! Espacement des lignes
16388 \end_layout
16389
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \begin_layout Standard
16396 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16397  l'onglet 
16398 \family sans
16399 Bordures
16400 \family default
16401  de la fenêtre de dialogue 
16402 \family sans
16403 Paramètres
16404 \begin_inset space ~
16405 \end_inset
16406
16407 du
16408 \begin_inset space ~
16409 \end_inset
16410
16411 tableau
16412 \family default
16413 .
16414  Vous y trouverez trois possibilités :
16415 \end_layout
16416
16417 \begin_layout Description
16418 Haut
16419 \begin_inset space ~
16420 \end_inset
16421
16422 de
16423 \begin_inset space ~
16424 \end_inset
16425
16426 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16427  Si le tableau est un tableau formel
16428 \begin_inset Foot
16429 status collapsed
16430
16431 \begin_layout Plain Layout
16432 Les tableaux formels sont décrits dans la section
16433 \begin_inset space ~
16434 \end_inset
16435
16436
16437 \begin_inset CommandInset ref
16438 LatexCommand ref
16439 reference "sec:Tableaux-Formels"
16440
16441 \end_inset
16442
16443 .
16444 \end_layout
16445
16446 \end_inset
16447
16448  LyX va insérer implicitement un espace de 0.5
16449 \begin_inset space \thinspace{}
16450 \end_inset
16451
16452 em.
16453  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16454  les filets verticaux comme dans le tableau suivant :
16455 \begin_inset VSpace medskip
16456 \end_inset
16457
16458
16459 \begin_inset Newline newline
16460 \end_inset
16461
16462
16463 \begin_inset space \hspace*{}
16464 \length 0pt
16465 \end_inset
16466
16467
16468 \begin_inset space \hfill{}
16469 \end_inset
16470
16471
16472 \begin_inset Tabular
16473 <lyxtabular version="3" rows="3" columns="1">
16474 <features>
16475 <column alignment="center" valignment="top" width="0">
16476 <row>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 A
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 <row topspace="3mm">
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 espace de 3
16493 \begin_inset space \thinspace{}
16494 \end_inset
16495
16496 mm en haut de la ligne
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 </row>
16502 <row>
16503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 C
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 </row>
16513 </lyxtabular>
16514
16515 \end_inset
16516
16517
16518 \begin_inset space \hfill{}
16519 \end_inset
16520
16521
16522 \begin_inset space \hspace*{}
16523 \length 0pt
16524 \end_inset
16525
16526
16527 \begin_inset VSpace medskip
16528 \end_inset
16529
16530
16531 \begin_inset Newline newline
16532 \end_inset
16533
16534 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16535  pas de filets verticaux.
16536 \end_layout
16537
16538 \begin_layout Description
16539 Bas
16540 \begin_inset space ~
16541 \end_inset
16542
16543 de
16544 \begin_inset space ~
16545 \end_inset
16546
16547 ligne va ajouter de l'espace sous les caractères de la ligne.
16548  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16549  de 0.5
16550 \begin_inset space \thinspace{}
16551 \end_inset
16552
16553 em, pour les tableaux normaux, l'espace implicite est de 2
16554 \begin_inset space \thinspace{}
16555 \end_inset
16556
16557 pt.
16558 \end_layout
16559
16560 \begin_layout Description
16561 Entre
16562 \begin_inset space ~
16563 \end_inset
16564
16565 les
16566 \begin_inset space ~
16567 \end_inset
16568
16569 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16570  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16571  de 0.5
16572 \begin_inset space \thinspace{}
16573 \end_inset
16574
16575 em.
16576  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16577  les filets verticaux comme dans le tableau suivant :
16578 \begin_inset VSpace medskip
16579 \end_inset
16580
16581
16582 \begin_inset Newline newline
16583 \end_inset
16584
16585
16586 \begin_inset space \hspace*{}
16587 \length 0pt
16588 \end_inset
16589
16590
16591 \begin_inset space \hfill{}
16592 \end_inset
16593
16594
16595 \begin_inset Tabular
16596 <lyxtabular version="3" rows="3" columns="1">
16597 <features>
16598 <column alignment="center" valignment="top" width="0">
16599 <row>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 A
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row interlinespace="3mm">
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 \begin_inset Formula $\downarrow$
16616 \end_inset
16617
16618  espace de 3
16619 \begin_inset space \thinspace{}
16620 \end_inset
16621
16622 mm entre les lignes 
16623 \begin_inset Formula $\downarrow$
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row>
16633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 \begin_inset Formula $\uparrow$
16638 \end_inset
16639
16640  espace de 3
16641 \begin_inset space \thinspace{}
16642 \end_inset
16643
16644 mm entre les lignes 
16645 \begin_inset Formula $\uparrow$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 </lyxtabular>
16655
16656 \end_inset
16657
16658
16659 \begin_inset space \hfill{}
16660 \end_inset
16661
16662
16663 \begin_inset space \hspace*{}
16664 \length 0pt
16665 \end_inset
16666
16667
16668 \begin_inset VSpace medskip
16669 \end_inset
16670
16671
16672 \begin_inset Newline newline
16673 \end_inset
16674
16675 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16676  pas de filets verticaux.
16677 \end_layout
16678
16679 \begin_layout Standard
16680 \begin_inset VSpace bigskip
16681 \end_inset
16682
16683 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16684  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16685  dans le préambule :
16686 \end_layout
16687
16688 \begin_layout Standard
16689
16690 \series bold
16691
16692 \backslash
16693 @ifundefined{extrarowheight}
16694 \begin_inset Newline newline
16695 \end_inset
16696
16697
16698 \begin_inset ERT
16699 status collapsed
16700
16701 \begin_layout Plain Layout
16702
16703
16704 \backslash
16705 hphantom{ }
16706 \end_layout
16707
16708 \end_inset
16709
16710 {
16711 \backslash
16712 usepackage{array}}{}
16713 \begin_inset Newline newline
16714 \end_inset
16715
16716
16717 \backslash
16718 setlength{
16719 \backslash
16720 extrarowheight}{height}
16721 \end_layout
16722
16723 \begin_layout Standard
16724 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16725  plus exactement centré verticalement.
16726  (le paquetage 
16727 \series bold
16728 array 
16729 \series default
16730 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16731  auto-définis.
16732  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16733  
16734 \series bold
16735
16736 \backslash
16737 @ifundefined
16738 \series default
16739  dans la commande précédente.)
16740 \end_layout
16741
16742 \begin_layout Standard
16743 Si vous utilisez des polices de taille plus grande que la taille normale,
16744  les bordures des tableaux sont souvent trop proches du texte.
16745  On peut corriger ce problème en insérant la commande 
16746 \series bold
16747
16748 \begin_inset space \space{}
16749 \end_inset
16750
16751
16752 \backslash
16753 strut
16754 \series default
16755  en code TeX au debut d'une ligne du tableau.
16756  Le tableau
16757 \lang english
16758
16759 \begin_inset space ~
16760 \end_inset
16761
16762
16763 \begin_inset CommandInset ref
16764 LatexCommand ref
16765 reference "tab:Alignement-vertical"
16766
16767 \end_inset
16768
16769
16770 \lang french
16771  montre l'effet de cette commande.
16772 \end_layout
16773
16774 \begin_layout Standard
16775 \noindent
16776 \begin_inset Float table
16777 placement h
16778 wide false
16779 sideways false
16780 status open
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Caption
16784
16785 \begin_layout Plain Layout
16786 \begin_inset CommandInset label
16787 LatexCommand label
16788 name "tab:Alignement-vertical"
16789
16790 \end_inset
16791
16792 Alignement vertical d'un texte avec une police de grande taille.
16793 \end_layout
16794
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \begin_layout Plain Layout
16801 \begin_inset space \hfill{}
16802 \end_inset
16803
16804
16805 \begin_inset Float table
16806 wide false
16807 sideways false
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Caption
16812
16813 \begin_layout Plain Layout
16814 Tableau normal.
16815 \end_layout
16816
16817 \end_inset
16818
16819
16820 \end_layout
16821
16822 \begin_layout Plain Layout
16823 \noindent
16824 \align center
16825 \begin_inset Tabular
16826 <lyxtabular version="3" rows="6" columns="1">
16827 <features>
16828 <column alignment="left" valignment="top" width="0">
16829 <row>
16830 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 Normal, g
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \size large
16847 Large
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \size larger
16860 Larger
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \size largest
16873 Largest
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 <row>
16880 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \size huge
16886 Huge
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 <row>
16893 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897
16898 \size huge
16899 Huger
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 </row>
16905 </lyxtabular>
16906
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913
16914
16915 \begin_inset space \hfill{}
16916 \end_inset
16917
16918
16919 \begin_inset Float table
16920 wide false
16921 sideways false
16922 status collapsed
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Caption
16926
16927 \begin_layout Plain Layout
16928 Tableau utilisant la commande 
16929 \series bold
16930
16931 \backslash
16932 strut
16933 \series default
16934 .
16935 \end_layout
16936
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \begin_layout Plain Layout
16943 \noindent
16944 \align center
16945 \begin_inset Tabular
16946 <lyxtabular version="3" rows="6" columns="1">
16947 <features>
16948 <column alignment="left" valignment="top" width="0">
16949 <row>
16950 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 Normal, g
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \size large
16967 \begin_inset ERT
16968 status collapsed
16969
16970 \begin_layout Plain Layout
16971
16972
16973 \backslash
16974 strut 
16975 \end_layout
16976
16977 \end_inset
16978
16979 Large
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \size larger
16992 \begin_inset ERT
16993 status collapsed
16994
16995 \begin_layout Plain Layout
16996
16997
16998 \backslash
16999 strut 
17000 \end_layout
17001
17002 \end_inset
17003
17004 Larger
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \size largest
17017 \begin_inset ERT
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021
17022
17023 \backslash
17024 strut 
17025 \end_layout
17026
17027 \end_inset
17028
17029 Largest
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \size huge
17042 \begin_inset ERT
17043 status collapsed
17044
17045 \begin_layout Plain Layout
17046
17047
17048 \backslash
17049 strut 
17050 \end_layout
17051
17052 \end_inset
17053
17054 Huge
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 <row>
17061 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065
17066 \size giant
17067 \begin_inset ERT
17068 status collapsed
17069
17070 \begin_layout Plain Layout
17071
17072
17073 \backslash
17074 strut 
17075 \end_layout
17076
17077 \end_inset
17078
17079
17080 \size huge
17081 Huger
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 </lyxtabular>
17088
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095
17096
17097 \begin_inset space \hfill{}
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104
17105
17106 \end_layout
17107
17108 \begin_layout Subsection
17109 Alignements de cellules spéciaux
17110 \begin_inset Index
17111 status collapsed
17112
17113 \begin_layout Plain Layout
17114 Personnalisation des tableaux ! Alignement de cellules spéciaux
17115 \end_layout
17116
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \begin_layout Standard
17123 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17124  cellules sur un caractère donné, par exemple le séparateur décimal comme
17125  dans le tableau
17126 \begin_inset space ~
17127 \end_inset
17128
17129
17130 \begin_inset CommandInset ref
17131 LatexCommand ref
17132 reference "tab:Tableau-centré-sur-séparateur"
17133
17134 \end_inset
17135
17136 .
17137 \end_layout
17138
17139 \begin_layout Standard
17140 \begin_inset Float table
17141 placement h
17142 wide false
17143 sideways false
17144 status open
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Caption
17148
17149 \begin_layout Plain Layout
17150 \begin_inset CommandInset label
17151 LatexCommand label
17152 name "tab:Tableau-centré-sur-séparateur"
17153
17154 \end_inset
17155
17156 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17157 \end_layout
17158
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \begin_layout Plain Layout
17165 \align center
17166 \begin_inset Tabular
17167 <lyxtabular version="3" rows="4" columns="2">
17168 <features>
17169 <column alignment="right" valignment="top" width="0">
17170 <column alignment="left" valignment="top" width="0" special="@{}l">
17171 <row>
17172 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176 en-tête
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 </row>
17191 <row>
17192 <cell alignment="center" valignment="top" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 12,
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell alignment="center" valignment="top" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 6
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 </row>
17211 <row>
17212 <cell alignment="center" valignment="top" usebox="none">
17213 \begin_inset Text
17214
17215 \begin_layout Plain Layout
17216 0,
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 68
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 -123,
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 <cell alignment="center" valignment="top" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 0
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 </lyxtabular>
17252
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \end_inset
17259
17260
17261 \end_layout
17262
17263 \begin_layout Standard
17264 Ce tableau a été créé comme un tableau 4×2.
17265  L'en-tête est une cellule multicolonne centrée.
17266  La première colonne est alignée à droite et contient les chiffres qui se
17267  trouvent avant la virgule ainsi que la virgule elle-même.
17268  La deuxième colonne est alignée à gauche et contient les chiffres situés
17269  après la virgule.
17270  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17271  tableau, le paramètre LaTeX suivant 
17272 \lang english
17273 was used
17274 \lang french
17275  pour la deuxième colonne :
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281 @{}l
17282 \end_layout
17283
17284 \begin_layout Standard
17285 Le tableau
17286 \begin_inset space ~
17287 \end_inset
17288
17289
17290 \begin_inset CommandInset ref
17291 LatexCommand ref
17292 reference "tab:Plusieurs-exemples-alignements"
17293
17294 \end_inset
17295
17296  montre quelques exemples d'alignements.
17297  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
17298  plus petit espace mathématique au début de la dernière colonne pour obtenir
17299  l'espacement correct autour du signe de relation.
17300 \end_layout
17301
17302 \begin_layout Standard
17303 \begin_inset Float table
17304 wide false
17305 sideways false
17306 status open
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Caption
17310
17311 \begin_layout Plain Layout
17312 \begin_inset CommandInset label
17313 LatexCommand label
17314 name "tab:Plusieurs-exemples-alignements"
17315
17316 \end_inset
17317
17318 Plusieurs exemples d'alignement de cellules.
17319 \end_layout
17320
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \begin_layout Plain Layout
17327 \align center
17328 \begin_inset Tabular
17329 <lyxtabular version="3" rows="4" columns="6">
17330 <features>
17331 <column alignment="right" valignment="top" width="0">
17332 <column alignment="left" valignment="top" width="0" special="@{}l">
17333 <column alignment="right" valignment="top" width="0">
17334 <column alignment="left" valignment="top" width="0" special="@{}l">
17335 <column alignment="right" valignment="top" width="0">
17336 <column alignment="left" valignment="top" width="0" special="@{}l">
17337 <row>
17338 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 unités
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 exposants
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378 relations
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 12×
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 24
17408 \begin_inset space \thinspace{}
17409 \end_inset
17410
17411 bouteilles
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 <cell alignment="center" valignment="top" usebox="none">
17417 \begin_inset Text
17418
17419 \begin_layout Plain Layout
17420 \begin_inset Formula $10\cdot$
17421 \end_inset
17422
17423
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 \begin_inset Formula $10^{\mbox{-}17}$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $\Gamma(t)\propto$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $\:\Upsilon(t)$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 1024×
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 768
17480 \begin_inset space \thinspace{}
17481 \end_inset
17482
17483 Pixels
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 \begin_inset Formula $5.78\cdot$
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 \begin_inset Formula $10^{7}$
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $A\ne$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 \begin_inset Formula $\: B_{\mathrm{red}}$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 </row>
17537 <row>
17538 <cell alignment="center" valignment="top" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 32×
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 6
17552 \begin_inset space \thinspace{}
17553 \end_inset
17554
17555 cm
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell alignment="center" valignment="top" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 -
17565 \begin_inset Formula $33.5\cdot$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 \begin_inset Formula $10^{4}$
17578 \end_inset
17579
17580
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 \begin_inset Formula $\sin(\alpha)\ge$
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $\:\sin(\beta)$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 </lyxtabular>
17611
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 \begin_inset VSpace bigskip
17624 \end_inset
17625
17626 Il y a aussi le paquetage LaTeX 
17627 \series bold
17628 dcolumn
17629 \series default
17630
17631 \begin_inset Index
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635 Paquetages LaTeX ! dcolumn
17636 \end_layout
17637
17638 \end_inset
17639
17640  qui fournit des alignements pour les cellules de tableaux.
17641  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17642  et ne permet pas de formules dans les cellules du tableau : Avec 
17643 \series bold
17644 dcolumn
17645 \series default
17646  la première colonne du tableau
17647 \begin_inset space ~
17648 \end_inset
17649
17650
17651 \begin_inset CommandInset ref
17652 LatexCommand ref
17653 reference "tab:Plusieurs-exemples-alignements"
17654
17655 \end_inset
17656
17657  ressemblera à la première colonne du tableau
17658 \begin_inset space ~
17659 \end_inset
17660
17661
17662 \begin_inset CommandInset ref
17663 LatexCommand ref
17664 reference "tab:Alignements-avec-dcolumn"
17665
17666 \end_inset
17667
17668
17669 \lang english
17670  and only with some tricks like the expected.
17671  
17672 \lang french
17673 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17674 \begin_inset space ~
17675 \end_inset
17676
17677
17678 \begin_inset CommandInset ref
17679 LatexCommand ref
17680 reference "tab:Plusieurs-exemples-alignements"
17681
17682 \end_inset
17683
17684  avec 
17685 \series bold
17686 dcolumn
17687 \series default
17688 .
17689 \end_layout
17690
17691 \begin_layout Standard
17692 \begin_inset Float table
17693 placement h
17694 wide false
17695 sideways false
17696 status open
17697
17698 \begin_layout Plain Layout
17699 \begin_inset Caption
17700
17701 \begin_layout Plain Layout
17702 \begin_inset CommandInset label
17703 LatexCommand label
17704 name "tab:Alignements-avec-dcolumn"
17705
17706 \end_inset
17707
17708 Alignements quand on utilise le paquetage LaTeX dcolumn.
17709  Pour toutes les colonnes des astuces d'alignement ont dû être utilisées
17710  pour obtenir la sortie.
17711 \end_layout
17712
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \begin_layout Plain Layout
17719 \align center
17720 \begin_inset Tabular
17721 <lyxtabular version="3" rows="4" columns="3">
17722 <features>
17723 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17724 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17725 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.9}">
17726 <row>
17727 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 unités
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 unités
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749 unités
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 </row>
17755 <row>
17756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 12x24
17761 \begin_inset space \thinspace{}
17762 \end_inset
17763
17764 bouteilles
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 12x24
17774 \begin_inset space \thinspace{}
17775 \end_inset
17776
17777
17778 \begin_inset Formula $\mbox{bouteilles}$
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 <cell alignment="center" valignment="top" usebox="none">
17787 \begin_inset Text
17788
17789 \begin_layout Plain Layout
17790 12
17791 \begin_inset ERT
17792 status collapsed
17793
17794 \begin_layout Plain Layout
17795
17796
17797 \backslash
17798 times 
17799 \end_layout
17800
17801 \end_inset
17802
17803 24+
17804 \begin_inset Formula $\mbox{bouteilles}$
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 <row>
17814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818 1024x768
17819 \begin_inset space \thinspace{}
17820 \end_inset
17821
17822 Pixels
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 1024x768
17832 \begin_inset space \thinspace{}
17833 \end_inset
17834
17835
17836 \begin_inset Formula $\mbox{Pixels}$
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell alignment="center" valignment="top" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848 1024
17849 \begin_inset ERT
17850 status collapsed
17851
17852 \begin_layout Plain Layout
17853
17854
17855 \backslash
17856 times 
17857 \end_layout
17858
17859 \end_inset
17860
17861 768+
17862 \begin_inset Formula $\mbox{Pixels}$
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 </row>
17871 <row>
17872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 32x6
17877 \begin_inset space \thinspace{}
17878 \end_inset
17879
17880 cm
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 32x6
17890 \begin_inset space \thinspace{}
17891 \end_inset
17892
17893
17894 \begin_inset Formula $\mbox{cm}$
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 <cell alignment="center" valignment="top" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906 32
17907 \begin_inset ERT
17908 status collapsed
17909
17910 \begin_layout Plain Layout
17911
17912
17913 \backslash
17914 times 
17915 \end_layout
17916
17917 \end_inset
17918
17919 6+
17920 \begin_inset Formula $\mbox{cm}$
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 </lyxtabular>
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \begin_layout Subsection
17942 Formats de cellule et de colonne personnalisés
17943 \begin_inset CommandInset label
17944 LatexCommand label
17945 name "sub:Formats-personnalisés"
17946
17947 \end_inset
17948
17949
17950 \begin_inset Index
17951 status collapsed
17952
17953 \begin_layout Plain Layout
17954 Personnalisation des tableaux !  Format de cellule/colonne
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \begin_layout Standard
17963 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17964  multicolonne comme dans la section
17965 \begin_inset space ~
17966 \end_inset
17967
17968
17969 \begin_inset CommandInset ref
17970 LatexCommand ref
17971 reference "sub:Calculs-multicolonnes"
17972
17973 \end_inset
17974
17975  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
17976  multicolonnes.
17977  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
17978  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
17979  du document.
17980  Le format est défini avec la commande
17981 \end_layout
17982
17983 \begin_layout Standard
17984
17985 \series bold
17986
17987 \backslash
17988 newcolumntype{nom du format}[nombre d'arguments]{commandes}
17989 \end_layout
17990
17991 \begin_layout Standard
17992 Le nom du format peut n'avoir qu'une lettre.
17993  Les lettres 
17994 \emph on
17995 b
17996 \emph default
17997
17998 \emph on
17999 c
18000 \emph default
18001
18002 \emph on
18003 l
18004 \emph default
18005
18006 \emph on
18007 m
18008 \emph default
18009
18010 \emph on
18011 p
18012 \emph default
18013  et 
18014 \emph on
18015 r
18016 \emph default
18017  sont prédéfinies et donc ne peuvent être utilisées.
18018  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18019 \end_layout
18020
18021 \begin_layout Standard
18022 \begin_inset VSpace medskip
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Standard
18029 Pour de cellules multicolonnes centrées verticalement et horizontalement
18030  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18031  :
18032 \end_layout
18033
18034 \begin_layout Standard
18035
18036 \series bold
18037
18038 \backslash
18039 newcolumntype{M}[1]{>{
18040 \backslash
18041 centering
18042 \backslash
18043 hspace{0pt}}m{#1}}
18044 \end_layout
18045
18046 \begin_layout Standard
18047 Où le 
18048 \series bold
18049
18050 \backslash
18051 hspace{0pt}
18052 \series default
18053  évite le problème de césure du premier mot, comme c'est décrit en section
18054 \begin_inset space ~
18055 \end_inset
18056
18057
18058 \begin_inset CommandInset ref
18059 LatexCommand ref
18060 reference "sub:Lignes-multiple-dans-cellule"
18061
18062 \end_inset
18063
18064 .
18065  Ensuite, vous pouvez entrer
18066 \end_layout
18067
18068 \begin_layout Standard
18069
18070 \series bold
18071 M{width}
18072 \end_layout
18073
18074 \begin_layout Standard
18075 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18076  une multicolonne.
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \begin_inset VSpace bigskip
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18088  définir le format
18089 \end_layout
18090
18091 \begin_layout Standard
18092
18093 \series bold
18094
18095 \backslash
18096 newcolumntype{S}[2]{>{
18097 \backslash
18098 centering
18099 \backslash
18100 hspace{0pt}}
18101 \begin_inset Newline newline
18102 \end_inset
18103
18104
18105 \begin_inset ERT
18106 status collapsed
18107
18108 \begin_layout Plain Layout
18109
18110
18111 \backslash
18112 phantom{
18113 \end_layout
18114
18115 \end_inset
18116
18117
18118 \backslash
18119 newcolumntype{S}[2]
18120 \begin_inset ERT
18121 status collapsed
18122
18123 \begin_layout Plain Layout
18124
18125 }
18126 \end_layout
18127
18128 \end_inset
18129
18130 m{(#1+(2
18131 \backslash
18132 tabcolsep+
18133 \backslash
18134 arrayrulewidth)*(1-#2))/#2}}
18135 \end_layout
18136
18137 \begin_layout Standard
18138 Ce format utilise l'équation
18139 \begin_inset space ~
18140 \end_inset
18141
18142
18143 \begin_inset CommandInset ref
18144 LatexCommand eqref
18145 reference "eq:Wgn"
18146
18147 \end_inset
18148
18149  pour calculer la largeur que doit avoir chacune des cellules couverte par
18150  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18151 \end_layout
18152
18153 \begin_layout Standard
18154 Ensuite, vous pouvez entrer
18155 \end_layout
18156
18157 \begin_layout Standard
18158
18159 \series bold
18160 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18161 \end_layout
18162
18163 \begin_layout Standard
18164 comme paramètre LaTeX de la colonne.
18165 \end_layout
18166
18167 \begin_layout Standard
18168 \begin_inset VSpace bigskip
18169 \end_inset
18170
18171
18172 \end_layout
18173
18174 \begin_layout Standard
18175 Pour des colonnes colorées, vous pouvez définir
18176 \end_layout
18177
18178 \begin_layout Standard
18179
18180 \series bold
18181
18182 \backslash
18183 newcolumntype{K}[1]{>{
18184 \backslash
18185 columncolor{#1}
18186 \backslash
18187 hspace{0pt}}c}
18188 \end_layout
18189
18190 \begin_layout Standard
18191 Le 
18192 \begin_inset Quotes eld
18193 \end_inset
18194
18195 c
18196 \begin_inset Quotes erd
18197 \end_inset
18198
18199  à la fin crée une colonne de largeur variable dont le texte est centré
18200  horizontalement.
18201  Vous pouvez maintenant entrer
18202 \end_layout
18203
18204 \begin_layout Standard
18205
18206 \series bold
18207 K{nom de couleur}
18208 \end_layout
18209
18210 \begin_layout Standard
18211 comme paramètre LaTeX.
18212 \end_layout
18213
18214 \begin_layout Standard
18215 \begin_inset VSpace bigskip
18216 \end_inset
18217
18218
18219 \end_layout
18220
18221 \begin_layout Standard
18222 Pour créer le tableau
18223 \begin_inset space ~
18224 \end_inset
18225
18226
18227 \begin_inset CommandInset ref
18228 LatexCommand ref
18229 reference "tab:Tableau-formats-personnalisés"
18230
18231 \end_inset
18232
18233  utilisez les paramètres LaTeX
18234 \end_layout
18235
18236 \begin_layout Standard
18237
18238 \series bold
18239 M{2.5cm}
18240 \end_layout
18241
18242 \begin_layout Standard
18243 pour la première colonne et la multicolonne,
18244 \end_layout
18245
18246 \begin_layout Standard
18247
18248 \series bold
18249 K{red}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 pour la dernière colonne, et
18254 \end_layout
18255
18256 \begin_layout Standard
18257
18258 \series bold
18259 S{2.5cm}{2}
18260 \end_layout
18261
18262 \begin_layout Standard
18263 pour les cellules de la deuxième colonne.
18264 \end_layout
18265
18266 \begin_layout Standard
18267 \begin_inset Float table
18268 placement h
18269 wide false
18270 sideways false
18271 status open
18272
18273 \begin_layout Plain Layout
18274 \begin_inset Caption
18275
18276 \begin_layout Plain Layout
18277 \begin_inset CommandInset label
18278 LatexCommand label
18279 name "tab:Tableau-formats-personnalisés"
18280
18281 \end_inset
18282
18283 Tableau utilisant des formats personnalisés
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \begin_layout Plain Layout
18292 \align center
18293 \begin_inset Tabular
18294 <lyxtabular version="3" rows="3" columns="4">
18295 <features>
18296 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18297 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18298 <column alignment="center" valignment="middle" width="0">
18299 <column alignment="center" valignment="middle" width="0" special="K{red}">
18300 <row>
18301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305 motTrèsLongDansUneCellule
18306 \end_layout
18307
18308 \end_inset
18309 </cell>
18310 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18311 \begin_inset Text
18312
18313 \begin_layout Plain Layout
18314 multicolonne avec multiligne
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 c
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 </row>
18338 <row>
18339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 d
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352 e
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 f
18362 \end_layout
18363
18364 \end_inset
18365 </cell>
18366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370 g
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 </row>
18376 <row>
18377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 h
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 i
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 j
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 k
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 </row>
18414 </lyxtabular>
18415
18416 \end_inset
18417
18418
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Subsection
18427 Épaisseur des filets
18428 \begin_inset CommandInset label
18429 LatexCommand label
18430 name "sub:Epaisseur-filets"
18431
18432 \end_inset
18433
18434
18435 \begin_inset Index
18436 status collapsed
18437
18438 \begin_layout Plain Layout
18439 Personnalisation des tableaux ! Épaisseur filets
18440 \end_layout
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Standard
18448 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18449  
18450 \series bold
18451
18452 \backslash
18453 arrayrulewidth
18454 \series default
18455 .
18456  Pour mettre, par exemple, une épaisseur de filet de 1.5
18457 \begin_inset space \thinspace{}
18458 \end_inset
18459
18460 pt, comme pour le tableau
18461 \begin_inset space ~
18462 \end_inset
18463
18464
18465 \begin_inset CommandInset ref
18466 LatexCommand ref
18467 reference "tab:Tableau-filets-1.5pt"
18468
18469 \end_inset
18470
18471 , insérez la commande
18472 \end_layout
18473
18474 \begin_layout Standard
18475
18476 \series bold
18477
18478 \backslash
18479 setlength{
18480 \backslash
18481 arrayrulewidth}{1.5pt}
18482 \end_layout
18483
18484 \begin_layout Standard
18485 en code TeX avant le tableau ou le flottant de tableau.
18486  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18487  suivent.
18488  pour revenir aux valeurs implicites, mettez 
18489 \series bold
18490
18491 \backslash
18492 arrayrulewidth
18493 \series default
18494  à 0.4
18495 \begin_inset space \thinspace{}
18496 \end_inset
18497
18498 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18499 \end_layout
18500
18501 \begin_layout Standard
18502 \begin_inset ERT
18503 status collapsed
18504
18505 \begin_layout Plain Layout
18506
18507
18508 \backslash
18509 setlength{
18510 \backslash
18511 arrayrulewidth}{1.5pt}
18512 \end_layout
18513
18514 \end_inset
18515
18516
18517 \begin_inset Float table
18518 wide false
18519 sideways false
18520 status open
18521
18522 \begin_layout Plain Layout
18523 \begin_inset Caption
18524
18525 \begin_layout Plain Layout
18526 \begin_inset CommandInset label
18527 LatexCommand label
18528 name "tab:Tableau-filets-1.5pt"
18529
18530 \end_inset
18531
18532 Tableau avec des filets de 1.5
18533 \begin_inset space \thinspace{}
18534 \end_inset
18535
18536 pt
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \begin_layout Plain Layout
18545 \align center
18546 \begin_inset Tabular
18547 <lyxtabular version="3" rows="3" columns="3">
18548 <features>
18549 <column alignment="center" valignment="top" width="0">
18550 <column alignment="center" valignment="top" width="0">
18551 <column alignment="center" valignment="top" width="0">
18552 <row>
18553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 sd
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 sd
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 <row>
18611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18621 \begin_inset Text
18622
18623 \begin_layout Plain Layout
18624
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633 sd
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 </row>
18639 </lyxtabular>
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \end_inset
18647
18648
18649 \begin_inset ERT
18650 status collapsed
18651
18652 \begin_layout Plain Layout
18653
18654
18655 \backslash
18656 setlength{
18657 \backslash
18658 arrayrulewidth}{0.4pt}
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \begin_layout Standard
18667 \begin_inset VSpace bigskip
18668 \end_inset
18669
18670 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18671 \begin_inset space \thinspace{}
18672 \end_inset
18673
18674 pt, comme dans le tableau
18675 \begin_inset space ~
18676 \end_inset
18677
18678
18679 \begin_inset CommandInset ref
18680 LatexCommand ref
18681 reference "tab:Tableau-filets-horizontaux-1.5pt"
18682
18683 \end_inset
18684
18685 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18686  de tableau :
18687 \end_layout
18688
18689 \begin_layout Standard
18690
18691 \series bold
18692
18693 \backslash
18694 let
18695 \backslash
18696 myHline
18697 \backslash
18698 hline
18699 \begin_inset Newline newline
18700 \end_inset
18701
18702
18703 \backslash
18704 renewcommand{
18705 \backslash
18706 hline}
18707 \begin_inset Newline newline
18708 \end_inset
18709
18710  {
18711 \backslash
18712 noalign{
18713 \backslash
18714 global
18715 \backslash
18716 arrayrulewidth 1.5pt}
18717 \begin_inset Newline newline
18718 \end_inset
18719
18720  
18721 \backslash
18722 myHline
18723 \backslash
18724 noalign{
18725 \backslash
18726 global
18727 \backslash
18728 arrayrulewidth 0.4pt}}
18729 \end_layout
18730
18731 \begin_layout Standard
18732 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18733  en code TeX après le tableau ou le flottant de tableau :
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \series bold
18739
18740 \backslash
18741 renewcommand{
18742 \backslash
18743 hline}{
18744 \backslash
18745 myHline}
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753
18754
18755 \backslash
18756 let
18757 \backslash
18758 myHline
18759 \backslash
18760 hline
18761 \end_layout
18762
18763 \begin_layout Plain Layout
18764
18765
18766 \backslash
18767 renewcommand{
18768 \backslash
18769 hline}
18770 \end_layout
18771
18772 \begin_layout Plain Layout
18773
18774  {
18775 \backslash
18776 noalign{
18777 \backslash
18778 global
18779 \backslash
18780 arrayrulewidth 1.5pt}
18781 \end_layout
18782
18783 \begin_layout Plain Layout
18784
18785   
18786 \backslash
18787 myHline
18788 \backslash
18789 noalign{
18790 \backslash
18791 global
18792 \backslash
18793 arrayrulewidth 0.4pt}}
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \begin_inset Float table
18800 wide false
18801 sideways false
18802 status open
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Caption
18806
18807 \begin_layout Plain Layout
18808 \begin_inset CommandInset label
18809 LatexCommand label
18810 name "tab:Tableau-filets-horizontaux-1.5pt"
18811
18812 \end_inset
18813
18814 Tableau avec des filets horizontaux de 1.5
18815 \begin_inset space \thinspace{}
18816 \end_inset
18817
18818 pt
18819 \end_layout
18820
18821 \end_inset
18822
18823
18824 \end_layout
18825
18826 \begin_layout Plain Layout
18827 \align center
18828 \begin_inset Tabular
18829 <lyxtabular version="3" rows="3" columns="3">
18830 <features>
18831 <column alignment="center" valignment="top" width="0">
18832 <column alignment="center" valignment="top" width="0">
18833 <column alignment="center" valignment="top" width="0">
18834 <row>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 sd
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 </row>
18863 <row>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18874 \begin_inset Text
18875
18876 \begin_layout Plain Layout
18877 sd
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18883 \begin_inset Text
18884
18885 \begin_layout Plain Layout
18886
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 </row>
18892 <row>
18893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18894 \begin_inset Text
18895
18896 \begin_layout Plain Layout
18897
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18903 \begin_inset Text
18904
18905 \begin_layout Plain Layout
18906
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 sd
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 </row>
18921 </lyxtabular>
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \end_inset
18929
18930
18931 \begin_inset ERT
18932 status collapsed
18933
18934 \begin_layout Plain Layout
18935
18936
18937 \backslash
18938 renewcommand{
18939 \backslash
18940 hline}{
18941 \backslash
18942 myHline}
18943 \end_layout
18944
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \begin_layout Standard
18951 \begin_inset VSpace bigskip
18952 \end_inset
18953
18954 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18955 \begin_inset space \thinspace{}
18956 \end_inset
18957
18958 pt, créez le format de colonne suivant dans le préambule, en suivant la
18959  description de la section
18960 \begin_inset space ~
18961 \end_inset
18962
18963
18964 \begin_inset CommandInset ref
18965 LatexCommand ref
18966 reference "sub:Formats-personnalisés"
18967
18968 \end_inset
18969
18970 :
18971 \end_layout
18972
18973 \begin_layout Standard
18974
18975 \series bold
18976
18977 \backslash
18978 newcolumntype{V}{!{
18979 \backslash
18980 vrule width 1.5pt}}
18981 \end_layout
18982
18983 \begin_layout Standard
18984 Pour le tableau
18985 \begin_inset space ~
18986 \end_inset
18987
18988
18989 \begin_inset CommandInset ref
18990 LatexCommand ref
18991 reference "tab:Tableau-filets-verticaux-1.5pt"
18992
18993 \end_inset
18994
18995  le paramètre LaTeX 
18996 \end_layout
18997
18998 \begin_layout Standard
18999
19000 \series bold
19001 VcV
19002 \end_layout
19003
19004 \begin_layout Standard
19005 a été utilisé pour la dernière colonne et
19006 \end_layout
19007
19008 \begin_layout Standard
19009
19010 \series bold
19011 Vc
19012 \end_layout
19013
19014 \begin_layout Standard
19015 pour les autres colonnes.
19016 \end_layout
19017
19018 \begin_layout Standard
19019 \begin_inset Float table
19020 wide false
19021 sideways false
19022 status open
19023
19024 \begin_layout Plain Layout
19025 \begin_inset Caption
19026
19027 \begin_layout Plain Layout
19028 \begin_inset CommandInset label
19029 LatexCommand label
19030 name "tab:Tableau-filets-verticaux-1.5pt"
19031
19032 \end_inset
19033
19034 Tableau avec des filets verticaux de 1.5
19035 \begin_inset space \thinspace{}
19036 \end_inset
19037
19038 pt 
19039 \end_layout
19040
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \begin_layout Plain Layout
19047 \align center
19048 \begin_inset Tabular
19049 <lyxtabular version="3" rows="3" columns="3">
19050 <features>
19051 <column alignment="center" valignment="top" width="0" special="Vc">
19052 <column alignment="center" valignment="top" width="0" special="Vc">
19053 <column alignment="center" valignment="top" width="0" special="VcV">
19054 <row>
19055 <cell alignment="center" valignment="top" topline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 sd
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 </row>
19083 <row>
19084 <cell alignment="center" valignment="top" topline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 sd
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 <cell alignment="center" valignment="top" topline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 </row>
19112 <row>
19113 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 sd
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 </lyxtabular>
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \begin_layout Subsection
19154 Filets à traits interrompus
19155 \begin_inset Index
19156 status collapsed
19157
19158 \begin_layout Plain Layout
19159 Personnalisation des tableaux ! Filets à traits interrompus
19160 \end_layout
19161
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \begin_layout Standard
19168 \begin_inset ERT
19169 status collapsed
19170
19171 \begin_layout Plain Layout
19172
19173
19174 \backslash
19175 ifarydshln
19176 \end_layout
19177
19178 \end_inset
19179
19180
19181 \begin_inset Note Note
19182 status open
19183
19184 \begin_layout Plain Layout
19185 La section suivante ne s'affichera que si vous avez installé le paquetage
19186  LaTeX 
19187 \series bold
19188 arydshln
19189 \series default
19190 .
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 \begin_inset Float table
19200 placement H
19201 wide false
19202 sideways false
19203 status open
19204
19205 \begin_layout Plain Layout
19206 \begin_inset Caption
19207
19208 \begin_layout Plain Layout
19209 \begin_inset CommandInset label
19210 LatexCommand label
19211 name "tab:Tableau-filets-tirets"
19212
19213 \end_inset
19214
19215 Tableau avec des filets à traits interrompus
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \begin_layout Plain Layout
19224 \align center
19225 \begin_inset Tabular
19226 <lyxtabular version="3" rows="5" columns="5">
19227 <features>
19228 <column alignment="center" valignment="top" width="0">
19229 <column alignment="center" valignment="top" width="0">
19230 <column alignment="center" valignment="top" width="0" special=":c">
19231 <column alignment="center" valignment="top" width="0">
19232 <column alignment="center" valignment="top" width="0">
19233 <row>
19234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 a
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 b
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 c
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 d
19266 \end_layout
19267
19268 \end_inset
19269 </cell>
19270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 e
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 </row>
19280 <row>
19281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19282 \begin_inset Text
19283
19284 \begin_layout Plain Layout
19285 f
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 g
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 <cell alignment="center" valignment="top" topline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303 h
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 i
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321 j
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row>
19328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332 \begin_inset ERT
19333 status collapsed
19334
19335 \begin_layout Plain Layout
19336
19337
19338 \backslash
19339 hdashline 
19340 \end_layout
19341
19342 \end_inset
19343
19344 k
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353 l
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 <cell alignment="center" valignment="top" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 m
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 n
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 o
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 </row>
19386 <row>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 \begin_inset ERT
19392 status collapsed
19393
19394 \begin_layout Plain Layout
19395
19396
19397 \backslash
19398 cdashline{4-5}
19399 \end_layout
19400
19401 \end_inset
19402
19403 p
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412 q
19413 \end_layout
19414
19415 \end_inset
19416 </cell>
19417 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19418 \begin_inset Text
19419
19420 \begin_layout Plain Layout
19421 r
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 s
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 </row>
19445 <row>
19446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 t
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 u
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 v
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 w
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486 x
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 </row>
19492 </lyxtabular>
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \begin_layout Standard
19505 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19506  donc employer du code TeX.
19507  Mais avant il faut charger le paquetage LaTeX 
19508 \series bold
19509 arydshln
19510 \series default
19511
19512 \begin_inset Index
19513 status collapsed
19514
19515 \begin_layout Plain Layout
19516 Paquetages LaTeX ! arydshln
19517 \end_layout
19518
19519 \end_inset
19520
19521  dans le préambule du document avec la commande 
19522 \end_layout
19523
19524 \begin_layout Standard
19525
19526 \series bold
19527
19528 \backslash
19529 usepackage{arydshln}
19530 \end_layout
19531
19532 \begin_layout Standard
19533 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19534  
19535 \begin_inset Quotes eld
19536 \end_inset
19537
19538 :
19539 \begin_inset Quotes erd
19540 \end_inset
19541
19542  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19543  dans la fenêtre de dialogue de paramètre du tableau.
19544 \end_layout
19545
19546 \begin_layout Standard
19547 Pour un trait horizontal interrompu, ajoutez la commande
19548 \end_layout
19549
19550 \begin_layout Standard
19551
19552 \series bold
19553
19554 \backslash
19555 hdashline
19556 \end_layout
19557
19558 \begin_layout Standard
19559 en code TeX comme premier élément de la première cellule de la ligne de
19560  tableau.
19561 \end_layout
19562
19563 \begin_layout Standard
19564 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19565  commande 
19566 \end_layout
19567
19568 \begin_layout Standard
19569
19570 \series bold
19571
19572 \backslash
19573 cdashline{
19574 \series default
19575 numéros de colonnes}
19576 \end_layout
19577
19578 \begin_layout Standard
19579 en code TeX comme premier élément de la première cellule de la ligne.
19580  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19581  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19582 \end_layout
19583
19584 \begin_layout Standard
19585
19586 \series bold
19587
19588 \backslash
19589 cdashline{2-4}
19590 \end_layout
19591
19592 \begin_layout Standard
19593 comme premier élément de la première cellule de la ligne contenant la multicolon
19594 ne.
19595 \end_layout
19596
19597 \begin_layout Standard
19598 \begin_inset VSpace bigskip
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \begin_layout Standard
19605 Le tableau
19606 \begin_inset space ~
19607 \end_inset
19608
19609
19610 \begin_inset CommandInset ref
19611 LatexCommand ref
19612 reference "tab:Tableau-filets-tirets"
19613
19614 \end_inset
19615
19616  a été créé en utilisant 
19617 \begin_inset Quotes eld
19618 \end_inset
19619
19620
19621 \series bold
19622 :c
19623 \series default
19624
19625 \begin_inset Quotes erd
19626 \end_inset
19627
19628  comme paramètre LaTeX pour la troisième colonne.
19629  La commande en code TeX 
19630 \series bold
19631
19632 \backslash
19633 hdashline
19634 \series default
19635  a été insérée dans la première cellule de la troisième ligne et la commande
19636  en code TeX 
19637 \series bold
19638
19639 \backslash
19640 cdashline{4-5}
19641 \series default
19642  a été insérée dans la première cellule de la quatrième ligne.
19643 \end_layout
19644
19645 \begin_layout Standard
19646 \begin_inset Note Greyedout
19647 status open
19648
19649 \begin_layout Plain Layout
19650
19651 \series bold
19652 Note:
19653 \series default
19654  Le paquetage LaTeX 
19655 \series bold
19656 arydshln
19657 \series default
19658  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19659  
19660 \series bold
19661 colortbl
19662 \series default
19663
19664 \begin_inset Index
19665 status collapsed
19666
19667 \begin_layout Plain Layout
19668 Paquetages LaTeX ! colortbl
19669 \end_layout
19670
19671 \end_inset
19672
19673  qui est utilisé pour avoir des tableaux colorés dans la section
19674 \begin_inset space ~
19675 \end_inset
19676
19677
19678 \begin_inset CommandInset ref
19679 LatexCommand ref
19680 reference "sec:Tableaux-Colorés"
19681
19682 \end_inset
19683
19684 .
19685  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19686  traits interrompus.
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \end_layout
19693
19694 \begin_layout Standard
19695 \begin_inset ERT
19696 status collapsed
19697
19698 \begin_layout Plain Layout
19699
19700
19701 \backslash
19702 else
19703 \end_layout
19704
19705 \end_inset
19706
19707
19708 \begin_inset Note Note
19709 status open
19710
19711 \begin_layout Plain Layout
19712 Ce qui suit sera affiché si le paquetage LaTeX 
19713 \series bold
19714 arydshln
19715 \series default
19716  n'est pas installé :
19717 \end_layout
19718
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \begin_layout Standard
19725 Vous devez installer le paquetage LaTeX 
19726 \series bold
19727 arydshln
19728 \series default
19729  pour voir le contenu des cette section dans la sortie imprimée.
19730 \end_layout
19731
19732 \begin_layout Standard
19733 \begin_inset ERT
19734 status collapsed
19735
19736 \begin_layout Plain Layout
19737
19738
19739 \backslash
19740 fi
19741 \end_layout
19742
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \begin_layout Chapter
19749 Flottants
19750 \begin_inset Index
19751 status collapsed
19752
19753 \begin_layout Plain Layout
19754 Flottants
19755 \end_layout
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \begin_layout Section
19763 Introduction
19764 \begin_inset CommandInset label
19765 LatexCommand label
19766 name "sec:Flottants-Introduction"
19767
19768 \end_inset
19769
19770
19771 \begin_inset Index
19772 status collapsed
19773
19774 \begin_layout Plain Layout
19775 Flottants ! Introduction
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Standard
19784 Un flottant est une portion de document, qui peut être associé à une étiquette
19785  et dont la position n'est pas fixée.
19786  Il peut 
19787 \begin_inset Quotes eld
19788 \end_inset
19789
19790 flotter
19791 \begin_inset Quotes erd
19792 \end_inset
19793
19794  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19795  plus approprié.
19796  Les 
19797 \family sans
19798 Notes
19799 \begin_inset space ~
19800 \end_inset
19801
19802 en
19803 \begin_inset space ~
19804 \end_inset
19805
19806 Bas
19807 \begin_inset space ~
19808 \end_inset
19809
19810 de
19811 \begin_inset space ~
19812 \end_inset
19813
19814 Page
19815 \family default
19816  et le 
19817 \family sans
19818 Notes
19819 \begin_inset space ~
19820 \end_inset
19821
19822 en
19823 \begin_inset space ~
19824 \end_inset
19825
19826 Marge
19827 \family default
19828  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19829  sur la page suivante quand il y a trop de notes sur la page courante.
19830 \end_layout
19831
19832 \begin_layout Standard
19833 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19834  très grande qualité.
19835  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19836  éviter des lignes blanches ou des pages sans texte.
19837  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19838  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19839  le texte.
19840  Les flottants sont donc numérotés.
19841  Les références croisées sont décrites dans la section
19842 \begin_inset space ~
19843 \end_inset
19844
19845
19846 \begin_inset CommandInset ref
19847 LatexCommand ref
19848 reference "sec:Referencer-les-Flottants"
19849
19850 \end_inset
19851
19852 .
19853 \end_layout
19854
19855 \begin_layout Standard
19856 Pour insérer un flottant, on utilise un des sous menus du menu 
19857 \family sans
19858 Insérer\SpecialChar \menuseparator
19859 Flottant.
19860
19861 \family default
19862  Une boîte va être insérée dans votre document avec par exemple une étiquette
19863  du genre 
19864 \begin_inset Quotes eld
19865 \end_inset
19866
19867 Figure
19868 \begin_inset space ~
19869 \end_inset
19870
19871 #:
19872 \begin_inset Quotes erd
19873 \end_inset
19874
19875  (où # est un numéro).
19876  L'étiquette est automatiquement traduite dans la langue du document dans
19877  la sortie finale.
19878  Après l'étiquette vous pouvez insérer du texte comme légende.
19879  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19880  séparé, à l'intérieur du flottant.
19881  Vous trouverez plus de détails sur le positionnement des légendes dans
19882  la section
19883 \begin_inset space ~
19884 \end_inset
19885
19886
19887 \begin_inset CommandInset ref
19888 LatexCommand ref
19889 reference "sec:Placement-légende"
19890
19891 \end_inset
19892
19893 .
19894  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19895  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19896  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19897  Une boîte de flottant fermée ressemble à ceci : 
19898 \begin_inset Graphics
19899         filename clipart/floatQt4.png
19900         scale 60
19901
19902 \end_inset
19903
19904  – une case grise avec un texte rouge.
19905 \end_layout
19906
19907 \begin_layout Standard
19908 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19909  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19910  est formaté de façon particulière.
19911 \end_layout
19912
19913 \begin_layout Section
19914 Les Types de Flottants
19915 \end_layout
19916
19917 \begin_layout Standard
19918 En plus des flottants de figures et de tableau qui sont décrits respectivement
19919  dans les sections
19920 \begin_inset space ~
19921 \end_inset
19922
19923
19924 \begin_inset CommandInset ref
19925 LatexCommand ref
19926 reference "sec:Figure-Floats"
19927
19928 \end_inset
19929
19930  et 
19931 \begin_inset CommandInset ref
19932 LatexCommand ref
19933 reference "sec:Table-Floats"
19934
19935 \end_inset
19936
19937 , LyX offre aussi les types 
19938 \series bold
19939 Algorithme
19940 \series default
19941  et 
19942 \series bold
19943 Enrobage
19944 \series default
19945 .
19946 \end_layout
19947
19948 \begin_layout Subsection
19949 Flottant d'algorithme
19950 \begin_inset Index
19951 status collapsed
19952
19953 \begin_layout Plain Layout
19954 Flottants ! Algorithmes
19955 \end_layout
19956
19957 \end_inset
19958
19959
19960 \begin_inset CommandInset label
19961 LatexCommand label
19962 name "sub:Flottant-d'Algorithme"
19963
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \begin_layout Standard
19970 \begin_inset Float algorithm
19971 placement h
19972 wide false
19973 sideways false
19974 status open
19975
19976 \begin_layout Plain Layout
19977 \begin_inset Caption
19978
19979 \begin_layout Plain Layout
19980 \begin_inset CommandInset label
19981 LatexCommand label
19982 name "alg:Exemple-Flottant-Algorithme"
19983
19984 \end_inset
19985
19986 Exemple de flottant d'algorithme
19987 \end_layout
19988
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \begin_layout LyX-Code
19995 for I in 1..N loop
19996 \begin_inset Newline newline
19997 \end_inset
19998
19999  Sum:= Sum + A(I); /*comment*/
20000 \begin_inset Newline newline
20001 \end_inset
20002
20003 end loop
20004 \begin_inset VSpace -4mm
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \begin_layout Standard
20016 Ce type de flottant est inséré à l'aide du menu 
20017 \family sans
20018 Insérer\SpecialChar \menuseparator
20019 Flottant\SpecialChar \menuseparator
20020 Algorithme
20021 \family default
20022 .
20023  Il peut être utilisé pour des morceaux de code source ou des descriptions
20024  d'algorithmes et peut être utilisé comme une alternative au listing de
20025  code source qui est décrit au chapitre
20026 \begin_inset space ~
20027 \end_inset
20028
20029
20030 \begin_inset CommandInset ref
20031 LatexCommand ref
20032 reference "cha:Program-Code-Listings"
20033
20034 \end_inset
20035
20036 .
20037  Vous pouvez par exemple utiliser l'environnement Code
20038 \begin_inset space ~
20039 \end_inset
20040
20041 LyX qui est décrit dans le 
20042 \emph on
20043 Guide
20044 \emph default
20045
20046 \begin_inset space ~
20047 \end_inset
20048
20049
20050 \emph on
20051 de
20052 \begin_inset space ~
20053 \end_inset
20054
20055 l'Utilisateur
20056 \emph default
20057  de LyX.
20058  l'algorithme
20059 \begin_inset space ~
20060 \end_inset
20061
20062
20063 \begin_inset CommandInset ref
20064 LatexCommand ref
20065 reference "alg:Exemple-Flottant-Algorithme"
20066
20067 \end_inset
20068
20069  est un exemple de flottant d'algorithme où un espace vertical de -4
20070 \begin_inset space \thinspace{}
20071 \end_inset
20072
20073 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20074  soit placée exactement sous le texte de la dernière ligne.
20075 \end_layout
20076
20077 \begin_layout Standard
20078 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20079  du document.
20080  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20081 ent en ajoutant la ligne suivante dans le préambule de votre document :
20082 \end_layout
20083
20084 \begin_layout Standard
20085
20086 \series bold
20087
20088 \backslash
20089 floatname{algorithm}{votre
20090 \begin_inset space ~
20091 \end_inset
20092
20093 nom}
20094 \end_layout
20095
20096 \begin_layout Standard
20097
20098 \family sans
20099  votre
20100 \begin_inset space ~
20101 \end_inset
20102
20103 nom
20104 \family default
20105  est le mot 
20106 \begin_inset Quotes eld
20107 \end_inset
20108
20109
20110 \emph on
20111 algorithme
20112 \emph default
20113
20114 \begin_inset Quotes erd
20115 \end_inset
20116
20117  dans votre langue.
20118 \end_layout
20119
20120 \begin_layout Standard
20121 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20122 \family sans
20123 Insérer\SpecialChar \menuseparator
20124 Listes
20125 \begin_inset space ~
20126 \end_inset
20127
20128 &
20129 \begin_inset space ~
20130 \end_inset
20131
20132 TdM\SpecialChar \menuseparator
20133 Liste
20134 \begin_inset space ~
20135 \end_inset
20136
20137 des
20138 \begin_inset space ~
20139 \end_inset
20140
20141 algorithmes
20142 \family default
20143  si votre document est en la même langue que les menus de LyX.
20144  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20145  en code TeX à la place:
20146 \end_layout
20147
20148 \begin_layout Standard
20149
20150 \series bold
20151
20152 \backslash
20153 listof{algorithm}{votre
20154 \begin_inset space ~
20155 \end_inset
20156
20157 nom}
20158 \end_layout
20159
20160 \begin_layout Standard
20161 où 
20162 \family sans
20163 votre
20164 \begin_inset space ~
20165 \end_inset
20166
20167 nom
20168 \family default
20169  est la traduction de 
20170 \begin_inset Quotes eld
20171 \end_inset
20172
20173
20174 \emph on
20175 List of Algorithm
20176 \emph default
20177 s
20178 \begin_inset Quotes erd
20179 \end_inset
20180
20181  dans votre langue.
20182 \end_layout
20183
20184 \begin_layout Standard
20185 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20186  le schéma 
20187 \begin_inset Quotes eld
20188 \end_inset
20189
20190 chapitre.algorithme
20191 \begin_inset Quotes erd
20192 \end_inset
20193
20194  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20195  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20196  commande dans le préambule de votre document :
20197 \end_layout
20198
20199 \begin_layout Standard
20200
20201 \series bold
20202
20203 \backslash
20204 numberwithin{algorithm}{chapter}
20205 \end_layout
20206
20207 \begin_layout Standard
20208 Pour pouvoir utiliser la commande 
20209 \series bold
20210
20211 \backslash
20212 numberwithin
20213 \series default
20214 , activez l'option 
20215 \family sans
20216 Utiliser
20217 \begin_inset space ~
20218 \end_inset
20219
20220 le
20221 \begin_inset space ~
20222 \end_inset
20223
20224 paquetage
20225 \begin_inset space ~
20226 \end_inset
20227
20228 AMS
20229 \begin_inset space ~
20230 \end_inset
20231
20232 math
20233 \family default
20234  dans la rubrique 
20235 \family sans
20236 Options
20237 \begin_inset space ~
20238 \end_inset
20239
20240 des
20241 \begin_inset space ~
20242 \end_inset
20243
20244 Maths
20245 \family default
20246  de la fenêtre de dialogue 
20247 \family sans
20248 Paramètres
20249 \begin_inset space ~
20250 \end_inset
20251
20252 du
20253 \begin_inset space ~
20254 \end_inset
20255
20256 Document
20257 \family default
20258 .
20259 \begin_inset Newpage newpage
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \begin_layout Subsection
20266 Flottant d'enrobage
20267 \begin_inset Index
20268 status collapsed
20269
20270 \begin_layout Plain Layout
20271 Flottants ! Flottants d'enrobage
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Standard
20280 \begin_inset Wrap figure
20281 lines 0
20282 placement l
20283 overhang 1cm
20284 width "40col%"
20285 status open
20286
20287 \begin_layout Plain Layout
20288 \begin_inset Graphics
20289         filename ../clipart/mobius.eps
20290         width 40col%
20291         scaleBeforeRotation
20292         rotateOrigin center
20293
20294 \end_inset
20295
20296
20297 \end_layout
20298
20299 \begin_layout Plain Layout
20300 \begin_inset Caption
20301
20302 \begin_layout Plain Layout
20303 \begin_inset CommandInset label
20304 LatexCommand label
20305 name "fig:Figure-enrobée"
20306
20307 \end_inset
20308
20309 Ceci est une figure habillée.
20310 \end_layout
20311
20312 \end_inset
20313
20314
20315 \end_layout
20316
20317 \end_inset
20318
20319  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20320  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20321  Vous pouvez en insérer un en utilisant le menu 
20322 \family sans
20323 Insérer\SpecialChar \menuseparator
20324 Flottant\SpecialChar \menuseparator
20325 Flottant
20326 \begin_inset space ~
20327 \end_inset
20328
20329 d'enrobage
20330 \family default
20331  à la condition que le paquetage LaTeX 
20332 \series bold
20333 wrapfig
20334 \series default
20335
20336 \begin_inset Index
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340 Paquetages LaTeX ! wrapfig
20341 \begin_inset ERT
20342 status collapsed
20343
20344 \begin_layout Plain Layout
20345
20346
20347 \backslash
20348 vspace{4mm}
20349 \end_layout
20350
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \end_inset
20357
20358  soit installé.
20359 \begin_inset Foot
20360 status collapsed
20361
20362 \begin_layout Plain Layout
20363 Voyez dans la manuel 
20364 \emph on
20365 Configuration
20366 \begin_inset space ~
20367 \end_inset
20368
20369 LaTeX 
20370 \emph default
20371 comment installer des paquetages LaTeX.
20372 \end_layout
20373
20374 \end_inset
20375
20376  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20377  sur la boîte du flottant.
20378  Les paramètres obligatoires sont l'
20379 \family sans
20380 Emplacement
20381 \family default
20382  et la 
20383 \family sans
20384 Largeur
20385 \family default
20386 .
20387  Les paramètres facultatifs sont le 
20388 \family sans
20389 Débordement
20390 \family default
20391  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20392  de la page et la 
20393 \family sans
20394 Porté de la ligne
20395 \family default
20396  qui précise le nombre approximatif de lignes dont le flottant va avoir
20397  besoin.
20398  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20399  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20400  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20401  à l'intérieur du paragraphe ou vers les autres paragraphes.
20402  La figure
20403 \begin_inset space ~
20404 \end_inset
20405
20406
20407 \begin_inset CommandInset ref
20408 LatexCommand ref
20409 reference "fig:Figure-enrobée"
20410
20411 \end_inset
20412
20413  est un exemple de flottant d'enrobage avec une largeur de 40
20414 \begin_inset space \thinspace{}
20415 \end_inset
20416
20417 col%, un débordement de 1
20418 \begin_inset space \thinspace{}
20419 \end_inset
20420
20421 cm et placé à gauche.
20422 \begin_inset Foot
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426 Les unités disponibles sont expliquées dans l'appendice
20427 \begin_inset space ~
20428 \end_inset
20429
20430
20431 \begin_inset CommandInset ref
20432 LatexCommand ref
20433 reference "cha:Unités-de-longueur"
20434
20435 \end_inset
20436
20437 .
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Standard
20446 \begin_inset Note Greyedout
20447 status open
20448
20449 \begin_layout Plain Layout
20450
20451 \series bold
20452 Note:
20453 \series default
20454  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20455  figure trop près du bas de page peut tout chambouler et faire que le flottant
20456  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20457  de texte.
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Standard
20466 En général:
20467 \end_layout
20468
20469 \begin_layout Itemize
20470 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20471  qui risquent de passer à la page suivante.
20472  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20473  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20474  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20475  de page.
20476 \end_layout
20477
20478 \begin_layout Itemize
20479 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20480  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20481 e.
20482 \end_layout
20483
20484 \begin_layout Itemize
20485 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20486  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20487  texte entre les deux, comme séparateur.
20488 \end_layout
20489
20490 \begin_layout Itemize
20491 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20492  ou les tableaux.
20493 \end_layout
20494
20495 \begin_layout Section
20496 Numérotation des flottants
20497 \begin_inset Index
20498 status collapsed
20499
20500 \begin_layout Plain Layout
20501 Flottants ! Numérotation
20502 \end_layout
20503
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \begin_layout Standard
20510 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20511  ils se trouvent, soit en utilisant un format du genre 
20512 \begin_inset Quotes eld
20513 \end_inset
20514
20515 chapitre.numéro
20516 \begin_inset Quotes erd
20517 \end_inset
20518
20519  ou 
20520 \begin_inset Quotes eld
20521 \end_inset
20522
20523 section.numéro
20524 \begin_inset Quotes erd
20525 \end_inset
20526
20527 .
20528  Cela dépend de la classe de document utilisée.
20529 \end_layout
20530
20531 \begin_layout Standard
20532 Pour changer le format de la numérotation qui ne dépend pas de la section
20533  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20534  le préambule du document :
20535 \end_layout
20536
20537 \begin_layout Standard
20538
20539 \series bold
20540
20541 \backslash
20542 renewcommand{
20543 \backslash
20544 thetable}{
20545 \backslash
20546 roman{table}}
20547 \end_layout
20548
20549 \begin_layout Standard
20550
20551 \series bold
20552
20553 \backslash
20554 thetable
20555 \series default
20556  est la commande qui imprime le numéro du tableau, pour les figures, la
20557  commande serait 
20558 \series bold
20559
20560 \backslash
20561 thefigure
20562 \series default
20563 .
20564  La commande 
20565 \series bold
20566
20567 \backslash
20568 roman
20569 \series default
20570  utilisée dans la commande précédente, imprime le numéro du tableau sous
20571  forme de petits chiffres romains.
20572 \end_layout
20573
20574 \begin_layout Standard
20575 Pour changer le type de numérotation pour par exemple 
20576 \begin_inset Quotes eld
20577 \end_inset
20578
20579 sous-section.numéro
20580 \begin_inset Quotes erd
20581 \end_inset
20582
20583 , utilisez la commande suivante dans le préambule du document :
20584 \end_layout
20585
20586 \begin_layout Standard
20587
20588 \series bold
20589
20590 \backslash
20591 numberwithin{table}{subsection}
20592 \end_layout
20593
20594 \begin_layout Standard
20595 Pour pouvoir utiliser la commande 
20596 \series bold
20597
20598 \backslash
20599 numberwithin
20600 \series default
20601 , vous devez activer l'option 
20602 \family sans
20603 Utiliser
20604 \begin_inset space ~
20605 \end_inset
20606
20607 le
20608 \begin_inset space ~
20609 \end_inset
20610
20611 paquetage
20612 \begin_inset space ~
20613 \end_inset
20614
20615 maths
20616 \begin_inset space ~
20617 \end_inset
20618
20619 AMS
20620 \family default
20621  dans la rubrique 
20622 \family sans
20623 Options
20624 \begin_inset space ~
20625 \end_inset
20626
20627 des
20628 \begin_inset space ~
20629 \end_inset
20630
20631 Maths
20632 \family default
20633  de la fenêtre de dialogue 
20634 \family sans
20635 Paramètres
20636 \family default
20637  du document.
20638 \end_layout
20639
20640 \begin_layout Standard
20641 Veuillez aussi jeter un coup d'œil à la section
20642 \begin_inset space ~
20643 \end_inset
20644
20645
20646 \begin_inset CommandInset ref
20647 LatexCommand ref
20648 reference "sub:Numerotation-notes-bas-de-page"
20649
20650 \end_inset
20651
20652  pour plus de détails et des notes importantes sur les commandes de numérotation.
20653 \end_layout
20654
20655 \begin_layout Section
20656 Faire Référence à des Flottants
20657 \begin_inset CommandInset label
20658 LatexCommand label
20659 name "sec:Referencer-les-Flottants"
20660
20661 \end_inset
20662
20663
20664 \begin_inset Index
20665 status collapsed
20666
20667 \begin_layout Plain Layout
20668 Flottants ! Références
20669 \end_layout
20670
20671 \end_inset
20672
20673
20674 \begin_inset Index
20675 status collapsed
20676
20677 \begin_layout Plain Layout
20678 References@Références ! à des Flottants 
20679 \end_layout
20680
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \begin_layout Standard
20687 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20688  en utilisant le menu 
20689 \family sans
20690 Insérer\SpecialChar \menuseparator
20691 Étiquette
20692 \family default
20693  ou le bouton 
20694 \begin_inset Graphics
20695         filename ../../images/label-insert.png
20696         scale 85
20697         scaleBeforeRotation
20698
20699 \end_inset
20700
20701  de la barre d'outils.
20702  Une boîte grise de ce genre : 
20703 \begin_inset Graphics
20704         filename clipart/labelQt4.png
20705         scale 85
20706         scaleBeforeRotation
20707
20708 \end_inset
20709
20710  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20711  de saisir le texte de l'étiquette.
20712  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20713  précédés d'un préfixe.
20714  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20715  préfixe sera "
20716 \family sans
20717 fig:
20718 \family default
20719 ".
20720 \end_layout
20721
20722 \begin_layout Standard
20723 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20724  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20725 \family sans
20726 Insérer\SpecialChar \menuseparator
20727 Référence
20728 \begin_inset space ~
20729 \end_inset
20730
20731 Croisée
20732 \family default
20733  ou le bouton 
20734 \begin_inset Graphics
20735         filename ../../images/dialog-show-new-inset_ref.png
20736         scale 85
20737         scaleBeforeRotation
20738
20739 \end_inset
20740
20741  de la barre d'outils.
20742  Une boîte grise de référence croisée comme celle-ci : 
20743 \begin_inset Graphics
20744         filename ../clipart/referenceQt4.png
20745         scale 85
20746         scaleBeforeRotation
20747
20748 \end_inset
20749
20750  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20751  toutes les étiquettes définies dans votre document.
20752  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20753  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20754  de la fenêtre de dialogue.
20755  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20756  une.
20757  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20758  de la référence croisée.
20759 \end_layout
20760
20761 \begin_layout Standard
20762 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20763  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20764  les deux.
20765  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20766  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20767  du numéro de la référence.
20768 \end_layout
20769
20770 \begin_layout Standard
20771 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20772  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20773  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20774  pas à vous en préoccuper.
20775 \end_layout
20776
20777 \begin_layout Standard
20778 Le bouton 
20779 \family sans
20780 Aller
20781 \begin_inset space ~
20782 \end_inset
20783
20784 à
20785 \begin_inset space ~
20786 \end_inset
20787
20788 l'étiquette
20789 \family default
20790  dans la fenêtre de référence croisée va positionner le curseur juste devant
20791  l'étiquette à laquelle on fait référence.
20792  Le nom du bouton bouton 
20793 \family sans
20794 Revenir
20795 \family default
20796  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20797  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20798  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20799  à votre point de départ.
20800 \end_layout
20801
20802 \begin_layout Subsection
20803 Formats de Références Croisées
20804 \begin_inset CommandInset label
20805 LatexCommand label
20806 name "sub:Formats-Références-Croisées"
20807
20808 \end_inset
20809
20810
20811 \begin_inset Index
20812 status collapsed
20813
20814 \begin_layout Plain Layout
20815 References@Références ! Formats
20816 \end_layout
20817
20818 \end_inset
20819
20820
20821 \end_layout
20822
20823 \begin_layout Standard
20824 Il y a six types de références croisées :
20825 \end_layout
20826
20827 \begin_layout Description
20828 <référence>
20829 \begin_inset space ~
20830 \end_inset
20831
20832 : affiche le numéro de l'élément, c'est le choix implicite : 
20833 \begin_inset CommandInset ref
20834 LatexCommand ref
20835 reference "fig:Deux-images-déformées"
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Description
20843 (<référence>)
20844 \begin_inset space ~
20845 \end_inset
20846
20847 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20848  normalement pour faire référence à des formules mathématiques, en particulier
20849  quand le mot 
20850 \begin_inset Quotes eld
20851 \end_inset
20852
20853 Équation
20854 \begin_inset Quotes erd
20855 \end_inset
20856
20857  est omis : 
20858 \begin_inset CommandInset ref
20859 LatexCommand eqref
20860 reference "eq:Wgn"
20861
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Description
20868 <page>
20869 \begin_inset space ~
20870 \end_inset
20871
20872 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20873 \begin_inset space ~
20874 \end_inset
20875
20876
20877 \begin_inset CommandInset ref
20878 LatexCommand pageref
20879 reference "fig:Deux-images-déformées"
20880
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \begin_layout Description
20887 page
20888 \begin_inset space ~
20889 \end_inset
20890
20891 <page>
20892 \begin_inset space ~
20893 \end_inset
20894
20895 : affiche le mot 
20896 \begin_inset Quotes eld
20897 \end_inset
20898
20899 page
20900 \begin_inset Quotes erd
20901 \end_inset
20902
20903  suivi du numéro de la page sur laquelle se trouve l'élément : 
20904 \begin_inset CommandInset ref
20905 LatexCommand vpageref
20906 reference "fig:Deux-images-déformées"
20907
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \begin_layout Description
20914 <référence>
20915 \begin_inset space ~
20916 \end_inset
20917
20918 page
20919 \begin_inset space ~
20920 \end_inset
20921
20922 <page>
20923 \begin_inset space ~
20924 \end_inset
20925
20926 : affiche le numéro de l'élément, le mot 
20927 \begin_inset Quotes eld
20928 \end_inset
20929
20930 page
20931 \begin_inset Quotes erd
20932 \end_inset
20933
20934  et le numéro de la page : 
20935 \begin_inset CommandInset ref
20936 LatexCommand vref
20937 reference "fig:Deux-images-déformées"
20938
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \begin_layout Description
20945 Référence
20946 \begin_inset space ~
20947 \end_inset
20948
20949 mise
20950 \begin_inset space ~
20951 \end_inset
20952
20953 en
20954 \begin_inset space ~
20955 \end_inset
20956
20957 forme
20958 \begin_inset space ~
20959 \end_inset
20960
20961 : affiche une référence croisée qui définit son propre format.
20962
20963 \lang english
20964  
20965 \lang french
20966
20967 \begin_inset Note Greyedout
20968 status open
20969
20970 \begin_layout Plain Layout
20971
20972 \series bold
20973 Note:
20974 \series default
20975  Ce type de référence croisée n'est disponible que si vous avez installé
20976  le paquetage LaTeX 
20977 \series bold
20978 prettyref
20979 \series default
20980
20981 \begin_inset Index
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985 Paquetages LaTeX ! prettyref
20986 \end_layout
20987
20988 \end_inset
20989
20990 .
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \begin_layout Standard
20999
21000 \family sans
21001 <page>
21002 \family default
21003  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21004  précédente, la même page ou la page suivante.
21005  Vous verrez par exemple un texte du genre 
21006 \begin_inset Quotes eld
21007 \end_inset
21008
21009
21010 \family sans
21011 sur cette page
21012 \family default
21013
21014 \begin_inset Quotes erd
21015 \end_inset
21016
21017  à la place.
21018  Le style 
21019 \family sans
21020 <référence>
21021 \begin_inset space ~
21022 \end_inset
21023
21024 page
21025 \begin_inset space ~
21026 \end_inset
21027
21028 <page>
21029 \family default
21030  
21031 \lang english
21032 will not print anything about the page if the label is on the same page.
21033 \end_layout
21034
21035 \begin_layout Standard
21036 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21037  se trouve sont calculés automatiquement par LaTeX.
21038  Vous choisissez une des six variétés de références dans le champ Format
21039  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21040  boîte de la référence croisée.
21041 \end_layout
21042
21043 \begin_layout Standard
21044 \begin_inset Note Greyedout
21045 status open
21046
21047 \begin_layout Plain Layout
21048
21049 \series bold
21050 Note:
21051 \series default
21052  Le paquetage LaTeX 
21053 \series bold
21054 prettyref
21055 \series default
21056
21057 \begin_inset Index
21058 status collapsed
21059
21060 \begin_layout Plain Layout
21061 Paquetages LaTeX ! prettyref
21062 \end_layout
21063
21064 \end_inset
21065
21066  ne connaît pas tous les raccourcis possibles pour les étiquettes
21067 \begin_inset Foot
21068 status collapsed
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Quotes eld
21072 \end_inset
21073
21074 fig:
21075 \begin_inset Quotes erd
21076 \end_inset
21077
21078  est par exempel le raccourci LyX pour les étiquettes dans les légendes
21079  de figures,.
21080 \end_layout
21081
21082 \end_inset
21083
21084  et n'est pas internationalisé.
21085  Pour savoir comment introduire de nouveaux raccourcis ou de nouvelles traductio
21086 ns dans 
21087 \series bold
21088 prettyref
21089 \series default
21090 , voir la documentation du paquetage
21091 \begin_inset CommandInset citation
21092 LatexCommand cite
21093 key "prettyref"
21094
21095 \end_inset
21096
21097 .
21098 \end_layout
21099
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \begin_layout Standard
21106 \begin_inset Note Greyedout
21107 status open
21108
21109 \begin_layout Plain Layout
21110
21111 \series bold
21112 Note:
21113 \series default
21114  Du fait d'un bogue dans la paquetage LaTeX 
21115 \series bold
21116 varioref
21117 \series default
21118  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21119  si la langue du document est le français.
21120  Pour contourner ce bogue, voir
21121 \begin_inset Newline newline
21122 \end_inset
21123
21124
21125 \begin_inset CommandInset href
21126 LatexCommand href
21127 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21128
21129 \end_inset
21130
21131 .
21132 \end_layout
21133
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \begin_layout Subsection
21140 Nommage automatique des références croisées
21141 \begin_inset Index
21142 status collapsed
21143
21144 \begin_layout Plain Layout
21145 References@Références ! Nommage automatique
21146 \end_layout
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Standard
21154 Le paquetage LaTeX 
21155 \series bold
21156 hyperref
21157 \series default
21158
21159 \begin_inset Index
21160 status collapsed
21161
21162 \begin_layout Plain Layout
21163 Paquetages LaTeX ! hyperref
21164 \end_layout
21165
21166 \end_inset
21167
21168
21169 \series bold
21170
21171 \series default
21172 qui est activé dans la rubrique 
21173 \family sans
21174 Propriétés du PDF
21175 \family default
21176  de la fenêtre de dialogue 
21177 \family sans
21178 Paramètres du document
21179 \family default
21180  fournit une fonction très utile pour automatiser la création des références
21181  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21182  une section).
21183  Par exemple pour vous éviter de devoir écrire le mot 
21184 \begin_inset Quotes eld
21185 \end_inset
21186
21187 Figure
21188 \begin_inset Quotes erd
21189 \end_inset
21190
21191  devant chaque référence à une figure.
21192  Pour profiter de ce nommage automatique des références croisées, vous devez
21193  activer 
21194 \series bold
21195 hyperref
21196 \series default
21197  et insérer la ligne suivante dans le préambule du document :
21198 \end_layout
21199
21200 \begin_layout Standard
21201
21202 \series bold
21203
21204 \backslash
21205 AtBeginDocument{
21206 \backslash
21207 renewcommand{
21208 \backslash
21209 ref}[1]{
21210 \backslash
21211 mbox{
21212 \backslash
21213 autoref{#1}}}}
21214 \end_layout
21215
21216 \begin_layout Standard
21217 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21218  défaut, par exemple vous préférez le nom 
21219 \begin_inset Quotes eld
21220 \end_inset
21221
21222 sec.
21223 \begin_inset space \thinspace{}
21224 \end_inset
21225
21226
21227 \begin_inset Quotes eld
21228 \end_inset
21229
21230  plutôt que 
21231 \begin_inset Quotes eld
21232 \end_inset
21233
21234 section
21235 \begin_inset Quotes erd
21236 \end_inset
21237
21238 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21239 \end_layout
21240
21241 \begin_layout Standard
21242
21243 \series bold
21244
21245 \backslash
21246 addto
21247 \backslash
21248 extrasenglish{
21249 \backslash
21250 renewcommand{
21251 \backslash
21252 sectionautorefname}
21253 \begin_inset Newline newline
21254 \end_inset
21255
21256
21257 \begin_inset ERT
21258 status collapsed
21259
21260 \begin_layout Plain Layout
21261
21262
21263 \backslash
21264 hphantom{ }
21265 \end_layout
21266
21267 \end_inset
21268
21269 {sec.
21270 \backslash
21271 negthinspace}}
21272 \end_layout
21273
21274 \begin_layout Standard
21275 Si vous utilisez une autre langue que l'anglais, remplacez 
21276 \series bold
21277
21278 \backslash
21279 extrasenglish
21280 \series default
21281  par 
21282 \series bold
21283
21284 \backslash
21285 extras***
21286 \series default
21287 , où *** est le nom de la langue que vous utilisez.
21288
21289 \series bold
21290  
21291 \end_layout
21292
21293 \begin_layout Standard
21294 Pour avoir des noms automatiques, mais pas pour certains types de références,
21295  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21296 \end_layout
21297
21298 \begin_layout Standard
21299
21300 \series bold
21301
21302 \backslash
21303 newlength{
21304 \backslash
21305 abc}
21306 \begin_inset Newline newline
21307 \end_inset
21308
21309
21310 \backslash
21311 settowidth{
21312 \backslash
21313 abc}{
21314 \backslash
21315 space}
21316 \begin_inset Newline newline
21317 \end_inset
21318
21319
21320 \backslash
21321 addto
21322 \backslash
21323 extrasenglish{
21324 \backslash
21325 renewcommand{
21326 \backslash
21327 equationautorefname}
21328 \begin_inset Newline newline
21329 \end_inset
21330
21331
21332 \begin_inset ERT
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336
21337
21338 \backslash
21339 hphantom{ }
21340 \end_layout
21341
21342 \end_inset
21343
21344 {
21345 \backslash
21346 hspace{-
21347 \backslash
21348 abc}}
21349 \end_layout
21350
21351 \begin_layout Standard
21352 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21353  de 
21354 \series bold
21355 hyperref
21356 \series default
21357  
21358 \begin_inset CommandInset citation
21359 LatexCommand cite
21360 key "hyperref"
21361
21362 \end_inset
21363
21364 .
21365 \end_layout
21366
21367 \begin_layout Standard
21368 \begin_inset Note Greyedout
21369 status open
21370
21371 \begin_layout Plain Layout
21372
21373 \series bold
21374 Note:
21375 \series default
21376  Le nommage automatique de références ne peut être utilisé si vous avez
21377  choisi le style de référence 
21378 \family sans
21379 Référence
21380 \begin_inset space ~
21381 \end_inset
21382
21383 mise
21384 \begin_inset space ~
21385 \end_inset
21386
21387 en
21388 \begin_inset space ~
21389 \end_inset
21390
21391 forme
21392 \family default
21393  décrit dans la section
21394 \begin_inset space ~
21395 \end_inset
21396
21397
21398 \begin_inset CommandInset ref
21399 LatexCommand ref
21400 reference "sub:Formats-Références-Croisées"
21401
21402 \end_inset
21403
21404 .
21405 \end_layout
21406
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \begin_layout Standard
21413 Le manuel 
21414 \emph on
21415 Math
21416 \emph default
21417  est un exemple dans lequel on a utilisé le référencement automatique.
21418 \end_layout
21419
21420 \begin_layout Subsection
21421 Positionnement des Références 
21422 \begin_inset CommandInset label
21423 LatexCommand label
21424 name "sub:Reference-Position"
21425
21426 \end_inset
21427
21428
21429 \begin_inset Index
21430 status collapsed
21431
21432 \begin_layout Plain Layout
21433 References@Références ! Positionnement
21434 \end_layout
21435
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \begin_layout Standard
21442 Si vous utilisez le paquetage 
21443 \series bold
21444 hyperref, 
21445 \series default
21446 qui est activé dans la rubrique 
21447 \family sans
21448 Propriétés du PDF
21449 \family default
21450  de la fenêtre de dialogue 
21451 \family sans
21452 Paramètres du document,
21453 \family default
21454  pour lier vos références croisées dans la sortie finale, vous verrez que
21455  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21456  l'image.
21457  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21458  pourrez voir l'image sans faire défiler le texte.
21459  Ce problème vient du fait que le point d'ancrage de la référence se situe
21460  à l'endroit de l'étiquette.
21461  En utilisant le paquetage LaTeX 
21462 \series bold
21463 hypcap
21464 \series default
21465
21466 \begin_inset Index
21467 status collapsed
21468
21469 \begin_layout Plain Layout
21470 Paquetages LaTeX ! hypcap
21471 \end_layout
21472
21473 \end_inset
21474
21475 , qui fait partie du paquetage LaTeX 
21476 \series bold
21477 oberdiek
21478 \series default
21479
21480 \begin_inset Index
21481 status collapsed
21482
21483 \begin_layout Plain Layout
21484 Paquetages LaTeX ! oberdiek
21485 \end_layout
21486
21487 \end_inset
21488
21489 , le point d'ancrage d'un lien est place en haut du flottant.
21490  Pour utiliser cette fonction avec les flottants de figure, chargez 
21491 \series bold
21492 hypcap
21493 \series default
21494  dans l'entête du document avec la ligne
21495 \end_layout
21496
21497 \begin_layout Standard
21498
21499 \series bold
21500
21501 \backslash
21502 usepackage[figure]{hypcap}
21503 \end_layout
21504
21505 \begin_layout Standard
21506 Vous pouvez aussi utiliser 
21507 \series bold
21508 hypcap
21509 \series default
21510  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21511  raisons de stabilité.
21512  Pour plus d'information, jetez un coup d'œil au manuel d' 
21513 \series bold
21514 hypcap
21515 \series default
21516  
21517 \begin_inset CommandInset citation
21518 LatexCommand cite
21519 key "hypcap"
21520
21521 \end_inset
21522
21523 .
21524 \end_layout
21525
21526 \begin_layout Standard
21527 \begin_inset Note Greyedout
21528 status open
21529
21530 \begin_layout Plain Layout
21531
21532 \series bold
21533 Note:
21534 \series default
21535  
21536 \series bold
21537 hypcap
21538 \series default
21539  n'a aucun effet pour les références à des sous-figures.
21540 \end_layout
21541
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \begin_layout Section
21548 Placement des flottants
21549 \begin_inset CommandInset label
21550 LatexCommand label
21551 name "sec:Placement-flottants"
21552
21553 \end_inset
21554
21555
21556 \begin_inset Index
21557 status collapsed
21558
21559 \begin_layout Plain Layout
21560 Flottants ! Placement
21561 \end_layout
21562
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \begin_layout Standard
21569 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21570  de dialogue 
21571 \family sans
21572 Paramètre
21573 \begin_inset space ~
21574 \end_inset
21575
21576 de
21577 \begin_inset space ~
21578 \end_inset
21579
21580 Flottant
21581 \family default
21582  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21583  utilise pour déterminer où placer le flottant.
21584 \begin_inset Newline newline
21585 \end_inset
21586
21587 L'option 
21588 \family sans
21589 Plusieurs
21590 \begin_inset space ~
21591 \end_inset
21592
21593 colonnes
21594 \family default
21595  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21596  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21597  confiné sur une seule colonne.
21598 \begin_inset Newline newline
21599 \end_inset
21600
21601 L'option 
21602 \family sans
21603 Rotation
21604 \begin_inset space ~
21605 \end_inset
21606
21607 90°
21608 \family default
21609  est utilisée pour faire tourner les flottants, voyez la section
21610 \begin_inset space ~
21611 \end_inset
21612
21613
21614 \begin_inset CommandInset ref
21615 LatexCommand ref
21616 reference "sec:Flottants-renversés"
21617
21618 \end_inset
21619
21620 .
21621 \end_layout
21622
21623 \begin_layout Standard
21624 En désactivant l'option 
21625 \family sans
21626 Utilise
21627 \begin_inset space ~
21628 \end_inset
21629
21630 le
21631 \begin_inset space ~
21632 \end_inset
21633
21634 placement
21635 \begin_inset space ~
21636 \end_inset
21637
21638 par
21639 \begin_inset space ~
21640 \end_inset
21641
21642 défaut
21643 \family default
21644  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21645  le placement du flottant:
21646 \end_layout
21647
21648 \begin_layout Description
21649 Ici,
21650 \begin_inset space ~
21651 \end_inset
21652
21653 si
21654 \begin_inset space ~
21655 \end_inset
21656
21657 possible: essaie de placer le flottant à la position où il a été inséré
21658  dans LyX
21659 \end_layout
21660
21661 \begin_layout Description
21662 Haut
21663 \begin_inset space ~
21664 \end_inset
21665
21666 de
21667 \begin_inset space ~
21668 \end_inset
21669
21670 la
21671 \begin_inset space ~
21672 \end_inset
21673
21674 page: essaie de placer le flottant en haut de la page courante
21675 \end_layout
21676
21677 \begin_layout Description
21678 Bas
21679 \begin_inset space ~
21680 \end_inset
21681
21682 de
21683 \begin_inset space ~
21684 \end_inset
21685
21686 la
21687 \begin_inset space ~
21688 \end_inset
21689
21690 page: essaie de placer le flottant en bas de la page courante
21691 \end_layout
21692
21693 \begin_layout Description
21694 Page
21695 \begin_inset space ~
21696 \end_inset
21697
21698 de
21699 \begin_inset space ~
21700 \end_inset
21701
21702 flottants: essaie de placer le flottant sur une page à part, éventuellement
21703  avec d'autres flottants 
21704 \end_layout
21705
21706 \begin_layout Standard
21707 LaTeX utilise
21708 \emph on
21709  toujours 
21710 \emph default
21711 les options dans l'ordre donné ci-dessus.
21712  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21713  d'abord essayer 
21714 \family sans
21715 Ici
21716 \begin_inset space ~
21717 \end_inset
21718
21719 si
21720 \begin_inset space ~
21721 \end_inset
21722
21723 possible
21724 \family default
21725 , ensuite 
21726 \family sans
21727 Haut
21728 \begin_inset space ~
21729 \end_inset
21730
21731 de
21732 \begin_inset space ~
21733 \end_inset
21734
21735 la
21736 \begin_inset space ~
21737 \end_inset
21738
21739 page
21740 \family default
21741 , et ainsi de suite.
21742  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21743  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21744  Si aucune des quatre options de placement n'est possible, la procédure
21745  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21746 \end_layout
21747
21748 \begin_layout Standard
21749 Implicitement, chaque option a ses propres règles d'application:
21750 \end_layout
21751
21752 \begin_layout Standard
21753
21754 \family sans
21755 Haut
21756 \begin_inset space ~
21757 \end_inset
21758
21759 de
21760 \begin_inset space ~
21761 \end_inset
21762
21763 la
21764 \begin_inset space ~
21765 \end_inset
21766
21767 page
21768 \family default
21769  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21770  en haut de page (
21771 \series bold
21772
21773 \backslash
21774 topfraction
21775 \series default
21776 ).
21777 \end_layout
21778
21779 \begin_layout Standard
21780
21781 \family sans
21782 Bas
21783 \begin_inset space ~
21784 \end_inset
21785
21786 de
21787 \begin_inset space ~
21788 \end_inset
21789
21790 la
21791 \begin_inset space ~
21792 \end_inset
21793
21794 page
21795 \family default
21796  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21797  en bas de page (
21798 \series bold
21799
21800 \backslash
21801 bottomfraction
21802 \series default
21803 ).
21804 \end_layout
21805
21806 \begin_layout Standard
21807
21808 \family sans
21809 Page
21810 \begin_inset space ~
21811 \end_inset
21812
21813 de
21814 \begin_inset space ~
21815 \end_inset
21816
21817 flottants
21818 \family default
21819  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21820  si ils occupent plus de 50% de celle-ci (
21821 \series bold
21822
21823 \backslash
21824 floatpagefraction
21825 \series default
21826 ).
21827 \end_layout
21828
21829 \begin_layout Standard
21830 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21831  supplémentaire 
21832 \family sans
21833 Ignorer
21834 \begin_inset space ~
21835 \end_inset
21836
21837 les
21838 \begin_inset space ~
21839 \end_inset
21840
21841 règles
21842 \begin_inset space ~
21843 \end_inset
21844
21845 LaTeX
21846 \family default
21847 \lang english
21848 .
21849 \begin_inset Newline newline
21850 \end_inset
21851
21852
21853 \lang french
21854 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21855  données entre parenthèses après les descriptions des règles données ci-dessus.
21856  Par exemple, pour augmenter à 50
21857 \begin_inset space \thinspace{}
21858 \end_inset
21859
21860 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21861  trop petite, ajoutez cette ligne au préambule de votre document :
21862 \end_layout
21863
21864 \begin_layout Standard
21865
21866 \series bold
21867
21868 \backslash
21869 renewcommand{
21870 \backslash
21871 bottomfraction}{0.5}
21872 \end_layout
21873
21874 \begin_layout Standard
21875 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21876  exactement à l'endroit où vous l'avez inséré.
21877  dans ce cas utilisez l'option 
21878 \family sans
21879 Ici
21880 \begin_inset space ~
21881 \end_inset
21882
21883 à
21884 \begin_inset space ~
21885 \end_inset
21886
21887 tout
21888 \begin_inset space ~
21889 \end_inset
21890
21891 Prix
21892 \family default
21893 .
21894  Utilisez cette option le moins souvent possible et seulement quand le document
21895  est presque prêt à être imprimé.
21896  En effet, le flottant n'est plus capable de 
21897 \begin_inset Quotes eld
21898 \end_inset
21899
21900 flotter
21901 \begin_inset Quotes erd
21902 \end_inset
21903
21904 , ce qui peut perturber toutes les mises en page.
21905 \end_layout
21906
21907 \begin_layout Standard
21908 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21909  sont toujours entourés par le texte d'un paragraphe donné.
21910 \begin_inset VSpace bigskip
21911 \end_inset
21912
21913
21914 \end_layout
21915
21916 \begin_layout Standard
21917 On peut parfois se trouver dans la situation où un flottant est placé en
21918  haut d'une page alors que la section concernée ne commence qu'au milieu
21919  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21920  la section précédente.
21921  On peut utiliser la commande LaTeX 
21922 \series bold
21923
21924 \backslash
21925 suppressfloats
21926 \series default
21927  pour éviter ce cas.
21928  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21929  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21930  soit placé avant que la section commence.
21931  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21932  votre document :
21933 \end_layout
21934
21935 \begin_layout Standard
21936
21937 \series bold
21938
21939 \backslash
21940 let
21941 \backslash
21942 mySection
21943 \backslash
21944 section
21945 \begin_inset Newline newline
21946 \end_inset
21947
21948
21949 \backslash
21950 renewcommand{
21951 \backslash
21952 section}{
21953 \backslash
21954 suppressfloats[t]
21955 \backslash
21956 mySection}
21957 \end_layout
21958
21959 \begin_layout Standard
21960 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21961  comme les chapitres et les sous-sections.
21962  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21963  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21964  ensuite avoir du mal à trouver un positionnement correct.
21965 \end_layout
21966
21967 \begin_layout Standard
21968 \begin_inset VSpace bigskip
21969 \end_inset
21970
21971 Dans certains cas il est demandé de placer toutes les figures et tous les
21972  tableaux à la fin du document.
21973  C'est pour de telles situations que le paquetage LaTeX 
21974 \series bold
21975 endfloat
21976 \series default
21977
21978 \begin_inset Index
21979 status collapsed
21980
21981 \begin_layout Plain Layout
21982 Paquetages LaTeX ! endfloat
21983 \end_layout
21984
21985 \end_inset
21986
21987  a été développé.
21988  Il met en effet tous les flottants de figures et de tableaux à la fin du
21989  document dans leurs propres sections.
21990  À la position d'origine du flottant, une indication textuelle du genre
21991  
21992 \begin_inset Quotes eld
21993 \end_inset
21994
21995
21996 \family sans
21997 [Figure
21998 \begin_inset space ~
21999 \end_inset
22000
22001 3.2 
22002 \lang english
22003 about here.
22004 \lang french
22005 ]
22006 \family default
22007
22008 \begin_inset Quotes erd
22009 \end_inset
22010
22011  est insérée.
22012  Le paquetage 
22013 \series bold
22014 endfloat
22015 \series default
22016  est chargé dans le préambule avec la ligne suivante 
22017 \end_layout
22018
22019 \begin_layout Standard
22020
22021 \series bold
22022
22023 \backslash
22024 usepackage[options]{endfloat}
22025 \end_layout
22026
22027 \begin_layout Standard
22028 Il y a aussi de nombreuses options de paquetage pour modifier le format
22029  des sections de figures ou de tableau qui sont créées.
22030  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22031  
22032 \series bold
22033 endfloa
22034 \series default
22035
22036 \begin_inset CommandInset citation
22037 LatexCommand cite
22038 key "endfloat"
22039
22040 \end_inset
22041
22042 .
22043 \begin_inset Newline newline
22044 \end_inset
22045
22046
22047 \begin_inset Note Greyedout
22048 status open
22049
22050 \begin_layout Plain Layout
22051
22052 \series bold
22053 Note: endfloat
22054 \series default
22055  ne fournit pas de traduction automatique de l'indication textuelle, vous
22056  devez donc le faire manuellement, voyez la section
22057 \begin_inset space ~
22058 \end_inset
22059
22060 4 de 
22061 \begin_inset CommandInset citation
22062 LatexCommand cite
22063 key "endfloat"
22064
22065 \end_inset
22066
22067 .
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \begin_inset Newline newline
22074 \end_inset
22075
22076
22077 \begin_inset Note Greyedout
22078 status open
22079
22080 \begin_layout Plain Layout
22081
22082 \series bold
22083 Note:
22084 \series default
22085  Il y a actuellement un bug dans le paquetage 
22086 \series bold
22087 endfloat
22088 \series default
22089  quand la légende contient un 
22090 \begin_inset Quotes eld
22091 \end_inset
22092
22093 ß
22094 \begin_inset Quotes erd
22095 \end_inset
22096
22097  allemand.
22098  Utilisez dans ce cas la commande 
22099 \begin_inset Quotes eld
22100 \end_inset
22101
22102
22103 \series bold
22104
22105 \backslash
22106 ss
22107 \series default
22108
22109 \begin_inset Quotes erd
22110 \end_inset
22111
22112  en code TeX à la place du 
22113 \begin_inset Quotes eld
22114 \end_inset
22115
22116 ß
22117 \begin_inset Quotes erd
22118 \end_inset
22119
22120 .
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \begin_layout Standard
22129 \begin_inset VSpace bigskip
22130 \end_inset
22131
22132 Pour plus d'information sur les manières de placer les flottants, jetez
22133  un coup d'œil aux livres sur LaTeX, 
22134 \begin_inset CommandInset citation
22135 LatexCommand cite
22136 key "latexcompanion,latexguide,latexbook"
22137
22138 \end_inset
22139
22140 .
22141 \end_layout
22142
22143 \begin_layout Section
22144 Flottants Renversés
22145 \begin_inset CommandInset label
22146 LatexCommand label
22147 name "sec:Flottants-renversés"
22148
22149 \end_inset
22150
22151
22152 \begin_inset Index
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156 Flottants ! Renversés
22157 \end_layout
22158
22159 \end_inset
22160
22161
22162 \end_layout
22163
22164 \begin_layout Standard
22165 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22166  tableaux très larges.
22167  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22168  un clic droit sur la boîte du flottant et utilisez l'option 
22169 \family sans
22170 Rotation
22171 \begin_inset space ~
22172 \end_inset
22173
22174 90°
22175 \family default
22176 .
22177 \end_layout
22178
22179 \begin_layout Standard
22180 Les flottants renversés sont systématiquement placés sur leur propre page
22181  ( ou colonne, si vous avez un document sur deux colonnes ).
22182  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22183  
22184 \family sans
22185 Plusieurs
22186 \begin_inset space ~
22187 \end_inset
22188
22189 colonnes
22190 \family default
22191  dans les paramètres du flottant.
22192  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22193  du côté de la marge externe.
22194  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22195  ajouter soit l'option 
22196 \series bold
22197 figuresleft
22198 \series default
22199  soit l'option 
22200 \series bold
22201 figuresright
22202 \series default
22203  aux options de la classe de document.
22204 \end_layout
22205
22206 \begin_layout Standard
22207 Faire référence à un flottant renversé se fait de la même manière que pour
22208  un flottant normal, la mise en forme de la légende est aussi identique
22209  : Le tableau
22210 \begin_inset space ~
22211 \end_inset
22212
22213
22214 \begin_inset CommandInset ref
22215 LatexCommand ref
22216 reference "tab:Tableau-pivoté"
22217
22218 \end_inset
22219
22220  est un exemple de flottant de tableau renversé.
22221 \end_layout
22222
22223 \begin_layout Standard
22224 \begin_inset Note Greyedout
22225 status open
22226
22227 \begin_layout Plain Layout
22228
22229 \series bold
22230 Note:
22231 \series default
22232  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22233  DVI.
22234 \end_layout
22235
22236 \end_inset
22237
22238
22239 \end_layout
22240
22241 \begin_layout Standard
22242 \begin_inset Float table
22243 wide false
22244 sideways true
22245 status open
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Caption
22249
22250 \begin_layout Plain Layout
22251 \begin_inset CommandInset label
22252 LatexCommand label
22253 name "tab:Tableau-pivoté"
22254
22255 \end_inset
22256
22257  Tableau pivoté
22258 \end_layout
22259
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \begin_layout Plain Layout
22266 \align center
22267 \begin_inset Tabular
22268 <lyxtabular version="3" rows="1" columns="5">
22269 <features>
22270 <column alignment="center" valignment="top" width="0">
22271 <column alignment="center" valignment="top" width="0">
22272 <column alignment="center" valignment="top" width="0">
22273 <column alignment="center" valignment="top" width="0">
22274 <column alignment="center" valignment="top" width="0">
22275 <row>
22276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 test
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 b
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298 c
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 d
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 e
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 </row>
22322 </lyxtabular>
22323
22324 \end_inset
22325
22326
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \end_layout
22333
22334 \begin_layout Section
22335 Sous-flottants
22336 \begin_inset Index
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340 Flottants ! Sous-flottants
22341 \end_layout
22342
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \begin_layout Standard
22349 Un exemple de sous-flottant : une figure composée de plusieurs images.
22350  On les crée en insérant un flottant dans un flottant existant.
22351  Le positionnement des sous-flottants peut être contrôlé comme pour les
22352  paragraphes comme on le voit avec les tableaux
22353 \begin_inset space ~
22354 \end_inset
22355
22356
22357 \begin_inset CommandInset ref
22358 LatexCommand ref
22359 reference "tab:Deux-sous-tableaux-cote-a-cote"
22360
22361 \end_inset
22362
22363  et 
22364 \begin_inset CommandInset ref
22365 LatexCommand ref
22366 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22367
22368 \end_inset
22369
22370 .
22371 \end_layout
22372
22373 \begin_layout Standard
22374 On fait référence à des sous-flottants comme on le ferait avec des flottants
22375  normaux : Les tableaux
22376 \begin_inset space ~
22377 \end_inset
22378
22379
22380 \begin_inset CommandInset ref
22381 LatexCommand ref
22382 reference "tab:Le-sous-tableau-a"
22383
22384 \end_inset
22385
22386  et 
22387 \begin_inset CommandInset ref
22388 LatexCommand ref
22389 reference "tab:Le-sous-tableau-b"
22390
22391 \end_inset
22392
22393  sont des sous-tableaux du tableau
22394 \begin_inset space ~
22395 \end_inset
22396
22397
22398 \begin_inset CommandInset ref
22399 LatexCommand ref
22400 reference "tab:Deux-sous-tableaux-cote-a-cote"
22401
22402 \end_inset
22403
22404 .
22405 \end_layout
22406
22407 \begin_layout Standard
22408 \begin_inset Float table
22409 wide false
22410 sideways false
22411 status open
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Caption
22415
22416 \begin_layout Plain Layout
22417 \begin_inset CommandInset label
22418 LatexCommand label
22419 name "tab:Deux-sous-tableaux-cote-a-cote"
22420
22421 \end_inset
22422
22423 Deux sous-tableaux placés côte-à-côte.
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \begin_layout Plain Layout
22432 \align center
22433 \begin_inset space \hfill{}
22434 \end_inset
22435
22436
22437 \begin_inset Float table
22438 wide false
22439 sideways false
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443 \begin_inset Caption
22444
22445 \begin_layout Plain Layout
22446 \begin_inset CommandInset label
22447 LatexCommand label
22448 name "tab:Le-sous-tableau-a"
22449
22450 \end_inset
22451
22452 Le sous-tableau a
22453 \end_layout
22454
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \begin_layout Plain Layout
22461 \align center
22462 \begin_inset Tabular
22463 <lyxtabular version="3" rows="1" columns="5">
22464 <features>
22465 <column alignment="center" valignment="top" width="0">
22466 <column alignment="center" valignment="top" width="0">
22467 <column alignment="center" valignment="top" width="0">
22468 <column alignment="center" valignment="top" width="0">
22469 <column alignment="center" valignment="top" width="0">
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 test
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 b
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 c
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 d
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 e
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 </row>
22517 </lyxtabular>
22518
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \end_inset
22525
22526
22527 \begin_inset space \hfill{}
22528 \end_inset
22529
22530
22531 \begin_inset Float table
22532 wide false
22533 sideways false
22534 status collapsed
22535
22536 \begin_layout Plain Layout
22537 \begin_inset Caption
22538
22539 \begin_layout Plain Layout
22540 \begin_inset CommandInset label
22541 LatexCommand label
22542 name "tab:Le-sous-tableau-b"
22543
22544 \end_inset
22545
22546 Le sous-tableau b.
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \begin_layout Plain Layout
22555 \align center
22556 \begin_inset Tabular
22557 <lyxtabular version="3" rows="1" columns="5">
22558 <features>
22559 <column alignment="center" valignment="top" width="0">
22560 <column alignment="center" valignment="top" width="0">
22561 <column alignment="center" valignment="top" width="0">
22562 <column alignment="center" valignment="top" width="0">
22563 <column alignment="center" valignment="top" width="0">
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 e
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 d
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 c
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 b
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 test
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 </lyxtabular>
22612
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \begin_inset space \hfill{}
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \begin_layout Standard
22633 \begin_inset Float table
22634 wide false
22635 sideways false
22636 status open
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Caption
22640
22641 \begin_layout Plain Layout
22642 \begin_inset CommandInset label
22643 LatexCommand label
22644 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22645
22646 \end_inset
22647
22648 Deux sous-tableaux placés l'un sur l'autre.
22649  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22650 \end_layout
22651
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \begin_layout Plain Layout
22658 \align center
22659 \begin_inset Float table
22660 wide false
22661 sideways false
22662 status collapsed
22663
22664 \begin_layout Plain Layout
22665 \begin_inset Caption
22666
22667 \begin_layout Plain Layout
22668
22669 \end_layout
22670
22671 \end_inset
22672
22673
22674 \end_layout
22675
22676 \begin_layout Plain Layout
22677 \align center
22678 \begin_inset Tabular
22679 <lyxtabular version="3" rows="1" columns="4">
22680 <features>
22681 <column alignment="center" valignment="top" width="0">
22682 <column alignment="center" valignment="top" width="0">
22683 <column alignment="center" valignment="top" width="0">
22684 <column alignment="center" valignment="top" width="0">
22685 <row>
22686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 test
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 test
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 test
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 test
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 </row>
22723 </lyxtabular>
22724
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \begin_layout Plain Layout
22736 \align center
22737 \begin_inset Float table
22738 wide false
22739 sideways false
22740 status collapsed
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Caption
22744
22745 \begin_layout Plain Layout
22746
22747 \end_layout
22748
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \begin_layout Plain Layout
22755 \align center
22756 \begin_inset Tabular
22757 <lyxtabular version="3" rows="1" columns="5">
22758 <features>
22759 <column alignment="center" valignment="top" width="0">
22760 <column alignment="center" valignment="top" width="0">
22761 <column alignment="center" valignment="top" width="0">
22762 <column alignment="center" valignment="top" width="0">
22763 <column alignment="center" valignment="top" width="0">
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769 a
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 b
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787 c
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22793 \begin_inset Text
22794
22795 \begin_layout Plain Layout
22796 d
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 e
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 </row>
22811 </lyxtabular>
22812
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \begin_layout Section
22829 Flottants côte-à-côte
22830 \begin_inset Index
22831 status collapsed
22832
22833 \begin_layout Plain Layout
22834 Flottants ! côte-à-côte
22835 \end_layout
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \begin_layout Standard
22843 Pour placer des flottants côte-à-côte, comme pour la figure
22844 \begin_inset space ~
22845 \end_inset
22846
22847
22848 \begin_inset CommandInset ref
22849 LatexCommand ref
22850 reference "fig:Flottant-gauche"
22851
22852 \end_inset
22853
22854  et 
22855 \begin_inset CommandInset ref
22856 LatexCommand ref
22857 reference "fig:Flottant-droit"
22858
22859 \end_inset
22860
22861 , on n'utilise 
22862 \emph on
22863 qu'un seul 
22864 \emph default
22865 flottant.
22866  On y insère deux boîtes de minipages.
22867 \begin_inset Foot
22868 status collapsed
22869
22870 \begin_layout Plain Layout
22871 Les minipages sont décrites dans la section
22872 \begin_inset space ~
22873 \end_inset
22874
22875
22876 \begin_inset CommandInset ref
22877 LatexCommand ref
22878 reference "sec:Minipages"
22879
22880 \end_inset
22881
22882 .
22883 \end_layout
22884
22885 \end_inset
22886
22887  La largeur est mise à 45
22888 \begin_inset space \thinspace{}
22889 \end_inset
22890
22891 -50
22892 \begin_inset space \thinspace{}
22893 \end_inset
22894
22895 column% et l'alignement de la boîte à 
22896 \family sans
22897 Bas
22898 \family default
22899  pour chaque minipage.
22900  Les boîtes minipages contiennent l'image et la légende exactement comme
22901  avec un flottant.
22902  La seule différence est que l'unité de longueur 
22903 \family sans
22904 Largeur
22905 \begin_inset space ~
22906 \end_inset
22907
22908 colonne
22909 \begin_inset space ~
22910 \end_inset
22911
22912 %
22913 \family default
22914  utilisée pour l'image est maintenant définie par rapport à la largeur des
22915  boîtes minipages.
22916 \end_layout
22917
22918 \begin_layout Standard
22919 \begin_inset Float figure
22920 wide false
22921 sideways false
22922 status open
22923
22924 \begin_layout Plain Layout
22925 \begin_inset Box Frameless
22926 position "b"
22927 hor_pos "c"
22928 has_inner_box 1
22929 inner_pos "t"
22930 use_parbox 0
22931 width "45col%"
22932 special "none"
22933 height "1in"
22934 height_special "totalheight"
22935 status open
22936
22937 \begin_layout Plain Layout
22938 \align center
22939 \begin_inset Graphics
22940         filename ../clipart/mobius.eps
22941         lyxscale 50
22942         width 100col%
22943         scaleBeforeRotation
22944
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \begin_layout Plain Layout
22951 \begin_inset Caption
22952
22953 \begin_layout Plain Layout
22954 \begin_inset CommandInset label
22955 LatexCommand label
22956 name "fig:Flottant-gauche"
22957
22958 \end_inset
22959
22960 Flottant du côté gauche.
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \begin_inset space \hfill{}
22972 \end_inset
22973
22974
22975 \begin_inset Box Frameless
22976 position "b"
22977 hor_pos "c"
22978 has_inner_box 1
22979 inner_pos "t"
22980 use_parbox 0
22981 width "45col%"
22982 special "none"
22983 height "1in"
22984 height_special "totalheight"
22985 status open
22986
22987 \begin_layout Plain Layout
22988 \align center
22989 \begin_inset Graphics
22990         filename ../clipart/platypus.eps
22991         lyxscale 50
22992         width 100col%
22993         scaleBeforeRotation
22994
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \begin_layout Plain Layout
23001 \begin_inset Caption
23002
23003 \begin_layout Plain Layout
23004 \begin_inset CommandInset label
23005 LatexCommand label
23006 name "fig:Flottant-droit"
23007
23008 \end_inset
23009
23010 Flottant du côté droit.
23011 \end_layout
23012
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \begin_layout Section
23029 Mise en Forme de la Légende
23030 \begin_inset Index
23031 status collapsed
23032
23033 \begin_layout Plain Layout
23034 Légende ! Mise en forme
23035 \end_layout
23036
23037 \end_inset
23038
23039
23040 \begin_inset Index
23041 status collapsed
23042
23043 \begin_layout Plain Layout
23044 Flottants ! Mise en forme de la Légende
23045 \end_layout
23046
23047 \end_inset
23048
23049
23050 \begin_inset CommandInset label
23051 LatexCommand label
23052 name "sec:Formatage-légende"
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Standard
23060 L'environnement 
23061 \family sans
23062 Légende
23063 \family default
23064  est l'environnement de paragraphe implicite pour les 
23065 \family sans
23066 flottants
23067 \family default
23068 .
23069  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23070  par exemple 
23071 \begin_inset Quotes eld
23072 \end_inset
23073
23074
23075 \family sans
23076 Figure #:
23077 \family default
23078
23079 \begin_inset Quotes erd
23080 \end_inset
23081
23082  suivi par le texte de la légende.
23083  Le 
23084 \begin_inset Quotes eld
23085 \end_inset
23086
23087 #
23088 \begin_inset Quotes erd
23089 \end_inset
23090
23091  étant remplacé par le numéro de référence réel.
23092  implicitement l'étiquette et le numéro sont dans la même police de caractères
23093  que le texte de la légende et deux points suivent le numéro pour séparer
23094  l'étiquette du texte.
23095  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23096 \end_layout
23097
23098 \begin_layout Standard
23099 Pour modifier le format implicite des légendes, il faut charger le paquetage
23100  LaTeX 
23101 \series bold
23102 caption
23103 \series default
23104
23105 \begin_inset Index
23106 status collapsed
23107
23108 \begin_layout Plain Layout
23109 Paquetages LaTeX ! caption
23110 \end_layout
23111
23112 \end_inset
23113
23114  dans le préambule de votre document avec la ligne suivante :
23115 \end_layout
23116
23117 \begin_layout Standard
23118
23119 \series bold
23120
23121 \backslash
23122 usepackage[format definition]{caption}
23123 \end_layout
23124
23125 \begin_layout Standard
23126 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23127  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23128  dans ce document, utilisez les commandes suivantes :
23129 \end_layout
23130
23131 \begin_layout Standard
23132
23133 \series bold
23134
23135 \backslash
23136 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23137 \end_layout
23138
23139 \begin_layout Standard
23140 Vous pouvez aussi définir des formats de légendes différents pour les différents
23141  types de flottants.
23142  Dans ce cas chargez le paquetage 
23143 \series bold
23144 caption 
23145 \series default
23146 sans option de format spécifique et définissez les différents formats à
23147  l'aide de la commande 
23148 \end_layout
23149
23150 \begin_layout Standard
23151
23152 \series bold
23153
23154 \backslash
23155 captionsetup[type de flottant]{définition du format}
23156 \end_layout
23157
23158 \begin_layout Standard
23159 dans le préambule du document.
23160  Par exemple les formats de légende de la Figure
23161 \begin_inset space ~
23162 \end_inset
23163
23164
23165 \begin_inset CommandInset ref
23166 LatexCommand ref
23167 reference "fig:Legende-de-fig"
23168
23169 \end_inset
23170
23171  et du Tableau
23172 \begin_inset space ~
23173 \end_inset
23174
23175
23176 \begin_inset CommandInset ref
23177 LatexCommand ref
23178 reference "tab:Légende-de-tab"
23179
23180 \end_inset
23181
23182  peuvent être créés en utilisant les commandes suivantes dans le préambule
23183  :
23184 \end_layout
23185
23186 \begin_layout Standard
23187
23188 \series bold
23189
23190 \backslash
23191 usepackage[tableposition=top]{caption}
23192 \series default
23193
23194 \begin_inset Newline newline
23195 \end_inset
23196
23197
23198 \series bold
23199
23200 \backslash
23201 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23202 \begin_inset Newline newline
23203 \end_inset
23204
23205
23206 \begin_inset ERT
23207 status collapsed
23208
23209 \begin_layout Plain Layout
23210
23211
23212 \backslash
23213 hphantom{
23214 \backslash
23215
23216 \backslash
23217 captionsetup[figure]
23218 \backslash
23219 {}
23220 \end_layout
23221
23222 \end_inset
23223
23224  labelsep=period}
23225 \begin_inset Newline newline
23226 \end_inset
23227
23228
23229 \backslash
23230 captionsetup[table]{labelfont={bf,sf}}
23231 \end_layout
23232
23233 \begin_layout Standard
23234 \begin_inset Note Greyedout
23235 status open
23236
23237 \begin_layout Plain Layout
23238
23239 \series bold
23240 Note:
23241 \series default
23242  L'option 
23243 \series bold
23244 tableposition=top
23245 \series default
23246  n'a pas d'effet quand on utilise un document de classe 
23247 \series bold
23248 KOMA-Script
23249 \series default
23250
23251 \begin_inset Index
23252 status collapsed
23253
23254 \begin_layout Plain Layout
23255 Paquetages LaTeX ! KOMA-Script
23256 \end_layout
23257
23258 \end_inset
23259
23260 .
23261  Dans ce cas on doit utiliser l'option 
23262 \series bold
23263 tablecaptionabove
23264 \series default
23265  de la classe de document.
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \begin_layout Standard
23274 Pour plus d'information sur le paquetage 
23275 \series bold
23276 caption
23277 \series default
23278  nous vous renvoyons à sa documentation 
23279 \begin_inset CommandInset citation
23280 LatexCommand cite
23281 key "caption"
23282
23283 \end_inset
23284
23285 .
23286 \end_layout
23287
23288 \begin_layout Standard
23289 Pour changer le nom de l'étiquette, par exemple de 
23290 \begin_inset Quotes eld
23291 \end_inset
23292
23293 Figure
23294 \begin_inset Quotes erd
23295 \end_inset
23296
23297  à 
23298 \begin_inset Quotes eld
23299 \end_inset
23300
23301 Image
23302 \begin_inset Quotes erd
23303 \end_inset
23304
23305 , utilisez la commande suivante dans le préambule :
23306 \end_layout
23307
23308 \begin_layout Standard
23309
23310 \series bold
23311
23312 \backslash
23313 renewcommand{
23314 \backslash
23315 fnum@figure}{Image~
23316 \backslash
23317 thefigure}
23318 \end_layout
23319
23320 \begin_layout Standard
23321 où 
23322 \series bold
23323
23324 \backslash
23325 thefigure
23326 \series default
23327  insère le numéro de la figure et
23328 \series bold
23329  
23330 \begin_inset Quotes eld
23331 \end_inset
23332
23333 ~
23334 \series default
23335
23336 \begin_inset Quotes erd
23337 \end_inset
23338
23339  ajoute une espace insécable.
23340 \end_layout
23341
23342 \begin_layout Standard
23343 \begin_inset VSpace bigskip
23344 \end_inset
23345
23346 Si vous utilisez un document de classe 
23347 \series bold
23348 KOMA-Script
23349 \series default
23350
23351 \begin_inset Index
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355 Paquetages LaTeX ! KOMA-Script
23356 \end_layout
23357
23358 \end_inset
23359
23360  (
23361 \family sans
23362 article (KOMA-Script)
23363 \family default
23364
23365 \family sans
23366 book (KOMA-Script)
23367 \family default
23368
23369 \family sans
23370 letter (KOMA-Script)
23371 \family default
23372 , ou 
23373 \family sans
23374 report (KOMA-Script)
23375 \family default
23376
23377 \begin_inset space \thinspace{}
23378 \end_inset
23379
23380 ), Vous pouvez utiliser la commande incorporée 
23381 \series bold
23382
23383 \backslash
23384 setkomafont 
23385 \series default
23386 du paquetage
23387 \series bold
23388  KOMA-Script 
23389 \series default
23390 à la place du paquetage
23391 \series bold
23392  caption.
23393  
23394 \series default
23395 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23396  suivante au préambule de votre document :
23397 \end_layout
23398
23399 \begin_layout Standard
23400
23401 \series bold
23402
23403 \backslash
23404 setkomafont{captionlabel}{
23405 \backslash
23406 bfseries}
23407 \end_layout
23408
23409 \begin_layout Standard
23410 Pour plus d'information au sujet de 
23411 \series bold
23412
23413 \backslash
23414 setkomafont
23415 \series default
23416  nous vous renvoyons à la documentation du paquetage 
23417 \series bold
23418 KOMA-Script
23419 \series default
23420  
23421 \begin_inset CommandInset citation
23422 LatexCommand cite
23423 key "KOMA-Script"
23424
23425 \end_inset
23426
23427 .
23428 \end_layout
23429
23430 \begin_layout Standard
23431 \begin_inset ERT
23432 status collapsed
23433
23434 \begin_layout Plain Layout
23435
23436
23437 \backslash
23438 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23439 }
23440 \end_layout
23441
23442 \end_inset
23443
23444
23445 \begin_inset Note Note
23446 status open
23447
23448 \begin_layout Plain Layout
23449 Le format de la légende n'est modifié que pour cet exemple.
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \begin_layout Standard
23458 \begin_inset Float figure
23459 placement !p
23460 wide false
23461 sideways false
23462 status open
23463
23464 \begin_layout Plain Layout
23465 \align center
23466 \begin_inset Graphics
23467         filename ../clipart/mobius.eps
23468         lyxscale 50
23469         scale 50
23470         scaleBeforeRotation
23471
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Caption
23479
23480 \begin_layout Plain Layout
23481 \begin_inset CommandInset label
23482 LatexCommand label
23483 name "fig:Legende-de-fig"
23484
23485 \end_inset
23486
23487 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23488  pour montrer les différents types de formats de légendes.
23489  Ici on a utilisé un format de légende personnalisé.
23490 \end_layout
23491
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \begin_layout Standard
23503 \begin_inset ERT
23504 status collapsed
23505
23506 \begin_layout Plain Layout
23507
23508
23509 \backslash
23510 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23511 on}
23512 \end_layout
23513
23514 \end_inset
23515
23516
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \begin_inset Float table
23521 placement !p
23522 wide false
23523 sideways false
23524 status open
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Caption
23528
23529 \begin_layout Plain Layout
23530 \begin_inset CommandInset label
23531 LatexCommand label
23532 name "tab:Légende-de-tab"
23533
23534 \end_inset
23535
23536 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23537  pour montrer les différents types de formats de légendes.
23538  Ici on a utilisé le format de légende implicite.
23539 \end_layout
23540
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \begin_layout Plain Layout
23547 \align center
23548 \begin_inset Tabular
23549 <lyxtabular version="3" rows="1" columns="5">
23550 <features>
23551 <column alignment="center" valignment="top" width="0">
23552 <column alignment="center" valignment="top" width="0">
23553 <column alignment="center" valignment="top" width="0">
23554 <column alignment="center" valignment="top" width="0">
23555 <column alignment="center" valignment="top" width="0">
23556 <row>
23557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561 a
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 b
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23576 \begin_inset Text
23577
23578 \begin_layout Plain Layout
23579 c
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23585 \begin_inset Text
23586
23587 \begin_layout Plain Layout
23588 d
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 e
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 </lyxtabular>
23604
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \begin_layout Section
23616 Positionnement de la Légende
23617 \begin_inset Index
23618 status collapsed
23619
23620 \begin_layout Plain Layout
23621 Légende ! Placement
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset Index
23628 status collapsed
23629
23630 \begin_layout Plain Layout
23631 Flottants ! Placement de la légende
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \begin_inset CommandInset label
23638 LatexCommand label
23639 name "sec:Placement-légende"
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \begin_layout Standard
23647 La règle habituelle pour placer la légende est :
23648 \end_layout
23649
23650 \begin_layout Description
23651 Figure
23652 \begin_inset space ~
23653 \end_inset
23654
23655 : La légende est placée en dessous de la figure
23656 \end_layout
23657
23658 \begin_layout Description
23659 Tableau
23660 \begin_inset space ~
23661 \end_inset
23662
23663 : La légende est placée au dessus du tableau
23664 \end_layout
23665
23666 \begin_layout Standard
23667 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23668  au dessus des tableaux.
23669  Ce qui fait que si vous utilisez une des classes de document 
23670 \family sans
23671 article
23672 \family default
23673
23674 \family sans
23675 book
23676 \family default
23677
23678 \family sans
23679 letter
23680 \family default
23681 , ou 
23682 \family sans
23683 report
23684 \family default
23685  il n'y aura pas d'espace libre entre la légende et le tableau.
23686  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23687  de chargement du paquetage LaTeX 
23688 \series bold
23689 caption
23690 \series default
23691  dans le préambule de votre document
23692 \begin_inset Foot
23693 status open
23694
23695 \begin_layout Plain Layout
23696 Voir la section
23697 \begin_inset space ~
23698 \end_inset
23699
23700
23701 \begin_inset CommandInset ref
23702 LatexCommand ref
23703 reference "sec:Formatage-légende"
23704
23705 \end_inset
23706
23707  pour plus d'information sur le paquetage 
23708 \series bold
23709 caption
23710 \series default
23711 .
23712 \end_layout
23713
23714 \end_inset
23715
23716 :
23717 \end_layout
23718
23719 \begin_layout Standard
23720
23721 \series bold
23722 tableposition=top
23723 \end_layout
23724
23725 \begin_layout Standard
23726 Si vous utilisez une classe de document 
23727 \series bold
23728 KOMA-Script
23729 \series default
23730
23731 \begin_inset Index
23732 status collapsed
23733
23734 \begin_layout Plain Layout
23735 Paquetages LaTeX ! KOMA-Script
23736 \end_layout
23737
23738 \end_inset
23739
23740  (
23741 \family sans
23742 article (KOMA-Script)
23743 \family default
23744
23745 \family sans
23746 book (KOMA-Script)
23747 \family default
23748
23749 \family sans
23750 letter (KOMA-Script)
23751 \family default
23752 , ou 
23753 \family sans
23754 report (KOMA-Script)
23755 \family default
23756
23757 \begin_inset space \thinspace{}
23758 \end_inset
23759
23760 ), vous pouvez utiliser à la place du paquetage 
23761 \series bold
23762 caption
23763 \series default
23764  l'option 
23765 \series bold
23766 tablecaptionabove
23767 \series default
23768  de la classe de document.
23769 \end_layout
23770
23771 \begin_layout Standard
23772 \begin_inset VSpace bigskip
23773 \end_inset
23774
23775 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23776  Pour cela, vous devez charger le paquetage LaTeX 
23777 \series bold
23778 sidecap
23779 \series default
23780
23781 \begin_inset Index
23782 status collapsed
23783
23784 \begin_layout Plain Layout
23785 Paquetages LaTeX ! sidecap
23786 \end_layout
23787
23788 \end_inset
23789
23790  dans le préambule de votre document avec la ligne de commande suivante
23791 \end_layout
23792
23793 \begin_layout Standard
23794
23795 \series bold
23796
23797 \backslash
23798 usepackage[option]{sidecap}
23799 \end_layout
23800
23801 \begin_layout Standard
23802 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23803  extérieure – à droite sur les pages impaires et à gauche sur les pages
23804  paires.
23805  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23806  
23807 \series bold
23808 innercaption
23809 \series default
23810 .
23811  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23812  
23813 \series bold
23814 rightcaption
23815 \series default
23816  ou 
23817 \series bold
23818 leftcaption
23819 \series default
23820 .
23821 \end_layout
23822
23823 \begin_layout Standard
23824 \begin_inset ERT
23825 status collapsed
23826
23827 \begin_layout Plain Layout
23828
23829
23830 \backslash
23831 ifsidecap
23832 \end_layout
23833
23834 \end_inset
23835
23836
23837 \begin_inset Note Note
23838 status open
23839
23840 \begin_layout Plain Layout
23841 La section suivante ne sera affichée que si le paquetage LaTeX 
23842 \series bold
23843 sidecap
23844 \series default
23845  a été installé.
23846 \end_layout
23847
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \begin_layout Standard
23854 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23855  ajouter ces commandes dans le préambule de votre document :
23856 \end_layout
23857
23858 \begin_layout Standard
23859
23860 \lyxline
23861
23862 \end_layout
23863
23864 \begin_layout Standard
23865
23866 \series bold
23867
23868 \backslash
23869 newcommand{
23870 \backslash
23871 TabBesBeg}{%
23872 \begin_inset Newline newline
23873 \end_inset
23874
23875
23876 \begin_inset ERT
23877 status collapsed
23878
23879 \begin_layout Plain Layout
23880
23881
23882 \backslash
23883 hphantom{ }
23884 \end_layout
23885
23886 \end_inset
23887
23888
23889 \backslash
23890 let
23891 \backslash
23892 MyTable
23893 \backslash
23894 table
23895 \begin_inset Newline newline
23896 \end_inset
23897
23898
23899 \begin_inset ERT
23900 status collapsed
23901
23902 \begin_layout Plain Layout
23903
23904
23905 \backslash
23906 hphantom{ }
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \backslash
23913 let
23914 \backslash
23915 MyEndtable
23916 \backslash
23917 endtable
23918 \begin_inset Newline newline
23919 \end_inset
23920
23921
23922 \begin_inset ERT
23923 status collapsed
23924
23925 \begin_layout Plain Layout
23926
23927
23928 \backslash
23929 hphantom{ }
23930 \end_layout
23931
23932 \end_inset
23933
23934
23935 \backslash
23936 renewenvironment{table}{
23937 \backslash
23938 begin{SCtable}}{
23939 \backslash
23940 end{SCtable}}}
23941 \end_layout
23942
23943 \begin_layout Standard
23944
23945 \series bold
23946
23947 \backslash
23948 newcommand{
23949 \backslash
23950 TabBesEnd}{%
23951 \begin_inset Newline newline
23952 \end_inset
23953
23954
23955 \begin_inset ERT
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959
23960
23961 \backslash
23962 hphantom{ }
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \backslash
23969 let
23970 \backslash
23971 table
23972 \backslash
23973 MyTable
23974 \begin_inset Newline newline
23975 \end_inset
23976
23977
23978 \begin_inset ERT
23979 status collapsed
23980
23981 \begin_layout Plain Layout
23982
23983
23984 \backslash
23985 hphantom{ }
23986 \end_layout
23987
23988 \end_inset
23989
23990
23991 \backslash
23992 let
23993 \backslash
23994 endtable
23995 \backslash
23996 MyEndtable
23997 \end_layout
23998
23999 \begin_layout Standard
24000
24001 \series bold
24002
24003 \backslash
24004 newcommand{
24005 \backslash
24006 FigBesBeg}{%
24007 \begin_inset Newline newline
24008 \end_inset
24009
24010
24011 \begin_inset ERT
24012 status collapsed
24013
24014 \begin_layout Plain Layout
24015
24016
24017 \backslash
24018 hphantom{ }
24019 \end_layout
24020
24021 \end_inset
24022
24023
24024 \backslash
24025 let
24026 \backslash
24027 MyFigure
24028 \backslash
24029 figure
24030 \begin_inset Newline newline
24031 \end_inset
24032
24033
24034 \begin_inset ERT
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038
24039
24040 \backslash
24041 hphantom{ }
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \backslash
24048 let
24049 \backslash
24050 MyEndfigure
24051 \backslash
24052 endfigure
24053 \begin_inset Newline newline
24054 \end_inset
24055
24056
24057 \begin_inset ERT
24058 status collapsed
24059
24060 \begin_layout Plain Layout
24061
24062
24063 \backslash
24064 hphantom{ }
24065 \end_layout
24066
24067 \end_inset
24068
24069
24070 \backslash
24071 renewenvironment{figure}{
24072 \backslash
24073 begin{SCfigure}}{
24074 \backslash
24075 end{SCfigure}}}
24076 \end_layout
24077
24078 \begin_layout Standard
24079
24080 \series bold
24081
24082 \backslash
24083 newcommand{
24084 \backslash
24085 FigBesEnd}{%
24086 \begin_inset Newline newline
24087 \end_inset
24088
24089
24090 \begin_inset ERT
24091 status collapsed
24092
24093 \begin_layout Plain Layout
24094
24095
24096 \backslash
24097 hphantom{ }
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \backslash
24104 let
24105 \backslash
24106 figure
24107 \backslash
24108 MyFigure
24109 \begin_inset Newline newline
24110 \end_inset
24111
24112
24113 \begin_inset ERT
24114 status collapsed
24115
24116 \begin_layout Plain Layout
24117
24118
24119 \backslash
24120 hphantom{ }
24121 \end_layout
24122
24123 \end_inset
24124
24125
24126 \backslash
24127 let
24128 \backslash
24129 endfigure
24130 \backslash
24131 MyEndfigure}
24132 \end_layout
24133
24134 \begin_layout Standard
24135
24136 \lyxline
24137
24138 \end_layout
24139
24140 \begin_layout Standard
24141 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24142  la légende se place sur le côté.
24143  Pour les flottants de figure, utilisez la commande
24144 \end_layout
24145
24146 \begin_layout Standard
24147
24148 \series bold
24149
24150 \backslash
24151 FigBesBeg
24152 \end_layout
24153
24154 \begin_layout Standard
24155 en code TeX avant le flottant.
24156  Après le flottant, insérez la commande
24157 \end_layout
24158
24159 \begin_layout Standard
24160
24161 \series bold
24162
24163 \backslash
24164 FigBesEnd
24165 \end_layout
24166
24167 \begin_layout Standard
24168 en code TeX pour revenir à la définition originale du flottant.
24169 \end_layout
24170
24171 \begin_layout Standard
24172 Pour les flottants de tableau, utilisez les commandes correspondantes
24173 \end_layout
24174
24175 \begin_layout Standard
24176
24177 \series bold
24178
24179 \backslash
24180 TabBesBeg
24181 \series default
24182  et 
24183 \series bold
24184
24185 \backslash
24186 TabBesEnd
24187 \end_layout
24188
24189 \begin_layout Standard
24190 La figure
24191 \begin_inset space ~
24192 \end_inset
24193
24194
24195 \begin_inset CommandInset ref
24196 LatexCommand ref
24197 reference "fig:legende-a-coté-fig"
24198
24199 \end_inset
24200
24201  et le tableau
24202 \begin_inset space ~
24203 \end_inset
24204
24205
24206 \begin_inset CommandInset ref
24207 LatexCommand ref
24208 reference "tab:legende-à-coté-tableau"
24209
24210 \end_inset
24211
24212  sont des exemples où la légende a été mises sur le coté.
24213 \end_layout
24214
24215 \begin_layout Standard
24216 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24217  pour les flottants de tableau et vers le bas pour les flottants de figure.
24218  Pour changer ce comportement, vous pouvez utiliser les commandes
24219 \end_layout
24220
24221 \begin_layout Standard
24222
24223 \series bold
24224
24225 \backslash
24226 sidecaptionvpos{type flottant}{placement}
24227 \end_layout
24228
24229 \begin_layout Standard
24230 dans le préambule du document ou en code TeX juste avant le flottant visé.
24231  Le type du flottant est soit 
24232 \family sans
24233 figure
24234 \family default
24235  soit 
24236 \family sans
24237 table
24238 \family default
24239 , le placement peut être 
24240 \begin_inset Quotes eld
24241 \end_inset
24242
24243
24244 \family sans
24245 t
24246 \family default
24247
24248 \begin_inset Quotes erd
24249 \end_inset
24250
24251  pour haut (top), 
24252 \begin_inset Quotes eld
24253 \end_inset
24254
24255
24256 \family sans
24257 c
24258 \family default
24259
24260 \begin_inset Quotes erd
24261 \end_inset
24262
24263  pour centre (center), ou 
24264 \begin_inset Quotes eld
24265 \end_inset
24266
24267
24268 \family sans
24269 b
24270 \family default
24271
24272 \begin_inset Quotes erd
24273 \end_inset
24274
24275  pour bas (bottom).
24276  Pour que, par exemple, les légendes des flottants de figure soient centrés
24277  verticalement, utilisez la commande
24278 \end_layout
24279
24280 \begin_layout Standard
24281
24282 \series bold
24283
24284 \backslash
24285 sidecaptionvpos{figure}{c}
24286 \end_layout
24287
24288 \begin_layout Standard
24289 C'est ce qui a été utilisé pour la figure
24290 \begin_inset space ~
24291 \end_inset
24292
24293
24294 \begin_inset CommandInset ref
24295 LatexCommand ref
24296 reference "fig:legende-à-coté-fig-2"
24297
24298 \end_inset
24299
24300 .
24301 \end_layout
24302
24303 \begin_layout Standard
24304 \begin_inset VSpace medskip
24305 \end_inset
24306
24307 Pour plus d'information sur le paquetage 
24308 \series bold
24309 sidecap
24310 \series default
24311  nous vous renvoyons à sa documentation 
24312 \begin_inset CommandInset citation
24313 LatexCommand cite
24314 key "sidecap"
24315
24316 \end_inset
24317
24318 .
24319 \end_layout
24320
24321 \begin_layout Standard
24322 \begin_inset Note Greyedout
24323 status open
24324
24325 \begin_layout Plain Layout
24326
24327 \series bold
24328 Note:
24329 \series default
24330  Le paquetage LaTeX 
24331 \series bold
24332 hypcap
24333 \series default
24334
24335 \begin_inset Index
24336 status collapsed
24337
24338 \begin_layout Plain Layout
24339 Paquetages LaTeX ! hypcap
24340 \end_layout
24341
24342 \end_inset
24343
24344 , qui est décrit dans la section
24345 \begin_inset space ~
24346 \end_inset
24347
24348
24349 \begin_inset CommandInset ref
24350 LatexCommand ref
24351 reference "sub:Reference-Position"
24352
24353 \end_inset
24354
24355 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \begin_layout Standard
24364 \begin_inset ERT
24365 status collapsed
24366
24367 \begin_layout Plain Layout
24368
24369
24370 \backslash
24371 FigBesBeg 
24372 \end_layout
24373
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \begin_layout Standard
24380 \begin_inset Float figure
24381 wide false
24382 sideways false
24383 status open
24384
24385 \begin_layout Plain Layout
24386 \begin_inset Graphics
24387         filename ../clipart/escher-lsd.eps
24388         scale 75
24389         scaleBeforeRotation
24390
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \begin_layout Plain Layout
24397 \begin_inset Caption
24398
24399 \begin_layout Plain Layout
24400 \begin_inset CommandInset label
24401 LatexCommand label
24402 name "fig:legende-a-coté-fig"
24403
24404 \end_inset
24405
24406 Une légende à côté d'une figure.
24407 \end_layout
24408
24409 \end_inset
24410
24411
24412 \end_layout
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Standard
24420 \begin_inset ERT
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424
24425
24426 \backslash
24427 TabBesBeg 
24428 \end_layout
24429
24430 \end_inset
24431
24432
24433 \end_layout
24434
24435 \begin_layout Standard
24436 \begin_inset Float table
24437 wide false
24438 sideways false
24439 status open
24440
24441 \begin_layout Plain Layout
24442 \begin_inset Caption
24443
24444 \begin_layout Plain Layout
24445 \begin_inset CommandInset label
24446 LatexCommand label
24447 name "tab:legende-à-coté-tableau"
24448
24449 \end_inset
24450
24451 Une légende à côté d'un tableau.
24452 \end_layout
24453
24454 \end_inset
24455
24456
24457 \end_layout
24458
24459 \begin_layout Plain Layout
24460 \begin_inset Tabular
24461 <lyxtabular version="3" rows="4" columns="5">
24462 <features>
24463 <column alignment="center" valignment="top" width="0">
24464 <column alignment="center" valignment="top" width="0">
24465 <column alignment="center" valignment="top" width="0">
24466 <column alignment="center" valignment="top" width="0">
24467 <column alignment="center" valignment="top" width="0">
24468 <row>
24469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 a
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491 b
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509 c
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 </row>
24515 <row>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 d
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547 e
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 <row>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567 f
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585 g
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24591 \begin_inset Text
24592
24593 \begin_layout Plain Layout
24594
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603 h
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 </row>
24609 <row>
24610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24611 \begin_inset Text
24612
24613 \begin_layout Plain Layout
24614
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623 i
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641 j
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 </row>
24656 </lyxtabular>
24657
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \end_inset
24664
24665
24666 \end_layout
24667
24668 \begin_layout Standard
24669 \begin_inset ERT
24670 status collapsed
24671
24672 \begin_layout Plain Layout
24673
24674
24675 \backslash
24676 TabBesEnd
24677 \end_layout
24678
24679 \end_inset
24680
24681
24682 \end_layout
24683
24684 \begin_layout Standard
24685 \begin_inset ERT
24686 status collapsed
24687
24688 \begin_layout Plain Layout
24689
24690
24691 \backslash
24692 sidecaptionvpos{figure}{c}
24693 \end_layout
24694
24695 \end_inset
24696
24697
24698 \begin_inset Float figure
24699 wide false
24700 sideways false
24701 status open
24702
24703 \begin_layout Plain Layout
24704 \begin_inset Graphics
24705         filename ../clipart/escher-lsd.eps
24706         scale 75
24707         scaleBeforeRotation
24708
24709 \end_inset
24710
24711
24712 \end_layout
24713
24714 \begin_layout Plain Layout
24715 \begin_inset Caption
24716
24717 \begin_layout Plain Layout
24718 \begin_inset CommandInset label
24719 LatexCommand label
24720 name "fig:legende-à-coté-fig-2"
24721
24722 \end_inset
24723
24724 Une légende centrée verticalement à côté d'une figure.
24725 \end_layout
24726
24727 \end_inset
24728
24729
24730 \end_layout
24731
24732 \end_inset
24733
24734
24735 \end_layout
24736
24737 \begin_layout Standard
24738 \begin_inset ERT
24739 status collapsed
24740
24741 \begin_layout Plain Layout
24742
24743
24744 \backslash
24745 FigBesEnd
24746 \end_layout
24747
24748 \end_inset
24749
24750
24751 \end_layout
24752
24753 \begin_layout Standard
24754 \begin_inset ERT
24755 status collapsed
24756
24757 \begin_layout Plain Layout
24758
24759
24760 \backslash
24761 else
24762 \end_layout
24763
24764 \end_inset
24765
24766
24767 \begin_inset Note Note
24768 status open
24769
24770 \begin_layout Plain Layout
24771 Ce qui suit sera affiché si le paquetage LaTeX 
24772 \series bold
24773 sidecap
24774 \series default
24775  n'est pas installé :
24776 \end_layout
24777
24778 \end_inset
24779
24780
24781 \end_layout
24782
24783 \begin_layout Standard
24784 Vous devez installer le paquetage LaTeX 
24785 \series bold
24786 sidecap
24787 \series default
24788  pour voir la suite de cette section dans la sortie imprimée.
24789 \end_layout
24790
24791 \begin_layout Standard
24792 \begin_inset ERT
24793 status collapsed
24794
24795 \begin_layout Plain Layout
24796
24797
24798 \backslash
24799 fi
24800 \end_layout
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Section
24808 Les Listes de Flottants
24809 \begin_inset Index
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813 Flottants ! Listes de Flottants
24814 \end_layout
24815
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \begin_layout Standard
24822 De la même façon que la table des matières fait la liste des sections du
24823  document, il y a des listes pour tous les types de flottants, comme par
24824  exemple pour les figures du document.
24825  Vous pouvez les insérer en utilisant le menu 
24826 \family sans
24827 Insérer\SpecialChar \menuseparator
24828 Listes
24829 \begin_inset space ~
24830 \end_inset
24831
24832 &
24833 \begin_inset space ~
24834 \end_inset
24835
24836 TdM
24837 \family default
24838 .
24839 \end_layout
24840
24841 \begin_layout Standard
24842 Les entrées de la liste sont la légende du flottant ou éventuellement le
24843  titre court, le numéro du flottant, et le numéro de la page où le flottant
24844  apparaît dans le document.
24845 \end_layout
24846
24847 \begin_layout Standard
24848 Vous trouverez à la fin de ce document une liste des figures et une liste
24849  des tableaux.
24850 \end_layout
24851
24852 \begin_layout Chapter
24853 Notes
24854 \end_layout
24855
24856 \begin_layout Section
24857 Les Notes de LyX
24858 \begin_inset Index
24859 status collapsed
24860
24861 \begin_layout Plain Layout
24862 Notes ! Notes LyX 
24863 \end_layout
24864
24865 \end_inset
24866
24867
24868 \end_layout
24869
24870 \begin_layout Standard
24871 On peut insérer une note en utilisant le bouton 
24872 \begin_inset Graphics
24873         filename ../../images/note-insert.png
24874         scale 85
24875         scaleBeforeRotation
24876
24877 \end_inset
24878
24879  de la barre d'outils ou avec le menu 
24880 \family sans
24881 Insérer\SpecialChar \menuseparator
24882 Note
24883 \family default
24884 .
24885  Il y a trois types de notes :
24886 \end_layout
24887
24888 \begin_layout Description
24889 Note
24890 \begin_inset space ~
24891 \end_inset
24892
24893 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
24894  finale.
24895  La boîte de cette note ressemble à ceci :
24896 \begin_inset Newline newline
24897 \end_inset
24898
24899
24900 \begin_inset Newline newline
24901 \end_inset
24902
24903
24904 \begin_inset Graphics
24905         filename clipart/LyXNoteImageQt4.png
24906         display false
24907         scale 65
24908         scaleBeforeRotation
24909
24910 \end_inset
24911
24912  
24913 \begin_inset Note Note
24914 status open
24915
24916 \begin_layout Plain Layout
24917 Le texte de cette note n'apparaîtra pas à l'impression.
24918 \end_layout
24919
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \begin_layout Description
24926 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
24927  il est inséré comme un commentaire LaTeX quand vous exportez votre document
24928  vers un fichier au format LaTeX avec le menu 
24929 \family sans
24930 Fichier\SpecialChar \menuseparator
24931 Exporter\SpecialChar \menuseparator
24932 LaTeX (pdflatex) / (plain)
24933 \family default
24934 .
24935  La boîte de cette note ressemble à ceci :
24936 \begin_inset Newline newline
24937 \end_inset
24938
24939
24940 \begin_inset Newline newline
24941 \end_inset
24942
24943
24944 \begin_inset Graphics
24945         filename clipart/CommentNoteImageQt4.png
24946         display false
24947         scale 55
24948         scaleBeforeRotation
24949
24950 \end_inset
24951
24952
24953 \lang english
24954  
24955 \lang french
24956
24957 \begin_inset Note Comment
24958 status open
24959
24960 \begin_layout Plain Layout
24961 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
24962  LaTeX.
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \end_layout
24969
24970 \begin_layout Description
24971 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
24972  La boîte de cette note ressemble à ceci :
24973 \lang english
24974
24975 \begin_inset Newline newline
24976 \end_inset
24977
24978
24979 \lang french
24980
24981 \begin_inset Newline newline
24982 \end_inset
24983
24984
24985 \begin_inset Graphics
24986         filename clipart/GreyedOutNoteImageQt4.png
24987         lyxscale 80
24988         display false
24989         scale 55
24990         scaleBeforeRotation
24991
24992 \end_inset
24993
24994
24995 \begin_inset Newline newline
24996 \end_inset
24997
24998
24999 \begin_inset ERT
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003
25004
25005 \backslash
25006 renewenvironment{lyxgreyedout}
25007 \end_layout
25008
25009 \begin_layout Plain Layout
25010
25011 {
25012 \backslash
25013 textcolor[gray]{0.8}
25014 \backslash
25015 bgroup}{
25016 \backslash
25017 egroup}
25018 \end_layout
25019
25020 \end_inset
25021
25022
25023 \begin_inset Note Greyedout
25024 status open
25025
25026 \begin_layout Plain Layout
25027 Le texte
25028 \begin_inset Foot
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25033  grisé.
25034  
25035 \end_layout
25036
25037 \end_inset
25038
25039  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25040 \end_layout
25041
25042 \end_inset
25043
25044
25045 \begin_inset ERT
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049
25050
25051 \backslash
25052 renewenvironment{lyxgreyedout}
25053 \end_layout
25054
25055 \begin_layout Plain Layout
25056
25057 {
25058 \backslash
25059 textcolor{blue}
25060 \backslash
25061 bgroup}{
25062 \backslash
25063 egroup}
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \begin_inset Note Note
25070 status open
25071
25072 \begin_layout Plain Layout
25073 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25074  originale qu'elle a dans LyX.
25075  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25076  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \begin_inset Newline newline
25083 \end_inset
25084
25085
25086 \begin_inset Newline newline
25087 \end_inset
25088
25089 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25090  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25091 \end_layout
25092
25093 \begin_layout Standard
25094 \begin_inset VSpace bigskip
25095 \end_inset
25096
25097 Quand vous utilisez le bouton 
25098 \begin_inset Graphics
25099         filename ../../images/note-insert.png
25100         scale 85
25101         scaleBeforeRotation
25102
25103 \end_inset
25104
25105  de la barre d'outils, vous insérez une 
25106 \family sans
25107 Note
25108 \begin_inset space ~
25109 \end_inset
25110
25111 LyX
25112 \family default
25113 .
25114  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25115 la et cliquez sur le bouton d'insertion de note.
25116  Pour retransformer une note en texte, appuyez sur la touche 
25117 \family sans
25118 backspace
25119 \family default
25120  quand le curseur est au tout début de la note ou appuyez sur la touche
25121  
25122 \family sans
25123 Suppr.
25124
25125 \family default
25126  quand le curseur se trouve à la fin de la note.
25127 \end_layout
25128
25129 \begin_layout Standard
25130 \begin_inset VSpace bigskip
25131 \end_inset
25132
25133 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25134  commandes suivantes dans le préambule :
25135 \end_layout
25136
25137 \begin_layout Standard
25138
25139 \series bold
25140
25141 \backslash
25142 renewenvironment{lyxgreyedout}
25143 \begin_inset Newline newline
25144 \end_inset
25145
25146
25147 \begin_inset ERT
25148 status collapsed
25149
25150 \begin_layout Plain Layout
25151
25152
25153 \backslash
25154 hphantom{ }
25155 \end_layout
25156
25157 \end_inset
25158
25159 {
25160 \backslash
25161 textcolor{color}
25162 \backslash
25163 bgroup}{
25164 \backslash
25165 egroup}
25166 \end_layout
25167
25168 \begin_layout Standard
25169 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25170  sont expliqués dans la section
25171 \begin_inset space ~
25172 \end_inset
25173
25174
25175 \begin_inset CommandInset ref
25176 LatexCommand ref
25177 reference "sec:Tableaux-Colorés"
25178
25179 \end_inset
25180
25181 .
25182 \end_layout
25183
25184 \begin_layout Standard
25185 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25186  grisées avec leur texte en bleu.
25187 \end_layout
25188
25189 \begin_layout Section
25190 Notes en Bas de Page
25191 \begin_inset CommandInset label
25192 LatexCommand label
25193 name "sec:Notes-bas-de-page"
25194
25195 \end_inset
25196
25197
25198 \begin_inset Index
25199 status collapsed
25200
25201 \begin_layout Plain Layout
25202 Notes ! Notes de bas de page
25203 \end_layout
25204
25205 \end_inset
25206
25207
25208 \begin_inset Index
25209 status collapsed
25210
25211 \begin_layout Plain Layout
25212 Notes de bas de page
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Standard
25221 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25222  
25223 \begin_inset Graphics
25224         filename ../../images/footnote-insert.png
25225         scale 85
25226         scaleBeforeRotation
25227
25228 \end_inset
25229
25230  de la barre d'outils, soit en utilisant le menu 
25231 \family sans
25232 Insérer\SpecialChar \menuseparator
25233 Note
25234 \begin_inset space ~
25235 \end_inset
25236
25237 en
25238 \begin_inset space ~
25239 \end_inset
25240
25241 Bas
25242 \begin_inset space ~
25243 \end_inset
25244
25245 de
25246 \begin_inset space ~
25247 \end_inset
25248
25249 Page
25250 \family default
25251 .
25252  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25253  rouge 
25254 \begin_inset Quotes fld
25255 \end_inset
25256
25257 bas
25258 \begin_inset Quotes frd
25259 \end_inset
25260
25261  qui ressemble à ceci : 
25262 \begin_inset Graphics
25263         filename clipart/footnoteQt4.png
25264         scale 80
25265         scaleBeforeRotation
25266
25267 \end_inset
25268
25269  Vous pouvez y entrer votre texte.
25270  Si vous voulez transformer du texte déjà existant en note en bas de page,
25271  sélectionnez-le et cliquez sur le bouton 
25272 \family sans
25273 Note
25274 \begin_inset space ~
25275 \end_inset
25276
25277 en
25278 \begin_inset space ~
25279 \end_inset
25280
25281 Bas
25282 \begin_inset space ~
25283 \end_inset
25284
25285 de
25286 \begin_inset space ~
25287 \end_inset
25288
25289 Page
25290 \family default
25291  de la barre d'outils.
25292  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25293  
25294 \family sans
25295 backspace
25296 \family default
25297  quand le curseur est au tout début de la note ou appuyez sur la touche
25298  
25299 \family sans
25300 Suppr.
25301
25302 \family default
25303  quand le curseur se trouve à la fin de la note.
25304 \end_layout
25305
25306 \begin_layout Standard
25307 Voici un exemple de note en bas de page:
25308 \begin_inset Foot
25309 status open
25310
25311 \begin_layout Plain Layout
25312 \begin_inset CommandInset label
25313 LatexCommand label
25314 name "fn:Note-en-bas"
25315
25316 \end_inset
25317
25318 Ceci est un exemple de note en bas de page.
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \begin_inset ERT
25325 status collapsed
25326
25327 \begin_layout Plain Layout
25328
25329
25330 \backslash
25331 newcounter{MyRepeatFoot}
25332 \end_layout
25333
25334 \begin_layout Plain Layout
25335
25336
25337 \backslash
25338 setcounter{MyRepeatFoot}{
25339 \backslash
25340 thefootnote}
25341 \end_layout
25342
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \begin_layout Standard
25349 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25350  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25351  de note.
25352  Le texte de la note est placé en bas de la page courante.
25353  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25354  Selon votre classe de document les numéros de notes pourront être réinitialisés
25355  à chaque nouveau chapitre.
25356 \end_layout
25357
25358 \begin_layout Standard
25359 On peut faire référence à une note en bas de page comme on le fait avec
25360  les flottants : Insérez une étiquette dans la note et faites une référence
25361  croisée vers cette étiquette comme c'est décrit dans la
25362 \begin_inset space ~
25363 \end_inset
25364
25365
25366 \begin_inset CommandInset ref
25367 LatexCommand ref
25368 reference "sec:Referencer-les-Flottants"
25369
25370 \end_inset
25371
25372 .
25373 \begin_inset Newline newline
25374 \end_inset
25375
25376 Voici une référence à une note de bas de page :
25377 \begin_inset space ~
25378 \end_inset
25379
25380
25381 \begin_inset CommandInset ref
25382 LatexCommand ref
25383 reference "fn:Note-en-bas"
25384
25385 \end_inset
25386
25387 .
25388 \end_layout
25389
25390 \begin_layout Standard
25391 \begin_inset VSpace defskip
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \begin_layout Standard
25398
25399 \lang english
25400 Footnotes in tables are not printed by LaTeX due to technical reasons.
25401  However there exists another method to print them: Instead of the footnote
25402  the command 
25403 \series bold
25404
25405 \backslash
25406 footnotemark{}
25407 \series default
25408  is inserted as TeX-code.
25409  The text of the footnote is entered as argument of the TeX-code command
25410  
25411 \series bold
25412
25413 \backslash
25414 footnotetext
25415 \series default
25416  after the table.
25417 \begin_inset Newline newline
25418 \end_inset
25419
25420 This was done for the following table with the command
25421 \end_layout
25422
25423 \begin_layout Standard
25424
25425 \series bold
25426 \lang english
25427
25428 \backslash
25429 footnotetext{
25430 \series default
25431 Printed table footnote.
25432 \series bold
25433 }
25434 \end_layout
25435
25436 \begin_layout Standard
25437
25438 \lang english
25439 \begin_inset Tabular
25440 <lyxtabular version="3" rows="2" columns="1">
25441 <features>
25442 <column alignment="center" valignment="top" width="0">
25443 <row>
25444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448
25449 \lang english
25450 This an example text.
25451 \begin_inset Foot
25452 status open
25453
25454 \begin_layout Plain Layout
25455
25456 \lang english
25457 This footnote will not be printed!
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 <row>
25469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473
25474 \lang english
25475 This an example text.
25476 \begin_inset ERT
25477 status collapsed
25478
25479 \begin_layout Plain Layout
25480
25481
25482 \backslash
25483 footnotemark{}
25484 \end_layout
25485
25486 \end_inset
25487
25488
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 </row>
25494 </lyxtabular>
25495
25496 \end_inset
25497
25498
25499 \begin_inset ERT
25500 status collapsed
25501
25502 \begin_layout Plain Layout
25503
25504
25505 \backslash
25506 footnotetext{
25507 \end_layout
25508
25509 \end_inset
25510
25511 Printed table footnote.
25512 \begin_inset ERT
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516
25517 }
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \begin_layout Standard
25526
25527 \lang english
25528 Footnotes in longtables are described in section
25529 \begin_inset space ~
25530 \end_inset
25531
25532
25533 \lang french
25534
25535 \begin_inset CommandInset ref
25536 LatexCommand ref
25537 reference "sub:Notes-dans-tableau-long"
25538
25539 \end_inset
25540
25541 .
25542 \end_layout
25543
25544 \begin_layout Standard
25545
25546 \lang english
25547 Footnotes in minipage boxes are printed, but inside the box and with a different
25548  numbering because a minipage box is like a page inside a page.
25549  (For more about minipages, see section
25550 \begin_inset space ~
25551 \end_inset
25552
25553
25554 \lang french
25555
25556 \begin_inset CommandInset ref
25557 LatexCommand ref
25558 reference "sec:Minipages"
25559
25560 \end_inset
25561
25562
25563 \lang english
25564 .) To get a footnote in the minipage that is output at the bottom of the
25565  page like normal footnotes, also use the method of 
25566 \series bold
25567
25568 \backslash
25569 footnotemark{}
25570 \series default
25571  and 
25572 \series bold
25573
25574 \backslash
25575 footnotetext
25576 \series default
25577 .
25578 \end_layout
25579
25580 \begin_layout Standard
25581
25582 \lang english
25583 \begin_inset Box Frameless
25584 position "t"
25585 hor_pos "c"
25586 has_inner_box 1
25587 inner_pos "t"
25588 use_parbox 0
25589 width "100col%"
25590 special "none"
25591 height "1in"
25592 height_special "totalheight"
25593 status open
25594
25595 \begin_layout Plain Layout
25596
25597 \lang english
25598 This an example text in a minipage.
25599 \begin_inset Foot
25600 status open
25601
25602 \begin_layout Plain Layout
25603
25604 \lang english
25605 Footnote in the minipage.
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \begin_layout Plain Layout
25614
25615 \lang english
25616 This an example text in a minipage.
25617 \begin_inset ERT
25618 status collapsed
25619
25620 \begin_layout Plain Layout
25621
25622
25623 \backslash
25624 footnotemark{}
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \begin_layout Standard
25638
25639 \lang english
25640 \begin_inset ERT
25641 status collapsed
25642
25643 \begin_layout Plain Layout
25644
25645
25646 \backslash
25647 footnotetext{
25648 \end_layout
25649
25650 \end_inset
25651
25652 Footnote outside the minipage.
25653 \begin_inset ERT
25654 status collapsed
25655
25656 \begin_layout Plain Layout
25657
25658 }
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Standard
25667 \begin_inset VSpace defskip
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674
25675 \lang english
25676 To refer to the same footnote several times without printing the footnote
25677  text every time, use the command 
25678 \series bold
25679
25680 \backslash
25681 footnotemark[number]
25682 \series default
25683  in TeX-code.
25684 \begin_inset Newline newline
25685 \end_inset
25686
25687 As you do not know the number of the repeating footnote while you are writing
25688  the text, you have to store its number.
25689  For the following footnote mark example, these commands were inserted in
25690  TeX-code after Footnote
25691 \begin_inset space ~
25692 \end_inset
25693
25694
25695 \lang french
25696
25697 \begin_inset CommandInset ref
25698 LatexCommand ref
25699 reference "fn:Note-en-bas"
25700
25701 \end_inset
25702
25703
25704 \lang english
25705  to store the footnote number
25706 \lang french
25707 :
25708 \end_layout
25709
25710 \begin_layout Standard
25711
25712 \series bold
25713
25714 \backslash
25715 newcounter{MyRepeatFoot}
25716 \begin_inset Newline newline
25717 \end_inset
25718
25719
25720 \backslash
25721 setcounter{MyRepeatFoot}{
25722 \backslash
25723 thefootnote}
25724 \end_layout
25725
25726 \begin_layout Standard
25727
25728 \lang english
25729 The footnote mark was then created with this command
25730 \lang french
25731 :
25732 \end_layout
25733
25734 \begin_layout Standard
25735
25736 \series bold
25737
25738 \backslash
25739 footnotemark[
25740 \backslash
25741 theMyRepeatFoot]
25742 \end_layout
25743
25744 \begin_layout Standard
25745
25746 \lang english
25747 Here is a repeated footnote
25748 \lang french
25749 :
25750 \begin_inset ERT
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754
25755
25756 \backslash
25757 footnotemark[
25758 \backslash
25759 theMyRepeatFoot]
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \begin_layout Standard
25768
25769 \lang english
25770 If you want to repeat the previous footnote, you can omit the storage of
25771  the footnote number and just use this command instead
25772 \lang french
25773 :
25774 \end_layout
25775
25776 \begin_layout Standard
25777
25778 \series bold
25779
25780 \backslash
25781 footnotemark[
25782 \backslash
25783 thefootnote]
25784 \end_layout
25785
25786 \begin_layout Standard
25787
25788 \lang english
25789 Here is another repeated footnote
25790 \lang french
25791 :
25792 \begin_inset ERT
25793 status collapsed
25794
25795 \begin_layout Plain Layout
25796
25797
25798 \backslash
25799 footnotemark[
25800 \backslash
25801 thefootnote]
25802 \end_layout
25803
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Subsection
25810 Numérotation de Notes de Bas de Page
25811 \begin_inset CommandInset label
25812 LatexCommand label
25813 name "sub:Numerotation-notes-bas-de-page"
25814
25815 \end_inset
25816
25817
25818 \begin_inset Index
25819 status collapsed
25820
25821 \begin_layout Plain Layout
25822 Notes de bas de page ! Numérotation
25823 \end_layout
25824
25825 \end_inset
25826
25827
25828 \end_layout
25829
25830 \begin_layout Standard
25831 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
25832  ajoutez cette commande dans le préambule de votre document :
25833 \end_layout
25834
25835 \begin_layout Standard
25836
25837 \series bold
25838
25839 \backslash
25840 @addtoreset{footnote}{section}
25841 \end_layout
25842
25843 \begin_layout Standard
25844 \begin_inset VSpace bigskip
25845 \end_inset
25846
25847 La commande de préambule suivante change le style de numérotation des notes
25848  en petits chiffres romains :
25849 \end_layout
25850
25851 \begin_layout Standard
25852
25853 \series bold
25854
25855 \backslash
25856 renewcommand{
25857 \backslash
25858 thefootnote}{
25859 \backslash
25860 roman{footnote}}
25861 \end_layout
25862
25863 \begin_layout Standard
25864 \begin_inset ERT
25865 status collapsed
25866
25867 \begin_layout Plain Layout
25868
25869
25870 \backslash
25871 renewcommand{
25872 \backslash
25873 thefootnote}{
25874 \backslash
25875 roman{footnote}}
25876 \end_layout
25877
25878 \end_inset
25879
25880  Cette note de bas de page utilise une numérotation en chiffres romains
25881  :
25882 \begin_inset Foot
25883 status open
25884
25885 \begin_layout Plain Layout
25886 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
25887  romains.
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \begin_layout Standard
25896 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
25897  la commande précédente 
25898 \series bold
25899
25900 \backslash
25901 roman
25902 \series default
25903  par 
25904 \series bold
25905
25906 \backslash
25907 Roman
25908 \series default
25909 .
25910  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
25911  utilisez respectivement soit 
25912 \series bold
25913
25914 \backslash
25915 Alph
25916 \series default
25917  soit 
25918 \series bold
25919
25920 \backslash
25921 alph
25922 \series default
25923 .
25924  Pour les 
25925 \begin_inset Quotes eld
25926 \end_inset
25927
25928 numéroter
25929 \begin_inset Quotes erd
25930 \end_inset
25931
25932  avec des symboles, utilisez 
25933 \series bold
25934
25935 \backslash
25936 fnsymbol
25937 \series default
25938 .
25939 \end_layout
25940
25941 \begin_layout Standard
25942 \begin_inset Note Greyedout
25943 status open
25944
25945 \begin_layout Plain Layout
25946
25947 \series bold
25948 Note:
25949 \series default
25950  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
25951  puisque cette numérotation est limitée à des lettres seules.
25952 \end_layout
25953
25954 \end_inset
25955
25956
25957 \begin_inset Newline newline
25958 \end_inset
25959
25960
25961 \begin_inset Note Greyedout
25962 status open
25963
25964 \begin_layout Plain Layout
25965
25966 \series bold
25967 Note:
25968 \series default
25969  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
25970 \end_layout
25971
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \begin_layout Standard
25978 Pour revenir au style de numérotation implicite quand vous en avez changé,
25979  utilisez 
25980 \series bold
25981
25982 \backslash
25983 arabic
25984 \series default
25985  à la place de 
25986 \series bold
25987
25988 \backslash
25989 roman
25990 \series default
25991  dans la commande précédente.
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 renewcommand{
26000 \backslash
26001 thefootnote}{
26002 \backslash
26003 arabic{footnote}}
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \begin_layout Standard
26012 \begin_inset VSpace bigskip
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \begin_layout Standard
26019 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26020  le schéma 
26021 \begin_inset Quotes eld
26022 \end_inset
26023
26024 chapitre.note
26025 \begin_inset Quotes erd
26026 \end_inset
26027
26028 , ajoutez la commande suivante au préambule de votre document :
26029 \end_layout
26030
26031 \begin_layout Standard
26032
26033 \series bold
26034
26035 \backslash
26036 numberwithin{footnote}{chapter}
26037 \end_layout
26038
26039 \begin_layout Standard
26040 Pour pouvoir utiliser la commande 
26041 \series bold
26042
26043 \backslash
26044 numberwithin
26045 \series default
26046 , activez dans la rubrique 
26047 \family sans
26048 Options
26049 \begin_inset space ~
26050 \end_inset
26051
26052 des
26053 \begin_inset space ~
26054 \end_inset
26055
26056 Maths
26057 \family default
26058  dans les paramètres du document, l'option 
26059 \family sans
26060 Utiliser
26061 \begin_inset space ~
26062 \end_inset
26063
26064 le
26065 \begin_inset space ~
26066 \end_inset
26067
26068 paquetage
26069 \begin_inset space ~
26070 \end_inset
26071
26072 maths
26073 \begin_inset space ~
26074 \end_inset
26075
26076 AMS
26077 \family default
26078 .
26079 \end_layout
26080
26081 \begin_layout Standard
26082 \begin_inset ERT
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086
26087
26088 \backslash
26089 numberwithin{footnote}{chapter}
26090 \end_layout
26091
26092 \end_inset
26093
26094 Ceci est un autre exemple de note de bas de page:
26095 \series bold
26096
26097 \begin_inset Foot
26098 status open
26099
26100 \begin_layout Plain Layout
26101 Cette note est numérotée en suivant le schéma 
26102 \begin_inset Quotes eld
26103 \end_inset
26104
26105 chapitre.note
26106 \begin_inset Quotes erd
26107 \end_inset
26108
26109 .
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \series default
26116
26117 \begin_inset ERT
26118 status collapsed
26119
26120 \begin_layout Plain Layout
26121
26122
26123 \backslash
26124 renewcommand{
26125 \backslash
26126 thefootnote}{
26127 \backslash
26128 arabic{footnote}}
26129 \end_layout
26130
26131 \end_inset
26132
26133
26134 \end_layout
26135
26136 \begin_layout Standard
26137 \begin_inset Note Greyedout
26138 status open
26139
26140 \begin_layout Plain Layout
26141
26142 \series bold
26143 Note:
26144 \series default
26145  
26146 \series bold
26147
26148 \backslash
26149 numberwithin
26150 \series default
26151  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26152  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26153  prises en compte.
26154  
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \begin_layout Standard
26163 Donc pour avoir par exemple le schéma 
26164 \begin_inset Quotes eld
26165 \end_inset
26166
26167 chapitre.
26168 \backslash
26169 Roman{note}
26170 \begin_inset Quotes erd
26171 \end_inset
26172
26173 , utilisez la commande suivante plutôt que 
26174 \series bold
26175
26176 \backslash
26177 numberwithin
26178 \series default
26179  :
26180 \end_layout
26181
26182 \begin_layout Standard
26183
26184 \series bold
26185
26186 \backslash
26187 renewcommand{
26188 \backslash
26189 thefootnote}{
26190 \backslash
26191 thechapter.
26192 \backslash
26193 Roman{footnote}}
26194 \end_layout
26195
26196 \begin_layout Subsection
26197 Positionnement de notes de bas de page
26198 \begin_inset Index
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202 Notes de bas de page ! Positionnement
26203 \end_layout
26204
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \begin_layout Standard
26211 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26212  vertical entre elles en bas de la page.
26213  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26214  de 1.5
26215 \begin_inset space \thinspace{}
26216 \end_inset
26217
26218 mm avec la commande suivante dans le préambule :
26219 \end_layout
26220
26221 \begin_layout Standard
26222
26223 \series bold
26224
26225 \backslash
26226 let
26227 \backslash
26228 myFoot
26229 \backslash
26230 footnote
26231 \begin_inset Newline newline
26232 \end_inset
26233
26234
26235 \backslash
26236 renewcommand{
26237 \backslash
26238 footnote}[1]{
26239 \backslash
26240 myFoot{#1
26241 \backslash
26242 vspace{1.5mm}}}
26243 \end_layout
26244
26245 \begin_layout Standard
26246 \begin_inset VSpace bigskip
26247 \end_inset
26248
26249 Dans un document à deux colonnes les notes de bas de page apparaissent en
26250  bas de chaque colonne, comme sur la Figure
26251 \begin_inset space ~
26252 \end_inset
26253
26254
26255 \begin_inset CommandInset ref
26256 LatexCommand ref
26257 reference "fig:Position-standard-note-bas-de-page"
26258
26259 \end_inset
26260
26261 .
26262  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26263  sur la Figure
26264 \begin_inset space ~
26265 \end_inset
26266
26267
26268 \begin_inset CommandInset ref
26269 LatexCommand ref
26270 reference "fig:Position-note-avec-ftnright"
26271
26272 \end_inset
26273
26274 , utilisez le paquetage LaTeX 
26275 \series bold
26276 ftnright
26277 \series default
26278
26279 \begin_inset Index
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283 Paquetages LaTeX ! ftnright
26284 \end_layout
26285
26286 \end_inset
26287
26288  avec cette commande dans le préambule du document:
26289 \end_layout
26290
26291 \begin_layout Standard
26292
26293 \series bold
26294
26295 \backslash
26296 usepackage{ftnright}
26297 \end_layout
26298
26299 \begin_layout Standard
26300 \begin_inset Float figure
26301 placement !h
26302 wide false
26303 sideways false
26304 status open
26305
26306 \begin_layout Plain Layout
26307 \begin_inset ERT
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311
26312
26313 \backslash
26314 framebox{
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \begin_inset Graphics
26321         filename ../clipart/without_fntright.pdf
26322         width 100col%
26323         scaleBeforeRotation
26324
26325 \end_inset
26326
26327
26328 \begin_inset ERT
26329 status collapsed
26330
26331 \begin_layout Plain Layout
26332
26333 }
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Plain Layout
26342 \begin_inset Caption
26343
26344 \begin_layout Plain Layout
26345 \begin_inset CommandInset label
26346 LatexCommand label
26347 name "fig:Position-standard-note-bas-de-page"
26348
26349 \end_inset
26350
26351 Positionnement standard des notes de bas de page dans un document à deux
26352  colonnes.
26353 \end_layout
26354
26355 \end_inset
26356
26357
26358 \end_layout
26359
26360 \end_inset
26361
26362
26363 \end_layout
26364
26365 \begin_layout Standard
26366 \begin_inset Float figure
26367 placement !h
26368 wide false
26369 sideways false
26370 status open
26371
26372 \begin_layout Plain Layout
26373 \begin_inset ERT
26374 status collapsed
26375
26376 \begin_layout Plain Layout
26377
26378
26379 \backslash
26380 framebox{
26381 \end_layout
26382
26383 \end_inset
26384
26385
26386 \begin_inset Graphics
26387         filename ../clipart/with_fntright.pdf
26388         width 100col%
26389         scaleBeforeRotation
26390
26391 \end_inset
26392
26393
26394 \begin_inset ERT
26395 status collapsed
26396
26397 \begin_layout Plain Layout
26398
26399 }
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \begin_layout Plain Layout
26408 \begin_inset Caption
26409
26410 \begin_layout Plain Layout
26411 \begin_inset CommandInset label
26412 LatexCommand label
26413 name "fig:Position-note-avec-ftnright"
26414
26415 \end_inset
26416
26417 Positionnement de notes de bas de page dans un document à deux colonnes
26418  en utilisant le paquetage LaTeX 
26419 \series bold
26420 ftnright
26421 \series default
26422 .
26423 \end_layout
26424
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \end_inset
26431
26432
26433 \end_layout
26434
26435 \begin_layout Standard
26436 \begin_inset VSpace bigskip
26437 \end_inset
26438
26439 Dans certaines publications scientifiques, il est courant de rassembler
26440  les notes de bas de page et de les imprimer dans un paragraphe particulier
26441  à la fin de la section, comme sur la Figure
26442 \begin_inset space ~
26443 \end_inset
26444
26445
26446 \begin_inset CommandInset ref
26447 LatexCommand ref
26448 reference "fig:Notes-de-fin"
26449
26450 \end_inset
26451
26452 .
26453  On les appelle 
26454 \begin_inset Quotes eld
26455 \end_inset
26456
26457 notes de fin
26458 \begin_inset Quotes erd
26459 \end_inset
26460
26461 .
26462 \begin_inset Index
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466 Notes de fin
26467 \end_layout
26468
26469 \end_inset
26470
26471  Pour utiliser des notes de fin à la place des notes de bas de page dans
26472  votre document, charger le module 
26473 \family sans
26474 Note de bas de page en fin de document
26475 \family default
26476  à partir de 
26477 \family sans
26478 Document\SpecialChar \menuseparator
26479 Paramètres\SpecialChar \menuseparator
26480 Modules
26481 \family default
26482 .
26483  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26484 \end_layout
26485
26486 \begin_layout Standard
26487
26488 \series bold
26489
26490 \backslash
26491 theendnotes
26492 \end_layout
26493
26494 \begin_layout Standard
26495 en code TeX à la fin d'une section ou d'un chapitre.
26496 \end_layout
26497
26498 \begin_layout Standard
26499 \begin_inset Float figure
26500 wide false
26501 sideways false
26502 status open
26503
26504 \begin_layout Plain Layout
26505 \align center
26506 \begin_inset ERT
26507 status collapsed
26508
26509 \begin_layout Plain Layout
26510
26511
26512 \backslash
26513 framebox{
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \begin_inset Graphics
26520         filename ../clipart/endnotes.pdf
26521         scaleBeforeRotation
26522
26523 \end_inset
26524
26525
26526 \begin_inset ERT
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530
26531 }
26532 \end_layout
26533
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \begin_layout Plain Layout
26540 \begin_inset Caption
26541
26542 \begin_layout Plain Layout
26543 \begin_inset CommandInset label
26544 LatexCommand label
26545 name "fig:Notes-de-fin"
26546
26547 \end_inset
26548
26549 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26550  séparé à la fin des sections ou des chapitres.
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \begin_layout Standard
26564 \begin_inset VSpace medskip
26565 \end_inset
26566
26567 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26568  dans la langue du document, cela doit être fait manuellement.
26569  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26570  
26571 \begin_inset Quotes eld
26572 \end_inset
26573
26574 Notes
26575 \begin_inset Quotes erd
26576 \end_inset
26577
26578  en sa traduction Allemande
26579 \begin_inset Foot
26580 status collapsed
26581
26582 \begin_layout Plain Layout
26583 En français, 
26584 \begin_inset Quotes eld
26585 \end_inset
26586
26587 Notes
26588 \begin_inset Quotes erd
26589 \end_inset
26590
26591  peut être conservé.
26592 \end_layout
26593
26594 \end_inset
26595
26596  
26597 \begin_inset Quotes eld
26598 \end_inset
26599
26600 Anmerkungen
26601 \begin_inset Quotes erd
26602 \end_inset
26603
26604  :
26605 \end_layout
26606
26607 \begin_layout Standard
26608
26609 \series bold
26610
26611 \backslash
26612 renewcommand{
26613 \backslash
26614 notesname}{Anmerkungen}
26615 \end_layout
26616
26617 \begin_layout Standard
26618 \begin_inset VSpace medskip
26619 \end_inset
26620
26621 La numérotation des notes de fin peut être modifiée comme celle des notes
26622  de bas de page comme c'est décrit dans la section
26623 \begin_inset space ~
26624 \end_inset
26625
26626
26627 \begin_inset CommandInset ref
26628 LatexCommand ref
26629 reference "sub:Numerotation-notes-bas-de-page"
26630
26631 \end_inset
26632
26633  ; remplacez juste la commande 
26634 \series bold
26635
26636 \backslash
26637 thefootnote
26638 \series default
26639  par 
26640 \series bold
26641
26642 \backslash
26643 theendnote
26644 \series default
26645 .
26646  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26647 \series bold
26648
26649 \backslash
26650 @addtoreset
26651 \series default
26652  comme c'est décrit dans la section
26653 \begin_inset space ~
26654 \end_inset
26655
26656
26657 \begin_inset CommandInset ref
26658 LatexCommand ref
26659 reference "sub:Numerotation-notes-bas-de-page"
26660
26661 \end_inset
26662
26663  et remplacez le paramètre de commande 
26664 \series bold
26665 footnote
26666 \series default
26667  par 
26668 \series bold
26669 endnote
26670 \series default
26671 .
26672 \end_layout
26673
26674 \begin_layout Standard
26675
26676 \lang english
26677 For endnotes there is
26678 \lang french
26679  la commande 
26680 \series bold
26681
26682 \backslash
26683 endnotemark[numéro]
26684 \series default
26685  qui est semblable à 
26686 \series bold
26687
26688 \backslash
26689 footnotemark
26690 \series default
26691 , décrite dans la section
26692 \begin_inset space ~
26693 \end_inset
26694
26695
26696 \begin_inset CommandInset ref
26697 LatexCommand ref
26698 reference "sec:Notes-bas-de-page"
26699
26700 \end_inset
26701
26702 .
26703 \end_layout
26704
26705 \begin_layout Standard
26706 \begin_inset VSpace bigskip
26707 \end_inset
26708
26709 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
26710 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
26711 \series bold
26712 footmisc
26713 \series default
26714
26715 \begin_inset Index
26716 status collapsed
26717
26718 \begin_layout Plain Layout
26719 Paquetages LaTeX ! footmisc
26720 \end_layout
26721
26722 \end_inset
26723
26724
26725 \begin_inset CommandInset citation
26726 LatexCommand cite
26727 key "footmisc"
26728
26729 \end_inset
26730
26731  pour plus d'information à ce sujet.
26732 \end_layout
26733
26734 \begin_layout Standard
26735 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26736  voyez les livres sur LaTeX, 
26737 \begin_inset CommandInset citation
26738 LatexCommand cite
26739 key "latexcompanion,latexguide,latexbook"
26740
26741 \end_inset
26742
26743 .
26744 \end_layout
26745
26746 \begin_layout Section
26747 Notes en Marge
26748 \begin_inset Index
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752 Notes ! Notes en Marge
26753 \end_layout
26754
26755 \end_inset
26756
26757
26758 \end_layout
26759
26760 \begin_layout Standard
26761 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
26762 t de la même façon.
26763  Quand vous insérez une note en marge avec 
26764 \family sans
26765 Insérer\SpecialChar \menuseparator
26766 Note
26767 \begin_inset space ~
26768 \end_inset
26769
26770 en
26771 \begin_inset space ~
26772 \end_inset
26773
26774 Marge
26775 \family default
26776  ou avec le bouton 
26777 \begin_inset Graphics
26778         filename ../../images/marginalnote-insert.png
26779         scale 85
26780         scaleBeforeRotation
26781
26782 \end_inset
26783
26784  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
26785  grise avec une étiquette rouge 
26786 \begin_inset Quotes fld
26787 \end_inset
26788
26789 marge
26790 \begin_inset Quotes frd
26791 \end_inset
26792
26793 .
26794  
26795 \begin_inset Marginal
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799 C'est une note en marge.
26800 \end_layout
26801
26802 \end_inset
26803
26804  Cette boîte est la représentation de votre note dans LyX.
26805  Vous pouvez y entrer votre texte.
26806 \end_layout
26807
26808 \begin_layout Standard
26809 Les notes en marge apparaissent dans la marge de droite dans les documents
26810  imprimées sur une seule face.
26811  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
26812  
26813 \begin_inset Quotes eld
26814 \end_inset
26815
26816 extérieure
26817 \begin_inset Quotes erd
26818 \end_inset
26819
26820  – la gauche sur les pages paires et la droite sur les pages impaires.
26821  Le texte de la note en marge est aligné à l'opposé de la marge externe
26822  – aligné à droite quand la note apparaît dans la marge de gauche.
26823  La première ligne de la note apparaît à la hauteur de la ligne de texte
26824  où la note a été insérée dans le document.
26825 \end_layout
26826
26827 \begin_layout Standard
26828 \begin_inset VSpace bigskip
26829 \end_inset
26830
26831 Pour placer une note dans la marge interne, ajoutez la commande suivante
26832  :
26833 \end_layout
26834
26835 \begin_layout Standard
26836
26837 \series bold
26838
26839 \backslash
26840 reversemarginpar
26841 \end_layout
26842
26843 \begin_layout Standard
26844 sous forme de code TeX avant votre note de marge.
26845  Le nouveau positionnement est pris en compte pour toutes les notes en marge
26846  qui suivent 
26847 \begin_inset ERT
26848 status collapsed
26849
26850 \begin_layout Plain Layout
26851
26852
26853 \backslash
26854 reversemarginpar 
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \begin_inset Marginal
26861 status open
26862
26863 \begin_layout Plain Layout
26864 Cette note en marge est dans la marge interne.
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \series bold
26871
26872 \begin_inset Newline newline
26873 \end_inset
26874
26875
26876 \series default
26877
26878 \begin_inset Note Greyedout
26879 status open
26880
26881 \begin_layout Plain Layout
26882
26883 \series bold
26884 Note:
26885 \series default
26886  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26887  les notes sont souvent mal mises en formes dans la sortie imprimée.
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \begin_layout Standard
26896 Pour revenir au positionnement implicite, ajoutez la commande :
26897 \end_layout
26898
26899 \begin_layout Standard
26900
26901 \series bold
26902
26903 \backslash
26904 normalmarginpar
26905 \end_layout
26906
26907 \begin_layout Standard
26908 sous forme de code TeX.
26909 \begin_inset ERT
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913
26914
26915 \backslash
26916 normalmarginpar 
26917 \end_layout
26918
26919 \end_inset
26920
26921
26922 \begin_inset Newline newline
26923 \end_inset
26924
26925  
26926 \begin_inset Note Greyedout
26927 status open
26928
26929 \begin_layout Plain Layout
26930
26931 \series bold
26932 Note:
26933 \series default
26934  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26935  
26936 \series bold
26937
26938 \backslash
26939 reversemarginpar
26940 \series default
26941  est aussi utilisée.
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \begin_layout Standard
26950 \begin_inset VSpace bigskip
26951 \end_inset
26952
26953
26954 \begin_inset Marginal
26955 status open
26956
26957 \begin_layout Plain Layout
26958 UnTrèsLongMotEnMarge sans césure.
26959 \end_layout
26960
26961 \end_inset
26962
26963  Comme dans le cas décrit dans la section
26964 \begin_inset space ~
26965 \end_inset
26966
26967
26968 \begin_inset CommandInset ref
26969 LatexCommand ref
26970 reference "sub:Lignes-multiple-dans-cellule"
26971
26972 \end_inset
26973
26974 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26975  mot d'une note en marge.
26976  Pour éviter ce problème, insérez un espacement horizontal de 0
26977 \begin_inset space \thinspace{}
26978 \end_inset
26979
26980 pt avant le mot en question: 
26981 \begin_inset Marginal
26982 status open
26983
26984 \begin_layout Plain Layout
26985 \begin_inset space \hspace{}
26986 \length 0pt
26987 \end_inset
26988
26989 UnMotTrèsLongEnMarge avec une césure.
26990 \end_layout
26991
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \begin_layout Standard
26998 \begin_inset VSpace bigskip
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \begin_layout Standard
27005 \begin_inset Note Greyedout
27006 status open
27007
27008 \begin_layout Plain Layout
27009
27010 \series bold
27011 Note:
27012 \series default
27013  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27014  tableaux, des flottants et des notes de bas de page.
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \begin_layout Standard
27023 \begin_inset VSpace bigskip
27024 \end_inset
27025
27026
27027 \end_layout
27028
27029 \begin_layout Standard
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 ifmarginnote
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \begin_inset Note Note
27044 status open
27045
27046 \begin_layout Plain Layout
27047 La section suivante ne sera affichée que si le paquetage LaTeX 
27048 \series bold
27049 marginnote
27050 \series default
27051  a été installé.
27052 \end_layout
27053
27054 \end_inset
27055
27056
27057 \end_layout
27058
27059 \begin_layout Standard
27060 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27061 \series bold
27062 marginnote
27063 \series default
27064
27065 \begin_inset Index
27066 status collapsed
27067
27068 \begin_layout Plain Layout
27069 Paquetages LaTeX ! marginnote
27070 \end_layout
27071
27072 \end_inset
27073
27074 .
27075  En ajoutant les deux lignes suivantes au préambule de votre document, la
27076  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27077  la commande fournie par le paquetage 
27078 \series bold
27079 marginnote
27080 \series default
27081  :
27082 \end_layout
27083
27084 \begin_layout Standard
27085
27086 \series bold
27087
27088 \backslash
27089 usepackage{marginnote}
27090 \begin_inset Newline newline
27091 \end_inset
27092
27093
27094 \backslash
27095 let
27096 \backslash
27097 marginpar
27098 \backslash
27099 marginnote
27100 \end_layout
27101
27102 \begin_layout Standard
27103 Ce paquetage est aussi utilisé dans ce document parce que 
27104 \series bold
27105 marginnote
27106 \series default
27107  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27108  vertical pour une note.
27109  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27110  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27111  en page.
27112  Le décalage est inséré dans LyX sous forme de code TeX directement après
27113  la note sous la forme
27114 \end_layout
27115
27116 \begin_layout Standard
27117
27118 \series bold
27119 [offset]
27120 \end_layout
27121
27122 \begin_layout Standard
27123 où l'offset utilise l'une des unités listées dans le tableau
27124 \begin_inset space ~
27125 \end_inset
27126
27127
27128 \begin_inset CommandInset ref
27129 LatexCommand ref
27130 reference "cha:Unités-de-longueur"
27131
27132 \end_inset
27133
27134 .
27135  Une valeur négative déplace la note vers le haut, une valeur positive la
27136  déplace vers le bas.
27137  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27138  vers le haut de 1.5
27139 \begin_inset space \thinspace{}
27140 \end_inset
27141
27142 cm avec la commande en code TeX 
27143 \begin_inset Quotes eld
27144 \end_inset
27145
27146
27147 \series bold
27148 [-1.5cm]
27149 \series default
27150
27151 \begin_inset Quotes erd
27152 \end_inset
27153
27154
27155 \begin_inset Marginal
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159 Cette note en marge est décalée vers le haut de 1.5
27160 \begin_inset space \thinspace{}
27161 \end_inset
27162
27163 cm par rapport à sa position d'origine.
27164 \end_layout
27165
27166 \end_inset
27167
27168
27169 \begin_inset ERT
27170 status collapsed
27171
27172 \begin_layout Plain Layout
27173
27174 [-1.5cm]
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Standard
27183 \begin_inset VSpace medskip
27184 \end_inset
27185
27186 Avec le paquetage 
27187 \series bold
27188 marginnote
27189 \series default
27190  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27191  Par exemple les commandes 
27192 \end_layout
27193
27194 \begin_layout Standard
27195
27196 \series bold
27197
27198 \backslash
27199 renewcommand*{
27200 \backslash
27201 raggedleftmarginnote}{
27202 \backslash
27203 centering}
27204 \begin_inset Newline newline
27205 \end_inset
27206
27207
27208 \backslash
27209 renewcommand*{
27210 \backslash
27211 raggedrightmarginnote}{
27212 \backslash
27213 centering}
27214 \end_layout
27215
27216 \begin_layout Standard
27217 donnent un alignement centré.
27218  
27219 \series bold
27220
27221 \backslash
27222 raggedleftmarginnote
27223 \series default
27224  indique une note qui apparaît dans la marge de gauche.
27225 \begin_inset ERT
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229
27230
27231 \backslash
27232 renewcommand*{
27233 \backslash
27234 raggedleftmarginnote}{
27235 \backslash
27236 centering}
27237 \end_layout
27238
27239 \begin_layout Plain Layout
27240
27241
27242 \backslash
27243 renewcommand*{
27244 \backslash
27245 raggedrightmarginnote}{
27246 \backslash
27247 centering}
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \begin_inset Marginal
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257 Le texte de cette note en marge est centré.
27258 \end_layout
27259
27260 \end_inset
27261
27262 .
27263  Le comportement implicite est donné par
27264 \end_layout
27265
27266 \begin_layout Standard
27267
27268 \series bold
27269
27270 \backslash
27271 renewcommand*{
27272 \backslash
27273 raggedleftmarginnote}{
27274 \backslash
27275 raggedleft}
27276 \begin_inset Newline newline
27277 \end_inset
27278
27279
27280 \backslash
27281 renewcommand*{
27282 \backslash
27283 raggedrightmarginnote}{
27284 \backslash
27285 raggedright}
27286 \series default
27287
27288 \begin_inset ERT
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292
27293
27294 \backslash
27295 renewcommand*{
27296 \backslash
27297 raggedleftmarginnote}{
27298 \backslash
27299 raggedleft}
27300 \end_layout
27301
27302 \begin_layout Plain Layout
27303
27304
27305 \backslash
27306 renewcommand*{
27307 \backslash
27308 raggedrightmarginnote}{
27309 \backslash
27310 raggedright}
27311 \end_layout
27312
27313 \end_inset
27314
27315
27316 \end_layout
27317
27318 \begin_layout Standard
27319 \begin_inset VSpace medskip
27320 \end_inset
27321
27322 Pour les autre fonctions du paquetage 
27323 \series bold
27324 marginnote
27325 \series default
27326  nous vous renvoyons à sa documentation 
27327 \begin_inset CommandInset citation
27328 LatexCommand cite
27329 key "marginnote"
27330
27331 \end_inset
27332
27333 .
27334 \end_layout
27335
27336 \begin_layout Standard
27337 \begin_inset VSpace bigskip
27338 \end_inset
27339
27340 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27341  définition.
27342  Pour créer par exemple une entête pour toutes les notes en marge avec le
27343  texte 
27344 \begin_inset Quotes eld
27345 \end_inset
27346
27347
27348 \family sans
27349 \series bold
27350 \bar under
27351 Attention!
27352 \family default
27353 \series default
27354 \bar default
27355
27356 \begin_inset Quotes erd
27357 \end_inset
27358
27359  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27360  de votre document :
27361 \end_layout
27362
27363 \begin_layout Standard
27364
27365 \series bold
27366
27367 \backslash
27368 let
27369 \backslash
27370 myMarginpar
27371 \backslash
27372 marginpar
27373 \begin_inset Newline newline
27374 \end_inset
27375
27376
27377 \backslash
27378 renewcommand{
27379 \backslash
27380 marginpar}[1]{
27381 \backslash
27382 myMarginpar{%
27383 \begin_inset Newline newline
27384 \end_inset
27385
27386
27387 \begin_inset ERT
27388 status collapsed
27389
27390 \begin_layout Plain Layout
27391
27392
27393 \backslash
27394 hphantom{ }
27395 \end_layout
27396
27397 \end_inset
27398
27399
27400 \backslash
27401 hspace{0pt}
27402 \backslash
27403 textsf{
27404 \backslash
27405 textbf{
27406 \backslash
27407 underbar{Attention!}}}%
27408 \begin_inset Newline newline
27409 \end_inset
27410
27411
27412 \begin_inset ERT
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416
27417
27418 \backslash
27419 hphantom{ }
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \backslash
27426 vspace{1.5mm}
27427 \backslash
27428
27429 \backslash
27430 #1}}
27431 \end_layout
27432
27433 \begin_layout Standard
27434 \begin_inset ERT
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438
27439
27440 \backslash
27441 let
27442 \backslash
27443 myMarginpar
27444 \backslash
27445 marginpar
27446 \end_layout
27447
27448 \begin_layout Plain Layout
27449
27450
27451 \backslash
27452 renewcommand{
27453 \backslash
27454 marginpar}[1]{
27455 \backslash
27456 myMarginpar{%
27457 \end_layout
27458
27459 \begin_layout Plain Layout
27460
27461    
27462 \backslash
27463 textsf{
27464 \backslash
27465 textbf{
27466 \backslash
27467 underbar{Attention!}}}%
27468 \end_layout
27469
27470 \begin_layout Plain Layout
27471
27472    
27473 \backslash
27474 vspace{1.5mm}
27475 \backslash
27476
27477 \backslash
27478 #1}}
27479 \end_layout
27480
27481 \end_inset
27482
27483
27484 \begin_inset Marginal
27485 status open
27486
27487 \begin_layout Plain Layout
27488 Ceci est une note en marge avec une en-tête prédéfinie.
27489 \end_layout
27490
27491 \end_inset
27492
27493
27494 \begin_inset ERT
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498
27499 [-1.5cm]
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \begin_inset ERT
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509
27510
27511 \backslash
27512 renewcommand{
27513 \backslash
27514 marginpar}[1]{
27515 \backslash
27516 myMarginpar{#1}}
27517 \end_layout
27518
27519 \end_inset
27520
27521
27522 \begin_inset Note Note
27523 status collapsed
27524
27525 \begin_layout Plain Layout
27526
27527 \lang english
27528 The margin note format is changed only for this example.
27529 \end_layout
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \begin_layout Standard
27537 \begin_inset ERT
27538 status collapsed
27539
27540 \begin_layout Plain Layout
27541
27542
27543 \backslash
27544 else
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \begin_inset Note Note
27551 status open
27552
27553 \begin_layout Plain Layout
27554 Ce qui suit sera affiché si le paquetage LaTeX 
27555 \series bold
27556 marginnote
27557 \series default
27558  n'est pas installé :
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 Vous devez installer le paquetage LaTeX 
27568 \series bold
27569 marginnote
27570 \series default
27571  pour voir la suite de cette section dans la sortie imprimée.
27572 \end_layout
27573
27574 \begin_layout Standard
27575 \begin_inset ERT
27576 status collapsed
27577
27578 \begin_layout Plain Layout
27579
27580
27581 \backslash
27582 fi
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Chapter
27591 Les Boîtes
27592 \end_layout
27593
27594 \begin_layout Section
27595 Introduction
27596 \begin_inset Index
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600 Boîtes ! Introduction
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \begin_layout Standard
27609 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27610  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27611  voir la section
27612 \begin_inset space ~
27613 \end_inset
27614
27615
27616 \begin_inset CommandInset ref
27617 LatexCommand ref
27618 reference "sec:Minipages"
27619
27620 \end_inset
27621
27622 , pour encadrer des portions de texte, voir la section
27623 \begin_inset space ~
27624 \end_inset
27625
27626
27627 \begin_inset CommandInset ref
27628 LatexCommand ref
27629 reference "sec:Décorations"
27630
27631 \end_inset
27632
27633 , pour empêcher que des mots subissent une césure, voir la section
27634 \begin_inset space ~
27635 \end_inset
27636
27637
27638 \begin_inset CommandInset ref
27639 LatexCommand ref
27640 reference "sec:Empêcher-césure"
27641
27642 \end_inset
27643
27644 , pour aligner du texte, voir la section
27645 \begin_inset space ~
27646 \end_inset
27647
27648
27649 \begin_inset CommandInset ref
27650 LatexCommand ref
27651 reference "sub:Alignement-Vertical"
27652
27653 \end_inset
27654
27655 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27656 \begin_inset space ~
27657 \end_inset
27658
27659
27660 \begin_inset CommandInset ref
27661 LatexCommand ref
27662 reference "sec:Boîtes-colorées"
27663
27664 \end_inset
27665
27666 .
27667 \end_layout
27668
27669 \begin_layout Standard
27670 On peut insérer une boîte en utilisant le menu 
27671 \family sans
27672 Insérer\SpecialChar \menuseparator
27673 Boîte
27674 \family default
27675  ou avec le bouton 
27676 \begin_inset Graphics
27677         filename ../../images/box-insert.png
27678         scale 85
27679         scaleBeforeRotation
27680
27681 \end_inset
27682
27683  de la barre d'outils.
27684  Une boîte grise avec une étiquette 
27685 \family sans
27686 Boîte
27687 \begin_inset space ~
27688 \end_inset
27689
27690 (Minipage)
27691 \family default
27692
27693 \begin_inset Graphics
27694         filename clipart/BoxInsetDefaultQt4.png
27695         scale 65
27696         scaleBeforeRotation
27697
27698 \end_inset
27699
27700  est alors insérée.
27701  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27702  et 
27703 \lang english
27704 selecting 
27705 \family sans
27706 Settings
27707 \family default
27708 \lang french
27709 .
27710  La fenêtre de dialogue qui apparaît donne accès aux types de
27711 \family sans
27712  Boîte
27713 \begin_inset space ~
27714 \end_inset
27715
27716 Intérieure
27717 \family default
27718  
27719 \family sans
27720 Parbox
27721 \begin_inset Note Note
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725 En attendant un traduction plus correcte NdT
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \family default
27732  et 
27733 \family sans
27734 Minipage
27735 \family default
27736 .
27737  Le type 
27738 \family sans
27739 Minipage
27740 \family default
27741  est le type implicite pour les boîtes nouvellement créées et il est décrit
27742  dans la section
27743 \begin_inset space ~
27744 \end_inset
27745
27746
27747 \begin_inset CommandInset ref
27748 LatexCommand ref
27749 reference "sec:Minipages"
27750
27751 \end_inset
27752
27753 ; le type 
27754 \family sans
27755 Parbox
27756 \family default
27757  est décrit dans la section
27758 \begin_inset space ~
27759 \end_inset
27760
27761
27762 \begin_inset CommandInset ref
27763 LatexCommand ref
27764 reference "sec:Parboxes"
27765
27766 \end_inset
27767
27768 .
27769 \end_layout
27770
27771 \begin_layout Standard
27772 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
27773  comme les flottants ou les notes de bas de page.
27774 \end_layout
27775
27776 \begin_layout Standard
27777 \begin_inset Note Greyedout
27778 status open
27779
27780 \begin_layout Plain Layout
27781
27782 \series bold
27783 Note:
27784 \series default
27785  Vous ne pouvez pas employer une boîte comme élément dans un environnement
27786  de type 
27787 \family sans
27788 Liste
27789 \family default
27790  ou 
27791 \family sans
27792 Description
27793 \family default
27794 .
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \begin_layout Standard
27803 \begin_inset Note Greyedout
27804 status open
27805
27806 \begin_layout Plain Layout
27807
27808 \series bold
27809 Note:
27810 \series default
27811  Pour une raison inconnue, vous ne pouvez mettre le type de la 
27812 \family sans
27813 Boîte
27814 \begin_inset space ~
27815 \end_inset
27816
27817 Intérieure
27818 \family default
27819  à 
27820 \family sans
27821 Aucune
27822 \family default
27823  que quand vous utilisez une boîte encadrée.
27824  Les boîtes sans 
27825 \family sans
27826 Boîte
27827 \begin_inset space ~
27828 \end_inset
27829
27830 Intérieure
27831 \family default
27832  et sans cadre sont expliquées dans la section
27833 \begin_inset space ~
27834 \end_inset
27835
27836
27837 \begin_inset CommandInset ref
27838 LatexCommand ref
27839 reference "sec:Empêcher-césure"
27840
27841 \end_inset
27842
27843 .
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Section
27852 La fenêtre de dialogue Boîte
27853 \begin_inset CommandInset label
27854 LatexCommand label
27855 name "sec:Boîte-Dialogue"
27856
27857 \end_inset
27858
27859
27860 \begin_inset Index
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 Boîtes ! Fenêtre de dialogue Boîte
27865 \end_layout
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \begin_layout Subsection
27873 Taille
27874 \begin_inset Index
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878 Boîtes ! Taille
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \begin_layout Standard
27887 Dans la fenêtre de dialogue 
27888 \family sans
27889 Paramètres
27890 \begin_inset space ~
27891 \end_inset
27892
27893 de
27894 \begin_inset space ~
27895 \end_inset
27896
27897 Boîte
27898 \family default
27899  vous pouvez modifier la géométrie de la boîte avec les champs 
27900 \family sans
27901 Largeur
27902 \family default
27903  et 
27904 \family sans
27905 Hauteur
27906 \family default
27907 .
27908  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27909  dans le tableau
27910 \begin_inset space ~
27911 \end_inset
27912
27913
27914 \begin_inset CommandInset ref
27915 LatexCommand ref
27916 reference "tab:Unités"
27917
27918 \end_inset
27919
27920 .
27921  Le champ 
27922 \family sans
27923 Hauteur
27924 \family default
27925  offre en plus les spécifications de taille suivantes :
27926 \end_layout
27927
27928 \begin_layout Description
27929 Profondeur C'est simplement la 
27930 \begin_inset Quotes eld
27931 \end_inset
27932
27933 hauteur
27934 \begin_inset Quotes erd
27935 \end_inset
27936
27937  du texte.
27938  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
27939  lignes de texte dans la boîte.
27940 \begin_inset Newline newline
27941 \end_inset
27942
27943
27944 \begin_inset Newline newline
27945 \end_inset
27946
27947
27948 \begin_inset Newline newline
27949 \end_inset
27950
27951
27952 \begin_inset Box Boxed
27953 position "c"
27954 hor_pos "c"
27955 has_inner_box 1
27956 inner_pos "c"
27957 use_parbox 0
27958 width "12col%"
27959 special "none"
27960 height "1in"
27961 height_special "depth"
27962 status open
27963
27964 \begin_layout Plain Layout
27965 \align center
27966 Boîte dont la hauteur est égale à 1
27967 \begin_inset space \thinspace{}
27968 \end_inset
27969
27970 Profondeur
27971 \end_layout
27972
27973 \end_inset
27974
27975
27976 \begin_inset Newline newline
27977 \end_inset
27978
27979
27980 \begin_inset Newline newline
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Description
27987 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27988  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27989  est deux fois plus haute que le texte : 
27990 \begin_inset Box Boxed
27991 position "c"
27992 hor_pos "c"
27993 has_inner_box 1
27994 inner_pos "c"
27995 use_parbox 0
27996 width "20col%"
27997 special "none"
27998 height "2in"
27999 height_special "height"
28000 status open
28001
28002 \begin_layout Plain Layout
28003 \align center
28004 Boîte dont la hauteur est 2
28005 \begin_inset space \thinspace{}
28006 \end_inset
28007
28008 Hauteur
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Description
28017 Hauteur
28018 \begin_inset space ~
28019 \end_inset
28020
28021 Totale C'est égal à Hauteur
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 +
28026 \begin_inset space \thinspace{}
28027 \end_inset
28028
28029 Profondeur : 
28030 \begin_inset Box Boxed
28031 position "c"
28032 hor_pos "c"
28033 has_inner_box 1
28034 inner_pos "c"
28035 use_parbox 0
28036 width "20col%"
28037 special "none"
28038 height "1in"
28039 height_special "totalheight"
28040 status open
28041
28042 \begin_layout Plain Layout
28043 \align center
28044 Boîte dont la hauteur est 1
28045 \begin_inset space \thinspace{}
28046 \end_inset
28047
28048 Hauteur
28049 \begin_inset space ~
28050 \end_inset
28051
28052 Totale
28053 \end_layout
28054
28055 \end_inset
28056
28057
28058 \end_layout
28059
28060 \begin_layout Description
28061 Largeur On prend la largeur de la boîte comme hauteur : 
28062 \begin_inset Box Boxed
28063 position "c"
28064 hor_pos "c"
28065 has_inner_box 1
28066 inner_pos "c"
28067 use_parbox 0
28068 width "12col%"
28069 special "none"
28070 height "1in"
28071 height_special "width"
28072 status open
28073
28074 \begin_layout Plain Layout
28075 \align center
28076 Boîte dont la hauteur est 1
28077 \begin_inset space \thinspace{}
28078 \end_inset
28079
28080 Largeur
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Subsection
28089 Alignement
28090 \begin_inset Index
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 Boîtes ! Alignement
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 Quand vous avez choisi une 
28104 \family sans
28105 Boîte
28106 \begin_inset space ~
28107 \end_inset
28108
28109 Intérieure
28110 \family default
28111 , l'alignement vertical de la boîte peut être :
28112 \end_layout
28113
28114 \begin_layout Description
28115 Haut Ceci est un exemple de texte.
28116  
28117 \begin_inset Box Boxed
28118 position "t"
28119 hor_pos "c"
28120 has_inner_box 1
28121 inner_pos "c"
28122 use_parbox 0
28123 width "12col%"
28124 special "none"
28125 height "1in"
28126 height_special "totalheight"
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 \align center
28131 Cette boîte est alignée sur le haut.
28132 \end_layout
28133
28134 \end_inset
28135
28136  Ceci est un exemple de texte.
28137 \end_layout
28138
28139 \begin_layout Description
28140 Milieu Ceci est un exemple de texte.
28141  
28142 \begin_inset Box Boxed
28143 position "c"
28144 hor_pos "c"
28145 has_inner_box 1
28146 inner_pos "c"
28147 use_parbox 0
28148 width "12col%"
28149 special "none"
28150 height "1in"
28151 height_special "totalheight"
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 \align center
28156 Cette boîte est alignée au centre.
28157 \end_layout
28158
28159 \end_inset
28160
28161  Ceci est un exemple de texte.
28162 \end_layout
28163
28164 \begin_layout Description
28165 Bas Ceci est un exemple de texte.
28166  
28167 \begin_inset Box Boxed
28168 position "b"
28169 hor_pos "c"
28170 has_inner_box 1
28171 inner_pos "c"
28172 use_parbox 0
28173 width "12col%"
28174 special "none"
28175 height "1in"
28176 height_special "totalheight"
28177 status collapsed
28178
28179 \begin_layout Plain Layout
28180 \align center
28181 Cette boîte est alignée sur le bas.
28182 \end_layout
28183
28184 \end_inset
28185
28186  Ceci est un exemple de texte.
28187 \end_layout
28188
28189 \begin_layout Standard
28190 \begin_inset Note Greyedout
28191 status open
28192
28193 \begin_layout Plain Layout
28194
28195 \series bold
28196 Note:
28197 \series default
28198  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28199  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28200  l'autre non.
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \begin_layout Standard
28209 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28210  paragraphe grâce à la fenêtre de dialogue 
28211 \family sans
28212 Paramètres
28213 \begin_inset space ~
28214 \end_inset
28215
28216 de
28217 \begin_inset space ~
28218 \end_inset
28219
28220 Boîte
28221 \family default
28222 .
28223 \end_layout
28224
28225 \begin_layout Standard
28226 \begin_inset VSpace bigskip
28227 \end_inset
28228
28229 Quand vous avez choisi une 
28230 \family sans
28231 Boîte
28232 \begin_inset space ~
28233 \end_inset
28234
28235 Intérieure
28236 \family default
28237 , l'alignement vertical du contenu de la boîte peut être :
28238 \end_layout
28239
28240 \begin_layout Description
28241 haut Ceci est un exemple de texte.
28242 \begin_inset Box Boxed
28243 position "c"
28244 hor_pos "c"
28245 has_inner_box 1
28246 inner_pos "t"
28247 use_parbox 0
28248 width "12col%"
28249 special "none"
28250 height "1.5in"
28251 height_special "totalheight"
28252 status collapsed
28253
28254 \begin_layout Plain Layout
28255 \align center
28256 Le texte de cette boîte est aligné sur le haut.
28257 \end_layout
28258
28259 \end_inset
28260
28261  Ceci est un exemple de texte.
28262 \end_layout
28263
28264 \begin_layout Description
28265 milieu Ceci est un exemple de texte.
28266  
28267 \begin_inset Box Boxed
28268 position "c"
28269 hor_pos "c"
28270 has_inner_box 1
28271 inner_pos "c"
28272 use_parbox 0
28273 width "12col%"
28274 special "none"
28275 height "1.5in"
28276 height_special "totalheight"
28277 status collapsed
28278
28279 \begin_layout Plain Layout
28280 \align center
28281 Le texte de cette boîte est aligné au centre
28282 \end_layout
28283
28284 \end_inset
28285
28286  Ceci est un exemple de texte.
28287 \end_layout
28288
28289 \begin_layout Description
28290 bas Ceci est un exemple de texte.
28291  
28292 \begin_inset Box Boxed
28293 position "c"
28294 hor_pos "c"
28295 has_inner_box 1
28296 inner_pos "b"
28297 use_parbox 0
28298 width "12col%"
28299 special "none"
28300 height "1.5in"
28301 height_special "totalheight"
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305 \align center
28306 Le texte de cette boîte est aligné en bas.
28307 \end_layout
28308
28309 \end_inset
28310
28311  Ceci est un exemple de texte.
28312 \end_layout
28313
28314 \begin_layout Description
28315 élongation Ceci est un exemple de texte.
28316  
28317 \begin_inset Box Boxed
28318 position "c"
28319 hor_pos "c"
28320 has_inner_box 1
28321 inner_pos "s"
28322 use_parbox 0
28323 width "12col%"
28324 special "none"
28325 height "1.5in"
28326 height_special "totalheight"
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330 \align center
28331 Le texte 
28332 \end_layout
28333
28334 \begin_layout Plain Layout
28335 \align center
28336 de cette
28337 \end_layout
28338
28339 \begin_layout Plain Layout
28340 \align center
28341 boîte est
28342 \end_layout
28343
28344 \begin_layout Plain Layout
28345 \align center
28346 allongé.
28347 \end_layout
28348
28349 \end_inset
28350
28351  Ceci est un exemple de texte.
28352 \end_layout
28353
28354 \begin_layout Standard
28355 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28356  paragraphe.
28357  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28358 \end_layout
28359
28360 \begin_layout Standard
28361 \begin_inset VSpace bigskip
28362 \end_inset
28363
28364 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28365  la fenêtre de dialogue 
28366 \family sans
28367 Paramètres
28368 \begin_inset space ~
28369 \end_inset
28370
28371 de
28372 \begin_inset space ~
28373 \end_inset
28374
28375 paragraphe
28376 \family default
28377  quand vous avez choisi une 
28378 \family sans
28379 Boîte
28380 \begin_inset space ~
28381 \end_inset
28382
28383 Intérieure
28384 \family default
28385 .
28386 \end_layout
28387
28388 \begin_layout Standard
28389 \align center
28390 \begin_inset Box Boxed
28391 position "c"
28392 hor_pos "c"
28393 has_inner_box 1
28394 inner_pos "s"
28395 use_parbox 0
28396 width "15col%"
28397 special "none"
28398 height "1.25in"
28399 height_special "totalheight"
28400 status open
28401
28402 \begin_layout Plain Layout
28403 \align left
28404 Le texte de 
28405 \end_layout
28406
28407 \begin_layout Plain Layout
28408 \align left
28409 cette boîte
28410 \end_layout
28411
28412 \begin_layout Plain Layout
28413 \align right
28414 est allongé.
28415 \end_layout
28416
28417 \end_inset
28418
28419
28420 \end_layout
28421
28422 \begin_layout Standard
28423 Si vous n'avez pas choisi une 
28424 \family sans
28425 Boîte
28426 \begin_inset space ~
28427 \end_inset
28428
28429 Intérieure
28430 \family default
28431 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28432  de dialogue de boîte.
28433 \end_layout
28434
28435 \begin_layout Standard
28436 \align center
28437 \begin_inset Box Boxed
28438 position "c"
28439 hor_pos "s"
28440 has_inner_box 0
28441 inner_pos "s"
28442 use_parbox 0
28443 width "90col%"
28444 special "none"
28445 height "1.25in"
28446 height_special "totalheight"
28447 status open
28448
28449 \begin_layout Plain Layout
28450 \align left
28451 Le texte de cette boîte est allongé horizontalement.
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \end_layout
28458
28459 \begin_layout Subsection
28460 Décorations
28461 \begin_inset CommandInset label
28462 LatexCommand label
28463 name "sec:Décorations"
28464
28465 \end_inset
28466
28467
28468 \begin_inset Index
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472 Boîtes ! Décorations
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \begin_layout Standard
28481 On peut spécifier le style de la boîte en utilisant la liste déroulante
28482  
28483 \family sans
28484 Décoration
28485 \family default
28486 .
28487  Les possibilités sont les suivantes :
28488 \end_layout
28489
28490 \begin_layout Description
28491 Cadre
28492 \begin_inset space ~
28493 \end_inset
28494
28495 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28496  L'épaisseur du trait de ce cadre est donnée par la variable  
28497 \series bold
28498
28499 \backslash
28500 fboxrule
28501 \series default
28502 .
28503  
28504 \begin_inset Box Boxed
28505 position "c"
28506 hor_pos "c"
28507 has_inner_box 1
28508 inner_pos "c"
28509 use_parbox 0
28510 width "20col%"
28511 special "none"
28512 height "1in"
28513 height_special "totalheight"
28514 status open
28515
28516 \begin_layout Plain Layout
28517 \align center
28518 Boîte rectangulaire
28519 \end_layout
28520
28521 \end_inset
28522
28523
28524 \end_layout
28525
28526 \begin_layout Description
28527 Cadre
28528 \begin_inset space ~
28529 \end_inset
28530
28531 simple,
28532 \begin_inset space ~
28533 \end_inset
28534
28535 sauts
28536 \begin_inset space ~
28537 \end_inset
28538
28539 de
28540 \begin_inset space ~
28541 \end_inset
28542
28543 page Quand vous utilisez le style de décoration 
28544 \family sans
28545 cadre simple
28546 \family default
28547  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
28548  de la boîte.
28549  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
28550  predra toute la largeur de la colonne, la boîte sera considérée comme son
28551  propre paragraphe et 
28552 \series bold
28553
28554 \backslash
28555 fboxrule
28556 \series default
28557  et 
28558 \series bold
28559
28560 \backslash
28561 fboxsep
28562 \series default
28563  n'ont aucun effet sur ce type de boîte.
28564  L'épaisseur de la ligne du cadre a la valeur de 
28565 \series bold
28566
28567 \backslash
28568 FrameRule
28569 \series default
28570 .
28571  
28572 \lang english
28573
28574 \begin_inset Box Framed
28575 position "t"
28576 hor_pos "c"
28577 has_inner_box 0
28578 inner_pos "t"
28579 use_parbox 0
28580 width "100col%"
28581 special "none"
28582 height "1in"
28583 height_special "totalheight"
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587 Boîte avec cadre simple et sauts de page
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Description
28596 Cadre
28597 \begin_inset space ~
28598 \end_inset
28599
28600 oval,
28601 \begin_inset space ~
28602 \end_inset
28603
28604 fin Ceci dessine un cadre ovalisée autour de la boîte.
28605  L'épaisseur du trait de ce cadre est de  0.4
28606 \begin_inset space \thinspace{}
28607 \end_inset
28608
28609 pt.
28610  
28611 \begin_inset Box ovalbox
28612 position "c"
28613 hor_pos "c"
28614 has_inner_box 1
28615 inner_pos "c"
28616 use_parbox 0
28617 width "20col%"
28618 special "none"
28619 height "1in"
28620 height_special "totalheight"
28621 status open
28622
28623 \begin_layout Plain Layout
28624 \align center
28625 Boîte ovalisée, fine
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \begin_layout Description
28634 Cadre
28635 \begin_inset space ~
28636 \end_inset
28637
28638 oval,
28639 \begin_inset space ~
28640 \end_inset
28641
28642 épais Ceci dessine un cadre ovalisée autour de la boîte.
28643  L'épaisseur du trait de ce cadre est de   0.8
28644 \begin_inset space \thinspace{}
28645 \end_inset
28646
28647 pt.
28648  
28649 \begin_inset Box Ovalbox
28650 position "c"
28651 hor_pos "c"
28652 has_inner_box 1
28653 inner_pos "c"
28654 use_parbox 0
28655 width "20col%"
28656 special "none"
28657 height "1in"
28658 height_special "totalheight"
28659 status open
28660
28661 \begin_layout Plain Layout
28662 \align center
28663 Boîte ovalisée, épaisse
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Description
28672 Ombre
28673 \begin_inset space ~
28674 \end_inset
28675
28676 en
28677 \begin_inset space ~
28678 \end_inset
28679
28680 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28681  L'épaisseur du trait de ce cadre est donnée par la variable  
28682 \series bold
28683
28684 \backslash
28685 fboxrule
28686 \series default
28687 , l'ombre a une épaisseur de  4
28688 \begin_inset space \thinspace{}
28689 \end_inset
28690
28691 pt.
28692  
28693 \begin_inset Box Shadowbox
28694 position "c"
28695 hor_pos "c"
28696 has_inner_box 1
28697 inner_pos "c"
28698 use_parbox 0
28699 width "20col%"
28700 special "none"
28701 height "1in"
28702 height_special "totalheight"
28703 status open
28704
28705 \begin_layout Plain Layout
28706 \align center
28707 Boîte ombrée
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Description
28716 Fond
28717 \begin_inset space ~
28718 \end_inset
28719
28720 ombré Ceci dessine une boîte avec un arrière plan rouge.
28721  Contrairement aux boîtes coloriées
28722 \begin_inset Foot
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 Voir la section
28727 \begin_inset space ~
28728 \end_inset
28729
28730
28731 \begin_inset CommandInset ref
28732 LatexCommand ref
28733 reference "sec:Boîtes-colorées"
28734
28735 \end_inset
28736
28737 .
28738 \end_layout
28739
28740 \end_inset
28741
28742 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28743  son propre paragraphe.
28744 \lang english
28745
28746 \begin_inset Box Shaded
28747 position "t"
28748 hor_pos "c"
28749 has_inner_box 0
28750 inner_pos "t"
28751 use_parbox 0
28752 width "50col%"
28753 special "none"
28754 height "1in"
28755 height_special "totalheight"
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759 Boîte avec fond ombré
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Description
28768 Double
28769 \begin_inset space ~
28770 \end_inset
28771
28772 cadre Ceci dessine un cadre rectangulaire à deux traits autour de la boîte.
28773  L'épaisseur du trait du cadre interne est de 0.75
28774 \begin_inset space \thinspace{}
28775 \end_inset
28776
28777
28778 \series bold
28779
28780 \backslash
28781 fboxrule
28782 \series default
28783 , l'épaisseur du trait du cadre externe est de 1.5
28784 \begin_inset space \thinspace{}
28785 \end_inset
28786
28787
28788 \series bold
28789
28790 \backslash
28791 fboxrule
28792 \series default
28793 .
28794  La distance entre les deux cadres est de  1.5
28795 \begin_inset space \thinspace{}
28796 \end_inset
28797
28798
28799 \series bold
28800
28801 \backslash
28802 fboxrule
28803 \series default
28804
28805 \begin_inset space \thinspace{}
28806 \end_inset
28807
28808 +
28809 \begin_inset space \thinspace{}
28810 \end_inset
28811
28812 0.5
28813 \begin_inset space \thinspace{}
28814 \end_inset
28815
28816 pt.
28817  
28818 \begin_inset Box Doublebox
28819 position "c"
28820 hor_pos "c"
28821 has_inner_box 1
28822 inner_pos "c"
28823 use_parbox 0
28824 width "20col%"
28825 special "none"
28826 height "1in"
28827 height_special "totalheight"
28828 status open
28829
28830 \begin_layout Plain Layout
28831 \align center
28832 Boîte double
28833 \end_layout
28834
28835 \end_inset
28836
28837
28838 \end_layout
28839
28840 \begin_layout Standard
28841 \begin_inset VSpace bigskip
28842 \end_inset
28843
28844 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
28845  style de boîte utilisé.
28846  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
28847  le paquetage LaTeX 
28848 \series bold
28849 fancybox
28850 \series default
28851
28852 \begin_inset Index
28853 status collapsed
28854
28855 \begin_layout Plain Layout
28856 Paquetages LaTeX ! fancybox
28857 \end_layout
28858
28859 \end_inset
28860
28861 .
28862 \end_layout
28863
28864 \begin_layout Section
28865 Personnalisation des boîtes
28866 \begin_inset Index
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870 Boîtes! Personnalisation
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Standard
28879 La valeur implicite pour la variable 
28880 \series bold
28881
28882 \backslash
28883 fboxrule
28884 \series default
28885  est 0.4
28886 \begin_inset space \thinspace{}
28887 \end_inset
28888
28889 pt.
28890  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
28891  pour avoir 2
28892 \begin_inset space \thinspace{}
28893 \end_inset
28894
28895 pt :
28896 \end_layout
28897
28898 \begin_layout Standard
28899
28900 \series bold
28901
28902 \backslash
28903 setlength{
28904 \backslash
28905 fboxrule}{2pt}
28906 \end_layout
28907
28908 \begin_layout Standard
28909 \begin_inset ERT
28910 status collapsed
28911
28912 \begin_layout Plain Layout
28913
28914
28915 \backslash
28916 setlength{
28917 \backslash
28918 fboxrule}{2pt}
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \begin_inset Box Boxed
28925 position "c"
28926 hor_pos "c"
28927 has_inner_box 1
28928 inner_pos "c"
28929 use_parbox 0
28930 width "25col%"
28931 special "none"
28932 height "1in"
28933 height_special "totalheight"
28934 status open
28935
28936 \begin_layout Plain Layout
28937 \align center
28938 Boîte rectangulaire avec 
28939 \series bold
28940
28941 \backslash
28942 fboxrule
28943 \series default
28944
28945 \begin_inset space \thinspace{}
28946 \end_inset
28947
28948 =
28949 \begin_inset space \thinspace{}
28950 \end_inset
28951
28952 2
28953 \begin_inset space \thinspace{}
28954 \end_inset
28955
28956 pt
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \begin_inset ERT
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966
28967
28968 \backslash
28969 setlength{
28970 \backslash
28971 fboxrule}{0.4pt}
28972 \end_layout
28973
28974 \end_inset
28975
28976
28977 \end_layout
28978
28979 \begin_layout Standard
28980 \begin_inset VSpace bigskip
28981 \end_inset
28982
28983 L'espace entre le cadre et le contenu de la boîte est le même pour tous
28984  les types de cadres, implicitement il est de 3
28985 \begin_inset space \thinspace{}
28986 \end_inset
28987
28988 pt.
28989  Vous pouvez le modifier en donnant une autre valeur à la variable 
28990 \series bold
28991
28992 \backslash
28993 fboxsep
28994 \series default
28995 .
28996  Par exemple la commande
28997 \end_layout
28998
28999 \begin_layout Standard
29000
29001 \series bold
29002
29003 \backslash
29004 setlength{
29005 \backslash
29006 fboxsep}{10pt}
29007 \end_layout
29008
29009 \begin_layout Standard
29010 met une valeur de 10
29011 \begin_inset space \thinspace{}
29012 \end_inset
29013
29014 pt, comme celle utilisée pour cette boîte :
29015 \end_layout
29016
29017 \begin_layout Standard
29018 \begin_inset ERT
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022
29023
29024 \backslash
29025 setlength{
29026 \backslash
29027 fboxsep}{10pt}
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \begin_inset Box Boxed
29034 position "c"
29035 hor_pos "c"
29036 has_inner_box 1
29037 inner_pos "c"
29038 use_parbox 0
29039 width "25col%"
29040 special "none"
29041 height "1in"
29042 height_special "totalheight"
29043 status open
29044
29045 \begin_layout Plain Layout
29046 \align center
29047 Boîte rectangulaire avec 
29048 \series bold
29049
29050 \backslash
29051 fboxsep
29052 \series default
29053
29054 \begin_inset space \thinspace{}
29055 \end_inset
29056
29057 =
29058 \begin_inset space \thinspace{}
29059 \end_inset
29060
29061 10
29062 \begin_inset space \thinspace{}
29063 \end_inset
29064
29065 pt
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \begin_inset ERT
29072 status collapsed
29073
29074 \begin_layout Plain Layout
29075
29076
29077 \backslash
29078 setlength{
29079 \backslash
29080 fboxsep}{3pt}
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \begin_layout Standard
29089 \begin_inset VSpace bigskip
29090 \end_inset
29091
29092 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29093  la commande 
29094 \series bold
29095
29096 \backslash
29097 cornersize
29098 \series default
29099 .
29100  Par exemple, la commande
29101 \end_layout
29102
29103 \begin_layout Standard
29104
29105 \series bold
29106
29107 \backslash
29108 cornersize*{1cm}
29109 \end_layout
29110
29111 \begin_layout Standard
29112 donne un diamètre de 1
29113 \begin_inset space \thinspace{}
29114 \end_inset
29115
29116 cm.
29117  La commande
29118 \end_layout
29119
29120 \begin_layout Standard
29121
29122 \series bold
29123
29124 \backslash
29125 cornersize{num}
29126 \end_layout
29127
29128 \begin_layout Standard
29129 fixe le diamètre à 
29130 \family sans
29131 num
29132 \begin_inset space \thinspace{}
29133 \end_inset
29134
29135 ×
29136 \begin_inset space \thinspace{}
29137 \end_inset
29138
29139 minimum(largeur et hauteur de la boîte)
29140 \family default
29141 .
29142  La valeur implicite est 
29143 \series bold
29144
29145 \backslash
29146 cornersize{0.5}
29147 \series default
29148 .
29149 \end_layout
29150
29151 \begin_layout Standard
29152 \begin_inset ERT
29153 status collapsed
29154
29155 \begin_layout Plain Layout
29156
29157
29158 \backslash
29159 cornersize*{1.5cm}
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \begin_inset Box Ovalbox
29166 position "c"
29167 hor_pos "c"
29168 has_inner_box 1
29169 inner_pos "c"
29170 use_parbox 0
29171 width "25col%"
29172 special "none"
29173 height "1in"
29174 height_special "totalheight"
29175 status open
29176
29177 \begin_layout Plain Layout
29178 \align center
29179 Boîte ovale avec 
29180 \series bold
29181
29182 \backslash
29183 cornersize
29184 \series default
29185
29186 \begin_inset space \thinspace{}
29187 \end_inset
29188
29189 =
29190 \begin_inset space \thinspace{}
29191 \end_inset
29192
29193 1.5
29194 \begin_inset space \thinspace{}
29195 \end_inset
29196
29197 cm
29198 \end_layout
29199
29200 \end_inset
29201
29202
29203 \begin_inset ERT
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207
29208
29209 \backslash
29210 cornersize{0.5}
29211 \end_layout
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219 \begin_inset VSpace bigskip
29220 \end_inset
29221
29222 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29223  
29224 \series bold
29225
29226 \backslash
29227 shadowsize
29228 \series default
29229 .
29230  Elle est fixée à 2
29231 \begin_inset space \thinspace{}
29232 \end_inset
29233
29234 pt pour la boîte suivante par la commande :
29235 \end_layout
29236
29237 \begin_layout Standard
29238
29239 \series bold
29240
29241 \backslash
29242 setlength{
29243 \backslash
29244 shadowsize}{2pt}
29245 \end_layout
29246
29247 \begin_layout Standard
29248 \begin_inset ERT
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252
29253
29254 \backslash
29255 setlength{
29256 \backslash
29257 shadowsize}{2pt}
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \begin_inset Box Shadowbox
29264 position "c"
29265 hor_pos "c"
29266 has_inner_box 1
29267 inner_pos "c"
29268 use_parbox 0
29269 width "25col%"
29270 special "none"
29271 height "1in"
29272 height_special "totalheight"
29273 status open
29274
29275 \begin_layout Plain Layout
29276 \align center
29277 Boîte ombrée avec 
29278 \series bold
29279
29280 \backslash
29281 shadowsize
29282 \series default
29283
29284 \begin_inset space \thinspace{}
29285 \end_inset
29286
29287 =
29288 \begin_inset space \thinspace{}
29289 \end_inset
29290
29291 2
29292 \begin_inset space \thinspace{}
29293 \end_inset
29294
29295 pt
29296 \end_layout
29297
29298 \end_inset
29299
29300
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306
29307 \backslash
29308 setlength{
29309 \backslash
29310 shadowsize}{4pt}
29311 \end_layout
29312
29313 \end_inset
29314
29315
29316 \end_layout
29317
29318 \begin_layout Standard
29319 \begin_inset VSpace bigskip
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 La valeur implicite pour la longueur 
29327 \series bold
29328
29329 \backslash
29330 FrameRule
29331 \series default
29332  est 0,4
29333 \begin_inset space \thinspace{}
29334 \end_inset
29335
29336 pt.
29337  L'espacement implicite entre le contenu de la note et le cadre est de 9
29338 \begin_inset space \thinspace{}
29339 \end_inset
29340
29341 pt et il peut être modifié en utilisant la valeur de 
29342 \series bold
29343
29344 \backslash
29345 FrameSep
29346 \series default
29347 .
29348  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29349  suivantes en code TeX
29350 \end_layout
29351
29352 \begin_layout Standard
29353
29354 \series bold
29355
29356 \backslash
29357 setlength{
29358 \backslash
29359 FrameRule}{5pt}
29360 \begin_inset Newline newline
29361 \end_inset
29362
29363
29364 \backslash
29365 setlength{
29366 \backslash
29367 FrameSep}{0.5cm}
29368 \end_layout
29369
29370 \begin_layout Standard
29371 \begin_inset ERT
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375
29376
29377 \backslash
29378 setlength{
29379 \backslash
29380 FrameRule}{5pt}
29381 \end_layout
29382
29383 \begin_layout Plain Layout
29384
29385
29386 \backslash
29387 setlength{
29388 \backslash
29389 FrameSep}{0.5cm}
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \begin_inset Box Framed
29396 position "t"
29397 hor_pos "c"
29398 has_inner_box 0
29399 inner_pos "t"
29400 use_parbox 0
29401 width "100col%"
29402 special "none"
29403 height "1in"
29404 height_special "totalheight"
29405 status open
29406
29407 \begin_layout Plain Layout
29408 Ceci est un texte dans une boîte autorisant les 
29409 \family sans
29410 sauts de page
29411 \family default
29412 .
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \begin_inset ERT
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422
29423
29424 \backslash
29425 setlength{
29426 \backslash
29427 FrameRule}{0.4pt}
29428 \end_layout
29429
29430 \begin_layout Plain Layout
29431
29432
29433 \backslash
29434 setlength{
29435 \backslash
29436 FrameSep}{9pt}
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Standard
29445
29446 \lang english
29447 \begin_inset VSpace bigskip
29448 \end_inset
29449
29450
29451 \end_layout
29452
29453 \begin_layout Standard
29454 Pour les bôites à 
29455 \family sans
29456 Fond
29457 \begin_inset space ~
29458 \end_inset
29459
29460 ombré
29461 \family default
29462 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29463  3
29464 \begin_inset space \thinspace{}
29465 \end_inset
29466
29467 pt et il peut être modifié avec la valeur de 
29468 \series bold
29469
29470 \backslash
29471 fboxsep
29472 \series default
29473 .
29474  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29475  localement avec la commande 
29476 \series bold
29477
29478 \backslash
29479 definecolor{shadecolor}
29480 \series default
29481 , soit globalement avec le menu 
29482 \family sans
29483 Outils\SpecialChar \menuseparator
29484 Préférences
29485 \family default
29486 \SpecialChar \menuseparator
29487
29488 \family sans
29489 Couleurs\SpecialChar \menuseparator
29490 boîte
29491 \begin_inset space ~
29492 \end_inset
29493
29494 ombrée
29495 \family default
29496 .
29497  La syntaxe de la commande 
29498 \series bold
29499
29500 \backslash
29501 definecolor
29502 \series default
29503  est expliquée dans la section
29504 \begin_inset space ~
29505 \end_inset
29506
29507
29508 \begin_inset CommandInset ref
29509 LatexCommand ref
29510 reference "sec:Tableaux-Colorés"
29511
29512 \end_inset
29513
29514
29515 \begin_inset Foot
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519 Notez que l'utilisation de 
29520 \series bold
29521
29522 \backslash
29523 definecolor
29524 \series default
29525  ne peut se faire sans le paquetage LaTeX 
29526 \series bold
29527 color
29528 \series default
29529  dans le préambule, voir la section
29530 \begin_inset space ~
29531 \end_inset
29532
29533
29534 \begin_inset CommandInset ref
29535 LatexCommand ref
29536 reference "sec:Boîtes-colorées"
29537
29538 \end_inset
29539
29540 .
29541  
29542 \end_layout
29543
29544 \end_inset
29545
29546 .
29547 \end_layout
29548
29549 \begin_layout Standard
29550 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29551  les commandes en code TeX suivantes
29552 \end_layout
29553
29554 \begin_layout Standard
29555
29556 \series bold
29557
29558 \backslash
29559 setlength{
29560 \backslash
29561 fboxsep}{0.5cm}
29562 \series default
29563
29564 \begin_inset Newline newline
29565 \end_inset
29566
29567
29568 \series bold
29569
29570 \backslash
29571 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29572 \end_layout
29573
29574 \begin_layout Standard
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580
29581 \backslash
29582 setlength{
29583 \backslash
29584 fboxsep}{0.5cm}
29585 \end_layout
29586
29587 \begin_layout Plain Layout
29588
29589
29590 \backslash
29591 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \begin_inset Box Shaded
29598 position "t"
29599 hor_pos "c"
29600 has_inner_box 0
29601 inner_pos "t"
29602 use_parbox 0
29603 width "100col%"
29604 special "none"
29605 height "1in"
29606 height_special "totalheight"
29607 status open
29608
29609 \begin_layout Plain Layout
29610
29611 \color yellow
29612 Ceci est un texte jaune dans une boîte à 
29613 \family sans
29614 Fond
29615 \begin_inset space ~
29616 \end_inset
29617
29618 ombré
29619 \family default
29620 \color inherit
29621  
29622 \color yellow
29623 avec un fond vert foncé.
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634
29635 \backslash
29636 setlength{
29637 \backslash
29638 fboxsep}{3pt}
29639 \end_layout
29640
29641 \begin_layout Plain Layout
29642
29643
29644 \backslash
29645 definecolor{shadecolor}{rgb}{1,0,0}
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \begin_layout Standard
29654
29655 \lang english
29656 \begin_inset VSpace bigskip
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Standard
29663 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29664  les boîtes qui suivent la commandes qui les a changées.
29665 \end_layout
29666
29667 \begin_layout Section
29668 Minipages
29669 \begin_inset CommandInset label
29670 LatexCommand label
29671 name "sec:Minipages"
29672
29673 \end_inset
29674
29675
29676 \begin_inset Index
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680 Boîtes ! Minipages
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \end_layout
29687
29688 \begin_layout Standard
29689 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29690 ur d'une page.
29691  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29692  règles d'indentation, de saut de ligne, etc.
29693  s'appliquent.
29694 \end_layout
29695
29696 \begin_layout Standard
29697 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29698  langues.
29699 \end_layout
29700
29701 \begin_layout Standard
29702 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29703  Leur largeur est fixée à 45
29704 \begin_inset space \thinspace{}
29705 \end_inset
29706
29707 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29708  via le menu 
29709 \family sans
29710 Insérer\SpecialChar \menuseparator
29711 Typographie
29712 \begin_inset space ~
29713 \end_inset
29714
29715 spéciale\SpecialChar \menuseparator
29716 Ressort
29717 \begin_inset space ~
29718 \end_inset
29719
29720 Horizontal
29721 \family default
29722 .
29723 \end_layout
29724
29725 \begin_layout Standard
29726
29727 \end_layout
29728
29729 \begin_layout Standard
29730
29731 \lang english
29732 \begin_inset Box Frameless
29733 position "t"
29734 hor_pos "c"
29735 has_inner_box 1
29736 inner_pos "c"
29737 use_parbox 0
29738 width "45col%"
29739 special "none"
29740 height "1in"
29741 height_special "totalheight"
29742 status open
29743
29744 \begin_layout Plain Layout
29745
29746 \lang german
29747 Dies ist ein deutscher Text.
29748  Dies ist ein deutscher Text.
29749  Dies ist ein deutscher Text.
29750  Dies ist ein deutscher Text.
29751  Dies ist ein deutscher Text.
29752  Dies ist ein deutscher Text.
29753  Dies ist ein deutscher Text.
29754  Dies ist ein deutscher Text.
29755  Dies ist ein deutscher Text.
29756  Dies ist ein deutscher Text.
29757  Dies ist ein deutscher Text.
29758  Dies ist ein deutscher Text.
29759  Dies ist ein deutscher Text
29760 \begin_inset Foot
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764
29765 \lang german
29766 Dies ist eine deutsche Fußnote.
29767 \end_layout
29768
29769 \end_inset
29770
29771 .
29772  Dies ist ein deutscher Text.
29773  Dies ist ein deutscher Text.
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \begin_inset space \hfill{}
29780 \end_inset
29781
29782
29783 \begin_inset Box Frameless
29784 position "t"
29785 hor_pos "c"
29786 has_inner_box 1
29787 inner_pos "c"
29788 use_parbox 0
29789 width "45col%"
29790 special "none"
29791 height "1in"
29792 height_special "totalheight"
29793 status open
29794
29795 \begin_layout Plain Layout
29796
29797 \lang english
29798 This is an English Text.
29799  This is an English Text.
29800  This is an English Text.
29801  This is an English Text.
29802  This is an English Text.
29803  This is an English Text.
29804  This is an English Text.
29805  This is an English Text.
29806  This is an English Text.
29807  This is an English Text.
29808  This is an English Text.
29809  This is an English Text.
29810  This is an English Text.
29811  This is an English Text.
29812  This is an English Text.
29813  This is an English Text.
29814 \begin_inset Foot
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818
29819 \lang english
29820 This is an English footnote.
29821 \end_layout
29822
29823 \end_inset
29824
29825  This is an English Text.
29826  
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \end_layout
29833
29834 \begin_layout Standard
29835 \begin_inset VSpace bigskip
29836 \end_inset
29837
29838 Les paramètres globaux du document sont ignorés au sein d'une minipage.
29839  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
29840  minipages, même si vous les avez mis par exemple à 
29841 \family sans
29842 Moyen
29843 \family default
29844  dans les paramètres du document.
29845 \end_layout
29846
29847 \begin_layout Standard
29848 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
29849  portion de texte, voyez la section
29850 \begin_inset space ~
29851 \end_inset
29852
29853
29854 \begin_inset CommandInset ref
29855 LatexCommand ref
29856 reference "sub:Couleur-pour-les-Paragraphes"
29857
29858 \end_inset
29859
29860 .
29861 \end_layout
29862
29863 \begin_layout Standard
29864 \begin_inset Note Greyedout
29865 status open
29866
29867 \begin_layout Plain Layout
29868
29869 \series bold
29870 Note:
29871 \series default
29872  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
29873  mais les minipages peuvent être utilisées dans un tableau, un flottant
29874  ou une autre boîte.
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \begin_layout Section
29883 Les Parboxes
29884 \begin_inset CommandInset label
29885 LatexCommand label
29886 name "sec:Parboxes"
29887
29888 \end_inset
29889
29890
29891 \begin_inset Index
29892 status collapsed
29893
29894 \begin_layout Plain Layout
29895 Boîtes ! Parboxes
29896 \end_layout
29897
29898 \end_inset
29899
29900
29901 \end_layout
29902
29903 \begin_layout Standard
29904 \begin_inset Note Note
29905 status collapsed
29906
29907 \begin_layout Plain Layout
29908
29909 \lang english
29910 En attendant une traduction de parbox (NdT)
29911 \end_layout
29912
29913 \end_inset
29914
29915 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
29916  ne peuvent avoir de note de bas de page.
29917  La principale différence avec les minipages, c'est que les minipages au
29918  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
29919  LaTeX.
29920 \end_layout
29921
29922 \begin_layout Standard
29923 \align center
29924 \begin_inset Box Frameless
29925 position "t"
29926 hor_pos "c"
29927 has_inner_box 1
29928 inner_pos "t"
29929 use_parbox 1
29930 width "33col%"
29931 special "none"
29932 height "1in"
29933 height_special "totalheight"
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937 Ceci est un texte à l'intérieur d'une parbox.
29938  Ceci est un texte à l'intérieur d'une parbox.
29939 \end_layout
29940
29941 \begin_layout Plain Layout
29942 Cette note de bas de page ne devrait pas apparaître :
29943 \begin_inset Foot
29944 status open
29945
29946 \begin_layout Plain Layout
29947 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
29948  pas.
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \begin_layout Section
29962 Des Boîtes pour les Mots et les Caractères
29963 \begin_inset Index
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967 Boîtes ! Pour les caractères
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \end_layout
29974
29975 \begin_layout Subsection
29976 Empêcher la Césure
29977 \begin_inset CommandInset label
29978 LatexCommand label
29979 name "sec:Empêcher-césure"
29980
29981 \end_inset
29982
29983
29984 \begin_inset Index
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988 Boîtes ! Pour empêcher la césure
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Vous pouvez utiliser un type spécial de boîte pour empêcher qu'un mot ou
29998  un texte ne soit coupé par une césure.
29999 \begin_inset Newline newline
30000 \end_inset
30001
30002 Voici un exemple de texte :
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30007  césure dans un 
30008 \begin_inset Quotes eld
30009 \end_inset
30010
30011 motTrèsTrèsLong
30012 \begin_inset Quotes erd
30013 \end_inset
30014
30015
30016 \end_layout
30017
30018 \begin_layout Standard
30019 Pour empêcher que le mot 
30020 \begin_inset Quotes eld
30021 \end_inset
30022
30023 motTrèsTrèsLong
30024 \begin_inset Quotes erd
30025 \end_inset
30026
30027  soit coupé, ajoutez la commande
30028 \end_layout
30029
30030 \begin_layout Standard
30031
30032 \series bold
30033
30034 \backslash
30035 mbox{
30036 \end_layout
30037
30038 \begin_layout Standard
30039 en code TeX avant le mot.
30040  Après le mot, insérez l'accolade fermante 
30041 \begin_inset Quotes eld
30042 \end_inset
30043
30044
30045 \series bold
30046 }
30047 \series default
30048
30049 \begin_inset Quotes erd
30050 \end_inset
30051
30052  en code TeX.
30053 \end_layout
30054
30055 \begin_layout Standard
30056 Voici le résultat :
30057 \end_layout
30058
30059 \begin_layout Standard
30060 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30061  césure dans un
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 mbox{
30070 \end_layout
30071
30072 \end_inset
30073
30074
30075 \begin_inset Quotes eld
30076 \end_inset
30077
30078 motTrèsTrèsLong
30079 \begin_inset Quotes erd
30080 \end_inset
30081
30082 .
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088 }
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \end_layout
30095
30096 \begin_layout Standard
30097 Une autre méthode consiste à mettre la commande 
30098 \begin_inset Quotes eld
30099 \end_inset
30100
30101
30102 \series bold
30103
30104 \backslash
30105 -
30106 \series default
30107
30108 \begin_inset Quotes grd
30109 \end_inset
30110
30111  en code TeX, juste avant le mot :
30112 \end_layout
30113
30114 \begin_layout Standard
30115 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30116  césure dans un 
30117 \begin_inset Quotes eld
30118 \end_inset
30119
30120
30121 \begin_inset ERT
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125
30126
30127 \backslash
30128 -
30129 \end_layout
30130
30131 \end_inset
30132
30133 motTrèsTrèsLong
30134 \begin_inset Quotes erd
30135 \end_inset
30136
30137 .
30138 \end_layout
30139
30140 \begin_layout Standard
30141 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30142  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30143 \family sans
30144 Insérer\SpecialChar \menuseparator
30145 Formats\SpecialChar \menuseparator
30146 Passage
30147 \begin_inset space ~
30148 \end_inset
30149
30150 à
30151 \begin_inset space ~
30152 \end_inset
30153
30154 la
30155 \begin_inset space ~
30156 \end_inset
30157
30158 Ligne
30159 \family default
30160  (raccourci 
30161 \series bold
30162 Ctrl-Entrée
30163 \series default
30164 ) :
30165 \end_layout
30166
30167 \begin_layout Standard
30168 Cette ligne est un exemple pour montrer comment vous pouvez empêcher une
30169  césure dans un
30170 \begin_inset Newline newline
30171 \end_inset
30172
30173
30174 \begin_inset ERT
30175 status collapsed
30176
30177 \begin_layout Plain Layout
30178
30179
30180 \backslash
30181 mbox{
30182 \end_layout
30183
30184 \end_inset
30185
30186
30187 \begin_inset Quotes eld
30188 \end_inset
30189
30190 motTrèsTrèsLong
30191 \begin_inset Quotes erd
30192 \end_inset
30193
30194 .
30195 \begin_inset ERT
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199
30200 }
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \begin_layout Subsection
30209 Alignement Vertical
30210 \begin_inset CommandInset label
30211 LatexCommand label
30212 name "sub:Alignement-Vertical"
30213
30214 \end_inset
30215
30216
30217 \begin_inset Index
30218 status collapsed
30219
30220 \begin_layout Plain Layout
30221 Boîtes ! Pour l'alignement vertical
30222 \end_layout
30223
30224 \end_inset
30225
30226
30227 \begin_inset Index
30228 status collapsed
30229
30230 \begin_layout Plain Layout
30231 Boîtes ! Boîtes élévatrices
30232 \end_layout
30233
30234 \end_inset
30235
30236
30237 \begin_inset Index
30238 status collapsed
30239
30240 \begin_layout Plain Layout
30241 Raisebox|see
30242 \begin_inset ERT
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246
30247 {
30248 \end_layout
30249
30250 \end_inset
30251
30252 Boîtes élévatrices
30253 \begin_inset ERT
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258 }
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \end_layout
30265
30266 \end_inset
30267
30268
30269 \end_layout
30270
30271 \begin_layout Standard
30272 Avec la commande 
30273 \series bold
30274
30275 \backslash
30276 raisebox
30277 \series default
30278  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30279  par rapport au texte qui l'entoure.
30280  La commande
30281 \series bold
30282  
30283 \backslash
30284 raisebox
30285 \series default
30286  s'utilise en suivant la syntaxe suivante :
30287 \end_layout
30288
30289 \begin_layout Standard
30290
30291 \series bold
30292
30293 \backslash
30294 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30299  pour l'abaisser.
30300 \end_layout
30301
30302 \begin_layout Standard
30303 Pour aligner le mot 
30304 \begin_inset Quotes eld
30305 \end_inset
30306
30307 empêcher
30308 \begin_inset Quotes erd
30309 \end_inset
30310
30311  de façon à ce que le point le plus bas du caractère le plus 
30312 \begin_inset Quotes eld
30313 \end_inset
30314
30315 profond
30316 \begin_inset Quotes erd
30317 \end_inset
30318
30319 , le 
30320 \begin_inset Quotes eld
30321 \end_inset
30322
30323 p
30324 \begin_inset Quotes erd
30325 \end_inset
30326
30327 , soit au niveau de la ligne de base, insérez la commande 
30328 \end_layout
30329
30330 \begin_layout Standard
30331
30332 \series bold
30333
30334 \backslash
30335 raisebox{
30336 \backslash
30337 depth}{
30338 \end_layout
30339
30340 \begin_layout Standard
30341 en code TeX avant le mot.
30342  Insérez après le mot l'accolade fermante 
30343 \begin_inset Quotes eld
30344 \end_inset
30345
30346
30347 \series bold
30348 }
30349 \series default
30350
30351 \begin_inset Quotes erd
30352 \end_inset
30353
30354  en code TeX.
30355 \begin_inset Newline newline
30356 \end_inset
30357
30358 Voici le résultat :
30359 \end_layout
30360
30361 \begin_layout Standard
30362 Cette ligne de texte contient le mot 
30363 \begin_inset ERT
30364 status collapsed
30365
30366 \begin_layout Plain Layout
30367
30368
30369 \backslash
30370 raisebox{
30371 \backslash
30372 depth}{
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \begin_inset Quotes eld
30379 \end_inset
30380
30381 empêcher
30382 \begin_inset Quotes erd
30383 \end_inset
30384
30385
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391 }
30392 \end_layout
30393
30394 \end_inset
30395
30396  comme mot élevé.
30397 \end_layout
30398
30399 \begin_layout Standard
30400 \begin_inset VSpace bigskip
30401 \end_inset
30402
30403 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30404  entre les lignes va être agrandie :
30405 \end_layout
30406
30407 \begin_layout Standard
30408 Cette ligne de texte contient le mot
30409 \begin_inset ERT
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413
30414
30415 \backslash
30416 raisebox{-
30417 \backslash
30418 depth}{
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \begin_inset Quotes eld
30425 \end_inset
30426
30427 empêcher
30428 \begin_inset Quotes erd
30429 \end_inset
30430
30431
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437 }
30438 \end_layout
30439
30440 \end_inset
30441
30442  comme mot abaissé.
30443 \begin_inset Newline newline
30444 \end_inset
30445
30446 Cette ligne de texte contient le mot 
30447 \begin_inset ERT
30448 status collapsed
30449
30450 \begin_layout Plain Layout
30451
30452
30453 \backslash
30454 raisebox{0.5cm}{
30455 \end_layout
30456
30457 \end_inset
30458
30459
30460 \begin_inset Quotes eld
30461 \end_inset
30462
30463 tester
30464 \begin_inset Quotes erd
30465 \end_inset
30466
30467
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473 }
30474 \end_layout
30475
30476 \end_inset
30477
30478  comme mot élevé.
30479 \end_layout
30480
30481 \begin_layout Standard
30482 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30483  mettez la hauteur de la boîte à zéro.
30484  Par exemple utilisez
30485 \end_layout
30486
30487 \begin_layout Standard
30488
30489 \series bold
30490
30491 \backslash
30492 raisebox{-
30493 \backslash
30494 depth}[0pt]{
30495 \end_layout
30496
30497 \begin_layout Standard
30498 Cette ligne de texte contient le mot
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 raisebox{-
30507 \backslash
30508 depth}[0pt]{
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \begin_inset Quotes eld
30515 \end_inset
30516
30517 empêcher
30518 \begin_inset Quotes erd
30519 \end_inset
30520
30521
30522 \begin_inset ERT
30523 status collapsed
30524
30525 \begin_layout Plain Layout
30526
30527 }
30528 \end_layout
30529
30530 \end_inset
30531
30532  comme mot abaissé.
30533 \begin_inset Newline newline
30534 \end_inset
30535
30536 Cette ligne de texte contient le mot 
30537 \begin_inset ERT
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541
30542
30543 \backslash
30544 raisebox{0.5cm}[0pt]{
30545 \end_layout
30546
30547 \end_inset
30548
30549
30550 \begin_inset Quotes eld
30551 \end_inset
30552
30553 tester
30554 \begin_inset Quotes erd
30555 \end_inset
30556
30557
30558 \begin_inset ERT
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562
30563 }
30564 \end_layout
30565
30566 \end_inset
30567
30568  comme mot élevé.
30569 \end_layout
30570
30571 \begin_layout Section
30572 Boîtes Colorées
30573 \begin_inset CommandInset label
30574 LatexCommand label
30575 name "sec:Boîtes-colorées"
30576
30577 \end_inset
30578
30579
30580 \begin_inset Index
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584 Boîtes ! Couleur
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Subsection
30593 De la couleur pour le texte
30594 \begin_inset Index
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598 Couleur ! Pour le texte
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \begin_layout Standard
30607 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30608  une boîte appelée 
30609 \begin_inset Quotes eld
30610 \end_inset
30611
30612 colorbox
30613 \begin_inset Quotes erd
30614 \end_inset
30615
30616 .
30617  Cela demande que le paquetage LaTeX 
30618 \series bold
30619 color
30620 \series default
30621
30622 \begin_inset Index
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626 Paquetages LaTeX ! color
30627 \end_layout
30628
30629 \end_inset
30630
30631  soit chargé dans le préambule du document avec la commande
30632 \end_layout
30633
30634 \begin_layout Standard
30635
30636 \series bold
30637
30638 \backslash
30639 @ifundefined{textcolor}
30640 \begin_inset Newline newline
30641 \end_inset
30642
30643
30644 \begin_inset ERT
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648
30649
30650 \backslash
30651 hphantom{ }
30652 \end_layout
30653
30654 \end_inset
30655
30656 {
30657 \backslash
30658 usepackage{color}}{}
30659 \end_layout
30660
30661 \begin_layout Standard
30662 Le paquetage 
30663 \series bold
30664 color
30665 \series default
30666  sera chargé automatiquement par LyX dès que vous colorez du texte.
30667 \begin_inset Foot
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30672  
30673 \series bold
30674
30675 \backslash
30676 @ifundefined
30677 \series default
30678 .
30679 \end_layout
30680
30681 \end_inset
30682
30683
30684 \end_layout
30685
30686 \begin_layout Standard
30687 \begin_inset VSpace medskip
30688 \end_inset
30689
30690 Les boîtes colorées sont créées par la commande 
30691 \series bold
30692
30693 \backslash
30694 colorbox
30695 \series default
30696 .
30697  Elle est utilisée avec la syntaxe suivante :
30698 \end_layout
30699
30700 \begin_layout Standard
30701
30702 \series bold
30703
30704 \backslash
30705 colorbox{couleur}{contenu de la boîte}
30706 \end_layout
30707
30708 \begin_layout Standard
30709 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30710  peuvent être placées à l'intérieur d'autres boîtes.
30711 \end_layout
30712
30713 \begin_layout Standard
30714 Les couleurs suivantes sont prédéfinies ::
30715 \begin_inset Newline newline
30716 \end_inset
30717
30718
30719 \family sans
30720 black
30721 \family default
30722  (noir), 
30723 \family sans
30724 blue
30725 \family default
30726  (bleu), 
30727 \family sans
30728 cyan
30729 \family default
30730 \series bold
30731 ,
30732 \series default
30733  
30734 \family sans
30735 green
30736 \family default
30737  (vert), 
30738 \family sans
30739 magenta
30740 \family default
30741
30742 \family sans
30743 red
30744 \family default
30745  (rouge), 
30746 \family sans
30747 white
30748 \family default
30749  (blanc), and 
30750 \family sans
30751 yellow
30752 \family default
30753  (jaune).
30754 \begin_inset Newline newline
30755 \end_inset
30756
30757 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
30758  section
30759 \begin_inset space ~
30760 \end_inset
30761
30762
30763 \begin_inset CommandInset ref
30764 LatexCommand ref
30765 reference "sec:Tableaux-Colorés"
30766
30767 \end_inset
30768
30769 .
30770 \end_layout
30771
30772 \begin_layout Standard
30773 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
30774 \end_layout
30775
30776 \begin_layout Standard
30777
30778 \series bold
30779
30780 \backslash
30781 colorbox{red}{
30782 \end_layout
30783
30784 \begin_layout Standard
30785 avant le mot en code TeX.
30786  Insérez l'accolade fermante 
30787 \begin_inset Quotes eld
30788 \end_inset
30789
30790 }
30791 \begin_inset Quotes erd
30792 \end_inset
30793
30794  après le mot, en code TeX.
30795 \begin_inset Newline newline
30796 \end_inset
30797
30798 Voici le résultat :
30799 \end_layout
30800
30801 \begin_layout Standard
30802 Cette ligne de texte contient le mot
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808
30809 \backslash
30810 colorbox{red}{
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \begin_inset Quotes eld
30817 \end_inset
30818
30819 Attention!
30820 \begin_inset Quotes erd
30821 \end_inset
30822
30823
30824 \begin_inset ERT
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828
30829 }
30830 \end_layout
30831
30832 \end_inset
30833
30834  sur fond rouge.
30835 \end_layout
30836
30837 \begin_layout Standard
30838 \begin_inset VSpace bigskip
30839 \end_inset
30840
30841 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
30842  vous pouvez utiliser la commande 
30843 \series bold
30844
30845 \backslash
30846 fcolorbox
30847 \series default
30848  avec la syntaxe suivante :
30849 \end_layout
30850
30851 \begin_layout Standard
30852
30853 \series bold
30854
30855 \backslash
30856 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
30857 \end_layout
30858
30859 \begin_layout Standard
30860
30861 \series bold
30862
30863 \backslash
30864 fcolorbox
30865 \series default
30866  est une extension de 
30867 \series bold
30868
30869 \backslash
30870 colorbox
30871 \series default
30872 .
30873  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
30874  peuvent être modifiés avec les variables 
30875 \series bold
30876
30877 \backslash
30878 fboxrule
30879 \series default
30880  et 
30881 \series bold
30882
30883 \backslash
30884 fboxsep
30885 \series default
30886 , comme c'est décrit dans la section
30887 \begin_inset space ~
30888 \end_inset
30889
30890
30891 \begin_inset CommandInset ref
30892 LatexCommand ref
30893 reference "sec:Décorations"
30894
30895 \end_inset
30896
30897 .
30898 \end_layout
30899
30900 \begin_layout Standard
30901 Pour l'exemple suivant, on a utilisé la commande
30902 \end_layout
30903
30904 \begin_layout Standard
30905
30906 \series bold
30907
30908 \backslash
30909 fcolorbox{cyan}{magenta}{
30910 \end_layout
30911
30912 \begin_layout Standard
30913 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
30914 \begin_inset space \thinspace{}
30915 \end_inset
30916
30917 mm:
30918 \begin_inset Newline newline
30919 \end_inset
30920
30921
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927
30928 \backslash
30929 fboxrule 1mm 
30930 \backslash
30931 fboxsep 1mm
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942
30943 \backslash
30944 fcolorbox{cyan}{magenta}{
30945 \end_layout
30946
30947 \end_inset
30948
30949 Ce texte est dans une boîte encadrée et colorée.
30950 \begin_inset ERT
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954
30955 }
30956 \end_layout
30957
30958 \end_inset
30959
30960
30961 \end_layout
30962
30963 \begin_layout Standard
30964 \begin_inset VSpace bigskip
30965 \end_inset
30966
30967 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
30968  les yeux ! - NdT) :
30969 \begin_inset Newline newline
30970 \end_inset
30971
30972
30973 \begin_inset ERT
30974 status collapsed
30975
30976 \begin_layout Plain Layout
30977
30978
30979 \backslash
30980 fcolorbox{cyan}{magenta}{
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \color yellow
30987 Ce texte est coloré dans une boîte colorée et encadrée.
30988 \color inherit
30989
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995 }
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006
31007 \backslash
31008 fboxrule 0.4pt 
31009 \backslash
31010 fboxsep 3pt
31011 \end_layout
31012
31013 \end_inset
31014
31015
31016 \end_layout
31017
31018 \begin_layout Standard
31019
31020 \series bold
31021 \begin_inset VSpace medskip
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Standard
31028 \begin_inset Note Greyedout
31029 status open
31030
31031 \begin_layout Plain Layout
31032
31033 \series bold
31034 Note:
31035 \series default
31036  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31037  de ligne.
31038  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31039  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31040 \end_layout
31041
31042 \end_inset
31043
31044
31045 \end_layout
31046
31047 \begin_layout Subsection
31048 De la couleur pour les paragraphes
31049 \begin_inset CommandInset label
31050 LatexCommand label
31051 name "sub:Couleur-pour-les-Paragraphes"
31052
31053 \end_inset
31054
31055
31056 \begin_inset Index
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060 Couleur ! Pour les  paragraphes
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31070  texte dans une minipage.
31071  Avant la minipage, insérez la commande 
31072 \series bold
31073
31074 \backslash
31075 colorbox
31076 \series default
31077  
31078 \end_layout
31079
31080 \begin_layout Standard
31081
31082 \series bold
31083
31084 \backslash
31085 colorbox{color}{
31086 \end_layout
31087
31088 \begin_layout Standard
31089 en code TeX.
31090  Après la minipage, insérez l'accolade fermante 
31091 \begin_inset Quotes eld
31092 \end_inset
31093
31094 }
31095 \begin_inset Quotes erd
31096 \end_inset
31097
31098  en code TeX.
31099 \end_layout
31100
31101 \begin_layout Standard
31102 \begin_inset ERT
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106
31107
31108 \backslash
31109 colorbox{lightgrey}{
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \begin_inset Box Frameless
31116 position "t"
31117 hor_pos "c"
31118 has_inner_box 1
31119 inner_pos "t"
31120 use_parbox 0
31121 width "100col%"
31122 special "none"
31123 height "1in"
31124 height_special "totalheight"
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 Ce texte a un fond coloré.
31129  Ce texte a un fond coloré.
31130 \end_layout
31131
31132 \begin_layout Plain Layout
31133 \begin_inset VSpace defskip
31134 \end_inset
31135
31136 Le texte peut avoir des notes de bas de page
31137 \begin_inset Foot
31138 status collapsed
31139
31140 \begin_layout Plain Layout
31141 Un autre exemple de note de bas de page
31142 \end_layout
31143
31144 \end_inset
31145
31146  et contenir des figures et des tableaux.
31147 \end_layout
31148
31149 \begin_layout Plain Layout
31150 \align center
31151 \begin_inset Tabular
31152 <lyxtabular version="3" rows="3" columns="3">
31153 <features>
31154 <column alignment="center" valignment="top" width="0">
31155 <column alignment="center" valignment="top" width="0">
31156 <column alignment="center" valignment="top" width="0">
31157 <row>
31158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31159 \begin_inset Text
31160
31161 \begin_layout Plain Layout
31162 a
31163 \end_layout
31164
31165 \end_inset
31166 </cell>
31167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31168 \begin_inset Text
31169
31170 \begin_layout Plain Layout
31171 !
31172 \end_layout
31173
31174 \end_inset
31175 </cell>
31176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31177 \begin_inset Text
31178
31179 \begin_layout Plain Layout
31180 3
31181 \end_layout
31182
31183 \end_inset
31184 </cell>
31185 </row>
31186 <row>
31187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31188 \begin_inset Text
31189
31190 \begin_layout Plain Layout
31191 <
31192 \end_layout
31193
31194 \end_inset
31195 </cell>
31196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31197 \begin_inset Text
31198
31199 \begin_layout Plain Layout
31200 b2
31201 \begin_inset Quotes erd
31202 \end_inset
31203
31204 |
31205 \end_layout
31206
31207 \end_inset
31208 </cell>
31209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31210 \begin_inset Text
31211
31212 \begin_layout Plain Layout
31213 >
31214 \end_layout
31215
31216 \end_inset
31217 </cell>
31218 </row>
31219 <row>
31220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31221 \begin_inset Text
31222
31223 \begin_layout Plain Layout
31224 1
31225 \end_layout
31226
31227 \end_inset
31228 </cell>
31229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31230 \begin_inset Text
31231
31232 \begin_layout Plain Layout
31233 §
31234 \end_layout
31235
31236 \end_inset
31237 </cell>
31238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31239 \begin_inset Text
31240
31241 \begin_layout Plain Layout
31242 c
31243 \end_layout
31244
31245 \end_inset
31246 </cell>
31247 </row>
31248 </lyxtabular>
31249
31250 \end_inset
31251
31252
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263 }
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \begin_layout Section
31272 Les boîtes pivotées et redimensionnées
31273 \end_layout
31274
31275 \begin_layout Standard
31276 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31277  charger le paquetage LaTeX 
31278 \series bold
31279 graphicx
31280 \series default
31281
31282 \begin_inset Index
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286 Paquetages LaTeX ! graphicx
31287 \end_layout
31288
31289 \end_inset
31290
31291  dans le préambule de votre document avec la commande
31292 \end_layout
31293
31294 \begin_layout Standard
31295
31296 \series bold
31297
31298 \backslash
31299 @ifundefined{rotatebox}
31300 \begin_inset Newline newline
31301 \end_inset
31302
31303
31304 \begin_inset ERT
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309
31310 \backslash
31311 hphantom{ }
31312 \end_layout
31313
31314 \end_inset
31315
31316 {
31317 \backslash
31318 usepackage{graphicx}}{}
31319 \end_layout
31320
31321 \begin_layout Standard
31322 \begin_inset Note Greyedout
31323 status open
31324
31325 \begin_layout Plain Layout
31326
31327 \series bold
31328 Note:
31329 \series default
31330  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31331  redimensionnés.
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \end_layout
31338
31339 \begin_layout Standard
31340 \begin_inset Note Greyedout
31341 status open
31342
31343 \begin_layout Plain Layout
31344
31345 \series bold
31346 Note:
31347 \series default
31348  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31349  redimensionnée.
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \end_layout
31356
31357 \begin_layout Subsection
31358 Les Boîtes pivotées
31359 \begin_inset Index
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363 Boîtes ! pivotées
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \begin_inset Index
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373 Pivoter des objets
31374 \end_layout
31375
31376 \end_inset
31377
31378
31379 \begin_inset Index
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383 Figures ! Pivotées
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset Index
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393 Tableau ! Pivoter
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Standard
31402 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31403  (rotated).
31404  Une telle boîte est créée avec la commande 
31405 \series bold
31406
31407 \backslash
31408 rotatebox
31409 \series default
31410  en code TeX avec la syntaxe
31411 \end_layout
31412
31413 \begin_layout Standard
31414
31415 \series bold
31416
31417 \backslash
31418 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31419 \end_layout
31420
31421 \begin_layout Standard
31422 La position du pivot est donnée par l'origine de rotation spécifiée sous
31423  la forme 
31424 \series bold
31425 origin=position
31426 \series default
31427 .
31428  Les valeurs suivantes sont possibles pour la position: 
31429 \emph on
31430 c
31431 \emph default
31432  (centre), 
31433 \emph on
31434 l
31435 \emph default
31436  (gauche/
31437 \lang english
31438 left
31439 \lang french
31440 ), 
31441 \emph on
31442 r
31443 \emph default
31444  (droite/
31445 \lang english
31446 right
31447 \lang french
31448 ), 
31449 \emph on
31450 b
31451 \emph default
31452  (bas/
31453 \lang english
31454 bottom
31455 \lang french
31456 ), 
31457 \emph on
31458 t
31459 \emph default
31460  (haut/
31461 \lang english
31462 top
31463 \lang french
31464 ), et aussi des combinaisons des quatre positions de base.
31465  Par exemple 
31466 \emph on
31467 lt
31468 \emph default
31469  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31470  Quand on ne donne pas d'origine, la position 
31471 \emph on
31472 l
31473 \emph default
31474  est utilisée.
31475  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31476  ou négatif.
31477  Le sens positif de rotation est anti-horaire.
31478 \end_layout
31479
31480 \begin_layout Standard
31481 Dans l'exemple qui suit, la commande 
31482 \series bold
31483
31484 \backslash
31485 rotatebox[origin=c]{60}{
31486 \series default
31487  a été insérée en code TeX juste avant le texte 
31488 \begin_inset Quotes eld
31489 \end_inset
31490
31491 pivoté de 90°
31492 \begin_inset Quotes erd
31493 \end_inset
31494
31495  ; la boîte est refermée juste après le texte par une accolade fermante
31496  
31497 \begin_inset Quotes eld
31498 \end_inset
31499
31500 }
31501 \begin_inset Quotes erd
31502 \end_inset
31503
31504  en code TeX.
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Voici une ligne avec du texte 
31509 \begin_inset ERT
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513
31514
31515 \backslash
31516 rotatebox[origin=c]{60}{
31517 \end_layout
31518
31519 \end_inset
31520
31521 pivoté de 60°
31522 \begin_inset ERT
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526
31527 }
31528 \end_layout
31529
31530 \end_inset
31531
31532 .
31533 \end_layout
31534
31535 \begin_layout Standard
31536 La boîte peut contenir une autre boîte ou une formule en ligne :
31537 \end_layout
31538
31539 \begin_layout Standard
31540 Voici une ligne avec du texte 
31541 \begin_inset ERT
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545
31546
31547 \backslash
31548 rotatebox[origin=r]{-60}{
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \begin_inset Box Doublebox
31555 position "c"
31556 hor_pos "c"
31557 has_inner_box 0
31558 inner_pos "c"
31559 use_parbox 0
31560 width "1in"
31561 special "width"
31562 height "1in"
31563 height_special "totalheight"
31564 status collapsed
31565
31566 \begin_layout Plain Layout
31567 pivoté de -60°
31568 \end_layout
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 encadré 
31584 \begin_inset ERT
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588
31589
31590 \backslash
31591 rotatebox[origin=lb]{60}{
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31598 \end_inset
31599
31600
31601 \begin_inset ERT
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605
31606 }
31607 \end_layout
31608
31609 \end_inset
31610
31611  et une formule.
31612 \end_layout
31613
31614 \begin_layout Standard
31615 ou encore une figure ou un tableau :
31616 \end_layout
31617
31618 \begin_layout Standard
31619 Voici une ligne
31620 \begin_inset ERT
31621 status collapsed
31622
31623 \begin_layout Plain Layout
31624
31625
31626 \backslash
31627 rotatebox[origin=lb]{90}{
31628 \end_layout
31629
31630 \end_inset
31631
31632
31633 \begin_inset Graphics
31634         filename ../clipart/platypus.eps
31635         lyxscale 50
31636         width 25col%
31637
31638 \end_inset
31639
31640
31641 \begin_inset ERT
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645
31646 }
31647 \end_layout
31648
31649 \end_inset
31650
31651  avec une image pivotée de 90° 
31652 \begin_inset ERT
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656
31657
31658 \backslash
31659 rotatebox[origin=l]{-90}{
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \begin_inset Tabular
31666 <lyxtabular version="3" rows="2" columns="2">
31667 <features>
31668 <column alignment="center" valignment="top" width="0">
31669 <column alignment="center" valignment="top" width="0">
31670 <row>
31671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31672 \begin_inset Text
31673
31674 \begin_layout Plain Layout
31675 q
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684 w
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 </row>
31690 <row>
31691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31692 \begin_inset Text
31693
31694 \begin_layout Plain Layout
31695 e
31696 \end_layout
31697
31698 \end_inset
31699 </cell>
31700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31701 \begin_inset Text
31702
31703 \begin_layout Plain Layout
31704 r
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 </row>
31710 </lyxtabular>
31711
31712 \end_inset
31713
31714
31715 \begin_inset ERT
31716 status collapsed
31717
31718 \begin_layout Plain Layout
31719
31720 }
31721 \end_layout
31722
31723 \end_inset
31724
31725  et un tableau.
31726 \end_layout
31727
31728 \begin_layout Subsection
31729 Les boîtes redimensionnées
31730 \begin_inset Index
31731 status collapsed
31732
31733 \begin_layout Plain Layout
31734 Boîtes ! Redimensionnées
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \begin_inset Index
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744 Redimensionner des objets
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \begin_inset Index
31751 status collapsed
31752
31753 \begin_layout Plain Layout
31754 Figures ! Redimensionnées
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \begin_inset Index
31761 status collapsed
31762
31763 \begin_layout Plain Layout
31764 Tableau ! Redimensionner
31765 \end_layout
31766
31767 \end_inset
31768
31769
31770 \end_layout
31771
31772 \begin_layout Standard
31773 Pour redimensionner des objets on peut utiliser les commandes 
31774 \series bold
31775
31776 \backslash
31777 scalebox
31778 \series default
31779  et 
31780 \series bold
31781
31782 \backslash
31783 resizebox
31784 \series default
31785  insérées sous forme de code TeX.
31786 \end_layout
31787
31788 \begin_layout Standard
31789
31790 \series bold
31791
31792 \backslash
31793 scalebox
31794 \series default
31795  est utilisée avec la syntaxe suivante :
31796 \end_layout
31797
31798 \begin_layout Standard
31799
31800 \series bold
31801
31802 \backslash
31803 scalebox{horizontal}[vertical]{contenu de la boîte}
31804 \end_layout
31805
31806 \begin_layout Standard
31807 Horizontal et vertical sont les facteurs d'échelle correspondants.
31808  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
31809  utilisé comme facteur vertical.
31810 \end_layout
31811
31812 \begin_layout Standard
31813 Par exemple, la commande 
31814 \series bold
31815
31816 \backslash
31817 scalebox{2}{Bonjour}
31818 \series default
31819  crée un 
31820 \begin_inset ERT
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824
31825
31826 \backslash
31827 scalebox{2}{
31828 \end_layout
31829
31830 \end_inset
31831
31832 Bonjour
31833 \begin_inset ERT
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837
31838 }
31839 \end_layout
31840
31841 \end_inset
31842
31843  de taille double par rapport à la taille du texte du document.
31844 \end_layout
31845
31846 \begin_layout Standard
31847
31848 \series bold
31849
31850 \backslash
31851 scalebox{2}[1]{Hello}
31852 \series default
31853  au contraire va déformer le 
31854 \begin_inset ERT
31855 status collapsed
31856
31857 \begin_layout Plain Layout
31858
31859
31860 \backslash
31861 scalebox{2}[1]{
31862 \end_layout
31863
31864 \end_inset
31865
31866 Bonjour
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872 }
31873 \end_layout
31874
31875 \end_inset
31876
31877 .
31878 \end_layout
31879
31880 \begin_layout Standard
31881 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
31882  La commande 
31883 \series bold
31884
31885 \backslash
31886 scalebox{-1}[1]{Hello}
31887 \series default
31888  peut donc être utilisée pour créer du texte en miroir : 
31889 \begin_inset ERT
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893
31894
31895 \backslash
31896 scalebox{-1}[1]{
31897 \end_layout
31898
31899 \end_inset
31900
31901 Bonjour
31902 \begin_inset ERT
31903 status collapsed
31904
31905 \begin_layout Plain Layout
31906
31907 }
31908 \end_layout
31909
31910 \end_inset
31911
31912
31913 \end_layout
31914
31915 \begin_layout Standard
31916
31917 \series bold
31918
31919 \backslash
31920 scalebox{1}[-1]{Bonjour}
31921 \series default
31922  effectue une réflexion du 
31923 \begin_inset ERT
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927
31928
31929 \backslash
31930 scalebox{1}[-1]{
31931 \end_layout
31932
31933 \end_inset
31934
31935 Bonjour
31936 \begin_inset ERT
31937 status collapsed
31938
31939 \begin_layout Plain Layout
31940
31941 }
31942 \end_layout
31943
31944 \end_inset
31945
31946  par rapport à la ligne de base.
31947 \end_layout
31948
31949 \begin_layout Standard
31950 La commande 
31951 \series bold
31952
31953 \backslash
31954 reflectbox{contenu de la boîte} 
31955 \series default
31956 existe aussi et est équivalente à
31957 \series bold
31958  
31959 \backslash
31960 scalebox{-1}[1]{contenu de la boîte}.
31961
31962 \series default
31963  
31964 \begin_inset Newline newline
31965 \end_inset
31966
31967
31968 \end_layout
31969
31970 \begin_layout Standard
31971 \begin_inset VSpace bigskip
31972 \end_inset
31973
31974 La commande 
31975 \series bold
31976
31977 \backslash
31978 resizebox
31979 \series default
31980  est utilisée pour redimensionner une boîte à une largeur et une hauteur
31981  données.
31982  La syntaxe de la commande est :
31983 \end_layout
31984
31985 \begin_layout Standard
31986
31987 \series bold
31988
31989 \backslash
31990 resizebox{largeur}{hauteur}{contenu de la boîte}
31991 \end_layout
31992
31993 \begin_layout Standard
31994 Si un des deux paramètres est remplacé par un point d'exclamation 
31995 \series bold
31996 !
31997 \series default
31998 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
31999 \end_layout
32000
32001 \begin_layout Standard
32002 La commande 
32003 \series bold
32004
32005 \backslash
32006 resizebox{2cm}{1cm}{Bonjour}
32007 \series default
32008  produit : 
32009 \begin_inset ERT
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013
32014
32015 \backslash
32016 resizebox{2cm}{1cm}{
32017 \end_layout
32018
32019 \end_inset
32020
32021 Bonjour
32022 \begin_inset ERT
32023 status collapsed
32024
32025 \begin_layout Plain Layout
32026
32027 }
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \begin_inset Newline newline
32034 \end_inset
32035
32036 La commande 
32037 \series bold
32038
32039 \backslash
32040 resizebox{2cm}{!}{Bonjour}
32041 \series default
32042  produit : 
32043 \begin_inset ERT
32044 status collapsed
32045
32046 \begin_layout Plain Layout
32047
32048
32049 \backslash
32050 resizebox{2cm}{!}{
32051 \end_layout
32052
32053 \end_inset
32054
32055 Bonjour
32056 \begin_inset ERT
32057 status collapsed
32058
32059 \begin_layout Plain Layout
32060
32061 }
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \begin_layout Standard
32070 \begin_inset VSpace bigskip
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \begin_layout Standard
32077 \begin_inset Note Greyedout
32078 status open
32079
32080 \begin_layout Plain Layout
32081
32082 \series bold
32083 Note:
32084 \series default
32085  Quand les paramètres des commandes 
32086 \series bold
32087
32088 \backslash
32089 scalebox
32090 \series default
32091  ou 
32092 \series bold
32093
32094 \backslash
32095 resizebox
32096 \series default
32097  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32098  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32099  partiellement.
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 \begin_inset VSpace bigskip
32109 \end_inset
32110
32111
32112 \end_layout
32113
32114 \begin_layout Standard
32115 Les boîtes peuvent être combinée dans n'importe quel ordre.
32116  Par exemple, la commande 
32117 \begin_inset Newline newline
32118 \end_inset
32119
32120
32121 \series bold
32122
32123 \backslash
32124 rotatebox[origin=c]{-45}{
32125 \backslash
32126 resizebox{2cm}{!}{
32127 \backslash
32128 reflectbox{Bonjour}}}
32129 \begin_inset Newline newline
32130 \end_inset
32131
32132
32133 \series default
32134 produit :
32135 \end_layout
32136
32137 \begin_layout Standard
32138 \align center
32139 \begin_inset ERT
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143
32144
32145 \backslash
32146 rotatebox[origin=c]{-45}{
32147 \backslash
32148 resizebox{2cm}{!}{
32149 \backslash
32150 reflectbox{
32151 \end_layout
32152
32153 \end_inset
32154
32155 Bonjour
32156 \begin_inset ERT
32157 status collapsed
32158
32159 \begin_layout Plain Layout
32160
32161 }}}
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \begin_layout Standard
32170 \noindent
32171 Les images, les tableaux et les formules sont autorisées comme contenu de
32172  boîte :
32173 \end_layout
32174
32175 \begin_layout Standard
32176 \align center
32177 \begin_inset ERT
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181
32182
32183 \backslash
32184 rotatebox[origin=c]{-30}{
32185 \backslash
32186 resizebox{2cm}{!}{
32187 \backslash
32188 reflectbox{
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \begin_inset Graphics
32195         filename ../clipart/platypus.eps
32196         lyxscale 50
32197         width 25col%
32198
32199 \end_inset
32200
32201
32202 \begin_inset ERT
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206
32207 }}}
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218
32219 \backslash
32220 rotatebox[origin=c]{-45}{
32221 \backslash
32222 resizebox{2cm}{!}{
32223 \backslash
32224 reflectbox{
32225 \end_layout
32226
32227 \end_inset
32228
32229
32230 \begin_inset Tabular
32231 <lyxtabular version="3" rows="2" columns="2">
32232 <features>
32233 <column alignment="center" valignment="top" width="0">
32234 <column alignment="center" valignment="top" width="0">
32235 <row>
32236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32237 \begin_inset Text
32238
32239 \begin_layout Plain Layout
32240 q
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32246 \begin_inset Text
32247
32248 \begin_layout Plain Layout
32249 w
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 </row>
32255 <row>
32256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32257 \begin_inset Text
32258
32259 \begin_layout Plain Layout
32260 e
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269 r
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 </row>
32275 </lyxtabular>
32276
32277 \end_inset
32278
32279
32280 \begin_inset ERT
32281 status collapsed
32282
32283 \begin_layout Plain Layout
32284
32285 }}}
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \begin_inset ERT
32292 status collapsed
32293
32294 \begin_layout Plain Layout
32295
32296
32297 \backslash
32298 rotatebox[origin=c]{-45}{
32299 \backslash
32300 resizebox{2cm}{!}{
32301 \backslash
32302 reflectbox{
32303 \end_layout
32304
32305 \end_inset
32306
32307
32308 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32309 \end_inset
32310
32311
32312 \begin_inset ERT
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316
32317 }}}
32318 \end_layout
32319
32320 \end_inset
32321
32322
32323 \end_layout
32324
32325 \begin_layout Standard
32326 Quand on utilise le style global de formule 
32327 \series bold
32328 fleqn
32329 \series default
32330  dans le document
32331 \begin_inset Foot
32332 status collapsed
32333
32334 \begin_layout Plain Layout
32335 Quand 
32336 \begin_inset Quotes eld
32337 \end_inset
32338
32339 fleqn
32340 \begin_inset Quotes erd
32341 \end_inset
32342
32343  est ajouté aux options de la classe de document.
32344 \end_layout
32345
32346 \end_inset
32347
32348 , les formules hors texte peuvent aussi être redimensionnées.
32349 \end_layout
32350
32351 \begin_layout Chapter
32352 Trucs Externes
32353 \begin_inset Index
32354 status collapsed
32355
32356 \begin_layout Plain Layout
32357 Trucs externes
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \end_layout
32364
32365 \begin_layout Standard
32366 Avec le menu 
32367 \family sans
32368 Insérer\SpecialChar \menuseparator
32369 Fichier
32370 \family default
32371  vous pouvez insérer un contenu externe à votre document.
32372  Ce contenu peut être :
32373 \end_layout
32374
32375 \begin_layout Description
32376 Document
32377 \begin_inset space ~
32378 \end_inset
32379
32380 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32381  document.
32382 \end_layout
32383
32384 \begin_layout Description
32385 Texte
32386 \begin_inset space ~
32387 \end_inset
32388
32389 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32390 e.
32391 \end_layout
32392
32393 \begin_layout Description
32394 Texte
32395 \begin_inset space ~
32396 \end_inset
32397
32398 Brut
32399 \begin_inset space ~
32400 \end_inset
32401
32402 par
32403 \begin_inset space ~
32404 \end_inset
32405
32406 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32407  Les lignes vides créent un nouveau paragraphe dans votre document.
32408 \end_layout
32409
32410 \begin_layout Description
32411 Objet
32412 \begin_inset space ~
32413 \end_inset
32414
32415 Externe Fichiers de formats variés.
32416 \end_layout
32417
32418 \begin_layout Description
32419 Sous-document Documents LyX ou LaTeX.
32420 \end_layout
32421
32422 \begin_layout Section
32423 Objets Externes 
32424 \begin_inset Index
32425 status collapsed
32426
32427 \begin_layout Plain Layout
32428 Trucs externes ! Objets Externes
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32438  de fichiers dans votre document sans avoir à convertir ces derniers en
32439  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32440  qui va s'occuper des conversions.
32441  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32442  LyX des images dans des formats divers.
32443  Quand vous avez activé 
32444 \family sans
32445 Aperçu
32446 \begin_inset space ~
32447 \end_inset
32448
32449 sur
32450 \begin_inset space ~
32451 \end_inset
32452
32453 le
32454 \begin_inset space ~
32455 \end_inset
32456
32457 vif
32458 \family default
32459  dans le menu des préférences de LyX, dans la rubrique 
32460 \family sans
32461 Apparence\SpecialChar \menuseparator
32462 Graphiques
32463 \family default
32464 , les objets externes de type Dia et Xfig sont affichés directement dans
32465  LyX.
32466 \end_layout
32467
32468 \begin_layout Standard
32469 On insère des objets externes en utilisant la fenêtre de dialogue 
32470 \family sans
32471 Objet
32472 \begin_inset space ~
32473 \end_inset
32474
32475 Externe
32476 \family default
32477  qui est accessible via le menu 
32478 \family sans
32479 Insérer\SpecialChar \menuseparator
32480 Fichiers\SpecialChar \menuseparator
32481 Objet
32482 \begin_inset space ~
32483 \end_inset
32484
32485 Externe
32486 \family default
32487 .
32488  Actuellement les types de fichiers (
32489 \family sans
32490 Modèles
32491 \family default
32492 ) suivants sont autorisés :
32493 \end_layout
32494
32495 \begin_layout Description
32496 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32497  par le programme 
32498 \series bold
32499
32500 \begin_inset CommandInset href
32501 LatexCommand href
32502 name "XBoard"
32503 target "http://en.wikipedia.org/wiki/XBoard"
32504
32505 \end_inset
32506
32507
32508 \series default
32509 .
32510 \end_layout
32511
32512 \begin_layout Description
32513 Date Ce modèle insère la date sous la forme 
32514 \emph on
32515 Jour-Mois-Année
32516 \emph default
32517 .
32518  Voici un exemple de date insérée comme objet externe :: 
32519 \begin_inset External
32520         template Date
32521         filename .
32522
32523 \end_inset
32524
32525
32526 \begin_inset space ~
32527 \end_inset
32528
32529
32530 \begin_inset Note Note
32531 status open
32532
32533 \begin_layout Plain Layout
32534 Retirer l'espace protégé quand le bug 4398 sera résolu !
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \begin_inset Newline newline
32541 \end_inset
32542
32543 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32544  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32545 \family sans
32546 Insérer\SpecialChar \menuseparator
32547 Date
32548 \family default
32549  et avec la commande LaTeX 
32550 \series bold
32551
32552 \backslash
32553 today
32554 \series default
32555  entrée comme code TeX.
32556  Ces différentes méthodes sont comparée dans le tableau
32557 \begin_inset space ~
32558 \end_inset
32559
32560
32561 \begin_inset CommandInset ref
32562 LatexCommand ref
32563 reference "tab:Comparaison-des-dates"
32564
32565 \end_inset
32566
32567 .
32568 \end_layout
32569
32570 \begin_layout Description
32571 Dia Ce modèle accepte les diagrammes créés avec le programme 
32572 \series bold
32573
32574 \begin_inset CommandInset href
32575 LatexCommand href
32576 name "Dia"
32577 target "http://en.wikipedia.org/wiki/Dia_(software)"
32578
32579 \end_inset
32580
32581
32582 \series default
32583 .
32584 \end_layout
32585
32586 \begin_layout Description
32587 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32588  par le programme 
32589 \series bold
32590
32591 \begin_inset CommandInset href
32592 LatexCommand href
32593 name "LilyPond"
32594 target "http://en.wikipedia.org/wiki/LilyPond"
32595
32596 \end_inset
32597
32598
32599 \series default
32600 .
32601 \end_layout
32602
32603 \begin_layout Description
32604 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32605  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32606  
32607 \emph on
32608 pages
32609 \emph default
32610  dans le champ 
32611 \family sans
32612 Option
32613 \family default
32614  dans l'onglet 
32615 \family sans
32616 Options LaTeX et LyX
32617 \family default
32618  en suivant les instructions données pour le modèle.
32619  Si on ne donne pas d'option 
32620 \emph on
32621 pages
32622 \emph default
32623 , seule la première page du PDF sera insérée.
32624 \end_layout
32625
32626 \begin_layout Description
32627 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32628  À peu près tous les formats d'images populaires sont acceptés.
32629  Les images peuvent être traitées dans la fenêtre de dialogue 
32630 \family sans
32631 Objet
32632 \begin_inset space ~
32633 \end_inset
32634
32635 Externe
32636 \family default
32637  comme les images qui sont habituellement incorporées en utilisant le menu
32638  
32639 \family sans
32640 Insérer\SpecialChar \menuseparator
32641 Graphique
32642 \family default
32643 , comme c'est décrit dans la section
32644 \begin_inset space ~
32645 \end_inset
32646
32647
32648 \begin_inset CommandInset ref
32649 LatexCommand ref
32650 reference "sec:Graphics-Dialog"
32651
32652 \end_inset
32653
32654 .
32655  La différence est que seules les images matricielles sont autorisées, ce
32656  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32657 \end_layout
32658
32659 \begin_layout Description
32660 XFig Ce modèle accepte les images créées avec le programme 
32661 \series bold
32662
32663 \begin_inset CommandInset href
32664 LatexCommand href
32665 name "Xfig"
32666 target "http://en.wikipedia.org/wiki/Xfig"
32667
32668 \end_inset
32669
32670
32671 \series default
32672 .
32673 \end_layout
32674
32675 \begin_layout Standard
32676 \begin_inset Float table
32677 placement h
32678 wide false
32679 sideways false
32680 status open
32681
32682 \begin_layout Plain Layout
32683 \begin_inset Caption
32684
32685 \begin_layout Plain Layout
32686 \begin_inset CommandInset label
32687 LatexCommand label
32688 name "tab:Comparaison-des-dates"
32689
32690 \end_inset
32691
32692 Comparaison des méthodes d'insertion de la date.
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Plain Layout
32701 \align center
32702 \begin_inset Tabular
32703 <lyxtabular version="3" rows="4" columns="4">
32704 <features>
32705 <column alignment="center" valignment="top" width="0">
32706 <column alignment="center" valignment="top" width="0">
32707 <column alignment="center" valignment="top" width="0">
32708 <column alignment="center" valignment="top" width="0">
32709 <row>
32710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32711 \begin_inset Text
32712
32713 \begin_layout Plain Layout
32714 Format du document
32715 \end_layout
32716
32717 \end_inset
32718 </cell>
32719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32720 \begin_inset Text
32721
32722 \begin_layout Plain Layout
32723
32724 \family sans
32725 Objet
32726 \begin_inset space ~
32727 \end_inset
32728
32729 Externe\SpecialChar \menuseparator
32730 Date
32731 \end_layout
32732
32733 \end_inset
32734 </cell>
32735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739
32740 \family sans
32741 Insérer\SpecialChar \menuseparator
32742 Date
32743 \end_layout
32744
32745 \end_inset
32746 </cell>
32747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32748 \begin_inset Text
32749
32750 \begin_layout Plain Layout
32751 commande 
32752 \series bold
32753
32754 \backslash
32755 today
32756 \end_layout
32757
32758 \end_inset
32759 </cell>
32760 </row>
32761 <row>
32762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 LyX
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775 comme boîte d'insert
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 comme date
32785 \end_layout
32786
32787 \end_inset
32788 </cell>
32789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32790 \begin_inset Text
32791
32792 \begin_layout Plain Layout
32793 comme boîte de code TeX
32794 \end_layout
32795
32796 \end_inset
32797 </cell>
32798 </row>
32799 <row>
32800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32801 \begin_inset Text
32802
32803 \begin_layout Plain Layout
32804 LaTeX
32805 \end_layout
32806
32807 \end_inset
32808 </cell>
32809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32810 \begin_inset Text
32811
32812 \begin_layout Plain Layout
32813 comme date
32814 \end_layout
32815
32816 \end_inset
32817 </cell>
32818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822 comme date
32823 \end_layout
32824
32825 \end_inset
32826 </cell>
32827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 comme commande
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 </row>
32837 <row>
32838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32839 \begin_inset Text
32840
32841 \begin_layout Plain Layout
32842 DVI, PDF, PS
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851 comme date
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32857 \begin_inset Text
32858
32859 \begin_layout Plain Layout
32860 comme date
32861 \end_layout
32862
32863 \end_inset
32864 </cell>
32865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32866 \begin_inset Text
32867
32868 \begin_layout Plain Layout
32869 comme date date
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 </row>
32875 </lyxtabular>
32876
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \end_inset
32883
32884
32885 \end_layout
32886
32887 \begin_layout Standard
32888 Quand vous activez l'option 
32889 \family sans
32890 Brouillon
32891 \family default
32892  de l'onglet 
32893 \family sans
32894 Fichier
32895 \family default
32896  de la fenêtre de dialogue 
32897 \family sans
32898 Objet
32899 \begin_inset space ~
32900 \end_inset
32901
32902 Externe
32903 \family default
32904 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
32905 \begin_inset Newline newline
32906 \end_inset
32907
32908 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
32909  : 
32910 \begin_inset Graphics
32911         filename ../clipart/ExternalMaterialQt4.png
32912         scale 85
32913         scaleBeforeRotation
32914
32915 \end_inset
32916
32917  soit comme une image, selon que vous avez ou non activé l'option 
32918 \family sans
32919 Afficher
32920 \begin_inset space ~
32921 \end_inset
32922
32923 dans
32924 \begin_inset space ~
32925 \end_inset
32926
32927 LyX
32928 \family default
32929  de l'onglet 
32930 \family sans
32931 Options LaTeX et LyX
32932 \family default
32933  de la fenêtre de dialogue.
32934 \end_layout
32935
32936 \begin_layout Standard
32937 Le manuel 
32938 \family sans
32939 \emph on
32940 Personnalisation
32941 \family default
32942 \emph default
32943  explique comment vous pouvez créer vos propres modèles.
32944 \end_layout
32945
32946 \begin_layout Section
32947 Sous-documents
32948 \begin_inset CommandInset label
32949 LatexCommand label
32950 name "sec:Sous-documents"
32951
32952 \end_inset
32953
32954
32955 \begin_inset Index
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959 Trucs externes ! Sous-documents
32960 \end_layout
32961
32962 \end_inset
32963
32964
32965 \begin_inset Index
32966 status collapsed
32967
32968 \begin_layout Plain Layout
32969 Fichiers ! Insérer
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \end_layout
32976
32977 \begin_layout Standard
32978 Les sous-documents sont utilisés quand on a un document très long qui peut
32979  être décomposé en plusieurs parties ou sections plus petites.
32980  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
32981  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
32982  Les différents documents sont ce que l'on appelle les sous-documents et
32983  un document maître les relie pour imprimer le document complet ou seulement
32984  une partie de celui-ci.
32985  Un sous-document hérite du contenu de son maître, par exemple le préambule
32986  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
32987 \end_layout
32988
32989 \begin_layout Standard
32990 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
32991  comme celle-ci : 
32992 \begin_inset Graphics
32993         filename clipart/ChildDocumentQt4.png
32994         lyxscale 70
32995         scale 60
32996         scaleBeforeRotation
32997
32998 \end_inset
32999
33000  Pour inclure des sous-documents dans un document maître , on utilise le
33001  menu 
33002 \family sans
33003 Insérer\SpecialChar \menuseparator
33004 Fichier\SpecialChar \menuseparator
33005 Sous-document
33006 \family default
33007 .
33008  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33009  des quatre méthodes d'inclusion :
33010 \end_layout
33011
33012 \begin_layout Description
33013 Inclus
33014 \begin_inset space ~
33015 \end_inset
33016
33017 (include) Vous pouvez inclure des documents LyX et LaTeX.
33018  Quand vous cliquez sur le bouton 
33019 \family sans
33020 Charger
33021 \family default
33022  dans la fenêtre de dialogue 
33023 \family sans
33024 Sous-document
33025 \family default
33026 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33027  vous puissiez le modifier.
33028 \begin_inset Newline newline
33029 \end_inset
33030
33031
33032 \end_layout
33033
33034 \begin_layout Standard
33035 Voici un sous-document inséré avec la méthode 
33036 \family sans
33037 Inclus
33038 \family default
33039  : 
33040 \begin_inset CommandInset include
33041 LatexCommand include
33042 filename "DocumentBidon1.lyx"
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 La numérotation des sections va prendre en compte les sections des fichiers
33051  incorporés dans l'ordre où ils sont insérés dans le document maître.
33052  Le document qui est inclus comme exemple possède une sous-section qui sera
33053  numérotée comme sous-section de la section actuelle.
33054  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33055  : la sous-section
33056 \begin_inset space ~
33057 \end_inset
33058
33059
33060 \begin_inset CommandInset ref
33061 LatexCommand ref
33062 reference "sub:Sous-section-externe-1"
33063
33064 \end_inset
33065
33066  est dans le fichier inclus.
33067 \end_layout
33068
33069 \begin_layout Standard
33070 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33071  du document maître est utilisé.
33072  Les branches présentes dans le sous-document seront ignorées par le document
33073  maître tant que le document maître possède une branche avec le même nom.
33074  Les documents inclus sont insérés en commençant une nouvelle page et sont
33075  suivis par un saut de page.
33076 \end_layout
33077
33078 \begin_layout Standard
33079 Si vous travaillez uniquement sur un chapitre particulier d'un document
33080  important et que vous voulez optimiser le temps de compilation, vous pouvez
33081  inclure chaque fichier dans une branche
33082 \begin_inset Foot
33083 status open
33084
33085 \begin_layout Plain Layout
33086 Les branches sont décrites dans la section 
33087 \emph on
33088 Branches
33089 \emph default
33090  du 
33091 \emph on
33092 Guide de l'utilisateur
33093 \emph default
33094  de LyX.
33095 \end_layout
33096
33097 \end_inset
33098
33099 .
33100  En activant ou désactivant une branche, vous pouvez décider les fichiers
33101  inclus qui doivent apparaître dans la sortie imprimée.
33102 \end_layout
33103
33104 \begin_layout Standard
33105 \begin_inset Note Greyedout
33106 status open
33107
33108 \begin_layout Plain Layout
33109
33110 \series bold
33111 Note:
33112 \series default
33113  À cause d'un bug de LyX, la commande 
33114 \series bold
33115
33116 \backslash
33117 includeonly
33118 \series default
33119  ne peut actuellement pas être utilisée comme solution alternative pour
33120  décider quels sont les fichiers qui doivent être inclus.
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \begin_layout Standard
33129 \begin_inset Note Greyedout
33130 status open
33131
33132 \begin_layout Plain Layout
33133
33134 \series bold
33135 Note:
33136 \series default
33137  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33138  une classe de document différente de celle du document maître, vous recevez
33139  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33140  que cela peut produire des résultats inattendus sur la sortie imprimée.
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Description
33149 Incorporé
33150 \begin_inset space ~
33151 \end_inset
33152
33153 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33154  sont :
33155 \end_layout
33156
33157 \begin_deeper
33158 \begin_layout Itemize
33159 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33160  par un saut de page.
33161 \end_layout
33162
33163 \begin_layout Itemize
33164 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33165  
33166 \family sans
33167 Aperçu
33168 \begin_inset space ~
33169 \end_inset
33170
33171 sur
33172 \begin_inset space ~
33173 \end_inset
33174
33175 le
33176 \begin_inset space ~
33177 \end_inset
33178
33179 vif
33180 \family default
33181  est activée dans les préférences dans la rubrique 
33182 \family sans
33183 Apparence\SpecialChar \menuseparator
33184 Graphique
33185 \family default
33186 .
33187 \end_layout
33188
33189 \begin_layout Itemize
33190 La commande LaTeX 
33191 \series bold
33192
33193 \backslash
33194 includeonly
33195 \series default
33196  ne peut pas être utilisée.
33197 \end_layout
33198
33199 \end_deeper
33200 \begin_layout Standard
33201 Voici un sous document inséré en utilisant la méthode 
33202 \family sans
33203 Incorporé
33204 \family default
33205  : 
33206 \begin_inset CommandInset include
33207 LatexCommand input
33208 preview true
33209 filename "DocumentBidon2.lyx"
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Description
33217 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33218  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33219  sous forme de code source et aucune des commandes éventuellement présentes
33220  ne sera exécutée.
33221  Vous pouvez utiliser l'option 
33222 \family sans
33223 Marquer
33224 \begin_inset space ~
33225 \end_inset
33226
33227 les
33228 \begin_inset space ~
33229 \end_inset
33230
33231 espaces
33232 \family default
33233  qui matérialise chaque espace présente dans le code source par un caractère
33234  
33235 \begin_inset Quotes eld
33236 \end_inset
33237
33238
33239 \begin_inset ERT
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243
33244
33245 \backslash
33246 textvisiblespace 
33247 \end_layout
33248
33249 \end_inset
33250
33251
33252 \begin_inset Quotes erd
33253 \end_inset
33254
33255  .
33256  La différence avec la méthode qui consiste à utiliser le menu 
33257 \family sans
33258 Insérer\SpecialChar \menuseparator
33259 Fichier\SpecialChar \menuseparator
33260 Texte
33261 \begin_inset space ~
33262 \end_inset
33263
33264 brut
33265 \family default
33266  est que le contenu du document n'apparaît pas dans LyX.
33267 \end_layout
33268
33269 \begin_layout Standard
33270 Voici un sous-document inclus en utilisant la méthode 
33271 \family sans
33272 verbatim
33273 \family default
33274  : 
33275 \begin_inset CommandInset include
33276 LatexCommand verbatiminput
33277 filename "DocumentTexteBidon.txt"
33278
33279 \end_inset
33280
33281
33282 \begin_inset VSpace bigskip
33283 \end_inset
33284
33285 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33286  l'option 
33287 \family sans
33288 Marquer
33289 \begin_inset space ~
33290 \end_inset
33291
33292 les
33293 \begin_inset space ~
33294 \end_inset
33295
33296 espaces :
33297 \family default
33298  
33299 \begin_inset CommandInset include
33300 LatexCommand verbatiminput*
33301 filename "DocumentTexteBidon.txt"
33302
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \begin_layout Standard
33309 \begin_inset VSpace bigskip
33310 \end_inset
33311
33312
33313 \end_layout
33314
33315 \begin_layout Standard
33316 \begin_inset Note Greyedout
33317 status open
33318
33319 \begin_layout Plain Layout
33320
33321 \series bold
33322 Note:
33323 \series default
33324  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33325  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33326 \end_layout
33327
33328 \end_inset
33329
33330
33331 \end_layout
33332
33333 \begin_layout Description
33334 Listings Ce type d'inclusion est décrit dans le chapitre
33335 \begin_inset space ~
33336 \end_inset
33337
33338
33339 \begin_inset CommandInset ref
33340 LatexCommand ref
33341 reference "cha:Program-Code-Listings"
33342
33343 \end_inset
33344
33345 .
33346 \end_layout
33347
33348 \begin_layout Standard
33349 \begin_inset Note Greyedout
33350 status open
33351
33352 \begin_layout Plain Layout
33353
33354 \series bold
33355 Note:
33356 \series default
33357  Inclure le même document deux fois dans un même document peut poser des
33358  problèmes avec LaTeX.
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Chapter
33367 Listings de Code Source
33368 \begin_inset CommandInset label
33369 LatexCommand label
33370 name "cha:Program-Code-Listings"
33371
33372 \end_inset
33373
33374
33375 \begin_inset Index
33376 status collapsed
33377
33378 \begin_layout Plain Layout
33379 Listings
33380 \end_layout
33381
33382 \end_inset
33383
33384
33385 \begin_inset Index
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389 Code Source
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \begin_inset Index
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 Flottants ! Listings
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Standard
33408 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33409  un insert 
33410 \family sans
33411 Listings
33412 \family default
33413  qui peut être créé grâce au menu 
33414 \family sans
33415 Insérer
33416 \family default
33417 \SpecialChar \menuseparator
33418
33419 \family sans
33420 Listing
33421 \begin_inset space ~
33422 \end_inset
33423
33424 de
33425 \begin_inset space ~
33426 \end_inset
33427
33428 Code
33429 \begin_inset space ~
33430 \end_inset
33431
33432 Source
33433 \family default
33434 .
33435  Le paquetage LaTeX 
33436 \series bold
33437 listings
33438 \series default
33439
33440 \begin_inset Index
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444 Paquetages LaTeX ! listings
33445 \end_layout
33446
33447 \end_inset
33448
33449  fournit un moyen puissant et flexible d'insérer des listings de code source
33450  dans votre document.
33451  
33452 \end_layout
33453
33454 \begin_layout Standard
33455 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33456  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33457 \end_layout
33458
33459 \begin_layout Standard
33460 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33461  imprimée.
33462  L'option d'emplacement 
33463 \family sans
33464 Listing
33465 \begin_inset space ~
33466 \end_inset
33467
33468 en
33469 \begin_inset space ~
33470 \end_inset
33471
33472 Ligne
33473 \family default
33474  imprime le listing dans la ligne comme ceci : 
33475 \begin_inset listings
33476 lstparams "language={C++}"
33477 inline true
33478 status open
33479
33480 \begin_layout Plain Layout
33481
33482 int a=5;
33483 \end_layout
33484
33485 \end_inset
33486
33487
33488 \begin_inset Newline newline
33489 \end_inset
33490
33491 L'option 
33492 \family sans
33493 Flottant
33494 \family default
33495  crée un flottant de listing pour lequel vous pouvez préciser les options
33496  classiques d'emplacement : 
33497 \begin_inset Quotes eld
33498 \end_inset
33499
33500
33501 \family sans
33502 h
33503 \family default
33504
33505 \begin_inset Quotes erd
33506 \end_inset
33507
33508
33509 \begin_inset Quotes eld
33510 \end_inset
33511
33512
33513 \family sans
33514 t
33515 \family default
33516
33517 \begin_inset Quotes erd
33518 \end_inset
33519
33520
33521 \begin_inset Quotes eld
33522 \end_inset
33523
33524
33525 \family sans
33526 b
33527 \family default
33528
33529 \begin_inset Quotes erd
33530 \end_inset
33531
33532 , et 
33533 \begin_inset Quotes eld
33534 \end_inset
33535
33536
33537 \family sans
33538 p
33539 \family default
33540
33541 \begin_inset Quotes erd
33542 \end_inset
33543
33544  correspondant aux emplacement décrits dans la section
33545 \begin_inset space ~
33546 \end_inset
33547
33548
33549 \begin_inset CommandInset ref
33550 LatexCommand ref
33551 reference "sec:Placement-flottants"
33552
33553 \end_inset
33554
33555 .
33556  Les options de positionnement peuvent être mélangées et doivent être saisies
33557  sans séparation, par exemple, on peut taper 
33558 \begin_inset Quotes eld
33559 \end_inset
33560
33561
33562 \family sans
33563 htbp
33564 \family default
33565
33566 \begin_inset Quotes erd
33567 \end_inset
33568
33569 .
33570  L' option 
33571 \begin_inset Quotes eld
33572 \end_inset
33573
33574 h
33575 \begin_inset Quotes erd
33576 \end_inset
33577
33578  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33579  
33580 \family sans
33581 Flottant
33582 \family default
33583  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33584  légende et être référencés.
33585 \end_layout
33586
33587 \begin_layout Standard
33588 Vous pouvez ajouter une légende à un listing avec le menu 
33589 \family sans
33590 Insérer\SpecialChar \menuseparator
33591 Légende
33592 \family default
33593 .
33594  On peut référencer les listings de la même façon que les flottants :Voir
33595  le listing
33596 \begin_inset space ~
33597 \end_inset
33598
33599
33600 \begin_inset CommandInset ref
33601 LatexCommand ref
33602 reference "lst:Listing-exemple"
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Standard
33610 \begin_inset listings
33611 lstparams "language=Python"
33612 inline false
33613 status open
33614
33615 \begin_layout Plain Layout
33616
33617 \begin_inset Caption
33618
33619 \begin_layout Plain Layout
33620 \begin_inset CommandInset label
33621 LatexCommand label
33622 name "lst:Listing-exemple"
33623
33624 \end_inset
33625
33626 Exemple de listing flottant
33627 \end_layout
33628
33629 \end_inset
33630
33631 # Exemple de listing flottant
33632 \end_layout
33633
33634 \begin_layout Plain Layout
33635
33636 def func(param):
33637 \end_layout
33638
33639 \begin_layout Plain Layout
33640
33641     'ceci est une fonction python'
33642 \end_layout
33643
33644 \begin_layout Plain Layout
33645
33646     pass
33647 \end_layout
33648
33649 \end_inset
33650
33651
33652 \end_layout
33653
33654 \begin_layout Standard
33655 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
33656  de listing, les mots-clés de ce langage seront reconnus et mis en forme
33657  de manière particulière dans la sortie imprimée.
33658  Dans l'exemple de listing, le mot clé Python 
33659 \begin_inset Quotes eld
33660 \end_inset
33661
33662 def
33663 \begin_inset Quotes erd
33664 \end_inset
33665
33666  est reconnu et imprimé en caractères gras dans la sortie.
33667 \end_layout
33668
33669 \begin_layout Standard
33670 \begin_inset Note Greyedout
33671 status open
33672
33673 \begin_layout Plain Layout
33674
33675 \series bold
33676 Note:
33677 \series default
33678  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
33679  une police de caractères à 
33680 \family typewriter
33681 chasse fixe
33682 \family default
33683 , c'est que votre police ne contient probablement pas de série grasse.
33684  Dans ce cas choisissez une police différente dans le menu 
33685 \family sans
33686 Document\SpecialChar \menuseparator
33687 Paramètres\SpecialChar \menuseparator
33688 Polices
33689 \family default
33690 .
33691  (Les polices 
33692 \emph on
33693 LuxiMono, BeraMono
33694 \emph default
33695  et 
33696 \emph on
33697 Courier
33698 \emph default
33699  contiennent une série grasse.)
33700 \end_layout
33701
33702 \end_inset
33703
33704
33705 \end_layout
33706
33707 \begin_layout Standard
33708 Dans la rubrique 
33709 \family sans
33710 Numérotation
33711 \begin_inset space ~
33712 \end_inset
33713
33714 des
33715 \begin_inset space ~
33716 \end_inset
33717
33718 Lignes
33719 \family default
33720  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
33721 n des lignes.
33722  Vous pouvez mettre un nombre dans le champ 
33723 \family sans
33724 Pas
33725 \family default
33726  pour désigner les lignes qui seront numérotées.
33727  Par exemple, si vous mettez 
33728 \begin_inset Quotes eld
33729 \end_inset
33730
33731 3
33732 \begin_inset Quotes erd
33733 \end_inset
33734
33735 , seule une ligne sur trois sera numérotée.
33736 \end_layout
33737
33738 \begin_layout Standard
33739 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
33740  apparaîtront dans la sortie.
33741  Vous devez utiliser l'option 
33742 \family sans
33743 Table
33744 \begin_inset space ~
33745 \end_inset
33746
33747 de
33748 \begin_inset space ~
33749 \end_inset
33750
33751 Caractères
33752 \begin_inset space ~
33753 \end_inset
33754
33755 Étendue
33756 \family default
33757  quand vous employez des caractères spécifiques à une langue donnée comme
33758  les umlauts Allemands dans votre listing.
33759 \begin_inset Newline newline
33760 \end_inset
33761
33762 Voici un exemple de listing avec la numérotation des lignes à gauche par
33763  pas de 3, en langage Python, avec les options 
33764 \begin_inset Quotes eld
33765 \end_inset
33766
33767 Table
33768 \begin_inset space ~
33769 \end_inset
33770
33771 de
33772 \begin_inset space ~
33773 \end_inset
33774
33775 caractères
33776 \begin_inset space ~
33777 \end_inset
33778
33779 étendue
33780 \begin_inset Quotes erd
33781 \end_inset
33782
33783  et 
33784 \begin_inset Quotes eld
33785 \end_inset
33786
33787 Espace
33788 \begin_inset space ~
33789 \end_inset
33790
33791 représenté
33792 \begin_inset space ~
33793 \end_inset
33794
33795 par
33796 \begin_inset space ~
33797 \end_inset
33798
33799 un
33800 \begin_inset space ~
33801 \end_inset
33802
33803 symbole
33804 \begin_inset Quotes erd
33805 \end_inset
33806
33807 , l'intervalle de ligne étant 3
33808 \begin_inset space \thinspace{}
33809 \end_inset
33810
33811 -
33812 \begin_inset space \thinspace{}
33813 \end_inset
33814
33815 8:
33816 \end_layout
33817
33818 \begin_layout Standard
33819 \begin_inset listings
33820 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33821 inline false
33822 status open
33823
33824 \begin_layout Plain Layout
33825
33826 def func(param):
33827 \end_layout
33828
33829 \begin_layout Plain Layout
33830
33831     'ceci est une fonction Python'
33832 \end_layout
33833
33834 \begin_layout Plain Layout
33835
33836     pass
33837 \end_layout
33838
33839 \begin_layout Plain Layout
33840
33841 def func(param):
33842 \end_layout
33843
33844 \begin_layout Plain Layout
33845
33846 'Ça, c'est un mot Allemand : Tschüß'
33847 \end_layout
33848
33849 \begin_layout Plain Layout
33850
33851 pass
33852 \end_layout
33853
33854 \begin_layout Plain Layout
33855
33856 def func(param):
33857 \end_layout
33858
33859 \begin_layout Plain Layout
33860
33861 'ceci est une fonction Python'
33862 \end_layout
33863
33864 \begin_layout Plain Layout
33865
33866 pass
33867 \end_layout
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Standard
33875 \begin_inset Note Greyedout
33876 status open
33877
33878 \begin_layout Plain Layout
33879
33880 \series bold
33881 Note:
33882 \series default
33883  À cause d'un bug dans le paquetage 
33884 \series bold
33885 listings
33886 \series default
33887  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
33888  listing.
33889  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
33890  les lignes 3 et 6.
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \end_layout
33897
33898 \begin_layout Standard
33899 \begin_inset VSpace bigskip
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
33907  listing.
33908  Pour le faire, il suffit d'utiliser le menu 
33909 \family sans
33910 Insérer\SpecialChar \menuseparator
33911 Fichier\SpecialChar \menuseparator
33912 Sous-document
33913 \family default
33914  et de choisir le type 
33915 \family sans
33916 Listing
33917 \family default
33918
33919 \begin_inset space ~
33920 \end_inset
33921
33922
33923 \family sans
33924 de
33925 \begin_inset space ~
33926 \end_inset
33927
33928 Code
33929 \begin_inset space ~
33930 \end_inset
33931
33932 source
33933 \family default
33934 .
33935 \begin_inset Foot
33936 status collapsed
33937
33938 \begin_layout Plain Layout
33939 Les autres types de sous-documents sont décrits dans la section
33940 \begin_inset space ~
33941 \end_inset
33942
33943
33944 \begin_inset CommandInset ref
33945 LatexCommand ref
33946 reference "sec:Sous-documents"
33947
33948 \end_inset
33949
33950 .
33951 \end_layout
33952
33953 \end_inset
33954
33955  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
33956  à utiliser pour le listing dans une zone de texte.
33957  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
33958  
33959 \begin_inset Quotes eld
33960 \end_inset
33961
33962 ?
33963 \begin_inset Quotes erd
33964 \end_inset
33965
33966  dans la zone de texte.
33967 \end_layout
33968
33969 \begin_layout Standard
33970 Pour faire référence à un sous-document de type listing, tapez une étiquette
33971  dans le champ correspondant de la fenêtre de dialogue.
33972  On peut alors faire référence à cette étiquette en utilisant le menu 
33973 \family sans
33974 Insérer\SpecialChar \menuseparator
33975 Référence
33976 \begin_inset space ~
33977 \end_inset
33978
33979 Croisée
33980 \family default
33981 .
33982 \end_layout
33983
33984 \begin_layout Standard
33985 Le listing
33986 \begin_inset space ~
33987 \end_inset
33988
33989
33990 \begin_inset CommandInset ref
33991 LatexCommand ref
33992 reference "lst:listing-fichier"
33993
33994 \end_inset
33995
33996  est une exemple de listing issu d'un fichier ; ici les lignes 10
33997 \begin_inset space \thinspace{}
33998 \end_inset
33999
34000 -
34001 \begin_inset space \thinspace{}
34002 \end_inset
34003
34004 15 de ce fichier LyX sont listées.
34005 \end_layout
34006
34007 \begin_layout Standard
34008 \begin_inset CommandInset include
34009 LatexCommand lstinputlisting
34010 filename "EmbeddedObjects.lyx"
34011 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34012
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \begin_layout Standard
34019 \begin_inset VSpace bigskip
34020 \end_inset
34021
34022
34023 \end_layout
34024
34025 \begin_layout Standard
34026 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34027  de dialogue 
34028 \family sans
34029 Document\SpecialChar \menuseparator
34030 Paramètres\SpecialChar \menuseparator
34031 Format
34032 \begin_inset space ~
34033 \end_inset
34034
34035 du
34036 \begin_inset space ~
34037 \end_inset
34038
34039 Texte
34040 \family default
34041 .
34042  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34043  
34044 \begin_inset Quotes eld
34045 \end_inset
34046
34047 ?
34048 \begin_inset Quotes erd
34049 \end_inset
34050
34051  dans le champ 
34052 \family sans
34053 Paramètres
34054 \begin_inset space ~
34055 \end_inset
34056
34057 du
34058 \begin_inset space ~
34059 \end_inset
34060
34061 Listing
34062 \family default
34063 .
34064 \end_layout
34065
34066 \begin_layout Standard
34067 Pour plus d'information sur le paquetage 
34068 \series bold
34069 listings
34070 \series default
34071 , nous vous renvoyons à sa documentation 
34072 \begin_inset CommandInset citation
34073 LatexCommand cite
34074 key "listings"
34075
34076 \end_inset
34077
34078 .
34079 \end_layout
34080
34081 \begin_layout Standard
34082 \begin_inset Newpage newpage
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Chapter
34089 \start_of_appendix
34090 Unités de longueur utilisables avec LyX
34091 \begin_inset OptArg
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095 Unités de longueur
34096 \end_layout
34097
34098 \end_inset
34099
34100
34101 \begin_inset Index
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105 Unités
34106 \end_layout
34107
34108 \end_inset
34109
34110
34111 \begin_inset CommandInset label
34112 LatexCommand label
34113 name "cha:Unités-de-longueur"
34114
34115 \end_inset
34116
34117
34118 \end_layout
34119
34120 \begin_layout Standard
34121 Pour comprendre les unités de longueur utilisées dans cette documentation,
34122  le tableau
34123 \begin_inset space ~
34124 \end_inset
34125
34126
34127 \begin_inset CommandInset ref
34128 LatexCommand ref
34129 reference "tab:Unités"
34130
34131 \end_inset
34132
34133 décrit les unités utilisées par LyX.
34134 \begin_inset Float table
34135 placement h
34136 wide false
34137 sideways false
34138 status open
34139
34140 \begin_layout Plain Layout
34141 \begin_inset Caption
34142
34143 \begin_layout Plain Layout
34144 \begin_inset CommandInset label
34145 LatexCommand label
34146 name "tab:Unités"
34147
34148 \end_inset
34149
34150 Unités de longueur
34151 \end_layout
34152
34153 \end_inset
34154
34155
34156 \end_layout
34157
34158 \begin_layout Plain Layout
34159 \begin_inset VSpace medskip
34160 \end_inset
34161
34162
34163 \end_layout
34164
34165 \begin_layout Plain Layout
34166 \align center
34167 \begin_inset Tabular
34168 <lyxtabular version="3" rows="20" columns="2">
34169 <features>
34170 <column alignment="center" valignment="top" width="0">
34171 <column alignment="center" valignment="top" width="0">
34172 <row>
34173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34174 \begin_inset Text
34175
34176 \begin_layout Plain Layout
34177 unité
34178 \end_layout
34179
34180 \end_inset
34181 </cell>
34182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34183 \begin_inset Text
34184
34185 \begin_layout Plain Layout
34186 nom/description
34187 \end_layout
34188
34189 \end_inset
34190 </cell>
34191 </row>
34192 <row>
34193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34194 \begin_inset Text
34195
34196 \begin_layout Plain Layout
34197 mm
34198 \end_layout
34199
34200 \end_inset
34201 </cell>
34202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34203 \begin_inset Text
34204
34205 \begin_layout Plain Layout
34206 millimètre
34207 \end_layout
34208
34209 \end_inset
34210 </cell>
34211 </row>
34212 <row>
34213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217 cm
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34223 \begin_inset Text
34224
34225 \begin_layout Plain Layout
34226 centimètre
34227 \end_layout
34228
34229 \end_inset
34230 </cell>
34231 </row>
34232 <row>
34233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34234 \begin_inset Text
34235
34236 \begin_layout Plain Layout
34237 in
34238 \end_layout
34239
34240 \end_inset
34241 </cell>
34242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34243 \begin_inset Text
34244
34245 \begin_layout Plain Layout
34246 pouce (inch)
34247 \end_layout
34248
34249 \end_inset
34250 </cell>
34251 </row>
34252 <row>
34253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34254 \begin_inset Text
34255
34256 \begin_layout Plain Layout
34257 pt
34258 \end_layout
34259
34260 \end_inset
34261 </cell>
34262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34263 \begin_inset Text
34264
34265 \begin_layout Plain Layout
34266 point (72.27
34267 \begin_inset space \thinspace{}
34268 \end_inset
34269
34270 pt = 1
34271 \begin_inset space \thinspace{}
34272 \end_inset
34273
34274 in)
34275 \end_layout
34276
34277 \end_inset
34278 </cell>
34279 </row>
34280 <row>
34281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34282 \begin_inset Text
34283
34284 \begin_layout Plain Layout
34285 pc
34286 \end_layout
34287
34288 \end_inset
34289 </cell>
34290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34291 \begin_inset Text
34292
34293 \begin_layout Plain Layout
34294 pica (1
34295 \begin_inset space \thinspace{}
34296 \end_inset
34297
34298 pc = 12
34299 \begin_inset space \thinspace{}
34300 \end_inset
34301
34302 pt)
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 </row>
34308 <row>
34309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34310 \begin_inset Text
34311
34312 \begin_layout Plain Layout
34313 sp
34314 \end_layout
34315
34316 \end_inset
34317 </cell>
34318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Plain Layout
34322 scaled point (65536
34323 \begin_inset space \thinspace{}
34324 \end_inset
34325
34326 sp = 1
34327 \begin_inset space \thinspace{}
34328 \end_inset
34329
34330 pt)
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row>
34337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 bp
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34347 \begin_inset Text
34348
34349 \begin_layout Plain Layout
34350 gros point (72
34351 \begin_inset space \thinspace{}
34352 \end_inset
34353
34354 bp = 1
34355 \begin_inset space \thinspace{}
34356 \end_inset
34357
34358 in)
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 </row>
34364 <row>
34365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369 dd
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 didot (72
34379 \begin_inset space \thinspace{}
34380 \end_inset
34381
34382 dd 
34383 \begin_inset Formula $\approx$
34384 \end_inset
34385
34386  37.6
34387 \begin_inset space \thinspace{}
34388 \end_inset
34389
34390 mm)
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 </row>
34396 <row>
34397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Plain Layout
34401 cc
34402 \end_layout
34403
34404 \end_inset
34405 </cell>
34406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34407 \begin_inset Text
34408
34409 \begin_layout Plain Layout
34410 cicero (1
34411 \begin_inset space \thinspace{}
34412 \end_inset
34413
34414 cc = 12
34415 \begin_inset space \thinspace{}
34416 \end_inset
34417
34418 dd)
34419 \end_layout
34420
34421 \end_inset
34422 </cell>
34423 </row>
34424 <row>
34425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34426 \begin_inset Text
34427
34428 \begin_layout Plain Layout
34429 Scale%
34430 \end_layout
34431
34432 \end_inset
34433 </cell>
34434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34435 \begin_inset Text
34436
34437 \begin_layout Plain Layout
34438 % de la largeur originale de l'image
34439 \end_layout
34440
34441 \end_inset
34442 </cell>
34443 </row>
34444 <row>
34445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34446 \begin_inset Text
34447
34448 \begin_layout Plain Layout
34449 text%
34450 \end_layout
34451
34452 \end_inset
34453 </cell>
34454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34455 \begin_inset Text
34456
34457 \begin_layout Plain Layout
34458 % de la largeur du texte
34459 \end_layout
34460
34461 \end_inset
34462 </cell>
34463 </row>
34464 <row>
34465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34466 \begin_inset Text
34467
34468 \begin_layout Plain Layout
34469 col%
34470 \end_layout
34471
34472 \end_inset
34473 </cell>
34474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34475 \begin_inset Text
34476
34477 \begin_layout Plain Layout
34478 % de la largeur de la colonne
34479 \end_layout
34480
34481 \end_inset
34482 </cell>
34483 </row>
34484 <row>
34485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34486 \begin_inset Text
34487
34488 \begin_layout Plain Layout
34489 page%
34490 \end_layout
34491
34492 \end_inset
34493 </cell>
34494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34495 \begin_inset Text
34496
34497 \begin_layout Plain Layout
34498 % de la largeur du papier
34499 \end_layout
34500
34501 \end_inset
34502 </cell>
34503 </row>
34504 <row>
34505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509 line%
34510 \end_layout
34511
34512 \end_inset
34513 </cell>
34514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34515 \begin_inset Text
34516
34517 \begin_layout Plain Layout
34518 % de la largeur de la ligne
34519 \end_layout
34520
34521 \end_inset
34522 </cell>
34523 </row>
34524 <row>
34525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34526 \begin_inset Text
34527
34528 \begin_layout Plain Layout
34529 theight%
34530 \end_layout
34531
34532 \end_inset
34533 </cell>
34534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34535 \begin_inset Text
34536
34537 \begin_layout Plain Layout
34538 % la hauteur du texte
34539 \end_layout
34540
34541 \end_inset
34542 </cell>
34543 </row>
34544 <row>
34545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34546 \begin_inset Text
34547
34548 \begin_layout Plain Layout
34549 pheight%
34550 \end_layout
34551
34552 \end_inset
34553 </cell>
34554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34555 \begin_inset Text
34556
34557 \begin_layout Plain Layout
34558 % hauteur du papier
34559 \end_layout
34560
34561 \end_inset
34562 </cell>
34563 </row>
34564 <row>
34565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34566 \begin_inset Text
34567
34568 \begin_layout Plain Layout
34569 ex
34570 \end_layout
34571
34572 \end_inset
34573 </cell>
34574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578 hauteur de la lettre 
34579 \emph on
34580 x
34581 \emph default
34582  dans la police courante
34583 \end_layout
34584
34585 \end_inset
34586 </cell>
34587 </row>
34588 <row>
34589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34590 \begin_inset Text
34591
34592 \begin_layout Plain Layout
34593 em
34594 \end_layout
34595
34596 \end_inset
34597 </cell>
34598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34599 \begin_inset Text
34600
34601 \begin_layout Plain Layout
34602 largeur de la lettre
34603 \emph on
34604  M
34605 \emph default
34606  dans la police courante
34607 \end_layout
34608
34609 \end_inset
34610 </cell>
34611 </row>
34612 <row>
34613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34614 \begin_inset Text
34615
34616 \begin_layout Plain Layout
34617 mu
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34623 \begin_inset Text
34624
34625 \begin_layout Plain Layout
34626 unité mathématique (1
34627 \begin_inset space \thinspace{}
34628 \end_inset
34629
34630 mu = 1/18
34631 \begin_inset space \thinspace{}
34632 \end_inset
34633
34634 em)
34635 \end_layout
34636
34637 \end_inset
34638 </cell>
34639 </row>
34640 </lyxtabular>
34641
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \begin_layout Chapter
34653 Formats des fichiers de sortie graphiques
34654 \begin_inset CommandInset label
34655 LatexCommand label
34656 name "cha:Formats-fichiers-graphiques"
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Section
34664 DVI
34665 \begin_inset Index
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 Formats de Fichiers! DVI
34670 \end_layout
34671
34672 \end_inset
34673
34674
34675 \begin_inset Index
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679 DVI|see
34680 \begin_inset ERT
34681 status collapsed
34682
34683 \begin_layout Plain Layout
34684
34685 {
34686 \end_layout
34687
34688 \end_inset
34689
34690 Formats de Fichiers
34691 \begin_inset ERT
34692 status collapsed
34693
34694 \begin_layout Plain Layout
34695
34696 }
34697 \end_layout
34698
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \end_inset
34705
34706
34707 \end_layout
34708
34709 \begin_layout Standard
34710 Ce type de fichiers a l'extension 
34711 \begin_inset Quotes fld
34712 \end_inset
34713
34714
34715 \family typewriter
34716 .dvi
34717 \family default
34718
34719 \begin_inset Quotes frd
34720 \end_inset
34721
34722 .
34723  Il est appelé 
34724 \emph on
34725 indépendant de l'appareil
34726 \emph default
34727  ou 
34728 \begin_inset Quotes fld
34729 \end_inset
34730
34731 device independent (DVI)
34732 \begin_inset Quotes frd
34733 \end_inset
34734
34735 , car il est complètement portable ; vous pouvez les recopier d'une machine
34736  à l'autre sans avoir à faire de conversion.
34737  À l'époque où ce format a été développé, c'était loin d'être évident.
34738  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
34739  étape préliminaire avant la conversion vers un autre format comme le PostScript.
34740 \end_layout
34741
34742 \begin_layout Standard
34743 \begin_inset Note Greyedout
34744 status open
34745
34746 \begin_layout Plain Layout
34747
34748 \series bold
34749 Note:
34750 \series default
34751  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
34752  au fichier.
34753  
34754 \end_layout
34755
34756 \end_inset
34757
34758  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
34759  
34760 \family typewriter
34761 .dvi
34762 \family default
34763 .
34764  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
34765 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
34766  pour les rendre visibles quand vous faites défiler votre document.
34767  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
34768  avec de nombreuses images.
34769 \end_layout
34770
34771 \begin_layout Standard
34772 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
34773  menu 
34774 \family sans
34775 Fichier\SpecialChar \menuseparator
34776 Exporter\SpecialChar \menuseparator
34777 DVI.
34778
34779 \family default
34780  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
34781 \family sans
34782 Visualiser
34783 \family default
34784  ou en utilisant le bouton
34785 \begin_inset Graphics
34786         filename ../../images/buffer-view_dvi.png
34787         scale 85
34788         scaleBeforeRotation
34789
34790 \end_inset
34791
34792  de la barre d'outils.
34793 \end_layout
34794
34795 \begin_layout Section
34796 PostScript
34797 \begin_inset CommandInset label
34798 LatexCommand label
34799 name "sec:PostScript"
34800
34801 \end_inset
34802
34803
34804 \begin_inset Index
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808 Formats de Fichiers ! PostScript
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \begin_inset Index
34815 status collapsed
34816
34817 \begin_layout Plain Layout
34818 PostScript|see
34819 \begin_inset ERT
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824 {
34825 \end_layout
34826
34827 \end_inset
34828
34829 Formats de Fichiers
34830 \begin_inset ERT
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834
34835 }
34836 \end_layout
34837
34838 \end_inset
34839
34840
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 .ps
34856 \family default
34857
34858 \begin_inset Quotes frd
34859 \end_inset
34860
34861 .
34862  PostScript a été développé par la société 
34863 \series bold
34864 Adobe
34865 \series default
34866  comme un langage pour les imprimantes.
34867  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
34868  pour imprimer le document.
34869  PostScript peut être considéré comme un 
34870 \begin_inset Quotes fld
34871 \end_inset
34872
34873 langage de programmation
34874 \begin_inset Quotes frd
34875 \end_inset
34876
34877  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
34878  images
34879 \begin_inset Foot
34880 status open
34881
34882 \begin_layout Plain Layout
34883 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
34884  LaTeX 
34885 \series bold
34886 pstricks
34887 \series default
34888
34889 \begin_inset CommandInset citation
34890 LatexCommand cite
34891 key "pstricks"
34892
34893 \end_inset
34894
34895 .
34896 \end_layout
34897
34898 \end_inset
34899
34900 .
34901  En partie à cause de toutes ces possibilités un fichier PostScript est
34902  souvent plus gros qu'un PDF.
34903 \end_layout
34904
34905 \begin_layout Standard
34906 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
34907  plus gros qu'un PDF.
34908 \end_layout
34909
34910 \begin_layout Standard
34911 PostScript ne peut contenir que des images au format 
34912 \begin_inset Quotes fld
34913 \end_inset
34914
34915 PostScript Encapsulé
34916 \begin_inset Quotes frd
34917 \end_inset
34918
34919  (encapsulated PostScript ou EPS, d'extension 
34920 \family typewriter
34921 .eps
34922 \family default
34923 ).
34924  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
34925  il doit les convertir en interne en EPS.
34926  Si vous avez par exemple 50 images dans votre document, LyX doit faire
34927  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
34928  document.
34929  Cela risque de ralentir de façon importante votre rythme de travail.
34930  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
34931  vos images directement en EPS pour éviter ce problème.
34932 \end_layout
34933
34934 \begin_layout Standard
34935 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
34936  le menu 
34937 \family sans
34938 Fichier\SpecialChar \menuseparator
34939 Exporter\SpecialChar \menuseparator
34940 PostScript.
34941
34942 \family default
34943  Vous pouvez visionner votre document sous forme PostScript grâce au menu
34944  
34945 \family sans
34946 Visualiser
34947 \family default
34948  ou en utilisant le bouton 
34949 \begin_inset Graphics
34950         filename ../../images/buffer-view_ps.png
34951         scale 85
34952         scaleBeforeRotation
34953
34954 \end_inset
34955
34956  de la barre d'outils.
34957 \end_layout
34958
34959 \begin_layout Section
34960 PDF
34961 \begin_inset Index
34962 status collapsed
34963
34964 \begin_layout Plain Layout
34965 Formats de Fichiers ! PDF
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \begin_inset Index
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975 PDF
34976 \end_layout
34977
34978 \end_inset
34979
34980
34981 \end_layout
34982
34983 \begin_layout Standard
34984 Ce type de fichiers a l'extension 
34985 \begin_inset Quotes fld
34986 \end_inset
34987
34988
34989 \family typewriter
34990 .pdf
34991 \family default
34992
34993 \begin_inset Quotes frd
34994 \end_inset
34995
34996 .
34997  Ce 
34998 \begin_inset Quotes fld
34999 \end_inset
35000
35001 format de document portable
35002 \begin_inset Quotes frd
35003 \end_inset
35004
35005  (portable document format ou PDF) est développé par 
35006 \family typewriter
35007 Adobe
35008 \family default
35009  comme une évolution de PostScript.
35010  Il est plus comprimé et utilise moins de commandes que PostScript.
35011  Comme son nom l'indique, il est 
35012 \begin_inset Quotes fld
35013 \end_inset
35014
35015 portable
35016 \begin_inset Quotes frd
35017 \end_inset
35018
35019  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35020  aura exactement le même aspect.
35021 \end_layout
35022
35023 \begin_layout Standard
35024 PDF peut contenir des images dans son propre format PDF et dans les formats
35025  JPG (format du 
35026 \begin_inset Quotes fld
35027 \end_inset
35028
35029 Joint Photographic Expert Group
35030 \begin_inset Quotes frd
35031 \end_inset
35032
35033  avec comme extension 
35034 \family typewriter
35035 .jpg
35036 \family default
35037  ou 
35038 \family typewriter
35039 .jpeg
35040 \family default
35041 ) et PNG (
35042 \begin_inset Quotes fld
35043 \end_inset
35044
35045 Portable Network Graphics
35046 \begin_inset Quotes frd
35047 \end_inset
35048
35049  avec l'extension 
35050 \family typewriter
35051 .png
35052 \family default
35053 ).
35054  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35055  dans un de ces formats.
35056  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35057  vont ralentir votre travail.
35058  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35059 \end_layout
35060
35061 \begin_layout Standard
35062 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35063  menu 
35064 \family sans
35065 Fichier\SpecialChar \menuseparator
35066 Exporter 
35067 \family default
35068 de trois façons différentes:
35069 \end_layout
35070
35071 \begin_layout Description
35072 PDF
35073 \begin_inset space ~
35074 \end_inset
35075
35076 (ps2pdf) Ceci utilise le programme 
35077 \family typewriter
35078 ps2pdf
35079 \family default
35080  qui créé un PDF à partir de la version PostScript de votre fichier.
35081  Cette dernière est produite par le programme 
35082 \family typewriter
35083 dvips
35084 \family default
35085  qui utilise une version DVI comme étape intermédiaire.
35086  Cette variante consiste donc en trois conversions.
35087 \end_layout
35088
35089 \begin_layout Description
35090 PDF
35091 \begin_inset space ~
35092 \end_inset
35093
35094 (dvipdfm) Ceci utilise le programme 
35095 \family typewriter
35096 dvipdfm
35097 \family default
35098  qui convertit votre fichier en DVI avant de le convertir en PDF.
35099 \end_layout
35100
35101 \begin_layout Description
35102 PDF
35103 \begin_inset space ~
35104 \end_inset
35105
35106 (pdflatex) Ceci utilise le programme 
35107 \family typewriter
35108 pdftex
35109 \family default
35110  qui convertit directement votre fichier en PDF.
35111 \end_layout
35112
35113 \begin_layout Standard
35114 Nous recommandons d'utiliser l'option 
35115 \family sans
35116 PDF
35117 \begin_inset space ~
35118 \end_inset
35119
35120 (pdflatex)
35121 \family default
35122  car 
35123 \family typewriter
35124 pdftex
35125 \family default
35126  accepte toutes les fonctionnalités des versions actuelles de PDF.
35127  Il est en plus rapide et stable.
35128  Le programme 
35129 \family typewriter
35130 dvipdfm
35131 \family default
35132  n'est plus développé est est donc un peu dépassé.
35133 \end_layout
35134
35135 \begin_layout Standard
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35141 \family sans
35142 Visualiser
35143 \family default
35144  ou en utilisant le bouton 
35145 \begin_inset Graphics
35146         filename ../../images/buffer-view_pdf2.png
35147         scale 85
35148         scaleBeforeRotation
35149
35150 \end_inset
35151
35152  de la barre d'outils
35153 \family sans
35154  (
35155 \family default
35156 qui utilise 
35157 \family sans
35158 PDF
35159 \begin_inset space ~
35160 \end_inset
35161
35162 (pdflatex)
35163 \family default
35164 ).
35165 \end_layout
35166
35167 \begin_layout Chapter
35168 Explication de l' Équation
35169 \begin_inset space ~
35170 \end_inset
35171
35172
35173 \begin_inset CommandInset ref
35174 LatexCommand eqref
35175 reference "eq:Wgn"
35176
35177 \end_inset
35178
35179
35180 \begin_inset CommandInset label
35181 LatexCommand label
35182 name "cha:Explication-de-l'Equation"
35183
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Standard
35190 La largeur totale de 
35191 \emph on
35192 n
35193 \emph default
35194  cellules de tableau 
35195 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35196 \end_inset
35197
35198  peut être calculée avec
35199 \end_layout
35200
35201 \begin_layout Standard
35202 \begin_inset Formula \begin{equation}
35203 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}
35204
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Standard
35211 Où 
35212 \begin_inset Formula $W_{g\, n}$
35213 \end_inset
35214
35215  est la largeur fixe de toutes les cellules.
35216  
35217 \series bold
35218
35219 \backslash
35220 tabcolsep
35221 \series default
35222  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35223  sa valeur implicite est 6
35224 \begin_inset space \thinspace{}
35225 \end_inset
35226
35227 pt.
35228  
35229 \series bold
35230
35231 \backslash
35232 arrayrulewidth
35233 \series default
35234  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35235 \begin_inset space \thinspace{}
35236 \end_inset
35237
35238 pt.
35239 \end_layout
35240
35241 \begin_layout Standard
35242 D'après l'équation
35243 \begin_inset space ~
35244 \end_inset
35245
35246
35247 \begin_inset CommandInset ref
35248 LatexCommand eqref
35249 reference "eq:Wtot_n"
35250
35251 \end_inset
35252
35253 , la largeur totale d'une multicolonne, 
35254 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35255 \end_inset
35256
35257  est
35258 \end_layout
35259
35260 \begin_layout Standard
35261 \begin_inset Formula \begin{equation}
35262 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \begin_layout Standard
35270 En posant que les équations 
35271 \begin_inset space ~
35272 \end_inset
35273
35274
35275 \begin_inset CommandInset ref
35276 LatexCommand eqref
35277 reference "eq:Wtot_n"
35278
35279 \end_inset
35280
35281  et 
35282 \begin_inset CommandInset ref
35283 LatexCommand eqref
35284 reference "eq:Wtot_mult"
35285
35286 \end_inset
35287
35288  sont égales, on peut calculer la largeur nécessaire 
35289 \begin_inset Formula $W_{g\, n}$
35290 \end_inset
35291
35292  quand 
35293 \emph on
35294 n
35295 \emph default
35296  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35297  de 
35298 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35299 \end_inset
35300
35301 :
35302 \end_layout
35303
35304 \begin_layout Standard
35305 \begin_inset Formula \begin{equation}
35306 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
35307
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \begin_layout Bibliography
35314 \begin_inset CommandInset bibitem
35315 LatexCommand bibitem
35316 key "latexcompanion"
35317
35318 \end_inset
35319
35320 Frank Mittelbach and Michel Goossens: 
35321 \emph on
35322 The LaTeX Companion Second Edition.
35323
35324 \emph default
35325  Addison-Wesley, 2004
35326 \end_layout
35327
35328 \begin_layout Bibliography
35329 \begin_inset CommandInset bibitem
35330 LatexCommand bibitem
35331 key "latexguide"
35332
35333 \end_inset
35334
35335 Helmut Kopka and Patrick W.
35336  Daly: 
35337 \emph on
35338 A Guide to LaTeX Fourth Edition.
35339
35340 \emph default
35341  Addison-Wesley, 2003
35342 \end_layout
35343
35344 \begin_layout Bibliography
35345 \begin_inset CommandInset bibitem
35346 LatexCommand bibitem
35347 key "latexbook"
35348
35349 \end_inset
35350
35351 Leslie Lamport: 
35352 \emph on
35353 LaTeX: A Document Preparation System.
35354
35355 \emph default
35356  Addison-Wesley, second edition, 1994
35357 \end_layout
35358
35359 \begin_layout Bibliography
35360 \begin_inset CommandInset bibitem
35361 LatexCommand bibitem
35362 key "booktabs"
35363
35364 \end_inset
35365
35366 Documentation du paquetage LaTeX 
35367 \series bold
35368
35369 \begin_inset CommandInset href
35370 LatexCommand href
35371 name "booktabs"
35372 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35373
35374 \end_inset
35375
35376
35377 \series default
35378
35379 \begin_inset Index
35380 status collapsed
35381
35382 \begin_layout Plain Layout
35383 Paquetages LaTeX ! booktabs
35384 \end_layout
35385
35386 \end_inset
35387
35388
35389 \end_layout
35390
35391 \begin_layout Bibliography
35392 \begin_inset CommandInset bibitem
35393 LatexCommand bibitem
35394 key "caption"
35395
35396 \end_inset
35397
35398 Documentation du paquetage LaTeX 
35399 \series bold
35400
35401 \begin_inset CommandInset href
35402 LatexCommand href
35403 name "caption"
35404 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35405
35406 \end_inset
35407
35408
35409 \series default
35410
35411 \begin_inset Index
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415 Paquetages LaTeX ! caption
35416 \end_layout
35417
35418 \end_inset
35419
35420
35421 \end_layout
35422
35423 \begin_layout Bibliography
35424 \begin_inset CommandInset bibitem
35425 LatexCommand bibitem
35426 key "endfloat"
35427
35428 \end_inset
35429
35430 Documentation du paquetage LaTeX 
35431 \series bold
35432
35433 \begin_inset CommandInset href
35434 LatexCommand href
35435 name "endfloat"
35436 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35437
35438 \end_inset
35439
35440
35441 \series default
35442
35443 \begin_inset Index
35444 status collapsed
35445
35446 \begin_layout Plain Layout
35447 Paquetages LaTeX ! endfloat
35448 \end_layout
35449
35450 \end_inset
35451
35452
35453 \end_layout
35454
35455 \begin_layout Bibliography
35456 \begin_inset CommandInset bibitem
35457 LatexCommand bibitem
35458 key "wrapfig"
35459
35460 \end_inset
35461
35462 Documentation du paquetage LaTeX 
35463 \series bold
35464
35465 \begin_inset CommandInset href
35466 LatexCommand href
35467 name "wrapfig"
35468 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35469
35470 \end_inset
35471
35472
35473 \series default
35474
35475 \begin_inset Index
35476 status collapsed
35477
35478 \begin_layout Plain Layout
35479 Paquetages LaTeX ! wrapfig
35480 \begin_inset ERT
35481 status collapsed
35482
35483 \begin_layout Plain Layout
35484
35485
35486 \backslash
35487 vspace{4mm}
35488 \end_layout
35489
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \end_inset
35496
35497
35498 \end_layout
35499
35500 \begin_layout Bibliography
35501 \begin_inset CommandInset bibitem
35502 LatexCommand bibitem
35503 key "footmisc"
35504
35505 \end_inset
35506
35507 Documentation du paquetage LaTeX 
35508 \series bold
35509
35510 \begin_inset CommandInset href
35511 LatexCommand href
35512 name "footmisc"
35513 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35514
35515 \end_inset
35516
35517
35518 \series default
35519
35520 \begin_inset Index
35521 status collapsed
35522
35523 \begin_layout Plain Layout
35524 Paquetages LaTeX ! footmisc
35525 \end_layout
35526
35527 \end_inset
35528
35529
35530 \end_layout
35531
35532 \begin_layout Bibliography
35533 \begin_inset CommandInset bibitem
35534 LatexCommand bibitem
35535 key "hypcap"
35536
35537 \end_inset
35538
35539 Documentation du paquetage LaTeX 
35540 \series bold
35541
35542 \begin_inset CommandInset href
35543 LatexCommand href
35544 name "hypcap"
35545 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35546
35547 \end_inset
35548
35549
35550 \series default
35551
35552 \begin_inset Index
35553 status collapsed
35554
35555 \begin_layout Plain Layout
35556 Paquetages LaTeX ! hyperref
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \end_layout
35563
35564 \begin_layout Bibliography
35565 \begin_inset CommandInset bibitem
35566 LatexCommand bibitem
35567 key "hyperref"
35568
35569 \end_inset
35570
35571 Documentation du paquetage LaTeX 
35572 \series bold
35573
35574 \begin_inset CommandInset href
35575 LatexCommand href
35576 name "hyperref"
35577 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35578
35579 \end_inset
35580
35581
35582 \series default
35583
35584 \begin_inset Index
35585 status collapsed
35586
35587 \begin_layout Plain Layout
35588 Paquetages LaTeX ! hyperref
35589 \end_layout
35590
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Bibliography
35597 \begin_inset CommandInset bibitem
35598 LatexCommand bibitem
35599 key "KOMA-Script"
35600
35601 \end_inset
35602
35603 Documentation du paquetage LaTeX 
35604 \series bold
35605
35606 \begin_inset CommandInset href
35607 LatexCommand href
35608 name "KOMA-Script"
35609 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35610
35611 \end_inset
35612
35613
35614 \series default
35615
35616 \begin_inset Index
35617 status collapsed
35618
35619 \begin_layout Plain Layout
35620 Paquetages LaTeX ! KOMA-Script
35621 \end_layout
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \begin_layout Bibliography
35629 \begin_inset CommandInset bibitem
35630 LatexCommand bibitem
35631 key "listings"
35632
35633 \end_inset
35634
35635 Documentation du paquetage LaTeX 
35636 \series bold
35637
35638 \begin_inset CommandInset href
35639 LatexCommand href
35640 name "listings"
35641 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35642
35643 \end_inset
35644
35645
35646 \series default
35647
35648 \begin_inset Index
35649 status collapsed
35650
35651 \begin_layout Plain Layout
35652 Paquetages LaTeX ! listings
35653 \end_layout
35654
35655 \end_inset
35656
35657
35658 \end_layout
35659
35660 \begin_layout Bibliography
35661 \begin_inset CommandInset bibitem
35662 LatexCommand bibitem
35663 key "marginnote"
35664
35665 \end_inset
35666
35667 Documentation du paquetage LaTeX 
35668 \series bold
35669
35670 \begin_inset CommandInset href
35671 LatexCommand href
35672 name "marginnote"
35673 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35674
35675 \end_inset
35676
35677
35678 \series default
35679
35680 \begin_inset Index
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684 Paquetages LaTeX ! marginnote
35685 \end_layout
35686
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \begin_layout Bibliography
35693 \begin_inset CommandInset bibitem
35694 LatexCommand bibitem
35695 key "pstricks"
35696
35697 \end_inset
35698
35699 Page Web du paquetage LaTeX 
35700 \series bold
35701
35702 \begin_inset CommandInset href
35703 LatexCommand href
35704 name "PSTricks"
35705 target "http://tug.org/PSTricks/"
35706
35707 \end_inset
35708
35709
35710 \series default
35711
35712 \begin_inset Index
35713 status collapsed
35714
35715 \begin_layout Plain Layout
35716 Paquetages LaTeX ! PSTricks
35717 \end_layout
35718
35719 \end_inset
35720
35721
35722 \end_layout
35723
35724 \begin_layout Bibliography
35725 \begin_inset CommandInset bibitem
35726 LatexCommand bibitem
35727 key "sidecap"
35728
35729 \end_inset
35730
35731 Documentation du paquetage LaTeX 
35732 \series bold
35733
35734 \begin_inset CommandInset href
35735 LatexCommand href
35736 name "sidecap"
35737 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35738
35739 \end_inset
35740
35741
35742 \series default
35743
35744 \begin_inset Index
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748 Paquetages LaTeX ! sidecap
35749 \end_layout
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \begin_layout Bibliography
35757 \begin_inset CommandInset bibitem
35758 LatexCommand bibitem
35759 key "prettyref"
35760
35761 \end_inset
35762
35763 Documentation du paquetage LaTeX
35764 \series bold
35765  
35766 \begin_inset CommandInset href
35767 LatexCommand href
35768 name "prettyref"
35769 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
35770
35771 \end_inset
35772
35773
35774 \series default
35775
35776 \begin_inset Index
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780 Paquetages LaTeX ! prettyref
35781 \end_layout
35782
35783 \end_inset
35784
35785
35786 \end_layout
35787
35788 \begin_layout Bibliography
35789 \begin_inset CommandInset bibitem
35790 LatexCommand bibitem
35791 key "NewInLyX16"
35792
35793 \end_inset
35794
35795
35796 \begin_inset CommandInset href
35797 LatexCommand href
35798 name "Page Wiki"
35799 target "http://wiki.lyx.org/LyX/NewInLyX16"
35800
35801 \end_inset
35802
35803  au sujet des nouveautés de 
35804 \family sans
35805 LyX 1.6.0
35806 \family default
35807 .
35808 \end_layout
35809
35810 \begin_layout Standard
35811 \begin_inset CommandInset index_print
35812 LatexCommand printindex
35813
35814 \end_inset
35815
35816
35817 \end_layout
35818
35819 \begin_layout Standard
35820 \begin_inset FloatList figure
35821
35822 \end_inset
35823
35824
35825 \end_layout
35826
35827 \begin_layout Standard
35828 \begin_inset FloatList table
35829
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Standard
35836 \begin_inset ERT
35837 status open
35838
35839 \begin_layout Plain Layout
35840
35841
35842 \backslash
35843 listof{algorithm}{Liste des Algorithmes}
35844 \end_layout
35845
35846 \end_inset
35847
35848
35849 \begin_inset Note Note
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853 voir la section
35854 \begin_inset space ~
35855 \end_inset
35856
35857
35858 \begin_inset CommandInset ref
35859 LatexCommand ref
35860 reference "sub:Flottant-d'Algorithme"
35861
35862 \end_inset
35863
35864  pour une description
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \end_body
35873 \end_document