]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
8349c6e0c7967e3aac3383c5a4c5b532bfb0114d
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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}]{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 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{lightgrey}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110 % insert additional vertical space of
111 % 1.5 mm between footnotes
112 \let\myFoot\footnote
113 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
114
115 % number algorithm floats within chapters
116 \numberwithin{algorithm}{chapter}
117
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package arydshln
124 % used for tables with dashed lines
125 \newboolean{arydshln}
126 \IfFileExists{arydshln.sty}
127  {\usepackage{arydshln}
128   \setboolean{arydshln}{true}}
129  {\setboolean{arydshln}{false}}
130
131 % check for package marginnote
132 % used for margin notes
133 \newboolean{marginnote}
134 \IfFileExists{marginnote.sty}
135  {\usepackage{marginnote}
136   \let\marginpar\marginnote
137   \setboolean{marginnote}{true}}
138  {\setboolean{marginnote}{false}}
139
140 % check for package sidecap
141 % used for captions on the side
142 \newboolean{sidecap}
143 \IfFileExists{sidecap.sty}
144  {\usepackage{sidecap}
145   \setboolean{sidecap}{true}}
146  {\setboolean{sidecap}{false}}
147
148 % redefine the \LyX macro for PDF bookmarks
149 \def\LyX{\texorpdfstring{%
150   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
151   {LyX}}
152
153 % use normal list environments also in French documents
154 \frenchbsetup{StandardLayout}
155 \end_preamble
156 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
157 \use_default_options false
158 \maintain_unincluded_children false
159 \language french
160 \language_package default
161 \inputencoding auto
162 \fontencoding global
163 \font_roman default
164 \font_sans default
165 \font_typewriter default
166 \font_default_family default
167 \use_non_tex_fonts false
168 \font_sc false
169 \font_osf false
170 \font_sf_scale 100
171 \font_tt_scale 100
172
173 \graphics default
174 \default_output_format default
175 \output_sync 0
176 \bibtex_command default
177 \index_command default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \use_mhchem 1
200 \use_mathdots 1
201 \cite_engine basic
202 \use_bibtopic false
203 \use_indices false
204 \paperorientation portrait
205 \suppress_date false
206 \use_refstyle 0
207 \notefontcolor #0000ff
208 \index Index
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 3
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language french
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle default
220 \bullet 1 1 34 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_css_as_file 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
234  les Boîtes et les Objets Externes de LyX
235 \end_layout
236
237 \begin_layout Author
238 par l'Équipe LyX
239 \begin_inset Foot
240 status collapsed
241
242 \begin_layout Plain Layout
243 \noindent
244 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
245  de la documentation de LyX: 
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
250 type "mailto:"
251
252 \end_inset
253
254
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Note Note
261 status collapsed
262
263 \begin_layout Plain Layout
264 auteur original : Uwe Stöhr
265 \end_layout
266
267 \begin_layout Plain Layout
268 Traduction française : Siegfried Meunier-Guttin-Cluzel
269 \end_layout
270
271 \begin_layout Plain Layout
272 version 1.6.x janvier 2010
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \family sans
287 Version 2.0.x
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset CommandInset toc
292 LatexCommand tableofcontents
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset Note Note
301 status collapsed
302
303 \begin_layout Plain Layout
304 Si votre distribution LaTeX est un peu ancienne (TeXLive 2007 par exemple),
305  
306 \begin_inset Quotes fld
307 \end_inset
308
309 Visionner
310 \begin_inset Quotes frd
311 \end_inset
312
313  ou 
314 \begin_inset Quotes fld
315 \end_inset
316
317 Exporter
318 \begin_inset Quotes frd
319 \end_inset
320
321  en PDF ne fonctionnera pas du fait d'un conflit entre 
322 \family typewriter
323 varioref/hyperref
324 \family default
325  et le caractère 
326 \begin_inset Quotes fld
327 \end_inset
328
329 :
330 \begin_inset Quotes frd
331 \end_inset
332
333  apparaissant dans certaines étiquettes.
334  Pour résoudre ce problème, vous pouvez:
335 \end_layout
336
337 \begin_layout Itemize
338 soit désactiver 
339 \family typewriter
340 hyperref
341 \family default
342  dans le menu 
343 \family sans
344 Document\SpecialChar \menuseparator
345 Paramètres\SpecialChar \menuseparator
346 Propriété PDF
347 \family default
348 ;
349 \end_layout
350
351 \begin_layout Itemize
352 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
353 \begin_inset Newline newline
354 \end_inset
355
356
357 \series bold
358 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
359 \series default
360 ;
361 \end_layout
362
363 \begin_layout Itemize
364 soit mettre à jour votre distribution (en installant par exemple au moins
365  TeXLive 2008)
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset Note Note
372 status collapsed
373
374 \begin_layout Plain Layout
375 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
376  
377 \series bold
378 arydshln
379 \series default
380
381 \series bold
382 colortbl
383 \series default
384
385 \series bold
386 marginnote
387 \series default
388 , et 
389 \series bold
390 sidecap
391 \series default
392  doivent être installés.
393  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
394  les sections qui nécessitent les paquetages en question n'apparaîtront
395  pas sur la sortie.
396 \end_layout
397
398 \begin_layout Plain Layout
399 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
400 \begin_inset Newline newline
401 \end_inset
402
403
404 \series bold
405 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Chapter
414 Figures
415 \begin_inset Index idx
416 status collapsed
417
418 \begin_layout Plain Layout
419 Figures
420 \end_layout
421
422 \end_inset
423
424
425 \begin_inset Index idx
426 status collapsed
427
428 \begin_layout Plain Layout
429 Graphiques|see
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Plain Layout
434
435 {
436 \end_layout
437
438 \end_inset
439
440 Figures
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446 }
447 \end_layout
448
449 \end_inset
450
451
452 \end_layout
453
454 \end_inset
455
456
457 \end_layout
458
459 \begin_layout Section
460 La fenêtre de dialogue Graphique
461 \begin_inset Index idx
462 status collapsed
463
464 \begin_layout Plain Layout
465 Figures ! Fenêtre de dialogue Graphique
466 \end_layout
467
468 \end_inset
469
470
471 \begin_inset CommandInset label
472 LatexCommand label
473 name "sec:Graphics-Dialog"
474
475 \end_inset
476
477
478 \end_layout
479
480 \begin_layout Standard
481 Pour placer une figure dans votre document, cliquez sur le bouton
482 \begin_inset Graphics
483         filename ../../images/dialog-show-new-inset_graphics.png
484         scale 85
485         scaleBeforeRotation
486
487 \end_inset
488
489  dans la barre d'outils, ou faites 
490 \family sans
491 Insérer\SpecialChar \menuseparator
492 Graphique
493 \family default
494 .
495  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
496  à charger.
497  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
498  dans le texte.
499 \end_layout
500
501 \begin_layout Standard
502 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
503  sur une image
504 \begin_inset Note Note
505 status collapsed
506
507 \begin_layout Plain Layout
508 Ça marche aussi avec le bouton gauche ! (NdT)
509 \end_layout
510
511 \end_inset
512
513 .
514  Cette fenêtre de dialogue possède trois onglets:
515 \end_layout
516
517 \begin_layout Description
518 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
519  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
520  Les unités de longueurs utilisées sont décrites dans l'appendice
521 \begin_inset space ~
522 \end_inset
523
524
525 \begin_inset CommandInset ref
526 LatexCommand ref
527 reference "cha:Unités-de-longueur"
528
529 \end_inset
530
531 .
532 \begin_inset Newline newline
533 \end_inset
534
535
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540 Figures ! Pivotées
541 \end_layout
542
543 \end_inset
544
545 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
546  d'une montre, en donnant l'angle de rotation et la position du pivot.
547  L'image apparaîtra pivotée dans LyX.
548 \begin_inset Newline newline
549 \end_inset
550
551
552 \begin_inset Index idx
553 status collapsed
554
555 \begin_layout Plain Layout
556 Figures ! Redimensionnées
557 \end_layout
558
559 \end_inset
560
561 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
562  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
563  sa largeur.
564  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
565  déterminée automatiquement.
566  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
567  éventuellement une distorsion.
568  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
569  
570 \family sans
571 Conserver
572 \begin_inset space ~
573 \end_inset
574
575 les
576 \begin_inset space ~
577 \end_inset
578
579 proportions
580 \family default
581 .
582  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
583  pas les valeurs fixées.
584  
585 \begin_inset Newline newline
586 \end_inset
587
588 Les images peuvent être modifiée en utilisant le programme de votre choix
589  en faisant un clic droit dessus et en choisissant 
590 \family sans
591 Éditer le fichier ailleurs
592 \family default
593  dans le menu contextuel qui apparaît.
594  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
595  
596 \family sans
597 Formats
598 \begin_inset space ~
599 \end_inset
600
601 de
602 \begin_inset space ~
603 \end_inset
604
605 fichiers
606 \family default
607  dans la fenêtre de dialogue de 
608 \family sans
609 Préférences
610 \family default
611  de LyX.
612 \end_layout
613
614 \begin_layout Description
615 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
616  la sortie finale est de modifier les coordonnées de la zone de l'image
617  qui est affichée.
618  Cette zone peut être calculée automatiquement à partir des données présentes
619  dans le fichier en appuyant sur le bouton 
620 \family sans
621 Valeurs
622 \begin_inset space ~
623 \end_inset
624
625 du
626 \begin_inset space ~
627 \end_inset
628
629 Fichier
630 \family default
631 .
632  Avec l'option 
633 \family sans
634 Couper
635 \begin_inset space ~
636 \end_inset
637
638 à
639 \begin_inset space ~
640 \end_inset
641
642 la
643 \begin_inset space ~
644 \end_inset
645
646 boîte
647 \begin_inset space ~
648 \end_inset
649
650 de
651 \begin_inset space ~
652 \end_inset
653
654 délimitation, 
655 \family default
656 seule la portion de l'image qui est dans la zone définie sera imprimée.
657  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
658  donc vous pouvez ignorer l'onglet 
659 \family sans
660 Rogner
661 \family default
662 .
663 \end_layout
664
665 \begin_layout Description
666
667 \family sans
668 Options
669 \begin_inset space ~
670 \end_inset
671
672 LaTeX
673 \begin_inset space ~
674 \end_inset
675
676 et
677 \begin_inset space ~
678 \end_inset
679
680 LyX
681 \family default
682  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
683  les experts ès-LaTeX pourront fournir des options supplémentaires pour
684  LaTeX
685 \begin_inset Newline newline
686 \end_inset
687
688 L'option 
689 \family sans
690 Mode brouillon
691 \family default
692  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
693  avec la taille de l'image.
694 \begin_inset Newline newline
695 \end_inset
696
697 L'option 
698 \family sans
699 Ne
700 \begin_inset space ~
701 \end_inset
702
703 pas
704 \begin_inset space ~
705 \end_inset
706
707 décompresser
708 \begin_inset space ~
709 \end_inset
710
711 à
712 \begin_inset space ~
713 \end_inset
714
715 l'exportation
716 \family default
717  n'affectera que les graphiques EPS zippés, par exemple 
718 \family typewriter
719 x.eps.gz
720 \family default
721 .
722  Quand cette option est activée, les images ne sont pas décompressées à
723  l'exportation, vu que LaTeX peut les traiter telles-quelles
724 \begin_inset Newline newline
725 \end_inset
726
727 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
728  disques quand on utilise PostScript comme format de sortie, voir l'appendice
729 \begin_inset space ~
730 \end_inset
731
732
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:PostScript"
736
737 \end_inset
738
739 .
740  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
741  terminal UNIX ou une console Windows:
742 \begin_inset Newline newline
743 \end_inset
744
745
746 \series bold
747 gzip x.eps
748 \series default
749
750 \begin_inset Newline newline
751 \end_inset
752
753
754 \series bold
755 zgrep %%Bounding x.eps.gz > x.eps.bb
756 \series default
757
758 \begin_inset Newline newline
759 \end_inset
760
761 La seconde commande va créer le fichier contenant la description de la boîte
762  de délimitation 
763 \begin_inset Quotes eld
764 \end_inset
765
766
767 \family typewriter
768 x.eps.bb
769 \family default
770
771 \begin_inset Quotes erd
772 \end_inset
773
774  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
775 \begin_inset Newline newline
776 \end_inset
777
778 Le champ 
779 \family sans
780 Initialiser
781 \begin_inset space ~
782 \end_inset
783
784 le
785 \begin_inset space ~
786 \end_inset
787
788 nom
789 \begin_inset space ~
790 \end_inset
791
792 du
793 \begin_inset space ~
794 \end_inset
795
796 groupe
797 \family default
798  vous permet de définir ou de choisir un groupe de paramètres d'image
799 \begin_inset Index idx
800 status collapsed
801
802 \begin_layout Plain Layout
803 Figures ! Groupes de paramétrisation
804 \end_layout
805
806 \end_inset
807
808 .
809  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
810  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
811  les autres soient automatiquement modifiées de la même manière.
812  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
813  avoir à modifier leur taille manuellement une par une.
814  On peut rattacher une image à un groupe existant en utilisant le menu contextue
815 l de l'image et en cochant le nom du groupe dans la liste
816 \begin_inset Foot
817 status collapsed
818
819 \begin_layout Plain Layout
820 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
821 \end_layout
822
823 \end_inset
824
825 .
826 \end_layout
827
828 \begin_layout Standard
829 \begin_inset VSpace bigskip
830 \end_inset
831
832
833 \end_layout
834
835 \begin_layout Standard
836 Voici un exemple d'image au format EPS
837 \begin_inset Foot
838 status collapsed
839
840 \begin_layout Plain Layout
841 Les format d'images sont décrits dans la section
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "sec:Image-Formats"
849
850 \end_inset
851
852 .
853 \end_layout
854
855 \end_inset
856
857  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
858 nt:
859 \end_layout
860
861 \begin_layout Standard
862 \align center
863 \begin_inset Graphics
864         filename ../clipart/mobius.eps
865         scale 70
866         scaleBeforeRotation
867         rotateOrigin center
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Standard
875 Et voici la même image mais en mode brouillon:
876 \end_layout
877
878 \begin_layout Standard
879 \align center
880 \begin_inset Graphics
881         filename ../clipart/mobius.eps
882         scale 70
883         draft
884         scaleBeforeRotation
885         rotateOrigin center
886
887 \end_inset
888
889
890 \end_layout
891
892 \begin_layout Section
893 Figures Flottantes
894 \begin_inset CommandInset label
895 LatexCommand label
896 name "sec:Figure-Floats"
897
898 \end_inset
899
900
901 \begin_inset Index idx
902 status collapsed
903
904 \begin_layout Plain Layout
905 Flottants ! Figures
906 \end_layout
907
908 \end_inset
909
910
911 \begin_inset Index idx
912 status collapsed
913
914 \begin_layout Plain Layout
915 Figures ! Flottants
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Standard
924 Pour des explications d'ordre général concernant les flottants, jetez un
925  coup d'œil à la section
926 \begin_inset space ~
927 \end_inset
928
929
930 \begin_inset CommandInset ref
931 LatexCommand ref
932 reference "sec:Flottants-Introduction"
933
934 \end_inset
935
936 .
937 \end_layout
938
939 \begin_layout Standard
940 Le bouton 
941 \begin_inset Graphics
942         filename ../../images/float-insert_figure.png
943         scale 85
944         scaleBeforeRotation
945
946 \end_inset
947
948  de la barre d'outils et le menu 
949 \family sans
950 Insérer\SpecialChar \menuseparator
951 Flottant\SpecialChar \menuseparator
952 Figure
953 \family default
954  insèrent un flottant avec l'étiquette 
955 \begin_inset Quotes eld
956 \end_inset
957
958
959 \series bold
960 Figure
961 \begin_inset space ~
962 \end_inset
963
964 #:
965 \series default
966
967 \begin_inset Quotes erd
968 \end_inset
969
970  (# est le numéro réel de l'image).
971  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:kill-plat"
979
980 \end_inset
981
982  ou en dessous de la légende comme pour la Figure
983 \begin_inset space ~
984 \end_inset
985
986
987 \begin_inset CommandInset ref
988 LatexCommand ref
989 reference "fig:escher"
990
991 \end_inset
992
993 .
994  Vous trouverez plus d'information sur le positionnement des légendes dans
995  la section
996 \begin_inset space ~
997 \end_inset
998
999
1000 \begin_inset CommandInset ref
1001 LatexCommand ref
1002 reference "sec:Placement-légende"
1003
1004 \end_inset
1005
1006 .
1007 \end_layout
1008
1009 \begin_layout Standard
1010 \begin_inset Float figure
1011 wide false
1012 sideways false
1013 status open
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Graphics
1018         filename ../clipart/platypus.eps
1019         width 50col%
1020         scaleBeforeRotation
1021         rotateOrigin center
1022
1023 \end_inset
1024
1025
1026 \end_layout
1027
1028 \begin_layout Plain Layout
1029 \begin_inset Caption
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "fig:kill-plat"
1035
1036 \end_inset
1037
1038 Un ornithorynque sévèrement déformé dans un flottant de figure.
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \end_layout
1050
1051 \begin_layout Standard
1052 \begin_inset Float figure
1053 wide false
1054 sideways false
1055 status open
1056
1057 \begin_layout Plain Layout
1058 \begin_inset Caption
1059
1060 \begin_layout Plain Layout
1061 \begin_inset CommandInset label
1062 LatexCommand label
1063 name "fig:escher"
1064
1065 \end_inset
1066
1067 M.C.
1068  Escher sous LSD.
1069 \end_layout
1070
1071 \end_inset
1072
1073
1074 \end_layout
1075
1076 \begin_layout Plain Layout
1077 \align center
1078 \begin_inset Graphics
1079         filename ../clipart/escher-lsd.eps
1080         scale 80
1081         scaleBeforeRotation
1082         rotateOrigin center
1083
1084 \end_inset
1085
1086
1087 \end_layout
1088
1089 \end_inset
1090
1091
1092 \end_layout
1093
1094 \begin_layout Standard
1095 \begin_inset Index idx
1096 status collapsed
1097
1098 \begin_layout Plain Layout
1099 References@Références ! à des Figures
1100 \end_layout
1101
1102 \end_inset
1103
1104 Les figure
1105 \begin_inset space ~
1106 \end_inset
1107
1108
1109 \begin_inset CommandInset ref
1110 LatexCommand ref
1111 reference "fig:kill-plat"
1112
1113 \end_inset
1114
1115  et 
1116 \begin_inset CommandInset ref
1117 LatexCommand ref
1118 reference "fig:escher"
1119
1120 \end_inset
1121
1122  sont des exemples de figures référencées.
1123  Dans le texte, on fait référence à une figure en faisant référence à sa
1124  légende.
1125  On insère donc une étiquette dans la légende en utilisant le menu 
1126 \family sans
1127 Insérer
1128 \family default
1129 \SpecialChar \menuseparator
1130
1131 \family sans
1132 Étiquette
1133 \family default
1134  ou le bouton 
1135 \begin_inset Graphics
1136         filename ../../images/label-insert.png
1137         scale 85
1138         scaleBeforeRotation
1139
1140 \end_inset
1141
1142  de la barre d'outils.
1143  On peut alors faire référence à cette étiquette en utilisant le menu 
1144 \family sans
1145 Insérer\SpecialChar \menuseparator
1146 Référence
1147 \begin_inset space ~
1148 \end_inset
1149
1150 croisée
1151 \family default
1152  ou le bouton 
1153 \begin_inset Graphics
1154         filename ../../images/dialog-show-new-inset_ref.png
1155         scale 85
1156         scaleBeforeRotation
1157
1158 \end_inset
1159
1160  de la barre d'outils.
1161  Il est important d'utiliser des références pour les flottants de figures
1162  plutôt que des locutions vagues du genre 
1163 \begin_inset Quotes eld
1164 \end_inset
1165
1166 la figure ci-dessous
1167 \begin_inset Quotes erd
1168 \end_inset
1169
1170 , puisque LaTeX va repositionner la figure dans le document final.
1171  Votre figure risque de ne plus être ci-dessous du tout !
1172 \begin_inset Newline newline
1173 \end_inset
1174
1175 Le référencement est expliqué plus en détail dans la section
1176 \begin_inset space ~
1177 \end_inset
1178
1179
1180 \begin_inset CommandInset ref
1181 LatexCommand ref
1182 reference "sec:Referencer-les-Flottants"
1183
1184 \end_inset
1185
1186 .
1187 \end_layout
1188
1189 \begin_layout Standard
1190 En principe on met une seule figure dans un flottant, mais parfois vous
1191  pouvez vouloir deux figures avec chacune sa sous-légende.
1192  C'est possible en insérant des flottants d'image dans des flottants d'image
1193  existants.
1194  Notez que seule la légende principale des flottants est reprise dans la
1195  liste des figures.
1196  La figure
1197 \begin_inset space ~
1198 \end_inset
1199
1200
1201 \begin_inset CommandInset ref
1202 LatexCommand ref
1203 reference "fig:Deux-images-déformées"
1204
1205 \end_inset
1206
1207  est un exemple de flottant de figure avec deux images mises l'une à côté
1208  de l'autre.
1209  Vous pouvez aussi mettre les images les unes sous les autres.
1210  Les figures
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "fig:Structure-indéfinissable"
1218
1219 \end_inset
1220
1221  et 
1222 \begin_inset CommandInset ref
1223 LatexCommand ref
1224 reference "fig:Un-ornithorynque"
1225
1226 \end_inset
1227
1228  sont des sous-figures.
1229 \end_layout
1230
1231 \begin_layout Standard
1232 \begin_inset Float figure
1233 wide false
1234 sideways false
1235 status open
1236
1237 \begin_layout Plain Layout
1238 \begin_inset space \hfill{}
1239 \end_inset
1240
1241
1242 \begin_inset Float figure
1243 wide false
1244 sideways false
1245 status open
1246
1247 \begin_layout Plain Layout
1248 \begin_inset Caption
1249
1250 \begin_layout Plain Layout
1251 \begin_inset CommandInset label
1252 LatexCommand label
1253 name "fig:Structure-indéfinissable"
1254
1255 \end_inset
1256
1257 Structure indéfinissable
1258 \end_layout
1259
1260 \end_inset
1261
1262
1263 \end_layout
1264
1265 \begin_layout Plain Layout
1266 \begin_inset Graphics
1267         filename ../clipart/escher-lsd.eps
1268         width 45col%
1269         scaleBeforeRotation
1270         groupId Déformés
1271
1272 \end_inset
1273
1274
1275 \end_layout
1276
1277 \end_inset
1278
1279
1280 \begin_inset space \hfill{}
1281 \end_inset
1282
1283
1284 \begin_inset Float figure
1285 wide false
1286 sideways false
1287 status open
1288
1289 \begin_layout Plain Layout
1290 \begin_inset Caption
1291
1292 \begin_layout Plain Layout
1293 \begin_inset CommandInset label
1294 LatexCommand label
1295 name "fig:Un-ornithorynque"
1296
1297 \end_inset
1298
1299 Un ornithorynque
1300 \end_layout
1301
1302 \end_inset
1303
1304
1305 \end_layout
1306
1307 \begin_layout Plain Layout
1308 \begin_inset Graphics
1309         filename ../clipart/platypus.eps
1310         width 45col%
1311         scaleBeforeRotation
1312         groupId Déformés
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \begin_inset space \hfill{}
1323 \end_inset
1324
1325
1326 \end_layout
1327
1328 \begin_layout Plain Layout
1329 \begin_inset Caption
1330
1331 \begin_layout Plain Layout
1332 \begin_inset CommandInset label
1333 LatexCommand label
1334 name "fig:Deux-images-déformées"
1335
1336 \end_inset
1337
1338 Deux images déformées.
1339  Les deux images font partie du groupe de paramétrisation 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343 déformés
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347 .
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \end_layout
1354
1355 \end_inset
1356
1357
1358 \end_layout
1359
1360 \begin_layout Section
1361 Les Formats d'images
1362 \begin_inset CommandInset label
1363 LatexCommand label
1364 name "sec:Image-Formats"
1365
1366 \end_inset
1367
1368
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 Formats d' images
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \begin_inset Index idx
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 Figures ! Formats d'images
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \begin_layout Standard
1392 Vous pouvez insérer des images dans n'importe quel format connu.
1393  Mais, comme nous l'avons expliqué dans l'appendice
1394 \begin_inset space ~
1395 \end_inset
1396
1397
1398 \begin_inset CommandInset ref
1399 LatexCommand ref
1400 reference "cha:Formats-fichiers-graphiques"
1401
1402 \end_inset
1403
1404 ,
1405 \lang english
1406  
1407 \lang french
1408 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1409  de formats d'images.
1410  Pour s'en sortir LyX utilise le programme 
1411 \family typewriter
1412 ImageMagick
1413 \family default
1414  en arrière plan pour convertir les formats que vous utilisez dans un des
1415  formats acceptés par le format de sortie.
1416  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1417 ons en n'utilisant que les formats listés dans les sous sections de
1418 \lang english
1419  
1420 \lang french
1421 l'appendice
1422 \begin_inset space ~
1423 \end_inset
1424
1425
1426 \begin_inset CommandInset ref
1427 LatexCommand ref
1428 reference "cha:Formats-fichiers-graphiques"
1429
1430 \end_inset
1431
1432 .
1433 \end_layout
1434
1435 \begin_layout Standard
1436 Comme pour les polices de caractères, il y a deux grands types de formats
1437  d'images:
1438 \end_layout
1439
1440 \begin_layout Description
1441 Les
1442 \begin_inset space ~
1443 \end_inset
1444
1445 images
1446 \begin_inset space ~
1447 \end_inset
1448
1449 Matricielles
1450 \begin_inset space ~
1451 \end_inset
1452
1453 (ou
1454 \begin_inset space ~
1455 \end_inset
1456
1457 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1458  enregistrés sous un format compressé.
1459  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1460  petits carrés quand on utilise des agrandissements trop importants (aspect
1461  
1462 \begin_inset Quotes eld
1463 \end_inset
1464
1465 pixellisé
1466 \begin_inset Quotes erd
1467 \end_inset
1468
1469 ).
1470  Les formats matriciels les plus connus sont le GIF (
1471 \begin_inset Quotes eld
1472 \end_inset
1473
1474 Graphics Interchange Format
1475 \begin_inset Quotes erd
1476 \end_inset
1477
1478 , avec comme extension de fichier 
1479 \begin_inset Quotes eld
1480 \end_inset
1481
1482
1483 \family typewriter
1484 .gif
1485 \family default
1486
1487 \begin_inset Quotes erd
1488 \end_inset
1489
1490 )
1491 \begin_inset Index idx
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495 GIF|see
1496 \begin_inset ERT
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500
1501 {
1502 \end_layout
1503
1504 \end_inset
1505
1506 Format d'image
1507 \begin_inset ERT
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511
1512 }
1513 \end_layout
1514
1515 \end_inset
1516
1517
1518 \end_layout
1519
1520 \end_inset
1521
1522 , le PNG (
1523 \begin_inset Quotes eld
1524 \end_inset
1525
1526 Portable Network Graphics, extension 
1527 \begin_inset Quotes eld
1528 \end_inset
1529
1530
1531 \family typewriter
1532 .png
1533 \family default
1534
1535 \begin_inset Quotes erd
1536 \end_inset
1537
1538 )
1539 \begin_inset Index idx
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543 PNG|see
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 {
1550 \end_layout
1551
1552 \end_inset
1553
1554 Formats d'image
1555 \begin_inset ERT
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559
1560 }
1561 \end_layout
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569
1570  et le JPG (
1571 \begin_inset Quotes eld
1572 \end_inset
1573
1574 Joint Photographic Expert Group, extension 
1575 \begin_inset Quotes eld
1576 \end_inset
1577
1578
1579 \family typewriter
1580 .jpg
1581 \family default
1582
1583 \begin_inset Quotes erd
1584 \end_inset
1585
1586  ou 
1587 \begin_inset Quotes eld
1588 \end_inset
1589
1590
1591 \family typewriter
1592 .jpeg
1593 \family default
1594
1595 \begin_inset Quotes erd
1596 \end_inset
1597
1598 )
1599 \begin_inset Index idx
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 JPG|see
1604 \begin_inset ERT
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608
1609 {
1610 \end_layout
1611
1612 \end_inset
1613
1614 Formats d'image
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620 }
1621 \end_layout
1622
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \end_inset
1629
1630 .
1631 \end_layout
1632
1633 \begin_layout Description
1634 Les
1635 \begin_inset space ~
1636 \end_inset
1637
1638 images
1639 \begin_inset space ~
1640 \end_inset
1641
1642 Vectorielles
1643 \begin_inset space ~
1644 \end_inset
1645
1646 (ou
1647 \begin_inset space ~
1648 \end_inset
1649
1650 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1651  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1652 nnée comme on le veut sans perte de précision.
1653  La possibilité de redimensionner les images est très utilisé pour les présentat
1654 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1655 nnement.
1656  Le redimensionnement permet aussi de présenter des documents en ligne où
1657  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1658  étudier les détails.
1659 \begin_inset Newline newline
1660 \end_inset
1661
1662 Les principaux formats vectoriels sont le SVG (
1663 \begin_inset Quotes eld
1664 \end_inset
1665
1666 Scalable Vector Graphics
1667 \begin_inset Quotes erd
1668 \end_inset
1669
1670 , extension
1671 \begin_inset Quotes eld
1672 \end_inset
1673
1674
1675 \family typewriter
1676 .svg
1677 \family default
1678
1679 \begin_inset Quotes erd
1680 \end_inset
1681
1682 )
1683 \begin_inset Index idx
1684 status collapsed
1685
1686 \begin_layout Plain Layout
1687 SVG|see
1688 \begin_inset ERT
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692
1693 {
1694 \end_layout
1695
1696 \end_inset
1697
1698 Format d'image
1699 \begin_inset ERT
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703
1704 }
1705 \end_layout
1706
1707 \end_inset
1708
1709
1710 \end_layout
1711
1712 \end_inset
1713
1714 , l'EPS ( 
1715 \begin_inset Quotes eld
1716 \end_inset
1717
1718 encapsulated PostScript
1719 \begin_inset Quotes erd
1720 \end_inset
1721
1722 , extension
1723 \begin_inset Quotes eld
1724 \end_inset
1725
1726
1727 \family typewriter
1728 .eps
1729 \family default
1730
1731 \begin_inset Quotes erd
1732 \end_inset
1733
1734 )
1735 \begin_inset Index idx
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 EPS|see
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745 {
1746 \end_layout
1747
1748 \end_inset
1749
1750 Format d'image
1751 \begin_inset ERT
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755
1756 }
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \end_inset
1765
1766 , le PDF (
1767 \begin_inset Quotes eld
1768 \end_inset
1769
1770 Portable Document Format
1771 \begin_inset Quotes erd
1772 \end_inset
1773
1774 , extension
1775 \begin_inset Quotes eld
1776 \end_inset
1777
1778
1779 \family typewriter
1780 .pdf
1781 \family default
1782
1783 \begin_inset Quotes erd
1784 \end_inset
1785
1786 )
1787 \begin_inset Index idx
1788 status collapsed
1789
1790 \begin_layout Plain Layout
1791 PDF|see
1792 \begin_inset ERT
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796
1797 {
1798 \end_layout
1799
1800 \end_inset
1801
1802 Format d'image
1803 \begin_inset ERT
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807
1808 }
1809 \end_layout
1810
1811 \end_inset
1812
1813
1814 \end_layout
1815
1816 \end_inset
1817
1818  et le WMF (
1819 \begin_inset Quotes eld
1820 \end_inset
1821
1822 Windows Metafile
1823 \begin_inset Quotes erd
1824 \end_inset
1825
1826 , extension 
1827 \begin_inset Quotes eld
1828 \end_inset
1829
1830
1831 \family typewriter
1832 .wfm
1833 \family default
1834
1835 \begin_inset Quotes erd
1836 \end_inset
1837
1838  ou 
1839 \begin_inset Quotes eld
1840 \end_inset
1841
1842
1843 \family typewriter
1844 .emf
1845 \family default
1846
1847 \begin_inset Quotes erd
1848 \end_inset
1849
1850 )
1851 \begin_inset Index idx
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855 WMF|see
1856 \begin_inset ERT
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860
1861 {
1862 \end_layout
1863
1864 \end_inset
1865
1866 Formats d'images
1867 \begin_inset ERT
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871
1872 }
1873 \end_layout
1874
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \end_inset
1881
1882 .
1883  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1884  en EPS, mais le résultat ne sera pas redimensionnable.
1885  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1886 \begin_inset Foot
1887 status open
1888
1889 \begin_layout Plain Layout
1890 Dans le cas du PDF l'image initiale est aussi compressée.
1891 \end_layout
1892
1893 \end_inset
1894
1895 .
1896 \end_layout
1897
1898 \begin_layout Standard
1899 Les fichiers PDF générés par 
1900 \family typewriter
1901 Adobe Photoshop
1902 \family default
1903 , par exemple, sont des images matricielles.
1904 \end_layout
1905
1906 \begin_layout Standard
1907 En principe il est quasiment impossible de convertir une image matricielle
1908  en graphique vectoriel, seul le contraire est possible.
1909
1910 \lang english
1911  
1912 \lang french
1913 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1914  dans respectivement un fichier de sortie PDF ou PostScript.
1915  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1916  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1917  WMF/SVG
1918 \begin_inset Formula $\to$
1919 \end_inset
1920
1921 PDF/EPS convenables.
1922 \end_layout
1923
1924 \begin_layout Chapter
1925 Tableaux
1926 \begin_inset Index idx
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930 Tableau
1931 \end_layout
1932
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \begin_layout Section
1939 Introduction
1940 \begin_inset Index idx
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944 Tableau ! Introduction
1945 \end_layout
1946
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \begin_layout Standard
1953 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1954  
1955 \begin_inset Graphics
1956         filename ../../images/tabular-insert.png
1957         scale 85
1958         scaleBeforeRotation
1959
1960 \end_inset
1961
1962  soit 
1963 \family sans
1964 Insérer\SpecialChar \menuseparator
1965 Tableau
1966 \family default
1967 .
1968  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1969  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1970  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1971  sur un bouton de la souris pour valider votre choix.
1972  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1973  vous demandant le nombre de lignes et de colonnes.
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1978  une à droite de la colonne la plus à droite et une en bas de la rangée
1979  du bas, qui forment une boîte autour du tableau.
1980  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1981  apparaît séparée du reste du tableau.
1982  Voici un exemple :
1983 \end_layout
1984
1985 \begin_layout Standard
1986 \align center
1987 \begin_inset Tabular
1988 <lyxtabular version="3" rows="4" columns="4">
1989 <features tabularvalignment="middle">
1990 <column alignment="center" valignment="top" width="0">
1991 <column alignment="center" valignment="top" width="0">
1992 <column alignment="center" valignment="top" width="0">
1993 <column alignment="center" valignment="top" width="0">
1994 <row>
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
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 1
2009 \end_layout
2010
2011 \end_inset
2012 </cell>
2013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2014 \begin_inset Text
2015
2016 \begin_layout Plain Layout
2017 2
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2023 \begin_inset Text
2024
2025 \begin_layout Plain Layout
2026 3
2027 \end_layout
2028
2029 \end_inset
2030 </cell>
2031 </row>
2032 <row>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037 A
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" usebox="none">
2052 \begin_inset Text
2053
2054 \begin_layout Plain Layout
2055
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2061 \begin_inset Text
2062
2063 \begin_layout Plain Layout
2064
2065 \end_layout
2066
2067 \end_inset
2068 </cell>
2069 </row>
2070 <row>
2071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075 B
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" usebox="none">
2090 \begin_inset Text
2091
2092 \begin_layout Plain Layout
2093
2094 \end_layout
2095
2096 \end_inset
2097 </cell>
2098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Plain Layout
2102
2103 \end_layout
2104
2105 \end_inset
2106 </cell>
2107 </row>
2108 <row>
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 C
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" usebox="none">
2128 \begin_inset Text
2129
2130 \begin_layout Plain Layout
2131
2132 \end_layout
2133
2134 \end_inset
2135 </cell>
2136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 </row>
2146 </lyxtabular>
2147
2148 \end_inset
2149
2150
2151 \end_layout
2152
2153 \begin_layout Section
2154 La fenêtre 
2155 \family sans
2156 Tableau
2157 \family default
2158
2159 \begin_inset Index idx
2160 status collapsed
2161
2162 \begin_layout Plain Layout
2163 Tableau ! Fenêtre de dialogue
2164 \end_layout
2165
2166 \end_inset
2167
2168
2169 \end_layout
2170
2171 \begin_layout Standard
2172 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2173  de la souris, ce qui fait apparaître une fenêtre avec des options.
2174  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2175  la colonne et la ligne dans laquelle le curseur se trouve.
2176  La plupart des options peuvent s'appliquer à des sélections.
2177  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2178  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2179  votre sélection.
2180  Notez qu'il y a une différence entre sélectionner le 
2181 \emph on
2182 contenu 
2183 \emph default
2184 d'une cellule et sélectionner la cellule elle-même.
2185 \begin_inset Newline newline
2186 \end_inset
2187
2188 En cochant l'option 
2189 \family sans
2190 Application
2191 \begin_inset space ~
2192 \end_inset
2193
2194 immédiate
2195 \family default
2196  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2197  est appliquée directement.
2198  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2199  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2200  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2201  de dialogue, vous devez appuyer sur 
2202 \family sans
2203 Entrée
2204 \family default
2205  pour que la modification soit appliquée.
2206 \begin_inset Newline newline
2207 \end_inset
2208
2209 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2210  :
2211 \end_layout
2212
2213 \begin_layout Description
2214 Paramètres
2215 \begin_inset space ~
2216 \end_inset
2217
2218 du
2219 \begin_inset space ~
2220 \end_inset
2221
2222 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2223  la largeur de la colonne courante.
2224  L'alignement horizontal 
2225 \family sans
2226 Au
2227 \begin_inset space ~
2228 \end_inset
2229
2230 séparateur
2231 \begin_inset space ~
2232 \end_inset
2233
2234 décimal
2235 \family default
2236  est décrit dans la section
2237 \begin_inset space ~
2238 \end_inset
2239
2240
2241 \begin_inset CommandInset ref
2242 LatexCommand ref
2243 reference "sub:Alignements-de-cellules"
2244
2245 \end_inset
2246
2247 .
2248  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2249  vertical de la ligne courante.
2250  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2251  et donc, plusieurs paragraphes de texte, voir la section
2252 \begin_inset space ~
2253 \end_inset
2254
2255
2256 \begin_inset CommandInset ref
2257 LatexCommand ref
2258 reference "sub:Lignes-multiple-dans-cellule"
2259
2260 \end_inset
2261
2262 .
2263  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2264  pour accommoder le contenu de cellule le plus large.
2265 \begin_inset Newline newline
2266 \end_inset
2267
2268 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2269  un multicolonne, voir la section
2270 \begin_inset space ~
2271 \end_inset
2272
2273
2274 \begin_inset CommandInset ref
2275 LatexCommand ref
2276 reference "sub:Multicolonnes"
2277
2278 \end_inset
2279
2280  ou une cellule d'une colonne comme cellule multiligne, voir la section
2281 \begin_inset space ~
2282 \end_inset
2283
2284
2285 \begin_inset CommandInset ref
2286 LatexCommand ref
2287 reference "sub:Multi-lignes"
2288
2289 \end_inset
2290
2291 .
2292 \begin_inset Newline newline
2293 \end_inset
2294
2295 L'option 
2296 \family sans
2297 Tourner
2298 \begin_inset space ~
2299 \end_inset
2300
2301 la
2302 \begin_inset space ~
2303 \end_inset
2304
2305 case
2306 \begin_inset space ~
2307 \end_inset
2308
2309 de
2310 \begin_inset space ~
2311 \end_inset
2312
2313 90°
2314 \family default
2315  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2316  L'option 
2317 \family sans
2318 Tourner
2319 \begin_inset space ~
2320 \end_inset
2321
2322 le
2323 \begin_inset space ~
2324 \end_inset
2325
2326 tableau
2327 \begin_inset space ~
2328 \end_inset
2329
2330 de
2331 \begin_inset space ~
2332 \end_inset
2333
2334 90°
2335 \family default
2336  fait pivoter tout le tableau.
2337  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2338  la sortie finale.
2339 \begin_inset Newline newline
2340 \end_inset
2341
2342
2343 \begin_inset Note Greyedout
2344 status open
2345
2346 \begin_layout Plain Layout
2347
2348 \series bold
2349 Note:
2350 \series default
2351  La plupart des visualiseurs DVI ne sont 
2352 \emph on
2353 pas
2354 \emph default
2355  capables d'afficher ces rotations.
2356 \end_layout
2357
2358 \end_inset
2359
2360
2361 \begin_inset Newline newline
2362 \end_inset
2363
2364 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2365  qui sont incorporés dans une ligne de texte :
2366 \begin_inset Newline newline
2367 \end_inset
2368
2369 Une ligne avec des tableaux alignés de différentes manières: 
2370 \begin_inset Tabular
2371 <lyxtabular version="3" rows="2" columns="2">
2372 <features tabularvalignment="top">
2373 <column alignment="center" valignment="top" width="0pt">
2374 <column alignment="center" valignment="top" width="0">
2375 <row>
2376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389 1
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 </row>
2395 <row>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400 A
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409
2410 \end_layout
2411
2412 \end_inset
2413 </cell>
2414 </row>
2415 </lyxtabular>
2416
2417 \end_inset
2418
2419  
2420 \begin_inset Tabular
2421 <lyxtabular version="3" rows="2" columns="2">
2422 <features tabularvalignment="middle">
2423 <column alignment="center" valignment="top" width="0">
2424 <column alignment="center" valignment="top" width="0">
2425 <row>
2426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439 1
2440 \end_layout
2441
2442 \end_inset
2443 </cell>
2444 </row>
2445 <row>
2446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2447 \begin_inset Text
2448
2449 \begin_layout Plain Layout
2450 A
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Plain Layout
2459
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 </row>
2465 </lyxtabular>
2466
2467 \end_inset
2468
2469  
2470 \begin_inset Tabular
2471 <lyxtabular version="3" rows="2" columns="2">
2472 <features tabularvalignment="bottom">
2473 <column alignment="center" valignment="top" width="0pt">
2474 <column alignment="center" valignment="top" width="0">
2475 <row>
2476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2477 \begin_inset Text
2478
2479 \begin_layout Plain Layout
2480
2481 \end_layout
2482
2483 \end_inset
2484 </cell>
2485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2486 \begin_inset Text
2487
2488 \begin_layout Plain Layout
2489 1
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 </row>
2495 <row>
2496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2497 \begin_inset Text
2498
2499 \begin_layout Plain Layout
2500 A
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 </row>
2515 </lyxtabular>
2516
2517 \end_inset
2518
2519
2520 \begin_inset Newline newline
2521 \end_inset
2522
2523 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2524  spéciales pour le tableau, voir les sections
2525 \begin_inset space ~
2526 \end_inset
2527
2528
2529 \begin_inset CommandInset ref
2530 LatexCommand ref
2531 reference "sub:Calculs-multicolonnes"
2532
2533 \end_inset
2534
2535  et 
2536 \begin_inset CommandInset ref
2537 LatexCommand ref
2538 reference "sec:Tableaux-Colorés"
2539
2540 \end_inset
2541
2542 .
2543 \end_layout
2544
2545 \begin_layout Description
2546
2547 \family sans
2548 Bordures
2549 \family default
2550  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2551  ou la colonne courante.
2552  
2553 \begin_inset Newline newline
2554 \end_inset
2555
2556 En utilisant le style 
2557 \family sans
2558 Formel
2559 \family default
2560  à la place du style par 
2561 \family sans
2562 Défaut
2563 \family default
2564 , on va convertir le tableau en tableau formel comme on le décrit dans la
2565  section
2566 \begin_inset space ~
2567 \end_inset
2568
2569
2570 \begin_inset CommandInset ref
2571 LatexCommand ref
2572 reference "sec:Tableaux-Formels"
2573
2574 \end_inset
2575
2576 .
2577 \begin_inset Newline newline
2578 \end_inset
2579
2580 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2581  dans les lignes du tableau comme c'est décrit dans la section
2582 \begin_inset space ~
2583 \end_inset
2584
2585
2586 \begin_inset CommandInset ref
2587 LatexCommand ref
2588 reference "sub:Espacement-lignes"
2589
2590 \end_inset
2591
2592 .
2593 \end_layout
2594
2595 \begin_layout Description
2596 Tableau
2597 \begin_inset space ~
2598 \end_inset
2599
2600 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2601  un 
2602 \begin_inset Quotes eld
2603 \end_inset
2604
2605
2606 \emph on
2607 tableau long
2608 \emph default
2609
2610 \begin_inset Quotes erd
2611 \end_inset
2612
2613  qui peut continuer sur plusieurs pages.
2614  Les sections
2615 \begin_inset space ~
2616 \end_inset
2617
2618
2619 \begin_inset CommandInset ref
2620 LatexCommand ref
2621 reference "sec:Tableaux-longs"
2622
2623 \end_inset
2624
2625  et 
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:Questions-sur-tableaux-longs"
2629
2630 \end_inset
2631
2632  décrivent ces tableaux longs plus en détail.
2633 \end_layout
2634
2635 \begin_layout Section
2636 La barre d'outils tableau
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Tableau ! Barre d'outils
2642 \end_layout
2643
2644 \end_inset
2645
2646
2647 \end_layout
2648
2649 \begin_layout Standard
2650 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2651  permet de modifier plus rapidement les tableaux.
2652  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2653  le curseur se trouve à l'intérieur d'un tableau.
2654  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2655  au menu 
2656 \family sans
2657 Visualiser\SpecialChar \menuseparator
2658 Barres
2659 \begin_inset space ~
2660 \end_inset
2661
2662 d'outils\SpecialChar \menuseparator
2663 Tableau
2664 \family default
2665 .
2666 \end_layout
2667
2668 \begin_layout Standard
2669 La barre d'outils contient les icônes suivantes :
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Graphics
2675         filename ../../images/tabular-feature_append-row.png
2676         scaleBeforeRotation
2677
2678 \end_inset
2679
2680  ajoute une ligne sous la cellule ou la sélection courante
2681 \end_layout
2682
2683 \begin_layout Labeling
2684 \labelwidthstring 00.00.0000
2685 \begin_inset Graphics
2686         filename ../../images/tabular-feature_append-column.png
2687         scaleBeforeRotation
2688
2689 \end_inset
2690
2691  ajoute une colonne à la droite de la cellule ou de la sélection courante
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Graphics
2697         filename ../../images/tabular-feature_delete-row.png
2698         scaleBeforeRotation
2699
2700 \end_inset
2701
2702  supprime la ligne ou la sélection courante
2703 \end_layout
2704
2705 \begin_layout Labeling
2706 \labelwidthstring 00.00.0000
2707 \begin_inset Graphics
2708         filename ../../images/tabular-feature_delete-column.png
2709         scaleBeforeRotation
2710
2711 \end_inset
2712
2713  supprime la colonne ou la sélection courante
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718 \begin_inset Graphics
2719         filename ../../images/tabular-feature_toggle-line-top.png
2720         scaleBeforeRotation
2721
2722 \end_inset
2723
2724  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2725  courante
2726 \end_layout
2727
2728 \begin_layout Labeling
2729 \labelwidthstring 00.00.0000
2730 \begin_inset Graphics
2731         filename ../../images/tabular-feature_toggle-line-bottom.png
2732         scaleBeforeRotation
2733
2734 \end_inset
2735
2736  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2737 \end_layout
2738
2739 \begin_layout Labeling
2740 \labelwidthstring 00.00.0000
2741 \begin_inset Graphics
2742         filename ../../images/tabular-feature_toggle-line-left.png
2743         scaleBeforeRotation
2744
2745 \end_inset
2746
2747  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2748 \begin_inset Note Note
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 ou colonne ?
2753 \end_layout
2754
2755 \end_inset
2756
2757  ou de la sélection courante
2758 \end_layout
2759
2760 \begin_layout Labeling
2761 \labelwidthstring 00.00.0000
2762 \begin_inset Graphics
2763         filename ../../images/tabular-feature_toggle-line-right.png
2764         scaleBeforeRotation
2765
2766 \end_inset
2767
2768  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2769 \begin_inset Note Note
2770 status collapsed
2771
2772 \begin_layout Plain Layout
2773 ou colonne ?
2774 \end_layout
2775
2776 \end_inset
2777
2778  ou de la sélection courante
2779 \end_layout
2780
2781 \begin_layout Labeling
2782 \labelwidthstring 00.00.0000
2783 \begin_inset Graphics
2784         filename ../../images/tabular-feature_set-all-lines.png
2785         scaleBeforeRotation
2786
2787 \end_inset
2788
2789  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2790  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2791  colonne et la ligne courante
2792 \end_layout
2793
2794 \begin_layout Labeling
2795 \labelwidthstring 00.00.0000
2796 \begin_inset Graphics
2797         filename ../../images/tabular-feature_unset-all-lines.png
2798         scaleBeforeRotation
2799
2800 \end_inset
2801
2802  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2803  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2804  aussi la colonne et la ligne courante
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Graphics
2810         filename ../../images/tabular-feature_m-align-left.png
2811         scaleBeforeRotation
2812
2813 \end_inset
2814
2815  aligne à gauche le contenu de la cellule ou de la colonne courante
2816 \end_layout
2817
2818 \begin_layout Labeling
2819 \labelwidthstring 00.00.0000
2820 \begin_inset Graphics
2821         filename ../../images/tabular-feature_m-align-center.png
2822         scaleBeforeRotation
2823
2824 \end_inset
2825
2826  centre horizontalement le contenu de la cellule ou de la colonne courante
2827 \end_layout
2828
2829 \begin_layout Labeling
2830 \labelwidthstring 00.00.0000
2831 \begin_inset Graphics
2832         filename ../../images/tabular-feature_m-align-right.png
2833         scaleBeforeRotation
2834
2835 \end_inset
2836
2837  aligne à droite le contenu de la cellule ou de la colonne courante
2838 \end_layout
2839
2840 \begin_layout Labeling
2841 \labelwidthstring 00.00.0000
2842 \begin_inset Graphics
2843         filename ../../images/tabular-feature_align-decimal.png
2844         scaleBeforeRotation
2845
2846 \end_inset
2847
2848  aligne le contenu de la colonne courante sur un caractère
2849 \end_layout
2850
2851 \begin_layout Labeling
2852 \labelwidthstring 00.00.0000
2853 \begin_inset Graphics
2854         filename ../../images/tabular-feature_m-valign-top.png
2855         scaleBeforeRotation
2856
2857 \end_inset
2858
2859  aligne le contenu de la cellule courante verticalement vers le haut
2860 \end_layout
2861
2862 \begin_layout Labeling
2863 \labelwidthstring 00.00.0000
2864 \begin_inset Graphics
2865         filename ../../images/tabular-feature_m-valign-middle.png
2866         scaleBeforeRotation
2867
2868 \end_inset
2869
2870  centre verticalement le contenu de la cellule courante
2871 \end_layout
2872
2873 \begin_layout Labeling
2874 \labelwidthstring 00.00.0000
2875 \begin_inset Graphics
2876         filename ../../images/tabular-feature_m-valign-bottom.png
2877         scaleBeforeRotation
2878
2879 \end_inset
2880
2881  aligne le contenu de la cellule courante verticalement vers le bas
2882 \end_layout
2883
2884 \begin_layout Labeling
2885 \labelwidthstring 00.00.0000
2886 \begin_inset Graphics
2887         filename ../../images/tabular-feature_set-rotate-cell.png
2888         scaleBeforeRotation
2889
2890 \end_inset
2891
2892  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2893 re
2894 \end_layout
2895
2896 \begin_layout Labeling
2897 \labelwidthstring 00.00.0000
2898 \begin_inset Graphics
2899         filename ../../images/tabular-feature_set-rotate-tabular.png
2900         scaleBeforeRotation
2901
2902 \end_inset
2903
2904  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2905 \end_layout
2906
2907 \begin_layout Labeling
2908 \labelwidthstring 00.00.0000
2909 \begin_inset Graphics
2910         filename ../../images/tabular-feature_multicolumn.png
2911         scaleBeforeRotation
2912
2913 \end_inset
2914
2915  transforme en multi-colonne la cellule ou la sélection courante
2916 \end_layout
2917
2918 \begin_layout Labeling
2919 \labelwidthstring 00.00.0000
2920 \begin_inset Graphics
2921         filename ../../images/tabular-feature_multirow.png
2922         scaleBeforeRotation
2923
2924 \end_inset
2925
2926  transforme en multiligne la cellule ou la sélection courante
2927 \end_layout
2928
2929 \begin_layout Standard
2930 \begin_inset Note Greyedout
2931 status open
2932
2933 \begin_layout Plain Layout
2934
2935 \series bold
2936 Note :
2937 \series default
2938  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2939  est utilisé pour toutes les autres cellules de la ligne.
2940 \end_layout
2941
2942 \end_inset
2943
2944
2945 \end_layout
2946
2947 \begin_layout Section
2948 Le Menu Éditer Tableau
2949 \begin_inset Index idx
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953 Tableau ! Menu Éditer
2954 \end_layout
2955
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \begin_layout Standard
2962 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2963  
2964 \family sans
2965 Éditer\SpecialChar \menuseparator
2966 Tableau
2967 \family default
2968  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2969  ou de la ligne courante et aussi de transformer la sélection courante en
2970  multi-colonne.
2971  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2972 \end_layout
2973
2974 \begin_layout Section
2975 Flottant de Tableau
2976 \begin_inset CommandInset label
2977 LatexCommand label
2978 name "sec:Table-Floats"
2979
2980 \end_inset
2981
2982
2983 \begin_inset Index idx
2984 status collapsed
2985
2986 \begin_layout Plain Layout
2987 Flottants ! Tableaux
2988 \end_layout
2989
2990 \end_inset
2991
2992
2993 \begin_inset Index idx
2994 status collapsed
2995
2996 \begin_layout Plain Layout
2997 Tableau ! Flottants
2998 \end_layout
2999
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \begin_layout Standard
3006 Pour des explications générales sur les flottants, jetez un œil à la section
3007 \begin_inset space ~
3008 \end_inset
3009
3010
3011 \begin_inset CommandInset ref
3012 LatexCommand ref
3013 reference "sec:Flottants-Introduction"
3014
3015 \end_inset
3016
3017 .
3018 \end_layout
3019
3020 \begin_layout Standard
3021 \begin_inset Float table
3022 placement h
3023 wide false
3024 sideways false
3025 status open
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Caption
3029
3030 \begin_layout Plain Layout
3031 \begin_inset CommandInset label
3032 LatexCommand label
3033 name "tab:Flottant-de-tableau"
3034
3035 \end_inset
3036
3037 Un flottant de tableau.
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Plain Layout
3046 \align center
3047 \begin_inset Tabular
3048 <lyxtabular version="3" rows="3" columns="3">
3049 <features tabularvalignment="middle">
3050 <column alignment="center" valignment="top" width="0pt">
3051 <column alignment="center" valignment="top" width="0pt">
3052 <column alignment="center" valignment="top" width="0pt">
3053 <row>
3054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 1
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 2
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076 3
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 </row>
3082 <row>
3083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 Jules
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 Marie
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 Jean
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row>
3112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116 \begin_inset Formula $\int x^{2}dx$
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 \begin_inset Formula $\left[\begin{array}{cc}
3129 a & b\\
3130 c & d
3131 \end{array}\right]$
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 \begin_inset Formula $1+1=2$
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 </lyxtabular>
3153
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \end_inset
3160
3161
3162 \end_layout
3163
3164 \begin_layout Standard
3165 Les flottants de tableau sont insérés en utilisant le menu 
3166 \family sans
3167 Insérer\SpecialChar \menuseparator
3168 Flottant\SpecialChar \menuseparator
3169 Tableau
3170 \family default
3171  ou le bouton 
3172 \begin_inset Graphics
3173         filename ../../images/float-insert_table.png
3174         scale 85
3175         scaleBeforeRotation
3176
3177 \end_inset
3178
3179  de la barre d'outils.
3180 \end_layout
3181
3182 \begin_layout Standard
3183 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3184  qui a comme étiquette 
3185 \begin_inset Quotes eld
3186 \end_inset
3187
3188 Tableau
3189 \begin_inset space ~
3190 \end_inset
3191
3192 #:
3193 \begin_inset Quotes erd
3194 \end_inset
3195
3196  (où # est le numéro du tableau).
3197  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3198 \end_layout
3199
3200 \begin_layout Standard
3201 Le tableau
3202 \begin_inset space ~
3203 \end_inset
3204
3205
3206 \begin_inset CommandInset ref
3207 LatexCommand ref
3208 reference "tab:Flottant-de-tableau"
3209
3210 \end_inset
3211
3212  est un exemple de tableau dans un flottant de tableau.
3213 \end_layout
3214
3215 \begin_layout Standard
3216 On met habituellement la légende au dessus des tableaux, mais cette règle
3217  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3218  Cela signifie que si vous utilisez un document appartenant aux classes
3219  
3220 \family sans
3221 article
3222 \family default
3223
3224 \family sans
3225 book
3226 \family default
3227
3228 \family sans
3229 letter
3230 \family default
3231 , ou
3232 \family sans
3233  report
3234 \family default
3235  il n'y aura pas d'espace entre la légende et le tableau.
3236  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3237  la commande de chargement du paquetage LaTeX 
3238 \series bold
3239 caption
3240 \series default
3241
3242 \begin_inset Index idx
3243 status collapsed
3244
3245 \begin_layout Plain Layout
3246 Paquetages LaTeX ! caption
3247 \end_layout
3248
3249 \end_inset
3250
3251  dans le préambule de votre document.
3252 \begin_inset Foot
3253 status open
3254
3255 \begin_layout Plain Layout
3256 Pour plus d'information voyez la section
3257 \begin_inset space ~
3258 \end_inset
3259
3260
3261 \begin_inset CommandInset ref
3262 LatexCommand ref
3263 reference "sec:Placement-légende"
3264
3265 \end_inset
3266
3267 .
3268 \end_layout
3269
3270 \end_inset
3271
3272 :
3273 \end_layout
3274
3275 \begin_layout Standard
3276
3277 \series bold
3278 tableposition=top
3279 \end_layout
3280
3281 \begin_layout Standard
3282 Le paquetage 
3283 \series bold
3284 caption
3285 \series default
3286 , qui est décrit dans la section
3287 \begin_inset space ~
3288 \end_inset
3289
3290
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "sec:Formatage-légende"
3294
3295 \end_inset
3296
3297 , est utilisé pour ajuster le format des légendes.
3298 \end_layout
3299
3300 \begin_layout Standard
3301 Dans le texte, on fait référence à un tableau
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 References@Références ! à des Tableaux
3307 \end_layout
3308
3309 \end_inset
3310
3311  en faisant référence à sa légende.
3312  On insère donc une étiquette dans la légende en utilisant le menu 
3313 \family sans
3314 Insérer
3315 \family default
3316 \SpecialChar \menuseparator
3317
3318 \family sans
3319 Étiquette
3320 \family default
3321  ou le bouton 
3322 \begin_inset Graphics
3323         filename ../../images/label-insert.png
3324         scale 85
3325         scaleBeforeRotation
3326
3327 \end_inset
3328
3329  de la barre d'outils.
3330  On peut alors faire référence à cette étiquette en utilisant le menu 
3331 \family sans
3332 Insérer\SpecialChar \menuseparator
3333 Référence
3334 \begin_inset space ~
3335 \end_inset
3336
3337 croisée
3338 \family default
3339  ou le bouton 
3340 \begin_inset Graphics
3341         filename ../../images/dialog-show-new-inset_ref.png
3342         scale 85
3343         scaleBeforeRotation
3344
3345 \end_inset
3346
3347  de la barre d'outils.
3348 \begin_inset Newline newline
3349 \end_inset
3350
3351 Les références croisées sont expliquées en détail dans la section
3352 \begin_inset space ~
3353 \end_inset
3354
3355
3356 \begin_inset CommandInset ref
3357 LatexCommand ref
3358 reference "sec:Referencer-les-Flottants"
3359
3360 \end_inset
3361
3362 .
3363 \end_layout
3364
3365 \begin_layout Section
3366 Tableaux Longs
3367 \begin_inset CommandInset label
3368 LatexCommand label
3369 name "sec:Tableaux-longs"
3370
3371 \end_inset
3372
3373
3374 \begin_inset Index idx
3375 status collapsed
3376
3377 \begin_layout Plain Layout
3378 Tableaux longs
3379 \end_layout
3380
3381 \end_inset
3382
3383
3384 \begin_inset Index idx
3385 status collapsed
3386
3387 \begin_layout Plain Layout
3388 Tableau ! Tableaux longs
3389 \end_layout
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \begin_layout Standard
3397 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3398  l'option 
3399 \family sans
3400 Utiliser
3401 \begin_inset space ~
3402 \end_inset
3403
3404 les
3405 \begin_inset space ~
3406 \end_inset
3407
3408 tableaux
3409 \begin_inset space ~
3410 \end_inset
3411
3412 longs
3413 \family default
3414  de l'onglet 
3415 \family sans
3416 Tableau
3417 \begin_inset space ~
3418 \end_inset
3419
3420 long
3421 \family default
3422  de la fenêtre 
3423 \family sans
3424 Paramètres
3425 \begin_inset space ~
3426 \end_inset
3427
3428 du
3429 \begin_inset space ~
3430 \end_inset
3431
3432 tableau
3433 \family default
3434  pour le répartir automatiquement sur plusieurs pages.
3435  En cochant cette option, vous activez les options suivantes:
3436 \end_layout
3437
3438 \begin_layout Description
3439 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3440  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3441  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3442  première page, si 
3443 \family sans
3444 Premier
3445 \begin_inset space ~
3446 \end_inset
3447
3448 en-tête
3449 \family default
3450  est défini.
3451  Ces lignes forment l'en-tête principal.
3452 \end_layout
3453
3454 \begin_layout Description
3455 Premier
3456 \begin_inset space ~
3457 \end_inset
3458
3459 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3460  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3461  d'en-tête utilisées pour la première page du tableau long.
3462 \end_layout
3463
3464 \begin_layout Description
3465 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3466  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3467  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3468  page si 
3469 \family sans
3470 Dernier
3471 \begin_inset space ~
3472 \end_inset
3473
3474 pied
3475 \family default
3476  est défini.
3477 \end_layout
3478
3479 \begin_layout Description
3480 Dernier
3481 \begin_inset space ~
3482 \end_inset
3483
3484 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3485  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3486  constituant le pied de la dernière page du tableau long.
3487 \end_layout
3488
3489 \begin_layout Description
3490 Légende La ligne courante contient la légende du tableau.
3491  La première ligne est transformée en une colonne unique et une légende
3492  est insérée.
3493  Vous trouverez d'autres explications sur les légendes pour les tableaux
3494  longs dans la section
3495 \begin_inset space ~
3496 \end_inset
3497
3498
3499 \begin_inset CommandInset ref
3500 LatexCommand ref
3501 reference "sub:Tableaux-longs-légende"
3502
3503 \end_inset
3504
3505 .
3506 \end_layout
3507
3508 \begin_layout Standard
3509 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3510  Voyez le tableau long qui suit pour voir comment ça marche :
3511 \end_layout
3512
3513 \begin_layout Standard
3514 \align center
3515 \begin_inset Tabular
3516 <lyxtabular version="3" rows="69" columns="3">
3517 <features islongtable="true" longtabularalignment="center">
3518 <column alignment="left" valignment="top" width="0cm">
3519 <column alignment="left" valignment="top" width="0pt">
3520 <column alignment="center" valignment="top" width="0pt">
3521 <row endfirsthead="true">
3522 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Exemple d'annuaire téléphonique (ignorez les noms)
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row endfirsthead="true">
3553 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 NOM
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579 TEL.
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row endhead="true">
3586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Exemple d'annuaire téléphonique
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row endhead="true">
3617 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 NOM
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 TEL.
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row endfoot="true">
3650 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654  continue page suivante
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
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 Annovi
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 Silvia
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="right" 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 Bertoli
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 Stefano
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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \series bold
4367 Radina
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 Claudio
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" 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 alignment="center" valignment="top" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \series bold
4398 Stuffer
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 Oskar
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 111
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 </row>
4422 <row>
4423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427
4428 \series bold
4429 Tacchelli
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 Ugo
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 111
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458
4459 \series bold
4460 Tezzele
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 Margit
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 111
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 <row>
4485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489
4490 \series bold
4491 Unterkalmsteiner
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 Frieda
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 111
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520
4521 \series bold
4522 Vieider
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 Hilde
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 111
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 </row>
4546 <row>
4547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551
4552 \series bold
4553 Vigna
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Jürgen
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 111
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \series bold
4584 Weber
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Maurizio
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 111
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 <row>
4609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613
4614 \series bold
4615 Winkler
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 Franz
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 111
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644  
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
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 Annovi
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 Silvia
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 Bertoli
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 Stefano
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 Bozzi
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 Walter
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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 555
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 Pochiesa
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 Paolo
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, 222
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 </row>
5350 <row>
5351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355
5356 \series bold
5357 Radina
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 Claudio
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" 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>
5382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386
5387 \series bold
5388 Stuffer
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 Oskar
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 555
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 </row>
5412 <row>
5413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417
5418 \series bold
5419 Tacchelli
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 Ugo
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 555
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 </row>
5443 <row>
5444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448
5449 \series bold
5450 Tezzele
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 Margit
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 555
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 </row>
5474 <row>
5475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479
5480 \series bold
5481 Unterkalmsteiner
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 Frieda
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 555
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 </row>
5505 <row>
5506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510
5511 \series bold
5512 Vieider
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 Hilde
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 555
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 </row>
5536 <row>
5537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541
5542 \series bold
5543 Vigna
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 Jürgen
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 999
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 <row>
5568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \series bold
5574 Weber
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 Maurizio
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 555
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603
5604 \series bold
5605 Winkler
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 Franz
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 555
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 </row>
5629 <row endlastfoot="true">
5630 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 Fin
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 </row>
5658 </lyxtabular>
5659
5660 \end_inset
5661
5662
5663 \begin_inset ERT
5664 status collapsed
5665
5666 \begin_layout Plain Layout
5667
5668
5669 \backslash
5670 addtocounter{table}{-1}
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \begin_inset Note Note
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680 Voyez la première note grisée de la section
5681 \begin_inset space ~
5682 \end_inset
5683
5684
5685 \begin_inset CommandInset ref
5686 LatexCommand ref
5687 reference "sub:Tableaux-longs-légende"
5688
5689 \end_inset
5690
5691  pour une explication de cette commande.
5692 \end_layout
5693
5694 \end_inset
5695
5696
5697 \end_layout
5698
5699 \begin_layout Subsection
5700 Notes de Bas de Page dans les Tableaux Longs
5701 \begin_inset CommandInset label
5702 LatexCommand label
5703 name "sub:Notes-dans-tableau-long"
5704
5705 \end_inset
5706
5707
5708 \begin_inset Index idx
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 Tableaux longs ! Notes de bas de page
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Standard
5721 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5722  long.
5723  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5724  contenant la note.
5725  Par exemple le tableau
5726 \begin_inset space ~
5727 \end_inset
5728
5729
5730 \begin_inset CommandInset ref
5731 LatexCommand ref
5732 reference "tab:Légendes-tableau-différentes"
5733
5734 \end_inset
5735
5736  a une note de bas de page.
5737 \end_layout
5738
5739 \begin_layout Subsection
5740 Alignement des Tableaux Longs
5741 \begin_inset Index idx
5742 status collapsed
5743
5744 \begin_layout Plain Layout
5745 Tableaux longs ! Alignement
5746 \end_layout
5747
5748 \end_inset
5749
5750
5751 \end_layout
5752
5753 \begin_layout Standard
5754 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5755  de dialogue des paramètres de tableau.
5756  Pour les alignements à droite et à gauche, le tableau sera directement
5757  au bord de la page.
5758  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5759  l'alignement centré et modifier les valeurs des longueurs 
5760 \series bold
5761
5762 \backslash
5763 LTleft 
5764 \series default
5765 et 
5766 \series bold
5767
5768 \backslash
5769 LTright
5770 \series default
5771  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5772  concerné :
5773 \end_layout
5774
5775 \begin_layout Standard
5776
5777 \series bold
5778
5779 \backslash
5780 setlength{
5781 \backslash
5782 LTleft}{valeur}
5783 \end_layout
5784
5785 \begin_layout Standard
5786 Où 
5787 \series bold
5788 valeur
5789 \series default
5790  peut avoir n'importe laquelle des unités listées dans le tableau
5791 \begin_inset space ~
5792 \end_inset
5793
5794
5795 \begin_inset CommandInset ref
5796 LatexCommand ref
5797 reference "cha:Unités-de-longueur"
5798
5799 \end_inset
5800
5801 .
5802  
5803 \series bold
5804
5805 \backslash
5806 LTleft
5807 \series default
5808  contrôle la distance horizontale entre le bord gauche de la page et le
5809  tableau, et
5810 \series bold
5811  
5812 \backslash
5813 LTright
5814 \series default
5815  la distance au bord droit.
5816  La valeur implicite des ces deux distances est 
5817 \series bold
5818
5819 \backslash
5820 fill
5821 \series default
5822 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5823 \end_layout
5824
5825 \begin_layout Standard
5826 Le tableau long suivant a été centrée en mettant 
5827 \series bold
5828
5829 \backslash
5830 LTleft
5831 \series default
5832  à 
5833 \family sans
5834 0.1
5835 \backslash
5836 columnwidth
5837 \family default
5838 :
5839 \begin_inset ERT
5840 status collapsed
5841
5842 \begin_layout Plain Layout
5843
5844
5845 \backslash
5846 setlength{
5847 \backslash
5848 LTleft}{0.1
5849 \backslash
5850 columnwidth}
5851 \end_layout
5852
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \begin_layout Standard
5859 \begin_inset Tabular
5860 <lyxtabular version="3" rows="5" columns="5">
5861 <features islongtable="true" longtabularalignment="center">
5862 <column alignment="center" valignment="top" width="0">
5863 <column alignment="center" valignment="top" width="0">
5864 <column alignment="center" valignment="top" width="0">
5865 <column alignment="center" valignment="top" width="0">
5866 <column alignment="center" valignment="top" width="0">
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 1
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 2
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 3
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 4
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 5
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 asd
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 s
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 s
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 s
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 asd
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 asd
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 s
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 s
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 s
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 </row>
6008 <row>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 s
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 s
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 s
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 </row>
6055 <row>
6056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 asd
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 asd
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 asd
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 asd
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 </row>
6102 </lyxtabular>
6103
6104 \end_inset
6105
6106
6107 \begin_inset ERT
6108 status collapsed
6109
6110 \begin_layout Plain Layout
6111
6112
6113 \backslash
6114 setlength{
6115 \backslash
6116 LTleft}{
6117 \backslash
6118 fill}
6119 \end_layout
6120
6121 \end_inset
6122
6123
6124 \begin_inset ERT
6125 status collapsed
6126
6127 \begin_layout Plain Layout
6128
6129
6130 \backslash
6131 addtocounter{table}{-1}
6132 \end_layout
6133
6134 \end_inset
6135
6136
6137 \begin_inset Note Note
6138 status collapsed
6139
6140 \begin_layout Plain Layout
6141 Voyez la première note grisée de la section
6142 \begin_inset space ~
6143 \end_inset
6144
6145
6146 \begin_inset CommandInset ref
6147 LatexCommand ref
6148 reference "sub:Tableaux-longs-légende"
6149
6150 \end_inset
6151
6152  pour une explication de cette commande.
6153 \end_layout
6154
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \begin_layout Subsection
6161 Légendes et Tableaux longs
6162 \begin_inset Index idx
6163 status collapsed
6164
6165 \begin_layout Plain Layout
6166 Tableaux longs ! Legendes@Légendes
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \begin_inset CommandInset label
6173 LatexCommand label
6174 name "sub:Tableaux-longs-légende"
6175
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \begin_layout Standard
6182 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6183  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6184  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6185  Longs quand on utilise pour une ligne l'option de tableau long 
6186 \family sans
6187 Légende
6188 \family default
6189 , comme c'est expliqué dans la section
6190 \begin_inset space ~
6191 \end_inset
6192
6193
6194 \begin_inset CommandInset ref
6195 LatexCommand ref
6196 reference "sec:Tableaux-longs"
6197
6198 \end_inset
6199
6200 .
6201 \end_layout
6202
6203 \begin_layout Standard
6204 Voici un petit Tableau long pour voir comment ça marche :
6205 \end_layout
6206
6207 \begin_layout Standard
6208 \begin_inset Tabular
6209 <lyxtabular version="3" rows="6" columns="5">
6210 <features islongtable="true" longtabularalignment="center">
6211 <column alignment="center" valignment="top" width="0">
6212 <column alignment="center" valignment="top" width="0">
6213 <column alignment="center" valignment="top" width="0">
6214 <column alignment="center" valignment="top" width="0">
6215 <column alignment="center" valignment="top" width="0">
6216 <row caption="true">
6217 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 \begin_inset Caption
6222
6223 \begin_layout Plain Layout
6224 Tableau long avec une légende
6225 \begin_inset Argument
6226 status open
6227
6228 \begin_layout Plain Layout
6229 Tableau long
6230 \end_layout
6231
6232 \end_inset
6233
6234
6235 \end_layout
6236
6237 \end_inset
6238
6239
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 1
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 2
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 3
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 4
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 5
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 </row>
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 s
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 s
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 s
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 </row>
6469 <row>
6470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 asd
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 asd
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 asd
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 asd
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 </row>
6516 </lyxtabular>
6517
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \begin_layout Standard
6524 \begin_inset VSpace medskip
6525 \end_inset
6526
6527
6528 \begin_inset Note Greyedout
6529 status open
6530
6531 \begin_layout Plain Layout
6532
6533 \series bold
6534 Note
6535 \begin_inset space ~
6536 \end_inset
6537
6538 1:
6539 \series default
6540  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6541  n'avez pas prévu de légende.
6542  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6543 \begin_inset space ~
6544 \end_inset
6545
6546 2.4 suit le tableau
6547 \begin_inset space ~
6548 \end_inset
6549
6550 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6551  sans légende.
6552  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6553  après chaque tableau long sans légende :
6554 \end_layout
6555
6556 \begin_layout Plain Layout
6557
6558 \series bold
6559
6560 \backslash
6561 addtocounter{table}{-1}
6562 \end_layout
6563
6564 \begin_layout Plain Layout
6565 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6566  et que vous ajoutez le code suivant dans le préambule du document :
6567 \end_layout
6568
6569 \begin_layout Plain Layout
6570
6571 \series bold
6572
6573 \backslash
6574 let
6575 \backslash
6576 myEnd
6577 \backslash
6578 endlongtable
6579 \begin_inset Newline newline
6580 \end_inset
6581
6582
6583 \backslash
6584 renewcommand{
6585 \backslash
6586 endlongtable}{
6587 \backslash
6588 myEnd
6589 \backslash
6590 addtocounter{table}{-1}}
6591 \end_layout
6592
6593 \end_inset
6594
6595
6596 \end_layout
6597
6598 \begin_layout Standard
6599 \begin_inset Note Greyedout
6600 status open
6601
6602 \begin_layout Plain Layout
6603
6604 \series bold
6605 Note
6606 \begin_inset space ~
6607 \end_inset
6608
6609 2:
6610 \series default
6611  Si vous utilisez 
6612 \series bold
6613 hyperref
6614 \series default
6615
6616 \begin_inset Index idx
6617 status collapsed
6618
6619 \begin_layout Plain Layout
6620 Paquetages LaTeX ! hyperref
6621 \end_layout
6622
6623 \end_inset
6624
6625  dans les 
6626 \family sans
6627 Paramètres du document
6628 \family default
6629  rubrique 
6630 \family sans
6631 Propriétés
6632 \begin_inset space ~
6633 \end_inset
6634
6635 du
6636 \begin_inset space ~
6637 \end_inset
6638
6639 PDF
6640 \family default
6641 , pour transformer vos références croisées en liens cliquables, le lien
6642  vers un tableau long pointera toujours sur le début du document.
6643 \end_layout
6644
6645 \end_inset
6646
6647
6648 \end_layout
6649
6650 \begin_layout Subsubsection
6651 Références à des tableaux longs
6652 \begin_inset Index idx
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656 Tableaux longs ! Références
6657 \end_layout
6658
6659 \end_inset
6660
6661
6662 \end_layout
6663
6664 \begin_layout Standard
6665 \begin_inset Tabular
6666 <lyxtabular version="3" rows="6" columns="5">
6667 <features islongtable="true" longtabularalignment="center">
6668 <column alignment="center" valignment="top" width="0">
6669 <column alignment="center" valignment="top" width="0">
6670 <column alignment="center" valignment="top" width="0">
6671 <column alignment="center" valignment="top" width="0">
6672 <column alignment="center" valignment="top" width="0">
6673 <row caption="true">
6674 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 \begin_inset Caption
6679
6680 \begin_layout Plain Layout
6681 Tableau long référencé
6682 \begin_inset CommandInset label
6683 LatexCommand label
6684 name "tab:RefExemple"
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 <row>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 1
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 2
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 3
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 4
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 5
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 </row>
6782 <row>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 s
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 s
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 s
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 asd
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 asd
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 s
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 s
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 s
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 asd
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 </row>
6876 <row>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 s
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 asd
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 asd
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 sad
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 asd
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 asd
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 asd
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 </lyxtabular>
6971
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \begin_layout Standard
6978 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6979  dans sa légende.
6980 \end_layout
6981
6982 \begin_layout Standard
6983 Ceci est une référence au tableau
6984 \begin_inset space ~
6985 \end_inset
6986
6987
6988 \begin_inset CommandInset ref
6989 LatexCommand ref
6990 reference "tab:RefExemple"
6991
6992 \end_inset
6993
6994 .
6995 \end_layout
6996
6997 \begin_layout Standard
6998 La mise en forme de la légende peut être ajustée avec celle de toutes les
6999  autres légendes de votre document en utilisant le paquetage LaTeX 
7000 \series bold
7001 caption
7002 \series default
7003
7004 \begin_inset Index idx
7005 status collapsed
7006
7007 \begin_layout Plain Layout
7008 Paquetages LaTeX ! caption
7009 \end_layout
7010
7011 \end_inset
7012
7013 , voir la section
7014 \begin_inset space ~
7015 \end_inset
7016
7017
7018 \begin_inset CommandInset ref
7019 LatexCommand ref
7020 reference "sec:Formatage-légende"
7021
7022 \end_inset
7023
7024 .
7025 \end_layout
7026
7027 \begin_layout Subsubsection
7028 Largeur de la légende
7029 \begin_inset Index idx
7030 status collapsed
7031
7032 \begin_layout Plain Layout
7033 Tableaux longs ! Largeur de la légende
7034 \end_layout
7035
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \begin_layout Standard
7042 La largeur maximale des lignes de légende est définie par la longueur 
7043 \series bold
7044
7045 \backslash
7046 LTcapwidth
7047 \series default
7048 .
7049  Sa valeur implicite est 4
7050 \begin_inset space \thinspace{}
7051 \end_inset
7052
7053 in.
7054  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7055  de votre document ou en tant que code TeX directement dans votre document
7056  avant le tableau qui doit être affectée.
7057 \end_layout
7058
7059 \begin_layout Standard
7060
7061 \series bold
7062
7063 \backslash
7064 setlength{
7065 \backslash
7066 LTcapwidth}{largeur}
7067 \end_layout
7068
7069 \begin_layout Standard
7070 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7071 ce
7072 \begin_inset space ~
7073 \end_inset
7074
7075
7076 \begin_inset CommandInset ref
7077 LatexCommand ref
7078 reference "cha:Unités-de-longueur"
7079
7080 \end_inset
7081
7082 .
7083 \end_layout
7084
7085 \begin_layout Standard
7086 Les tableaux suivants montrent la différence :
7087 \end_layout
7088
7089 \begin_layout Standard
7090 \begin_inset Tabular
7091 <lyxtabular version="3" rows="6" columns="5">
7092 <features islongtable="true" longtabularalignment="center">
7093 <column alignment="center" valignment="top" width="0">
7094 <column alignment="center" valignment="top" width="0">
7095 <column alignment="center" valignment="top" width="0">
7096 <column alignment="center" valignment="top" width="0">
7097 <column alignment="center" valignment="top" width="0">
7098 <row caption="true">
7099 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 \begin_inset Caption
7104
7105 \begin_layout Plain Layout
7106 long titre complet avec la largeur implicite long titre complet avec la
7107  largeur implicite long titre complet avec la largeur implicite
7108 \begin_inset Argument
7109 status open
7110
7111 \begin_layout Plain Layout
7112 Légende avec largeur implicite
7113 \end_layout
7114
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 </row>
7164 <row>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 1
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 2
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 3
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 4
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 5
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 </row>
7211 <row>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 asd
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 s
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 s
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 asd
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 </row>
7258 <row>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 asd
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 s
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 s
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 s
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 <row>
7306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 s
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 s
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 s
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 asd
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 </row>
7352 <row>
7353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 asd
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 sad
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 asd
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 asd
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 asd
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 </row>
7399 </lyxtabular>
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \begin_layout Standard
7407 \begin_inset ERT
7408 status collapsed
7409
7410 \begin_layout Plain Layout
7411
7412
7413 \backslash
7414 setlength{
7415 \backslash
7416 LTcapwidth}{5cm}
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \begin_inset Tabular
7423 <lyxtabular version="3" rows="6" columns="5">
7424 <features islongtable="true" longtabularalignment="center">
7425 <column alignment="center" valignment="top" width="0">
7426 <column alignment="center" valignment="top" width="0">
7427 <column alignment="center" valignment="top" width="0">
7428 <column alignment="center" valignment="top" width="0">
7429 <column alignment="center" valignment="top" width="0">
7430 <row caption="true">
7431 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 \begin_inset Caption
7436
7437 \begin_layout Plain Layout
7438 long titre complet avec la largeur réglée à 5
7439 \begin_inset space \thinspace{}
7440 \end_inset
7441
7442 cm long titre complet avec la largeur réglée à 5
7443 \begin_inset space \thinspace{}
7444 \end_inset
7445
7446 cm long titre complet avec la largeur réglée à 5
7447 \begin_inset space \thinspace{}
7448 \end_inset
7449
7450 cm
7451 \begin_inset Argument
7452 status open
7453
7454 \begin_layout Plain Layout
7455 Légende avec largeur à
7456 \begin_inset space \thinspace{}
7457 \end_inset
7458
7459 =
7460 \begin_inset space \thinspace{}
7461 \end_inset
7462
7463 5
7464 \begin_inset space \thinspace{}
7465 \end_inset
7466
7467 cm
7468 \end_layout
7469
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \end_inset
7476
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 </row>
7519 <row>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 1
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 2
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 3
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 4
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 5
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 </row>
7566 <row>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 asd
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 s
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 s
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 s
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 asd
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row>
7614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 asd
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 s
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 s
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 s
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 asd
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 asd
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 s
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 s
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 s
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 asd
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row>
7708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 asd
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 sad
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 asd
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 asd
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 asd
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 </lyxtabular>
7755
7756 \end_inset
7757
7758
7759 \end_layout
7760
7761 \begin_layout Standard
7762 \begin_inset ERT
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766
7767
7768 \backslash
7769 setlength{
7770 \backslash
7771 LTcapwidth}{4in}
7772 \end_layout
7773
7774 \end_inset
7775
7776
7777 \end_layout
7778
7779 \begin_layout Standard
7780 \begin_inset Note Greyedout
7781 status open
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Note:
7787 \series default
7788  Quand on utilise la paquetage LaTeX 
7789 \series bold
7790 caption
7791 \series default
7792
7793 \begin_inset Index idx
7794 status collapsed
7795
7796 \begin_layout Plain Layout
7797 Paquetages LaTeX ! caption
7798 \end_layout
7799
7800 \end_inset
7801
7802  , comme c'est les cas dans ce document, la légende prend toute la largeur
7803  de la page quand on utilise la largeur implicite de 4
7804 \begin_inset space \thinspace{}
7805 \end_inset
7806
7807 in pour 
7808 \series bold
7809
7810 \backslash
7811 LTcapwidth
7812 \series default
7813 .
7814  Pour avoir dans ce cas une légende qui fasse exactement 4
7815 \begin_inset space \thinspace{}
7816 \end_inset
7817
7818 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7819  comme par exemple 3.99
7820 \begin_inset space \thinspace{}
7821 \end_inset
7822
7823 in, soit utiliser la commande LaTeX 
7824 \series bold
7825
7826 \backslash
7827 captionsetup{width=valeur}
7828 \series default
7829  qui est disponible dans le paquetage 
7830 \series bold
7831 caption
7832 \series default
7833 .
7834 \end_layout
7835
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \begin_layout Subsubsection
7842 Des Légendes différentes sur chaque page d'un tableau
7843 \begin_inset Argument
7844 status collapsed
7845
7846 \begin_layout Plain Layout
7847 Légendes différentes
7848 \end_layout
7849
7850 \end_inset
7851
7852
7853 \begin_inset Index idx
7854 status collapsed
7855
7856 \begin_layout Plain Layout
7857 Tableaux longs ! Legendes@Légendes différentes par page
7858 \end_layout
7859
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \begin_layout Standard
7866 Quand la légende du tableau pour les pages suivantes doit être différente
7867  de celle de la première page, insérez une légende avec la commande suivante
7868  en code TeX :
7869 \end_layout
7870
7871 \begin_layout Standard
7872
7873 \series bold
7874
7875 \backslash
7876 caption*{caption text}
7877 \backslash
7878
7879 \backslash
7880 %
7881 \end_layout
7882
7883 \begin_layout Standard
7884 dans une ligne de légende fictive qui sera marquée comme une entête.
7885  Le tableau
7886 \begin_inset space ~
7887 \end_inset
7888
7889
7890 \begin_inset CommandInset ref
7891 LatexCommand ref
7892 reference "tab:Légendes-tableau-différentes"
7893
7894 \end_inset
7895
7896  est un exemple de tableau long avec des légendes différentes et où la seconde
7897  légende ne contient pas le numéro du tableau.
7898 \end_layout
7899
7900 \begin_layout Standard
7901 \align center
7902 \begin_inset Tabular
7903 <lyxtabular version="3" rows="59" columns="3">
7904 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7905 <column alignment="left" valignment="top" width="0cm">
7906 <column alignment="left" valignment="top" width="0pt">
7907 <column alignment="center" valignment="top" width="0pt">
7908 <row caption="true">
7909 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 \begin_inset Caption
7914
7915 \begin_layout Plain Layout
7916 Exemple d'annuaire téléphonique
7917 \begin_inset CommandInset label
7918 LatexCommand label
7919 name "tab:Légendes-tableau-différentes"
7920
7921 \end_inset
7922
7923
7924 \begin_inset Argument
7925 status collapsed
7926
7927 \begin_layout Plain Layout
7928 Exemple Annuaire 
7929 \end_layout
7930
7931 \end_inset
7932
7933
7934 \end_layout
7935
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row endfirsthead="true">
7963 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row endfirsthead="true">
7994 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \series bold
8000 NOM
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \series bold
8020 TÉL.
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row endhead="true">
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset ERT
8032 status open
8033
8034 \begin_layout Plain Layout
8035
8036
8037 \backslash
8038 caption*{Suite de l'exemple d'annuaire téléphonique}
8039 \backslash
8040
8041 \backslash
8042 %
8043 \end_layout
8044
8045 \end_inset
8046
8047
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row endhead="true">
8072 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Exemple d'annuaire téléphonique
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row endhead="true">
8103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 NOM
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \series bold
8129 TÉL.
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row endfoot="true">
8136 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 suite page suivante\SpecialChar \ldots{}
8141
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \series bold
8172 Annovi
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 Silvia
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 111
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \series bold
8203 Bertoli
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Stefano
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 111
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \series bold
8234 Bozzi
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 Walter
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 111
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \series bold
8265 Cachia
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 Maria
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 111
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \series bold
8296 Cachia
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Maurizio
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 111
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \series bold
8327 Cinquemani
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 Giusi
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 111
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 <row>
8352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356
8357 \series bold
8358 Colin
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 Bernard
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 111
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \series bold
8389 Concli
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 Gianfranco
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 111
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \series bold
8420 Dal Bosco
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Carolina
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 111
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \series bold
8451 Dalpiaz
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 Annamaria
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 111
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 </row>
8475 <row>
8476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480
8481 \series bold
8482 Feliciello
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 Domenico
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 111
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \series bold
8513 Focarelli
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 Paola
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 111
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \series bold
8544 Galletti
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 Oreste
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 111
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 </row>
8568 <row>
8569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573
8574 \series bold
8575 Gasparini
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Franca
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 111
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \series bold
8606 Rizzardi
8607 \series default
8608
8609 \begin_inset Foot
8610 status open
8611
8612 \begin_layout Plain Layout
8613 Exemple de note de bas de page
8614 \end_layout
8615
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Paola
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 111
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Lassini
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Giancarlo
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 111
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \series bold
8680 Malfatti
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 Luciano
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 111
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \series bold
8711 Malfatti
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 Valeriano
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 111
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742 Meneguzzo
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Roberto
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 111
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773 Mezzadra
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Roberto
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 111
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \series bold
8804 Pirpamer
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Erich
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 111
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \series bold
8835 Pochiesa
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Paolo
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 111, 222
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \series bold
8866 Radina
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 Claudio
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 111
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895
8896 \series bold
8897 Stuffer
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 Oskar
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 111
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \series bold
8928 Tacchelli
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 Ugo
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 111
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \series bold
8959 Tezzele
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 Margit
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 111
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \series bold
8990 Unterkalmsteiner
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 Frieda
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 111
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \series bold
9021 Vieider
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 Hilde
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 111
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row>
9046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050
9051 \series bold
9052 Vigna
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Jürgen
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 111
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \series bold
9083 Weber
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Maurizio
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 111
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \series bold
9114 Winkler
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Franz
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 111
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143  
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Annovi
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Silvia
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Bertoli
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Stefano
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Bozzi
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Walter
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \series bold
9267 Cachia
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Maria
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 555
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \series bold
9298 Cachia
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Maurizio
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 555
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \series bold
9329 Cinquemani
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 Giusi
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 555
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \series bold
9360 Colin
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 Bernard
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 555
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \series bold
9391 Concli
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 Gianfranco
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 555
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \series bold
9422 Dal Bosco
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 Carolina
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 555
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row>
9447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \series bold
9453 Dalpiaz
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Annamaria
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 555
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 Feliciello
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 Domenico
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 555
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row>
9509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \series bold
9515 Focarelli
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 Paola
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 555
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row>
9540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \series bold
9546 Galletti
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 Oreste
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 555
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 </row>
9570 <row>
9571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \series bold
9577 Gasparini
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 Franca
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 555
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row>
9602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \series bold
9608 Rizzardi
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 Paola
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 555
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 </row>
9632 <row>
9633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \series bold
9639 Lassini
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 Giancarlo
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 555
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 </row>
9663 <row>
9664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \series bold
9670 Malfatti
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 Luciano
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 555
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 Malfatti
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 Valeriano
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 555
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 Meneguzzo
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 Roberto
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 555
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 Mezzadra
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 Roberto
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 555
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 </lyxtabular>
9788
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \begin_layout Section
9795 Questions particulières concernant les tableaux longs
9796 \begin_inset Argument
9797 status collapsed
9798
9799 \begin_layout Plain Layout
9800 Questions sur les tableaux longs
9801 \end_layout
9802
9803 \end_inset
9804
9805
9806 \begin_inset CommandInset label
9807 LatexCommand label
9808 name "sec:Questions-sur-tableaux-longs"
9809
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \begin_layout Subsection
9816 Calculs des pages des tableaux longs
9817 \begin_inset Index idx
9818 status collapsed
9819
9820 \begin_layout Plain Layout
9821 Tableaux longs ! Calculs
9822 \end_layout
9823
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \begin_layout Standard
9830 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9831  en utilisant des blocs (chunks).
9832  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9833  mémoire de LaTeX.
9834  La valeur implicite est fixée pour des raisons historiques à seulement
9835  20 lignes de tableau.
9836  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9837  peut ralentir la création de votre document.
9838  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9839  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9840  préambule de votre document :
9841 \end_layout
9842
9843 \begin_layout Standard
9844
9845 \series bold
9846
9847 \backslash
9848 setcounter{LTchunksize}{100}
9849 \end_layout
9850
9851 \begin_layout Subsection
9852 Les Flottants et les Tableaux Longs
9853 \begin_inset Index idx
9854 status collapsed
9855
9856 \begin_layout Plain Layout
9857 Tableaux longs ! Flottants
9858 \end_layout
9859
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \begin_layout Standard
9866 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9867  commence un tableau long.
9868  Pour éviter une telle situation, insérez un saut de page (menu 
9869 \family sans
9870 Insérer\SpecialChar \menuseparator
9871 Typographie
9872 \begin_inset space ~
9873 \end_inset
9874
9875 spéciale\SpecialChar \menuseparator
9876 Saut de page (vide le tampon)
9877 \family default
9878
9879 \begin_inset space \thinspace{}
9880 \end_inset
9881
9882 ) juste avant votre tableau long.
9883 \end_layout
9884
9885 \begin_layout Subsection
9886 Sauts de pages forcés
9887 \begin_inset Index idx
9888 status collapsed
9889
9890 \begin_layout Plain Layout
9891 Tableaux longs ! Sauts de pages forcés
9892 \end_layout
9893
9894 \end_inset
9895
9896
9897 \end_layout
9898
9899 \begin_layout Standard
9900 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9901  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9902  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9903  de saut de ligne 
9904 \begin_inset Quotes eld
9905 \end_inset
9906
9907
9908 \backslash
9909
9910 \backslash
9911
9912 \begin_inset Quotes erd
9913 \end_inset
9914
9915  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9916  Avant la commande 
9917 \begin_inset Quotes eld
9918 \end_inset
9919
9920
9921 \backslash
9922
9923 \backslash
9924
9925 \begin_inset Quotes erd
9926 \end_inset
9927
9928 , vous devez insérer en code TeX, autant de caractères 
9929 \begin_inset Quotes eld
9930 \end_inset
9931
9932 &
9933 \begin_inset Quotes erd
9934 \end_inset
9935
9936  qu'il y a de colonnes après la cellule concernée.
9937  Le caractère 
9938 \begin_inset Quotes eld
9939 \end_inset
9940
9941 &
9942 \begin_inset Quotes erd
9943 \end_inset
9944
9945  sert à séparer les colonnes d'un tableau.
9946  Écrivez en code-TeX, après chaque 
9947 \begin_inset Quotes eld
9948 \end_inset
9949
9950 &
9951 \begin_inset Quotes erd
9952 \end_inset
9953
9954  le contenu des cellules correspondantes et en même temps supprimez le contenu
9955  de ces cellules dans le texte normal.
9956  
9957 \begin_inset Newline newline
9958 \end_inset
9959
9960 Après la commande 
9961 \backslash
9962
9963 \backslash
9964 , insérez autant de caractères 
9965 \begin_inset Quotes eld
9966 \end_inset
9967
9968 &
9969 \begin_inset Quotes erd
9970 \end_inset
9971
9972  qu'il y a de colonnes avant la colonne traitée.
9973  Dans le tableau
9974 \begin_inset space ~
9975 \end_inset
9976
9977
9978 \begin_inset CommandInset ref
9979 LatexCommand ref
9980 reference "tab:Tableau-saut-de-page"
9981
9982 \end_inset
9983
9984  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9985  suivie par une autre colonne.
9986  La commande suivante a donc été insérée en code TeX dans la cellule après
9987  le mot 
9988 \begin_inset Quotes eld
9989 \end_inset
9990
9991
9992 \emph on
9993 Castelchiodato,
9994 \emph default
9995
9996 \begin_inset Quotes erd
9997 \end_inset
9998
9999 :
10000 \end_layout
10001
10002 \begin_layout Standard
10003
10004 \series bold
10005 & 111
10006 \backslash
10007
10008 \backslash
10009  
10010 \backslash
10011 newpage
10012 \begin_inset Newline newline
10013 \end_inset
10014
10015 &
10016 \end_layout
10017
10018 \begin_layout Standard
10019 Le 
10020 \begin_inset Quotes eld
10021 \end_inset
10022
10023 111
10024 \begin_inset Quotes erd
10025 \end_inset
10026
10027  dans la troisième colonne de la ligne a été supprimé.
10028  
10029 \series bold
10030
10031 \backslash
10032 newpage
10033 \series default
10034  est nécessaire seulement quand un saut de page doit impérativement avoir
10035  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10036  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10037  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10038  est coupée, utilisez cette commande à la place de la précédente :
10039 \end_layout
10040
10041 \begin_layout Standard
10042
10043 \series bold
10044 & 111
10045 \backslash
10046
10047 \backslash
10048
10049 \begin_inset Newline newline
10050 \end_inset
10051
10052
10053 \backslash
10054 hline &
10055 \end_layout
10056
10057 \begin_layout Standard
10058 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10059  insérer la commande
10060 \end_layout
10061
10062 \begin_layout Standard
10063
10064 \series bold
10065
10066 \backslash
10067 setlength{
10068 \backslash
10069 parfillskip}{0pt}
10070 \end_layout
10071
10072 \begin_layout Standard
10073 au début de la cellule.
10074  Cela assure que la portion de la cellule qui va se trouver affichée sur
10075  la page suivante le sera avec toute la largeur de la cellule.
10076 \end_layout
10077
10078 \begin_layout Standard
10079 \align center
10080 \begin_inset Tabular
10081 <lyxtabular version="3" rows="38" columns="3">
10082 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10083 <column alignment="left" valignment="top" width="0cm">
10084 <column alignment="left" valignment="top" width="3cm">
10085 <column alignment="center" valignment="top" width="0pt">
10086 <row caption="true">
10087 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 \begin_inset Caption
10092
10093 \begin_layout Plain Layout
10094 Tableau avec un saut de page forcé dans une cellule
10095 \begin_inset CommandInset label
10096 LatexCommand label
10097 name "tab:Tableau-saut-de-page"
10098
10099 \end_inset
10100
10101
10102 \begin_inset Argument
10103 status collapsed
10104
10105 \begin_layout Plain Layout
10106 Tableau avec un saut de page forcé dans une cellule
10107 \end_layout
10108
10109 \end_inset
10110
10111
10112 \end_layout
10113
10114 \end_inset
10115
10116
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row endfirsthead="true">
10141 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row endfirsthead="true">
10172 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 NOM
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 TÉL.
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row endhead="true">
10205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 \begin_inset ERT
10210 status collapsed
10211
10212 \begin_layout Plain Layout
10213
10214
10215 \backslash
10216 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10217 \backslash
10218
10219 \backslash
10220 %
10221 \end_layout
10222
10223 \end_inset
10224
10225
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row endhead="true">
10250 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254  
10255 \series bold
10256 Exemple d'annuaire téléphonique
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row endhead="true">
10281 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 NOM
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 TÉL.
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row endfoot="true">
10314 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 suite page suivante\SpecialChar \ldots{}
10319
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Annovi
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Silvia
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Bertoli
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Stefano
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Bozzi
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Walter
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Cachia
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Maria
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Cachia
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Maurizio
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Cinquemani
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Giusi
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Colin
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Bernard
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Concli
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Gianfranco
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Dal Bosco
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Carolina
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Dalpiaz
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Annamaria
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Feliciello
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Domenico
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Focarelli
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Paola
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Galletti
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Oreste
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Gasparini
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Franca
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Lassini
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Giancarlo
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Malfatti
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Luciano
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 111
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Malfatti
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Valeriano
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Meneguzzo
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Roberto
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Mezzadra
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Roberto
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Pirpamer
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Erich
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Pochiesa
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Paolo
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111, 222
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Radina
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Claudio
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Rizzardi
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Giancarlo, 11.
11042  Fürst von Montecompatri, 11.
11043  Fürst von Sulmona und Vivaro, 10.
11044  Fürst von Rossano, 5.
11045  Herzog von Canemorte, 11.
11046  Herzog von Palombara, 5.
11047  Herzog von Castelchiodato,
11048 \begin_inset ERT
11049 status open
11050
11051 \begin_layout Plain Layout
11052
11053 & 111
11054 \backslash
11055
11056 \backslash
11057  
11058 \backslash
11059 newpage
11060 \end_layout
11061
11062 \begin_layout Plain Layout
11063
11064 &
11065 \end_layout
11066
11067 \end_inset
11068
11069  11.
11070  Herzog von Poggionativo, 11.
11071  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11072  Graf von Valinfreda, 11.
11073  Baron von Cropalati, 11.
11074  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 </row>
11089 <row>
11090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \series bold
11096 Stuffer
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 Oskar
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 111
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \series bold
11127 Tacchelli
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 Ugo
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 111
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \series bold
11158 Tezzele
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 Margit
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 111
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 <row>
11183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187
11188 \series bold
11189 Unterkalmsteiner
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 Frieda
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 111
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218
11219 \series bold
11220 Vieider
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 Hilde
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 111
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row>
11245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249
11250 \series bold
11251 Vigna
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 Jürgen
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 111
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 <row>
11276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \series bold
11282 Weber
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 Maurizio
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 111
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 <row>
11307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \series bold
11313 Winkler
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 Franz
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 111
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 </row>
11337 </lyxtabular>
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \begin_layout Section
11345 Colonnes et lignes à lignes multiples
11346 \end_layout
11347
11348 \begin_layout Subsection
11349 Lignes multiples dans une cellule de tableau
11350 \begin_inset CommandInset label
11351 LatexCommand label
11352 name "sub:Lignes-multiple-dans-cellule"
11353
11354 \end_inset
11355
11356
11357 \begin_inset Index idx
11358 status collapsed
11359
11360 \begin_layout Plain Layout
11361 Plusieurs lignes dans une case de tableau
11362 \end_layout
11363
11364 \end_inset
11365
11366
11367 \begin_inset Index idx
11368 status collapsed
11369
11370 \begin_layout Plain Layout
11371 Tableau ! Saut de ligne
11372 \end_layout
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \begin_layout Standard
11380 \noindent
11381 \begin_inset Float table
11382 placement H
11383 wide false
11384 sideways false
11385 status open
11386
11387 \begin_layout Plain Layout
11388 \begin_inset Caption
11389
11390 \begin_layout Plain Layout
11391 \begin_inset CommandInset label
11392 LatexCommand label
11393 name "tab:Tableau-avec-plusieurs-lignes"
11394
11395 \end_inset
11396
11397 Tableau avec des lignes multiples dans une cellule
11398 \end_layout
11399
11400 \end_inset
11401
11402
11403 \end_layout
11404
11405 \begin_layout Plain Layout
11406 \align center
11407 \begin_inset Tabular
11408 <lyxtabular version="3" rows="3" columns="3">
11409 <features tabularvalignment="middle">
11410 <column alignment="center" valignment="middle" width="2.5cm">
11411 <column alignment="center" valignment="middle" width="0">
11412 <column alignment="center" valignment="middle" width="0">
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 Lignes
11419 \begin_inset Newline linebreak
11420 \end_inset
11421
11422 multiples
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 b
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 c
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 d
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 e
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 f
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 g
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 h
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 i
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \begin_layout Standard
11517 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11518  d'un paragraphe avec des sauts de lignes et des césures.
11519 \end_layout
11520
11521 \begin_layout Standard
11522 Pour obtenir le tableau
11523 \begin_inset space ~
11524 \end_inset
11525
11526
11527 \begin_inset CommandInset ref
11528 LatexCommand ref
11529 reference "tab:Tableau-avec-plusieurs-lignes"
11530
11531 \end_inset
11532
11533 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11534  droit dessus.
11535  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11536  2.5
11537 \begin_inset space \thinspace{}
11538 \end_inset
11539
11540 cm et choisissez les alignements vertical et horizontal centrés.
11541  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11542  Comme notre texte est plus petit que 2.5
11543 \begin_inset space \thinspace{}
11544 \end_inset
11545
11546 cm, une seule ligne va apparaître.
11547  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11548  
11549 \family sans
11550 Ctrl-Shift-Entrée
11551 \family default
11552 ).
11553  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11554 ement découpé en plusieurs lignes.
11555 \end_layout
11556
11557 \begin_layout Standard
11558 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11559  pas effectuer de césure si c'est le premier élément de la cellule.
11560  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11561  premier élément : Ajoutez un espace horizontal de 0
11562 \begin_inset space \thinspace{}
11563 \end_inset
11564
11565 pt juste avant votre mot.
11566  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11567  Le tableau
11568 \begin_inset space ~
11569 \end_inset
11570
11571
11572 \begin_inset CommandInset ref
11573 LatexCommand ref
11574 reference "tab:Tableau-césure"
11575
11576 \end_inset
11577
11578  montre l'effet de cette insertion.
11579 \end_layout
11580
11581 \begin_layout Standard
11582 \begin_inset Float table
11583 placement h
11584 wide false
11585 sideways false
11586 status open
11587
11588 \begin_layout Plain Layout
11589 \begin_inset Caption
11590
11591 \begin_layout Plain Layout
11592 \begin_inset CommandInset label
11593 LatexCommand label
11594 name "tab:Tableau-césure"
11595
11596 \end_inset
11597
11598 Tableau avec et sans césure.
11599 \end_layout
11600
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \begin_layout Plain Layout
11607 \begin_inset space \hfill{}
11608 \end_inset
11609
11610
11611 \begin_inset Tabular
11612 <lyxtabular version="3" rows="3" columns="3">
11613 <features tabularvalignment="middle">
11614 <column alignment="center" valignment="middle" width="2.5cm">
11615 <column alignment="center" valignment="middle" width="0">
11616 <column alignment="center" valignment="middle" width="0">
11617 <row>
11618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 mottrèslongdansunecellule
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 b
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 c
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 d
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 e
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 f
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 g
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 h
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 i
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 </lyxtabular>
11705
11706 \end_inset
11707
11708
11709 \begin_inset space \hfill{}
11710 \end_inset
11711
11712
11713 \begin_inset Tabular
11714 <lyxtabular version="3" rows="3" columns="3">
11715 <features tabularvalignment="middle">
11716 <column alignment="center" valignment="middle" width="2.5cm">
11717 <column alignment="center" valignment="middle" width="0">
11718 <column alignment="center" valignment="middle" width="0">
11719 <row>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 \begin_inset space \hspace{}
11725 \length 0pt
11726 \end_inset
11727
11728 mottrèslongdansunecellule
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 b
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 c
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 </row>
11752 <row>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 d
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766 e
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 f
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 </row>
11781 <row>
11782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 g
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 h
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 i
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 </row>
11810 </lyxtabular>
11811
11812 \end_inset
11813
11814
11815 \begin_inset space \hfill{}
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \end_inset
11822
11823
11824 \end_layout
11825
11826 \begin_layout Subsection
11827 Multi-colonnes
11828 \begin_inset CommandInset label
11829 LatexCommand label
11830 name "sub:Multicolonnes"
11831
11832 \end_inset
11833
11834
11835 \begin_inset Index idx
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839 Multi-colonnes
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \begin_inset Index idx
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849 Tableau ! Multi-colonnes
11850 \end_layout
11851
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \begin_layout Subsubsection
11858 Les Bases des Multicolonnes
11859 \end_layout
11860
11861 \begin_layout Standard
11862 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11863  qu'elle doit couvrir et utilisez soit le bouton
11864 \begin_inset Graphics
11865         filename ../../images/tabular-feature_multicolumn.png
11866         scale 85
11867         scaleBeforeRotation
11868
11869 \end_inset
11870
11871  de la barre d'outils tableau, ou le menu 
11872 \family sans
11873 Éditer\SpecialChar \menuseparator
11874 Tableau\SpecialChar \menuseparator
11875 Multi-colonnes
11876 \family default
11877 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11878  
11879 \family sans
11880 Multi-colonnes
11881 \family default
11882 .
11883 \end_layout
11884
11885 \begin_layout Standard
11886 Les multi-colonnes ont leurs propres paramètres de cellule.
11887  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11888  de la cellule, cela n'affecte que la cellule multi-colonne.
11889  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11890  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11891 \end_layout
11892
11893 \begin_layout Standard
11894 \align center
11895 \begin_inset Tabular
11896 <lyxtabular version="3" rows="3" columns="4">
11897 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11898 <column alignment="center" valignment="top" width="0pt">
11899 <column alignment="center" valignment="middle" width="0">
11900 <column alignment="center" valignment="top" width="0in">
11901 <column alignment="center" valignment="top" width="0pt">
11902 <row>
11903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 abc
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 def ghi
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 jkl
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 A
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 B
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 C
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 D
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 1
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 2
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 3
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 4
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 </row>
12016 </lyxtabular>
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Subsubsection
12024 Calculs avec les multi-colonnes
12025 \begin_inset CommandInset label
12026 LatexCommand label
12027 name "sub:Calculs-multicolonnes"
12028
12029 \end_inset
12030
12031
12032 \begin_inset Index idx
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036 Multi-colonnes ! Calculs
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045 LyX gère directement les multi-colonnes, mais nous devons faire attention
12046  à la largeur des cellules couvertes par la cellule multicolonne.
12047 \end_layout
12048
12049 \begin_layout Standard
12050 \begin_inset Float table
12051 placement h
12052 wide false
12053 sideways false
12054 status open
12055
12056 \begin_layout Plain Layout
12057 \begin_inset Caption
12058
12059 \begin_layout Plain Layout
12060 \begin_inset CommandInset label
12061 LatexCommand label
12062 name "tab:Tableau-multicolonne-parfaite"
12063
12064 \end_inset
12065
12066 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
12067  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12068 \begin_inset Argument
12069 status open
12070
12071 \begin_layout Plain Layout
12072 Tableau avec multicolonne parfaite
12073 \end_layout
12074
12075 \end_inset
12076
12077
12078 \end_layout
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \begin_layout Plain Layout
12086 \align center
12087 \begin_inset Tabular
12088 <lyxtabular version="3" rows="3" columns="3">
12089 <features tabularvalignment="middle">
12090 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12091 <column alignment="center" valignment="middle" width="0">
12092 <column alignment="center" valignment="top" width="0">
12093 <row>
12094 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098 multicolonne sur plusieurs lignes
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 c
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 </row>
12122 <row>
12123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 d
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 e
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 f
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 </row>
12151 <row>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 g
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 h
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 i
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 </row>
12180 </lyxtabular>
12181
12182 \end_inset
12183
12184
12185 \end_layout
12186
12187 \end_inset
12188
12189
12190 \end_layout
12191
12192 \begin_layout Standard
12193 Par exemple, pour créer le tableau
12194 \begin_inset space ~
12195 \end_inset
12196
12197
12198 \begin_inset CommandInset ref
12199 LatexCommand ref
12200 reference "tab:Tableau-multicolonne-parfaite"
12201
12202 \end_inset
12203
12204 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12205  3×3 et faites un clic droit dessus.
12206  Ensuite choisissez pour cette cellule
12207 \emph on
12208 ,
12209 \emph default
12210  dans la fenêtre de dialogue de tableau, 
12211 \emph on
12212 multicolonne
12213 \emph default
12214
12215 \emph on
12216 alignement
12217 \begin_inset space ~
12218 \end_inset
12219
12220 horizontal
12221 \begin_inset space ~
12222 \end_inset
12223
12224 centré
12225 \emph default
12226  et une largeur de 2.5
12227 \begin_inset space \thinspace{}
12228 \end_inset
12229
12230 cm.
12231  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12232  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12233 \begin_inset space \thinspace{}
12234 \end_inset
12235
12236 cm pour la première colonne.
12237  La deuxième colonne aura alors automatiquement une largeur de 1.25
12238 \begin_inset space \thinspace{}
12239 \end_inset
12240
12241 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12242  C'est ce qui a été fait pour le tableau
12243 \begin_inset space ~
12244 \end_inset
12245
12246
12247 \begin_inset CommandInset ref
12248 LatexCommand ref
12249 reference "tab:Tableau-multicolonne-imparfait"
12250
12251 \end_inset
12252
12253 .
12254 \end_layout
12255
12256 \begin_layout Standard
12257 \begin_inset Float table
12258 wide false
12259 sideways false
12260 status open
12261
12262 \begin_layout Plain Layout
12263 \begin_inset Caption
12264
12265 \begin_layout Plain Layout
12266 \begin_inset CommandInset label
12267 LatexCommand label
12268 name "tab:Tableau-multicolonne-imparfait"
12269
12270 \end_inset
12271
12272 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12273  de la largeur de la cellule multicolonne.
12274 \begin_inset Argument
12275 status open
12276
12277 \begin_layout Plain Layout
12278 Tableau avec multicolonne pas parfaite
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \begin_layout Plain Layout
12292 \align center
12293 \begin_inset Tabular
12294 <lyxtabular version="3" rows="3" columns="3">
12295 <features tabularvalignment="middle">
12296 <column alignment="center" valignment="top" width="1.25cm">
12297 <column alignment="center" valignment="top" width="0">
12298 <column alignment="center" valignment="top" width="0">
12299 <row>
12300 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12301 \begin_inset Text
12302
12303 \begin_layout Plain Layout
12304 multicolonne sur plusieurs lignes
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322 c
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 </row>
12328 <row>
12329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Plain Layout
12333 d
12334 \end_layout
12335
12336 \end_inset
12337 </cell>
12338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Plain Layout
12342 e
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351 f
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 </row>
12357 <row>
12358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Plain Layout
12362 g
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 h
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380 i
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 </row>
12386 </lyxtabular>
12387
12388 \end_inset
12389
12390
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12400  de la cellule multicolonne, elle est un peu plus large.
12401  La raison est que la taille que l'on donne à une cellule, 
12402 \begin_inset Formula $W_{g}$
12403 \end_inset
12404
12405  n'est pas sa taille totale, 
12406 \begin_inset Formula $W_{\mathrm{tot}}$
12407 \end_inset
12408
12409  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12410  lui donne.
12411  L'appendice
12412 \begin_inset space ~
12413 \end_inset
12414
12415
12416 \begin_inset CommandInset ref
12417 LatexCommand eqref
12418 reference "cha:Explication-de-l'Equation"
12419
12420 \end_inset
12421
12422  explique pourquoi en détail.
12423 \end_layout
12424
12425 \begin_layout Standard
12426 La largeur nécessaire 
12427 \begin_inset Formula $W_{g\, n}$
12428 \end_inset
12429
12430  quand 
12431 \emph on
12432 n
12433 \emph default
12434  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12435  ait une largeur totale de 
12436 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12437 \end_inset
12438
12439 :
12440 \begin_inset Formula 
12441 \begin{equation}
12442 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12443 \end{equation}
12444
12445 \end_inset
12446
12447
12448 \end_layout
12449
12450 \begin_layout Standard
12451 Dans notre cas nous avons 
12452 \begin_inset Formula $n=2$
12453 \end_inset
12454
12455
12456 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12457 \end_inset
12458
12459 cm et les valeurs implicites pour les autres longueurs, l'équation
12460 \begin_inset space ~
12461 \end_inset
12462
12463
12464 \begin_inset CommandInset ref
12465 LatexCommand ref
12466 reference "eq:Wgn"
12467
12468 \end_inset
12469
12470  devient
12471 \begin_inset Formula 
12472 \begin{equation}
12473 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12474 \end{equation}
12475
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \begin_layout Standard
12482 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12483  
12484 \series bold
12485 calc
12486 \series default
12487  avec la ligne suivante dans le préambule du document
12488 \begin_inset Index idx
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492 Paquetages LaTeX ! calc
12493 \end_layout
12494
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \begin_layout Standard
12501
12502 \series bold
12503
12504 \backslash
12505 usepackage{calc}
12506 \end_layout
12507
12508 \begin_layout Standard
12509 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12510  de dialogue.
12511  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12512  la fenêtre de dialogue.
12513  Voici un aperçu de ces paramètres :
12514 \end_layout
12515
12516 \begin_layout Itemize
12517
12518 \series bold
12519 p{largeur}
12520 \series default
12521  crée une cellule de taille donnée, le texte est aligné verticalement en
12522  haut.
12523 \end_layout
12524
12525 \begin_layout Itemize
12526
12527 \series bold
12528 m{largeur}
12529 \series default
12530  crée une cellule de taille donnée, le texte est aligné verticalement au
12531  centre
12532 \end_layout
12533
12534 \begin_layout Itemize
12535
12536 \series bold
12537 b{largeur}
12538 \series default
12539  crée une cellule de taille donnée, le texte est aligné verticalement en
12540  bas
12541 \end_layout
12542
12543 \begin_layout Standard
12544 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12545  la fenêtre de dialogue sont ignorés.
12546 \end_layout
12547
12548 \begin_layout Standard
12549 \begin_inset Note Greyedout
12550 status open
12551
12552 \begin_layout Plain Layout
12553
12554 \series bold
12555 Note:
12556 \series default
12557  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12558  en compte.
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \end_layout
12565
12566 \begin_layout Standard
12567 Comme le texte doit être centré horizontalement, on ajoute la commande 
12568 \series bold
12569
12570 \backslash
12571 centering
12572 \series default
12573 .
12574  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12575  des colonnes recouvertes :
12576 \end_layout
12577
12578 \begin_layout Standard
12579
12580 \series bold
12581 >{
12582 \backslash
12583 centering}m{1.25cm-6.2pt}
12584 \end_layout
12585
12586 \begin_layout Standard
12587 La commande 
12588 \series bold
12589 >{ }
12590 \series default
12591  signifie que les commandes qui se trouvent entre les accolades doivent
12592  être appliquées avant que la cellule ne soit créée.
12593 \end_layout
12594
12595 \begin_layout Standard
12596 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12597  multicolonne, il est toujours aligné à gauche.
12598  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12599  isolées.
12600  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12601 \end_layout
12602
12603 \begin_layout Standard
12604
12605 \series bold
12606 >{
12607 \backslash
12608 centering}m{2.5cm}
12609 \end_layout
12610
12611 \begin_layout Subsection
12612 Multi-lignes
12613 \begin_inset CommandInset label
12614 LatexCommand label
12615 name "sub:Multi-lignes"
12616
12617 \end_inset
12618
12619
12620 \begin_inset Index idx
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624 Multi-lignes
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \begin_inset Index idx
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634 Tableau ! Multi-ligne
12635 \end_layout
12636
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \begin_layout Standard
12643 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12644  qu'elle doit couvrir et utilisez soit le bouton 
12645 \begin_inset Graphics
12646         filename ../../images/tabular-feature_multirow.png
12647         scale 85
12648         scaleBeforeRotation
12649
12650 \end_inset
12651
12652 de la barre d'outils tableau, ou le menu 
12653 \family sans
12654 Éditer\SpecialChar \menuseparator
12655 Tableau\SpecialChar \menuseparator
12656 Multi-lignes
12657 \family default
12658 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12659  
12660 \family sans
12661 Multi-lignes
12662 \family default
12663 .
12664 \end_layout
12665
12666 \begin_layout Standard
12667 Voici un exemple de tableau avec une cellule multiligne en première colonne:
12668 \end_layout
12669
12670 \begin_layout Standard
12671 \align center
12672 \begin_inset Tabular
12673 <lyxtabular version="3" rows="3" columns="3">
12674 <features tabularvalignment="middle">
12675 <column alignment="center" valignment="top" width="0pt">
12676 <column alignment="center" valignment="top" width="0">
12677 <column alignment="center" valignment="top" width="0">
12678 <row>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 un contenu long
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 b
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 c
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 multi-ligne
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 e
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 f
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 h
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 i
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 </lyxtabular>
12766
12767 \end_inset
12768
12769
12770 \end_layout
12771
12772 \begin_layout Standard
12773 La largeur de la cellule multiligne est déterminée par la largeur de toute
12774  la colonne.
12775  L'
12776 \family sans
12777 Espacement
12778 \begin_inset space ~
12779 \end_inset
12780
12781 vertical
12782 \family default
12783  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12784  est positive ou négative.
12785 \end_layout
12786
12787 \begin_layout Standard
12788 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12789  explicitement, la cellule hérite de l'alignement de la colonne.
12790  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12791  implicite, vous devez redéfinir la commande 
12792 \series bold
12793
12794 \backslash
12795 multirowsetup
12796 \series default
12797  avec la commande
12798 \end_layout
12799
12800 \begin_layout Standard
12801
12802 \series bold
12803
12804 \backslash
12805 renewcommand{
12806 \backslash
12807 multirowsetup}{
12808 \backslash
12809 centering}
12810 \end_layout
12811
12812 \begin_layout Standard
12813 dans le préambule du document.
12814  Après ça, tous les contenus de cellules multi-lignes du document seront
12815  centrés.
12816  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12817  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12818  juste avant le tableau concerné, plutôt que dans le préambule.
12819  Si le texte doit être aligné à droite, remplacez 
12820 \series bold
12821
12822 \backslash
12823 centering
12824 \series default
12825  par 
12826 \series bold
12827
12828 \backslash
12829 raggedleft
12830 \series default
12831 .
12832  Pour revenir à l'alignement à gauche utilisez 
12833 \series bold
12834
12835 \backslash
12836 raggedright
12837 \series default
12838 .
12839 \end_layout
12840
12841 \begin_layout Standard
12842 Voici un exemple de tableau avec une cellule multiligne alignée à droite
12843  avec un décalage vertical de of -4
12844 \begin_inset space \thinspace{}
12845 \end_inset
12846
12847 mm dans une colonne de 3
12848 \begin_inset space \thinspace{}
12849 \end_inset
12850
12851 cm de large
12852 \begin_inset space ~
12853 \end_inset
12854
12855 :
12856 \end_layout
12857
12858 \begin_layout Standard
12859 \noindent
12860 \align center
12861 \begin_inset ERT
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865
12866
12867 \backslash
12868 renewcommand{
12869 \backslash
12870 multirowsetup}{
12871 \backslash
12872 raggedleft}
12873 \end_layout
12874
12875 \end_inset
12876
12877
12878 \begin_inset Tabular
12879 <lyxtabular version="3" rows="4" columns="3">
12880 <features tabularvalignment="middle">
12881 <column alignment="center" valignment="top" width="3cm">
12882 <column alignment="center" valignment="top" width="0">
12883 <column alignment="center" valignment="top" width="0">
12884 <row>
12885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 un contenu long
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 b
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 c
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 <row>
12914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 t
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 n
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 m
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 multi-ligne
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 e
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965 f
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 </row>
12971 <row>
12972 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 h
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 i
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 </row>
13000 </lyxtabular>
13001
13002 \end_inset
13003
13004
13005 \begin_inset ERT
13006 status collapsed
13007
13008 \begin_layout Plain Layout
13009
13010
13011 \backslash
13012 renewcommand{
13013 \backslash
13014 multirowsetup}{
13015 \backslash
13016 raggedright}
13017 \end_layout
13018
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \begin_layout Section
13025 Les Tableaux Formels
13026 \begin_inset CommandInset label
13027 LatexCommand label
13028 name "sec:Tableaux-Formels"
13029
13030 \end_inset
13031
13032
13033 \begin_inset Index idx
13034 status collapsed
13035
13036 \begin_layout Plain Layout
13037 Tableau ! Formel
13038 \end_layout
13039
13040 \end_inset
13041
13042
13043 \end_layout
13044
13045 \begin_layout Standard
13046 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13047  à celle du tableau
13048 \begin_inset space ~
13049 \end_inset
13050
13051
13052 \begin_inset CommandInset ref
13053 LatexCommand ref
13054 reference "tab:Exemple-tableau-booktabs"
13055
13056 \end_inset
13057
13058 .
13059  Ce genre de tableau est appelé 
13060 \begin_inset Quotes eld
13061 \end_inset
13062
13063
13064 \emph on
13065 formel
13066 \emph default
13067
13068 \begin_inset Quotes erd
13069 \end_inset
13070
13071 .
13072  Pour transformer un tableau en tableau formel, utilisez l'option 
13073 \family sans
13074 Formel
13075 \family default
13076  de l'onglet 
13077 \family sans
13078 Bordures
13079 \family default
13080  de la fenêtre de dialogue 
13081 \family sans
13082 Paramètres
13083 \begin_inset space ~
13084 \end_inset
13085
13086 du
13087 \begin_inset space ~
13088 \end_inset
13089
13090 tableau
13091 \family default
13092 .
13093 \end_layout
13094
13095 \begin_layout Standard
13096 \begin_inset Float table
13097 placement h
13098 wide false
13099 sideways false
13100 status open
13101
13102 \begin_layout Plain Layout
13103 \begin_inset Caption
13104
13105 \begin_layout Plain Layout
13106 \begin_inset CommandInset label
13107 LatexCommand label
13108 name "tab:Exemple-tableau-booktabs"
13109
13110 \end_inset
13111
13112 Exemple de tableau formel
13113 \end_layout
13114
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \begin_layout Plain Layout
13121 \align center
13122 \begin_inset Tabular
13123 <lyxtabular version="3" rows="8" columns="4">
13124 <features booktabs="true" tabularvalignment="middle">
13125 <column alignment="center" valignment="top" width="0">
13126 <column alignment="center" valignment="top" width="0">
13127 <column alignment="center" valignment="top" width="0">
13128 <column alignment="center" valignment="top" width="0">
13129 <row>
13130 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 Système
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 Chip
13144 \begin_inset space \thinspace{}
13145 \end_inset
13146
13147 1
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 Chip
13157 \begin_inset space \thinspace{}
13158 \end_inset
13159
13160 2
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 </row>
13175 <row>
13176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 \begin_inset ERT
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184
13185
13186 \backslash
13187 cmidrule(r){2-2}
13188 \end_layout
13189
13190 \end_inset
13191
13192
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197
13198
13199 \backslash
13200 cmidrule(l){3-4}
13201 \end_layout
13202
13203 \end_inset
13204
13205 Épaisseur du capteur en µm
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 300
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 300
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 700
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 </row>
13238 <row>
13239 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 Angle du biseau en °
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 3.55
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 2.71
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 7.99
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 </row>
13276 <row topspace="default">
13277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 Résolution spatiale en µm
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 4.26
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 10.17
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 10.56
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 </row>
13314 <row topspace="default">
13315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 MTF à 
13320 \begin_inset Formula $f_{\mathrm{max}}$
13321 \end_inset
13322
13323
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 0.53
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 0.37
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 0.39
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 </row>
13356 <row topspace="default">
13357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 \begin_inset ERT
13362 status collapsed
13363
13364 \begin_layout Plain Layout
13365
13366
13367 \backslash
13368 cmidrule(l{10pt}){1-1}
13369 \end_layout
13370
13371 \end_inset
13372
13373 résolution spatiale LSF
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row>
13407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 en µm
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 129.7
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 52.75
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 50.78
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 </row>
13444 <row>
13445 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 en % de la taille des pixels
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 76.3
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 95.9
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 92.3
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 </row>
13482 </lyxtabular>
13483
13484 \end_inset
13485
13486
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13496  
13497 \family sans
13498 Bordures
13499 \family default
13500  de la fenêtre de dialogue 
13501 \family sans
13502 Paramètres
13503 \begin_inset space ~
13504 \end_inset
13505
13506 du
13507 \begin_inset space ~
13508 \end_inset
13509
13510 tableau
13511 \family default
13512  comme c'est décrit dans la section
13513 \begin_inset space ~
13514 \end_inset
13515
13516
13517 \begin_inset CommandInset ref
13518 LatexCommand ref
13519 reference "sub:Espacement-lignes"
13520
13521 \end_inset
13522
13523 .
13524 \end_layout
13525
13526 \begin_layout Standard
13527 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13528  verticales.
13529  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13530  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13531  sortie imprimée :
13532 \begin_inset Newline newline
13533 \end_inset
13534
13535 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13536 \begin_inset space \thinspace{}
13537 \end_inset
13538
13539 em alors que les autres lignes ont implicite une épaisseur de 0.05
13540 \begin_inset space \thinspace{}
13541 \end_inset
13542
13543 em.
13544 \end_layout
13545
13546 \begin_layout Standard
13547 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13548  les lignes de préambule suivantes :
13549 \end_layout
13550
13551 \begin_layout Standard
13552
13553 \series bold
13554
13555 \backslash
13556 let
13557 \backslash
13558 mytoprule
13559 \backslash
13560 toprule
13561 \begin_inset Newline newline
13562 \end_inset
13563
13564
13565 \backslash
13566 renewcommand{
13567 \backslash
13568 toprule}{
13569 \backslash
13570 mytoprule[width]}
13571 \end_layout
13572
13573 \begin_layout Standard
13574 Cet exemple concerne la première ligne, appelée 
13575 \series bold
13576 toprule
13577 \series default
13578 .
13579  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13580 \series bold
13581 toprule
13582 \series default
13583  par 
13584 \series bold
13585 bottomrule
13586 \series default
13587 .
13588  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13589  
13590 \series bold
13591 toprule
13592 \series default
13593  par 
13594 \series bold
13595 midrule
13596 \series default
13597 .
13598  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13599 \begin_inset space ~
13600 \end_inset
13601
13602
13603 \begin_inset CommandInset ref
13604 LatexCommand ref
13605 reference "cha:Unités-de-longueur"
13606
13607 \end_inset
13608
13609  pour préciser l'épaisseur voulue.
13610 \end_layout
13611
13612 \begin_layout Standard
13613 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13614  en mettant une ligne pour une cellule multi colonne.
13615  LyX va utiliser en interne la commande 
13616 \series bold
13617
13618 \backslash
13619 cmidrule
13620 \series default
13621  pour créer cette ligne.
13622  Sa syntaxe complète est :
13623 \end_layout
13624
13625 \begin_layout Standard
13626
13627 \series bold
13628
13629 \backslash
13630 cmidrule[largeur](rognage){colDépart-colFin}
13631 \end_layout
13632
13633 \begin_layout Standard
13634 Les options de la commande 
13635 \series bold
13636
13637 \backslash
13638 cmidrule
13639 \series default
13640  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13641  TeX pour pouvoir les utiliser.
13642  On peut créer manuellement des lignes 
13643 \series bold
13644
13645 \backslash
13646 mitrales
13647 \series default
13648  en insérant la commande en code TeX comme le premier élément de la première
13649  cellule de la ligne.
13650  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13651  en question.
13652 \end_layout
13653
13654 \begin_layout Standard
13655 La valeur implicite pour l'épaisseur des lignes est de 0.03
13656 \begin_inset space \thinspace{}
13657 \end_inset
13658
13659 em.
13660  
13661 \series bold
13662 colDépart
13663 \series default
13664  est le numéro de la colonne dans laquelle la ligne commence et 
13665 \series bold
13666 colFin
13667 \series default
13668  est le numéro de la colonne dans laquelle elle se termine.
13669  La valeur de 
13670 \series bold
13671 colFin
13672 \series default
13673  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13674  Le paramètre optionnel 
13675 \series bold
13676 rognage
13677 \series default
13678  peut être soit 
13679 \emph on
13680 l{largeurRognage}
13681 \emph default
13682 , ou 
13683 \emph on
13684 r{largeurRognage}
13685 \emph default
13686  où les valeurs de
13687 \emph on
13688  largeurRognage
13689 \emph default
13690  sont aussi optionnelles.
13691  En utilisant par exemple la valeur 
13692 \emph on
13693 l{2pt}
13694 \emph default
13695  pour ce paramètre, la ligne va être rognée de 2
13696 \begin_inset space \thinspace{}
13697 \end_inset
13698
13699 pt à son extrémité gauche.
13700  Si vous ne spécifiez pas de valeur pour 
13701 \emph on
13702 largeurRognage
13703 \emph default
13704  les lignes sont implicitement rognées de 0.5
13705 \begin_inset space \thinspace{}
13706 \end_inset
13707
13708 em.
13709 \end_layout
13710
13711 \begin_layout Standard
13712 \begin_inset VSpace bigskip
13713 \end_inset
13714
13715 Le tableau
13716 \begin_inset space ~
13717 \end_inset
13718
13719
13720 \begin_inset CommandInset ref
13721 LatexCommand ref
13722 reference "tab:Exemple-tableau-booktabs"
13723
13724 \end_inset
13725
13726  a été créé en utilisant les commandes
13727 \end_layout
13728
13729 \begin_layout Standard
13730
13731 \series bold
13732
13733 \backslash
13734 cmidrule(r){2-2}
13735 \backslash
13736 cmidrule(l){3-4}
13737 \end_layout
13738
13739 \begin_layout Standard
13740 au début de la deuxième ligne et
13741 \end_layout
13742
13743 \begin_layout Standard
13744
13745 \series bold
13746
13747 \backslash
13748 cmidrule(l{10pt}){1-1}
13749 \end_layout
13750
13751 \begin_layout Standard
13752 au début de la sixième ligne.
13753 \end_layout
13754
13755 \begin_layout Standard
13756 \begin_inset VSpace bigskip
13757 \end_inset
13758
13759
13760 \end_layout
13761
13762 \begin_layout Standard
13763 Vous pouvez vouloir des commandes 
13764 \series bold
13765
13766 \backslash
13767 cmidrule
13768 \series default
13769 s qui se recouvrent comme pour le tableau
13770 \begin_inset space ~
13771 \end_inset
13772
13773
13774 \begin_inset CommandInset ref
13775 LatexCommand ref
13776 reference "tab:Tableau-booktabs-special"
13777
13778 \end_inset
13779
13780 .
13781  On obtient ce résultat en utilisant la commande suivante en code TeX
13782 \end_layout
13783
13784 \begin_layout Standard
13785
13786 \series bold
13787
13788 \backslash
13789 morecmidrules
13790 \end_layout
13791
13792 \begin_layout Standard
13793 La commande qui a été utilisée pour la deuxième ligne du tableau
13794 \begin_inset space ~
13795 \end_inset
13796
13797
13798 \begin_inset CommandInset ref
13799 LatexCommand ref
13800 reference "tab:Tableau-booktabs-special"
13801
13802 \end_inset
13803
13804  est
13805 \end_layout
13806
13807 \begin_layout Standard
13808
13809 \series bold
13810
13811 \backslash
13812 cmidrule(r){2-2}
13813 \backslash
13814 cmidrule(l){3-4}
13815 \backslash
13816 morecmidrules
13817 \backslash
13818 cmidrule{2-4}
13819 \end_layout
13820
13821 \begin_layout Standard
13822 La commande pour la sixième ligne est
13823 \end_layout
13824
13825 \begin_layout Standard
13826
13827 \series bold
13828
13829 \backslash
13830 midrule
13831 \backslash
13832 morecmidrules
13833 \backslash
13834 cmidrule{3-4}
13835 \end_layout
13836
13837 \begin_layout Standard
13838 \begin_inset VSpace bigskip
13839 \end_inset
13840
13841
13842 \end_layout
13843
13844 \begin_layout Standard
13845 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13846 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13847  font toute la largeur du tableau :
13848 \end_layout
13849
13850 \begin_layout Standard
13851
13852 \series bold
13853
13854 \backslash
13855 specialrule{largeur}{espace au dessus}{espace en dessous}
13856 \end_layout
13857
13858 \begin_layout Standard
13859 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13860  du paquetage LaTeX 
13861 \series bold
13862 booktabs
13863 \series default
13864  
13865 \begin_inset CommandInset citation
13866 LatexCommand cite
13867 key "booktabs"
13868
13869 \end_inset
13870
13871 .
13872 \begin_inset Index idx
13873 status collapsed
13874
13875 \begin_layout Plain Layout
13876 Paquetages LaTeX ! booktabs
13877 \end_layout
13878
13879 \end_inset
13880
13881
13882 \end_layout
13883
13884 \begin_layout Standard
13885 \begin_inset Float table
13886 placement h
13887 wide false
13888 sideways false
13889 status open
13890
13891 \begin_layout Plain Layout
13892 \begin_inset Caption
13893
13894 \begin_layout Plain Layout
13895 \begin_inset CommandInset label
13896 LatexCommand label
13897 name "tab:Tableau-booktabs-special"
13898
13899 \end_inset
13900
13901 Tableau formel spécial
13902 \end_layout
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \begin_layout Plain Layout
13910 \align center
13911 \begin_inset Tabular
13912 <lyxtabular version="3" rows="8" columns="4">
13913 <features booktabs="true" tabularvalignment="middle">
13914 <column alignment="center" valignment="top" width="0">
13915 <column alignment="center" valignment="top" width="0">
13916 <column alignment="center" valignment="top" width="0">
13917 <column alignment="center" valignment="top" width="0">
13918 <row>
13919 <cell alignment="center" valignment="top" topline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 Système
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 Chip
13933 \begin_inset space \thinspace{}
13934 \end_inset
13935
13936 1
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 Chip
13946 \begin_inset space \thinspace{}
13947 \end_inset
13948
13949 2
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 </row>
13964 <row>
13965 <cell alignment="center" valignment="top" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 \begin_inset ERT
13970 status collapsed
13971
13972 \begin_layout Plain Layout
13973
13974
13975 \backslash
13976 cmidrule(r){2-2}
13977 \end_layout
13978
13979 \end_inset
13980
13981
13982 \begin_inset ERT
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986
13987
13988 \backslash
13989 cmidrule(l){3-4}
13990 \end_layout
13991
13992 \end_inset
13993
13994
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000
14001 \backslash
14002 morecmidrules 
14003 \end_layout
14004
14005 \end_inset
14006
14007
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013
14014 \backslash
14015 cmidrule{2-4}
14016 \end_layout
14017
14018 \end_inset
14019
14020 Epaisseur du capteur en µm
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 300
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 300
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 700
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 </row>
14053 <row>
14054 <cell alignment="center" valignment="top" topline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 Angle biseau en °
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 3.55
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 2.71
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 7.99
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 </row>
14091 <row topspace="default">
14092 <cell alignment="center" valignment="top" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 Résolution spatiale en µm
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 4.26
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 10.17
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123 10.56
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 </row>
14129 <row topspace="default">
14130 <cell alignment="center" valignment="top" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 MTF à 
14135 \begin_inset Formula $f_{\mathrm{max}}$
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 0.53
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 0.37
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 0.39
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 </row>
14171 <row>
14172 <cell alignment="center" valignment="top" topline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180
14181
14182 \backslash
14183 morecmidrules 
14184 \end_layout
14185
14186 \end_inset
14187
14188
14189 \begin_inset ERT
14190 status collapsed
14191
14192 \begin_layout Plain Layout
14193
14194
14195 \backslash
14196 cmidrule{3-4}
14197 \end_layout
14198
14199 \end_inset
14200
14201 résolution spatiale LSF
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 <cell alignment="center" valignment="top" topline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Plain Layout
14228
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 </row>
14234 <row>
14235 <cell alignment="center" valignment="top" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 en µm
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell alignment="center" valignment="top" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 129.7
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 52.75
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 50.78
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 <row>
14273 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 en % de la taille des pixels
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 76.3
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 95.9
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 92.3
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 </row>
14310 </lyxtabular>
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \begin_layout Section
14323 Alignement Vertical des Tableaux
14324 \begin_inset Index idx
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328 Tableau ! Alignement
14329 \end_layout
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \begin_layout Standard
14337 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14338  doit être à l'intérieur d'une boîte.
14339  La boîte peut alors être alignée comme c'est décrit dans la 
14340 \begin_inset space ~
14341 \end_inset
14342
14343
14344 \begin_inset CommandInset ref
14345 LatexCommand ref
14346 reference "sec:Boîte-Dialogue"
14347
14348 \end_inset
14349
14350 .
14351 \end_layout
14352
14353 \begin_layout Standard
14354 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14355  minipage
14356 \begin_inset Foot
14357 status open
14358
14359 \begin_layout Plain Layout
14360 Les minipages son décrites dans la section
14361 \begin_inset space ~
14362 \end_inset
14363
14364
14365 \begin_inset CommandInset ref
14366 LatexCommand ref
14367 reference "sec:Minipages"
14368
14369 \end_inset
14370
14371 .
14372 \end_layout
14373
14374 \end_inset
14375
14376  dont la largeur est de 15
14377 \begin_inset space \thinspace{}
14378 \end_inset
14379
14380 col% :
14381 \end_layout
14382
14383 \begin_layout Itemize
14384 test 
14385 \begin_inset Box Frameless
14386 position "t"
14387 hor_pos "c"
14388 has_inner_box 1
14389 inner_pos "c"
14390 use_parbox 0
14391 use_makebox 0
14392 width "15col%"
14393 special "none"
14394 height "1in"
14395 height_special "totalheight"
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399 \begin_inset Tabular
14400 <lyxtabular version="3" rows="3" columns="3">
14401 <features tabularvalignment="middle">
14402 <column alignment="center" valignment="top" width="0">
14403 <column alignment="center" valignment="top" width="0">
14404 <column alignment="center" valignment="top" width="0">
14405 <row>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 a
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 d
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 g
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 </row>
14434 <row>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 b
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 e
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 h
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 </row>
14463 <row>
14464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 c
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 f
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 i
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 </row>
14492 </lyxtabular>
14493
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \end_inset
14500
14501  test 
14502 \begin_inset ERT
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506
14507
14508 \backslash
14509 raisebox{0.85
14510 \backslash
14511 baselineskip}{
14512 \end_layout
14513
14514 \end_inset
14515
14516
14517 \begin_inset Box Frameless
14518 position "t"
14519 hor_pos "c"
14520 has_inner_box 1
14521 inner_pos "c"
14522 use_parbox 0
14523 use_makebox 0
14524 width "15col%"
14525 special "none"
14526 height "1in"
14527 height_special "totalheight"
14528 status collapsed
14529
14530 \begin_layout Plain Layout
14531 \begin_inset Tabular
14532 <lyxtabular version="3" rows="3" columns="3">
14533 <features tabularvalignment="middle">
14534 <column alignment="center" valignment="top" width="0">
14535 <column alignment="center" valignment="top" width="0">
14536 <column alignment="center" valignment="top" width="0">
14537 <row>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 a
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 d
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 g
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 b
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 e
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 h
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 c
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 f
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 i
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 </row>
14624 </lyxtabular>
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \end_inset
14632
14633
14634 \begin_inset ERT
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639 }
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Itemize
14648 test 
14649 \begin_inset Box Frameless
14650 position "c"
14651 hor_pos "c"
14652 has_inner_box 1
14653 inner_pos "c"
14654 use_parbox 0
14655 use_makebox 0
14656 width "15col%"
14657 special "none"
14658 height "1in"
14659 height_special "totalheight"
14660 status collapsed
14661
14662 \begin_layout Plain Layout
14663 \begin_inset Tabular
14664 <lyxtabular version="3" rows="3" columns="3">
14665 <features tabularvalignment="middle">
14666 <column alignment="center" valignment="top" width="0">
14667 <column alignment="center" valignment="top" width="0">
14668 <column alignment="center" valignment="top" width="0">
14669 <row>
14670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674 a
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683 d
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 g
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 </row>
14698 <row>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703 b
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712 e
14713 \end_layout
14714
14715 \end_inset
14716 </cell>
14717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Plain Layout
14721 h
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 </row>
14727 <row>
14728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Plain Layout
14732 c
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Plain Layout
14741 f
14742 \end_layout
14743
14744 \end_inset
14745 </cell>
14746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750 i
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 </row>
14756 </lyxtabular>
14757
14758 \end_inset
14759
14760
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Itemize
14769 test 
14770 \begin_inset Box Frameless
14771 position "b"
14772 hor_pos "c"
14773 has_inner_box 1
14774 inner_pos "c"
14775 use_parbox 0
14776 use_makebox 0
14777 width "15col%"
14778 special "none"
14779 height "1in"
14780 height_special "totalheight"
14781 status collapsed
14782
14783 \begin_layout Plain Layout
14784 \begin_inset Tabular
14785 <lyxtabular version="3" rows="3" columns="3">
14786 <features tabularvalignment="middle">
14787 <column alignment="center" valignment="top" width="0">
14788 <column alignment="center" valignment="top" width="0">
14789 <column alignment="center" valignment="top" width="0">
14790 <row>
14791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 a
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804 d
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 g
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 </row>
14819 <row>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824 b
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833 e
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 h
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 </row>
14848 <row>
14849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 c
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 f
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871 i
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 </row>
14877 </lyxtabular>
14878
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \end_inset
14885
14886  test 
14887 \begin_inset ERT
14888 status collapsed
14889
14890 \begin_layout Plain Layout
14891
14892
14893 \backslash
14894 raisebox{-0.32
14895 \backslash
14896 baselineskip}{
14897 \end_layout
14898
14899 \end_inset
14900
14901
14902 \begin_inset Box Frameless
14903 position "b"
14904 hor_pos "c"
14905 has_inner_box 1
14906 inner_pos "c"
14907 use_parbox 0
14908 use_makebox 0
14909 width "15col%"
14910 special "none"
14911 height "1in"
14912 height_special "totalheight"
14913 status collapsed
14914
14915 \begin_layout Plain Layout
14916 \begin_inset Tabular
14917 <lyxtabular version="3" rows="3" columns="3">
14918 <features tabularvalignment="middle">
14919 <column alignment="center" valignment="top" width="0">
14920 <column alignment="center" valignment="top" width="0">
14921 <column alignment="center" valignment="top" width="0">
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 a
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 d
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 g
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 b
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 e
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 h
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 </row>
14980 <row>
14981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 c
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 f
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 i
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 </lyxtabular>
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017
15018
15019 \begin_inset ERT
15020 status collapsed
15021
15022 \begin_layout Plain Layout
15023
15024 }
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \begin_layout Standard
15033 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15034  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15035  la ligne dans laquelle le tableau est inséré.
15036  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15037  boîte élévatrice (raisebox)
15038 \begin_inset Foot
15039 status collapsed
15040
15041 \begin_layout Plain Layout
15042 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15043 \begin_inset space ~
15044 \end_inset
15045
15046
15047 \begin_inset CommandInset ref
15048 LatexCommand ref
15049 reference "sub:Alignement-Vertical"
15050
15051 \end_inset
15052
15053 .
15054 \end_layout
15055
15056 \end_inset
15057
15058 .
15059  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15060  aligné en utilisant la commande en code TeX suivante 
15061 \end_layout
15062
15063 \begin_layout Standard
15064
15065 \series bold
15066
15067 \backslash
15068 raisebox{0.85
15069 \backslash
15070 baselineskip}{
15071 \end_layout
15072
15073 \begin_layout Standard
15074 placée juste avant la boîte minipage.
15075  Après la boîte on insère l'accolade fermante en code TeX.
15076  Pour le deuxième tableau de la dernière ligne, la commande 
15077 \end_layout
15078
15079 \begin_layout Standard
15080
15081 \series bold
15082
15083 \backslash
15084 raisebox{-0.32
15085 \backslash
15086 baselineskip}{
15087 \end_layout
15088
15089 \begin_layout Standard
15090 est utilisée.
15091 \end_layout
15092
15093 \begin_layout Standard
15094 \begin_inset Note Greyedout
15095 status open
15096
15097 \begin_layout Plain Layout
15098
15099 \series bold
15100 Note:
15101 \series default
15102  L'alignement entre le contenu de la ligne du tableau et le texte de la
15103  ligne qui l'entoure ne peut pas être parfait.
15104  Le facteur utilisé dans la commande 
15105 \series bold
15106
15107 \backslash
15108 raisebox
15109 \series default
15110  pour obtenir cet alignement dépend de la police de caractères du document,
15111  de la taille de la police et de l'épaisseur des lignes du tableau.
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \begin_layout Section
15120 Tableaux Colorés
15121 \begin_inset CommandInset label
15122 LatexCommand label
15123 name "sec:Tableaux-Colorés"
15124
15125 \end_inset
15126
15127
15128 \begin_inset Index idx
15129 status collapsed
15130
15131 \begin_layout Plain Layout
15132 Tableau ! Coloré
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \begin_layout Subsection
15141 Cellules Colorées
15142 \begin_inset Index idx
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146 Couleur des tableaux ! Pour les cellules
15147 \end_layout
15148
15149 \end_inset
15150
15151
15152 \begin_inset Index idx
15153 status collapsed
15154
15155 \begin_layout Plain Layout
15156 Couleur ! Pour les cellules de tableau
15157 \end_layout
15158
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \begin_layout Standard
15165 \begin_inset Float table
15166 placement h
15167 wide false
15168 sideways false
15169 status open
15170
15171 \begin_layout Plain Layout
15172 \begin_inset Caption
15173
15174 \begin_layout Plain Layout
15175 \begin_inset CommandInset label
15176 LatexCommand label
15177 name "tab:Tableau-coloré-sans-colortbl"
15178
15179 \end_inset
15180
15181 Tableau coloré sans utiliser le paquetage  
15182 \series bold
15183 colortbl
15184 \series default
15185
15186 \begin_inset Argument
15187 status open
15188
15189 \begin_layout Plain Layout
15190 Tableau sans colortbl
15191 \end_layout
15192
15193 \end_inset
15194
15195
15196 \end_layout
15197
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \begin_layout Plain Layout
15204 \align center
15205 \begin_inset Tabular
15206 <lyxtabular version="3" rows="3" columns="3">
15207 <features tabularvalignment="middle">
15208 <column alignment="center" valignment="top" width="0">
15209 <column alignment="center" valignment="top" width="0">
15210 <column alignment="center" valignment="top" width="0">
15211 <row>
15212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216
15217 \color green
15218 a
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \color red
15229 b
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238
15239 \color red
15240 c
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 </row>
15246 <row>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \color green
15253 d
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262
15263 \color blue
15264 e
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \color blue
15275 f
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \color green
15288 g
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \color blue
15299 h
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308
15309 \color blue
15310 i
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 </lyxtabular>
15317
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Standard
15329 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15330  et choisissez une couleur dans le menu 
15331 \family sans
15332 Éditer\SpecialChar \menuseparator
15333 Style
15334 \begin_inset space ~
15335 \end_inset
15336
15337 de
15338 \begin_inset space ~
15339 \end_inset
15340
15341 Texte
15342 \family default
15343 .
15344  C'est ce qui a été utilisé pour créer le tableau
15345 \begin_inset space ~
15346 \end_inset
15347
15348
15349 \begin_inset CommandInset ref
15350 LatexCommand ref
15351 reference "tab:Tableau-coloré-sans-colortbl"
15352
15353 \end_inset
15354
15355 .
15356  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15357 \series bold
15358 colortbl
15359 \series default
15360 .
15361 \begin_inset Index idx
15362 status collapsed
15363
15364 \begin_layout Plain Layout
15365 Paquetages LaTeX ! colortbl
15366 \end_layout
15367
15368 \end_inset
15369
15370
15371 \end_layout
15372
15373 \begin_layout Standard
15374 \begin_inset ERT
15375 status collapsed
15376
15377 \begin_layout Plain Layout
15378
15379
15380 \backslash
15381 ifcolortbl
15382 \end_layout
15383
15384 \end_inset
15385
15386
15387 \begin_inset Note Note
15388 status open
15389
15390 \begin_layout Plain Layout
15391 La section qui suit ne sera affichée que si vous avez installé le paquetage
15392  LaTeX 
15393 \series bold
15394 colortbl
15395 \series default
15396 .
15397 \end_layout
15398
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \begin_layout Standard
15405 Pour créer des tableaux colorés, vous devez charger le paquetage
15406 \series bold
15407  colortbl
15408 \series default
15409  dans le préambule avec la ligne
15410 \end_layout
15411
15412 \begin_layout Standard
15413
15414 \series bold
15415
15416 \backslash
15417 usepackage{colortbl}
15418 \end_layout
15419
15420 \begin_layout Standard
15421 On choisit la couleur d'une colonne avec la commande 
15422 \end_layout
15423
15424 \begin_layout Standard
15425
15426 \series bold
15427
15428 \backslash
15429 columncolor{nom de couleur}
15430 \end_layout
15431
15432 \begin_layout Standard
15433 à l'intérieur d'une commande 
15434 \series bold
15435 >{ }
15436 \series default
15437 .
15438  Vous trouverez plus d'information sur la commande 
15439 \series bold
15440 >{}
15441 \series default
15442  dans la section
15443 \begin_inset space ~
15444 \end_inset
15445
15446
15447 \begin_inset CommandInset ref
15448 LatexCommand ref
15449 reference "sub:Calculs-multicolonnes"
15450
15451 \end_inset
15452
15453 .
15454 \end_layout
15455
15456 \begin_layout Standard
15457 Les noms de couleurs suivants sont prédéfinis :
15458 \end_layout
15459
15460 \begin_layout Standard
15461
15462 \family sans
15463 red
15464 \family default
15465  (rouge), 
15466 \family sans
15467 green
15468 \family default
15469  (vert), 
15470 \family sans
15471 yellow
15472 \family default
15473  (jaune), 
15474 \family sans
15475 blue
15476 \family default
15477  (bleu), 
15478 \family sans
15479 cyan
15480 \family default
15481
15482 \family sans
15483 magenta
15484 \family default
15485
15486 \family sans
15487 black 
15488 \family default
15489 (noir) et 
15490 \family sans
15491 white 
15492 \family default
15493 (blanc).
15494 \end_layout
15495
15496 \begin_layout Standard
15497 \begin_inset VSpace medskip
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \begin_layout Standard
15504 Vous pouvez aussi définir votre propre couleur avec la commande
15505 \end_layout
15506
15507 \begin_layout Standard
15508
15509 \series bold
15510
15511 \backslash
15512 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15513 \end_layout
15514
15515 \begin_layout Standard
15516 Le modèle de couleur peut être
15517 \end_layout
15518
15519 \begin_layout Labeling
15520 \labelwidthstring 00.00.0000
15521 cmyk: cyan, magenta, jaune (yellow), noir (black)
15522 \end_layout
15523
15524 \begin_layout Labeling
15525 \labelwidthstring 00.00.0000
15526 rgb: red, vert (green), bleu (blue)
15527 \end_layout
15528
15529 \begin_layout Labeling
15530 \labelwidthstring 00.00.0000
15531 gray dégradé de gris (gray)
15532 \end_layout
15533
15534 \begin_layout Standard
15535 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15536  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15537 \end_layout
15538
15539 \begin_layout Standard
15540 Vous pouvez par exemple définir la couleur 
15541 \begin_inset Quotes eld
15542 \end_inset
15543
15544
15545 \emph on
15546 vertfonce
15547 \begin_inset Quotes erd
15548 \end_inset
15549
15550  dans le préambule avec la ligne
15551 \end_layout
15552
15553 \begin_layout Standard
15554
15555 \series bold
15556
15557 \backslash
15558 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15559 \end_layout
15560
15561 \begin_layout Standard
15562 et la couleur "
15563 \emph on
15564 grisclair
15565 \emph default
15566 " avec
15567 \end_layout
15568
15569 \begin_layout Standard
15570
15571 \series bold
15572
15573 \backslash
15574 definecolor{grisclair}{gray}{0.8}
15575 \end_layout
15576
15577 \begin_layout Standard
15578 \begin_inset VSpace medskip
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \begin_layout Standard
15585 Les lignes sont colorées avec la commande
15586 \end_layout
15587
15588 \begin_layout Standard
15589
15590 \series bold
15591
15592 \backslash
15593 rowcolor{nom de la couleur}
15594 \end_layout
15595
15596 \begin_layout Standard
15597 et les cellules sont colorées avec la commande
15598 \end_layout
15599
15600 \begin_layout Standard
15601
15602 \series bold
15603
15604 \backslash
15605 cellcolor{nom de la couleur}
15606 \end_layout
15607
15608 \begin_layout Standard
15609 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15610 \end_layout
15611
15612 \begin_layout Standard
15613 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15614  choisissez une couleur dans le menu 
15615 \family sans
15616 Éditer\SpecialChar \menuseparator
15617 Style
15618 \begin_inset space ~
15619 \end_inset
15620
15621 de
15622 \begin_inset space ~
15623 \end_inset
15624
15625 Texte
15626 \family default
15627 .
15628  Si une cellule contient du code TeX, faites bien attention à ne colorer
15629  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15630 \end_layout
15631
15632 \begin_layout Standard
15633 \begin_inset Note Greyedout
15634 status open
15635
15636 \begin_layout Plain Layout
15637
15638 \series bold
15639 Note:
15640 \series default
15641  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15642  définies par l'utilisateur.
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 \begin_inset VSpace bigskip
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \begin_layout Standard
15658 Pour créer le tableau
15659 \begin_inset space ~
15660 \end_inset
15661
15662
15663 \begin_inset CommandInset ref
15664 LatexCommand ref
15665 reference "tab:Tableau-coloré-avec-colortbl"
15666
15667 \end_inset
15668
15669  faites ce qui suit : La couleur de la première colonne doit être 
15670 \emph on
15671 vertfonce
15672 \emph default
15673 .
15674  On insère donc la commande
15675 \end_layout
15676
15677 \begin_layout Standard
15678
15679 \series bold
15680 >{
15681 \backslash
15682 columncolor{vertfonce}
15683 \backslash
15684 centering}c
15685 \end_layout
15686
15687 \begin_layout Standard
15688 en code TeX pour cette colonne.
15689  La première ligne doit être bleue
15690 \begin_inset Note Note
15691 status open
15692
15693 \begin_layout Plain Layout
15694 cyan ? (NdT)
15695 \end_layout
15696
15697 \end_inset
15698
15699 , d'où la commande en code TeX
15700 \end_layout
15701
15702 \begin_layout Standard
15703
15704 \series bold
15705
15706 \backslash
15707 rowcolor{cyan}
15708 \end_layout
15709
15710 \begin_layout Standard
15711 qui est insérée dans la première cellule de cette ligne.
15712  Notez que cela annule la couleur de colonne pour la première cellule.
15713  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15714  en code TeX la commande
15715 \end_layout
15716
15717 \begin_layout Standard
15718
15719 \series bold
15720
15721 \backslash
15722 cellcolor{magenta}
15723 \end_layout
15724
15725 \begin_layout Standard
15726 Les caractères peuvent maintenant être colorés en utilisant le menu 
15727 \family sans
15728 Éditer\SpecialChar \menuseparator
15729 Style
15730 \begin_inset space ~
15731 \end_inset
15732
15733 de
15734 \begin_inset space ~
15735 \end_inset
15736
15737 Texte
15738 \family default
15739 .
15740 \end_layout
15741
15742 \begin_layout Standard
15743 \begin_inset Float table
15744 placement h
15745 wide false
15746 sideways false
15747 status open
15748
15749 \begin_layout Plain Layout
15750 \begin_inset Caption
15751
15752 \begin_layout Plain Layout
15753 \begin_inset CommandInset label
15754 LatexCommand label
15755 name "tab:Tableau-coloré-avec-colortbl"
15756
15757 \end_inset
15758
15759 Tableau coloré en utilisant le paquetage 
15760 \series bold
15761 colortbl
15762 \series default
15763
15764 \begin_inset Argument
15765 status collapsed
15766
15767 \begin_layout Plain Layout
15768 Tableau avec colortbl
15769 \end_layout
15770
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Plain Layout
15782 \align center
15783 \begin_inset Tabular
15784 <lyxtabular version="3" rows="3" columns="3">
15785 <features tabularvalignment="middle">
15786 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15787 <column alignment="center" valignment="top" width="0">
15788 <column alignment="center" valignment="top" width="0">
15789 <row>
15790 <cell alignment="center" valignment="top" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset ERT
15795 status collapsed
15796
15797 \begin_layout Plain Layout
15798
15799
15800 \backslash
15801 rowcolor{cyan}
15802 \end_layout
15803
15804 \end_inset
15805
15806
15807 \color magenta
15808 a
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="center" valignment="top" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817
15818 \color red
15819 b
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828
15829 \color red
15830 c
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \color yellow
15843 d
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \color blue
15854 e
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863
15864 \color blue
15865 f
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 </row>
15871 <row>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876
15877 \color yellow
15878 g
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell alignment="center" valignment="top" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \color blue
15889 h
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 \begin_inset ERT
15899 status collapsed
15900
15901 \begin_layout Plain Layout
15902
15903
15904 \backslash
15905 cellcolor{magenta}
15906 \end_layout
15907
15908 \end_inset
15909
15910
15911 \color green
15912 i
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 </lyxtabular>
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \begin_layout Standard
15931 \begin_inset ERT
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935
15936
15937 \backslash
15938 else
15939 \end_layout
15940
15941 \end_inset
15942
15943
15944 \begin_inset Note Note
15945 status open
15946
15947 \begin_layout Plain Layout
15948 Ce qui suit sera affiché si le paquetage 
15949 \series bold
15950 colortbl
15951 \series default
15952  n'est pas installé :
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Standard
15961 Vous devez installer le paquetage 
15962 \series bold
15963 colortbl
15964 \series default
15965  pour voir le contenu des cette section dans la sortie imprimée.
15966 \end_layout
15967
15968 \begin_layout Standard
15969 \begin_inset ERT
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973
15974
15975 \backslash
15976 fi
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Subsection
15985 Les filets colorées
15986 \begin_inset Index idx
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990 Tableau Coloré ! Pour les filets
15991 \end_layout
15992
15993 \end_inset
15994
15995
15996 \begin_inset Index idx
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 Couleur ! Pour les filets des tableaux
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \begin_inset Note Note
16007 status collapsed
16008
16009 \begin_layout Plain Layout
16010 on parle de filets plutôt que de lignes pour les tableaux
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \begin_layout Standard
16019 Comme c'est décrit dans la section
16020 \begin_inset space ~
16021 \end_inset
16022
16023
16024 \begin_inset CommandInset ref
16025 LatexCommand ref
16026 reference "sub:Epaisseur-filets"
16027
16028 \end_inset
16029
16030 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16031  variable 
16032 \series bold
16033
16034 \backslash
16035 arrayrulewidth
16036 \series default
16037 .
16038  Elle est mise à 1.5
16039 \begin_inset space \thinspace{}
16040 \end_inset
16041
16042 pt pour tous les tableaux de cette section.
16043 \begin_inset ERT
16044 status collapsed
16045
16046 \begin_layout Plain Layout
16047
16048
16049 \backslash
16050 setlength{
16051 \backslash
16052 arrayrulewidth}{1.5pt}
16053 \end_layout
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \begin_layout Standard
16061 Pour colorer les filets verticaux, par exemple en vert, créez le format
16062  de colonne suivant dans le préambule du document, en suivant la description
16063  de la section
16064 \begin_inset space ~
16065 \end_inset
16066
16067
16068 \begin_inset CommandInset ref
16069 LatexCommand ref
16070 reference "sub:Formats-personnalisés"
16071
16072 \end_inset
16073
16074 :
16075 \end_layout
16076
16077 \begin_layout Standard
16078
16079 \series bold
16080
16081 \backslash
16082 newcolumntype{W}{!{
16083 \backslash
16084 color{green}
16085 \backslash
16086 vline}}
16087 \end_layout
16088
16089 \begin_layout Standard
16090 Pour le tableau
16091 \begin_inset space ~
16092 \end_inset
16093
16094
16095 \begin_inset CommandInset ref
16096 LatexCommand ref
16097 reference "tab:Tableau-filets-verticaux-colorés"
16098
16099 \end_inset
16100
16101  le paramètre LaTeX
16102 \series bold
16103  WcW
16104 \series default
16105  a été utilisé pour la dernière colonne et
16106 \series bold
16107  Wc
16108 \series default
16109  pour les autres colonnes.
16110 \end_layout
16111
16112 \begin_layout Standard
16113 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16114 \end_layout
16115
16116 \begin_layout Standard
16117 \begin_inset Float table
16118 placement h
16119 wide false
16120 sideways false
16121 status open
16122
16123 \begin_layout Plain Layout
16124 \begin_inset Caption
16125
16126 \begin_layout Plain Layout
16127 \begin_inset CommandInset label
16128 LatexCommand label
16129 name "tab:Tableau-filets-verticaux-colorés"
16130
16131 \end_inset
16132
16133 Tableau avec filets verticaux colorés
16134 \end_layout
16135
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \begin_layout Plain Layout
16142 \align center
16143 \begin_inset Tabular
16144 <lyxtabular version="3" rows="3" columns="3">
16145 <features tabularvalignment="middle">
16146 <column alignment="center" valignment="top" width="0" special="Wc">
16147 <column alignment="center" valignment="top" width="0" special="Wc">
16148 <column alignment="center" valignment="top" width="0" special="WcW">
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 sd
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 </row>
16178 <row>
16179 <cell alignment="center" valignment="top" topline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 sd
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 sd
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 </lyxtabular>
16237
16238 \end_inset
16239
16240
16241 \end_layout
16242
16243 \end_inset
16244
16245
16246 \end_layout
16247
16248 \begin_layout Standard
16249 \begin_inset VSpace bigskip
16250 \end_inset
16251
16252 Pour colorer les filets horizontaux en rouge comme pour le tableau
16253 \begin_inset space ~
16254 \end_inset
16255
16256
16257 \begin_inset CommandInset ref
16258 LatexCommand ref
16259 reference "tab:Tableau-filet-horizontaux-colorés"
16260
16261 \end_inset
16262
16263 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16264  le flottant de tableau :
16265 \end_layout
16266
16267 \begin_layout Standard
16268
16269 \series bold
16270
16271 \backslash
16272 let
16273 \backslash
16274 myHlineC
16275 \backslash
16276 hline
16277 \begin_inset Newline newline
16278 \end_inset
16279
16280
16281 \backslash
16282 renewcommand{
16283 \backslash
16284 hline}
16285 \begin_inset Newline newline
16286 \end_inset
16287
16288
16289 \begin_inset Phantom HPhantom
16290 status open
16291
16292 \begin_layout Plain Layout
16293
16294 \series bold
16295 \begin_inset space ~
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \end_inset
16302
16303 {
16304 \backslash
16305 arrayrulecolor{red}
16306 \backslash
16307 myHlineC
16308 \backslash
16309 arrayrulecolor{black}}
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 let
16321 \backslash
16322 myHlineC
16323 \backslash
16324 hline
16325 \end_layout
16326
16327 \begin_layout Plain Layout
16328
16329
16330 \backslash
16331 renewcommand{
16332 \backslash
16333 hline}
16334 \end_layout
16335
16336 \begin_layout Plain Layout
16337
16338  {
16339 \backslash
16340 arrayrulecolor{red}
16341 \backslash
16342 myHlineC
16343 \backslash
16344 arrayrulecolor{black}}
16345 \end_layout
16346
16347 \end_inset
16348
16349
16350 \begin_inset Float table
16351 placement h
16352 wide false
16353 sideways false
16354 status open
16355
16356 \begin_layout Plain Layout
16357 \begin_inset Caption
16358
16359 \begin_layout Plain Layout
16360 \begin_inset CommandInset label
16361 LatexCommand label
16362 name "tab:Tableau-filet-horizontaux-colorés"
16363
16364 \end_inset
16365
16366 Tableau avec filets horizontaux colorés
16367 \end_layout
16368
16369 \end_inset
16370
16371
16372 \end_layout
16373
16374 \begin_layout Plain Layout
16375 \align center
16376 \begin_inset Tabular
16377 <lyxtabular version="3" rows="3" columns="3">
16378 <features tabularvalignment="middle">
16379 <column alignment="center" valignment="top" width="0">
16380 <column alignment="center" valignment="top" width="0">
16381 <column alignment="center" valignment="top" width="0">
16382 <row>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 sd
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 sd
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 sd
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 </lyxtabular>
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \begin_layout Standard
16482 Pour revenir à la couleur noire implicite, insérez la commande suivante
16483  en code TeX, juste après le tableau ou le flottant de tableau :
16484 \end_layout
16485
16486 \begin_layout Standard
16487
16488 \series bold
16489
16490 \backslash
16491 renewcommand{
16492 \backslash
16493 hline}{
16494 \backslash
16495 myHlineC}
16496 \end_layout
16497
16498 \begin_layout Standard
16499 Le tableau
16500 \begin_inset space ~
16501 \end_inset
16502
16503
16504 \begin_inset CommandInset ref
16505 LatexCommand ref
16506 reference "tab:Tableau-avec-filets-colorés"
16507
16508 \end_inset
16509
16510  est un exemple avec des filets horizontaux et verticaux colorés.
16511 \end_layout
16512
16513 \begin_layout Standard
16514 \begin_inset Float table
16515 placement h
16516 wide false
16517 sideways false
16518 status open
16519
16520 \begin_layout Plain Layout
16521 \begin_inset Caption
16522
16523 \begin_layout Plain Layout
16524 \begin_inset CommandInset label
16525 LatexCommand label
16526 name "tab:Tableau-avec-filets-colorés"
16527
16528 \end_inset
16529
16530 Tableau avec filets horizontaux et verticaux colorés
16531 \end_layout
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Plain Layout
16539 \align center
16540 \begin_inset Tabular
16541 <lyxtabular version="3" rows="3" columns="3">
16542 <features tabularvalignment="middle">
16543 <column alignment="center" valignment="top" width="0" special="Wc">
16544 <column alignment="center" valignment="top" width="0" special="Wc">
16545 <column alignment="center" valignment="top" width="0" special="WcW">
16546 <row>
16547 <cell alignment="center" valignment="top" topline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 sd
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 sd
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row topspace="default">
16605 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 sd
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 </lyxtabular>
16634
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \begin_layout Standard
16646 \begin_inset ERT
16647 status collapsed
16648
16649 \begin_layout Plain Layout
16650
16651
16652 \backslash
16653 renewcommand{
16654 \backslash
16655 hline}{
16656 \backslash
16657 myHlineC}
16658 \end_layout
16659
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \begin_layout Standard
16666 \begin_inset ERT
16667 status collapsed
16668
16669 \begin_layout Plain Layout
16670
16671
16672 \backslash
16673 setlength{
16674 \backslash
16675 arrayrulewidth}{0.4pt}
16676 \end_layout
16677
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \begin_layout Section
16684 Personnalisation des Tableaux
16685 \begin_inset Index idx
16686 status collapsed
16687
16688 \begin_layout Plain Layout
16689 Tableau ! Personnalisation
16690 \end_layout
16691
16692 \end_inset
16693
16694
16695 \begin_inset Index idx
16696 status collapsed
16697
16698 \begin_layout Plain Layout
16699 Personnalisation des tableaux
16700 \end_layout
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \begin_layout Subsection
16708 Espacement des lignes
16709 \begin_inset CommandInset label
16710 LatexCommand label
16711 name "sub:Espacement-lignes"
16712
16713 \end_inset
16714
16715
16716 \begin_inset Index idx
16717 status collapsed
16718
16719 \begin_layout Plain Layout
16720 Personnalisation des tableaux ! Espacement des lignes
16721 \end_layout
16722
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Standard
16729 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16730  l'onglet 
16731 \family sans
16732 Bordures
16733 \family default
16734  de la fenêtre de dialogue 
16735 \family sans
16736 Paramètres
16737 \begin_inset space ~
16738 \end_inset
16739
16740 du
16741 \begin_inset space ~
16742 \end_inset
16743
16744 tableau
16745 \family default
16746 .
16747  Vous y trouverez trois possibilités :
16748 \end_layout
16749
16750 \begin_layout Description
16751 Haut
16752 \begin_inset space ~
16753 \end_inset
16754
16755 de
16756 \begin_inset space ~
16757 \end_inset
16758
16759 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16760  Si le tableau est un tableau formel
16761 \begin_inset Foot
16762 status collapsed
16763
16764 \begin_layout Plain Layout
16765 Les tableaux formels sont décrits dans la section
16766 \begin_inset space ~
16767 \end_inset
16768
16769
16770 \begin_inset CommandInset ref
16771 LatexCommand ref
16772 reference "sec:Tableaux-Formels"
16773
16774 \end_inset
16775
16776 .
16777 \end_layout
16778
16779 \end_inset
16780
16781  LyX va insérer implicitement un espace de 0.5
16782 \begin_inset space \thinspace{}
16783 \end_inset
16784
16785 em.
16786  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16787  les filets verticaux comme dans le tableau suivant :
16788 \begin_inset VSpace medskip
16789 \end_inset
16790
16791
16792 \begin_inset Newline newline
16793 \end_inset
16794
16795
16796 \begin_inset space \hspace*{}
16797 \length 0pt
16798 \end_inset
16799
16800
16801 \begin_inset space \hfill{}
16802 \end_inset
16803
16804
16805 \begin_inset Tabular
16806 <lyxtabular version="3" rows="3" columns="1">
16807 <features tabularvalignment="middle">
16808 <column alignment="center" valignment="top" width="0">
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 A
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row topspace="3mm">
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 espace de 3
16826 \begin_inset space \thinspace{}
16827 \end_inset
16828
16829 mm en haut de la ligne
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 C
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 </lyxtabular>
16847
16848 \end_inset
16849
16850
16851 \begin_inset space \hfill{}
16852 \end_inset
16853
16854
16855 \begin_inset space \hspace*{}
16856 \length 0pt
16857 \end_inset
16858
16859
16860 \begin_inset VSpace medskip
16861 \end_inset
16862
16863
16864 \begin_inset Newline newline
16865 \end_inset
16866
16867 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16868  pas de filets verticaux.
16869 \end_layout
16870
16871 \begin_layout Description
16872 Bas
16873 \begin_inset space ~
16874 \end_inset
16875
16876 de
16877 \begin_inset space ~
16878 \end_inset
16879
16880 ligne va ajouter de l'espace sous les caractères de la ligne.
16881  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16882  de 0.5
16883 \begin_inset space \thinspace{}
16884 \end_inset
16885
16886 em, pour les tableaux normaux, l'espace implicite est de 2
16887 \begin_inset space \thinspace{}
16888 \end_inset
16889
16890 pt.
16891 \end_layout
16892
16893 \begin_layout Description
16894 Entre
16895 \begin_inset space ~
16896 \end_inset
16897
16898 les
16899 \begin_inset space ~
16900 \end_inset
16901
16902 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16903  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16904  de 0.5
16905 \begin_inset space \thinspace{}
16906 \end_inset
16907
16908 em.
16909  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16910  les filets verticaux comme dans le tableau suivant :
16911 \begin_inset VSpace medskip
16912 \end_inset
16913
16914
16915 \begin_inset Newline newline
16916 \end_inset
16917
16918
16919 \begin_inset space \hspace*{}
16920 \length 0pt
16921 \end_inset
16922
16923
16924 \begin_inset space \hfill{}
16925 \end_inset
16926
16927
16928 \begin_inset Tabular
16929 <lyxtabular version="3" rows="3" columns="1">
16930 <features tabularvalignment="middle">
16931 <column alignment="center" valignment="top" width="0">
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 A
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row interlinespace="3mm">
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $\downarrow$
16949 \end_inset
16950
16951  espace de 3
16952 \begin_inset space \thinspace{}
16953 \end_inset
16954
16955 mm entre les lignes 
16956 \begin_inset Formula $\downarrow$
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970 \begin_inset Formula $\uparrow$
16971 \end_inset
16972
16973  espace de 3
16974 \begin_inset space \thinspace{}
16975 \end_inset
16976
16977 mm entre les lignes 
16978 \begin_inset Formula $\uparrow$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 </lyxtabular>
16988
16989 \end_inset
16990
16991
16992 \begin_inset space \hfill{}
16993 \end_inset
16994
16995
16996 \begin_inset space \hspace*{}
16997 \length 0pt
16998 \end_inset
16999
17000
17001 \begin_inset VSpace medskip
17002 \end_inset
17003
17004
17005 \begin_inset Newline newline
17006 \end_inset
17007
17008 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17009  pas de filets verticaux.
17010 \end_layout
17011
17012 \begin_layout Standard
17013 \begin_inset VSpace bigskip
17014 \end_inset
17015
17016 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17017  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17018  dans le préambule :
17019 \end_layout
17020
17021 \begin_layout Standard
17022
17023 \series bold
17024
17025 \backslash
17026 @ifundefined{extrarowheight}
17027 \begin_inset Newline newline
17028 \end_inset
17029
17030
17031 \begin_inset Phantom HPhantom
17032 status open
17033
17034 \begin_layout Plain Layout
17035
17036 \series bold
17037 \begin_inset space ~
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044
17045 {
17046 \backslash
17047 usepackage{array}}{}
17048 \begin_inset Newline newline
17049 \end_inset
17050
17051
17052 \backslash
17053 setlength{
17054 \backslash
17055 extrarowheight}{height}
17056 \end_layout
17057
17058 \begin_layout Standard
17059 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17060  plus exactement centré verticalement.
17061  (le paquetage 
17062 \series bold
17063 array 
17064 \series default
17065 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17066  auto-définis.
17067  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17068  
17069 \series bold
17070
17071 \backslash
17072 @ifundefined
17073 \series default
17074  dans la commande précédente.)
17075 \end_layout
17076
17077 \begin_layout Standard
17078 Si vous utilisez des polices de taille plus grande que la taille normale,
17079  les bordures des tableaux sont souvent trop proches du texte.
17080  On peut corriger ce problème en insérant la commande 
17081 \series bold
17082
17083 \begin_inset space \space{}
17084 \end_inset
17085
17086
17087 \backslash
17088 strut
17089 \series default
17090  en code TeX au debut d'une ligne du tableau.
17091  Le tableau
17092 \lang english
17093
17094 \begin_inset space ~
17095 \end_inset
17096
17097
17098 \begin_inset CommandInset ref
17099 LatexCommand ref
17100 reference "tab:Alignement-vertical"
17101
17102 \end_inset
17103
17104
17105 \lang french
17106  montre l'effet de cette commande.
17107 \end_layout
17108
17109 \begin_layout Standard
17110 \noindent
17111 \begin_inset Float table
17112 placement h
17113 wide false
17114 sideways false
17115 status open
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Caption
17119
17120 \begin_layout Plain Layout
17121 \begin_inset CommandInset label
17122 LatexCommand label
17123 name "tab:Alignement-vertical"
17124
17125 \end_inset
17126
17127 Alignement vertical d'un texte avec une police de grande taille.
17128 \end_layout
17129
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \begin_layout Plain Layout
17136 \begin_inset space \hfill{}
17137 \end_inset
17138
17139
17140 \begin_inset Float table
17141 wide false
17142 sideways false
17143 status collapsed
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Caption
17147
17148 \begin_layout Plain Layout
17149 Tableau normal.
17150 \end_layout
17151
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Plain Layout
17158 \noindent
17159 \align center
17160 \begin_inset Tabular
17161 <lyxtabular version="3" rows="6" columns="1">
17162 <features tabularvalignment="middle">
17163 <column alignment="left" valignment="top" width="0">
17164 <row>
17165 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 Normal, g
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180
17181 \size large
17182 Large
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 <row>
17189 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \size larger
17195 Larger
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \size largest
17208 Largest
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \size huge
17221 Huge
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 </row>
17227 <row>
17228 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232
17233 \size huge
17234 Huger
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 </lyxtabular>
17241
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248
17249
17250 \begin_inset space \hfill{}
17251 \end_inset
17252
17253
17254 \begin_inset Float table
17255 wide false
17256 sideways false
17257 status collapsed
17258
17259 \begin_layout Plain Layout
17260 \begin_inset Caption
17261
17262 \begin_layout Plain Layout
17263 Tableau utilisant la commande 
17264 \series bold
17265
17266 \backslash
17267 strut
17268 \series default
17269 .
17270 \end_layout
17271
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \begin_layout Plain Layout
17278 \noindent
17279 \align center
17280 \begin_inset Tabular
17281 <lyxtabular version="3" rows="6" columns="1">
17282 <features tabularvalignment="middle">
17283 <column alignment="left" valignment="top" width="0">
17284 <row>
17285 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289 Normal, g
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 </row>
17295 <row>
17296 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300
17301 \size large
17302 \begin_inset ERT
17303 status collapsed
17304
17305 \begin_layout Plain Layout
17306
17307
17308 \backslash
17309 strut 
17310 \end_layout
17311
17312 \end_inset
17313
17314 Large
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 </row>
17320 <row>
17321 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325
17326 \size larger
17327 \begin_inset ERT
17328 status collapsed
17329
17330 \begin_layout Plain Layout
17331
17332
17333 \backslash
17334 strut 
17335 \end_layout
17336
17337 \end_inset
17338
17339 Larger
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 </row>
17345 <row>
17346 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350
17351 \size largest
17352 \begin_inset ERT
17353 status collapsed
17354
17355 \begin_layout Plain Layout
17356
17357
17358 \backslash
17359 strut 
17360 \end_layout
17361
17362 \end_inset
17363
17364 Largest
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375
17376 \size huge
17377 \begin_inset ERT
17378 status collapsed
17379
17380 \begin_layout Plain Layout
17381
17382
17383 \backslash
17384 strut 
17385 \end_layout
17386
17387 \end_inset
17388
17389 Huge
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 </row>
17395 <row>
17396 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400
17401 \size giant
17402 \begin_inset ERT
17403 status collapsed
17404
17405 \begin_layout Plain Layout
17406
17407
17408 \backslash
17409 strut 
17410 \end_layout
17411
17412 \end_inset
17413
17414
17415 \size huge
17416 Huger
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 </lyxtabular>
17423
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \end_inset
17430
17431
17432 \begin_inset space \hfill{}
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \begin_layout Standard
17444 \begin_inset Newpage newpage
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \begin_layout Subsection
17451 Alignements de cellules spéciaux
17452 \begin_inset CommandInset label
17453 LatexCommand label
17454 name "sub:Alignements-de-cellules"
17455
17456 \end_inset
17457
17458
17459 \begin_inset Index idx
17460 status collapsed
17461
17462 \begin_layout Plain Layout
17463 Personnalisation des tableaux ! Alignement de cellules spéciaux
17464 \end_layout
17465
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \begin_layout Standard
17472 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17473  cellules sur un caractère donné, par exemple le séparateur décimal comme
17474  dans le tableau
17475 \begin_inset space ~
17476 \end_inset
17477
17478
17479 \begin_inset CommandInset ref
17480 LatexCommand ref
17481 reference "tab:Tableau-centré-sur-séparateur-1"
17482
17483 \end_inset
17484
17485 .
17486  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17487  soit en appuyant sur le bouton 
17488 \begin_inset Graphics
17489         filename ../../images/tabular-feature_align-decimal.png
17490         scale 85
17491         scaleBeforeRotation
17492
17493 \end_inset
17494
17495 de la barre d'outils ou en modifiant le paramètre 
17496 \family sans
17497 Alignement horizontal
17498 \family default
17499  à 
17500 \family sans
17501 Au séparateur décimal
17502 \family default
17503 .
17504  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17505  dans les paramètres du tableau.
17506 \end_layout
17507
17508 \begin_layout Standard
17509 \begin_inset Float table
17510 placement h
17511 wide false
17512 sideways false
17513 status open
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Caption
17517
17518 \begin_layout Plain Layout
17519 \begin_inset CommandInset label
17520 LatexCommand label
17521 name "tab:Tableau-centré-sur-séparateur-1"
17522
17523 \end_inset
17524
17525 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17526 \end_layout
17527
17528 \end_inset
17529
17530
17531 \end_layout
17532
17533 \begin_layout Plain Layout
17534 \align center
17535 \begin_inset Tabular
17536 <lyxtabular version="3" rows="4" columns="1">
17537 <features booktabs="true" tabularvalignment="middle">
17538 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17539 <row>
17540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 en-tête
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" topline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 12,6
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 <row>
17562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 0,68
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 </row>
17572 <row>
17573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 -123,0
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 </lyxtabular>
17584
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \begin_layout Standard
17596 \begin_inset Float table
17597 placement h
17598 wide false
17599 sideways false
17600 status open
17601
17602 \begin_layout Plain Layout
17603 \begin_inset Caption
17604
17605 \begin_layout Plain Layout
17606 \begin_inset CommandInset label
17607 LatexCommand label
17608 name "tab:Tableau-centré-sur-séparateur-2"
17609
17610 \end_inset
17611
17612 Les cellules d'une colonnes sont centrées sur les opérateurs.
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Plain Layout
17621 \align center
17622 \begin_inset Tabular
17623 <lyxtabular version="3" rows="4" columns="2">
17624 <features booktabs="true" tabularvalignment="middle">
17625 <column alignment="right" valignment="top" width="0pt">
17626 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17627 <row>
17628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 en-tête
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $12\,+$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 \begin_inset Formula $\,6$
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 </row>
17673 <row>
17674 <cell alignment="center" valignment="top" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Formula $0\,-$
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690 \begin_inset Formula $\,68$
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 </row>
17699 <row>
17700 <cell alignment="center" valignment="top" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 \begin_inset Formula $-123\,/$
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $\,0$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 </lyxtabular>
17726
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17739  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17740  formules.
17741  Dans ce cas on doit utiliser la méthode du tableau
17742 \begin_inset space ~
17743 \end_inset
17744
17745
17746 \begin_inset CommandInset ref
17747 LatexCommand ref
17748 reference "tab:Tableau-centré-sur-séparateur-2"
17749
17750 \end_inset
17751
17752 .
17753  Ce tableau a été créé comme un tableau 4×2.
17754  L'en-tête est une cellule multicolonne centrée.
17755  La première colonne est alignée à droite et contient la première partie
17756  et inclue l'opérateur.
17757  La seconde colonne contient le reste de la cellule aligné à gauche.
17758  Un petit espace a été ajouté au début de toutes les celleules de la deuxième
17759  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17760  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17761  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17762  :
17763 \end_layout
17764
17765 \begin_layout Standard
17766
17767 \series bold
17768 @{}l
17769 \end_layout
17770
17771 \begin_layout Standard
17772 Le tableau
17773 \begin_inset space ~
17774 \end_inset
17775
17776
17777 \begin_inset CommandInset ref
17778 LatexCommand ref
17779 reference "tab:Plusieurs-exemples-alignements"
17780
17781 \end_inset
17782
17783  montre quelques exemples d'alignements.
17784  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17785  comme pour la deuxième colonne du tableau
17786 \begin_inset space ~
17787 \end_inset
17788
17789
17790 \begin_inset CommandInset ref
17791 LatexCommand ref
17792 reference "tab:Tableau-centré-sur-séparateur-2"
17793
17794 \end_inset
17795
17796 .
17797 \end_layout
17798
17799 \begin_layout Standard
17800 \begin_inset Float table
17801 wide false
17802 sideways false
17803 status open
17804
17805 \begin_layout Plain Layout
17806 \begin_inset Caption
17807
17808 \begin_layout Plain Layout
17809 \begin_inset CommandInset label
17810 LatexCommand label
17811 name "tab:Plusieurs-exemples-alignements"
17812
17813 \end_inset
17814
17815 Plusieurs exemples d'alignement de cellules.
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Plain Layout
17824 \align center
17825 \begin_inset Tabular
17826 <lyxtabular version="3" rows="4" columns="6">
17827 <features tabularvalignment="middle">
17828 <column alignment="right" valignment="top" width="0">
17829 <column alignment="left" valignment="top" width="0" special="@{}l">
17830 <column alignment="right" valignment="top" width="0">
17831 <column alignment="left" valignment="top" width="0" special="@{}l">
17832 <column alignment="right" valignment="top" width="0">
17833 <column alignment="left" valignment="top" width="0" special="@{}l">
17834 <row>
17835 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 unités
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 exposants
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 relations
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 </row>
17890 <row>
17891 <cell alignment="center" valignment="top" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 12×
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 24
17905 \begin_inset space \thinspace{}
17906 \end_inset
17907
17908 bouteilles
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 \begin_inset Formula $10\cdot$
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 \begin_inset Formula $10^{\mbox{-}17}$
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 \begin_inset Formula $\Gamma(t)\propto$
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Formula $\:\Upsilon(t)$
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 <row>
17963 <cell alignment="center" valignment="top" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967 1024×
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 768
17977 \begin_inset space \thinspace{}
17978 \end_inset
17979
17980 Pixels
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 \begin_inset Formula $5.78\cdot$
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 \begin_inset Formula $10^{7}$
18002 \end_inset
18003
18004
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 <cell alignment="center" valignment="top" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 \begin_inset Formula $A\ne$
18014 \end_inset
18015
18016
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 \begin_inset Formula $\: B_{\mathrm{red}}$
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 </row>
18034 <row>
18035 <cell alignment="center" valignment="top" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 32×
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 6
18049 \begin_inset space \thinspace{}
18050 \end_inset
18051
18052 cm
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 -
18062 \begin_inset Formula $33.5\cdot$
18063 \end_inset
18064
18065
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 \begin_inset Formula $10^{4}$
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 \begin_inset Formula $\sin(\alpha)\ge$
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 \begin_inset Formula $\:\sin(\beta)$
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 </row>
18107 </lyxtabular>
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \begin_layout Subsection
18120 Formats de cellule et de colonne personnalisés
18121 \begin_inset CommandInset label
18122 LatexCommand label
18123 name "sub:Formats-personnalisés"
18124
18125 \end_inset
18126
18127
18128 \begin_inset Index idx
18129 status collapsed
18130
18131 \begin_layout Plain Layout
18132 Personnalisation des tableaux !  Format de cellule/colonne
18133 \end_layout
18134
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \begin_layout Standard
18141 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18142  multicolonne comme dans la section
18143 \begin_inset space ~
18144 \end_inset
18145
18146
18147 \begin_inset CommandInset ref
18148 LatexCommand ref
18149 reference "sub:Calculs-multicolonnes"
18150
18151 \end_inset
18152
18153  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18154  multicolonnes.
18155  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18156  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18157  du document.
18158  Le format est défini avec la commande
18159 \end_layout
18160
18161 \begin_layout Standard
18162
18163 \series bold
18164
18165 \backslash
18166 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18167 \end_layout
18168
18169 \begin_layout Standard
18170 Le nom du format peut n'avoir qu'une lettre.
18171  Les lettres 
18172 \emph on
18173 b
18174 \emph default
18175
18176 \emph on
18177 c
18178 \emph default
18179
18180 \emph on
18181 l
18182 \emph default
18183
18184 \emph on
18185 m
18186 \emph default
18187
18188 \emph on
18189 p
18190 \emph default
18191  et 
18192 \emph on
18193 r
18194 \emph default
18195  sont prédéfinies et donc ne peuvent être utilisées.
18196  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18197 \end_layout
18198
18199 \begin_layout Standard
18200 \begin_inset VSpace medskip
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \begin_layout Standard
18207 Pour de cellules multicolonnes centrées verticalement et horizontalement
18208  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18209  :
18210 \end_layout
18211
18212 \begin_layout Standard
18213
18214 \series bold
18215
18216 \backslash
18217 newcolumntype{M}[1]{>{
18218 \backslash
18219 centering
18220 \backslash
18221 hspace{0pt}}m{#1}}
18222 \end_layout
18223
18224 \begin_layout Standard
18225 Où le 
18226 \series bold
18227
18228 \backslash
18229 hspace{0pt}
18230 \series default
18231  évite le problème de césure du premier mot, comme c'est décrit en section
18232 \begin_inset space ~
18233 \end_inset
18234
18235
18236 \begin_inset CommandInset ref
18237 LatexCommand ref
18238 reference "sub:Lignes-multiple-dans-cellule"
18239
18240 \end_inset
18241
18242 .
18243  Ensuite, vous pouvez entrer
18244 \end_layout
18245
18246 \begin_layout Standard
18247
18248 \series bold
18249 M{width}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18254  une multicolonne.
18255 \end_layout
18256
18257 \begin_layout Standard
18258 \begin_inset VSpace bigskip
18259 \end_inset
18260
18261
18262 \end_layout
18263
18264 \begin_layout Standard
18265 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18266  définir le format
18267 \end_layout
18268
18269 \begin_layout Standard
18270
18271 \series bold
18272
18273 \backslash
18274 newcolumntype{S}[2]{>{
18275 \backslash
18276 centering
18277 \backslash
18278 hspace{0pt}}
18279 \begin_inset Newline newline
18280 \end_inset
18281
18282
18283 \begin_inset Phantom HPhantom
18284 status open
18285
18286 \begin_layout Plain Layout
18287
18288 \series bold
18289
18290 \backslash
18291 newcolumntype{S}[2]
18292 \end_layout
18293
18294 \end_inset
18295
18296 m{(#1+(2
18297 \backslash
18298 tabcolsep+
18299 \backslash
18300 arrayrulewidth)*(1-#2))/#2}}
18301 \end_layout
18302
18303 \begin_layout Standard
18304 Ce format utilise l'équation
18305 \begin_inset space ~
18306 \end_inset
18307
18308
18309 \begin_inset CommandInset ref
18310 LatexCommand eqref
18311 reference "eq:Wgn"
18312
18313 \end_inset
18314
18315  pour calculer la largeur que doit avoir chacune des cellules couverte par
18316  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18317 \end_layout
18318
18319 \begin_layout Standard
18320 Ensuite, vous pouvez entrer
18321 \end_layout
18322
18323 \begin_layout Standard
18324
18325 \series bold
18326 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18327 \end_layout
18328
18329 \begin_layout Standard
18330 comme paramètre LaTeX de la colonne.
18331 \end_layout
18332
18333 \begin_layout Standard
18334 \begin_inset VSpace bigskip
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 Pour des colonnes colorées, vous pouvez définir
18342 \end_layout
18343
18344 \begin_layout Standard
18345
18346 \series bold
18347
18348 \backslash
18349 newcolumntype{K}[1]{>{
18350 \backslash
18351 columncolor{#1}
18352 \backslash
18353 hspace{0pt}}c}
18354 \end_layout
18355
18356 \begin_layout Standard
18357 Le 
18358 \begin_inset Quotes eld
18359 \end_inset
18360
18361 c
18362 \begin_inset Quotes erd
18363 \end_inset
18364
18365  à la fin crée une colonne de largeur variable dont le texte est centré
18366  horizontalement.
18367  Vous pouvez maintenant entrer
18368 \end_layout
18369
18370 \begin_layout Standard
18371
18372 \series bold
18373 K{nom de couleur}
18374 \end_layout
18375
18376 \begin_layout Standard
18377 comme paramètre LaTeX.
18378 \end_layout
18379
18380 \begin_layout Standard
18381 \begin_inset VSpace bigskip
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \begin_layout Standard
18388 Pour créer le tableau
18389 \begin_inset space ~
18390 \end_inset
18391
18392
18393 \begin_inset CommandInset ref
18394 LatexCommand ref
18395 reference "tab:Tableau-formats-personnalisés"
18396
18397 \end_inset
18398
18399  utilisez les paramètres LaTeX
18400 \end_layout
18401
18402 \begin_layout Standard
18403
18404 \series bold
18405 M{2.5cm}
18406 \end_layout
18407
18408 \begin_layout Standard
18409 pour la première colonne et la multicolonne,
18410 \end_layout
18411
18412 \begin_layout Standard
18413
18414 \series bold
18415 K{red}
18416 \end_layout
18417
18418 \begin_layout Standard
18419 pour la dernière colonne, et
18420 \end_layout
18421
18422 \begin_layout Standard
18423
18424 \series bold
18425 S{2.5cm}{2}
18426 \end_layout
18427
18428 \begin_layout Standard
18429 pour les cellules de la deuxième colonne.
18430 \end_layout
18431
18432 \begin_layout Standard
18433 \begin_inset Float table
18434 placement h
18435 wide false
18436 sideways false
18437 status open
18438
18439 \begin_layout Plain Layout
18440 \begin_inset Caption
18441
18442 \begin_layout Plain Layout
18443 \begin_inset CommandInset label
18444 LatexCommand label
18445 name "tab:Tableau-formats-personnalisés"
18446
18447 \end_inset
18448
18449 Tableau utilisant des formats personnalisés
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \end_layout
18456
18457 \begin_layout Plain Layout
18458 \align center
18459 \begin_inset Tabular
18460 <lyxtabular version="3" rows="3" columns="4">
18461 <features tabularvalignment="middle">
18462 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18463 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18464 <column alignment="center" valignment="middle" width="0">
18465 <column alignment="center" valignment="middle" width="0" special="K{red}">
18466 <row>
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 motTrèsLongDansUneCellule
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480 multicolonne avec multiligne
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 c
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 </row>
18504 <row>
18505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 d
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 e
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 f
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 g
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 </row>
18542 <row>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 h
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 i
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 j
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 k
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 </lyxtabular>
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \begin_layout Subsection
18593 Épaisseur des filets
18594 \begin_inset CommandInset label
18595 LatexCommand label
18596 name "sub:Epaisseur-filets"
18597
18598 \end_inset
18599
18600
18601 \begin_inset Index idx
18602 status collapsed
18603
18604 \begin_layout Plain Layout
18605 Personnalisation des tableaux ! Épaisseur filets
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \begin_layout Standard
18614 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18615  
18616 \series bold
18617
18618 \backslash
18619 arrayrulewidth
18620 \series default
18621 .
18622  Pour mettre, par exemple, une épaisseur de filet de 1.5
18623 \begin_inset space \thinspace{}
18624 \end_inset
18625
18626 pt, comme pour le tableau
18627 \begin_inset space ~
18628 \end_inset
18629
18630
18631 \begin_inset CommandInset ref
18632 LatexCommand ref
18633 reference "tab:Tableau-filets-1.5pt"
18634
18635 \end_inset
18636
18637 , insérez la commande
18638 \end_layout
18639
18640 \begin_layout Standard
18641
18642 \series bold
18643
18644 \backslash
18645 setlength{
18646 \backslash
18647 arrayrulewidth}{1.5pt}
18648 \end_layout
18649
18650 \begin_layout Standard
18651 en code TeX avant le tableau ou le flottant de tableau.
18652  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18653  suivent.
18654  pour revenir aux valeurs implicites, mettez 
18655 \series bold
18656
18657 \backslash
18658 arrayrulewidth
18659 \series default
18660  à 0.4
18661 \begin_inset space \thinspace{}
18662 \end_inset
18663
18664 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18665 \end_layout
18666
18667 \begin_layout Standard
18668 \begin_inset ERT
18669 status collapsed
18670
18671 \begin_layout Plain Layout
18672
18673
18674 \backslash
18675 setlength{
18676 \backslash
18677 arrayrulewidth}{1.5pt}
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \begin_inset Float table
18684 wide false
18685 sideways false
18686 status open
18687
18688 \begin_layout Plain Layout
18689 \begin_inset Caption
18690
18691 \begin_layout Plain Layout
18692 \begin_inset CommandInset label
18693 LatexCommand label
18694 name "tab:Tableau-filets-1.5pt"
18695
18696 \end_inset
18697
18698 Tableau avec des filets de 1.5
18699 \begin_inset space \thinspace{}
18700 \end_inset
18701
18702 pt
18703 \end_layout
18704
18705 \end_inset
18706
18707
18708 \end_layout
18709
18710 \begin_layout Plain Layout
18711 \align center
18712 \begin_inset Tabular
18713 <lyxtabular version="3" rows="3" columns="3">
18714 <features tabularvalignment="middle">
18715 <column alignment="center" valignment="top" width="0">
18716 <column alignment="center" valignment="top" width="0">
18717 <column alignment="center" valignment="top" width="0">
18718 <row>
18719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723 sd
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 </row>
18747 <row>
18748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761 sd
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 </row>
18776 <row>
18777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799 sd
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 </row>
18805 </lyxtabular>
18806
18807 \end_inset
18808
18809
18810 \end_layout
18811
18812 \end_inset
18813
18814
18815 \begin_inset ERT
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819
18820
18821 \backslash
18822 setlength{
18823 \backslash
18824 arrayrulewidth}{0.4pt}
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Standard
18833 \begin_inset VSpace bigskip
18834 \end_inset
18835
18836 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18837 \begin_inset space \thinspace{}
18838 \end_inset
18839
18840 pt, comme dans le tableau
18841 \begin_inset space ~
18842 \end_inset
18843
18844
18845 \begin_inset CommandInset ref
18846 LatexCommand ref
18847 reference "tab:Tableau-filets-horizontaux-1.5pt"
18848
18849 \end_inset
18850
18851 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18852  de tableau :
18853 \end_layout
18854
18855 \begin_layout Standard
18856
18857 \series bold
18858
18859 \backslash
18860 let
18861 \backslash
18862 myHline
18863 \backslash
18864 hline
18865 \begin_inset Newline newline
18866 \end_inset
18867
18868
18869 \backslash
18870 renewcommand{
18871 \backslash
18872 hline}
18873 \begin_inset Newline newline
18874 \end_inset
18875
18876  {
18877 \backslash
18878 noalign{
18879 \backslash
18880 global
18881 \backslash
18882 arrayrulewidth 1.5pt}
18883 \begin_inset Newline newline
18884 \end_inset
18885
18886  
18887 \backslash
18888 myHline
18889 \backslash
18890 noalign{
18891 \backslash
18892 global
18893 \backslash
18894 arrayrulewidth 0.4pt}}
18895 \end_layout
18896
18897 \begin_layout Standard
18898 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18899  en code TeX après le tableau ou le flottant de tableau :
18900 \end_layout
18901
18902 \begin_layout Standard
18903
18904 \series bold
18905
18906 \backslash
18907 renewcommand{
18908 \backslash
18909 hline}{
18910 \backslash
18911 myHline}
18912 \end_layout
18913
18914 \begin_layout Standard
18915 \begin_inset ERT
18916 status collapsed
18917
18918 \begin_layout Plain Layout
18919
18920
18921 \backslash
18922 let
18923 \backslash
18924 myHline
18925 \backslash
18926 hline
18927 \end_layout
18928
18929 \begin_layout Plain Layout
18930
18931
18932 \backslash
18933 renewcommand{
18934 \backslash
18935 hline}
18936 \end_layout
18937
18938 \begin_layout Plain Layout
18939
18940  {
18941 \backslash
18942 noalign{
18943 \backslash
18944 global
18945 \backslash
18946 arrayrulewidth 1.5pt}
18947 \end_layout
18948
18949 \begin_layout Plain Layout
18950
18951   
18952 \backslash
18953 myHline
18954 \backslash
18955 noalign{
18956 \backslash
18957 global
18958 \backslash
18959 arrayrulewidth 0.4pt}}
18960 \end_layout
18961
18962 \end_inset
18963
18964
18965 \begin_inset Float table
18966 wide false
18967 sideways false
18968 status open
18969
18970 \begin_layout Plain Layout
18971 \begin_inset Caption
18972
18973 \begin_layout Plain Layout
18974 \begin_inset CommandInset label
18975 LatexCommand label
18976 name "tab:Tableau-filets-horizontaux-1.5pt"
18977
18978 \end_inset
18979
18980 Tableau avec des filets horizontaux de 1.5
18981 \begin_inset space \thinspace{}
18982 \end_inset
18983
18984 pt
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \begin_layout Plain Layout
18993 \align center
18994 \begin_inset Tabular
18995 <lyxtabular version="3" rows="3" columns="3">
18996 <features tabularvalignment="middle">
18997 <column alignment="center" valignment="top" width="0">
18998 <column alignment="center" valignment="top" width="0">
18999 <column alignment="center" valignment="top" width="0">
19000 <row>
19001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 sd
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 </row>
19029 <row>
19030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 sd
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 </row>
19058 <row>
19059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 sd
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 </row>
19087 </lyxtabular>
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \begin_inset ERT
19098 status collapsed
19099
19100 \begin_layout Plain Layout
19101
19102
19103 \backslash
19104 renewcommand{
19105 \backslash
19106 hline}{
19107 \backslash
19108 myHline}
19109 \end_layout
19110
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \begin_layout Standard
19117 \begin_inset VSpace bigskip
19118 \end_inset
19119
19120 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19121 \begin_inset space \thinspace{}
19122 \end_inset
19123
19124 pt, créez le format de colonne suivant dans le préambule, en suivant la
19125  description de la section
19126 \begin_inset space ~
19127 \end_inset
19128
19129
19130 \begin_inset CommandInset ref
19131 LatexCommand ref
19132 reference "sub:Formats-personnalisés"
19133
19134 \end_inset
19135
19136 :
19137 \end_layout
19138
19139 \begin_layout Standard
19140
19141 \series bold
19142
19143 \backslash
19144 newcolumntype{V}{!{
19145 \backslash
19146 vrule width 1.5pt}}
19147 \end_layout
19148
19149 \begin_layout Standard
19150 Pour le tableau
19151 \begin_inset space ~
19152 \end_inset
19153
19154
19155 \begin_inset CommandInset ref
19156 LatexCommand ref
19157 reference "tab:Tableau-filets-verticaux-1.5pt"
19158
19159 \end_inset
19160
19161  le paramètre LaTeX 
19162 \end_layout
19163
19164 \begin_layout Standard
19165
19166 \series bold
19167 VcV
19168 \end_layout
19169
19170 \begin_layout Standard
19171 a été utilisé pour la dernière colonne et
19172 \end_layout
19173
19174 \begin_layout Standard
19175
19176 \series bold
19177 Vc
19178 \end_layout
19179
19180 \begin_layout Standard
19181 pour les autres colonnes.
19182 \end_layout
19183
19184 \begin_layout Standard
19185 \begin_inset Float table
19186 wide false
19187 sideways false
19188 status open
19189
19190 \begin_layout Plain Layout
19191 \begin_inset Caption
19192
19193 \begin_layout Plain Layout
19194 \begin_inset CommandInset label
19195 LatexCommand label
19196 name "tab:Tableau-filets-verticaux-1.5pt"
19197
19198 \end_inset
19199
19200 Tableau avec des filets verticaux de 1.5
19201 \begin_inset space \thinspace{}
19202 \end_inset
19203
19204 pt 
19205 \end_layout
19206
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \begin_layout Plain Layout
19213 \align center
19214 \begin_inset Tabular
19215 <lyxtabular version="3" rows="3" columns="3">
19216 <features tabularvalignment="middle">
19217 <column alignment="center" valignment="top" width="0" special="Vc">
19218 <column alignment="center" valignment="top" width="0" special="Vc">
19219 <column alignment="center" valignment="top" width="0" special="VcV">
19220 <row>
19221 <cell alignment="center" valignment="top" topline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 sd
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 <cell alignment="center" valignment="top" topline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 </row>
19249 <row>
19250 <cell alignment="center" valignment="top" topline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 sd
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 sd
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 </lyxtabular>
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \begin_layout Subsection
19320 Filets à traits interrompus
19321 \begin_inset Index idx
19322 status collapsed
19323
19324 \begin_layout Plain Layout
19325 Personnalisation des tableaux ! Filets à traits interrompus
19326 \end_layout
19327
19328 \end_inset
19329
19330
19331 \end_layout
19332
19333 \begin_layout Standard
19334 \begin_inset ERT
19335 status collapsed
19336
19337 \begin_layout Plain Layout
19338
19339
19340 \backslash
19341 ifarydshln
19342 \end_layout
19343
19344 \end_inset
19345
19346
19347 \begin_inset Note Note
19348 status open
19349
19350 \begin_layout Plain Layout
19351 La section suivante ne s'affichera que si vous avez installé le paquetage
19352  LaTeX 
19353 \series bold
19354 arydshln
19355 \series default
19356 .
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout Standard
19365 \begin_inset Float table
19366 placement H
19367 wide false
19368 sideways false
19369 status open
19370
19371 \begin_layout Plain Layout
19372 \begin_inset Caption
19373
19374 \begin_layout Plain Layout
19375 \begin_inset CommandInset label
19376 LatexCommand label
19377 name "tab:Tableau-filets-tirets"
19378
19379 \end_inset
19380
19381 Tableau avec des filets à traits interrompus
19382 \end_layout
19383
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \begin_layout Plain Layout
19390 \align center
19391 \begin_inset Tabular
19392 <lyxtabular version="3" rows="5" columns="5">
19393 <features tabularvalignment="middle">
19394 <column alignment="center" valignment="top" width="0">
19395 <column alignment="center" valignment="top" width="0">
19396 <column alignment="center" valignment="top" width="0" special=":c">
19397 <column alignment="center" valignment="top" width="0">
19398 <column alignment="center" valignment="top" width="0">
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 a
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 b
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 c
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 d
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 e
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 <row>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451 f
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 g
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 h
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 i
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 j
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 </row>
19493 <row>
19494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset ERT
19499 status collapsed
19500
19501 \begin_layout Plain Layout
19502
19503
19504 \backslash
19505 hdashline 
19506 \end_layout
19507
19508 \end_inset
19509
19510 k
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 l
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 m
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 n
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 o
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 </row>
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 \begin_inset ERT
19558 status collapsed
19559
19560 \begin_layout Plain Layout
19561
19562
19563 \backslash
19564 cdashline{4-5}
19565 \end_layout
19566
19567 \end_inset
19568
19569 p
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 q
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 r
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 s
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 <row>
19612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 t
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 u
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 v
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 w
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Plain Layout
19652 x
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 </lyxtabular>
19659
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19672  donc employer du code TeX.
19673  Mais avant il faut charger le paquetage LaTeX 
19674 \series bold
19675 arydshln
19676 \series default
19677
19678 \begin_inset Index idx
19679 status collapsed
19680
19681 \begin_layout Plain Layout
19682 Paquetages LaTeX ! arydshln
19683 \end_layout
19684
19685 \end_inset
19686
19687  dans le préambule du document avec la commande 
19688 \end_layout
19689
19690 \begin_layout Standard
19691
19692 \series bold
19693
19694 \backslash
19695 usepackage{arydshln}
19696 \end_layout
19697
19698 \begin_layout Standard
19699 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19700  
19701 \begin_inset Quotes eld
19702 \end_inset
19703
19704 :
19705 \begin_inset Quotes erd
19706 \end_inset
19707
19708  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19709  dans la fenêtre de dialogue de paramètre du tableau.
19710 \end_layout
19711
19712 \begin_layout Standard
19713 Pour un trait horizontal interrompu, ajoutez la commande
19714 \end_layout
19715
19716 \begin_layout Standard
19717
19718 \series bold
19719
19720 \backslash
19721 hdashline
19722 \end_layout
19723
19724 \begin_layout Standard
19725 en code TeX comme premier élément de la première cellule de la ligne de
19726  tableau.
19727 \end_layout
19728
19729 \begin_layout Standard
19730 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19731  commande 
19732 \end_layout
19733
19734 \begin_layout Standard
19735
19736 \series bold
19737
19738 \backslash
19739 cdashline{
19740 \series default
19741 numéros de colonnes}
19742 \end_layout
19743
19744 \begin_layout Standard
19745 en code TeX comme premier élément de la première cellule de la ligne.
19746  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19747  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19748 \end_layout
19749
19750 \begin_layout Standard
19751
19752 \series bold
19753
19754 \backslash
19755 cdashline{2-4}
19756 \end_layout
19757
19758 \begin_layout Standard
19759 comme premier élément de la première cellule de la ligne contenant la multicolon
19760 ne.
19761 \end_layout
19762
19763 \begin_layout Standard
19764 \begin_inset VSpace bigskip
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \begin_layout Standard
19771 Le tableau
19772 \begin_inset space ~
19773 \end_inset
19774
19775
19776 \begin_inset CommandInset ref
19777 LatexCommand ref
19778 reference "tab:Tableau-filets-tirets"
19779
19780 \end_inset
19781
19782  a été créé en utilisant 
19783 \begin_inset Quotes eld
19784 \end_inset
19785
19786
19787 \series bold
19788 :c
19789 \series default
19790
19791 \begin_inset Quotes erd
19792 \end_inset
19793
19794  comme paramètre LaTeX pour la troisième colonne.
19795  La commande en code TeX 
19796 \series bold
19797
19798 \backslash
19799 hdashline
19800 \series default
19801  a été insérée dans la première cellule de la troisième ligne et la commande
19802  en code TeX 
19803 \series bold
19804
19805 \backslash
19806 cdashline{4-5}
19807 \series default
19808  a été insérée dans la première cellule de la quatrième ligne.
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset Note Greyedout
19813 status open
19814
19815 \begin_layout Plain Layout
19816
19817 \series bold
19818 Note:
19819 \series default
19820  Le paquetage LaTeX 
19821 \series bold
19822 arydshln
19823 \series default
19824  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19825  
19826 \series bold
19827 colortbl
19828 \series default
19829
19830 \begin_inset Index idx
19831 status collapsed
19832
19833 \begin_layout Plain Layout
19834 Paquetages LaTeX ! colortbl
19835 \end_layout
19836
19837 \end_inset
19838
19839  qui est utilisé pour avoir des tableaux colorés dans la section
19840 \begin_inset space ~
19841 \end_inset
19842
19843
19844 \begin_inset CommandInset ref
19845 LatexCommand ref
19846 reference "sec:Tableaux-Colorés"
19847
19848 \end_inset
19849
19850 .
19851  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19852  traits interrompus.
19853 \end_layout
19854
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \begin_layout Standard
19861 \begin_inset ERT
19862 status collapsed
19863
19864 \begin_layout Plain Layout
19865
19866
19867 \backslash
19868 else
19869 \end_layout
19870
19871 \end_inset
19872
19873
19874 \begin_inset Note Note
19875 status open
19876
19877 \begin_layout Plain Layout
19878 Ce qui suit sera affiché si le paquetage LaTeX 
19879 \series bold
19880 arydshln
19881 \series default
19882  n'est pas installé :
19883 \end_layout
19884
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \begin_layout Standard
19891 Vous devez installer le paquetage LaTeX 
19892 \series bold
19893 arydshln
19894 \series default
19895  pour voir le contenu des cette section dans la sortie imprimée.
19896 \end_layout
19897
19898 \begin_layout Standard
19899 \begin_inset ERT
19900 status collapsed
19901
19902 \begin_layout Plain Layout
19903
19904
19905 \backslash
19906 fi
19907 \end_layout
19908
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \begin_layout Chapter
19915 Flottants
19916 \begin_inset Index idx
19917 status collapsed
19918
19919 \begin_layout Plain Layout
19920 Flottants
19921 \end_layout
19922
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \begin_layout Section
19929 Introduction
19930 \begin_inset CommandInset label
19931 LatexCommand label
19932 name "sec:Flottants-Introduction"
19933
19934 \end_inset
19935
19936
19937 \begin_inset Index idx
19938 status collapsed
19939
19940 \begin_layout Plain Layout
19941 Flottants ! Introduction
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \begin_layout Standard
19950 Un flottant est une portion de document, qui peut être associé à une étiquette
19951  et dont la position n'est pas fixée.
19952  Il peut 
19953 \begin_inset Quotes eld
19954 \end_inset
19955
19956 flotter
19957 \begin_inset Quotes erd
19958 \end_inset
19959
19960  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19961  plus approprié.
19962  Les 
19963 \family sans
19964 Notes
19965 \begin_inset space ~
19966 \end_inset
19967
19968 en
19969 \begin_inset space ~
19970 \end_inset
19971
19972 Bas
19973 \begin_inset space ~
19974 \end_inset
19975
19976 de
19977 \begin_inset space ~
19978 \end_inset
19979
19980 Page
19981 \family default
19982  et le 
19983 \family sans
19984 Notes
19985 \begin_inset space ~
19986 \end_inset
19987
19988 en
19989 \begin_inset space ~
19990 \end_inset
19991
19992 Marge
19993 \family default
19994  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19995  sur la page suivante quand il y a trop de notes sur la page courante.
19996 \end_layout
19997
19998 \begin_layout Standard
19999 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20000  très grande qualité.
20001  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20002  éviter des lignes blanches ou des pages sans texte.
20003  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20004  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20005  le texte.
20006  Les flottants sont donc numérotés.
20007  Les références croisées sont décrites dans la section
20008 \begin_inset space ~
20009 \end_inset
20010
20011
20012 \begin_inset CommandInset ref
20013 LatexCommand ref
20014 reference "sec:Referencer-les-Flottants"
20015
20016 \end_inset
20017
20018 .
20019 \end_layout
20020
20021 \begin_layout Standard
20022 Pour insérer un flottant, on utilise un des sous menus du menu 
20023 \family sans
20024 Insérer\SpecialChar \menuseparator
20025 Flottant.
20026
20027 \family default
20028  Une boîte va être insérée dans votre document avec par exemple une étiquette
20029  du genre 
20030 \begin_inset Quotes eld
20031 \end_inset
20032
20033 Figure
20034 \begin_inset space ~
20035 \end_inset
20036
20037 #:
20038 \begin_inset Quotes erd
20039 \end_inset
20040
20041  (où # est un numéro).
20042  L'étiquette est automatiquement traduite dans la langue du document dans
20043  la sortie finale.
20044  Après l'étiquette vous pouvez insérer du texte comme légende.
20045  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20046  séparé, à l'intérieur du flottant.
20047  Vous trouverez plus de détails sur le positionnement des légendes dans
20048  la section
20049 \begin_inset space ~
20050 \end_inset
20051
20052
20053 \begin_inset CommandInset ref
20054 LatexCommand ref
20055 reference "sec:Placement-légende"
20056
20057 \end_inset
20058
20059 .
20060  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20061  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20062  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20063  Une boîte de flottant fermée ressemble à ceci : 
20064 \begin_inset Graphics
20065         filename clipart/floatQt4.png
20066         scale 60
20067
20068 \end_inset
20069
20070  – une case grise avec un texte rouge.
20071 \end_layout
20072
20073 \begin_layout Standard
20074 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20075  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20076  est formaté de façon particulière.
20077 \end_layout
20078
20079 \begin_layout Section
20080 Les Types de Flottants
20081 \end_layout
20082
20083 \begin_layout Standard
20084 En plus des flottants de figures et de tableau qui sont décrits respectivement
20085  dans les sections
20086 \begin_inset space ~
20087 \end_inset
20088
20089
20090 \begin_inset CommandInset ref
20091 LatexCommand ref
20092 reference "sec:Figure-Floats"
20093
20094 \end_inset
20095
20096  et 
20097 \begin_inset CommandInset ref
20098 LatexCommand ref
20099 reference "sec:Table-Floats"
20100
20101 \end_inset
20102
20103 , LyX offre aussi les types 
20104 \series bold
20105 Algorithme
20106 \series default
20107  et 
20108 \series bold
20109 Enrobage
20110 \series default
20111 .
20112 \end_layout
20113
20114 \begin_layout Subsection
20115 Flottant d'algorithme
20116 \begin_inset Index idx
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120 Flottants ! Algorithmes
20121 \end_layout
20122
20123 \end_inset
20124
20125
20126 \begin_inset CommandInset label
20127 LatexCommand label
20128 name "sub:Flottant-d'Algorithme"
20129
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \begin_layout Standard
20136 \begin_inset Float algorithm
20137 placement h
20138 wide false
20139 sideways false
20140 status open
20141
20142 \begin_layout Plain Layout
20143 \begin_inset Caption
20144
20145 \begin_layout Plain Layout
20146 \begin_inset CommandInset label
20147 LatexCommand label
20148 name "alg:Exemple-Flottant-Algorithme"
20149
20150 \end_inset
20151
20152 Exemple de flottant d'algorithme
20153 \end_layout
20154
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \begin_layout LyX-Code
20161 for I in 1..N loop
20162 \begin_inset Newline newline
20163 \end_inset
20164
20165  Sum:= Sum + A(I); /*comment*/
20166 \begin_inset Newline newline
20167 \end_inset
20168
20169 end loop
20170 \begin_inset VSpace -4mm
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Standard
20182 Ce type de flottant est inséré à l'aide du menu 
20183 \family sans
20184 Insérer\SpecialChar \menuseparator
20185 Flottant\SpecialChar \menuseparator
20186 Algorithme
20187 \family default
20188 .
20189  Il peut être utilisé pour des morceaux de code source ou des descriptions
20190  d'algorithmes et peut être utilisé comme une alternative au listing de
20191  code source qui est décrit au chapitre
20192 \begin_inset space ~
20193 \end_inset
20194
20195
20196 \begin_inset CommandInset ref
20197 LatexCommand ref
20198 reference "cha:Program-Code-Listings"
20199
20200 \end_inset
20201
20202 .
20203  Vous pouvez par exemple utiliser l'environnement Code
20204 \begin_inset space ~
20205 \end_inset
20206
20207 LyX qui est décrit dans le 
20208 \emph on
20209 Guide
20210 \emph default
20211
20212 \begin_inset space ~
20213 \end_inset
20214
20215
20216 \emph on
20217 de
20218 \begin_inset space ~
20219 \end_inset
20220
20221 l'Utilisateur
20222 \emph default
20223  de LyX.
20224  l'algorithme
20225 \begin_inset space ~
20226 \end_inset
20227
20228
20229 \begin_inset CommandInset ref
20230 LatexCommand ref
20231 reference "alg:Exemple-Flottant-Algorithme"
20232
20233 \end_inset
20234
20235  est un exemple de flottant d'algorithme où un espace vertical de -4
20236 \begin_inset space \thinspace{}
20237 \end_inset
20238
20239 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20240  soit placée exactement sous le texte de la dernière ligne.
20241 \end_layout
20242
20243 \begin_layout Standard
20244 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20245  du document.
20246  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20247 ent en ajoutant la ligne suivante dans le préambule de votre document :
20248 \end_layout
20249
20250 \begin_layout Standard
20251
20252 \series bold
20253
20254 \backslash
20255 floatname{algorithm}{votre
20256 \begin_inset space ~
20257 \end_inset
20258
20259 nom}
20260 \end_layout
20261
20262 \begin_layout Standard
20263
20264 \family sans
20265  votre
20266 \begin_inset space ~
20267 \end_inset
20268
20269 nom
20270 \family default
20271  est le mot 
20272 \begin_inset Quotes eld
20273 \end_inset
20274
20275
20276 \emph on
20277 algorithme
20278 \emph default
20279
20280 \begin_inset Quotes erd
20281 \end_inset
20282
20283  dans votre langue.
20284 \end_layout
20285
20286 \begin_layout Standard
20287 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20288 \family sans
20289 Insérer\SpecialChar \menuseparator
20290 Listes
20291 \begin_inset space ~
20292 \end_inset
20293
20294 &
20295 \begin_inset space ~
20296 \end_inset
20297
20298 TdM\SpecialChar \menuseparator
20299 Liste
20300 \begin_inset space ~
20301 \end_inset
20302
20303 des
20304 \begin_inset space ~
20305 \end_inset
20306
20307 algorithmes
20308 \family default
20309  si votre document est en la même langue que les menus de LyX.
20310  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20311  en code TeX à la place:
20312 \end_layout
20313
20314 \begin_layout Standard
20315
20316 \series bold
20317
20318 \backslash
20319 listof{algorithm}{votre
20320 \begin_inset space ~
20321 \end_inset
20322
20323 nom}
20324 \end_layout
20325
20326 \begin_layout Standard
20327 où 
20328 \family sans
20329 votre
20330 \begin_inset space ~
20331 \end_inset
20332
20333 nom
20334 \family default
20335  est la traduction de 
20336 \begin_inset Quotes eld
20337 \end_inset
20338
20339
20340 \emph on
20341 List of Algorithm
20342 \emph default
20343 s
20344 \begin_inset Quotes erd
20345 \end_inset
20346
20347  dans votre langue.
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20352  le schéma 
20353 \begin_inset Quotes eld
20354 \end_inset
20355
20356 chapitre.algorithme
20357 \begin_inset Quotes erd
20358 \end_inset
20359
20360  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20361  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20362  commande dans le préambule de votre document :
20363 \end_layout
20364
20365 \begin_layout Standard
20366
20367 \series bold
20368
20369 \backslash
20370 numberwithin{algorithm}{chapter}
20371 \end_layout
20372
20373 \begin_layout Standard
20374 Pour pouvoir utiliser la commande 
20375 \series bold
20376
20377 \backslash
20378 numberwithin
20379 \series default
20380 , activez l'option 
20381 \family sans
20382 Utiliser
20383 \begin_inset space ~
20384 \end_inset
20385
20386 le
20387 \begin_inset space ~
20388 \end_inset
20389
20390 paquetage
20391 \begin_inset space ~
20392 \end_inset
20393
20394 AMS
20395 \begin_inset space ~
20396 \end_inset
20397
20398 math
20399 \family default
20400  dans la rubrique 
20401 \family sans
20402 Options
20403 \begin_inset space ~
20404 \end_inset
20405
20406 des
20407 \begin_inset space ~
20408 \end_inset
20409
20410 Maths
20411 \family default
20412  de la fenêtre de dialogue 
20413 \family sans
20414 Paramètres
20415 \begin_inset space ~
20416 \end_inset
20417
20418 du
20419 \begin_inset space ~
20420 \end_inset
20421
20422 Document
20423 \family default
20424 .
20425 \begin_inset Newpage newpage
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Subsection
20432 Flottant d'enrobage
20433 \begin_inset Index idx
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437 Flottants ! Flottants d'enrobage
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Standard
20446 \begin_inset Wrap figure
20447 lines 0
20448 placement l
20449 overhang 1cm
20450 width "40col%"
20451 status open
20452
20453 \begin_layout Plain Layout
20454 \begin_inset Graphics
20455         filename ../clipart/mobius.eps
20456         width 40col%
20457         scaleBeforeRotation
20458         rotateOrigin center
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Caption
20467
20468 \begin_layout Plain Layout
20469 \begin_inset CommandInset label
20470 LatexCommand label
20471 name "fig:Figure-enrobée"
20472
20473 \end_inset
20474
20475 Ceci est une figure habillée.
20476 \end_layout
20477
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \end_inset
20484
20485  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20486  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20487  Vous pouvez en insérer un en utilisant le menu 
20488 \family sans
20489 Insérer\SpecialChar \menuseparator
20490 Flottant\SpecialChar \menuseparator
20491 Flottant
20492 \begin_inset space ~
20493 \end_inset
20494
20495 d'enrobage
20496 \family default
20497  à la condition que le paquetage LaTeX 
20498 \series bold
20499 wrapfig
20500 \series default
20501
20502 \begin_inset Index idx
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506 Paquetages LaTeX ! wrapfig
20507 \begin_inset ERT
20508 status collapsed
20509
20510 \begin_layout Plain Layout
20511
20512
20513 \backslash
20514 vspace{4mm}
20515 \end_layout
20516
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \end_inset
20523
20524  soit installé.
20525 \begin_inset Foot
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529 Voyez dans la manuel 
20530 \emph on
20531 Configuration
20532 \begin_inset space ~
20533 \end_inset
20534
20535 LaTeX 
20536 \emph default
20537 comment installer des paquetages LaTeX.
20538 \end_layout
20539
20540 \end_inset
20541
20542  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20543  sur la boîte du flottant.
20544  Les paramètres obligatoires sont l'
20545 \family sans
20546 Emplacement
20547 \family default
20548  et la 
20549 \family sans
20550 Largeur
20551 \family default
20552 .
20553  Les paramètres facultatifs sont le 
20554 \family sans
20555 Débordement
20556 \family default
20557  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20558  de la page et la 
20559 \family sans
20560 Porté de la ligne
20561 \family default
20562  qui précise le nombre approximatif de lignes dont le flottant va avoir
20563  besoin.
20564  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20565  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20566  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20567  à l'intérieur du paragraphe ou vers les autres paragraphes.
20568  La figure
20569 \begin_inset space ~
20570 \end_inset
20571
20572
20573 \begin_inset CommandInset ref
20574 LatexCommand ref
20575 reference "fig:Figure-enrobée"
20576
20577 \end_inset
20578
20579  est un exemple de flottant d'enrobage avec une largeur de 40
20580 \begin_inset space \thinspace{}
20581 \end_inset
20582
20583 col%, un débordement de 1
20584 \begin_inset space \thinspace{}
20585 \end_inset
20586
20587 cm et placé à gauche.
20588 \begin_inset Foot
20589 status collapsed
20590
20591 \begin_layout Plain Layout
20592 Les unités disponibles sont expliquées dans l'appendice
20593 \begin_inset space ~
20594 \end_inset
20595
20596
20597 \begin_inset CommandInset ref
20598 LatexCommand ref
20599 reference "cha:Unités-de-longueur"
20600
20601 \end_inset
20602
20603 .
20604 \end_layout
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 \begin_inset Note Greyedout
20613 status open
20614
20615 \begin_layout Plain Layout
20616
20617 \series bold
20618 Note:
20619 \series default
20620  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20621  figure trop près du bas de page peut tout chambouler et faire que le flottant
20622  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20623  de texte.
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \begin_layout Standard
20632 En général:
20633 \end_layout
20634
20635 \begin_layout Itemize
20636 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20637  qui risquent de passer à la page suivante.
20638  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20639  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20640  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20641  de page.
20642 \end_layout
20643
20644 \begin_layout Itemize
20645 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20646  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20647 e.
20648 \end_layout
20649
20650 \begin_layout Itemize
20651 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20652  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20653  texte entre les deux, comme séparateur.
20654 \end_layout
20655
20656 \begin_layout Itemize
20657 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20658  ou les tableaux.
20659 \end_layout
20660
20661 \begin_layout Section
20662 Numérotation des flottants
20663 \begin_inset Index idx
20664 status collapsed
20665
20666 \begin_layout Plain Layout
20667 Flottants ! Numérotation
20668 \end_layout
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Standard
20676 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20677  ils se trouvent, soit en utilisant un format du genre 
20678 \begin_inset Quotes eld
20679 \end_inset
20680
20681 chapitre.numéro
20682 \begin_inset Quotes erd
20683 \end_inset
20684
20685  ou 
20686 \begin_inset Quotes eld
20687 \end_inset
20688
20689 section.numéro
20690 \begin_inset Quotes erd
20691 \end_inset
20692
20693 .
20694  Cela dépend de la classe de document utilisée.
20695 \end_layout
20696
20697 \begin_layout Standard
20698 Pour changer le format de la numérotation qui ne dépend pas de la section
20699  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20700  le préambule du document :
20701 \end_layout
20702
20703 \begin_layout Standard
20704
20705 \series bold
20706
20707 \backslash
20708 renewcommand{
20709 \backslash
20710 thetable}{
20711 \backslash
20712 roman{table}}
20713 \end_layout
20714
20715 \begin_layout Standard
20716
20717 \series bold
20718
20719 \backslash
20720 thetable
20721 \series default
20722  est la commande qui imprime le numéro du tableau, pour les figures, la
20723  commande serait 
20724 \series bold
20725
20726 \backslash
20727 thefigure
20728 \series default
20729 .
20730  La commande 
20731 \series bold
20732
20733 \backslash
20734 roman
20735 \series default
20736  utilisée dans la commande précédente, imprime le numéro du tableau sous
20737  forme de petits chiffres romains.
20738 \end_layout
20739
20740 \begin_layout Standard
20741 Pour changer le type de numérotation pour par exemple 
20742 \begin_inset Quotes eld
20743 \end_inset
20744
20745 sous-section.numéro
20746 \begin_inset Quotes erd
20747 \end_inset
20748
20749 , utilisez la commande suivante dans le préambule du document :
20750 \end_layout
20751
20752 \begin_layout Standard
20753
20754 \series bold
20755
20756 \backslash
20757 numberwithin{table}{subsection}
20758 \end_layout
20759
20760 \begin_layout Standard
20761 Pour pouvoir utiliser la commande 
20762 \series bold
20763
20764 \backslash
20765 numberwithin
20766 \series default
20767 , vous devez activer l'option 
20768 \family sans
20769 Utiliser
20770 \begin_inset space ~
20771 \end_inset
20772
20773 le
20774 \begin_inset space ~
20775 \end_inset
20776
20777 paquetage
20778 \begin_inset space ~
20779 \end_inset
20780
20781 maths
20782 \begin_inset space ~
20783 \end_inset
20784
20785 AMS
20786 \family default
20787  dans la rubrique 
20788 \family sans
20789 Options
20790 \begin_inset space ~
20791 \end_inset
20792
20793 des
20794 \begin_inset space ~
20795 \end_inset
20796
20797 Maths
20798 \family default
20799  de la fenêtre de dialogue 
20800 \family sans
20801 Paramètres
20802 \family default
20803  du document.
20804 \end_layout
20805
20806 \begin_layout Standard
20807 Veuillez aussi jeter un coup d'œil à la section
20808 \begin_inset space ~
20809 \end_inset
20810
20811
20812 \begin_inset CommandInset ref
20813 LatexCommand ref
20814 reference "sub:Numerotation-notes-bas-de-page"
20815
20816 \end_inset
20817
20818  pour plus de détails et des notes importantes sur les commandes de numérotation.
20819 \end_layout
20820
20821 \begin_layout Section
20822 Faire Référence à des Flottants
20823 \begin_inset CommandInset label
20824 LatexCommand label
20825 name "sec:Referencer-les-Flottants"
20826
20827 \end_inset
20828
20829
20830 \begin_inset Index idx
20831 status collapsed
20832
20833 \begin_layout Plain Layout
20834 Flottants ! Références
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \begin_inset Index idx
20841 status collapsed
20842
20843 \begin_layout Plain Layout
20844 References@Références ! à des Flottants 
20845 \end_layout
20846
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \begin_layout Standard
20853 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20854  en utilisant le menu 
20855 \family sans
20856 Insérer\SpecialChar \menuseparator
20857 Étiquette
20858 \family default
20859  ou le bouton 
20860 \begin_inset Graphics
20861         filename ../../images/label-insert.png
20862         scale 85
20863         scaleBeforeRotation
20864
20865 \end_inset
20866
20867  de la barre d'outils.
20868  Une boîte grise de ce genre : 
20869 \begin_inset Graphics
20870         filename clipart/labelQt4.png
20871         scale 85
20872         scaleBeforeRotation
20873
20874 \end_inset
20875
20876  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20877  de saisir le texte de l'étiquette.
20878  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20879  précédés d'un préfixe.
20880  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20881  préfixe sera "
20882 \family sans
20883 fig:
20884 \family default
20885 ".
20886 \end_layout
20887
20888 \begin_layout Standard
20889 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20890  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20891 \family sans
20892 Insérer\SpecialChar \menuseparator
20893 Référence
20894 \begin_inset space ~
20895 \end_inset
20896
20897 Croisée
20898 \family default
20899  ou le bouton 
20900 \begin_inset Graphics
20901         filename ../../images/dialog-show-new-inset_ref.png
20902         scale 85
20903         scaleBeforeRotation
20904
20905 \end_inset
20906
20907  de la barre d'outils.
20908  Une boîte grise de référence croisée comme celle-ci : 
20909 \begin_inset Graphics
20910         filename ../clipart/referenceQt4.png
20911         scale 85
20912         scaleBeforeRotation
20913
20914 \end_inset
20915
20916  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20917  toutes les étiquettes définies dans votre document.
20918  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20919  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20920  de la fenêtre de dialogue.
20921  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20922  une.
20923  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20924  de la référence croisée.
20925 \end_layout
20926
20927 \begin_layout Standard
20928 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20929  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20930  les deux.
20931  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20932  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20933  du numéro de la référence.
20934 \end_layout
20935
20936 \begin_layout Standard
20937 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20938  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20939  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20940  pas à vous en préoccuper.
20941 \end_layout
20942
20943 \begin_layout Standard
20944 Le bouton 
20945 \family sans
20946 Aller
20947 \begin_inset space ~
20948 \end_inset
20949
20950 à
20951 \begin_inset space ~
20952 \end_inset
20953
20954 l'étiquette
20955 \family default
20956  dans la fenêtre de référence croisée va positionner le curseur juste devant
20957  l'étiquette à laquelle on fait référence.
20958  Le nom du bouton bouton 
20959 \family sans
20960 Revenir
20961 \family default
20962  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20963  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20964  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20965  à votre point de départ.
20966 \end_layout
20967
20968 \begin_layout Subsection
20969 Formats de Références Croisées
20970 \begin_inset CommandInset label
20971 LatexCommand label
20972 name "sub:Formats-Références-Croisées"
20973
20974 \end_inset
20975
20976
20977 \begin_inset Index idx
20978 status collapsed
20979
20980 \begin_layout Plain Layout
20981 References@Références ! Formats
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \begin_layout Standard
20990 Il y a six types de références croisées :
20991 \end_layout
20992
20993 \begin_layout Description
20994 <référence>
20995 \begin_inset space ~
20996 \end_inset
20997
20998 : affiche le numéro de l'élément, c'est le choix implicite : 
20999 \begin_inset CommandInset ref
21000 LatexCommand ref
21001 reference "fig:Deux-images-déformées"
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Description
21009 (<référence>)
21010 \begin_inset space ~
21011 \end_inset
21012
21013 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
21014  normalement pour faire référence à des formules mathématiques, en particulier
21015  quand le mot 
21016 \begin_inset Quotes eld
21017 \end_inset
21018
21019 Équation
21020 \begin_inset Quotes erd
21021 \end_inset
21022
21023  est omis : 
21024 \begin_inset CommandInset ref
21025 LatexCommand eqref
21026 reference "eq:Wgn"
21027
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \begin_layout Description
21034 <page>
21035 \begin_inset space ~
21036 \end_inset
21037
21038 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
21039 \begin_inset space ~
21040 \end_inset
21041
21042
21043 \begin_inset CommandInset ref
21044 LatexCommand pageref
21045 reference "fig:Deux-images-déformées"
21046
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \begin_layout Description
21053 Sur
21054 \begin_inset space ~
21055 \end_inset
21056
21057 la
21058 \begin_inset space ~
21059 \end_inset
21060
21061 page
21062 \begin_inset space ~
21063 \end_inset
21064
21065 <page>
21066 \begin_inset space ~
21067 \end_inset
21068
21069 : affiche le mot 
21070 \begin_inset Quotes eld
21071 \end_inset
21072
21073 page
21074 \begin_inset Quotes erd
21075 \end_inset
21076
21077  suivi du numéro de la page sur laquelle se trouve l'élément : 
21078 \begin_inset CommandInset ref
21079 LatexCommand vpageref
21080 reference "fig:Deux-images-déformées"
21081
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \begin_layout Description
21088 <référence>
21089 \begin_inset space ~
21090 \end_inset
21091
21092 page
21093 \begin_inset space ~
21094 \end_inset
21095
21096 <page>
21097 \begin_inset space ~
21098 \end_inset
21099
21100 : affiche le numéro de l'élément, le mot 
21101 \begin_inset Quotes eld
21102 \end_inset
21103
21104 page
21105 \begin_inset Quotes erd
21106 \end_inset
21107
21108  et le numéro de la page : 
21109 \begin_inset CommandInset ref
21110 LatexCommand vref
21111 reference "fig:Deux-images-déformées"
21112
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \begin_layout Description
21119 Référence
21120 \begin_inset space ~
21121 \end_inset
21122
21123 mise
21124 \begin_inset space ~
21125 \end_inset
21126
21127 en
21128 \begin_inset space ~
21129 \end_inset
21130
21131 forme
21132 \begin_inset space ~
21133 \end_inset
21134
21135 : affiche une référence croisée qui définit son propre format.
21136 \begin_inset Newline newline
21137 \end_inset
21138
21139
21140 \begin_inset Note Greyedout
21141 status open
21142
21143 \begin_layout Plain Layout
21144
21145 \series bold
21146 Note:
21147 \series default
21148  Ce type de référence croisée n'est disponible que si vous avez installé
21149  le paquetage LaTeX 
21150 \series bold
21151 prettyref
21152 \series default
21153  ou 
21154 \series bold
21155 refstyle
21156 \series default
21157
21158 \begin_inset Index idx
21159 status collapsed
21160
21161 \begin_layout Plain Layout
21162 Paquetages LaTeX ! prettyref
21163 \end_layout
21164
21165 \end_inset
21166
21167
21168 \begin_inset Index idx
21169 status collapsed
21170
21171 \begin_layout Plain Layout
21172 Paquetages LaTeX ! refstyle
21173 \end_layout
21174
21175 \end_inset
21176
21177 .
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \begin_inset Newline newline
21184 \end_inset
21185
21186 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
21187  fonction en utilisant l'option 
21188 \family sans
21189 Utiliser refstyle (à la place de prettyref) pour les références croisées
21190 \family default
21191  dans le menu 
21192 \family sans
21193 Document\SpecialChar \menuseparator
21194 Paramètres\SpecialChar \menuseparator
21195 Classe de document
21196 \family default
21197 .
21198  Le format est précisé en ajoutant la commande 
21199 \series bold
21200
21201 \backslash
21202 newrefformat
21203 \series default
21204  (prettyref) ou 
21205 \series bold
21206
21207 \backslash
21208 newref
21209 \series default
21210  (refstyle) au préambule du document.
21211  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
21212  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
21213 \begin_inset space ~
21214 \end_inset
21215
21216 :
21217 \begin_inset Newline newline
21218 \end_inset
21219
21220
21221 \series bold
21222
21223 \backslash
21224 newref{fig}{refcmd={Image sur la page 
21225 \backslash
21226 pageref{#1}}}
21227 \series default
21228
21229 \begin_inset Newline newline
21230 \end_inset
21231
21232 Pour plus d'information sur le format, jetez un oeil dur la documentation
21233  du paquetage, 
21234 \begin_inset CommandInset citation
21235 LatexCommand cite
21236 key "prettyref,refstyle"
21237
21238 \end_inset
21239
21240 .
21241 \end_layout
21242
21243 \begin_layout Description
21244 Référence
21245 \begin_inset space ~
21246 \end_inset
21247
21248 textuelle: affiche la légende de la référence
21249 \begin_inset space ~
21250 \end_inset
21251
21252
21253 \begin_inset CommandInset ref
21254 LatexCommand nameref
21255 reference "fig:Deux-images-déformées"
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Standard
21263
21264 \family sans
21265 <page>
21266 \family default
21267  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21268  précédente, la même page ou la page suivante.
21269  Vous verrez par exemple un texte du genre 
21270 \begin_inset Quotes eld
21271 \end_inset
21272
21273
21274 \family sans
21275 sur cette page
21276 \family default
21277
21278 \begin_inset Quotes erd
21279 \end_inset
21280
21281  à la place.
21282  Le style 
21283 \family sans
21284 <référence>
21285 \begin_inset space ~
21286 \end_inset
21287
21288 page
21289 \begin_inset space ~
21290 \end_inset
21291
21292 <page> 
21293 \family default
21294 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21295  page.
21296 \end_layout
21297
21298 \begin_layout Standard
21299 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21300  se trouve sont calculés automatiquement par LaTeX.
21301  Vous choisissez une des six variétés de références dans le champ Format
21302  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21303  boîte de la référence croisée.
21304 \end_layout
21305
21306 \begin_layout Standard
21307 \begin_inset Note Greyedout
21308 status open
21309
21310 \begin_layout Plain Layout
21311
21312 \series bold
21313 Note:
21314 \series default
21315  L'utilisation du paquetage LaTeX 
21316 \series bold
21317 refstyle
21318 \series default
21319
21320 \begin_inset Index idx
21321 status collapsed
21322
21323 \begin_layout Plain Layout
21324 Paquetages LaTeX ! refstyle
21325 \end_layout
21326
21327 \end_inset
21328
21329  est recommendée parce que 
21330 \series bold
21331 prettyref
21332 \series default
21333
21334 \begin_inset Index idx
21335 status collapsed
21336
21337 \begin_layout Plain Layout
21338 Paquetages LaTeX ! prettyref
21339 \end_layout
21340
21341 \end_inset
21342
21343  ne connaît pas tous les raccourcis possibles pour les étiquettes
21344 \begin_inset Foot
21345 status collapsed
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Quotes eld
21349 \end_inset
21350
21351 fig:
21352 \begin_inset Quotes erd
21353 \end_inset
21354
21355  est par exemple le raccourci LyX pour les étiquettes dans les légendes
21356  de figures,.
21357 \end_layout
21358
21359 \end_inset
21360
21361  et n'est pas internationalisé.
21362 \end_layout
21363
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \begin_layout Standard
21370 \begin_inset Note Greyedout
21371 status open
21372
21373 \begin_layout Plain Layout
21374
21375 \series bold
21376 Note:
21377 \series default
21378  Du fait d'un bogue dans la paquetage LaTeX 
21379 \series bold
21380 varioref
21381 \series default
21382  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21383  si la langue du document est le français.
21384  Pour contourner ce bogue, voir
21385 \begin_inset Newline newline
21386 \end_inset
21387
21388
21389 \begin_inset CommandInset href
21390 LatexCommand href
21391 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21392
21393 \end_inset
21394
21395 .
21396 \end_layout
21397
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \begin_layout Subsection
21404 Nommage automatique des références croisées
21405 \begin_inset Index idx
21406 status collapsed
21407
21408 \begin_layout Plain Layout
21409 References@Références ! Nommage automatique
21410 \end_layout
21411
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \begin_layout Standard
21418 Le paquetage LaTeX 
21419 \series bold
21420 hyperref
21421 \series default
21422
21423 \begin_inset Index idx
21424 status collapsed
21425
21426 \begin_layout Plain Layout
21427 Paquetages LaTeX ! hyperref
21428 \end_layout
21429
21430 \end_inset
21431
21432
21433 \series bold
21434
21435 \series default
21436 qui est activé dans la rubrique 
21437 \family sans
21438 Propriétés du PDF
21439 \family default
21440  de la fenêtre de dialogue 
21441 \family sans
21442 Paramètres du document
21443 \family default
21444  fournit une fonction très utile pour automatiser la création des références
21445  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21446  une section).
21447  Par exemple pour vous éviter de devoir écrire le mot 
21448 \begin_inset Quotes eld
21449 \end_inset
21450
21451 Figure
21452 \begin_inset Quotes erd
21453 \end_inset
21454
21455  devant chaque référence à une figure.
21456  Pour profiter de ce nommage automatique des références croisées, vous devez
21457  activer 
21458 \series bold
21459 hyperref
21460 \series default
21461  et insérer la ligne suivante dans le préambule du document :
21462 \end_layout
21463
21464 \begin_layout Standard
21465
21466 \series bold
21467
21468 \backslash
21469 AtBeginDocument{
21470 \backslash
21471 renewcommand{
21472 \backslash
21473 ref}[1]{
21474 \backslash
21475 mbox{
21476 \backslash
21477 autoref{#1}}}}
21478 \end_layout
21479
21480 \begin_layout Standard
21481 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21482  défaut, par exemple vous préférez le nom 
21483 \begin_inset Quotes eld
21484 \end_inset
21485
21486 sec.
21487 \begin_inset space \thinspace{}
21488 \end_inset
21489
21490
21491 \begin_inset Quotes eld
21492 \end_inset
21493
21494  plutôt que 
21495 \begin_inset Quotes eld
21496 \end_inset
21497
21498 section
21499 \begin_inset Quotes erd
21500 \end_inset
21501
21502 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21503 \end_layout
21504
21505 \begin_layout Standard
21506
21507 \series bold
21508
21509 \backslash
21510 addto
21511 \backslash
21512 extrasenglish{
21513 \backslash
21514 renewcommand{
21515 \backslash
21516 sectionautorefname}
21517 \begin_inset Newline newline
21518 \end_inset
21519
21520
21521 \begin_inset Phantom HPhantom
21522 status open
21523
21524 \begin_layout Plain Layout
21525
21526 \series bold
21527 \begin_inset space ~
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \end_inset
21534
21535 {sec.
21536 \backslash
21537 negthinspace}}
21538 \end_layout
21539
21540 \begin_layout Standard
21541 Si vous utilisez une autre langue que l'anglais, remplacez 
21542 \series bold
21543
21544 \backslash
21545 extrasenglish
21546 \series default
21547  par 
21548 \series bold
21549
21550 \backslash
21551 extras***
21552 \series default
21553 , où *** est le nom de la langue que vous utilisez.
21554
21555 \series bold
21556  
21557 \end_layout
21558
21559 \begin_layout Standard
21560 Pour avoir des noms automatiques, mais pas pour certains types de références,
21561  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21562 \end_layout
21563
21564 \begin_layout Standard
21565
21566 \series bold
21567
21568 \backslash
21569 newlength{
21570 \backslash
21571 abc}
21572 \begin_inset Newline newline
21573 \end_inset
21574
21575
21576 \backslash
21577 settowidth{
21578 \backslash
21579 abc}{
21580 \backslash
21581 space}
21582 \begin_inset Newline newline
21583 \end_inset
21584
21585
21586 \backslash
21587 addto
21588 \backslash
21589 extrasenglish{
21590 \backslash
21591 renewcommand{
21592 \backslash
21593 equationautorefname}
21594 \begin_inset Newline newline
21595 \end_inset
21596
21597
21598 \begin_inset Phantom HPhantom
21599 status open
21600
21601 \begin_layout Plain Layout
21602
21603 \series bold
21604 \begin_inset space ~
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611
21612 {
21613 \backslash
21614 hspace{-
21615 \backslash
21616 abc}}
21617 \end_layout
21618
21619 \begin_layout Standard
21620 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21621  de 
21622 \series bold
21623 hyperref
21624 \series default
21625  
21626 \begin_inset CommandInset citation
21627 LatexCommand cite
21628 key "hyperref"
21629
21630 \end_inset
21631
21632 .
21633 \end_layout
21634
21635 \begin_layout Standard
21636 \begin_inset Note Greyedout
21637 status open
21638
21639 \begin_layout Plain Layout
21640
21641 \series bold
21642 Note:
21643 \series default
21644  Le nommage automatique de références ne peut être utilisé si vous avez
21645  choisi le style de référence 
21646 \family sans
21647 Référence
21648 \begin_inset space ~
21649 \end_inset
21650
21651 mise
21652 \begin_inset space ~
21653 \end_inset
21654
21655 en
21656 \begin_inset space ~
21657 \end_inset
21658
21659 forme
21660 \family default
21661  décrit dans la section
21662 \begin_inset space ~
21663 \end_inset
21664
21665
21666 \begin_inset CommandInset ref
21667 LatexCommand ref
21668 reference "sub:Formats-Références-Croisées"
21669
21670 \end_inset
21671
21672 .
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \begin_layout Standard
21681 Le manuel 
21682 \emph on
21683 Math
21684 \emph default
21685  est un exemple dans lequel on a utilisé le référencement automatique.
21686 \end_layout
21687
21688 \begin_layout Subsection
21689 Positionnement des Références 
21690 \begin_inset CommandInset label
21691 LatexCommand label
21692 name "sub:Reference-Position"
21693
21694 \end_inset
21695
21696
21697 \begin_inset Index idx
21698 status collapsed
21699
21700 \begin_layout Plain Layout
21701 References@Références ! Positionnement
21702 \end_layout
21703
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \begin_layout Standard
21710 Si vous utilisez le paquetage 
21711 \series bold
21712 hyperref, 
21713 \series default
21714 qui est activé dans la rubrique 
21715 \family sans
21716 Propriétés du PDF
21717 \family default
21718  de la fenêtre de dialogue 
21719 \family sans
21720 Paramètres du document,
21721 \family default
21722  pour lier vos références croisées dans la sortie finale, vous verrez que
21723  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21724  l'image.
21725  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21726  pourrez voir l'image sans faire défiler le texte.
21727  Ce problème vient du fait que le point d'ancrage de la référence se situe
21728  à l'endroit de l'étiquette.
21729  En utilisant le paquetage LaTeX 
21730 \series bold
21731 hypcap
21732 \series default
21733
21734 \begin_inset Index idx
21735 status collapsed
21736
21737 \begin_layout Plain Layout
21738 Paquetages LaTeX ! hypcap
21739 \end_layout
21740
21741 \end_inset
21742
21743 , qui fait partie du paquetage LaTeX 
21744 \series bold
21745 oberdiek
21746 \series default
21747
21748 \begin_inset Index idx
21749 status collapsed
21750
21751 \begin_layout Plain Layout
21752 Paquetages LaTeX ! oberdiek
21753 \end_layout
21754
21755 \end_inset
21756
21757 , le point d'ancrage d'un lien est place en haut du flottant.
21758  Pour utiliser cette fonction avec les flottants de figure, chargez 
21759 \series bold
21760 hypcap
21761 \series default
21762  dans l'entête du document avec la ligne
21763 \end_layout
21764
21765 \begin_layout Standard
21766
21767 \series bold
21768
21769 \backslash
21770 usepackage[figure]{hypcap}
21771 \end_layout
21772
21773 \begin_layout Standard
21774 Vous pouvez aussi utiliser 
21775 \series bold
21776 hypcap
21777 \series default
21778  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21779  raisons de stabilité.
21780  Pour plus d'information, jetez un coup d'œil au manuel d' 
21781 \series bold
21782 hypcap
21783 \series default
21784  
21785 \begin_inset CommandInset citation
21786 LatexCommand cite
21787 key "hypcap"
21788
21789 \end_inset
21790
21791 .
21792 \end_layout
21793
21794 \begin_layout Standard
21795 \begin_inset Note Greyedout
21796 status open
21797
21798 \begin_layout Plain Layout
21799
21800 \series bold
21801 Note:
21802 \series default
21803  
21804 \series bold
21805 hypcap
21806 \series default
21807  n'a aucun effet pour les références à des sous-figures.
21808 \end_layout
21809
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \begin_layout Section
21816 Placement des flottants
21817 \begin_inset CommandInset label
21818 LatexCommand label
21819 name "sec:Placement-flottants"
21820
21821 \end_inset
21822
21823
21824 \begin_inset Index idx
21825 status collapsed
21826
21827 \begin_layout Plain Layout
21828 Flottants ! Placement
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \begin_layout Standard
21837 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21838  de dialogue 
21839 \family sans
21840 Paramètre
21841 \begin_inset space ~
21842 \end_inset
21843
21844 de
21845 \begin_inset space ~
21846 \end_inset
21847
21848 Flottant
21849 \family default
21850  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21851  utilise pour déterminer où placer le flottant.
21852 \begin_inset Newline newline
21853 \end_inset
21854
21855 L'option 
21856 \family sans
21857 Plusieurs
21858 \begin_inset space ~
21859 \end_inset
21860
21861 colonnes
21862 \family default
21863  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21864  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21865  confiné sur une seule colonne.
21866 \begin_inset Newline newline
21867 \end_inset
21868
21869 L'option 
21870 \family sans
21871 Rotation
21872 \begin_inset space ~
21873 \end_inset
21874
21875 90°
21876 \family default
21877  est utilisée pour faire tourner les flottants, voyez la section
21878 \begin_inset space ~
21879 \end_inset
21880
21881
21882 \begin_inset CommandInset ref
21883 LatexCommand ref
21884 reference "sec:Flottants-renversés"
21885
21886 \end_inset
21887
21888 .
21889 \end_layout
21890
21891 \begin_layout Standard
21892 En désactivant l'option 
21893 \family sans
21894 Utilise
21895 \begin_inset space ~
21896 \end_inset
21897
21898 le
21899 \begin_inset space ~
21900 \end_inset
21901
21902 placement
21903 \begin_inset space ~
21904 \end_inset
21905
21906 par
21907 \begin_inset space ~
21908 \end_inset
21909
21910 défaut
21911 \family default
21912  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21913  le placement du flottant:
21914 \end_layout
21915
21916 \begin_layout Description
21917 Ici,
21918 \begin_inset space ~
21919 \end_inset
21920
21921 si
21922 \begin_inset space ~
21923 \end_inset
21924
21925 possible: essaie de placer le flottant à la position où il a été inséré
21926  dans LyX
21927 \end_layout
21928
21929 \begin_layout Description
21930 Haut
21931 \begin_inset space ~
21932 \end_inset
21933
21934 de
21935 \begin_inset space ~
21936 \end_inset
21937
21938 la
21939 \begin_inset space ~
21940 \end_inset
21941
21942 page: essaie de placer le flottant en haut de la page courante
21943 \end_layout
21944
21945 \begin_layout Description
21946 Bas
21947 \begin_inset space ~
21948 \end_inset
21949
21950 de
21951 \begin_inset space ~
21952 \end_inset
21953
21954 la
21955 \begin_inset space ~
21956 \end_inset
21957
21958 page: essaie de placer le flottant en bas de la page courante
21959 \end_layout
21960
21961 \begin_layout Description
21962 Page
21963 \begin_inset space ~
21964 \end_inset
21965
21966 de
21967 \begin_inset space ~
21968 \end_inset
21969
21970 flottants: essaie de placer le flottant sur une page à part, éventuellement
21971  avec d'autres flottants 
21972 \end_layout
21973
21974 \begin_layout Standard
21975 LaTeX utilise
21976 \emph on
21977  toujours 
21978 \emph default
21979 les options dans l'ordre donné ci-dessus.
21980  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21981  d'abord essayer 
21982 \family sans
21983 Ici
21984 \begin_inset space ~
21985 \end_inset
21986
21987 si
21988 \begin_inset space ~
21989 \end_inset
21990
21991 possible
21992 \family default
21993 , ensuite 
21994 \family sans
21995 Haut
21996 \begin_inset space ~
21997 \end_inset
21998
21999 de
22000 \begin_inset space ~
22001 \end_inset
22002
22003 la
22004 \begin_inset space ~
22005 \end_inset
22006
22007 page
22008 \family default
22009 , et ainsi de suite.
22010  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
22011  que vous avez cochées, mais dans l'ordre donné ci-dessus.
22012  Si aucune des quatre options de placement n'est possible, la procédure
22013  est répétée avec la possibilité de mettre les flottant sur la page suivante.
22014 \end_layout
22015
22016 \begin_layout Standard
22017 Implicitement, chaque option a ses propres règles d'application:
22018 \end_layout
22019
22020 \begin_layout Standard
22021
22022 \family sans
22023 Haut
22024 \begin_inset space ~
22025 \end_inset
22026
22027 de
22028 \begin_inset space ~
22029 \end_inset
22030
22031 la
22032 \begin_inset space ~
22033 \end_inset
22034
22035 page
22036 \family default
22037  : seuls les flottants occupant moins de 70% de la page peuvent être placés
22038  en haut de page (
22039 \series bold
22040
22041 \backslash
22042 topfraction
22043 \series default
22044 ).
22045 \end_layout
22046
22047 \begin_layout Standard
22048
22049 \family sans
22050 Bas
22051 \begin_inset space ~
22052 \end_inset
22053
22054 de
22055 \begin_inset space ~
22056 \end_inset
22057
22058 la
22059 \begin_inset space ~
22060 \end_inset
22061
22062 page
22063 \family default
22064  : seuls les flottants occupant moins de 30% de la page peuvent être placés
22065  en bas de page (
22066 \series bold
22067
22068 \backslash
22069 bottomfraction
22070 \series default
22071 ).
22072 \end_layout
22073
22074 \begin_layout Standard
22075
22076 \family sans
22077 Page
22078 \begin_inset space ~
22079 \end_inset
22080
22081 de
22082 \begin_inset space ~
22083 \end_inset
22084
22085 flottants
22086 \family default
22087  : plusieurs flottants peuvent être placés ensembles sur une page seulement
22088  si ils occupent plus de 50% de celle-ci (
22089 \series bold
22090
22091 \backslash
22092 floatpagefraction
22093 \series default
22094 ).
22095 \end_layout
22096
22097 \begin_layout Standard
22098 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
22099  supplémentaire 
22100 \family sans
22101 Ignorer
22102 \begin_inset space ~
22103 \end_inset
22104
22105 les
22106 \begin_inset space ~
22107 \end_inset
22108
22109 règles
22110 \begin_inset space ~
22111 \end_inset
22112
22113 LaTeX
22114 \family default
22115 \lang english
22116 .
22117 \begin_inset Newline newline
22118 \end_inset
22119
22120
22121 \lang french
22122 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
22123  données entre parenthèses après les descriptions des règles données ci-dessus.
22124  Par exemple, pour augmenter à 50
22125 \begin_inset space \thinspace{}
22126 \end_inset
22127
22128 % la valeur de la règle de bas de page dont la valeur implicite est souvent
22129  trop petite, ajoutez cette ligne au préambule de votre document :
22130 \end_layout
22131
22132 \begin_layout Standard
22133
22134 \series bold
22135
22136 \backslash
22137 renewcommand{
22138 \backslash
22139 bottomfraction}{0.5}
22140 \end_layout
22141
22142 \begin_layout Standard
22143 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
22144  exactement à l'endroit où vous l'avez inséré.
22145  dans ce cas utilisez l'option 
22146 \family sans
22147 Ici
22148 \begin_inset space ~
22149 \end_inset
22150
22151 à
22152 \begin_inset space ~
22153 \end_inset
22154
22155 tout
22156 \begin_inset space ~
22157 \end_inset
22158
22159 Prix
22160 \family default
22161 .
22162  Utilisez cette option le moins souvent possible et seulement quand le document
22163  est presque prêt à être imprimé.
22164  En effet, le flottant n'est plus capable de 
22165 \begin_inset Quotes eld
22166 \end_inset
22167
22168 flotter
22169 \begin_inset Quotes erd
22170 \end_inset
22171
22172 , ce qui peut perturber toutes les mises en page.
22173 \end_layout
22174
22175 \begin_layout Standard
22176 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22177  sont toujours entourés par le texte d'un paragraphe donné.
22178 \begin_inset VSpace bigskip
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \begin_layout Standard
22185 On peut parfois se trouver dans la situation où un flottant est placé en
22186  haut d'une page alors que la section concernée ne commence qu'au milieu
22187  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22188  la section précédente.
22189  On peut utiliser la commande LaTeX 
22190 \series bold
22191
22192 \backslash
22193 suppressfloats
22194 \series default
22195  pour éviter ce cas.
22196  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22197  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22198  soit placé avant que la section commence.
22199  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22200  votre document :
22201 \end_layout
22202
22203 \begin_layout Standard
22204
22205 \series bold
22206
22207 \backslash
22208 let
22209 \backslash
22210 mySection
22211 \backslash
22212 section
22213 \begin_inset Newline newline
22214 \end_inset
22215
22216
22217 \backslash
22218 renewcommand{
22219 \backslash
22220 section}{
22221 \backslash
22222 suppressfloats[t]
22223 \backslash
22224 mySection}
22225 \end_layout
22226
22227 \begin_layout Standard
22228 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22229  comme les chapitres et les sous-sections.
22230  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22231  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22232  ensuite avoir du mal à trouver un positionnement correct.
22233 \end_layout
22234
22235 \begin_layout Standard
22236 \begin_inset VSpace bigskip
22237 \end_inset
22238
22239 Dans certains cas il est demandé de placer toutes les figures et tous les
22240  tableaux à la fin du document.
22241  C'est pour de telles situations que le paquetage LaTeX 
22242 \series bold
22243 endfloat
22244 \series default
22245
22246 \begin_inset Index idx
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250 Paquetages LaTeX ! endfloat
22251 \end_layout
22252
22253 \end_inset
22254
22255  a été développé.
22256  Il met en effet tous les flottants de figures et de tableaux à la fin du
22257  document dans leurs propres sections.
22258  À la position d'origine du flottant, une indication textuelle du genre
22259  
22260 \begin_inset Quotes eld
22261 \end_inset
22262
22263
22264 \family sans
22265 [Figure
22266 \begin_inset space ~
22267 \end_inset
22268
22269 3.2 
22270 \lang english
22271 about here.
22272 \lang french
22273 ]
22274 \family default
22275
22276 \begin_inset Quotes erd
22277 \end_inset
22278
22279  est insérée.
22280  Le paquetage 
22281 \series bold
22282 endfloat
22283 \series default
22284  est chargé dans le préambule avec la ligne suivante 
22285 \end_layout
22286
22287 \begin_layout Standard
22288
22289 \series bold
22290
22291 \backslash
22292 usepackage[options]{endfloat}
22293 \end_layout
22294
22295 \begin_layout Standard
22296 Il y a aussi de nombreuses options de paquetage pour modifier le format
22297  des sections de figures ou de tableau qui sont créées.
22298  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22299  
22300 \series bold
22301 endfloa
22302 \series default
22303
22304 \begin_inset CommandInset citation
22305 LatexCommand cite
22306 key "endfloat"
22307
22308 \end_inset
22309
22310 .
22311 \begin_inset Newline newline
22312 \end_inset
22313
22314
22315 \begin_inset Note Greyedout
22316 status open
22317
22318 \begin_layout Plain Layout
22319
22320 \series bold
22321 Note: endfloat
22322 \series default
22323  ne fournit pas de traduction automatique de l'indication textuelle, vous
22324  devez donc le faire manuellement, voyez la section
22325 \begin_inset space ~
22326 \end_inset
22327
22328 4 de 
22329 \begin_inset CommandInset citation
22330 LatexCommand cite
22331 key "endfloat"
22332
22333 \end_inset
22334
22335 .
22336 \end_layout
22337
22338 \end_inset
22339
22340
22341 \begin_inset Newline newline
22342 \end_inset
22343
22344
22345 \begin_inset Note Greyedout
22346 status open
22347
22348 \begin_layout Plain Layout
22349
22350 \series bold
22351 Note:
22352 \series default
22353  Il y a actuellement un bug dans le paquetage 
22354 \series bold
22355 endfloat
22356 \series default
22357  quand la légende contient un 
22358 \begin_inset Quotes eld
22359 \end_inset
22360
22361 ß
22362 \begin_inset Quotes erd
22363 \end_inset
22364
22365  allemand.
22366  Utilisez dans ce cas la commande 
22367 \begin_inset Quotes eld
22368 \end_inset
22369
22370
22371 \series bold
22372
22373 \backslash
22374 ss
22375 \series default
22376
22377 \begin_inset Quotes erd
22378 \end_inset
22379
22380  en code TeX à la place du 
22381 \begin_inset Quotes eld
22382 \end_inset
22383
22384 ß
22385 \begin_inset Quotes erd
22386 \end_inset
22387
22388 .
22389 \end_layout
22390
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \begin_layout Standard
22397 \begin_inset VSpace bigskip
22398 \end_inset
22399
22400 Pour plus d'information sur les manières de placer les flottants, jetez
22401  un coup d'œil aux livres sur LaTeX, 
22402 \begin_inset CommandInset citation
22403 LatexCommand cite
22404 key "latexcompanion,latexguide,latexbook"
22405
22406 \end_inset
22407
22408 .
22409 \end_layout
22410
22411 \begin_layout Section
22412 Flottants Renversés
22413 \begin_inset CommandInset label
22414 LatexCommand label
22415 name "sec:Flottants-renversés"
22416
22417 \end_inset
22418
22419
22420 \begin_inset Index idx
22421 status collapsed
22422
22423 \begin_layout Plain Layout
22424 Flottants ! Renversés
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \begin_layout Standard
22433 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22434  tableaux très larges.
22435  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22436  un clic droit sur la boîte du flottant et utilisez l'option 
22437 \family sans
22438 Rotation
22439 \begin_inset space ~
22440 \end_inset
22441
22442 90°
22443 \family default
22444 .
22445 \end_layout
22446
22447 \begin_layout Standard
22448 Les flottants renversés sont systématiquement placés sur leur propre page
22449  ( ou colonne, si vous avez un document sur deux colonnes ).
22450  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22451  
22452 \family sans
22453 Plusieurs
22454 \begin_inset space ~
22455 \end_inset
22456
22457 colonnes
22458 \family default
22459  dans les paramètres du flottant.
22460  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22461  du côté de la marge externe.
22462  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22463  ajouter soit l'option 
22464 \series bold
22465 figuresleft
22466 \series default
22467  soit l'option 
22468 \series bold
22469 figuresright
22470 \series default
22471  aux options de la classe de document.
22472 \end_layout
22473
22474 \begin_layout Standard
22475 Faire référence à un flottant renversé se fait de la même manière que pour
22476  un flottant normal, la mise en forme de la légende est aussi identique
22477  : Le tableau
22478 \begin_inset space ~
22479 \end_inset
22480
22481
22482 \begin_inset CommandInset ref
22483 LatexCommand ref
22484 reference "tab:Tableau-pivoté"
22485
22486 \end_inset
22487
22488  est un exemple de flottant de tableau renversé.
22489 \end_layout
22490
22491 \begin_layout Standard
22492 \begin_inset Note Greyedout
22493 status open
22494
22495 \begin_layout Plain Layout
22496
22497 \series bold
22498 Note:
22499 \series default
22500  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22501  DVI.
22502 \end_layout
22503
22504 \end_inset
22505
22506
22507 \end_layout
22508
22509 \begin_layout Standard
22510 \begin_inset Float table
22511 wide false
22512 sideways true
22513 status open
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Caption
22517
22518 \begin_layout Plain Layout
22519 \begin_inset CommandInset label
22520 LatexCommand label
22521 name "tab:Tableau-pivoté"
22522
22523 \end_inset
22524
22525  Tableau pivoté
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \begin_layout Plain Layout
22534 \align center
22535 \begin_inset Tabular
22536 <lyxtabular version="3" rows="1" columns="5">
22537 <features tabularvalignment="middle">
22538 <column alignment="center" valignment="top" width="0">
22539 <column alignment="center" valignment="top" width="0">
22540 <column alignment="center" valignment="top" width="0">
22541 <column alignment="center" valignment="top" width="0">
22542 <column alignment="center" valignment="top" width="0">
22543 <row>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 test
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 b
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 c
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 d
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 e
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 </lyxtabular>
22591
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \begin_layout Section
22603 Sous-flottants
22604 \begin_inset Index idx
22605 status collapsed
22606
22607 \begin_layout Plain Layout
22608 Flottants ! Sous-flottants
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \begin_layout Standard
22617 Un exemple de sous-flottant : une figure composée de plusieurs images.
22618  On les crée en insérant un flottant dans un flottant existant.
22619  Le positionnement des sous-flottants peut être contrôlé comme pour les
22620  paragraphes comme on le voit avec les tableaux
22621 \begin_inset space ~
22622 \end_inset
22623
22624
22625 \begin_inset CommandInset ref
22626 LatexCommand ref
22627 reference "tab:Deux-sous-tableaux-cote-a-cote"
22628
22629 \end_inset
22630
22631  et 
22632 \begin_inset CommandInset ref
22633 LatexCommand ref
22634 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22635
22636 \end_inset
22637
22638 .
22639 \end_layout
22640
22641 \begin_layout Standard
22642 On fait référence à des sous-flottants comme on le ferait avec des flottants
22643  normaux : Les tableaux
22644 \begin_inset space ~
22645 \end_inset
22646
22647
22648 \begin_inset CommandInset ref
22649 LatexCommand ref
22650 reference "tab:Le-sous-tableau-a"
22651
22652 \end_inset
22653
22654  et 
22655 \begin_inset CommandInset ref
22656 LatexCommand ref
22657 reference "tab:Le-sous-tableau-b"
22658
22659 \end_inset
22660
22661  sont des sous-tableaux du tableau
22662 \begin_inset space ~
22663 \end_inset
22664
22665
22666 \begin_inset CommandInset ref
22667 LatexCommand ref
22668 reference "tab:Deux-sous-tableaux-cote-a-cote"
22669
22670 \end_inset
22671
22672 .
22673 \end_layout
22674
22675 \begin_layout Standard
22676 \begin_inset Float table
22677 wide false
22678 sideways false
22679 status open
22680
22681 \begin_layout Plain Layout
22682 \begin_inset Caption
22683
22684 \begin_layout Plain Layout
22685 \begin_inset CommandInset label
22686 LatexCommand label
22687 name "tab:Deux-sous-tableaux-cote-a-cote"
22688
22689 \end_inset
22690
22691 Deux sous-tableaux placés côte-à-côte.
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Plain Layout
22700 \align center
22701 \begin_inset space \hfill{}
22702 \end_inset
22703
22704
22705 \begin_inset Float table
22706 wide false
22707 sideways false
22708 status collapsed
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Caption
22712
22713 \begin_layout Plain Layout
22714 \begin_inset CommandInset label
22715 LatexCommand label
22716 name "tab:Le-sous-tableau-a"
22717
22718 \end_inset
22719
22720 Le sous-tableau a
22721 \end_layout
22722
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \begin_layout Plain Layout
22729 \align center
22730 \begin_inset Tabular
22731 <lyxtabular version="3" rows="1" columns="5">
22732 <features tabularvalignment="middle">
22733 <column alignment="center" valignment="top" width="0">
22734 <column alignment="center" valignment="top" width="0">
22735 <column alignment="center" valignment="top" width="0">
22736 <column alignment="center" valignment="top" width="0">
22737 <column alignment="center" valignment="top" width="0">
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 test
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 b
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 c
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 d
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 e
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 </lyxtabular>
22786
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \begin_inset space \hfill{}
22796 \end_inset
22797
22798
22799 \begin_inset Float table
22800 wide false
22801 sideways false
22802 status collapsed
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Caption
22806
22807 \begin_layout Plain Layout
22808 \begin_inset CommandInset label
22809 LatexCommand label
22810 name "tab:Le-sous-tableau-b"
22811
22812 \end_inset
22813
22814 Le sous-tableau b.
22815 \end_layout
22816
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \begin_layout Plain Layout
22823 \align center
22824 \begin_inset Tabular
22825 <lyxtabular version="3" rows="1" columns="5">
22826 <features tabularvalignment="middle">
22827 <column alignment="center" valignment="top" width="0">
22828 <column alignment="center" valignment="top" width="0">
22829 <column alignment="center" valignment="top" width="0">
22830 <column alignment="center" valignment="top" width="0">
22831 <column alignment="center" valignment="top" width="0">
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 e
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 d
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 c
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 b
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 test
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 </lyxtabular>
22880
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \begin_inset space \hfill{}
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Standard
22901 \begin_inset Float table
22902 wide false
22903 sideways false
22904 status open
22905
22906 \begin_layout Plain Layout
22907 \begin_inset Caption
22908
22909 \begin_layout Plain Layout
22910 \begin_inset CommandInset label
22911 LatexCommand label
22912 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22913
22914 \end_inset
22915
22916 Deux sous-tableaux placés l'un sur l'autre.
22917  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Plain Layout
22926 \align center
22927 \begin_inset Float table
22928 wide false
22929 sideways false
22930 status collapsed
22931
22932 \begin_layout Plain Layout
22933 \begin_inset Caption
22934
22935 \begin_layout Plain Layout
22936
22937 \end_layout
22938
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Plain Layout
22945 \align center
22946 \begin_inset Tabular
22947 <lyxtabular version="3" rows="1" columns="4">
22948 <features tabularvalignment="middle">
22949 <column alignment="center" valignment="top" width="0">
22950 <column alignment="center" valignment="top" width="0">
22951 <column alignment="center" valignment="top" width="0">
22952 <column alignment="center" valignment="top" width="0">
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 test
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 test
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 test
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 test
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 </lyxtabular>
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \begin_layout Plain Layout
23004 \align center
23005 \begin_inset Float table
23006 wide false
23007 sideways false
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Caption
23012
23013 \begin_layout Plain Layout
23014
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Plain Layout
23023 \align center
23024 \begin_inset Tabular
23025 <lyxtabular version="3" rows="1" columns="5">
23026 <features tabularvalignment="middle">
23027 <column alignment="center" valignment="top" width="0">
23028 <column alignment="center" valignment="top" width="0">
23029 <column alignment="center" valignment="top" width="0">
23030 <column alignment="center" valignment="top" width="0">
23031 <column alignment="center" valignment="top" width="0">
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 a
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 b
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 c
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 d
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 e
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 </lyxtabular>
23080
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Section
23097 Flottants côte-à-côte
23098 \begin_inset Index idx
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102 Flottants ! côte-à-côte
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Standard
23111 Pour placer des flottants côte-à-côte, comme pour la figure
23112 \begin_inset space ~
23113 \end_inset
23114
23115
23116 \begin_inset CommandInset ref
23117 LatexCommand ref
23118 reference "fig:Flottant-gauche"
23119
23120 \end_inset
23121
23122  et 
23123 \begin_inset CommandInset ref
23124 LatexCommand ref
23125 reference "fig:Flottant-droit"
23126
23127 \end_inset
23128
23129 , on n'utilise 
23130 \emph on
23131 qu'un seul 
23132 \emph default
23133 flottant.
23134  On y insère deux boîtes de minipages.
23135 \begin_inset Foot
23136 status collapsed
23137
23138 \begin_layout Plain Layout
23139 Les minipages sont décrites dans la section
23140 \begin_inset space ~
23141 \end_inset
23142
23143
23144 \begin_inset CommandInset ref
23145 LatexCommand ref
23146 reference "sec:Minipages"
23147
23148 \end_inset
23149
23150 .
23151 \end_layout
23152
23153 \end_inset
23154
23155  La largeur est mise à 45
23156 \begin_inset space \thinspace{}
23157 \end_inset
23158
23159 -50
23160 \begin_inset space \thinspace{}
23161 \end_inset
23162
23163 column% et l'alignement de la boîte à 
23164 \family sans
23165 Bas
23166 \family default
23167  pour chaque minipage.
23168  Les boîtes minipages contiennent l'image et la légende exactement comme
23169  avec un flottant.
23170  La seule différence est que l'unité de longueur 
23171 \family sans
23172 Largeur
23173 \begin_inset space ~
23174 \end_inset
23175
23176 colonne
23177 \begin_inset space ~
23178 \end_inset
23179
23180 %
23181 \family default
23182  utilisée pour l'image est maintenant définie par rapport à la largeur des
23183  boîtes minipages.
23184 \end_layout
23185
23186 \begin_layout Standard
23187 \begin_inset Float figure
23188 wide false
23189 sideways false
23190 status open
23191
23192 \begin_layout Plain Layout
23193 \begin_inset Box Frameless
23194 position "b"
23195 hor_pos "c"
23196 has_inner_box 1
23197 inner_pos "t"
23198 use_parbox 0
23199 use_makebox 0
23200 width "45col%"
23201 special "none"
23202 height "1in"
23203 height_special "totalheight"
23204 status open
23205
23206 \begin_layout Plain Layout
23207 \align center
23208 \begin_inset Graphics
23209         filename ../clipart/mobius.eps
23210         lyxscale 50
23211         width 100col%
23212         scaleBeforeRotation
23213
23214 \end_inset
23215
23216
23217 \end_layout
23218
23219 \begin_layout Plain Layout
23220 \begin_inset Caption
23221
23222 \begin_layout Plain Layout
23223 \begin_inset CommandInset label
23224 LatexCommand label
23225 name "fig:Flottant-gauche"
23226
23227 \end_inset
23228
23229 Flottant du côté gauche.
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \begin_inset space \hfill{}
23241 \end_inset
23242
23243
23244 \begin_inset Box Frameless
23245 position "b"
23246 hor_pos "c"
23247 has_inner_box 1
23248 inner_pos "t"
23249 use_parbox 0
23250 use_makebox 0
23251 width "45col%"
23252 special "none"
23253 height "1in"
23254 height_special "totalheight"
23255 status open
23256
23257 \begin_layout Plain Layout
23258 \align center
23259 \begin_inset Graphics
23260         filename ../clipart/platypus.eps
23261         lyxscale 50
23262         width 100col%
23263         scaleBeforeRotation
23264
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Caption
23272
23273 \begin_layout Plain Layout
23274 \begin_inset CommandInset label
23275 LatexCommand label
23276 name "fig:Flottant-droit"
23277
23278 \end_inset
23279
23280 Flottant du côté droit.
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \begin_layout Section
23299 Mise en Forme de la Légende
23300 \begin_inset Index idx
23301 status collapsed
23302
23303 \begin_layout Plain Layout
23304 Légende ! Mise en forme
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \begin_inset Index idx
23311 status collapsed
23312
23313 \begin_layout Plain Layout
23314 Flottants ! Mise en forme de la Légende
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \begin_inset CommandInset label
23321 LatexCommand label
23322 name "sec:Formatage-légende"
23323
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \begin_layout Standard
23330 L'environnement 
23331 \family sans
23332 Légende
23333 \family default
23334  est l'environnement de paragraphe implicite pour les 
23335 \family sans
23336 flottants
23337 \family default
23338 .
23339  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23340  par exemple 
23341 \begin_inset Quotes eld
23342 \end_inset
23343
23344
23345 \family sans
23346 Figure #:
23347 \family default
23348
23349 \begin_inset Quotes erd
23350 \end_inset
23351
23352  suivi par le texte de la légende.
23353  Le 
23354 \begin_inset Quotes eld
23355 \end_inset
23356
23357 #
23358 \begin_inset Quotes erd
23359 \end_inset
23360
23361  étant remplacé par le numéro de référence réel.
23362  implicitement l'étiquette et le numéro sont dans la même police de caractères
23363  que le texte de la légende et deux points suivent le numéro pour séparer
23364  l'étiquette du texte.
23365  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23366 \end_layout
23367
23368 \begin_layout Standard
23369 Pour modifier le format implicite des légendes, il faut charger le paquetage
23370  LaTeX 
23371 \series bold
23372 caption
23373 \series default
23374
23375 \begin_inset Index idx
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379 Paquetages LaTeX ! caption
23380 \end_layout
23381
23382 \end_inset
23383
23384  dans le préambule de votre document avec la ligne suivante :
23385 \end_layout
23386
23387 \begin_layout Standard
23388
23389 \series bold
23390
23391 \backslash
23392 usepackage[format definition]{caption}
23393 \end_layout
23394
23395 \begin_layout Standard
23396 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23397  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23398  dans ce document, utilisez les commandes suivantes :
23399 \end_layout
23400
23401 \begin_layout Standard
23402
23403 \series bold
23404
23405 \backslash
23406 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23407 \end_layout
23408
23409 \begin_layout Standard
23410 Vous pouvez aussi définir des formats de légendes différents pour les différents
23411  types de flottants.
23412  Dans ce cas chargez le paquetage 
23413 \series bold
23414 caption 
23415 \series default
23416 sans option de format spécifique et définissez les différents formats à
23417  l'aide de la commande 
23418 \end_layout
23419
23420 \begin_layout Standard
23421
23422 \series bold
23423
23424 \backslash
23425 captionsetup[type de flottant]{définition du format}
23426 \end_layout
23427
23428 \begin_layout Standard
23429 dans le préambule du document.
23430  Par exemple les formats de légende de la Figure
23431 \begin_inset space ~
23432 \end_inset
23433
23434
23435 \begin_inset CommandInset ref
23436 LatexCommand ref
23437 reference "fig:Legende-de-fig"
23438
23439 \end_inset
23440
23441  et du Tableau
23442 \begin_inset space ~
23443 \end_inset
23444
23445
23446 \begin_inset CommandInset ref
23447 LatexCommand ref
23448 reference "tab:Légende-de-tab"
23449
23450 \end_inset
23451
23452  peuvent être créés en utilisant les commandes suivantes dans le préambule
23453  :
23454 \end_layout
23455
23456 \begin_layout Standard
23457
23458 \series bold
23459
23460 \backslash
23461 usepackage[tableposition=top]{caption}
23462 \series default
23463
23464 \begin_inset Newline newline
23465 \end_inset
23466
23467
23468 \series bold
23469
23470 \backslash
23471 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23472 \begin_inset Newline newline
23473 \end_inset
23474
23475
23476 \begin_inset Phantom HPhantom
23477 status open
23478
23479 \begin_layout Plain Layout
23480
23481 \series bold
23482
23483 \backslash
23484 captionsetup[figure]{
23485 \end_layout
23486
23487 \end_inset
23488
23489 labelsep=period}
23490 \begin_inset Newline newline
23491 \end_inset
23492
23493
23494 \backslash
23495 captionsetup[table]{labelfont={bf,sf}}
23496 \end_layout
23497
23498 \begin_layout Standard
23499 \begin_inset Note Greyedout
23500 status open
23501
23502 \begin_layout Plain Layout
23503
23504 \series bold
23505 Note:
23506 \series default
23507  L'option 
23508 \series bold
23509 tableposition=top
23510 \series default
23511  n'a pas d'effet quand on utilise un document de classe 
23512 \series bold
23513 KOMA-Script
23514 \series default
23515
23516 \begin_inset Index idx
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520 Paquetages LaTeX ! KOMA-Script
23521 \end_layout
23522
23523 \end_inset
23524
23525 .
23526  Dans ce cas on doit utiliser l'option 
23527 \series bold
23528 captions=tableheading
23529 \series default
23530  de la classe de document.
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \begin_layout Standard
23539 Pour plus d'information sur le paquetage 
23540 \series bold
23541 caption
23542 \series default
23543  nous vous renvoyons à sa documentation 
23544 \begin_inset CommandInset citation
23545 LatexCommand cite
23546 key "caption"
23547
23548 \end_inset
23549
23550 .
23551 \end_layout
23552
23553 \begin_layout Standard
23554 Pour changer le nom de l'étiquette, par exemple de 
23555 \begin_inset Quotes eld
23556 \end_inset
23557
23558 Figure
23559 \begin_inset Quotes erd
23560 \end_inset
23561
23562  à 
23563 \begin_inset Quotes eld
23564 \end_inset
23565
23566 Image
23567 \begin_inset Quotes erd
23568 \end_inset
23569
23570 , utilisez la commande suivante dans le préambule :
23571 \end_layout
23572
23573 \begin_layout Standard
23574
23575 \series bold
23576
23577 \backslash
23578 renewcommand{
23579 \backslash
23580 fnum@figure}{Image~
23581 \backslash
23582 thefigure}
23583 \end_layout
23584
23585 \begin_layout Standard
23586 où 
23587 \series bold
23588
23589 \backslash
23590 thefigure
23591 \series default
23592  insère le numéro de la figure et
23593 \series bold
23594  
23595 \begin_inset Quotes eld
23596 \end_inset
23597
23598 ~
23599 \series default
23600
23601 \begin_inset Quotes erd
23602 \end_inset
23603
23604  ajoute une espace insécable.
23605 \end_layout
23606
23607 \begin_layout Standard
23608 \begin_inset VSpace bigskip
23609 \end_inset
23610
23611 Si vous utilisez un document de classe 
23612 \series bold
23613 KOMA-Script
23614 \series default
23615
23616 \begin_inset Index idx
23617 status collapsed
23618
23619 \begin_layout Plain Layout
23620 Paquetages LaTeX ! KOMA-Script
23621 \end_layout
23622
23623 \end_inset
23624
23625  (
23626 \family sans
23627 article (KOMA-Script)
23628 \family default
23629
23630 \family sans
23631 book (KOMA-Script)
23632 \family default
23633
23634 \family sans
23635 letter (KOMA-Script)
23636 \family default
23637 , ou 
23638 \family sans
23639 report (KOMA-Script)
23640 \family default
23641
23642 \begin_inset space \thinspace{}
23643 \end_inset
23644
23645 ), Vous pouvez utiliser la commande incorporée 
23646 \series bold
23647
23648 \backslash
23649 setkomafont 
23650 \series default
23651 du paquetage
23652 \series bold
23653  KOMA-Script 
23654 \series default
23655 à la place du paquetage
23656 \series bold
23657  caption.
23658  
23659 \series default
23660 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23661  suivante au préambule de votre document :
23662 \end_layout
23663
23664 \begin_layout Standard
23665
23666 \series bold
23667
23668 \backslash
23669 setkomafont{captionlabel}{
23670 \backslash
23671 bfseries}
23672 \end_layout
23673
23674 \begin_layout Standard
23675 Pour plus d'information au sujet de 
23676 \series bold
23677
23678 \backslash
23679 setkomafont
23680 \series default
23681  nous vous renvoyons à la documentation du paquetage 
23682 \series bold
23683 KOMA-Script
23684 \series default
23685  
23686 \begin_inset CommandInset citation
23687 LatexCommand cite
23688 key "KOMA-Script"
23689
23690 \end_inset
23691
23692 .
23693 \end_layout
23694
23695 \begin_layout Standard
23696 \begin_inset ERT
23697 status collapsed
23698
23699 \begin_layout Plain Layout
23700
23701
23702 \backslash
23703 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23704 }
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \begin_inset Note Note
23711 status open
23712
23713 \begin_layout Plain Layout
23714 Le format de la légende n'est modifié que pour cet exemple.
23715 \end_layout
23716
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \begin_layout Standard
23723 \begin_inset Float figure
23724 placement !p
23725 wide false
23726 sideways false
23727 status open
23728
23729 \begin_layout Plain Layout
23730 \align center
23731 \begin_inset Graphics
23732         filename ../clipart/mobius.eps
23733         lyxscale 50
23734         scale 50
23735         scaleBeforeRotation
23736
23737 \end_inset
23738
23739
23740 \end_layout
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Caption
23744
23745 \begin_layout Plain Layout
23746 \begin_inset CommandInset label
23747 LatexCommand label
23748 name "fig:Legende-de-fig"
23749
23750 \end_inset
23751
23752 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23753  pour montrer les différents types de formats de légendes.
23754  Ici on a utilisé un format de légende personnalisé.
23755 \end_layout
23756
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Standard
23768 \begin_inset ERT
23769 status collapsed
23770
23771 \begin_layout Plain Layout
23772
23773
23774 \backslash
23775 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23776 on}
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \begin_layout Standard
23785 \begin_inset Float table
23786 placement !p
23787 wide false
23788 sideways false
23789 status open
23790
23791 \begin_layout Plain Layout
23792 \begin_inset Caption
23793
23794 \begin_layout Plain Layout
23795 \begin_inset CommandInset label
23796 LatexCommand label
23797 name "tab:Légende-de-tab"
23798
23799 \end_inset
23800
23801 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23802  pour montrer les différents types de formats de légendes.
23803  Ici on a utilisé le format de légende implicite.
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Plain Layout
23812 \align center
23813 \begin_inset Tabular
23814 <lyxtabular version="3" rows="1" columns="5">
23815 <features tabularvalignment="middle">
23816 <column alignment="center" valignment="top" width="0">
23817 <column alignment="center" valignment="top" width="0">
23818 <column alignment="center" valignment="top" width="0">
23819 <column alignment="center" valignment="top" width="0">
23820 <column alignment="center" valignment="top" width="0">
23821 <row>
23822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 a
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 b
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 c
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 d
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 e
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 </lyxtabular>
23869
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \begin_layout Section
23881 Positionnement de la Légende
23882 \begin_inset Index idx
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886 Légende ! Placement
23887 \end_layout
23888
23889 \end_inset
23890
23891
23892 \begin_inset Index idx
23893 status collapsed
23894
23895 \begin_layout Plain Layout
23896 Flottants ! Placement de la légende
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \begin_inset CommandInset label
23903 LatexCommand label
23904 name "sec:Placement-légende"
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Standard
23912 La règle habituelle pour placer la légende est :
23913 \end_layout
23914
23915 \begin_layout Description
23916 Figure
23917 \begin_inset space ~
23918 \end_inset
23919
23920 : La légende est placée en dessous de la figure
23921 \end_layout
23922
23923 \begin_layout Description
23924 Tableau
23925 \begin_inset space ~
23926 \end_inset
23927
23928 : La légende est placée au dessus du tableau
23929 \end_layout
23930
23931 \begin_layout Standard
23932 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23933  au dessus des tableaux.
23934  Ce qui fait que si vous utilisez une des classes de document 
23935 \family sans
23936 article
23937 \family default
23938
23939 \family sans
23940 book
23941 \family default
23942
23943 \family sans
23944 letter
23945 \family default
23946 , ou 
23947 \family sans
23948 report
23949 \family default
23950  il n'y aura pas d'espace libre entre la légende et le tableau.
23951  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23952  de chargement du paquetage LaTeX 
23953 \series bold
23954 caption
23955 \series default
23956  dans le préambule de votre document
23957 \begin_inset Foot
23958 status open
23959
23960 \begin_layout Plain Layout
23961 Voir la section
23962 \begin_inset space ~
23963 \end_inset
23964
23965
23966 \begin_inset CommandInset ref
23967 LatexCommand ref
23968 reference "sec:Formatage-légende"
23969
23970 \end_inset
23971
23972  pour plus d'information sur le paquetage 
23973 \series bold
23974 caption
23975 \series default
23976 .
23977 \end_layout
23978
23979 \end_inset
23980
23981 :
23982 \end_layout
23983
23984 \begin_layout Standard
23985
23986 \series bold
23987 tableposition=top
23988 \end_layout
23989
23990 \begin_layout Standard
23991 Si vous utilisez une classe de document 
23992 \series bold
23993 KOMA-Script
23994 \series default
23995
23996 \begin_inset Index idx
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000 Paquetages LaTeX ! KOMA-Script
24001 \end_layout
24002
24003 \end_inset
24004
24005  (
24006 \family sans
24007 article (KOMA-Script)
24008 \family default
24009
24010 \family sans
24011 book (KOMA-Script)
24012 \family default
24013
24014 \family sans
24015 letter (KOMA-Script)
24016 \family default
24017 , ou 
24018 \family sans
24019 report (KOMA-Script)
24020 \family default
24021
24022 \begin_inset space \thinspace{}
24023 \end_inset
24024
24025 ), vous pouvez utiliser à la place du paquetage 
24026 \series bold
24027 caption
24028 \series default
24029  l'option 
24030 \series bold
24031 captions=tableheading
24032 \series default
24033  de la classe de document.
24034 \end_layout
24035
24036 \begin_layout Standard
24037 \begin_inset VSpace bigskip
24038 \end_inset
24039
24040 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
24041  Pour cela, vous devez charger le paquetage LaTeX 
24042 \series bold
24043 sidecap
24044 \series default
24045
24046 \begin_inset Index idx
24047 status collapsed
24048
24049 \begin_layout Plain Layout
24050 Paquetages LaTeX ! sidecap
24051 \end_layout
24052
24053 \end_inset
24054
24055  dans le préambule de votre document avec la ligne de commande suivante
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061
24062 \backslash
24063 usepackage[option]{sidecap}
24064 \end_layout
24065
24066 \begin_layout Standard
24067 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
24068  extérieure – à droite sur les pages impaires et à gauche sur les pages
24069  paires.
24070  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
24071  
24072 \series bold
24073 innercaption
24074 \series default
24075 .
24076  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
24077  
24078 \series bold
24079 rightcaption
24080 \series default
24081  ou 
24082 \series bold
24083 leftcaption
24084 \series default
24085 .
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset ERT
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093
24094
24095 \backslash
24096 ifsidecap
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \begin_inset Note Note
24103 status open
24104
24105 \begin_layout Plain Layout
24106 La section suivante ne sera affichée que si le paquetage LaTeX 
24107 \series bold
24108 sidecap
24109 \series default
24110  a été installé.
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
24120  ajouter ces commandes dans le préambule de votre document :
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \noindent
24125 \begin_inset CommandInset line
24126 LatexCommand rule
24127 offset "0.5ex"
24128 width "100line%"
24129 height "1pt"
24130
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Standard
24137
24138 \series bold
24139
24140 \backslash
24141 newcommand{
24142 \backslash
24143 TabBesBeg}{%
24144 \begin_inset Newline newline
24145 \end_inset
24146
24147
24148 \begin_inset Phantom HPhantom
24149 status open
24150
24151 \begin_layout Plain Layout
24152
24153 \series bold
24154 \begin_inset space ~
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161
24162
24163 \backslash
24164 let
24165 \backslash
24166 MyTable
24167 \backslash
24168 table
24169 \begin_inset Newline newline
24170 \end_inset
24171
24172
24173 \begin_inset Phantom HPhantom
24174 status open
24175
24176 \begin_layout Plain Layout
24177
24178 \series bold
24179 \begin_inset space ~
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \backslash
24189 let
24190 \backslash
24191 MyEndtable
24192 \backslash
24193 endtable
24194 \begin_inset Newline newline
24195 \end_inset
24196
24197
24198 \begin_inset Phantom HPhantom
24199 status open
24200
24201 \begin_layout Plain Layout
24202
24203 \series bold
24204 \begin_inset space ~
24205 \end_inset
24206
24207
24208 \end_layout
24209
24210 \end_inset
24211
24212
24213 \backslash
24214 renewenvironment{table}{
24215 \backslash
24216 begin{SCtable}}{
24217 \backslash
24218 end{SCtable}}}
24219 \end_layout
24220
24221 \begin_layout Standard
24222
24223 \series bold
24224
24225 \backslash
24226 newcommand{
24227 \backslash
24228 TabBesEnd}{%
24229 \begin_inset Newline newline
24230 \end_inset
24231
24232
24233 \begin_inset Phantom HPhantom
24234 status open
24235
24236 \begin_layout Plain Layout
24237
24238 \series bold
24239 \begin_inset space ~
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \backslash
24249 let
24250 \backslash
24251 table
24252 \backslash
24253 MyTable
24254 \begin_inset Newline newline
24255 \end_inset
24256
24257
24258 \begin_inset Phantom HPhantom
24259 status open
24260
24261 \begin_layout Plain Layout
24262
24263 \series bold
24264 \begin_inset space ~
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \end_inset
24271
24272
24273 \backslash
24274 let
24275 \backslash
24276 endtable
24277 \backslash
24278 MyEndtable
24279 \end_layout
24280
24281 \begin_layout Standard
24282
24283 \series bold
24284
24285 \backslash
24286 newcommand{
24287 \backslash
24288 FigBesBeg}{%
24289 \begin_inset Newline newline
24290 \end_inset
24291
24292
24293 \begin_inset Phantom HPhantom
24294 status open
24295
24296 \begin_layout Plain Layout
24297
24298 \series bold
24299 \begin_inset space ~
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \backslash
24309 let
24310 \backslash
24311 MyFigure
24312 \backslash
24313 figure
24314 \begin_inset Newline newline
24315 \end_inset
24316
24317
24318 \begin_inset Phantom HPhantom
24319 status open
24320
24321 \begin_layout Plain Layout
24322
24323 \series bold
24324 \begin_inset space ~
24325 \end_inset
24326
24327
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \backslash
24334 let
24335 \backslash
24336 MyEndfigure
24337 \backslash
24338 endfigure
24339 \begin_inset Newline newline
24340 \end_inset
24341
24342
24343 \begin_inset Phantom HPhantom
24344 status open
24345
24346 \begin_layout Plain Layout
24347
24348 \series bold
24349 \begin_inset space ~
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \end_inset
24356
24357
24358 \backslash
24359 renewenvironment{figure}{
24360 \backslash
24361 begin{SCfigure}}{
24362 \backslash
24363 end{SCfigure}}}
24364 \end_layout
24365
24366 \begin_layout Standard
24367
24368 \series bold
24369
24370 \backslash
24371 newcommand{
24372 \backslash
24373 FigBesEnd}{%
24374 \begin_inset Newline newline
24375 \end_inset
24376
24377
24378 \begin_inset Phantom HPhantom
24379 status open
24380
24381 \begin_layout Plain Layout
24382
24383 \series bold
24384 \begin_inset space ~
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \end_inset
24391
24392
24393 \backslash
24394 let
24395 \backslash
24396 figure
24397 \backslash
24398 MyFigure
24399 \begin_inset Newline newline
24400 \end_inset
24401
24402
24403 \begin_inset Phantom HPhantom
24404 status open
24405
24406 \begin_layout Plain Layout
24407
24408 \series bold
24409 \begin_inset space ~
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \backslash
24419 let
24420 \backslash
24421 endfigure
24422 \backslash
24423 MyEndfigure}
24424 \end_layout
24425
24426 \begin_layout Standard
24427 \noindent
24428 \begin_inset CommandInset line
24429 LatexCommand rule
24430 offset "0.5ex"
24431 width "100line%"
24432 height "1pt"
24433
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \begin_layout Standard
24440 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24441  la légende se place sur le côté.
24442  Pour les flottants de figure, utilisez la commande
24443 \end_layout
24444
24445 \begin_layout Standard
24446
24447 \series bold
24448
24449 \backslash
24450 FigBesBeg
24451 \end_layout
24452
24453 \begin_layout Standard
24454 en code TeX avant le flottant.
24455  Après le flottant, insérez la commande
24456 \end_layout
24457
24458 \begin_layout Standard
24459
24460 \series bold
24461
24462 \backslash
24463 FigBesEnd
24464 \end_layout
24465
24466 \begin_layout Standard
24467 en code TeX pour revenir à la définition originale du flottant.
24468 \end_layout
24469
24470 \begin_layout Standard
24471 Pour les flottants de tableau, utilisez les commandes correspondantes
24472 \end_layout
24473
24474 \begin_layout Standard
24475
24476 \series bold
24477
24478 \backslash
24479 TabBesBeg
24480 \series default
24481  et 
24482 \series bold
24483
24484 \backslash
24485 TabBesEnd
24486 \end_layout
24487
24488 \begin_layout Standard
24489 La figure
24490 \begin_inset space ~
24491 \end_inset
24492
24493
24494 \begin_inset CommandInset ref
24495 LatexCommand ref
24496 reference "fig:legende-a-coté-fig"
24497
24498 \end_inset
24499
24500  et le tableau
24501 \begin_inset space ~
24502 \end_inset
24503
24504
24505 \begin_inset CommandInset ref
24506 LatexCommand ref
24507 reference "tab:legende-à-coté-tableau"
24508
24509 \end_inset
24510
24511  sont des exemples où la légende a été mises sur le coté.
24512 \end_layout
24513
24514 \begin_layout Standard
24515 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24516  pour les flottants de tableau et vers le bas pour les flottants de figure.
24517  Pour changer ce comportement, vous pouvez utiliser les commandes
24518 \end_layout
24519
24520 \begin_layout Standard
24521
24522 \series bold
24523
24524 \backslash
24525 sidecaptionvpos{type flottant}{placement}
24526 \end_layout
24527
24528 \begin_layout Standard
24529 dans le préambule du document ou en code TeX juste avant le flottant visé.
24530  Le type du flottant est soit 
24531 \family sans
24532 figure
24533 \family default
24534  soit 
24535 \family sans
24536 table
24537 \family default
24538 , le placement peut être 
24539 \begin_inset Quotes eld
24540 \end_inset
24541
24542
24543 \family sans
24544 t
24545 \family default
24546
24547 \begin_inset Quotes erd
24548 \end_inset
24549
24550  pour haut (top), 
24551 \begin_inset Quotes eld
24552 \end_inset
24553
24554
24555 \family sans
24556 c
24557 \family default
24558
24559 \begin_inset Quotes erd
24560 \end_inset
24561
24562  pour centre (center), ou 
24563 \begin_inset Quotes eld
24564 \end_inset
24565
24566
24567 \family sans
24568 b
24569 \family default
24570
24571 \begin_inset Quotes erd
24572 \end_inset
24573
24574  pour bas (bottom).
24575  Pour que, par exemple, les légendes des flottants de figure soient centrés
24576  verticalement, utilisez la commande
24577 \end_layout
24578
24579 \begin_layout Standard
24580
24581 \series bold
24582
24583 \backslash
24584 sidecaptionvpos{figure}{c}
24585 \end_layout
24586
24587 \begin_layout Standard
24588 C'est ce qui a été utilisé pour la figure
24589 \begin_inset space ~
24590 \end_inset
24591
24592
24593 \begin_inset CommandInset ref
24594 LatexCommand ref
24595 reference "fig:legende-à-coté-fig-2"
24596
24597 \end_inset
24598
24599 .
24600 \end_layout
24601
24602 \begin_layout Standard
24603 \begin_inset VSpace medskip
24604 \end_inset
24605
24606 Pour plus d'information sur le paquetage 
24607 \series bold
24608 sidecap
24609 \series default
24610  nous vous renvoyons à sa documentation 
24611 \begin_inset CommandInset citation
24612 LatexCommand cite
24613 key "sidecap"
24614
24615 \end_inset
24616
24617 .
24618 \end_layout
24619
24620 \begin_layout Standard
24621 \begin_inset Note Greyedout
24622 status open
24623
24624 \begin_layout Plain Layout
24625
24626 \series bold
24627 Note:
24628 \series default
24629  Le paquetage LaTeX 
24630 \series bold
24631 hypcap
24632 \series default
24633
24634 \begin_inset Index idx
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638 Paquetages LaTeX ! hypcap
24639 \end_layout
24640
24641 \end_inset
24642
24643 , qui est décrit dans la section
24644 \begin_inset space ~
24645 \end_inset
24646
24647
24648 \begin_inset CommandInset ref
24649 LatexCommand ref
24650 reference "sub:Reference-Position"
24651
24652 \end_inset
24653
24654 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \begin_layout Standard
24663 \begin_inset ERT
24664 status collapsed
24665
24666 \begin_layout Plain Layout
24667
24668
24669 \backslash
24670 FigBesBeg 
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \end_layout
24677
24678 \begin_layout Standard
24679 \begin_inset Float figure
24680 wide false
24681 sideways false
24682 status open
24683
24684 \begin_layout Plain Layout
24685 \begin_inset Graphics
24686         filename ../clipart/escher-lsd.eps
24687         scale 75
24688         scaleBeforeRotation
24689
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \begin_layout Plain Layout
24696 \begin_inset Caption
24697
24698 \begin_layout Plain Layout
24699 \begin_inset CommandInset label
24700 LatexCommand label
24701 name "fig:legende-a-coté-fig"
24702
24703 \end_inset
24704
24705 Une légende à côté d'une figure.
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Standard
24719 \begin_inset ERT
24720 status collapsed
24721
24722 \begin_layout Plain Layout
24723
24724
24725 \backslash
24726 TabBesBeg 
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Standard
24735 \begin_inset Float table
24736 wide false
24737 sideways false
24738 status open
24739
24740 \begin_layout Plain Layout
24741 \begin_inset Caption
24742
24743 \begin_layout Plain Layout
24744 \begin_inset CommandInset label
24745 LatexCommand label
24746 name "tab:legende-à-coté-tableau"
24747
24748 \end_inset
24749
24750 Une légende à côté d'un tableau.
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Plain Layout
24759 \begin_inset Tabular
24760 <lyxtabular version="3" rows="4" columns="5">
24761 <features tabularvalignment="middle">
24762 <column alignment="center" valignment="top" width="0">
24763 <column alignment="center" valignment="top" width="0">
24764 <column alignment="center" valignment="top" width="0">
24765 <column alignment="center" valignment="top" width="0">
24766 <column alignment="center" valignment="top" width="0">
24767 <row>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772 a
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 b
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 c
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 </row>
24814 <row>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828 d
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 e
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 </row>
24861 <row>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 f
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884 g
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902 h
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 </row>
24908 <row>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922 i
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 j
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 </row>
24955 </lyxtabular>
24956
24957 \end_inset
24958
24959
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 \begin_inset ERT
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972
24973
24974 \backslash
24975 TabBesEnd
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Standard
24984 \begin_inset ERT
24985 status collapsed
24986
24987 \begin_layout Plain Layout
24988
24989
24990 \backslash
24991 sidecaptionvpos{figure}{c}
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \begin_inset Float figure
24998 wide false
24999 sideways false
25000 status open
25001
25002 \begin_layout Plain Layout
25003 \begin_inset Graphics
25004         filename ../clipart/escher-lsd.eps
25005         scale 75
25006         scaleBeforeRotation
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Plain Layout
25014 \begin_inset Caption
25015
25016 \begin_layout Plain Layout
25017 \begin_inset CommandInset label
25018 LatexCommand label
25019 name "fig:legende-à-coté-fig-2"
25020
25021 \end_inset
25022
25023 Une légende centrée verticalement à côté d'une figure.
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset ERT
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041
25042
25043 \backslash
25044 FigBesEnd
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 \begin_inset ERT
25054 status collapsed
25055
25056 \begin_layout Plain Layout
25057
25058
25059 \backslash
25060 else
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \begin_inset Note Note
25067 status open
25068
25069 \begin_layout Plain Layout
25070 Ce qui suit sera affiché si le paquetage LaTeX 
25071 \series bold
25072 sidecap
25073 \series default
25074  n'est pas installé :
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \end_layout
25081
25082 \begin_layout Standard
25083 Vous devez installer le paquetage LaTeX 
25084 \series bold
25085 sidecap
25086 \series default
25087  pour voir la suite de cette section dans la sortie imprimée.
25088 \end_layout
25089
25090 \begin_layout Standard
25091 \begin_inset ERT
25092 status collapsed
25093
25094 \begin_layout Plain Layout
25095
25096
25097 \backslash
25098 fi
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Section
25107 Les Listes de Flottants
25108 \begin_inset Index idx
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112 Flottants ! Listes de Flottants
25113 \end_layout
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \begin_layout Standard
25121 De la même façon que la table des matières fait la liste des sections du
25122  document, il y a des listes pour tous les types de flottants, comme par
25123  exemple pour les figures du document.
25124  Vous pouvez les insérer en utilisant le menu 
25125 \family sans
25126 Insérer\SpecialChar \menuseparator
25127 Listes
25128 \begin_inset space ~
25129 \end_inset
25130
25131 &
25132 \begin_inset space ~
25133 \end_inset
25134
25135 TdM
25136 \family default
25137 .
25138 \end_layout
25139
25140 \begin_layout Standard
25141 Les entrées de la liste sont la légende du flottant ou éventuellement le
25142  titre court, le numéro du flottant, et le numéro de la page où le flottant
25143  apparaît dans le document.
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Vous trouverez à la fin de ce document une liste des figures et une liste
25148  des tableaux.
25149 \end_layout
25150
25151 \begin_layout Chapter
25152 Notes
25153 \end_layout
25154
25155 \begin_layout Section
25156 Les Notes de LyX
25157 \begin_inset Index idx
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161 Notes ! Notes LyX 
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Standard
25170 On peut insérer une note en utilisant le bouton 
25171 \begin_inset Graphics
25172         filename ../../images/note-insert.png
25173         scale 85
25174         scaleBeforeRotation
25175
25176 \end_inset
25177
25178  de la barre d'outils ou avec le menu 
25179 \family sans
25180 Insérer\SpecialChar \menuseparator
25181 Note
25182 \family default
25183 .
25184  Il y a trois types de notes :
25185 \end_layout
25186
25187 \begin_layout Description
25188 Note
25189 \begin_inset space ~
25190 \end_inset
25191
25192 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25193  finale.
25194  La boîte de cette note ressemble à ceci :
25195 \begin_inset Newline newline
25196 \end_inset
25197
25198
25199 \begin_inset Newline newline
25200 \end_inset
25201
25202
25203 \begin_inset Graphics
25204         filename clipart/LyXNoteImageQt4.png
25205         display false
25206         scale 65
25207         scaleBeforeRotation
25208
25209 \end_inset
25210
25211  
25212 \begin_inset Note Note
25213 status open
25214
25215 \begin_layout Plain Layout
25216 Le texte de cette note n'apparaîtra pas à l'impression.
25217 \end_layout
25218
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \begin_layout Description
25225 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25226  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25227  vers un fichier au format LaTeX avec le menu 
25228 \family sans
25229 Fichier\SpecialChar \menuseparator
25230 Exporter\SpecialChar \menuseparator
25231 LaTeX (pdflatex) / (plain)
25232 \family default
25233 .
25234  La boîte de cette note ressemble à ceci :
25235 \begin_inset Newline newline
25236 \end_inset
25237
25238
25239 \begin_inset Newline newline
25240 \end_inset
25241
25242
25243 \begin_inset Graphics
25244         filename clipart/CommentNoteImageQt4.png
25245         display false
25246         scale 55
25247         scaleBeforeRotation
25248
25249 \end_inset
25250
25251
25252 \lang english
25253  
25254 \lang french
25255
25256 \begin_inset Note Comment
25257 status open
25258
25259 \begin_layout Plain Layout
25260 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25261  LaTeX.
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Description
25270 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25271  La boîte de cette note ressemble à ceci :
25272 \lang english
25273
25274 \begin_inset Newline newline
25275 \end_inset
25276
25277
25278 \lang french
25279
25280 \begin_inset Newline newline
25281 \end_inset
25282
25283
25284 \begin_inset Graphics
25285         filename clipart/GreyedOutNoteImageQt4.png
25286         lyxscale 80
25287         display false
25288         scale 55
25289         scaleBeforeRotation
25290
25291 \end_inset
25292
25293
25294 \begin_inset Newline newline
25295 \end_inset
25296
25297
25298 \begin_inset ERT
25299 status collapsed
25300
25301 \begin_layout Plain Layout
25302
25303
25304 \backslash
25305 renewenvironment{lyxgreyedout}
25306 \end_layout
25307
25308 \begin_layout Plain Layout
25309
25310 {
25311 \backslash
25312 textcolor[gray]{0.8}
25313 \backslash
25314 bgroup}{
25315 \backslash
25316 egroup}
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \begin_inset Note Greyedout
25323 status open
25324
25325 \begin_layout Plain Layout
25326 Le texte
25327 \begin_inset Foot
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25332  grisé.
25333  
25334 \end_layout
25335
25336 \end_inset
25337
25338  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \begin_inset ERT
25345 status collapsed
25346
25347 \begin_layout Plain Layout
25348
25349
25350 \backslash
25351 renewenvironment{lyxgreyedout}
25352 \end_layout
25353
25354 \begin_layout Plain Layout
25355
25356 {
25357 \backslash
25358 textcolor{blue}
25359 \backslash
25360 bgroup}{
25361 \backslash
25362 egroup}
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \begin_inset Note Note
25369 status open
25370
25371 \begin_layout Plain Layout
25372 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25373  originale qu'elle a dans LyX.
25374  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25375  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \begin_inset Newline newline
25382 \end_inset
25383
25384
25385 \begin_inset Newline newline
25386 \end_inset
25387
25388 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25389  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25390 \end_layout
25391
25392 \begin_layout Standard
25393 \begin_inset VSpace bigskip
25394 \end_inset
25395
25396 Quand vous utilisez le bouton 
25397 \begin_inset Graphics
25398         filename ../../images/note-insert.png
25399         scale 85
25400         scaleBeforeRotation
25401
25402 \end_inset
25403
25404  de la barre d'outils, vous insérez une 
25405 \family sans
25406 Note
25407 \begin_inset space ~
25408 \end_inset
25409
25410 LyX
25411 \family default
25412 .
25413  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25414 la et cliquez sur le bouton d'insertion de note.
25415  Pour retransformer une note en texte, appuyez sur la touche 
25416 \family sans
25417 backspace
25418 \family default
25419  quand le curseur est au tout début de la note ou appuyez sur la touche
25420  
25421 \family sans
25422 Suppr.
25423
25424 \family default
25425  quand le curseur se trouve à la fin de la note.
25426 \end_layout
25427
25428 \begin_layout Standard
25429 \begin_inset VSpace bigskip
25430 \end_inset
25431
25432 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25433  commandes suivantes dans le préambule :
25434 \end_layout
25435
25436 \begin_layout Standard
25437
25438 \series bold
25439
25440 \backslash
25441 renewenvironment{lyxgreyedout}
25442 \begin_inset Newline newline
25443 \end_inset
25444
25445
25446 \begin_inset Phantom HPhantom
25447 status open
25448
25449 \begin_layout Plain Layout
25450
25451 \series bold
25452 \begin_inset space ~
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \end_inset
25459
25460 {
25461 \backslash
25462 textcolor{color}
25463 \backslash
25464 bgroup}{
25465 \backslash
25466 egroup}
25467 \end_layout
25468
25469 \begin_layout Standard
25470 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25471  sont expliqués dans la section
25472 \begin_inset space ~
25473 \end_inset
25474
25475
25476 \begin_inset CommandInset ref
25477 LatexCommand ref
25478 reference "sec:Tableaux-Colorés"
25479
25480 \end_inset
25481
25482 .
25483 \end_layout
25484
25485 \begin_layout Standard
25486 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25487  grisées avec leur texte en bleu.
25488 \end_layout
25489
25490 \begin_layout Section
25491 Notes en Bas de Page
25492 \begin_inset CommandInset label
25493 LatexCommand label
25494 name "sec:Notes-bas-de-page"
25495
25496 \end_inset
25497
25498
25499 \begin_inset Index idx
25500 status collapsed
25501
25502 \begin_layout Plain Layout
25503 Notes ! Notes de bas de page
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \begin_inset Index idx
25510 status collapsed
25511
25512 \begin_layout Plain Layout
25513 Notes de bas de page
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Standard
25522 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25523  
25524 \begin_inset Graphics
25525         filename ../../images/footnote-insert.png
25526         scale 85
25527         scaleBeforeRotation
25528
25529 \end_inset
25530
25531  de la barre d'outils, soit en utilisant le menu 
25532 \family sans
25533 Insérer\SpecialChar \menuseparator
25534 Note
25535 \begin_inset space ~
25536 \end_inset
25537
25538 en
25539 \begin_inset space ~
25540 \end_inset
25541
25542 Bas
25543 \begin_inset space ~
25544 \end_inset
25545
25546 de
25547 \begin_inset space ~
25548 \end_inset
25549
25550 Page
25551 \family default
25552 .
25553  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25554  rouge 
25555 \begin_inset Quotes fld
25556 \end_inset
25557
25558 bas
25559 \begin_inset Quotes frd
25560 \end_inset
25561
25562  qui ressemble à ceci : 
25563 \begin_inset Graphics
25564         filename clipart/footnoteQt4.png
25565         scale 80
25566         scaleBeforeRotation
25567
25568 \end_inset
25569
25570  Vous pouvez y entrer votre texte.
25571  Si vous voulez transformer du texte déjà existant en note en bas de page,
25572  sélectionnez-le et cliquez sur le bouton 
25573 \family sans
25574 Note
25575 \begin_inset space ~
25576 \end_inset
25577
25578 en
25579 \begin_inset space ~
25580 \end_inset
25581
25582 Bas
25583 \begin_inset space ~
25584 \end_inset
25585
25586 de
25587 \begin_inset space ~
25588 \end_inset
25589
25590 Page
25591 \family default
25592  de la barre d'outils.
25593  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25594  
25595 \family sans
25596 backspace
25597 \family default
25598  quand le curseur est au tout début de la note ou appuyez sur la touche
25599  
25600 \family sans
25601 Suppr.
25602
25603 \family default
25604  quand le curseur se trouve à la fin de la note.
25605 \end_layout
25606
25607 \begin_layout Standard
25608 Voici un exemple de note en bas de page:
25609 \begin_inset Foot
25610 status open
25611
25612 \begin_layout Plain Layout
25613 \begin_inset CommandInset label
25614 LatexCommand label
25615 name "fn:Note-en-bas"
25616
25617 \end_inset
25618
25619 Ceci est un exemple de note en bas de page.
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629
25630
25631 \backslash
25632 newcounter{MyRepeatFoot}
25633 \end_layout
25634
25635 \begin_layout Plain Layout
25636
25637
25638 \backslash
25639 setcounter{MyRepeatFoot}{
25640 \backslash
25641 thefootnote}
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \begin_layout Standard
25650 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25651  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25652  de note.
25653  Le texte de la note est placé en bas de la page courante.
25654  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25655  Selon votre classe de document les numéros de notes pourront être réinitialisés
25656  à chaque nouveau chapitre.
25657 \end_layout
25658
25659 \begin_layout Standard
25660 On peut faire référence à une note en bas de page comme on le fait avec
25661  les flottants : Insérez une étiquette dans la note et faites une référence
25662  croisée vers cette étiquette comme c'est décrit dans la
25663 \begin_inset space ~
25664 \end_inset
25665
25666
25667 \begin_inset CommandInset ref
25668 LatexCommand ref
25669 reference "sec:Referencer-les-Flottants"
25670
25671 \end_inset
25672
25673 .
25674 \begin_inset Newline newline
25675 \end_inset
25676
25677 Voici une référence à une note de bas de page :
25678 \begin_inset space ~
25679 \end_inset
25680
25681
25682 \begin_inset CommandInset ref
25683 LatexCommand ref
25684 reference "fn:Note-en-bas"
25685
25686 \end_inset
25687
25688 .
25689 \end_layout
25690
25691 \begin_layout Standard
25692 \begin_inset VSpace defskip
25693 \end_inset
25694
25695
25696 \end_layout
25697
25698 \begin_layout Standard
25699 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
25700  par LaTeX pour des raisons techniques.
25701  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
25702  
25703 \series bold
25704
25705 \backslash
25706 footnotemark{}
25707 \series default
25708  en code TeX à la place de la note de bas de page.
25709  Le texte de la note est mis en argument de la commande TeX 
25710 \series bold
25711
25712 \backslash
25713 footnotetext
25714 \series default
25715  après le tableau.
25716 \begin_inset Newline newline
25717 \end_inset
25718
25719 C'est ce qui a été fait pour le tableau qui suit avec la commande
25720 \end_layout
25721
25722 \begin_layout Standard
25723
25724 \series bold
25725
25726 \backslash
25727 footnotetext{
25728 \series default
25729 Note de bas de page de tableau imprimée.
25730 \series bold
25731 }
25732 \end_layout
25733
25734 \begin_layout Standard
25735
25736 \lang english
25737 \begin_inset Tabular
25738 <lyxtabular version="3" rows="2" columns="1">
25739 <features tabularvalignment="middle">
25740 <column alignment="center" valignment="top" width="0">
25741 <row>
25742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 Un exemple de texte
25747 \begin_inset Foot
25748 status open
25749
25750 \begin_layout Plain Layout
25751 Cette note ne sera pas imprimée
25752 \begin_inset space ~
25753 \end_inset
25754
25755 !
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 </row>
25766 <row>
25767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771 Un autre exemple de texte
25772 \begin_inset ERT
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776
25777
25778 \backslash
25779 footnotemark{}
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 </lyxtabular>
25791
25792 \end_inset
25793
25794
25795 \begin_inset ERT
25796 status collapsed
25797
25798 \begin_layout Plain Layout
25799
25800
25801 \backslash
25802 footnotetext{
25803 \end_layout
25804
25805 \end_inset
25806
25807
25808 \lang french
25809 Note de bas de page de tableau imprimée.
25810 \lang english
25811
25812 \begin_inset ERT
25813 status collapsed
25814
25815 \begin_layout Plain Layout
25816
25817 }
25818 \end_layout
25819
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \begin_layout Standard
25826 Les notes de bas de page dans des tableaux longs sont décrites dans la section
25827 \begin_inset space ~
25828 \end_inset
25829
25830
25831 \begin_inset CommandInset ref
25832 LatexCommand ref
25833 reference "sub:Notes-dans-tableau-long"
25834
25835 \end_inset
25836
25837 .
25838 \end_layout
25839
25840 \begin_layout Standard
25841 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
25842  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
25843 e, vu que la minipage est considérée comme une page se trouvant dans une
25844  autre page.
25845  Pour plus d'information sur les minipages, voyez la section
25846 \begin_inset space ~
25847 \end_inset
25848
25849
25850 \begin_inset CommandInset ref
25851 LatexCommand ref
25852 reference "sec:Minipages"
25853
25854 \end_inset
25855
25856 .
25857  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
25858  s'imprime en bas de page comme une note normale, on doit aussi utiliser
25859  la méthode utilisant les commandes 
25860 \series bold
25861
25862 \backslash
25863 footnotemark{}
25864 \series default
25865  et 
25866 \series bold
25867
25868 \backslash
25869 footnotetext
25870 \series default
25871 .
25872 \end_layout
25873
25874 \begin_layout Standard
25875 \begin_inset Box Frameless
25876 position "t"
25877 hor_pos "c"
25878 has_inner_box 1
25879 inner_pos "t"
25880 use_parbox 0
25881 use_makebox 0
25882 width "100col%"
25883 special "none"
25884 height "1in"
25885 height_special "totalheight"
25886 status open
25887
25888 \begin_layout Plain Layout
25889 Un exemple de texte dans une minipage.
25890 \begin_inset Foot
25891 status open
25892
25893 \begin_layout Plain Layout
25894 Note de bas de page dans la minipage.
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Plain Layout
25903 Un autre exemple de texte dans une minipage.
25904 \begin_inset ERT
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908
25909
25910 \backslash
25911 footnotemark{}
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \begin_layout Standard
25925 \begin_inset ERT
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929
25930
25931 \backslash
25932 footnotetext{
25933 \end_layout
25934
25935 \end_inset
25936
25937 Note de bas de page en denors de la minipage.
25938 \begin_inset ERT
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942
25943 }
25944 \end_layout
25945
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \begin_layout Standard
25952 \begin_inset VSpace defskip
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \begin_layout Standard
25959 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
25960  utilisez la commande 
25961 \series bold
25962
25963 \backslash
25964 footnotemark[number]
25965 \series default
25966  en code TeX.
25967 \begin_inset Newline newline
25968 \end_inset
25969
25970 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
25971  votre texte, vous devez enregistrer son numéro.
25972  Dans l'exemple de marque de note de bas de page suivant, ces commandes
25973  ont été insérées en code TeX après la note
25974 \begin_inset space ~
25975 \end_inset
25976
25977
25978 \begin_inset CommandInset ref
25979 LatexCommand ref
25980 reference "fn:Note-en-bas"
25981
25982 \end_inset
25983
25984  pour enregistrer son numéro
25985 \begin_inset space ~
25986 \end_inset
25987
25988 :
25989 \end_layout
25990
25991 \begin_layout Standard
25992
25993 \series bold
25994
25995 \backslash
25996 newcounter{MaNoteDupliquee}
25997 \begin_inset Newline newline
25998 \end_inset
25999
26000
26001 \backslash
26002 setcounter{MaNoteDupliquee}{
26003 \backslash
26004 thefootnote}
26005 \end_layout
26006
26007 \begin_layout Standard
26008 La note de bas de page a été créee avec la commande
26009 \begin_inset space ~
26010 \end_inset
26011
26012 :
26013 \end_layout
26014
26015 \begin_layout Standard
26016
26017 \series bold
26018
26019 \backslash
26020 footnotemark[
26021 \backslash
26022 MaNoteDupliquee]
26023 \end_layout
26024
26025 \begin_layout Standard
26026 Voici une note de bas de page dupliquée
26027 \begin_inset space ~
26028 \end_inset
26029
26030 :
26031 \begin_inset ERT
26032 status open
26033
26034 \begin_layout Plain Layout
26035
26036
26037 \backslash
26038 footnotemark[
26039 \backslash
26040 theMyRepeatFoot]
26041 \end_layout
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Standard
26049 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
26050 t du numéro de note et juste utiliser la commande suivante
26051 \end_layout
26052
26053 \begin_layout Standard
26054
26055 \series bold
26056
26057 \backslash
26058 footnotemark[
26059 \backslash
26060 thefootnote]
26061 \end_layout
26062
26063 \begin_layout Standard
26064 Voici une autre note de bas de page dupliquée
26065 \begin_inset space ~
26066 \end_inset
26067
26068 :
26069 \begin_inset ERT
26070 status open
26071
26072 \begin_layout Plain Layout
26073
26074
26075 \backslash
26076 footnotemark[
26077 \backslash
26078 thefootnote]
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \begin_layout Subsection
26087 Numérotation de Notes de Bas de Page
26088 \begin_inset CommandInset label
26089 LatexCommand label
26090 name "sub:Numerotation-notes-bas-de-page"
26091
26092 \end_inset
26093
26094
26095 \begin_inset Index idx
26096 status collapsed
26097
26098 \begin_layout Plain Layout
26099 Notes de bas de page ! Numérotation
26100 \end_layout
26101
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \begin_layout Standard
26108 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26109  ajoutez cette commande dans le préambule de votre document :
26110 \end_layout
26111
26112 \begin_layout Standard
26113
26114 \series bold
26115
26116 \backslash
26117 @addtoreset{footnote}{section}
26118 \end_layout
26119
26120 \begin_layout Standard
26121 \begin_inset VSpace bigskip
26122 \end_inset
26123
26124 La commande de préambule suivante change le style de numérotation des notes
26125  en petits chiffres romains :
26126 \end_layout
26127
26128 \begin_layout Standard
26129
26130 \series bold
26131
26132 \backslash
26133 renewcommand{
26134 \backslash
26135 thefootnote}{
26136 \backslash
26137 roman{footnote}}
26138 \end_layout
26139
26140 \begin_layout Standard
26141 \begin_inset ERT
26142 status collapsed
26143
26144 \begin_layout Plain Layout
26145
26146
26147 \backslash
26148 renewcommand{
26149 \backslash
26150 thefootnote}{
26151 \backslash
26152 roman{footnote}}
26153 \end_layout
26154
26155 \end_inset
26156
26157  Cette note de bas de page utilise une numérotation en chiffres romains
26158  :
26159 \begin_inset Foot
26160 status open
26161
26162 \begin_layout Plain Layout
26163 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26164  romains.
26165 \end_layout
26166
26167 \end_inset
26168
26169
26170 \end_layout
26171
26172 \begin_layout Standard
26173 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26174  la commande précédente 
26175 \series bold
26176
26177 \backslash
26178 roman
26179 \series default
26180  par 
26181 \series bold
26182
26183 \backslash
26184 Roman
26185 \series default
26186 .
26187  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26188  utilisez respectivement soit 
26189 \series bold
26190
26191 \backslash
26192 Alph
26193 \series default
26194  soit 
26195 \series bold
26196
26197 \backslash
26198 alph
26199 \series default
26200 .
26201  Pour les 
26202 \begin_inset Quotes eld
26203 \end_inset
26204
26205 numéroter
26206 \begin_inset Quotes erd
26207 \end_inset
26208
26209  avec des symboles, utilisez 
26210 \series bold
26211
26212 \backslash
26213 fnsymbol
26214 \series default
26215 .
26216 \end_layout
26217
26218 \begin_layout Standard
26219 \begin_inset Note Greyedout
26220 status open
26221
26222 \begin_layout Plain Layout
26223
26224 \series bold
26225 Note:
26226 \series default
26227  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26228  puisque cette numérotation est limitée à des lettres seules.
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \begin_inset Newline newline
26235 \end_inset
26236
26237
26238 \begin_inset Note Greyedout
26239 status open
26240
26241 \begin_layout Plain Layout
26242
26243 \series bold
26244 Note:
26245 \series default
26246  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \begin_layout Standard
26255 Pour revenir au style de numérotation implicite quand vous en avez changé,
26256  utilisez 
26257 \series bold
26258
26259 \backslash
26260 arabic
26261 \series default
26262  à la place de 
26263 \series bold
26264
26265 \backslash
26266 roman
26267 \series default
26268  dans la commande précédente.
26269 \begin_inset ERT
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273
26274
26275 \backslash
26276 renewcommand{
26277 \backslash
26278 thefootnote}{
26279 \backslash
26280 arabic{footnote}}
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \begin_layout Standard
26289 \begin_inset VSpace bigskip
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \begin_layout Standard
26296 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26297  le schéma 
26298 \begin_inset Quotes eld
26299 \end_inset
26300
26301 chapitre.note
26302 \begin_inset Quotes erd
26303 \end_inset
26304
26305 , ajoutez la commande suivante au préambule de votre document :
26306 \end_layout
26307
26308 \begin_layout Standard
26309
26310 \series bold
26311
26312 \backslash
26313 numberwithin{footnote}{chapter}
26314 \end_layout
26315
26316 \begin_layout Standard
26317 Pour pouvoir utiliser la commande 
26318 \series bold
26319
26320 \backslash
26321 numberwithin
26322 \series default
26323 , activez dans la rubrique 
26324 \family sans
26325 Options
26326 \begin_inset space ~
26327 \end_inset
26328
26329 des
26330 \begin_inset space ~
26331 \end_inset
26332
26333 Maths
26334 \family default
26335  dans les paramètres du document, l'option 
26336 \family sans
26337 Utiliser
26338 \begin_inset space ~
26339 \end_inset
26340
26341 le
26342 \begin_inset space ~
26343 \end_inset
26344
26345 paquetage
26346 \begin_inset space ~
26347 \end_inset
26348
26349 maths
26350 \begin_inset space ~
26351 \end_inset
26352
26353 AMS
26354 \family default
26355 .
26356 \end_layout
26357
26358 \begin_layout Standard
26359 \begin_inset ERT
26360 status collapsed
26361
26362 \begin_layout Plain Layout
26363
26364
26365 \backslash
26366 numberwithin{footnote}{chapter}
26367 \end_layout
26368
26369 \end_inset
26370
26371 Ceci est un autre exemple de note de bas de page:
26372 \series bold
26373
26374 \begin_inset Foot
26375 status open
26376
26377 \begin_layout Plain Layout
26378 Cette note est numérotée en suivant le schéma 
26379 \begin_inset Quotes eld
26380 \end_inset
26381
26382 chapitre.note
26383 \begin_inset Quotes erd
26384 \end_inset
26385
26386 .
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \series default
26393
26394 \begin_inset ERT
26395 status collapsed
26396
26397 \begin_layout Plain Layout
26398
26399
26400 \backslash
26401 renewcommand{
26402 \backslash
26403 thefootnote}{
26404 \backslash
26405 arabic{footnote}}
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \begin_layout Standard
26414 \begin_inset Note Greyedout
26415 status open
26416
26417 \begin_layout Plain Layout
26418
26419 \series bold
26420 Note:
26421 \series default
26422  
26423 \series bold
26424
26425 \backslash
26426 numberwithin
26427 \series default
26428  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26429  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26430  prises en compte.
26431  
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Standard
26440 Donc pour avoir par exemple le schéma 
26441 \begin_inset Quotes eld
26442 \end_inset
26443
26444 chapitre.
26445 \backslash
26446 Roman{note}
26447 \begin_inset Quotes erd
26448 \end_inset
26449
26450 , utilisez la commande suivante plutôt que 
26451 \series bold
26452
26453 \backslash
26454 numberwithin
26455 \series default
26456  :
26457 \end_layout
26458
26459 \begin_layout Standard
26460
26461 \series bold
26462
26463 \backslash
26464 renewcommand{
26465 \backslash
26466 thefootnote}{
26467 \backslash
26468 thechapter.
26469 \backslash
26470 Roman{footnote}}
26471 \end_layout
26472
26473 \begin_layout Subsection
26474 Positionnement de notes de bas de page
26475 \begin_inset Index idx
26476 status collapsed
26477
26478 \begin_layout Plain Layout
26479 Notes de bas de page ! Positionnement
26480 \end_layout
26481
26482 \end_inset
26483
26484
26485 \end_layout
26486
26487 \begin_layout Standard
26488 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26489  vertical entre elles en bas de la page.
26490  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26491  de 1.5
26492 \begin_inset space \thinspace{}
26493 \end_inset
26494
26495 mm avec la commande suivante dans le préambule :
26496 \end_layout
26497
26498 \begin_layout Standard
26499
26500 \series bold
26501
26502 \backslash
26503 let
26504 \backslash
26505 myFoot
26506 \backslash
26507 footnote
26508 \begin_inset Newline newline
26509 \end_inset
26510
26511
26512 \backslash
26513 renewcommand{
26514 \backslash
26515 footnote}[1]{
26516 \backslash
26517 myFoot{#1
26518 \backslash
26519 vspace{1.5mm}}}
26520 \end_layout
26521
26522 \begin_layout Standard
26523 \begin_inset VSpace bigskip
26524 \end_inset
26525
26526 Dans un document à deux colonnes les notes de bas de page apparaissent en
26527  bas de chaque colonne, comme sur la Figure
26528 \begin_inset space ~
26529 \end_inset
26530
26531
26532 \begin_inset CommandInset ref
26533 LatexCommand ref
26534 reference "fig:Position-standard-note-bas-de-page"
26535
26536 \end_inset
26537
26538 .
26539  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26540  sur la Figure
26541 \begin_inset space ~
26542 \end_inset
26543
26544
26545 \begin_inset CommandInset ref
26546 LatexCommand ref
26547 reference "fig:Position-note-avec-ftnright"
26548
26549 \end_inset
26550
26551 , utilisez le paquetage LaTeX 
26552 \series bold
26553 ftnright
26554 \series default
26555
26556 \begin_inset Index idx
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560 Paquetages LaTeX ! ftnright
26561 \end_layout
26562
26563 \end_inset
26564
26565  avec cette commande dans le préambule du document:
26566 \end_layout
26567
26568 \begin_layout Standard
26569
26570 \series bold
26571
26572 \backslash
26573 usepackage{ftnright}
26574 \end_layout
26575
26576 \begin_layout Standard
26577 \begin_inset Float figure
26578 placement !h
26579 wide false
26580 sideways false
26581 status open
26582
26583 \begin_layout Plain Layout
26584 \begin_inset ERT
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588
26589
26590 \backslash
26591 framebox{
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \begin_inset Graphics
26598         filename ../clipart/without_fntright.pdf
26599         width 100col%
26600         scaleBeforeRotation
26601
26602 \end_inset
26603
26604
26605 \begin_inset ERT
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609
26610 }
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \begin_layout Plain Layout
26619 \begin_inset Caption
26620
26621 \begin_layout Plain Layout
26622 \begin_inset CommandInset label
26623 LatexCommand label
26624 name "fig:Position-standard-note-bas-de-page"
26625
26626 \end_inset
26627
26628 Positionnement standard des notes de bas de page dans un document à deux
26629  colonnes.
26630 \end_layout
26631
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Standard
26643 \begin_inset Float figure
26644 placement !h
26645 wide false
26646 sideways false
26647 status open
26648
26649 \begin_layout Plain Layout
26650 \begin_inset ERT
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654
26655
26656 \backslash
26657 framebox{
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \begin_inset Graphics
26664         filename ../clipart/with_fntright.pdf
26665         width 100col%
26666         scaleBeforeRotation
26667
26668 \end_inset
26669
26670
26671 \begin_inset ERT
26672 status collapsed
26673
26674 \begin_layout Plain Layout
26675
26676 }
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Plain Layout
26685 \begin_inset Caption
26686
26687 \begin_layout Plain Layout
26688 \begin_inset CommandInset label
26689 LatexCommand label
26690 name "fig:Position-note-avec-ftnright"
26691
26692 \end_inset
26693
26694 Positionnement de notes de bas de page dans un document à deux colonnes
26695  en utilisant le paquetage LaTeX 
26696 \series bold
26697 ftnright
26698 \series default
26699 .
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \begin_layout Standard
26713 \begin_inset VSpace bigskip
26714 \end_inset
26715
26716 Dans certaines publications scientifiques, il est courant de rassembler
26717  les notes de bas de page et de les imprimer dans un paragraphe particulier
26718  à la fin de la section, comme sur la Figure
26719 \begin_inset space ~
26720 \end_inset
26721
26722
26723 \begin_inset CommandInset ref
26724 LatexCommand ref
26725 reference "fig:Notes-de-fin"
26726
26727 \end_inset
26728
26729 .
26730  On les appelle 
26731 \begin_inset Quotes eld
26732 \end_inset
26733
26734 notes de fin
26735 \begin_inset Quotes erd
26736 \end_inset
26737
26738 .
26739 \begin_inset Index idx
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743 Notes de fin
26744 \end_layout
26745
26746 \end_inset
26747
26748  Pour utiliser des notes de fin à la place des notes de bas de page dans
26749  votre document, charger le module 
26750 \family sans
26751 Note de bas de page en fin de document
26752 \family default
26753  à partir de 
26754 \family sans
26755 Document\SpecialChar \menuseparator
26756 Paramètres\SpecialChar \menuseparator
26757 Modules
26758 \family default
26759 .
26760  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26761 \end_layout
26762
26763 \begin_layout Standard
26764
26765 \series bold
26766
26767 \backslash
26768 theendnotes
26769 \end_layout
26770
26771 \begin_layout Standard
26772 en code TeX à la fin d'une section ou d'un chapitre.
26773 \end_layout
26774
26775 \begin_layout Standard
26776 \begin_inset Float figure
26777 wide false
26778 sideways false
26779 status open
26780
26781 \begin_layout Plain Layout
26782 \align center
26783 \begin_inset ERT
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787
26788
26789 \backslash
26790 framebox{
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \begin_inset Graphics
26797         filename ../clipart/endnotes.pdf
26798         scaleBeforeRotation
26799
26800 \end_inset
26801
26802
26803 \begin_inset ERT
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807
26808 }
26809 \end_layout
26810
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \begin_layout Plain Layout
26817 \begin_inset Caption
26818
26819 \begin_layout Plain Layout
26820 \begin_inset CommandInset label
26821 LatexCommand label
26822 name "fig:Notes-de-fin"
26823
26824 \end_inset
26825
26826 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26827  séparé à la fin des sections ou des chapitres.
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \begin_layout Standard
26841 \begin_inset VSpace medskip
26842 \end_inset
26843
26844 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26845  dans la langue du document, cela doit être fait manuellement.
26846  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26847  
26848 \begin_inset Quotes eld
26849 \end_inset
26850
26851 Notes
26852 \begin_inset Quotes erd
26853 \end_inset
26854
26855  en sa traduction Allemande
26856 \begin_inset Foot
26857 status collapsed
26858
26859 \begin_layout Plain Layout
26860 En français, 
26861 \begin_inset Quotes eld
26862 \end_inset
26863
26864 Notes
26865 \begin_inset Quotes erd
26866 \end_inset
26867
26868  peut être conservé.
26869 \end_layout
26870
26871 \end_inset
26872
26873  
26874 \begin_inset Quotes eld
26875 \end_inset
26876
26877 Anmerkungen
26878 \begin_inset Quotes erd
26879 \end_inset
26880
26881  :
26882 \end_layout
26883
26884 \begin_layout Standard
26885
26886 \series bold
26887
26888 \backslash
26889 renewcommand{
26890 \backslash
26891 notesname}{Anmerkungen}
26892 \end_layout
26893
26894 \begin_layout Standard
26895 \begin_inset VSpace medskip
26896 \end_inset
26897
26898 La numérotation des notes de fin peut être modifiée comme celle des notes
26899  de bas de page comme c'est décrit dans la section
26900 \begin_inset space ~
26901 \end_inset
26902
26903
26904 \begin_inset CommandInset ref
26905 LatexCommand ref
26906 reference "sub:Numerotation-notes-bas-de-page"
26907
26908 \end_inset
26909
26910  ; remplacez juste la commande 
26911 \series bold
26912
26913 \backslash
26914 thefootnote
26915 \series default
26916  par 
26917 \series bold
26918
26919 \backslash
26920 theendnote
26921 \series default
26922 .
26923  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26924 \series bold
26925
26926 \backslash
26927 @addtoreset
26928 \series default
26929  comme c'est décrit dans la section
26930 \begin_inset space ~
26931 \end_inset
26932
26933
26934 \begin_inset CommandInset ref
26935 LatexCommand ref
26936 reference "sub:Numerotation-notes-bas-de-page"
26937
26938 \end_inset
26939
26940  et remplacez le paramètre de commande 
26941 \series bold
26942 footnote
26943 \series default
26944  par 
26945 \series bold
26946 endnote
26947 \series default
26948 .
26949 \end_layout
26950
26951 \begin_layout Standard
26952 Pour les notes de fin, il y a la commande 
26953 \series bold
26954
26955 \backslash
26956 endnotemark[numéro]
26957 \series default
26958  qui est semblable à 
26959 \series bold
26960
26961 \backslash
26962 footnotemark
26963 \series default
26964 , décrite dans la section
26965 \begin_inset space ~
26966 \end_inset
26967
26968
26969 \begin_inset CommandInset ref
26970 LatexCommand ref
26971 reference "sec:Notes-bas-de-page"
26972
26973 \end_inset
26974
26975 .
26976 \end_layout
26977
26978 \begin_layout Standard
26979 \begin_inset VSpace bigskip
26980 \end_inset
26981
26982  Les notes de bas de page peuvent être mise dans la marge de la page et
26983  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
26984  
26985 \series bold
26986 footmisc
26987 \series default
26988
26989 \begin_inset Index idx
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993 Paquetages LaTeX ! footmisc
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \begin_inset CommandInset citation
27000 LatexCommand cite
27001 key "footmisc"
27002
27003 \end_inset
27004
27005  pour plus d'information à ce sujet.
27006 \end_layout
27007
27008 \begin_layout Standard
27009 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
27010  voyez les livres sur LaTeX, 
27011 \begin_inset CommandInset citation
27012 LatexCommand cite
27013 key "latexcompanion,latexguide,latexbook"
27014
27015 \end_inset
27016
27017 .
27018  Si vous utilisez une classe de document  
27019 \series bold
27020 KOMA-Script
27021 \series default
27022
27023 \begin_inset Index idx
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027 Paquetages LaTeX ! KOMA-Script
27028 \end_layout
27029
27030 \end_inset
27031
27032 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
27033  des commandes spécifiques à la classe de document utilisée, voyez 
27034 \begin_inset CommandInset citation
27035 LatexCommand cite
27036 key "KOMA-Script"
27037
27038 \end_inset
27039
27040 .
27041 \end_layout
27042
27043 \begin_layout Section
27044 Notes en Marge
27045 \begin_inset Index idx
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049 Notes ! Notes en Marge
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \end_layout
27056
27057 \begin_layout Standard
27058 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27059 t de la même façon.
27060  Quand vous insérez une note en marge avec 
27061 \family sans
27062 Insérer\SpecialChar \menuseparator
27063 Note
27064 \begin_inset space ~
27065 \end_inset
27066
27067 en
27068 \begin_inset space ~
27069 \end_inset
27070
27071 Marge
27072 \family default
27073  ou avec le bouton 
27074 \begin_inset Graphics
27075         filename ../../images/marginalnote-insert.png
27076         scale 85
27077         scaleBeforeRotation
27078
27079 \end_inset
27080
27081  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27082  grise avec une étiquette rouge 
27083 \begin_inset Quotes fld
27084 \end_inset
27085
27086 marge
27087 \begin_inset Quotes frd
27088 \end_inset
27089
27090 .
27091  
27092 \begin_inset Marginal
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096 C'est une note en marge.
27097 \end_layout
27098
27099 \end_inset
27100
27101  Cette boîte est la représentation de votre note dans LyX.
27102  Vous pouvez y entrer votre texte.
27103 \end_layout
27104
27105 \begin_layout Standard
27106 Les notes en marge apparaissent dans la marge de droite dans les documents
27107  imprimées sur une seule face.
27108  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27109  
27110 \begin_inset Quotes eld
27111 \end_inset
27112
27113 extérieure
27114 \begin_inset Quotes erd
27115 \end_inset
27116
27117  – la gauche sur les pages paires et la droite sur les pages impaires.
27118  Le texte de la note en marge est aligné à l'opposé de la marge externe
27119  – aligné à droite quand la note apparaît dans la marge de gauche.
27120  La première ligne de la note apparaît à la hauteur de la ligne de texte
27121  où la note a été insérée dans le document.
27122 \end_layout
27123
27124 \begin_layout Standard
27125 \begin_inset VSpace bigskip
27126 \end_inset
27127
27128 Pour placer une note dans la marge interne, ajoutez la commande suivante
27129  :
27130 \end_layout
27131
27132 \begin_layout Standard
27133
27134 \series bold
27135
27136 \backslash
27137 reversemarginpar
27138 \end_layout
27139
27140 \begin_layout Standard
27141 sous forme de code TeX avant votre note de marge.
27142  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27143  qui suivent 
27144 \begin_inset ERT
27145 status collapsed
27146
27147 \begin_layout Plain Layout
27148
27149
27150 \backslash
27151 reversemarginpar 
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \begin_inset Marginal
27158 status open
27159
27160 \begin_layout Plain Layout
27161 Cette note en marge est dans la marge interne.
27162 \end_layout
27163
27164 \end_inset
27165
27166
27167 \series bold
27168
27169 \begin_inset Newline newline
27170 \end_inset
27171
27172
27173 \series default
27174
27175 \begin_inset Note Greyedout
27176 status open
27177
27178 \begin_layout Plain Layout
27179
27180 \series bold
27181 Note:
27182 \series default
27183  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27184  les notes sont souvent mal mises en formes dans la sortie imprimée.
27185 \end_layout
27186
27187 \end_inset
27188
27189
27190 \end_layout
27191
27192 \begin_layout Standard
27193 Pour revenir au positionnement implicite, ajoutez la commande :
27194 \end_layout
27195
27196 \begin_layout Standard
27197
27198 \series bold
27199
27200 \backslash
27201 normalmarginpar
27202 \end_layout
27203
27204 \begin_layout Standard
27205 sous forme de code TeX.
27206 \begin_inset ERT
27207 status collapsed
27208
27209 \begin_layout Plain Layout
27210
27211
27212 \backslash
27213 normalmarginpar 
27214 \end_layout
27215
27216 \end_inset
27217
27218
27219 \begin_inset Newline newline
27220 \end_inset
27221
27222  
27223 \begin_inset Note Greyedout
27224 status open
27225
27226 \begin_layout Plain Layout
27227
27228 \series bold
27229 Note:
27230 \series default
27231  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27232  
27233 \series bold
27234
27235 \backslash
27236 reversemarginpar
27237 \series default
27238  est aussi utilisée.
27239 \end_layout
27240
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \begin_layout Standard
27247 \begin_inset VSpace bigskip
27248 \end_inset
27249
27250
27251 \begin_inset Marginal
27252 status open
27253
27254 \begin_layout Plain Layout
27255 UnTrèsLongMotEnMarge sans césure.
27256 \end_layout
27257
27258 \end_inset
27259
27260  Comme dans le cas décrit dans la section
27261 \begin_inset space ~
27262 \end_inset
27263
27264
27265 \begin_inset CommandInset ref
27266 LatexCommand ref
27267 reference "sub:Lignes-multiple-dans-cellule"
27268
27269 \end_inset
27270
27271 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27272  mot d'une note en marge.
27273  Pour éviter ce problème, insérez un espacement horizontal de 0
27274 \begin_inset space \thinspace{}
27275 \end_inset
27276
27277 pt avant le mot en question: 
27278 \begin_inset Marginal
27279 status open
27280
27281 \begin_layout Plain Layout
27282 \begin_inset space \hspace{}
27283 \length 0pt
27284 \end_inset
27285
27286 UnMotTrèsLongEnMarge avec une césure.
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Standard
27295 \begin_inset VSpace bigskip
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Standard
27302 \begin_inset Note Greyedout
27303 status open
27304
27305 \begin_layout Plain Layout
27306
27307 \series bold
27308 Note:
27309 \series default
27310  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27311  tableaux, des flottants et des notes de bas de page.
27312 \end_layout
27313
27314 \end_inset
27315
27316
27317 \end_layout
27318
27319 \begin_layout Standard
27320 \begin_inset VSpace bigskip
27321 \end_inset
27322
27323
27324 \end_layout
27325
27326 \begin_layout Standard
27327 \begin_inset ERT
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331
27332
27333 \backslash
27334 ifmarginnote
27335 \end_layout
27336
27337 \end_inset
27338
27339
27340 \begin_inset Note Note
27341 status open
27342
27343 \begin_layout Plain Layout
27344 La section suivante ne sera affichée que si le paquetage LaTeX 
27345 \series bold
27346 marginnote
27347 \series default
27348  a été installé.
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \begin_layout Standard
27357 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27358 \series bold
27359 marginnote
27360 \series default
27361
27362 \begin_inset Index idx
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366 Paquetages LaTeX ! marginnote
27367 \end_layout
27368
27369 \end_inset
27370
27371 .
27372  En ajoutant les deux lignes suivantes au préambule de votre document, la
27373  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27374  la commande fournie par le paquetage 
27375 \series bold
27376 marginnote
27377 \series default
27378  :
27379 \end_layout
27380
27381 \begin_layout Standard
27382
27383 \series bold
27384
27385 \backslash
27386 usepackage{marginnote}
27387 \begin_inset Newline newline
27388 \end_inset
27389
27390
27391 \backslash
27392 let
27393 \backslash
27394 marginpar
27395 \backslash
27396 marginnote
27397 \end_layout
27398
27399 \begin_layout Standard
27400 Ce paquetage est aussi utilisé dans ce document parce que 
27401 \series bold
27402 marginnote
27403 \series default
27404  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27405  vertical pour une note.
27406  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27407  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27408  en page.
27409  Le décalage est inséré dans LyX sous forme de code TeX directement après
27410  la note sous la forme
27411 \end_layout
27412
27413 \begin_layout Standard
27414
27415 \series bold
27416 [offset]
27417 \end_layout
27418
27419 \begin_layout Standard
27420 où l'offset utilise l'une des unités listées dans le tableau
27421 \begin_inset space ~
27422 \end_inset
27423
27424
27425 \begin_inset CommandInset ref
27426 LatexCommand ref
27427 reference "cha:Unités-de-longueur"
27428
27429 \end_inset
27430
27431 .
27432  Une valeur négative déplace la note vers le haut, une valeur positive la
27433  déplace vers le bas.
27434  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27435  vers le haut de 1.5
27436 \begin_inset space \thinspace{}
27437 \end_inset
27438
27439 cm avec la commande en code TeX 
27440 \begin_inset Quotes eld
27441 \end_inset
27442
27443
27444 \series bold
27445 [-1.5cm]
27446 \series default
27447
27448 \begin_inset Quotes erd
27449 \end_inset
27450
27451
27452 \begin_inset Marginal
27453 status collapsed
27454
27455 \begin_layout Plain Layout
27456 Cette note en marge est décalée vers le haut de 1.5
27457 \begin_inset space \thinspace{}
27458 \end_inset
27459
27460 cm par rapport à sa position d'origine.
27461 \end_layout
27462
27463 \end_inset
27464
27465
27466 \begin_inset ERT
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470
27471 [-1.5cm]
27472 \end_layout
27473
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \begin_layout Standard
27480 \begin_inset VSpace medskip
27481 \end_inset
27482
27483 Avec le paquetage 
27484 \series bold
27485 marginnote
27486 \series default
27487  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27488  Par exemple les commandes 
27489 \end_layout
27490
27491 \begin_layout Standard
27492
27493 \series bold
27494
27495 \backslash
27496 renewcommand*{
27497 \backslash
27498 raggedleftmarginnote}{
27499 \backslash
27500 centering}
27501 \begin_inset Newline newline
27502 \end_inset
27503
27504
27505 \backslash
27506 renewcommand*{
27507 \backslash
27508 raggedrightmarginnote}{
27509 \backslash
27510 centering}
27511 \end_layout
27512
27513 \begin_layout Standard
27514 donnent un alignement centré.
27515  
27516 \series bold
27517
27518 \backslash
27519 raggedleftmarginnote
27520 \series default
27521  indique une note qui apparaît dans la marge de gauche.
27522 \begin_inset ERT
27523 status collapsed
27524
27525 \begin_layout Plain Layout
27526
27527
27528 \backslash
27529 renewcommand*{
27530 \backslash
27531 raggedleftmarginnote}{
27532 \backslash
27533 centering}
27534 \end_layout
27535
27536 \begin_layout Plain Layout
27537
27538
27539 \backslash
27540 renewcommand*{
27541 \backslash
27542 raggedrightmarginnote}{
27543 \backslash
27544 centering}
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \begin_inset Marginal
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 Le texte de cette note en marge est centré.
27555 \end_layout
27556
27557 \end_inset
27558
27559 .
27560  Le comportement implicite est donné par
27561 \end_layout
27562
27563 \begin_layout Standard
27564
27565 \series bold
27566
27567 \backslash
27568 renewcommand*{
27569 \backslash
27570 raggedleftmarginnote}{
27571 \backslash
27572 raggedleft}
27573 \begin_inset Newline newline
27574 \end_inset
27575
27576
27577 \backslash
27578 renewcommand*{
27579 \backslash
27580 raggedrightmarginnote}{
27581 \backslash
27582 raggedright}
27583 \series default
27584
27585 \begin_inset ERT
27586 status collapsed
27587
27588 \begin_layout Plain Layout
27589
27590
27591 \backslash
27592 renewcommand*{
27593 \backslash
27594 raggedleftmarginnote}{
27595 \backslash
27596 raggedleft}
27597 \end_layout
27598
27599 \begin_layout Plain Layout
27600
27601
27602 \backslash
27603 renewcommand*{
27604 \backslash
27605 raggedrightmarginnote}{
27606 \backslash
27607 raggedright}
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \begin_layout Standard
27616 \begin_inset VSpace medskip
27617 \end_inset
27618
27619 Pour les autre fonctions du paquetage 
27620 \series bold
27621 marginnote
27622 \series default
27623  nous vous renvoyons à sa documentation 
27624 \begin_inset CommandInset citation
27625 LatexCommand cite
27626 key "marginnote"
27627
27628 \end_inset
27629
27630 .
27631 \end_layout
27632
27633 \begin_layout Standard
27634 \begin_inset VSpace bigskip
27635 \end_inset
27636
27637 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27638  définition.
27639  Pour créer par exemple une entête pour toutes les notes en marge avec le
27640  texte 
27641 \begin_inset Quotes eld
27642 \end_inset
27643
27644
27645 \family sans
27646 \series bold
27647 \bar under
27648 Attention!
27649 \family default
27650 \series default
27651 \bar default
27652
27653 \begin_inset Quotes erd
27654 \end_inset
27655
27656  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27657  de votre document :
27658 \end_layout
27659
27660 \begin_layout Standard
27661
27662 \series bold
27663
27664 \backslash
27665 let
27666 \backslash
27667 myMarginpar
27668 \backslash
27669 marginpar
27670 \begin_inset Newline newline
27671 \end_inset
27672
27673
27674 \backslash
27675 renewcommand{
27676 \backslash
27677 marginpar}[1]{
27678 \backslash
27679 myMarginpar{%
27680 \begin_inset Newline newline
27681 \end_inset
27682
27683
27684 \begin_inset Phantom HPhantom
27685 status open
27686
27687 \begin_layout Plain Layout
27688
27689 \series bold
27690 \begin_inset space ~
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \end_inset
27697
27698
27699 \backslash
27700 hspace{0pt}
27701 \backslash
27702 textsf{
27703 \backslash
27704 textbf{
27705 \backslash
27706 underbar{Attention!}}}%
27707 \begin_inset Newline newline
27708 \end_inset
27709
27710
27711 \begin_inset Phantom HPhantom
27712 status open
27713
27714 \begin_layout Plain Layout
27715
27716 \series bold
27717 \begin_inset space ~
27718 \end_inset
27719
27720
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \backslash
27727 vspace{1.5mm}
27728 \backslash
27729
27730 \backslash
27731 #1}}
27732 \end_layout
27733
27734 \begin_layout Standard
27735 \begin_inset ERT
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739
27740
27741 \backslash
27742 let
27743 \backslash
27744 myMarginpar
27745 \backslash
27746 marginpar
27747 \end_layout
27748
27749 \begin_layout Plain Layout
27750
27751
27752 \backslash
27753 renewcommand{
27754 \backslash
27755 marginpar}[1]{
27756 \backslash
27757 myMarginpar{%
27758 \end_layout
27759
27760 \begin_layout Plain Layout
27761
27762    
27763 \backslash
27764 textsf{
27765 \backslash
27766 textbf{
27767 \backslash
27768 underbar{Attention!}}}%
27769 \end_layout
27770
27771 \begin_layout Plain Layout
27772
27773    
27774 \backslash
27775 vspace{1.5mm}
27776 \backslash
27777
27778 \backslash
27779 #1}}
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \begin_inset Marginal
27786 status open
27787
27788 \begin_layout Plain Layout
27789 Ceci est une note en marge avec une en-tête prédéfinie.
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \begin_inset ERT
27796 status collapsed
27797
27798 \begin_layout Plain Layout
27799
27800 [-1.5cm]
27801 \end_layout
27802
27803 \end_inset
27804
27805
27806 \begin_inset ERT
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810
27811
27812 \backslash
27813 renewcommand{
27814 \backslash
27815 marginpar}[1]{
27816 \backslash
27817 myMarginpar{#1}}
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \begin_inset Note Note
27824 status collapsed
27825
27826 \begin_layout Plain Layout
27827
27828 \lang english
27829 The margin note format is changed only for this example.
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \begin_layout Standard
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842
27843
27844 \backslash
27845 else
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \begin_inset Note Note
27852 status open
27853
27854 \begin_layout Plain Layout
27855 Ce qui suit sera affiché si le paquetage LaTeX 
27856 \series bold
27857 marginnote
27858 \series default
27859  n'est pas installé :
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_layout Standard
27868 Vous devez installer le paquetage LaTeX 
27869 \series bold
27870 marginnote
27871 \series default
27872  pour voir la suite de cette section dans la sortie imprimée.
27873 \end_layout
27874
27875 \begin_layout Standard
27876 \begin_inset ERT
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880
27881
27882 \backslash
27883 fi
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Chapter
27892 Les Boîtes
27893 \end_layout
27894
27895 \begin_layout Section
27896 Introduction
27897 \begin_inset Index idx
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901 Boîtes ! Introduction
27902 \end_layout
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \begin_layout Standard
27910 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27911  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27912  voir la section
27913 \begin_inset space ~
27914 \end_inset
27915
27916
27917 \begin_inset CommandInset ref
27918 LatexCommand ref
27919 reference "sec:Minipages"
27920
27921 \end_inset
27922
27923 , pour encadrer des portions de texte, voir la section
27924 \begin_inset space ~
27925 \end_inset
27926
27927
27928 \begin_inset CommandInset ref
27929 LatexCommand ref
27930 reference "sec:Décorations"
27931
27932 \end_inset
27933
27934 , pour empêcher que des mots subissent une césure, voir la section
27935 \begin_inset space ~
27936 \end_inset
27937
27938
27939 \begin_inset CommandInset ref
27940 LatexCommand ref
27941 reference "sec:Empêcher-césure"
27942
27943 \end_inset
27944
27945 , pour aligner du texte, voir la section
27946 \begin_inset space ~
27947 \end_inset
27948
27949
27950 \begin_inset CommandInset ref
27951 LatexCommand ref
27952 reference "sub:Alignement-Vertical"
27953
27954 \end_inset
27955
27956 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27957 \begin_inset space ~
27958 \end_inset
27959
27960
27961 \begin_inset CommandInset ref
27962 LatexCommand ref
27963 reference "sec:Boîtes-colorées"
27964
27965 \end_inset
27966
27967 .
27968 \end_layout
27969
27970 \begin_layout Standard
27971 On peut insérer une boîte en utilisant le menu 
27972 \family sans
27973 Insérer\SpecialChar \menuseparator
27974 Boîte
27975 \family default
27976  ou avec le bouton 
27977 \begin_inset Graphics
27978         filename ../../images/box-insert.png
27979         scale 85
27980         scaleBeforeRotation
27981
27982 \end_inset
27983
27984  de la barre d'outils.
27985  Une boîte grise avec une étiquette 
27986 \family sans
27987 Boîte
27988 \begin_inset space ~
27989 \end_inset
27990
27991 (Minipage)
27992 \family default
27993
27994 \begin_inset Graphics
27995         filename clipart/BoxInsetDefaultQt4.png
27996         scale 65
27997         scaleBeforeRotation
27998
27999 \end_inset
28000
28001  est alors insérée.
28002  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
28003  et en choisissant 
28004 \family sans
28005 Paramètres
28006 \family default
28007  .
28008  La fenêtre de dialogue qui apparaît donne accès aux types de
28009 \family sans
28010  Boîte
28011 \begin_inset space ~
28012 \end_inset
28013
28014 Intérieure
28015 \family default
28016  
28017 \family sans
28018 Makebox, Parbox
28019 \family default
28020  et 
28021 \family sans
28022 Minipage
28023 \family default
28024 .
28025  Le type 
28026 \family sans
28027 Minipage
28028 \family default
28029  est le type implicite pour les boîtes nouvellement créées et il est décrit
28030  dans la section
28031 \begin_inset space ~
28032 \end_inset
28033
28034
28035 \begin_inset CommandInset ref
28036 LatexCommand ref
28037 reference "sec:Minipages"
28038
28039 \end_inset
28040
28041 ; le type 
28042 \family sans
28043 Parbox
28044 \family default
28045  est décrit dans la section
28046 \begin_inset space ~
28047 \end_inset
28048
28049
28050 \begin_inset CommandInset ref
28051 LatexCommand ref
28052 reference "sec:Parboxes"
28053
28054 \end_inset
28055
28056  et le type 
28057 \family sans
28058 Makebox
28059 \family default
28060  est décrit dans la section
28061 \begin_inset space ~
28062 \end_inset
28063
28064
28065 \begin_inset CommandInset ref
28066 LatexCommand ref
28067 reference "sec:Empêcher-césure"
28068
28069 \end_inset
28070
28071 .
28072 \end_layout
28073
28074 \begin_layout Standard
28075 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28076  comme les flottants ou les notes de bas de page.
28077 \end_layout
28078
28079 \begin_layout Standard
28080 \begin_inset Note Greyedout
28081 status open
28082
28083 \begin_layout Plain Layout
28084
28085 \series bold
28086 Note:
28087 \series default
28088  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28089  de type 
28090 \family sans
28091 Liste
28092 \family default
28093  ou 
28094 \family sans
28095 Description
28096 \family default
28097 .
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Standard
28106 \begin_inset Note Greyedout
28107 status open
28108
28109 \begin_layout Plain Layout
28110
28111 \series bold
28112 Note:
28113 \series default
28114  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28115 \family sans
28116 Boîte
28117 \begin_inset space ~
28118 \end_inset
28119
28120 Intérieure
28121 \family default
28122  à 
28123 \family sans
28124 Aucune
28125 \family default
28126  que quand vous utilisez une boîte encadrée.
28127  Les boîtes sans 
28128 \family sans
28129 Boîte
28130 \begin_inset space ~
28131 \end_inset
28132
28133 Intérieure
28134 \family default
28135  et sans cadre sont expliquées dans la section
28136 \begin_inset space ~
28137 \end_inset
28138
28139
28140 \begin_inset CommandInset ref
28141 LatexCommand ref
28142 reference "sec:Empêcher-césure"
28143
28144 \end_inset
28145
28146 .
28147 \end_layout
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \begin_layout Section
28155 La fenêtre de dialogue Boîte
28156 \begin_inset CommandInset label
28157 LatexCommand label
28158 name "sec:Boîte-Dialogue"
28159
28160 \end_inset
28161
28162
28163 \begin_inset Index idx
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167 Boîtes ! Fenêtre de dialogue Boîte
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Subsection
28176 Taille
28177 \begin_inset Index idx
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181 Boîtes ! Taille
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \begin_layout Standard
28190 Dans la fenêtre de dialogue 
28191 \family sans
28192 Paramètres
28193 \begin_inset space ~
28194 \end_inset
28195
28196 de
28197 \begin_inset space ~
28198 \end_inset
28199
28200 Boîte
28201 \family default
28202  vous pouvez modifier la géométrie de la boîte avec les champs 
28203 \family sans
28204 Largeur
28205 \family default
28206  et 
28207 \family sans
28208 Hauteur
28209 \family default
28210 .
28211  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28212  dans le tableau
28213 \begin_inset space ~
28214 \end_inset
28215
28216
28217 \begin_inset CommandInset ref
28218 LatexCommand ref
28219 reference "tab:Unités"
28220
28221 \end_inset
28222
28223 .
28224  Le champ 
28225 \family sans
28226 Hauteur
28227 \family default
28228  offre en plus les spécifications de taille suivantes :
28229 \end_layout
28230
28231 \begin_layout Description
28232 Profondeur C'est simplement la 
28233 \begin_inset Quotes eld
28234 \end_inset
28235
28236 hauteur
28237 \begin_inset Quotes erd
28238 \end_inset
28239
28240  du texte.
28241  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28242  lignes de texte dans la boîte.
28243 \begin_inset Newline newline
28244 \end_inset
28245
28246
28247 \begin_inset Newline newline
28248 \end_inset
28249
28250
28251 \begin_inset Newline newline
28252 \end_inset
28253
28254
28255 \begin_inset Box Boxed
28256 position "c"
28257 hor_pos "c"
28258 has_inner_box 1
28259 inner_pos "c"
28260 use_parbox 0
28261 use_makebox 0
28262 width "12col%"
28263 special "none"
28264 height "1in"
28265 height_special "depth"
28266 status open
28267
28268 \begin_layout Plain Layout
28269 \align center
28270 Boîte dont la hauteur est égale à 1
28271 \begin_inset space \thinspace{}
28272 \end_inset
28273
28274 Profondeur
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \begin_inset Newline newline
28281 \end_inset
28282
28283
28284 \begin_inset Newline newline
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Description
28291 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28292  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28293  est deux fois plus haute que le texte : 
28294 \begin_inset Box Boxed
28295 position "c"
28296 hor_pos "c"
28297 has_inner_box 1
28298 inner_pos "c"
28299 use_parbox 0
28300 use_makebox 0
28301 width "20col%"
28302 special "none"
28303 height "2in"
28304 height_special "height"
28305 status open
28306
28307 \begin_layout Plain Layout
28308 \align center
28309 Boîte dont la hauteur est 2
28310 \begin_inset space \thinspace{}
28311 \end_inset
28312
28313 Hauteur
28314 \end_layout
28315
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \begin_layout Description
28322 Hauteur
28323 \begin_inset space ~
28324 \end_inset
28325
28326 Totale C'est égal à Hauteur
28327 \begin_inset space \thinspace{}
28328 \end_inset
28329
28330 +
28331 \begin_inset space \thinspace{}
28332 \end_inset
28333
28334 Profondeur : 
28335 \begin_inset Box Boxed
28336 position "c"
28337 hor_pos "c"
28338 has_inner_box 1
28339 inner_pos "c"
28340 use_parbox 0
28341 use_makebox 0
28342 width "20col%"
28343 special "none"
28344 height "1in"
28345 height_special "totalheight"
28346 status open
28347
28348 \begin_layout Plain Layout
28349 \align center
28350 Boîte dont la hauteur est 1
28351 \begin_inset space \thinspace{}
28352 \end_inset
28353
28354 Hauteur
28355 \begin_inset space ~
28356 \end_inset
28357
28358 Totale
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Description
28367 Largeur On prend la largeur de la boîte comme hauteur : 
28368 \begin_inset Box Boxed
28369 position "c"
28370 hor_pos "c"
28371 has_inner_box 1
28372 inner_pos "c"
28373 use_parbox 0
28374 use_makebox 0
28375 width "12col%"
28376 special "none"
28377 height "1in"
28378 height_special "width"
28379 status open
28380
28381 \begin_layout Plain Layout
28382 \align center
28383 Boîte dont la hauteur est 1
28384 \begin_inset space \thinspace{}
28385 \end_inset
28386
28387 Largeur
28388 \end_layout
28389
28390 \end_inset
28391
28392
28393 \end_layout
28394
28395 \begin_layout Subsection
28396 Alignement
28397 \begin_inset Index idx
28398 status collapsed
28399
28400 \begin_layout Plain Layout
28401 Boîtes ! Alignement
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \begin_layout Standard
28410 Quand vous avez choisi une 
28411 \family sans
28412 Boîte
28413 \begin_inset space ~
28414 \end_inset
28415
28416 Intérieure
28417 \family default
28418 , l'alignement vertical de la boîte peut être :
28419 \end_layout
28420
28421 \begin_layout Description
28422 Haut Ceci est un exemple de texte.
28423  
28424 \begin_inset Box Boxed
28425 position "t"
28426 hor_pos "c"
28427 has_inner_box 1
28428 inner_pos "c"
28429 use_parbox 0
28430 use_makebox 0
28431 width "12col%"
28432 special "none"
28433 height "1in"
28434 height_special "totalheight"
28435 status collapsed
28436
28437 \begin_layout Plain Layout
28438 \align center
28439 Cette boîte est alignée sur le haut.
28440 \end_layout
28441
28442 \end_inset
28443
28444  Ceci est un exemple de texte.
28445 \end_layout
28446
28447 \begin_layout Description
28448 Milieu Ceci est un exemple de texte.
28449  
28450 \begin_inset Box Boxed
28451 position "c"
28452 hor_pos "c"
28453 has_inner_box 1
28454 inner_pos "c"
28455 use_parbox 0
28456 use_makebox 0
28457 width "12col%"
28458 special "none"
28459 height "1in"
28460 height_special "totalheight"
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464 \align center
28465 Cette boîte est alignée au centre.
28466 \end_layout
28467
28468 \end_inset
28469
28470  Ceci est un exemple de texte.
28471 \end_layout
28472
28473 \begin_layout Description
28474 Bas Ceci est un exemple de texte.
28475  
28476 \begin_inset Box Boxed
28477 position "b"
28478 hor_pos "c"
28479 has_inner_box 1
28480 inner_pos "c"
28481 use_parbox 0
28482 use_makebox 0
28483 width "12col%"
28484 special "none"
28485 height "1in"
28486 height_special "totalheight"
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490 \align center
28491 Cette boîte est alignée sur le bas.
28492 \end_layout
28493
28494 \end_inset
28495
28496  Ceci est un exemple de texte.
28497 \end_layout
28498
28499 \begin_layout Standard
28500 \begin_inset Note Greyedout
28501 status open
28502
28503 \begin_layout Plain Layout
28504
28505 \series bold
28506 Note:
28507 \series default
28508  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28509  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28510  l'autre non.
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Standard
28519 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28520  paragraphe grâce à la fenêtre de dialogue 
28521 \family sans
28522 Paramètres
28523 \begin_inset space ~
28524 \end_inset
28525
28526 de
28527 \begin_inset space ~
28528 \end_inset
28529
28530 Boîte
28531 \family default
28532 .
28533 \end_layout
28534
28535 \begin_layout Standard
28536 \begin_inset VSpace bigskip
28537 \end_inset
28538
28539 Quand vous avez choisi une 
28540 \family sans
28541 Boîte
28542 \begin_inset space ~
28543 \end_inset
28544
28545 Intérieure
28546 \family default
28547 , l'alignement vertical du contenu de la boîte peut être :
28548 \end_layout
28549
28550 \begin_layout Description
28551 haut Ceci est un exemple de texte.
28552 \begin_inset Box Boxed
28553 position "c"
28554 hor_pos "c"
28555 has_inner_box 1
28556 inner_pos "t"
28557 use_parbox 0
28558 use_makebox 0
28559 width "12col%"
28560 special "none"
28561 height "1.5in"
28562 height_special "totalheight"
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566 \align center
28567 Le texte de cette boîte est aligné sur le haut.
28568 \end_layout
28569
28570 \end_inset
28571
28572  Ceci est un exemple de texte.
28573 \end_layout
28574
28575 \begin_layout Description
28576 milieu Ceci est un exemple de texte.
28577  
28578 \begin_inset Box Boxed
28579 position "c"
28580 hor_pos "c"
28581 has_inner_box 1
28582 inner_pos "c"
28583 use_parbox 0
28584 use_makebox 0
28585 width "12col%"
28586 special "none"
28587 height "1.5in"
28588 height_special "totalheight"
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592 \align center
28593 Le texte de cette boîte est aligné au centre
28594 \end_layout
28595
28596 \end_inset
28597
28598  Ceci est un exemple de texte.
28599 \end_layout
28600
28601 \begin_layout Description
28602 bas Ceci est un exemple de texte.
28603  
28604 \begin_inset Box Boxed
28605 position "c"
28606 hor_pos "c"
28607 has_inner_box 1
28608 inner_pos "b"
28609 use_parbox 0
28610 use_makebox 0
28611 width "12col%"
28612 special "none"
28613 height "1.5in"
28614 height_special "totalheight"
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618 \align center
28619 Le texte de cette boîte est aligné en bas.
28620 \end_layout
28621
28622 \end_inset
28623
28624  Ceci est un exemple de texte.
28625 \end_layout
28626
28627 \begin_layout Description
28628 élongation Ceci est un exemple de texte.
28629  
28630 \begin_inset Box Boxed
28631 position "c"
28632 hor_pos "c"
28633 has_inner_box 1
28634 inner_pos "s"
28635 use_parbox 0
28636 use_makebox 0
28637 width "12col%"
28638 special "none"
28639 height "1.5in"
28640 height_special "totalheight"
28641 status collapsed
28642
28643 \begin_layout Plain Layout
28644 \align center
28645 Le texte 
28646 \end_layout
28647
28648 \begin_layout Plain Layout
28649 \align center
28650 de cette
28651 \end_layout
28652
28653 \begin_layout Plain Layout
28654 \align center
28655 boîte est
28656 \end_layout
28657
28658 \begin_layout Plain Layout
28659 \align center
28660 allongé.
28661 \end_layout
28662
28663 \end_inset
28664
28665  Ceci est un exemple de texte.
28666 \end_layout
28667
28668 \begin_layout Standard
28669 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28670  paragraphe.
28671  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28672 \end_layout
28673
28674 \begin_layout Standard
28675 \begin_inset VSpace bigskip
28676 \end_inset
28677
28678 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28679  la fenêtre de dialogue 
28680 \family sans
28681 Paramètres
28682 \begin_inset space ~
28683 \end_inset
28684
28685 de
28686 \begin_inset space ~
28687 \end_inset
28688
28689 paragraphe
28690 \family default
28691  quand vous avez choisi une 
28692 \family sans
28693 Boîte
28694 \begin_inset space ~
28695 \end_inset
28696
28697 Intérieure
28698 \family default
28699 .
28700 \end_layout
28701
28702 \begin_layout Standard
28703 \align center
28704 \begin_inset Box Boxed
28705 position "c"
28706 hor_pos "c"
28707 has_inner_box 1
28708 inner_pos "s"
28709 use_parbox 0
28710 use_makebox 0
28711 width "15col%"
28712 special "none"
28713 height "1.25in"
28714 height_special "totalheight"
28715 status open
28716
28717 \begin_layout Plain Layout
28718 \align left
28719 Le texte de 
28720 \end_layout
28721
28722 \begin_layout Plain Layout
28723 \align left
28724 cette boîte
28725 \end_layout
28726
28727 \begin_layout Plain Layout
28728 \align right
28729 est allongé.
28730 \end_layout
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \begin_layout Standard
28738 Si vous n'avez pas choisi une 
28739 \family sans
28740 Boîte
28741 \begin_inset space ~
28742 \end_inset
28743
28744 Intérieure
28745 \family default
28746 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28747  de dialogue de boîte.
28748 \end_layout
28749
28750 \begin_layout Standard
28751 \align center
28752 \begin_inset Box Boxed
28753 position "c"
28754 hor_pos "s"
28755 has_inner_box 0
28756 inner_pos "s"
28757 use_parbox 0
28758 use_makebox 0
28759 width "90col%"
28760 special "none"
28761 height "1.25in"
28762 height_special "totalheight"
28763 status open
28764
28765 \begin_layout Plain Layout
28766 Le texte de cette boîte est allongé horizontalement.
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Subsection
28775 Décorations
28776 \begin_inset CommandInset label
28777 LatexCommand label
28778 name "sec:Décorations"
28779
28780 \end_inset
28781
28782
28783 \begin_inset Index idx
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787 Boîtes ! Décorations
28788 \end_layout
28789
28790 \end_inset
28791
28792
28793 \end_layout
28794
28795 \begin_layout Standard
28796 On peut spécifier le style de la boîte en utilisant la liste déroulante
28797  
28798 \family sans
28799 Décoration
28800 \family default
28801 .
28802  Les possibilités sont les suivantes :
28803 \end_layout
28804
28805 \begin_layout Description
28806 Aucun
28807 \begin_inset space ~
28808 \end_inset
28809
28810 cadre
28811 \begin_inset space ~
28812 \end_inset
28813
28814 tracé Rien n'est tracé
28815 \end_layout
28816
28817 \begin_layout Description
28818 Cadre
28819 \begin_inset space ~
28820 \end_inset
28821
28822 rectangulaire
28823 \begin_inset space ~
28824 \end_inset
28825
28826 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28827  L'épaisseur du trait de ce cadre est donnée par la variable  
28828 \series bold
28829
28830 \backslash
28831 fboxrule
28832 \series default
28833 .
28834 \begin_inset Newline newline
28835 \end_inset
28836
28837
28838 \begin_inset Box Boxed
28839 position "c"
28840 hor_pos "c"
28841 has_inner_box 1
28842 inner_pos "c"
28843 use_parbox 0
28844 use_makebox 0
28845 width "20col%"
28846 special "none"
28847 height "1in"
28848 height_special "totalheight"
28849 status open
28850
28851 \begin_layout Plain Layout
28852 \align center
28853 Boîte rectangulaire
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Description
28862 Cadre
28863 \begin_inset space ~
28864 \end_inset
28865
28866 oval,
28867 \begin_inset space ~
28868 \end_inset
28869
28870 fin Ceci dessine un cadre ovalisée autour de la boîte.
28871  L'épaisseur du trait de ce cadre est de  0.4
28872 \begin_inset space \thinspace{}
28873 \end_inset
28874
28875 pt.
28876  
28877 \begin_inset Box ovalbox
28878 position "c"
28879 hor_pos "c"
28880 has_inner_box 1
28881 inner_pos "c"
28882 use_parbox 0
28883 use_makebox 0
28884 width "20col%"
28885 special "none"
28886 height "1in"
28887 height_special "totalheight"
28888 status open
28889
28890 \begin_layout Plain Layout
28891 \align center
28892 Boîte ovalisée, fine
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Description
28901 Cadre
28902 \begin_inset space ~
28903 \end_inset
28904
28905 oval,
28906 \begin_inset space ~
28907 \end_inset
28908
28909 épais Ceci dessine un cadre ovalisée autour de la boîte.
28910  L'épaisseur du trait de ce cadre est de   0.8
28911 \begin_inset space \thinspace{}
28912 \end_inset
28913
28914 pt.
28915  
28916 \begin_inset Box Ovalbox
28917 position "c"
28918 hor_pos "c"
28919 has_inner_box 1
28920 inner_pos "c"
28921 use_parbox 0
28922 use_makebox 0
28923 width "20col%"
28924 special "none"
28925 height "1in"
28926 height_special "totalheight"
28927 status open
28928
28929 \begin_layout Plain Layout
28930 \align center
28931 Boîte ovalisée, épaisse
28932 \end_layout
28933
28934 \end_inset
28935
28936
28937 \end_layout
28938
28939 \begin_layout Description
28940 Ombre
28941 \begin_inset space ~
28942 \end_inset
28943
28944 en
28945 \begin_inset space ~
28946 \end_inset
28947
28948 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28949  L'épaisseur du trait de ce cadre est donnée par la variable  
28950 \series bold
28951
28952 \backslash
28953 fboxrule
28954 \series default
28955 , l'ombre a une épaisseur de  4
28956 \begin_inset space \thinspace{}
28957 \end_inset
28958
28959 pt.
28960  
28961 \begin_inset Box Shadowbox
28962 position "c"
28963 hor_pos "c"
28964 has_inner_box 1
28965 inner_pos "c"
28966 use_parbox 0
28967 use_makebox 0
28968 width "20col%"
28969 special "none"
28970 height "1in"
28971 height_special "totalheight"
28972 status open
28973
28974 \begin_layout Plain Layout
28975 \align center
28976 Boîte ombrée
28977 \end_layout
28978
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \begin_layout Description
28985 Fond
28986 \begin_inset space ~
28987 \end_inset
28988
28989 ombré Ceci dessine une boîte avec un arrière plan rouge.
28990  Contrairement aux boîtes coloriées
28991 \begin_inset Foot
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995 Voir la section
28996 \begin_inset space ~
28997 \end_inset
28998
28999
29000 \begin_inset CommandInset ref
29001 LatexCommand ref
29002 reference "sec:Boîtes-colorées"
29003
29004 \end_inset
29005
29006 .
29007 \end_layout
29008
29009 \end_inset
29010
29011 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
29012  son propre paragraphe.
29013 \lang english
29014
29015 \begin_inset Box Shaded
29016 position "t"
29017 hor_pos "c"
29018 has_inner_box 0
29019 inner_pos "t"
29020 use_parbox 0
29021 use_makebox 0
29022 width "50col%"
29023 special "none"
29024 height "1in"
29025 height_special "totalheight"
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029 Boîte avec fond ombré
29030 \end_layout
29031
29032 \end_inset
29033
29034
29035 \end_layout
29036
29037 \begin_layout Description
29038 Cadre
29039 \begin_inset space ~
29040 \end_inset
29041
29042 rectangulaire
29043 \begin_inset space ~
29044 \end_inset
29045
29046 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29047  boîte.
29048  L'épaisseur du trait du cadre interne est de 0.75
29049 \begin_inset space \thinspace{}
29050 \end_inset
29051
29052
29053 \series bold
29054
29055 \backslash
29056 fboxrule
29057 \series default
29058 , l'épaisseur du trait du cadre externe est de 1.5
29059 \begin_inset space \thinspace{}
29060 \end_inset
29061
29062
29063 \series bold
29064
29065 \backslash
29066 fboxrule
29067 \series default
29068 .
29069  La distance entre les deux cadres est de  1.5
29070 \begin_inset space \thinspace{}
29071 \end_inset
29072
29073
29074 \series bold
29075
29076 \backslash
29077 fboxrule
29078 \series default
29079
29080 \begin_inset space \thinspace{}
29081 \end_inset
29082
29083 +
29084 \begin_inset space \thinspace{}
29085 \end_inset
29086
29087 0.5
29088 \begin_inset space \thinspace{}
29089 \end_inset
29090
29091 pt.
29092  
29093 \begin_inset Box Doublebox
29094 position "c"
29095 hor_pos "c"
29096 has_inner_box 1
29097 inner_pos "c"
29098 use_parbox 0
29099 use_makebox 0
29100 width "20col%"
29101 special "none"
29102 height "1in"
29103 height_special "totalheight"
29104 status open
29105
29106 \begin_layout Plain Layout
29107 \align center
29108 Boîte double
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 \begin_inset VSpace bigskip
29118 \end_inset
29119
29120 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29121  style de boîte utilisé.
29122  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29123  le paquetage LaTeX 
29124 \series bold
29125 fancybox
29126 \series default
29127
29128 \begin_inset Index idx
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132 Paquetages LaTeX ! fancybox
29133 \end_layout
29134
29135 \end_inset
29136
29137 .
29138 \end_layout
29139
29140 \begin_layout Standard
29141 \begin_inset VSpace bigskip
29142 \end_inset
29143
29144 Quand vous utilisez le style de décoration 
29145 \family sans
29146 cadre rectangulaire simple
29147 \family default
29148  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29149  de la boîte.
29150  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29151  prendra toute la largeur de la colonne, la boîte sera considérée comme
29152  son propre paragraphe et 
29153 \series bold
29154
29155 \backslash
29156 fboxrule
29157 \series default
29158  et 
29159 \series bold
29160
29161 \backslash
29162 fboxsep
29163 \series default
29164  n'ont aucun effet sur ce type de boîte.
29165  L'épaisseur de la ligne du cadre a la valeur de 
29166 \series bold
29167
29168 \backslash
29169 FrameRule
29170 \series default
29171 .
29172  
29173 \begin_inset Box Framed
29174 position "t"
29175 hor_pos "c"
29176 has_inner_box 0
29177 inner_pos "t"
29178 use_parbox 0
29179 use_makebox 0
29180 width "100col%"
29181 special "none"
29182 height "1in"
29183 height_special "totalheight"
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 Boîte avec cadre simple et sauts de page
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Section
29196 Personnalisation des boîtes
29197 \begin_inset Index idx
29198 status collapsed
29199
29200 \begin_layout Plain Layout
29201 Boîtes! Personnalisation
29202 \end_layout
29203
29204 \end_inset
29205
29206
29207 \end_layout
29208
29209 \begin_layout Standard
29210 La valeur implicite pour la variable 
29211 \series bold
29212
29213 \backslash
29214 fboxrule
29215 \series default
29216  est 0.4
29217 \begin_inset space \thinspace{}
29218 \end_inset
29219
29220 pt.
29221  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29222  pour avoir 2
29223 \begin_inset space \thinspace{}
29224 \end_inset
29225
29226 pt :
29227 \end_layout
29228
29229 \begin_layout Standard
29230
29231 \series bold
29232
29233 \backslash
29234 setlength{
29235 \backslash
29236 fboxrule}{2pt}
29237 \end_layout
29238
29239 \begin_layout Standard
29240 \begin_inset ERT
29241 status collapsed
29242
29243 \begin_layout Plain Layout
29244
29245
29246 \backslash
29247 setlength{
29248 \backslash
29249 fboxrule}{2pt}
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \begin_inset Box Boxed
29256 position "c"
29257 hor_pos "c"
29258 has_inner_box 1
29259 inner_pos "c"
29260 use_parbox 0
29261 use_makebox 0
29262 width "25col%"
29263 special "none"
29264 height "1in"
29265 height_special "totalheight"
29266 status open
29267
29268 \begin_layout Plain Layout
29269 \align center
29270 Boîte rectangulaire avec 
29271 \series bold
29272
29273 \backslash
29274 fboxrule
29275 \series default
29276
29277 \begin_inset space \thinspace{}
29278 \end_inset
29279
29280 =
29281 \begin_inset space \thinspace{}
29282 \end_inset
29283
29284 2
29285 \begin_inset space \thinspace{}
29286 \end_inset
29287
29288 pt
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \begin_inset ERT
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298
29299
29300 \backslash
29301 setlength{
29302 \backslash
29303 fboxrule}{0.4pt}
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Standard
29312 \begin_inset VSpace bigskip
29313 \end_inset
29314
29315 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29316  les types de cadres, implicitement il est de 3
29317 \begin_inset space \thinspace{}
29318 \end_inset
29319
29320 pt.
29321  Vous pouvez le modifier en donnant une autre valeur à la variable 
29322 \series bold
29323
29324 \backslash
29325 fboxsep
29326 \series default
29327 .
29328  Par exemple la commande
29329 \end_layout
29330
29331 \begin_layout Standard
29332
29333 \series bold
29334
29335 \backslash
29336 setlength{
29337 \backslash
29338 fboxsep}{10pt}
29339 \end_layout
29340
29341 \begin_layout Standard
29342 met une valeur de 10
29343 \begin_inset space \thinspace{}
29344 \end_inset
29345
29346 pt, comme celle utilisée pour cette boîte :
29347 \end_layout
29348
29349 \begin_layout Standard
29350 \begin_inset ERT
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354
29355
29356 \backslash
29357 setlength{
29358 \backslash
29359 fboxsep}{10pt}
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \begin_inset Box Boxed
29366 position "c"
29367 hor_pos "c"
29368 has_inner_box 1
29369 inner_pos "c"
29370 use_parbox 0
29371 use_makebox 0
29372 width "25col%"
29373 special "none"
29374 height "1in"
29375 height_special "totalheight"
29376 status open
29377
29378 \begin_layout Plain Layout
29379 \align center
29380 Boîte rectangulaire avec 
29381 \series bold
29382
29383 \backslash
29384 fboxsep
29385 \series default
29386
29387 \begin_inset space \thinspace{}
29388 \end_inset
29389
29390 =
29391 \begin_inset space \thinspace{}
29392 \end_inset
29393
29394 10
29395 \begin_inset space \thinspace{}
29396 \end_inset
29397
29398 pt
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \begin_inset ERT
29405 status collapsed
29406
29407 \begin_layout Plain Layout
29408
29409
29410 \backslash
29411 setlength{
29412 \backslash
29413 fboxsep}{3pt}
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \end_layout
29420
29421 \begin_layout Standard
29422 \begin_inset VSpace bigskip
29423 \end_inset
29424
29425 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29426  la commande 
29427 \series bold
29428
29429 \backslash
29430 cornersize
29431 \series default
29432 .
29433  Par exemple, la commande
29434 \end_layout
29435
29436 \begin_layout Standard
29437
29438 \series bold
29439
29440 \backslash
29441 cornersize*{1cm}
29442 \end_layout
29443
29444 \begin_layout Standard
29445 donne un diamètre de 1
29446 \begin_inset space \thinspace{}
29447 \end_inset
29448
29449 cm.
29450  La commande
29451 \end_layout
29452
29453 \begin_layout Standard
29454
29455 \series bold
29456
29457 \backslash
29458 cornersize{num}
29459 \end_layout
29460
29461 \begin_layout Standard
29462 fixe le diamètre à 
29463 \family sans
29464 num
29465 \begin_inset space \thinspace{}
29466 \end_inset
29467
29468 ×
29469 \begin_inset space \thinspace{}
29470 \end_inset
29471
29472 minimum(largeur et hauteur de la boîte)
29473 \family default
29474 .
29475  La valeur implicite est 
29476 \series bold
29477
29478 \backslash
29479 cornersize{0.5}
29480 \series default
29481 .
29482 \end_layout
29483
29484 \begin_layout Standard
29485 \begin_inset ERT
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489
29490
29491 \backslash
29492 cornersize*{1.5cm}
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset Box Ovalbox
29499 position "c"
29500 hor_pos "c"
29501 has_inner_box 1
29502 inner_pos "c"
29503 use_parbox 0
29504 use_makebox 0
29505 width "25col%"
29506 special "none"
29507 height "1in"
29508 height_special "totalheight"
29509 status open
29510
29511 \begin_layout Plain Layout
29512 \align center
29513 Boîte ovale avec 
29514 \series bold
29515
29516 \backslash
29517 cornersize
29518 \series default
29519
29520 \begin_inset space \thinspace{}
29521 \end_inset
29522
29523 =
29524 \begin_inset space \thinspace{}
29525 \end_inset
29526
29527 1.5
29528 \begin_inset space \thinspace{}
29529 \end_inset
29530
29531 cm
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \begin_inset ERT
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541
29542
29543 \backslash
29544 cornersize{0.5}
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \end_layout
29551
29552 \begin_layout Standard
29553 \begin_inset VSpace bigskip
29554 \end_inset
29555
29556 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29557  
29558 \series bold
29559
29560 \backslash
29561 shadowsize
29562 \series default
29563 .
29564  Elle est fixée à 2
29565 \begin_inset space \thinspace{}
29566 \end_inset
29567
29568 pt pour la boîte suivante par la commande :
29569 \end_layout
29570
29571 \begin_layout Standard
29572
29573 \series bold
29574
29575 \backslash
29576 setlength{
29577 \backslash
29578 shadowsize}{2pt}
29579 \end_layout
29580
29581 \begin_layout Standard
29582 \begin_inset ERT
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586
29587
29588 \backslash
29589 setlength{
29590 \backslash
29591 shadowsize}{2pt}
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \begin_inset Box Shadowbox
29598 position "c"
29599 hor_pos "c"
29600 has_inner_box 1
29601 inner_pos "c"
29602 use_parbox 0
29603 use_makebox 0
29604 width "25col%"
29605 special "none"
29606 height "1in"
29607 height_special "totalheight"
29608 status open
29609
29610 \begin_layout Plain Layout
29611 \align center
29612 Boîte ombrée avec 
29613 \series bold
29614
29615 \backslash
29616 shadowsize
29617 \series default
29618
29619 \begin_inset space \thinspace{}
29620 \end_inset
29621
29622 =
29623 \begin_inset space \thinspace{}
29624 \end_inset
29625
29626 2
29627 \begin_inset space \thinspace{}
29628 \end_inset
29629
29630 pt
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641
29642 \backslash
29643 setlength{
29644 \backslash
29645 shadowsize}{4pt}
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \begin_layout Standard
29654 \begin_inset VSpace bigskip
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \begin_layout Standard
29661 La valeur implicite pour la longueur 
29662 \series bold
29663
29664 \backslash
29665 FrameRule
29666 \series default
29667  est 0,4
29668 \begin_inset space \thinspace{}
29669 \end_inset
29670
29671 pt.
29672  L'espacement implicite entre le contenu de la note et le cadre est de 9
29673 \begin_inset space \thinspace{}
29674 \end_inset
29675
29676 pt et il peut être modifié en utilisant la valeur de 
29677 \series bold
29678
29679 \backslash
29680 FrameSep
29681 \series default
29682 .
29683  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29684  suivantes en code TeX
29685 \end_layout
29686
29687 \begin_layout Standard
29688
29689 \series bold
29690
29691 \backslash
29692 setlength{
29693 \backslash
29694 FrameRule}{5pt}
29695 \begin_inset Newline newline
29696 \end_inset
29697
29698
29699 \backslash
29700 setlength{
29701 \backslash
29702 FrameSep}{0.5cm}
29703 \end_layout
29704
29705 \begin_layout Standard
29706 \begin_inset ERT
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710
29711
29712 \backslash
29713 setlength{
29714 \backslash
29715 FrameRule}{5pt}
29716 \end_layout
29717
29718 \begin_layout Plain Layout
29719
29720
29721 \backslash
29722 setlength{
29723 \backslash
29724 FrameSep}{0.5cm}
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \begin_inset Box Framed
29731 position "t"
29732 hor_pos "c"
29733 has_inner_box 0
29734 inner_pos "t"
29735 use_parbox 0
29736 use_makebox 0
29737 width "100col%"
29738 special "none"
29739 height "1in"
29740 height_special "totalheight"
29741 status open
29742
29743 \begin_layout Plain Layout
29744 Ceci est un texte dans une boîte autorisant les 
29745 \family sans
29746 sauts de page
29747 \family default
29748 .
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759
29760 \backslash
29761 setlength{
29762 \backslash
29763 FrameRule}{0.4pt}
29764 \end_layout
29765
29766 \begin_layout Plain Layout
29767
29768
29769 \backslash
29770 setlength{
29771 \backslash
29772 FrameSep}{9pt}
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \end_layout
29779
29780 \begin_layout Standard
29781
29782 \lang english
29783 \begin_inset VSpace bigskip
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \begin_layout Standard
29790 Pour les boîtes à 
29791 \family sans
29792 Fond
29793 \begin_inset space ~
29794 \end_inset
29795
29796 ombré
29797 \family default
29798 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29799  3
29800 \begin_inset space \thinspace{}
29801 \end_inset
29802
29803 pt et il peut être modifié avec la valeur de 
29804 \series bold
29805
29806 \backslash
29807 fboxsep
29808 \series default
29809 .
29810  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29811  localement avec la commande 
29812 \series bold
29813
29814 \backslash
29815 definecolor{shadecolor}
29816 \series default
29817 , soit globalement avec le menu 
29818 \family sans
29819 Outils\SpecialChar \menuseparator
29820 Préférences
29821 \family default
29822 \SpecialChar \menuseparator
29823
29824 \family sans
29825 Couleurs\SpecialChar \menuseparator
29826 boîte
29827 \begin_inset space ~
29828 \end_inset
29829
29830 ombrée
29831 \family default
29832 .
29833  La syntaxe de la commande 
29834 \series bold
29835
29836 \backslash
29837 definecolor
29838 \series default
29839  est expliquée dans la section
29840 \begin_inset space ~
29841 \end_inset
29842
29843
29844 \begin_inset CommandInset ref
29845 LatexCommand ref
29846 reference "sec:Tableaux-Colorés"
29847
29848 \end_inset
29849
29850
29851 \begin_inset Foot
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855 Notez que l'utilisation de 
29856 \series bold
29857
29858 \backslash
29859 definecolor
29860 \series default
29861  ne peut se faire sans le paquetage LaTeX 
29862 \series bold
29863 color
29864 \series default
29865  dans le préambule, voir la section
29866 \begin_inset space ~
29867 \end_inset
29868
29869
29870 \begin_inset CommandInset ref
29871 LatexCommand ref
29872 reference "sec:Boîtes-colorées"
29873
29874 \end_inset
29875
29876 .
29877  
29878 \end_layout
29879
29880 \end_inset
29881
29882 .
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29887  les commandes en code TeX suivantes
29888 \end_layout
29889
29890 \begin_layout Standard
29891
29892 \series bold
29893
29894 \backslash
29895 setlength{
29896 \backslash
29897 fboxsep}{0.5cm}
29898 \series default
29899
29900 \begin_inset Newline newline
29901 \end_inset
29902
29903
29904 \series bold
29905
29906 \backslash
29907 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29908 \end_layout
29909
29910 \begin_layout Standard
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916
29917 \backslash
29918 setlength{
29919 \backslash
29920 fboxsep}{0.5cm}
29921 \end_layout
29922
29923 \begin_layout Plain Layout
29924
29925
29926 \backslash
29927 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29928 \end_layout
29929
29930 \end_inset
29931
29932
29933 \begin_inset Box Shaded
29934 position "t"
29935 hor_pos "c"
29936 has_inner_box 0
29937 inner_pos "t"
29938 use_parbox 0
29939 use_makebox 0
29940 width "100col%"
29941 special "none"
29942 height "1in"
29943 height_special "totalheight"
29944 status open
29945
29946 \begin_layout Plain Layout
29947
29948 \color yellow
29949 Ceci est un texte jaune dans une boîte à 
29950 \family sans
29951 Fond
29952 \begin_inset space ~
29953 \end_inset
29954
29955 ombré
29956 \family default
29957 \color inherit
29958  
29959 \color yellow
29960 avec un fond vert foncé.
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971
29972 \backslash
29973 setlength{
29974 \backslash
29975 fboxsep}{3pt}
29976 \end_layout
29977
29978 \begin_layout Plain Layout
29979
29980
29981 \backslash
29982 definecolor{shadecolor}{rgb}{1,0,0}
29983 \end_layout
29984
29985 \end_inset
29986
29987
29988 \end_layout
29989
29990 \begin_layout Standard
29991
29992 \lang english
29993 \begin_inset VSpace bigskip
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
30001  les boîtes qui suivent la commandes qui les a changées.
30002 \end_layout
30003
30004 \begin_layout Section
30005 Minipages
30006 \begin_inset CommandInset label
30007 LatexCommand label
30008 name "sec:Minipages"
30009
30010 \end_inset
30011
30012
30013 \begin_inset Index idx
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017 Boîtes ! Minipages
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \begin_layout Standard
30026 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
30027 ur d'une page.
30028  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
30029  règles d'indentation, de saut de ligne, etc.
30030  s'appliquent.
30031 \end_layout
30032
30033 \begin_layout Standard
30034 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
30035  langues.
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
30040  Leur largeur est fixée à 45
30041 \begin_inset space \thinspace{}
30042 \end_inset
30043
30044 col% et elles sont séparées par un ressort horizontal, qui a été inséré
30045  via le menu 
30046 \family sans
30047 Insérer\SpecialChar \menuseparator
30048 Typographie
30049 \begin_inset space ~
30050 \end_inset
30051
30052 spéciale\SpecialChar \menuseparator
30053 Ressort
30054 \begin_inset space ~
30055 \end_inset
30056
30057 Horizontal
30058 \family default
30059 .
30060 \end_layout
30061
30062 \begin_layout Standard
30063
30064 \end_layout
30065
30066 \begin_layout Standard
30067
30068 \lang english
30069 \begin_inset Box Frameless
30070 position "t"
30071 hor_pos "c"
30072 has_inner_box 1
30073 inner_pos "c"
30074 use_parbox 0
30075 use_makebox 0
30076 width "45col%"
30077 special "none"
30078 height "1in"
30079 height_special "totalheight"
30080 status open
30081
30082 \begin_layout Plain Layout
30083
30084 \lang german
30085 Dies ist ein deutscher Text.
30086  Dies ist ein deutscher Text.
30087  Dies ist ein deutscher Text.
30088  Dies ist ein deutscher Text.
30089  Dies ist ein deutscher Text.
30090  Dies ist ein deutscher Text.
30091  Dies ist ein deutscher Text.
30092  Dies ist ein deutscher Text.
30093  Dies ist ein deutscher Text.
30094  Dies ist ein deutscher Text.
30095  Dies ist ein deutscher Text.
30096  Dies ist ein deutscher Text.
30097  Dies ist ein deutscher Text
30098 \begin_inset Foot
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103 \lang german
30104 Dies ist eine deutsche Fußnote.
30105 \end_layout
30106
30107 \end_inset
30108
30109 .
30110  Dies ist ein deutscher Text.
30111  Dies ist ein deutscher Text.
30112 \end_layout
30113
30114 \end_inset
30115
30116
30117 \begin_inset space \hfill{}
30118 \end_inset
30119
30120
30121 \begin_inset Box Frameless
30122 position "t"
30123 hor_pos "c"
30124 has_inner_box 1
30125 inner_pos "c"
30126 use_parbox 0
30127 use_makebox 0
30128 width "45col%"
30129 special "none"
30130 height "1in"
30131 height_special "totalheight"
30132 status open
30133
30134 \begin_layout Plain Layout
30135
30136 \lang english
30137 This is an English Text.
30138  This is an English Text.
30139  This is an English Text.
30140  This is an English Text.
30141  This is an English Text.
30142  This is an English Text.
30143  This is an English Text.
30144  This is an English Text.
30145  This is an English Text.
30146  This is an English Text.
30147  This is an English Text.
30148  This is an English Text.
30149  This is an English Text.
30150  This is an English Text.
30151  This is an English Text.
30152  This is an English Text.
30153 \begin_inset Foot
30154 status collapsed
30155
30156 \begin_layout Plain Layout
30157
30158 \lang english
30159 This is an English footnote.
30160 \end_layout
30161
30162 \end_inset
30163
30164  This is an English Text.
30165  
30166 \end_layout
30167
30168 \end_inset
30169
30170
30171 \end_layout
30172
30173 \begin_layout Standard
30174 \begin_inset VSpace bigskip
30175 \end_inset
30176
30177 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30178  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30179  minipages, même si vous les avez mis par exemple à 
30180 \family sans
30181 Moyen
30182 \family default
30183  dans les paramètres du document.
30184 \end_layout
30185
30186 \begin_layout Standard
30187 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30188  portion de texte, voyez la section
30189 \begin_inset space ~
30190 \end_inset
30191
30192
30193 \begin_inset CommandInset ref
30194 LatexCommand ref
30195 reference "sub:Couleur-pour-les-Paragraphes"
30196
30197 \end_inset
30198
30199 .
30200 \end_layout
30201
30202 \begin_layout Standard
30203 \begin_inset Note Greyedout
30204 status open
30205
30206 \begin_layout Plain Layout
30207
30208 \series bold
30209 Note:
30210 \series default
30211  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30212  mais les minipages peuvent être utilisées dans un tableau, un flottant
30213  ou une autre boîte.
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \end_layout
30220
30221 \begin_layout Section
30222 Les Parboxes
30223 \begin_inset CommandInset label
30224 LatexCommand label
30225 name "sec:Parboxes"
30226
30227 \end_inset
30228
30229
30230 \begin_inset Index idx
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234 Boîtes ! Parboxes
30235 \end_layout
30236
30237 \end_inset
30238
30239
30240 \end_layout
30241
30242 \begin_layout Standard
30243 \begin_inset Note Note
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247
30248 \lang english
30249 En attendant une traduction de parbox (NdT)
30250 \end_layout
30251
30252 \end_inset
30253
30254 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30255  ne peuvent avoir de note de bas de page.
30256 \end_layout
30257
30258 \begin_layout Standard
30259 \align center
30260 \begin_inset Box Frameless
30261 position "t"
30262 hor_pos "c"
30263 has_inner_box 1
30264 inner_pos "t"
30265 use_parbox 1
30266 use_makebox 0
30267 width "33col%"
30268 special "none"
30269 height "1in"
30270 height_special "totalheight"
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274 Ceci est un texte à l'intérieur d'une parbox.
30275  Ceci est un texte à l'intérieur d'une parbox.
30276 \end_layout
30277
30278 \begin_layout Plain Layout
30279 Cette note de bas de page ne devrait pas apparaître :
30280 \begin_inset Foot
30281 status open
30282
30283 \begin_layout Plain Layout
30284 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30285  pas.
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Section
30299 Des Boîtes pour les Mots et les Caractères
30300 \begin_inset Index idx
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304 Boîtes ! Pour les caractères
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \end_layout
30311
30312 \begin_layout Subsection
30313 Empêcher la Césure
30314 \begin_inset CommandInset label
30315 LatexCommand label
30316 name "sec:Empêcher-césure"
30317
30318 \end_inset
30319
30320
30321 \begin_inset Index idx
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325 Boîtes ! Pour empêcher la césure
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \end_layout
30332
30333 \begin_layout Standard
30334 Vous pouvez utiliser une boîte de type 
30335 \family sans
30336 Makebox
30337 \family default
30338  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30339 \begin_inset Newline newline
30340 \end_inset
30341
30342 Voici un exemple de texte :
30343 \end_layout
30344
30345 \begin_layout Standard
30346 Cette ligne est un exemple comment vous pouvez empêcher une césure
30347 \begin_inset space ~
30348 \end_inset
30349
30350
30351 \begin_inset Quotes eld
30352 \end_inset
30353
30354 motTrèsTrèsLong
30355 \begin_inset Quotes erd
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Standard
30362 Pour empêcher que le mot 
30363 \begin_inset Quotes eld
30364 \end_inset
30365
30366 motTrèsTrèsLong
30367 \begin_inset Quotes erd
30368 \end_inset
30369
30370  soit coupé, mettez le mot dans une boîte, mettez 
30371 \family sans
30372 Boîte
30373 \begin_inset space ~
30374 \end_inset
30375
30376 intérieure
30377 \family default
30378  à 
30379 \family sans
30380 Makebox
30381 \family default
30382  et sa largeur à 1
30383 \begin_inset space \thinspace{}
30384 \end_inset
30385
30386 Largeur.
30387 \end_layout
30388
30389 \begin_layout Standard
30390 Voici le résultat :
30391 \end_layout
30392
30393 \begin_layout Standard
30394 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30395 \begin_inset Box Frameless
30396 position "t"
30397 hor_pos "c"
30398 has_inner_box 1
30399 inner_pos "t"
30400 use_parbox 0
30401 use_makebox 1
30402 width "1in"
30403 special "width"
30404 height "1in"
30405 height_special "totalheight"
30406 status open
30407
30408 \begin_layout Plain Layout
30409 motTrèsTrèsLong
30410 \end_layout
30411
30412 \end_inset
30413
30414
30415 \end_layout
30416
30417 \begin_layout Standard
30418 Une autre méthode consiste à mettre la commande 
30419 \begin_inset Quotes eld
30420 \end_inset
30421
30422
30423 \series bold
30424
30425 \backslash
30426 -
30427 \series default
30428
30429 \begin_inset Quotes grd
30430 \end_inset
30431
30432  en code TeX, juste avant le mot :
30433 \end_layout
30434
30435 \begin_layout Standard
30436 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30437 \begin_inset Quotes eld
30438 \end_inset
30439
30440
30441 \begin_inset ERT
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446
30447 \backslash
30448 -
30449 \end_layout
30450
30451 \end_inset
30452
30453 motTrèsTrèsLong
30454 \begin_inset Quotes erd
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \begin_layout Standard
30461 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30462  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30463 \family sans
30464 Insérer\SpecialChar \menuseparator
30465 Typographie
30466 \begin_inset space ~
30467 \end_inset
30468
30469 spéciale\SpecialChar \menuseparator
30470 Passage
30471 \begin_inset space ~
30472 \end_inset
30473
30474 à
30475 \begin_inset space ~
30476 \end_inset
30477
30478 la
30479 \begin_inset space ~
30480 \end_inset
30481
30482 Ligne
30483 \family default
30484  (raccourci 
30485 \family sans
30486 Ctrl-Entrée
30487 \family default
30488 ) :
30489 \end_layout
30490
30491 \begin_layout Standard
30492 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30493 \begin_inset Newline newline
30494 \end_inset
30495
30496
30497 \begin_inset Box Frameless
30498 position "t"
30499 hor_pos "c"
30500 has_inner_box 1
30501 inner_pos "t"
30502 use_parbox 0
30503 use_makebox 1
30504 width "1in"
30505 special "width"
30506 height "1in"
30507 height_special "totalheight"
30508 status open
30509
30510 \begin_layout Plain Layout
30511 \begin_inset Quotes eld
30512 \end_inset
30513
30514 motTrèsTrèsLong
30515 \begin_inset Quotes erd
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \begin_layout Subsection
30527 Alignement Vertical
30528 \begin_inset CommandInset label
30529 LatexCommand label
30530 name "sub:Alignement-Vertical"
30531
30532 \end_inset
30533
30534
30535 \begin_inset Index idx
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539 Boîtes ! Pour l'alignement vertical
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \begin_inset Index idx
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549 Boîtes ! Boîtes élévatrices
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \begin_inset Index idx
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559 Raisebox|see
30560 \begin_inset ERT
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564
30565 {
30566 \end_layout
30567
30568 \end_inset
30569
30570 Boîtes élévatrices
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576 }
30577 \end_layout
30578
30579 \end_inset
30580
30581
30582 \end_layout
30583
30584 \end_inset
30585
30586
30587 \end_layout
30588
30589 \begin_layout Standard
30590 Avec la commande 
30591 \series bold
30592
30593 \backslash
30594 raisebox
30595 \series default
30596  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30597  par rapport au texte qui l'entoure.
30598  La commande
30599 \series bold
30600  
30601 \backslash
30602 raisebox
30603 \series default
30604  s'utilise en suivant la syntaxe suivante :
30605 \end_layout
30606
30607 \begin_layout Standard
30608
30609 \series bold
30610
30611 \backslash
30612 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30613 \end_layout
30614
30615 \begin_layout Standard
30616 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30617  pour l'abaisser.
30618 \end_layout
30619
30620 \begin_layout Standard
30621 Pour aligner le mot 
30622 \begin_inset Quotes eld
30623 \end_inset
30624
30625 empêcher
30626 \begin_inset Quotes erd
30627 \end_inset
30628
30629  de façon à ce que le point le plus bas du caractère le plus 
30630 \begin_inset Quotes eld
30631 \end_inset
30632
30633 profond
30634 \begin_inset Quotes erd
30635 \end_inset
30636
30637 , le 
30638 \begin_inset Quotes eld
30639 \end_inset
30640
30641 p
30642 \begin_inset Quotes erd
30643 \end_inset
30644
30645 , soit au niveau de la ligne de base, insérez la commande 
30646 \end_layout
30647
30648 \begin_layout Standard
30649
30650 \series bold
30651
30652 \backslash
30653 raisebox{
30654 \backslash
30655 depth}{
30656 \end_layout
30657
30658 \begin_layout Standard
30659 en code TeX avant le mot.
30660  Insérez après le mot l'accolade fermante 
30661 \begin_inset Quotes eld
30662 \end_inset
30663
30664
30665 \series bold
30666 }
30667 \series default
30668
30669 \begin_inset Quotes erd
30670 \end_inset
30671
30672  en code TeX.
30673 \begin_inset Newline newline
30674 \end_inset
30675
30676 Voici le résultat :
30677 \end_layout
30678
30679 \begin_layout Standard
30680 Cette ligne de texte contient le mot 
30681 \begin_inset ERT
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685
30686
30687 \backslash
30688 raisebox{
30689 \backslash
30690 depth}{
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \begin_inset Quotes eld
30697 \end_inset
30698
30699 empêcher
30700 \begin_inset Quotes erd
30701 \end_inset
30702
30703
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709 }
30710 \end_layout
30711
30712 \end_inset
30713
30714  comme mot élevé.
30715 \end_layout
30716
30717 \begin_layout Standard
30718 \begin_inset VSpace bigskip
30719 \end_inset
30720
30721 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30722  entre les lignes va être agrandie :
30723 \end_layout
30724
30725 \begin_layout Standard
30726 Cette ligne de texte contient le mot
30727 \begin_inset ERT
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731
30732
30733 \backslash
30734 raisebox{-
30735 \backslash
30736 depth}{
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \begin_inset Quotes eld
30743 \end_inset
30744
30745 empêcher
30746 \begin_inset Quotes erd
30747 \end_inset
30748
30749
30750 \begin_inset ERT
30751 status collapsed
30752
30753 \begin_layout Plain Layout
30754
30755 }
30756 \end_layout
30757
30758 \end_inset
30759
30760  comme mot abaissé.
30761 \begin_inset Newline newline
30762 \end_inset
30763
30764 Cette ligne de texte contient le mot 
30765 \begin_inset ERT
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769
30770
30771 \backslash
30772 raisebox{0.5cm}{
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \begin_inset Quotes eld
30779 \end_inset
30780
30781 tester
30782 \begin_inset Quotes erd
30783 \end_inset
30784
30785
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791 }
30792 \end_layout
30793
30794 \end_inset
30795
30796  comme mot élevé.
30797 \end_layout
30798
30799 \begin_layout Standard
30800 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30801  mettez la hauteur de la boîte à zéro.
30802  Par exemple utilisez
30803 \end_layout
30804
30805 \begin_layout Standard
30806
30807 \series bold
30808
30809 \backslash
30810 raisebox{-
30811 \backslash
30812 depth}[0pt]{
30813 \end_layout
30814
30815 \begin_layout Standard
30816 Cette ligne de texte contient le mot
30817 \begin_inset ERT
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821
30822
30823 \backslash
30824 raisebox{-
30825 \backslash
30826 depth}[0pt]{
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \begin_inset Quotes eld
30833 \end_inset
30834
30835 empêcher
30836 \begin_inset Quotes erd
30837 \end_inset
30838
30839
30840 \begin_inset ERT
30841 status collapsed
30842
30843 \begin_layout Plain Layout
30844
30845 }
30846 \end_layout
30847
30848 \end_inset
30849
30850  comme mot abaissé.
30851 \begin_inset Newline newline
30852 \end_inset
30853
30854 Cette ligne de texte contient le mot 
30855 \begin_inset ERT
30856 status collapsed
30857
30858 \begin_layout Plain Layout
30859
30860
30861 \backslash
30862 raisebox{0.5cm}[0pt]{
30863 \end_layout
30864
30865 \end_inset
30866
30867
30868 \begin_inset Quotes eld
30869 \end_inset
30870
30871 tester
30872 \begin_inset Quotes erd
30873 \end_inset
30874
30875
30876 \begin_inset ERT
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880
30881 }
30882 \end_layout
30883
30884 \end_inset
30885
30886  comme mot élevé.
30887 \end_layout
30888
30889 \begin_layout Section
30890 Boîtes Colorées
30891 \begin_inset CommandInset label
30892 LatexCommand label
30893 name "sec:Boîtes-colorées"
30894
30895 \end_inset
30896
30897
30898 \begin_inset Index idx
30899 status collapsed
30900
30901 \begin_layout Plain Layout
30902 Boîtes ! Couleur
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Subsection
30911 De la couleur pour le texte
30912 \begin_inset Index idx
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916 Couleur ! Pour le texte
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \end_layout
30923
30924 \begin_layout Standard
30925 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30926  une boîte appelée 
30927 \begin_inset Quotes eld
30928 \end_inset
30929
30930 colorbox
30931 \begin_inset Quotes erd
30932 \end_inset
30933
30934 .
30935  Cela demande que le paquetage LaTeX 
30936 \series bold
30937 color
30938 \series default
30939
30940 \begin_inset Index idx
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944 Paquetages LaTeX ! color
30945 \end_layout
30946
30947 \end_inset
30948
30949  soit chargé dans le préambule du document avec la commande
30950 \end_layout
30951
30952 \begin_layout Standard
30953
30954 \series bold
30955
30956 \backslash
30957 @ifundefined{textcolor}
30958 \begin_inset Newline newline
30959 \end_inset
30960
30961
30962 \begin_inset Phantom HPhantom
30963 status open
30964
30965 \begin_layout Plain Layout
30966
30967 \series bold
30968 \begin_inset space ~
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \end_inset
30975
30976 {
30977 \backslash
30978 usepackage{color}}{}
30979 \end_layout
30980
30981 \begin_layout Standard
30982 Le paquetage 
30983 \series bold
30984 color
30985 \series default
30986  sera chargé automatiquement par LyX dès que vous colorez du texte.
30987 \begin_inset Foot
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30992  
30993 \series bold
30994
30995 \backslash
30996 @ifundefined
30997 \series default
30998 .
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 \begin_inset VSpace medskip
31008 \end_inset
31009
31010 Les boîtes colorées sont créées par la commande 
31011 \series bold
31012
31013 \backslash
31014 colorbox
31015 \series default
31016 .
31017  Elle est utilisée avec la syntaxe suivante :
31018 \end_layout
31019
31020 \begin_layout Standard
31021
31022 \series bold
31023
31024 \backslash
31025 colorbox{couleur}{contenu de la boîte}
31026 \end_layout
31027
31028 \begin_layout Standard
31029 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
31030  peuvent être placées à l'intérieur d'autres boîtes.
31031 \end_layout
31032
31033 \begin_layout Standard
31034 Les couleurs suivantes sont prédéfinies ::
31035 \begin_inset Newline newline
31036 \end_inset
31037
31038
31039 \family sans
31040 black
31041 \family default
31042  (noir), 
31043 \family sans
31044 blue
31045 \family default
31046  (bleu), 
31047 \family sans
31048 cyan
31049 \family default
31050 \series bold
31051 ,
31052 \series default
31053  
31054 \family sans
31055 green
31056 \family default
31057  (vert), 
31058 \family sans
31059 magenta
31060 \family default
31061
31062 \family sans
31063 red
31064 \family default
31065  (rouge), 
31066 \family sans
31067 white
31068 \family default
31069  (blanc), and 
31070 \family sans
31071 yellow
31072 \family default
31073  (jaune).
31074 \begin_inset Newline newline
31075 \end_inset
31076
31077 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31078  section
31079 \begin_inset space ~
31080 \end_inset
31081
31082
31083 \begin_inset CommandInset ref
31084 LatexCommand ref
31085 reference "sec:Tableaux-Colorés"
31086
31087 \end_inset
31088
31089 .
31090 \end_layout
31091
31092 \begin_layout Standard
31093 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31094 \end_layout
31095
31096 \begin_layout Standard
31097
31098 \series bold
31099
31100 \backslash
31101 colorbox{red}{
31102 \end_layout
31103
31104 \begin_layout Standard
31105 avant le mot en code TeX.
31106  Insérez l'accolade fermante 
31107 \begin_inset Quotes eld
31108 \end_inset
31109
31110 }
31111 \begin_inset Quotes erd
31112 \end_inset
31113
31114  après le mot, en code TeX.
31115 \begin_inset Newline newline
31116 \end_inset
31117
31118 Voici le résultat :
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Cette ligne de texte contient le mot
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128
31129 \backslash
31130 colorbox{red}{
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \begin_inset Quotes eld
31137 \end_inset
31138
31139 Attention!
31140 \begin_inset Quotes erd
31141 \end_inset
31142
31143
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149 }
31150 \end_layout
31151
31152 \end_inset
31153
31154  sur fond rouge.
31155 \end_layout
31156
31157 \begin_layout Standard
31158 \begin_inset VSpace bigskip
31159 \end_inset
31160
31161 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31162  vous pouvez utiliser la commande 
31163 \series bold
31164
31165 \backslash
31166 fcolorbox
31167 \series default
31168  avec la syntaxe suivante :
31169 \end_layout
31170
31171 \begin_layout Standard
31172
31173 \series bold
31174
31175 \backslash
31176 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31177 \end_layout
31178
31179 \begin_layout Standard
31180
31181 \series bold
31182
31183 \backslash
31184 fcolorbox
31185 \series default
31186  est une extension de 
31187 \series bold
31188
31189 \backslash
31190 colorbox
31191 \series default
31192 .
31193  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31194  peuvent être modifiés avec les variables 
31195 \series bold
31196
31197 \backslash
31198 fboxrule
31199 \series default
31200  et 
31201 \series bold
31202
31203 \backslash
31204 fboxsep
31205 \series default
31206 , comme c'est décrit dans la section
31207 \begin_inset space ~
31208 \end_inset
31209
31210
31211 \begin_inset CommandInset ref
31212 LatexCommand ref
31213 reference "sec:Décorations"
31214
31215 \end_inset
31216
31217 .
31218 \end_layout
31219
31220 \begin_layout Standard
31221 Pour l'exemple suivant, on a utilisé la commande
31222 \end_layout
31223
31224 \begin_layout Standard
31225
31226 \series bold
31227
31228 \backslash
31229 fcolorbox{cyan}{magenta}{
31230 \end_layout
31231
31232 \begin_layout Standard
31233 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31234 \begin_inset space \thinspace{}
31235 \end_inset
31236
31237 mm:
31238 \begin_inset Newline newline
31239 \end_inset
31240
31241
31242 \begin_inset ERT
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246
31247
31248 \backslash
31249 fboxrule 1mm 
31250 \backslash
31251 fboxsep 1mm
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \begin_inset ERT
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261
31262
31263 \backslash
31264 fcolorbox{cyan}{magenta}{
31265 \end_layout
31266
31267 \end_inset
31268
31269 Ce texte est dans une boîte encadrée et colorée.
31270 \begin_inset ERT
31271 status collapsed
31272
31273 \begin_layout Plain Layout
31274
31275 }
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \end_layout
31282
31283 \begin_layout Standard
31284 \begin_inset VSpace bigskip
31285 \end_inset
31286
31287 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31288  les yeux ! - NdT) :
31289 \begin_inset Newline newline
31290 \end_inset
31291
31292
31293 \begin_inset ERT
31294 status collapsed
31295
31296 \begin_layout Plain Layout
31297
31298
31299 \backslash
31300 fcolorbox{cyan}{magenta}{
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \color yellow
31307 Ce texte est coloré dans une boîte colorée et encadrée.
31308 \color inherit
31309
31310 \begin_inset ERT
31311 status collapsed
31312
31313 \begin_layout Plain Layout
31314
31315 }
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \begin_inset ERT
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325
31326
31327 \backslash
31328 fboxrule 0.4pt 
31329 \backslash
31330 fboxsep 3pt
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \begin_layout Standard
31339
31340 \series bold
31341 \begin_inset VSpace medskip
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \begin_layout Standard
31348 \begin_inset Note Greyedout
31349 status open
31350
31351 \begin_layout Plain Layout
31352
31353 \series bold
31354 Note:
31355 \series default
31356  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31357  de ligne.
31358  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31359  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31360 \end_layout
31361
31362 \end_inset
31363
31364
31365 \end_layout
31366
31367 \begin_layout Subsection
31368 De la couleur pour les paragraphes
31369 \begin_inset CommandInset label
31370 LatexCommand label
31371 name "sub:Couleur-pour-les-Paragraphes"
31372
31373 \end_inset
31374
31375
31376 \begin_inset Index idx
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380 Couleur ! Pour les  paragraphes
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31390  texte dans une minipage.
31391  Avant la minipage, insérez la commande 
31392 \series bold
31393
31394 \backslash
31395 colorbox
31396 \series default
31397  
31398 \end_layout
31399
31400 \begin_layout Standard
31401
31402 \series bold
31403
31404 \backslash
31405 colorbox{color}{
31406 \end_layout
31407
31408 \begin_layout Standard
31409 en code TeX.
31410  Après la minipage, insérez l'accolade fermante 
31411 \begin_inset Quotes eld
31412 \end_inset
31413
31414 }
31415 \begin_inset Quotes erd
31416 \end_inset
31417
31418  en code TeX.
31419 \end_layout
31420
31421 \begin_layout Standard
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427
31428 \backslash
31429 colorbox{lightgrey}{
31430 \end_layout
31431
31432 \end_inset
31433
31434
31435 \begin_inset Box Frameless
31436 position "t"
31437 hor_pos "c"
31438 has_inner_box 1
31439 inner_pos "t"
31440 use_parbox 0
31441 use_makebox 0
31442 width "100col%"
31443 special "none"
31444 height "1in"
31445 height_special "totalheight"
31446 status collapsed
31447
31448 \begin_layout Plain Layout
31449 Ce texte a un fond coloré.
31450  Ce texte a un fond coloré.
31451 \end_layout
31452
31453 \begin_layout Plain Layout
31454 \begin_inset VSpace defskip
31455 \end_inset
31456
31457 Le texte peut avoir des notes de bas de page
31458 \begin_inset Foot
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462 Un autre exemple de note de bas de page
31463 \end_layout
31464
31465 \end_inset
31466
31467  et contenir des figures et des tableaux.
31468 \end_layout
31469
31470 \begin_layout Plain Layout
31471 \align center
31472 \begin_inset Tabular
31473 <lyxtabular version="3" rows="3" columns="3">
31474 <features tabularvalignment="middle">
31475 <column alignment="center" valignment="top" width="0">
31476 <column alignment="center" valignment="top" width="0">
31477 <column alignment="center" valignment="top" width="0">
31478 <row>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 a
31484 \end_layout
31485
31486 \end_inset
31487 </cell>
31488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31489 \begin_inset Text
31490
31491 \begin_layout Plain Layout
31492 !
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31498 \begin_inset Text
31499
31500 \begin_layout Plain Layout
31501 3
31502 \end_layout
31503
31504 \end_inset
31505 </cell>
31506 </row>
31507 <row>
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Plain Layout
31512 <
31513 \end_layout
31514
31515 \end_inset
31516 </cell>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Plain Layout
31521 b2
31522 \begin_inset Quotes erd
31523 \end_inset
31524
31525 |
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534 >
31535 \end_layout
31536
31537 \end_inset
31538 </cell>
31539 </row>
31540 <row>
31541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 1
31546 \end_layout
31547
31548 \end_inset
31549 </cell>
31550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31551 \begin_inset Text
31552
31553 \begin_layout Plain Layout
31554 §
31555 \end_layout
31556
31557 \end_inset
31558 </cell>
31559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31560 \begin_inset Text
31561
31562 \begin_layout Plain Layout
31563 c
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 </row>
31569 </lyxtabular>
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \end_inset
31577
31578
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584 }
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \begin_layout Section
31593 Les boîtes pivotées et redimensionnées
31594 \end_layout
31595
31596 \begin_layout Standard
31597 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31598  charger le paquetage LaTeX 
31599 \series bold
31600 graphicx
31601 \series default
31602
31603 \begin_inset Index idx
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 Paquetages LaTeX ! graphicx
31608 \end_layout
31609
31610 \end_inset
31611
31612  dans le préambule de votre document avec la commande
31613 \end_layout
31614
31615 \begin_layout Standard
31616
31617 \series bold
31618
31619 \backslash
31620 @ifundefined{rotatebox}
31621 \begin_inset Newline newline
31622 \end_inset
31623
31624
31625 \begin_inset Phantom HPhantom
31626 status open
31627
31628 \begin_layout Plain Layout
31629
31630 \series bold
31631 \begin_inset space ~
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \end_inset
31638
31639 {
31640 \backslash
31641 usepackage{graphicx}}{}
31642 \end_layout
31643
31644 \begin_layout Standard
31645 \begin_inset Note Greyedout
31646 status open
31647
31648 \begin_layout Plain Layout
31649
31650 \series bold
31651 Note:
31652 \series default
31653  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31654  redimensionnés.
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Standard
31663 \begin_inset Note Greyedout
31664 status open
31665
31666 \begin_layout Plain Layout
31667
31668 \series bold
31669 Note:
31670 \series default
31671  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31672  redimensionnée.
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Subsection
31681 Les Boîtes pivotées
31682 \begin_inset Index idx
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686 Boîtes ! pivotées
31687 \end_layout
31688
31689 \end_inset
31690
31691
31692 \begin_inset Index idx
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696 Pivoter des objets
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \begin_inset Index idx
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706 Figures ! Pivotées
31707 \end_layout
31708
31709 \end_inset
31710
31711
31712 \begin_inset Index idx
31713 status collapsed
31714
31715 \begin_layout Plain Layout
31716 Tableau ! Pivoter
31717 \end_layout
31718
31719 \end_inset
31720
31721
31722 \end_layout
31723
31724 \begin_layout Standard
31725 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31726  (rotated).
31727  Une telle boîte est créée avec la commande 
31728 \series bold
31729
31730 \backslash
31731 rotatebox
31732 \series default
31733  en code TeX avec la syntaxe
31734 \end_layout
31735
31736 \begin_layout Standard
31737
31738 \series bold
31739
31740 \backslash
31741 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31742 \end_layout
31743
31744 \begin_layout Standard
31745 La position du pivot est donnée par l'origine de rotation spécifiée sous
31746  la forme 
31747 \series bold
31748 origin=position
31749 \series default
31750 .
31751  Les valeurs suivantes sont possibles pour la position: 
31752 \emph on
31753 c
31754 \emph default
31755  (centre), 
31756 \emph on
31757 l
31758 \emph default
31759  (gauche/
31760 \lang english
31761 left
31762 \lang french
31763 ), 
31764 \emph on
31765 r
31766 \emph default
31767  (droite/
31768 \lang english
31769 right
31770 \lang french
31771 ), 
31772 \emph on
31773 b
31774 \emph default
31775  (bas/
31776 \lang english
31777 bottom
31778 \lang french
31779 ), 
31780 \emph on
31781 t
31782 \emph default
31783  (haut/
31784 \lang english
31785 top
31786 \lang french
31787 ), et aussi des combinaisons des quatre positions de base.
31788  Par exemple 
31789 \emph on
31790 lt
31791 \emph default
31792  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31793  Quand on ne donne pas d'origine, la position 
31794 \emph on
31795 l
31796 \emph default
31797  est utilisée.
31798  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31799  ou négatif.
31800  Le sens positif de rotation est anti-horaire.
31801 \end_layout
31802
31803 \begin_layout Standard
31804 Dans l'exemple qui suit, la commande 
31805 \series bold
31806
31807 \backslash
31808 rotatebox[origin=c]{60}{
31809 \series default
31810  a été insérée en code TeX juste avant le texte 
31811 \begin_inset Quotes eld
31812 \end_inset
31813
31814 pivoté de 90°
31815 \begin_inset Quotes erd
31816 \end_inset
31817
31818  ; la boîte est refermée juste après le texte par une accolade fermante
31819  
31820 \begin_inset Quotes eld
31821 \end_inset
31822
31823 }
31824 \begin_inset Quotes erd
31825 \end_inset
31826
31827  en code TeX.
31828 \end_layout
31829
31830 \begin_layout Standard
31831 Voici une ligne avec du texte 
31832 \begin_inset ERT
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836
31837
31838 \backslash
31839 rotatebox[origin=c]{60}{
31840 \end_layout
31841
31842 \end_inset
31843
31844 pivoté de 60°
31845 \begin_inset ERT
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849
31850 }
31851 \end_layout
31852
31853 \end_inset
31854
31855 .
31856 \end_layout
31857
31858 \begin_layout Standard
31859 La boîte peut contenir une autre boîte ou une formule en ligne :
31860 \end_layout
31861
31862 \begin_layout Standard
31863 Voici une ligne avec du texte 
31864 \begin_inset ERT
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868
31869
31870 \backslash
31871 rotatebox[origin=r]{-60}{
31872 \end_layout
31873
31874 \end_inset
31875
31876
31877 \begin_inset Box Doublebox
31878 position "c"
31879 hor_pos "c"
31880 has_inner_box 0
31881 inner_pos "c"
31882 use_parbox 0
31883 use_makebox 0
31884 width "1in"
31885 special "width"
31886 height "1in"
31887 height_special "totalheight"
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891 pivoté de -60°
31892 \end_layout
31893
31894 \end_inset
31895
31896
31897 \begin_inset ERT
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902 }
31903 \end_layout
31904
31905 \end_inset
31906
31907  et encadré 
31908 \begin_inset ERT
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912
31913
31914 \backslash
31915 rotatebox[origin=lb]{60}{
31916 \end_layout
31917
31918 \end_inset
31919
31920
31921 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31922 \end_inset
31923
31924
31925 \begin_inset ERT
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930 }
31931 \end_layout
31932
31933 \end_inset
31934
31935  et une formule.
31936 \end_layout
31937
31938 \begin_layout Standard
31939 ou encore une figure ou un tableau :
31940 \end_layout
31941
31942 \begin_layout Standard
31943 Voici une ligne
31944 \begin_inset ERT
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948
31949
31950 \backslash
31951 rotatebox[origin=lb]{90}{
31952 \end_layout
31953
31954 \end_inset
31955
31956
31957 \begin_inset Graphics
31958         filename ../clipart/platypus.eps
31959         lyxscale 50
31960         width 25col%
31961
31962 \end_inset
31963
31964
31965 \begin_inset ERT
31966 status collapsed
31967
31968 \begin_layout Plain Layout
31969
31970 }
31971 \end_layout
31972
31973 \end_inset
31974
31975  avec une image pivotée de 90° 
31976 \begin_inset ERT
31977 status collapsed
31978
31979 \begin_layout Plain Layout
31980
31981
31982 \backslash
31983 rotatebox[origin=l]{-90}{
31984 \end_layout
31985
31986 \end_inset
31987
31988
31989 \begin_inset Tabular
31990 <lyxtabular version="3" rows="2" columns="2">
31991 <features tabularvalignment="middle">
31992 <column alignment="center" valignment="top" width="0">
31993 <column alignment="center" valignment="top" width="0">
31994 <row>
31995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31996 \begin_inset Text
31997
31998 \begin_layout Plain Layout
31999 q
32000 \end_layout
32001
32002 \end_inset
32003 </cell>
32004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32005 \begin_inset Text
32006
32007 \begin_layout Plain Layout
32008 w
32009 \end_layout
32010
32011 \end_inset
32012 </cell>
32013 </row>
32014 <row>
32015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019 e
32020 \end_layout
32021
32022 \end_inset
32023 </cell>
32024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32025 \begin_inset Text
32026
32027 \begin_layout Plain Layout
32028 r
32029 \end_layout
32030
32031 \end_inset
32032 </cell>
32033 </row>
32034 </lyxtabular>
32035
32036 \end_inset
32037
32038
32039 \begin_inset ERT
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043
32044 }
32045 \end_layout
32046
32047 \end_inset
32048
32049  et un tableau.
32050 \end_layout
32051
32052 \begin_layout Subsection
32053 Les boîtes redimensionnées
32054 \begin_inset Index idx
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058 Boîtes ! Redimensionnées
32059 \end_layout
32060
32061 \end_inset
32062
32063
32064 \begin_inset Index idx
32065 status collapsed
32066
32067 \begin_layout Plain Layout
32068 Redimensionner des objets
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \begin_inset Index idx
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078 Figures ! Redimensionnées
32079 \end_layout
32080
32081 \end_inset
32082
32083
32084 \begin_inset Index idx
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088 Tableau ! Redimensionner
32089 \end_layout
32090
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \begin_layout Standard
32097 Pour redimensionner des objets on peut utiliser les commandes 
32098 \series bold
32099
32100 \backslash
32101 scalebox
32102 \series default
32103  et 
32104 \series bold
32105
32106 \backslash
32107 resizebox
32108 \series default
32109  insérées sous forme de code TeX.
32110 \end_layout
32111
32112 \begin_layout Standard
32113
32114 \series bold
32115
32116 \backslash
32117 scalebox
32118 \series default
32119  est utilisée avec la syntaxe suivante :
32120 \end_layout
32121
32122 \begin_layout Standard
32123
32124 \series bold
32125
32126 \backslash
32127 scalebox{horizontal}[vertical]{contenu de la boîte}
32128 \end_layout
32129
32130 \begin_layout Standard
32131 Horizontal et vertical sont les facteurs d'échelle correspondants.
32132  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32133  utilisé comme facteur vertical.
32134 \end_layout
32135
32136 \begin_layout Standard
32137 Par exemple, la commande 
32138 \series bold
32139
32140 \backslash
32141 scalebox{2}{Bonjour}
32142 \series default
32143  crée un 
32144 \begin_inset ERT
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148
32149
32150 \backslash
32151 scalebox{2}{
32152 \end_layout
32153
32154 \end_inset
32155
32156 Bonjour
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162 }
32163 \end_layout
32164
32165 \end_inset
32166
32167  de taille double par rapport à la taille du texte du document.
32168 \end_layout
32169
32170 \begin_layout Standard
32171
32172 \series bold
32173
32174 \backslash
32175 scalebox{2}[1]{Hello}
32176 \series default
32177  au contraire va déformer le 
32178 \begin_inset ERT
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182
32183
32184 \backslash
32185 scalebox{2}[1]{
32186 \end_layout
32187
32188 \end_inset
32189
32190 Bonjour
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196 }
32197 \end_layout
32198
32199 \end_inset
32200
32201 .
32202 \end_layout
32203
32204 \begin_layout Standard
32205 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32206  La commande 
32207 \series bold
32208
32209 \backslash
32210 scalebox{-1}[1]{Hello}
32211 \series default
32212  peut donc être utilisée pour créer du texte en miroir : 
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218
32219 \backslash
32220 scalebox{-1}[1]{
32221 \end_layout
32222
32223 \end_inset
32224
32225 Bonjour
32226 \begin_inset ERT
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230
32231 }
32232 \end_layout
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Standard
32240
32241 \series bold
32242
32243 \backslash
32244 scalebox{1}[-1]{Bonjour}
32245 \series default
32246  effectue une réflexion du 
32247 \begin_inset ERT
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251
32252
32253 \backslash
32254 scalebox{1}[-1]{
32255 \end_layout
32256
32257 \end_inset
32258
32259 Bonjour
32260 \begin_inset ERT
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264
32265 }
32266 \end_layout
32267
32268 \end_inset
32269
32270  par rapport à la ligne de base.
32271 \end_layout
32272
32273 \begin_layout Standard
32274 La commande 
32275 \series bold
32276
32277 \backslash
32278 reflectbox{contenu de la boîte} 
32279 \series default
32280 existe aussi et est équivalente à
32281 \series bold
32282  
32283 \backslash
32284 scalebox{-1}[1]{contenu de la boîte}.
32285
32286 \series default
32287  
32288 \begin_inset Newline newline
32289 \end_inset
32290
32291
32292 \end_layout
32293
32294 \begin_layout Standard
32295 \begin_inset VSpace bigskip
32296 \end_inset
32297
32298 La commande 
32299 \series bold
32300
32301 \backslash
32302 resizebox
32303 \series default
32304  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32305  données.
32306  La syntaxe de la commande est :
32307 \end_layout
32308
32309 \begin_layout Standard
32310
32311 \series bold
32312
32313 \backslash
32314 resizebox{largeur}{hauteur}{contenu de la boîte}
32315 \end_layout
32316
32317 \begin_layout Standard
32318 Si un des deux paramètres est remplacé par un point d'exclamation 
32319 \series bold
32320 !
32321 \series default
32322 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32323 \end_layout
32324
32325 \begin_layout Standard
32326 La commande 
32327 \series bold
32328
32329 \backslash
32330 resizebox{2cm}{1cm}{Bonjour}
32331 \series default
32332  produit : 
32333 \begin_inset ERT
32334 status collapsed
32335
32336 \begin_layout Plain Layout
32337
32338
32339 \backslash
32340 resizebox{2cm}{1cm}{
32341 \end_layout
32342
32343 \end_inset
32344
32345 Bonjour
32346 \begin_inset ERT
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350
32351 }
32352 \end_layout
32353
32354 \end_inset
32355
32356
32357 \begin_inset Newline newline
32358 \end_inset
32359
32360 La commande 
32361 \series bold
32362
32363 \backslash
32364 resizebox{2cm}{!}{Bonjour}
32365 \series default
32366  produit : 
32367 \begin_inset ERT
32368 status collapsed
32369
32370 \begin_layout Plain Layout
32371
32372
32373 \backslash
32374 resizebox{2cm}{!}{
32375 \end_layout
32376
32377 \end_inset
32378
32379 Bonjour
32380 \begin_inset ERT
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384
32385 }
32386 \end_layout
32387
32388 \end_inset
32389
32390
32391 \end_layout
32392
32393 \begin_layout Standard
32394 \begin_inset VSpace bigskip
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \begin_layout Standard
32401 \begin_inset Note Greyedout
32402 status open
32403
32404 \begin_layout Plain Layout
32405
32406 \series bold
32407 Note:
32408 \series default
32409  Quand les paramètres des commandes 
32410 \series bold
32411
32412 \backslash
32413 scalebox
32414 \series default
32415  ou 
32416 \series bold
32417
32418 \backslash
32419 resizebox
32420 \series default
32421  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32422  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32423  partiellement.
32424 \end_layout
32425
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Standard
32432 \begin_inset VSpace bigskip
32433 \end_inset
32434
32435
32436 \end_layout
32437
32438 \begin_layout Standard
32439 Les boîtes peuvent être combinée dans n'importe quel ordre.
32440  Par exemple, la commande 
32441 \begin_inset Newline newline
32442 \end_inset
32443
32444
32445 \series bold
32446
32447 \backslash
32448 rotatebox[origin=c]{-45}{
32449 \backslash
32450 resizebox{2cm}{!}{
32451 \backslash
32452 reflectbox{Bonjour}}}
32453 \begin_inset Newline newline
32454 \end_inset
32455
32456
32457 \series default
32458 produit :
32459 \end_layout
32460
32461 \begin_layout Standard
32462 \align center
32463 \begin_inset ERT
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467
32468
32469 \backslash
32470 rotatebox[origin=c]{-45}{
32471 \backslash
32472 resizebox{2cm}{!}{
32473 \backslash
32474 reflectbox{
32475 \end_layout
32476
32477 \end_inset
32478
32479 Bonjour
32480 \begin_inset ERT
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484
32485 }}}
32486 \end_layout
32487
32488 \end_inset
32489
32490
32491 \end_layout
32492
32493 \begin_layout Standard
32494 \noindent
32495 Les images, les tableaux et les formules sont autorisées comme contenu de
32496  boîte :
32497 \end_layout
32498
32499 \begin_layout Standard
32500 \align center
32501 \begin_inset ERT
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505
32506
32507 \backslash
32508 rotatebox[origin=c]{-30}{
32509 \backslash
32510 resizebox{2cm}{!}{
32511 \backslash
32512 reflectbox{
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \begin_inset Graphics
32519         filename ../clipart/platypus.eps
32520         lyxscale 50
32521         width 25col%
32522
32523 \end_inset
32524
32525
32526 \begin_inset ERT
32527 status collapsed
32528
32529 \begin_layout Plain Layout
32530
32531 }}}
32532 \end_layout
32533
32534 \end_inset
32535
32536
32537 \begin_inset ERT
32538 status collapsed
32539
32540 \begin_layout Plain Layout
32541
32542
32543 \backslash
32544 rotatebox[origin=c]{-45}{
32545 \backslash
32546 resizebox{2cm}{!}{
32547 \backslash
32548 reflectbox{
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \begin_inset Tabular
32555 <lyxtabular version="3" rows="2" columns="2">
32556 <features tabularvalignment="middle">
32557 <column alignment="center" valignment="top" width="0">
32558 <column alignment="center" valignment="top" width="0">
32559 <row>
32560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32561 \begin_inset Text
32562
32563 \begin_layout Plain Layout
32564 q
32565 \end_layout
32566
32567 \end_inset
32568 </cell>
32569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32570 \begin_inset Text
32571
32572 \begin_layout Plain Layout
32573 w
32574 \end_layout
32575
32576 \end_inset
32577 </cell>
32578 </row>
32579 <row>
32580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32581 \begin_inset Text
32582
32583 \begin_layout Plain Layout
32584 e
32585 \end_layout
32586
32587 \end_inset
32588 </cell>
32589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32590 \begin_inset Text
32591
32592 \begin_layout Plain Layout
32593 r
32594 \end_layout
32595
32596 \end_inset
32597 </cell>
32598 </row>
32599 </lyxtabular>
32600
32601 \end_inset
32602
32603
32604 \begin_inset ERT
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608
32609 }}}
32610 \end_layout
32611
32612 \end_inset
32613
32614
32615 \begin_inset ERT
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619
32620
32621 \backslash
32622 rotatebox[origin=c]{-45}{
32623 \backslash
32624 resizebox{2cm}{!}{
32625 \backslash
32626 reflectbox{
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32633 \end_inset
32634
32635
32636 \begin_inset ERT
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640
32641 }}}
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \begin_layout Standard
32650 Quand on utilise le style global de formule 
32651 \series bold
32652 fleqn
32653 \series default
32654  dans le document
32655 \begin_inset Foot
32656 status collapsed
32657
32658 \begin_layout Plain Layout
32659 Quand 
32660 \begin_inset Quotes eld
32661 \end_inset
32662
32663 fleqn
32664 \begin_inset Quotes erd
32665 \end_inset
32666
32667  est ajouté aux options de la classe de document.
32668 \end_layout
32669
32670 \end_inset
32671
32672 , les formules hors texte peuvent aussi être redimensionnées.
32673 \end_layout
32674
32675 \begin_layout Chapter
32676 Trucs Externes
32677 \begin_inset Index idx
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681 Trucs externes
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Standard
32690 Avec le menu 
32691 \family sans
32692 Insérer\SpecialChar \menuseparator
32693 Fichier
32694 \family default
32695  vous pouvez insérer un contenu externe à votre document.
32696  Ce contenu peut être :
32697 \end_layout
32698
32699 \begin_layout Description
32700 Document
32701 \begin_inset space ~
32702 \end_inset
32703
32704 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32705  document.
32706 \end_layout
32707
32708 \begin_layout Description
32709 Texte
32710 \begin_inset space ~
32711 \end_inset
32712
32713 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32714 e.
32715 \end_layout
32716
32717 \begin_layout Description
32718 Texte
32719 \begin_inset space ~
32720 \end_inset
32721
32722 Brut
32723 \begin_inset space ~
32724 \end_inset
32725
32726 par
32727 \begin_inset space ~
32728 \end_inset
32729
32730 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32731  Les lignes vides créent un nouveau paragraphe dans votre document.
32732 \end_layout
32733
32734 \begin_layout Description
32735 Objet
32736 \begin_inset space ~
32737 \end_inset
32738
32739 Externe Fichiers de formats variés.
32740 \end_layout
32741
32742 \begin_layout Description
32743 Sous-document Documents LyX ou LaTeX.
32744 \end_layout
32745
32746 \begin_layout Section
32747 Objets Externes 
32748 \begin_inset Index idx
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752 Trucs externes ! Objets Externes
32753 \end_layout
32754
32755 \end_inset
32756
32757
32758 \end_layout
32759
32760 \begin_layout Standard
32761 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32762  de fichiers dans votre document sans avoir à convertir ces derniers en
32763  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32764  qui va s'occuper des conversions.
32765  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32766  LyX des images dans des formats divers.
32767  Quand vous avez activé 
32768 \family sans
32769 Aperçu
32770 \begin_inset space ~
32771 \end_inset
32772
32773 sur
32774 \begin_inset space ~
32775 \end_inset
32776
32777 le
32778 \begin_inset space ~
32779 \end_inset
32780
32781 vif
32782 \family default
32783  dans le menu des préférences de LyX, dans la rubrique 
32784 \family sans
32785 Apparence\SpecialChar \menuseparator
32786 Graphiques
32787 \family default
32788 , les objets externes de type Dia et Xfig sont affichés directement dans
32789  LyX.
32790 \end_layout
32791
32792 \begin_layout Standard
32793 On insère des objets externes en utilisant la fenêtre de dialogue 
32794 \family sans
32795 Objet
32796 \begin_inset space ~
32797 \end_inset
32798
32799 Externe
32800 \family default
32801  qui est accessible via le menu 
32802 \family sans
32803 Insérer\SpecialChar \menuseparator
32804 Fichiers\SpecialChar \menuseparator
32805 Objet
32806 \begin_inset space ~
32807 \end_inset
32808
32809 Externe
32810 \family default
32811 .
32812  Actuellement les types de fichiers (
32813 \family sans
32814 Modèles
32815 \family default
32816 ) suivants sont autorisés :
32817 \end_layout
32818
32819 \begin_layout Description
32820 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32821  par le programme 
32822 \series bold
32823
32824 \begin_inset CommandInset href
32825 LatexCommand href
32826 name "XBoard"
32827 target "http://en.wikipedia.org/wiki/XBoard"
32828
32829 \end_inset
32830
32831
32832 \series default
32833 .
32834 \end_layout
32835
32836 \begin_layout Description
32837 Date Ce modèle insère la date sous la forme 
32838 \emph on
32839 Jour-Mois-Année
32840 \emph default
32841 .
32842  Voici un exemple de date insérée comme objet externe :: 
32843 \begin_inset External
32844         template Date
32845         filename .
32846
32847 \end_inset
32848
32849
32850 \begin_inset space ~
32851 \end_inset
32852
32853
32854 \begin_inset Note Note
32855 status open
32856
32857 \begin_layout Plain Layout
32858 Retirer l'espace protégé quand le bug 4398 sera résolu !
32859 \end_layout
32860
32861 \end_inset
32862
32863
32864 \begin_inset Newline newline
32865 \end_inset
32866
32867 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32868  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32869 \family sans
32870 Insérer\SpecialChar \menuseparator
32871 Date
32872 \family default
32873  et avec la commande LaTeX 
32874 \series bold
32875
32876 \backslash
32877 today
32878 \series default
32879  entrée comme code TeX.
32880  Ces différentes méthodes sont comparée dans le tableau
32881 \begin_inset space ~
32882 \end_inset
32883
32884
32885 \begin_inset CommandInset ref
32886 LatexCommand ref
32887 reference "tab:Comparaison-des-dates"
32888
32889 \end_inset
32890
32891 .
32892 \end_layout
32893
32894 \begin_layout Description
32895 Dia Ce modèle accepte les diagrammes créés avec le programme 
32896 \series bold
32897
32898 \begin_inset CommandInset href
32899 LatexCommand href
32900 name "Dia"
32901 target "http://en.wikipedia.org/wiki/Dia_(software)"
32902
32903 \end_inset
32904
32905
32906 \series default
32907 .
32908 \end_layout
32909
32910 \begin_layout Description
32911 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32912  par le programme 
32913 \series bold
32914
32915 \begin_inset CommandInset href
32916 LatexCommand href
32917 name "LilyPond"
32918 target "http://en.wikipedia.org/wiki/LilyPond"
32919
32920 \end_inset
32921
32922
32923 \series default
32924 .
32925 \end_layout
32926
32927 \begin_layout Description
32928 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32929  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32930  
32931 \emph on
32932 pages
32933 \emph default
32934  dans le champ 
32935 \family sans
32936 Option
32937 \family default
32938  dans l'onglet 
32939 \family sans
32940 Options LaTeX et LyX
32941 \family default
32942  en suivant les instructions données pour le modèle.
32943  Si on ne donne pas d'option 
32944 \emph on
32945 pages
32946 \emph default
32947 , seule la première page du PDF sera insérée.
32948 \end_layout
32949
32950 \begin_layout Description
32951 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32952  À peu près tous les formats d'images populaires sont acceptés.
32953  Les images peuvent être traitées dans la fenêtre de dialogue 
32954 \family sans
32955 Objet
32956 \begin_inset space ~
32957 \end_inset
32958
32959 Externe
32960 \family default
32961  comme les images qui sont habituellement incorporées en utilisant le menu
32962  
32963 \family sans
32964 Insérer\SpecialChar \menuseparator
32965 Graphique
32966 \family default
32967 , comme c'est décrit dans la section
32968 \begin_inset space ~
32969 \end_inset
32970
32971
32972 \begin_inset CommandInset ref
32973 LatexCommand ref
32974 reference "sec:Graphics-Dialog"
32975
32976 \end_inset
32977
32978 .
32979  La différence est que seules les images matricielles sont autorisées, ce
32980  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32981 \end_layout
32982
32983 \begin_layout Description
32984 XFig Ce modèle accepte les images créées avec le programme 
32985 \series bold
32986
32987 \begin_inset CommandInset href
32988 LatexCommand href
32989 name "Xfig"
32990 target "http://en.wikipedia.org/wiki/Xfig"
32991
32992 \end_inset
32993
32994
32995 \series default
32996 .
32997 \end_layout
32998
32999 \begin_layout Standard
33000 \begin_inset Float table
33001 placement h
33002 wide false
33003 sideways false
33004 status open
33005
33006 \begin_layout Plain Layout
33007 \begin_inset Caption
33008
33009 \begin_layout Plain Layout
33010 \begin_inset CommandInset label
33011 LatexCommand label
33012 name "tab:Comparaison-des-dates"
33013
33014 \end_inset
33015
33016 Comparaison des méthodes d'insertion de la date.
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \end_layout
33023
33024 \begin_layout Plain Layout
33025 \align center
33026 \begin_inset Tabular
33027 <lyxtabular version="3" rows="4" columns="4">
33028 <features tabularvalignment="middle">
33029 <column alignment="center" valignment="top" width="0">
33030 <column alignment="center" valignment="top" width="0">
33031 <column alignment="center" valignment="top" width="0">
33032 <column alignment="center" valignment="top" width="0">
33033 <row>
33034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33035 \begin_inset Text
33036
33037 \begin_layout Plain Layout
33038 Format du document
33039 \end_layout
33040
33041 \end_inset
33042 </cell>
33043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047
33048 \family sans
33049 Objet
33050 \begin_inset space ~
33051 \end_inset
33052
33053 Externe\SpecialChar \menuseparator
33054 Date
33055 \end_layout
33056
33057 \end_inset
33058 </cell>
33059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33060 \begin_inset Text
33061
33062 \begin_layout Plain Layout
33063
33064 \family sans
33065 Insérer\SpecialChar \menuseparator
33066 Date
33067 \end_layout
33068
33069 \end_inset
33070 </cell>
33071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33072 \begin_inset Text
33073
33074 \begin_layout Plain Layout
33075 commande 
33076 \series bold
33077
33078 \backslash
33079 today
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 LyX
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 comme boîte d'insert
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 comme date
33109 \end_layout
33110
33111 \end_inset
33112 </cell>
33113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33114 \begin_inset Text
33115
33116 \begin_layout Plain Layout
33117 comme boîte de code TeX
33118 \end_layout
33119
33120 \end_inset
33121 </cell>
33122 </row>
33123 <row>
33124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33125 \begin_inset Text
33126
33127 \begin_layout Plain Layout
33128 LaTeX
33129 \end_layout
33130
33131 \end_inset
33132 </cell>
33133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33134 \begin_inset Text
33135
33136 \begin_layout Plain Layout
33137 comme date
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146 comme date
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33152 \begin_inset Text
33153
33154 \begin_layout Plain Layout
33155 comme commande
33156 \end_layout
33157
33158 \end_inset
33159 </cell>
33160 </row>
33161 <row>
33162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166 DVI, PDF, PS
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175 comme date
33176 \end_layout
33177
33178 \end_inset
33179 </cell>
33180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184 comme date
33185 \end_layout
33186
33187 \end_inset
33188 </cell>
33189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 comme date date
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 </row>
33199 </lyxtabular>
33200
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Standard
33212 Quand vous activez l'option 
33213 \family sans
33214 Brouillon
33215 \family default
33216  de l'onglet 
33217 \family sans
33218 Fichier
33219 \family default
33220  de la fenêtre de dialogue 
33221 \family sans
33222 Objet
33223 \begin_inset space ~
33224 \end_inset
33225
33226 Externe
33227 \family default
33228 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
33229 \begin_inset Newline newline
33230 \end_inset
33231
33232 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
33233  : 
33234 \begin_inset Graphics
33235         filename ../clipart/ExternalMaterialQt4.png
33236         scale 85
33237         scaleBeforeRotation
33238
33239 \end_inset
33240
33241  soit comme une image, selon que vous avez ou non activé l'option 
33242 \family sans
33243 Afficher
33244 \begin_inset space ~
33245 \end_inset
33246
33247 dans
33248 \begin_inset space ~
33249 \end_inset
33250
33251 LyX
33252 \family default
33253  de l'onglet 
33254 \family sans
33255 Options LaTeX et LyX
33256 \family default
33257  de la fenêtre de dialogue.
33258 \end_layout
33259
33260 \begin_layout Standard
33261 Le manuel 
33262 \family sans
33263 \emph on
33264 Personnalisation
33265 \family default
33266 \emph default
33267  explique comment vous pouvez créer vos propres modèles.
33268 \end_layout
33269
33270 \begin_layout Section
33271 Sous-documents
33272 \begin_inset CommandInset label
33273 LatexCommand label
33274 name "sec:Sous-documents"
33275
33276 \end_inset
33277
33278
33279 \begin_inset Index idx
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 Trucs externes ! Sous-documents
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \begin_inset Index idx
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293 Fichiers ! Insérer
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \end_layout
33300
33301 \begin_layout Standard
33302 Les sous-documents sont utilisés quand on a un document très long qui peut
33303  être décomposé en plusieurs parties ou sections plus petites.
33304  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33305  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33306  Les différents documents sont ce que l'on appelle les sous-documents et
33307  un document maître les relie pour imprimer le document complet ou seulement
33308  une partie de celui-ci.
33309  Un sous-document hérite du contenu de son maître, par exemple le préambule
33310  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33311 \end_layout
33312
33313 \begin_layout Standard
33314 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
33315  maître, précisez dans le sous-document le document maître dans le menu
33316  
33317 \family sans
33318 Document\SpecialChar \menuseparator
33319 Paramètres\SpecialChar \menuseparator
33320 Classe de document
33321 \family default
33322 .
33323  Ce document maître sera par la suite utilisé de façon cachée par LyX à
33324  chaque fois que vous modifierez le sous-document.
33325 \end_layout
33326
33327 \begin_layout Standard
33328 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33329  comme celle-ci : 
33330 \begin_inset Graphics
33331         filename clipart/ChildDocumentQt4.png
33332         lyxscale 70
33333         scale 60
33334         scaleBeforeRotation
33335
33336 \end_inset
33337
33338  Pour inclure des sous-documents dans un document maître , on utilise le
33339  menu 
33340 \family sans
33341 Insérer\SpecialChar \menuseparator
33342 Fichier\SpecialChar \menuseparator
33343 Sous-document
33344 \family default
33345 .
33346  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33347  des quatre méthodes d'inclusion :
33348 \end_layout
33349
33350 \begin_layout Description
33351 Inclus
33352 \begin_inset space ~
33353 \end_inset
33354
33355 (include) Vous pouvez inclure des documents LyX et LaTeX.
33356  Quand vous cliquez sur le bouton 
33357 \family sans
33358 Charger
33359 \family default
33360  dans la fenêtre de dialogue 
33361 \family sans
33362 Sous-document
33363 \family default
33364 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33365  vous puissiez le modifier.
33366 \begin_inset Newline newline
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \begin_layout Standard
33373 Voici un sous-document inséré avec la méthode 
33374 \family sans
33375 Inclus
33376 \family default
33377  : 
33378 \begin_inset CommandInset include
33379 LatexCommand include
33380 filename "DocumentBidon1.lyx"
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Standard
33388 La numérotation des sections va prendre en compte les sections des fichiers
33389  incorporés dans l'ordre où ils sont insérés dans le document maître.
33390  Le document qui est inclus comme exemple possède une sous-section qui sera
33391  numérotée comme sous-section de la section actuelle.
33392  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33393  : la sous-section
33394 \begin_inset space ~
33395 \end_inset
33396
33397
33398 \begin_inset CommandInset ref
33399 LatexCommand ref
33400 reference "sub:Sous-section-externe-1"
33401
33402 \end_inset
33403
33404  est dans le fichier inclus.
33405 \end_layout
33406
33407 \begin_layout Standard
33408 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33409  du document maître est utilisé.
33410  Les branches présentes dans le sous-document seront ignorées par le document
33411  maître si celui-ci ne possède pas une branche avec le même nom.
33412  Les documents inclus sont insérés en commençant une nouvelle page et sont
33413  suivis par un saut de page.
33414 \end_layout
33415
33416 \begin_layout Standard
33417 \begin_inset Note Greyedout
33418 status open
33419
33420 \begin_layout Plain Layout
33421
33422 \series bold
33423 Note:
33424 \series default
33425  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33426  une classe de document différente de celle du document maître, vous recevez
33427  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33428  que cela peut produire des résultats inattendus sur la sortie imprimée.
33429 \end_layout
33430
33431 \end_inset
33432
33433
33434 \end_layout
33435
33436 \begin_layout Description
33437 Incorporé
33438 \begin_inset space ~
33439 \end_inset
33440
33441 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33442  sont :
33443 \end_layout
33444
33445 \begin_deeper
33446 \begin_layout Itemize
33447 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33448  par un saut de page.
33449 \end_layout
33450
33451 \begin_layout Itemize
33452 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33453  
33454 \family sans
33455 Aperçu
33456 \begin_inset space ~
33457 \end_inset
33458
33459 sur
33460 \begin_inset space ~
33461 \end_inset
33462
33463 le
33464 \begin_inset space ~
33465 \end_inset
33466
33467 vif
33468 \family default
33469  est activée dans les préférences dans la rubrique 
33470 \family sans
33471 Apparence\SpecialChar \menuseparator
33472 Graphique
33473 \family default
33474 .
33475 \end_layout
33476
33477 \begin_layout Itemize
33478 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
33479 \family sans
33480 Document\SpecialChar \menuseparator
33481 Paramètres\SpecialChar \menuseparator
33482 Sous-documents
33483 \family default
33484 .
33485 \end_layout
33486
33487 \end_deeper
33488 \begin_layout Standard
33489 Voici un sous document inséré en utilisant la méthode 
33490 \family sans
33491 Incorporé
33492 \family default
33493  : 
33494 \begin_inset CommandInset include
33495 LatexCommand input
33496 preview true
33497 filename "DocumentBidon2.lyx"
33498
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Description
33505 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33506  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33507  sous forme de code source et aucune des commandes éventuellement présentes
33508  ne sera exécutée.
33509  Vous pouvez utiliser l'option 
33510 \family sans
33511 Marquer
33512 \begin_inset space ~
33513 \end_inset
33514
33515 les
33516 \begin_inset space ~
33517 \end_inset
33518
33519 espaces
33520 \family default
33521  qui matérialise chaque espace présente dans le code source par un caractère
33522  
33523 \begin_inset Quotes eld
33524 \end_inset
33525
33526
33527 \begin_inset ERT
33528 status collapsed
33529
33530 \begin_layout Plain Layout
33531
33532
33533 \backslash
33534 textvisiblespace 
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \begin_inset Quotes erd
33541 \end_inset
33542
33543  .
33544  La différence avec la méthode qui consiste à utiliser le menu 
33545 \family sans
33546 Insérer\SpecialChar \menuseparator
33547 Fichier\SpecialChar \menuseparator
33548 Texte
33549 \begin_inset space ~
33550 \end_inset
33551
33552 brut
33553 \family default
33554  est que le contenu du document n'apparaît pas dans LyX.
33555 \end_layout
33556
33557 \begin_layout Standard
33558 Voici un sous-document inclus en utilisant la méthode 
33559 \family sans
33560 verbatim
33561 \family default
33562  : 
33563 \begin_inset CommandInset include
33564 LatexCommand verbatiminput
33565 filename "DocumentTexteBidon.txt"
33566
33567 \end_inset
33568
33569
33570 \begin_inset VSpace bigskip
33571 \end_inset
33572
33573 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33574  l'option 
33575 \family sans
33576 Marquer
33577 \begin_inset space ~
33578 \end_inset
33579
33580 les
33581 \begin_inset space ~
33582 \end_inset
33583
33584 espaces :
33585 \family default
33586  
33587 \begin_inset CommandInset include
33588 LatexCommand verbatiminput*
33589 filename "DocumentTexteBidon.txt"
33590
33591 \end_inset
33592
33593
33594 \end_layout
33595
33596 \begin_layout Standard
33597 \begin_inset VSpace bigskip
33598 \end_inset
33599
33600
33601 \end_layout
33602
33603 \begin_layout Standard
33604 \begin_inset Note Greyedout
33605 status open
33606
33607 \begin_layout Plain Layout
33608
33609 \series bold
33610 Note:
33611 \series default
33612  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33613  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33614 \end_layout
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \begin_layout Description
33622 Listings Ce type d'inclusion est décrit dans le chapitre
33623 \begin_inset space ~
33624 \end_inset
33625
33626
33627 \begin_inset CommandInset ref
33628 LatexCommand ref
33629 reference "cha:Program-Code-Listings"
33630
33631 \end_inset
33632
33633 .
33634 \end_layout
33635
33636 \begin_layout Standard
33637 \begin_inset Note Greyedout
33638 status open
33639
33640 \begin_layout Plain Layout
33641
33642 \series bold
33643 Note:
33644 \series default
33645  Inclure le même document deux fois dans un même document peut poser des
33646  problèmes avec LaTeX.
33647 \end_layout
33648
33649 \end_inset
33650
33651
33652 \end_layout
33653
33654 \begin_layout Standard
33655 Si vous ne voulez visualiser ou exporter que certains des sous-documents
33656  de votre document maître, que ce soit pour diminuer les temps de compilation
33657  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
33658  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
33659  la sortie en utilisant le menu 
33660 \family sans
33661 Document\SpecialChar \menuseparator
33662 Paramètres\SpecialChar \menuseparator
33663 Sous-documents
33664 \family default
33665 .
33666  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
33667  sur la ligne correspondant dans la colonne 
33668 \family sans
33669 Inclus dans le résultat
33670 \family default
33671  de la liste (
33672 \begin_inset space ~
33673 \end_inset
33674
33675 notez que cela ne fonctionne que pour les documents inclus avec la méthode
33676  
33677 \begin_inset Quotes fld
33678 \end_inset
33679
33680 inclus
33681 \begin_inset Quotes frd
33682 \end_inset
33683
33684  et pas la méthode 
33685 \begin_inset Quotes fld
33686 \end_inset
33687
33688 incorporé
33689 \begin_inset Quotes frd
33690 \end_inset
33691
33692
33693 \begin_inset space ~
33694 \end_inset
33695
33696 ).
33697  Si on active l'option 
33698 \family sans
33699 Assurer la cohérence des compteurs et des références
33700 \family default
33701 , LyX va s'assurer que tous les numéros de pages, références etc...
33702  sont corrects comme si tous le document avait été traité.
33703  C'est utile si vous voulez que les sous-documents choisis aient exactement
33704  le même aspect que s'il étaient dans le document complet.
33705  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
33706  la totalité du document.
33707  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
33708  les compteurs et autres références n'ont pas à être à tout prix valides,
33709  vous devez impérativement désactiver cette option.
33710  
33711 \end_layout
33712
33713 \begin_layout Standard
33714 Une autre solution consiste à inclure chaque fichier dans une branche
33715 \begin_inset Foot
33716 status collapsed
33717
33718 \begin_layout Plain Layout
33719 Les branches sont décrites dans la section 
33720 \emph on
33721 Branches
33722 \emph default
33723  du 
33724 \emph on
33725 Guide de l'utilisateur
33726 \emph default
33727  de LyX.
33728 \end_layout
33729
33730 \end_inset
33731
33732 .
33733  En activant ou désactivant une branche, vous pouvez décider les fichiers
33734  inclus qui doivent apparaître dans la sortie imprimée.
33735  Cette méthode à l'avantage qu'elle peut aussi s'apliquer aux sous documents
33736  
33737 \begin_inset Quotes fld
33738 \end_inset
33739
33740 incorporés
33741 \begin_inset Quotes frd
33742 \end_inset
33743
33744 .
33745  Le défaut est que les compteurs et autres références ne sont pas conservés
33746  avec cette approche.
33747 \end_layout
33748
33749 \begin_layout Chapter
33750 Listings de Code Source
33751 \begin_inset CommandInset label
33752 LatexCommand label
33753 name "cha:Program-Code-Listings"
33754
33755 \end_inset
33756
33757
33758 \begin_inset Index idx
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762 Listings
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \begin_inset Index idx
33769 status collapsed
33770
33771 \begin_layout Plain Layout
33772 Code Source
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \begin_inset Index idx
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782 Flottants ! Listings
33783 \end_layout
33784
33785 \end_inset
33786
33787
33788 \end_layout
33789
33790 \begin_layout Standard
33791 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33792  un insert 
33793 \family sans
33794 Listings
33795 \family default
33796  qui peut être créé grâce au menu 
33797 \family sans
33798 Insérer
33799 \family default
33800 \SpecialChar \menuseparator
33801
33802 \family sans
33803 Listing
33804 \begin_inset space ~
33805 \end_inset
33806
33807 de
33808 \begin_inset space ~
33809 \end_inset
33810
33811 Code
33812 \begin_inset space ~
33813 \end_inset
33814
33815 Source
33816 \family default
33817 .
33818  Le paquetage LaTeX 
33819 \series bold
33820 listings
33821 \series default
33822
33823 \begin_inset Index idx
33824 status collapsed
33825
33826 \begin_layout Plain Layout
33827 Paquetages LaTeX ! listings
33828 \end_layout
33829
33830 \end_inset
33831
33832  fournit un moyen puissant et flexible d'insérer des listings de code source
33833  dans votre document.
33834  
33835 \end_layout
33836
33837 \begin_layout Standard
33838 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33839  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33840 \end_layout
33841
33842 \begin_layout Standard
33843 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33844  imprimée.
33845  L'option d'emplacement 
33846 \family sans
33847 Listing
33848 \begin_inset space ~
33849 \end_inset
33850
33851 en
33852 \begin_inset space ~
33853 \end_inset
33854
33855 Ligne
33856 \family default
33857  imprime le listing dans la ligne comme ceci : 
33858 \begin_inset listings
33859 lstparams "language={C++}"
33860 inline true
33861 status open
33862
33863 \begin_layout Plain Layout
33864
33865 int a=5;
33866 \end_layout
33867
33868 \end_inset
33869
33870
33871 \begin_inset Newline newline
33872 \end_inset
33873
33874 L'option 
33875 \family sans
33876 Flottant
33877 \family default
33878  crée un flottant de listing pour lequel vous pouvez préciser les options
33879  classiques d'emplacement : 
33880 \begin_inset Quotes eld
33881 \end_inset
33882
33883
33884 \family sans
33885 h
33886 \family default
33887
33888 \begin_inset Quotes erd
33889 \end_inset
33890
33891
33892 \begin_inset Quotes eld
33893 \end_inset
33894
33895
33896 \family sans
33897 t
33898 \family default
33899
33900 \begin_inset Quotes erd
33901 \end_inset
33902
33903
33904 \begin_inset Quotes eld
33905 \end_inset
33906
33907
33908 \family sans
33909 b
33910 \family default
33911
33912 \begin_inset Quotes erd
33913 \end_inset
33914
33915 , et 
33916 \begin_inset Quotes eld
33917 \end_inset
33918
33919
33920 \family sans
33921 p
33922 \family default
33923
33924 \begin_inset Quotes erd
33925 \end_inset
33926
33927  correspondant aux emplacement décrits dans la section
33928 \begin_inset space ~
33929 \end_inset
33930
33931
33932 \begin_inset CommandInset ref
33933 LatexCommand ref
33934 reference "sec:Placement-flottants"
33935
33936 \end_inset
33937
33938 .
33939  Les options de positionnement peuvent être mélangées et doivent être saisies
33940  sans séparation, par exemple, on peut taper 
33941 \begin_inset Quotes eld
33942 \end_inset
33943
33944
33945 \family sans
33946 htbp
33947 \family default
33948
33949 \begin_inset Quotes erd
33950 \end_inset
33951
33952 .
33953  L' option 
33954 \begin_inset Quotes eld
33955 \end_inset
33956
33957 h
33958 \begin_inset Quotes erd
33959 \end_inset
33960
33961  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33962  
33963 \family sans
33964 Flottant
33965 \family default
33966  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33967  légende et être référencés.
33968 \end_layout
33969
33970 \begin_layout Standard
33971 Vous pouvez ajouter une légende à un listing avec le menu 
33972 \family sans
33973 Insérer\SpecialChar \menuseparator
33974 Légende
33975 \family default
33976 .
33977  On peut référencer les listings de la même façon que les flottants :Voir
33978  le listing
33979 \begin_inset space ~
33980 \end_inset
33981
33982
33983 \begin_inset CommandInset ref
33984 LatexCommand ref
33985 reference "lst:Listing-exemple"
33986
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \begin_layout Standard
33993 \begin_inset listings
33994 lstparams "language=Python"
33995 inline false
33996 status open
33997
33998 \begin_layout Plain Layout
33999
34000 \begin_inset Caption
34001
34002 \begin_layout Plain Layout
34003 \begin_inset CommandInset label
34004 LatexCommand label
34005 name "lst:Listing-exemple"
34006
34007 \end_inset
34008
34009 Exemple de listing flottant
34010 \end_layout
34011
34012 \end_inset
34013
34014 # Exemple de listing flottant
34015 \end_layout
34016
34017 \begin_layout Plain Layout
34018
34019 def func(param):
34020 \end_layout
34021
34022 \begin_layout Plain Layout
34023
34024     'ceci est une fonction python'
34025 \end_layout
34026
34027 \begin_layout Plain Layout
34028
34029     pass
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
34039  de listing, les mots-clés de ce langage seront reconnus et mis en forme
34040  de manière particulière dans la sortie imprimée.
34041  Dans l'exemple de listing, le mot clé Python 
34042 \begin_inset Quotes eld
34043 \end_inset
34044
34045 def
34046 \begin_inset Quotes erd
34047 \end_inset
34048
34049  est reconnu et imprimé en caractères gras dans la sortie.
34050 \end_layout
34051
34052 \begin_layout Standard
34053 \begin_inset Note Greyedout
34054 status open
34055
34056 \begin_layout Plain Layout
34057
34058 \series bold
34059 Note:
34060 \series default
34061  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
34062  une police de caractères à 
34063 \family typewriter
34064 chasse fixe
34065 \family default
34066 , c'est que votre police ne contient probablement pas de série grasse.
34067  Dans ce cas choisissez une police différente dans le menu 
34068 \family sans
34069 Document\SpecialChar \menuseparator
34070 Paramètres\SpecialChar \menuseparator
34071 Polices
34072 \family default
34073 .
34074  (Les polices 
34075 \emph on
34076 LuxiMono, BeraMono
34077 \emph default
34078  et 
34079 \emph on
34080 Courier
34081 \emph default
34082  contiennent une série grasse.)
34083 \end_layout
34084
34085 \end_inset
34086
34087
34088 \end_layout
34089
34090 \begin_layout Standard
34091 Dans la rubrique 
34092 \family sans
34093 Numérotation
34094 \begin_inset space ~
34095 \end_inset
34096
34097 des
34098 \begin_inset space ~
34099 \end_inset
34100
34101 Lignes
34102 \family default
34103  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
34104 n des lignes.
34105  Vous pouvez mettre un nombre dans le champ 
34106 \family sans
34107 Pas
34108 \family default
34109  pour désigner les lignes qui seront numérotées.
34110  Par exemple, si vous mettez 
34111 \begin_inset Quotes eld
34112 \end_inset
34113
34114 3
34115 \begin_inset Quotes erd
34116 \end_inset
34117
34118 , seule une ligne sur trois sera numérotée.
34119 \end_layout
34120
34121 \begin_layout Standard
34122 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
34123  apparaîtront dans la sortie.
34124  Vous devez utiliser l'option 
34125 \family sans
34126 Table
34127 \begin_inset space ~
34128 \end_inset
34129
34130 de
34131 \begin_inset space ~
34132 \end_inset
34133
34134 Caractères
34135 \begin_inset space ~
34136 \end_inset
34137
34138 Étendue
34139 \family default
34140  quand vous employez des caractères spécifiques à une langue donnée comme
34141  les umlauts Allemands dans votre listing.
34142 \begin_inset Newline newline
34143 \end_inset
34144
34145 Voici un exemple de listing avec la numérotation des lignes à gauche par
34146  pas de 3, en langage Python, avec les options 
34147 \begin_inset Quotes eld
34148 \end_inset
34149
34150 Table
34151 \begin_inset space ~
34152 \end_inset
34153
34154 de
34155 \begin_inset space ~
34156 \end_inset
34157
34158 caractères
34159 \begin_inset space ~
34160 \end_inset
34161
34162 étendue
34163 \begin_inset Quotes erd
34164 \end_inset
34165
34166  et 
34167 \begin_inset Quotes eld
34168 \end_inset
34169
34170 Espace
34171 \begin_inset space ~
34172 \end_inset
34173
34174 représenté
34175 \begin_inset space ~
34176 \end_inset
34177
34178 par
34179 \begin_inset space ~
34180 \end_inset
34181
34182 un
34183 \begin_inset space ~
34184 \end_inset
34185
34186 symbole
34187 \begin_inset Quotes erd
34188 \end_inset
34189
34190 , l'intervalle de ligne étant 3
34191 \begin_inset space \thinspace{}
34192 \end_inset
34193
34194 -
34195 \begin_inset space \thinspace{}
34196 \end_inset
34197
34198 8:
34199 \end_layout
34200
34201 \begin_layout Standard
34202 \begin_inset listings
34203 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34204 inline false
34205 status open
34206
34207 \begin_layout Plain Layout
34208
34209 def func(param):
34210 \end_layout
34211
34212 \begin_layout Plain Layout
34213
34214     'ceci est une fonction Python'
34215 \end_layout
34216
34217 \begin_layout Plain Layout
34218
34219     pass
34220 \end_layout
34221
34222 \begin_layout Plain Layout
34223
34224 def func(param):
34225 \end_layout
34226
34227 \begin_layout Plain Layout
34228
34229 'Ça, c'est un mot Allemand : Tschüß'
34230 \end_layout
34231
34232 \begin_layout Plain Layout
34233
34234 pass
34235 \end_layout
34236
34237 \begin_layout Plain Layout
34238
34239 def func(param):
34240 \end_layout
34241
34242 \begin_layout Plain Layout
34243
34244 'ceci est une fonction Python'
34245 \end_layout
34246
34247 \begin_layout Plain Layout
34248
34249 pass
34250 \end_layout
34251
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Standard
34258 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
34259  nombre de caractères que doit représenter une tabulation dans le champ
34260  
34261 \family sans
34262 Taille du tabulateur
34263 \family default
34264 .
34265 \end_layout
34266
34267 \begin_layout Standard
34268 \begin_inset Note Greyedout
34269 status open
34270
34271 \begin_layout Plain Layout
34272
34273 \series bold
34274 Note:
34275 \series default
34276  À cause d'un bug dans le paquetage 
34277 \series bold
34278 listings
34279 \series default
34280  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
34281  listing.
34282  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
34283  les lignes 3 et 6.
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Standard
34292 \begin_inset VSpace bigskip
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Standard
34299 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
34300  listing.
34301  Pour le faire, il suffit d'utiliser le menu 
34302 \family sans
34303 Insérer\SpecialChar \menuseparator
34304 Fichier\SpecialChar \menuseparator
34305 Sous-document
34306 \family default
34307  et de choisir le type 
34308 \family sans
34309 Listing
34310 \family default
34311
34312 \begin_inset space ~
34313 \end_inset
34314
34315
34316 \family sans
34317 de
34318 \begin_inset space ~
34319 \end_inset
34320
34321 Code
34322 \begin_inset space ~
34323 \end_inset
34324
34325 source
34326 \family default
34327 .
34328 \begin_inset Foot
34329 status collapsed
34330
34331 \begin_layout Plain Layout
34332 Les autres types de sous-documents sont décrits dans la section
34333 \begin_inset space ~
34334 \end_inset
34335
34336
34337 \begin_inset CommandInset ref
34338 LatexCommand ref
34339 reference "sec:Sous-documents"
34340
34341 \end_inset
34342
34343 .
34344 \end_layout
34345
34346 \end_inset
34347
34348  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34349  à utiliser pour le listing dans une zone de texte.
34350  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34351  
34352 \begin_inset Quotes eld
34353 \end_inset
34354
34355 ?
34356 \begin_inset Quotes erd
34357 \end_inset
34358
34359  dans la zone de texte.
34360 \end_layout
34361
34362 \begin_layout Standard
34363 Pour faire référence à un sous-document de type listing, tapez une étiquette
34364  dans le champ correspondant de la fenêtre de dialogue.
34365  On peut alors faire référence à cette étiquette en utilisant le menu 
34366 \family sans
34367 Insérer\SpecialChar \menuseparator
34368 Référence
34369 \begin_inset space ~
34370 \end_inset
34371
34372 Croisée
34373 \family default
34374 .
34375 \end_layout
34376
34377 \begin_layout Standard
34378 Le listing
34379 \begin_inset space ~
34380 \end_inset
34381
34382
34383 \begin_inset CommandInset ref
34384 LatexCommand ref
34385 reference "lst:listing-fichier"
34386
34387 \end_inset
34388
34389  est une exemple de listing issu d'un fichier ; ici les lignes 10
34390 \begin_inset space \thinspace{}
34391 \end_inset
34392
34393 -
34394 \begin_inset space \thinspace{}
34395 \end_inset
34396
34397 15 de ce fichier LyX sont listées.
34398 \end_layout
34399
34400 \begin_layout Standard
34401 \begin_inset CommandInset include
34402 LatexCommand lstinputlisting
34403 filename "EmbeddedObjects.lyx"
34404 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Standard
34412 \begin_inset VSpace bigskip
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \begin_layout Standard
34419 L'insertion d'une formule dans un listing peut se faire de la façon suivante
34420 \begin_inset space ~
34421 \end_inset
34422
34423 :
34424 \end_layout
34425
34426 \begin_layout Enumerate
34427 Ouvrez la fenêtre de dialogue listings et ajoutez
34428 \begin_inset Newline newline
34429 \end_inset
34430
34431
34432 \family sans
34433 mathescape=true
34434 \family default
34435
34436 \begin_inset Newline newline
34437 \end_inset
34438
34439 dans le champ de l'onglet 
34440 \family sans
34441 Avancé
34442 \family default
34443 .
34444 \end_layout
34445
34446 \begin_layout Enumerate
34447 Créez la formule en dehors du listing.
34448 \end_layout
34449
34450 \begin_layout Enumerate
34451 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
34452  (raccourci 
34453 \begin_inset Info
34454 type  "shortcut"
34455 arg   "copy"
34456 \end_inset
34457
34458 )
34459 \end_layout
34460
34461 \begin_layout Enumerate
34462 Dans le listing écrivez 
34463 \begin_inset Quotes eld
34464 \end_inset
34465
34466
34467 \family sans
34468 $$
34469 \family default
34470
34471 \begin_inset Quotes erd
34472 \end_inset
34473
34474  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
34475  
34476 \begin_inset Info
34477 type  "shortcut"
34478 arg   "paste"
34479 \end_inset
34480
34481 )
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset listings
34486 lstparams "language=Python,mathescape=true"
34487 inline false
34488 status open
34489
34490 \begin_layout Plain Layout
34491
34492 \begin_inset Caption
34493
34494 \begin_layout Plain Layout
34495 Exemple de listing flottant contenant une formule
34496 \end_layout
34497
34498 \end_inset
34499
34500 # Exemple de listing flottant
34501 \end_layout
34502
34503 \begin_layout Plain Layout
34504
34505 def func(param):
34506 \end_layout
34507
34508 \begin_layout Plain Layout
34509
34510     # $
34511 \backslash
34512 prod_{n=1}^{
34513 \backslash
34514 infty}
34515 \backslash
34516 ,
34517 \backslash
34518 frac{1}{x^{2}}$
34519 \end_layout
34520
34521 \begin_layout Plain Layout
34522
34523     pass
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Standard
34532 \begin_inset VSpace bigskip
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Standard
34539 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34540  de dialogue 
34541 \family sans
34542 Document\SpecialChar \menuseparator
34543 Paramètres\SpecialChar \menuseparator
34544 Listings
34545 \family default
34546 .
34547  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34548  
34549 \begin_inset Quotes eld
34550 \end_inset
34551
34552 ?
34553 \begin_inset Quotes erd
34554 \end_inset
34555
34556  dans le champ.
34557 \end_layout
34558
34559 \begin_layout Standard
34560 Pour plus d'information sur le paquetage 
34561 \series bold
34562 listings
34563 \series default
34564 , nous vous renvoyons à sa documentation 
34565 \begin_inset CommandInset citation
34566 LatexCommand cite
34567 key "listings"
34568
34569 \end_inset
34570
34571 .
34572 \end_layout
34573
34574 \begin_layout Standard
34575 \begin_inset Newpage newpage
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \begin_layout Chapter
34582 \start_of_appendix
34583 Unités de longueur utilisables avec LyX
34584 \begin_inset Argument
34585 status collapsed
34586
34587 \begin_layout Plain Layout
34588 Unités de longueur
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \begin_inset Index idx
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598 Unités
34599 \end_layout
34600
34601 \end_inset
34602
34603
34604 \begin_inset CommandInset label
34605 LatexCommand label
34606 name "cha:Unités-de-longueur"
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \begin_layout Standard
34614 Pour comprendre les unités de longueur utilisées dans cette documentation,
34615  le tableau
34616 \begin_inset space ~
34617 \end_inset
34618
34619
34620 \begin_inset CommandInset ref
34621 LatexCommand ref
34622 reference "tab:Unités"
34623
34624 \end_inset
34625
34626 décrit les unités utilisées par LyX.
34627 \begin_inset Float table
34628 placement h
34629 wide false
34630 sideways false
34631 status open
34632
34633 \begin_layout Plain Layout
34634 \begin_inset Caption
34635
34636 \begin_layout Plain Layout
34637 \begin_inset CommandInset label
34638 LatexCommand label
34639 name "tab:Unités"
34640
34641 \end_inset
34642
34643 Unités de longueur
34644 \end_layout
34645
34646 \end_inset
34647
34648
34649 \end_layout
34650
34651 \begin_layout Plain Layout
34652 \begin_inset VSpace medskip
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Plain Layout
34659 \align center
34660 \begin_inset Tabular
34661 <lyxtabular version="3" rows="20" columns="2">
34662 <features tabularvalignment="middle">
34663 <column alignment="center" valignment="top" width="0">
34664 <column alignment="center" valignment="top" width="0">
34665 <row>
34666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34667 \begin_inset Text
34668
34669 \begin_layout Plain Layout
34670 unité
34671 \end_layout
34672
34673 \end_inset
34674 </cell>
34675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34676 \begin_inset Text
34677
34678 \begin_layout Plain Layout
34679 nom/description
34680 \end_layout
34681
34682 \end_inset
34683 </cell>
34684 </row>
34685 <row>
34686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34687 \begin_inset Text
34688
34689 \begin_layout Plain Layout
34690 mm
34691 \end_layout
34692
34693 \end_inset
34694 </cell>
34695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34696 \begin_inset Text
34697
34698 \begin_layout Plain Layout
34699 millimètre
34700 \end_layout
34701
34702 \end_inset
34703 </cell>
34704 </row>
34705 <row>
34706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34707 \begin_inset Text
34708
34709 \begin_layout Plain Layout
34710 cm
34711 \end_layout
34712
34713 \end_inset
34714 </cell>
34715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34716 \begin_inset Text
34717
34718 \begin_layout Plain Layout
34719 centimètre
34720 \end_layout
34721
34722 \end_inset
34723 </cell>
34724 </row>
34725 <row>
34726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34727 \begin_inset Text
34728
34729 \begin_layout Plain Layout
34730 in
34731 \end_layout
34732
34733 \end_inset
34734 </cell>
34735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34736 \begin_inset Text
34737
34738 \begin_layout Plain Layout
34739 pouce (inch)
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 </row>
34745 <row>
34746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34747 \begin_inset Text
34748
34749 \begin_layout Plain Layout
34750 pt
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759 point (72.27
34760 \begin_inset space \thinspace{}
34761 \end_inset
34762
34763 pt = 1
34764 \begin_inset space \thinspace{}
34765 \end_inset
34766
34767 in)
34768 \end_layout
34769
34770 \end_inset
34771 </cell>
34772 </row>
34773 <row>
34774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 pc
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34784 \begin_inset Text
34785
34786 \begin_layout Plain Layout
34787 pica (1
34788 \begin_inset space \thinspace{}
34789 \end_inset
34790
34791 pc = 12
34792 \begin_inset space \thinspace{}
34793 \end_inset
34794
34795 pt)
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 </row>
34801 <row>
34802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34803 \begin_inset Text
34804
34805 \begin_layout Plain Layout
34806 sp
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815 scaled point (65536
34816 \begin_inset space \thinspace{}
34817 \end_inset
34818
34819 sp = 1
34820 \begin_inset space \thinspace{}
34821 \end_inset
34822
34823 pt)
34824 \end_layout
34825
34826 \end_inset
34827 </cell>
34828 </row>
34829 <row>
34830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34831 \begin_inset Text
34832
34833 \begin_layout Plain Layout
34834 bp
34835 \end_layout
34836
34837 \end_inset
34838 </cell>
34839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843 gros point (72
34844 \begin_inset space \thinspace{}
34845 \end_inset
34846
34847 bp = 1
34848 \begin_inset space \thinspace{}
34849 \end_inset
34850
34851 in)
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 </row>
34857 <row>
34858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34859 \begin_inset Text
34860
34861 \begin_layout Plain Layout
34862 dd
34863 \end_layout
34864
34865 \end_inset
34866 </cell>
34867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34868 \begin_inset Text
34869
34870 \begin_layout Plain Layout
34871 didot (72
34872 \begin_inset space \thinspace{}
34873 \end_inset
34874
34875 dd 
34876 \begin_inset Formula $\approx$
34877 \end_inset
34878
34879  37.6
34880 \begin_inset space \thinspace{}
34881 \end_inset
34882
34883 mm)
34884 \end_layout
34885
34886 \end_inset
34887 </cell>
34888 </row>
34889 <row>
34890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34891 \begin_inset Text
34892
34893 \begin_layout Plain Layout
34894 cc
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903 cicero (1
34904 \begin_inset space \thinspace{}
34905 \end_inset
34906
34907 cc = 12
34908 \begin_inset space \thinspace{}
34909 \end_inset
34910
34911 dd)
34912 \end_layout
34913
34914 \end_inset
34915 </cell>
34916 </row>
34917 <row>
34918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Plain Layout
34922 Scale%
34923 \end_layout
34924
34925 \end_inset
34926 </cell>
34927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34928 \begin_inset Text
34929
34930 \begin_layout Plain Layout
34931 % de la largeur originale de l'image
34932 \end_layout
34933
34934 \end_inset
34935 </cell>
34936 </row>
34937 <row>
34938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34939 \begin_inset Text
34940
34941 \begin_layout Plain Layout
34942 text%
34943 \end_layout
34944
34945 \end_inset
34946 </cell>
34947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34948 \begin_inset Text
34949
34950 \begin_layout Plain Layout
34951 % de la largeur du texte
34952 \end_layout
34953
34954 \end_inset
34955 </cell>
34956 </row>
34957 <row>
34958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34959 \begin_inset Text
34960
34961 \begin_layout Plain Layout
34962 col%
34963 \end_layout
34964
34965 \end_inset
34966 </cell>
34967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971 % de la largeur de la colonne
34972 \end_layout
34973
34974 \end_inset
34975 </cell>
34976 </row>
34977 <row>
34978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34979 \begin_inset Text
34980
34981 \begin_layout Plain Layout
34982 page%
34983 \end_layout
34984
34985 \end_inset
34986 </cell>
34987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991 % de la largeur du papier
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 </row>
34997 <row>
34998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002 line%
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35008 \begin_inset Text
35009
35010 \begin_layout Plain Layout
35011 % de la largeur de la ligne
35012 \end_layout
35013
35014 \end_inset
35015 </cell>
35016 </row>
35017 <row>
35018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35019 \begin_inset Text
35020
35021 \begin_layout Plain Layout
35022 theight%
35023 \end_layout
35024
35025 \end_inset
35026 </cell>
35027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35028 \begin_inset Text
35029
35030 \begin_layout Plain Layout
35031 % la hauteur du texte
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 </row>
35037 <row>
35038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042 pheight%
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051 % hauteur du papier
35052 \end_layout
35053
35054 \end_inset
35055 </cell>
35056 </row>
35057 <row>
35058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062 ex
35063 \end_layout
35064
35065 \end_inset
35066 </cell>
35067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35068 \begin_inset Text
35069
35070 \begin_layout Plain Layout
35071 hauteur de la lettre 
35072 \emph on
35073 x
35074 \emph default
35075  dans la police courante
35076 \end_layout
35077
35078 \end_inset
35079 </cell>
35080 </row>
35081 <row>
35082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35083 \begin_inset Text
35084
35085 \begin_layout Plain Layout
35086 em
35087 \end_layout
35088
35089 \end_inset
35090 </cell>
35091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35092 \begin_inset Text
35093
35094 \begin_layout Plain Layout
35095 largeur de la lettre
35096 \emph on
35097  M
35098 \emph default
35099  dans la police courante
35100 \end_layout
35101
35102 \end_inset
35103 </cell>
35104 </row>
35105 <row>
35106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35107 \begin_inset Text
35108
35109 \begin_layout Plain Layout
35110 mu
35111 \end_layout
35112
35113 \end_inset
35114 </cell>
35115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35116 \begin_inset Text
35117
35118 \begin_layout Plain Layout
35119 unité mathématique (1
35120 \begin_inset space \thinspace{}
35121 \end_inset
35122
35123 mu = 1/18
35124 \begin_inset space \thinspace{}
35125 \end_inset
35126
35127 em)
35128 \end_layout
35129
35130 \end_inset
35131 </cell>
35132 </row>
35133 </lyxtabular>
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Chapter
35146 Formats des fichiers de sortie graphiques
35147 \begin_inset CommandInset label
35148 LatexCommand label
35149 name "cha:Formats-fichiers-graphiques"
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \begin_layout Section
35157 DVI
35158 \begin_inset Index idx
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162 Formats de Fichiers! DVI
35163 \end_layout
35164
35165 \end_inset
35166
35167
35168 \begin_inset Index idx
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172 DVI|see
35173 \begin_inset ERT
35174 status collapsed
35175
35176 \begin_layout Plain Layout
35177
35178 {
35179 \end_layout
35180
35181 \end_inset
35182
35183 Formats de Fichiers
35184 \begin_inset ERT
35185 status collapsed
35186
35187 \begin_layout Plain Layout
35188
35189 }
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \end_layout
35201
35202 \begin_layout Standard
35203 Ce type de fichiers a l'extension 
35204 \begin_inset Quotes fld
35205 \end_inset
35206
35207
35208 \family typewriter
35209 .dvi
35210 \family default
35211
35212 \begin_inset Quotes frd
35213 \end_inset
35214
35215 .
35216  Il est appelé 
35217 \emph on
35218 indépendant de l'appareil
35219 \emph default
35220  ou 
35221 \begin_inset Quotes fld
35222 \end_inset
35223
35224 device independent (DVI)
35225 \begin_inset Quotes frd
35226 \end_inset
35227
35228 , car il est complètement portable ; vous pouvez les recopier d'une machine
35229  à l'autre sans avoir à faire de conversion.
35230  À l'époque où ce format a été développé, c'était loin d'être évident.
35231  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
35232  étape préliminaire avant la conversion vers un autre format comme le PostScript.
35233 \end_layout
35234
35235 \begin_layout Standard
35236 \begin_inset Note Greyedout
35237 status open
35238
35239 \begin_layout Plain Layout
35240
35241 \series bold
35242 Note:
35243 \series default
35244  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
35245  au fichier.
35246  
35247 \end_layout
35248
35249 \end_inset
35250
35251  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
35252  
35253 \family typewriter
35254 .dvi
35255 \family default
35256 .
35257  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
35258 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
35259  pour les rendre visibles quand vous faites défiler votre document.
35260  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
35261  avec de nombreuses images.
35262 \end_layout
35263
35264 \begin_layout Standard
35265 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
35266  menu 
35267 \family sans
35268 Fichier\SpecialChar \menuseparator
35269 Exporter\SpecialChar \menuseparator
35270 DVI.
35271
35272 \family default
35273  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
35274 \family sans
35275 Visualiser
35276 \family default
35277  ou en utilisant le bouton
35278 \begin_inset Graphics
35279         filename ../../images/buffer-view_dvi.png
35280         scale 85
35281         scaleBeforeRotation
35282
35283 \end_inset
35284
35285  de la barre d'outils.
35286 \end_layout
35287
35288 \begin_layout Section
35289 PostScript
35290 \begin_inset CommandInset label
35291 LatexCommand label
35292 name "sec:PostScript"
35293
35294 \end_inset
35295
35296
35297 \begin_inset Index idx
35298 status collapsed
35299
35300 \begin_layout Plain Layout
35301 Formats de Fichiers ! PostScript
35302 \end_layout
35303
35304 \end_inset
35305
35306
35307 \begin_inset Index idx
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311 PostScript|see
35312 \begin_inset ERT
35313 status collapsed
35314
35315 \begin_layout Plain Layout
35316
35317 {
35318 \end_layout
35319
35320 \end_inset
35321
35322 Formats de Fichiers
35323 \begin_inset ERT
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327
35328 }
35329 \end_layout
35330
35331 \end_inset
35332
35333
35334 \end_layout
35335
35336 \end_inset
35337
35338
35339 \end_layout
35340
35341 \begin_layout Standard
35342 Ce type de fichiers a l'extension 
35343 \begin_inset Quotes fld
35344 \end_inset
35345
35346
35347 \family typewriter
35348 .ps
35349 \family default
35350
35351 \begin_inset Quotes frd
35352 \end_inset
35353
35354 .
35355  PostScript a été développé par la société 
35356 \series bold
35357 Adobe
35358 \series default
35359  comme un langage pour les imprimantes.
35360  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
35361  pour imprimer le document.
35362  PostScript peut être considéré comme un 
35363 \begin_inset Quotes fld
35364 \end_inset
35365
35366 langage de programmation
35367 \begin_inset Quotes frd
35368 \end_inset
35369
35370  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
35371  images
35372 \begin_inset Foot
35373 status open
35374
35375 \begin_layout Plain Layout
35376 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
35377  LaTeX 
35378 \series bold
35379 pstricks
35380 \series default
35381
35382 \begin_inset CommandInset citation
35383 LatexCommand cite
35384 key "pstricks"
35385
35386 \end_inset
35387
35388 .
35389 \end_layout
35390
35391 \end_inset
35392
35393 .
35394  En partie à cause de toutes ces possibilités un fichier PostScript est
35395  souvent plus gros qu'un PDF.
35396 \end_layout
35397
35398 \begin_layout Standard
35399 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
35400  plus gros qu'un PDF.
35401 \end_layout
35402
35403 \begin_layout Standard
35404 PostScript ne peut contenir que des images au format 
35405 \begin_inset Quotes fld
35406 \end_inset
35407
35408 PostScript Encapsulé
35409 \begin_inset Quotes frd
35410 \end_inset
35411
35412  (encapsulated PostScript ou EPS, d'extension 
35413 \family typewriter
35414 .eps
35415 \family default
35416 ).
35417  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35418  il doit les convertir en interne en EPS.
35419  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35420  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35421  document.
35422  Cela risque de ralentir de façon importante votre rythme de travail.
35423  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35424  vos images directement en EPS pour éviter ce problème.
35425 \end_layout
35426
35427 \begin_layout Standard
35428 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35429  le menu 
35430 \family sans
35431 Fichier\SpecialChar \menuseparator
35432 Exporter\SpecialChar \menuseparator
35433 PostScript.
35434
35435 \family default
35436  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35437  
35438 \family sans
35439 Visualiser
35440 \family default
35441  ou en utilisant le bouton 
35442 \begin_inset Graphics
35443         filename ../../images/buffer-view_ps.png
35444         scale 85
35445         scaleBeforeRotation
35446
35447 \end_inset
35448
35449  de la barre d'outils.
35450 \end_layout
35451
35452 \begin_layout Section
35453 PDF
35454 \begin_inset Index idx
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 Formats de Fichiers ! PDF
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \begin_inset Index idx
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468 PDF
35469 \end_layout
35470
35471 \end_inset
35472
35473
35474 \end_layout
35475
35476 \begin_layout Standard
35477 Ce type de fichiers a l'extension 
35478 \begin_inset Quotes fld
35479 \end_inset
35480
35481
35482 \family typewriter
35483 .pdf
35484 \family default
35485
35486 \begin_inset Quotes frd
35487 \end_inset
35488
35489 .
35490  Ce 
35491 \begin_inset Quotes fld
35492 \end_inset
35493
35494 format de document portable
35495 \begin_inset Quotes frd
35496 \end_inset
35497
35498  (portable document format ou PDF) est développé par 
35499 \family typewriter
35500 Adobe
35501 \family default
35502  comme une évolution de PostScript.
35503  Il est plus comprimé et utilise moins de commandes que PostScript.
35504  Comme son nom l'indique, il est 
35505 \begin_inset Quotes fld
35506 \end_inset
35507
35508 portable
35509 \begin_inset Quotes frd
35510 \end_inset
35511
35512  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35513  aura exactement le même aspect.
35514 \end_layout
35515
35516 \begin_layout Standard
35517 PDF peut contenir des images dans son propre format PDF et dans les formats
35518  JPG (format du 
35519 \begin_inset Quotes fld
35520 \end_inset
35521
35522 Joint Photographic Expert Group
35523 \begin_inset Quotes frd
35524 \end_inset
35525
35526  avec comme extension 
35527 \family typewriter
35528 .jpg
35529 \family default
35530  ou 
35531 \family typewriter
35532 .jpeg
35533 \family default
35534 ) et PNG (
35535 \begin_inset Quotes fld
35536 \end_inset
35537
35538 Portable Network Graphics
35539 \begin_inset Quotes frd
35540 \end_inset
35541
35542  avec l'extension 
35543 \family typewriter
35544 .png
35545 \family default
35546 ).
35547  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35548  dans un de ces formats.
35549  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35550  vont ralentir votre travail.
35551  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35552 \end_layout
35553
35554 \begin_layout Standard
35555 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35556  menu 
35557 \family sans
35558 Fichier\SpecialChar \menuseparator
35559 Exporter 
35560 \family default
35561 de trois façons différentes:
35562 \end_layout
35563
35564 \begin_layout Description
35565 PDF
35566 \begin_inset space ~
35567 \end_inset
35568
35569 (ps2pdf) Ceci utilise le programme 
35570 \family typewriter
35571 ps2pdf
35572 \family default
35573  qui créé un PDF à partir de la version PostScript de votre fichier.
35574  Cette dernière est produite par le programme 
35575 \family typewriter
35576 dvips
35577 \family default
35578  qui utilise une version DVI comme étape intermédiaire.
35579  Cette variante consiste donc en trois conversions.
35580 \end_layout
35581
35582 \begin_layout Description
35583 PDF
35584 \begin_inset space ~
35585 \end_inset
35586
35587 (dvipdfm) Ceci utilise le programme 
35588 \family typewriter
35589 dvipdfm
35590 \family default
35591  qui convertit votre fichier en DVI avant de le convertir en PDF.
35592 \end_layout
35593
35594 \begin_layout Description
35595 PDF
35596 \begin_inset space ~
35597 \end_inset
35598
35599 (pdflatex) Ceci utilise le programme 
35600 \family typewriter
35601 pdftex
35602 \family default
35603  qui convertit directement votre fichier en PDF.
35604 \end_layout
35605
35606 \begin_layout Standard
35607 Nous recommandons d'utiliser l'option 
35608 \family sans
35609 PDF
35610 \begin_inset space ~
35611 \end_inset
35612
35613 (pdflatex)
35614 \family default
35615  car 
35616 \family typewriter
35617 pdftex
35618 \family default
35619  accepte toutes les fonctionnalités des versions actuelles de PDF.
35620  Il est en plus rapide et stable.
35621  Le programme 
35622 \family typewriter
35623 dvipdfm
35624 \family default
35625  n'est plus développé est est donc un peu dépassé.
35626 \end_layout
35627
35628 \begin_layout Standard
35629
35630 \end_layout
35631
35632 \begin_layout Standard
35633 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35634 \family sans
35635 Visualiser
35636 \family default
35637  ou en utilisant le bouton 
35638 \begin_inset Graphics
35639         filename ../../images/buffer-view_pdf2.png
35640         scale 85
35641         scaleBeforeRotation
35642
35643 \end_inset
35644
35645  de la barre d'outils
35646 \family sans
35647  (
35648 \family default
35649 qui utilise 
35650 \family sans
35651 PDF
35652 \begin_inset space ~
35653 \end_inset
35654
35655 (pdflatex)
35656 \family default
35657 ).
35658 \end_layout
35659
35660 \begin_layout Chapter
35661 Explication de l' Équation
35662 \begin_inset space ~
35663 \end_inset
35664
35665 (
35666 \begin_inset CommandInset ref
35667 LatexCommand ref
35668 reference "eq:Wgn"
35669
35670 \end_inset
35671
35672 )
35673 \begin_inset CommandInset label
35674 LatexCommand label
35675 name "cha:Explication-de-l'Equation"
35676
35677 \end_inset
35678
35679
35680 \end_layout
35681
35682 \begin_layout Standard
35683 La largeur totale de 
35684 \emph on
35685 n
35686 \emph default
35687  cellules de tableau 
35688 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35689 \end_inset
35690
35691  peut être calculée avec
35692 \end_layout
35693
35694 \begin_layout Standard
35695 \begin_inset Formula 
35696 \begin{equation}
35697 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
35698 \end{equation}
35699
35700 \end_inset
35701
35702
35703 \end_layout
35704
35705 \begin_layout Standard
35706 Où 
35707 \begin_inset Formula $W_{g\, n}$
35708 \end_inset
35709
35710  est la largeur fixe de toutes les cellules.
35711  
35712 \series bold
35713
35714 \backslash
35715 tabcolsep
35716 \series default
35717  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35718  sa valeur implicite est 6
35719 \begin_inset space \thinspace{}
35720 \end_inset
35721
35722 pt.
35723  
35724 \series bold
35725
35726 \backslash
35727 arrayrulewidth
35728 \series default
35729  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35730 \begin_inset space \thinspace{}
35731 \end_inset
35732
35733 pt.
35734 \end_layout
35735
35736 \begin_layout Standard
35737 D'après l'équation
35738 \begin_inset space ~
35739 \end_inset
35740
35741
35742 \begin_inset CommandInset ref
35743 LatexCommand eqref
35744 reference "eq:Wtot_n"
35745
35746 \end_inset
35747
35748 , la largeur totale d'une multicolonne, 
35749 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35750 \end_inset
35751
35752  est
35753 \end_layout
35754
35755 \begin_layout Standard
35756 \begin_inset Formula 
35757 \begin{equation}
35758 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
35759 \end{equation}
35760
35761 \end_inset
35762
35763
35764 \end_layout
35765
35766 \begin_layout Standard
35767 En posant que les équations 
35768 \begin_inset space ~
35769 \end_inset
35770
35771
35772 \begin_inset CommandInset ref
35773 LatexCommand eqref
35774 reference "eq:Wtot_n"
35775
35776 \end_inset
35777
35778  et 
35779 \begin_inset CommandInset ref
35780 LatexCommand eqref
35781 reference "eq:Wtot_mult"
35782
35783 \end_inset
35784
35785  sont égales, on peut calculer la largeur nécessaire 
35786 \begin_inset Formula $W_{g\, n}$
35787 \end_inset
35788
35789  quand 
35790 \emph on
35791 n
35792 \emph default
35793  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35794  de 
35795 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35796 \end_inset
35797
35798 :
35799 \end_layout
35800
35801 \begin_layout Standard
35802 \begin_inset Formula 
35803 \begin{equation}
35804 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
35805 \end{equation}
35806
35807 \end_inset
35808
35809
35810 \end_layout
35811
35812 \begin_layout Bibliography
35813 \labelwidthstring Bibliographie
35814 \begin_inset CommandInset bibitem
35815 LatexCommand bibitem
35816 key "latexcompanion"
35817
35818 \end_inset
35819
35820 Frank Mittelbach and Michel Goossens: 
35821 \emph on
35822 The LaTeX Companion Second Edition.
35823
35824 \emph default
35825  Addison-Wesley, 2004
35826 \end_layout
35827
35828 \begin_layout Bibliography
35829 \labelwidthstring Bibliographie
35830 \begin_inset CommandInset bibitem
35831 LatexCommand bibitem
35832 key "latexguide"
35833
35834 \end_inset
35835
35836 Helmut Kopka and Patrick W.
35837  Daly: 
35838 \emph on
35839 A Guide to LaTeX Fourth Edition.
35840
35841 \emph default
35842  Addison-Wesley, 2003
35843 \end_layout
35844
35845 \begin_layout Bibliography
35846 \labelwidthstring Bibliographie
35847 \begin_inset CommandInset bibitem
35848 LatexCommand bibitem
35849 key "latexbook"
35850
35851 \end_inset
35852
35853 Leslie Lamport: 
35854 \emph on
35855 LaTeX: A Document Preparation System.
35856
35857 \emph default
35858  Addison-Wesley, second edition, 1994
35859 \end_layout
35860
35861 \begin_layout Bibliography
35862 \labelwidthstring Bibliographie
35863 \begin_inset CommandInset bibitem
35864 LatexCommand bibitem
35865 key "booktabs"
35866
35867 \end_inset
35868
35869 Documentation du paquetage LaTeX 
35870 \series bold
35871
35872 \begin_inset CommandInset href
35873 LatexCommand href
35874 name "booktabs"
35875 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35876
35877 \end_inset
35878
35879
35880 \series default
35881
35882 \begin_inset Index idx
35883 status collapsed
35884
35885 \begin_layout Plain Layout
35886 Paquetages LaTeX ! booktabs
35887 \end_layout
35888
35889 \end_inset
35890
35891
35892 \end_layout
35893
35894 \begin_layout Bibliography
35895 \labelwidthstring Bibliographie
35896 \begin_inset CommandInset bibitem
35897 LatexCommand bibitem
35898 key "caption"
35899
35900 \end_inset
35901
35902 Documentation du paquetage LaTeX 
35903 \series bold
35904
35905 \begin_inset CommandInset href
35906 LatexCommand href
35907 name "caption"
35908 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35909
35910 \end_inset
35911
35912
35913 \series default
35914
35915 \begin_inset Index idx
35916 status collapsed
35917
35918 \begin_layout Plain Layout
35919 Paquetages LaTeX ! caption
35920 \end_layout
35921
35922 \end_inset
35923
35924
35925 \end_layout
35926
35927 \begin_layout Bibliography
35928 \labelwidthstring Bibliographie
35929 \begin_inset CommandInset bibitem
35930 LatexCommand bibitem
35931 key "endfloat"
35932
35933 \end_inset
35934
35935 Documentation du paquetage LaTeX 
35936 \series bold
35937
35938 \begin_inset CommandInset href
35939 LatexCommand href
35940 name "endfloat"
35941 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35942
35943 \end_inset
35944
35945
35946 \series default
35947
35948 \begin_inset Index idx
35949 status collapsed
35950
35951 \begin_layout Plain Layout
35952 Paquetages LaTeX ! endfloat
35953 \end_layout
35954
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \begin_layout Bibliography
35961 \labelwidthstring Bibliographie
35962 \begin_inset CommandInset bibitem
35963 LatexCommand bibitem
35964 key "wrapfig"
35965
35966 \end_inset
35967
35968 Documentation du paquetage LaTeX 
35969 \series bold
35970
35971 \begin_inset CommandInset href
35972 LatexCommand href
35973 name "wrapfig"
35974 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35975
35976 \end_inset
35977
35978
35979 \series default
35980
35981 \begin_inset Index idx
35982 status collapsed
35983
35984 \begin_layout Plain Layout
35985 Paquetages LaTeX ! wrapfig
35986 \begin_inset ERT
35987 status collapsed
35988
35989 \begin_layout Plain Layout
35990
35991
35992 \backslash
35993 vspace{4mm}
35994 \end_layout
35995
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \begin_layout Bibliography
36007 \labelwidthstring Bibliographie
36008 \begin_inset CommandInset bibitem
36009 LatexCommand bibitem
36010 key "footmisc"
36011
36012 \end_inset
36013
36014 Documentation du paquetage LaTeX 
36015 \series bold
36016
36017 \begin_inset CommandInset href
36018 LatexCommand href
36019 name "footmisc"
36020 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36021
36022 \end_inset
36023
36024
36025 \series default
36026
36027 \begin_inset Index idx
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031 Paquetages LaTeX ! footmisc
36032 \end_layout
36033
36034 \end_inset
36035
36036
36037 \end_layout
36038
36039 \begin_layout Bibliography
36040 \labelwidthstring Bibliographie
36041 \begin_inset CommandInset bibitem
36042 LatexCommand bibitem
36043 key "hypcap"
36044
36045 \end_inset
36046
36047 Documentation du paquetage LaTeX 
36048 \series bold
36049
36050 \begin_inset CommandInset href
36051 LatexCommand href
36052 name "hypcap"
36053 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36054
36055 \end_inset
36056
36057
36058 \series default
36059
36060 \begin_inset Index idx
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064 Paquetages LaTeX ! hyperref
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \end_layout
36071
36072 \begin_layout Bibliography
36073 \labelwidthstring Bibliographie
36074 \begin_inset CommandInset bibitem
36075 LatexCommand bibitem
36076 key "hyperref"
36077
36078 \end_inset
36079
36080 Documentation du paquetage LaTeX 
36081 \series bold
36082
36083 \begin_inset CommandInset href
36084 LatexCommand href
36085 name "hyperref"
36086 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36087
36088 \end_inset
36089
36090
36091 \series default
36092
36093 \begin_inset Index idx
36094 status collapsed
36095
36096 \begin_layout Plain Layout
36097 Paquetages LaTeX ! hyperref
36098 \end_layout
36099
36100 \end_inset
36101
36102
36103 \end_layout
36104
36105 \begin_layout Bibliography
36106 \labelwidthstring Bibliographie
36107 \begin_inset CommandInset bibitem
36108 LatexCommand bibitem
36109 key "KOMA-Script"
36110
36111 \end_inset
36112
36113 Documentation du paquetage LaTeX 
36114 \series bold
36115
36116 \begin_inset CommandInset href
36117 LatexCommand href
36118 name "KOMA-Script"
36119 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36120
36121 \end_inset
36122
36123
36124 \series default
36125
36126 \begin_inset Index idx
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130 Paquetages LaTeX ! KOMA-Script
36131 \end_layout
36132
36133 \end_inset
36134
36135
36136 \end_layout
36137
36138 \begin_layout Bibliography
36139 \labelwidthstring Bibliographie
36140 \begin_inset CommandInset bibitem
36141 LatexCommand bibitem
36142 key "listings"
36143
36144 \end_inset
36145
36146 Documentation du paquetage LaTeX 
36147 \series bold
36148
36149 \begin_inset CommandInset href
36150 LatexCommand href
36151 name "listings"
36152 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36153
36154 \end_inset
36155
36156
36157 \series default
36158
36159 \begin_inset Index idx
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163 Paquetages LaTeX ! listings
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Bibliography
36172 \labelwidthstring Bibliographie
36173 \begin_inset CommandInset bibitem
36174 LatexCommand bibitem
36175 key "marginnote"
36176
36177 \end_inset
36178
36179 Documentation du paquetage LaTeX 
36180 \series bold
36181
36182 \begin_inset CommandInset href
36183 LatexCommand href
36184 name "marginnote"
36185 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36186
36187 \end_inset
36188
36189
36190 \series default
36191
36192 \begin_inset Index idx
36193 status collapsed
36194
36195 \begin_layout Plain Layout
36196 Paquetages LaTeX ! marginnote
36197 \end_layout
36198
36199 \end_inset
36200
36201
36202 \end_layout
36203
36204 \begin_layout Bibliography
36205 \labelwidthstring Bibliographie
36206 \begin_inset CommandInset bibitem
36207 LatexCommand bibitem
36208 key "pstricks"
36209
36210 \end_inset
36211
36212 Page Web du paquetage LaTeX 
36213 \series bold
36214
36215 \begin_inset CommandInset href
36216 LatexCommand href
36217 name "PSTricks"
36218 target "http://tug.org/PSTricks/"
36219
36220 \end_inset
36221
36222
36223 \series default
36224
36225 \begin_inset Index idx
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229 Paquetages LaTeX ! PSTricks
36230 \end_layout
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \begin_layout Bibliography
36238 \labelwidthstring Bibliographie
36239 \begin_inset CommandInset bibitem
36240 LatexCommand bibitem
36241 key "sidecap"
36242
36243 \end_inset
36244
36245 Documentation du paquetage LaTeX 
36246 \series bold
36247
36248 \begin_inset CommandInset href
36249 LatexCommand href
36250 name "sidecap"
36251 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36252
36253 \end_inset
36254
36255
36256 \series default
36257
36258 \begin_inset Index idx
36259 status collapsed
36260
36261 \begin_layout Plain Layout
36262 Paquetages LaTeX ! sidecap
36263 \end_layout
36264
36265 \end_inset
36266
36267
36268 \end_layout
36269
36270 \begin_layout Bibliography
36271 \labelwidthstring Bibliographie
36272 \begin_inset CommandInset bibitem
36273 LatexCommand bibitem
36274 key "prettyref"
36275
36276 \end_inset
36277
36278 Documentation du paquetage LaTeX
36279 \series bold
36280  
36281 \begin_inset CommandInset href
36282 LatexCommand href
36283 name "prettyref"
36284 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36285
36286 \end_inset
36287
36288
36289 \series default
36290
36291 \begin_inset Index idx
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295 Paquetages LaTeX ! prettyref
36296 \end_layout
36297
36298 \end_inset
36299
36300
36301 \end_layout
36302
36303 \begin_layout Bibliography
36304 \labelwidthstring Bibliographie
36305 \begin_inset CommandInset bibitem
36306 LatexCommand bibitem
36307 key "refstyle"
36308
36309 \end_inset
36310
36311 Documentation du paquetage LaTeX
36312 \series bold
36313  
36314 \begin_inset CommandInset href
36315 LatexCommand href
36316 name "refstyle"
36317 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36318
36319 \end_inset
36320
36321
36322 \series default
36323
36324 \begin_inset Index idx
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328 Paquetages LaTeX ! refstyle
36329 \end_layout
36330
36331 \end_inset
36332
36333
36334 \end_layout
36335
36336 \begin_layout Bibliography
36337 \labelwidthstring Bibliographie
36338 \begin_inset CommandInset bibitem
36339 LatexCommand bibitem
36340 key "NewInLyX20"
36341
36342 \end_inset
36343
36344
36345 \begin_inset CommandInset href
36346 LatexCommand href
36347 name "Page Wiki"
36348 target "http://wiki.lyx.org/LyX/NewInLyX20"
36349
36350 \end_inset
36351
36352  au sujet des nouveautés de 
36353 \family sans
36354 LyX 2.0
36355 \family default
36356 .
36357 \end_layout
36358
36359 \begin_layout Standard
36360 \begin_inset CommandInset index_print
36361 LatexCommand printindex
36362 type "idx"
36363
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \end_body
36370 \end_document