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