]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
- UserGuide.lyx: LyX supports now setting of the paragraph indent width
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{lightgrey}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110 % insert additional vertical space of
111 % 1.5 mm between footnotes
112 \let\myFoot\footnote
113 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
114
115 % number algorithm floats within chapters
116 \numberwithin{algorithm}{chapter}
117
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package arydshln
124 % used for tables with dashed lines
125 \newboolean{arydshln}
126 \IfFileExists{arydshln.sty}
127  {\usepackage{arydshln}
128   \setboolean{arydshln}{true}}
129  {\setboolean{arydshln}{false}}
130
131 % check for package marginnote
132 % used for margin notes
133 \newboolean{marginnote}
134 \IfFileExists{marginnote.sty}
135  {\usepackage{marginnote}
136   \let\marginpar\marginnote
137   \setboolean{marginnote}{true}}
138  {\setboolean{marginnote}{false}}
139
140 % check for package sidecap
141 % used for captions on the side
142 \newboolean{sidecap}
143 \IfFileExists{sidecap.sty}
144  {\usepackage{sidecap}
145   \setboolean{sidecap}{true}}
146  {\setboolean{sidecap}{false}}
147
148 % redefine the \LyX macro for PDF bookmarks
149 \def\LyX{\texorpdfstring{%
150   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
151   {LyX}}
152
153 % use normal list environments also in French documents
154 \frenchbsetup{StandardLayout}
155 \end_preamble
156 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
157 \use_default_options false
158 \maintain_unincluded_children false
159 \language french
160 \language_package default
161 \inputencoding auto
162 \fontencoding global
163 \font_roman default
164 \font_sans default
165 \font_typewriter default
166 \font_default_family default
167 \use_non_tex_fonts false
168 \font_sc false
169 \font_osf false
170 \font_sf_scale 100
171 \font_tt_scale 100
172
173 \graphics default
174 \default_output_format default
175 \output_sync 0
176 \bibtex_command default
177 \index_command default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \use_mhchem 1
200 \use_mathdots 1
201 \cite_engine basic
202 \use_bibtopic false
203 \use_indices false
204 \paperorientation portrait
205 \suppress_date false
206 \use_refstyle 0
207 \notefontcolor #0000ff
208 \index Index
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 3
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language french
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle default
220 \bullet 1 1 34 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_css_as_file 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
234  les Boîtes et les Objets Externes de LyX
235 \end_layout
236
237 \begin_layout Author
238 par l'Équipe LyX
239 \begin_inset Foot
240 status collapsed
241
242 \begin_layout Plain Layout
243 \noindent
244 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
245  de la documentation de LyX: 
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
250 type "mailto:"
251
252 \end_inset
253
254
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Note Note
261 status collapsed
262
263 \begin_layout Plain Layout
264 auteur original : Uwe Stöhr
265 \end_layout
266
267 \begin_layout Plain Layout
268 Traduction française : Siegfried Meunier-Guttin-Cluzel
269 \end_layout
270
271 \begin_layout Plain Layout
272 version 1.6.x janvier 2010
273 \end_layout
274
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \family sans
287 Version 2.0.x
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset CommandInset toc
292 LatexCommand tableofcontents
293
294 \end_inset
295
296
297 \end_layout
298
299 \begin_layout Standard
300 \begin_inset Note Note
301 status collapsed
302
303 \begin_layout Plain Layout
304 Si votre distribution LaTeX est un peu ancienne (TeXLive 2007 par exemple),
305  
306 \begin_inset Quotes fld
307 \end_inset
308
309 Visionner
310 \begin_inset Quotes frd
311 \end_inset
312
313  ou 
314 \begin_inset Quotes fld
315 \end_inset
316
317 Exporter
318 \begin_inset Quotes frd
319 \end_inset
320
321  en PDF ne fonctionnera pas du fait d'un conflit entre 
322 \family typewriter
323 varioref/hyperref
324 \family default
325  et le caractère 
326 \begin_inset Quotes fld
327 \end_inset
328
329 :
330 \begin_inset Quotes frd
331 \end_inset
332
333  apparaissant dans certaines étiquettes.
334  Pour résoudre ce problème, vous pouvez:
335 \end_layout
336
337 \begin_layout Itemize
338 soit désactiver 
339 \family typewriter
340 hyperref
341 \family default
342  dans le menu 
343 \family sans
344 Document\SpecialChar \menuseparator
345 Paramètres\SpecialChar \menuseparator
346 Propriété PDF
347 \family default
348 ;
349 \end_layout
350
351 \begin_layout Itemize
352 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
353 \begin_inset Newline newline
354 \end_inset
355
356
357 \series bold
358 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
359 \series default
360 ;
361 \end_layout
362
363 \begin_layout Itemize
364 soit mettre à jour votre distribution (en installant par exemple au moins
365  TeXLive 2008)
366 \end_layout
367
368 \end_inset
369
370
371 \begin_inset Note Note
372 status collapsed
373
374 \begin_layout Plain Layout
375 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
376  
377 \series bold
378 arydshln
379 \series default
380
381 \series bold
382 colortbl
383 \series default
384
385 \series bold
386 marginnote
387 \series default
388 , et 
389 \series bold
390 sidecap
391 \series default
392  doivent être installés.
393  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
394  les sections qui nécessitent les paquetages en question n'apparaîtront
395  pas sur la sortie.
396 \end_layout
397
398 \begin_layout Plain Layout
399 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
400 \begin_inset Newline newline
401 \end_inset
402
403
404 \series bold
405 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Chapter
414 Figures
415 \begin_inset Index idx
416 status collapsed
417
418 \begin_layout Plain Layout
419 Figures
420 \end_layout
421
422 \end_inset
423
424
425 \begin_inset Index idx
426 status collapsed
427
428 \begin_layout Plain Layout
429 Graphiques|see
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Plain Layout
434
435 {
436 \end_layout
437
438 \end_inset
439
440 Figures
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446 }
447 \end_layout
448
449 \end_inset
450
451
452 \end_layout
453
454 \end_inset
455
456
457 \end_layout
458
459 \begin_layout Section
460 La fenêtre de dialogue Graphique
461 \begin_inset Index idx
462 status collapsed
463
464 \begin_layout Plain Layout
465 Figures ! Fenêtre de dialogue Graphique
466 \end_layout
467
468 \end_inset
469
470
471 \begin_inset CommandInset label
472 LatexCommand label
473 name "sec:Graphics-Dialog"
474
475 \end_inset
476
477
478 \end_layout
479
480 \begin_layout Standard
481 Pour placer une figure dans votre document, cliquez sur le bouton
482 \begin_inset Graphics
483         filename ../../images/dialog-show-new-inset_graphics.png
484         scale 85
485         scaleBeforeRotation
486
487 \end_inset
488
489  dans la barre d'outils, ou faites 
490 \family sans
491 Insérer\SpecialChar \menuseparator
492 Graphique
493 \family default
494 .
495  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
496  à charger.
497  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
498  dans le texte.
499 \end_layout
500
501 \begin_layout Standard
502 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
503  sur une image
504 \begin_inset Note Note
505 status collapsed
506
507 \begin_layout Plain Layout
508 Ça marche aussi avec le bouton gauche ! (NdT)
509 \end_layout
510
511 \end_inset
512
513 .
514  Cette fenêtre de dialogue possède trois onglets:
515 \end_layout
516
517 \begin_layout Description
518 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
519  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
520  Les unités de longueurs utilisées sont décrites dans l'appendice
521 \begin_inset space ~
522 \end_inset
523
524
525 \begin_inset CommandInset ref
526 LatexCommand ref
527 reference "cha:Unités-de-longueur"
528
529 \end_inset
530
531 .
532 \begin_inset Newline newline
533 \end_inset
534
535
536 \begin_inset Index idx
537 status collapsed
538
539 \begin_layout Plain Layout
540 Figures ! Pivotées
541 \end_layout
542
543 \end_inset
544
545 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
546  d'une montre, en donnant l'angle de rotation et la position du pivot.
547  L'image apparaîtra pivotée dans LyX.
548 \begin_inset Newline newline
549 \end_inset
550
551
552 \begin_inset Index idx
553 status collapsed
554
555 \begin_layout Plain Layout
556 Figures ! Redimensionnées
557 \end_layout
558
559 \end_inset
560
561 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
562  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
563  sa largeur.
564  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
565  déterminée automatiquement.
566  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
567  éventuellement une distorsion.
568  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
569  
570 \family sans
571 Conserver
572 \begin_inset space ~
573 \end_inset
574
575 les
576 \begin_inset space ~
577 \end_inset
578
579 proportions
580 \family default
581 .
582  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
583  pas les valeurs fixées.
584  
585 \begin_inset Newline newline
586 \end_inset
587
588 Les images peuvent être modifiée en utilisant le programme de votre choix
589  en faisant un clic droit dessus et en choisissant 
590 \family sans
591 Éditer le fichier ailleurs
592 \family default
593  dans le menu contextuel qui apparaît.
594  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
595  
596 \family sans
597 Formats
598 \begin_inset space ~
599 \end_inset
600
601 de
602 \begin_inset space ~
603 \end_inset
604
605 fichiers
606 \family default
607  dans la fenêtre de dialogue de 
608 \family sans
609 Préférences
610 \family default
611  de LyX.
612 \end_layout
613
614 \begin_layout Description
615 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
616  la sortie finale est de modifier les coordonnées de la zone de l'image
617  qui est affichée.
618  Cette zone peut être calculée automatiquement à partir des données présentes
619  dans le fichier en appuyant sur le bouton 
620 \family sans
621 Valeurs
622 \begin_inset space ~
623 \end_inset
624
625 du
626 \begin_inset space ~
627 \end_inset
628
629 Fichier
630 \family default
631 .
632  Avec l'option 
633 \family sans
634 Couper
635 \begin_inset space ~
636 \end_inset
637
638 à
639 \begin_inset space ~
640 \end_inset
641
642 la
643 \begin_inset space ~
644 \end_inset
645
646 boîte
647 \begin_inset space ~
648 \end_inset
649
650 de
651 \begin_inset space ~
652 \end_inset
653
654 délimitation, 
655 \family default
656 seule la portion de l'image qui est dans la zone définie sera imprimée.
657  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
658  donc vous pouvez ignorer l'onglet 
659 \family sans
660 Rogner
661 \family default
662 .
663 \end_layout
664
665 \begin_layout Description
666
667 \family sans
668 Options
669 \begin_inset space ~
670 \end_inset
671
672 LaTeX
673 \begin_inset space ~
674 \end_inset
675
676 et
677 \begin_inset space ~
678 \end_inset
679
680 LyX
681 \family default
682  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
683  les experts ès-LaTeX pourront fournir des options supplémentaires pour
684  LaTeX
685 \begin_inset Newline newline
686 \end_inset
687
688 L'option 
689 \family sans
690 Mode brouillon
691 \family default
692  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
693  avec la taille de l'image.
694 \begin_inset Newline newline
695 \end_inset
696
697 L'option 
698 \family sans
699 Ne
700 \begin_inset space ~
701 \end_inset
702
703 pas
704 \begin_inset space ~
705 \end_inset
706
707 décompresser
708 \begin_inset space ~
709 \end_inset
710
711 à
712 \begin_inset space ~
713 \end_inset
714
715 l'exportation
716 \family default
717  n'affectera que les graphiques EPS zippés, par exemple 
718 \family typewriter
719 x.eps.gz
720 \family default
721 .
722  Quand cette option est activée, les images ne sont pas décompressées à
723  l'exportation, vu que LaTeX peut les traiter telles-quelles
724 \begin_inset Newline newline
725 \end_inset
726
727 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
728  disques quand on utilise PostScript comme format de sortie, voir l'appendice
729 \begin_inset space ~
730 \end_inset
731
732
733 \begin_inset CommandInset ref
734 LatexCommand ref
735 reference "sec:PostScript"
736
737 \end_inset
738
739 .
740  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
741  terminal UNIX ou une console Windows:
742 \begin_inset Newline newline
743 \end_inset
744
745
746 \series bold
747 gzip x.eps
748 \series default
749
750 \begin_inset Newline newline
751 \end_inset
752
753
754 \series bold
755 zgrep %%Bounding x.eps.gz > x.eps.bb
756 \series default
757
758 \begin_inset Newline newline
759 \end_inset
760
761 La seconde commande va créer le fichier contenant la description de la boîte
762  de délimitation 
763 \begin_inset Quotes eld
764 \end_inset
765
766
767 \family typewriter
768 x.eps.bb
769 \family default
770
771 \begin_inset Quotes erd
772 \end_inset
773
774  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
775 \begin_inset Newline newline
776 \end_inset
777
778 Le champ 
779 \family sans
780 Initialiser
781 \begin_inset space ~
782 \end_inset
783
784 le
785 \begin_inset space ~
786 \end_inset
787
788 nom
789 \begin_inset space ~
790 \end_inset
791
792 du
793 \begin_inset space ~
794 \end_inset
795
796 groupe
797 \family default
798  vous permet de définir ou de choisir un groupe de paramètres d'image
799 \begin_inset Index idx
800 status collapsed
801
802 \begin_layout Plain Layout
803 Figures ! Groupes de paramétrisation
804 \end_layout
805
806 \end_inset
807
808 .
809  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
810  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
811  les autres soient automatiquement modifiées de la même manière.
812  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
813  avoir à modifier leur taille manuellement une par une.
814  On peut rattacher une image à un groupe existant en utilisant le menu contextue
815 l de l'image et en cochant le nom du groupe dans la liste
816 \begin_inset Foot
817 status collapsed
818
819 \begin_layout Plain Layout
820 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
821 \end_layout
822
823 \end_inset
824
825 .
826 \end_layout
827
828 \begin_layout Standard
829 \begin_inset VSpace bigskip
830 \end_inset
831
832
833 \end_layout
834
835 \begin_layout Standard
836 Voici un exemple d'image au format EPS
837 \begin_inset Foot
838 status collapsed
839
840 \begin_layout Plain Layout
841 Les format d'images sont décrits dans la section
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "sec:Image-Formats"
849
850 \end_inset
851
852 .
853 \end_layout
854
855 \end_inset
856
857  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
858 nt:
859 \end_layout
860
861 \begin_layout Standard
862 \align center
863 \begin_inset Graphics
864         filename ../clipart/mobius.eps
865         scale 70
866         scaleBeforeRotation
867         rotateOrigin center
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Standard
875 Et voici la même image mais en mode brouillon:
876 \end_layout
877
878 \begin_layout Standard
879 \align center
880 \begin_inset Graphics
881         filename ../clipart/mobius.eps
882         scale 70
883         draft
884         scaleBeforeRotation
885         rotateOrigin center
886
887 \end_inset
888
889
890 \end_layout
891
892 \begin_layout Section
893 Figures Flottantes
894 \begin_inset CommandInset label
895 LatexCommand label
896 name "sec:Figure-Floats"
897
898 \end_inset
899
900
901 \begin_inset Index idx
902 status collapsed
903
904 \begin_layout Plain Layout
905 Flottants ! Figures
906 \end_layout
907
908 \end_inset
909
910
911 \begin_inset Index idx
912 status collapsed
913
914 \begin_layout Plain Layout
915 Figures ! Flottants
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Standard
924 Pour des explications d'ordre général concernant les flottants, jetez un
925  coup d'œil à la section
926 \begin_inset space ~
927 \end_inset
928
929
930 \begin_inset CommandInset ref
931 LatexCommand ref
932 reference "sec:Flottants-Introduction"
933
934 \end_inset
935
936 .
937 \end_layout
938
939 \begin_layout Standard
940 Le bouton 
941 \begin_inset Graphics
942         filename ../../images/float-insert_figure.png
943         scale 85
944         scaleBeforeRotation
945
946 \end_inset
947
948  de la barre d'outils et le menu 
949 \family sans
950 Insérer\SpecialChar \menuseparator
951 Flottant\SpecialChar \menuseparator
952 Figure
953 \family default
954  insèrent un flottant avec l'étiquette 
955 \begin_inset Quotes eld
956 \end_inset
957
958
959 \series bold
960 Figure
961 \begin_inset space ~
962 \end_inset
963
964 #:
965 \series default
966
967 \begin_inset Quotes erd
968 \end_inset
969
970  (# est le numéro réel de l'image).
971  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:kill-plat"
979
980 \end_inset
981
982  ou en dessous de la légende comme pour la Figure
983 \begin_inset space ~
984 \end_inset
985
986
987 \begin_inset CommandInset ref
988 LatexCommand ref
989 reference "fig:escher"
990
991 \end_inset
992
993 .
994  Vous trouverez plus d'information sur le positionnement des légendes dans
995  la section
996 \begin_inset space ~
997 \end_inset
998
999
1000 \begin_inset CommandInset ref
1001 LatexCommand ref
1002 reference "sec:Placement-légende"
1003
1004 \end_inset
1005
1006 .
1007 \end_layout
1008
1009 \begin_layout Standard
1010 \begin_inset Float figure
1011 wide false
1012 sideways false
1013 status open
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Graphics
1018         filename ../clipart/platypus.eps
1019         width 50col%
1020         scaleBeforeRotation
1021         rotateOrigin center
1022
1023 \end_inset
1024
1025
1026 \end_layout
1027
1028 \begin_layout Plain Layout
1029 \begin_inset Caption
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "fig:kill-plat"
1035
1036 \end_inset
1037
1038 Un ornithorynque sévèrement déformé dans un flottant de figure.
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \end_layout
1050
1051 \begin_layout Standard
1052 \begin_inset Float figure
1053 wide false
1054 sideways false
1055 status open
1056
1057 \begin_layout Plain Layout
1058 \begin_inset Caption
1059
1060 \begin_layout Plain Layout
1061 \begin_inset CommandInset label
1062 LatexCommand label
1063 name "fig:escher"
1064
1065 \end_inset
1066
1067 M.C.
1068  Escher sous LSD.
1069 \end_layout
1070
1071 \end_inset
1072
1073
1074 \end_layout
1075
1076 \begin_layout Plain Layout
1077 \align center
1078 \begin_inset Graphics
1079         filename ../clipart/escher-lsd.eps
1080         scale 80
1081         scaleBeforeRotation
1082         rotateOrigin center
1083
1084 \end_inset
1085
1086
1087 \end_layout
1088
1089 \end_inset
1090
1091
1092 \end_layout
1093
1094 \begin_layout Standard
1095 \begin_inset Index idx
1096 status collapsed
1097
1098 \begin_layout Plain Layout
1099 References@Références ! à des Figures
1100 \end_layout
1101
1102 \end_inset
1103
1104 Les figure
1105 \begin_inset space ~
1106 \end_inset
1107
1108
1109 \begin_inset CommandInset ref
1110 LatexCommand ref
1111 reference "fig:kill-plat"
1112
1113 \end_inset
1114
1115  et 
1116 \begin_inset CommandInset ref
1117 LatexCommand ref
1118 reference "fig:escher"
1119
1120 \end_inset
1121
1122  sont des exemples de figures référencées.
1123  Dans le texte, on fait référence à une figure en faisant référence à sa
1124  légende.
1125  On insère donc une étiquette dans la légende en utilisant le menu 
1126 \family sans
1127 Insérer
1128 \family default
1129 \SpecialChar \menuseparator
1130
1131 \family sans
1132 Étiquette
1133 \family default
1134  ou le bouton 
1135 \begin_inset Graphics
1136         filename ../../images/label-insert.png
1137         scale 85
1138         scaleBeforeRotation
1139
1140 \end_inset
1141
1142  de la barre d'outils.
1143  On peut alors faire référence à cette étiquette en utilisant le menu 
1144 \family sans
1145 Insérer\SpecialChar \menuseparator
1146 Référence
1147 \begin_inset space ~
1148 \end_inset
1149
1150 croisée
1151 \family default
1152  ou le bouton 
1153 \begin_inset Graphics
1154         filename ../../images/dialog-show-new-inset_ref.png
1155         scale 85
1156         scaleBeforeRotation
1157
1158 \end_inset
1159
1160  de la barre d'outils.
1161  Il est important d'utiliser des références pour les flottants de figures
1162  plutôt que des locutions vagues du genre 
1163 \begin_inset Quotes eld
1164 \end_inset
1165
1166 la figure ci-dessous
1167 \begin_inset Quotes erd
1168 \end_inset
1169
1170 , puisque LaTeX va repositionner la figure dans le document final.
1171  Votre figure risque de ne plus être ci-dessous du tout !
1172 \begin_inset Newline newline
1173 \end_inset
1174
1175 Le référencement est expliqué plus en détail dans la section
1176 \begin_inset space ~
1177 \end_inset
1178
1179
1180 \begin_inset CommandInset ref
1181 LatexCommand ref
1182 reference "sec:Referencer-les-Flottants"
1183
1184 \end_inset
1185
1186 .
1187 \end_layout
1188
1189 \begin_layout Standard
1190 En principe on met une seule figure dans un flottant, mais parfois vous
1191  pouvez vouloir deux figures avec chacune sa sous-légende.
1192  C'est possible en insérant des flottants d'image dans des flottants d'image
1193  existants.
1194  Notez que seule la légende principale des flottants est reprise dans la
1195  liste des figures.
1196  La figure
1197 \begin_inset space ~
1198 \end_inset
1199
1200
1201 \begin_inset CommandInset ref
1202 LatexCommand ref
1203 reference "fig:Deux-images-déformées"
1204
1205 \end_inset
1206
1207  est un exemple de flottant de figure avec deux images mises l'une à côté
1208  de l'autre.
1209  Vous pouvez aussi mettre les images les unes sous les autres.
1210  Les figures
1211 \begin_inset space ~
1212 \end_inset
1213
1214
1215 \begin_inset CommandInset ref
1216 LatexCommand ref
1217 reference "fig:Structure-indéfinissable"
1218
1219 \end_inset
1220
1221  et 
1222 \begin_inset CommandInset ref
1223 LatexCommand ref
1224 reference "fig:Un-ornithorynque"
1225
1226 \end_inset
1227
1228  sont des sous-figures.
1229 \end_layout
1230
1231 \begin_layout Standard
1232 \begin_inset Float figure
1233 wide false
1234 sideways false
1235 status open
1236
1237 \begin_layout Plain Layout
1238 \begin_inset space \hfill{}
1239 \end_inset
1240
1241
1242 \begin_inset Float figure
1243 wide false
1244 sideways false
1245 status open
1246
1247 \begin_layout Plain Layout
1248 \begin_inset Caption
1249
1250 \begin_layout Plain Layout
1251 \begin_inset CommandInset label
1252 LatexCommand label
1253 name "fig:Structure-indéfinissable"
1254
1255 \end_inset
1256
1257 Structure indéfinissable
1258 \end_layout
1259
1260 \end_inset
1261
1262
1263 \end_layout
1264
1265 \begin_layout Plain Layout
1266 \begin_inset Graphics
1267         filename ../clipart/escher-lsd.eps
1268         width 45col%
1269         scaleBeforeRotation
1270         groupId Déformés
1271
1272 \end_inset
1273
1274
1275 \end_layout
1276
1277 \end_inset
1278
1279
1280 \begin_inset space \hfill{}
1281 \end_inset
1282
1283
1284 \begin_inset Float figure
1285 wide false
1286 sideways false
1287 status open
1288
1289 \begin_layout Plain Layout
1290 \begin_inset Caption
1291
1292 \begin_layout Plain Layout
1293 \begin_inset CommandInset label
1294 LatexCommand label
1295 name "fig:Un-ornithorynque"
1296
1297 \end_inset
1298
1299 Un ornithorynque
1300 \end_layout
1301
1302 \end_inset
1303
1304
1305 \end_layout
1306
1307 \begin_layout Plain Layout
1308 \begin_inset Graphics
1309         filename ../clipart/platypus.eps
1310         width 45col%
1311         scaleBeforeRotation
1312         groupId Déformés
1313
1314 \end_inset
1315
1316
1317 \end_layout
1318
1319 \end_inset
1320
1321
1322 \begin_inset space \hfill{}
1323 \end_inset
1324
1325
1326 \end_layout
1327
1328 \begin_layout Plain Layout
1329 \begin_inset Caption
1330
1331 \begin_layout Plain Layout
1332 \begin_inset CommandInset label
1333 LatexCommand label
1334 name "fig:Deux-images-déformées"
1335
1336 \end_inset
1337
1338 Deux images déformées.
1339  Les deux images font partie du groupe de paramétrisation 
1340 \begin_inset Quotes eld
1341 \end_inset
1342
1343 déformés
1344 \begin_inset Quotes erd
1345 \end_inset
1346
1347 .
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \end_layout
1354
1355 \end_inset
1356
1357
1358 \end_layout
1359
1360 \begin_layout Section
1361 Les Formats d'images
1362 \begin_inset CommandInset label
1363 LatexCommand label
1364 name "sec:Image-Formats"
1365
1366 \end_inset
1367
1368
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 Formats d' images
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \begin_inset Index idx
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 Figures ! Formats d'images
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \begin_layout Standard
1392 Vous pouvez insérer des images dans n'importe quel format connu.
1393  Mais, comme nous l'avons expliqué dans l'appendice
1394 \begin_inset space ~
1395 \end_inset
1396
1397
1398 \begin_inset CommandInset ref
1399 LatexCommand ref
1400 reference "cha:Formats-fichiers-graphiques"
1401
1402 \end_inset
1403
1404 ,
1405 \lang english
1406  
1407 \lang french
1408 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1409  de formats d'images.
1410  Pour s'en sortir LyX utilise le programme 
1411 \family typewriter
1412 ImageMagick
1413 \family default
1414  en arrière plan pour convertir les formats que vous utilisez dans un des
1415  formats acceptés par le format de sortie.
1416  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1417 ons en n'utilisant que les formats listés dans les sous sections de
1418 \lang english
1419  
1420 \lang french
1421 l'appendice
1422 \begin_inset space ~
1423 \end_inset
1424
1425
1426 \begin_inset CommandInset ref
1427 LatexCommand ref
1428 reference "cha:Formats-fichiers-graphiques"
1429
1430 \end_inset
1431
1432 .
1433 \end_layout
1434
1435 \begin_layout Standard
1436 Comme pour les polices de caractères, il y a deux grands types de formats
1437  d'images:
1438 \end_layout
1439
1440 \begin_layout Description
1441 Les
1442 \begin_inset space ~
1443 \end_inset
1444
1445 images
1446 \begin_inset space ~
1447 \end_inset
1448
1449 Matricielles
1450 \begin_inset space ~
1451 \end_inset
1452
1453 (ou
1454 \begin_inset space ~
1455 \end_inset
1456
1457 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1458  enregistrés sous un format compressé.
1459  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1460  petits carrés quand on utilise des agrandissements trop importants (aspect
1461  
1462 \begin_inset Quotes eld
1463 \end_inset
1464
1465 pixellisé
1466 \begin_inset Quotes erd
1467 \end_inset
1468
1469 ).
1470  Les formats matriciels les plus connus sont le GIF (
1471 \begin_inset Quotes eld
1472 \end_inset
1473
1474 Graphics Interchange Format
1475 \begin_inset Quotes erd
1476 \end_inset
1477
1478 , avec comme extension de fichier 
1479 \begin_inset Quotes eld
1480 \end_inset
1481
1482
1483 \family typewriter
1484 .gif
1485 \family default
1486
1487 \begin_inset Quotes erd
1488 \end_inset
1489
1490 )
1491 \begin_inset Index idx
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495 GIF|see
1496 \begin_inset ERT
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500
1501 {
1502 \end_layout
1503
1504 \end_inset
1505
1506 Format d'image
1507 \begin_inset ERT
1508 status collapsed
1509
1510 \begin_layout Plain Layout
1511
1512 }
1513 \end_layout
1514
1515 \end_inset
1516
1517
1518 \end_layout
1519
1520 \end_inset
1521
1522 , le PNG (
1523 \begin_inset Quotes eld
1524 \end_inset
1525
1526 Portable Network Graphics, extension 
1527 \begin_inset Quotes eld
1528 \end_inset
1529
1530
1531 \family typewriter
1532 .png
1533 \family default
1534
1535 \begin_inset Quotes erd
1536 \end_inset
1537
1538 )
1539 \begin_inset Index idx
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543 PNG|see
1544 \begin_inset ERT
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548
1549 {
1550 \end_layout
1551
1552 \end_inset
1553
1554 Formats d'image
1555 \begin_inset ERT
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559
1560 }
1561 \end_layout
1562
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569
1570  et le JPG (
1571 \begin_inset Quotes eld
1572 \end_inset
1573
1574 Joint Photographic Expert Group, extension 
1575 \begin_inset Quotes eld
1576 \end_inset
1577
1578
1579 \family typewriter
1580 .jpg
1581 \family default
1582
1583 \begin_inset Quotes erd
1584 \end_inset
1585
1586  ou 
1587 \begin_inset Quotes eld
1588 \end_inset
1589
1590
1591 \family typewriter
1592 .jpeg
1593 \family default
1594
1595 \begin_inset Quotes erd
1596 \end_inset
1597
1598 )
1599 \begin_inset Index idx
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 JPG|see
1604 \begin_inset ERT
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608
1609 {
1610 \end_layout
1611
1612 \end_inset
1613
1614 Formats d'image
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620 }
1621 \end_layout
1622
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \end_inset
1629
1630 .
1631 \end_layout
1632
1633 \begin_layout Description
1634 Les
1635 \begin_inset space ~
1636 \end_inset
1637
1638 images
1639 \begin_inset space ~
1640 \end_inset
1641
1642 Vectorielles
1643 \begin_inset space ~
1644 \end_inset
1645
1646 (ou
1647 \begin_inset space ~
1648 \end_inset
1649
1650 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1651  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1652 nnée comme on le veut sans perte de précision.
1653  La possibilité de redimensionner les images est très utilisé pour les présentat
1654 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1655 nnement.
1656  Le redimensionnement permet aussi de présenter des documents en ligne où
1657  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1658  étudier les détails.
1659 \begin_inset Newline newline
1660 \end_inset
1661
1662 Les principaux formats vectoriels sont le SVG (
1663 \begin_inset Quotes eld
1664 \end_inset
1665
1666 Scalable Vector Graphics
1667 \begin_inset Quotes erd
1668 \end_inset
1669
1670 , extension
1671 \begin_inset Quotes eld
1672 \end_inset
1673
1674
1675 \family typewriter
1676 .svg
1677 \family default
1678
1679 \begin_inset Quotes erd
1680 \end_inset
1681
1682 )
1683 \begin_inset Index idx
1684 status collapsed
1685
1686 \begin_layout Plain Layout
1687 SVG|see
1688 \begin_inset ERT
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692
1693 {
1694 \end_layout
1695
1696 \end_inset
1697
1698 Format d'image
1699 \begin_inset ERT
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703
1704 }
1705 \end_layout
1706
1707 \end_inset
1708
1709
1710 \end_layout
1711
1712 \end_inset
1713
1714 , l'EPS ( 
1715 \begin_inset Quotes eld
1716 \end_inset
1717
1718 encapsulated PostScript
1719 \begin_inset Quotes erd
1720 \end_inset
1721
1722 , extension
1723 \begin_inset Quotes eld
1724 \end_inset
1725
1726
1727 \family typewriter
1728 .eps
1729 \family default
1730
1731 \begin_inset Quotes erd
1732 \end_inset
1733
1734 )
1735 \begin_inset Index idx
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 EPS|see
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745 {
1746 \end_layout
1747
1748 \end_inset
1749
1750 Format d'image
1751 \begin_inset ERT
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755
1756 }
1757 \end_layout
1758
1759 \end_inset
1760
1761
1762 \end_layout
1763
1764 \end_inset
1765
1766 , le PDF (
1767 \begin_inset Quotes eld
1768 \end_inset
1769
1770 Portable Document Format
1771 \begin_inset Quotes erd
1772 \end_inset
1773
1774 , extension
1775 \begin_inset Quotes eld
1776 \end_inset
1777
1778
1779 \family typewriter
1780 .pdf
1781 \family default
1782
1783 \begin_inset Quotes erd
1784 \end_inset
1785
1786 )
1787 \begin_inset Index idx
1788 status collapsed
1789
1790 \begin_layout Plain Layout
1791 PDF|see
1792 \begin_inset ERT
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796
1797 {
1798 \end_layout
1799
1800 \end_inset
1801
1802 Format d'image
1803 \begin_inset ERT
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807
1808 }
1809 \end_layout
1810
1811 \end_inset
1812
1813
1814 \end_layout
1815
1816 \end_inset
1817
1818  et le WMF (
1819 \begin_inset Quotes eld
1820 \end_inset
1821
1822 Windows Metafile
1823 \begin_inset Quotes erd
1824 \end_inset
1825
1826 , extension 
1827 \begin_inset Quotes eld
1828 \end_inset
1829
1830
1831 \family typewriter
1832 .wfm
1833 \family default
1834
1835 \begin_inset Quotes erd
1836 \end_inset
1837
1838  ou 
1839 \begin_inset Quotes eld
1840 \end_inset
1841
1842
1843 \family typewriter
1844 .emf
1845 \family default
1846
1847 \begin_inset Quotes erd
1848 \end_inset
1849
1850 )
1851 \begin_inset Index idx
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855 WMF|see
1856 \begin_inset ERT
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860
1861 {
1862 \end_layout
1863
1864 \end_inset
1865
1866 Formats d'images
1867 \begin_inset ERT
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871
1872 }
1873 \end_layout
1874
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \end_inset
1881
1882 .
1883  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1884  en EPS, mais le résultat ne sera pas redimensionnable.
1885  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1886 \begin_inset Foot
1887 status open
1888
1889 \begin_layout Plain Layout
1890 Dans le cas du PDF l'image initiale est aussi compressée.
1891 \end_layout
1892
1893 \end_inset
1894
1895 .
1896 \end_layout
1897
1898 \begin_layout Standard
1899 Les fichiers PDF générés par 
1900 \family typewriter
1901 Adobe Photoshop
1902 \family default
1903 , par exemple, sont des images matricielles.
1904 \end_layout
1905
1906 \begin_layout Standard
1907 En principe il est quasiment impossible de convertir une image matricielle
1908  en graphique vectoriel, seul le contraire est possible.
1909
1910 \lang english
1911  
1912 \lang french
1913 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1914  dans respectivement un fichier de sortie PDF ou PostScript.
1915  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1916  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1917  WMF/SVG
1918 \begin_inset Formula $\to$
1919 \end_inset
1920
1921 PDF/EPS convenables.
1922 \end_layout
1923
1924 \begin_layout Chapter
1925 Tableaux
1926 \begin_inset Index idx
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930 Tableau
1931 \end_layout
1932
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \begin_layout Section
1939 Introduction
1940 \begin_inset Index idx
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944 Tableau ! Introduction
1945 \end_layout
1946
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \begin_layout Standard
1953 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1954  
1955 \begin_inset Graphics
1956         filename ../../images/tabular-insert.png
1957         scale 85
1958         scaleBeforeRotation
1959
1960 \end_inset
1961
1962  soit 
1963 \family sans
1964 Insérer\SpecialChar \menuseparator
1965 Tableau
1966 \family default
1967 .
1968  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1969  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1970  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1971  sur un bouton de la souris pour valider votre choix.
1972  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1973  vous demandant le nombre de lignes et de colonnes.
1974 \begin_inset Newline newline
1975 \end_inset
1976
1977 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1978  une à droite de la colonne la plus à droite et une en bas de la rangée
1979  du bas, qui forment une boîte autour du tableau.
1980  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1981  apparaît séparée du reste du tableau.
1982  Voici un exemple :
1983 \end_layout
1984
1985 \begin_layout Standard
1986 \align center
1987 \begin_inset Tabular
1988 <lyxtabular version="3" rows="4" columns="4">
1989 <features tabularvalignment="middle">
1990 <column alignment="center" valignment="top" width="0">
1991 <column alignment="center" valignment="top" width="0">
1992 <column alignment="center" valignment="top" width="0">
1993 <column alignment="center" valignment="top" width="0">
1994 <row>
1995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2005 \begin_inset Text
2006
2007 \begin_layout Plain Layout
2008 1
2009 \end_layout
2010
2011 \end_inset
2012 </cell>
2013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2014 \begin_inset Text
2015
2016 \begin_layout Plain Layout
2017 2
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2023 \begin_inset Text
2024
2025 \begin_layout Plain Layout
2026 3
2027 \end_layout
2028
2029 \end_inset
2030 </cell>
2031 </row>
2032 <row>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037 A
2038 \end_layout
2039
2040 \end_inset
2041 </cell>
2042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2043 \begin_inset Text
2044
2045 \begin_layout Plain Layout
2046
2047 \end_layout
2048
2049 \end_inset
2050 </cell>
2051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2052 \begin_inset Text
2053
2054 \begin_layout Plain Layout
2055
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2061 \begin_inset Text
2062
2063 \begin_layout Plain Layout
2064
2065 \end_layout
2066
2067 \end_inset
2068 </cell>
2069 </row>
2070 <row>
2071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075 B
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2081 \begin_inset Text
2082
2083 \begin_layout Plain Layout
2084
2085 \end_layout
2086
2087 \end_inset
2088 </cell>
2089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2090 \begin_inset Text
2091
2092 \begin_layout Plain Layout
2093
2094 \end_layout
2095
2096 \end_inset
2097 </cell>
2098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2099 \begin_inset Text
2100
2101 \begin_layout Plain Layout
2102
2103 \end_layout
2104
2105 \end_inset
2106 </cell>
2107 </row>
2108 <row>
2109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2110 \begin_inset Text
2111
2112 \begin_layout Plain Layout
2113 C
2114 \end_layout
2115
2116 \end_inset
2117 </cell>
2118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2119 \begin_inset Text
2120
2121 \begin_layout Plain Layout
2122
2123 \end_layout
2124
2125 \end_inset
2126 </cell>
2127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2128 \begin_inset Text
2129
2130 \begin_layout Plain Layout
2131
2132 \end_layout
2133
2134 \end_inset
2135 </cell>
2136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2137 \begin_inset Text
2138
2139 \begin_layout Plain Layout
2140
2141 \end_layout
2142
2143 \end_inset
2144 </cell>
2145 </row>
2146 </lyxtabular>
2147
2148 \end_inset
2149
2150
2151 \end_layout
2152
2153 \begin_layout Section
2154 La fenêtre 
2155 \family sans
2156 Tableau
2157 \family default
2158
2159 \begin_inset Index idx
2160 status collapsed
2161
2162 \begin_layout Plain Layout
2163 Tableau ! Fenêtre de dialogue
2164 \end_layout
2165
2166 \end_inset
2167
2168
2169 \end_layout
2170
2171 \begin_layout Standard
2172 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2173  de la souris, ce qui fait apparaître une fenêtre avec des options.
2174  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2175  la colonne et la ligne dans laquelle le curseur se trouve.
2176  La plupart des options peuvent s'appliquer à des sélections.
2177  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2178  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2179  votre sélection.
2180  Notez qu'il y a une différence entre sélectionner le 
2181 \emph on
2182 contenu 
2183 \emph default
2184 d'une cellule et sélectionner la cellule elle-même.
2185 \begin_inset Newline newline
2186 \end_inset
2187
2188 En cochant l'option 
2189 \family sans
2190 Application
2191 \begin_inset space ~
2192 \end_inset
2193
2194 immédiate
2195 \family default
2196  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2197  est appliquée directement.
2198  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2199  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2200  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2201  de dialogue, vous devez appuyer sur 
2202 \family sans
2203 Entrée
2204 \family default
2205  pour que la modification soit appliquée.
2206 \begin_inset Newline newline
2207 \end_inset
2208
2209 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2210  :
2211 \end_layout
2212
2213 \begin_layout Description
2214 Paramètres
2215 \begin_inset space ~
2216 \end_inset
2217
2218 du
2219 \begin_inset space ~
2220 \end_inset
2221
2222 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2223  la largeur de la colonne courante.
2224  L'alignement horizontal 
2225 \family sans
2226 Au
2227 \begin_inset space ~
2228 \end_inset
2229
2230 séparateur
2231 \begin_inset space ~
2232 \end_inset
2233
2234 décimal
2235 \family default
2236  est décrit dans la section
2237 \begin_inset space ~
2238 \end_inset
2239
2240
2241 \begin_inset CommandInset ref
2242 LatexCommand ref
2243 reference "sub:Alignements-de-cellules"
2244
2245 \end_inset
2246
2247 .
2248  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2249  vertical de la ligne courante.
2250  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2251  et donc, plusieurs paragraphes de texte, voir la section
2252 \begin_inset space ~
2253 \end_inset
2254
2255
2256 \begin_inset CommandInset ref
2257 LatexCommand ref
2258 reference "sub:Lignes-multiple-dans-cellule"
2259
2260 \end_inset
2261
2262 .
2263  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2264  pour accommoder le contenu de cellule le plus large.
2265 \begin_inset Newline newline
2266 \end_inset
2267
2268 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2269  un multicolonne, voir la section
2270 \begin_inset space ~
2271 \end_inset
2272
2273
2274 \begin_inset CommandInset ref
2275 LatexCommand ref
2276 reference "sub:Multicolonnes"
2277
2278 \end_inset
2279
2280  ou une cellule d'une colonne comme cellule multiligne, voir la section
2281 \begin_inset space ~
2282 \end_inset
2283
2284
2285 \begin_inset CommandInset ref
2286 LatexCommand ref
2287 reference "sub:Multi-lignes"
2288
2289 \end_inset
2290
2291 .
2292 \begin_inset Newline newline
2293 \end_inset
2294
2295 L'option 
2296 \family sans
2297 Tourner
2298 \begin_inset space ~
2299 \end_inset
2300
2301 la
2302 \begin_inset space ~
2303 \end_inset
2304
2305 case
2306 \begin_inset space ~
2307 \end_inset
2308
2309 de
2310 \begin_inset space ~
2311 \end_inset
2312
2313 90°
2314 \family default
2315  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2316  L'option 
2317 \family sans
2318 Tourner
2319 \begin_inset space ~
2320 \end_inset
2321
2322 le
2323 \begin_inset space ~
2324 \end_inset
2325
2326 tableau
2327 \begin_inset space ~
2328 \end_inset
2329
2330 de
2331 \begin_inset space ~
2332 \end_inset
2333
2334 90°
2335 \family default
2336  fait pivoter tout le tableau.
2337  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2338  la sortie finale.
2339 \begin_inset Newline newline
2340 \end_inset
2341
2342
2343 \begin_inset Note Greyedout
2344 status open
2345
2346 \begin_layout Plain Layout
2347
2348 \series bold
2349 Note:
2350 \series default
2351  La plupart des visualiseurs DVI ne sont 
2352 \emph on
2353 pas
2354 \emph default
2355  capables d'afficher ces rotations.
2356 \end_layout
2357
2358 \end_inset
2359
2360
2361 \begin_inset Newline newline
2362 \end_inset
2363
2364 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2365  qui sont incorporés dans une ligne de texte :
2366 \begin_inset Newline newline
2367 \end_inset
2368
2369 Une ligne avec des tableaux alignés de différentes manières: 
2370 \begin_inset Tabular
2371 <lyxtabular version="3" rows="2" columns="2">
2372 <features tabularvalignment="top">
2373 <column alignment="center" valignment="top" width="0pt">
2374 <column alignment="center" valignment="top" width="0">
2375 <row>
2376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389 1
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 </row>
2395 <row>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400 A
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409
2410 \end_layout
2411
2412 \end_inset
2413 </cell>
2414 </row>
2415 </lyxtabular>
2416
2417 \end_inset
2418
2419  
2420 \begin_inset Tabular
2421 <lyxtabular version="3" rows="2" columns="2">
2422 <features tabularvalignment="middle">
2423 <column alignment="center" valignment="top" width="0">
2424 <column alignment="center" valignment="top" width="0">
2425 <row>
2426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439 1
2440 \end_layout
2441
2442 \end_inset
2443 </cell>
2444 </row>
2445 <row>
2446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2447 \begin_inset Text
2448
2449 \begin_layout Plain Layout
2450 A
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2456 \begin_inset Text
2457
2458 \begin_layout Plain Layout
2459
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 </row>
2465 </lyxtabular>
2466
2467 \end_inset
2468
2469  
2470 \begin_inset Tabular
2471 <lyxtabular version="3" rows="2" columns="2">
2472 <features tabularvalignment="bottom">
2473 <column alignment="center" valignment="top" width="0pt">
2474 <column alignment="center" valignment="top" width="0">
2475 <row>
2476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2477 \begin_inset Text
2478
2479 \begin_layout Plain Layout
2480
2481 \end_layout
2482
2483 \end_inset
2484 </cell>
2485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2486 \begin_inset Text
2487
2488 \begin_layout Plain Layout
2489 1
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 </row>
2495 <row>
2496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2497 \begin_inset Text
2498
2499 \begin_layout Plain Layout
2500 A
2501 \end_layout
2502
2503 \end_inset
2504 </cell>
2505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2506 \begin_inset Text
2507
2508 \begin_layout Plain Layout
2509
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 </row>
2515 </lyxtabular>
2516
2517 \end_inset
2518
2519
2520 \begin_inset Newline newline
2521 \end_inset
2522
2523 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2524  spéciales pour le tableau, voir les sections
2525 \begin_inset space ~
2526 \end_inset
2527
2528
2529 \begin_inset CommandInset ref
2530 LatexCommand ref
2531 reference "sub:Calculs-multicolonnes"
2532
2533 \end_inset
2534
2535  et 
2536 \begin_inset CommandInset ref
2537 LatexCommand ref
2538 reference "sec:Tableaux-Colorés"
2539
2540 \end_inset
2541
2542 .
2543 \end_layout
2544
2545 \begin_layout Description
2546
2547 \family sans
2548 Bordures
2549 \family default
2550  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2551  ou la colonne courante.
2552  
2553 \begin_inset Newline newline
2554 \end_inset
2555
2556 En utilisant le style 
2557 \family sans
2558 Formel
2559 \family default
2560  à la place du style par 
2561 \family sans
2562 Défaut
2563 \family default
2564 , on va convertir le tableau en tableau formel comme on le décrit dans la
2565  section
2566 \begin_inset space ~
2567 \end_inset
2568
2569
2570 \begin_inset CommandInset ref
2571 LatexCommand ref
2572 reference "sec:Tableaux-Formels"
2573
2574 \end_inset
2575
2576 .
2577 \begin_inset Newline newline
2578 \end_inset
2579
2580 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2581  dans les lignes du tableau comme c'est décrit dans la section
2582 \begin_inset space ~
2583 \end_inset
2584
2585
2586 \begin_inset CommandInset ref
2587 LatexCommand ref
2588 reference "sub:Espacement-lignes"
2589
2590 \end_inset
2591
2592 .
2593 \end_layout
2594
2595 \begin_layout Description
2596 Tableau
2597 \begin_inset space ~
2598 \end_inset
2599
2600 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2601  un 
2602 \begin_inset Quotes eld
2603 \end_inset
2604
2605
2606 \emph on
2607 tableau long
2608 \emph default
2609
2610 \begin_inset Quotes erd
2611 \end_inset
2612
2613  qui peut continuer sur plusieurs pages.
2614  Les sections
2615 \begin_inset space ~
2616 \end_inset
2617
2618
2619 \begin_inset CommandInset ref
2620 LatexCommand ref
2621 reference "sec:Tableaux-longs"
2622
2623 \end_inset
2624
2625  et 
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:Questions-sur-tableaux-longs"
2629
2630 \end_inset
2631
2632  décrivent ces tableaux longs plus en détail.
2633 \end_layout
2634
2635 \begin_layout Section
2636 La barre d'outils tableau
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Tableau ! Barre d'outils
2642 \end_layout
2643
2644 \end_inset
2645
2646
2647 \end_layout
2648
2649 \begin_layout Standard
2650 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2651  permet de modifier plus rapidement les tableaux.
2652  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2653  le curseur se trouve à l'intérieur d'un tableau.
2654  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2655  au menu 
2656 \family sans
2657 Visualiser\SpecialChar \menuseparator
2658 Barres
2659 \begin_inset space ~
2660 \end_inset
2661
2662 d'outils\SpecialChar \menuseparator
2663 Tableau
2664 \family default
2665 .
2666 \end_layout
2667
2668 \begin_layout Standard
2669 La barre d'outils contient les icônes suivantes :
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Graphics
2675         filename ../../images/tabular-feature_append-row.png
2676         scaleBeforeRotation
2677
2678 \end_inset
2679
2680  ajoute une ligne sous la cellule ou la sélection courante
2681 \end_layout
2682
2683 \begin_layout Labeling
2684 \labelwidthstring 00.00.0000
2685 \begin_inset Graphics
2686         filename ../../images/tabular-feature_append-column.png
2687         scaleBeforeRotation
2688
2689 \end_inset
2690
2691  ajoute une colonne à la droite de la cellule ou de la sélection courante
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Graphics
2697         filename ../../images/tabular-feature_delete-row.png
2698         scaleBeforeRotation
2699
2700 \end_inset
2701
2702  supprime la ligne ou la sélection courante
2703 \end_layout
2704
2705 \begin_layout Labeling
2706 \labelwidthstring 00.00.0000
2707 \begin_inset Graphics
2708         filename ../../images/tabular-feature_delete-column.png
2709         scaleBeforeRotation
2710
2711 \end_inset
2712
2713  supprime la colonne ou la sélection courante
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718 \begin_inset Graphics
2719         filename ../../images/tabular-feature_toggle-line-top.png
2720         scaleBeforeRotation
2721
2722 \end_inset
2723
2724  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2725  courante
2726 \end_layout
2727
2728 \begin_layout Labeling
2729 \labelwidthstring 00.00.0000
2730 \begin_inset Graphics
2731         filename ../../images/tabular-feature_toggle-line-bottom.png
2732         scaleBeforeRotation
2733
2734 \end_inset
2735
2736  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2737 \end_layout
2738
2739 \begin_layout Labeling
2740 \labelwidthstring 00.00.0000
2741 \begin_inset Graphics
2742         filename ../../images/tabular-feature_toggle-line-left.png
2743         scaleBeforeRotation
2744
2745 \end_inset
2746
2747  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2748 \begin_inset Note Note
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 ou colonne ?
2753 \end_layout
2754
2755 \end_inset
2756
2757  ou de la sélection courante
2758 \end_layout
2759
2760 \begin_layout Labeling
2761 \labelwidthstring 00.00.0000
2762 \begin_inset Graphics
2763         filename ../../images/tabular-feature_toggle-line-right.png
2764         scaleBeforeRotation
2765
2766 \end_inset
2767
2768  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2769 \begin_inset Note Note
2770 status collapsed
2771
2772 \begin_layout Plain Layout
2773 ou colonne ?
2774 \end_layout
2775
2776 \end_inset
2777
2778  ou de la sélection courante
2779 \end_layout
2780
2781 \begin_layout Labeling
2782 \labelwidthstring 00.00.0000
2783 \begin_inset Graphics
2784         filename ../../images/tabular-feature_set-all-lines.png
2785         scaleBeforeRotation
2786
2787 \end_inset
2788
2789  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2790  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2791  colonne et la ligne courante
2792 \end_layout
2793
2794 \begin_layout Labeling
2795 \labelwidthstring 00.00.0000
2796 \begin_inset Graphics
2797         filename ../../images/tabular-feature_unset-all-lines.png
2798         scaleBeforeRotation
2799
2800 \end_inset
2801
2802  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2803  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2804  aussi la colonne et la ligne courante
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Graphics
2810         filename ../../images/tabular-feature_m-align-left.png
2811         scaleBeforeRotation
2812
2813 \end_inset
2814
2815  aligne à gauche le contenu de la cellule ou de la colonne courante
2816 \end_layout
2817
2818 \begin_layout Labeling
2819 \labelwidthstring 00.00.0000
2820 \begin_inset Graphics
2821         filename ../../images/tabular-feature_m-align-center.png
2822         scaleBeforeRotation
2823
2824 \end_inset
2825
2826  centre horizontalement le contenu de la cellule ou de la colonne courante
2827 \end_layout
2828
2829 \begin_layout Labeling
2830 \labelwidthstring 00.00.0000
2831 \begin_inset Graphics
2832         filename ../../images/tabular-feature_m-align-right.png
2833         scaleBeforeRotation
2834
2835 \end_inset
2836
2837  aligne à droite le contenu de la cellule ou de la colonne courante
2838 \end_layout
2839
2840 \begin_layout Labeling
2841 \labelwidthstring 00.00.0000
2842 \begin_inset Graphics
2843         filename ../../images/tabular-feature_align-decimal.png
2844         scaleBeforeRotation
2845
2846 \end_inset
2847
2848  aligne le contenu de la colonne courante sur un caractère
2849 \end_layout
2850
2851 \begin_layout Labeling
2852 \labelwidthstring 00.00.0000
2853 \begin_inset Graphics
2854         filename ../../images/tabular-feature_m-valign-top.png
2855         scaleBeforeRotation
2856
2857 \end_inset
2858
2859  aligne le contenu de la cellule courante verticalement vers le haut
2860 \end_layout
2861
2862 \begin_layout Labeling
2863 \labelwidthstring 00.00.0000
2864 \begin_inset Graphics
2865         filename ../../images/tabular-feature_m-valign-middle.png
2866         scaleBeforeRotation
2867
2868 \end_inset
2869
2870  centre verticalement le contenu de la cellule courante
2871 \end_layout
2872
2873 \begin_layout Labeling
2874 \labelwidthstring 00.00.0000
2875 \begin_inset Graphics
2876         filename ../../images/tabular-feature_m-valign-bottom.png
2877         scaleBeforeRotation
2878
2879 \end_inset
2880
2881  aligne le contenu de la cellule courante verticalement vers le bas
2882 \end_layout
2883
2884 \begin_layout Labeling
2885 \labelwidthstring 00.00.0000
2886 \begin_inset Graphics
2887         filename ../../images/tabular-feature_set-rotate-cell.png
2888         scaleBeforeRotation
2889
2890 \end_inset
2891
2892  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2893 re
2894 \end_layout
2895
2896 \begin_layout Labeling
2897 \labelwidthstring 00.00.0000
2898 \begin_inset Graphics
2899         filename ../../images/tabular-feature_set-rotate-tabular.png
2900         scaleBeforeRotation
2901
2902 \end_inset
2903
2904  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2905 \end_layout
2906
2907 \begin_layout Labeling
2908 \labelwidthstring 00.00.0000
2909 \begin_inset Graphics
2910         filename ../../images/tabular-feature_multicolumn.png
2911         scaleBeforeRotation
2912
2913 \end_inset
2914
2915  transforme en multi-colonne la cellule ou la sélection courante
2916 \end_layout
2917
2918 \begin_layout Labeling
2919 \labelwidthstring 00.00.0000
2920 \begin_inset Graphics
2921         filename ../../images/tabular-feature_multirow.png
2922         scaleBeforeRotation
2923
2924 \end_inset
2925
2926  transforme en multiligne la cellule ou la sélection courante
2927 \end_layout
2928
2929 \begin_layout Standard
2930 \begin_inset Note Greyedout
2931 status open
2932
2933 \begin_layout Plain Layout
2934
2935 \series bold
2936 Note :
2937 \series default
2938  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2939  est utilisé pour toutes les autres cellules de la ligne.
2940 \end_layout
2941
2942 \end_inset
2943
2944
2945 \end_layout
2946
2947 \begin_layout Section
2948 Le Menu Éditer Tableau
2949 \begin_inset Index idx
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953 Tableau ! Menu Éditer
2954 \end_layout
2955
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \begin_layout Standard
2962 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2963  
2964 \family sans
2965 Éditer\SpecialChar \menuseparator
2966 Tableau
2967 \family default
2968  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2969  ou de la ligne courante et aussi de transformer la sélection courante en
2970  multi-colonne.
2971  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2972 \end_layout
2973
2974 \begin_layout Section
2975 Flottant de Tableau
2976 \begin_inset CommandInset label
2977 LatexCommand label
2978 name "sec:Table-Floats"
2979
2980 \end_inset
2981
2982
2983 \begin_inset Index idx
2984 status collapsed
2985
2986 \begin_layout Plain Layout
2987 Flottants ! Tableaux
2988 \end_layout
2989
2990 \end_inset
2991
2992
2993 \begin_inset Index idx
2994 status collapsed
2995
2996 \begin_layout Plain Layout
2997 Tableau ! Flottants
2998 \end_layout
2999
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \begin_layout Standard
3006 Pour des explications générales sur les flottants, jetez un œil à la section
3007 \begin_inset space ~
3008 \end_inset
3009
3010
3011 \begin_inset CommandInset ref
3012 LatexCommand ref
3013 reference "sec:Flottants-Introduction"
3014
3015 \end_inset
3016
3017 .
3018 \end_layout
3019
3020 \begin_layout Standard
3021 \begin_inset Float table
3022 placement h
3023 wide false
3024 sideways false
3025 status open
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Caption
3029
3030 \begin_layout Plain Layout
3031 \begin_inset CommandInset label
3032 LatexCommand label
3033 name "tab:Flottant-de-tableau"
3034
3035 \end_inset
3036
3037 Un flottant de tableau.
3038 \end_layout
3039
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \begin_layout Plain Layout
3046 \align center
3047 \begin_inset Tabular
3048 <lyxtabular version="3" rows="3" columns="3">
3049 <features tabularvalignment="middle">
3050 <column alignment="center" valignment="top" width="0pt">
3051 <column alignment="center" valignment="top" width="0pt">
3052 <column alignment="center" valignment="top" width="0pt">
3053 <row>
3054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 1
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 2
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076 3
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 </row>
3082 <row>
3083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 Jules
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 Marie
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 Jean
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 </row>
3111 <row>
3112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3113 \begin_inset Text
3114
3115 \begin_layout Plain Layout
3116 \begin_inset Formula $\int x^{2}dx$
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 \begin_inset Formula $\left[\begin{array}{cc}
3129 a & b\\
3130 c & d
3131 \end{array}\right]$
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143 \begin_inset Formula $1+1=2$
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 </lyxtabular>
3153
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \end_inset
3160
3161
3162 \end_layout
3163
3164 \begin_layout Standard
3165 Les flottants de tableau sont insérés en utilisant le menu 
3166 \family sans
3167 Insérer\SpecialChar \menuseparator
3168 Flottant\SpecialChar \menuseparator
3169 Tableau
3170 \family default
3171  ou le bouton 
3172 \begin_inset Graphics
3173         filename ../../images/float-insert_table.png
3174         scale 85
3175         scaleBeforeRotation
3176
3177 \end_inset
3178
3179  de la barre d'outils.
3180 \end_layout
3181
3182 \begin_layout Standard
3183 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3184  qui a comme étiquette 
3185 \begin_inset Quotes eld
3186 \end_inset
3187
3188 Tableau
3189 \begin_inset space ~
3190 \end_inset
3191
3192 #:
3193 \begin_inset Quotes erd
3194 \end_inset
3195
3196  (où # est le numéro du tableau).
3197  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3198 \end_layout
3199
3200 \begin_layout Standard
3201 Le tableau
3202 \begin_inset space ~
3203 \end_inset
3204
3205
3206 \begin_inset CommandInset ref
3207 LatexCommand ref
3208 reference "tab:Flottant-de-tableau"
3209
3210 \end_inset
3211
3212  est un exemple de tableau dans un flottant de tableau.
3213 \end_layout
3214
3215 \begin_layout Standard
3216 On met habituellement la légende au dessus des tableaux, mais cette règle
3217  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3218  Cela signifie que si vous utilisez un document appartenant aux classes
3219  
3220 \family sans
3221 article
3222 \family default
3223
3224 \family sans
3225 book
3226 \family default
3227
3228 \family sans
3229 letter
3230 \family default
3231 , ou
3232 \family sans
3233  report
3234 \family default
3235  il n'y aura pas d'espace entre la légende et le tableau.
3236  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3237  la commande de chargement du paquetage LaTeX 
3238 \series bold
3239 caption
3240 \series default
3241
3242 \begin_inset Index idx
3243 status collapsed
3244
3245 \begin_layout Plain Layout
3246 Paquetages LaTeX ! caption
3247 \end_layout
3248
3249 \end_inset
3250
3251  dans le préambule de votre document.
3252 \begin_inset Foot
3253 status open
3254
3255 \begin_layout Plain Layout
3256 Pour plus d'information voyez la section
3257 \begin_inset space ~
3258 \end_inset
3259
3260
3261 \begin_inset CommandInset ref
3262 LatexCommand ref
3263 reference "sec:Placement-légende"
3264
3265 \end_inset
3266
3267 .
3268 \end_layout
3269
3270 \end_inset
3271
3272 :
3273 \end_layout
3274
3275 \begin_layout Standard
3276
3277 \series bold
3278 tableposition=top
3279 \end_layout
3280
3281 \begin_layout Standard
3282 Le paquetage 
3283 \series bold
3284 caption
3285 \series default
3286 , qui est décrit dans la section
3287 \begin_inset space ~
3288 \end_inset
3289
3290
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "sec:Formatage-légende"
3294
3295 \end_inset
3296
3297 , est utilisé pour ajuster le format des légendes.
3298 \end_layout
3299
3300 \begin_layout Standard
3301 Dans le texte, on fait référence à un tableau
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 References@Références ! à des Tableaux
3307 \end_layout
3308
3309 \end_inset
3310
3311  en faisant référence à sa légende.
3312  On insère donc une étiquette dans la légende en utilisant le menu 
3313 \family sans
3314 Insérer
3315 \family default
3316 \SpecialChar \menuseparator
3317
3318 \family sans
3319 Étiquette
3320 \family default
3321  ou le bouton 
3322 \begin_inset Graphics
3323         filename ../../images/label-insert.png
3324         scale 85
3325         scaleBeforeRotation
3326
3327 \end_inset
3328
3329  de la barre d'outils.
3330  On peut alors faire référence à cette étiquette en utilisant le menu 
3331 \family sans
3332 Insérer\SpecialChar \menuseparator
3333 Référence
3334 \begin_inset space ~
3335 \end_inset
3336
3337 croisée
3338 \family default
3339  ou le bouton 
3340 \begin_inset Graphics
3341         filename ../../images/dialog-show-new-inset_ref.png
3342         scale 85
3343         scaleBeforeRotation
3344
3345 \end_inset
3346
3347  de la barre d'outils.
3348 \begin_inset Newline newline
3349 \end_inset
3350
3351 Les références croisées sont expliquées en détail dans la section
3352 \begin_inset space ~
3353 \end_inset
3354
3355
3356 \begin_inset CommandInset ref
3357 LatexCommand ref
3358 reference "sec:Referencer-les-Flottants"
3359
3360 \end_inset
3361
3362 .
3363 \end_layout
3364
3365 \begin_layout Section
3366 Tableaux Longs
3367 \begin_inset CommandInset label
3368 LatexCommand label
3369 name "sec:Tableaux-longs"
3370
3371 \end_inset
3372
3373
3374 \begin_inset Index idx
3375 status collapsed
3376
3377 \begin_layout Plain Layout
3378 Tableaux longs
3379 \end_layout
3380
3381 \end_inset
3382
3383
3384 \begin_inset Index idx
3385 status collapsed
3386
3387 \begin_layout Plain Layout
3388 Tableau ! Tableaux longs
3389 \end_layout
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \begin_layout Standard
3397 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3398  l'option 
3399 \family sans
3400 Utiliser
3401 \begin_inset space ~
3402 \end_inset
3403
3404 les
3405 \begin_inset space ~
3406 \end_inset
3407
3408 tableaux
3409 \begin_inset space ~
3410 \end_inset
3411
3412 longs
3413 \family default
3414  de l'onglet 
3415 \family sans
3416 Tableau
3417 \begin_inset space ~
3418 \end_inset
3419
3420 long
3421 \family default
3422  de la fenêtre 
3423 \family sans
3424 Paramètres
3425 \begin_inset space ~
3426 \end_inset
3427
3428 du
3429 \begin_inset space ~
3430 \end_inset
3431
3432 tableau
3433 \family default
3434  pour le répartir automatiquement sur plusieurs pages.
3435  En cochant cette option, vous activez les options suivantes:
3436 \end_layout
3437
3438 \begin_layout Description
3439 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3440  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3441  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3442  première page, si 
3443 \family sans
3444 Premier
3445 \begin_inset space ~
3446 \end_inset
3447
3448 en-tête
3449 \family default
3450  est défini.
3451  Ces lignes forment l'en-tête principal.
3452 \end_layout
3453
3454 \begin_layout Description
3455 Premier
3456 \begin_inset space ~
3457 \end_inset
3458
3459 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3460  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3461  d'en-tête utilisées pour la première page du tableau long.
3462 \end_layout
3463
3464 \begin_layout Description
3465 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3466  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3467  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3468  page si 
3469 \family sans
3470 Dernier
3471 \begin_inset space ~
3472 \end_inset
3473
3474 pied
3475 \family default
3476  est défini.
3477 \end_layout
3478
3479 \begin_layout Description
3480 Dernier
3481 \begin_inset space ~
3482 \end_inset
3483
3484 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3485  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3486  constituant le pied de la dernière page du tableau long.
3487 \end_layout
3488
3489 \begin_layout Description
3490 Légende La ligne courante contient la légende du tableau.
3491  La première ligne est transformée en une colonne unique et une légende
3492  est insérée.
3493  Vous trouverez d'autres explications sur les légendes pour les tableaux
3494  longs dans la section
3495 \begin_inset space ~
3496 \end_inset
3497
3498
3499 \begin_inset CommandInset ref
3500 LatexCommand ref
3501 reference "sub:Tableaux-longs-légende"
3502
3503 \end_inset
3504
3505 .
3506 \end_layout
3507
3508 \begin_layout Standard
3509 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3510  Voyez le tableau long qui suit pour voir comment ça marche :
3511 \end_layout
3512
3513 \begin_layout Standard
3514 \align center
3515 \begin_inset Tabular
3516 <lyxtabular version="3" rows="69" columns="3">
3517 <features islongtable="true" longtabularalignment="center">
3518 <column alignment="left" valignment="top" width="0cm">
3519 <column alignment="left" valignment="top" width="0pt">
3520 <column alignment="center" valignment="top" width="0pt">
3521 <row endfirsthead="true">
3522 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Exemple d'annuaire téléphonique (ignorez les noms)
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row endfirsthead="true">
3553 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 NOM
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579 TEL.
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row endhead="true">
3586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \series bold
3592 Exemple d'annuaire téléphonique
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 </row>
3616 <row endhead="true">
3617 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623 NOM
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 TEL.
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 </row>
3649 <row endfoot="true">
3650 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654  continue page suivante
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 </row>
3678 <row>
3679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683
3684 \series bold
3685 Annovi
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 Silvia
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 111
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row>
3710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \series bold
3716 Bertoli
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 Stefano
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 111
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745
3746 \series bold
3747 Bozzi
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 Walter
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 111
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 </row>
3771 <row>
3772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776
3777 \series bold
3778 Cachia
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 Maria
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 111
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 </row>
3802 <row>
3803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807
3808 \series bold
3809 Cachia
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 Maurizio
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 111
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 </row>
3833 <row>
3834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838
3839 \series bold
3840 Cinquemani
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 Giusi
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 111
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \series bold
3871 Colin
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Bernard
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 111
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row>
3896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \series bold
3902 Concli
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 Gianfranco
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 111
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 <row>
3927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931
3932 \series bold
3933 Dal Bosco
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 Carolina
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 111
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 <row>
3958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962
3963 \series bold
3964 Dalpiaz
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 Annamaria
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 111
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 </row>
3988 <row>
3989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993
3994 \series bold
3995 Feliciello
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 Domenico
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 111
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 <row>
4020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024
4025 \series bold
4026 Focarelli
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 Paola
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 111
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 </row>
4050 <row>
4051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055
4056 \series bold
4057 Galletti
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 Oreste
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 111
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 </row>
4081 <row>
4082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086
4087 \series bold
4088 Gasparini
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 Franca
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 111
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 </row>
4112 <row>
4113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117
4118 \series bold
4119 Rizzardi
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 <cell alignment="center" valignment="top" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128 Paola
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 111
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 </row>
4143 <row>
4144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148
4149 \series bold
4150 Lassini
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 <cell alignment="center" valignment="top" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159 Giancarlo
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 111
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 </row>
4174 <row>
4175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179
4180 \series bold
4181 Malfatti
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 <cell alignment="center" valignment="top" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190 Luciano
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 111
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 </row>
4205 <row>
4206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210
4211 \series bold
4212 Malfatti
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 <cell alignment="center" valignment="top" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221 Valeriano
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 111
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241
4242 \series bold
4243 Meneguzzo
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 <cell alignment="center" valignment="top" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252 Roberto
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 111
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 </row>
4267 <row>
4268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272
4273 \series bold
4274 Mezzadra
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 <cell alignment="center" valignment="top" usebox="none">
4280 \begin_inset Text
4281
4282 \begin_layout Plain Layout
4283 Roberto
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 111
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303
4304 \series bold
4305 Pirpamer
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 <cell alignment="center" valignment="top" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 Erich
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 111
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334
4335 \series bold
4336 Pochiesa
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 <cell alignment="center" valignment="top" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 Paolo
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 111, 222
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365
4366 \series bold
4367 Radina
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 Claudio
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 111
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 </row>
4391 <row>
4392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396
4397 \series bold
4398 Stuffer
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 <cell alignment="center" valignment="top" usebox="none">
4404 \begin_inset Text
4405
4406 \begin_layout Plain Layout
4407 Oskar
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 111
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 </row>
4422 <row>
4423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427
4428 \series bold
4429 Tacchelli
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 <cell alignment="center" valignment="top" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 Ugo
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 111
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 </row>
4453 <row>
4454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458
4459 \series bold
4460 Tezzele
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 <cell alignment="center" valignment="top" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 Margit
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 111
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 <row>
4485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489
4490 \series bold
4491 Unterkalmsteiner
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 Frieda
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 111
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 </row>
4515 <row>
4516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520
4521 \series bold
4522 Vieider
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 <cell alignment="center" valignment="top" usebox="none">
4528 \begin_inset Text
4529
4530 \begin_layout Plain Layout
4531 Hilde
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 111
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 </row>
4546 <row>
4547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551
4552 \series bold
4553 Vigna
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 <cell alignment="center" valignment="top" usebox="none">
4559 \begin_inset Text
4560
4561 \begin_layout Plain Layout
4562 Jürgen
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 111
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \series bold
4584 Weber
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Maurizio
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 111
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 <row>
4609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613
4614 \series bold
4615 Winkler
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624 Franz
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 111
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 </row>
4639 <row>
4640 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644  
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673
4674 \series bold
4675 Annovi
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 Silvia
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 555
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704
4705 \series bold
4706 Bertoli
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 Stefano
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 555
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735
4736 \series bold
4737 Bozzi
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 Walter
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 555
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 </row>
4761 <row>
4762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766
4767 \series bold
4768 Cachia
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 Maria
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 555
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 </row>
4792 <row>
4793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797
4798 \series bold
4799 Cachia
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 Maurizio
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 555
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 </row>
4823 <row>
4824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828
4829 \series bold
4830 Cinquemani
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 Giusi
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 555
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \series bold
4861 Colin
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 Bernard
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 555
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 </row>
4885 <row>
4886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890
4891 \series bold
4892 Concli
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 Gianfranco
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 555
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921
4922 \series bold
4923 Dal Bosco
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 Carolina
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 555
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 </row>
4947 <row>
4948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952
4953 \series bold
4954 Dalpiaz
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 Annamaria
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 555
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 </row>
4978 <row>
4979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983
4984 \series bold
4985 Feliciello
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 Domenico
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 555
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 </row>
5009 <row>
5010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014
5015 \series bold
5016 Focarelli
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 Paola
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 555
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 </row>
5040 <row>
5041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045
5046 \series bold
5047 Galletti
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 Oreste
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 555
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 </row>
5071 <row>
5072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076
5077 \series bold
5078 Gasparini
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 Franca
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 555
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 </row>
5102 <row>
5103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107
5108 \series bold
5109 Rizzardi
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 <cell alignment="center" valignment="top" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118 Paola
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 555
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 </row>
5133 <row>
5134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138
5139 \series bold
5140 Lassini
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 Giancarlo
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 555
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 </row>
5164 <row>
5165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169
5170 \series bold
5171 Malfatti
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 Luciano
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 555
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 </row>
5195 <row>
5196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200
5201 \series bold
5202 Malfatti
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 Valeriano
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 555
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 </row>
5226 <row>
5227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231
5232 \series bold
5233 Meneguzzo
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 <cell alignment="center" valignment="top" usebox="none">
5239 \begin_inset Text
5240
5241 \begin_layout Plain Layout
5242 Roberto
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 555
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 </row>
5257 <row>
5258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262
5263 \series bold
5264 Mezzadra
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 Roberto
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 555
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 </row>
5288 <row>
5289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \series bold
5295 Pirpamer
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 Erich
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 555
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 </row>
5319 <row>
5320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324
5325 \series bold
5326 Pochiesa
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 <cell alignment="center" valignment="top" usebox="none">
5332 \begin_inset Text
5333
5334 \begin_layout Plain Layout
5335 Paolo
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344 555, 222
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 </row>
5350 <row>
5351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355
5356 \series bold
5357 Radina
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 <cell alignment="center" valignment="top" usebox="none">
5363 \begin_inset Text
5364
5365 \begin_layout Plain Layout
5366 Claudio
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 555
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 </row>
5381 <row>
5382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386
5387 \series bold
5388 Stuffer
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 Oskar
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 555
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 </row>
5412 <row>
5413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417
5418 \series bold
5419 Tacchelli
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 Ugo
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 555
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 </row>
5443 <row>
5444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448
5449 \series bold
5450 Tezzele
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 Margit
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 555
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 </row>
5474 <row>
5475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479
5480 \series bold
5481 Unterkalmsteiner
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 <cell alignment="center" valignment="top" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490 Frieda
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 555
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 </row>
5505 <row>
5506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510
5511 \series bold
5512 Vieider
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 Hilde
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 555
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 </row>
5536 <row>
5537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541
5542 \series bold
5543 Vigna
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 Jürgen
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 999
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 </row>
5567 <row>
5568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \series bold
5574 Weber
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 <cell alignment="center" valignment="top" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 Maurizio
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 555
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603
5604 \series bold
5605 Winkler
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 Franz
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 555
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 </row>
5629 <row endlastfoot="true">
5630 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5631 \begin_inset Text
5632
5633 \begin_layout Plain Layout
5634 Fin
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 </row>
5658 </lyxtabular>
5659
5660 \end_inset
5661
5662
5663 \begin_inset ERT
5664 status collapsed
5665
5666 \begin_layout Plain Layout
5667
5668
5669 \backslash
5670 addtocounter{table}{-1}
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \begin_inset Note Note
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680 Voyez la première note grisée de la section
5681 \begin_inset space ~
5682 \end_inset
5683
5684
5685 \begin_inset CommandInset ref
5686 LatexCommand ref
5687 reference "sub:Tableaux-longs-légende"
5688
5689 \end_inset
5690
5691  pour une explication de cette commande.
5692 \end_layout
5693
5694 \end_inset
5695
5696
5697 \end_layout
5698
5699 \begin_layout Subsection
5700 Notes de Bas de Page dans les Tableaux Longs
5701 \begin_inset CommandInset label
5702 LatexCommand label
5703 name "sub:Notes-dans-tableau-long"
5704
5705 \end_inset
5706
5707
5708 \begin_inset Index idx
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 Tableaux longs ! Notes de bas de page
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \begin_layout Standard
5721 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5722  long.
5723  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5724  contenant la note.
5725  Par exemple le tableau
5726 \begin_inset space ~
5727 \end_inset
5728
5729
5730 \begin_inset CommandInset ref
5731 LatexCommand ref
5732 reference "tab:Légendes-tableau-différentes"
5733
5734 \end_inset
5735
5736  a une note de bas de page.
5737 \end_layout
5738
5739 \begin_layout Subsection
5740 Alignement des Tableaux Longs
5741 \begin_inset Index idx
5742 status collapsed
5743
5744 \begin_layout Plain Layout
5745 Tableaux longs ! Alignement
5746 \end_layout
5747
5748 \end_inset
5749
5750
5751 \end_layout
5752
5753 \begin_layout Standard
5754 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5755  de dialogue des paramètres de tableau.
5756  Pour les alignements à droite et à gauche, le tableau sera directement
5757  au bord de la page.
5758  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5759  l'alignement centré et modifier les valeurs des longueurs 
5760 \series bold
5761
5762 \backslash
5763 LTleft 
5764 \series default
5765 et 
5766 \series bold
5767
5768 \backslash
5769 LTright
5770 \series default
5771  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5772  concerné :
5773 \end_layout
5774
5775 \begin_layout Standard
5776
5777 \series bold
5778
5779 \backslash
5780 setlength{
5781 \backslash
5782 LTleft}{valeur}
5783 \end_layout
5784
5785 \begin_layout Standard
5786 Où 
5787 \series bold
5788 valeur
5789 \series default
5790  peut avoir n'importe laquelle des unités listées dans le tableau
5791 \begin_inset space ~
5792 \end_inset
5793
5794
5795 \begin_inset CommandInset ref
5796 LatexCommand ref
5797 reference "cha:Unités-de-longueur"
5798
5799 \end_inset
5800
5801 .
5802  
5803 \series bold
5804
5805 \backslash
5806 LTleft
5807 \series default
5808  contrôle la distance horizontale entre le bord gauche de la page et le
5809  tableau, et
5810 \series bold
5811  
5812 \backslash
5813 LTright
5814 \series default
5815  la distance au bord droit.
5816  La valeur implicite des ces deux distances est 
5817 \series bold
5818
5819 \backslash
5820 fill
5821 \series default
5822 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5823 \end_layout
5824
5825 \begin_layout Standard
5826 Le tableau long suivant a été centrée en mettant 
5827 \series bold
5828
5829 \backslash
5830 LTleft
5831 \series default
5832  à 
5833 \family sans
5834 0.1
5835 \backslash
5836 columnwidth
5837 \family default
5838 :
5839 \begin_inset ERT
5840 status collapsed
5841
5842 \begin_layout Plain Layout
5843
5844
5845 \backslash
5846 setlength{
5847 \backslash
5848 LTleft}{0.1
5849 \backslash
5850 columnwidth}
5851 \end_layout
5852
5853 \end_inset
5854
5855
5856 \end_layout
5857
5858 \begin_layout Standard
5859 \begin_inset Tabular
5860 <lyxtabular version="3" rows="5" columns="5">
5861 <features islongtable="true" longtabularalignment="center">
5862 <column alignment="center" valignment="top" width="0">
5863 <column alignment="center" valignment="top" width="0">
5864 <column alignment="center" valignment="top" width="0">
5865 <column alignment="center" valignment="top" width="0">
5866 <column alignment="center" valignment="top" width="0">
5867 <row>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 1
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 2
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 3
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899 4
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 5
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 asd
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 s
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 s
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5943 \begin_inset Text
5944
5945 \begin_layout Plain Layout
5946 s
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 asd
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 asd
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 s
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 s
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 s
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 asd
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 </row>
6008 <row>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 s
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 s
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 s
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 asd
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 </row>
6055 <row>
6056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 asd
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 asd
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 asd
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 asd
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 asd
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 </row>
6102 </lyxtabular>
6103
6104 \end_inset
6105
6106
6107 \begin_inset ERT
6108 status collapsed
6109
6110 \begin_layout Plain Layout
6111
6112
6113 \backslash
6114 setlength{
6115 \backslash
6116 LTleft}{
6117 \backslash
6118 fill}
6119 \end_layout
6120
6121 \end_inset
6122
6123
6124 \begin_inset ERT
6125 status collapsed
6126
6127 \begin_layout Plain Layout
6128
6129
6130 \backslash
6131 addtocounter{table}{-1}
6132 \end_layout
6133
6134 \end_inset
6135
6136
6137 \begin_inset Note Note
6138 status collapsed
6139
6140 \begin_layout Plain Layout
6141 Voyez la première note grisée de la section
6142 \begin_inset space ~
6143 \end_inset
6144
6145
6146 \begin_inset CommandInset ref
6147 LatexCommand ref
6148 reference "sub:Tableaux-longs-légende"
6149
6150 \end_inset
6151
6152  pour une explication de cette commande.
6153 \end_layout
6154
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \begin_layout Subsection
6161 Légendes et Tableaux longs
6162 \begin_inset Index idx
6163 status collapsed
6164
6165 \begin_layout Plain Layout
6166 Tableaux longs ! Legendes@Légendes
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \begin_inset CommandInset label
6173 LatexCommand label
6174 name "sub:Tableaux-longs-légende"
6175
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \begin_layout Standard
6182 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6183  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6184  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6185  Longs quand on utilise pour une ligne l'option de tableau long 
6186 \family sans
6187 Légende
6188 \family default
6189 , comme c'est expliqué dans la section
6190 \begin_inset space ~
6191 \end_inset
6192
6193
6194 \begin_inset CommandInset ref
6195 LatexCommand ref
6196 reference "sec:Tableaux-longs"
6197
6198 \end_inset
6199
6200 .
6201 \end_layout
6202
6203 \begin_layout Standard
6204 Voici un petit Tableau long pour voir comment ça marche :
6205 \end_layout
6206
6207 \begin_layout Standard
6208 \begin_inset Tabular
6209 <lyxtabular version="3" rows="6" columns="5">
6210 <features islongtable="true" longtabularalignment="center">
6211 <column alignment="center" valignment="top" width="0">
6212 <column alignment="center" valignment="top" width="0">
6213 <column alignment="center" valignment="top" width="0">
6214 <column alignment="center" valignment="top" width="0">
6215 <column alignment="center" valignment="top" width="0">
6216 <row caption="true">
6217 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 \begin_inset Caption
6222
6223 \begin_layout Plain Layout
6224 Tableau long avec une légende
6225 \begin_inset Argument
6226 status open
6227
6228 \begin_layout Plain Layout
6229 Tableau long
6230 \end_layout
6231
6232 \end_inset
6233
6234
6235 \end_layout
6236
6237 \end_inset
6238
6239
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 </row>
6281 <row>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 1
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 2
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 3
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 4
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 5
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 asd
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 s
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 asd
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 s
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 s
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 </row>
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 s
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 s
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 s
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 asd
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 </row>
6469 <row>
6470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 asd
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 asd
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492 asd
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 asd
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 </row>
6516 </lyxtabular>
6517
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \begin_layout Standard
6524 \begin_inset VSpace medskip
6525 \end_inset
6526
6527
6528 \begin_inset Note Greyedout
6529 status open
6530
6531 \begin_layout Plain Layout
6532
6533 \series bold
6534 Note
6535 \begin_inset space ~
6536 \end_inset
6537
6538 1:
6539 \series default
6540  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6541  n'avez pas prévu de légende.
6542  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6543 \begin_inset space ~
6544 \end_inset
6545
6546 2.4 suit le tableau
6547 \begin_inset space ~
6548 \end_inset
6549
6550 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6551  sans légende.
6552  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6553  après chaque tableau long sans légende :
6554 \end_layout
6555
6556 \begin_layout Plain Layout
6557
6558 \series bold
6559
6560 \backslash
6561 addtocounter{table}{-1}
6562 \end_layout
6563
6564 \begin_layout Plain Layout
6565 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6566  et que vous ajoutez le code suivant dans le préambule du document :
6567 \end_layout
6568
6569 \begin_layout Plain Layout
6570
6571 \series bold
6572
6573 \backslash
6574 let
6575 \backslash
6576 myEnd
6577 \backslash
6578 endlongtable
6579 \begin_inset Newline newline
6580 \end_inset
6581
6582
6583 \backslash
6584 renewcommand{
6585 \backslash
6586 endlongtable}{
6587 \backslash
6588 myEnd
6589 \backslash
6590 addtocounter{table}{-1}}
6591 \end_layout
6592
6593 \end_inset
6594
6595
6596 \end_layout
6597
6598 \begin_layout Standard
6599 \begin_inset Note Greyedout
6600 status open
6601
6602 \begin_layout Plain Layout
6603
6604 \series bold
6605 Note
6606 \begin_inset space ~
6607 \end_inset
6608
6609 2:
6610 \series default
6611  Si vous utilisez 
6612 \series bold
6613 hyperref
6614 \series default
6615
6616 \begin_inset Index idx
6617 status collapsed
6618
6619 \begin_layout Plain Layout
6620 Paquetages LaTeX ! hyperref
6621 \end_layout
6622
6623 \end_inset
6624
6625  dans les 
6626 \family sans
6627 Paramètres du document
6628 \family default
6629  rubrique 
6630 \family sans
6631 Propriétés
6632 \begin_inset space ~
6633 \end_inset
6634
6635 du
6636 \begin_inset space ~
6637 \end_inset
6638
6639 PDF
6640 \family default
6641 , pour transformer vos références croisées en liens cliquables, le lien
6642  vers un tableau long pointera toujours sur le début du document.
6643 \end_layout
6644
6645 \end_inset
6646
6647
6648 \end_layout
6649
6650 \begin_layout Subsubsection
6651 Références à des tableaux longs
6652 \begin_inset Index idx
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656 Tableaux longs ! Références
6657 \end_layout
6658
6659 \end_inset
6660
6661
6662 \end_layout
6663
6664 \begin_layout Standard
6665 \begin_inset Tabular
6666 <lyxtabular version="3" rows="6" columns="5">
6667 <features islongtable="true" longtabularalignment="center">
6668 <column alignment="center" valignment="top" width="0">
6669 <column alignment="center" valignment="top" width="0">
6670 <column alignment="center" valignment="top" width="0">
6671 <column alignment="center" valignment="top" width="0">
6672 <column alignment="center" valignment="top" width="0">
6673 <row caption="true">
6674 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 \begin_inset Caption
6679
6680 \begin_layout Plain Layout
6681 Tableau long référencé
6682 \begin_inset CommandInset label
6683 LatexCommand label
6684 name "tab:RefExemple"
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692
6693
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 </row>
6735 <row>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 1
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 2
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 3
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 4
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 5
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 </row>
6782 <row>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 s
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 s
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 s
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 asd
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 asd
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 s
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 s
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 s
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 asd
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 </row>
6876 <row>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 s
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 asd
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 asd
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 sad
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 asd
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 asd
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 asd
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 </lyxtabular>
6971
6972 \end_inset
6973
6974
6975 \end_layout
6976
6977 \begin_layout Standard
6978 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6979  dans sa légende.
6980 \end_layout
6981
6982 \begin_layout Standard
6983 Ceci est une référence au tableau
6984 \begin_inset space ~
6985 \end_inset
6986
6987
6988 \begin_inset CommandInset ref
6989 LatexCommand ref
6990 reference "tab:RefExemple"
6991
6992 \end_inset
6993
6994 .
6995 \end_layout
6996
6997 \begin_layout Standard
6998 La mise en forme de la légende peut être ajustée avec celle de toutes les
6999  autres légendes de votre document en utilisant le paquetage LaTeX 
7000 \series bold
7001 caption
7002 \series default
7003
7004 \begin_inset Index idx
7005 status collapsed
7006
7007 \begin_layout Plain Layout
7008 Paquetages LaTeX ! caption
7009 \end_layout
7010
7011 \end_inset
7012
7013 , voir la section
7014 \begin_inset space ~
7015 \end_inset
7016
7017
7018 \begin_inset CommandInset ref
7019 LatexCommand ref
7020 reference "sec:Formatage-légende"
7021
7022 \end_inset
7023
7024 .
7025 \end_layout
7026
7027 \begin_layout Subsubsection
7028 Largeur de la légende
7029 \begin_inset Index idx
7030 status collapsed
7031
7032 \begin_layout Plain Layout
7033 Tableaux longs ! Largeur de la légende
7034 \end_layout
7035
7036 \end_inset
7037
7038
7039 \end_layout
7040
7041 \begin_layout Standard
7042 La largeur maximale des lignes de légende est définie par la longueur 
7043 \series bold
7044
7045 \backslash
7046 LTcapwidth
7047 \series default
7048 .
7049  Sa valeur implicite est 4
7050 \begin_inset space \thinspace{}
7051 \end_inset
7052
7053 in.
7054  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7055  de votre document ou en tant que code TeX directement dans votre document
7056  avant le tableau qui doit être affectée.
7057 \end_layout
7058
7059 \begin_layout Standard
7060
7061 \series bold
7062
7063 \backslash
7064 setlength{
7065 \backslash
7066 LTcapwidth}{largeur}
7067 \end_layout
7068
7069 \begin_layout Standard
7070 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7071 ce
7072 \begin_inset space ~
7073 \end_inset
7074
7075
7076 \begin_inset CommandInset ref
7077 LatexCommand ref
7078 reference "cha:Unités-de-longueur"
7079
7080 \end_inset
7081
7082 .
7083 \end_layout
7084
7085 \begin_layout Standard
7086 Les tableaux suivants montrent la différence :
7087 \end_layout
7088
7089 \begin_layout Standard
7090 \begin_inset Tabular
7091 <lyxtabular version="3" rows="6" columns="5">
7092 <features islongtable="true" longtabularalignment="center">
7093 <column alignment="center" valignment="top" width="0">
7094 <column alignment="center" valignment="top" width="0">
7095 <column alignment="center" valignment="top" width="0">
7096 <column alignment="center" valignment="top" width="0">
7097 <column alignment="center" valignment="top" width="0">
7098 <row caption="true">
7099 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 \begin_inset Caption
7104
7105 \begin_layout Plain Layout
7106 long titre complet avec la largeur implicite long titre complet avec la
7107  largeur implicite long titre complet avec la largeur implicite
7108 \begin_inset Argument
7109 status open
7110
7111 \begin_layout Plain Layout
7112 Légende avec largeur implicite
7113 \end_layout
7114
7115 \end_inset
7116
7117
7118 \end_layout
7119
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 </row>
7164 <row>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 1
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 2
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 3
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 4
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 5
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 </row>
7211 <row>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 asd
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 s
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 s
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 asd
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 </row>
7258 <row>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 asd
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 s
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 s
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 s
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 </row>
7305 <row>
7306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 s
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 s
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 s
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 asd
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 </row>
7352 <row>
7353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357 asd
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 sad
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 asd
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 asd
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 asd
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 </row>
7399 </lyxtabular>
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \begin_layout Standard
7407 \begin_inset ERT
7408 status collapsed
7409
7410 \begin_layout Plain Layout
7411
7412
7413 \backslash
7414 setlength{
7415 \backslash
7416 LTcapwidth}{5cm}
7417 \end_layout
7418
7419 \end_inset
7420
7421
7422 \begin_inset Tabular
7423 <lyxtabular version="3" rows="6" columns="5">
7424 <features islongtable="true" longtabularalignment="center">
7425 <column alignment="center" valignment="top" width="0">
7426 <column alignment="center" valignment="top" width="0">
7427 <column alignment="center" valignment="top" width="0">
7428 <column alignment="center" valignment="top" width="0">
7429 <column alignment="center" valignment="top" width="0">
7430 <row caption="true">
7431 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 \begin_inset Caption
7436
7437 \begin_layout Plain Layout
7438 long titre complet avec la largeur réglée à 5
7439 \begin_inset space \thinspace{}
7440 \end_inset
7441
7442 cm long titre complet avec la largeur réglée à 5
7443 \begin_inset space \thinspace{}
7444 \end_inset
7445
7446 cm long titre complet avec la largeur réglée à 5
7447 \begin_inset space \thinspace{}
7448 \end_inset
7449
7450 cm
7451 \begin_inset Argument
7452 status open
7453
7454 \begin_layout Plain Layout
7455 Légende avec largeur à
7456 \begin_inset space \thinspace{}
7457 \end_inset
7458
7459 =
7460 \begin_inset space \thinspace{}
7461 \end_inset
7462
7463 5
7464 \begin_inset space \thinspace{}
7465 \end_inset
7466
7467 cm
7468 \end_layout
7469
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \end_inset
7476
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 </row>
7519 <row>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 1
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 2
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 3
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 4
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 5
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 </row>
7566 <row>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 asd
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 s
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 s
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 s
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 asd
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row>
7614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 asd
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 s
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 s
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 s
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 asd
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 asd
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 s
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 s
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 s
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 asd
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row>
7708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 asd
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 sad
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 asd
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 asd
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 asd
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 </lyxtabular>
7755
7756 \end_inset
7757
7758
7759 \end_layout
7760
7761 \begin_layout Standard
7762 \begin_inset ERT
7763 status collapsed
7764
7765 \begin_layout Plain Layout
7766
7767
7768 \backslash
7769 setlength{
7770 \backslash
7771 LTcapwidth}{4in}
7772 \end_layout
7773
7774 \end_inset
7775
7776
7777 \end_layout
7778
7779 \begin_layout Standard
7780 \begin_inset Note Greyedout
7781 status open
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Note:
7787 \series default
7788  Quand on utilise la paquetage LaTeX 
7789 \series bold
7790 caption
7791 \series default
7792
7793 \begin_inset Index idx
7794 status collapsed
7795
7796 \begin_layout Plain Layout
7797 Paquetages LaTeX ! caption
7798 \end_layout
7799
7800 \end_inset
7801
7802  , comme c'est les cas dans ce document, la légende prend toute la largeur
7803  de la page quand on utilise la largeur implicite de 4
7804 \begin_inset space \thinspace{}
7805 \end_inset
7806
7807 in pour 
7808 \series bold
7809
7810 \backslash
7811 LTcapwidth
7812 \series default
7813 .
7814  Pour avoir dans ce cas une légende qui fasse exactement 4
7815 \begin_inset space \thinspace{}
7816 \end_inset
7817
7818 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7819  comme par exemple 3.99
7820 \begin_inset space \thinspace{}
7821 \end_inset
7822
7823 in, soit utiliser la commande LaTeX 
7824 \series bold
7825
7826 \backslash
7827 captionsetup{width=valeur}
7828 \series default
7829  qui est disponible dans le paquetage 
7830 \series bold
7831 caption
7832 \series default
7833 .
7834 \end_layout
7835
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \begin_layout Subsubsection
7842 Des Légendes différentes sur chaque page d'un tableau
7843 \begin_inset Argument
7844 status collapsed
7845
7846 \begin_layout Plain Layout
7847 Légendes différentes
7848 \end_layout
7849
7850 \end_inset
7851
7852
7853 \begin_inset Index idx
7854 status collapsed
7855
7856 \begin_layout Plain Layout
7857 Tableaux longs ! Legendes@Légendes différentes par page
7858 \end_layout
7859
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \begin_layout Standard
7866 Quand la légende du tableau pour les pages suivantes doit être différente
7867  de celle de la première page, insérez une légende avec la commande suivante
7868  en code TeX :
7869 \end_layout
7870
7871 \begin_layout Standard
7872
7873 \series bold
7874
7875 \backslash
7876 caption*{caption text}
7877 \backslash
7878
7879 \backslash
7880 %
7881 \end_layout
7882
7883 \begin_layout Standard
7884 dans une ligne de légende fictive qui sera marquée comme une entête.
7885  Le tableau
7886 \begin_inset space ~
7887 \end_inset
7888
7889
7890 \begin_inset CommandInset ref
7891 LatexCommand ref
7892 reference "tab:Légendes-tableau-différentes"
7893
7894 \end_inset
7895
7896  est un exemple de tableau long avec des légendes différentes et où la seconde
7897  légende ne contient pas le numéro du tableau.
7898 \end_layout
7899
7900 \begin_layout Standard
7901 \align center
7902 \begin_inset Tabular
7903 <lyxtabular version="3" rows="59" columns="3">
7904 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7905 <column alignment="left" valignment="top" width="0cm">
7906 <column alignment="left" valignment="top" width="0pt">
7907 <column alignment="center" valignment="top" width="0pt">
7908 <row caption="true">
7909 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 \begin_inset Caption
7914
7915 \begin_layout Plain Layout
7916 Exemple d'annuaire téléphonique
7917 \begin_inset CommandInset label
7918 LatexCommand label
7919 name "tab:Légendes-tableau-différentes"
7920
7921 \end_inset
7922
7923
7924 \begin_inset Argument
7925 status collapsed
7926
7927 \begin_layout Plain Layout
7928 Exemple Annuaire 
7929 \end_layout
7930
7931 \end_inset
7932
7933
7934 \end_layout
7935
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row endfirsthead="true">
7963 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row endfirsthead="true">
7994 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \series bold
8000 NOM
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \series bold
8020 TÉL.
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row endhead="true">
8027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset ERT
8032 status open
8033
8034 \begin_layout Plain Layout
8035
8036
8037 \backslash
8038 caption*{Suite de l'exemple d'annuaire téléphonique}
8039 \backslash
8040
8041 \backslash
8042 %
8043 \end_layout
8044
8045 \end_inset
8046
8047
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row endhead="true">
8072 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Exemple d'annuaire téléphonique
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row endhead="true">
8103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 NOM
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \series bold
8129 TÉL.
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row endfoot="true">
8136 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 suite page suivante\SpecialChar \ldots{}
8141
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 <row>
8166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170
8171 \series bold
8172 Annovi
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 Silvia
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 111
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 <row>
8197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201
8202 \series bold
8203 Bertoli
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 Stefano
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 111
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 </row>
8227 <row>
8228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232
8233 \series bold
8234 Bozzi
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 Walter
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 111
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 </row>
8258 <row>
8259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263
8264 \series bold
8265 Cachia
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 Maria
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 111
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \series bold
8296 Cachia
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Maurizio
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 111
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \series bold
8327 Cinquemani
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 Giusi
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 111
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 <row>
8352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356
8357 \series bold
8358 Colin
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 Bernard
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 111
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 </row>
8382 <row>
8383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387
8388 \series bold
8389 Concli
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 Gianfranco
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 111
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \series bold
8420 Dal Bosco
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Carolina
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 111
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \series bold
8451 Dalpiaz
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 Annamaria
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 111
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 </row>
8475 <row>
8476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480
8481 \series bold
8482 Feliciello
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 Domenico
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 111
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511
8512 \series bold
8513 Focarelli
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 Paola
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 111
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \series bold
8544 Galletti
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 Oreste
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 111
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 </row>
8568 <row>
8569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573
8574 \series bold
8575 Gasparini
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Franca
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 111
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \series bold
8606 Rizzardi
8607 \series default
8608
8609 \begin_inset Foot
8610 status open
8611
8612 \begin_layout Plain Layout
8613 Exemple de note de bas de page
8614 \end_layout
8615
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 Paola
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 111
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 </row>
8642 <row>
8643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647
8648 \series bold
8649 Lassini
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 Giancarlo
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 111
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \series bold
8680 Malfatti
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 Luciano
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 111
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 </row>
8704 <row>
8705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709
8710 \series bold
8711 Malfatti
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 Valeriano
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 111
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row>
8736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \series bold
8742 Meneguzzo
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 Roberto
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 111
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 <row>
8767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773 Mezzadra
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 Roberto
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 111
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \series bold
8804 Pirpamer
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 Erich
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 111
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \series bold
8835 Pochiesa
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Paolo
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 111, 222
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \series bold
8866 Radina
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 Claudio
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 111
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 <row>
8891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895
8896 \series bold
8897 Stuffer
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 Oskar
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 111
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 </row>
8921 <row>
8922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926
8927 \series bold
8928 Tacchelli
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 Ugo
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 111
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \series bold
8959 Tezzele
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 Margit
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 111
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 </row>
8983 <row>
8984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988
8989 \series bold
8990 Unterkalmsteiner
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 Frieda
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 111
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 </row>
9014 <row>
9015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019
9020 \series bold
9021 Vieider
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 Hilde
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 111
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row>
9046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050
9051 \series bold
9052 Vigna
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Jürgen
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 111
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \series bold
9083 Weber
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 Maurizio
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 111
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 </row>
9107 <row>
9108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112
9113 \series bold
9114 Winkler
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 Franz
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 111
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 </row>
9138 <row>
9139 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143  
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Annovi
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Silvia
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Bertoli
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Stefano
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Bozzi
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Walter
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \series bold
9267 Cachia
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 Maria
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 555
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \series bold
9298 Cachia
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 Maurizio
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 555
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 </row>
9322 <row>
9323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327
9328 \series bold
9329 Cinquemani
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338 Giusi
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 555
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \series bold
9360 Colin
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 Bernard
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 555
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389
9390 \series bold
9391 Concli
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 Gianfranco
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 555
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 </row>
9415 <row>
9416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420
9421 \series bold
9422 Dal Bosco
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 Carolina
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 555
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 </row>
9446 <row>
9447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451
9452 \series bold
9453 Dalpiaz
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 Annamaria
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 555
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 </row>
9477 <row>
9478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482
9483 \series bold
9484 Feliciello
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 Domenico
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 555
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 </row>
9508 <row>
9509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513
9514 \series bold
9515 Focarelli
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 Paola
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 555
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 </row>
9539 <row>
9540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544
9545 \series bold
9546 Galletti
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555 Oreste
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 555
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 </row>
9570 <row>
9571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \series bold
9577 Gasparini
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586 Franca
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 555
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 </row>
9601 <row>
9602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \series bold
9608 Rizzardi
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617 Paola
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 555
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 </row>
9632 <row>
9633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \series bold
9639 Lassini
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 Giancarlo
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 555
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 </row>
9663 <row>
9664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668
9669 \series bold
9670 Malfatti
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679 Luciano
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 555
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699
9700 \series bold
9701 Malfatti
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 Valeriano
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 555
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 Meneguzzo
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 Roberto
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 555
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \series bold
9763 Mezzadra
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 Roberto
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 555
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 </lyxtabular>
9788
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \begin_layout Section
9795 Questions particulières concernant les tableaux longs
9796 \begin_inset Argument
9797 status collapsed
9798
9799 \begin_layout Plain Layout
9800 Questions sur les tableaux longs
9801 \end_layout
9802
9803 \end_inset
9804
9805
9806 \begin_inset CommandInset label
9807 LatexCommand label
9808 name "sec:Questions-sur-tableaux-longs"
9809
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \begin_layout Subsection
9816 Calculs des pages des tableaux longs
9817 \begin_inset Index idx
9818 status collapsed
9819
9820 \begin_layout Plain Layout
9821 Tableaux longs ! Calculs
9822 \end_layout
9823
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \begin_layout Standard
9830 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9831  en utilisant des blocs (chunks).
9832  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9833  mémoire de LaTeX.
9834  La valeur implicite est fixée pour des raisons historiques à seulement
9835  20 lignes de tableau.
9836  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9837  peut ralentir la création de votre document.
9838  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9839  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9840  préambule de votre document :
9841 \end_layout
9842
9843 \begin_layout Standard
9844
9845 \series bold
9846
9847 \backslash
9848 setcounter{LTchunksize}{100}
9849 \end_layout
9850
9851 \begin_layout Subsection
9852 Les Flottants et les Tableaux Longs
9853 \begin_inset Index idx
9854 status collapsed
9855
9856 \begin_layout Plain Layout
9857 Tableaux longs ! Flottants
9858 \end_layout
9859
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \begin_layout Standard
9866 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9867  commence un tableau long.
9868  Pour éviter une telle situation, insérez un saut de page (menu 
9869 \family sans
9870 Insérer\SpecialChar \menuseparator
9871 Typographie
9872 \begin_inset space ~
9873 \end_inset
9874
9875 spéciale\SpecialChar \menuseparator
9876 Saut de page (vide le tampon)
9877 \family default
9878
9879 \begin_inset space \thinspace{}
9880 \end_inset
9881
9882 ) juste avant votre tableau long.
9883 \end_layout
9884
9885 \begin_layout Subsection
9886 Sauts de pages forcés
9887 \begin_inset Index idx
9888 status collapsed
9889
9890 \begin_layout Plain Layout
9891 Tableaux longs ! Sauts de pages forcés
9892 \end_layout
9893
9894 \end_inset
9895
9896
9897 \end_layout
9898
9899 \begin_layout Standard
9900 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9901  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9902  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9903  de saut de ligne 
9904 \begin_inset Quotes eld
9905 \end_inset
9906
9907
9908 \backslash
9909
9910 \backslash
9911
9912 \begin_inset Quotes erd
9913 \end_inset
9914
9915  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9916  Avant la commande 
9917 \begin_inset Quotes eld
9918 \end_inset
9919
9920
9921 \backslash
9922
9923 \backslash
9924
9925 \begin_inset Quotes erd
9926 \end_inset
9927
9928 , vous devez insérer en code TeX, autant de caractères 
9929 \begin_inset Quotes eld
9930 \end_inset
9931
9932 &
9933 \begin_inset Quotes erd
9934 \end_inset
9935
9936  qu'il y a de colonnes après la cellule concernée.
9937  Le caractère 
9938 \begin_inset Quotes eld
9939 \end_inset
9940
9941 &
9942 \begin_inset Quotes erd
9943 \end_inset
9944
9945  sert à séparer les colonnes d'un tableau.
9946  Écrivez en code-TeX, après chaque 
9947 \begin_inset Quotes eld
9948 \end_inset
9949
9950 &
9951 \begin_inset Quotes erd
9952 \end_inset
9953
9954  le contenu des cellules correspondantes et en même temps supprimez le contenu
9955  de ces cellules dans le texte normal.
9956  
9957 \begin_inset Newline newline
9958 \end_inset
9959
9960 Après la commande 
9961 \backslash
9962
9963 \backslash
9964 , insérez autant de caractères 
9965 \begin_inset Quotes eld
9966 \end_inset
9967
9968 &
9969 \begin_inset Quotes erd
9970 \end_inset
9971
9972  qu'il y a de colonnes avant la colonne traitée.
9973  Dans le tableau
9974 \begin_inset space ~
9975 \end_inset
9976
9977
9978 \begin_inset CommandInset ref
9979 LatexCommand ref
9980 reference "tab:Tableau-saut-de-page"
9981
9982 \end_inset
9983
9984  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9985  suivie par une autre colonne.
9986  La commande suivante a donc été insérée en code TeX dans la cellule après
9987  le mot 
9988 \begin_inset Quotes eld
9989 \end_inset
9990
9991
9992 \emph on
9993 Castelchiodato,
9994 \emph default
9995
9996 \begin_inset Quotes erd
9997 \end_inset
9998
9999 :
10000 \end_layout
10001
10002 \begin_layout Standard
10003
10004 \series bold
10005 & 111
10006 \backslash
10007
10008 \backslash
10009  
10010 \backslash
10011 newpage
10012 \begin_inset Newline newline
10013 \end_inset
10014
10015 &
10016 \end_layout
10017
10018 \begin_layout Standard
10019 Le 
10020 \begin_inset Quotes eld
10021 \end_inset
10022
10023 111
10024 \begin_inset Quotes erd
10025 \end_inset
10026
10027  dans la troisième colonne de la ligne a été supprimé.
10028  
10029 \series bold
10030
10031 \backslash
10032 newpage
10033 \series default
10034  est nécessaire seulement quand un saut de page doit impérativement avoir
10035  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10036  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10037  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10038  est coupée, utilisez cette commande à la place de la précédente :
10039 \end_layout
10040
10041 \begin_layout Standard
10042
10043 \series bold
10044 & 111
10045 \backslash
10046
10047 \backslash
10048
10049 \begin_inset Newline newline
10050 \end_inset
10051
10052
10053 \backslash
10054 hline &
10055 \end_layout
10056
10057 \begin_layout Standard
10058 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10059  insérer la commande
10060 \end_layout
10061
10062 \begin_layout Standard
10063
10064 \series bold
10065
10066 \backslash
10067 setlength{
10068 \backslash
10069 parfillskip}{0pt}
10070 \end_layout
10071
10072 \begin_layout Standard
10073 au début de la cellule.
10074  Cela assure que la portion de la cellule qui va se trouver affichée sur
10075  la page suivante le sera avec toute la largeur de la cellule.
10076 \end_layout
10077
10078 \begin_layout Standard
10079 \align center
10080 \begin_inset Tabular
10081 <lyxtabular version="3" rows="38" columns="3">
10082 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10083 <column alignment="left" valignment="top" width="0cm">
10084 <column alignment="left" valignment="top" width="3cm">
10085 <column alignment="center" valignment="top" width="0pt">
10086 <row caption="true">
10087 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 \begin_inset Caption
10092
10093 \begin_layout Plain Layout
10094 Tableau avec un saut de page forcé dans une cellule
10095 \begin_inset CommandInset label
10096 LatexCommand label
10097 name "tab:Tableau-saut-de-page"
10098
10099 \end_inset
10100
10101
10102 \begin_inset Argument
10103 status collapsed
10104
10105 \begin_layout Plain Layout
10106 Tableau avec un saut de page forcé dans une cellule
10107 \end_layout
10108
10109 \end_inset
10110
10111
10112 \end_layout
10113
10114 \end_inset
10115
10116
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 </row>
10140 <row endfirsthead="true">
10141 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \series bold
10147 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row endfirsthead="true">
10172 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 NOM
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 TÉL.
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row endhead="true">
10205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 \begin_inset ERT
10210 status collapsed
10211
10212 \begin_layout Plain Layout
10213
10214
10215 \backslash
10216 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10217 \backslash
10218
10219 \backslash
10220 %
10221 \end_layout
10222
10223 \end_inset
10224
10225
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row endhead="true">
10250 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254  
10255 \series bold
10256 Exemple d'annuaire téléphonique
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row endhead="true">
10281 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 NOM
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 TÉL.
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row endfoot="true">
10314 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 suite page suivante\SpecialChar \ldots{}
10319
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \series bold
10350 Annovi
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 Silvia
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 111
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Bertoli
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Stefano
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Bozzi
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Walter
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Cachia
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Maria
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Cachia
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Maurizio
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Cinquemani
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Giusi
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Colin
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Bernard
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Concli
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Gianfranco
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Dal Bosco
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Carolina
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Dalpiaz
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Annamaria
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Feliciello
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Domenico
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Focarelli
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Paola
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Galletti
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Oreste
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Gasparini
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Franca
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Lassini
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Giancarlo
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Malfatti
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Luciano
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 111
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Malfatti
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Valeriano
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Meneguzzo
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Roberto
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Mezzadra
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Roberto
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Pirpamer
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Erich
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Pochiesa
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Paolo
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111, 222
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Radina
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Claudio
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Rizzardi
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Giancarlo, 11.
11042  Fürst von Montecompatri, 11.
11043  Fürst von Sulmona und Vivaro, 10.
11044  Fürst von Rossano, 5.
11045  Herzog von Canemorte, 11.
11046  Herzog von Palombara, 5.
11047  Herzog von Castelchiodato,
11048 \begin_inset ERT
11049 status open
11050
11051 \begin_layout Plain Layout
11052
11053 & 111
11054 \backslash
11055
11056 \backslash
11057  
11058 \backslash
11059 newpage
11060 \end_layout
11061
11062 \begin_layout Plain Layout
11063
11064 &
11065 \end_layout
11066
11067 \end_inset
11068
11069  11.
11070  Herzog von Poggionativo, 11.
11071  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11072  Graf von Valinfreda, 11.
11073  Baron von Cropalati, 11.
11074  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 </row>
11089 <row>
11090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094
11095 \series bold
11096 Stuffer
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 Oskar
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 111
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \series bold
11127 Tacchelli
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 Ugo
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 111
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \series bold
11158 Tezzele
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 Margit
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 111
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 <row>
11183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187
11188 \series bold
11189 Unterkalmsteiner
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 Frieda
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 111
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218
11219 \series bold
11220 Vieider
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 Hilde
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 111
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row>
11245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249
11250 \series bold
11251 Vigna
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 Jürgen
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 111
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 <row>
11276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \series bold
11282 Weber
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 Maurizio
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 111
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 <row>
11307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \series bold
11313 Winkler
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 Franz
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 111
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 </row>
11337 </lyxtabular>
11338
11339 \end_inset
11340
11341
11342 \end_layout
11343
11344 \begin_layout Section
11345 Colonnes et lignes à lignes multiples
11346 \end_layout
11347
11348 \begin_layout Subsection
11349 Lignes multiples dans une cellule de tableau
11350 \begin_inset CommandInset label
11351 LatexCommand label
11352 name "sub:Lignes-multiple-dans-cellule"
11353
11354 \end_inset
11355
11356
11357 \begin_inset Index idx
11358 status collapsed
11359
11360 \begin_layout Plain Layout
11361 Plusieurs lignes dans une case de tableau
11362 \end_layout
11363
11364 \end_inset
11365
11366
11367 \begin_inset Index idx
11368 status collapsed
11369
11370 \begin_layout Plain Layout
11371 Tableau ! Saut de ligne
11372 \end_layout
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \begin_layout Standard
11380 \noindent
11381 \begin_inset Float table
11382 placement H
11383 wide false
11384 sideways false
11385 status open
11386
11387 \begin_layout Plain Layout
11388 \begin_inset Caption
11389
11390 \begin_layout Plain Layout
11391 \begin_inset CommandInset label
11392 LatexCommand label
11393 name "tab:Tableau-avec-plusieurs-lignes"
11394
11395 \end_inset
11396
11397 Tableau avec des lignes multiples dans une cellule
11398 \end_layout
11399
11400 \end_inset
11401
11402
11403 \end_layout
11404
11405 \begin_layout Plain Layout
11406 \align center
11407 \begin_inset Tabular
11408 <lyxtabular version="3" rows="3" columns="3">
11409 <features tabularvalignment="middle">
11410 <column alignment="center" valignment="middle" width="2.5cm">
11411 <column alignment="center" valignment="middle" width="0">
11412 <column alignment="center" valignment="middle" width="0">
11413 <row>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 Lignes
11419 \begin_inset Newline linebreak
11420 \end_inset
11421
11422 multiples
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 b
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 c
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 d
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 e
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 f
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 g
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 h
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 i
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \begin_layout Standard
11517 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11518  d'un paragraphe avec des sauts de lignes et des césures.
11519 \end_layout
11520
11521 \begin_layout Standard
11522 Pour obtenir le tableau
11523 \begin_inset space ~
11524 \end_inset
11525
11526
11527 \begin_inset CommandInset ref
11528 LatexCommand ref
11529 reference "tab:Tableau-avec-plusieurs-lignes"
11530
11531 \end_inset
11532
11533 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11534  droit dessus.
11535  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11536  2.5
11537 \begin_inset space \thinspace{}
11538 \end_inset
11539
11540 cm et choisissez les alignements vertical et horizontal centrés.
11541  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11542  Comme notre texte est plus petit que 2.5
11543 \begin_inset space \thinspace{}
11544 \end_inset
11545
11546 cm, une seule ligne va apparaître.
11547  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11548  
11549 \family sans
11550 Ctrl-Shift-Entrée
11551 \family default
11552 ).
11553  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11554 ement découpé en plusieurs lignes.
11555 \end_layout
11556
11557 \begin_layout Standard
11558 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11559  pas effectuer de césure si c'est le premier élément de la cellule.
11560  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11561  premier élément : Ajoutez un espace horizontal de 0
11562 \begin_inset space \thinspace{}
11563 \end_inset
11564
11565 pt juste avant votre mot.
11566  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11567  Le tableau
11568 \begin_inset space ~
11569 \end_inset
11570
11571
11572 \begin_inset CommandInset ref
11573 LatexCommand ref
11574 reference "tab:Tableau-césure"
11575
11576 \end_inset
11577
11578  montre l'effet de cette insertion.
11579 \end_layout
11580
11581 \begin_layout Standard
11582 \begin_inset Float table
11583 placement h
11584 wide false
11585 sideways false
11586 status open
11587
11588 \begin_layout Plain Layout
11589 \begin_inset Caption
11590
11591 \begin_layout Plain Layout
11592 \begin_inset CommandInset label
11593 LatexCommand label
11594 name "tab:Tableau-césure"
11595
11596 \end_inset
11597
11598 Tableau avec et sans césure.
11599 \end_layout
11600
11601 \end_inset
11602
11603
11604 \end_layout
11605
11606 \begin_layout Plain Layout
11607 \begin_inset space \hfill{}
11608 \end_inset
11609
11610
11611 \begin_inset Tabular
11612 <lyxtabular version="3" rows="3" columns="3">
11613 <features tabularvalignment="middle">
11614 <column alignment="center" valignment="middle" width="2.5cm">
11615 <column alignment="center" valignment="middle" width="0">
11616 <column alignment="center" valignment="middle" width="0">
11617 <row>
11618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 mottrèslongdansunecellule
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 b
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 c
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 d
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 e
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 f
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 g
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 h
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 i
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 </lyxtabular>
11705
11706 \end_inset
11707
11708
11709 \begin_inset space \hfill{}
11710 \end_inset
11711
11712
11713 \begin_inset Tabular
11714 <lyxtabular version="3" rows="3" columns="3">
11715 <features tabularvalignment="middle">
11716 <column alignment="center" valignment="middle" width="2.5cm">
11717 <column alignment="center" valignment="middle" width="0">
11718 <column alignment="center" valignment="middle" width="0">
11719 <row>
11720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 \begin_inset space \hspace{}
11725 \length 0pt
11726 \end_inset
11727
11728 mottrèslongdansunecellule
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 b
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 c
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 </row>
11752 <row>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 d
11758 \end_layout
11759
11760 \end_inset
11761 </cell>
11762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11763 \begin_inset Text
11764
11765 \begin_layout Plain Layout
11766 e
11767 \end_layout
11768
11769 \end_inset
11770 </cell>
11771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 f
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 </row>
11781 <row>
11782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11783 \begin_inset Text
11784
11785 \begin_layout Plain Layout
11786 g
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11792 \begin_inset Text
11793
11794 \begin_layout Plain Layout
11795 h
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 i
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 </row>
11810 </lyxtabular>
11811
11812 \end_inset
11813
11814
11815 \begin_inset space \hfill{}
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \end_inset
11822
11823
11824 \end_layout
11825
11826 \begin_layout Subsection
11827 Multi-colonnes
11828 \begin_inset CommandInset label
11829 LatexCommand label
11830 name "sub:Multicolonnes"
11831
11832 \end_inset
11833
11834
11835 \begin_inset Index idx
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839 Multi-colonnes
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \begin_inset Index idx
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849 Tableau ! Multi-colonnes
11850 \end_layout
11851
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \begin_layout Subsubsection
11858 Les Bases des Multicolonnes
11859 \end_layout
11860
11861 \begin_layout Standard
11862 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11863  qu'elle doit couvrir et utilisez soit le bouton
11864 \begin_inset Graphics
11865         filename ../../images/tabular-feature_multicolumn.png
11866         scale 85
11867         scaleBeforeRotation
11868
11869 \end_inset
11870
11871  de la barre d'outils tableau, ou le menu 
11872 \family sans
11873 Éditer\SpecialChar \menuseparator
11874 Tableau\SpecialChar \menuseparator
11875 Multi-colonnes
11876 \family default
11877 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11878  
11879 \family sans
11880 Multi-colonnes
11881 \family default
11882 .
11883 \end_layout
11884
11885 \begin_layout Standard
11886 Les multi-colonnes ont leurs propres paramètres de cellule.
11887  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11888  de la cellule, cela n'affecte que la cellule multi-colonne.
11889  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11890  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11891 \end_layout
11892
11893 \begin_layout Standard
11894 \align center
11895 \begin_inset Tabular
11896 <lyxtabular version="3" rows="3" columns="4">
11897 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11898 <column alignment="center" valignment="top" width="0pt">
11899 <column alignment="center" valignment="middle" width="0">
11900 <column alignment="center" valignment="top" width="0in">
11901 <column alignment="center" valignment="top" width="0pt">
11902 <row>
11903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 abc
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 def ghi
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 jkl
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 </row>
11940 <row>
11941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 A
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 B
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 C
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 D
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 1
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 2
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 3
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 4
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 </row>
12016 </lyxtabular>
12017
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \begin_layout Subsubsection
12024 Calculs avec les multi-colonnes
12025 \begin_inset CommandInset label
12026 LatexCommand label
12027 name "sub:Calculs-multicolonnes"
12028
12029 \end_inset
12030
12031
12032 \begin_inset Index idx
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036 Multi-colonnes ! Calculs
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045 LyX gère directement les multi-colonnes, mais nous devons faire attention
12046  à la largeur des cellules couvertes par la cellule multicolonne.
12047 \end_layout
12048
12049 \begin_layout Standard
12050 \begin_inset Float table
12051 placement h
12052 wide false
12053 sideways false
12054 status open
12055
12056 \begin_layout Plain Layout
12057 \begin_inset Caption
12058
12059 \begin_layout Plain Layout
12060 \begin_inset CommandInset label
12061 LatexCommand label
12062 name "tab:Tableau-multicolonne-parfaite"
12063
12064 \end_inset
12065
12066 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
12067  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12068 \begin_inset Argument
12069 status open
12070
12071 \begin_layout Plain Layout
12072 Tableau avec multicolonne parfaite
12073 \end_layout
12074
12075 \end_inset
12076
12077
12078 \end_layout
12079
12080 \end_inset
12081
12082
12083 \end_layout
12084
12085 \begin_layout Plain Layout
12086 \align center
12087 \begin_inset Tabular
12088 <lyxtabular version="3" rows="3" columns="3">
12089 <features tabularvalignment="middle">
12090 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12091 <column alignment="center" valignment="middle" width="0">
12092 <column alignment="center" valignment="top" width="0">
12093 <row>
12094 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12095 \begin_inset Text
12096
12097 \begin_layout Plain Layout
12098 multicolonne sur plusieurs lignes
12099 \end_layout
12100
12101 \end_inset
12102 </cell>
12103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12104 \begin_inset Text
12105
12106 \begin_layout Plain Layout
12107
12108 \end_layout
12109
12110 \end_inset
12111 </cell>
12112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12113 \begin_inset Text
12114
12115 \begin_layout Plain Layout
12116 c
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 </row>
12122 <row>
12123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 d
12128 \end_layout
12129
12130 \end_inset
12131 </cell>
12132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12133 \begin_inset Text
12134
12135 \begin_layout Plain Layout
12136 e
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 f
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 </row>
12151 <row>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 g
12157 \end_layout
12158
12159 \end_inset
12160 </cell>
12161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12162 \begin_inset Text
12163
12164 \begin_layout Plain Layout
12165 h
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 i
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 </row>
12180 </lyxtabular>
12181
12182 \end_inset
12183
12184
12185 \end_layout
12186
12187 \end_inset
12188
12189
12190 \end_layout
12191
12192 \begin_layout Standard
12193 Par exemple, pour créer le tableau
12194 \begin_inset space ~
12195 \end_inset
12196
12197
12198 \begin_inset CommandInset ref
12199 LatexCommand ref
12200 reference "tab:Tableau-multicolonne-parfaite"
12201
12202 \end_inset
12203
12204 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12205  3×3 et faites un clic droit dessus.
12206  Ensuite choisissez pour cette cellule
12207 \emph on
12208 ,
12209 \emph default
12210  dans la fenêtre de dialogue de tableau, 
12211 \emph on
12212 multicolonne
12213 \emph default
12214
12215 \emph on
12216 alignement
12217 \begin_inset space ~
12218 \end_inset
12219
12220 horizontal
12221 \begin_inset space ~
12222 \end_inset
12223
12224 centré
12225 \emph default
12226  et une largeur de 2.5
12227 \begin_inset space \thinspace{}
12228 \end_inset
12229
12230 cm.
12231  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12232  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12233 \begin_inset space \thinspace{}
12234 \end_inset
12235
12236 cm pour la première colonne.
12237  La deuxième colonne aura alors automatiquement une largeur de 1.25
12238 \begin_inset space \thinspace{}
12239 \end_inset
12240
12241 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12242  C'est ce qui a été fait pour le tableau
12243 \begin_inset space ~
12244 \end_inset
12245
12246
12247 \begin_inset CommandInset ref
12248 LatexCommand ref
12249 reference "tab:Tableau-multicolonne-imparfait"
12250
12251 \end_inset
12252
12253 .
12254 \end_layout
12255
12256 \begin_layout Standard
12257 \begin_inset Float table
12258 wide false
12259 sideways false
12260 status open
12261
12262 \begin_layout Plain Layout
12263 \begin_inset Caption
12264
12265 \begin_layout Plain Layout
12266 \begin_inset CommandInset label
12267 LatexCommand label
12268 name "tab:Tableau-multicolonne-imparfait"
12269
12270 \end_inset
12271
12272 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12273  de la largeur de la cellule multicolonne.
12274 \begin_inset Argument
12275 status open
12276
12277 \begin_layout Plain Layout
12278 Tableau avec multicolonne pas parfaite
12279 \end_layout
12280
12281 \end_inset
12282
12283
12284 \end_layout
12285
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \begin_layout Plain Layout
12292 \align center
12293 \begin_inset Tabular
12294 <lyxtabular version="3" rows="3" columns="3">
12295 <features tabularvalignment="middle">
12296 <column alignment="center" valignment="top" width="1.25cm">
12297 <column alignment="center" valignment="top" width="0">
12298 <column alignment="center" valignment="top" width="0">
12299 <row>
12300 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12301 \begin_inset Text
12302
12303 \begin_layout Plain Layout
12304 multicolonne sur plusieurs lignes
12305 \end_layout
12306
12307 \end_inset
12308 </cell>
12309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12310 \begin_inset Text
12311
12312 \begin_layout Plain Layout
12313
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322 c
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 </row>
12328 <row>
12329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Plain Layout
12333 d
12334 \end_layout
12335
12336 \end_inset
12337 </cell>
12338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Plain Layout
12342 e
12343 \end_layout
12344
12345 \end_inset
12346 </cell>
12347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12348 \begin_inset Text
12349
12350 \begin_layout Plain Layout
12351 f
12352 \end_layout
12353
12354 \end_inset
12355 </cell>
12356 </row>
12357 <row>
12358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12359 \begin_inset Text
12360
12361 \begin_layout Plain Layout
12362 g
12363 \end_layout
12364
12365 \end_inset
12366 </cell>
12367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12368 \begin_inset Text
12369
12370 \begin_layout Plain Layout
12371 h
12372 \end_layout
12373
12374 \end_inset
12375 </cell>
12376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12377 \begin_inset Text
12378
12379 \begin_layout Plain Layout
12380 i
12381 \end_layout
12382
12383 \end_inset
12384 </cell>
12385 </row>
12386 </lyxtabular>
12387
12388 \end_inset
12389
12390
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \begin_layout Standard
12399 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12400  de la cellule multicolonne, elle est un peu plus large.
12401  La raison est que la taille que l'on donne à une cellule, 
12402 \begin_inset Formula $W_{g}$
12403 \end_inset
12404
12405  n'est pas sa taille totale, 
12406 \begin_inset Formula $W_{\mathrm{tot}}$
12407 \end_inset
12408
12409  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12410  lui donne.
12411  L'appendice
12412 \begin_inset space ~
12413 \end_inset
12414
12415
12416 \begin_inset CommandInset ref
12417 LatexCommand eqref
12418 reference "cha:Explication-de-l'Equation"
12419
12420 \end_inset
12421
12422  explique pourquoi en détail.
12423 \end_layout
12424
12425 \begin_layout Standard
12426 La largeur nécessaire 
12427 \begin_inset Formula $W_{g\, n}$
12428 \end_inset
12429
12430  quand 
12431 \emph on
12432 n
12433 \emph default
12434  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12435  ait une largeur totale de 
12436 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12437 \end_inset
12438
12439 :
12440 \begin_inset Formula 
12441 \begin{equation}
12442 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12443 \end{equation}
12444
12445 \end_inset
12446
12447
12448 \end_layout
12449
12450 \begin_layout Standard
12451 Dans notre cas nous avons 
12452 \begin_inset Formula $n=2$
12453 \end_inset
12454
12455
12456 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12457 \end_inset
12458
12459 cm et les valeurs implicites pour les autres longueurs, l'équation
12460 \begin_inset space ~
12461 \end_inset
12462
12463
12464 \begin_inset CommandInset ref
12465 LatexCommand ref
12466 reference "eq:Wgn"
12467
12468 \end_inset
12469
12470  devient
12471 \begin_inset Formula 
12472 \begin{equation}
12473 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12474 \end{equation}
12475
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \begin_layout Standard
12482 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12483  
12484 \series bold
12485 calc
12486 \series default
12487  avec la ligne suivante dans le préambule du document
12488 \begin_inset Index idx
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492 Paquetages LaTeX ! calc
12493 \end_layout
12494
12495 \end_inset
12496
12497
12498 \end_layout
12499
12500 \begin_layout Standard
12501
12502 \series bold
12503
12504 \backslash
12505 usepackage{calc}
12506 \end_layout
12507
12508 \begin_layout Standard
12509 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12510  de dialogue.
12511  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12512  la fenêtre de dialogue.
12513  Voici un aperçu de ces paramètres :
12514 \end_layout
12515
12516 \begin_layout Itemize
12517
12518 \series bold
12519 p{largeur}
12520 \series default
12521  crée une cellule de taille donnée, le texte est aligné verticalement en
12522  haut.
12523 \end_layout
12524
12525 \begin_layout Itemize
12526
12527 \series bold
12528 m{largeur}
12529 \series default
12530  crée une cellule de taille donnée, le texte est aligné verticalement au
12531  centre
12532 \end_layout
12533
12534 \begin_layout Itemize
12535
12536 \series bold
12537 b{largeur}
12538 \series default
12539  crée une cellule de taille donnée, le texte est aligné verticalement en
12540  bas
12541 \end_layout
12542
12543 \begin_layout Standard
12544 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12545  la fenêtre de dialogue sont ignorés.
12546 \end_layout
12547
12548 \begin_layout Standard
12549 \begin_inset Note Greyedout
12550 status open
12551
12552 \begin_layout Plain Layout
12553
12554 \series bold
12555 Note:
12556 \series default
12557  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12558  en compte.
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \end_layout
12565
12566 \begin_layout Standard
12567 Comme le texte doit être centré horizontalement, on ajoute la commande 
12568 \series bold
12569
12570 \backslash
12571 centering
12572 \series default
12573 .
12574  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12575  des colonnes recouvertes :
12576 \end_layout
12577
12578 \begin_layout Standard
12579
12580 \series bold
12581 >{
12582 \backslash
12583 centering}m{1.25cm-6.2pt}
12584 \end_layout
12585
12586 \begin_layout Standard
12587 La commande 
12588 \series bold
12589 >{ }
12590 \series default
12591  signifie que les commandes qui se trouvent entre les accolades doivent
12592  être appliquées avant que la cellule ne soit créée.
12593 \end_layout
12594
12595 \begin_layout Standard
12596 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12597  multicolonne, il est toujours aligné à gauche.
12598  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12599  isolées.
12600  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12601 \end_layout
12602
12603 \begin_layout Standard
12604
12605 \series bold
12606 >{
12607 \backslash
12608 centering}m{2.5cm}
12609 \end_layout
12610
12611 \begin_layout Subsection
12612 Multi-lignes
12613 \begin_inset CommandInset label
12614 LatexCommand label
12615 name "sub:Multi-lignes"
12616
12617 \end_inset
12618
12619
12620 \begin_inset Index idx
12621 status collapsed
12622
12623 \begin_layout Plain Layout
12624 Multi-lignes
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \begin_inset Index idx
12631 status collapsed
12632
12633 \begin_layout Plain Layout
12634 Tableau ! Multi-ligne
12635 \end_layout
12636
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \begin_layout Standard
12643 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12644  qu'elle doit couvrir et utilisez soit le bouton 
12645 \begin_inset Graphics
12646         filename ../../images/tabular-feature_multirow.png
12647         scale 85
12648         scaleBeforeRotation
12649
12650 \end_inset
12651
12652 de la barre d'outils tableau, ou le menu 
12653 \family sans
12654 Éditer\SpecialChar \menuseparator
12655 Tableau\SpecialChar \menuseparator
12656 Multi-lignes
12657 \family default
12658 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12659  
12660 \family sans
12661 Multi-lignes
12662 \family default
12663 .
12664 \end_layout
12665
12666 \begin_layout Standard
12667 Voici un exemple de tableau avec une cellule multiligne en première colonne:
12668 \end_layout
12669
12670 \begin_layout Standard
12671 \align center
12672 \begin_inset Tabular
12673 <lyxtabular version="3" rows="3" columns="3">
12674 <features tabularvalignment="middle">
12675 <column alignment="center" valignment="top" width="0pt">
12676 <column alignment="center" valignment="top" width="0">
12677 <column alignment="center" valignment="top" width="0">
12678 <row>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 un contenu long
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 b
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 c
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 <row>
12708 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 multi-ligne
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 e
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12727 \begin_inset Text
12728
12729 \begin_layout Plain Layout
12730 f
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 h
12751 \end_layout
12752
12753 \end_inset
12754 </cell>
12755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12756 \begin_inset Text
12757
12758 \begin_layout Plain Layout
12759 i
12760 \end_layout
12761
12762 \end_inset
12763 </cell>
12764 </row>
12765 </lyxtabular>
12766
12767 \end_inset
12768
12769
12770 \end_layout
12771
12772 \begin_layout Standard
12773 La largeur de la cellule multiligne est déterminée par la largeur de toute
12774  la colonne.
12775  L'
12776 \family sans
12777 Espacement
12778 \begin_inset space ~
12779 \end_inset
12780
12781 vertical
12782 \family default
12783  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12784  est positive ou négative.
12785 \end_layout
12786
12787 \begin_layout Standard
12788 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12789  explicitement, la cellule hérite de l'alignement de la colonne.
12790  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12791  implicite, vous devez redéfinir la commande 
12792 \series bold
12793
12794 \backslash
12795 multirowsetup
12796 \series default
12797  avec la commande
12798 \end_layout
12799
12800 \begin_layout Standard
12801
12802 \series bold
12803
12804 \backslash
12805 renewcommand{
12806 \backslash
12807 multirowsetup}{
12808 \backslash
12809 centering}
12810 \end_layout
12811
12812 \begin_layout Standard
12813 dans le préambule du document.
12814  Après ça, tous les contenus de cellules multi-lignes du document seront
12815  centrés.
12816  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12817  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12818  juste avant le tableau concerné, plutôt que dans le préambule.
12819  Si le texte doit être aligné à droite, remplacez 
12820 \series bold
12821
12822 \backslash
12823 centering
12824 \series default
12825  par 
12826 \series bold
12827
12828 \backslash
12829 raggedleft
12830 \series default
12831 .
12832  Pour revenir à l'alignement à gauche utilisez 
12833 \series bold
12834
12835 \backslash
12836 raggedright
12837 \series default
12838 .
12839 \end_layout
12840
12841 \begin_layout Standard
12842 Voici un exemple de tableau avec une cellule multiligne alignée à droite
12843  avec un décalage vertical de of -4
12844 \begin_inset space \thinspace{}
12845 \end_inset
12846
12847 mm dans une colonne de 3
12848 \begin_inset space \thinspace{}
12849 \end_inset
12850
12851 cm de large
12852 \begin_inset space ~
12853 \end_inset
12854
12855 :
12856 \end_layout
12857
12858 \begin_layout Standard
12859 \noindent
12860 \align center
12861 \begin_inset ERT
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865
12866
12867 \backslash
12868 renewcommand{
12869 \backslash
12870 multirowsetup}{
12871 \backslash
12872 raggedleft}
12873 \end_layout
12874
12875 \end_inset
12876
12877
12878 \begin_inset Tabular
12879 <lyxtabular version="3" rows="4" columns="3">
12880 <features tabularvalignment="middle">
12881 <column alignment="center" valignment="top" width="3cm">
12882 <column alignment="center" valignment="top" width="0">
12883 <column alignment="center" valignment="top" width="0">
12884 <row>
12885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 un contenu long
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 b
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12904 \begin_inset Text
12905
12906 \begin_layout Plain Layout
12907 c
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 </row>
12913 <row>
12914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 t
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 n
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 m
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 multi-ligne
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 e
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965 f
12966 \end_layout
12967
12968 \end_inset
12969 </cell>
12970 </row>
12971 <row>
12972 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 h
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 i
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 </row>
13000 </lyxtabular>
13001
13002 \end_inset
13003
13004
13005 \begin_inset ERT
13006 status collapsed
13007
13008 \begin_layout Plain Layout
13009
13010
13011 \backslash
13012 renewcommand{
13013 \backslash
13014 multirowsetup}{
13015 \backslash
13016 raggedright}
13017 \end_layout
13018
13019 \end_inset
13020
13021
13022 \end_layout
13023
13024 \begin_layout Section
13025 Les Tableaux Formels
13026 \begin_inset CommandInset label
13027 LatexCommand label
13028 name "sec:Tableaux-Formels"
13029
13030 \end_inset
13031
13032
13033 \begin_inset Index idx
13034 status collapsed
13035
13036 \begin_layout Plain Layout
13037 Tableau ! Formel
13038 \end_layout
13039
13040 \end_inset
13041
13042
13043 \end_layout
13044
13045 \begin_layout Standard
13046 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13047  à celle du tableau
13048 \begin_inset space ~
13049 \end_inset
13050
13051
13052 \begin_inset CommandInset ref
13053 LatexCommand ref
13054 reference "tab:Exemple-tableau-booktabs"
13055
13056 \end_inset
13057
13058 .
13059  Ce genre de tableau est appelé 
13060 \begin_inset Quotes eld
13061 \end_inset
13062
13063
13064 \emph on
13065 formel
13066 \emph default
13067
13068 \begin_inset Quotes erd
13069 \end_inset
13070
13071 .
13072  Pour transformer un tableau en tableau formel, utilisez l'option 
13073 \family sans
13074 Formel
13075 \family default
13076  de l'onglet 
13077 \family sans
13078 Bordures
13079 \family default
13080  de la fenêtre de dialogue 
13081 \family sans
13082 Paramètres
13083 \begin_inset space ~
13084 \end_inset
13085
13086 du
13087 \begin_inset space ~
13088 \end_inset
13089
13090 tableau
13091 \family default
13092 .
13093 \end_layout
13094
13095 \begin_layout Standard
13096 \begin_inset Float table
13097 placement h
13098 wide false
13099 sideways false
13100 status open
13101
13102 \begin_layout Plain Layout
13103 \begin_inset Caption
13104
13105 \begin_layout Plain Layout
13106 \begin_inset CommandInset label
13107 LatexCommand label
13108 name "tab:Exemple-tableau-booktabs"
13109
13110 \end_inset
13111
13112 Exemple de tableau formel
13113 \end_layout
13114
13115 \end_inset
13116
13117
13118 \end_layout
13119
13120 \begin_layout Plain Layout
13121 \align center
13122 \begin_inset Tabular
13123 <lyxtabular version="3" rows="8" columns="4">
13124 <features booktabs="true" tabularvalignment="middle">
13125 <column alignment="center" valignment="top" width="0">
13126 <column alignment="center" valignment="top" width="0">
13127 <column alignment="center" valignment="top" width="0">
13128 <column alignment="center" valignment="top" width="0">
13129 <row>
13130 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13131 \begin_inset Text
13132
13133 \begin_layout Plain Layout
13134 Système
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 Chip
13144 \begin_inset space \thinspace{}
13145 \end_inset
13146
13147 1
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 Chip
13157 \begin_inset space \thinspace{}
13158 \end_inset
13159
13160 2
13161 \end_layout
13162
13163 \end_inset
13164 </cell>
13165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13166 \begin_inset Text
13167
13168 \begin_layout Plain Layout
13169
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 </row>
13175 <row>
13176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 \begin_inset ERT
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184
13185
13186 \backslash
13187 cmidrule(r){2-2}
13188 \end_layout
13189
13190 \end_inset
13191
13192
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197
13198
13199 \backslash
13200 cmidrule(l){3-4}
13201 \end_layout
13202
13203 \end_inset
13204
13205 Épaisseur du capteur en µm
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 <cell alignment="center" valignment="top" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 300
13215 \end_layout
13216
13217 \end_inset
13218 </cell>
13219 <cell alignment="center" valignment="top" usebox="none">
13220 \begin_inset Text
13221
13222 \begin_layout Plain Layout
13223 300
13224 \end_layout
13225
13226 \end_inset
13227 </cell>
13228 <cell alignment="center" valignment="top" usebox="none">
13229 \begin_inset Text
13230
13231 \begin_layout Plain Layout
13232 700
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 </row>
13238 <row>
13239 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 Angle du biseau en °
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 3.55
13253 \end_layout
13254
13255 \end_inset
13256 </cell>
13257 <cell alignment="center" valignment="top" topline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 2.71
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 7.99
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 </row>
13276 <row topspace="default">
13277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 Résolution spatiale en µm
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 4.26
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 <cell alignment="center" valignment="top" usebox="none">
13296 \begin_inset Text
13297
13298 \begin_layout Plain Layout
13299 10.17
13300 \end_layout
13301
13302 \end_inset
13303 </cell>
13304 <cell alignment="center" valignment="top" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 10.56
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 </row>
13314 <row topspace="default">
13315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 MTF à 
13320 \begin_inset Formula $f_{\mathrm{max}}$
13321 \end_inset
13322
13323
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 <cell alignment="center" valignment="top" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 0.53
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 0.37
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 0.39
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 </row>
13356 <row topspace="default">
13357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 \begin_inset ERT
13362 status collapsed
13363
13364 \begin_layout Plain Layout
13365
13366
13367 \backslash
13368 cmidrule(l{10pt}){1-1}
13369 \end_layout
13370
13371 \end_inset
13372
13373 résolution spatiale LSF
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 </row>
13406 <row>
13407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 en µm
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 129.7
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 52.75
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 50.78
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 </row>
13444 <row>
13445 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 en % de la taille des pixels
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 76.3
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 95.9
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 92.3
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 </row>
13482 </lyxtabular>
13483
13484 \end_inset
13485
13486
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13496  
13497 \family sans
13498 Bordures
13499 \family default
13500  de la fenêtre de dialogue 
13501 \family sans
13502 Paramètres
13503 \begin_inset space ~
13504 \end_inset
13505
13506 du
13507 \begin_inset space ~
13508 \end_inset
13509
13510 tableau
13511 \family default
13512  comme c'est décrit dans la section
13513 \begin_inset space ~
13514 \end_inset
13515
13516
13517 \begin_inset CommandInset ref
13518 LatexCommand ref
13519 reference "sub:Espacement-lignes"
13520
13521 \end_inset
13522
13523 .
13524 \end_layout
13525
13526 \begin_layout Standard
13527 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13528  verticales.
13529  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13530  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13531  sortie imprimée :
13532 \begin_inset Newline newline
13533 \end_inset
13534
13535 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13536 \begin_inset space \thinspace{}
13537 \end_inset
13538
13539 em alors que les autres lignes ont implicite une épaisseur de 0.05
13540 \begin_inset space \thinspace{}
13541 \end_inset
13542
13543 em.
13544 \end_layout
13545
13546 \begin_layout Standard
13547 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13548  les lignes de préambule suivantes :
13549 \end_layout
13550
13551 \begin_layout Standard
13552
13553 \series bold
13554
13555 \backslash
13556 let
13557 \backslash
13558 mytoprule
13559 \backslash
13560 toprule
13561 \begin_inset Newline newline
13562 \end_inset
13563
13564
13565 \backslash
13566 renewcommand{
13567 \backslash
13568 toprule}{
13569 \backslash
13570 mytoprule[width]}
13571 \end_layout
13572
13573 \begin_layout Standard
13574 Cet exemple concerne la première ligne, appelée 
13575 \series bold
13576 toprule
13577 \series default
13578 .
13579  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13580 \series bold
13581 toprule
13582 \series default
13583  par 
13584 \series bold
13585 bottomrule
13586 \series default
13587 .
13588  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13589  
13590 \series bold
13591 toprule
13592 \series default
13593  par 
13594 \series bold
13595 midrule
13596 \series default
13597 .
13598  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13599 \begin_inset space ~
13600 \end_inset
13601
13602
13603 \begin_inset CommandInset ref
13604 LatexCommand ref
13605 reference "cha:Unités-de-longueur"
13606
13607 \end_inset
13608
13609  pour préciser l'épaisseur voulue.
13610 \end_layout
13611
13612 \begin_layout Standard
13613 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13614  en mettant une ligne pour une cellule multi colonne.
13615  LyX va utiliser en interne la commande 
13616 \series bold
13617
13618 \backslash
13619 cmidrule
13620 \series default
13621  pour créer cette ligne.
13622  Sa syntaxe complète est :
13623 \end_layout
13624
13625 \begin_layout Standard
13626
13627 \series bold
13628
13629 \backslash
13630 cmidrule[largeur](rognage){colDépart-colFin}
13631 \end_layout
13632
13633 \begin_layout Standard
13634 Les options de la commande 
13635 \series bold
13636
13637 \backslash
13638 cmidrule
13639 \series default
13640  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13641  TeX pour pouvoir les utiliser.
13642  On peut créer manuellement des lignes 
13643 \series bold
13644
13645 \backslash
13646 mitrales
13647 \series default
13648  en insérant la commande en code TeX comme le premier élément de la première
13649  cellule de la ligne.
13650  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13651  en question.
13652 \end_layout
13653
13654 \begin_layout Standard
13655 La valeur implicite pour l'épaisseur des lignes est de 0.03
13656 \begin_inset space \thinspace{}
13657 \end_inset
13658
13659 em.
13660  
13661 \series bold
13662 colDépart
13663 \series default
13664  est le numéro de la colonne dans laquelle la ligne commence et 
13665 \series bold
13666 colFin
13667 \series default
13668  est le numéro de la colonne dans laquelle elle se termine.
13669  La valeur de 
13670 \series bold
13671 colFin
13672 \series default
13673  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13674  Le paramètre optionnel 
13675 \series bold
13676 rognage
13677 \series default
13678  peut être soit 
13679 \emph on
13680 l{largeurRognage}
13681 \emph default
13682 , ou 
13683 \emph on
13684 r{largeurRognage}
13685 \emph default
13686  où les valeurs de
13687 \emph on
13688  largeurRognage
13689 \emph default
13690  sont aussi optionnelles.
13691  En utilisant par exemple la valeur 
13692 \emph on
13693 l{2pt}
13694 \emph default
13695  pour ce paramètre, la ligne va être rognée de 2
13696 \begin_inset space \thinspace{}
13697 \end_inset
13698
13699 pt à son extrémité gauche.
13700  Si vous ne spécifiez pas de valeur pour 
13701 \emph on
13702 largeurRognage
13703 \emph default
13704  les lignes sont implicitement rognées de 0.5
13705 \begin_inset space \thinspace{}
13706 \end_inset
13707
13708 em.
13709 \end_layout
13710
13711 \begin_layout Standard
13712 \begin_inset VSpace bigskip
13713 \end_inset
13714
13715 Le tableau
13716 \begin_inset space ~
13717 \end_inset
13718
13719
13720 \begin_inset CommandInset ref
13721 LatexCommand ref
13722 reference "tab:Exemple-tableau-booktabs"
13723
13724 \end_inset
13725
13726  a été créé en utilisant les commandes
13727 \end_layout
13728
13729 \begin_layout Standard
13730
13731 \series bold
13732
13733 \backslash
13734 cmidrule(r){2-2}
13735 \backslash
13736 cmidrule(l){3-4}
13737 \end_layout
13738
13739 \begin_layout Standard
13740 au début de la deuxième ligne et
13741 \end_layout
13742
13743 \begin_layout Standard
13744
13745 \series bold
13746
13747 \backslash
13748 cmidrule(l{10pt}){1-1}
13749 \end_layout
13750
13751 \begin_layout Standard
13752 au début de la sixième ligne.
13753 \end_layout
13754
13755 \begin_layout Standard
13756 \begin_inset VSpace bigskip
13757 \end_inset
13758
13759
13760 \end_layout
13761
13762 \begin_layout Standard
13763 Vous pouvez vouloir des commandes 
13764 \series bold
13765
13766 \backslash
13767 cmidrule
13768 \series default
13769 s qui se recouvrent comme pour le tableau
13770 \begin_inset space ~
13771 \end_inset
13772
13773
13774 \begin_inset CommandInset ref
13775 LatexCommand ref
13776 reference "tab:Tableau-booktabs-special"
13777
13778 \end_inset
13779
13780 .
13781  On obtient ce résultat en utilisant la commande suivante en code TeX
13782 \end_layout
13783
13784 \begin_layout Standard
13785
13786 \series bold
13787
13788 \backslash
13789 morecmidrules
13790 \end_layout
13791
13792 \begin_layout Standard
13793 La commande qui a été utilisée pour la deuxième ligne du tableau
13794 \begin_inset space ~
13795 \end_inset
13796
13797
13798 \begin_inset CommandInset ref
13799 LatexCommand ref
13800 reference "tab:Tableau-booktabs-special"
13801
13802 \end_inset
13803
13804  est
13805 \end_layout
13806
13807 \begin_layout Standard
13808
13809 \series bold
13810
13811 \backslash
13812 cmidrule(r){2-2}
13813 \backslash
13814 cmidrule(l){3-4}
13815 \backslash
13816 morecmidrules
13817 \backslash
13818 cmidrule{2-4}
13819 \end_layout
13820
13821 \begin_layout Standard
13822 La commande pour la sixième ligne est
13823 \end_layout
13824
13825 \begin_layout Standard
13826
13827 \series bold
13828
13829 \backslash
13830 midrule
13831 \backslash
13832 morecmidrules
13833 \backslash
13834 cmidrule{3-4}
13835 \end_layout
13836
13837 \begin_layout Standard
13838 \begin_inset VSpace bigskip
13839 \end_inset
13840
13841
13842 \end_layout
13843
13844 \begin_layout Standard
13845 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13846 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13847  font toute la largeur du tableau :
13848 \end_layout
13849
13850 \begin_layout Standard
13851
13852 \series bold
13853
13854 \backslash
13855 specialrule{largeur}{espace au dessus}{espace en dessous}
13856 \end_layout
13857
13858 \begin_layout Standard
13859 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13860  du paquetage LaTeX 
13861 \series bold
13862 booktabs
13863 \series default
13864  
13865 \begin_inset CommandInset citation
13866 LatexCommand cite
13867 key "booktabs"
13868
13869 \end_inset
13870
13871 .
13872 \begin_inset Index idx
13873 status collapsed
13874
13875 \begin_layout Plain Layout
13876 Paquetages LaTeX ! booktabs
13877 \end_layout
13878
13879 \end_inset
13880
13881
13882 \end_layout
13883
13884 \begin_layout Standard
13885 \begin_inset Float table
13886 placement h
13887 wide false
13888 sideways false
13889 status open
13890
13891 \begin_layout Plain Layout
13892 \begin_inset Caption
13893
13894 \begin_layout Plain Layout
13895 \begin_inset CommandInset label
13896 LatexCommand label
13897 name "tab:Tableau-booktabs-special"
13898
13899 \end_inset
13900
13901 Tableau formel spécial
13902 \end_layout
13903
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \begin_layout Plain Layout
13910 \align center
13911 \begin_inset Tabular
13912 <lyxtabular version="3" rows="8" columns="4">
13913 <features booktabs="true" tabularvalignment="middle">
13914 <column alignment="center" valignment="top" width="0">
13915 <column alignment="center" valignment="top" width="0">
13916 <column alignment="center" valignment="top" width="0">
13917 <column alignment="center" valignment="top" width="0">
13918 <row>
13919 <cell alignment="center" valignment="top" topline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 Système
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 Chip
13933 \begin_inset space \thinspace{}
13934 \end_inset
13935
13936 1
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 Chip
13946 \begin_inset space \thinspace{}
13947 \end_inset
13948
13949 2
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 </row>
13964 <row>
13965 <cell alignment="center" valignment="top" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 \begin_inset ERT
13970 status collapsed
13971
13972 \begin_layout Plain Layout
13973
13974
13975 \backslash
13976 cmidrule(r){2-2}
13977 \end_layout
13978
13979 \end_inset
13980
13981
13982 \begin_inset ERT
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986
13987
13988 \backslash
13989 cmidrule(l){3-4}
13990 \end_layout
13991
13992 \end_inset
13993
13994
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000
14001 \backslash
14002 morecmidrules 
14003 \end_layout
14004
14005 \end_inset
14006
14007
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013
14014 \backslash
14015 cmidrule{2-4}
14016 \end_layout
14017
14018 \end_inset
14019
14020 Epaisseur du capteur en µm
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 300
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 300
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 700
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 </row>
14053 <row>
14054 <cell alignment="center" valignment="top" topline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 Angle biseau en °
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 3.55
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 2.71
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 7.99
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 </row>
14091 <row topspace="default">
14092 <cell alignment="center" valignment="top" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 Résolution spatiale en µm
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 4.26
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 10.17
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123 10.56
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 </row>
14129 <row topspace="default">
14130 <cell alignment="center" valignment="top" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 MTF à 
14135 \begin_inset Formula $f_{\mathrm{max}}$
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 0.53
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 0.37
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 0.39
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 </row>
14171 <row>
14172 <cell alignment="center" valignment="top" topline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 \begin_inset ERT
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180
14181
14182 \backslash
14183 morecmidrules 
14184 \end_layout
14185
14186 \end_inset
14187
14188
14189 \begin_inset ERT
14190 status collapsed
14191
14192 \begin_layout Plain Layout
14193
14194
14195 \backslash
14196 cmidrule{3-4}
14197 \end_layout
14198
14199 \end_inset
14200
14201 résolution spatiale LSF
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 <cell alignment="center" valignment="top" topline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 <cell alignment="center" valignment="top" topline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Plain Layout
14228
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 </row>
14234 <row>
14235 <cell alignment="center" valignment="top" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 en µm
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 <cell alignment="center" valignment="top" usebox="none">
14245 \begin_inset Text
14246
14247 \begin_layout Plain Layout
14248 129.7
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 <cell alignment="center" valignment="top" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 52.75
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 50.78
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 <row>
14273 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277 en % de la taille des pixels
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 76.3
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 95.9
14296 \end_layout
14297
14298 \end_inset
14299 </cell>
14300 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304 92.3
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 </row>
14310 </lyxtabular>
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \end_inset
14318
14319
14320 \end_layout
14321
14322 \begin_layout Section
14323 Alignement Vertical des Tableaux
14324 \begin_inset Index idx
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328 Tableau ! Alignement
14329 \end_layout
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \begin_layout Standard
14337 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14338  doit être à l'intérieur d'une boîte.
14339  La boîte peut alors être alignée comme c'est décrit dans la 
14340 \begin_inset space ~
14341 \end_inset
14342
14343
14344 \begin_inset CommandInset ref
14345 LatexCommand ref
14346 reference "sec:Boîte-Dialogue"
14347
14348 \end_inset
14349
14350 .
14351 \end_layout
14352
14353 \begin_layout Standard
14354 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14355  minipage
14356 \begin_inset Foot
14357 status open
14358
14359 \begin_layout Plain Layout
14360 Les minipages son décrites dans la section
14361 \begin_inset space ~
14362 \end_inset
14363
14364
14365 \begin_inset CommandInset ref
14366 LatexCommand ref
14367 reference "sec:Minipages"
14368
14369 \end_inset
14370
14371 .
14372 \end_layout
14373
14374 \end_inset
14375
14376  dont la largeur est de 15
14377 \begin_inset space \thinspace{}
14378 \end_inset
14379
14380 col% :
14381 \end_layout
14382
14383 \begin_layout Itemize
14384 test 
14385 \begin_inset Box Frameless
14386 position "t"
14387 hor_pos "c"
14388 has_inner_box 1
14389 inner_pos "c"
14390 use_parbox 0
14391 use_makebox 0
14392 width "15col%"
14393 special "none"
14394 height "1in"
14395 height_special "totalheight"
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399 \begin_inset Tabular
14400 <lyxtabular version="3" rows="3" columns="3">
14401 <features tabularvalignment="middle">
14402 <column alignment="center" valignment="top" width="0">
14403 <column alignment="center" valignment="top" width="0">
14404 <column alignment="center" valignment="top" width="0">
14405 <row>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 a
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14416 \begin_inset Text
14417
14418 \begin_layout Plain Layout
14419 d
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 g
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 </row>
14434 <row>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 b
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 e
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 h
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 </row>
14463 <row>
14464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 c
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 f
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 i
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 </row>
14492 </lyxtabular>
14493
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \end_inset
14500
14501  test 
14502 \begin_inset ERT
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506
14507
14508 \backslash
14509 raisebox{0.85
14510 \backslash
14511 baselineskip}{
14512 \end_layout
14513
14514 \end_inset
14515
14516
14517 \begin_inset Box Frameless
14518 position "t"
14519 hor_pos "c"
14520 has_inner_box 1
14521 inner_pos "c"
14522 use_parbox 0
14523 use_makebox 0
14524 width "15col%"
14525 special "none"
14526 height "1in"
14527 height_special "totalheight"
14528 status collapsed
14529
14530 \begin_layout Plain Layout
14531 \begin_inset Tabular
14532 <lyxtabular version="3" rows="3" columns="3">
14533 <features tabularvalignment="middle">
14534 <column alignment="center" valignment="top" width="0">
14535 <column alignment="center" valignment="top" width="0">
14536 <column alignment="center" valignment="top" width="0">
14537 <row>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 a
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 d
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 g
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 b
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580 e
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589 h
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600 c
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 f
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 i
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 </row>
14624 </lyxtabular>
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \end_inset
14632
14633
14634 \begin_inset ERT
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639 }
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Itemize
14648 test 
14649 \begin_inset Box Frameless
14650 position "c"
14651 hor_pos "c"
14652 has_inner_box 1
14653 inner_pos "c"
14654 use_parbox 0
14655 use_makebox 0
14656 width "15col%"
14657 special "none"
14658 height "1in"
14659 height_special "totalheight"
14660 status collapsed
14661
14662 \begin_layout Plain Layout
14663 \begin_inset Tabular
14664 <lyxtabular version="3" rows="3" columns="3">
14665 <features tabularvalignment="middle">
14666 <column alignment="center" valignment="top" width="0">
14667 <column alignment="center" valignment="top" width="0">
14668 <column alignment="center" valignment="top" width="0">
14669 <row>
14670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674 a
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683 d
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 g
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 </row>
14698 <row>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703 b
14704 \end_layout
14705
14706 \end_inset
14707 </cell>
14708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14709 \begin_inset Text
14710
14711 \begin_layout Plain Layout
14712 e
14713 \end_layout
14714
14715 \end_inset
14716 </cell>
14717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14718 \begin_inset Text
14719
14720 \begin_layout Plain Layout
14721 h
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 </row>
14727 <row>
14728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Plain Layout
14732 c
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Plain Layout
14741 f
14742 \end_layout
14743
14744 \end_inset
14745 </cell>
14746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750 i
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 </row>
14756 </lyxtabular>
14757
14758 \end_inset
14759
14760
14761 \end_layout
14762
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Itemize
14769 test 
14770 \begin_inset Box Frameless
14771 position "b"
14772 hor_pos "c"
14773 has_inner_box 1
14774 inner_pos "c"
14775 use_parbox 0
14776 use_makebox 0
14777 width "15col%"
14778 special "none"
14779 height "1in"
14780 height_special "totalheight"
14781 status collapsed
14782
14783 \begin_layout Plain Layout
14784 \begin_inset Tabular
14785 <lyxtabular version="3" rows="3" columns="3">
14786 <features tabularvalignment="middle">
14787 <column alignment="center" valignment="top" width="0">
14788 <column alignment="center" valignment="top" width="0">
14789 <column alignment="center" valignment="top" width="0">
14790 <row>
14791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 a
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804 d
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 g
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 </row>
14819 <row>
14820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14821 \begin_inset Text
14822
14823 \begin_layout Plain Layout
14824 b
14825 \end_layout
14826
14827 \end_inset
14828 </cell>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833 e
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 h
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 </row>
14848 <row>
14849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853 c
14854 \end_layout
14855
14856 \end_inset
14857 </cell>
14858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 f
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871 i
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 </row>
14877 </lyxtabular>
14878
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \end_inset
14885
14886  test 
14887 \begin_inset ERT
14888 status collapsed
14889
14890 \begin_layout Plain Layout
14891
14892
14893 \backslash
14894 raisebox{-0.32
14895 \backslash
14896 baselineskip}{
14897 \end_layout
14898
14899 \end_inset
14900
14901
14902 \begin_inset Box Frameless
14903 position "b"
14904 hor_pos "c"
14905 has_inner_box 1
14906 inner_pos "c"
14907 use_parbox 0
14908 use_makebox 0
14909 width "15col%"
14910 special "none"
14911 height "1in"
14912 height_special "totalheight"
14913 status collapsed
14914
14915 \begin_layout Plain Layout
14916 \begin_inset Tabular
14917 <lyxtabular version="3" rows="3" columns="3">
14918 <features tabularvalignment="middle">
14919 <column alignment="center" valignment="top" width="0">
14920 <column alignment="center" valignment="top" width="0">
14921 <column alignment="center" valignment="top" width="0">
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 a
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14933 \begin_inset Text
14934
14935 \begin_layout Plain Layout
14936 d
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 g
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 b
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965 e
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974 h
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 </row>
14980 <row>
14981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 c
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 f
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 i
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 </row>
15009 </lyxtabular>
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017
15018
15019 \begin_inset ERT
15020 status collapsed
15021
15022 \begin_layout Plain Layout
15023
15024 }
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \begin_layout Standard
15033 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15034  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15035  la ligne dans laquelle le tableau est inséré.
15036  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15037  boîte élévatrice (raisebox)
15038 \begin_inset Foot
15039 status collapsed
15040
15041 \begin_layout Plain Layout
15042 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15043 \begin_inset space ~
15044 \end_inset
15045
15046
15047 \begin_inset CommandInset ref
15048 LatexCommand ref
15049 reference "sub:Alignement-Vertical"
15050
15051 \end_inset
15052
15053 .
15054 \end_layout
15055
15056 \end_inset
15057
15058 .
15059  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15060  aligné en utilisant la commande en code TeX suivante 
15061 \end_layout
15062
15063 \begin_layout Standard
15064
15065 \series bold
15066
15067 \backslash
15068 raisebox{0.85
15069 \backslash
15070 baselineskip}{
15071 \end_layout
15072
15073 \begin_layout Standard
15074 placée juste avant la boîte minipage.
15075  Après la boîte on insère l'accolade fermante en code TeX.
15076  Pour le deuxième tableau de la dernière ligne, la commande 
15077 \end_layout
15078
15079 \begin_layout Standard
15080
15081 \series bold
15082
15083 \backslash
15084 raisebox{-0.32
15085 \backslash
15086 baselineskip}{
15087 \end_layout
15088
15089 \begin_layout Standard
15090 est utilisée.
15091 \end_layout
15092
15093 \begin_layout Standard
15094 \begin_inset Note Greyedout
15095 status open
15096
15097 \begin_layout Plain Layout
15098
15099 \series bold
15100 Note:
15101 \series default
15102  L'alignement entre le contenu de la ligne du tableau et le texte de la
15103  ligne qui l'entoure ne peut pas être parfait.
15104  Le facteur utilisé dans la commande 
15105 \series bold
15106
15107 \backslash
15108 raisebox
15109 \series default
15110  pour obtenir cet alignement dépend de la police de caractères du document,
15111  de la taille de la police et de l'épaisseur des lignes du tableau.
15112 \end_layout
15113
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \begin_layout Section
15120 Tableaux Colorés
15121 \begin_inset CommandInset label
15122 LatexCommand label
15123 name "sec:Tableaux-Colorés"
15124
15125 \end_inset
15126
15127
15128 \begin_inset Index idx
15129 status collapsed
15130
15131 \begin_layout Plain Layout
15132 Tableau ! Coloré
15133 \end_layout
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \begin_layout Subsection
15141 Cellules Colorées
15142 \begin_inset Index idx
15143 status collapsed
15144
15145 \begin_layout Plain Layout
15146 Couleur des tableaux ! Pour les cellules
15147 \end_layout
15148
15149 \end_inset
15150
15151
15152 \begin_inset Index idx
15153 status collapsed
15154
15155 \begin_layout Plain Layout
15156 Couleur ! Pour les cellules de tableau
15157 \end_layout
15158
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \begin_layout Standard
15165 \begin_inset Float table
15166 placement h
15167 wide false
15168 sideways false
15169 status open
15170
15171 \begin_layout Plain Layout
15172 \begin_inset Caption
15173
15174 \begin_layout Plain Layout
15175 \begin_inset CommandInset label
15176 LatexCommand label
15177 name "tab:Tableau-coloré-sans-colortbl"
15178
15179 \end_inset
15180
15181 Tableau coloré sans utiliser le paquetage  
15182 \series bold
15183 colortbl
15184 \series default
15185
15186 \begin_inset Argument
15187 status open
15188
15189 \begin_layout Plain Layout
15190 Tableau sans colortbl
15191 \end_layout
15192
15193 \end_inset
15194
15195
15196 \end_layout
15197
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \begin_layout Plain Layout
15204 \align center
15205 \begin_inset Tabular
15206 <lyxtabular version="3" rows="3" columns="3">
15207 <features tabularvalignment="middle">
15208 <column alignment="center" valignment="top" width="0">
15209 <column alignment="center" valignment="top" width="0">
15210 <column alignment="center" valignment="top" width="0">
15211 <row>
15212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216
15217 \color green
15218 a
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \color red
15229 b
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238
15239 \color red
15240 c
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 </row>
15246 <row>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \color green
15253 d
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262
15263 \color blue
15264 e
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \color blue
15275 f
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \color green
15288 g
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \color blue
15299 h
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308
15309 \color blue
15310 i
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 </row>
15316 </lyxtabular>
15317
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Standard
15329 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15330  et choisissez une couleur dans le menu 
15331 \family sans
15332 Éditer\SpecialChar \menuseparator
15333 Style
15334 \begin_inset space ~
15335 \end_inset
15336
15337 de
15338 \begin_inset space ~
15339 \end_inset
15340
15341 Texte
15342 \family default
15343 .
15344  C'est ce qui a été utilisé pour créer le tableau
15345 \begin_inset space ~
15346 \end_inset
15347
15348
15349 \begin_inset CommandInset ref
15350 LatexCommand ref
15351 reference "tab:Tableau-coloré-sans-colortbl"
15352
15353 \end_inset
15354
15355 .
15356  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15357 \series bold
15358 colortbl
15359 \series default
15360 .
15361 \begin_inset Index idx
15362 status collapsed
15363
15364 \begin_layout Plain Layout
15365 Paquetages LaTeX ! colortbl
15366 \end_layout
15367
15368 \end_inset
15369
15370
15371 \end_layout
15372
15373 \begin_layout Standard
15374 \begin_inset ERT
15375 status collapsed
15376
15377 \begin_layout Plain Layout
15378
15379
15380 \backslash
15381 ifcolortbl
15382 \end_layout
15383
15384 \end_inset
15385
15386
15387 \begin_inset Note Note
15388 status open
15389
15390 \begin_layout Plain Layout
15391 La section qui suit ne sera affichée que si vous avez installé le paquetage
15392  LaTeX 
15393 \series bold
15394 colortbl
15395 \series default
15396 .
15397 \end_layout
15398
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \begin_layout Standard
15405 Pour créer des tableaux colorés, vous devez charger le paquetage
15406 \series bold
15407  colortbl
15408 \series default
15409  dans le préambule avec la ligne
15410 \end_layout
15411
15412 \begin_layout Standard
15413
15414 \series bold
15415
15416 \backslash
15417 usepackage{colortbl}
15418 \end_layout
15419
15420 \begin_layout Standard
15421 On choisit la couleur d'une colonne avec la commande 
15422 \end_layout
15423
15424 \begin_layout Standard
15425
15426 \series bold
15427
15428 \backslash
15429 columncolor{nom de couleur}
15430 \end_layout
15431
15432 \begin_layout Standard
15433 à l'intérieur d'une commande 
15434 \series bold
15435 >{ }
15436 \series default
15437 .
15438  Vous trouverez plus d'information sur la commande 
15439 \series bold
15440 >{}
15441 \series default
15442  dans la section
15443 \begin_inset space ~
15444 \end_inset
15445
15446
15447 \begin_inset CommandInset ref
15448 LatexCommand ref
15449 reference "sub:Calculs-multicolonnes"
15450
15451 \end_inset
15452
15453 .
15454 \end_layout
15455
15456 \begin_layout Standard
15457 Les noms de couleurs suivants sont prédéfinis :
15458 \end_layout
15459
15460 \begin_layout Standard
15461
15462 \family sans
15463 red
15464 \family default
15465  (rouge), 
15466 \family sans
15467 green
15468 \family default
15469  (vert), 
15470 \family sans
15471 yellow
15472 \family default
15473  (jaune), 
15474 \family sans
15475 blue
15476 \family default
15477  (bleu), 
15478 \family sans
15479 cyan
15480 \family default
15481
15482 \family sans
15483 magenta
15484 \family default
15485
15486 \family sans
15487 black 
15488 \family default
15489 (noir) et 
15490 \family sans
15491 white 
15492 \family default
15493 (blanc).
15494 \end_layout
15495
15496 \begin_layout Standard
15497 \begin_inset VSpace medskip
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \begin_layout Standard
15504 Vous pouvez aussi définir votre propre couleur avec la commande
15505 \end_layout
15506
15507 \begin_layout Standard
15508
15509 \series bold
15510
15511 \backslash
15512 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15513 \end_layout
15514
15515 \begin_layout Standard
15516 Le modèle de couleur peut être
15517 \end_layout
15518
15519 \begin_layout Labeling
15520 \labelwidthstring 00.00.0000
15521 cmyk: cyan, magenta, jaune (yellow), noir (black)
15522 \end_layout
15523
15524 \begin_layout Labeling
15525 \labelwidthstring 00.00.0000
15526 rgb: red, vert (green), bleu (blue)
15527 \end_layout
15528
15529 \begin_layout Labeling
15530 \labelwidthstring 00.00.0000
15531 gray dégradé de gris (gray)
15532 \end_layout
15533
15534 \begin_layout Standard
15535 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15536  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15537 \end_layout
15538
15539 \begin_layout Standard
15540 Vous pouvez par exemple définir la couleur 
15541 \begin_inset Quotes eld
15542 \end_inset
15543
15544
15545 \emph on
15546 vertfonce
15547 \begin_inset Quotes erd
15548 \end_inset
15549
15550  dans le préambule avec la ligne
15551 \end_layout
15552
15553 \begin_layout Standard
15554
15555 \series bold
15556
15557 \backslash
15558 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15559 \end_layout
15560
15561 \begin_layout Standard
15562 et la couleur "
15563 \emph on
15564 grisclair
15565 \emph default
15566 " avec
15567 \end_layout
15568
15569 \begin_layout Standard
15570
15571 \series bold
15572
15573 \backslash
15574 definecolor{grisclair}{gray}{0.8}
15575 \end_layout
15576
15577 \begin_layout Standard
15578 \begin_inset VSpace medskip
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \begin_layout Standard
15585 Les lignes sont colorées avec la commande
15586 \end_layout
15587
15588 \begin_layout Standard
15589
15590 \series bold
15591
15592 \backslash
15593 rowcolor{nom de la couleur}
15594 \end_layout
15595
15596 \begin_layout Standard
15597 et les cellules sont colorées avec la commande
15598 \end_layout
15599
15600 \begin_layout Standard
15601
15602 \series bold
15603
15604 \backslash
15605 cellcolor{nom de la couleur}
15606 \end_layout
15607
15608 \begin_layout Standard
15609 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15610 \end_layout
15611
15612 \begin_layout Standard
15613 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15614  choisissez une couleur dans le menu 
15615 \family sans
15616 Éditer\SpecialChar \menuseparator
15617 Style
15618 \begin_inset space ~
15619 \end_inset
15620
15621 de
15622 \begin_inset space ~
15623 \end_inset
15624
15625 Texte
15626 \family default
15627 .
15628  Si une cellule contient du code TeX, faites bien attention à ne colorer
15629  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15630 \end_layout
15631
15632 \begin_layout Standard
15633 \begin_inset Note Greyedout
15634 status open
15635
15636 \begin_layout Plain Layout
15637
15638 \series bold
15639 Note:
15640 \series default
15641  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15642  définies par l'utilisateur.
15643 \end_layout
15644
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \begin_layout Standard
15651 \begin_inset VSpace bigskip
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \begin_layout Standard
15658 Pour créer le tableau
15659 \begin_inset space ~
15660 \end_inset
15661
15662
15663 \begin_inset CommandInset ref
15664 LatexCommand ref
15665 reference "tab:Tableau-coloré-avec-colortbl"
15666
15667 \end_inset
15668
15669  faites ce qui suit : La couleur de la première colonne doit être 
15670 \emph on
15671 vertfonce
15672 \emph default
15673 .
15674  On insère donc la commande
15675 \end_layout
15676
15677 \begin_layout Standard
15678
15679 \series bold
15680 >{
15681 \backslash
15682 columncolor{vertfonce}
15683 \backslash
15684 centering}c
15685 \end_layout
15686
15687 \begin_layout Standard
15688 en code TeX pour cette colonne.
15689  La première ligne doit être bleue
15690 \begin_inset Note Note
15691 status open
15692
15693 \begin_layout Plain Layout
15694 cyan ? (NdT)
15695 \end_layout
15696
15697 \end_inset
15698
15699 , d'où la commande en code TeX
15700 \end_layout
15701
15702 \begin_layout Standard
15703
15704 \series bold
15705
15706 \backslash
15707 rowcolor{cyan}
15708 \end_layout
15709
15710 \begin_layout Standard
15711 qui est insérée dans la première cellule de cette ligne.
15712  Notez que cela annule la couleur de colonne pour la première cellule.
15713  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15714  en code TeX la commande
15715 \end_layout
15716
15717 \begin_layout Standard
15718
15719 \series bold
15720
15721 \backslash
15722 cellcolor{magenta}
15723 \end_layout
15724
15725 \begin_layout Standard
15726 Les caractères peuvent maintenant être colorés en utilisant le menu 
15727 \family sans
15728 Éditer\SpecialChar \menuseparator
15729 Style
15730 \begin_inset space ~
15731 \end_inset
15732
15733 de
15734 \begin_inset space ~
15735 \end_inset
15736
15737 Texte
15738 \family default
15739 .
15740 \end_layout
15741
15742 \begin_layout Standard
15743 \begin_inset Float table
15744 placement h
15745 wide false
15746 sideways false
15747 status open
15748
15749 \begin_layout Plain Layout
15750 \begin_inset Caption
15751
15752 \begin_layout Plain Layout
15753 \begin_inset CommandInset label
15754 LatexCommand label
15755 name "tab:Tableau-coloré-avec-colortbl"
15756
15757 \end_inset
15758
15759 Tableau coloré en utilisant le paquetage 
15760 \series bold
15761 colortbl
15762 \series default
15763
15764 \begin_inset Argument
15765 status collapsed
15766
15767 \begin_layout Plain Layout
15768 Tableau avec colortbl
15769 \end_layout
15770
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Plain Layout
15782 \align center
15783 \begin_inset Tabular
15784 <lyxtabular version="3" rows="3" columns="3">
15785 <features tabularvalignment="middle">
15786 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15787 <column alignment="center" valignment="top" width="0">
15788 <column alignment="center" valignment="top" width="0">
15789 <row>
15790 <cell alignment="center" valignment="top" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset ERT
15795 status collapsed
15796
15797 \begin_layout Plain Layout
15798
15799
15800 \backslash
15801 rowcolor{cyan}
15802 \end_layout
15803
15804 \end_inset
15805
15806
15807 \color magenta
15808 a
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="center" valignment="top" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817
15818 \color red
15819 b
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828
15829 \color red
15830 c
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \color yellow
15843 d
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \color blue
15854 e
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863
15864 \color blue
15865 f
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 </row>
15871 <row>
15872 <cell alignment="center" valignment="top" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876
15877 \color yellow
15878 g
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 <cell alignment="center" valignment="top" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \color blue
15889 h
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 \begin_inset ERT
15899 status collapsed
15900
15901 \begin_layout Plain Layout
15902
15903
15904 \backslash
15905 cellcolor{magenta}
15906 \end_layout
15907
15908 \end_inset
15909
15910
15911 \color green
15912 i
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 </lyxtabular>
15919
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \begin_layout Standard
15931 \begin_inset ERT
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935
15936
15937 \backslash
15938 else
15939 \end_layout
15940
15941 \end_inset
15942
15943
15944 \begin_inset Note Note
15945 status open
15946
15947 \begin_layout Plain Layout
15948 Ce qui suit sera affiché si le paquetage 
15949 \series bold
15950 colortbl
15951 \series default
15952  n'est pas installé :
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Standard
15961 Vous devez installer le paquetage 
15962 \series bold
15963 colortbl
15964 \series default
15965  pour voir le contenu des cette section dans la sortie imprimée.
15966 \end_layout
15967
15968 \begin_layout Standard
15969 \begin_inset ERT
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973
15974
15975 \backslash
15976 fi
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Subsection
15985 Les filets colorées
15986 \begin_inset Index idx
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990 Tableau Coloré ! Pour les filets
15991 \end_layout
15992
15993 \end_inset
15994
15995
15996 \begin_inset Index idx
15997 status collapsed
15998
15999 \begin_layout Plain Layout
16000 Couleur ! Pour les filets des tableaux
16001 \end_layout
16002
16003 \end_inset
16004
16005
16006 \begin_inset Note Note
16007 status collapsed
16008
16009 \begin_layout Plain Layout
16010 on parle de filets plutôt que de lignes pour les tableaux
16011 \end_layout
16012
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \begin_layout Standard
16019 Comme c'est décrit dans la section
16020 \begin_inset space ~
16021 \end_inset
16022
16023
16024 \begin_inset CommandInset ref
16025 LatexCommand ref
16026 reference "sub:Epaisseur-filets"
16027
16028 \end_inset
16029
16030 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16031  variable 
16032 \series bold
16033
16034 \backslash
16035 arrayrulewidth
16036 \series default
16037 .
16038  Elle est mise à 1.5
16039 \begin_inset space \thinspace{}
16040 \end_inset
16041
16042 pt pour tous les tableaux de cette section.
16043 \begin_inset ERT
16044 status collapsed
16045
16046 \begin_layout Plain Layout
16047
16048
16049 \backslash
16050 setlength{
16051 \backslash
16052 arrayrulewidth}{1.5pt}
16053 \end_layout
16054
16055 \end_inset
16056
16057
16058 \end_layout
16059
16060 \begin_layout Standard
16061 Pour colorer les filets verticaux, par exemple en vert, créez le format
16062  de colonne suivant dans le préambule du document, en suivant la description
16063  de la section
16064 \begin_inset space ~
16065 \end_inset
16066
16067
16068 \begin_inset CommandInset ref
16069 LatexCommand ref
16070 reference "sub:Formats-personnalisés"
16071
16072 \end_inset
16073
16074 :
16075 \end_layout
16076
16077 \begin_layout Standard
16078
16079 \series bold
16080
16081 \backslash
16082 newcolumntype{W}{!{
16083 \backslash
16084 color{green}
16085 \backslash
16086 vline}}
16087 \end_layout
16088
16089 \begin_layout Standard
16090 Pour le tableau
16091 \begin_inset space ~
16092 \end_inset
16093
16094
16095 \begin_inset CommandInset ref
16096 LatexCommand ref
16097 reference "tab:Tableau-filets-verticaux-colorés"
16098
16099 \end_inset
16100
16101  le paramètre LaTeX
16102 \series bold
16103  WcW
16104 \series default
16105  a été utilisé pour la dernière colonne et
16106 \series bold
16107  Wc
16108 \series default
16109  pour les autres colonnes.
16110 \end_layout
16111
16112 \begin_layout Standard
16113 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16114 \end_layout
16115
16116 \begin_layout Standard
16117 \begin_inset Float table
16118 placement h
16119 wide false
16120 sideways false
16121 status open
16122
16123 \begin_layout Plain Layout
16124 \begin_inset Caption
16125
16126 \begin_layout Plain Layout
16127 \begin_inset CommandInset label
16128 LatexCommand label
16129 name "tab:Tableau-filets-verticaux-colorés"
16130
16131 \end_inset
16132
16133 Tableau avec filets verticaux colorés
16134 \end_layout
16135
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \begin_layout Plain Layout
16142 \align center
16143 \begin_inset Tabular
16144 <lyxtabular version="3" rows="3" columns="3">
16145 <features tabularvalignment="middle">
16146 <column alignment="center" valignment="top" width="0" special="Wc">
16147 <column alignment="center" valignment="top" width="0" special="Wc">
16148 <column alignment="center" valignment="top" width="0" special="WcW">
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 sd
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 </row>
16178 <row>
16179 <cell alignment="center" valignment="top" topline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 sd
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221
16222 \end_layout
16223
16224 \end_inset
16225 </cell>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 sd
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 </lyxtabular>
16237
16238 \end_inset
16239
16240
16241 \end_layout
16242
16243 \end_inset
16244
16245
16246 \end_layout
16247
16248 \begin_layout Standard
16249 \begin_inset VSpace bigskip
16250 \end_inset
16251
16252 Pour colorer les filets horizontaux en rouge comme pour le tableau
16253 \begin_inset space ~
16254 \end_inset
16255
16256
16257 \begin_inset CommandInset ref
16258 LatexCommand ref
16259 reference "tab:Tableau-filet-horizontaux-colorés"
16260
16261 \end_inset
16262
16263 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16264  le flottant de tableau :
16265 \end_layout
16266
16267 \begin_layout Standard
16268
16269 \series bold
16270
16271 \backslash
16272 let
16273 \backslash
16274 myHlineC
16275 \backslash
16276 hline
16277 \begin_inset Newline newline
16278 \end_inset
16279
16280
16281 \backslash
16282 renewcommand{
16283 \backslash
16284 hline}
16285 \begin_inset Newline newline
16286 \end_inset
16287
16288
16289 \begin_inset Phantom HPhantom
16290 status open
16291
16292 \begin_layout Plain Layout
16293
16294 \series bold
16295 \begin_inset space ~
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \end_inset
16302
16303 {
16304 \backslash
16305 arrayrulecolor{red}
16306 \backslash
16307 myHlineC
16308 \backslash
16309 arrayrulecolor{black}}
16310 \end_layout
16311
16312 \begin_layout Standard
16313 \begin_inset ERT
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317
16318
16319 \backslash
16320 let
16321 \backslash
16322 myHlineC
16323 \backslash
16324 hline
16325 \end_layout
16326
16327 \begin_layout Plain Layout
16328
16329
16330 \backslash
16331 renewcommand{
16332 \backslash
16333 hline}
16334 \end_layout
16335
16336 \begin_layout Plain Layout
16337
16338  {
16339 \backslash
16340 arrayrulecolor{red}
16341 \backslash
16342 myHlineC
16343 \backslash
16344 arrayrulecolor{black}}
16345 \end_layout
16346
16347 \end_inset
16348
16349
16350 \begin_inset Float table
16351 placement h
16352 wide false
16353 sideways false
16354 status open
16355
16356 \begin_layout Plain Layout
16357 \begin_inset Caption
16358
16359 \begin_layout Plain Layout
16360 \begin_inset CommandInset label
16361 LatexCommand label
16362 name "tab:Tableau-filet-horizontaux-colorés"
16363
16364 \end_inset
16365
16366 Tableau avec filets horizontaux colorés
16367 \end_layout
16368
16369 \end_inset
16370
16371
16372 \end_layout
16373
16374 \begin_layout Plain Layout
16375 \align center
16376 \begin_inset Tabular
16377 <lyxtabular version="3" rows="3" columns="3">
16378 <features tabularvalignment="middle">
16379 <column alignment="center" valignment="top" width="0">
16380 <column alignment="center" valignment="top" width="0">
16381 <column alignment="center" valignment="top" width="0">
16382 <row>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 sd
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405
16406 \end_layout
16407
16408 \end_inset
16409 </cell>
16410 </row>
16411 <row>
16412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 sd
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 sd
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 </lyxtabular>
16470
16471 \end_inset
16472
16473
16474 \end_layout
16475
16476 \end_inset
16477
16478
16479 \end_layout
16480
16481 \begin_layout Standard
16482 Pour revenir à la couleur noire implicite, insérez la commande suivante
16483  en code TeX, juste après le tableau ou le flottant de tableau :
16484 \end_layout
16485
16486 \begin_layout Standard
16487
16488 \series bold
16489
16490 \backslash
16491 renewcommand{
16492 \backslash
16493 hline}{
16494 \backslash
16495 myHlineC}
16496 \end_layout
16497
16498 \begin_layout Standard
16499 Le tableau
16500 \begin_inset space ~
16501 \end_inset
16502
16503
16504 \begin_inset CommandInset ref
16505 LatexCommand ref
16506 reference "tab:Tableau-avec-filets-colorés"
16507
16508 \end_inset
16509
16510  est un exemple avec des filets horizontaux et verticaux colorés.
16511 \end_layout
16512
16513 \begin_layout Standard
16514 \begin_inset Float table
16515 placement h
16516 wide false
16517 sideways false
16518 status open
16519
16520 \begin_layout Plain Layout
16521 \begin_inset Caption
16522
16523 \begin_layout Plain Layout
16524 \begin_inset CommandInset label
16525 LatexCommand label
16526 name "tab:Tableau-avec-filets-colorés"
16527
16528 \end_inset
16529
16530 Tableau avec filets horizontaux et verticaux colorés
16531 \end_layout
16532
16533 \end_inset
16534
16535
16536 \end_layout
16537
16538 \begin_layout Plain Layout
16539 \align center
16540 \begin_inset Tabular
16541 <lyxtabular version="3" rows="3" columns="3">
16542 <features tabularvalignment="middle">
16543 <column alignment="center" valignment="top" width="0" special="Wc">
16544 <column alignment="center" valignment="top" width="0" special="Wc">
16545 <column alignment="center" valignment="top" width="0" special="WcW">
16546 <row>
16547 <cell alignment="center" valignment="top" topline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 sd
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 sd
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row topspace="default">
16605 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 sd
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 </lyxtabular>
16634
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \begin_layout Standard
16646 \begin_inset ERT
16647 status collapsed
16648
16649 \begin_layout Plain Layout
16650
16651
16652 \backslash
16653 renewcommand{
16654 \backslash
16655 hline}{
16656 \backslash
16657 myHlineC}
16658 \end_layout
16659
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \begin_layout Standard
16666 \begin_inset ERT
16667 status collapsed
16668
16669 \begin_layout Plain Layout
16670
16671
16672 \backslash
16673 setlength{
16674 \backslash
16675 arrayrulewidth}{0.4pt}
16676 \end_layout
16677
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \begin_layout Section
16684 Personnalisation des Tableaux
16685 \begin_inset Index idx
16686 status collapsed
16687
16688 \begin_layout Plain Layout
16689 Tableau ! Personnalisation
16690 \end_layout
16691
16692 \end_inset
16693
16694
16695 \begin_inset Index idx
16696 status collapsed
16697
16698 \begin_layout Plain Layout
16699 Personnalisation des tableaux
16700 \end_layout
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \begin_layout Subsection
16708 Espacement des lignes
16709 \begin_inset CommandInset label
16710 LatexCommand label
16711 name "sub:Espacement-lignes"
16712
16713 \end_inset
16714
16715
16716 \begin_inset Index idx
16717 status collapsed
16718
16719 \begin_layout Plain Layout
16720 Personnalisation des tableaux ! Espacement des lignes
16721 \end_layout
16722
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \begin_layout Standard
16729 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16730  l'onglet 
16731 \family sans
16732 Bordures
16733 \family default
16734  de la fenêtre de dialogue 
16735 \family sans
16736 Paramètres
16737 \begin_inset space ~
16738 \end_inset
16739
16740 du
16741 \begin_inset space ~
16742 \end_inset
16743
16744 tableau
16745 \family default
16746 .
16747  Vous y trouverez trois possibilités :
16748 \end_layout
16749
16750 \begin_layout Description
16751 Haut
16752 \begin_inset space ~
16753 \end_inset
16754
16755 de
16756 \begin_inset space ~
16757 \end_inset
16758
16759 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16760  Si le tableau est un tableau formel
16761 \begin_inset Foot
16762 status collapsed
16763
16764 \begin_layout Plain Layout
16765 Les tableaux formels sont décrits dans la section
16766 \begin_inset space ~
16767 \end_inset
16768
16769
16770 \begin_inset CommandInset ref
16771 LatexCommand ref
16772 reference "sec:Tableaux-Formels"
16773
16774 \end_inset
16775
16776 .
16777 \end_layout
16778
16779 \end_inset
16780
16781  LyX va insérer implicitement un espace de 0.5
16782 \begin_inset space \thinspace{}
16783 \end_inset
16784
16785 em.
16786  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16787  les filets verticaux comme dans le tableau suivant :
16788 \begin_inset VSpace medskip
16789 \end_inset
16790
16791
16792 \begin_inset Newline newline
16793 \end_inset
16794
16795
16796 \begin_inset space \hspace*{}
16797 \length 0pt
16798 \end_inset
16799
16800
16801 \begin_inset space \hfill{}
16802 \end_inset
16803
16804
16805 \begin_inset Tabular
16806 <lyxtabular version="3" rows="3" columns="1">
16807 <features tabularvalignment="middle">
16808 <column alignment="center" valignment="top" width="0">
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 A
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row topspace="3mm">
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 espace de 3
16826 \begin_inset space \thinspace{}
16827 \end_inset
16828
16829 mm en haut de la ligne
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 C
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 </lyxtabular>
16847
16848 \end_inset
16849
16850
16851 \begin_inset space \hfill{}
16852 \end_inset
16853
16854
16855 \begin_inset space \hspace*{}
16856 \length 0pt
16857 \end_inset
16858
16859
16860 \begin_inset VSpace medskip
16861 \end_inset
16862
16863
16864 \begin_inset Newline newline
16865 \end_inset
16866
16867 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16868  pas de filets verticaux.
16869 \end_layout
16870
16871 \begin_layout Description
16872 Bas
16873 \begin_inset space ~
16874 \end_inset
16875
16876 de
16877 \begin_inset space ~
16878 \end_inset
16879
16880 ligne va ajouter de l'espace sous les caractères de la ligne.
16881  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16882  de 0.5
16883 \begin_inset space \thinspace{}
16884 \end_inset
16885
16886 em, pour les tableaux normaux, l'espace implicite est de 2
16887 \begin_inset space \thinspace{}
16888 \end_inset
16889
16890 pt.
16891 \end_layout
16892
16893 \begin_layout Description
16894 Entre
16895 \begin_inset space ~
16896 \end_inset
16897
16898 les
16899 \begin_inset space ~
16900 \end_inset
16901
16902 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16903  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16904  de 0.5
16905 \begin_inset space \thinspace{}
16906 \end_inset
16907
16908 em.
16909  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16910  les filets verticaux comme dans le tableau suivant :
16911 \begin_inset VSpace medskip
16912 \end_inset
16913
16914
16915 \begin_inset Newline newline
16916 \end_inset
16917
16918
16919 \begin_inset space \hspace*{}
16920 \length 0pt
16921 \end_inset
16922
16923
16924 \begin_inset space \hfill{}
16925 \end_inset
16926
16927
16928 \begin_inset Tabular
16929 <lyxtabular version="3" rows="3" columns="1">
16930 <features tabularvalignment="middle">
16931 <column alignment="center" valignment="top" width="0">
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 A
16938 \end_layout
16939
16940 \end_inset
16941 </cell>
16942 </row>
16943 <row interlinespace="3mm">
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $\downarrow$
16949 \end_inset
16950
16951  espace de 3
16952 \begin_inset space \thinspace{}
16953 \end_inset
16954
16955 mm entre les lignes 
16956 \begin_inset Formula $\downarrow$
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970 \begin_inset Formula $\uparrow$
16971 \end_inset
16972
16973  espace de 3
16974 \begin_inset space \thinspace{}
16975 \end_inset
16976
16977 mm entre les lignes 
16978 \begin_inset Formula $\uparrow$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 </lyxtabular>
16988
16989 \end_inset
16990
16991
16992 \begin_inset space \hfill{}
16993 \end_inset
16994
16995
16996 \begin_inset space \hspace*{}
16997 \length 0pt
16998 \end_inset
16999
17000
17001 \begin_inset VSpace medskip
17002 \end_inset
17003
17004
17005 \begin_inset Newline newline
17006 \end_inset
17007
17008 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17009  pas de filets verticaux.
17010 \end_layout
17011
17012 \begin_layout Standard
17013 \begin_inset VSpace bigskip
17014 \end_inset
17015
17016 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17017  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17018  dans le préambule :
17019 \end_layout
17020
17021 \begin_layout Standard
17022
17023 \series bold
17024
17025 \backslash
17026 @ifundefined{extrarowheight}
17027 \begin_inset Newline newline
17028 \end_inset
17029
17030
17031 \begin_inset Phantom HPhantom
17032 status open
17033
17034 \begin_layout Plain Layout
17035
17036 \series bold
17037 \begin_inset space ~
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044
17045 {
17046 \backslash
17047 usepackage{array}}{}
17048 \begin_inset Newline newline
17049 \end_inset
17050
17051
17052 \backslash
17053 setlength{
17054 \backslash
17055 extrarowheight}{height}
17056 \end_layout
17057
17058 \begin_layout Standard
17059 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17060  plus exactement centré verticalement.
17061  (le paquetage 
17062 \series bold
17063 array 
17064 \series default
17065 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17066  auto-définis.
17067  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17068  
17069 \series bold
17070
17071 \backslash
17072 @ifundefined
17073 \series default
17074  dans la commande précédente.)
17075 \end_layout
17076
17077 \begin_layout Standard
17078 Si vous utilisez des polices de taille plus grande que la taille normale,
17079  les bordures des tableaux sont souvent trop proches du texte.
17080  On peut corriger ce problème en insérant la commande 
17081 \series bold
17082
17083 \begin_inset space \space{}
17084 \end_inset
17085
17086
17087 \backslash
17088 strut
17089 \series default
17090  en code TeX au debut d'une ligne du tableau.
17091  Le tableau
17092 \lang english
17093
17094 \begin_inset space ~
17095 \end_inset
17096
17097
17098 \begin_inset CommandInset ref
17099 LatexCommand ref
17100 reference "tab:Alignement-vertical"
17101
17102 \end_inset
17103
17104
17105 \lang french
17106  montre l'effet de cette commande.
17107 \end_layout
17108
17109 \begin_layout Standard
17110 \noindent
17111 \begin_inset Float table
17112 placement h
17113 wide false
17114 sideways false
17115 status open
17116
17117 \begin_layout Plain Layout
17118 \begin_inset Caption
17119
17120 \begin_layout Plain Layout
17121 \begin_inset CommandInset label
17122 LatexCommand label
17123 name "tab:Alignement-vertical"
17124
17125 \end_inset
17126
17127 Alignement vertical d'un texte avec une police de grande taille.
17128 \end_layout
17129
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \begin_layout Plain Layout
17136 \begin_inset space \hfill{}
17137 \end_inset
17138
17139
17140 \begin_inset Float table
17141 wide false
17142 sideways false
17143 status collapsed
17144
17145 \begin_layout Plain Layout
17146 \begin_inset Caption
17147
17148 \begin_layout Plain Layout
17149 Tableau normal.
17150 \end_layout
17151
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \begin_layout Plain Layout
17158 \noindent
17159 \align center
17160 \begin_inset Tabular
17161 <lyxtabular version="3" rows="6" columns="1">
17162 <features tabularvalignment="middle">
17163 <column alignment="left" valignment="top" width="0">
17164 <row>
17165 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 Normal, g
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 <row>
17176 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180
17181 \size large
17182 Large
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 <row>
17189 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \size larger
17195 Larger
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \size largest
17208 Largest
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \size huge
17221 Huge
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 </row>
17227 <row>
17228 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232
17233 \size huge
17234 Huger
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 </lyxtabular>
17241
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248
17249
17250 \begin_inset space \hfill{}
17251 \end_inset
17252
17253
17254 \begin_inset Float table
17255 wide false
17256 sideways false
17257 status collapsed
17258
17259 \begin_layout Plain Layout
17260 \begin_inset Caption
17261
17262 \begin_layout Plain Layout
17263 Tableau utilisant la commande 
17264 \series bold
17265
17266 \backslash
17267 strut
17268 \series default
17269 .
17270 \end_layout
17271
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \begin_layout Plain Layout
17278 \noindent
17279 \align center
17280 \begin_inset Tabular
17281 <lyxtabular version="3" rows="6" columns="1">
17282 <features tabularvalignment="middle">
17283 <column alignment="left" valignment="top" width="0">
17284 <row>
17285 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289 Normal, g
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 </row>
17295 <row>
17296 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300
17301 \size large
17302 \begin_inset ERT
17303 status collapsed
17304
17305 \begin_layout Plain Layout
17306
17307
17308 \backslash
17309 strut 
17310 \end_layout
17311
17312 \end_inset
17313
17314 Large
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 </row>
17320 <row>
17321 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325
17326 \size larger
17327 \begin_inset ERT
17328 status collapsed
17329
17330 \begin_layout Plain Layout
17331
17332
17333 \backslash
17334 strut 
17335 \end_layout
17336
17337 \end_inset
17338
17339 Larger
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 </row>
17345 <row>
17346 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350
17351 \size largest
17352 \begin_inset ERT
17353 status collapsed
17354
17355 \begin_layout Plain Layout
17356
17357
17358 \backslash
17359 strut 
17360 \end_layout
17361
17362 \end_inset
17363
17364 Largest
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375
17376 \size huge
17377 \begin_inset ERT
17378 status collapsed
17379
17380 \begin_layout Plain Layout
17381
17382
17383 \backslash
17384 strut 
17385 \end_layout
17386
17387 \end_inset
17388
17389 Huge
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 </row>
17395 <row>
17396 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400
17401 \size giant
17402 \begin_inset ERT
17403 status collapsed
17404
17405 \begin_layout Plain Layout
17406
17407
17408 \backslash
17409 strut 
17410 \end_layout
17411
17412 \end_inset
17413
17414
17415 \size huge
17416 Huger
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 </lyxtabular>
17423
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \end_inset
17430
17431
17432 \begin_inset space \hfill{}
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439
17440
17441 \end_layout
17442
17443 \begin_layout Standard
17444 \begin_inset Newpage newpage
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \begin_layout Subsection
17451 Alignements de cellules spéciaux
17452 \begin_inset CommandInset label
17453 LatexCommand label
17454 name "sub:Alignements-de-cellules"
17455
17456 \end_inset
17457
17458
17459 \begin_inset Index idx
17460 status collapsed
17461
17462 \begin_layout Plain Layout
17463 Personnalisation des tableaux ! Alignement de cellules spéciaux
17464 \end_layout
17465
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \begin_layout Standard
17472 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17473  cellules sur un caractère donné, par exemple le séparateur décimal comme
17474  dans le tableau
17475 \begin_inset space ~
17476 \end_inset
17477
17478
17479 \begin_inset CommandInset ref
17480 LatexCommand ref
17481 reference "tab:Tableau-centré-sur-séparateur-1"
17482
17483 \end_inset
17484
17485 .
17486  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17487  soit en appuyant sur le bouton 
17488 \begin_inset Graphics
17489         filename ../../images/tabular-feature_align-decimal.png
17490         scale 85
17491         scaleBeforeRotation
17492
17493 \end_inset
17494
17495 de la barre d'outils ou en modifiant le paramètre 
17496 \family sans
17497 Alignement horizontal
17498 \family default
17499  à 
17500 \family sans
17501 Au séparateur décimal
17502 \family default
17503 .
17504  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17505  dans les paramètres du tableau.
17506 \end_layout
17507
17508 \begin_layout Standard
17509 \begin_inset Float table
17510 placement h
17511 wide false
17512 sideways false
17513 status open
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Caption
17517
17518 \begin_layout Plain Layout
17519 \begin_inset CommandInset label
17520 LatexCommand label
17521 name "tab:Tableau-centré-sur-séparateur-1"
17522
17523 \end_inset
17524
17525 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17526 \end_layout
17527
17528 \end_inset
17529
17530
17531 \end_layout
17532
17533 \begin_layout Plain Layout
17534 \align center
17535 \begin_inset Tabular
17536 <lyxtabular version="3" rows="4" columns="1">
17537 <features booktabs="true" tabularvalignment="middle">
17538 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17539 <row>
17540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17541 \begin_inset Text
17542
17543 \begin_layout Plain Layout
17544 en-tête
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" topline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 12,6
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 <row>
17562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 0,68
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 </row>
17572 <row>
17573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 -123,0
17578 \end_layout
17579
17580 \end_inset
17581 </cell>
17582 </row>
17583 </lyxtabular>
17584
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \begin_layout Standard
17596 \begin_inset Float table
17597 placement h
17598 wide false
17599 sideways false
17600 status open
17601
17602 \begin_layout Plain Layout
17603 \begin_inset Caption
17604
17605 \begin_layout Plain Layout
17606 \begin_inset CommandInset label
17607 LatexCommand label
17608 name "tab:Tableau-centré-sur-séparateur-2"
17609
17610 \end_inset
17611
17612 Les cellules d'une colonnes sont centrées sur les opérateurs.
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Plain Layout
17621 \align center
17622 \begin_inset Tabular
17623 <lyxtabular version="3" rows="4" columns="2">
17624 <features booktabs="true" tabularvalignment="middle">
17625 <column alignment="right" valignment="top" width="0pt">
17626 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17627 <row>
17628 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 en-tête
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 </row>
17647 <row>
17648 <cell alignment="center" valignment="top" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $12\,+$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 \begin_inset Formula $\,6$
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 </row>
17673 <row>
17674 <cell alignment="center" valignment="top" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Formula $0\,-$
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690 \begin_inset Formula $\,68$
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 </row>
17699 <row>
17700 <cell alignment="center" valignment="top" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704 \begin_inset Formula $-123\,/$
17705 \end_inset
17706
17707
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $\,0$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 </lyxtabular>
17726
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \begin_layout Standard
17738 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17739  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17740  formules.
17741  Dans ce cas on doit utiliser la méthode du tableau
17742 \begin_inset space ~
17743 \end_inset
17744
17745
17746 \begin_inset CommandInset ref
17747 LatexCommand ref
17748 reference "tab:Tableau-centré-sur-séparateur-2"
17749
17750 \end_inset
17751
17752 .
17753  Ce tableau a été créé comme un tableau 4×2.
17754  L'en-tête est une cellule multicolonne centrée.
17755  La première colonne est alignée à droite et contient la première partie
17756  et inclue l'opérateur.
17757  La seconde colonne contient le reste de la cellule aligné à gauche.
17758  Un petit espace a été ajouté au début de toutes les celleules de la deuxième
17759  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17760  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17761  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17762  :
17763 \end_layout
17764
17765 \begin_layout Standard
17766
17767 \series bold
17768 @{}l
17769 \end_layout
17770
17771 \begin_layout Standard
17772 Le tableau
17773 \begin_inset space ~
17774 \end_inset
17775
17776
17777 \begin_inset CommandInset ref
17778 LatexCommand ref
17779 reference "tab:Plusieurs-exemples-alignements"
17780
17781 \end_inset
17782
17783  montre quelques exemples d'alignements.
17784  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17785  comme pour la deuxième colonne du tableau
17786 \begin_inset space ~
17787 \end_inset
17788
17789
17790 \begin_inset CommandInset ref
17791 LatexCommand ref
17792 reference "tab:Tableau-centré-sur-séparateur-2"
17793
17794 \end_inset
17795
17796 .
17797 \end_layout
17798
17799 \begin_layout Standard
17800 \begin_inset Float table
17801 wide false
17802 sideways false
17803 status open
17804
17805 \begin_layout Plain Layout
17806 \begin_inset Caption
17807
17808 \begin_layout Plain Layout
17809 \begin_inset CommandInset label
17810 LatexCommand label
17811 name "tab:Plusieurs-exemples-alignements"
17812
17813 \end_inset
17814
17815 Plusieurs exemples d'alignement de cellules.
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Plain Layout
17824 \align center
17825 \begin_inset Tabular
17826 <lyxtabular version="3" rows="4" columns="6">
17827 <features tabularvalignment="middle">
17828 <column alignment="right" valignment="top" width="0">
17829 <column alignment="left" valignment="top" width="0" special="@{}l">
17830 <column alignment="right" valignment="top" width="0">
17831 <column alignment="left" valignment="top" width="0" special="@{}l">
17832 <column alignment="right" valignment="top" width="0">
17833 <column alignment="left" valignment="top" width="0" special="@{}l">
17834 <row>
17835 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 unités
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17845 \begin_inset Text
17846
17847 \begin_layout Plain Layout
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 exposants
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875 relations
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884
17885 \end_layout
17886
17887 \end_inset
17888 </cell>
17889 </row>
17890 <row>
17891 <cell alignment="center" valignment="top" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 12×
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 24
17905 \begin_inset space \thinspace{}
17906 \end_inset
17907
17908 bouteilles
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 \begin_inset Formula $10\cdot$
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929 \begin_inset Formula $10^{\mbox{-}17}$
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 \begin_inset Formula $\Gamma(t)\propto$
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 <cell alignment="center" valignment="top" usebox="none">
17950 \begin_inset Text
17951
17952 \begin_layout Plain Layout
17953 \begin_inset Formula $\:\Upsilon(t)$
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 <row>
17963 <cell alignment="center" valignment="top" usebox="none">
17964 \begin_inset Text
17965
17966 \begin_layout Plain Layout
17967 1024×
17968 \end_layout
17969
17970 \end_inset
17971 </cell>
17972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17973 \begin_inset Text
17974
17975 \begin_layout Plain Layout
17976 768
17977 \begin_inset space \thinspace{}
17978 \end_inset
17979
17980 Pixels
17981 \end_layout
17982
17983 \end_inset
17984 </cell>
17985 <cell alignment="center" valignment="top" usebox="none">
17986 \begin_inset Text
17987
17988 \begin_layout Plain Layout
17989 \begin_inset Formula $5.78\cdot$
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17998 \begin_inset Text
17999
18000 \begin_layout Plain Layout
18001 \begin_inset Formula $10^{7}$
18002 \end_inset
18003
18004
18005 \end_layout
18006
18007 \end_inset
18008 </cell>
18009 <cell alignment="center" valignment="top" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 \begin_inset Formula $A\ne$
18014 \end_inset
18015
18016
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 \begin_inset Formula $\: B_{\mathrm{red}}$
18026 \end_inset
18027
18028
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 </row>
18034 <row>
18035 <cell alignment="center" valignment="top" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 32×
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 6
18049 \begin_inset space \thinspace{}
18050 \end_inset
18051
18052 cm
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 -
18062 \begin_inset Formula $33.5\cdot$
18063 \end_inset
18064
18065
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074 \begin_inset Formula $10^{4}$
18075 \end_inset
18076
18077
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 <cell alignment="center" valignment="top" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086 \begin_inset Formula $\sin(\alpha)\ge$
18087 \end_inset
18088
18089
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 \begin_inset Formula $\:\sin(\beta)$
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 </row>
18107 </lyxtabular>
18108
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \begin_layout Subsection
18120 Formats de cellule et de colonne personnalisés
18121 \begin_inset CommandInset label
18122 LatexCommand label
18123 name "sub:Formats-personnalisés"
18124
18125 \end_inset
18126
18127
18128 \begin_inset Index idx
18129 status collapsed
18130
18131 \begin_layout Plain Layout
18132 Personnalisation des tableaux !  Format de cellule/colonne
18133 \end_layout
18134
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \begin_layout Standard
18141 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18142  multicolonne comme dans la section
18143 \begin_inset space ~
18144 \end_inset
18145
18146
18147 \begin_inset CommandInset ref
18148 LatexCommand ref
18149 reference "sub:Calculs-multicolonnes"
18150
18151 \end_inset
18152
18153  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18154  multicolonnes.
18155  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18156  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18157  du document.
18158  Le format est défini avec la commande
18159 \end_layout
18160
18161 \begin_layout Standard
18162
18163 \series bold
18164
18165 \backslash
18166 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18167 \end_layout
18168
18169 \begin_layout Standard
18170 Le nom du format peut n'avoir qu'une lettre.
18171  Les lettres 
18172 \emph on
18173 b
18174 \emph default
18175
18176 \emph on
18177 c
18178 \emph default
18179
18180 \emph on
18181 l
18182 \emph default
18183
18184 \emph on
18185 m
18186 \emph default
18187
18188 \emph on
18189 p
18190 \emph default
18191  et 
18192 \emph on
18193 r
18194 \emph default
18195  sont prédéfinies et donc ne peuvent être utilisées.
18196  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18197 \end_layout
18198
18199 \begin_layout Standard
18200 \begin_inset VSpace medskip
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \begin_layout Standard
18207 Pour de cellules multicolonnes centrées verticalement et horizontalement
18208  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18209  :
18210 \end_layout
18211
18212 \begin_layout Standard
18213
18214 \series bold
18215
18216 \backslash
18217 newcolumntype{M}[1]{>{
18218 \backslash
18219 centering
18220 \backslash
18221 hspace{0pt}}m{#1}}
18222 \end_layout
18223
18224 \begin_layout Standard
18225 Où le 
18226 \series bold
18227
18228 \backslash
18229 hspace{0pt}
18230 \series default
18231  évite le problème de césure du premier mot, comme c'est décrit en section
18232 \begin_inset space ~
18233 \end_inset
18234
18235
18236 \begin_inset CommandInset ref
18237 LatexCommand ref
18238 reference "sub:Lignes-multiple-dans-cellule"
18239
18240 \end_inset
18241
18242 .
18243  Ensuite, vous pouvez entrer
18244 \end_layout
18245
18246 \begin_layout Standard
18247
18248 \series bold
18249 M{width}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18254  une multicolonne.
18255 \end_layout
18256
18257 \begin_layout Standard
18258 \begin_inset VSpace bigskip
18259 \end_inset
18260
18261
18262 \end_layout
18263
18264 \begin_layout Standard
18265 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18266  définir le format
18267 \end_layout
18268
18269 \begin_layout Standard
18270
18271 \series bold
18272
18273 \backslash
18274 newcolumntype{S}[2]{>{
18275 \backslash
18276 centering
18277 \backslash
18278 hspace{0pt}}
18279 \begin_inset Newline newline
18280 \end_inset
18281
18282
18283 \begin_inset Phantom HPhantom
18284 status open
18285
18286 \begin_layout Plain Layout
18287
18288 \series bold
18289
18290 \backslash
18291 newcolumntype{S}[2]
18292 \end_layout
18293
18294 \end_inset
18295
18296 m{(#1+(2
18297 \backslash
18298 tabcolsep+
18299 \backslash
18300 arrayrulewidth)*(1-#2))/#2}}
18301 \end_layout
18302
18303 \begin_layout Standard
18304 Ce format utilise l'équation
18305 \begin_inset space ~
18306 \end_inset
18307
18308
18309 \begin_inset CommandInset ref
18310 LatexCommand eqref
18311 reference "eq:Wgn"
18312
18313 \end_inset
18314
18315  pour calculer la largeur que doit avoir chacune des cellules couverte par
18316  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18317 \end_layout
18318
18319 \begin_layout Standard
18320 Ensuite, vous pouvez entrer
18321 \end_layout
18322
18323 \begin_layout Standard
18324
18325 \series bold
18326 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18327 \end_layout
18328
18329 \begin_layout Standard
18330 comme paramètre LaTeX de la colonne.
18331 \end_layout
18332
18333 \begin_layout Standard
18334 \begin_inset VSpace bigskip
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 Pour des colonnes colorées, vous pouvez définir
18342 \end_layout
18343
18344 \begin_layout Standard
18345
18346 \series bold
18347
18348 \backslash
18349 newcolumntype{K}[1]{>{
18350 \backslash
18351 columncolor{#1}
18352 \backslash
18353 hspace{0pt}}c}
18354 \end_layout
18355
18356 \begin_layout Standard
18357 Le 
18358 \begin_inset Quotes eld
18359 \end_inset
18360
18361 c
18362 \begin_inset Quotes erd
18363 \end_inset
18364
18365  à la fin crée une colonne de largeur variable dont le texte est centré
18366  horizontalement.
18367  Vous pouvez maintenant entrer
18368 \end_layout
18369
18370 \begin_layout Standard
18371
18372 \series bold
18373 K{nom de couleur}
18374 \end_layout
18375
18376 \begin_layout Standard
18377 comme paramètre LaTeX.
18378 \end_layout
18379
18380 \begin_layout Standard
18381 \begin_inset VSpace bigskip
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \begin_layout Standard
18388 Pour créer le tableau
18389 \begin_inset space ~
18390 \end_inset
18391
18392
18393 \begin_inset CommandInset ref
18394 LatexCommand ref
18395 reference "tab:Tableau-formats-personnalisés"
18396
18397 \end_inset
18398
18399  utilisez les paramètres LaTeX
18400 \end_layout
18401
18402 \begin_layout Standard
18403
18404 \series bold
18405 M{2.5cm}
18406 \end_layout
18407
18408 \begin_layout Standard
18409 pour la première colonne et la multicolonne,
18410 \end_layout
18411
18412 \begin_layout Standard
18413
18414 \series bold
18415 K{red}
18416 \end_layout
18417
18418 \begin_layout Standard
18419 pour la dernière colonne, et
18420 \end_layout
18421
18422 \begin_layout Standard
18423
18424 \series bold
18425 S{2.5cm}{2}
18426 \end_layout
18427
18428 \begin_layout Standard
18429 pour les cellules de la deuxième colonne.
18430 \end_layout
18431
18432 \begin_layout Standard
18433 \begin_inset Float table
18434 placement h
18435 wide false
18436 sideways false
18437 status open
18438
18439 \begin_layout Plain Layout
18440 \begin_inset Caption
18441
18442 \begin_layout Plain Layout
18443 \begin_inset CommandInset label
18444 LatexCommand label
18445 name "tab:Tableau-formats-personnalisés"
18446
18447 \end_inset
18448
18449 Tableau utilisant des formats personnalisés
18450 \end_layout
18451
18452 \end_inset
18453
18454
18455 \end_layout
18456
18457 \begin_layout Plain Layout
18458 \align center
18459 \begin_inset Tabular
18460 <lyxtabular version="3" rows="3" columns="4">
18461 <features tabularvalignment="middle">
18462 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18463 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18464 <column alignment="center" valignment="middle" width="0">
18465 <column alignment="center" valignment="middle" width="0" special="K{red}">
18466 <row>
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 motTrèsLongDansUneCellule
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480 multicolonne avec multiligne
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 c
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 </row>
18504 <row>
18505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 d
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 e
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 f
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 g
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 </row>
18542 <row>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 h
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 i
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 j
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 k
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 </row>
18580 </lyxtabular>
18581
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \begin_layout Subsection
18593 Épaisseur des filets
18594 \begin_inset CommandInset label
18595 LatexCommand label
18596 name "sub:Epaisseur-filets"
18597
18598 \end_inset
18599
18600
18601 \begin_inset Index idx
18602 status collapsed
18603
18604 \begin_layout Plain Layout
18605 Personnalisation des tableaux ! Épaisseur filets
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \begin_layout Standard
18614 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18615  
18616 \series bold
18617
18618 \backslash
18619 arrayrulewidth
18620 \series default
18621 .
18622  Pour mettre, par exemple, une épaisseur de filet de 1.5
18623 \begin_inset space \thinspace{}
18624 \end_inset
18625
18626 pt, comme pour le tableau
18627 \begin_inset space ~
18628 \end_inset
18629
18630
18631 \begin_inset CommandInset ref
18632 LatexCommand ref
18633 reference "tab:Tableau-filets-1.5pt"
18634
18635 \end_inset
18636
18637 , insérez la commande
18638 \end_layout
18639
18640 \begin_layout Standard
18641
18642 \series bold
18643
18644 \backslash
18645 setlength{
18646 \backslash
18647 arrayrulewidth}{1.5pt}
18648 \end_layout
18649
18650 \begin_layout Standard
18651 en code TeX avant le tableau ou le flottant de tableau.
18652  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18653  suivent.
18654  pour revenir aux valeurs implicites, mettez 
18655 \series bold
18656
18657 \backslash
18658 arrayrulewidth
18659 \series default
18660  à 0.4
18661 \begin_inset space \thinspace{}
18662 \end_inset
18663
18664 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18665 \end_layout
18666
18667 \begin_layout Standard
18668 \begin_inset ERT
18669 status collapsed
18670
18671 \begin_layout Plain Layout
18672
18673
18674 \backslash
18675 setlength{
18676 \backslash
18677 arrayrulewidth}{1.5pt}
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \begin_inset Float table
18684 wide false
18685 sideways false
18686 status open
18687
18688 \begin_layout Plain Layout
18689 \begin_inset Caption
18690
18691 \begin_layout Plain Layout
18692 \begin_inset CommandInset label
18693 LatexCommand label
18694 name "tab:Tableau-filets-1.5pt"
18695
18696 \end_inset
18697
18698 Tableau avec des filets de 1.5
18699 \begin_inset space \thinspace{}
18700 \end_inset
18701
18702 pt
18703 \end_layout
18704
18705 \end_inset
18706
18707
18708 \end_layout
18709
18710 \begin_layout Plain Layout
18711 \align center
18712 \begin_inset Tabular
18713 <lyxtabular version="3" rows="3" columns="3">
18714 <features tabularvalignment="middle">
18715 <column alignment="center" valignment="top" width="0">
18716 <column alignment="center" valignment="top" width="0">
18717 <column alignment="center" valignment="top" width="0">
18718 <row>
18719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18720 \begin_inset Text
18721
18722 \begin_layout Plain Layout
18723 sd
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 </row>
18747 <row>
18748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18758 \begin_inset Text
18759
18760 \begin_layout Plain Layout
18761 sd
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 </row>
18776 <row>
18777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799 sd
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 </row>
18805 </lyxtabular>
18806
18807 \end_inset
18808
18809
18810 \end_layout
18811
18812 \end_inset
18813
18814
18815 \begin_inset ERT
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819
18820
18821 \backslash
18822 setlength{
18823 \backslash
18824 arrayrulewidth}{0.4pt}
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Standard
18833 \begin_inset VSpace bigskip
18834 \end_inset
18835
18836 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18837 \begin_inset space \thinspace{}
18838 \end_inset
18839
18840 pt, comme dans le tableau
18841 \begin_inset space ~
18842 \end_inset
18843
18844
18845 \begin_inset CommandInset ref
18846 LatexCommand ref
18847 reference "tab:Tableau-filets-horizontaux-1.5pt"
18848
18849 \end_inset
18850
18851 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18852  de tableau :
18853 \end_layout
18854
18855 \begin_layout Standard
18856
18857 \series bold
18858
18859 \backslash
18860 let
18861 \backslash
18862 myHline
18863 \backslash
18864 hline
18865 \begin_inset Newline newline
18866 \end_inset
18867
18868
18869 \backslash
18870 renewcommand{
18871 \backslash
18872 hline}
18873 \begin_inset Newline newline
18874 \end_inset
18875
18876  {
18877 \backslash
18878 noalign{
18879 \backslash
18880 global
18881 \backslash
18882 arrayrulewidth 1.5pt}
18883 \begin_inset Newline newline
18884 \end_inset
18885
18886  
18887 \backslash
18888 myHline
18889 \backslash
18890 noalign{
18891 \backslash
18892 global
18893 \backslash
18894 arrayrulewidth 0.4pt}}
18895 \end_layout
18896
18897 \begin_layout Standard
18898 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18899  en code TeX après le tableau ou le flottant de tableau :
18900 \end_layout
18901
18902 \begin_layout Standard
18903
18904 \series bold
18905
18906 \backslash
18907 renewcommand{
18908 \backslash
18909 hline}{
18910 \backslash
18911 myHline}
18912 \end_layout
18913
18914 \begin_layout Standard
18915 \begin_inset ERT
18916 status collapsed
18917
18918 \begin_layout Plain Layout
18919
18920
18921 \backslash
18922 let
18923 \backslash
18924 myHline
18925 \backslash
18926 hline
18927 \end_layout
18928
18929 \begin_layout Plain Layout
18930
18931
18932 \backslash
18933 renewcommand{
18934 \backslash
18935 hline}
18936 \end_layout
18937
18938 \begin_layout Plain Layout
18939
18940  {
18941 \backslash
18942 noalign{
18943 \backslash
18944 global
18945 \backslash
18946 arrayrulewidth 1.5pt}
18947 \end_layout
18948
18949 \begin_layout Plain Layout
18950
18951   
18952 \backslash
18953 myHline
18954 \backslash
18955 noalign{
18956 \backslash
18957 global
18958 \backslash
18959 arrayrulewidth 0.4pt}}
18960 \end_layout
18961
18962 \end_inset
18963
18964
18965 \begin_inset Float table
18966 wide false
18967 sideways false
18968 status open
18969
18970 \begin_layout Plain Layout
18971 \begin_inset Caption
18972
18973 \begin_layout Plain Layout
18974 \begin_inset CommandInset label
18975 LatexCommand label
18976 name "tab:Tableau-filets-horizontaux-1.5pt"
18977
18978 \end_inset
18979
18980 Tableau avec des filets horizontaux de 1.5
18981 \begin_inset space \thinspace{}
18982 \end_inset
18983
18984 pt
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \begin_layout Plain Layout
18993 \align center
18994 \begin_inset Tabular
18995 <lyxtabular version="3" rows="3" columns="3">
18996 <features tabularvalignment="middle">
18997 <column alignment="center" valignment="top" width="0">
18998 <column alignment="center" valignment="top" width="0">
18999 <column alignment="center" valignment="top" width="0">
19000 <row>
19001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 sd
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 </row>
19029 <row>
19030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 sd
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 </row>
19058 <row>
19059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19060 \begin_inset Text
19061
19062 \begin_layout Plain Layout
19063
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \end_layout
19074
19075 \end_inset
19076 </cell>
19077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19078 \begin_inset Text
19079
19080 \begin_layout Plain Layout
19081 sd
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 </row>
19087 </lyxtabular>
19088
19089 \end_inset
19090
19091
19092 \end_layout
19093
19094 \end_inset
19095
19096
19097 \begin_inset ERT
19098 status collapsed
19099
19100 \begin_layout Plain Layout
19101
19102
19103 \backslash
19104 renewcommand{
19105 \backslash
19106 hline}{
19107 \backslash
19108 myHline}
19109 \end_layout
19110
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \begin_layout Standard
19117 \begin_inset VSpace bigskip
19118 \end_inset
19119
19120 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19121 \begin_inset space \thinspace{}
19122 \end_inset
19123
19124 pt, créez le format de colonne suivant dans le préambule, en suivant la
19125  description de la section
19126 \begin_inset space ~
19127 \end_inset
19128
19129
19130 \begin_inset CommandInset ref
19131 LatexCommand ref
19132 reference "sub:Formats-personnalisés"
19133
19134 \end_inset
19135
19136 :
19137 \end_layout
19138
19139 \begin_layout Standard
19140
19141 \series bold
19142
19143 \backslash
19144 newcolumntype{V}{!{
19145 \backslash
19146 vrule width 1.5pt}}
19147 \end_layout
19148
19149 \begin_layout Standard
19150 Pour le tableau
19151 \begin_inset space ~
19152 \end_inset
19153
19154
19155 \begin_inset CommandInset ref
19156 LatexCommand ref
19157 reference "tab:Tableau-filets-verticaux-1.5pt"
19158
19159 \end_inset
19160
19161  le paramètre LaTeX 
19162 \end_layout
19163
19164 \begin_layout Standard
19165
19166 \series bold
19167 VcV
19168 \end_layout
19169
19170 \begin_layout Standard
19171 a été utilisé pour la dernière colonne et
19172 \end_layout
19173
19174 \begin_layout Standard
19175
19176 \series bold
19177 Vc
19178 \end_layout
19179
19180 \begin_layout Standard
19181 pour les autres colonnes.
19182 \end_layout
19183
19184 \begin_layout Standard
19185 \begin_inset Float table
19186 wide false
19187 sideways false
19188 status open
19189
19190 \begin_layout Plain Layout
19191 \begin_inset Caption
19192
19193 \begin_layout Plain Layout
19194 \begin_inset CommandInset label
19195 LatexCommand label
19196 name "tab:Tableau-filets-verticaux-1.5pt"
19197
19198 \end_inset
19199
19200 Tableau avec des filets verticaux de 1.5
19201 \begin_inset space \thinspace{}
19202 \end_inset
19203
19204 pt 
19205 \end_layout
19206
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \begin_layout Plain Layout
19213 \align center
19214 \begin_inset Tabular
19215 <lyxtabular version="3" rows="3" columns="3">
19216 <features tabularvalignment="middle">
19217 <column alignment="center" valignment="top" width="0" special="Vc">
19218 <column alignment="center" valignment="top" width="0" special="Vc">
19219 <column alignment="center" valignment="top" width="0" special="VcV">
19220 <row>
19221 <cell alignment="center" valignment="top" topline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 sd
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 <cell alignment="center" valignment="top" topline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 </row>
19249 <row>
19250 <cell alignment="center" valignment="top" topline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 sd
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 sd
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 </lyxtabular>
19308
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \begin_layout Subsection
19320 Filets à traits interrompus
19321 \begin_inset Index idx
19322 status collapsed
19323
19324 \begin_layout Plain Layout
19325 Personnalisation des tableaux ! Filets à traits interrompus
19326 \end_layout
19327
19328 \end_inset
19329
19330
19331 \end_layout
19332
19333 \begin_layout Standard
19334 \begin_inset ERT
19335 status collapsed
19336
19337 \begin_layout Plain Layout
19338
19339
19340 \backslash
19341 ifarydshln
19342 \end_layout
19343
19344 \end_inset
19345
19346
19347 \begin_inset Note Note
19348 status open
19349
19350 \begin_layout Plain Layout
19351 La section suivante ne s'affichera que si vous avez installé le paquetage
19352  LaTeX 
19353 \series bold
19354 arydshln
19355 \series default
19356 .
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \begin_layout Standard
19365 \begin_inset Float table
19366 placement H
19367 wide false
19368 sideways false
19369 status open
19370
19371 \begin_layout Plain Layout
19372 \begin_inset Caption
19373
19374 \begin_layout Plain Layout
19375 \begin_inset CommandInset label
19376 LatexCommand label
19377 name "tab:Tableau-filets-tirets"
19378
19379 \end_inset
19380
19381 Tableau avec des filets à traits interrompus
19382 \end_layout
19383
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \begin_layout Plain Layout
19390 \align center
19391 \begin_inset Tabular
19392 <lyxtabular version="3" rows="5" columns="5">
19393 <features tabularvalignment="middle">
19394 <column alignment="center" valignment="top" width="0">
19395 <column alignment="center" valignment="top" width="0">
19396 <column alignment="center" valignment="top" width="0" special=":c">
19397 <column alignment="center" valignment="top" width="0">
19398 <column alignment="center" valignment="top" width="0">
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 a
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 b
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 c
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431 d
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 e
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 <row>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451 f
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 g
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 h
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 i
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 j
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 </row>
19493 <row>
19494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset ERT
19499 status collapsed
19500
19501 \begin_layout Plain Layout
19502
19503
19504 \backslash
19505 hdashline 
19506 \end_layout
19507
19508 \end_inset
19509
19510 k
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 l
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 m
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 n
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546 o
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 </row>
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 \begin_inset ERT
19558 status collapsed
19559
19560 \begin_layout Plain Layout
19561
19562
19563 \backslash
19564 cdashline{4-5}
19565 \end_layout
19566
19567 \end_inset
19568
19569 p
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 q
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 r
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 s
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 </row>
19611 <row>
19612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 t
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 u
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 v
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 w
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Plain Layout
19652 x
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 </lyxtabular>
19659
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19672  donc employer du code TeX.
19673  Mais avant il faut charger le paquetage LaTeX 
19674 \series bold
19675 arydshln
19676 \series default
19677
19678 \begin_inset Index idx
19679 status collapsed
19680
19681 \begin_layout Plain Layout
19682 Paquetages LaTeX ! arydshln
19683 \end_layout
19684
19685 \end_inset
19686
19687  dans le préambule du document avec la commande 
19688 \end_layout
19689
19690 \begin_layout Standard
19691
19692 \series bold
19693
19694 \backslash
19695 usepackage{arydshln}
19696 \end_layout
19697
19698 \begin_layout Standard
19699 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19700  
19701 \begin_inset Quotes eld
19702 \end_inset
19703
19704 :
19705 \begin_inset Quotes erd
19706 \end_inset
19707
19708  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19709  dans la fenêtre de dialogue de paramètre du tableau.
19710 \end_layout
19711
19712 \begin_layout Standard
19713 Pour un trait horizontal interrompu, ajoutez la commande
19714 \end_layout
19715
19716 \begin_layout Standard
19717
19718 \series bold
19719
19720 \backslash
19721 hdashline
19722 \end_layout
19723
19724 \begin_layout Standard
19725 en code TeX comme premier élément de la première cellule de la ligne de
19726  tableau.
19727 \end_layout
19728
19729 \begin_layout Standard
19730 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19731  commande 
19732 \end_layout
19733
19734 \begin_layout Standard
19735
19736 \series bold
19737
19738 \backslash
19739 cdashline{
19740 \series default
19741 numéros de colonnes}
19742 \end_layout
19743
19744 \begin_layout Standard
19745 en code TeX comme premier élément de la première cellule de la ligne.
19746  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19747  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19748 \end_layout
19749
19750 \begin_layout Standard
19751
19752 \series bold
19753
19754 \backslash
19755 cdashline{2-4}
19756 \end_layout
19757
19758 \begin_layout Standard
19759 comme premier élément de la première cellule de la ligne contenant la multicolon
19760 ne.
19761 \end_layout
19762
19763 \begin_layout Standard
19764 \begin_inset VSpace bigskip
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \begin_layout Standard
19771 Le tableau
19772 \begin_inset space ~
19773 \end_inset
19774
19775
19776 \begin_inset CommandInset ref
19777 LatexCommand ref
19778 reference "tab:Tableau-filets-tirets"
19779
19780 \end_inset
19781
19782  a été créé en utilisant 
19783 \begin_inset Quotes eld
19784 \end_inset
19785
19786
19787 \series bold
19788 :c
19789 \series default
19790
19791 \begin_inset Quotes erd
19792 \end_inset
19793
19794  comme paramètre LaTeX pour la troisième colonne.
19795  La commande en code TeX 
19796 \series bold
19797
19798 \backslash
19799 hdashline
19800 \series default
19801  a été insérée dans la première cellule de la troisième ligne et la commande
19802  en code TeX 
19803 \series bold
19804
19805 \backslash
19806 cdashline{4-5}
19807 \series default
19808  a été insérée dans la première cellule de la quatrième ligne.
19809 \end_layout
19810
19811 \begin_layout Standard
19812 \begin_inset Note Greyedout
19813 status open
19814
19815 \begin_layout Plain Layout
19816
19817 \series bold
19818 Note:
19819 \series default
19820  Le paquetage LaTeX 
19821 \series bold
19822 arydshln
19823 \series default
19824  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19825  
19826 \series bold
19827 colortbl
19828 \series default
19829
19830 \begin_inset Index idx
19831 status collapsed
19832
19833 \begin_layout Plain Layout
19834 Paquetages LaTeX ! colortbl
19835 \end_layout
19836
19837 \end_inset
19838
19839  qui est utilisé pour avoir des tableaux colorés dans la section
19840 \begin_inset space ~
19841 \end_inset
19842
19843
19844 \begin_inset CommandInset ref
19845 LatexCommand ref
19846 reference "sec:Tableaux-Colorés"
19847
19848 \end_inset
19849
19850 .
19851  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19852  traits interrompus.
19853 \end_layout
19854
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \begin_layout Standard
19861 \begin_inset ERT
19862 status collapsed
19863
19864 \begin_layout Plain Layout
19865
19866
19867 \backslash
19868 else
19869 \end_layout
19870
19871 \end_inset
19872
19873
19874 \begin_inset Note Note
19875 status open
19876
19877 \begin_layout Plain Layout
19878 Ce qui suit sera affiché si le paquetage LaTeX 
19879 \series bold
19880 arydshln
19881 \series default
19882  n'est pas installé :
19883 \end_layout
19884
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \begin_layout Standard
19891 Vous devez installer le paquetage LaTeX 
19892 \series bold
19893 arydshln
19894 \series default
19895  pour voir le contenu des cette section dans la sortie imprimée.
19896 \end_layout
19897
19898 \begin_layout Standard
19899 \begin_inset ERT
19900 status collapsed
19901
19902 \begin_layout Plain Layout
19903
19904
19905 \backslash
19906 fi
19907 \end_layout
19908
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \begin_layout Chapter
19915 Flottants
19916 \begin_inset Index idx
19917 status collapsed
19918
19919 \begin_layout Plain Layout
19920 Flottants
19921 \end_layout
19922
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \begin_layout Section
19929 Introduction
19930 \begin_inset CommandInset label
19931 LatexCommand label
19932 name "sec:Flottants-Introduction"
19933
19934 \end_inset
19935
19936
19937 \begin_inset Index idx
19938 status collapsed
19939
19940 \begin_layout Plain Layout
19941 Flottants ! Introduction
19942 \end_layout
19943
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \begin_layout Standard
19950 Un flottant est une portion de document, qui peut être associé à une étiquette
19951  et dont la position n'est pas fixée.
19952  Il peut 
19953 \begin_inset Quotes eld
19954 \end_inset
19955
19956 flotter
19957 \begin_inset Quotes erd
19958 \end_inset
19959
19960  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19961  plus approprié.
19962  Les 
19963 \family sans
19964 Notes
19965 \begin_inset space ~
19966 \end_inset
19967
19968 en
19969 \begin_inset space ~
19970 \end_inset
19971
19972 Bas
19973 \begin_inset space ~
19974 \end_inset
19975
19976 de
19977 \begin_inset space ~
19978 \end_inset
19979
19980 Page
19981 \family default
19982  et le 
19983 \family sans
19984 Notes
19985 \begin_inset space ~
19986 \end_inset
19987
19988 en
19989 \begin_inset space ~
19990 \end_inset
19991
19992 Marge
19993 \family default
19994  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19995  sur la page suivante quand il y a trop de notes sur la page courante.
19996 \end_layout
19997
19998 \begin_layout Standard
19999 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20000  très grande qualité.
20001  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20002  éviter des lignes blanches ou des pages sans texte.
20003  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20004  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20005  le texte.
20006  Les flottants sont donc numérotés.
20007  Les références croisées sont décrites dans la section
20008 \begin_inset space ~
20009 \end_inset
20010
20011
20012 \begin_inset CommandInset ref
20013 LatexCommand ref
20014 reference "sec:Referencer-les-Flottants"
20015
20016 \end_inset
20017
20018 .
20019 \end_layout
20020
20021 \begin_layout Standard
20022 Pour insérer un flottant, on utilise un des sous menus du menu 
20023 \family sans
20024 Insérer\SpecialChar \menuseparator
20025 Flottant.
20026
20027 \family default
20028  Une boîte va être insérée dans votre document avec par exemple une étiquette
20029  du genre 
20030 \begin_inset Quotes eld
20031 \end_inset
20032
20033 Figure
20034 \begin_inset space ~
20035 \end_inset
20036
20037 #:
20038 \begin_inset Quotes erd
20039 \end_inset
20040
20041  (où # est un numéro).
20042  L'étiquette est automatiquement traduite dans la langue du document dans
20043  la sortie finale.
20044  Après l'étiquette vous pouvez insérer du texte comme légende.
20045  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20046  séparé, à l'intérieur du flottant.
20047  Vous trouverez plus de détails sur le positionnement des légendes dans
20048  la section
20049 \begin_inset space ~
20050 \end_inset
20051
20052
20053 \begin_inset CommandInset ref
20054 LatexCommand ref
20055 reference "sec:Placement-légende"
20056
20057 \end_inset
20058
20059 .
20060  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20061  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20062  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20063  Une boîte de flottant fermée ressemble à ceci : 
20064 \begin_inset Graphics
20065         filename clipart/floatQt4.png
20066         scale 60
20067
20068 \end_inset
20069
20070  – une case grise avec un texte rouge.
20071 \end_layout
20072
20073 \begin_layout Standard
20074 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20075  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20076  est formaté de façon particulière.
20077 \end_layout
20078
20079 \begin_layout Section
20080 Les Types de Flottants
20081 \end_layout
20082
20083 \begin_layout Standard
20084 En plus des flottants de figures et de tableau qui sont décrits respectivement
20085  dans les sections
20086 \begin_inset space ~
20087 \end_inset
20088
20089
20090 \begin_inset CommandInset ref
20091 LatexCommand ref
20092 reference "sec:Figure-Floats"
20093
20094 \end_inset
20095
20096  et 
20097 \begin_inset CommandInset ref
20098 LatexCommand ref
20099 reference "sec:Table-Floats"
20100
20101 \end_inset
20102
20103 , LyX offre aussi les types 
20104 \series bold
20105 Algorithme
20106 \series default
20107  et 
20108 \series bold
20109 Enrobage
20110 \series default
20111 .
20112 \end_layout
20113
20114 \begin_layout Subsection
20115 Flottant d'algorithme
20116 \begin_inset Index idx
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120 Flottants ! Algorithmes
20121 \end_layout
20122
20123 \end_inset
20124
20125
20126 \begin_inset CommandInset label
20127 LatexCommand label
20128 name "sub:Flottant-d'Algorithme"
20129
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \begin_layout Standard
20136 \begin_inset Float algorithm
20137 placement h
20138 wide false
20139 sideways false
20140 status open
20141
20142 \begin_layout Plain Layout
20143 \begin_inset Caption
20144
20145 \begin_layout Plain Layout
20146 \begin_inset CommandInset label
20147 LatexCommand label
20148 name "alg:Exemple-Flottant-Algorithme"
20149
20150 \end_inset
20151
20152 Exemple de flottant d'algorithme
20153 \end_layout
20154
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \begin_layout LyX-Code
20161 for I in 1..N loop
20162 \begin_inset Newline newline
20163 \end_inset
20164
20165  Sum:= Sum + A(I); /*comment*/
20166 \begin_inset Newline newline
20167 \end_inset
20168
20169 end loop
20170 \begin_inset VSpace -4mm
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Standard
20182 Ce type de flottant est inséré à l'aide du menu 
20183 \family sans
20184 Insérer\SpecialChar \menuseparator
20185 Flottant\SpecialChar \menuseparator
20186 Algorithme
20187 \family default
20188 .
20189  Il peut être utilisé pour des morceaux de code source ou des descriptions
20190  d'algorithmes et peut être utilisé comme une alternative au listing de
20191  code source qui est décrit au chapitre
20192 \begin_inset space ~
20193 \end_inset
20194
20195
20196 \begin_inset CommandInset ref
20197 LatexCommand ref
20198 reference "cha:Program-Code-Listings"
20199
20200 \end_inset
20201
20202 .
20203  Vous pouvez par exemple utiliser l'environnement Code
20204 \begin_inset space ~
20205 \end_inset
20206
20207 LyX qui est décrit dans le 
20208 \emph on
20209 Guide
20210 \emph default
20211
20212 \begin_inset space ~
20213 \end_inset
20214
20215
20216 \emph on
20217 de
20218 \begin_inset space ~
20219 \end_inset
20220
20221 l'Utilisateur
20222 \emph default
20223  de LyX.
20224  l'algorithme
20225 \begin_inset space ~
20226 \end_inset
20227
20228
20229 \begin_inset CommandInset ref
20230 LatexCommand ref
20231 reference "alg:Exemple-Flottant-Algorithme"
20232
20233 \end_inset
20234
20235  est un exemple de flottant d'algorithme où un espace vertical de -4
20236 \begin_inset space \thinspace{}
20237 \end_inset
20238
20239 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20240  soit placée exactement sous le texte de la dernière ligne.
20241 \end_layout
20242
20243 \begin_layout Standard
20244 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20245  du document.
20246  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20247 ent en ajoutant la ligne suivante dans le préambule de votre document :
20248 \end_layout
20249
20250 \begin_layout Standard
20251
20252 \series bold
20253
20254 \backslash
20255 floatname{algorithm}{votre
20256 \begin_inset space ~
20257 \end_inset
20258
20259 nom}
20260 \end_layout
20261
20262 \begin_layout Standard
20263
20264 \family sans
20265  votre
20266 \begin_inset space ~
20267 \end_inset
20268
20269 nom
20270 \family default
20271  est le mot 
20272 \begin_inset Quotes eld
20273 \end_inset
20274
20275
20276 \emph on
20277 algorithme
20278 \emph default
20279
20280 \begin_inset Quotes erd
20281 \end_inset
20282
20283  dans votre langue.
20284 \end_layout
20285
20286 \begin_layout Standard
20287 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20288 \family sans
20289 Insérer\SpecialChar \menuseparator
20290 Listes
20291 \begin_inset space ~
20292 \end_inset
20293
20294 &
20295 \begin_inset space ~
20296 \end_inset
20297
20298 TdM\SpecialChar \menuseparator
20299 Liste
20300 \begin_inset space ~
20301 \end_inset
20302
20303 des
20304 \begin_inset space ~
20305 \end_inset
20306
20307 algorithmes
20308 \family default
20309  si votre document est en la même langue que les menus de LyX.
20310  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20311  en code TeX à la place:
20312 \end_layout
20313
20314 \begin_layout Standard
20315
20316 \series bold
20317
20318 \backslash
20319 listof{algorithm}{votre
20320 \begin_inset space ~
20321 \end_inset
20322
20323 nom}
20324 \end_layout
20325
20326 \begin_layout Standard
20327 où 
20328 \family sans
20329 votre
20330 \begin_inset space ~
20331 \end_inset
20332
20333 nom
20334 \family default
20335  est la traduction de 
20336 \begin_inset Quotes eld
20337 \end_inset
20338
20339
20340 \emph on
20341 List of Algorithm
20342 \emph default
20343 s
20344 \begin_inset Quotes erd
20345 \end_inset
20346
20347  dans votre langue.
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20352  le schéma 
20353 \begin_inset Quotes eld
20354 \end_inset
20355
20356 chapitre.algorithme
20357 \begin_inset Quotes erd
20358 \end_inset
20359
20360  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20361  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20362  commande dans le préambule de votre document :
20363 \end_layout
20364
20365 \begin_layout Standard
20366
20367 \series bold
20368
20369 \backslash
20370 numberwithin{algorithm}{chapter}
20371 \end_layout
20372
20373 \begin_layout Standard
20374 Pour pouvoir utiliser la commande 
20375 \series bold
20376
20377 \backslash
20378 numberwithin
20379 \series default
20380 , activez l'option 
20381 \family sans
20382 Utiliser
20383 \begin_inset space ~
20384 \end_inset
20385
20386 le
20387 \begin_inset space ~
20388 \end_inset
20389
20390 paquetage
20391 \begin_inset space ~
20392 \end_inset
20393
20394 AMS
20395 \begin_inset space ~
20396 \end_inset
20397
20398 math
20399 \family default
20400  dans la rubrique 
20401 \family sans
20402 Options
20403 \begin_inset space ~
20404 \end_inset
20405
20406 des
20407 \begin_inset space ~
20408 \end_inset
20409
20410 Maths
20411 \family default
20412  de la fenêtre de dialogue 
20413 \family sans
20414 Paramètres
20415 \begin_inset space ~
20416 \end_inset
20417
20418 du
20419 \begin_inset space ~
20420 \end_inset
20421
20422 Document
20423 \family default
20424 .
20425 \begin_inset Newpage newpage
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Subsection
20432 Flottant d'enrobage
20433 \begin_inset Index idx
20434 status collapsed
20435
20436 \begin_layout Plain Layout
20437 Flottants ! Flottants d'enrobage
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \begin_layout Standard
20446 \begin_inset Wrap figure
20447 lines 0
20448 placement l
20449 overhang 1cm
20450 width "40col%"
20451 status open
20452
20453 \begin_layout Plain Layout
20454 \begin_inset Graphics
20455         filename ../clipart/mobius.eps
20456         width 40col%
20457         scaleBeforeRotation
20458         rotateOrigin center
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Caption
20467
20468 \begin_layout Plain Layout
20469 \begin_inset CommandInset label
20470 LatexCommand label
20471 name "fig:Figure-enrobée"
20472
20473 \end_inset
20474
20475 Ceci est une figure habillée.
20476 \end_layout
20477
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \end_inset
20484
20485  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20486  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20487  Vous pouvez en insérer un en utilisant le menu 
20488 \family sans
20489 Insérer\SpecialChar \menuseparator
20490 Flottant\SpecialChar \menuseparator
20491 Flottant
20492 \begin_inset space ~
20493 \end_inset
20494
20495 d'enrobage
20496 \family default
20497  à la condition que le paquetage LaTeX 
20498 \series bold
20499 wrapfig
20500 \series default
20501
20502 \begin_inset Index idx
20503 status collapsed
20504
20505 \begin_layout Plain Layout
20506 Paquetages LaTeX ! wrapfig
20507 \begin_inset ERT
20508 status collapsed
20509
20510 \begin_layout Plain Layout
20511
20512
20513 \backslash
20514 vspace{4mm}
20515 \end_layout
20516
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \end_inset
20523
20524  soit installé.
20525 \begin_inset Foot
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529 Voyez dans la manuel 
20530 \emph on
20531 Configuration
20532 \begin_inset space ~
20533 \end_inset
20534
20535 LaTeX 
20536 \emph default
20537 comment installer des paquetages LaTeX.
20538 \end_layout
20539
20540 \end_inset
20541
20542  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20543  sur la boîte du flottant.
20544  Les paramètres obligatoires sont l'
20545 \family sans
20546 Emplacement
20547 \family default
20548  et la 
20549 \family sans
20550 Largeur
20551 \family default
20552 .
20553  Les paramètres facultatifs sont le 
20554 \family sans
20555 Débordement
20556 \family default
20557  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20558  de la page et la 
20559 \family sans
20560 Porté de la ligne
20561 \family default
20562  qui précise le nombre approximatif de lignes dont le flottant va avoir
20563  besoin.
20564  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20565  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20566  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20567  à l'intérieur du paragraphe ou vers les autres paragraphes.
20568  La figure
20569 \begin_inset space ~
20570 \end_inset
20571
20572
20573 \begin_inset CommandInset ref
20574 LatexCommand ref
20575 reference "fig:Figure-enrobée"
20576
20577 \end_inset
20578
20579  est un exemple de flottant d'enrobage avec une largeur de 40
20580 \begin_inset space \thinspace{}
20581 \end_inset
20582
20583 col%, un débordement de 1
20584 \begin_inset space \thinspace{}
20585 \end_inset
20586
20587 cm et placé à gauche.
20588 \begin_inset Foot
20589 status collapsed
20590
20591 \begin_layout Plain Layout
20592 Les unités disponibles sont expliquées dans l'appendice
20593 \begin_inset space ~
20594 \end_inset
20595
20596
20597 \begin_inset CommandInset ref
20598 LatexCommand ref
20599 reference "cha:Unités-de-longueur"
20600
20601 \end_inset
20602
20603 .
20604 \end_layout
20605
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \begin_layout Standard
20612 \begin_inset Note Greyedout
20613 status open
20614
20615 \begin_layout Plain Layout
20616
20617 \series bold
20618 Note:
20619 \series default
20620  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20621  figure trop près du bas de page peut tout chambouler et faire que le flottant
20622  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20623  de texte.
20624 \end_layout
20625
20626 \end_inset
20627
20628
20629 \end_layout
20630
20631 \begin_layout Standard
20632 En général:
20633 \end_layout
20634
20635 \begin_layout Itemize
20636 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20637  qui risquent de passer à la page suivante.
20638  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20639  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20640  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20641  de page.
20642 \end_layout
20643
20644 \begin_layout Itemize
20645 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20646  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20647 e.
20648 \end_layout
20649
20650 \begin_layout Itemize
20651 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20652  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20653  texte entre les deux, comme séparateur.
20654 \end_layout
20655
20656 \begin_layout Itemize
20657 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20658  ou les tableaux.
20659 \end_layout
20660
20661 \begin_layout Section
20662 Numérotation des flottants
20663 \begin_inset Index idx
20664 status collapsed
20665
20666 \begin_layout Plain Layout
20667 Flottants ! Numérotation
20668 \end_layout
20669
20670 \end_inset
20671
20672
20673 \end_layout
20674
20675 \begin_layout Standard
20676 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20677  ils se trouvent, soit en utilisant un format du genre 
20678 \begin_inset Quotes eld
20679 \end_inset
20680
20681 chapitre.numéro
20682 \begin_inset Quotes erd
20683 \end_inset
20684
20685  ou 
20686 \begin_inset Quotes eld
20687 \end_inset
20688
20689 section.numéro
20690 \begin_inset Quotes erd
20691 \end_inset
20692
20693 .
20694  Cela dépend de la classe de document utilisée.
20695 \end_layout
20696
20697 \begin_layout Standard
20698 Pour changer le format de la numérotation qui ne dépend pas de la section
20699  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20700  le préambule du document :
20701 \end_layout
20702
20703 \begin_layout Standard
20704
20705 \series bold
20706
20707 \backslash
20708 renewcommand{
20709 \backslash
20710 thetable}{
20711 \backslash
20712 roman{table}}
20713 \end_layout
20714
20715 \begin_layout Standard
20716
20717 \series bold
20718
20719 \backslash
20720 thetable
20721 \series default
20722  est la commande qui imprime le numéro du tableau, pour les figures, la
20723  commande serait 
20724 \series bold
20725
20726 \backslash
20727 thefigure
20728 \series default
20729 .
20730  La commande 
20731 \series bold
20732
20733 \backslash
20734 roman
20735 \series default
20736  utilisée dans la commande précédente, imprime le numéro du tableau sous
20737  forme de petits chiffres romains.
20738 \end_layout
20739
20740 \begin_layout Standard
20741 Pour changer le type de numérotation pour par exemple 
20742 \begin_inset Quotes eld
20743 \end_inset
20744
20745 sous-section.numéro
20746 \begin_inset Quotes erd
20747 \end_inset
20748
20749 , utilisez la commande suivante dans le préambule du document :
20750 \end_layout
20751
20752 \begin_layout Standard
20753
20754 \series bold
20755
20756 \backslash
20757 numberwithin{table}{subsection}
20758 \end_layout
20759
20760 \begin_layout Standard
20761 Pour pouvoir utiliser la commande 
20762 \series bold
20763
20764 \backslash
20765 numberwithin
20766 \series default
20767 , vous devez activer l'option 
20768 \family sans
20769 Utiliser
20770 \begin_inset space ~
20771 \end_inset
20772
20773 le
20774 \begin_inset space ~
20775 \end_inset
20776
20777 paquetage
20778 \begin_inset space ~
20779 \end_inset
20780
20781 maths
20782 \begin_inset space ~
20783 \end_inset
20784
20785 AMS
20786 \family default
20787  dans la rubrique 
20788 \family sans
20789 Options
20790 \begin_inset space ~
20791 \end_inset
20792
20793 des
20794 \begin_inset space ~
20795 \end_inset
20796
20797 Maths
20798 \family default
20799  de la fenêtre de dialogue 
20800 \family sans
20801 Paramètres
20802 \family default
20803  du document.
20804 \end_layout
20805
20806 \begin_layout Standard
20807 Veuillez aussi jeter un coup d'œil à la section
20808 \begin_inset space ~
20809 \end_inset
20810
20811
20812 \begin_inset CommandInset ref
20813 LatexCommand ref
20814 reference "sub:Numerotation-notes-bas-de-page"
20815
20816 \end_inset
20817
20818  pour plus de détails et des notes importantes sur les commandes de numérotation.
20819 \end_layout
20820
20821 \begin_layout Section
20822 Faire Référence à des Flottants
20823 \begin_inset CommandInset label
20824 LatexCommand label
20825 name "sec:Referencer-les-Flottants"
20826
20827 \end_inset
20828
20829
20830 \begin_inset Index idx
20831 status collapsed
20832
20833 \begin_layout Plain Layout
20834 Flottants ! Références
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \begin_inset Index idx
20841 status collapsed
20842
20843 \begin_layout Plain Layout
20844 References@Références ! à des Flottants 
20845 \end_layout
20846
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \begin_layout Standard
20853 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20854  en utilisant le menu 
20855 \family sans
20856 Insérer\SpecialChar \menuseparator
20857 Étiquette
20858 \family default
20859  ou le bouton 
20860 \begin_inset Graphics
20861         filename ../../images/label-insert.png
20862         scale 85
20863         scaleBeforeRotation
20864
20865 \end_inset
20866
20867  de la barre d'outils.
20868  Une boîte grise de ce genre : 
20869 \begin_inset Graphics
20870         filename clipart/labelQt4.png
20871         scale 85
20872         scaleBeforeRotation
20873
20874 \end_inset
20875
20876  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20877  de saisir le texte de l'étiquette.
20878  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20879  précédés d'un préfixe.
20880  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20881  préfixe sera "
20882 \family sans
20883 fig:
20884 \family default
20885 ".
20886 \end_layout
20887
20888 \begin_layout Standard
20889 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20890  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20891 \family sans
20892 Insérer\SpecialChar \menuseparator
20893 Référence
20894 \begin_inset space ~
20895 \end_inset
20896
20897 Croisée
20898 \family default
20899  ou le bouton 
20900 \begin_inset Graphics
20901         filename ../../images/dialog-show-new-inset_ref.png
20902         scale 85
20903         scaleBeforeRotation
20904
20905 \end_inset
20906
20907  de la barre d'outils.
20908  Une boîte grise de référence croisée comme celle-ci : 
20909 \begin_inset Graphics
20910         filename ../clipart/referenceQt4.png
20911         scale 85
20912         scaleBeforeRotation
20913
20914 \end_inset
20915
20916  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20917  toutes les étiquettes définies dans votre document.
20918  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20919  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20920  de la fenêtre de dialogue.
20921  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20922  une.
20923  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20924  de la référence croisée.
20925 \end_layout
20926
20927 \begin_layout Standard
20928 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20929  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20930  les deux.
20931  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20932  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20933  du numéro de la référence.
20934 \end_layout
20935
20936 \begin_layout Standard
20937 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20938  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20939  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20940  pas à vous en préoccuper.
20941 \end_layout
20942
20943 \begin_layout Standard
20944 Le bouton 
20945 \family sans
20946 Aller
20947 \begin_inset space ~
20948 \end_inset
20949
20950 à
20951 \begin_inset space ~
20952 \end_inset
20953
20954 l'étiquette
20955 \family default
20956  dans la fenêtre de référence croisée va positionner le curseur juste devant
20957  l'étiquette à laquelle on fait référence.
20958  Le nom du bouton bouton 
20959 \family sans
20960 Revenir
20961 \family default
20962  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20963  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20964  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20965  à votre point de départ.
20966 \end_layout
20967
20968 \begin_layout Subsection
20969 Formats de Références Croisées
20970 \begin_inset CommandInset label
20971 LatexCommand label
20972 name "sub:Formats-Références-Croisées"
20973
20974 \end_inset
20975
20976
20977 \begin_inset Index idx
20978 status collapsed
20979
20980 \begin_layout Plain Layout
20981 References@Références ! Formats
20982 \end_layout
20983
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \begin_layout Standard
20990 Il y a six types de références croisées :
20991 \end_layout
20992
20993 \begin_layout Description
20994 <référence>
20995 \begin_inset space ~
20996 \end_inset
20997
20998 : affiche le numéro de l'élément, c'est le choix implicite : 
20999 \begin_inset CommandInset ref
21000 LatexCommand ref
21001 reference "fig:Deux-images-déformées"
21002
21003 \end_inset
21004
21005
21006 \end_layout
21007
21008 \begin_layout Description
21009 (<référence>)
21010 \begin_inset space ~
21011 \end_inset
21012
21013 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
21014  normalement pour faire référence à des formules mathématiques, en particulier
21015  quand le mot 
21016 \begin_inset Quotes eld
21017 \end_inset
21018
21019 Équation
21020 \begin_inset Quotes erd
21021 \end_inset
21022
21023  est omis : 
21024 \begin_inset CommandInset ref
21025 LatexCommand eqref
21026 reference "eq:Wgn"
21027
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \begin_layout Description
21034 <page>
21035 \begin_inset space ~
21036 \end_inset
21037
21038 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
21039 \begin_inset space ~
21040 \end_inset
21041
21042
21043 \begin_inset CommandInset ref
21044 LatexCommand pageref
21045 reference "fig:Deux-images-déformées"
21046
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \begin_layout Description
21053 Sur
21054 \begin_inset space ~
21055 \end_inset
21056
21057 la
21058 \begin_inset space ~
21059 \end_inset
21060
21061 page
21062 \begin_inset space ~
21063 \end_inset
21064
21065 <page>
21066 \begin_inset space ~
21067 \end_inset
21068
21069 : affiche le mot 
21070 \begin_inset Quotes eld
21071 \end_inset
21072
21073 page
21074 \begin_inset Quotes erd
21075 \end_inset
21076
21077  suivi du numéro de la page sur laquelle se trouve l'élément : 
21078 \begin_inset CommandInset ref
21079 LatexCommand vpageref
21080 reference "fig:Deux-images-déformées"
21081
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \begin_layout Description
21088 <référence>
21089 \begin_inset space ~
21090 \end_inset
21091
21092 page
21093 \begin_inset space ~
21094 \end_inset
21095
21096 <page>
21097 \begin_inset space ~
21098 \end_inset
21099
21100 : affiche le numéro de l'élément, le mot 
21101 \begin_inset Quotes eld
21102 \end_inset
21103
21104 page
21105 \begin_inset Quotes erd
21106 \end_inset
21107
21108  et le numéro de la page : 
21109 \begin_inset CommandInset ref
21110 LatexCommand vref
21111 reference "fig:Deux-images-déformées"
21112
21113 \end_inset
21114
21115
21116 \end_layout
21117
21118 \begin_layout Description
21119 Référence
21120 \begin_inset space ~
21121 \end_inset
21122
21123 mise
21124 \begin_inset space ~
21125 \end_inset
21126
21127 en
21128 \begin_inset space ~
21129 \end_inset
21130
21131 forme
21132 \begin_inset space ~
21133 \end_inset
21134
21135 : affiche une référence croisée qui définit son propre format.
21136 \begin_inset Newline newline
21137 \end_inset
21138
21139
21140 \begin_inset Note Greyedout
21141 status open
21142
21143 \begin_layout Plain Layout
21144
21145 \series bold
21146 Note:
21147 \series default
21148  Ce type de référence croisée n'est disponible que si vous avez installé
21149  le paquetage LaTeX 
21150 \series bold
21151 prettyref
21152 \series default
21153  ou 
21154 \series bold
21155 refstyle
21156 \series default
21157
21158 \begin_inset Index idx
21159 status collapsed
21160
21161 \begin_layout Plain Layout
21162 Paquetages LaTeX ! prettyref
21163 \end_layout
21164
21165 \end_inset
21166
21167
21168 \begin_inset Index idx
21169 status collapsed
21170
21171 \begin_layout Plain Layout
21172 Paquetages LaTeX ! refstyle
21173 \end_layout
21174
21175 \end_inset
21176
21177 .
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \begin_inset Newline newline
21184 \end_inset
21185
21186 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
21187  fonction en utilisant l'option 
21188 \family sans
21189 Utiliser refstyle (à la place de prettyref) pour les références croisées
21190 \family default
21191  dans le menu 
21192 \family sans
21193 Document\SpecialChar \menuseparator
21194 Paramètres\SpecialChar \menuseparator
21195 Classe de document
21196 \family default
21197 .
21198  Le format est précisé en ajoutant la commande 
21199 \series bold
21200
21201 \backslash
21202 newrefformat
21203 \series default
21204  (prettyref) ou 
21205 \series bold
21206
21207 \backslash
21208 newref
21209 \series default
21210  (refstyle) au préambule du document.
21211  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
21212  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
21213 \begin_inset space ~
21214 \end_inset
21215
21216 :
21217 \begin_inset Newline newline
21218 \end_inset
21219
21220
21221 \series bold
21222
21223 \backslash
21224 newref{fig}{refcmd={Image sur la page 
21225 \backslash
21226 pageref{#1}}}
21227 \series default
21228
21229 \begin_inset Newline newline
21230 \end_inset
21231
21232 Pour plus d'information sur le format, jetez un oeil dur la documentation
21233  du paquetage, 
21234 \begin_inset CommandInset citation
21235 LatexCommand cite
21236 key "prettyref,refstyle"
21237
21238 \end_inset
21239
21240 .
21241 \end_layout
21242
21243 \begin_layout Description
21244 Référence
21245 \begin_inset space ~
21246 \end_inset
21247
21248 textuelle: affiche la légende de la référence
21249 \begin_inset space ~
21250 \end_inset
21251
21252
21253 \begin_inset CommandInset ref
21254 LatexCommand nameref
21255 reference "fig:Deux-images-déformées"
21256
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \begin_layout Standard
21263
21264 \family sans
21265 <page>
21266 \family default
21267  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21268  précédente, la même page ou la page suivante.
21269  Vous verrez par exemple un texte du genre 
21270 \begin_inset Quotes eld
21271 \end_inset
21272
21273
21274 \family sans
21275 sur cette page
21276 \family default
21277
21278 \begin_inset Quotes erd
21279 \end_inset
21280
21281  à la place.
21282  Le style 
21283 \family sans
21284 <référence>
21285 \begin_inset space ~
21286 \end_inset
21287
21288 page
21289 \begin_inset space ~
21290 \end_inset
21291
21292 <page> 
21293 \family default
21294 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21295  page.
21296 \end_layout
21297
21298 \begin_layout Standard
21299 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21300  se trouve sont calculés automatiquement par LaTeX.
21301  Vous choisissez une des six variétés de références dans le champ Format
21302  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21303  boîte de la référence croisée.
21304 \end_layout
21305
21306 \begin_layout Standard
21307 \begin_inset Note Greyedout
21308 status open
21309
21310 \begin_layout Plain Layout
21311
21312 \series bold
21313 Note:
21314 \series default
21315  L'utilisation du paquetage LaTeX 
21316 \series bold
21317 refstyle
21318 \series default
21319
21320 \begin_inset Index idx
21321 status collapsed
21322
21323 \begin_layout Plain Layout
21324 Paquetages LaTeX ! refstyle
21325 \end_layout
21326
21327 \end_inset
21328
21329  est recommendée parce que 
21330 \series bold
21331 prettyref
21332 \series default
21333
21334 \begin_inset Index idx
21335 status collapsed
21336
21337 \begin_layout Plain Layout
21338 Paquetages LaTeX ! prettyref
21339 \end_layout
21340
21341 \end_inset
21342
21343  ne connaît pas tous les raccourcis possibles pour les étiquettes
21344 \begin_inset Foot
21345 status collapsed
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Quotes eld
21349 \end_inset
21350
21351 fig:
21352 \begin_inset Quotes erd
21353 \end_inset
21354
21355  est par exemple le raccourci LyX pour les étiquettes dans les légendes
21356  de figures,.
21357 \end_layout
21358
21359 \end_inset
21360
21361  et n'est pas internationalisé.
21362 \end_layout
21363
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \begin_layout Standard
21370 \begin_inset Note Greyedout
21371 status open
21372
21373 \begin_layout Plain Layout
21374
21375 \series bold
21376 Note:
21377 \series default
21378  Du fait d'un bogue dans la paquetage LaTeX 
21379 \series bold
21380 varioref
21381 \series default
21382  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21383  si la langue du document est le français.
21384  Pour contourner ce bogue, voir
21385 \begin_inset Newline newline
21386 \end_inset
21387
21388
21389 \begin_inset CommandInset href
21390 LatexCommand href
21391 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21392
21393 \end_inset
21394
21395 .
21396 \end_layout
21397
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \begin_layout Subsection
21404 Nommage automatique des références croisées
21405 \begin_inset Index idx
21406 status collapsed
21407
21408 \begin_layout Plain Layout
21409 References@Références ! Nommage automatique
21410 \end_layout
21411
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \begin_layout Standard
21418 Le paquetage LaTeX 
21419 \series bold
21420 hyperref
21421 \series default
21422
21423 \begin_inset Index idx
21424 status collapsed
21425
21426 \begin_layout Plain Layout
21427 Paquetages LaTeX ! hyperref
21428 \end_layout
21429
21430 \end_inset
21431
21432
21433 \series bold
21434
21435 \series default
21436 qui est activé dans la rubrique 
21437 \family sans
21438 Propriétés du PDF
21439 \family default
21440  de la fenêtre de dialogue 
21441 \family sans
21442 Paramètres du document
21443 \family default
21444  fournit une fonction très utile pour automatiser la création des références
21445  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21446  une section).
21447  Par exemple pour vous éviter de devoir écrire le mot 
21448 \begin_inset Quotes eld
21449 \end_inset
21450
21451 Figure
21452 \begin_inset Quotes erd
21453 \end_inset
21454
21455  devant chaque référence à une figure.
21456  Pour profiter de ce nommage automatique des références croisées, vous devez
21457  activer 
21458 \series bold
21459 hyperref
21460 \series default
21461  et insérer la ligne suivante dans le préambule du document :
21462 \end_layout
21463
21464 \begin_layout Standard
21465
21466 \series bold
21467
21468 \backslash
21469 AtBeginDocument{
21470 \backslash
21471 renewcommand{
21472 \backslash
21473 ref}[1]{
21474 \backslash
21475 mbox{
21476 \backslash
21477 autoref{#1}}}}
21478 \end_layout
21479
21480 \begin_layout Standard
21481 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21482  défaut, par exemple vous préférez le nom 
21483 \begin_inset Quotes eld
21484 \end_inset
21485
21486 sec.
21487 \begin_inset space \thinspace{}
21488 \end_inset
21489
21490
21491 \begin_inset Quotes eld
21492 \end_inset
21493
21494  plutôt que 
21495 \begin_inset Quotes eld
21496 \end_inset
21497
21498 section
21499 \begin_inset Quotes erd
21500 \end_inset
21501
21502 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21503 \end_layout
21504
21505 \begin_layout Standard
21506
21507 \series bold
21508
21509 \backslash
21510 addto
21511 \backslash
21512 extrasenglish{
21513 \backslash
21514 renewcommand{
21515 \backslash
21516 sectionautorefname}
21517 \begin_inset Newline newline
21518 \end_inset
21519
21520
21521 \begin_inset Phantom HPhantom
21522 status open
21523
21524 \begin_layout Plain Layout
21525
21526 \series bold
21527 \begin_inset space ~
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \end_inset
21534
21535 {sec.
21536 \backslash
21537 negthinspace}}
21538 \end_layout
21539
21540 \begin_layout Standard
21541 Si vous utilisez une autre langue que l'anglais, remplacez 
21542 \series bold
21543
21544 \backslash
21545 extrasenglish
21546 \series default
21547  par 
21548 \series bold
21549
21550 \backslash
21551 extras***
21552 \series default
21553 , où *** est le nom de la langue que vous utilisez.
21554
21555 \series bold
21556  
21557 \end_layout
21558
21559 \begin_layout Standard
21560 Pour avoir des noms automatiques, mais pas pour certains types de références,
21561  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21562 \end_layout
21563
21564 \begin_layout Standard
21565
21566 \series bold
21567
21568 \backslash
21569 newlength{
21570 \backslash
21571 abc}
21572 \begin_inset Newline newline
21573 \end_inset
21574
21575
21576 \backslash
21577 settowidth{
21578 \backslash
21579 abc}{
21580 \backslash
21581 space}
21582 \begin_inset Newline newline
21583 \end_inset
21584
21585
21586 \backslash
21587 addto
21588 \backslash
21589 extrasenglish{
21590 \backslash
21591 renewcommand{
21592 \backslash
21593 equationautorefname}
21594 \begin_inset Newline newline
21595 \end_inset
21596
21597
21598 \begin_inset Phantom HPhantom
21599 status open
21600
21601 \begin_layout Plain Layout
21602
21603 \series bold
21604 \begin_inset space ~
21605 \end_inset
21606
21607
21608 \end_layout
21609
21610 \end_inset
21611
21612 {
21613 \backslash
21614 hspace{-
21615 \backslash
21616 abc}}
21617 \end_layout
21618
21619 \begin_layout Standard
21620 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21621  de 
21622 \series bold
21623 hyperref
21624 \series default
21625  
21626 \begin_inset CommandInset citation
21627 LatexCommand cite
21628 key "hyperref"
21629
21630 \end_inset
21631
21632 .
21633 \end_layout
21634
21635 \begin_layout Standard
21636 \begin_inset Note Greyedout
21637 status open
21638
21639 \begin_layout Plain Layout
21640
21641 \series bold
21642 Note:
21643 \series default
21644  Le nommage automatique de références ne peut être utilisé si vous avez
21645  choisi le style de référence 
21646 \family sans
21647 Référence
21648 \begin_inset space ~
21649 \end_inset
21650
21651 mise
21652 \begin_inset space ~
21653 \end_inset
21654
21655 en
21656 \begin_inset space ~
21657 \end_inset
21658
21659 forme
21660 \family default
21661  décrit dans la section
21662 \begin_inset space ~
21663 \end_inset
21664
21665
21666 \begin_inset CommandInset ref
21667 LatexCommand ref
21668 reference "sub:Formats-Références-Croisées"
21669
21670 \end_inset
21671
21672 .
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \begin_layout Standard
21681 Le manuel 
21682 \emph on
21683 Math
21684 \emph default
21685  est un exemple dans lequel on a utilisé le référencement automatique.
21686 \end_layout
21687
21688 \begin_layout Subsection
21689 Positionnement des Références 
21690 \begin_inset CommandInset label
21691 LatexCommand label
21692 name "sub:Reference-Position"
21693
21694 \end_inset
21695
21696
21697 \begin_inset Index idx
21698 status collapsed
21699
21700 \begin_layout Plain Layout
21701 References@Références ! Positionnement
21702 \end_layout
21703
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \begin_layout Standard
21710 Si vous utilisez le paquetage 
21711 \series bold
21712 hyperref, 
21713 \series default
21714 qui est activé dans la rubrique 
21715 \family sans
21716 Propriétés du PDF
21717 \family default
21718  de la fenêtre de dialogue 
21719 \family sans
21720 Paramètres du document,
21721 \family default
21722  pour lier vos références croisées dans la sortie finale, vous verrez que
21723  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21724  l'image.
21725  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21726  pourrez voir l'image sans faire défiler le texte.
21727  Ce problème vient du fait que le point d'ancrage de la référence se situe
21728  à l'endroit de l'étiquette.
21729  En utilisant le paquetage LaTeX 
21730 \series bold
21731 hypcap
21732 \series default
21733
21734 \begin_inset Index idx
21735 status collapsed
21736
21737 \begin_layout Plain Layout
21738 Paquetages LaTeX ! hypcap
21739 \end_layout
21740
21741 \end_inset
21742
21743 , qui fait partie du paquetage LaTeX 
21744 \series bold
21745 oberdiek
21746 \series default
21747
21748 \begin_inset Index idx
21749 status collapsed
21750
21751 \begin_layout Plain Layout
21752 Paquetages LaTeX ! oberdiek
21753 \end_layout
21754
21755 \end_inset
21756
21757 , le point d'ancrage d'un lien est place en haut du flottant.
21758  Pour utiliser cette fonction avec les flottants de figure, chargez 
21759 \series bold
21760 hypcap
21761 \series default
21762  dans l'entête du document avec la ligne
21763 \end_layout
21764
21765 \begin_layout Standard
21766
21767 \series bold
21768
21769 \backslash
21770 usepackage[figure]{hypcap}
21771 \end_layout
21772
21773 \begin_layout Standard
21774 Vous pouvez aussi utiliser 
21775 \series bold
21776 hypcap
21777 \series default
21778  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21779  raisons de stabilité.
21780  Pour plus d'information, jetez un coup d'œil au manuel d' 
21781 \series bold
21782 hypcap
21783 \series default
21784  
21785 \begin_inset CommandInset citation
21786 LatexCommand cite
21787 key "hypcap"
21788
21789 \end_inset
21790
21791 .
21792 \end_layout
21793
21794 \begin_layout Standard
21795 \begin_inset Note Greyedout
21796 status open
21797
21798 \begin_layout Plain Layout
21799
21800 \series bold
21801 Note:
21802 \series default
21803  
21804 \series bold
21805 hypcap
21806 \series default
21807  n'a aucun effet pour les références à des sous-figures.
21808 \end_layout
21809
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \begin_layout Section
21816 Placement des flottants
21817 \begin_inset CommandInset label
21818 LatexCommand label
21819 name "sec:Placement-flottants"
21820
21821 \end_inset
21822
21823
21824 \begin_inset Index idx
21825 status collapsed
21826
21827 \begin_layout Plain Layout
21828 Flottants ! Placement
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \begin_layout Standard
21837 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21838  de dialogue 
21839 \family sans
21840 Paramètre
21841 \begin_inset space ~
21842 \end_inset
21843
21844 de
21845 \begin_inset space ~
21846 \end_inset
21847
21848 Flottant
21849 \family default
21850  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21851  utilise pour déterminer où placer le flottant.
21852 \begin_inset Newline newline
21853 \end_inset
21854
21855 L'option 
21856 \family sans
21857 Plusieurs
21858 \begin_inset space ~
21859 \end_inset
21860
21861 colonnes
21862 \family default
21863  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21864  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21865  confiné sur une seule colonne.
21866 \begin_inset Newline newline
21867 \end_inset
21868
21869 L'option 
21870 \family sans
21871 Rotation
21872 \begin_inset space ~
21873 \end_inset
21874
21875 90°
21876 \family default
21877  est utilisée pour faire tourner les flottants, voyez la section
21878 \begin_inset space ~
21879 \end_inset
21880
21881
21882 \begin_inset CommandInset ref
21883 LatexCommand ref
21884 reference "sec:Flottants-renversés"
21885
21886 \end_inset
21887
21888 .
21889 \end_layout
21890
21891 \begin_layout Standard
21892 En désactivant l'option 
21893 \family sans
21894 Utilise
21895 \begin_inset space ~
21896 \end_inset
21897
21898 le
21899 \begin_inset space ~
21900 \end_inset
21901
21902 placement
21903 \begin_inset space ~
21904 \end_inset
21905
21906 par
21907 \begin_inset space ~
21908 \end_inset
21909
21910 défaut
21911 \family default
21912  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21913  le placement du flottant:
21914 \end_layout
21915
21916 \begin_layout Description
21917 Ici,
21918 \begin_inset space ~
21919 \end_inset
21920
21921 si
21922 \begin_inset space ~
21923 \end_inset
21924
21925 possible: essaie de placer le flottant à la position où il a été inséré
21926  dans LyX
21927 \end_layout
21928
21929 \begin_layout Description
21930 Haut
21931 \begin_inset space ~
21932 \end_inset
21933
21934 de
21935 \begin_inset space ~
21936 \end_inset
21937
21938 la
21939 \begin_inset space ~
21940 \end_inset
21941
21942 page: essaie de placer le flottant en haut de la page courante
21943 \end_layout
21944
21945 \begin_layout Description
21946 Bas
21947 \begin_inset space ~
21948 \end_inset
21949
21950 de
21951 \begin_inset space ~
21952 \end_inset
21953
21954 la
21955 \begin_inset space ~
21956 \end_inset
21957
21958 page: essaie de placer le flottant en bas de la page courante
21959 \end_layout
21960
21961 \begin_layout Description
21962 Page
21963 \begin_inset space ~
21964 \end_inset
21965
21966 de
21967 \begin_inset space ~
21968 \end_inset
21969
21970 flottants: essaie de placer le flottant sur une page à part, éventuellement
21971  avec d'autres flottants 
21972 \end_layout
21973
21974 \begin_layout Standard
21975 LaTeX utilise
21976 \emph on
21977  toujours 
21978 \emph default
21979 les options dans l'ordre donné ci-dessus.
21980  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21981  d'abord essayer 
21982 \family sans
21983 Ici
21984 \begin_inset space ~
21985 \end_inset
21986
21987 si
21988 \begin_inset space ~
21989 \end_inset
21990
21991 possible
21992 \family default
21993 , ensuite 
21994 \family sans
21995 Haut
21996 \begin_inset space ~
21997 \end_inset
21998
21999 de
22000 \begin_inset space ~
22001 \end_inset
22002
22003 la
22004 \begin_inset space ~
22005 \end_inset
22006
22007 page
22008 \family default
22009 , et ainsi de suite.
22010  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
22011  que vous avez cochées, mais dans l'ordre donné ci-dessus.
22012  Si aucune des quatre options de placement n'est possible, la procédure
22013  est répétée avec la possibilité de mettre les flottant sur la page suivante.
22014 \end_layout
22015
22016 \begin_layout Standard
22017 Implicitement, chaque option a ses propres règles d'application:
22018 \end_layout
22019
22020 \begin_layout Standard
22021
22022 \family sans
22023 Haut
22024 \begin_inset space ~
22025 \end_inset
22026
22027 de
22028 \begin_inset space ~
22029 \end_inset
22030
22031 la
22032 \begin_inset space ~
22033 \end_inset
22034
22035 page
22036 \family default
22037  : seuls les flottants occupant moins de 70% de la page peuvent être placés
22038  en haut de page (
22039 \series bold
22040
22041 \backslash
22042 topfraction
22043 \series default
22044 ).
22045 \end_layout
22046
22047 \begin_layout Standard
22048
22049 \family sans
22050 Bas
22051 \begin_inset space ~
22052 \end_inset
22053
22054 de
22055 \begin_inset space ~
22056 \end_inset
22057
22058 la
22059 \begin_inset space ~
22060 \end_inset
22061
22062 page
22063 \family default
22064  : seuls les flottants occupant moins de 30% de la page peuvent être placés
22065  en bas de page (
22066 \series bold
22067
22068 \backslash
22069 bottomfraction
22070 \series default
22071 ).
22072 \end_layout
22073
22074 \begin_layout Standard
22075
22076 \family sans
22077 Page
22078 \begin_inset space ~
22079 \end_inset
22080
22081 de
22082 \begin_inset space ~
22083 \end_inset
22084
22085 flottants
22086 \family default
22087  : plusieurs flottants peuvent être placés ensembles sur une page seulement
22088  si ils occupent plus de 50% de celle-ci (
22089 \series bold
22090
22091 \backslash
22092 floatpagefraction
22093 \series default
22094 ).
22095 \end_layout
22096
22097 \begin_layout Standard
22098 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
22099  supplémentaire 
22100 \family sans
22101 Ignorer
22102 \begin_inset space ~
22103 \end_inset
22104
22105 les
22106 \begin_inset space ~
22107 \end_inset
22108
22109 règles
22110 \begin_inset space ~
22111 \end_inset
22112
22113 LaTeX
22114 \family default
22115 \lang english
22116 .
22117 \begin_inset Newline newline
22118 \end_inset
22119
22120
22121 \lang french
22122 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
22123  données entre parenthèses après les descriptions des règles données ci-dessus.
22124  Par exemple, pour augmenter à 50
22125 \begin_inset space \thinspace{}
22126 \end_inset
22127
22128 % la valeur de la règle de bas de page dont la valeur implicite est souvent
22129  trop petite, ajoutez cette ligne au préambule de votre document :
22130 \end_layout
22131
22132 \begin_layout Standard
22133
22134 \series bold
22135
22136 \backslash
22137 renewcommand{
22138 \backslash
22139 bottomfraction}{0.5}
22140 \end_layout
22141
22142 \begin_layout Standard
22143 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
22144  exactement à l'endroit où vous l'avez inséré.
22145  dans ce cas utilisez l'option 
22146 \family sans
22147 Ici
22148 \begin_inset space ~
22149 \end_inset
22150
22151 à
22152 \begin_inset space ~
22153 \end_inset
22154
22155 tout
22156 \begin_inset space ~
22157 \end_inset
22158
22159 Prix
22160 \family default
22161 .
22162  Utilisez cette option le moins souvent possible et seulement quand le document
22163  est presque prêt à être imprimé.
22164  En effet, le flottant n'est plus capable de 
22165 \begin_inset Quotes eld
22166 \end_inset
22167
22168 flotter
22169 \begin_inset Quotes erd
22170 \end_inset
22171
22172 , ce qui peut perturber toutes les mises en page.
22173 \end_layout
22174
22175 \begin_layout Standard
22176 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22177  sont toujours entourés par le texte d'un paragraphe donné.
22178 \begin_inset VSpace bigskip
22179 \end_inset
22180
22181
22182 \end_layout
22183
22184 \begin_layout Standard
22185 On peut parfois se trouver dans la situation où un flottant est placé en
22186  haut d'une page alors que la section concernée ne commence qu'au milieu
22187  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22188  la section précédente.
22189  On peut utiliser la commande LaTeX 
22190 \series bold
22191
22192 \backslash
22193 suppressfloats
22194 \series default
22195  pour éviter ce cas.
22196  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22197  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22198  soit placé avant que la section commence.
22199  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22200  votre document :
22201 \end_layout
22202
22203 \begin_layout Standard
22204
22205 \series bold
22206
22207 \backslash
22208 let
22209 \backslash
22210 mySection
22211 \backslash
22212 section
22213 \begin_inset Newline newline
22214 \end_inset
22215
22216
22217 \backslash
22218 renewcommand{
22219 \backslash
22220 section}{
22221 \backslash
22222 suppressfloats[t]
22223 \backslash
22224 mySection}
22225 \end_layout
22226
22227 \begin_layout Standard
22228 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22229  comme les chapitres et les sous-sections.
22230  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22231  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22232  ensuite avoir du mal à trouver un positionnement correct.
22233 \end_layout
22234
22235 \begin_layout Standard
22236 \begin_inset VSpace bigskip
22237 \end_inset
22238
22239 Dans certains cas il est demandé de placer toutes les figures et tous les
22240  tableaux à la fin du document.
22241  C'est pour de telles situations que le paquetage LaTeX 
22242 \series bold
22243 endfloat
22244 \series default
22245
22246 \begin_inset Index idx
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250 Paquetages LaTeX ! endfloat
22251 \end_layout
22252
22253 \end_inset
22254
22255  a été développé.
22256  Il met en effet tous les flottants de figures et de tableaux à la fin du
22257  document dans leurs propres sections.
22258  À la position d'origine du flottant, une indication textuelle du genre
22259  
22260 \begin_inset Quotes eld
22261 \end_inset
22262
22263
22264 \family sans
22265 [Figure
22266 \begin_inset space ~
22267 \end_inset
22268
22269 3.2 
22270 \lang english
22271 about here.
22272 \lang french
22273 ]
22274 \family default
22275
22276 \begin_inset Quotes erd
22277 \end_inset
22278
22279  est insérée.
22280  Le paquetage 
22281 \series bold
22282 endfloat
22283 \series default
22284  est chargé dans le préambule avec la ligne suivante 
22285 \end_layout
22286
22287 \begin_layout Standard
22288
22289 \series bold
22290
22291 \backslash
22292 usepackage[options]{endfloat}
22293 \end_layout
22294
22295 \begin_layout Standard
22296 Il y a aussi de nombreuses options de paquetage pour modifier le format
22297  des sections de figures ou de tableau qui sont créées.
22298  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22299  
22300 \series bold
22301 endfloa
22302 \series default
22303
22304 \begin_inset CommandInset citation
22305 LatexCommand cite
22306 key "endfloat"
22307
22308 \end_inset
22309
22310 .
22311 \begin_inset Newline newline
22312 \end_inset
22313
22314
22315 \begin_inset Note Greyedout
22316 status open
22317
22318 \begin_layout Plain Layout
22319
22320 \series bold
22321 Note: endfloat
22322 \series default
22323  ne fournit pas de traduction automatique de l'indication textuelle, vous
22324  devez donc le faire manuellement, voyez la section
22325 \begin_inset space ~
22326 \end_inset
22327
22328 4 de 
22329 \begin_inset CommandInset citation
22330 LatexCommand cite
22331 key "endfloat"
22332
22333 \end_inset
22334
22335 .
22336 \end_layout
22337
22338 \end_inset
22339
22340
22341 \begin_inset Newline newline
22342 \end_inset
22343
22344
22345 \begin_inset Note Greyedout
22346 status open
22347
22348 \begin_layout Plain Layout
22349
22350 \series bold
22351 Note:
22352 \series default
22353  Il y a actuellement un bug dans le paquetage 
22354 \series bold
22355 endfloat
22356 \series default
22357  quand la légende contient un 
22358 \begin_inset Quotes eld
22359 \end_inset
22360
22361 ß
22362 \begin_inset Quotes erd
22363 \end_inset
22364
22365  allemand.
22366  Utilisez dans ce cas la commande 
22367 \begin_inset Quotes eld
22368 \end_inset
22369
22370
22371 \series bold
22372
22373 \backslash
22374 ss
22375 \series default
22376
22377 \begin_inset Quotes erd
22378 \end_inset
22379
22380  en code TeX à la place du 
22381 \begin_inset Quotes eld
22382 \end_inset
22383
22384 ß
22385 \begin_inset Quotes erd
22386 \end_inset
22387
22388 .
22389 \end_layout
22390
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \begin_layout Standard
22397 \begin_inset VSpace bigskip
22398 \end_inset
22399
22400 Pour plus d'information sur les manières de placer les flottants, jetez
22401  un coup d'œil aux livres sur LaTeX, 
22402 \begin_inset CommandInset citation
22403 LatexCommand cite
22404 key "latexcompanion,latexguide,latexbook"
22405
22406 \end_inset
22407
22408 .
22409 \end_layout
22410
22411 \begin_layout Section
22412 Flottants Renversés
22413 \begin_inset CommandInset label
22414 LatexCommand label
22415 name "sec:Flottants-renversés"
22416
22417 \end_inset
22418
22419
22420 \begin_inset Index idx
22421 status collapsed
22422
22423 \begin_layout Plain Layout
22424 Flottants ! Renversés
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \begin_layout Standard
22433 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22434  tableaux très larges.
22435  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22436  un clic droit sur la boîte du flottant et utilisez l'option 
22437 \family sans
22438 Rotation
22439 \begin_inset space ~
22440 \end_inset
22441
22442 90°
22443 \family default
22444 .
22445 \end_layout
22446
22447 \begin_layout Standard
22448 Les flottants renversés sont systématiquement placés sur leur propre page
22449  ( ou colonne, si vous avez un document sur deux colonnes ).
22450  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22451  
22452 \family sans
22453 Plusieurs
22454 \begin_inset space ~
22455 \end_inset
22456
22457 colonnes
22458 \family default
22459  dans les paramètres du flottant.
22460  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22461  du côté de la marge externe.
22462  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22463  ajouter soit l'option 
22464 \series bold
22465 figuresleft
22466 \series default
22467  soit l'option 
22468 \series bold
22469 figuresright
22470 \series default
22471  aux options de la classe de document.
22472 \end_layout
22473
22474 \begin_layout Standard
22475 Faire référence à un flottant renversé se fait de la même manière que pour
22476  un flottant normal, la mise en forme de la légende est aussi identique
22477  : Le tableau
22478 \begin_inset space ~
22479 \end_inset
22480
22481
22482 \begin_inset CommandInset ref
22483 LatexCommand ref
22484 reference "tab:Tableau-pivoté"
22485
22486 \end_inset
22487
22488  est un exemple de flottant de tableau renversé.
22489 \end_layout
22490
22491 \begin_layout Standard
22492 \begin_inset Note Greyedout
22493 status open
22494
22495 \begin_layout Plain Layout
22496
22497 \series bold
22498 Note:
22499 \series default
22500  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22501  DVI.
22502 \end_layout
22503
22504 \end_inset
22505
22506
22507 \end_layout
22508
22509 \begin_layout Standard
22510 \begin_inset Float table
22511 wide false
22512 sideways true
22513 status open
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Caption
22517
22518 \begin_layout Plain Layout
22519 \begin_inset CommandInset label
22520 LatexCommand label
22521 name "tab:Tableau-pivoté"
22522
22523 \end_inset
22524
22525  Tableau pivoté
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \begin_layout Plain Layout
22534 \align center
22535 \begin_inset Tabular
22536 <lyxtabular version="3" rows="1" columns="5">
22537 <features tabularvalignment="middle">
22538 <column alignment="center" valignment="top" width="0">
22539 <column alignment="center" valignment="top" width="0">
22540 <column alignment="center" valignment="top" width="0">
22541 <column alignment="center" valignment="top" width="0">
22542 <column alignment="center" valignment="top" width="0">
22543 <row>
22544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22545 \begin_inset Text
22546
22547 \begin_layout Plain Layout
22548 test
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 b
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 c
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 d
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 e
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 </row>
22590 </lyxtabular>
22591
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \begin_layout Section
22603 Sous-flottants
22604 \begin_inset Index idx
22605 status collapsed
22606
22607 \begin_layout Plain Layout
22608 Flottants ! Sous-flottants
22609 \end_layout
22610
22611 \end_inset
22612
22613
22614 \end_layout
22615
22616 \begin_layout Standard
22617 Un exemple de sous-flottant : une figure composée de plusieurs images.
22618  On les crée en insérant un flottant dans un flottant existant.
22619  Le positionnement des sous-flottants peut être contrôlé comme pour les
22620  paragraphes comme on le voit avec les tableaux
22621 \begin_inset space ~
22622 \end_inset
22623
22624
22625 \begin_inset CommandInset ref
22626 LatexCommand ref
22627 reference "tab:Deux-sous-tableaux-cote-a-cote"
22628
22629 \end_inset
22630
22631  et 
22632 \begin_inset CommandInset ref
22633 LatexCommand ref
22634 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22635
22636 \end_inset
22637
22638 .
22639 \end_layout
22640
22641 \begin_layout Standard
22642 On fait référence à des sous-flottants comme on le ferait avec des flottants
22643  normaux : Les tableaux
22644 \begin_inset space ~
22645 \end_inset
22646
22647
22648 \begin_inset CommandInset ref
22649 LatexCommand ref
22650 reference "tab:Le-sous-tableau-a"
22651
22652 \end_inset
22653
22654  et 
22655 \begin_inset CommandInset ref
22656 LatexCommand ref
22657 reference "tab:Le-sous-tableau-b"
22658
22659 \end_inset
22660
22661  sont des sous-tableaux du tableau
22662 \begin_inset space ~
22663 \end_inset
22664
22665
22666 \begin_inset CommandInset ref
22667 LatexCommand ref
22668 reference "tab:Deux-sous-tableaux-cote-a-cote"
22669
22670 \end_inset
22671
22672 .
22673 \end_layout
22674
22675 \begin_layout Standard
22676 \begin_inset Float table
22677 wide false
22678 sideways false
22679 status open
22680
22681 \begin_layout Plain Layout
22682 \begin_inset Caption
22683
22684 \begin_layout Plain Layout
22685 \begin_inset CommandInset label
22686 LatexCommand label
22687 name "tab:Deux-sous-tableaux-cote-a-cote"
22688
22689 \end_inset
22690
22691 Deux sous-tableaux placés côte-à-côte.
22692 \end_layout
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Plain Layout
22700 \align center
22701 \begin_inset space \hfill{}
22702 \end_inset
22703
22704
22705 \begin_inset Float table
22706 wide false
22707 sideways false
22708 status collapsed
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Caption
22712
22713 \begin_layout Plain Layout
22714 \begin_inset CommandInset label
22715 LatexCommand label
22716 name "tab:Le-sous-tableau-a"
22717
22718 \end_inset
22719
22720 Le sous-tableau a
22721 \end_layout
22722
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \begin_layout Plain Layout
22729 \align center
22730 \begin_inset Tabular
22731 <lyxtabular version="3" rows="1" columns="5">
22732 <features tabularvalignment="middle">
22733 <column alignment="center" valignment="top" width="0">
22734 <column alignment="center" valignment="top" width="0">
22735 <column alignment="center" valignment="top" width="0">
22736 <column alignment="center" valignment="top" width="0">
22737 <column alignment="center" valignment="top" width="0">
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 test
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 b
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 c
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 d
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 e
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 </lyxtabular>
22786
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \begin_inset space \hfill{}
22796 \end_inset
22797
22798
22799 \begin_inset Float table
22800 wide false
22801 sideways false
22802 status collapsed
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Caption
22806
22807 \begin_layout Plain Layout
22808 \begin_inset CommandInset label
22809 LatexCommand label
22810 name "tab:Le-sous-tableau-b"
22811
22812 \end_inset
22813
22814 Le sous-tableau b.
22815 \end_layout
22816
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \begin_layout Plain Layout
22823 \align center
22824 \begin_inset Tabular
22825 <lyxtabular version="3" rows="1" columns="5">
22826 <features tabularvalignment="middle">
22827 <column alignment="center" valignment="top" width="0">
22828 <column alignment="center" valignment="top" width="0">
22829 <column alignment="center" valignment="top" width="0">
22830 <column alignment="center" valignment="top" width="0">
22831 <column alignment="center" valignment="top" width="0">
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 e
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 d
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 c
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 b
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 test
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 </row>
22879 </lyxtabular>
22880
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \begin_inset space \hfill{}
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Standard
22901 \begin_inset Float table
22902 wide false
22903 sideways false
22904 status open
22905
22906 \begin_layout Plain Layout
22907 \begin_inset Caption
22908
22909 \begin_layout Plain Layout
22910 \begin_inset CommandInset label
22911 LatexCommand label
22912 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22913
22914 \end_inset
22915
22916 Deux sous-tableaux placés l'un sur l'autre.
22917  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Plain Layout
22926 \align center
22927 \begin_inset Float table
22928 wide false
22929 sideways false
22930 status collapsed
22931
22932 \begin_layout Plain Layout
22933 \begin_inset Caption
22934
22935 \begin_layout Plain Layout
22936
22937 \end_layout
22938
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Plain Layout
22945 \align center
22946 \begin_inset Tabular
22947 <lyxtabular version="3" rows="1" columns="4">
22948 <features tabularvalignment="middle">
22949 <column alignment="center" valignment="top" width="0">
22950 <column alignment="center" valignment="top" width="0">
22951 <column alignment="center" valignment="top" width="0">
22952 <column alignment="center" valignment="top" width="0">
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 test
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 test
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 test
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 test
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 </lyxtabular>
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \begin_layout Plain Layout
23004 \align center
23005 \begin_inset Float table
23006 wide false
23007 sideways false
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Caption
23012
23013 \begin_layout Plain Layout
23014
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Plain Layout
23023 \align center
23024 \begin_inset Tabular
23025 <lyxtabular version="3" rows="1" columns="5">
23026 <features tabularvalignment="middle">
23027 <column alignment="center" valignment="top" width="0">
23028 <column alignment="center" valignment="top" width="0">
23029 <column alignment="center" valignment="top" width="0">
23030 <column alignment="center" valignment="top" width="0">
23031 <column alignment="center" valignment="top" width="0">
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 a
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 b
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 c
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 d
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 e
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 </row>
23079 </lyxtabular>
23080
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Section
23097 Flottants côte-à-côte
23098 \begin_inset Index idx
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102 Flottants ! côte-à-côte
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Standard
23111 Pour placer des flottants côte-à-côte, comme pour la figure
23112 \begin_inset space ~
23113 \end_inset
23114
23115
23116 \begin_inset CommandInset ref
23117 LatexCommand ref
23118 reference "fig:Flottant-gauche"
23119
23120 \end_inset
23121
23122  et 
23123 \begin_inset CommandInset ref
23124 LatexCommand ref
23125 reference "fig:Flottant-droit"
23126
23127 \end_inset
23128
23129 , on n'utilise 
23130 \emph on
23131 qu'un seul 
23132 \emph default
23133 flottant.
23134  On y insère deux boîtes de minipages.
23135 \begin_inset Foot
23136 status collapsed
23137
23138 \begin_layout Plain Layout
23139 Les minipages sont décrites dans la section
23140 \begin_inset space ~
23141 \end_inset
23142
23143
23144 \begin_inset CommandInset ref
23145 LatexCommand ref
23146 reference "sec:Minipages"
23147
23148 \end_inset
23149
23150 .
23151 \end_layout
23152
23153 \end_inset
23154
23155  La largeur est mise à 45
23156 \begin_inset space \thinspace{}
23157 \end_inset
23158
23159 -50
23160 \begin_inset space \thinspace{}
23161 \end_inset
23162
23163 column% et l'alignement de la boîte à 
23164 \family sans
23165 Bas
23166 \family default
23167  pour chaque minipage.
23168  Les boîtes minipages contiennent l'image et la légende exactement comme
23169  avec un flottant.
23170  La seule différence est que l'unité de longueur 
23171 \family sans
23172 Largeur
23173 \begin_inset space ~
23174 \end_inset
23175
23176 colonne
23177 \begin_inset space ~
23178 \end_inset
23179
23180 %
23181 \family default
23182  utilisée pour l'image est maintenant définie par rapport à la largeur des
23183  boîtes minipages.
23184 \end_layout
23185
23186 \begin_layout Standard
23187 \begin_inset Float figure
23188 wide false
23189 sideways false
23190 status open
23191
23192 \begin_layout Plain Layout
23193 \begin_inset Box Frameless
23194 position "b"
23195 hor_pos "c"
23196 has_inner_box 1
23197 inner_pos "t"
23198 use_parbox 0
23199 use_makebox 0
23200 width "45col%"
23201 special "none"
23202 height "1in"
23203 height_special "totalheight"
23204 status open
23205
23206 \begin_layout Plain Layout
23207 \align center
23208 \begin_inset Graphics
23209         filename ../clipart/mobius.eps
23210         lyxscale 50
23211         width 100col%
23212         scaleBeforeRotation
23213
23214 \end_inset
23215
23216
23217 \end_layout
23218
23219 \begin_layout Plain Layout
23220 \begin_inset Caption
23221
23222 \begin_layout Plain Layout
23223 \begin_inset CommandInset label
23224 LatexCommand label
23225 name "fig:Flottant-gauche"
23226
23227 \end_inset
23228
23229 Flottant du côté gauche.
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \end_inset
23238
23239
23240 \begin_inset space \hfill{}
23241 \end_inset
23242
23243
23244 \begin_inset Box Frameless
23245 position "b"
23246 hor_pos "c"
23247 has_inner_box 1
23248 inner_pos "t"
23249 use_parbox 0
23250 use_makebox 0
23251 width "45col%"
23252 special "none"
23253 height "1in"
23254 height_special "totalheight"
23255 status open
23256
23257 \begin_layout Plain Layout
23258 \align center
23259 \begin_inset Graphics
23260         filename ../clipart/platypus.eps
23261         lyxscale 50
23262         width 100col%
23263         scaleBeforeRotation
23264
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Caption
23272
23273 \begin_layout Plain Layout
23274 \begin_inset CommandInset label
23275 LatexCommand label
23276 name "fig:Flottant-droit"
23277
23278 \end_inset
23279
23280 Flottant du côté droit.
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \begin_layout Section
23299 Mise en Forme de la Légende
23300 \begin_inset Index idx
23301 status collapsed
23302
23303 \begin_layout Plain Layout
23304 Légende ! Mise en forme
23305 \end_layout
23306
23307 \end_inset
23308
23309
23310 \begin_inset Index idx
23311 status collapsed
23312
23313 \begin_layout Plain Layout
23314 Flottants ! Mise en forme de la Légende
23315 \end_layout
23316
23317 \end_inset
23318
23319
23320 \begin_inset CommandInset label
23321 LatexCommand label
23322 name "sec:Formatage-légende"
23323
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \begin_layout Standard
23330 L'environnement 
23331 \family sans
23332 Légende
23333 \family default
23334  est l'environnement de paragraphe implicite pour les 
23335 \family sans
23336 flottants
23337 \family default
23338 .
23339  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23340  par exemple 
23341 \begin_inset Quotes eld
23342 \end_inset
23343
23344
23345 \family sans
23346 Figure #:
23347 \family default
23348
23349 \begin_inset Quotes erd
23350 \end_inset
23351
23352  suivi par le texte de la légende.
23353  Le 
23354 \begin_inset Quotes eld
23355 \end_inset
23356
23357 #
23358 \begin_inset Quotes erd
23359 \end_inset
23360
23361  étant remplacé par le numéro de référence réel.
23362  implicitement l'étiquette et le numéro sont dans la même police de caractères
23363  que le texte de la légende et deux points suivent le numéro pour séparer
23364  l'étiquette du texte.
23365  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23366 \end_layout
23367
23368 \begin_layout Standard
23369 Pour modifier le format implicite des légendes, il faut charger le paquetage
23370  LaTeX 
23371 \series bold
23372 caption
23373 \series default
23374
23375 \begin_inset Index idx
23376 status collapsed
23377
23378 \begin_layout Plain Layout
23379 Paquetages LaTeX ! caption
23380 \end_layout
23381
23382 \end_inset
23383
23384  dans le préambule de votre document avec la ligne suivante :
23385 \end_layout
23386
23387 \begin_layout Standard
23388
23389 \series bold
23390
23391 \backslash
23392 usepackage[format definition]{caption}
23393 \end_layout
23394
23395 \begin_layout Standard
23396 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23397  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23398  dans ce document, utilisez les commandes suivantes :
23399 \end_layout
23400
23401 \begin_layout Standard
23402
23403 \series bold
23404
23405 \backslash
23406 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23407 \end_layout
23408
23409 \begin_layout Standard
23410 Vous pouvez aussi définir des formats de légendes différents pour les différents
23411  types de flottants.
23412  Dans ce cas chargez le paquetage 
23413 \series bold
23414 caption 
23415 \series default
23416 sans option de format spécifique et définissez les différents formats à
23417  l'aide de la commande 
23418 \end_layout
23419
23420 \begin_layout Standard
23421
23422 \series bold
23423
23424 \backslash
23425 captionsetup[type de flottant]{définition du format}
23426 \end_layout
23427
23428 \begin_layout Standard
23429 dans le préambule du document.
23430  Par exemple les formats de légende de la Figure
23431 \begin_inset space ~
23432 \end_inset
23433
23434
23435 \begin_inset CommandInset ref
23436 LatexCommand ref
23437 reference "fig:Legende-de-fig"
23438
23439 \end_inset
23440
23441  et du Tableau
23442 \begin_inset space ~
23443 \end_inset
23444
23445
23446 \begin_inset CommandInset ref
23447 LatexCommand ref
23448 reference "tab:Légende-de-tab"
23449
23450 \end_inset
23451
23452  peuvent être créés en utilisant les commandes suivantes dans le préambule
23453  :
23454 \end_layout
23455
23456 \begin_layout Standard
23457
23458 \series bold
23459
23460 \backslash
23461 usepackage[tableposition=top]{caption}
23462 \series default
23463
23464 \begin_inset Newline newline
23465 \end_inset
23466
23467
23468 \series bold
23469
23470 \backslash
23471 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23472 \begin_inset Newline newline
23473 \end_inset
23474
23475
23476 \begin_inset Phantom HPhantom
23477 status open
23478
23479 \begin_layout Plain Layout
23480
23481 \series bold
23482
23483 \backslash
23484 captionsetup[figure]{
23485 \end_layout
23486
23487 \end_inset
23488
23489 labelsep=period}
23490 \begin_inset Newline newline
23491 \end_inset
23492
23493
23494 \backslash
23495 captionsetup[table]{labelfont={bf,sf}}
23496 \end_layout
23497
23498 \begin_layout Standard
23499 \begin_inset Note Greyedout
23500 status open
23501
23502 \begin_layout Plain Layout
23503
23504 \series bold
23505 Note:
23506 \series default
23507  L'option 
23508 \series bold
23509 tableposition=top
23510 \series default
23511  n'a pas d'effet quand on utilise un document de classe 
23512 \series bold
23513 KOMA-Script
23514 \series default
23515
23516 \begin_inset Index idx
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520 Paquetages LaTeX ! KOMA-Script
23521 \end_layout
23522
23523 \end_inset
23524
23525 .
23526  Dans ce cas on doit utiliser l'option 
23527 \series bold
23528 captions=tableheading
23529 \series default
23530  de la classe de document.
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \begin_layout Standard
23539 Pour plus d'information sur le paquetage 
23540 \series bold
23541 caption
23542 \series default
23543  nous vous renvoyons à sa documentation 
23544 \begin_inset CommandInset citation
23545 LatexCommand cite
23546 key "caption"
23547
23548 \end_inset
23549
23550 .
23551 \end_layout
23552
23553 \begin_layout Standard
23554 Pour changer le nom de l'étiquette, par exemple de 
23555 \begin_inset Quotes eld
23556 \end_inset
23557
23558 Figure
23559 \begin_inset Quotes erd
23560 \end_inset
23561
23562  à 
23563 \begin_inset Quotes eld
23564 \end_inset
23565
23566 Image
23567 \begin_inset Quotes erd
23568 \end_inset
23569
23570 , utilisez la commande suivante dans le préambule :
23571 \end_layout
23572
23573 \begin_layout Standard
23574
23575 \series bold
23576
23577 \backslash
23578 renewcommand{
23579 \backslash
23580 fnum@figure}{Image~
23581 \backslash
23582 thefigure}
23583 \end_layout
23584
23585 \begin_layout Standard
23586 où 
23587 \series bold
23588
23589 \backslash
23590 thefigure
23591 \series default
23592  insère le numéro de la figure et
23593 \series bold
23594  
23595 \begin_inset Quotes eld
23596 \end_inset
23597
23598 ~
23599 \series default
23600
23601 \begin_inset Quotes erd
23602 \end_inset
23603
23604  ajoute une espace insécable.
23605 \end_layout
23606
23607 \begin_layout Standard
23608 \begin_inset VSpace bigskip
23609 \end_inset
23610
23611 Si vous utilisez un document de classe 
23612 \series bold
23613 KOMA-Script
23614 \series default
23615
23616 \begin_inset Index idx
23617 status collapsed
23618
23619 \begin_layout Plain Layout
23620 Paquetages LaTeX ! KOMA-Script
23621 \end_layout
23622
23623 \end_inset
23624
23625  (
23626 \family sans
23627 article (KOMA-Script)
23628 \family default
23629
23630 \family sans
23631 book (KOMA-Script)
23632 \family default
23633
23634 \family sans
23635 letter (KOMA-Script)
23636 \family default
23637 , ou 
23638 \family sans
23639 report (KOMA-Script)
23640 \family default
23641
23642 \begin_inset space \thinspace{}
23643 \end_inset
23644
23645 ), Vous pouvez utiliser la commande incorporée 
23646 \series bold
23647
23648 \backslash
23649 setkomafont 
23650 \series default
23651 du paquetage
23652 \series bold
23653  KOMA-Script 
23654 \series default
23655 à la place du paquetage
23656 \series bold
23657  caption.
23658  
23659 \series default
23660 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23661  suivante au préambule de votre document :
23662 \end_layout
23663
23664 \begin_layout Standard
23665
23666 \series bold
23667
23668 \backslash
23669 setkomafont{captionlabel}{
23670 \backslash
23671 bfseries}
23672 \end_layout
23673
23674 \begin_layout Standard
23675 Pour plus d'information au sujet de 
23676 \series bold
23677
23678 \backslash
23679 setkomafont
23680 \series default
23681  nous vous renvoyons à la documentation du paquetage 
23682 \series bold
23683 KOMA-Script
23684 \series default
23685  
23686 \begin_inset CommandInset citation
23687 LatexCommand cite
23688 key "KOMA-Script"
23689
23690 \end_inset
23691
23692 .
23693 \end_layout
23694
23695 \begin_layout Standard
23696 \begin_inset ERT
23697 status collapsed
23698
23699 \begin_layout Plain Layout
23700
23701
23702 \backslash
23703 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23704 }
23705 \end_layout
23706
23707 \end_inset
23708
23709
23710 \begin_inset Note Note
23711 status open
23712
23713 \begin_layout Plain Layout
23714 Le format de la légende n'est modifié que pour cet exemple.
23715 \end_layout
23716
23717 \end_inset
23718
23719
23720 \end_layout
23721
23722 \begin_layout Standard
23723 \begin_inset Float figure
23724 placement !p
23725 wide false
23726 sideways false
23727 status open
23728
23729 \begin_layout Plain Layout
23730 \align center
23731 \begin_inset Graphics
23732         filename ../clipart/mobius.eps
23733         lyxscale 50
23734         scale 50
23735         scaleBeforeRotation
23736
23737 \end_inset
23738
23739
23740 \end_layout
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Caption
23744
23745 \begin_layout Plain Layout
23746 \begin_inset CommandInset label
23747 LatexCommand label
23748 name "fig:Legende-de-fig"
23749
23750 \end_inset
23751
23752 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23753  pour montrer les différents types de formats de légendes.
23754  Ici on a utilisé un format de légende personnalisé.
23755 \end_layout
23756
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Standard
23768 \begin_inset ERT
23769 status collapsed
23770
23771 \begin_layout Plain Layout
23772
23773
23774 \backslash
23775 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23776 on}
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \begin_layout Standard
23785 \begin_inset Float table
23786 placement !p
23787 wide false
23788 sideways false
23789 status open
23790
23791 \begin_layout Plain Layout
23792 \begin_inset Caption
23793
23794 \begin_layout Plain Layout
23795 \begin_inset CommandInset label
23796 LatexCommand label
23797 name "tab:Légende-de-tab"
23798
23799 \end_inset
23800
23801 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23802  pour montrer les différents types de formats de légendes.
23803  Ici on a utilisé le format de légende implicite.
23804 \end_layout
23805
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \begin_layout Plain Layout
23812 \align center
23813 \begin_inset Tabular
23814 <lyxtabular version="3" rows="1" columns="5">
23815 <features tabularvalignment="middle">
23816 <column alignment="center" valignment="top" width="0">
23817 <column alignment="center" valignment="top" width="0">
23818 <column alignment="center" valignment="top" width="0">
23819 <column alignment="center" valignment="top" width="0">
23820 <column alignment="center" valignment="top" width="0">
23821 <row>
23822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23823 \begin_inset Text
23824
23825 \begin_layout Plain Layout
23826 a
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 b
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844 c
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 d
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 e
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 </lyxtabular>
23869
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \begin_layout Section
23881 Positionnement de la Légende
23882 \begin_inset Index idx
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886 Légende ! Placement
23887 \end_layout
23888
23889 \end_inset
23890
23891
23892 \begin_inset Index idx
23893 status collapsed
23894
23895 \begin_layout Plain Layout
23896 Flottants ! Placement de la légende
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \begin_inset CommandInset label
23903 LatexCommand label
23904 name "sec:Placement-légende"
23905
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \begin_layout Standard
23912 La règle habituelle pour placer la légende est :
23913 \end_layout
23914
23915 \begin_layout Description
23916 Figure
23917 \begin_inset space ~
23918 \end_inset
23919
23920 : La légende est placée en dessous de la figure
23921 \end_layout
23922
23923 \begin_layout Description
23924 Tableau
23925 \begin_inset space ~
23926 \end_inset
23927
23928 : La légende est placée au dessus du tableau
23929 \end_layout
23930
23931 \begin_layout Standard
23932 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23933  au dessus des tableaux.
23934  Ce qui fait que si vous utilisez une des classes de document 
23935 \family sans
23936 article
23937 \family default
23938
23939 \family sans
23940 book
23941 \family default
23942
23943 \family sans
23944 letter
23945 \family default
23946 , ou 
23947 \family sans
23948 report
23949 \family default
23950  il n'y aura pas d'espace libre entre la légende et le tableau.
23951  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23952  de chargement du paquetage LaTeX 
23953 \series bold
23954 caption
23955 \series default
23956  dans le préambule de votre document
23957 \begin_inset Foot
23958 status open
23959
23960 \begin_layout Plain Layout
23961 Voir la section
23962 \begin_inset space ~
23963 \end_inset
23964
23965
23966 \begin_inset CommandInset ref
23967 LatexCommand ref
23968 reference "sec:Formatage-légende"
23969
23970 \end_inset
23971
23972  pour plus d'information sur le paquetage 
23973 \series bold
23974 caption
23975 \series default
23976 .
23977 \end_layout
23978
23979 \end_inset
23980
23981 :
23982 \end_layout
23983
23984 \begin_layout Standard
23985
23986 \series bold
23987 tableposition=top
23988 \end_layout
23989
23990 \begin_layout Standard
23991 Si vous utilisez une classe de document 
23992 \series bold
23993 KOMA-Script
23994 \series default
23995
23996 \begin_inset Index idx
23997 status collapsed
23998
23999 \begin_layout Plain Layout
24000 Paquetages LaTeX ! KOMA-Script
24001 \end_layout
24002
24003 \end_inset
24004
24005  (
24006 \family sans
24007 article (KOMA-Script)
24008 \family default
24009
24010 \family sans
24011 book (KOMA-Script)
24012 \family default
24013
24014 \family sans
24015 letter (KOMA-Script)
24016 \family default
24017 , ou 
24018 \family sans
24019 report (KOMA-Script)
24020 \family default
24021
24022 \begin_inset space \thinspace{}
24023 \end_inset
24024
24025 ), vous pouvez utiliser à la place du paquetage 
24026 \series bold
24027 caption
24028 \series default
24029  l'option 
24030 \series bold
24031 captions=tableheading
24032 \series default
24033  de la classe de document.
24034 \end_layout
24035
24036 \begin_layout Standard
24037 \begin_inset VSpace bigskip
24038 \end_inset
24039
24040 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
24041  Pour cela, vous devez charger le paquetage LaTeX 
24042 \series bold
24043 sidecap
24044 \series default
24045
24046 \begin_inset Index idx
24047 status collapsed
24048
24049 \begin_layout Plain Layout
24050 Paquetages LaTeX ! sidecap
24051 \end_layout
24052
24053 \end_inset
24054
24055  dans le préambule de votre document avec la ligne de commande suivante
24056 \end_layout
24057
24058 \begin_layout Standard
24059
24060 \series bold
24061
24062 \backslash
24063 usepackage[option]{sidecap}
24064 \end_layout
24065
24066 \begin_layout Standard
24067 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
24068  extérieure – à droite sur les pages impaires et à gauche sur les pages
24069  paires.
24070  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
24071  
24072 \series bold
24073 innercaption
24074 \series default
24075 .
24076  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
24077  
24078 \series bold
24079 rightcaption
24080 \series default
24081  ou 
24082 \series bold
24083 leftcaption
24084 \series default
24085 .
24086 \end_layout
24087
24088 \begin_layout Standard
24089 \begin_inset ERT
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093
24094
24095 \backslash
24096 ifsidecap
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \begin_inset Note Note
24103 status open
24104
24105 \begin_layout Plain Layout
24106 La section suivante ne sera affichée que si le paquetage LaTeX 
24107 \series bold
24108 sidecap
24109 \series default
24110  a été installé.
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
24120  ajouter ces commandes dans le préambule de votre document :
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \noindent
24125 \begin_inset CommandInset line
24126 LatexCommand rule
24127 offset "0.5ex"
24128 width "100line%"
24129 height "1pt"
24130
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Standard
24137
24138 \series bold
24139
24140 \backslash
24141 newcommand{
24142 \backslash
24143 TabBesBeg}{%
24144 \begin_inset Newline newline
24145 \end_inset
24146
24147
24148 \begin_inset Phantom HPhantom
24149 status open
24150
24151 \begin_layout Plain Layout
24152
24153 \series bold
24154 \begin_inset space ~
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161
24162
24163 \backslash
24164 let
24165 \backslash
24166 MyTable
24167 \backslash
24168 table
24169 \begin_inset Newline newline
24170 \end_inset
24171
24172
24173 \begin_inset Phantom HPhantom
24174 status open
24175
24176 \begin_layout Plain Layout
24177
24178 \series bold
24179 \begin_inset space ~
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \backslash
24189 let
24190 \backslash
24191 MyEndtable
24192 \backslash
24193 endtable
24194 \begin_inset Newline newline
24195 \end_inset
24196
24197
24198 \begin_inset Phantom HPhantom
24199 status open
24200
24201 \begin_layout Plain Layout
24202
24203 \series bold
24204 \begin_inset space ~
24205 \end_inset
24206
24207
24208 \end_layout
24209
24210 \end_inset
24211
24212
24213 \backslash
24214 renewenvironment{table}{
24215 \backslash
24216 begin{SCtable}}{
24217 \backslash
24218 end{SCtable}}}
24219 \end_layout
24220
24221 \begin_layout Standard
24222
24223 \series bold
24224
24225 \backslash
24226 newcommand{
24227 \backslash
24228 TabBesEnd}{%
24229 \begin_inset Newline newline
24230 \end_inset
24231
24232
24233 \begin_inset Phantom HPhantom
24234 status open
24235
24236 \begin_layout Plain Layout
24237
24238 \series bold
24239 \begin_inset space ~
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \backslash
24249 let
24250 \backslash
24251 table
24252 \backslash
24253 MyTable
24254 \begin_inset Newline newline
24255 \end_inset
24256
24257
24258 \begin_inset Phantom HPhantom
24259 status open
24260
24261 \begin_layout Plain Layout
24262
24263 \series bold
24264 \begin_inset space ~
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \end_inset
24271
24272
24273 \backslash
24274 let
24275 \backslash
24276 endtable
24277 \backslash
24278 MyEndtable
24279 \end_layout
24280
24281 \begin_layout Standard
24282
24283 \series bold
24284
24285 \backslash
24286 newcommand{
24287 \backslash
24288 FigBesBeg}{%
24289 \begin_inset Newline newline
24290 \end_inset
24291
24292
24293 \begin_inset Phantom HPhantom
24294 status open
24295
24296 \begin_layout Plain Layout
24297
24298 \series bold
24299 \begin_inset space ~
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \backslash
24309 let
24310 \backslash
24311 MyFigure
24312 \backslash
24313 figure
24314 \begin_inset Newline newline
24315 \end_inset
24316
24317
24318 \begin_inset Phantom HPhantom
24319 status open
24320
24321 \begin_layout Plain Layout
24322
24323 \series bold
24324 \begin_inset space ~
24325 \end_inset
24326
24327
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \backslash
24334 let
24335 \backslash
24336 MyEndfigure
24337 \backslash
24338 endfigure
24339 \begin_inset Newline newline
24340 \end_inset
24341
24342
24343 \begin_inset Phantom HPhantom
24344 status open
24345
24346 \begin_layout Plain Layout
24347
24348 \series bold
24349 \begin_inset space ~
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \end_inset
24356
24357
24358 \backslash
24359 renewenvironment{figure}{
24360 \backslash
24361 begin{SCfigure}}{
24362 \backslash
24363 end{SCfigure}}}
24364 \end_layout
24365
24366 \begin_layout Standard
24367
24368 \series bold
24369
24370 \backslash
24371 newcommand{
24372 \backslash
24373 FigBesEnd}{%
24374 \begin_inset Newline newline
24375 \end_inset
24376
24377
24378 \begin_inset Phantom HPhantom
24379 status open
24380
24381 \begin_layout Plain Layout
24382
24383 \series bold
24384 \begin_inset space ~
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \end_inset
24391
24392
24393 \backslash
24394 let
24395 \backslash
24396 figure
24397 \backslash
24398 MyFigure
24399 \begin_inset Newline newline
24400 \end_inset
24401
24402
24403 \begin_inset Phantom HPhantom
24404 status open
24405
24406 \begin_layout Plain Layout
24407
24408 \series bold
24409 \begin_inset space ~
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \end_inset
24416
24417
24418 \backslash
24419 let
24420 \backslash
24421 endfigure
24422 \backslash
24423 MyEndfigure}
24424 \end_layout
24425
24426 \begin_layout Standard
24427 \noindent
24428 \begin_inset CommandInset line
24429 LatexCommand rule
24430 offset "0.5ex"
24431 width "100line%"
24432 height "1pt"
24433
24434 \end_inset
24435
24436
24437 \end_layout
24438
24439 \begin_layout Standard
24440 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24441  la légende se place sur le côté.
24442  Pour les flottants de figure, utilisez la commande
24443 \end_layout
24444
24445 \begin_layout Standard
24446
24447 \series bold
24448
24449 \backslash
24450 FigBesBeg
24451 \end_layout
24452
24453 \begin_layout Standard
24454 en code TeX avant le flottant.
24455  Après le flottant, insérez la commande
24456 \end_layout
24457
24458 \begin_layout Standard
24459
24460 \series bold
24461
24462 \backslash
24463 FigBesEnd
24464 \end_layout
24465
24466 \begin_layout Standard
24467 en code TeX pour revenir à la définition originale du flottant.
24468 \end_layout
24469
24470 \begin_layout Standard
24471 Pour les flottants de tableau, utilisez les commandes correspondantes
24472 \end_layout
24473
24474 \begin_layout Standard
24475
24476 \series bold
24477
24478 \backslash
24479 TabBesBeg
24480 \series default
24481  et 
24482 \series bold
24483
24484 \backslash
24485 TabBesEnd
24486 \end_layout
24487
24488 \begin_layout Standard
24489 La figure
24490 \begin_inset space ~
24491 \end_inset
24492
24493
24494 \begin_inset CommandInset ref
24495 LatexCommand ref
24496 reference "fig:legende-a-coté-fig"
24497
24498 \end_inset
24499
24500  et le tableau
24501 \begin_inset space ~
24502 \end_inset
24503
24504
24505 \begin_inset CommandInset ref
24506 LatexCommand ref
24507 reference "tab:legende-à-coté-tableau"
24508
24509 \end_inset
24510
24511  sont des exemples où la légende a été mises sur le coté.
24512 \end_layout
24513
24514 \begin_layout Standard
24515 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24516  pour les flottants de tableau et vers le bas pour les flottants de figure.
24517  Pour changer ce comportement, vous pouvez utiliser les commandes
24518 \end_layout
24519
24520 \begin_layout Standard
24521
24522 \series bold
24523
24524 \backslash
24525 sidecaptionvpos{type flottant}{placement}
24526 \end_layout
24527
24528 \begin_layout Standard
24529 dans le préambule du document ou en code TeX juste avant le flottant visé.
24530  Le type du flottant est soit 
24531 \family sans
24532 figure
24533 \family default
24534  soit 
24535 \family sans
24536 table
24537 \family default
24538 , le placement peut être 
24539 \begin_inset Quotes eld
24540 \end_inset
24541
24542
24543 \family sans
24544 t
24545 \family default
24546
24547 \begin_inset Quotes erd
24548 \end_inset
24549
24550  pour haut (top), 
24551 \begin_inset Quotes eld
24552 \end_inset
24553
24554
24555 \family sans
24556 c
24557 \family default
24558
24559 \begin_inset Quotes erd
24560 \end_inset
24561
24562  pour centre (center), ou 
24563 \begin_inset Quotes eld
24564 \end_inset
24565
24566
24567 \family sans
24568 b
24569 \family default
24570
24571 \begin_inset Quotes erd
24572 \end_inset
24573
24574  pour bas (bottom).
24575  Pour que, par exemple, les légendes des flottants de figure soient centrés
24576  verticalement, utilisez la commande
24577 \end_layout
24578
24579 \begin_layout Standard
24580
24581 \series bold
24582
24583 \backslash
24584 sidecaptionvpos{figure}{c}
24585 \end_layout
24586
24587 \begin_layout Standard
24588 C'est ce qui a été utilisé pour la figure
24589 \begin_inset space ~
24590 \end_inset
24591
24592
24593 \begin_inset CommandInset ref
24594 LatexCommand ref
24595 reference "fig:legende-à-coté-fig-2"
24596
24597 \end_inset
24598
24599 .
24600 \end_layout
24601
24602 \begin_layout Standard
24603 \begin_inset VSpace medskip
24604 \end_inset
24605
24606 Pour plus d'information sur le paquetage 
24607 \series bold
24608 sidecap
24609 \series default
24610  nous vous renvoyons à sa documentation 
24611 \begin_inset CommandInset citation
24612 LatexCommand cite
24613 key "sidecap"
24614
24615 \end_inset
24616
24617 .
24618 \end_layout
24619
24620 \begin_layout Standard
24621 \begin_inset Note Greyedout
24622 status open
24623
24624 \begin_layout Plain Layout
24625
24626 \series bold
24627 Note:
24628 \series default
24629  Le paquetage LaTeX 
24630 \series bold
24631 hypcap
24632 \series default
24633
24634 \begin_inset Index idx
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638 Paquetages LaTeX ! hypcap
24639 \end_layout
24640
24641 \end_inset
24642
24643 , qui est décrit dans la section
24644 \begin_inset space ~
24645 \end_inset
24646
24647
24648 \begin_inset CommandInset ref
24649 LatexCommand ref
24650 reference "sub:Reference-Position"
24651
24652 \end_inset
24653
24654 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \begin_layout Standard
24663 \begin_inset ERT
24664 status collapsed
24665
24666 \begin_layout Plain Layout
24667
24668
24669 \backslash
24670 FigBesBeg 
24671 \end_layout
24672
24673 \end_inset
24674
24675
24676 \end_layout
24677
24678 \begin_layout Standard
24679 \begin_inset Float figure
24680 wide false
24681 sideways false
24682 status open
24683
24684 \begin_layout Plain Layout
24685 \begin_inset Graphics
24686         filename ../clipart/escher-lsd.eps
24687         scale 75
24688         scaleBeforeRotation
24689
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \begin_layout Plain Layout
24696 \begin_inset Caption
24697
24698 \begin_layout Plain Layout
24699 \begin_inset CommandInset label
24700 LatexCommand label
24701 name "fig:legende-a-coté-fig"
24702
24703 \end_inset
24704
24705 Une légende à côté d'une figure.
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Standard
24719 \begin_inset ERT
24720 status collapsed
24721
24722 \begin_layout Plain Layout
24723
24724
24725 \backslash
24726 TabBesBeg 
24727 \end_layout
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Standard
24735 \begin_inset Float table
24736 wide false
24737 sideways false
24738 status open
24739
24740 \begin_layout Plain Layout
24741 \begin_inset Caption
24742
24743 \begin_layout Plain Layout
24744 \begin_inset CommandInset label
24745 LatexCommand label
24746 name "tab:legende-à-coté-tableau"
24747
24748 \end_inset
24749
24750 Une légende à côté d'un tableau.
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \end_layout
24757
24758 \begin_layout Plain Layout
24759 \begin_inset Tabular
24760 <lyxtabular version="3" rows="4" columns="5">
24761 <features tabularvalignment="middle">
24762 <column alignment="center" valignment="top" width="0">
24763 <column alignment="center" valignment="top" width="0">
24764 <column alignment="center" valignment="top" width="0">
24765 <column alignment="center" valignment="top" width="0">
24766 <column alignment="center" valignment="top" width="0">
24767 <row>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772 a
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 b
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24796 \begin_inset Text
24797
24798 \begin_layout Plain Layout
24799
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808 c
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 </row>
24814 <row>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828 d
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837
24838 \end_layout
24839
24840 \end_inset
24841 </cell>
24842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24843 \begin_inset Text
24844
24845 \begin_layout Plain Layout
24846 e
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24852 \begin_inset Text
24853
24854 \begin_layout Plain Layout
24855
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 </row>
24861 <row>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 f
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884 g
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902 h
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 </row>
24908 <row>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922 i
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 j
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 </row>
24955 </lyxtabular>
24956
24957 \end_inset
24958
24959
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 \begin_inset ERT
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972
24973
24974 \backslash
24975 TabBesEnd
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Standard
24984 \begin_inset ERT
24985 status collapsed
24986
24987 \begin_layout Plain Layout
24988
24989
24990 \backslash
24991 sidecaptionvpos{figure}{c}
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \begin_inset Float figure
24998 wide false
24999 sideways false
25000 status open
25001
25002 \begin_layout Plain Layout
25003 \begin_inset Graphics
25004         filename ../clipart/escher-lsd.eps
25005         scale 75
25006         scaleBeforeRotation
25007
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \begin_layout Plain Layout
25014 \begin_inset Caption
25015
25016 \begin_layout Plain Layout
25017 \begin_inset CommandInset label
25018 LatexCommand label
25019 name "fig:legende-à-coté-fig-2"
25020
25021 \end_inset
25022
25023 Une légende centrée verticalement à côté d'une figure.
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset ERT
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041
25042
25043 \backslash
25044 FigBesEnd
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 \begin_inset ERT
25054 status collapsed
25055
25056 \begin_layout Plain Layout
25057
25058
25059 \backslash
25060 else
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \begin_inset Note Note
25067 status open
25068
25069 \begin_layout Plain Layout
25070 Ce qui suit sera affiché si le paquetage LaTeX 
25071 \series bold
25072 sidecap
25073 \series default
25074  n'est pas installé :
25075 \end_layout
25076
25077 \end_inset
25078
25079
25080 \end_layout
25081
25082 \begin_layout Standard
25083 Vous devez installer le paquetage LaTeX 
25084 \series bold
25085 sidecap
25086 \series default
25087  pour voir la suite de cette section dans la sortie imprimée.
25088 \end_layout
25089
25090 \begin_layout Standard
25091 \begin_inset ERT
25092 status collapsed
25093
25094 \begin_layout Plain Layout
25095
25096
25097 \backslash
25098 fi
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Section
25107 Les Listes de Flottants
25108 \begin_inset Index idx
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112 Flottants ! Listes de Flottants
25113 \end_layout
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \begin_layout Standard
25121 De la même façon que la table des matières fait la liste des sections du
25122  document, il y a des listes pour tous les types de flottants, comme par
25123  exemple pour les figures du document.
25124  Vous pouvez les insérer en utilisant le menu 
25125 \family sans
25126 Insérer\SpecialChar \menuseparator
25127 Listes
25128 \begin_inset space ~
25129 \end_inset
25130
25131 &
25132 \begin_inset space ~
25133 \end_inset
25134
25135 TdM
25136 \family default
25137 .
25138 \end_layout
25139
25140 \begin_layout Standard
25141 Les entrées de la liste sont la légende du flottant ou éventuellement le
25142  titre court, le numéro du flottant, et le numéro de la page où le flottant
25143  apparaît dans le document.
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Vous trouverez à la fin de ce document une liste des figures et une liste
25148  des tableaux.
25149 \end_layout
25150
25151 \begin_layout Chapter
25152 Notes
25153 \end_layout
25154
25155 \begin_layout Section
25156 Les Notes de LyX
25157 \begin_inset Index idx
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161 Notes ! Notes LyX 
25162 \end_layout
25163
25164 \end_inset
25165
25166
25167 \end_layout
25168
25169 \begin_layout Standard
25170 On peut insérer une note en utilisant le bouton 
25171 \begin_inset Graphics
25172         filename ../../images/note-insert.png
25173         scale 85
25174         scaleBeforeRotation
25175
25176 \end_inset
25177
25178  de la barre d'outils ou avec le menu 
25179 \family sans
25180 Insérer\SpecialChar \menuseparator
25181 Note
25182 \family default
25183 .
25184  Il y a trois types de notes :
25185 \end_layout
25186
25187 \begin_layout Description
25188 Note
25189 \begin_inset space ~
25190 \end_inset
25191
25192 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25193  finale.
25194  La boîte de cette note ressemble à ceci :
25195 \begin_inset Newline newline
25196 \end_inset
25197
25198
25199 \begin_inset Newline newline
25200 \end_inset
25201
25202
25203 \begin_inset Graphics
25204         filename clipart/LyXNoteImageQt4.png
25205         display false
25206         scale 65
25207         scaleBeforeRotation
25208
25209 \end_inset
25210
25211  
25212 \begin_inset Note Note
25213 status open
25214
25215 \begin_layout Plain Layout
25216 Le texte de cette note n'apparaîtra pas à l'impression.
25217 \end_layout
25218
25219 \end_inset
25220
25221
25222 \end_layout
25223
25224 \begin_layout Description
25225 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25226  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25227  vers un fichier au format LaTeX avec le menu 
25228 \family sans
25229 Fichier\SpecialChar \menuseparator
25230 Exporter\SpecialChar \menuseparator
25231 LaTeX (pdflatex) / (plain)
25232 \family default
25233 .
25234  La boîte de cette note ressemble à ceci :
25235 \begin_inset Newline newline
25236 \end_inset
25237
25238
25239 \begin_inset Newline newline
25240 \end_inset
25241
25242
25243 \begin_inset Graphics
25244         filename clipart/CommentNoteImageQt4.png
25245         display false
25246         scale 55
25247         scaleBeforeRotation
25248
25249 \end_inset
25250
25251
25252 \lang english
25253  
25254 \lang french
25255
25256 \begin_inset Note Comment
25257 status open
25258
25259 \begin_layout Plain Layout
25260 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25261  LaTeX.
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Description
25270 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25271  La boîte de cette note ressemble à ceci :
25272 \lang english
25273
25274 \begin_inset Newline newline
25275 \end_inset
25276
25277
25278 \lang french
25279
25280 \begin_inset Newline newline
25281 \end_inset
25282
25283
25284 \begin_inset Graphics
25285         filename clipart/GreyedOutNoteImageQt4.png
25286         lyxscale 80
25287         display false
25288         scale 55
25289         scaleBeforeRotation
25290
25291 \end_inset
25292
25293
25294 \begin_inset Newline newline
25295 \end_inset
25296
25297
25298 \begin_inset ERT
25299 status collapsed
25300
25301 \begin_layout Plain Layout
25302
25303
25304 \backslash
25305 renewenvironment{lyxgreyedout}
25306 \end_layout
25307
25308 \begin_layout Plain Layout
25309
25310 {
25311 \backslash
25312 textcolor[gray]{0.8}
25313 \backslash
25314 bgroup}{
25315 \backslash
25316 egroup}
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \begin_inset Note Greyedout
25323 status open
25324
25325 \begin_layout Plain Layout
25326 Le texte
25327 \begin_inset Foot
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25332  grisé.
25333  
25334 \end_layout
25335
25336 \end_inset
25337
25338  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \begin_inset ERT
25345 status collapsed
25346
25347 \begin_layout Plain Layout
25348
25349
25350 \backslash
25351 renewenvironment{lyxgreyedout}
25352 \end_layout
25353
25354 \begin_layout Plain Layout
25355
25356 {
25357 \backslash
25358 textcolor{blue}
25359 \backslash
25360 bgroup}{
25361 \backslash
25362 egroup}
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \begin_inset Note Note
25369 status open
25370
25371 \begin_layout Plain Layout
25372 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25373  originale qu'elle a dans LyX.
25374  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25375  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \begin_inset Newline newline
25382 \end_inset
25383
25384
25385 \begin_inset Newline newline
25386 \end_inset
25387
25388 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25389  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25390 \end_layout
25391
25392 \begin_layout Standard
25393 \begin_inset VSpace bigskip
25394 \end_inset
25395
25396 Quand vous utilisez le bouton 
25397 \begin_inset Graphics
25398         filename ../../images/note-insert.png
25399         scale 85
25400         scaleBeforeRotation
25401
25402 \end_inset
25403
25404  de la barre d'outils, vous insérez une 
25405 \family sans
25406 Note
25407 \begin_inset space ~
25408 \end_inset
25409
25410 LyX
25411 \family default
25412 .
25413  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25414 la et cliquez sur le bouton d'insertion de note.
25415  Pour retransformer une note en texte, appuyez sur la touche 
25416 \family sans
25417 backspace
25418 \family default
25419  quand le curseur est au tout début de la note ou appuyez sur la touche
25420  
25421 \family sans
25422 Suppr.
25423
25424 \family default
25425  quand le curseur se trouve à la fin de la note.
25426 \end_layout
25427
25428 \begin_layout Standard
25429 \begin_inset VSpace bigskip
25430 \end_inset
25431
25432
25433 \lang english
25434 You can change the text color of the greyed out notes in the menu 
25435 \family sans
25436 Document\SpecialChar \menuseparator
25437 Settings\SpecialChar \menuseparator
25438 Colors
25439 \family default
25440 .
25441 \end_layout
25442
25443 \begin_layout Section
25444 Notes en Bas de Page
25445 \begin_inset CommandInset label
25446 LatexCommand label
25447 name "sec:Notes-bas-de-page"
25448
25449 \end_inset
25450
25451
25452 \begin_inset Index idx
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456 Notes ! Notes de bas de page
25457 \end_layout
25458
25459 \end_inset
25460
25461
25462 \begin_inset Index idx
25463 status collapsed
25464
25465 \begin_layout Plain Layout
25466 Notes de bas de page
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \begin_layout Standard
25475 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25476  
25477 \begin_inset Graphics
25478         filename ../../images/footnote-insert.png
25479         scale 85
25480         scaleBeforeRotation
25481
25482 \end_inset
25483
25484  de la barre d'outils, soit en utilisant le menu 
25485 \family sans
25486 Insérer\SpecialChar \menuseparator
25487 Note
25488 \begin_inset space ~
25489 \end_inset
25490
25491 en
25492 \begin_inset space ~
25493 \end_inset
25494
25495 Bas
25496 \begin_inset space ~
25497 \end_inset
25498
25499 de
25500 \begin_inset space ~
25501 \end_inset
25502
25503 Page
25504 \family default
25505 .
25506  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25507  rouge 
25508 \begin_inset Quotes fld
25509 \end_inset
25510
25511 bas
25512 \begin_inset Quotes frd
25513 \end_inset
25514
25515  qui ressemble à ceci : 
25516 \begin_inset Graphics
25517         filename clipart/footnoteQt4.png
25518         scale 80
25519         scaleBeforeRotation
25520
25521 \end_inset
25522
25523  Vous pouvez y entrer votre texte.
25524  Si vous voulez transformer du texte déjà existant en note en bas de page,
25525  sélectionnez-le et cliquez sur le bouton 
25526 \family sans
25527 Note
25528 \begin_inset space ~
25529 \end_inset
25530
25531 en
25532 \begin_inset space ~
25533 \end_inset
25534
25535 Bas
25536 \begin_inset space ~
25537 \end_inset
25538
25539 de
25540 \begin_inset space ~
25541 \end_inset
25542
25543 Page
25544 \family default
25545  de la barre d'outils.
25546  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25547  
25548 \family sans
25549 backspace
25550 \family default
25551  quand le curseur est au tout début de la note ou appuyez sur la touche
25552  
25553 \family sans
25554 Suppr.
25555
25556 \family default
25557  quand le curseur se trouve à la fin de la note.
25558 \end_layout
25559
25560 \begin_layout Standard
25561 Voici un exemple de note en bas de page:
25562 \begin_inset Foot
25563 status open
25564
25565 \begin_layout Plain Layout
25566 \begin_inset CommandInset label
25567 LatexCommand label
25568 name "fn:Note-en-bas"
25569
25570 \end_inset
25571
25572 Ceci est un exemple de note en bas de page.
25573 \end_layout
25574
25575 \end_inset
25576
25577
25578 \begin_inset ERT
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582
25583
25584 \backslash
25585 newcounter{MyRepeatFoot}
25586 \end_layout
25587
25588 \begin_layout Plain Layout
25589
25590
25591 \backslash
25592 setcounter{MyRepeatFoot}{
25593 \backslash
25594 thefootnote}
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \begin_layout Standard
25603 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25604  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25605  de note.
25606  Le texte de la note est placé en bas de la page courante.
25607  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25608  Selon votre classe de document les numéros de notes pourront être réinitialisés
25609  à chaque nouveau chapitre.
25610 \end_layout
25611
25612 \begin_layout Standard
25613 On peut faire référence à une note en bas de page comme on le fait avec
25614  les flottants : Insérez une étiquette dans la note et faites une référence
25615  croisée vers cette étiquette comme c'est décrit dans la
25616 \begin_inset space ~
25617 \end_inset
25618
25619
25620 \begin_inset CommandInset ref
25621 LatexCommand ref
25622 reference "sec:Referencer-les-Flottants"
25623
25624 \end_inset
25625
25626 .
25627 \begin_inset Newline newline
25628 \end_inset
25629
25630 Voici une référence à une note de bas de page :
25631 \begin_inset space ~
25632 \end_inset
25633
25634
25635 \begin_inset CommandInset ref
25636 LatexCommand ref
25637 reference "fn:Note-en-bas"
25638
25639 \end_inset
25640
25641 .
25642 \end_layout
25643
25644 \begin_layout Standard
25645 \begin_inset VSpace defskip
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \begin_layout Standard
25652 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
25653  par LaTeX pour des raisons techniques.
25654  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
25655  
25656 \series bold
25657
25658 \backslash
25659 footnotemark{}
25660 \series default
25661  en code TeX à la place de la note de bas de page.
25662  Le texte de la note est mis en argument de la commande TeX 
25663 \series bold
25664
25665 \backslash
25666 footnotetext
25667 \series default
25668  après le tableau.
25669 \begin_inset Newline newline
25670 \end_inset
25671
25672 C'est ce qui a été fait pour le tableau qui suit avec la commande
25673 \end_layout
25674
25675 \begin_layout Standard
25676
25677 \series bold
25678
25679 \backslash
25680 footnotetext{
25681 \series default
25682 Note de bas de page de tableau imprimée.
25683 \series bold
25684 }
25685 \end_layout
25686
25687 \begin_layout Standard
25688
25689 \lang english
25690 \begin_inset Tabular
25691 <lyxtabular version="3" rows="2" columns="1">
25692 <features tabularvalignment="middle">
25693 <column alignment="center" valignment="top" width="0">
25694 <row>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 Un exemple de texte
25700 \begin_inset Foot
25701 status open
25702
25703 \begin_layout Plain Layout
25704 Cette note ne sera pas imprimée
25705 \begin_inset space ~
25706 \end_inset
25707
25708 !
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 </row>
25719 <row>
25720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Plain Layout
25724 Un autre exemple de texte
25725 \begin_inset ERT
25726 status collapsed
25727
25728 \begin_layout Plain Layout
25729
25730
25731 \backslash
25732 footnotemark{}
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \end_inset
25741 </cell>
25742 </row>
25743 </lyxtabular>
25744
25745 \end_inset
25746
25747
25748 \begin_inset ERT
25749 status collapsed
25750
25751 \begin_layout Plain Layout
25752
25753
25754 \backslash
25755 footnotetext{
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \lang french
25762 Note de bas de page de tableau imprimée.
25763 \lang english
25764
25765 \begin_inset ERT
25766 status collapsed
25767
25768 \begin_layout Plain Layout
25769
25770 }
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \begin_layout Standard
25779 Les notes de bas de page dans des tableaux longs sont décrites dans la section
25780 \begin_inset space ~
25781 \end_inset
25782
25783
25784 \begin_inset CommandInset ref
25785 LatexCommand ref
25786 reference "sub:Notes-dans-tableau-long"
25787
25788 \end_inset
25789
25790 .
25791 \end_layout
25792
25793 \begin_layout Standard
25794 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
25795  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
25796 e, vu que la minipage est considérée comme une page se trouvant dans une
25797  autre page.
25798  Pour plus d'information sur les minipages, voyez la section
25799 \begin_inset space ~
25800 \end_inset
25801
25802
25803 \begin_inset CommandInset ref
25804 LatexCommand ref
25805 reference "sec:Minipages"
25806
25807 \end_inset
25808
25809 .
25810  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
25811  s'imprime en bas de page comme une note normale, on doit aussi utiliser
25812  la méthode utilisant les commandes 
25813 \series bold
25814
25815 \backslash
25816 footnotemark{}
25817 \series default
25818  et 
25819 \series bold
25820
25821 \backslash
25822 footnotetext
25823 \series default
25824 .
25825 \end_layout
25826
25827 \begin_layout Standard
25828 \begin_inset Box Frameless
25829 position "t"
25830 hor_pos "c"
25831 has_inner_box 1
25832 inner_pos "t"
25833 use_parbox 0
25834 use_makebox 0
25835 width "100col%"
25836 special "none"
25837 height "1in"
25838 height_special "totalheight"
25839 status open
25840
25841 \begin_layout Plain Layout
25842 Un exemple de texte dans une minipage.
25843 \begin_inset Foot
25844 status open
25845
25846 \begin_layout Plain Layout
25847 Note de bas de page dans la minipage.
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \begin_layout Plain Layout
25856 Un autre exemple de texte dans une minipage.
25857 \begin_inset ERT
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861
25862
25863 \backslash
25864 footnotemark{}
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \begin_layout Standard
25878 \begin_inset ERT
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882
25883
25884 \backslash
25885 footnotetext{
25886 \end_layout
25887
25888 \end_inset
25889
25890 Note de bas de page en denors de la minipage.
25891 \begin_inset ERT
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895
25896 }
25897 \end_layout
25898
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \begin_layout Standard
25905 \begin_inset VSpace defskip
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \begin_layout Standard
25912 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
25913  utilisez la commande 
25914 \series bold
25915
25916 \backslash
25917 footnotemark[number]
25918 \series default
25919  en code TeX.
25920 \begin_inset Newline newline
25921 \end_inset
25922
25923 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
25924  votre texte, vous devez enregistrer son numéro.
25925  Dans l'exemple de marque de note de bas de page suivant, ces commandes
25926  ont été insérées en code TeX après la note
25927 \begin_inset space ~
25928 \end_inset
25929
25930
25931 \begin_inset CommandInset ref
25932 LatexCommand ref
25933 reference "fn:Note-en-bas"
25934
25935 \end_inset
25936
25937  pour enregistrer son numéro
25938 \begin_inset space ~
25939 \end_inset
25940
25941 :
25942 \end_layout
25943
25944 \begin_layout Standard
25945
25946 \series bold
25947
25948 \backslash
25949 newcounter{MaNoteDupliquee}
25950 \begin_inset Newline newline
25951 \end_inset
25952
25953
25954 \backslash
25955 setcounter{MaNoteDupliquee}{
25956 \backslash
25957 thefootnote}
25958 \end_layout
25959
25960 \begin_layout Standard
25961 La note de bas de page a été créee avec la commande
25962 \begin_inset space ~
25963 \end_inset
25964
25965 :
25966 \end_layout
25967
25968 \begin_layout Standard
25969
25970 \series bold
25971
25972 \backslash
25973 footnotemark[
25974 \backslash
25975 MaNoteDupliquee]
25976 \end_layout
25977
25978 \begin_layout Standard
25979 Voici une note de bas de page dupliquée
25980 \begin_inset space ~
25981 \end_inset
25982
25983 :
25984 \begin_inset ERT
25985 status open
25986
25987 \begin_layout Plain Layout
25988
25989
25990 \backslash
25991 footnotemark[
25992 \backslash
25993 theMyRepeatFoot]
25994 \end_layout
25995
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \begin_layout Standard
26002 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
26003 t du numéro de note et juste utiliser la commande suivante
26004 \end_layout
26005
26006 \begin_layout Standard
26007
26008 \series bold
26009
26010 \backslash
26011 footnotemark[
26012 \backslash
26013 thefootnote]
26014 \end_layout
26015
26016 \begin_layout Standard
26017 Voici une autre note de bas de page dupliquée
26018 \begin_inset space ~
26019 \end_inset
26020
26021 :
26022 \begin_inset ERT
26023 status open
26024
26025 \begin_layout Plain Layout
26026
26027
26028 \backslash
26029 footnotemark[
26030 \backslash
26031 thefootnote]
26032 \end_layout
26033
26034 \end_inset
26035
26036
26037 \end_layout
26038
26039 \begin_layout Subsection
26040 Numérotation de Notes de Bas de Page
26041 \begin_inset CommandInset label
26042 LatexCommand label
26043 name "sub:Numerotation-notes-bas-de-page"
26044
26045 \end_inset
26046
26047
26048 \begin_inset Index idx
26049 status collapsed
26050
26051 \begin_layout Plain Layout
26052 Notes de bas de page ! Numérotation
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Standard
26061 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26062  ajoutez cette commande dans le préambule de votre document :
26063 \end_layout
26064
26065 \begin_layout Standard
26066
26067 \series bold
26068
26069 \backslash
26070 @addtoreset{footnote}{section}
26071 \end_layout
26072
26073 \begin_layout Standard
26074 \begin_inset VSpace bigskip
26075 \end_inset
26076
26077 La commande de préambule suivante change le style de numérotation des notes
26078  en petits chiffres romains :
26079 \end_layout
26080
26081 \begin_layout Standard
26082
26083 \series bold
26084
26085 \backslash
26086 renewcommand{
26087 \backslash
26088 thefootnote}{
26089 \backslash
26090 roman{footnote}}
26091 \end_layout
26092
26093 \begin_layout Standard
26094 \begin_inset ERT
26095 status collapsed
26096
26097 \begin_layout Plain Layout
26098
26099
26100 \backslash
26101 renewcommand{
26102 \backslash
26103 thefootnote}{
26104 \backslash
26105 roman{footnote}}
26106 \end_layout
26107
26108 \end_inset
26109
26110  Cette note de bas de page utilise une numérotation en chiffres romains
26111  :
26112 \begin_inset Foot
26113 status open
26114
26115 \begin_layout Plain Layout
26116 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26117  romains.
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \begin_layout Standard
26126 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26127  la commande précédente 
26128 \series bold
26129
26130 \backslash
26131 roman
26132 \series default
26133  par 
26134 \series bold
26135
26136 \backslash
26137 Roman
26138 \series default
26139 .
26140  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26141  utilisez respectivement soit 
26142 \series bold
26143
26144 \backslash
26145 Alph
26146 \series default
26147  soit 
26148 \series bold
26149
26150 \backslash
26151 alph
26152 \series default
26153 .
26154  Pour les 
26155 \begin_inset Quotes eld
26156 \end_inset
26157
26158 numéroter
26159 \begin_inset Quotes erd
26160 \end_inset
26161
26162  avec des symboles, utilisez 
26163 \series bold
26164
26165 \backslash
26166 fnsymbol
26167 \series default
26168 .
26169 \end_layout
26170
26171 \begin_layout Standard
26172 \begin_inset Note Greyedout
26173 status open
26174
26175 \begin_layout Plain Layout
26176
26177 \series bold
26178 Note:
26179 \series default
26180  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26181  puisque cette numérotation est limitée à des lettres seules.
26182 \end_layout
26183
26184 \end_inset
26185
26186
26187 \begin_inset Newline newline
26188 \end_inset
26189
26190
26191 \begin_inset Note Greyedout
26192 status open
26193
26194 \begin_layout Plain Layout
26195
26196 \series bold
26197 Note:
26198 \series default
26199  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \begin_layout Standard
26208 Pour revenir au style de numérotation implicite quand vous en avez changé,
26209  utilisez 
26210 \series bold
26211
26212 \backslash
26213 arabic
26214 \series default
26215  à la place de 
26216 \series bold
26217
26218 \backslash
26219 roman
26220 \series default
26221  dans la commande précédente.
26222 \begin_inset ERT
26223 status collapsed
26224
26225 \begin_layout Plain Layout
26226
26227
26228 \backslash
26229 renewcommand{
26230 \backslash
26231 thefootnote}{
26232 \backslash
26233 arabic{footnote}}
26234 \end_layout
26235
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \begin_layout Standard
26242 \begin_inset VSpace bigskip
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \begin_layout Standard
26249 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26250  le schéma 
26251 \begin_inset Quotes eld
26252 \end_inset
26253
26254 chapitre.note
26255 \begin_inset Quotes erd
26256 \end_inset
26257
26258 , ajoutez la commande suivante au préambule de votre document :
26259 \end_layout
26260
26261 \begin_layout Standard
26262
26263 \series bold
26264
26265 \backslash
26266 numberwithin{footnote}{chapter}
26267 \end_layout
26268
26269 \begin_layout Standard
26270 Pour pouvoir utiliser la commande 
26271 \series bold
26272
26273 \backslash
26274 numberwithin
26275 \series default
26276 , activez dans la rubrique 
26277 \family sans
26278 Options
26279 \begin_inset space ~
26280 \end_inset
26281
26282 des
26283 \begin_inset space ~
26284 \end_inset
26285
26286 Maths
26287 \family default
26288  dans les paramètres du document, l'option 
26289 \family sans
26290 Utiliser
26291 \begin_inset space ~
26292 \end_inset
26293
26294 le
26295 \begin_inset space ~
26296 \end_inset
26297
26298 paquetage
26299 \begin_inset space ~
26300 \end_inset
26301
26302 maths
26303 \begin_inset space ~
26304 \end_inset
26305
26306 AMS
26307 \family default
26308 .
26309 \end_layout
26310
26311 \begin_layout Standard
26312 \begin_inset ERT
26313 status collapsed
26314
26315 \begin_layout Plain Layout
26316
26317
26318 \backslash
26319 numberwithin{footnote}{chapter}
26320 \end_layout
26321
26322 \end_inset
26323
26324 Ceci est un autre exemple de note de bas de page:
26325 \series bold
26326
26327 \begin_inset Foot
26328 status open
26329
26330 \begin_layout Plain Layout
26331 Cette note est numérotée en suivant le schéma 
26332 \begin_inset Quotes eld
26333 \end_inset
26334
26335 chapitre.note
26336 \begin_inset Quotes erd
26337 \end_inset
26338
26339 .
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \series default
26346
26347 \begin_inset ERT
26348 status collapsed
26349
26350 \begin_layout Plain Layout
26351
26352
26353 \backslash
26354 renewcommand{
26355 \backslash
26356 thefootnote}{
26357 \backslash
26358 arabic{footnote}}
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \begin_layout Standard
26367 \begin_inset Note Greyedout
26368 status open
26369
26370 \begin_layout Plain Layout
26371
26372 \series bold
26373 Note:
26374 \series default
26375  
26376 \series bold
26377
26378 \backslash
26379 numberwithin
26380 \series default
26381  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26382  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26383  prises en compte.
26384  
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \begin_layout Standard
26393 Donc pour avoir par exemple le schéma 
26394 \begin_inset Quotes eld
26395 \end_inset
26396
26397 chapitre.
26398 \backslash
26399 Roman{note}
26400 \begin_inset Quotes erd
26401 \end_inset
26402
26403 , utilisez la commande suivante plutôt que 
26404 \series bold
26405
26406 \backslash
26407 numberwithin
26408 \series default
26409  :
26410 \end_layout
26411
26412 \begin_layout Standard
26413
26414 \series bold
26415
26416 \backslash
26417 renewcommand{
26418 \backslash
26419 thefootnote}{
26420 \backslash
26421 thechapter.
26422 \backslash
26423 Roman{footnote}}
26424 \end_layout
26425
26426 \begin_layout Subsection
26427 Positionnement de notes de bas de page
26428 \begin_inset Index idx
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432 Notes de bas de page ! Positionnement
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Standard
26441 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26442  vertical entre elles en bas de la page.
26443  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26444  de 1.5
26445 \begin_inset space \thinspace{}
26446 \end_inset
26447
26448 mm avec la commande suivante dans le préambule :
26449 \end_layout
26450
26451 \begin_layout Standard
26452
26453 \series bold
26454
26455 \backslash
26456 let
26457 \backslash
26458 myFoot
26459 \backslash
26460 footnote
26461 \begin_inset Newline newline
26462 \end_inset
26463
26464
26465 \backslash
26466 renewcommand{
26467 \backslash
26468 footnote}[1]{
26469 \backslash
26470 myFoot{#1
26471 \backslash
26472 vspace{1.5mm}}}
26473 \end_layout
26474
26475 \begin_layout Standard
26476 \begin_inset VSpace bigskip
26477 \end_inset
26478
26479 Dans un document à deux colonnes les notes de bas de page apparaissent en
26480  bas de chaque colonne, comme sur la Figure
26481 \begin_inset space ~
26482 \end_inset
26483
26484
26485 \begin_inset CommandInset ref
26486 LatexCommand ref
26487 reference "fig:Position-standard-note-bas-de-page"
26488
26489 \end_inset
26490
26491 .
26492  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26493  sur la Figure
26494 \begin_inset space ~
26495 \end_inset
26496
26497
26498 \begin_inset CommandInset ref
26499 LatexCommand ref
26500 reference "fig:Position-note-avec-ftnright"
26501
26502 \end_inset
26503
26504 , utilisez le paquetage LaTeX 
26505 \series bold
26506 ftnright
26507 \series default
26508
26509 \begin_inset Index idx
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513 Paquetages LaTeX ! ftnright
26514 \end_layout
26515
26516 \end_inset
26517
26518  avec cette commande dans le préambule du document:
26519 \end_layout
26520
26521 \begin_layout Standard
26522
26523 \series bold
26524
26525 \backslash
26526 usepackage{ftnright}
26527 \end_layout
26528
26529 \begin_layout Standard
26530 \begin_inset Float figure
26531 placement !h
26532 wide false
26533 sideways false
26534 status open
26535
26536 \begin_layout Plain Layout
26537 \begin_inset ERT
26538 status collapsed
26539
26540 \begin_layout Plain Layout
26541
26542
26543 \backslash
26544 framebox{
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \begin_inset Graphics
26551         filename ../clipart/without_fntright.pdf
26552         width 100col%
26553         scaleBeforeRotation
26554
26555 \end_inset
26556
26557
26558 \begin_inset ERT
26559 status collapsed
26560
26561 \begin_layout Plain Layout
26562
26563 }
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Plain Layout
26572 \begin_inset Caption
26573
26574 \begin_layout Plain Layout
26575 \begin_inset CommandInset label
26576 LatexCommand label
26577 name "fig:Position-standard-note-bas-de-page"
26578
26579 \end_inset
26580
26581 Positionnement standard des notes de bas de page dans un document à deux
26582  colonnes.
26583 \end_layout
26584
26585 \end_inset
26586
26587
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \begin_layout Standard
26596 \begin_inset Float figure
26597 placement !h
26598 wide false
26599 sideways false
26600 status open
26601
26602 \begin_layout Plain Layout
26603 \begin_inset ERT
26604 status collapsed
26605
26606 \begin_layout Plain Layout
26607
26608
26609 \backslash
26610 framebox{
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \begin_inset Graphics
26617         filename ../clipart/with_fntright.pdf
26618         width 100col%
26619         scaleBeforeRotation
26620
26621 \end_inset
26622
26623
26624 \begin_inset ERT
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628
26629 }
26630 \end_layout
26631
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \begin_layout Plain Layout
26638 \begin_inset Caption
26639
26640 \begin_layout Plain Layout
26641 \begin_inset CommandInset label
26642 LatexCommand label
26643 name "fig:Position-note-avec-ftnright"
26644
26645 \end_inset
26646
26647 Positionnement de notes de bas de page dans un document à deux colonnes
26648  en utilisant le paquetage LaTeX 
26649 \series bold
26650 ftnright
26651 \series default
26652 .
26653 \end_layout
26654
26655 \end_inset
26656
26657
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Standard
26666 \begin_inset VSpace bigskip
26667 \end_inset
26668
26669 Dans certaines publications scientifiques, il est courant de rassembler
26670  les notes de bas de page et de les imprimer dans un paragraphe particulier
26671  à la fin de la section, comme sur la Figure
26672 \begin_inset space ~
26673 \end_inset
26674
26675
26676 \begin_inset CommandInset ref
26677 LatexCommand ref
26678 reference "fig:Notes-de-fin"
26679
26680 \end_inset
26681
26682 .
26683  On les appelle 
26684 \begin_inset Quotes eld
26685 \end_inset
26686
26687 notes de fin
26688 \begin_inset Quotes erd
26689 \end_inset
26690
26691 .
26692 \begin_inset Index idx
26693 status collapsed
26694
26695 \begin_layout Plain Layout
26696 Notes de fin
26697 \end_layout
26698
26699 \end_inset
26700
26701  Pour utiliser des notes de fin à la place des notes de bas de page dans
26702  votre document, charger le module 
26703 \family sans
26704 Note de bas de page en fin de document
26705 \family default
26706  à partir de 
26707 \family sans
26708 Document\SpecialChar \menuseparator
26709 Paramètres\SpecialChar \menuseparator
26710 Modules
26711 \family default
26712 .
26713  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26714 \end_layout
26715
26716 \begin_layout Standard
26717
26718 \series bold
26719
26720 \backslash
26721 theendnotes
26722 \end_layout
26723
26724 \begin_layout Standard
26725 en code TeX à la fin d'une section ou d'un chapitre.
26726 \end_layout
26727
26728 \begin_layout Standard
26729 \begin_inset Float figure
26730 wide false
26731 sideways false
26732 status open
26733
26734 \begin_layout Plain Layout
26735 \align center
26736 \begin_inset ERT
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740
26741
26742 \backslash
26743 framebox{
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \begin_inset Graphics
26750         filename ../clipart/endnotes.pdf
26751         scaleBeforeRotation
26752
26753 \end_inset
26754
26755
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761 }
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \begin_layout Plain Layout
26770 \begin_inset Caption
26771
26772 \begin_layout Plain Layout
26773 \begin_inset CommandInset label
26774 LatexCommand label
26775 name "fig:Notes-de-fin"
26776
26777 \end_inset
26778
26779 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26780  séparé à la fin des sections ou des chapitres.
26781 \end_layout
26782
26783 \end_inset
26784
26785
26786 \end_layout
26787
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \begin_layout Standard
26794 \begin_inset VSpace medskip
26795 \end_inset
26796
26797 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26798  dans la langue du document, cela doit être fait manuellement.
26799  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26800  
26801 \begin_inset Quotes eld
26802 \end_inset
26803
26804 Notes
26805 \begin_inset Quotes erd
26806 \end_inset
26807
26808  en sa traduction Allemande
26809 \begin_inset Foot
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813 En français, 
26814 \begin_inset Quotes eld
26815 \end_inset
26816
26817 Notes
26818 \begin_inset Quotes erd
26819 \end_inset
26820
26821  peut être conservé.
26822 \end_layout
26823
26824 \end_inset
26825
26826  
26827 \begin_inset Quotes eld
26828 \end_inset
26829
26830 Anmerkungen
26831 \begin_inset Quotes erd
26832 \end_inset
26833
26834  :
26835 \end_layout
26836
26837 \begin_layout Standard
26838
26839 \series bold
26840
26841 \backslash
26842 renewcommand{
26843 \backslash
26844 notesname}{Anmerkungen}
26845 \end_layout
26846
26847 \begin_layout Standard
26848 \begin_inset VSpace medskip
26849 \end_inset
26850
26851 La numérotation des notes de fin peut être modifiée comme celle des notes
26852  de bas de page comme c'est décrit dans la section
26853 \begin_inset space ~
26854 \end_inset
26855
26856
26857 \begin_inset CommandInset ref
26858 LatexCommand ref
26859 reference "sub:Numerotation-notes-bas-de-page"
26860
26861 \end_inset
26862
26863  ; remplacez juste la commande 
26864 \series bold
26865
26866 \backslash
26867 thefootnote
26868 \series default
26869  par 
26870 \series bold
26871
26872 \backslash
26873 theendnote
26874 \series default
26875 .
26876  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26877 \series bold
26878
26879 \backslash
26880 @addtoreset
26881 \series default
26882  comme c'est décrit dans la section
26883 \begin_inset space ~
26884 \end_inset
26885
26886
26887 \begin_inset CommandInset ref
26888 LatexCommand ref
26889 reference "sub:Numerotation-notes-bas-de-page"
26890
26891 \end_inset
26892
26893  et remplacez le paramètre de commande 
26894 \series bold
26895 footnote
26896 \series default
26897  par 
26898 \series bold
26899 endnote
26900 \series default
26901 .
26902 \end_layout
26903
26904 \begin_layout Standard
26905 Pour les notes de fin, il y a la commande 
26906 \series bold
26907
26908 \backslash
26909 endnotemark[numéro]
26910 \series default
26911  qui est semblable à 
26912 \series bold
26913
26914 \backslash
26915 footnotemark
26916 \series default
26917 , décrite dans la section
26918 \begin_inset space ~
26919 \end_inset
26920
26921
26922 \begin_inset CommandInset ref
26923 LatexCommand ref
26924 reference "sec:Notes-bas-de-page"
26925
26926 \end_inset
26927
26928 .
26929 \end_layout
26930
26931 \begin_layout Standard
26932 \begin_inset VSpace bigskip
26933 \end_inset
26934
26935  Les notes de bas de page peuvent être mise dans la marge de la page et
26936  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
26937  
26938 \series bold
26939 footmisc
26940 \series default
26941
26942 \begin_inset Index idx
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946 Paquetages LaTeX ! footmisc
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \begin_inset CommandInset citation
26953 LatexCommand cite
26954 key "footmisc"
26955
26956 \end_inset
26957
26958  pour plus d'information à ce sujet.
26959 \end_layout
26960
26961 \begin_layout Standard
26962 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26963  voyez les livres sur LaTeX, 
26964 \begin_inset CommandInset citation
26965 LatexCommand cite
26966 key "latexcompanion,latexguide,latexbook"
26967
26968 \end_inset
26969
26970 .
26971  Si vous utilisez une classe de document  
26972 \series bold
26973 KOMA-Script
26974 \series default
26975
26976 \begin_inset Index idx
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980 Paquetages LaTeX ! KOMA-Script
26981 \end_layout
26982
26983 \end_inset
26984
26985 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
26986  des commandes spécifiques à la classe de document utilisée, voyez 
26987 \begin_inset CommandInset citation
26988 LatexCommand cite
26989 key "KOMA-Script"
26990
26991 \end_inset
26992
26993 .
26994 \end_layout
26995
26996 \begin_layout Section
26997 Notes en Marge
26998 \begin_inset Index idx
26999 status collapsed
27000
27001 \begin_layout Plain Layout
27002 Notes ! Notes en Marge
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \begin_layout Standard
27011 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27012 t de la même façon.
27013  Quand vous insérez une note en marge avec 
27014 \family sans
27015 Insérer\SpecialChar \menuseparator
27016 Note
27017 \begin_inset space ~
27018 \end_inset
27019
27020 en
27021 \begin_inset space ~
27022 \end_inset
27023
27024 Marge
27025 \family default
27026  ou avec le bouton 
27027 \begin_inset Graphics
27028         filename ../../images/marginalnote-insert.png
27029         scale 85
27030         scaleBeforeRotation
27031
27032 \end_inset
27033
27034  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27035  grise avec une étiquette rouge 
27036 \begin_inset Quotes fld
27037 \end_inset
27038
27039 marge
27040 \begin_inset Quotes frd
27041 \end_inset
27042
27043 .
27044  
27045 \begin_inset Marginal
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049 C'est une note en marge.
27050 \end_layout
27051
27052 \end_inset
27053
27054  Cette boîte est la représentation de votre note dans LyX.
27055  Vous pouvez y entrer votre texte.
27056 \end_layout
27057
27058 \begin_layout Standard
27059 Les notes en marge apparaissent dans la marge de droite dans les documents
27060  imprimées sur une seule face.
27061  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27062  
27063 \begin_inset Quotes eld
27064 \end_inset
27065
27066 extérieure
27067 \begin_inset Quotes erd
27068 \end_inset
27069
27070  – la gauche sur les pages paires et la droite sur les pages impaires.
27071  Le texte de la note en marge est aligné à l'opposé de la marge externe
27072  – aligné à droite quand la note apparaît dans la marge de gauche.
27073  La première ligne de la note apparaît à la hauteur de la ligne de texte
27074  où la note a été insérée dans le document.
27075 \end_layout
27076
27077 \begin_layout Standard
27078 \begin_inset VSpace bigskip
27079 \end_inset
27080
27081 Pour placer une note dans la marge interne, ajoutez la commande suivante
27082  :
27083 \end_layout
27084
27085 \begin_layout Standard
27086
27087 \series bold
27088
27089 \backslash
27090 reversemarginpar
27091 \end_layout
27092
27093 \begin_layout Standard
27094 sous forme de code TeX avant votre note de marge.
27095  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27096  qui suivent 
27097 \begin_inset ERT
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101
27102
27103 \backslash
27104 reversemarginpar 
27105 \end_layout
27106
27107 \end_inset
27108
27109
27110 \begin_inset Marginal
27111 status open
27112
27113 \begin_layout Plain Layout
27114 Cette note en marge est dans la marge interne.
27115 \end_layout
27116
27117 \end_inset
27118
27119
27120 \series bold
27121
27122 \begin_inset Newline newline
27123 \end_inset
27124
27125
27126 \series default
27127
27128 \begin_inset Note Greyedout
27129 status open
27130
27131 \begin_layout Plain Layout
27132
27133 \series bold
27134 Note:
27135 \series default
27136  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27137  les notes sont souvent mal mises en formes dans la sortie imprimée.
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \begin_layout Standard
27146 Pour revenir au positionnement implicite, ajoutez la commande :
27147 \end_layout
27148
27149 \begin_layout Standard
27150
27151 \series bold
27152
27153 \backslash
27154 normalmarginpar
27155 \end_layout
27156
27157 \begin_layout Standard
27158 sous forme de code TeX.
27159 \begin_inset ERT
27160 status collapsed
27161
27162 \begin_layout Plain Layout
27163
27164
27165 \backslash
27166 normalmarginpar 
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \begin_inset Newline newline
27173 \end_inset
27174
27175  
27176 \begin_inset Note Greyedout
27177 status open
27178
27179 \begin_layout Plain Layout
27180
27181 \series bold
27182 Note:
27183 \series default
27184  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27185  
27186 \series bold
27187
27188 \backslash
27189 reversemarginpar
27190 \series default
27191  est aussi utilisée.
27192 \end_layout
27193
27194 \end_inset
27195
27196
27197 \end_layout
27198
27199 \begin_layout Standard
27200 \begin_inset VSpace bigskip
27201 \end_inset
27202
27203
27204 \begin_inset Marginal
27205 status open
27206
27207 \begin_layout Plain Layout
27208 UnTrèsLongMotEnMarge sans césure.
27209 \end_layout
27210
27211 \end_inset
27212
27213  Comme dans le cas décrit dans la section
27214 \begin_inset space ~
27215 \end_inset
27216
27217
27218 \begin_inset CommandInset ref
27219 LatexCommand ref
27220 reference "sub:Lignes-multiple-dans-cellule"
27221
27222 \end_inset
27223
27224 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27225  mot d'une note en marge.
27226  Pour éviter ce problème, insérez un espacement horizontal de 0
27227 \begin_inset space \thinspace{}
27228 \end_inset
27229
27230 pt avant le mot en question: 
27231 \begin_inset Marginal
27232 status open
27233
27234 \begin_layout Plain Layout
27235 \begin_inset space \hspace{}
27236 \length 0pt
27237 \end_inset
27238
27239 UnMotTrèsLongEnMarge avec une césure.
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Standard
27248 \begin_inset VSpace bigskip
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Standard
27255 \begin_inset Note Greyedout
27256 status open
27257
27258 \begin_layout Plain Layout
27259
27260 \series bold
27261 Note:
27262 \series default
27263  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27264  tableaux, des flottants et des notes de bas de page.
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \begin_layout Standard
27273 \begin_inset VSpace bigskip
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \begin_inset ERT
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284
27285
27286 \backslash
27287 ifmarginnote
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \begin_inset Note Note
27294 status open
27295
27296 \begin_layout Plain Layout
27297 La section suivante ne sera affichée que si le paquetage LaTeX 
27298 \series bold
27299 marginnote
27300 \series default
27301  a été installé.
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \end_layout
27308
27309 \begin_layout Standard
27310 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27311 \series bold
27312 marginnote
27313 \series default
27314
27315 \begin_inset Index idx
27316 status collapsed
27317
27318 \begin_layout Plain Layout
27319 Paquetages LaTeX ! marginnote
27320 \end_layout
27321
27322 \end_inset
27323
27324 .
27325  En ajoutant les deux lignes suivantes au préambule de votre document, la
27326  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27327  la commande fournie par le paquetage 
27328 \series bold
27329 marginnote
27330 \series default
27331  :
27332 \end_layout
27333
27334 \begin_layout Standard
27335
27336 \series bold
27337
27338 \backslash
27339 usepackage{marginnote}
27340 \begin_inset Newline newline
27341 \end_inset
27342
27343
27344 \backslash
27345 let
27346 \backslash
27347 marginpar
27348 \backslash
27349 marginnote
27350 \end_layout
27351
27352 \begin_layout Standard
27353 Ce paquetage est aussi utilisé dans ce document parce que 
27354 \series bold
27355 marginnote
27356 \series default
27357  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27358  vertical pour une note.
27359  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27360  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27361  en page.
27362  Le décalage est inséré dans LyX sous forme de code TeX directement après
27363  la note sous la forme
27364 \end_layout
27365
27366 \begin_layout Standard
27367
27368 \series bold
27369 [offset]
27370 \end_layout
27371
27372 \begin_layout Standard
27373 où l'offset utilise l'une des unités listées dans le tableau
27374 \begin_inset space ~
27375 \end_inset
27376
27377
27378 \begin_inset CommandInset ref
27379 LatexCommand ref
27380 reference "cha:Unités-de-longueur"
27381
27382 \end_inset
27383
27384 .
27385  Une valeur négative déplace la note vers le haut, une valeur positive la
27386  déplace vers le bas.
27387  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27388  vers le haut de 1.5
27389 \begin_inset space \thinspace{}
27390 \end_inset
27391
27392 cm avec la commande en code TeX 
27393 \begin_inset Quotes eld
27394 \end_inset
27395
27396
27397 \series bold
27398 [-1.5cm]
27399 \series default
27400
27401 \begin_inset Quotes erd
27402 \end_inset
27403
27404
27405 \begin_inset Marginal
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409 Cette note en marge est décalée vers le haut de 1.5
27410 \begin_inset space \thinspace{}
27411 \end_inset
27412
27413 cm par rapport à sa position d'origine.
27414 \end_layout
27415
27416 \end_inset
27417
27418
27419 \begin_inset ERT
27420 status collapsed
27421
27422 \begin_layout Plain Layout
27423
27424 [-1.5cm]
27425 \end_layout
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \begin_layout Standard
27433 \begin_inset VSpace medskip
27434 \end_inset
27435
27436 Avec le paquetage 
27437 \series bold
27438 marginnote
27439 \series default
27440  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27441  Par exemple les commandes 
27442 \end_layout
27443
27444 \begin_layout Standard
27445
27446 \series bold
27447
27448 \backslash
27449 renewcommand*{
27450 \backslash
27451 raggedleftmarginnote}{
27452 \backslash
27453 centering}
27454 \begin_inset Newline newline
27455 \end_inset
27456
27457
27458 \backslash
27459 renewcommand*{
27460 \backslash
27461 raggedrightmarginnote}{
27462 \backslash
27463 centering}
27464 \end_layout
27465
27466 \begin_layout Standard
27467 donnent un alignement centré.
27468  
27469 \series bold
27470
27471 \backslash
27472 raggedleftmarginnote
27473 \series default
27474  indique une note qui apparaît dans la marge de gauche.
27475 \begin_inset ERT
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479
27480
27481 \backslash
27482 renewcommand*{
27483 \backslash
27484 raggedleftmarginnote}{
27485 \backslash
27486 centering}
27487 \end_layout
27488
27489 \begin_layout Plain Layout
27490
27491
27492 \backslash
27493 renewcommand*{
27494 \backslash
27495 raggedrightmarginnote}{
27496 \backslash
27497 centering}
27498 \end_layout
27499
27500 \end_inset
27501
27502
27503 \begin_inset Marginal
27504 status collapsed
27505
27506 \begin_layout Plain Layout
27507 Le texte de cette note en marge est centré.
27508 \end_layout
27509
27510 \end_inset
27511
27512 .
27513  Le comportement implicite est donné par
27514 \end_layout
27515
27516 \begin_layout Standard
27517
27518 \series bold
27519
27520 \backslash
27521 renewcommand*{
27522 \backslash
27523 raggedleftmarginnote}{
27524 \backslash
27525 raggedleft}
27526 \begin_inset Newline newline
27527 \end_inset
27528
27529
27530 \backslash
27531 renewcommand*{
27532 \backslash
27533 raggedrightmarginnote}{
27534 \backslash
27535 raggedright}
27536 \series default
27537
27538 \begin_inset ERT
27539 status collapsed
27540
27541 \begin_layout Plain Layout
27542
27543
27544 \backslash
27545 renewcommand*{
27546 \backslash
27547 raggedleftmarginnote}{
27548 \backslash
27549 raggedleft}
27550 \end_layout
27551
27552 \begin_layout Plain Layout
27553
27554
27555 \backslash
27556 renewcommand*{
27557 \backslash
27558 raggedrightmarginnote}{
27559 \backslash
27560 raggedright}
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Standard
27569 \begin_inset VSpace medskip
27570 \end_inset
27571
27572 Pour les autre fonctions du paquetage 
27573 \series bold
27574 marginnote
27575 \series default
27576  nous vous renvoyons à sa documentation 
27577 \begin_inset CommandInset citation
27578 LatexCommand cite
27579 key "marginnote"
27580
27581 \end_inset
27582
27583 .
27584 \end_layout
27585
27586 \begin_layout Standard
27587 \begin_inset VSpace bigskip
27588 \end_inset
27589
27590 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27591  définition.
27592  Pour créer par exemple une entête pour toutes les notes en marge avec le
27593  texte 
27594 \begin_inset Quotes eld
27595 \end_inset
27596
27597
27598 \family sans
27599 \series bold
27600 \bar under
27601 Attention!
27602 \family default
27603 \series default
27604 \bar default
27605
27606 \begin_inset Quotes erd
27607 \end_inset
27608
27609  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27610  de votre document :
27611 \end_layout
27612
27613 \begin_layout Standard
27614
27615 \series bold
27616
27617 \backslash
27618 let
27619 \backslash
27620 myMarginpar
27621 \backslash
27622 marginpar
27623 \begin_inset Newline newline
27624 \end_inset
27625
27626
27627 \backslash
27628 renewcommand{
27629 \backslash
27630 marginpar}[1]{
27631 \backslash
27632 myMarginpar{%
27633 \begin_inset Newline newline
27634 \end_inset
27635
27636
27637 \begin_inset Phantom HPhantom
27638 status open
27639
27640 \begin_layout Plain Layout
27641
27642 \series bold
27643 \begin_inset space ~
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \end_inset
27650
27651
27652 \backslash
27653 hspace{0pt}
27654 \backslash
27655 textsf{
27656 \backslash
27657 textbf{
27658 \backslash
27659 underbar{Attention!}}}%
27660 \begin_inset Newline newline
27661 \end_inset
27662
27663
27664 \begin_inset Phantom HPhantom
27665 status open
27666
27667 \begin_layout Plain Layout
27668
27669 \series bold
27670 \begin_inset space ~
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \backslash
27680 vspace{1.5mm}
27681 \backslash
27682
27683 \backslash
27684 #1}}
27685 \end_layout
27686
27687 \begin_layout Standard
27688 \begin_inset ERT
27689 status collapsed
27690
27691 \begin_layout Plain Layout
27692
27693
27694 \backslash
27695 let
27696 \backslash
27697 myMarginpar
27698 \backslash
27699 marginpar
27700 \end_layout
27701
27702 \begin_layout Plain Layout
27703
27704
27705 \backslash
27706 renewcommand{
27707 \backslash
27708 marginpar}[1]{
27709 \backslash
27710 myMarginpar{%
27711 \end_layout
27712
27713 \begin_layout Plain Layout
27714
27715    
27716 \backslash
27717 textsf{
27718 \backslash
27719 textbf{
27720 \backslash
27721 underbar{Attention!}}}%
27722 \end_layout
27723
27724 \begin_layout Plain Layout
27725
27726    
27727 \backslash
27728 vspace{1.5mm}
27729 \backslash
27730
27731 \backslash
27732 #1}}
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \begin_inset Marginal
27739 status open
27740
27741 \begin_layout Plain Layout
27742 Ceci est une note en marge avec une en-tête prédéfinie.
27743 \end_layout
27744
27745 \end_inset
27746
27747
27748 \begin_inset ERT
27749 status collapsed
27750
27751 \begin_layout Plain Layout
27752
27753 [-1.5cm]
27754 \end_layout
27755
27756 \end_inset
27757
27758
27759 \begin_inset ERT
27760 status collapsed
27761
27762 \begin_layout Plain Layout
27763
27764
27765 \backslash
27766 renewcommand{
27767 \backslash
27768 marginpar}[1]{
27769 \backslash
27770 myMarginpar{#1}}
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \begin_inset Note Note
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780
27781 \lang english
27782 The margin note format is changed only for this example.
27783 \end_layout
27784
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \begin_layout Standard
27791 \begin_inset ERT
27792 status collapsed
27793
27794 \begin_layout Plain Layout
27795
27796
27797 \backslash
27798 else
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \begin_inset Note Note
27805 status open
27806
27807 \begin_layout Plain Layout
27808 Ce qui suit sera affiché si le paquetage LaTeX 
27809 \series bold
27810 marginnote
27811 \series default
27812  n'est pas installé :
27813 \end_layout
27814
27815 \end_inset
27816
27817
27818 \end_layout
27819
27820 \begin_layout Standard
27821 Vous devez installer le paquetage LaTeX 
27822 \series bold
27823 marginnote
27824 \series default
27825  pour voir la suite de cette section dans la sortie imprimée.
27826 \end_layout
27827
27828 \begin_layout Standard
27829 \begin_inset ERT
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833
27834
27835 \backslash
27836 fi
27837 \end_layout
27838
27839 \end_inset
27840
27841
27842 \end_layout
27843
27844 \begin_layout Chapter
27845 Les Boîtes
27846 \end_layout
27847
27848 \begin_layout Section
27849 Introduction
27850 \begin_inset Index idx
27851 status collapsed
27852
27853 \begin_layout Plain Layout
27854 Boîtes ! Introduction
27855 \end_layout
27856
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \begin_layout Standard
27863 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27864  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27865  voir la section
27866 \begin_inset space ~
27867 \end_inset
27868
27869
27870 \begin_inset CommandInset ref
27871 LatexCommand ref
27872 reference "sec:Minipages"
27873
27874 \end_inset
27875
27876 , pour encadrer des portions de texte, voir la section
27877 \begin_inset space ~
27878 \end_inset
27879
27880
27881 \begin_inset CommandInset ref
27882 LatexCommand ref
27883 reference "sec:Décorations"
27884
27885 \end_inset
27886
27887 , pour empêcher que des mots subissent une césure, voir la section
27888 \begin_inset space ~
27889 \end_inset
27890
27891
27892 \begin_inset CommandInset ref
27893 LatexCommand ref
27894 reference "sec:Empêcher-césure"
27895
27896 \end_inset
27897
27898 , pour aligner du texte, voir la section
27899 \begin_inset space ~
27900 \end_inset
27901
27902
27903 \begin_inset CommandInset ref
27904 LatexCommand ref
27905 reference "sub:Alignement-Vertical"
27906
27907 \end_inset
27908
27909 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27910 \begin_inset space ~
27911 \end_inset
27912
27913
27914 \begin_inset CommandInset ref
27915 LatexCommand ref
27916 reference "sec:Boîtes-colorées"
27917
27918 \end_inset
27919
27920 .
27921 \end_layout
27922
27923 \begin_layout Standard
27924 On peut insérer une boîte en utilisant le menu 
27925 \family sans
27926 Insérer\SpecialChar \menuseparator
27927 Boîte
27928 \family default
27929  ou avec le bouton 
27930 \begin_inset Graphics
27931         filename ../../images/box-insert.png
27932         scale 85
27933         scaleBeforeRotation
27934
27935 \end_inset
27936
27937  de la barre d'outils.
27938  Une boîte grise avec une étiquette 
27939 \family sans
27940 Boîte
27941 \begin_inset space ~
27942 \end_inset
27943
27944 (Minipage)
27945 \family default
27946
27947 \begin_inset Graphics
27948         filename clipart/BoxInsetDefaultQt4.png
27949         scale 65
27950         scaleBeforeRotation
27951
27952 \end_inset
27953
27954  est alors insérée.
27955  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27956  et en choisissant 
27957 \family sans
27958 Paramètres
27959 \family default
27960  .
27961  La fenêtre de dialogue qui apparaît donne accès aux types de
27962 \family sans
27963  Boîte
27964 \begin_inset space ~
27965 \end_inset
27966
27967 Intérieure
27968 \family default
27969  
27970 \family sans
27971 Makebox, Parbox
27972 \family default
27973  et 
27974 \family sans
27975 Minipage
27976 \family default
27977 .
27978  Le type 
27979 \family sans
27980 Minipage
27981 \family default
27982  est le type implicite pour les boîtes nouvellement créées et il est décrit
27983  dans la section
27984 \begin_inset space ~
27985 \end_inset
27986
27987
27988 \begin_inset CommandInset ref
27989 LatexCommand ref
27990 reference "sec:Minipages"
27991
27992 \end_inset
27993
27994 ; le type 
27995 \family sans
27996 Parbox
27997 \family default
27998  est décrit dans la section
27999 \begin_inset space ~
28000 \end_inset
28001
28002
28003 \begin_inset CommandInset ref
28004 LatexCommand ref
28005 reference "sec:Parboxes"
28006
28007 \end_inset
28008
28009  et le type 
28010 \family sans
28011 Makebox
28012 \family default
28013  est décrit dans la section
28014 \begin_inset space ~
28015 \end_inset
28016
28017
28018 \begin_inset CommandInset ref
28019 LatexCommand ref
28020 reference "sec:Empêcher-césure"
28021
28022 \end_inset
28023
28024 .
28025 \end_layout
28026
28027 \begin_layout Standard
28028 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28029  comme les flottants ou les notes de bas de page.
28030 \end_layout
28031
28032 \begin_layout Standard
28033 \begin_inset Note Greyedout
28034 status open
28035
28036 \begin_layout Plain Layout
28037
28038 \series bold
28039 Note:
28040 \series default
28041  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28042  de type 
28043 \family sans
28044 Liste
28045 \family default
28046  ou 
28047 \family sans
28048 Description
28049 \family default
28050 .
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 \begin_inset Note Greyedout
28060 status open
28061
28062 \begin_layout Plain Layout
28063
28064 \series bold
28065 Note:
28066 \series default
28067  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28068 \family sans
28069 Boîte
28070 \begin_inset space ~
28071 \end_inset
28072
28073 Intérieure
28074 \family default
28075  à 
28076 \family sans
28077 Aucune
28078 \family default
28079  que quand vous utilisez une boîte encadrée.
28080  Les boîtes sans 
28081 \family sans
28082 Boîte
28083 \begin_inset space ~
28084 \end_inset
28085
28086 Intérieure
28087 \family default
28088  et sans cadre sont expliquées dans la section
28089 \begin_inset space ~
28090 \end_inset
28091
28092
28093 \begin_inset CommandInset ref
28094 LatexCommand ref
28095 reference "sec:Empêcher-césure"
28096
28097 \end_inset
28098
28099 .
28100 \end_layout
28101
28102 \end_inset
28103
28104
28105 \end_layout
28106
28107 \begin_layout Section
28108 La fenêtre de dialogue Boîte
28109 \begin_inset CommandInset label
28110 LatexCommand label
28111 name "sec:Boîte-Dialogue"
28112
28113 \end_inset
28114
28115
28116 \begin_inset Index idx
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120 Boîtes ! Fenêtre de dialogue Boîte
28121 \end_layout
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Subsection
28129 Taille
28130 \begin_inset Index idx
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 Boîtes ! Taille
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \end_layout
28141
28142 \begin_layout Standard
28143 Dans la fenêtre de dialogue 
28144 \family sans
28145 Paramètres
28146 \begin_inset space ~
28147 \end_inset
28148
28149 de
28150 \begin_inset space ~
28151 \end_inset
28152
28153 Boîte
28154 \family default
28155  vous pouvez modifier la géométrie de la boîte avec les champs 
28156 \family sans
28157 Largeur
28158 \family default
28159  et 
28160 \family sans
28161 Hauteur
28162 \family default
28163 .
28164  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28165  dans le tableau
28166 \begin_inset space ~
28167 \end_inset
28168
28169
28170 \begin_inset CommandInset ref
28171 LatexCommand ref
28172 reference "tab:Unités"
28173
28174 \end_inset
28175
28176 .
28177  Le champ 
28178 \family sans
28179 Hauteur
28180 \family default
28181  offre en plus les spécifications de taille suivantes :
28182 \end_layout
28183
28184 \begin_layout Description
28185 Profondeur C'est simplement la 
28186 \begin_inset Quotes eld
28187 \end_inset
28188
28189 hauteur
28190 \begin_inset Quotes erd
28191 \end_inset
28192
28193  du texte.
28194  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28195  lignes de texte dans la boîte.
28196 \begin_inset Newline newline
28197 \end_inset
28198
28199
28200 \begin_inset Newline newline
28201 \end_inset
28202
28203
28204 \begin_inset Newline newline
28205 \end_inset
28206
28207
28208 \begin_inset Box Boxed
28209 position "c"
28210 hor_pos "c"
28211 has_inner_box 1
28212 inner_pos "c"
28213 use_parbox 0
28214 use_makebox 0
28215 width "12col%"
28216 special "none"
28217 height "1in"
28218 height_special "depth"
28219 status open
28220
28221 \begin_layout Plain Layout
28222 \align center
28223 Boîte dont la hauteur est égale à 1
28224 \begin_inset space \thinspace{}
28225 \end_inset
28226
28227 Profondeur
28228 \end_layout
28229
28230 \end_inset
28231
28232
28233 \begin_inset Newline newline
28234 \end_inset
28235
28236
28237 \begin_inset Newline newline
28238 \end_inset
28239
28240
28241 \end_layout
28242
28243 \begin_layout Description
28244 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28245  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28246  est deux fois plus haute que le texte : 
28247 \begin_inset Box Boxed
28248 position "c"
28249 hor_pos "c"
28250 has_inner_box 1
28251 inner_pos "c"
28252 use_parbox 0
28253 use_makebox 0
28254 width "20col%"
28255 special "none"
28256 height "2in"
28257 height_special "height"
28258 status open
28259
28260 \begin_layout Plain Layout
28261 \align center
28262 Boîte dont la hauteur est 2
28263 \begin_inset space \thinspace{}
28264 \end_inset
28265
28266 Hauteur
28267 \end_layout
28268
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \begin_layout Description
28275 Hauteur
28276 \begin_inset space ~
28277 \end_inset
28278
28279 Totale C'est égal à Hauteur
28280 \begin_inset space \thinspace{}
28281 \end_inset
28282
28283 +
28284 \begin_inset space \thinspace{}
28285 \end_inset
28286
28287 Profondeur : 
28288 \begin_inset Box Boxed
28289 position "c"
28290 hor_pos "c"
28291 has_inner_box 1
28292 inner_pos "c"
28293 use_parbox 0
28294 use_makebox 0
28295 width "20col%"
28296 special "none"
28297 height "1in"
28298 height_special "totalheight"
28299 status open
28300
28301 \begin_layout Plain Layout
28302 \align center
28303 Boîte dont la hauteur est 1
28304 \begin_inset space \thinspace{}
28305 \end_inset
28306
28307 Hauteur
28308 \begin_inset space ~
28309 \end_inset
28310
28311 Totale
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Description
28320 Largeur On prend la largeur de la boîte comme hauteur : 
28321 \begin_inset Box Boxed
28322 position "c"
28323 hor_pos "c"
28324 has_inner_box 1
28325 inner_pos "c"
28326 use_parbox 0
28327 use_makebox 0
28328 width "12col%"
28329 special "none"
28330 height "1in"
28331 height_special "width"
28332 status open
28333
28334 \begin_layout Plain Layout
28335 \align center
28336 Boîte dont la hauteur est 1
28337 \begin_inset space \thinspace{}
28338 \end_inset
28339
28340 Largeur
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Subsection
28349 Alignement
28350 \begin_inset Index idx
28351 status collapsed
28352
28353 \begin_layout Plain Layout
28354 Boîtes ! Alignement
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \end_layout
28361
28362 \begin_layout Standard
28363 Quand vous avez choisi une 
28364 \family sans
28365 Boîte
28366 \begin_inset space ~
28367 \end_inset
28368
28369 Intérieure
28370 \family default
28371 , l'alignement vertical de la boîte peut être :
28372 \end_layout
28373
28374 \begin_layout Description
28375 Haut Ceci est un exemple de texte.
28376  
28377 \begin_inset Box Boxed
28378 position "t"
28379 hor_pos "c"
28380 has_inner_box 1
28381 inner_pos "c"
28382 use_parbox 0
28383 use_makebox 0
28384 width "12col%"
28385 special "none"
28386 height "1in"
28387 height_special "totalheight"
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391 \align center
28392 Cette boîte est alignée sur le haut.
28393 \end_layout
28394
28395 \end_inset
28396
28397  Ceci est un exemple de texte.
28398 \end_layout
28399
28400 \begin_layout Description
28401 Milieu Ceci est un exemple de texte.
28402  
28403 \begin_inset Box Boxed
28404 position "c"
28405 hor_pos "c"
28406 has_inner_box 1
28407 inner_pos "c"
28408 use_parbox 0
28409 use_makebox 0
28410 width "12col%"
28411 special "none"
28412 height "1in"
28413 height_special "totalheight"
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417 \align center
28418 Cette boîte est alignée au centre.
28419 \end_layout
28420
28421 \end_inset
28422
28423  Ceci est un exemple de texte.
28424 \end_layout
28425
28426 \begin_layout Description
28427 Bas Ceci est un exemple de texte.
28428  
28429 \begin_inset Box Boxed
28430 position "b"
28431 hor_pos "c"
28432 has_inner_box 1
28433 inner_pos "c"
28434 use_parbox 0
28435 use_makebox 0
28436 width "12col%"
28437 special "none"
28438 height "1in"
28439 height_special "totalheight"
28440 status collapsed
28441
28442 \begin_layout Plain Layout
28443 \align center
28444 Cette boîte est alignée sur le bas.
28445 \end_layout
28446
28447 \end_inset
28448
28449  Ceci est un exemple de texte.
28450 \end_layout
28451
28452 \begin_layout Standard
28453 \begin_inset Note Greyedout
28454 status open
28455
28456 \begin_layout Plain Layout
28457
28458 \series bold
28459 Note:
28460 \series default
28461  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28462  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28463  l'autre non.
28464 \end_layout
28465
28466 \end_inset
28467
28468
28469 \end_layout
28470
28471 \begin_layout Standard
28472 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28473  paragraphe grâce à la fenêtre de dialogue 
28474 \family sans
28475 Paramètres
28476 \begin_inset space ~
28477 \end_inset
28478
28479 de
28480 \begin_inset space ~
28481 \end_inset
28482
28483 Boîte
28484 \family default
28485 .
28486 \end_layout
28487
28488 \begin_layout Standard
28489 \begin_inset VSpace bigskip
28490 \end_inset
28491
28492 Quand vous avez choisi une 
28493 \family sans
28494 Boîte
28495 \begin_inset space ~
28496 \end_inset
28497
28498 Intérieure
28499 \family default
28500 , l'alignement vertical du contenu de la boîte peut être :
28501 \end_layout
28502
28503 \begin_layout Description
28504 haut Ceci est un exemple de texte.
28505 \begin_inset Box Boxed
28506 position "c"
28507 hor_pos "c"
28508 has_inner_box 1
28509 inner_pos "t"
28510 use_parbox 0
28511 use_makebox 0
28512 width "12col%"
28513 special "none"
28514 height "1.5in"
28515 height_special "totalheight"
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519 \align center
28520 Le texte de cette boîte est aligné sur le haut.
28521 \end_layout
28522
28523 \end_inset
28524
28525  Ceci est un exemple de texte.
28526 \end_layout
28527
28528 \begin_layout Description
28529 milieu Ceci est un exemple de texte.
28530  
28531 \begin_inset Box Boxed
28532 position "c"
28533 hor_pos "c"
28534 has_inner_box 1
28535 inner_pos "c"
28536 use_parbox 0
28537 use_makebox 0
28538 width "12col%"
28539 special "none"
28540 height "1.5in"
28541 height_special "totalheight"
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545 \align center
28546 Le texte de cette boîte est aligné au centre
28547 \end_layout
28548
28549 \end_inset
28550
28551  Ceci est un exemple de texte.
28552 \end_layout
28553
28554 \begin_layout Description
28555 bas Ceci est un exemple de texte.
28556  
28557 \begin_inset Box Boxed
28558 position "c"
28559 hor_pos "c"
28560 has_inner_box 1
28561 inner_pos "b"
28562 use_parbox 0
28563 use_makebox 0
28564 width "12col%"
28565 special "none"
28566 height "1.5in"
28567 height_special "totalheight"
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571 \align center
28572 Le texte de cette boîte est aligné en bas.
28573 \end_layout
28574
28575 \end_inset
28576
28577  Ceci est un exemple de texte.
28578 \end_layout
28579
28580 \begin_layout Description
28581 élongation Ceci est un exemple de texte.
28582  
28583 \begin_inset Box Boxed
28584 position "c"
28585 hor_pos "c"
28586 has_inner_box 1
28587 inner_pos "s"
28588 use_parbox 0
28589 use_makebox 0
28590 width "12col%"
28591 special "none"
28592 height "1.5in"
28593 height_special "totalheight"
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 \align center
28598 Le texte 
28599 \end_layout
28600
28601 \begin_layout Plain Layout
28602 \align center
28603 de cette
28604 \end_layout
28605
28606 \begin_layout Plain Layout
28607 \align center
28608 boîte est
28609 \end_layout
28610
28611 \begin_layout Plain Layout
28612 \align center
28613 allongé.
28614 \end_layout
28615
28616 \end_inset
28617
28618  Ceci est un exemple de texte.
28619 \end_layout
28620
28621 \begin_layout Standard
28622 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28623  paragraphe.
28624  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28625 \end_layout
28626
28627 \begin_layout Standard
28628 \begin_inset VSpace bigskip
28629 \end_inset
28630
28631 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28632  la fenêtre de dialogue 
28633 \family sans
28634 Paramètres
28635 \begin_inset space ~
28636 \end_inset
28637
28638 de
28639 \begin_inset space ~
28640 \end_inset
28641
28642 paragraphe
28643 \family default
28644  quand vous avez choisi une 
28645 \family sans
28646 Boîte
28647 \begin_inset space ~
28648 \end_inset
28649
28650 Intérieure
28651 \family default
28652 .
28653 \end_layout
28654
28655 \begin_layout Standard
28656 \align center
28657 \begin_inset Box Boxed
28658 position "c"
28659 hor_pos "c"
28660 has_inner_box 1
28661 inner_pos "s"
28662 use_parbox 0
28663 use_makebox 0
28664 width "15col%"
28665 special "none"
28666 height "1.25in"
28667 height_special "totalheight"
28668 status open
28669
28670 \begin_layout Plain Layout
28671 \align left
28672 Le texte de 
28673 \end_layout
28674
28675 \begin_layout Plain Layout
28676 \align left
28677 cette boîte
28678 \end_layout
28679
28680 \begin_layout Plain Layout
28681 \align right
28682 est allongé.
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 Si vous n'avez pas choisi une 
28692 \family sans
28693 Boîte
28694 \begin_inset space ~
28695 \end_inset
28696
28697 Intérieure
28698 \family default
28699 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28700  de dialogue de boîte.
28701 \end_layout
28702
28703 \begin_layout Standard
28704 \align center
28705 \begin_inset Box Boxed
28706 position "c"
28707 hor_pos "s"
28708 has_inner_box 0
28709 inner_pos "s"
28710 use_parbox 0
28711 use_makebox 0
28712 width "90col%"
28713 special "none"
28714 height "1.25in"
28715 height_special "totalheight"
28716 status open
28717
28718 \begin_layout Plain Layout
28719 Le texte de cette boîte est allongé horizontalement.
28720 \end_layout
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \begin_layout Subsection
28728 Décorations
28729 \begin_inset CommandInset label
28730 LatexCommand label
28731 name "sec:Décorations"
28732
28733 \end_inset
28734
28735
28736 \begin_inset Index idx
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740 Boîtes ! Décorations
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \begin_layout Standard
28749 On peut spécifier le style de la boîte en utilisant la liste déroulante
28750  
28751 \family sans
28752 Décoration
28753 \family default
28754 .
28755  Les possibilités sont les suivantes :
28756 \end_layout
28757
28758 \begin_layout Description
28759 Aucun
28760 \begin_inset space ~
28761 \end_inset
28762
28763 cadre
28764 \begin_inset space ~
28765 \end_inset
28766
28767 tracé Rien n'est tracé
28768 \end_layout
28769
28770 \begin_layout Description
28771 Cadre
28772 \begin_inset space ~
28773 \end_inset
28774
28775 rectangulaire
28776 \begin_inset space ~
28777 \end_inset
28778
28779 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28780  L'épaisseur du trait de ce cadre est donnée par la variable  
28781 \series bold
28782
28783 \backslash
28784 fboxrule
28785 \series default
28786 .
28787 \begin_inset Newline newline
28788 \end_inset
28789
28790
28791 \begin_inset Box Boxed
28792 position "c"
28793 hor_pos "c"
28794 has_inner_box 1
28795 inner_pos "c"
28796 use_parbox 0
28797 use_makebox 0
28798 width "20col%"
28799 special "none"
28800 height "1in"
28801 height_special "totalheight"
28802 status open
28803
28804 \begin_layout Plain Layout
28805 \align center
28806 Boîte rectangulaire
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Description
28815 Cadre
28816 \begin_inset space ~
28817 \end_inset
28818
28819 oval,
28820 \begin_inset space ~
28821 \end_inset
28822
28823 fin Ceci dessine un cadre ovalisée autour de la boîte.
28824  L'épaisseur du trait de ce cadre est de  0.4
28825 \begin_inset space \thinspace{}
28826 \end_inset
28827
28828 pt.
28829  
28830 \begin_inset Box ovalbox
28831 position "c"
28832 hor_pos "c"
28833 has_inner_box 1
28834 inner_pos "c"
28835 use_parbox 0
28836 use_makebox 0
28837 width "20col%"
28838 special "none"
28839 height "1in"
28840 height_special "totalheight"
28841 status open
28842
28843 \begin_layout Plain Layout
28844 \align center
28845 Boîte ovalisée, fine
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \end_layout
28852
28853 \begin_layout Description
28854 Cadre
28855 \begin_inset space ~
28856 \end_inset
28857
28858 oval,
28859 \begin_inset space ~
28860 \end_inset
28861
28862 épais Ceci dessine un cadre ovalisée autour de la boîte.
28863  L'épaisseur du trait de ce cadre est de   0.8
28864 \begin_inset space \thinspace{}
28865 \end_inset
28866
28867 pt.
28868  
28869 \begin_inset Box Ovalbox
28870 position "c"
28871 hor_pos "c"
28872 has_inner_box 1
28873 inner_pos "c"
28874 use_parbox 0
28875 use_makebox 0
28876 width "20col%"
28877 special "none"
28878 height "1in"
28879 height_special "totalheight"
28880 status open
28881
28882 \begin_layout Plain Layout
28883 \align center
28884 Boîte ovalisée, épaisse
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Description
28893 Ombre
28894 \begin_inset space ~
28895 \end_inset
28896
28897 en
28898 \begin_inset space ~
28899 \end_inset
28900
28901 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28902  L'épaisseur du trait de ce cadre est donnée par la variable  
28903 \series bold
28904
28905 \backslash
28906 fboxrule
28907 \series default
28908 , l'ombre a une épaisseur de  4
28909 \begin_inset space \thinspace{}
28910 \end_inset
28911
28912 pt.
28913  
28914 \begin_inset Box Shadowbox
28915 position "c"
28916 hor_pos "c"
28917 has_inner_box 1
28918 inner_pos "c"
28919 use_parbox 0
28920 use_makebox 0
28921 width "20col%"
28922 special "none"
28923 height "1in"
28924 height_special "totalheight"
28925 status open
28926
28927 \begin_layout Plain Layout
28928 \align center
28929 Boîte ombrée
28930 \end_layout
28931
28932 \end_inset
28933
28934
28935 \end_layout
28936
28937 \begin_layout Description
28938 Fond
28939 \begin_inset space ~
28940 \end_inset
28941
28942 ombré Ceci dessine une boîte avec un arrière plan rouge.
28943  Contrairement aux boîtes coloriées
28944 \begin_inset Foot
28945 status collapsed
28946
28947 \begin_layout Plain Layout
28948 Voir la section
28949 \begin_inset space ~
28950 \end_inset
28951
28952
28953 \begin_inset CommandInset ref
28954 LatexCommand ref
28955 reference "sec:Boîtes-colorées"
28956
28957 \end_inset
28958
28959 .
28960 \end_layout
28961
28962 \end_inset
28963
28964 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28965  son propre paragraphe.
28966 \lang english
28967
28968 \begin_inset Box Shaded
28969 position "t"
28970 hor_pos "c"
28971 has_inner_box 0
28972 inner_pos "t"
28973 use_parbox 0
28974 use_makebox 0
28975 width "50col%"
28976 special "none"
28977 height "1in"
28978 height_special "totalheight"
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 Boîte avec fond ombré
28983 \end_layout
28984
28985 \end_inset
28986
28987
28988 \end_layout
28989
28990 \begin_layout Description
28991 Cadre
28992 \begin_inset space ~
28993 \end_inset
28994
28995 rectangulaire
28996 \begin_inset space ~
28997 \end_inset
28998
28999 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29000  boîte.
29001  L'épaisseur du trait du cadre interne est de 0.75
29002 \begin_inset space \thinspace{}
29003 \end_inset
29004
29005
29006 \series bold
29007
29008 \backslash
29009 fboxrule
29010 \series default
29011 , l'épaisseur du trait du cadre externe est de 1.5
29012 \begin_inset space \thinspace{}
29013 \end_inset
29014
29015
29016 \series bold
29017
29018 \backslash
29019 fboxrule
29020 \series default
29021 .
29022  La distance entre les deux cadres est de  1.5
29023 \begin_inset space \thinspace{}
29024 \end_inset
29025
29026
29027 \series bold
29028
29029 \backslash
29030 fboxrule
29031 \series default
29032
29033 \begin_inset space \thinspace{}
29034 \end_inset
29035
29036 +
29037 \begin_inset space \thinspace{}
29038 \end_inset
29039
29040 0.5
29041 \begin_inset space \thinspace{}
29042 \end_inset
29043
29044 pt.
29045  
29046 \begin_inset Box Doublebox
29047 position "c"
29048 hor_pos "c"
29049 has_inner_box 1
29050 inner_pos "c"
29051 use_parbox 0
29052 use_makebox 0
29053 width "20col%"
29054 special "none"
29055 height "1in"
29056 height_special "totalheight"
29057 status open
29058
29059 \begin_layout Plain Layout
29060 \align center
29061 Boîte double
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Standard
29070 \begin_inset VSpace bigskip
29071 \end_inset
29072
29073 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29074  style de boîte utilisé.
29075  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29076  le paquetage LaTeX 
29077 \series bold
29078 fancybox
29079 \series default
29080
29081 \begin_inset Index idx
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 Paquetages LaTeX ! fancybox
29086 \end_layout
29087
29088 \end_inset
29089
29090 .
29091 \end_layout
29092
29093 \begin_layout Standard
29094 \begin_inset VSpace bigskip
29095 \end_inset
29096
29097 Quand vous utilisez le style de décoration 
29098 \family sans
29099 cadre rectangulaire simple
29100 \family default
29101  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29102  de la boîte.
29103  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29104  prendra toute la largeur de la colonne, la boîte sera considérée comme
29105  son propre paragraphe et 
29106 \series bold
29107
29108 \backslash
29109 fboxrule
29110 \series default
29111  et 
29112 \series bold
29113
29114 \backslash
29115 fboxsep
29116 \series default
29117  n'ont aucun effet sur ce type de boîte.
29118  L'épaisseur de la ligne du cadre a la valeur de 
29119 \series bold
29120
29121 \backslash
29122 FrameRule
29123 \series default
29124 .
29125  
29126 \begin_inset Box Framed
29127 position "t"
29128 hor_pos "c"
29129 has_inner_box 0
29130 inner_pos "t"
29131 use_parbox 0
29132 use_makebox 0
29133 width "100col%"
29134 special "none"
29135 height "1in"
29136 height_special "totalheight"
29137 status collapsed
29138
29139 \begin_layout Plain Layout
29140 Boîte avec cadre simple et sauts de page
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Section
29149 Personnalisation des boîtes
29150 \begin_inset Index idx
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154 Boîtes! Personnalisation
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Standard
29163 La valeur implicite pour la variable 
29164 \series bold
29165
29166 \backslash
29167 fboxrule
29168 \series default
29169  est 0.4
29170 \begin_inset space \thinspace{}
29171 \end_inset
29172
29173 pt.
29174  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29175  pour avoir 2
29176 \begin_inset space \thinspace{}
29177 \end_inset
29178
29179 pt :
29180 \end_layout
29181
29182 \begin_layout Standard
29183
29184 \series bold
29185
29186 \backslash
29187 setlength{
29188 \backslash
29189 fboxrule}{2pt}
29190 \end_layout
29191
29192 \begin_layout Standard
29193 \begin_inset ERT
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197
29198
29199 \backslash
29200 setlength{
29201 \backslash
29202 fboxrule}{2pt}
29203 \end_layout
29204
29205 \end_inset
29206
29207
29208 \begin_inset Box Boxed
29209 position "c"
29210 hor_pos "c"
29211 has_inner_box 1
29212 inner_pos "c"
29213 use_parbox 0
29214 use_makebox 0
29215 width "25col%"
29216 special "none"
29217 height "1in"
29218 height_special "totalheight"
29219 status open
29220
29221 \begin_layout Plain Layout
29222 \align center
29223 Boîte rectangulaire avec 
29224 \series bold
29225
29226 \backslash
29227 fboxrule
29228 \series default
29229
29230 \begin_inset space \thinspace{}
29231 \end_inset
29232
29233 =
29234 \begin_inset space \thinspace{}
29235 \end_inset
29236
29237 2
29238 \begin_inset space \thinspace{}
29239 \end_inset
29240
29241 pt
29242 \end_layout
29243
29244 \end_inset
29245
29246
29247 \begin_inset ERT
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251
29252
29253 \backslash
29254 setlength{
29255 \backslash
29256 fboxrule}{0.4pt}
29257 \end_layout
29258
29259 \end_inset
29260
29261
29262 \end_layout
29263
29264 \begin_layout Standard
29265 \begin_inset VSpace bigskip
29266 \end_inset
29267
29268 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29269  les types de cadres, implicitement il est de 3
29270 \begin_inset space \thinspace{}
29271 \end_inset
29272
29273 pt.
29274  Vous pouvez le modifier en donnant une autre valeur à la variable 
29275 \series bold
29276
29277 \backslash
29278 fboxsep
29279 \series default
29280 .
29281  Par exemple la commande
29282 \end_layout
29283
29284 \begin_layout Standard
29285
29286 \series bold
29287
29288 \backslash
29289 setlength{
29290 \backslash
29291 fboxsep}{10pt}
29292 \end_layout
29293
29294 \begin_layout Standard
29295 met une valeur de 10
29296 \begin_inset space \thinspace{}
29297 \end_inset
29298
29299 pt, comme celle utilisée pour cette boîte :
29300 \end_layout
29301
29302 \begin_layout Standard
29303 \begin_inset ERT
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307
29308
29309 \backslash
29310 setlength{
29311 \backslash
29312 fboxsep}{10pt}
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \begin_inset Box Boxed
29319 position "c"
29320 hor_pos "c"
29321 has_inner_box 1
29322 inner_pos "c"
29323 use_parbox 0
29324 use_makebox 0
29325 width "25col%"
29326 special "none"
29327 height "1in"
29328 height_special "totalheight"
29329 status open
29330
29331 \begin_layout Plain Layout
29332 \align center
29333 Boîte rectangulaire avec 
29334 \series bold
29335
29336 \backslash
29337 fboxsep
29338 \series default
29339
29340 \begin_inset space \thinspace{}
29341 \end_inset
29342
29343 =
29344 \begin_inset space \thinspace{}
29345 \end_inset
29346
29347 10
29348 \begin_inset space \thinspace{}
29349 \end_inset
29350
29351 pt
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \begin_inset ERT
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361
29362
29363 \backslash
29364 setlength{
29365 \backslash
29366 fboxsep}{3pt}
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375 \begin_inset VSpace bigskip
29376 \end_inset
29377
29378 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29379  la commande 
29380 \series bold
29381
29382 \backslash
29383 cornersize
29384 \series default
29385 .
29386  Par exemple, la commande
29387 \end_layout
29388
29389 \begin_layout Standard
29390
29391 \series bold
29392
29393 \backslash
29394 cornersize*{1cm}
29395 \end_layout
29396
29397 \begin_layout Standard
29398 donne un diamètre de 1
29399 \begin_inset space \thinspace{}
29400 \end_inset
29401
29402 cm.
29403  La commande
29404 \end_layout
29405
29406 \begin_layout Standard
29407
29408 \series bold
29409
29410 \backslash
29411 cornersize{num}
29412 \end_layout
29413
29414 \begin_layout Standard
29415 fixe le diamètre à 
29416 \family sans
29417 num
29418 \begin_inset space \thinspace{}
29419 \end_inset
29420
29421 ×
29422 \begin_inset space \thinspace{}
29423 \end_inset
29424
29425 minimum(largeur et hauteur de la boîte)
29426 \family default
29427 .
29428  La valeur implicite est 
29429 \series bold
29430
29431 \backslash
29432 cornersize{0.5}
29433 \series default
29434 .
29435 \end_layout
29436
29437 \begin_layout Standard
29438 \begin_inset ERT
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442
29443
29444 \backslash
29445 cornersize*{1.5cm}
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \begin_inset Box Ovalbox
29452 position "c"
29453 hor_pos "c"
29454 has_inner_box 1
29455 inner_pos "c"
29456 use_parbox 0
29457 use_makebox 0
29458 width "25col%"
29459 special "none"
29460 height "1in"
29461 height_special "totalheight"
29462 status open
29463
29464 \begin_layout Plain Layout
29465 \align center
29466 Boîte ovale avec 
29467 \series bold
29468
29469 \backslash
29470 cornersize
29471 \series default
29472
29473 \begin_inset space \thinspace{}
29474 \end_inset
29475
29476 =
29477 \begin_inset space \thinspace{}
29478 \end_inset
29479
29480 1.5
29481 \begin_inset space \thinspace{}
29482 \end_inset
29483
29484 cm
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \begin_inset ERT
29491 status collapsed
29492
29493 \begin_layout Plain Layout
29494
29495
29496 \backslash
29497 cornersize{0.5}
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \begin_layout Standard
29506 \begin_inset VSpace bigskip
29507 \end_inset
29508
29509 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29510  
29511 \series bold
29512
29513 \backslash
29514 shadowsize
29515 \series default
29516 .
29517  Elle est fixée à 2
29518 \begin_inset space \thinspace{}
29519 \end_inset
29520
29521 pt pour la boîte suivante par la commande :
29522 \end_layout
29523
29524 \begin_layout Standard
29525
29526 \series bold
29527
29528 \backslash
29529 setlength{
29530 \backslash
29531 shadowsize}{2pt}
29532 \end_layout
29533
29534 \begin_layout Standard
29535 \begin_inset ERT
29536 status collapsed
29537
29538 \begin_layout Plain Layout
29539
29540
29541 \backslash
29542 setlength{
29543 \backslash
29544 shadowsize}{2pt}
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \begin_inset Box Shadowbox
29551 position "c"
29552 hor_pos "c"
29553 has_inner_box 1
29554 inner_pos "c"
29555 use_parbox 0
29556 use_makebox 0
29557 width "25col%"
29558 special "none"
29559 height "1in"
29560 height_special "totalheight"
29561 status open
29562
29563 \begin_layout Plain Layout
29564 \align center
29565 Boîte ombrée avec 
29566 \series bold
29567
29568 \backslash
29569 shadowsize
29570 \series default
29571
29572 \begin_inset space \thinspace{}
29573 \end_inset
29574
29575 =
29576 \begin_inset space \thinspace{}
29577 \end_inset
29578
29579 2
29580 \begin_inset space \thinspace{}
29581 \end_inset
29582
29583 pt
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \begin_inset ERT
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593
29594
29595 \backslash
29596 setlength{
29597 \backslash
29598 shadowsize}{4pt}
29599 \end_layout
29600
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Standard
29607 \begin_inset VSpace bigskip
29608 \end_inset
29609
29610
29611 \end_layout
29612
29613 \begin_layout Standard
29614 La valeur implicite pour la longueur 
29615 \series bold
29616
29617 \backslash
29618 FrameRule
29619 \series default
29620  est 0,4
29621 \begin_inset space \thinspace{}
29622 \end_inset
29623
29624 pt.
29625  L'espacement implicite entre le contenu de la note et le cadre est de 9
29626 \begin_inset space \thinspace{}
29627 \end_inset
29628
29629 pt et il peut être modifié en utilisant la valeur de 
29630 \series bold
29631
29632 \backslash
29633 FrameSep
29634 \series default
29635 .
29636  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29637  suivantes en code TeX
29638 \end_layout
29639
29640 \begin_layout Standard
29641
29642 \series bold
29643
29644 \backslash
29645 setlength{
29646 \backslash
29647 FrameRule}{5pt}
29648 \begin_inset Newline newline
29649 \end_inset
29650
29651
29652 \backslash
29653 setlength{
29654 \backslash
29655 FrameSep}{0.5cm}
29656 \end_layout
29657
29658 \begin_layout Standard
29659 \begin_inset ERT
29660 status collapsed
29661
29662 \begin_layout Plain Layout
29663
29664
29665 \backslash
29666 setlength{
29667 \backslash
29668 FrameRule}{5pt}
29669 \end_layout
29670
29671 \begin_layout Plain Layout
29672
29673
29674 \backslash
29675 setlength{
29676 \backslash
29677 FrameSep}{0.5cm}
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \begin_inset Box Framed
29684 position "t"
29685 hor_pos "c"
29686 has_inner_box 0
29687 inner_pos "t"
29688 use_parbox 0
29689 use_makebox 0
29690 width "100col%"
29691 special "none"
29692 height "1in"
29693 height_special "totalheight"
29694 status open
29695
29696 \begin_layout Plain Layout
29697 Ceci est un texte dans une boîte autorisant les 
29698 \family sans
29699 sauts de page
29700 \family default
29701 .
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \begin_inset ERT
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711
29712
29713 \backslash
29714 setlength{
29715 \backslash
29716 FrameRule}{0.4pt}
29717 \end_layout
29718
29719 \begin_layout Plain Layout
29720
29721
29722 \backslash
29723 setlength{
29724 \backslash
29725 FrameSep}{9pt}
29726 \end_layout
29727
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Standard
29734
29735 \lang english
29736 \begin_inset VSpace bigskip
29737 \end_inset
29738
29739
29740 \end_layout
29741
29742 \begin_layout Standard
29743 Pour les boîtes à 
29744 \family sans
29745 Fond
29746 \begin_inset space ~
29747 \end_inset
29748
29749 ombré
29750 \family default
29751 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29752  3
29753 \begin_inset space \thinspace{}
29754 \end_inset
29755
29756 pt et il peut être modifié avec la valeur de 
29757 \series bold
29758
29759 \backslash
29760 fboxsep
29761 \series default
29762 .
29763  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29764  localement avec la commande 
29765 \series bold
29766
29767 \backslash
29768 definecolor{shadecolor}
29769 \series default
29770 , soit globalement avec le menu 
29771 \family sans
29772 Outils\SpecialChar \menuseparator
29773 Préférences
29774 \family default
29775 \SpecialChar \menuseparator
29776
29777 \family sans
29778 Couleurs\SpecialChar \menuseparator
29779 boîte
29780 \begin_inset space ~
29781 \end_inset
29782
29783 ombrée
29784 \family default
29785 .
29786  La syntaxe de la commande 
29787 \series bold
29788
29789 \backslash
29790 definecolor
29791 \series default
29792  est expliquée dans la section
29793 \begin_inset space ~
29794 \end_inset
29795
29796
29797 \begin_inset CommandInset ref
29798 LatexCommand ref
29799 reference "sec:Tableaux-Colorés"
29800
29801 \end_inset
29802
29803
29804 \begin_inset Foot
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808 Notez que l'utilisation de 
29809 \series bold
29810
29811 \backslash
29812 definecolor
29813 \series default
29814  ne peut se faire sans le paquetage LaTeX 
29815 \series bold
29816 color
29817 \series default
29818  dans le préambule, voir la section
29819 \begin_inset space ~
29820 \end_inset
29821
29822
29823 \begin_inset CommandInset ref
29824 LatexCommand ref
29825 reference "sec:Boîtes-colorées"
29826
29827 \end_inset
29828
29829 .
29830  
29831 \end_layout
29832
29833 \end_inset
29834
29835 .
29836 \end_layout
29837
29838 \begin_layout Standard
29839 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29840  les commandes en code TeX suivantes
29841 \end_layout
29842
29843 \begin_layout Standard
29844
29845 \series bold
29846
29847 \backslash
29848 setlength{
29849 \backslash
29850 fboxsep}{0.5cm}
29851 \series default
29852
29853 \begin_inset Newline newline
29854 \end_inset
29855
29856
29857 \series bold
29858
29859 \backslash
29860 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29861 \end_layout
29862
29863 \begin_layout Standard
29864 \begin_inset ERT
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868
29869
29870 \backslash
29871 setlength{
29872 \backslash
29873 fboxsep}{0.5cm}
29874 \end_layout
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29881 \end_layout
29882
29883 \end_inset
29884
29885
29886 \begin_inset Box Shaded
29887 position "t"
29888 hor_pos "c"
29889 has_inner_box 0
29890 inner_pos "t"
29891 use_parbox 0
29892 use_makebox 0
29893 width "100col%"
29894 special "none"
29895 height "1in"
29896 height_special "totalheight"
29897 status open
29898
29899 \begin_layout Plain Layout
29900
29901 \color yellow
29902 Ceci est un texte jaune dans une boîte à 
29903 \family sans
29904 Fond
29905 \begin_inset space ~
29906 \end_inset
29907
29908 ombré
29909 \family default
29910 \color inherit
29911  
29912 \color yellow
29913 avec un fond vert foncé.
29914 \end_layout
29915
29916 \end_inset
29917
29918
29919 \begin_inset ERT
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923
29924
29925 \backslash
29926 setlength{
29927 \backslash
29928 fboxsep}{3pt}
29929 \end_layout
29930
29931 \begin_layout Plain Layout
29932
29933
29934 \backslash
29935 definecolor{shadecolor}{rgb}{1,0,0}
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Standard
29944
29945 \lang english
29946 \begin_inset VSpace bigskip
29947 \end_inset
29948
29949
29950 \end_layout
29951
29952 \begin_layout Standard
29953 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29954  les boîtes qui suivent la commandes qui les a changées.
29955 \end_layout
29956
29957 \begin_layout Section
29958 Minipages
29959 \begin_inset CommandInset label
29960 LatexCommand label
29961 name "sec:Minipages"
29962
29963 \end_inset
29964
29965
29966 \begin_inset Index idx
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970 Boîtes ! Minipages
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \begin_layout Standard
29979 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29980 ur d'une page.
29981  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29982  règles d'indentation, de saut de ligne, etc.
29983  s'appliquent.
29984 \end_layout
29985
29986 \begin_layout Standard
29987 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29988  langues.
29989 \end_layout
29990
29991 \begin_layout Standard
29992 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29993  Leur largeur est fixée à 45
29994 \begin_inset space \thinspace{}
29995 \end_inset
29996
29997 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29998  via le menu 
29999 \family sans
30000 Insérer\SpecialChar \menuseparator
30001 Typographie
30002 \begin_inset space ~
30003 \end_inset
30004
30005 spéciale\SpecialChar \menuseparator
30006 Ressort
30007 \begin_inset space ~
30008 \end_inset
30009
30010 Horizontal
30011 \family default
30012 .
30013 \end_layout
30014
30015 \begin_layout Standard
30016
30017 \end_layout
30018
30019 \begin_layout Standard
30020
30021 \lang english
30022 \begin_inset Box Frameless
30023 position "t"
30024 hor_pos "c"
30025 has_inner_box 1
30026 inner_pos "c"
30027 use_parbox 0
30028 use_makebox 0
30029 width "45col%"
30030 special "none"
30031 height "1in"
30032 height_special "totalheight"
30033 status open
30034
30035 \begin_layout Plain Layout
30036
30037 \lang german
30038 Dies ist ein deutscher Text.
30039  Dies ist ein deutscher Text.
30040  Dies ist ein deutscher Text.
30041  Dies ist ein deutscher Text.
30042  Dies ist ein deutscher Text.
30043  Dies ist ein deutscher Text.
30044  Dies ist ein deutscher Text.
30045  Dies ist ein deutscher Text.
30046  Dies ist ein deutscher Text.
30047  Dies ist ein deutscher Text.
30048  Dies ist ein deutscher Text.
30049  Dies ist ein deutscher Text.
30050  Dies ist ein deutscher Text
30051 \begin_inset Foot
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056 \lang german
30057 Dies ist eine deutsche Fußnote.
30058 \end_layout
30059
30060 \end_inset
30061
30062 .
30063  Dies ist ein deutscher Text.
30064  Dies ist ein deutscher Text.
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \begin_inset space \hfill{}
30071 \end_inset
30072
30073
30074 \begin_inset Box Frameless
30075 position "t"
30076 hor_pos "c"
30077 has_inner_box 1
30078 inner_pos "c"
30079 use_parbox 0
30080 use_makebox 0
30081 width "45col%"
30082 special "none"
30083 height "1in"
30084 height_special "totalheight"
30085 status open
30086
30087 \begin_layout Plain Layout
30088
30089 \lang english
30090 This is an English Text.
30091  This is an English Text.
30092  This is an English Text.
30093  This is an English Text.
30094  This is an English Text.
30095  This is an English Text.
30096  This is an English Text.
30097  This is an English Text.
30098  This is an English Text.
30099  This is an English Text.
30100  This is an English Text.
30101  This is an English Text.
30102  This is an English Text.
30103  This is an English Text.
30104  This is an English Text.
30105  This is an English Text.
30106 \begin_inset Foot
30107 status collapsed
30108
30109 \begin_layout Plain Layout
30110
30111 \lang english
30112 This is an English footnote.
30113 \end_layout
30114
30115 \end_inset
30116
30117  This is an English Text.
30118  
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Standard
30127 \begin_inset VSpace bigskip
30128 \end_inset
30129
30130 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30131  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30132  minipages, même si vous les avez mis par exemple à 
30133 \family sans
30134 Moyen
30135 \family default
30136  dans les paramètres du document.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30141  portion de texte, voyez la section
30142 \begin_inset space ~
30143 \end_inset
30144
30145
30146 \begin_inset CommandInset ref
30147 LatexCommand ref
30148 reference "sub:Couleur-pour-les-Paragraphes"
30149
30150 \end_inset
30151
30152 .
30153 \end_layout
30154
30155 \begin_layout Standard
30156 \begin_inset Note Greyedout
30157 status open
30158
30159 \begin_layout Plain Layout
30160
30161 \series bold
30162 Note:
30163 \series default
30164  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30165  mais les minipages peuvent être utilisées dans un tableau, un flottant
30166  ou une autre boîte.
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \begin_layout Section
30175 Les Parboxes
30176 \begin_inset CommandInset label
30177 LatexCommand label
30178 name "sec:Parboxes"
30179
30180 \end_inset
30181
30182
30183 \begin_inset Index idx
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187 Boîtes ! Parboxes
30188 \end_layout
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \begin_layout Standard
30196 \begin_inset Note Note
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200
30201 \lang english
30202 En attendant une traduction de parbox (NdT)
30203 \end_layout
30204
30205 \end_inset
30206
30207 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30208  ne peuvent avoir de note de bas de page.
30209 \end_layout
30210
30211 \begin_layout Standard
30212 \align center
30213 \begin_inset Box Frameless
30214 position "t"
30215 hor_pos "c"
30216 has_inner_box 1
30217 inner_pos "t"
30218 use_parbox 1
30219 use_makebox 0
30220 width "33col%"
30221 special "none"
30222 height "1in"
30223 height_special "totalheight"
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227 Ceci est un texte à l'intérieur d'une parbox.
30228  Ceci est un texte à l'intérieur d'une parbox.
30229 \end_layout
30230
30231 \begin_layout Plain Layout
30232 Cette note de bas de page ne devrait pas apparaître :
30233 \begin_inset Foot
30234 status open
30235
30236 \begin_layout Plain Layout
30237 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30238  pas.
30239 \end_layout
30240
30241 \end_inset
30242
30243
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \end_layout
30250
30251 \begin_layout Section
30252 Des Boîtes pour les Mots et les Caractères
30253 \begin_inset Index idx
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257 Boîtes ! Pour les caractères
30258 \end_layout
30259
30260 \end_inset
30261
30262
30263 \end_layout
30264
30265 \begin_layout Subsection
30266 Empêcher la Césure
30267 \begin_inset CommandInset label
30268 LatexCommand label
30269 name "sec:Empêcher-césure"
30270
30271 \end_inset
30272
30273
30274 \begin_inset Index idx
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278 Boîtes ! Pour empêcher la césure
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \end_layout
30285
30286 \begin_layout Standard
30287 Vous pouvez utiliser une boîte de type 
30288 \family sans
30289 Makebox
30290 \family default
30291  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30292 \begin_inset Newline newline
30293 \end_inset
30294
30295 Voici un exemple de texte :
30296 \end_layout
30297
30298 \begin_layout Standard
30299 Cette ligne est un exemple comment vous pouvez empêcher une césure
30300 \begin_inset space ~
30301 \end_inset
30302
30303
30304 \begin_inset Quotes eld
30305 \end_inset
30306
30307 motTrèsTrèsLong
30308 \begin_inset Quotes erd
30309 \end_inset
30310
30311
30312 \end_layout
30313
30314 \begin_layout Standard
30315 Pour empêcher que le mot 
30316 \begin_inset Quotes eld
30317 \end_inset
30318
30319 motTrèsTrèsLong
30320 \begin_inset Quotes erd
30321 \end_inset
30322
30323  soit coupé, mettez le mot dans une boîte, mettez 
30324 \family sans
30325 Boîte
30326 \begin_inset space ~
30327 \end_inset
30328
30329 intérieure
30330 \family default
30331  à 
30332 \family sans
30333 Makebox
30334 \family default
30335  et sa largeur à 1
30336 \begin_inset space \thinspace{}
30337 \end_inset
30338
30339 Largeur.
30340 \end_layout
30341
30342 \begin_layout Standard
30343 Voici le résultat :
30344 \end_layout
30345
30346 \begin_layout Standard
30347 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30348 \begin_inset Box Frameless
30349 position "t"
30350 hor_pos "c"
30351 has_inner_box 1
30352 inner_pos "t"
30353 use_parbox 0
30354 use_makebox 1
30355 width "1in"
30356 special "width"
30357 height "1in"
30358 height_special "totalheight"
30359 status open
30360
30361 \begin_layout Plain Layout
30362 motTrèsTrèsLong
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \end_layout
30369
30370 \begin_layout Standard
30371 Une autre méthode consiste à mettre la commande 
30372 \begin_inset Quotes eld
30373 \end_inset
30374
30375
30376 \series bold
30377
30378 \backslash
30379 -
30380 \series default
30381
30382 \begin_inset Quotes grd
30383 \end_inset
30384
30385  en code TeX, juste avant le mot :
30386 \end_layout
30387
30388 \begin_layout Standard
30389 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30390 \begin_inset Quotes eld
30391 \end_inset
30392
30393
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399
30400 \backslash
30401 -
30402 \end_layout
30403
30404 \end_inset
30405
30406 motTrèsTrèsLong
30407 \begin_inset Quotes erd
30408 \end_inset
30409
30410
30411 \end_layout
30412
30413 \begin_layout Standard
30414 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30415  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30416 \family sans
30417 Insérer\SpecialChar \menuseparator
30418 Typographie
30419 \begin_inset space ~
30420 \end_inset
30421
30422 spéciale\SpecialChar \menuseparator
30423 Passage
30424 \begin_inset space ~
30425 \end_inset
30426
30427 à
30428 \begin_inset space ~
30429 \end_inset
30430
30431 la
30432 \begin_inset space ~
30433 \end_inset
30434
30435 Ligne
30436 \family default
30437  (raccourci 
30438 \family sans
30439 Ctrl-Entrée
30440 \family default
30441 ) :
30442 \end_layout
30443
30444 \begin_layout Standard
30445 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30446 \begin_inset Newline newline
30447 \end_inset
30448
30449
30450 \begin_inset Box Frameless
30451 position "t"
30452 hor_pos "c"
30453 has_inner_box 1
30454 inner_pos "t"
30455 use_parbox 0
30456 use_makebox 1
30457 width "1in"
30458 special "width"
30459 height "1in"
30460 height_special "totalheight"
30461 status open
30462
30463 \begin_layout Plain Layout
30464 \begin_inset Quotes eld
30465 \end_inset
30466
30467 motTrèsTrèsLong
30468 \begin_inset Quotes erd
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \end_layout
30478
30479 \begin_layout Subsection
30480 Alignement Vertical
30481 \begin_inset CommandInset label
30482 LatexCommand label
30483 name "sub:Alignement-Vertical"
30484
30485 \end_inset
30486
30487
30488 \begin_inset Index idx
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492 Boîtes ! Pour l'alignement vertical
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset Index idx
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502 Boîtes ! Boîtes élévatrices
30503 \end_layout
30504
30505 \end_inset
30506
30507
30508 \begin_inset Index idx
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512 Raisebox|see
30513 \begin_inset ERT
30514 status collapsed
30515
30516 \begin_layout Plain Layout
30517
30518 {
30519 \end_layout
30520
30521 \end_inset
30522
30523 Boîtes élévatrices
30524 \begin_inset ERT
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529 }
30530 \end_layout
30531
30532 \end_inset
30533
30534
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Avec la commande 
30544 \series bold
30545
30546 \backslash
30547 raisebox
30548 \series default
30549  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30550  par rapport au texte qui l'entoure.
30551  La commande
30552 \series bold
30553  
30554 \backslash
30555 raisebox
30556 \series default
30557  s'utilise en suivant la syntaxe suivante :
30558 \end_layout
30559
30560 \begin_layout Standard
30561
30562 \series bold
30563
30564 \backslash
30565 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30566 \end_layout
30567
30568 \begin_layout Standard
30569 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30570  pour l'abaisser.
30571 \end_layout
30572
30573 \begin_layout Standard
30574 Pour aligner le mot 
30575 \begin_inset Quotes eld
30576 \end_inset
30577
30578 empêcher
30579 \begin_inset Quotes erd
30580 \end_inset
30581
30582  de façon à ce que le point le plus bas du caractère le plus 
30583 \begin_inset Quotes eld
30584 \end_inset
30585
30586 profond
30587 \begin_inset Quotes erd
30588 \end_inset
30589
30590 , le 
30591 \begin_inset Quotes eld
30592 \end_inset
30593
30594 p
30595 \begin_inset Quotes erd
30596 \end_inset
30597
30598 , soit au niveau de la ligne de base, insérez la commande 
30599 \end_layout
30600
30601 \begin_layout Standard
30602
30603 \series bold
30604
30605 \backslash
30606 raisebox{
30607 \backslash
30608 depth}{
30609 \end_layout
30610
30611 \begin_layout Standard
30612 en code TeX avant le mot.
30613  Insérez après le mot l'accolade fermante 
30614 \begin_inset Quotes eld
30615 \end_inset
30616
30617
30618 \series bold
30619 }
30620 \series default
30621
30622 \begin_inset Quotes erd
30623 \end_inset
30624
30625  en code TeX.
30626 \begin_inset Newline newline
30627 \end_inset
30628
30629 Voici le résultat :
30630 \end_layout
30631
30632 \begin_layout Standard
30633 Cette ligne de texte contient le mot 
30634 \begin_inset ERT
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638
30639
30640 \backslash
30641 raisebox{
30642 \backslash
30643 depth}{
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \begin_inset Quotes eld
30650 \end_inset
30651
30652 empêcher
30653 \begin_inset Quotes erd
30654 \end_inset
30655
30656
30657 \begin_inset ERT
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661
30662 }
30663 \end_layout
30664
30665 \end_inset
30666
30667  comme mot élevé.
30668 \end_layout
30669
30670 \begin_layout Standard
30671 \begin_inset VSpace bigskip
30672 \end_inset
30673
30674 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30675  entre les lignes va être agrandie :
30676 \end_layout
30677
30678 \begin_layout Standard
30679 Cette ligne de texte contient le mot
30680 \begin_inset ERT
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684
30685
30686 \backslash
30687 raisebox{-
30688 \backslash
30689 depth}{
30690 \end_layout
30691
30692 \end_inset
30693
30694
30695 \begin_inset Quotes eld
30696 \end_inset
30697
30698 empêcher
30699 \begin_inset Quotes erd
30700 \end_inset
30701
30702
30703 \begin_inset ERT
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707
30708 }
30709 \end_layout
30710
30711 \end_inset
30712
30713  comme mot abaissé.
30714 \begin_inset Newline newline
30715 \end_inset
30716
30717 Cette ligne de texte contient le mot 
30718 \begin_inset ERT
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722
30723
30724 \backslash
30725 raisebox{0.5cm}{
30726 \end_layout
30727
30728 \end_inset
30729
30730
30731 \begin_inset Quotes eld
30732 \end_inset
30733
30734 tester
30735 \begin_inset Quotes erd
30736 \end_inset
30737
30738
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743
30744 }
30745 \end_layout
30746
30747 \end_inset
30748
30749  comme mot élevé.
30750 \end_layout
30751
30752 \begin_layout Standard
30753 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30754  mettez la hauteur de la boîte à zéro.
30755  Par exemple utilisez
30756 \end_layout
30757
30758 \begin_layout Standard
30759
30760 \series bold
30761
30762 \backslash
30763 raisebox{-
30764 \backslash
30765 depth}[0pt]{
30766 \end_layout
30767
30768 \begin_layout Standard
30769 Cette ligne de texte contient le mot
30770 \begin_inset ERT
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774
30775
30776 \backslash
30777 raisebox{-
30778 \backslash
30779 depth}[0pt]{
30780 \end_layout
30781
30782 \end_inset
30783
30784
30785 \begin_inset Quotes eld
30786 \end_inset
30787
30788 empêcher
30789 \begin_inset Quotes erd
30790 \end_inset
30791
30792
30793 \begin_inset ERT
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797
30798 }
30799 \end_layout
30800
30801 \end_inset
30802
30803  comme mot abaissé.
30804 \begin_inset Newline newline
30805 \end_inset
30806
30807 Cette ligne de texte contient le mot 
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813
30814 \backslash
30815 raisebox{0.5cm}[0pt]{
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \begin_inset Quotes eld
30822 \end_inset
30823
30824 tester
30825 \begin_inset Quotes erd
30826 \end_inset
30827
30828
30829 \begin_inset ERT
30830 status collapsed
30831
30832 \begin_layout Plain Layout
30833
30834 }
30835 \end_layout
30836
30837 \end_inset
30838
30839  comme mot élevé.
30840 \end_layout
30841
30842 \begin_layout Section
30843 Boîtes Colorées
30844 \begin_inset CommandInset label
30845 LatexCommand label
30846 name "sec:Boîtes-colorées"
30847
30848 \end_inset
30849
30850
30851 \begin_inset Index idx
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855 Boîtes ! Couleur
30856 \end_layout
30857
30858 \end_inset
30859
30860
30861 \end_layout
30862
30863 \begin_layout Subsection
30864 De la couleur pour le texte
30865 \begin_inset Index idx
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869 Couleur ! Pour le texte
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \begin_layout Standard
30878 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30879  une boîte appelée 
30880 \begin_inset Quotes eld
30881 \end_inset
30882
30883 colorbox
30884 \begin_inset Quotes erd
30885 \end_inset
30886
30887 .
30888  Cela demande que le paquetage LaTeX 
30889 \series bold
30890 color
30891 \series default
30892
30893 \begin_inset Index idx
30894 status collapsed
30895
30896 \begin_layout Plain Layout
30897 Paquetages LaTeX ! color
30898 \end_layout
30899
30900 \end_inset
30901
30902  soit chargé dans le préambule du document avec la commande
30903 \end_layout
30904
30905 \begin_layout Standard
30906
30907 \series bold
30908
30909 \backslash
30910 @ifundefined{textcolor}
30911 \begin_inset Newline newline
30912 \end_inset
30913
30914
30915 \begin_inset Phantom HPhantom
30916 status open
30917
30918 \begin_layout Plain Layout
30919
30920 \series bold
30921 \begin_inset space ~
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \end_inset
30928
30929 {
30930 \backslash
30931 usepackage{color}}{}
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Le paquetage 
30936 \series bold
30937 color
30938 \series default
30939  sera chargé automatiquement par LyX dès que vous colorez du texte.
30940 \begin_inset Foot
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30945  
30946 \series bold
30947
30948 \backslash
30949 @ifundefined
30950 \series default
30951 .
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset VSpace medskip
30961 \end_inset
30962
30963 Les boîtes colorées sont créées par la commande 
30964 \series bold
30965
30966 \backslash
30967 colorbox
30968 \series default
30969 .
30970  Elle est utilisée avec la syntaxe suivante :
30971 \end_layout
30972
30973 \begin_layout Standard
30974
30975 \series bold
30976
30977 \backslash
30978 colorbox{couleur}{contenu de la boîte}
30979 \end_layout
30980
30981 \begin_layout Standard
30982 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30983  peuvent être placées à l'intérieur d'autres boîtes.
30984 \end_layout
30985
30986 \begin_layout Standard
30987 Les couleurs suivantes sont prédéfinies ::
30988 \begin_inset Newline newline
30989 \end_inset
30990
30991
30992 \family sans
30993 black
30994 \family default
30995  (noir), 
30996 \family sans
30997 blue
30998 \family default
30999  (bleu), 
31000 \family sans
31001 cyan
31002 \family default
31003 \series bold
31004 ,
31005 \series default
31006  
31007 \family sans
31008 green
31009 \family default
31010  (vert), 
31011 \family sans
31012 magenta
31013 \family default
31014
31015 \family sans
31016 red
31017 \family default
31018  (rouge), 
31019 \family sans
31020 white
31021 \family default
31022  (blanc), and 
31023 \family sans
31024 yellow
31025 \family default
31026  (jaune).
31027 \begin_inset Newline newline
31028 \end_inset
31029
31030 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31031  section
31032 \begin_inset space ~
31033 \end_inset
31034
31035
31036 \begin_inset CommandInset ref
31037 LatexCommand ref
31038 reference "sec:Tableaux-Colorés"
31039
31040 \end_inset
31041
31042 .
31043 \end_layout
31044
31045 \begin_layout Standard
31046 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31047 \end_layout
31048
31049 \begin_layout Standard
31050
31051 \series bold
31052
31053 \backslash
31054 colorbox{red}{
31055 \end_layout
31056
31057 \begin_layout Standard
31058 avant le mot en code TeX.
31059  Insérez l'accolade fermante 
31060 \begin_inset Quotes eld
31061 \end_inset
31062
31063 }
31064 \begin_inset Quotes erd
31065 \end_inset
31066
31067  après le mot, en code TeX.
31068 \begin_inset Newline newline
31069 \end_inset
31070
31071 Voici le résultat :
31072 \end_layout
31073
31074 \begin_layout Standard
31075 Cette ligne de texte contient le mot
31076 \begin_inset ERT
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080
31081
31082 \backslash
31083 colorbox{red}{
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \begin_inset Quotes eld
31090 \end_inset
31091
31092 Attention!
31093 \begin_inset Quotes erd
31094 \end_inset
31095
31096
31097 \begin_inset ERT
31098 status collapsed
31099
31100 \begin_layout Plain Layout
31101
31102 }
31103 \end_layout
31104
31105 \end_inset
31106
31107  sur fond rouge.
31108 \end_layout
31109
31110 \begin_layout Standard
31111 \begin_inset VSpace bigskip
31112 \end_inset
31113
31114 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31115  vous pouvez utiliser la commande 
31116 \series bold
31117
31118 \backslash
31119 fcolorbox
31120 \series default
31121  avec la syntaxe suivante :
31122 \end_layout
31123
31124 \begin_layout Standard
31125
31126 \series bold
31127
31128 \backslash
31129 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31130 \end_layout
31131
31132 \begin_layout Standard
31133
31134 \series bold
31135
31136 \backslash
31137 fcolorbox
31138 \series default
31139  est une extension de 
31140 \series bold
31141
31142 \backslash
31143 colorbox
31144 \series default
31145 .
31146  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31147  peuvent être modifiés avec les variables 
31148 \series bold
31149
31150 \backslash
31151 fboxrule
31152 \series default
31153  et 
31154 \series bold
31155
31156 \backslash
31157 fboxsep
31158 \series default
31159 , comme c'est décrit dans la section
31160 \begin_inset space ~
31161 \end_inset
31162
31163
31164 \begin_inset CommandInset ref
31165 LatexCommand ref
31166 reference "sec:Décorations"
31167
31168 \end_inset
31169
31170 .
31171 \end_layout
31172
31173 \begin_layout Standard
31174 Pour l'exemple suivant, on a utilisé la commande
31175 \end_layout
31176
31177 \begin_layout Standard
31178
31179 \series bold
31180
31181 \backslash
31182 fcolorbox{cyan}{magenta}{
31183 \end_layout
31184
31185 \begin_layout Standard
31186 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31187 \begin_inset space \thinspace{}
31188 \end_inset
31189
31190 mm:
31191 \begin_inset Newline newline
31192 \end_inset
31193
31194
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200
31201 \backslash
31202 fboxrule 1mm 
31203 \backslash
31204 fboxsep 1mm
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \begin_inset ERT
31211 status collapsed
31212
31213 \begin_layout Plain Layout
31214
31215
31216 \backslash
31217 fcolorbox{cyan}{magenta}{
31218 \end_layout
31219
31220 \end_inset
31221
31222 Ce texte est dans une boîte encadrée et colorée.
31223 \begin_inset ERT
31224 status collapsed
31225
31226 \begin_layout Plain Layout
31227
31228 }
31229 \end_layout
31230
31231 \end_inset
31232
31233
31234 \end_layout
31235
31236 \begin_layout Standard
31237 \begin_inset VSpace bigskip
31238 \end_inset
31239
31240 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31241  les yeux ! - NdT) :
31242 \begin_inset Newline newline
31243 \end_inset
31244
31245
31246 \begin_inset ERT
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250
31251
31252 \backslash
31253 fcolorbox{cyan}{magenta}{
31254 \end_layout
31255
31256 \end_inset
31257
31258
31259 \color yellow
31260 Ce texte est coloré dans une boîte colorée et encadrée.
31261 \color inherit
31262
31263 \begin_inset ERT
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267
31268 }
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278
31279
31280 \backslash
31281 fboxrule 0.4pt 
31282 \backslash
31283 fboxsep 3pt
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \end_layout
31290
31291 \begin_layout Standard
31292
31293 \series bold
31294 \begin_inset VSpace medskip
31295 \end_inset
31296
31297
31298 \end_layout
31299
31300 \begin_layout Standard
31301 \begin_inset Note Greyedout
31302 status open
31303
31304 \begin_layout Plain Layout
31305
31306 \series bold
31307 Note:
31308 \series default
31309  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31310  de ligne.
31311  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31312  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \end_layout
31319
31320 \begin_layout Subsection
31321 De la couleur pour les paragraphes
31322 \begin_inset CommandInset label
31323 LatexCommand label
31324 name "sub:Couleur-pour-les-Paragraphes"
31325
31326 \end_inset
31327
31328
31329 \begin_inset Index idx
31330 status collapsed
31331
31332 \begin_layout Plain Layout
31333 Couleur ! Pour les  paragraphes
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \begin_layout Standard
31342 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31343  texte dans une minipage.
31344  Avant la minipage, insérez la commande 
31345 \series bold
31346
31347 \backslash
31348 colorbox
31349 \series default
31350  
31351 \end_layout
31352
31353 \begin_layout Standard
31354
31355 \series bold
31356
31357 \backslash
31358 colorbox{color}{
31359 \end_layout
31360
31361 \begin_layout Standard
31362 en code TeX.
31363  Après la minipage, insérez l'accolade fermante 
31364 \begin_inset Quotes eld
31365 \end_inset
31366
31367 }
31368 \begin_inset Quotes erd
31369 \end_inset
31370
31371  en code TeX.
31372 \end_layout
31373
31374 \begin_layout Standard
31375 \begin_inset ERT
31376 status collapsed
31377
31378 \begin_layout Plain Layout
31379
31380
31381 \backslash
31382 colorbox{lightgrey}{
31383 \end_layout
31384
31385 \end_inset
31386
31387
31388 \begin_inset Box Frameless
31389 position "t"
31390 hor_pos "c"
31391 has_inner_box 1
31392 inner_pos "t"
31393 use_parbox 0
31394 use_makebox 0
31395 width "100col%"
31396 special "none"
31397 height "1in"
31398 height_special "totalheight"
31399 status collapsed
31400
31401 \begin_layout Plain Layout
31402 Ce texte a un fond coloré.
31403  Ce texte a un fond coloré.
31404 \end_layout
31405
31406 \begin_layout Plain Layout
31407 \begin_inset VSpace defskip
31408 \end_inset
31409
31410 Le texte peut avoir des notes de bas de page
31411 \begin_inset Foot
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415 Un autre exemple de note de bas de page
31416 \end_layout
31417
31418 \end_inset
31419
31420  et contenir des figures et des tableaux.
31421 \end_layout
31422
31423 \begin_layout Plain Layout
31424 \align center
31425 \begin_inset Tabular
31426 <lyxtabular version="3" rows="3" columns="3">
31427 <features tabularvalignment="middle">
31428 <column alignment="center" valignment="top" width="0">
31429 <column alignment="center" valignment="top" width="0">
31430 <column alignment="center" valignment="top" width="0">
31431 <row>
31432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31433 \begin_inset Text
31434
31435 \begin_layout Plain Layout
31436 a
31437 \end_layout
31438
31439 \end_inset
31440 </cell>
31441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31442 \begin_inset Text
31443
31444 \begin_layout Plain Layout
31445 !
31446 \end_layout
31447
31448 \end_inset
31449 </cell>
31450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31451 \begin_inset Text
31452
31453 \begin_layout Plain Layout
31454 3
31455 \end_layout
31456
31457 \end_inset
31458 </cell>
31459 </row>
31460 <row>
31461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31462 \begin_inset Text
31463
31464 \begin_layout Plain Layout
31465 <
31466 \end_layout
31467
31468 \end_inset
31469 </cell>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474 b2
31475 \begin_inset Quotes erd
31476 \end_inset
31477
31478 |
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 >
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 </row>
31493 <row>
31494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31495 \begin_inset Text
31496
31497 \begin_layout Plain Layout
31498 1
31499 \end_layout
31500
31501 \end_inset
31502 </cell>
31503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507 §
31508 \end_layout
31509
31510 \end_inset
31511 </cell>
31512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31513 \begin_inset Text
31514
31515 \begin_layout Plain Layout
31516 c
31517 \end_layout
31518
31519 \end_inset
31520 </cell>
31521 </row>
31522 </lyxtabular>
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \end_inset
31530
31531
31532 \begin_inset ERT
31533 status collapsed
31534
31535 \begin_layout Plain Layout
31536
31537 }
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Section
31546 Les boîtes pivotées et redimensionnées
31547 \end_layout
31548
31549 \begin_layout Standard
31550 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31551  charger le paquetage LaTeX 
31552 \series bold
31553 graphicx
31554 \series default
31555
31556 \begin_inset Index idx
31557 status collapsed
31558
31559 \begin_layout Plain Layout
31560 Paquetages LaTeX ! graphicx
31561 \end_layout
31562
31563 \end_inset
31564
31565  dans le préambule de votre document avec la commande
31566 \end_layout
31567
31568 \begin_layout Standard
31569
31570 \series bold
31571
31572 \backslash
31573 @ifundefined{rotatebox}
31574 \begin_inset Newline newline
31575 \end_inset
31576
31577
31578 \begin_inset Phantom HPhantom
31579 status open
31580
31581 \begin_layout Plain Layout
31582
31583 \series bold
31584 \begin_inset space ~
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \end_inset
31591
31592 {
31593 \backslash
31594 usepackage{graphicx}}{}
31595 \end_layout
31596
31597 \begin_layout Standard
31598 \begin_inset Note Greyedout
31599 status open
31600
31601 \begin_layout Plain Layout
31602
31603 \series bold
31604 Note:
31605 \series default
31606  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31607  redimensionnés.
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 \begin_inset Note Greyedout
31617 status open
31618
31619 \begin_layout Plain Layout
31620
31621 \series bold
31622 Note:
31623 \series default
31624  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31625  redimensionnée.
31626 \end_layout
31627
31628 \end_inset
31629
31630
31631 \end_layout
31632
31633 \begin_layout Subsection
31634 Les Boîtes pivotées
31635 \begin_inset Index idx
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639 Boîtes ! pivotées
31640 \end_layout
31641
31642 \end_inset
31643
31644
31645 \begin_inset Index idx
31646 status collapsed
31647
31648 \begin_layout Plain Layout
31649 Pivoter des objets
31650 \end_layout
31651
31652 \end_inset
31653
31654
31655 \begin_inset Index idx
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659 Figures ! Pivotées
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \begin_inset Index idx
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669 Tableau ! Pivoter
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31679  (rotated).
31680  Une telle boîte est créée avec la commande 
31681 \series bold
31682
31683 \backslash
31684 rotatebox
31685 \series default
31686  en code TeX avec la syntaxe
31687 \end_layout
31688
31689 \begin_layout Standard
31690
31691 \series bold
31692
31693 \backslash
31694 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31695 \end_layout
31696
31697 \begin_layout Standard
31698 La position du pivot est donnée par l'origine de rotation spécifiée sous
31699  la forme 
31700 \series bold
31701 origin=position
31702 \series default
31703 .
31704  Les valeurs suivantes sont possibles pour la position: 
31705 \emph on
31706 c
31707 \emph default
31708  (centre), 
31709 \emph on
31710 l
31711 \emph default
31712  (gauche/
31713 \lang english
31714 left
31715 \lang french
31716 ), 
31717 \emph on
31718 r
31719 \emph default
31720  (droite/
31721 \lang english
31722 right
31723 \lang french
31724 ), 
31725 \emph on
31726 b
31727 \emph default
31728  (bas/
31729 \lang english
31730 bottom
31731 \lang french
31732 ), 
31733 \emph on
31734 t
31735 \emph default
31736  (haut/
31737 \lang english
31738 top
31739 \lang french
31740 ), et aussi des combinaisons des quatre positions de base.
31741  Par exemple 
31742 \emph on
31743 lt
31744 \emph default
31745  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31746  Quand on ne donne pas d'origine, la position 
31747 \emph on
31748 l
31749 \emph default
31750  est utilisée.
31751  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31752  ou négatif.
31753  Le sens positif de rotation est anti-horaire.
31754 \end_layout
31755
31756 \begin_layout Standard
31757 Dans l'exemple qui suit, la commande 
31758 \series bold
31759
31760 \backslash
31761 rotatebox[origin=c]{60}{
31762 \series default
31763  a été insérée en code TeX juste avant le texte 
31764 \begin_inset Quotes eld
31765 \end_inset
31766
31767 pivoté de 90°
31768 \begin_inset Quotes erd
31769 \end_inset
31770
31771  ; la boîte est refermée juste après le texte par une accolade fermante
31772  
31773 \begin_inset Quotes eld
31774 \end_inset
31775
31776 }
31777 \begin_inset Quotes erd
31778 \end_inset
31779
31780  en code TeX.
31781 \end_layout
31782
31783 \begin_layout Standard
31784 Voici une ligne avec du texte 
31785 \begin_inset ERT
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789
31790
31791 \backslash
31792 rotatebox[origin=c]{60}{
31793 \end_layout
31794
31795 \end_inset
31796
31797 pivoté de 60°
31798 \begin_inset ERT
31799 status collapsed
31800
31801 \begin_layout Plain Layout
31802
31803 }
31804 \end_layout
31805
31806 \end_inset
31807
31808 .
31809 \end_layout
31810
31811 \begin_layout Standard
31812 La boîte peut contenir une autre boîte ou une formule en ligne :
31813 \end_layout
31814
31815 \begin_layout Standard
31816 Voici une ligne avec du texte 
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822
31823 \backslash
31824 rotatebox[origin=r]{-60}{
31825 \end_layout
31826
31827 \end_inset
31828
31829
31830 \begin_inset Box Doublebox
31831 position "c"
31832 hor_pos "c"
31833 has_inner_box 0
31834 inner_pos "c"
31835 use_parbox 0
31836 use_makebox 0
31837 width "1in"
31838 special "width"
31839 height "1in"
31840 height_special "totalheight"
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844 pivoté de -60°
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \begin_inset ERT
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854
31855 }
31856 \end_layout
31857
31858 \end_inset
31859
31860  et encadré 
31861 \begin_inset ERT
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865
31866
31867 \backslash
31868 rotatebox[origin=lb]{60}{
31869 \end_layout
31870
31871 \end_inset
31872
31873
31874 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31875 \end_inset
31876
31877
31878 \begin_inset ERT
31879 status collapsed
31880
31881 \begin_layout Plain Layout
31882
31883 }
31884 \end_layout
31885
31886 \end_inset
31887
31888  et une formule.
31889 \end_layout
31890
31891 \begin_layout Standard
31892 ou encore une figure ou un tableau :
31893 \end_layout
31894
31895 \begin_layout Standard
31896 Voici une ligne
31897 \begin_inset ERT
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902
31903 \backslash
31904 rotatebox[origin=lb]{90}{
31905 \end_layout
31906
31907 \end_inset
31908
31909
31910 \begin_inset Graphics
31911         filename ../clipart/platypus.eps
31912         lyxscale 50
31913         width 25col%
31914
31915 \end_inset
31916
31917
31918 \begin_inset ERT
31919 status collapsed
31920
31921 \begin_layout Plain Layout
31922
31923 }
31924 \end_layout
31925
31926 \end_inset
31927
31928  avec une image pivotée de 90° 
31929 \begin_inset ERT
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933
31934
31935 \backslash
31936 rotatebox[origin=l]{-90}{
31937 \end_layout
31938
31939 \end_inset
31940
31941
31942 \begin_inset Tabular
31943 <lyxtabular version="3" rows="2" columns="2">
31944 <features tabularvalignment="middle">
31945 <column alignment="center" valignment="top" width="0">
31946 <column alignment="center" valignment="top" width="0">
31947 <row>
31948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout Plain Layout
31952 q
31953 \end_layout
31954
31955 \end_inset
31956 </cell>
31957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961 w
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 </row>
31967 <row>
31968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31969 \begin_inset Text
31970
31971 \begin_layout Plain Layout
31972 e
31973 \end_layout
31974
31975 \end_inset
31976 </cell>
31977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31978 \begin_inset Text
31979
31980 \begin_layout Plain Layout
31981 r
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 </row>
31987 </lyxtabular>
31988
31989 \end_inset
31990
31991
31992 \begin_inset ERT
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996
31997 }
31998 \end_layout
31999
32000 \end_inset
32001
32002  et un tableau.
32003 \end_layout
32004
32005 \begin_layout Subsection
32006 Les boîtes redimensionnées
32007 \begin_inset Index idx
32008 status collapsed
32009
32010 \begin_layout Plain Layout
32011 Boîtes ! Redimensionnées
32012 \end_layout
32013
32014 \end_inset
32015
32016
32017 \begin_inset Index idx
32018 status collapsed
32019
32020 \begin_layout Plain Layout
32021 Redimensionner des objets
32022 \end_layout
32023
32024 \end_inset
32025
32026
32027 \begin_inset Index idx
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031 Figures ! Redimensionnées
32032 \end_layout
32033
32034 \end_inset
32035
32036
32037 \begin_inset Index idx
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041 Tableau ! Redimensionner
32042 \end_layout
32043
32044 \end_inset
32045
32046
32047 \end_layout
32048
32049 \begin_layout Standard
32050 Pour redimensionner des objets on peut utiliser les commandes 
32051 \series bold
32052
32053 \backslash
32054 scalebox
32055 \series default
32056  et 
32057 \series bold
32058
32059 \backslash
32060 resizebox
32061 \series default
32062  insérées sous forme de code TeX.
32063 \end_layout
32064
32065 \begin_layout Standard
32066
32067 \series bold
32068
32069 \backslash
32070 scalebox
32071 \series default
32072  est utilisée avec la syntaxe suivante :
32073 \end_layout
32074
32075 \begin_layout Standard
32076
32077 \series bold
32078
32079 \backslash
32080 scalebox{horizontal}[vertical]{contenu de la boîte}
32081 \end_layout
32082
32083 \begin_layout Standard
32084 Horizontal et vertical sont les facteurs d'échelle correspondants.
32085  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32086  utilisé comme facteur vertical.
32087 \end_layout
32088
32089 \begin_layout Standard
32090 Par exemple, la commande 
32091 \series bold
32092
32093 \backslash
32094 scalebox{2}{Bonjour}
32095 \series default
32096  crée un 
32097 \begin_inset ERT
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101
32102
32103 \backslash
32104 scalebox{2}{
32105 \end_layout
32106
32107 \end_inset
32108
32109 Bonjour
32110 \begin_inset ERT
32111 status collapsed
32112
32113 \begin_layout Plain Layout
32114
32115 }
32116 \end_layout
32117
32118 \end_inset
32119
32120  de taille double par rapport à la taille du texte du document.
32121 \end_layout
32122
32123 \begin_layout Standard
32124
32125 \series bold
32126
32127 \backslash
32128 scalebox{2}[1]{Hello}
32129 \series default
32130  au contraire va déformer le 
32131 \begin_inset ERT
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135
32136
32137 \backslash
32138 scalebox{2}[1]{
32139 \end_layout
32140
32141 \end_inset
32142
32143 Bonjour
32144 \begin_inset ERT
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148
32149 }
32150 \end_layout
32151
32152 \end_inset
32153
32154 .
32155 \end_layout
32156
32157 \begin_layout Standard
32158 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32159  La commande 
32160 \series bold
32161
32162 \backslash
32163 scalebox{-1}[1]{Hello}
32164 \series default
32165  peut donc être utilisée pour créer du texte en miroir : 
32166 \begin_inset ERT
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170
32171
32172 \backslash
32173 scalebox{-1}[1]{
32174 \end_layout
32175
32176 \end_inset
32177
32178 Bonjour
32179 \begin_inset ERT
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183
32184 }
32185 \end_layout
32186
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \begin_layout Standard
32193
32194 \series bold
32195
32196 \backslash
32197 scalebox{1}[-1]{Bonjour}
32198 \series default
32199  effectue une réflexion du 
32200 \begin_inset ERT
32201 status collapsed
32202
32203 \begin_layout Plain Layout
32204
32205
32206 \backslash
32207 scalebox{1}[-1]{
32208 \end_layout
32209
32210 \end_inset
32211
32212 Bonjour
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218 }
32219 \end_layout
32220
32221 \end_inset
32222
32223  par rapport à la ligne de base.
32224 \end_layout
32225
32226 \begin_layout Standard
32227 La commande 
32228 \series bold
32229
32230 \backslash
32231 reflectbox{contenu de la boîte} 
32232 \series default
32233 existe aussi et est équivalente à
32234 \series bold
32235  
32236 \backslash
32237 scalebox{-1}[1]{contenu de la boîte}.
32238
32239 \series default
32240  
32241 \begin_inset Newline newline
32242 \end_inset
32243
32244
32245 \end_layout
32246
32247 \begin_layout Standard
32248 \begin_inset VSpace bigskip
32249 \end_inset
32250
32251 La commande 
32252 \series bold
32253
32254 \backslash
32255 resizebox
32256 \series default
32257  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32258  données.
32259  La syntaxe de la commande est :
32260 \end_layout
32261
32262 \begin_layout Standard
32263
32264 \series bold
32265
32266 \backslash
32267 resizebox{largeur}{hauteur}{contenu de la boîte}
32268 \end_layout
32269
32270 \begin_layout Standard
32271 Si un des deux paramètres est remplacé par un point d'exclamation 
32272 \series bold
32273 !
32274 \series default
32275 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32276 \end_layout
32277
32278 \begin_layout Standard
32279 La commande 
32280 \series bold
32281
32282 \backslash
32283 resizebox{2cm}{1cm}{Bonjour}
32284 \series default
32285  produit : 
32286 \begin_inset ERT
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290
32291
32292 \backslash
32293 resizebox{2cm}{1cm}{
32294 \end_layout
32295
32296 \end_inset
32297
32298 Bonjour
32299 \begin_inset ERT
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303
32304 }
32305 \end_layout
32306
32307 \end_inset
32308
32309
32310 \begin_inset Newline newline
32311 \end_inset
32312
32313 La commande 
32314 \series bold
32315
32316 \backslash
32317 resizebox{2cm}{!}{Bonjour}
32318 \series default
32319  produit : 
32320 \begin_inset ERT
32321 status collapsed
32322
32323 \begin_layout Plain Layout
32324
32325
32326 \backslash
32327 resizebox{2cm}{!}{
32328 \end_layout
32329
32330 \end_inset
32331
32332 Bonjour
32333 \begin_inset ERT
32334 status collapsed
32335
32336 \begin_layout Plain Layout
32337
32338 }
32339 \end_layout
32340
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 \begin_inset VSpace bigskip
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Standard
32354 \begin_inset Note Greyedout
32355 status open
32356
32357 \begin_layout Plain Layout
32358
32359 \series bold
32360 Note:
32361 \series default
32362  Quand les paramètres des commandes 
32363 \series bold
32364
32365 \backslash
32366 scalebox
32367 \series default
32368  ou 
32369 \series bold
32370
32371 \backslash
32372 resizebox
32373 \series default
32374  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32375  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32376  partiellement.
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 \begin_inset VSpace bigskip
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Standard
32392 Les boîtes peuvent être combinée dans n'importe quel ordre.
32393  Par exemple, la commande 
32394 \begin_inset Newline newline
32395 \end_inset
32396
32397
32398 \series bold
32399
32400 \backslash
32401 rotatebox[origin=c]{-45}{
32402 \backslash
32403 resizebox{2cm}{!}{
32404 \backslash
32405 reflectbox{Bonjour}}}
32406 \begin_inset Newline newline
32407 \end_inset
32408
32409
32410 \series default
32411 produit :
32412 \end_layout
32413
32414 \begin_layout Standard
32415 \align center
32416 \begin_inset ERT
32417 status collapsed
32418
32419 \begin_layout Plain Layout
32420
32421
32422 \backslash
32423 rotatebox[origin=c]{-45}{
32424 \backslash
32425 resizebox{2cm}{!}{
32426 \backslash
32427 reflectbox{
32428 \end_layout
32429
32430 \end_inset
32431
32432 Bonjour
32433 \begin_inset ERT
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437
32438 }}}
32439 \end_layout
32440
32441 \end_inset
32442
32443
32444 \end_layout
32445
32446 \begin_layout Standard
32447 \noindent
32448 Les images, les tableaux et les formules sont autorisées comme contenu de
32449  boîte :
32450 \end_layout
32451
32452 \begin_layout Standard
32453 \align center
32454 \begin_inset ERT
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458
32459
32460 \backslash
32461 rotatebox[origin=c]{-30}{
32462 \backslash
32463 resizebox{2cm}{!}{
32464 \backslash
32465 reflectbox{
32466 \end_layout
32467
32468 \end_inset
32469
32470
32471 \begin_inset Graphics
32472         filename ../clipart/platypus.eps
32473         lyxscale 50
32474         width 25col%
32475
32476 \end_inset
32477
32478
32479 \begin_inset ERT
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483
32484 }}}
32485 \end_layout
32486
32487 \end_inset
32488
32489
32490 \begin_inset ERT
32491 status collapsed
32492
32493 \begin_layout Plain Layout
32494
32495
32496 \backslash
32497 rotatebox[origin=c]{-45}{
32498 \backslash
32499 resizebox{2cm}{!}{
32500 \backslash
32501 reflectbox{
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \begin_inset Tabular
32508 <lyxtabular version="3" rows="2" columns="2">
32509 <features tabularvalignment="middle">
32510 <column alignment="center" valignment="top" width="0">
32511 <column alignment="center" valignment="top" width="0">
32512 <row>
32513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32514 \begin_inset Text
32515
32516 \begin_layout Plain Layout
32517 q
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32523 \begin_inset Text
32524
32525 \begin_layout Plain Layout
32526 w
32527 \end_layout
32528
32529 \end_inset
32530 </cell>
32531 </row>
32532 <row>
32533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32534 \begin_inset Text
32535
32536 \begin_layout Plain Layout
32537 e
32538 \end_layout
32539
32540 \end_inset
32541 </cell>
32542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32543 \begin_inset Text
32544
32545 \begin_layout Plain Layout
32546 r
32547 \end_layout
32548
32549 \end_inset
32550 </cell>
32551 </row>
32552 </lyxtabular>
32553
32554 \end_inset
32555
32556
32557 \begin_inset ERT
32558 status collapsed
32559
32560 \begin_layout Plain Layout
32561
32562 }}}
32563 \end_layout
32564
32565 \end_inset
32566
32567
32568 \begin_inset ERT
32569 status collapsed
32570
32571 \begin_layout Plain Layout
32572
32573
32574 \backslash
32575 rotatebox[origin=c]{-45}{
32576 \backslash
32577 resizebox{2cm}{!}{
32578 \backslash
32579 reflectbox{
32580 \end_layout
32581
32582 \end_inset
32583
32584
32585 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32586 \end_inset
32587
32588
32589 \begin_inset ERT
32590 status collapsed
32591
32592 \begin_layout Plain Layout
32593
32594 }}}
32595 \end_layout
32596
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \begin_layout Standard
32603 Quand on utilise le style global de formule 
32604 \series bold
32605 fleqn
32606 \series default
32607  dans le document
32608 \begin_inset Foot
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612 Quand 
32613 \begin_inset Quotes eld
32614 \end_inset
32615
32616 fleqn
32617 \begin_inset Quotes erd
32618 \end_inset
32619
32620  est ajouté aux options de la classe de document.
32621 \end_layout
32622
32623 \end_inset
32624
32625 , les formules hors texte peuvent aussi être redimensionnées.
32626 \end_layout
32627
32628 \begin_layout Chapter
32629 Trucs Externes
32630 \begin_inset Index idx
32631 status collapsed
32632
32633 \begin_layout Plain Layout
32634 Trucs externes
32635 \end_layout
32636
32637 \end_inset
32638
32639
32640 \end_layout
32641
32642 \begin_layout Standard
32643 Avec le menu 
32644 \family sans
32645 Insérer\SpecialChar \menuseparator
32646 Fichier
32647 \family default
32648  vous pouvez insérer un contenu externe à votre document.
32649  Ce contenu peut être :
32650 \end_layout
32651
32652 \begin_layout Description
32653 Document
32654 \begin_inset space ~
32655 \end_inset
32656
32657 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32658  document.
32659 \end_layout
32660
32661 \begin_layout Description
32662 Texte
32663 \begin_inset space ~
32664 \end_inset
32665
32666 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32667 e.
32668 \end_layout
32669
32670 \begin_layout Description
32671 Texte
32672 \begin_inset space ~
32673 \end_inset
32674
32675 Brut
32676 \begin_inset space ~
32677 \end_inset
32678
32679 par
32680 \begin_inset space ~
32681 \end_inset
32682
32683 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32684  Les lignes vides créent un nouveau paragraphe dans votre document.
32685 \end_layout
32686
32687 \begin_layout Description
32688 Objet
32689 \begin_inset space ~
32690 \end_inset
32691
32692 Externe Fichiers de formats variés.
32693 \end_layout
32694
32695 \begin_layout Description
32696 Sous-document Documents LyX ou LaTeX.
32697 \end_layout
32698
32699 \begin_layout Section
32700 Objets Externes 
32701 \begin_inset Index idx
32702 status collapsed
32703
32704 \begin_layout Plain Layout
32705 Trucs externes ! Objets Externes
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Standard
32714 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32715  de fichiers dans votre document sans avoir à convertir ces derniers en
32716  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32717  qui va s'occuper des conversions.
32718  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32719  LyX des images dans des formats divers.
32720  Quand vous avez activé 
32721 \family sans
32722 Aperçu
32723 \begin_inset space ~
32724 \end_inset
32725
32726 sur
32727 \begin_inset space ~
32728 \end_inset
32729
32730 le
32731 \begin_inset space ~
32732 \end_inset
32733
32734 vif
32735 \family default
32736  dans le menu des préférences de LyX, dans la rubrique 
32737 \family sans
32738 Apparence\SpecialChar \menuseparator
32739 Graphiques
32740 \family default
32741 , les objets externes de type Dia et Xfig sont affichés directement dans
32742  LyX.
32743 \end_layout
32744
32745 \begin_layout Standard
32746 On insère des objets externes en utilisant la fenêtre de dialogue 
32747 \family sans
32748 Objet
32749 \begin_inset space ~
32750 \end_inset
32751
32752 Externe
32753 \family default
32754  qui est accessible via le menu 
32755 \family sans
32756 Insérer\SpecialChar \menuseparator
32757 Fichiers\SpecialChar \menuseparator
32758 Objet
32759 \begin_inset space ~
32760 \end_inset
32761
32762 Externe
32763 \family default
32764 .
32765  Actuellement les types de fichiers (
32766 \family sans
32767 Modèles
32768 \family default
32769 ) suivants sont autorisés :
32770 \end_layout
32771
32772 \begin_layout Description
32773 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32774  par le programme 
32775 \series bold
32776
32777 \begin_inset CommandInset href
32778 LatexCommand href
32779 name "XBoard"
32780 target "http://en.wikipedia.org/wiki/XBoard"
32781
32782 \end_inset
32783
32784
32785 \series default
32786 .
32787 \end_layout
32788
32789 \begin_layout Description
32790 Date Ce modèle insère la date sous la forme 
32791 \emph on
32792 Jour-Mois-Année
32793 \emph default
32794 .
32795  Voici un exemple de date insérée comme objet externe :: 
32796 \begin_inset External
32797         template Date
32798         filename .
32799
32800 \end_inset
32801
32802
32803 \begin_inset space ~
32804 \end_inset
32805
32806
32807 \begin_inset Note Note
32808 status open
32809
32810 \begin_layout Plain Layout
32811 Retirer l'espace protégé quand le bug 4398 sera résolu !
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \begin_inset Newline newline
32818 \end_inset
32819
32820 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32821  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32822 \family sans
32823 Insérer\SpecialChar \menuseparator
32824 Date
32825 \family default
32826  et avec la commande LaTeX 
32827 \series bold
32828
32829 \backslash
32830 today
32831 \series default
32832  entrée comme code TeX.
32833  Ces différentes méthodes sont comparée dans le tableau
32834 \begin_inset space ~
32835 \end_inset
32836
32837
32838 \begin_inset CommandInset ref
32839 LatexCommand ref
32840 reference "tab:Comparaison-des-dates"
32841
32842 \end_inset
32843
32844 .
32845 \end_layout
32846
32847 \begin_layout Description
32848 Dia Ce modèle accepte les diagrammes créés avec le programme 
32849 \series bold
32850
32851 \begin_inset CommandInset href
32852 LatexCommand href
32853 name "Dia"
32854 target "http://en.wikipedia.org/wiki/Dia_(software)"
32855
32856 \end_inset
32857
32858
32859 \series default
32860 .
32861 \end_layout
32862
32863 \begin_layout Description
32864 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32865  par le programme 
32866 \series bold
32867
32868 \begin_inset CommandInset href
32869 LatexCommand href
32870 name "LilyPond"
32871 target "http://en.wikipedia.org/wiki/LilyPond"
32872
32873 \end_inset
32874
32875
32876 \series default
32877 .
32878 \end_layout
32879
32880 \begin_layout Description
32881 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32882  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32883  
32884 \emph on
32885 pages
32886 \emph default
32887  dans le champ 
32888 \family sans
32889 Option
32890 \family default
32891  dans l'onglet 
32892 \family sans
32893 Options LaTeX et LyX
32894 \family default
32895  en suivant les instructions données pour le modèle.
32896  Si on ne donne pas d'option 
32897 \emph on
32898 pages
32899 \emph default
32900 , seule la première page du PDF sera insérée.
32901 \end_layout
32902
32903 \begin_layout Description
32904 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32905  À peu près tous les formats d'images populaires sont acceptés.
32906  Les images peuvent être traitées dans la fenêtre de dialogue 
32907 \family sans
32908 Objet
32909 \begin_inset space ~
32910 \end_inset
32911
32912 Externe
32913 \family default
32914  comme les images qui sont habituellement incorporées en utilisant le menu
32915  
32916 \family sans
32917 Insérer\SpecialChar \menuseparator
32918 Graphique
32919 \family default
32920 , comme c'est décrit dans la section
32921 \begin_inset space ~
32922 \end_inset
32923
32924
32925 \begin_inset CommandInset ref
32926 LatexCommand ref
32927 reference "sec:Graphics-Dialog"
32928
32929 \end_inset
32930
32931 .
32932  La différence est que seules les images matricielles sont autorisées, ce
32933  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32934 \end_layout
32935
32936 \begin_layout Description
32937 XFig Ce modèle accepte les images créées avec le programme 
32938 \series bold
32939
32940 \begin_inset CommandInset href
32941 LatexCommand href
32942 name "Xfig"
32943 target "http://en.wikipedia.org/wiki/Xfig"
32944
32945 \end_inset
32946
32947
32948 \series default
32949 .
32950 \end_layout
32951
32952 \begin_layout Standard
32953 \begin_inset Float table
32954 placement h
32955 wide false
32956 sideways false
32957 status open
32958
32959 \begin_layout Plain Layout
32960 \begin_inset Caption
32961
32962 \begin_layout Plain Layout
32963 \begin_inset CommandInset label
32964 LatexCommand label
32965 name "tab:Comparaison-des-dates"
32966
32967 \end_inset
32968
32969 Comparaison des méthodes d'insertion de la date.
32970 \end_layout
32971
32972 \end_inset
32973
32974
32975 \end_layout
32976
32977 \begin_layout Plain Layout
32978 \align center
32979 \begin_inset Tabular
32980 <lyxtabular version="3" rows="4" columns="4">
32981 <features tabularvalignment="middle">
32982 <column alignment="center" valignment="top" width="0">
32983 <column alignment="center" valignment="top" width="0">
32984 <column alignment="center" valignment="top" width="0">
32985 <column alignment="center" valignment="top" width="0">
32986 <row>
32987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 Format du document
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32997 \begin_inset Text
32998
32999 \begin_layout Plain Layout
33000
33001 \family sans
33002 Objet
33003 \begin_inset space ~
33004 \end_inset
33005
33006 Externe\SpecialChar \menuseparator
33007 Date
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016
33017 \family sans
33018 Insérer\SpecialChar \menuseparator
33019 Date
33020 \end_layout
33021
33022 \end_inset
33023 </cell>
33024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33025 \begin_inset Text
33026
33027 \begin_layout Plain Layout
33028 commande 
33029 \series bold
33030
33031 \backslash
33032 today
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 </row>
33038 <row>
33039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33040 \begin_inset Text
33041
33042 \begin_layout Plain Layout
33043 LyX
33044 \end_layout
33045
33046 \end_inset
33047 </cell>
33048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052 comme boîte d'insert
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 comme date
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 comme boîte de code TeX
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 </row>
33076 <row>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 LaTeX
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 comme date
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099 comme date
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 comme commande
33109 \end_layout
33110
33111 \end_inset
33112 </cell>
33113 </row>
33114 <row>
33115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33116 \begin_inset Text
33117
33118 \begin_layout Plain Layout
33119 DVI, PDF, PS
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33125 \begin_inset Text
33126
33127 \begin_layout Plain Layout
33128 comme date
33129 \end_layout
33130
33131 \end_inset
33132 </cell>
33133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33134 \begin_inset Text
33135
33136 \begin_layout Plain Layout
33137 comme date
33138 \end_layout
33139
33140 \end_inset
33141 </cell>
33142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146 comme date date
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 </row>
33152 </lyxtabular>
33153
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 Quand vous activez l'option 
33166 \family sans
33167 Brouillon
33168 \family default
33169  de l'onglet 
33170 \family sans
33171 Fichier
33172 \family default
33173  de la fenêtre de dialogue 
33174 \family sans
33175 Objet
33176 \begin_inset space ~
33177 \end_inset
33178
33179 Externe
33180 \family default
33181 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
33182 \begin_inset Newline newline
33183 \end_inset
33184
33185 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
33186  : 
33187 \begin_inset Graphics
33188         filename ../clipart/ExternalMaterialQt4.png
33189         scale 85
33190         scaleBeforeRotation
33191
33192 \end_inset
33193
33194  soit comme une image, selon que vous avez ou non activé l'option 
33195 \family sans
33196 Afficher
33197 \begin_inset space ~
33198 \end_inset
33199
33200 dans
33201 \begin_inset space ~
33202 \end_inset
33203
33204 LyX
33205 \family default
33206  de l'onglet 
33207 \family sans
33208 Options LaTeX et LyX
33209 \family default
33210  de la fenêtre de dialogue.
33211 \end_layout
33212
33213 \begin_layout Standard
33214 Le manuel 
33215 \family sans
33216 \emph on
33217 Personnalisation
33218 \family default
33219 \emph default
33220  explique comment vous pouvez créer vos propres modèles.
33221 \end_layout
33222
33223 \begin_layout Section
33224 Sous-documents
33225 \begin_inset CommandInset label
33226 LatexCommand label
33227 name "sec:Sous-documents"
33228
33229 \end_inset
33230
33231
33232 \begin_inset Index idx
33233 status collapsed
33234
33235 \begin_layout Plain Layout
33236 Trucs externes ! Sous-documents
33237 \end_layout
33238
33239 \end_inset
33240
33241
33242 \begin_inset Index idx
33243 status collapsed
33244
33245 \begin_layout Plain Layout
33246 Fichiers ! Insérer
33247 \end_layout
33248
33249 \end_inset
33250
33251
33252 \end_layout
33253
33254 \begin_layout Standard
33255 Les sous-documents sont utilisés quand on a un document très long qui peut
33256  être décomposé en plusieurs parties ou sections plus petites.
33257  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33258  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33259  Les différents documents sont ce que l'on appelle les sous-documents et
33260  un document maître les relie pour imprimer le document complet ou seulement
33261  une partie de celui-ci.
33262  Un sous-document hérite du contenu de son maître, par exemple le préambule
33263  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33264 \end_layout
33265
33266 \begin_layout Standard
33267 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
33268  maître, précisez dans le sous-document le document maître dans le menu
33269  
33270 \family sans
33271 Document\SpecialChar \menuseparator
33272 Paramètres\SpecialChar \menuseparator
33273 Classe de document
33274 \family default
33275 .
33276  Ce document maître sera par la suite utilisé de façon cachée par LyX à
33277  chaque fois que vous modifierez le sous-document.
33278 \end_layout
33279
33280 \begin_layout Standard
33281 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33282  comme celle-ci : 
33283 \begin_inset Graphics
33284         filename clipart/ChildDocumentQt4.png
33285         lyxscale 70
33286         scale 60
33287         scaleBeforeRotation
33288
33289 \end_inset
33290
33291  Pour inclure des sous-documents dans un document maître , on utilise le
33292  menu 
33293 \family sans
33294 Insérer\SpecialChar \menuseparator
33295 Fichier\SpecialChar \menuseparator
33296 Sous-document
33297 \family default
33298 .
33299  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33300  des quatre méthodes d'inclusion :
33301 \end_layout
33302
33303 \begin_layout Description
33304 Inclus
33305 \begin_inset space ~
33306 \end_inset
33307
33308 (include) Vous pouvez inclure des documents LyX et LaTeX.
33309  Quand vous cliquez sur le bouton 
33310 \family sans
33311 Charger
33312 \family default
33313  dans la fenêtre de dialogue 
33314 \family sans
33315 Sous-document
33316 \family default
33317 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33318  vous puissiez le modifier.
33319 \begin_inset Newline newline
33320 \end_inset
33321
33322
33323 \end_layout
33324
33325 \begin_layout Standard
33326 Voici un sous-document inséré avec la méthode 
33327 \family sans
33328 Inclus
33329 \family default
33330  : 
33331 \begin_inset CommandInset include
33332 LatexCommand include
33333 filename "DocumentBidon1.lyx"
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \begin_layout Standard
33341 La numérotation des sections va prendre en compte les sections des fichiers
33342  incorporés dans l'ordre où ils sont insérés dans le document maître.
33343  Le document qui est inclus comme exemple possède une sous-section qui sera
33344  numérotée comme sous-section de la section actuelle.
33345  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33346  : la sous-section
33347 \begin_inset space ~
33348 \end_inset
33349
33350
33351 \begin_inset CommandInset ref
33352 LatexCommand ref
33353 reference "sub:Sous-section-externe-1"
33354
33355 \end_inset
33356
33357  est dans le fichier inclus.
33358 \end_layout
33359
33360 \begin_layout Standard
33361 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33362  du document maître est utilisé.
33363  Les branches présentes dans le sous-document seront ignorées par le document
33364  maître si celui-ci ne possède pas une branche avec le même nom.
33365  Les documents inclus sont insérés en commençant une nouvelle page et sont
33366  suivis par un saut de page.
33367 \end_layout
33368
33369 \begin_layout Standard
33370 \begin_inset Note Greyedout
33371 status open
33372
33373 \begin_layout Plain Layout
33374
33375 \series bold
33376 Note:
33377 \series default
33378  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33379  une classe de document différente de celle du document maître, vous recevez
33380  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33381  que cela peut produire des résultats inattendus sur la sortie imprimée.
33382 \end_layout
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \begin_layout Description
33390 Incorporé
33391 \begin_inset space ~
33392 \end_inset
33393
33394 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33395  sont :
33396 \end_layout
33397
33398 \begin_deeper
33399 \begin_layout Itemize
33400 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33401  par un saut de page.
33402 \end_layout
33403
33404 \begin_layout Itemize
33405 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33406  
33407 \family sans
33408 Aperçu
33409 \begin_inset space ~
33410 \end_inset
33411
33412 sur
33413 \begin_inset space ~
33414 \end_inset
33415
33416 le
33417 \begin_inset space ~
33418 \end_inset
33419
33420 vif
33421 \family default
33422  est activée dans les préférences dans la rubrique 
33423 \family sans
33424 Apparence\SpecialChar \menuseparator
33425 Graphique
33426 \family default
33427 .
33428 \end_layout
33429
33430 \begin_layout Itemize
33431 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
33432 \family sans
33433 Document\SpecialChar \menuseparator
33434 Paramètres\SpecialChar \menuseparator
33435 Sous-documents
33436 \family default
33437 .
33438 \end_layout
33439
33440 \end_deeper
33441 \begin_layout Standard
33442 Voici un sous document inséré en utilisant la méthode 
33443 \family sans
33444 Incorporé
33445 \family default
33446  : 
33447 \begin_inset CommandInset include
33448 LatexCommand input
33449 preview true
33450 filename "DocumentBidon2.lyx"
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \begin_layout Description
33458 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33459  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33460  sous forme de code source et aucune des commandes éventuellement présentes
33461  ne sera exécutée.
33462  Vous pouvez utiliser l'option 
33463 \family sans
33464 Marquer
33465 \begin_inset space ~
33466 \end_inset
33467
33468 les
33469 \begin_inset space ~
33470 \end_inset
33471
33472 espaces
33473 \family default
33474  qui matérialise chaque espace présente dans le code source par un caractère
33475  
33476 \begin_inset Quotes eld
33477 \end_inset
33478
33479
33480 \begin_inset ERT
33481 status collapsed
33482
33483 \begin_layout Plain Layout
33484
33485
33486 \backslash
33487 textvisiblespace 
33488 \end_layout
33489
33490 \end_inset
33491
33492
33493 \begin_inset Quotes erd
33494 \end_inset
33495
33496  .
33497  La différence avec la méthode qui consiste à utiliser le menu 
33498 \family sans
33499 Insérer\SpecialChar \menuseparator
33500 Fichier\SpecialChar \menuseparator
33501 Texte
33502 \begin_inset space ~
33503 \end_inset
33504
33505 brut
33506 \family default
33507  est que le contenu du document n'apparaît pas dans LyX.
33508 \end_layout
33509
33510 \begin_layout Standard
33511 Voici un sous-document inclus en utilisant la méthode 
33512 \family sans
33513 verbatim
33514 \family default
33515  : 
33516 \begin_inset CommandInset include
33517 LatexCommand verbatiminput
33518 filename "DocumentTexteBidon.txt"
33519
33520 \end_inset
33521
33522
33523 \begin_inset VSpace bigskip
33524 \end_inset
33525
33526 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33527  l'option 
33528 \family sans
33529 Marquer
33530 \begin_inset space ~
33531 \end_inset
33532
33533 les
33534 \begin_inset space ~
33535 \end_inset
33536
33537 espaces :
33538 \family default
33539  
33540 \begin_inset CommandInset include
33541 LatexCommand verbatiminput*
33542 filename "DocumentTexteBidon.txt"
33543
33544 \end_inset
33545
33546
33547 \end_layout
33548
33549 \begin_layout Standard
33550 \begin_inset VSpace bigskip
33551 \end_inset
33552
33553
33554 \end_layout
33555
33556 \begin_layout Standard
33557 \begin_inset Note Greyedout
33558 status open
33559
33560 \begin_layout Plain Layout
33561
33562 \series bold
33563 Note:
33564 \series default
33565  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33566  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33567 \end_layout
33568
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \begin_layout Description
33575 Listings Ce type d'inclusion est décrit dans le chapitre
33576 \begin_inset space ~
33577 \end_inset
33578
33579
33580 \begin_inset CommandInset ref
33581 LatexCommand ref
33582 reference "cha:Program-Code-Listings"
33583
33584 \end_inset
33585
33586 .
33587 \end_layout
33588
33589 \begin_layout Standard
33590 \begin_inset Note Greyedout
33591 status open
33592
33593 \begin_layout Plain Layout
33594
33595 \series bold
33596 Note:
33597 \series default
33598  Inclure le même document deux fois dans un même document peut poser des
33599  problèmes avec LaTeX.
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \begin_layout Standard
33608 Si vous ne voulez visualiser ou exporter que certains des sous-documents
33609  de votre document maître, que ce soit pour diminuer les temps de compilation
33610  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
33611  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
33612  la sortie en utilisant le menu 
33613 \family sans
33614 Document\SpecialChar \menuseparator
33615 Paramètres\SpecialChar \menuseparator
33616 Sous-documents
33617 \family default
33618 .
33619  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
33620  sur la ligne correspondant dans la colonne 
33621 \family sans
33622 Inclus dans le résultat
33623 \family default
33624  de la liste (
33625 \begin_inset space ~
33626 \end_inset
33627
33628 notez que cela ne fonctionne que pour les documents inclus avec la méthode
33629  
33630 \begin_inset Quotes fld
33631 \end_inset
33632
33633 inclus
33634 \begin_inset Quotes frd
33635 \end_inset
33636
33637  et pas la méthode 
33638 \begin_inset Quotes fld
33639 \end_inset
33640
33641 incorporé
33642 \begin_inset Quotes frd
33643 \end_inset
33644
33645
33646 \begin_inset space ~
33647 \end_inset
33648
33649 ).
33650  Si on active l'option 
33651 \family sans
33652 Assurer la cohérence des compteurs et des références
33653 \family default
33654 , LyX va s'assurer que tous les numéros de pages, références etc...
33655  sont corrects comme si tous le document avait été traité.
33656  C'est utile si vous voulez que les sous-documents choisis aient exactement
33657  le même aspect que s'il étaient dans le document complet.
33658  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
33659  la totalité du document.
33660  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
33661  les compteurs et autres références n'ont pas à être à tout prix valides,
33662  vous devez impérativement désactiver cette option.
33663  
33664 \end_layout
33665
33666 \begin_layout Standard
33667 Une autre solution consiste à inclure chaque fichier dans une branche
33668 \begin_inset Foot
33669 status collapsed
33670
33671 \begin_layout Plain Layout
33672 Les branches sont décrites dans la section 
33673 \emph on
33674 Branches
33675 \emph default
33676  du 
33677 \emph on
33678 Guide de l'utilisateur
33679 \emph default
33680  de LyX.
33681 \end_layout
33682
33683 \end_inset
33684
33685 .
33686  En activant ou désactivant une branche, vous pouvez décider les fichiers
33687  inclus qui doivent apparaître dans la sortie imprimée.
33688  Cette méthode à l'avantage qu'elle peut aussi s'apliquer aux sous documents
33689  
33690 \begin_inset Quotes fld
33691 \end_inset
33692
33693 incorporés
33694 \begin_inset Quotes frd
33695 \end_inset
33696
33697 .
33698  Le défaut est que les compteurs et autres références ne sont pas conservés
33699  avec cette approche.
33700 \end_layout
33701
33702 \begin_layout Chapter
33703 Listings de Code Source
33704 \begin_inset CommandInset label
33705 LatexCommand label
33706 name "cha:Program-Code-Listings"
33707
33708 \end_inset
33709
33710
33711 \begin_inset Index idx
33712 status collapsed
33713
33714 \begin_layout Plain Layout
33715 Listings
33716 \end_layout
33717
33718 \end_inset
33719
33720
33721 \begin_inset Index idx
33722 status collapsed
33723
33724 \begin_layout Plain Layout
33725 Code Source
33726 \end_layout
33727
33728 \end_inset
33729
33730
33731 \begin_inset Index idx
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735 Flottants ! Listings
33736 \end_layout
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33745  un insert 
33746 \family sans
33747 Listings
33748 \family default
33749  qui peut être créé grâce au menu 
33750 \family sans
33751 Insérer
33752 \family default
33753 \SpecialChar \menuseparator
33754
33755 \family sans
33756 Listing
33757 \begin_inset space ~
33758 \end_inset
33759
33760 de
33761 \begin_inset space ~
33762 \end_inset
33763
33764 Code
33765 \begin_inset space ~
33766 \end_inset
33767
33768 Source
33769 \family default
33770 .
33771  Le paquetage LaTeX 
33772 \series bold
33773 listings
33774 \series default
33775
33776 \begin_inset Index idx
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780 Paquetages LaTeX ! listings
33781 \end_layout
33782
33783 \end_inset
33784
33785  fournit un moyen puissant et flexible d'insérer des listings de code source
33786  dans votre document.
33787  
33788 \end_layout
33789
33790 \begin_layout Standard
33791 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33792  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33793 \end_layout
33794
33795 \begin_layout Standard
33796 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33797  imprimée.
33798  L'option d'emplacement 
33799 \family sans
33800 Listing
33801 \begin_inset space ~
33802 \end_inset
33803
33804 en
33805 \begin_inset space ~
33806 \end_inset
33807
33808 Ligne
33809 \family default
33810  imprime le listing dans la ligne comme ceci : 
33811 \begin_inset listings
33812 lstparams "language={C++}"
33813 inline true
33814 status open
33815
33816 \begin_layout Plain Layout
33817
33818 int a=5;
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \begin_inset Newline newline
33825 \end_inset
33826
33827 L'option 
33828 \family sans
33829 Flottant
33830 \family default
33831  crée un flottant de listing pour lequel vous pouvez préciser les options
33832  classiques d'emplacement : 
33833 \begin_inset Quotes eld
33834 \end_inset
33835
33836
33837 \family sans
33838 h
33839 \family default
33840
33841 \begin_inset Quotes erd
33842 \end_inset
33843
33844
33845 \begin_inset Quotes eld
33846 \end_inset
33847
33848
33849 \family sans
33850 t
33851 \family default
33852
33853 \begin_inset Quotes erd
33854 \end_inset
33855
33856
33857 \begin_inset Quotes eld
33858 \end_inset
33859
33860
33861 \family sans
33862 b
33863 \family default
33864
33865 \begin_inset Quotes erd
33866 \end_inset
33867
33868 , et 
33869 \begin_inset Quotes eld
33870 \end_inset
33871
33872
33873 \family sans
33874 p
33875 \family default
33876
33877 \begin_inset Quotes erd
33878 \end_inset
33879
33880  correspondant aux emplacement décrits dans la section
33881 \begin_inset space ~
33882 \end_inset
33883
33884
33885 \begin_inset CommandInset ref
33886 LatexCommand ref
33887 reference "sec:Placement-flottants"
33888
33889 \end_inset
33890
33891 .
33892  Les options de positionnement peuvent être mélangées et doivent être saisies
33893  sans séparation, par exemple, on peut taper 
33894 \begin_inset Quotes eld
33895 \end_inset
33896
33897
33898 \family sans
33899 htbp
33900 \family default
33901
33902 \begin_inset Quotes erd
33903 \end_inset
33904
33905 .
33906  L' option 
33907 \begin_inset Quotes eld
33908 \end_inset
33909
33910 h
33911 \begin_inset Quotes erd
33912 \end_inset
33913
33914  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33915  
33916 \family sans
33917 Flottant
33918 \family default
33919  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33920  légende et être référencés.
33921 \end_layout
33922
33923 \begin_layout Standard
33924 Vous pouvez ajouter une légende à un listing avec le menu 
33925 \family sans
33926 Insérer\SpecialChar \menuseparator
33927 Légende
33928 \family default
33929 .
33930  On peut référencer les listings de la même façon que les flottants :Voir
33931  le listing
33932 \begin_inset space ~
33933 \end_inset
33934
33935
33936 \begin_inset CommandInset ref
33937 LatexCommand ref
33938 reference "lst:Listing-exemple"
33939
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \begin_layout Standard
33946 \begin_inset listings
33947 lstparams "language=Python"
33948 inline false
33949 status open
33950
33951 \begin_layout Plain Layout
33952
33953 \begin_inset Caption
33954
33955 \begin_layout Plain Layout
33956 \begin_inset CommandInset label
33957 LatexCommand label
33958 name "lst:Listing-exemple"
33959
33960 \end_inset
33961
33962 Exemple de listing flottant
33963 \end_layout
33964
33965 \end_inset
33966
33967 # Exemple de listing flottant
33968 \end_layout
33969
33970 \begin_layout Plain Layout
33971
33972 def func(param):
33973 \end_layout
33974
33975 \begin_layout Plain Layout
33976
33977     'ceci est une fonction python'
33978 \end_layout
33979
33980 \begin_layout Plain Layout
33981
33982     pass
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Standard
33991 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
33992  de listing, les mots-clés de ce langage seront reconnus et mis en forme
33993  de manière particulière dans la sortie imprimée.
33994  Dans l'exemple de listing, le mot clé Python 
33995 \begin_inset Quotes eld
33996 \end_inset
33997
33998 def
33999 \begin_inset Quotes erd
34000 \end_inset
34001
34002  est reconnu et imprimé en caractères gras dans la sortie.
34003 \end_layout
34004
34005 \begin_layout Standard
34006 \begin_inset Note Greyedout
34007 status open
34008
34009 \begin_layout Plain Layout
34010
34011 \series bold
34012 Note:
34013 \series default
34014  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
34015  une police de caractères à 
34016 \family typewriter
34017 chasse fixe
34018 \family default
34019 , c'est que votre police ne contient probablement pas de série grasse.
34020  Dans ce cas choisissez une police différente dans le menu 
34021 \family sans
34022 Document\SpecialChar \menuseparator
34023 Paramètres\SpecialChar \menuseparator
34024 Polices
34025 \family default
34026 .
34027  (Les polices 
34028 \emph on
34029 LuxiMono, BeraMono
34030 \emph default
34031  et 
34032 \emph on
34033 Courier
34034 \emph default
34035  contiennent une série grasse.)
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \end_layout
34042
34043 \begin_layout Standard
34044 Dans la rubrique 
34045 \family sans
34046 Numérotation
34047 \begin_inset space ~
34048 \end_inset
34049
34050 des
34051 \begin_inset space ~
34052 \end_inset
34053
34054 Lignes
34055 \family default
34056  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
34057 n des lignes.
34058  Vous pouvez mettre un nombre dans le champ 
34059 \family sans
34060 Pas
34061 \family default
34062  pour désigner les lignes qui seront numérotées.
34063  Par exemple, si vous mettez 
34064 \begin_inset Quotes eld
34065 \end_inset
34066
34067 3
34068 \begin_inset Quotes erd
34069 \end_inset
34070
34071 , seule une ligne sur trois sera numérotée.
34072 \end_layout
34073
34074 \begin_layout Standard
34075 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
34076  apparaîtront dans la sortie.
34077  Vous devez utiliser l'option 
34078 \family sans
34079 Table
34080 \begin_inset space ~
34081 \end_inset
34082
34083 de
34084 \begin_inset space ~
34085 \end_inset
34086
34087 Caractères
34088 \begin_inset space ~
34089 \end_inset
34090
34091 Étendue
34092 \family default
34093  quand vous employez des caractères spécifiques à une langue donnée comme
34094  les umlauts Allemands dans votre listing.
34095 \begin_inset Newline newline
34096 \end_inset
34097
34098 Voici un exemple de listing avec la numérotation des lignes à gauche par
34099  pas de 3, en langage Python, avec les options 
34100 \begin_inset Quotes eld
34101 \end_inset
34102
34103 Table
34104 \begin_inset space ~
34105 \end_inset
34106
34107 de
34108 \begin_inset space ~
34109 \end_inset
34110
34111 caractères
34112 \begin_inset space ~
34113 \end_inset
34114
34115 étendue
34116 \begin_inset Quotes erd
34117 \end_inset
34118
34119  et 
34120 \begin_inset Quotes eld
34121 \end_inset
34122
34123 Espace
34124 \begin_inset space ~
34125 \end_inset
34126
34127 représenté
34128 \begin_inset space ~
34129 \end_inset
34130
34131 par
34132 \begin_inset space ~
34133 \end_inset
34134
34135 un
34136 \begin_inset space ~
34137 \end_inset
34138
34139 symbole
34140 \begin_inset Quotes erd
34141 \end_inset
34142
34143 , l'intervalle de ligne étant 3
34144 \begin_inset space \thinspace{}
34145 \end_inset
34146
34147 -
34148 \begin_inset space \thinspace{}
34149 \end_inset
34150
34151 8:
34152 \end_layout
34153
34154 \begin_layout Standard
34155 \begin_inset listings
34156 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34157 inline false
34158 status open
34159
34160 \begin_layout Plain Layout
34161
34162 def func(param):
34163 \end_layout
34164
34165 \begin_layout Plain Layout
34166
34167     'ceci est une fonction Python'
34168 \end_layout
34169
34170 \begin_layout Plain Layout
34171
34172     pass
34173 \end_layout
34174
34175 \begin_layout Plain Layout
34176
34177 def func(param):
34178 \end_layout
34179
34180 \begin_layout Plain Layout
34181
34182 'Ça, c'est un mot Allemand : Tschüß'
34183 \end_layout
34184
34185 \begin_layout Plain Layout
34186
34187 pass
34188 \end_layout
34189
34190 \begin_layout Plain Layout
34191
34192 def func(param):
34193 \end_layout
34194
34195 \begin_layout Plain Layout
34196
34197 'ceci est une fonction Python'
34198 \end_layout
34199
34200 \begin_layout Plain Layout
34201
34202 pass
34203 \end_layout
34204
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \begin_layout Standard
34211 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
34212  nombre de caractères que doit représenter une tabulation dans le champ
34213  
34214 \family sans
34215 Taille du tabulateur
34216 \family default
34217 .
34218 \end_layout
34219
34220 \begin_layout Standard
34221 \begin_inset Note Greyedout
34222 status open
34223
34224 \begin_layout Plain Layout
34225
34226 \series bold
34227 Note:
34228 \series default
34229  À cause d'un bug dans le paquetage 
34230 \series bold
34231 listings
34232 \series default
34233  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
34234  listing.
34235  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
34236  les lignes 3 et 6.
34237 \end_layout
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \begin_layout Standard
34245 \begin_inset VSpace bigskip
34246 \end_inset
34247
34248
34249 \end_layout
34250
34251 \begin_layout Standard
34252 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
34253  listing.
34254  Pour le faire, il suffit d'utiliser le menu 
34255 \family sans
34256 Insérer\SpecialChar \menuseparator
34257 Fichier\SpecialChar \menuseparator
34258 Sous-document
34259 \family default
34260  et de choisir le type 
34261 \family sans
34262 Listing
34263 \family default
34264
34265 \begin_inset space ~
34266 \end_inset
34267
34268
34269 \family sans
34270 de
34271 \begin_inset space ~
34272 \end_inset
34273
34274 Code
34275 \begin_inset space ~
34276 \end_inset
34277
34278 source
34279 \family default
34280 .
34281 \begin_inset Foot
34282 status collapsed
34283
34284 \begin_layout Plain Layout
34285 Les autres types de sous-documents sont décrits dans la section
34286 \begin_inset space ~
34287 \end_inset
34288
34289
34290 \begin_inset CommandInset ref
34291 LatexCommand ref
34292 reference "sec:Sous-documents"
34293
34294 \end_inset
34295
34296 .
34297 \end_layout
34298
34299 \end_inset
34300
34301  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34302  à utiliser pour le listing dans une zone de texte.
34303  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34304  
34305 \begin_inset Quotes eld
34306 \end_inset
34307
34308 ?
34309 \begin_inset Quotes erd
34310 \end_inset
34311
34312  dans la zone de texte.
34313 \end_layout
34314
34315 \begin_layout Standard
34316 Pour faire référence à un sous-document de type listing, tapez une étiquette
34317  dans le champ correspondant de la fenêtre de dialogue.
34318  On peut alors faire référence à cette étiquette en utilisant le menu 
34319 \family sans
34320 Insérer\SpecialChar \menuseparator
34321 Référence
34322 \begin_inset space ~
34323 \end_inset
34324
34325 Croisée
34326 \family default
34327 .
34328 \end_layout
34329
34330 \begin_layout Standard
34331 Le listing
34332 \begin_inset space ~
34333 \end_inset
34334
34335
34336 \begin_inset CommandInset ref
34337 LatexCommand ref
34338 reference "lst:listing-fichier"
34339
34340 \end_inset
34341
34342  est une exemple de listing issu d'un fichier ; ici les lignes 10
34343 \begin_inset space \thinspace{}
34344 \end_inset
34345
34346 -
34347 \begin_inset space \thinspace{}
34348 \end_inset
34349
34350 15 de ce fichier LyX sont listées.
34351 \end_layout
34352
34353 \begin_layout Standard
34354 \begin_inset CommandInset include
34355 LatexCommand lstinputlisting
34356 filename "EmbeddedObjects.lyx"
34357 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \begin_layout Standard
34365 \begin_inset VSpace bigskip
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \begin_layout Standard
34372 L'insertion d'une formule dans un listing peut se faire de la façon suivante
34373 \begin_inset space ~
34374 \end_inset
34375
34376 :
34377 \end_layout
34378
34379 \begin_layout Enumerate
34380 Ouvrez la fenêtre de dialogue listings et ajoutez
34381 \begin_inset Newline newline
34382 \end_inset
34383
34384
34385 \family sans
34386 mathescape=true
34387 \family default
34388
34389 \begin_inset Newline newline
34390 \end_inset
34391
34392 dans le champ de l'onglet 
34393 \family sans
34394 Avancé
34395 \family default
34396 .
34397 \end_layout
34398
34399 \begin_layout Enumerate
34400 Créez la formule en dehors du listing.
34401 \end_layout
34402
34403 \begin_layout Enumerate
34404 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
34405  (raccourci 
34406 \begin_inset Info
34407 type  "shortcut"
34408 arg   "copy"
34409 \end_inset
34410
34411 )
34412 \end_layout
34413
34414 \begin_layout Enumerate
34415 Dans le listing écrivez 
34416 \begin_inset Quotes eld
34417 \end_inset
34418
34419
34420 \family sans
34421 $$
34422 \family default
34423
34424 \begin_inset Quotes erd
34425 \end_inset
34426
34427  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
34428  
34429 \begin_inset Info
34430 type  "shortcut"
34431 arg   "paste"
34432 \end_inset
34433
34434 )
34435 \end_layout
34436
34437 \begin_layout Standard
34438 \begin_inset listings
34439 lstparams "language=Python,mathescape=true"
34440 inline false
34441 status open
34442
34443 \begin_layout Plain Layout
34444
34445 \begin_inset Caption
34446
34447 \begin_layout Plain Layout
34448 Exemple de listing flottant contenant une formule
34449 \end_layout
34450
34451 \end_inset
34452
34453 # Exemple de listing flottant
34454 \end_layout
34455
34456 \begin_layout Plain Layout
34457
34458 def func(param):
34459 \end_layout
34460
34461 \begin_layout Plain Layout
34462
34463     # $
34464 \backslash
34465 prod_{n=1}^{
34466 \backslash
34467 infty}
34468 \backslash
34469 ,
34470 \backslash
34471 frac{1}{x^{2}}$
34472 \end_layout
34473
34474 \begin_layout Plain Layout
34475
34476     pass
34477 \end_layout
34478
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset VSpace bigskip
34486 \end_inset
34487
34488
34489 \end_layout
34490
34491 \begin_layout Standard
34492 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34493  de dialogue 
34494 \family sans
34495 Document\SpecialChar \menuseparator
34496 Paramètres\SpecialChar \menuseparator
34497 Listings
34498 \family default
34499 .
34500  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34501  
34502 \begin_inset Quotes eld
34503 \end_inset
34504
34505 ?
34506 \begin_inset Quotes erd
34507 \end_inset
34508
34509  dans le champ.
34510 \end_layout
34511
34512 \begin_layout Standard
34513 Pour plus d'information sur le paquetage 
34514 \series bold
34515 listings
34516 \series default
34517 , nous vous renvoyons à sa documentation 
34518 \begin_inset CommandInset citation
34519 LatexCommand cite
34520 key "listings"
34521
34522 \end_inset
34523
34524 .
34525 \end_layout
34526
34527 \begin_layout Standard
34528 \begin_inset Newpage newpage
34529 \end_inset
34530
34531
34532 \end_layout
34533
34534 \begin_layout Chapter
34535 \start_of_appendix
34536 Unités de longueur utilisables avec LyX
34537 \begin_inset Argument
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 Unités de longueur
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \begin_inset Index idx
34548 status collapsed
34549
34550 \begin_layout Plain Layout
34551 Unités
34552 \end_layout
34553
34554 \end_inset
34555
34556
34557 \begin_inset CommandInset label
34558 LatexCommand label
34559 name "cha:Unités-de-longueur"
34560
34561 \end_inset
34562
34563
34564 \end_layout
34565
34566 \begin_layout Standard
34567 Pour comprendre les unités de longueur utilisées dans cette documentation,
34568  le tableau
34569 \begin_inset space ~
34570 \end_inset
34571
34572
34573 \begin_inset CommandInset ref
34574 LatexCommand ref
34575 reference "tab:Unités"
34576
34577 \end_inset
34578
34579 décrit les unités utilisées par LyX.
34580 \begin_inset Float table
34581 placement h
34582 wide false
34583 sideways false
34584 status open
34585
34586 \begin_layout Plain Layout
34587 \begin_inset Caption
34588
34589 \begin_layout Plain Layout
34590 \begin_inset CommandInset label
34591 LatexCommand label
34592 name "tab:Unités"
34593
34594 \end_inset
34595
34596 Unités de longueur
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \begin_layout Plain Layout
34605 \begin_inset VSpace medskip
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \begin_layout Plain Layout
34612 \align center
34613 \begin_inset Tabular
34614 <lyxtabular version="3" rows="20" columns="2">
34615 <features tabularvalignment="middle">
34616 <column alignment="center" valignment="top" width="0">
34617 <column alignment="center" valignment="top" width="0">
34618 <row>
34619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34620 \begin_inset Text
34621
34622 \begin_layout Plain Layout
34623 unité
34624 \end_layout
34625
34626 \end_inset
34627 </cell>
34628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632 nom/description
34633 \end_layout
34634
34635 \end_inset
34636 </cell>
34637 </row>
34638 <row>
34639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34640 \begin_inset Text
34641
34642 \begin_layout Plain Layout
34643 mm
34644 \end_layout
34645
34646 \end_inset
34647 </cell>
34648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34649 \begin_inset Text
34650
34651 \begin_layout Plain Layout
34652 millimètre
34653 \end_layout
34654
34655 \end_inset
34656 </cell>
34657 </row>
34658 <row>
34659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34660 \begin_inset Text
34661
34662 \begin_layout Plain Layout
34663 cm
34664 \end_layout
34665
34666 \end_inset
34667 </cell>
34668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34669 \begin_inset Text
34670
34671 \begin_layout Plain Layout
34672 centimètre
34673 \end_layout
34674
34675 \end_inset
34676 </cell>
34677 </row>
34678 <row>
34679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683 in
34684 \end_layout
34685
34686 \end_inset
34687 </cell>
34688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Plain Layout
34692 pouce (inch)
34693 \end_layout
34694
34695 \end_inset
34696 </cell>
34697 </row>
34698 <row>
34699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34700 \begin_inset Text
34701
34702 \begin_layout Plain Layout
34703 pt
34704 \end_layout
34705
34706 \end_inset
34707 </cell>
34708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34709 \begin_inset Text
34710
34711 \begin_layout Plain Layout
34712 point (72.27
34713 \begin_inset space \thinspace{}
34714 \end_inset
34715
34716 pt = 1
34717 \begin_inset space \thinspace{}
34718 \end_inset
34719
34720 in)
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 </row>
34726 <row>
34727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 pc
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 pica (1
34741 \begin_inset space \thinspace{}
34742 \end_inset
34743
34744 pc = 12
34745 \begin_inset space \thinspace{}
34746 \end_inset
34747
34748 pt)
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 </row>
34754 <row>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759 sp
34760 \end_layout
34761
34762 \end_inset
34763 </cell>
34764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34765 \begin_inset Text
34766
34767 \begin_layout Plain Layout
34768 scaled point (65536
34769 \begin_inset space \thinspace{}
34770 \end_inset
34771
34772 sp = 1
34773 \begin_inset space \thinspace{}
34774 \end_inset
34775
34776 pt)
34777 \end_layout
34778
34779 \end_inset
34780 </cell>
34781 </row>
34782 <row>
34783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34784 \begin_inset Text
34785
34786 \begin_layout Plain Layout
34787 bp
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34793 \begin_inset Text
34794
34795 \begin_layout Plain Layout
34796 gros point (72
34797 \begin_inset space \thinspace{}
34798 \end_inset
34799
34800 bp = 1
34801 \begin_inset space \thinspace{}
34802 \end_inset
34803
34804 in)
34805 \end_layout
34806
34807 \end_inset
34808 </cell>
34809 </row>
34810 <row>
34811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34812 \begin_inset Text
34813
34814 \begin_layout Plain Layout
34815 dd
34816 \end_layout
34817
34818 \end_inset
34819 </cell>
34820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824 didot (72
34825 \begin_inset space \thinspace{}
34826 \end_inset
34827
34828 dd 
34829 \begin_inset Formula $\approx$
34830 \end_inset
34831
34832  37.6
34833 \begin_inset space \thinspace{}
34834 \end_inset
34835
34836 mm)
34837 \end_layout
34838
34839 \end_inset
34840 </cell>
34841 </row>
34842 <row>
34843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34844 \begin_inset Text
34845
34846 \begin_layout Plain Layout
34847 cc
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856 cicero (1
34857 \begin_inset space \thinspace{}
34858 \end_inset
34859
34860 cc = 12
34861 \begin_inset space \thinspace{}
34862 \end_inset
34863
34864 dd)
34865 \end_layout
34866
34867 \end_inset
34868 </cell>
34869 </row>
34870 <row>
34871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875 Scale%
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884 % de la largeur originale de l'image
34885 \end_layout
34886
34887 \end_inset
34888 </cell>
34889 </row>
34890 <row>
34891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 text%
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34901 \begin_inset Text
34902
34903 \begin_layout Plain Layout
34904 % de la largeur du texte
34905 \end_layout
34906
34907 \end_inset
34908 </cell>
34909 </row>
34910 <row>
34911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 col%
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924 % de la largeur de la colonne
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 </row>
34930 <row>
34931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935 page%
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34941 \begin_inset Text
34942
34943 \begin_layout Plain Layout
34944 % de la largeur du papier
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 </row>
34950 <row>
34951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34952 \begin_inset Text
34953
34954 \begin_layout Plain Layout
34955 line%
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34961 \begin_inset Text
34962
34963 \begin_layout Plain Layout
34964 % de la largeur de la ligne
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 </row>
34970 <row>
34971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34972 \begin_inset Text
34973
34974 \begin_layout Plain Layout
34975 theight%
34976 \end_layout
34977
34978 \end_inset
34979 </cell>
34980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984 % la hauteur du texte
34985 \end_layout
34986
34987 \end_inset
34988 </cell>
34989 </row>
34990 <row>
34991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995 pheight%
34996 \end_layout
34997
34998 \end_inset
34999 </cell>
35000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004 % hauteur du papier
35005 \end_layout
35006
35007 \end_inset
35008 </cell>
35009 </row>
35010 <row>
35011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35012 \begin_inset Text
35013
35014 \begin_layout Plain Layout
35015 ex
35016 \end_layout
35017
35018 \end_inset
35019 </cell>
35020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 hauteur de la lettre 
35025 \emph on
35026 x
35027 \emph default
35028  dans la police courante
35029 \end_layout
35030
35031 \end_inset
35032 </cell>
35033 </row>
35034 <row>
35035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35036 \begin_inset Text
35037
35038 \begin_layout Plain Layout
35039 em
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 largeur de la lettre
35049 \emph on
35050  M
35051 \emph default
35052  dans la police courante
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 </row>
35058 <row>
35059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35060 \begin_inset Text
35061
35062 \begin_layout Plain Layout
35063 mu
35064 \end_layout
35065
35066 \end_inset
35067 </cell>
35068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35069 \begin_inset Text
35070
35071 \begin_layout Plain Layout
35072 unité mathématique (1
35073 \begin_inset space \thinspace{}
35074 \end_inset
35075
35076 mu = 1/18
35077 \begin_inset space \thinspace{}
35078 \end_inset
35079
35080 em)
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 </row>
35086 </lyxtabular>
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \end_layout
35097
35098 \begin_layout Chapter
35099 Formats des fichiers de sortie graphiques
35100 \begin_inset CommandInset label
35101 LatexCommand label
35102 name "cha:Formats-fichiers-graphiques"
35103
35104 \end_inset
35105
35106
35107 \end_layout
35108
35109 \begin_layout Section
35110 DVI
35111 \begin_inset Index idx
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115 Formats de Fichiers! DVI
35116 \end_layout
35117
35118 \end_inset
35119
35120
35121 \begin_inset Index idx
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125 DVI|see
35126 \begin_inset ERT
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130
35131 {
35132 \end_layout
35133
35134 \end_inset
35135
35136 Formats de Fichiers
35137 \begin_inset ERT
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141
35142 }
35143 \end_layout
35144
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156 Ce type de fichiers a l'extension 
35157 \begin_inset Quotes fld
35158 \end_inset
35159
35160
35161 \family typewriter
35162 .dvi
35163 \family default
35164
35165 \begin_inset Quotes frd
35166 \end_inset
35167
35168 .
35169  Il est appelé 
35170 \emph on
35171 indépendant de l'appareil
35172 \emph default
35173  ou 
35174 \begin_inset Quotes fld
35175 \end_inset
35176
35177 device independent (DVI)
35178 \begin_inset Quotes frd
35179 \end_inset
35180
35181 , car il est complètement portable ; vous pouvez les recopier d'une machine
35182  à l'autre sans avoir à faire de conversion.
35183  À l'époque où ce format a été développé, c'était loin d'être évident.
35184  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
35185  étape préliminaire avant la conversion vers un autre format comme le PostScript.
35186 \end_layout
35187
35188 \begin_layout Standard
35189 \begin_inset Note Greyedout
35190 status open
35191
35192 \begin_layout Plain Layout
35193
35194 \series bold
35195 Note:
35196 \series default
35197  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
35198  au fichier.
35199  
35200 \end_layout
35201
35202 \end_inset
35203
35204  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
35205  
35206 \family typewriter
35207 .dvi
35208 \family default
35209 .
35210  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
35211 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
35212  pour les rendre visibles quand vous faites défiler votre document.
35213  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
35214  avec de nombreuses images.
35215 \end_layout
35216
35217 \begin_layout Standard
35218 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
35219  menu 
35220 \family sans
35221 Fichier\SpecialChar \menuseparator
35222 Exporter\SpecialChar \menuseparator
35223 DVI.
35224
35225 \family default
35226  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
35227 \family sans
35228 Visualiser
35229 \family default
35230  ou en utilisant le bouton
35231 \begin_inset Graphics
35232         filename ../../images/buffer-view_dvi.png
35233         scale 85
35234         scaleBeforeRotation
35235
35236 \end_inset
35237
35238  de la barre d'outils.
35239 \end_layout
35240
35241 \begin_layout Section
35242 PostScript
35243 \begin_inset CommandInset label
35244 LatexCommand label
35245 name "sec:PostScript"
35246
35247 \end_inset
35248
35249
35250 \begin_inset Index idx
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254 Formats de Fichiers ! PostScript
35255 \end_layout
35256
35257 \end_inset
35258
35259
35260 \begin_inset Index idx
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 PostScript|see
35265 \begin_inset ERT
35266 status collapsed
35267
35268 \begin_layout Plain Layout
35269
35270 {
35271 \end_layout
35272
35273 \end_inset
35274
35275 Formats de Fichiers
35276 \begin_inset ERT
35277 status collapsed
35278
35279 \begin_layout Plain Layout
35280
35281 }
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Standard
35295 Ce type de fichiers a l'extension 
35296 \begin_inset Quotes fld
35297 \end_inset
35298
35299
35300 \family typewriter
35301 .ps
35302 \family default
35303
35304 \begin_inset Quotes frd
35305 \end_inset
35306
35307 .
35308  PostScript a été développé par la société 
35309 \series bold
35310 Adobe
35311 \series default
35312  comme un langage pour les imprimantes.
35313  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
35314  pour imprimer le document.
35315  PostScript peut être considéré comme un 
35316 \begin_inset Quotes fld
35317 \end_inset
35318
35319 langage de programmation
35320 \begin_inset Quotes frd
35321 \end_inset
35322
35323  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
35324  images
35325 \begin_inset Foot
35326 status open
35327
35328 \begin_layout Plain Layout
35329 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
35330  LaTeX 
35331 \series bold
35332 pstricks
35333 \series default
35334
35335 \begin_inset CommandInset citation
35336 LatexCommand cite
35337 key "pstricks"
35338
35339 \end_inset
35340
35341 .
35342 \end_layout
35343
35344 \end_inset
35345
35346 .
35347  En partie à cause de toutes ces possibilités un fichier PostScript est
35348  souvent plus gros qu'un PDF.
35349 \end_layout
35350
35351 \begin_layout Standard
35352 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
35353  plus gros qu'un PDF.
35354 \end_layout
35355
35356 \begin_layout Standard
35357 PostScript ne peut contenir que des images au format 
35358 \begin_inset Quotes fld
35359 \end_inset
35360
35361 PostScript Encapsulé
35362 \begin_inset Quotes frd
35363 \end_inset
35364
35365  (encapsulated PostScript ou EPS, d'extension 
35366 \family typewriter
35367 .eps
35368 \family default
35369 ).
35370  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35371  il doit les convertir en interne en EPS.
35372  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35373  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35374  document.
35375  Cela risque de ralentir de façon importante votre rythme de travail.
35376  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35377  vos images directement en EPS pour éviter ce problème.
35378 \end_layout
35379
35380 \begin_layout Standard
35381 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35382  le menu 
35383 \family sans
35384 Fichier\SpecialChar \menuseparator
35385 Exporter\SpecialChar \menuseparator
35386 PostScript.
35387
35388 \family default
35389  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35390  
35391 \family sans
35392 Visualiser
35393 \family default
35394  ou en utilisant le bouton 
35395 \begin_inset Graphics
35396         filename ../../images/buffer-view_ps.png
35397         scale 85
35398         scaleBeforeRotation
35399
35400 \end_inset
35401
35402  de la barre d'outils.
35403 \end_layout
35404
35405 \begin_layout Section
35406 PDF
35407 \begin_inset Index idx
35408 status collapsed
35409
35410 \begin_layout Plain Layout
35411 Formats de Fichiers ! PDF
35412 \end_layout
35413
35414 \end_inset
35415
35416
35417 \begin_inset Index idx
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421 PDF
35422 \end_layout
35423
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \begin_layout Standard
35430 Ce type de fichiers a l'extension 
35431 \begin_inset Quotes fld
35432 \end_inset
35433
35434
35435 \family typewriter
35436 .pdf
35437 \family default
35438
35439 \begin_inset Quotes frd
35440 \end_inset
35441
35442 .
35443  Ce 
35444 \begin_inset Quotes fld
35445 \end_inset
35446
35447 format de document portable
35448 \begin_inset Quotes frd
35449 \end_inset
35450
35451  (portable document format ou PDF) est développé par 
35452 \family typewriter
35453 Adobe
35454 \family default
35455  comme une évolution de PostScript.
35456  Il est plus comprimé et utilise moins de commandes que PostScript.
35457  Comme son nom l'indique, il est 
35458 \begin_inset Quotes fld
35459 \end_inset
35460
35461 portable
35462 \begin_inset Quotes frd
35463 \end_inset
35464
35465  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35466  aura exactement le même aspect.
35467 \end_layout
35468
35469 \begin_layout Standard
35470 PDF peut contenir des images dans son propre format PDF et dans les formats
35471  JPG (format du 
35472 \begin_inset Quotes fld
35473 \end_inset
35474
35475 Joint Photographic Expert Group
35476 \begin_inset Quotes frd
35477 \end_inset
35478
35479  avec comme extension 
35480 \family typewriter
35481 .jpg
35482 \family default
35483  ou 
35484 \family typewriter
35485 .jpeg
35486 \family default
35487 ) et PNG (
35488 \begin_inset Quotes fld
35489 \end_inset
35490
35491 Portable Network Graphics
35492 \begin_inset Quotes frd
35493 \end_inset
35494
35495  avec l'extension 
35496 \family typewriter
35497 .png
35498 \family default
35499 ).
35500  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35501  dans un de ces formats.
35502  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35503  vont ralentir votre travail.
35504  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35505 \end_layout
35506
35507 \begin_layout Standard
35508 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35509  menu 
35510 \family sans
35511 Fichier\SpecialChar \menuseparator
35512 Exporter 
35513 \family default
35514 de trois façons différentes:
35515 \end_layout
35516
35517 \begin_layout Description
35518 PDF
35519 \begin_inset space ~
35520 \end_inset
35521
35522 (ps2pdf) Ceci utilise le programme 
35523 \family typewriter
35524 ps2pdf
35525 \family default
35526  qui créé un PDF à partir de la version PostScript de votre fichier.
35527  Cette dernière est produite par le programme 
35528 \family typewriter
35529 dvips
35530 \family default
35531  qui utilise une version DVI comme étape intermédiaire.
35532  Cette variante consiste donc en trois conversions.
35533 \end_layout
35534
35535 \begin_layout Description
35536 PDF
35537 \begin_inset space ~
35538 \end_inset
35539
35540 (dvipdfm) Ceci utilise le programme 
35541 \family typewriter
35542 dvipdfm
35543 \family default
35544  qui convertit votre fichier en DVI avant de le convertir en PDF.
35545 \end_layout
35546
35547 \begin_layout Description
35548 PDF
35549 \begin_inset space ~
35550 \end_inset
35551
35552 (pdflatex) Ceci utilise le programme 
35553 \family typewriter
35554 pdftex
35555 \family default
35556  qui convertit directement votre fichier en PDF.
35557 \end_layout
35558
35559 \begin_layout Standard
35560 Nous recommandons d'utiliser l'option 
35561 \family sans
35562 PDF
35563 \begin_inset space ~
35564 \end_inset
35565
35566 (pdflatex)
35567 \family default
35568  car 
35569 \family typewriter
35570 pdftex
35571 \family default
35572  accepte toutes les fonctionnalités des versions actuelles de PDF.
35573  Il est en plus rapide et stable.
35574  Le programme 
35575 \family typewriter
35576 dvipdfm
35577 \family default
35578  n'est plus développé est est donc un peu dépassé.
35579 \end_layout
35580
35581 \begin_layout Standard
35582
35583 \end_layout
35584
35585 \begin_layout Standard
35586 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35587 \family sans
35588 Visualiser
35589 \family default
35590  ou en utilisant le bouton 
35591 \begin_inset Graphics
35592         filename ../../images/buffer-view_pdf2.png
35593         scale 85
35594         scaleBeforeRotation
35595
35596 \end_inset
35597
35598  de la barre d'outils
35599 \family sans
35600  (
35601 \family default
35602 qui utilise 
35603 \family sans
35604 PDF
35605 \begin_inset space ~
35606 \end_inset
35607
35608 (pdflatex)
35609 \family default
35610 ).
35611 \end_layout
35612
35613 \begin_layout Chapter
35614 Explication de l' Équation
35615 \begin_inset space ~
35616 \end_inset
35617
35618 (
35619 \begin_inset CommandInset ref
35620 LatexCommand ref
35621 reference "eq:Wgn"
35622
35623 \end_inset
35624
35625 )
35626 \begin_inset CommandInset label
35627 LatexCommand label
35628 name "cha:Explication-de-l'Equation"
35629
35630 \end_inset
35631
35632
35633 \end_layout
35634
35635 \begin_layout Standard
35636 La largeur totale de 
35637 \emph on
35638 n
35639 \emph default
35640  cellules de tableau 
35641 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35642 \end_inset
35643
35644  peut être calculée avec
35645 \end_layout
35646
35647 \begin_layout Standard
35648 \begin_inset Formula 
35649 \begin{equation}
35650 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
35651 \end{equation}
35652
35653 \end_inset
35654
35655
35656 \end_layout
35657
35658 \begin_layout Standard
35659 Où 
35660 \begin_inset Formula $W_{g\, n}$
35661 \end_inset
35662
35663  est la largeur fixe de toutes les cellules.
35664  
35665 \series bold
35666
35667 \backslash
35668 tabcolsep
35669 \series default
35670  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35671  sa valeur implicite est 6
35672 \begin_inset space \thinspace{}
35673 \end_inset
35674
35675 pt.
35676  
35677 \series bold
35678
35679 \backslash
35680 arrayrulewidth
35681 \series default
35682  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35683 \begin_inset space \thinspace{}
35684 \end_inset
35685
35686 pt.
35687 \end_layout
35688
35689 \begin_layout Standard
35690 D'après l'équation
35691 \begin_inset space ~
35692 \end_inset
35693
35694
35695 \begin_inset CommandInset ref
35696 LatexCommand eqref
35697 reference "eq:Wtot_n"
35698
35699 \end_inset
35700
35701 , la largeur totale d'une multicolonne, 
35702 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35703 \end_inset
35704
35705  est
35706 \end_layout
35707
35708 \begin_layout Standard
35709 \begin_inset Formula 
35710 \begin{equation}
35711 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
35712 \end{equation}
35713
35714 \end_inset
35715
35716
35717 \end_layout
35718
35719 \begin_layout Standard
35720 En posant que les équations 
35721 \begin_inset space ~
35722 \end_inset
35723
35724
35725 \begin_inset CommandInset ref
35726 LatexCommand eqref
35727 reference "eq:Wtot_n"
35728
35729 \end_inset
35730
35731  et 
35732 \begin_inset CommandInset ref
35733 LatexCommand eqref
35734 reference "eq:Wtot_mult"
35735
35736 \end_inset
35737
35738  sont égales, on peut calculer la largeur nécessaire 
35739 \begin_inset Formula $W_{g\, n}$
35740 \end_inset
35741
35742  quand 
35743 \emph on
35744 n
35745 \emph default
35746  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35747  de 
35748 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35749 \end_inset
35750
35751 :
35752 \end_layout
35753
35754 \begin_layout Standard
35755 \begin_inset Formula 
35756 \begin{equation}
35757 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
35758 \end{equation}
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \begin_layout Bibliography
35766 \labelwidthstring Bibliographie
35767 \begin_inset CommandInset bibitem
35768 LatexCommand bibitem
35769 key "latexcompanion"
35770
35771 \end_inset
35772
35773 Frank Mittelbach and Michel Goossens: 
35774 \emph on
35775 The LaTeX Companion Second Edition.
35776
35777 \emph default
35778  Addison-Wesley, 2004
35779 \end_layout
35780
35781 \begin_layout Bibliography
35782 \labelwidthstring Bibliographie
35783 \begin_inset CommandInset bibitem
35784 LatexCommand bibitem
35785 key "latexguide"
35786
35787 \end_inset
35788
35789 Helmut Kopka and Patrick W.
35790  Daly: 
35791 \emph on
35792 A Guide to LaTeX Fourth Edition.
35793
35794 \emph default
35795  Addison-Wesley, 2003
35796 \end_layout
35797
35798 \begin_layout Bibliography
35799 \labelwidthstring Bibliographie
35800 \begin_inset CommandInset bibitem
35801 LatexCommand bibitem
35802 key "latexbook"
35803
35804 \end_inset
35805
35806 Leslie Lamport: 
35807 \emph on
35808 LaTeX: A Document Preparation System.
35809
35810 \emph default
35811  Addison-Wesley, second edition, 1994
35812 \end_layout
35813
35814 \begin_layout Bibliography
35815 \labelwidthstring Bibliographie
35816 \begin_inset CommandInset bibitem
35817 LatexCommand bibitem
35818 key "booktabs"
35819
35820 \end_inset
35821
35822 Documentation du paquetage LaTeX 
35823 \series bold
35824
35825 \begin_inset CommandInset href
35826 LatexCommand href
35827 name "booktabs"
35828 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35829
35830 \end_inset
35831
35832
35833 \series default
35834
35835 \begin_inset Index idx
35836 status collapsed
35837
35838 \begin_layout Plain Layout
35839 Paquetages LaTeX ! booktabs
35840 \end_layout
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Bibliography
35848 \labelwidthstring Bibliographie
35849 \begin_inset CommandInset bibitem
35850 LatexCommand bibitem
35851 key "caption"
35852
35853 \end_inset
35854
35855 Documentation du paquetage LaTeX 
35856 \series bold
35857
35858 \begin_inset CommandInset href
35859 LatexCommand href
35860 name "caption"
35861 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35862
35863 \end_inset
35864
35865
35866 \series default
35867
35868 \begin_inset Index idx
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872 Paquetages LaTeX ! caption
35873 \end_layout
35874
35875 \end_inset
35876
35877
35878 \end_layout
35879
35880 \begin_layout Bibliography
35881 \labelwidthstring Bibliographie
35882 \begin_inset CommandInset bibitem
35883 LatexCommand bibitem
35884 key "endfloat"
35885
35886 \end_inset
35887
35888 Documentation du paquetage LaTeX 
35889 \series bold
35890
35891 \begin_inset CommandInset href
35892 LatexCommand href
35893 name "endfloat"
35894 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35895
35896 \end_inset
35897
35898
35899 \series default
35900
35901 \begin_inset Index idx
35902 status collapsed
35903
35904 \begin_layout Plain Layout
35905 Paquetages LaTeX ! endfloat
35906 \end_layout
35907
35908 \end_inset
35909
35910
35911 \end_layout
35912
35913 \begin_layout Bibliography
35914 \labelwidthstring Bibliographie
35915 \begin_inset CommandInset bibitem
35916 LatexCommand bibitem
35917 key "wrapfig"
35918
35919 \end_inset
35920
35921 Documentation du paquetage LaTeX 
35922 \series bold
35923
35924 \begin_inset CommandInset href
35925 LatexCommand href
35926 name "wrapfig"
35927 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35928
35929 \end_inset
35930
35931
35932 \series default
35933
35934 \begin_inset Index idx
35935 status collapsed
35936
35937 \begin_layout Plain Layout
35938 Paquetages LaTeX ! wrapfig
35939 \begin_inset ERT
35940 status collapsed
35941
35942 \begin_layout Plain Layout
35943
35944
35945 \backslash
35946 vspace{4mm}
35947 \end_layout
35948
35949 \end_inset
35950
35951
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \begin_layout Bibliography
35960 \labelwidthstring Bibliographie
35961 \begin_inset CommandInset bibitem
35962 LatexCommand bibitem
35963 key "footmisc"
35964
35965 \end_inset
35966
35967 Documentation du paquetage LaTeX 
35968 \series bold
35969
35970 \begin_inset CommandInset href
35971 LatexCommand href
35972 name "footmisc"
35973 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35974
35975 \end_inset
35976
35977
35978 \series default
35979
35980 \begin_inset Index idx
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984 Paquetages LaTeX ! footmisc
35985 \end_layout
35986
35987 \end_inset
35988
35989
35990 \end_layout
35991
35992 \begin_layout Bibliography
35993 \labelwidthstring Bibliographie
35994 \begin_inset CommandInset bibitem
35995 LatexCommand bibitem
35996 key "hypcap"
35997
35998 \end_inset
35999
36000 Documentation du paquetage LaTeX 
36001 \series bold
36002
36003 \begin_inset CommandInset href
36004 LatexCommand href
36005 name "hypcap"
36006 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36007
36008 \end_inset
36009
36010
36011 \series default
36012
36013 \begin_inset Index idx
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017 Paquetages LaTeX ! hyperref
36018 \end_layout
36019
36020 \end_inset
36021
36022
36023 \end_layout
36024
36025 \begin_layout Bibliography
36026 \labelwidthstring Bibliographie
36027 \begin_inset CommandInset bibitem
36028 LatexCommand bibitem
36029 key "hyperref"
36030
36031 \end_inset
36032
36033 Documentation du paquetage LaTeX 
36034 \series bold
36035
36036 \begin_inset CommandInset href
36037 LatexCommand href
36038 name "hyperref"
36039 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36040
36041 \end_inset
36042
36043
36044 \series default
36045
36046 \begin_inset Index idx
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050 Paquetages LaTeX ! hyperref
36051 \end_layout
36052
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \begin_layout Bibliography
36059 \labelwidthstring Bibliographie
36060 \begin_inset CommandInset bibitem
36061 LatexCommand bibitem
36062 key "KOMA-Script"
36063
36064 \end_inset
36065
36066 Documentation du paquetage LaTeX 
36067 \series bold
36068
36069 \begin_inset CommandInset href
36070 LatexCommand href
36071 name "KOMA-Script"
36072 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36073
36074 \end_inset
36075
36076
36077 \series default
36078
36079 \begin_inset Index idx
36080 status collapsed
36081
36082 \begin_layout Plain Layout
36083 Paquetages LaTeX ! KOMA-Script
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \end_layout
36090
36091 \begin_layout Bibliography
36092 \labelwidthstring Bibliographie
36093 \begin_inset CommandInset bibitem
36094 LatexCommand bibitem
36095 key "listings"
36096
36097 \end_inset
36098
36099 Documentation du paquetage LaTeX 
36100 \series bold
36101
36102 \begin_inset CommandInset href
36103 LatexCommand href
36104 name "listings"
36105 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36106
36107 \end_inset
36108
36109
36110 \series default
36111
36112 \begin_inset Index idx
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116 Paquetages LaTeX ! listings
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \end_layout
36123
36124 \begin_layout Bibliography
36125 \labelwidthstring Bibliographie
36126 \begin_inset CommandInset bibitem
36127 LatexCommand bibitem
36128 key "marginnote"
36129
36130 \end_inset
36131
36132 Documentation du paquetage LaTeX 
36133 \series bold
36134
36135 \begin_inset CommandInset href
36136 LatexCommand href
36137 name "marginnote"
36138 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36139
36140 \end_inset
36141
36142
36143 \series default
36144
36145 \begin_inset Index idx
36146 status collapsed
36147
36148 \begin_layout Plain Layout
36149 Paquetages LaTeX ! marginnote
36150 \end_layout
36151
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \begin_layout Bibliography
36158 \labelwidthstring Bibliographie
36159 \begin_inset CommandInset bibitem
36160 LatexCommand bibitem
36161 key "pstricks"
36162
36163 \end_inset
36164
36165 Page Web du paquetage LaTeX 
36166 \series bold
36167
36168 \begin_inset CommandInset href
36169 LatexCommand href
36170 name "PSTricks"
36171 target "http://tug.org/PSTricks/"
36172
36173 \end_inset
36174
36175
36176 \series default
36177
36178 \begin_inset Index idx
36179 status collapsed
36180
36181 \begin_layout Plain Layout
36182 Paquetages LaTeX ! PSTricks
36183 \end_layout
36184
36185 \end_inset
36186
36187
36188 \end_layout
36189
36190 \begin_layout Bibliography
36191 \labelwidthstring Bibliographie
36192 \begin_inset CommandInset bibitem
36193 LatexCommand bibitem
36194 key "sidecap"
36195
36196 \end_inset
36197
36198 Documentation du paquetage LaTeX 
36199 \series bold
36200
36201 \begin_inset CommandInset href
36202 LatexCommand href
36203 name "sidecap"
36204 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36205
36206 \end_inset
36207
36208
36209 \series default
36210
36211 \begin_inset Index idx
36212 status collapsed
36213
36214 \begin_layout Plain Layout
36215 Paquetages LaTeX ! sidecap
36216 \end_layout
36217
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \begin_layout Bibliography
36224 \labelwidthstring Bibliographie
36225 \begin_inset CommandInset bibitem
36226 LatexCommand bibitem
36227 key "prettyref"
36228
36229 \end_inset
36230
36231 Documentation du paquetage LaTeX
36232 \series bold
36233  
36234 \begin_inset CommandInset href
36235 LatexCommand href
36236 name "prettyref"
36237 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36238
36239 \end_inset
36240
36241
36242 \series default
36243
36244 \begin_inset Index idx
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248 Paquetages LaTeX ! prettyref
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Bibliography
36257 \labelwidthstring Bibliographie
36258 \begin_inset CommandInset bibitem
36259 LatexCommand bibitem
36260 key "refstyle"
36261
36262 \end_inset
36263
36264 Documentation du paquetage LaTeX
36265 \series bold
36266  
36267 \begin_inset CommandInset href
36268 LatexCommand href
36269 name "refstyle"
36270 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36271
36272 \end_inset
36273
36274
36275 \series default
36276
36277 \begin_inset Index idx
36278 status collapsed
36279
36280 \begin_layout Plain Layout
36281 Paquetages LaTeX ! refstyle
36282 \end_layout
36283
36284 \end_inset
36285
36286
36287 \end_layout
36288
36289 \begin_layout Bibliography
36290 \labelwidthstring Bibliographie
36291 \begin_inset CommandInset bibitem
36292 LatexCommand bibitem
36293 key "NewInLyX20"
36294
36295 \end_inset
36296
36297
36298 \begin_inset CommandInset href
36299 LatexCommand href
36300 name "Page Wiki"
36301 target "http://wiki.lyx.org/LyX/NewInLyX20"
36302
36303 \end_inset
36304
36305  au sujet des nouveautés de 
36306 \family sans
36307 LyX 2.0
36308 \family default
36309 .
36310 \end_layout
36311
36312 \begin_layout Standard
36313 \begin_inset CommandInset index_print
36314 LatexCommand printindex
36315 type "idx"
36316
36317 \end_inset
36318
36319
36320 \end_layout
36321
36322 \end_body
36323 \end_document