]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
- UserGuide.lyx:
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package arydshln
122 % used for tables with dashed lines
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % check for package marginnote
130 % used for margin notes
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % check for package sidecap
139 % used for captions on the side
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % check for picinpar
147 % used for surrounded fixed objects
148 \newboolean{picinpar}
149 \IfFileExists{picinpar.sty}
150  {\usepackage{picinpar}
151   \setboolean{picinpar}{true}}
152  {\setboolean{picinpar}{false}}
153
154 % check for lettrine
155 \newboolean{lettrine}
156 \IfFileExists{lettrine.sty}
157  {\usepackage{lettrine}
158   \setboolean{lettrine}{true}}
159  {\setboolean{lettrine}{false}}
160
161 % use normal list environments also in French documents
162 \frenchbsetup{StandardLayout}
163 \end_preamble
164 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
165 \use_default_options false
166 \begin_modules
167 initials
168 \end_modules
169 \maintain_unincluded_children false
170 \language french
171 \language_package default
172 \inputencoding auto
173 \fontencoding global
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \use_non_tex_fonts false
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \default_output_format default
186 \output_sync 0
187 \bibtex_command default
188 \index_command default
189 \paperfontsize 12
190 \spacing single
191 \use_hyperref true
192 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
193 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
194 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
195 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
196 \pdf_bookmarks true
197 \pdf_bookmarksnumbered true
198 \pdf_bookmarksopen true
199 \pdf_bookmarksopenlevel 1
200 \pdf_breaklinks false
201 \pdf_pdfborder false
202 \pdf_colorlinks true
203 \pdf_backref false
204 \pdf_pdfusetitle false
205 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
206 \papersize default
207 \use_geometry false
208 \use_amsmath 2
209 \use_esint 0
210 \use_mhchem 1
211 \use_mathdots 1
212 \cite_engine basic
213 \use_bibtopic false
214 \use_indices false
215 \paperorientation portrait
216 \suppress_date false
217 \use_refstyle 0
218 \notefontcolor #0000ff
219 \index Index
220 \shortcut idx
221 \color #008000
222 \end_index
223 \secnumdepth 3
224 \tocdepth 3
225 \paragraph_separation skip
226 \defskip medskip
227 \quotes_language french
228 \papercolumns 1
229 \papersides 2
230 \paperpagestyle default
231 \bullet 1 1 34 -1
232 \bullet 2 2 35 -1
233 \bullet 3 2 7 -1
234 \tracking_changes false
235 \output_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \html_be_strict false
239 \end_header
240
241 \begin_body
242
243 \begin_layout Title
244 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
245  les Boîtes et les Objets Externes de LyX
246 \end_layout
247
248 \begin_layout Author
249 par l'Équipe LyX
250 \begin_inset Foot
251 status collapsed
252
253 \begin_layout Plain Layout
254 \noindent
255 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
256  de la documentation de LyX: 
257 \begin_inset CommandInset href
258 LatexCommand href
259 name "lyx-docs@lists.lyx.org"
260 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
261 type "mailto:"
262
263 \end_inset
264
265
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Note Note
272 status collapsed
273
274 \begin_layout Plain Layout
275 auteur original : Uwe Stöhr
276 \end_layout
277
278 \begin_layout Plain Layout
279 Traduction française : Siegfried Meunier-Guttin-Cluzel
280 \end_layout
281
282 \begin_layout Plain Layout
283 version 1.6.x janvier 2010
284 \end_layout
285
286 \end_inset
287
288
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \family sans
298 Version 2.0.x
299 \end_layout
300
301 \begin_layout Standard
302 \begin_inset CommandInset toc
303 LatexCommand tableofcontents
304
305 \end_inset
306
307
308 \end_layout
309
310 \begin_layout Standard
311 \begin_inset Note Note
312 status open
313
314 \begin_layout Plain Layout
315 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
316  
317 \series bold
318 arydshln
319 \series default
320
321 \series bold
322 colortbl
323 \series default
324
325 \series bold
326 lettrine, marginnote, picinpar
327 \series default
328 , et 
329 \series bold
330 sidecap
331 \series default
332  doivent être installés.
333  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
334  les sections qui nécessitent les paquetages en question n'apparaîtront
335  pas sur la sortie.
336 \end_layout
337
338 \begin_layout Plain Layout
339 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \series bold
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figures
355 \begin_inset Index idx
356 status collapsed
357
358 \begin_layout Plain Layout
359 Figures
360 \end_layout
361
362 \end_inset
363
364
365 \begin_inset Index idx
366 status collapsed
367
368 \begin_layout Plain Layout
369 Graphiques|see
370 \begin_inset ERT
371 status collapsed
372
373 \begin_layout Plain Layout
374
375 {
376 \end_layout
377
378 \end_inset
379
380 Figures
381 \begin_inset ERT
382 status collapsed
383
384 \begin_layout Plain Layout
385
386 }
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \end_inset
395
396
397 \end_layout
398
399 \begin_layout Section
400 La fenêtre de dialogue Graphique
401 \begin_inset Index idx
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figures ! Fenêtre de dialogue Graphique
406 \end_layout
407
408 \end_inset
409
410
411 \begin_inset CommandInset label
412 LatexCommand label
413 name "sec:Graphics-Dialog"
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 Pour placer une figure dans votre document, cliquez sur le bouton
422 \begin_inset Graphics
423         filename ../../images/dialog-show-new-inset_graphics.png
424         scale 85
425         scaleBeforeRotation
426
427 \end_inset
428
429  dans la barre d'outils, ou faites 
430 \family sans
431 Insérer\SpecialChar \menuseparator
432 Graphique
433 \family default
434 .
435  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
436  à charger.
437  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
438  dans le texte.
439 \end_layout
440
441 \begin_layout Standard
442 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
443  sur une image
444 \begin_inset Note Note
445 status collapsed
446
447 \begin_layout Plain Layout
448 Ça marche aussi avec le bouton gauche ! (NdT)
449 \end_layout
450
451 \end_inset
452
453 .
454  Cette fenêtre de dialogue possède trois onglets:
455 \end_layout
456
457 \begin_layout Description
458 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
459  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
460  Les unités de longueurs utilisées sont décrites dans l'appendice
461 \begin_inset space ~
462 \end_inset
463
464
465 \begin_inset CommandInset ref
466 LatexCommand ref
467 reference "cha:Unités-de-longueur"
468
469 \end_inset
470
471 .
472 \begin_inset Newline newline
473 \end_inset
474
475
476 \begin_inset Index idx
477 status collapsed
478
479 \begin_layout Plain Layout
480 Figures ! Pivotées
481 \end_layout
482
483 \end_inset
484
485 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
486  d'une montre, en donnant l'angle de rotation et la position du pivot.
487  L'image apparaîtra pivotée dans LyX.
488 \begin_inset Newline newline
489 \end_inset
490
491
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Figures ! Redimensionnées
497 \end_layout
498
499 \end_inset
500
501 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
502  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
503  sa largeur.
504  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
505  déterminée automatiquement.
506  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
507  éventuellement une distorsion.
508  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
509  
510 \family sans
511 Conserver
512 \begin_inset space ~
513 \end_inset
514
515 les
516 \begin_inset space ~
517 \end_inset
518
519 proportions
520 \family default
521 .
522  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
523  pas les valeurs fixées.
524  
525 \begin_inset Newline newline
526 \end_inset
527
528 Les images peuvent être modifiée en utilisant le programme de votre choix
529  en faisant un clic droit dessus et en choisissant 
530 \family sans
531 Éditer le fichier ailleurs
532 \family default
533  dans le menu contextuel qui apparaît.
534  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
535  
536 \family sans
537 Formats
538 \begin_inset space ~
539 \end_inset
540
541 de
542 \begin_inset space ~
543 \end_inset
544
545 fichiers
546 \family default
547  dans la fenêtre de dialogue de 
548 \family sans
549 Préférences
550 \family default
551  de LyX.
552 \end_layout
553
554 \begin_layout Description
555 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
556  la sortie finale est de modifier les coordonnées de la zone de l'image
557  qui est affichée.
558  Cette zone peut être calculée automatiquement à partir des données présentes
559  dans le fichier en appuyant sur le bouton 
560 \family sans
561 Valeurs
562 \begin_inset space ~
563 \end_inset
564
565 du
566 \begin_inset space ~
567 \end_inset
568
569 Fichier
570 \family default
571 .
572  Avec l'option 
573 \family sans
574 Couper
575 \begin_inset space ~
576 \end_inset
577
578 à
579 \begin_inset space ~
580 \end_inset
581
582 la
583 \begin_inset space ~
584 \end_inset
585
586 boîte
587 \begin_inset space ~
588 \end_inset
589
590 de
591 \begin_inset space ~
592 \end_inset
593
594 délimitation, 
595 \family default
596 seule la portion de l'image qui est dans la zone définie sera imprimée.
597  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
598  donc vous pouvez ignorer l'onglet 
599 \family sans
600 Rogner
601 \family default
602 .
603 \end_layout
604
605 \begin_layout Description
606
607 \family sans
608 Options
609 \begin_inset space ~
610 \end_inset
611
612 LaTeX
613 \begin_inset space ~
614 \end_inset
615
616 et
617 \begin_inset space ~
618 \end_inset
619
620 LyX
621 \family default
622  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
623  les experts ès-LaTeX pourront fournir des options supplémentaires pour
624  LaTeX
625 \begin_inset Newline newline
626 \end_inset
627
628 L'option 
629 \family sans
630 Mode brouillon
631 \family default
632  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
633  avec la taille de l'image.
634 \begin_inset Newline newline
635 \end_inset
636
637 L'option 
638 \family sans
639 Ne
640 \begin_inset space ~
641 \end_inset
642
643 pas
644 \begin_inset space ~
645 \end_inset
646
647 décompresser
648 \begin_inset space ~
649 \end_inset
650
651 à
652 \begin_inset space ~
653 \end_inset
654
655 l'exportation
656 \family default
657  n'affectera que les graphiques EPS zippés, par exemple 
658 \family typewriter
659 x.eps.gz
660 \family default
661 .
662  Quand cette option est activée, les images ne sont pas décompressées à
663  l'exportation, vu que LaTeX peut les traiter telles-quelles
664 \begin_inset Newline newline
665 \end_inset
666
667 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
668  disques quand on utilise PostScript comme format de sortie, voir l'appendice
669 \begin_inset space ~
670 \end_inset
671
672
673 \begin_inset CommandInset ref
674 LatexCommand ref
675 reference "sec:PostScript"
676
677 \end_inset
678
679 .
680  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
681  terminal UNIX ou une console Windows:
682 \begin_inset Newline newline
683 \end_inset
684
685
686 \series bold
687 gzip x.eps
688 \series default
689
690 \begin_inset Newline newline
691 \end_inset
692
693
694 \series bold
695 zgrep %%Bounding x.eps.gz > x.eps.bb
696 \series default
697
698 \begin_inset Newline newline
699 \end_inset
700
701 La seconde commande va créer le fichier contenant la description de la boîte
702  de délimitation 
703 \begin_inset Quotes eld
704 \end_inset
705
706
707 \family typewriter
708 x.eps.bb
709 \family default
710
711 \begin_inset Quotes erd
712 \end_inset
713
714  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
715 \begin_inset Newline newline
716 \end_inset
717
718 Dans la section 
719 \family sans
720 Groupe
721 \begin_inset space ~
722 \end_inset
723
724 de
725 \begin_inset space ~
726 \end_inset
727
728 graphiques
729 \family default
730  vous pouvez définir ou de choisir un groupe de paramètres d'image
731 \begin_inset Index idx
732 status collapsed
733
734 \begin_layout Plain Layout
735 Figures ! Groupes de paramétrisation
736 \end_layout
737
738 \end_inset
739
740 .
741  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
742  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
743  les autres soient automatiquement modifiées de la même manière.
744  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
745  avoir à modifier leur taille manuellement une par une.
746  On peut rattacher une image à un groupe existant en utilisant le menu contextue
747 l de l'image et en cochant le nom du groupe dans la liste
748 \begin_inset Foot
749 status collapsed
750
751 \begin_layout Plain Layout
752 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
753 \end_layout
754
755 \end_inset
756
757 .
758 \end_layout
759
760 \begin_layout Standard
761 \begin_inset VSpace bigskip
762 \end_inset
763
764
765 \end_layout
766
767 \begin_layout Standard
768 Voici un exemple d'image au format EPS
769 \begin_inset Foot
770 status collapsed
771
772 \begin_layout Plain Layout
773 Les format d'images sont décrits dans la section
774 \begin_inset space ~
775 \end_inset
776
777
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "sec:Image-Formats"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \end_inset
788
789  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
790 nt:
791 \end_layout
792
793 \begin_layout Standard
794 \align center
795 \begin_inset Graphics
796         filename ../clipart/mobius.eps
797         scale 70
798         scaleBeforeRotation
799         rotateOrigin center
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 Et voici la même image mais en mode brouillon:
808 \end_layout
809
810 \begin_layout Standard
811 \align center
812 \begin_inset Graphics
813         filename ../clipart/mobius.eps
814         scale 70
815         draft
816         scaleBeforeRotation
817         rotateOrigin center
818
819 \end_inset
820
821
822 \end_layout
823
824 \begin_layout Section
825 Figures Flottantes
826 \begin_inset CommandInset label
827 LatexCommand label
828 name "sec:Figure-Floats"
829
830 \end_inset
831
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Flottants ! Figures
838 \end_layout
839
840 \end_inset
841
842
843 \begin_inset Index idx
844 status collapsed
845
846 \begin_layout Plain Layout
847 Figures ! Flottants
848 \end_layout
849
850 \end_inset
851
852
853 \end_layout
854
855 \begin_layout Standard
856 Pour des explications d'ordre général concernant les flottants, jetez un
857  coup d'œil à la section
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "sec:Flottants-Introduction"
865
866 \end_inset
867
868 .
869 \end_layout
870
871 \begin_layout Standard
872 Le bouton 
873 \begin_inset Graphics
874         filename ../../images/float-insert_figure.png
875         scale 85
876         scaleBeforeRotation
877
878 \end_inset
879
880  de la barre d'outils et le menu 
881 \family sans
882 Insérer\SpecialChar \menuseparator
883 Flottant\SpecialChar \menuseparator
884 Figure
885 \family default
886  insèrent un flottant avec l'étiquette 
887 \begin_inset Quotes eld
888 \end_inset
889
890
891 \series bold
892 Figure
893 \begin_inset space ~
894 \end_inset
895
896 #:
897 \series default
898
899 \begin_inset Quotes erd
900 \end_inset
901
902  (# est le numéro réel de l'image).
903  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
904 \begin_inset space ~
905 \end_inset
906
907
908 \begin_inset CommandInset ref
909 LatexCommand ref
910 reference "fig:kill-plat"
911
912 \end_inset
913
914  ou en dessous de la légende comme pour la Figure
915 \begin_inset space ~
916 \end_inset
917
918
919 \begin_inset CommandInset ref
920 LatexCommand ref
921 reference "fig:escher"
922
923 \end_inset
924
925 .
926  Vous trouverez plus d'information sur le positionnement des légendes dans
927  la section
928 \begin_inset space ~
929 \end_inset
930
931
932 \begin_inset CommandInset ref
933 LatexCommand ref
934 reference "sec:Placement-légende"
935
936 \end_inset
937
938 .
939 \end_layout
940
941 \begin_layout Standard
942 \begin_inset Float figure
943 wide false
944 sideways false
945 status open
946
947 \begin_layout Plain Layout
948 \align center
949 \begin_inset Graphics
950         filename ../clipart/platypus.eps
951         width 50col%
952         scaleBeforeRotation
953         rotateOrigin center
954
955 \end_inset
956
957
958 \end_layout
959
960 \begin_layout Plain Layout
961 \begin_inset Caption
962
963 \begin_layout Plain Layout
964 \begin_inset CommandInset label
965 LatexCommand label
966 name "fig:kill-plat"
967
968 \end_inset
969
970 Un ornithorynque sévèrement déformé dans un flottant de figure.
971 \end_layout
972
973 \end_inset
974
975
976 \end_layout
977
978 \end_inset
979
980
981 \end_layout
982
983 \begin_layout Standard
984 \begin_inset Float figure
985 wide false
986 sideways false
987 status open
988
989 \begin_layout Plain Layout
990 \begin_inset Caption
991
992 \begin_layout Plain Layout
993 \begin_inset CommandInset label
994 LatexCommand label
995 name "fig:escher"
996
997 \end_inset
998
999 M.C.
1000  Escher sous LSD.
1001 \end_layout
1002
1003 \end_inset
1004
1005
1006 \end_layout
1007
1008 \begin_layout Plain Layout
1009 \align center
1010 \begin_inset Graphics
1011         filename ../clipart/escher-lsd.eps
1012         scale 80
1013         scaleBeforeRotation
1014         rotateOrigin center
1015
1016 \end_inset
1017
1018
1019 \end_layout
1020
1021 \end_inset
1022
1023
1024 \end_layout
1025
1026 \begin_layout Standard
1027 \begin_inset Index idx
1028 status collapsed
1029
1030 \begin_layout Plain Layout
1031 References@Références ! à des Figures
1032 \end_layout
1033
1034 \end_inset
1035
1036 Les figure
1037 \begin_inset space ~
1038 \end_inset
1039
1040
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "fig:kill-plat"
1044
1045 \end_inset
1046
1047  et 
1048 \begin_inset CommandInset ref
1049 LatexCommand ref
1050 reference "fig:escher"
1051
1052 \end_inset
1053
1054  sont des exemples de figures référencées.
1055  Dans le texte, on fait référence à une figure en faisant référence à sa
1056  légende.
1057  On insère donc une étiquette dans la légende en utilisant le menu 
1058 \family sans
1059 Insérer
1060 \family default
1061 \SpecialChar \menuseparator
1062
1063 \family sans
1064 Étiquette
1065 \family default
1066  ou le bouton 
1067 \begin_inset Graphics
1068         filename ../../images/label-insert.png
1069         scale 85
1070         scaleBeforeRotation
1071
1072 \end_inset
1073
1074  de la barre d'outils.
1075  On peut alors faire référence à cette étiquette en utilisant le menu 
1076 \family sans
1077 Insérer\SpecialChar \menuseparator
1078 Référence
1079 \begin_inset space ~
1080 \end_inset
1081
1082 croisée
1083 \family default
1084  ou le bouton 
1085 \begin_inset Graphics
1086         filename ../../images/dialog-show-new-inset_ref.png
1087         scale 85
1088         scaleBeforeRotation
1089
1090 \end_inset
1091
1092  de la barre d'outils.
1093  Il est important d'utiliser des références pour les flottants de figures
1094  plutôt que des locutions vagues du genre 
1095 \begin_inset Quotes eld
1096 \end_inset
1097
1098 la figure ci-dessous
1099 \begin_inset Quotes erd
1100 \end_inset
1101
1102 , puisque LaTeX va repositionner la figure dans le document final.
1103  Votre figure risque de ne plus être ci-dessous du tout !
1104 \begin_inset Newline newline
1105 \end_inset
1106
1107 Le référencement est expliqué plus en détail dans la section
1108 \begin_inset space ~
1109 \end_inset
1110
1111
1112 \begin_inset CommandInset ref
1113 LatexCommand ref
1114 reference "sec:Referencer-les-Flottants"
1115
1116 \end_inset
1117
1118 .
1119 \end_layout
1120
1121 \begin_layout Standard
1122 En principe on met une seule figure dans un flottant, mais parfois vous
1123  pouvez vouloir deux figures avec chacune sa sous-légende.
1124  C'est possible en insérant des flottants d'image dans des flottants d'image
1125  existants.
1126  Notez que seule la légende principale des flottants est reprise dans la
1127  liste des figures.
1128  La figure
1129 \begin_inset space ~
1130 \end_inset
1131
1132
1133 \begin_inset CommandInset ref
1134 LatexCommand ref
1135 reference "fig:Deux-images-déformées"
1136
1137 \end_inset
1138
1139  est un exemple de flottant de figure avec deux images mises l'une à côté
1140  de l'autre.
1141  Vous pouvez aussi mettre les images les unes sous les autres.
1142  Les figures
1143 \begin_inset space ~
1144 \end_inset
1145
1146
1147 \begin_inset CommandInset ref
1148 LatexCommand ref
1149 reference "fig:Structure-indéfinissable"
1150
1151 \end_inset
1152
1153  et 
1154 \begin_inset CommandInset ref
1155 LatexCommand ref
1156 reference "fig:Un-ornithorynque"
1157
1158 \end_inset
1159
1160  sont des sous-figures.
1161 \end_layout
1162
1163 \begin_layout Standard
1164 \begin_inset Float figure
1165 wide false
1166 sideways false
1167 status open
1168
1169 \begin_layout Plain Layout
1170 \begin_inset space \hfill{}
1171 \end_inset
1172
1173
1174 \begin_inset Float figure
1175 wide false
1176 sideways false
1177 status open
1178
1179 \begin_layout Plain Layout
1180 \begin_inset Caption
1181
1182 \begin_layout Plain Layout
1183 \begin_inset CommandInset label
1184 LatexCommand label
1185 name "fig:Structure-indéfinissable"
1186
1187 \end_inset
1188
1189 Structure indéfinissable
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \begin_layout Plain Layout
1198 \begin_inset Graphics
1199         filename ../clipart/escher-lsd.eps
1200         width 45col%
1201         scaleBeforeRotation
1202         groupId Déformés
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \begin_inset space \hfill{}
1213 \end_inset
1214
1215
1216 \begin_inset Float figure
1217 wide false
1218 sideways false
1219 status open
1220
1221 \begin_layout Plain Layout
1222 \begin_inset Caption
1223
1224 \begin_layout Plain Layout
1225 \begin_inset CommandInset label
1226 LatexCommand label
1227 name "fig:Un-ornithorynque"
1228
1229 \end_inset
1230
1231 Un ornithorynque
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Plain Layout
1240 \begin_inset Graphics
1241         filename ../clipart/platypus.eps
1242         width 45col%
1243         scaleBeforeRotation
1244         groupId Déformés
1245
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \end_inset
1252
1253
1254 \begin_inset space \hfill{}
1255 \end_inset
1256
1257
1258 \end_layout
1259
1260 \begin_layout Plain Layout
1261 \begin_inset Caption
1262
1263 \begin_layout Plain Layout
1264 \begin_inset CommandInset label
1265 LatexCommand label
1266 name "fig:Deux-images-déformées"
1267
1268 \end_inset
1269
1270 Deux images déformées.
1271  Les deux images font partie du groupe de paramétrisation 
1272 \begin_inset Quotes eld
1273 \end_inset
1274
1275 déformés
1276 \begin_inset Quotes erd
1277 \end_inset
1278
1279 .
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \end_layout
1291
1292 \begin_layout Section
1293 Les Formats d'images
1294 \begin_inset CommandInset label
1295 LatexCommand label
1296 name "sec:Image-Formats"
1297
1298 \end_inset
1299
1300
1301 \begin_inset Index idx
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 Formats d' images
1306 \end_layout
1307
1308 \end_inset
1309
1310
1311 \begin_inset Index idx
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315 Figures ! Formats d'images
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \begin_layout Standard
1324 Vous pouvez insérer des images dans n'importe quel format connu.
1325  Mais, comme nous l'avons expliqué dans l'appendice
1326 \begin_inset space ~
1327 \end_inset
1328
1329
1330 \begin_inset CommandInset ref
1331 LatexCommand ref
1332 reference "cha:Formats-fichiers-graphiques"
1333
1334 \end_inset
1335
1336 ,
1337 \lang english
1338  
1339 \lang french
1340 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1341  de formats d'images.
1342  Pour s'en sortir LyX utilise le programme 
1343 \family typewriter
1344 ImageMagick
1345 \family default
1346  en arrière plan pour convertir les formats que vous utilisez dans un des
1347  formats acceptés par le format de sortie.
1348  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1349 ons en n'utilisant que les formats listés dans les sous sections de
1350 \lang english
1351  
1352 \lang french
1353 l'appendice
1354 \begin_inset space ~
1355 \end_inset
1356
1357
1358 \begin_inset CommandInset ref
1359 LatexCommand ref
1360 reference "cha:Formats-fichiers-graphiques"
1361
1362 \end_inset
1363
1364 .
1365 \end_layout
1366
1367 \begin_layout Standard
1368 Comme pour les polices de caractères, il y a deux grands types de formats
1369  d'images:
1370 \end_layout
1371
1372 \begin_layout Description
1373 Les
1374 \begin_inset space ~
1375 \end_inset
1376
1377 images
1378 \begin_inset space ~
1379 \end_inset
1380
1381 Matricielles
1382 \begin_inset space ~
1383 \end_inset
1384
1385 (ou
1386 \begin_inset space ~
1387 \end_inset
1388
1389 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1390  enregistrés sous un format compressé.
1391  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1392  petits carrés quand on utilise des agrandissements trop importants (aspect
1393  
1394 \begin_inset Quotes eld
1395 \end_inset
1396
1397 pixellisé
1398 \begin_inset Quotes erd
1399 \end_inset
1400
1401 ).
1402  Les formats matriciels les plus connus sont le GIF (
1403 \begin_inset Quotes eld
1404 \end_inset
1405
1406 Graphics Interchange Format
1407 \begin_inset Quotes erd
1408 \end_inset
1409
1410 , avec comme extension de fichier 
1411 \begin_inset Quotes eld
1412 \end_inset
1413
1414
1415 \family typewriter
1416 .gif
1417 \family default
1418
1419 \begin_inset Quotes erd
1420 \end_inset
1421
1422 )
1423 \begin_inset Index idx
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 GIF|see
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 {
1434 \end_layout
1435
1436 \end_inset
1437
1438 Format d'image
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 }
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \end_inset
1453
1454 , le PNG (
1455 \begin_inset Quotes eld
1456 \end_inset
1457
1458 Portable Network Graphics, extension 
1459 \begin_inset Quotes eld
1460 \end_inset
1461
1462
1463 \family typewriter
1464 .png
1465 \family default
1466
1467 \begin_inset Quotes erd
1468 \end_inset
1469
1470 )
1471 \begin_inset Index idx
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475 PNG|see
1476 \begin_inset ERT
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480
1481 {
1482 \end_layout
1483
1484 \end_inset
1485
1486 Formats d'image
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 }
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \end_inset
1501
1502  et le JPG (
1503 \begin_inset Quotes eld
1504 \end_inset
1505
1506 Joint Photographic Expert Group, extension 
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510
1511 \family typewriter
1512 .jpg
1513 \family default
1514
1515 \begin_inset Quotes erd
1516 \end_inset
1517
1518  ou 
1519 \begin_inset Quotes eld
1520 \end_inset
1521
1522
1523 \family typewriter
1524 .jpeg
1525 \family default
1526
1527 \begin_inset Quotes erd
1528 \end_inset
1529
1530 )
1531 \begin_inset Index idx
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535 JPG|see
1536 \begin_inset ERT
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540
1541 {
1542 \end_layout
1543
1544 \end_inset
1545
1546 Formats d'image
1547 \begin_inset ERT
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551
1552 }
1553 \end_layout
1554
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561
1562 .
1563 \end_layout
1564
1565 \begin_layout Description
1566 Les
1567 \begin_inset space ~
1568 \end_inset
1569
1570 images
1571 \begin_inset space ~
1572 \end_inset
1573
1574 Vectorielles
1575 \begin_inset space ~
1576 \end_inset
1577
1578 (ou
1579 \begin_inset space ~
1580 \end_inset
1581
1582 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1583  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1584 nnée comme on le veut sans perte de précision.
1585  La possibilité de redimensionner les images est très utilisé pour les présentat
1586 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1587 nnement.
1588  Le redimensionnement permet aussi de présenter des documents en ligne où
1589  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1590  étudier les détails.
1591 \begin_inset Newline newline
1592 \end_inset
1593
1594 Les principaux formats vectoriels sont le SVG (
1595 \begin_inset Quotes eld
1596 \end_inset
1597
1598 Scalable Vector Graphics
1599 \begin_inset Quotes erd
1600 \end_inset
1601
1602 , extension
1603 \begin_inset Quotes eld
1604 \end_inset
1605
1606
1607 \family typewriter
1608 .svg
1609 \family default
1610
1611 \begin_inset Quotes erd
1612 \end_inset
1613
1614 )
1615 \begin_inset Index idx
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619 SVG|see
1620 \begin_inset ERT
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624
1625 {
1626 \end_layout
1627
1628 \end_inset
1629
1630 Format d'image
1631 \begin_inset ERT
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635
1636 }
1637 \end_layout
1638
1639 \end_inset
1640
1641
1642 \end_layout
1643
1644 \end_inset
1645
1646 , l'EPS ( 
1647 \begin_inset Quotes eld
1648 \end_inset
1649
1650 encapsulated PostScript
1651 \begin_inset Quotes erd
1652 \end_inset
1653
1654 , extension
1655 \begin_inset Quotes eld
1656 \end_inset
1657
1658
1659 \family typewriter
1660 .eps
1661 \family default
1662
1663 \begin_inset Quotes erd
1664 \end_inset
1665
1666 )
1667 \begin_inset Index idx
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671 EPS|see
1672 \begin_inset ERT
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676
1677 {
1678 \end_layout
1679
1680 \end_inset
1681
1682 Format d'image
1683 \begin_inset ERT
1684 status collapsed
1685
1686 \begin_layout Plain Layout
1687
1688 }
1689 \end_layout
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \end_inset
1697
1698 , le PDF (
1699 \begin_inset Quotes eld
1700 \end_inset
1701
1702 Portable Document Format
1703 \begin_inset Quotes erd
1704 \end_inset
1705
1706 , extension
1707 \begin_inset Quotes eld
1708 \end_inset
1709
1710
1711 \family typewriter
1712 .pdf
1713 \family default
1714
1715 \begin_inset Quotes erd
1716 \end_inset
1717
1718 )
1719 \begin_inset Index idx
1720 status collapsed
1721
1722 \begin_layout Plain Layout
1723 PDF|see
1724 \begin_inset ERT
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728
1729 {
1730 \end_layout
1731
1732 \end_inset
1733
1734 Format d'image
1735 \begin_inset ERT
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 }
1741 \end_layout
1742
1743 \end_inset
1744
1745
1746 \end_layout
1747
1748 \end_inset
1749
1750  et le WMF (
1751 \begin_inset Quotes eld
1752 \end_inset
1753
1754 Windows Metafile
1755 \begin_inset Quotes erd
1756 \end_inset
1757
1758 , extension 
1759 \begin_inset Quotes eld
1760 \end_inset
1761
1762
1763 \family typewriter
1764 .wfm
1765 \family default
1766
1767 \begin_inset Quotes erd
1768 \end_inset
1769
1770  ou 
1771 \begin_inset Quotes eld
1772 \end_inset
1773
1774
1775 \family typewriter
1776 .emf
1777 \family default
1778
1779 \begin_inset Quotes erd
1780 \end_inset
1781
1782 )
1783 \begin_inset Index idx
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787 WMF|see
1788 \begin_inset ERT
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792
1793 {
1794 \end_layout
1795
1796 \end_inset
1797
1798 Formats d'images
1799 \begin_inset ERT
1800 status collapsed
1801
1802 \begin_layout Plain Layout
1803
1804 }
1805 \end_layout
1806
1807 \end_inset
1808
1809
1810 \end_layout
1811
1812 \end_inset
1813
1814 .
1815  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1816  en EPS, mais le résultat ne sera pas redimensionnable.
1817  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1818 \begin_inset Foot
1819 status open
1820
1821 \begin_layout Plain Layout
1822 Dans le cas du PDF l'image initiale est aussi compressée.
1823 \end_layout
1824
1825 \end_inset
1826
1827 .
1828 \end_layout
1829
1830 \begin_layout Standard
1831 Les fichiers PDF générés par 
1832 \family typewriter
1833 Adobe Photoshop
1834 \family default
1835 , par exemple, sont des images matricielles.
1836 \end_layout
1837
1838 \begin_layout Standard
1839 En principe il est quasiment impossible de convertir une image matricielle
1840  en graphique vectoriel, seul le contraire est possible.
1841
1842 \lang english
1843  
1844 \lang french
1845 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1846  dans respectivement un fichier de sortie PDF ou PostScript.
1847  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1848  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1849  WMF/SVG
1850 \begin_inset Formula $\to$
1851 \end_inset
1852
1853 PDF/EPS convenables.
1854 \end_layout
1855
1856 \begin_layout Chapter
1857 Tableaux
1858 \begin_inset Index idx
1859 status collapsed
1860
1861 \begin_layout Plain Layout
1862 Tableau
1863 \end_layout
1864
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \begin_layout Section
1871 Introduction
1872 \begin_inset Index idx
1873 status collapsed
1874
1875 \begin_layout Plain Layout
1876 Tableau ! Introduction
1877 \end_layout
1878
1879 \end_inset
1880
1881
1882 \end_layout
1883
1884 \begin_layout Standard
1885 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1886  
1887 \begin_inset Graphics
1888         filename ../../images/tabular-insert.png
1889         scale 85
1890         scaleBeforeRotation
1891
1892 \end_inset
1893
1894  soit 
1895 \family sans
1896 Insérer\SpecialChar \menuseparator
1897 Tableau
1898 \family default
1899 .
1900  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1901  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1902  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1903  sur un bouton de la souris pour valider votre choix.
1904  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1905  vous demandant le nombre de lignes et de colonnes.
1906 \begin_inset Newline newline
1907 \end_inset
1908
1909 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1910  une à droite de la colonne la plus à droite et une en bas de la rangée
1911  du bas, qui forment une boîte autour du tableau.
1912  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1913  apparaît séparée du reste du tableau.
1914  Voici un exemple :
1915 \end_layout
1916
1917 \begin_layout Standard
1918 \align center
1919 \begin_inset Tabular
1920 <lyxtabular version="3" rows="4" columns="4">
1921 <features tabularvalignment="middle">
1922 <column alignment="center" valignment="top" width="0">
1923 <column alignment="center" valignment="top" width="0">
1924 <column alignment="center" valignment="top" width="0">
1925 <column alignment="center" valignment="top" width="0">
1926 <row>
1927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940 1
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949 2
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958 3
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 </row>
1964 <row>
1965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Plain Layout
1969 A
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 </row>
2002 <row>
2003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2004 \begin_inset Text
2005
2006 \begin_layout Plain Layout
2007 B
2008 \end_layout
2009
2010 \end_inset
2011 </cell>
2012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2013 \begin_inset Text
2014
2015 \begin_layout Plain Layout
2016
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025
2026 \end_layout
2027
2028 \end_inset
2029 </cell>
2030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2031 \begin_inset Text
2032
2033 \begin_layout Plain Layout
2034
2035 \end_layout
2036
2037 \end_inset
2038 </cell>
2039 </row>
2040 <row>
2041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2042 \begin_inset Text
2043
2044 \begin_layout Plain Layout
2045 C
2046 \end_layout
2047
2048 \end_inset
2049 </cell>
2050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2051 \begin_inset Text
2052
2053 \begin_layout Plain Layout
2054
2055 \end_layout
2056
2057 \end_inset
2058 </cell>
2059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2060 \begin_inset Text
2061
2062 \begin_layout Plain Layout
2063
2064 \end_layout
2065
2066 \end_inset
2067 </cell>
2068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2069 \begin_inset Text
2070
2071 \begin_layout Plain Layout
2072
2073 \end_layout
2074
2075 \end_inset
2076 </cell>
2077 </row>
2078 </lyxtabular>
2079
2080 \end_inset
2081
2082
2083 \end_layout
2084
2085 \begin_layout Section
2086 La fenêtre 
2087 \family sans
2088 Tableau
2089 \family default
2090
2091 \begin_inset Index idx
2092 status collapsed
2093
2094 \begin_layout Plain Layout
2095 Tableau ! Fenêtre de dialogue
2096 \end_layout
2097
2098 \end_inset
2099
2100
2101 \end_layout
2102
2103 \begin_layout Standard
2104 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2105  de la souris, ce qui fait apparaître une fenêtre avec des options.
2106  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2107  la colonne et la ligne dans laquelle le curseur se trouve.
2108  La plupart des options peuvent s'appliquer à des sélections.
2109  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2110  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2111  votre sélection.
2112  Notez qu'il y a une différence entre sélectionner le 
2113 \emph on
2114 contenu 
2115 \emph default
2116 d'une cellule et sélectionner la cellule elle-même.
2117 \begin_inset Newline newline
2118 \end_inset
2119
2120 En cochant l'option 
2121 \family sans
2122 Application
2123 \begin_inset space ~
2124 \end_inset
2125
2126 immédiate
2127 \family default
2128  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2129  est appliquée directement.
2130  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2131  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2132  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2133  de dialogue, vous devez appuyer sur 
2134 \family sans
2135 Entrée
2136 \family default
2137  pour que la modification soit appliquée.
2138 \begin_inset Newline newline
2139 \end_inset
2140
2141 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2142  :
2143 \end_layout
2144
2145 \begin_layout Description
2146 Paramètres
2147 \begin_inset space ~
2148 \end_inset
2149
2150 du
2151 \begin_inset space ~
2152 \end_inset
2153
2154 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2155  la largeur de la colonne courante.
2156  L'alignement horizontal 
2157 \family sans
2158 Au
2159 \begin_inset space ~
2160 \end_inset
2161
2162 séparateur
2163 \begin_inset space ~
2164 \end_inset
2165
2166 décimal
2167 \family default
2168  est décrit dans la section
2169 \begin_inset space ~
2170 \end_inset
2171
2172
2173 \begin_inset CommandInset ref
2174 LatexCommand ref
2175 reference "sub:Alignements-de-cellules"
2176
2177 \end_inset
2178
2179 .
2180  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2181  vertical de la ligne courante.
2182  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2183  et donc, plusieurs paragraphes de texte, voir la section
2184 \begin_inset space ~
2185 \end_inset
2186
2187
2188 \begin_inset CommandInset ref
2189 LatexCommand ref
2190 reference "sub:Lignes-multiple-dans-cellule"
2191
2192 \end_inset
2193
2194 .
2195  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2196  pour accommoder le contenu de cellule le plus large.
2197 \begin_inset Newline newline
2198 \end_inset
2199
2200 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2201  un multicolonne, voir la section
2202 \begin_inset space ~
2203 \end_inset
2204
2205
2206 \begin_inset CommandInset ref
2207 LatexCommand ref
2208 reference "sub:Multicolonnes"
2209
2210 \end_inset
2211
2212  ou une cellule d'une colonne comme cellule multiligne, voir la section
2213 \begin_inset space ~
2214 \end_inset
2215
2216
2217 \begin_inset CommandInset ref
2218 LatexCommand ref
2219 reference "sub:Multi-lignes"
2220
2221 \end_inset
2222
2223 .
2224 \begin_inset Newline newline
2225 \end_inset
2226
2227 L'option 
2228 \family sans
2229 Tourner
2230 \begin_inset space ~
2231 \end_inset
2232
2233 la
2234 \begin_inset space ~
2235 \end_inset
2236
2237 case
2238 \begin_inset space ~
2239 \end_inset
2240
2241 de
2242 \begin_inset space ~
2243 \end_inset
2244
2245 90°
2246 \family default
2247  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2248  L'option 
2249 \family sans
2250 Tourner
2251 \begin_inset space ~
2252 \end_inset
2253
2254 le
2255 \begin_inset space ~
2256 \end_inset
2257
2258 tableau
2259 \begin_inset space ~
2260 \end_inset
2261
2262 de
2263 \begin_inset space ~
2264 \end_inset
2265
2266 90°
2267 \family default
2268  fait pivoter tout le tableau.
2269  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2270  la sortie finale.
2271 \begin_inset Newline newline
2272 \end_inset
2273
2274
2275 \begin_inset Note Greyedout
2276 status open
2277
2278 \begin_layout Plain Layout
2279
2280 \series bold
2281 Note:
2282 \series default
2283  La plupart des visualiseurs DVI ne sont 
2284 \emph on
2285 pas
2286 \emph default
2287  capables d'afficher ces rotations.
2288 \end_layout
2289
2290 \end_inset
2291
2292
2293 \begin_inset Newline newline
2294 \end_inset
2295
2296 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2297  qui sont incorporés dans une ligne de texte :
2298 \begin_inset Newline newline
2299 \end_inset
2300
2301 Une ligne avec des tableaux alignés de différentes manières: 
2302 \begin_inset Tabular
2303 <lyxtabular version="3" rows="2" columns="2">
2304 <features tabularvalignment="top">
2305 <column alignment="center" valignment="top" width="0pt">
2306 <column alignment="center" valignment="top" width="0">
2307 <row>
2308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321 1
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 </row>
2327 <row>
2328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2329 \begin_inset Text
2330
2331 \begin_layout Plain Layout
2332 A
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 </row>
2347 </lyxtabular>
2348
2349 \end_inset
2350
2351  
2352 \begin_inset Tabular
2353 <lyxtabular version="3" rows="2" columns="2">
2354 <features tabularvalignment="middle">
2355 <column alignment="center" valignment="top" width="0">
2356 <column alignment="center" valignment="top" width="0">
2357 <row>
2358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371 1
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 </row>
2377 <row>
2378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382 A
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Plain Layout
2391
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 </row>
2397 </lyxtabular>
2398
2399 \end_inset
2400
2401  
2402 \begin_inset Tabular
2403 <lyxtabular version="3" rows="2" columns="2">
2404 <features tabularvalignment="bottom">
2405 <column alignment="center" valignment="top" width="0pt">
2406 <column alignment="center" valignment="top" width="0">
2407 <row>
2408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Plain Layout
2421 1
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 </row>
2427 <row>
2428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Plain Layout
2432 A
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Plain Layout
2441
2442 \end_layout
2443
2444 \end_inset
2445 </cell>
2446 </row>
2447 </lyxtabular>
2448
2449 \end_inset
2450
2451
2452 \begin_inset Newline newline
2453 \end_inset
2454
2455 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2456  spéciales pour le tableau, voir les sections
2457 \begin_inset space ~
2458 \end_inset
2459
2460
2461 \begin_inset CommandInset ref
2462 LatexCommand ref
2463 reference "sub:Calculs-multicolonnes"
2464
2465 \end_inset
2466
2467  et 
2468 \begin_inset CommandInset ref
2469 LatexCommand ref
2470 reference "sec:Tableaux-Colorés"
2471
2472 \end_inset
2473
2474 .
2475 \end_layout
2476
2477 \begin_layout Description
2478
2479 \family sans
2480 Bordures
2481 \family default
2482  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2483  ou la colonne courante.
2484  
2485 \begin_inset Newline newline
2486 \end_inset
2487
2488 En utilisant le style 
2489 \family sans
2490 Formel
2491 \family default
2492  à la place du style par 
2493 \family sans
2494 Défaut
2495 \family default
2496 , on va convertir le tableau en tableau formel comme on le décrit dans la
2497  section
2498 \begin_inset space ~
2499 \end_inset
2500
2501
2502 \begin_inset CommandInset ref
2503 LatexCommand ref
2504 reference "sec:Tableaux-Formels"
2505
2506 \end_inset
2507
2508 .
2509 \begin_inset Newline newline
2510 \end_inset
2511
2512 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2513  dans les lignes du tableau comme c'est décrit dans la section
2514 \begin_inset space ~
2515 \end_inset
2516
2517
2518 \begin_inset CommandInset ref
2519 LatexCommand ref
2520 reference "sub:Espacement-lignes"
2521
2522 \end_inset
2523
2524 .
2525 \end_layout
2526
2527 \begin_layout Description
2528 Tableau
2529 \begin_inset space ~
2530 \end_inset
2531
2532 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2533  un 
2534 \begin_inset Quotes eld
2535 \end_inset
2536
2537
2538 \emph on
2539 tableau long
2540 \emph default
2541
2542 \begin_inset Quotes erd
2543 \end_inset
2544
2545  qui peut continuer sur plusieurs pages.
2546  Les sections
2547 \begin_inset space ~
2548 \end_inset
2549
2550
2551 \begin_inset CommandInset ref
2552 LatexCommand ref
2553 reference "sec:Tableaux-longs"
2554
2555 \end_inset
2556
2557  et 
2558 \begin_inset CommandInset ref
2559 LatexCommand ref
2560 reference "sec:Questions-sur-tableaux-longs"
2561
2562 \end_inset
2563
2564  décrivent ces tableaux longs plus en détail.
2565 \end_layout
2566
2567 \begin_layout Section
2568 La barre d'outils tableau
2569 \begin_inset Index idx
2570 status collapsed
2571
2572 \begin_layout Plain Layout
2573 Tableau ! Barre d'outils
2574 \end_layout
2575
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \begin_layout Standard
2582 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2583  permet de modifier plus rapidement les tableaux.
2584  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2585  le curseur se trouve à l'intérieur d'un tableau.
2586  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2587  au menu 
2588 \family sans
2589 Visualiser\SpecialChar \menuseparator
2590 Barres
2591 \begin_inset space ~
2592 \end_inset
2593
2594 d'outils\SpecialChar \menuseparator
2595 Tableau
2596 \family default
2597 .
2598 \end_layout
2599
2600 \begin_layout Standard
2601 La barre d'outils contient les icônes suivantes :
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Graphics
2607         filename ../../images/tabular-feature_append-row.png
2608         scaleBeforeRotation
2609
2610 \end_inset
2611
2612  ajoute une ligne sous la cellule ou la sélection courante
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Graphics
2618         filename ../../images/tabular-feature_append-column.png
2619         scaleBeforeRotation
2620
2621 \end_inset
2622
2623  ajoute une colonne à la droite de la cellule ou de la sélection courante
2624 \end_layout
2625
2626 \begin_layout Labeling
2627 \labelwidthstring 00.00.0000
2628 \begin_inset Graphics
2629         filename ../../images/tabular-feature_delete-row.png
2630         scaleBeforeRotation
2631
2632 \end_inset
2633
2634  supprime la ligne ou la sélection courante
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639 \begin_inset Graphics
2640         filename ../../images/tabular-feature_delete-column.png
2641         scaleBeforeRotation
2642
2643 \end_inset
2644
2645  supprime la colonne ou la sélection courante
2646 \end_layout
2647
2648 \begin_layout Labeling
2649 \labelwidthstring 00.00.0000
2650 \begin_inset Graphics
2651         filename ../../images/tabular-feature_toggle-line-top.png
2652         scaleBeforeRotation
2653
2654 \end_inset
2655
2656  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2657  courante
2658 \end_layout
2659
2660 \begin_layout Labeling
2661 \labelwidthstring 00.00.0000
2662 \begin_inset Graphics
2663         filename ../../images/tabular-feature_toggle-line-bottom.png
2664         scaleBeforeRotation
2665
2666 \end_inset
2667
2668  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2669 \end_layout
2670
2671 \begin_layout Labeling
2672 \labelwidthstring 00.00.0000
2673 \begin_inset Graphics
2674         filename ../../images/tabular-feature_toggle-line-left.png
2675         scaleBeforeRotation
2676
2677 \end_inset
2678
2679  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2680 \begin_inset Note Note
2681 status collapsed
2682
2683 \begin_layout Plain Layout
2684 ou colonne ?
2685 \end_layout
2686
2687 \end_inset
2688
2689  ou de la sélection courante
2690 \end_layout
2691
2692 \begin_layout Labeling
2693 \labelwidthstring 00.00.0000
2694 \begin_inset Graphics
2695         filename ../../images/tabular-feature_toggle-line-right.png
2696         scaleBeforeRotation
2697
2698 \end_inset
2699
2700  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2701 \begin_inset Note Note
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705 ou colonne ?
2706 \end_layout
2707
2708 \end_inset
2709
2710  ou de la sélection courante
2711 \end_layout
2712
2713 \begin_layout Labeling
2714 \labelwidthstring 00.00.0000
2715 \begin_inset Graphics
2716         filename ../../images/tabular-feature_set-all-lines.png
2717         scaleBeforeRotation
2718
2719 \end_inset
2720
2721  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2722  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2723  colonne et la ligne courante
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Graphics
2729         filename ../../images/tabular-feature_unset-all-lines.png
2730         scaleBeforeRotation
2731
2732 \end_inset
2733
2734  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2735  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2736  aussi la colonne et la ligne courante
2737 \end_layout
2738
2739 \begin_layout Labeling
2740 \labelwidthstring 00.00.0000
2741 \begin_inset Graphics
2742         filename ../../images/tabular-feature_m-align-left.png
2743         scaleBeforeRotation
2744
2745 \end_inset
2746
2747  aligne à gauche le contenu de la cellule ou de la colonne courante
2748 \end_layout
2749
2750 \begin_layout Labeling
2751 \labelwidthstring 00.00.0000
2752 \begin_inset Graphics
2753         filename ../../images/tabular-feature_m-align-center.png
2754         scaleBeforeRotation
2755
2756 \end_inset
2757
2758  centre horizontalement le contenu de la cellule ou de la colonne courante
2759 \end_layout
2760
2761 \begin_layout Labeling
2762 \labelwidthstring 00.00.0000
2763 \begin_inset Graphics
2764         filename ../../images/tabular-feature_m-align-right.png
2765         scaleBeforeRotation
2766
2767 \end_inset
2768
2769  aligne à droite le contenu de la cellule ou de la colonne courante
2770 \end_layout
2771
2772 \begin_layout Labeling
2773 \labelwidthstring 00.00.0000
2774 \begin_inset Graphics
2775         filename ../../images/tabular-feature_align-decimal.png
2776         scaleBeforeRotation
2777
2778 \end_inset
2779
2780  aligne le contenu de la colonne courante sur un caractère
2781 \end_layout
2782
2783 \begin_layout Labeling
2784 \labelwidthstring 00.00.0000
2785 \begin_inset Graphics
2786         filename ../../images/tabular-feature_m-valign-top.png
2787         scaleBeforeRotation
2788
2789 \end_inset
2790
2791  aligne le contenu de la cellule courante verticalement vers le haut
2792 \end_layout
2793
2794 \begin_layout Labeling
2795 \labelwidthstring 00.00.0000
2796 \begin_inset Graphics
2797         filename ../../images/tabular-feature_m-valign-middle.png
2798         scaleBeforeRotation
2799
2800 \end_inset
2801
2802  centre verticalement le contenu de la cellule courante
2803 \end_layout
2804
2805 \begin_layout Labeling
2806 \labelwidthstring 00.00.0000
2807 \begin_inset Graphics
2808         filename ../../images/tabular-feature_m-valign-bottom.png
2809         scaleBeforeRotation
2810
2811 \end_inset
2812
2813  aligne le contenu de la cellule courante verticalement vers le bas
2814 \end_layout
2815
2816 \begin_layout Labeling
2817 \labelwidthstring 00.00.0000
2818 \begin_inset Graphics
2819         filename ../../images/tabular-feature_set-rotate-cell.png
2820         scaleBeforeRotation
2821
2822 \end_inset
2823
2824  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2825 re
2826 \end_layout
2827
2828 \begin_layout Labeling
2829 \labelwidthstring 00.00.0000
2830 \begin_inset Graphics
2831         filename ../../images/tabular-feature_set-rotate-tabular.png
2832         scaleBeforeRotation
2833
2834 \end_inset
2835
2836  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2837 \end_layout
2838
2839 \begin_layout Labeling
2840 \labelwidthstring 00.00.0000
2841 \begin_inset Graphics
2842         filename ../../images/tabular-feature_multicolumn.png
2843         scaleBeforeRotation
2844
2845 \end_inset
2846
2847  transforme en multi-colonne la cellule ou la sélection courante
2848 \end_layout
2849
2850 \begin_layout Labeling
2851 \labelwidthstring 00.00.0000
2852 \begin_inset Graphics
2853         filename ../../images/tabular-feature_multirow.png
2854         scaleBeforeRotation
2855
2856 \end_inset
2857
2858  transforme en multiligne la cellule ou la sélection courante
2859 \end_layout
2860
2861 \begin_layout Standard
2862 \begin_inset Note Greyedout
2863 status open
2864
2865 \begin_layout Plain Layout
2866
2867 \series bold
2868 Note :
2869 \series default
2870  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2871  est utilisé pour toutes les autres cellules de la ligne.
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \begin_layout Section
2880 Le Menu Éditer Tableau
2881 \begin_inset Index idx
2882 status collapsed
2883
2884 \begin_layout Plain Layout
2885 Tableau ! Menu Éditer
2886 \end_layout
2887
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \begin_layout Standard
2894 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2895  
2896 \family sans
2897 Éditer\SpecialChar \menuseparator
2898 Tableau
2899 \family default
2900  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2901  ou de la ligne courante et aussi de transformer la sélection courante en
2902  multi-colonne.
2903  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2904 \end_layout
2905
2906 \begin_layout Section
2907 Flottant de Tableau
2908 \begin_inset CommandInset label
2909 LatexCommand label
2910 name "sec:Table-Floats"
2911
2912 \end_inset
2913
2914
2915 \begin_inset Index idx
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919 Flottants ! Tableaux
2920 \end_layout
2921
2922 \end_inset
2923
2924
2925 \begin_inset Index idx
2926 status collapsed
2927
2928 \begin_layout Plain Layout
2929 Tableau ! Flottants
2930 \end_layout
2931
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \begin_layout Standard
2938 Pour des explications générales sur les flottants, jetez un œil à la section
2939 \begin_inset space ~
2940 \end_inset
2941
2942
2943 \begin_inset CommandInset ref
2944 LatexCommand ref
2945 reference "sec:Flottants-Introduction"
2946
2947 \end_inset
2948
2949 .
2950 \end_layout
2951
2952 \begin_layout Standard
2953 \begin_inset Float table
2954 placement h
2955 wide false
2956 sideways false
2957 status open
2958
2959 \begin_layout Plain Layout
2960 \begin_inset Caption
2961
2962 \begin_layout Plain Layout
2963 \begin_inset CommandInset label
2964 LatexCommand label
2965 name "tab:Flottant-de-tableau"
2966
2967 \end_inset
2968
2969 Un flottant de tableau.
2970 \end_layout
2971
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \begin_layout Plain Layout
2978 \align center
2979 \begin_inset Tabular
2980 <lyxtabular version="3" rows="3" columns="3">
2981 <features tabularvalignment="middle">
2982 <column alignment="center" valignment="top" width="0pt">
2983 <column alignment="center" valignment="top" width="0pt">
2984 <column alignment="center" valignment="top" width="0pt">
2985 <row>
2986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990 1
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 2
3000 \end_layout
3001
3002 \end_inset
3003 </cell>
3004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3005 \begin_inset Text
3006
3007 \begin_layout Plain Layout
3008 3
3009 \end_layout
3010
3011 \end_inset
3012 </cell>
3013 </row>
3014 <row>
3015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019 Jules
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 Marie
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037 Jean
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 </row>
3043 <row>
3044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048 \begin_inset Formula $\int x^{2}dx$
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060 \begin_inset Formula $\left[\begin{array}{cc}
3061 a & b\\
3062 c & d
3063 \end{array}\right]$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3072 \begin_inset Text
3073
3074 \begin_layout Plain Layout
3075 \begin_inset Formula $1+1=2$
3076 \end_inset
3077
3078
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 </row>
3084 </lyxtabular>
3085
3086 \end_inset
3087
3088
3089 \end_layout
3090
3091 \end_inset
3092
3093
3094 \end_layout
3095
3096 \begin_layout Standard
3097 Les flottants de tableau sont insérés en utilisant le menu 
3098 \family sans
3099 Insérer\SpecialChar \menuseparator
3100 Flottant\SpecialChar \menuseparator
3101 Tableau
3102 \family default
3103  ou le bouton 
3104 \begin_inset Graphics
3105         filename ../../images/float-insert_table.png
3106         scale 85
3107         scaleBeforeRotation
3108
3109 \end_inset
3110
3111  de la barre d'outils.
3112 \end_layout
3113
3114 \begin_layout Standard
3115 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3116  qui a comme étiquette 
3117 \begin_inset Quotes eld
3118 \end_inset
3119
3120 Tableau
3121 \begin_inset space ~
3122 \end_inset
3123
3124 #:
3125 \begin_inset Quotes erd
3126 \end_inset
3127
3128  (où # est le numéro du tableau).
3129  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 Le tableau
3134 \begin_inset space ~
3135 \end_inset
3136
3137
3138 \begin_inset CommandInset ref
3139 LatexCommand ref
3140 reference "tab:Flottant-de-tableau"
3141
3142 \end_inset
3143
3144  est un exemple de tableau dans un flottant de tableau.
3145 \end_layout
3146
3147 \begin_layout Standard
3148 On met habituellement la légende au dessus des tableaux, mais cette règle
3149  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3150  Cela signifie que si vous utilisez un document appartenant aux classes
3151  
3152 \family sans
3153 article
3154 \family default
3155
3156 \family sans
3157 book
3158 \family default
3159
3160 \family sans
3161 letter
3162 \family default
3163 , ou
3164 \family sans
3165  report
3166 \family default
3167  il n'y aura pas d'espace entre la légende et le tableau.
3168  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3169  la commande de chargement du paquetage LaTeX 
3170 \series bold
3171 caption
3172 \series default
3173
3174 \begin_inset Index idx
3175 status collapsed
3176
3177 \begin_layout Plain Layout
3178 Paquetages LaTeX ! caption
3179 \end_layout
3180
3181 \end_inset
3182
3183  dans le préambule de votre document.
3184 \begin_inset Foot
3185 status open
3186
3187 \begin_layout Plain Layout
3188 Pour plus d'information voyez la section
3189 \begin_inset space ~
3190 \end_inset
3191
3192
3193 \begin_inset CommandInset ref
3194 LatexCommand ref
3195 reference "sec:Placement-légende"
3196
3197 \end_inset
3198
3199 .
3200 \end_layout
3201
3202 \end_inset
3203
3204 :
3205 \end_layout
3206
3207 \begin_layout Standard
3208
3209 \series bold
3210 tableposition=top
3211 \end_layout
3212
3213 \begin_layout Standard
3214 Le paquetage 
3215 \series bold
3216 caption
3217 \series default
3218 , qui est décrit dans la section
3219 \begin_inset space ~
3220 \end_inset
3221
3222
3223 \begin_inset CommandInset ref
3224 LatexCommand ref
3225 reference "sec:Formatage-légende"
3226
3227 \end_inset
3228
3229 , est utilisé pour ajuster le format des légendes.
3230 \end_layout
3231
3232 \begin_layout Standard
3233 Dans le texte, on fait référence à un tableau
3234 \begin_inset Index idx
3235 status collapsed
3236
3237 \begin_layout Plain Layout
3238 References@Références ! à des Tableaux
3239 \end_layout
3240
3241 \end_inset
3242
3243  en faisant référence à sa légende.
3244  On insère donc une étiquette dans la légende en utilisant le menu 
3245 \family sans
3246 Insérer
3247 \family default
3248 \SpecialChar \menuseparator
3249
3250 \family sans
3251 Étiquette
3252 \family default
3253  ou le bouton 
3254 \begin_inset Graphics
3255         filename ../../images/label-insert.png
3256         scale 85
3257         scaleBeforeRotation
3258
3259 \end_inset
3260
3261  de la barre d'outils.
3262  On peut alors faire référence à cette étiquette en utilisant le menu 
3263 \family sans
3264 Insérer\SpecialChar \menuseparator
3265 Référence
3266 \begin_inset space ~
3267 \end_inset
3268
3269 croisée
3270 \family default
3271  ou le bouton 
3272 \begin_inset Graphics
3273         filename ../../images/dialog-show-new-inset_ref.png
3274         scale 85
3275         scaleBeforeRotation
3276
3277 \end_inset
3278
3279  de la barre d'outils.
3280 \begin_inset Newline newline
3281 \end_inset
3282
3283 Les références croisées sont expliquées en détail dans la section
3284 \begin_inset space ~
3285 \end_inset
3286
3287
3288 \begin_inset CommandInset ref
3289 LatexCommand ref
3290 reference "sec:Referencer-les-Flottants"
3291
3292 \end_inset
3293
3294 .
3295 \end_layout
3296
3297 \begin_layout Section
3298 Tableaux Longs
3299 \begin_inset CommandInset label
3300 LatexCommand label
3301 name "sec:Tableaux-longs"
3302
3303 \end_inset
3304
3305
3306 \begin_inset Index idx
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 Tableaux longs
3311 \end_layout
3312
3313 \end_inset
3314
3315
3316 \begin_inset Index idx
3317 status collapsed
3318
3319 \begin_layout Plain Layout
3320 Tableau ! Tableaux longs
3321 \end_layout
3322
3323 \end_inset
3324
3325
3326 \end_layout
3327
3328 \begin_layout Standard
3329 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3330  l'option 
3331 \family sans
3332 Utiliser
3333 \begin_inset space ~
3334 \end_inset
3335
3336 les
3337 \begin_inset space ~
3338 \end_inset
3339
3340 tableaux
3341 \begin_inset space ~
3342 \end_inset
3343
3344 longs
3345 \family default
3346  de l'onglet 
3347 \family sans
3348 Tableau
3349 \begin_inset space ~
3350 \end_inset
3351
3352 long
3353 \family default
3354  de la fenêtre 
3355 \family sans
3356 Paramètres
3357 \begin_inset space ~
3358 \end_inset
3359
3360 du
3361 \begin_inset space ~
3362 \end_inset
3363
3364 tableau
3365 \family default
3366  pour le répartir automatiquement sur plusieurs pages.
3367  En cochant cette option, vous activez les options suivantes:
3368 \end_layout
3369
3370 \begin_layout Description
3371 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3372  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3373  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3374  première page, si 
3375 \family sans
3376 Premier
3377 \begin_inset space ~
3378 \end_inset
3379
3380 en-tête
3381 \family default
3382  est défini.
3383  Ces lignes forment l'en-tête principal.
3384 \end_layout
3385
3386 \begin_layout Description
3387 Premier
3388 \begin_inset space ~
3389 \end_inset
3390
3391 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3392  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3393  d'en-tête utilisées pour la première page du tableau long.
3394 \end_layout
3395
3396 \begin_layout Description
3397 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3398  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3399  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3400  page si 
3401 \family sans
3402 Dernier
3403 \begin_inset space ~
3404 \end_inset
3405
3406 pied
3407 \family default
3408  est défini.
3409 \end_layout
3410
3411 \begin_layout Description
3412 Dernier
3413 \begin_inset space ~
3414 \end_inset
3415
3416 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3417  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3418  constituant le pied de la dernière page du tableau long.
3419 \end_layout
3420
3421 \begin_layout Description
3422 Légende La ligne courante contient la légende du tableau.
3423  La première ligne est transformée en une colonne unique et une légende
3424  est insérée.
3425  Vous trouverez d'autres explications sur les légendes pour les tableaux
3426  longs dans la section
3427 \begin_inset space ~
3428 \end_inset
3429
3430
3431 \begin_inset CommandInset ref
3432 LatexCommand ref
3433 reference "sub:Tableaux-longs-légende"
3434
3435 \end_inset
3436
3437 .
3438 \end_layout
3439
3440 \begin_layout Standard
3441 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3442  Voyez le tableau long qui suit pour voir comment ça marche :
3443 \end_layout
3444
3445 \begin_layout Standard
3446 \align center
3447 \begin_inset Tabular
3448 <lyxtabular version="3" rows="69" columns="3">
3449 <features islongtable="true" longtabularalignment="center">
3450 <column alignment="left" valignment="top" width="0cm">
3451 <column alignment="left" valignment="top" width="0pt">
3452 <column alignment="center" valignment="top" width="0pt">
3453 <row endfirsthead="true">
3454 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460 Exemple d'annuaire téléphonique (ignorez les noms)
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row endfirsthead="true">
3485 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491 NOM
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509
3510 \series bold
3511 TEL.
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 <row endhead="true">
3518 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \series bold
3524 Exemple d'annuaire téléphonique
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 </row>
3548 <row endhead="true">
3549 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \series bold
3555 NOM
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 TEL.
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row endfoot="true">
3582 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586  continue page suivante
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 <row>
3611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615
3616 \series bold
3617 Annovi
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 Silvia
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 111
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 </row>
3641 <row>
3642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646
3647 \series bold
3648 Bertoli
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 Stefano
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 111
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 </row>
3672 <row>
3673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677
3678 \series bold
3679 Bozzi
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 Walter
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 111
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 </row>
3703 <row>
3704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708
3709 \series bold
3710 Cachia
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 Maria
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 111
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \series bold
3741 Cachia
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 Maurizio
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 111
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 </row>
3765 <row>
3766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770
3771 \series bold
3772 Cinquemani
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 Giusi
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 111
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 </row>
3796 <row>
3797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801
3802 \series bold
3803 Colin
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 Bernard
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821 111
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \series bold
3834 Concli
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 Gianfranco
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 111
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 </row>
3858 <row>
3859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863
3864 \series bold
3865 Dal Bosco
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 Carolina
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 111
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 </row>
3889 <row>
3890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896 Dalpiaz
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 Annamaria
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914 111
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 <row>
3921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \series bold
3927 Feliciello
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 Domenico
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945 111
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 </row>
3951 <row>
3952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956
3957 \series bold
3958 Focarelli
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 Paola
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 111
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Galletti
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Oreste
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 111
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Gasparini
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Franca
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 111
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Rizzardi
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Paola
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 111
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Lassini
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Giancarlo
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 111
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Malfatti
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Luciano
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 111
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Malfatti
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Valeriano
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 111
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Meneguzzo
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Roberto
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 111
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Mezzadra
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Roberto
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 111
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Pirpamer
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Erich
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 111
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Pochiesa
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Paolo
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 111, 222
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Radina
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Claudio
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 111
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Stuffer
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Oskar
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 111
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Tacchelli
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Ugo
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 111
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Tezzele
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Margit
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 111
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Unterkalmsteiner
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Frieda
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 111
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Vieider
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Hilde
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 111
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Vigna
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Jürgen
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 111
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Weber
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Maurizio
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 111
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Winkler
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Franz
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 111
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576  
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605
4606 \series bold
4607 Annovi
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 Silvia
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 555
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 </row>
4631 <row>
4632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636
4637 \series bold
4638 Bertoli
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 Stefano
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 555
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 </row>
4662 <row>
4663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667
4668 \series bold
4669 Bozzi
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 Walter
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 555
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row>
4694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698
4699 \series bold
4700 Cachia
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 Maria
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 555
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 </row>
4724 <row>
4725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729
4730 \series bold
4731 Cachia
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 Maurizio
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 555
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 </row>
4755 <row>
4756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760
4761 \series bold
4762 Cinquemani
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 Giusi
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 555
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 </row>
4786 <row>
4787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791
4792 \series bold
4793 Colin
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 Bernard
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 555
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 </row>
4817 <row>
4818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822
4823 \series bold
4824 Concli
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 Gianfranco
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 555
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853
4854 \series bold
4855 Dal Bosco
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 Carolina
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 555
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884
4885 \series bold
4886 Dalpiaz
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 Annamaria
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 555
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 </row>
4910 <row>
4911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915
4916 \series bold
4917 Feliciello
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 Domenico
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 555
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 </row>
4941 <row>
4942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946
4947 \series bold
4948 Focarelli
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 Paola
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 555
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 <row>
4973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977
4978 \series bold
4979 Galletti
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 Oreste
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 555
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 </row>
5003 <row>
5004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008
5009 \series bold
5010 Gasparini
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 Franca
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 555
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 <row>
5035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039
5040 \series bold
5041 Rizzardi
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 Paola
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 555
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 </row>
5065 <row>
5066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \series bold
5072 Lassini
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 Giancarlo
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 555
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \series bold
5103 Malfatti
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 Luciano
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 555
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \series bold
5134 Malfatti
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 Valeriano
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 555
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row>
5159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165 Meneguzzo
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Roberto
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 555
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \series bold
5196 Mezzadra
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Roberto
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214 555
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row>
5221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \series bold
5227 Pirpamer
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 Erich
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 555
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \series bold
5258 Pochiesa
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 Paolo
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 555, 222
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \series bold
5289 Radina
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 Claudio
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 555
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row>
5314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318
5319 \series bold
5320 Stuffer
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 Oskar
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 555
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 </row>
5344 <row>
5345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \series bold
5351 Tacchelli
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 Ugo
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 555
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380
5381 \series bold
5382 Tezzele
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 Margit
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 555
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411
5412 \series bold
5413 Unterkalmsteiner
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 Frieda
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 555
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \series bold
5444 Vieider
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 Hilde
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 555
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \series bold
5475 Vigna
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484 Jürgen
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 999
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 </row>
5499 <row>
5500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504
5505 \series bold
5506 Weber
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 Maurizio
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 555
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535
5536 \series bold
5537 Winkler
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 Franz
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 555
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row endlastfoot="true">
5562 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 Fin
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 </lyxtabular>
5591
5592 \end_inset
5593
5594
5595 \begin_inset ERT
5596 status collapsed
5597
5598 \begin_layout Plain Layout
5599
5600
5601 \backslash
5602 addtocounter{table}{-1}
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \begin_inset Note Note
5609 status collapsed
5610
5611 \begin_layout Plain Layout
5612 Voyez la première note grisée de la section
5613 \begin_inset space ~
5614 \end_inset
5615
5616
5617 \begin_inset CommandInset ref
5618 LatexCommand ref
5619 reference "sub:Tableaux-longs-légende"
5620
5621 \end_inset
5622
5623  pour une explication de cette commande.
5624 \end_layout
5625
5626 \end_inset
5627
5628
5629 \end_layout
5630
5631 \begin_layout Subsection
5632 Notes de Bas de Page dans les Tableaux Longs
5633 \begin_inset CommandInset label
5634 LatexCommand label
5635 name "sub:Notes-dans-tableau-long"
5636
5637 \end_inset
5638
5639
5640 \begin_inset Index idx
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 Tableaux longs ! Notes de bas de page
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5654  long.
5655  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5656  contenant la note.
5657  Par exemple le tableau
5658 \begin_inset space ~
5659 \end_inset
5660
5661
5662 \begin_inset CommandInset ref
5663 LatexCommand ref
5664 reference "tab:Légendes-tableau-différentes"
5665
5666 \end_inset
5667
5668  a une note de bas de page.
5669 \end_layout
5670
5671 \begin_layout Subsection
5672 Alignement des Tableaux Longs
5673 \begin_inset Index idx
5674 status collapsed
5675
5676 \begin_layout Plain Layout
5677 Tableaux longs ! Alignement
5678 \end_layout
5679
5680 \end_inset
5681
5682
5683 \end_layout
5684
5685 \begin_layout Standard
5686 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5687  de dialogue des paramètres de tableau.
5688  Pour les alignements à droite et à gauche, le tableau sera directement
5689  au bord de la page.
5690  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5691  l'alignement centré et modifier les valeurs des longueurs 
5692 \series bold
5693
5694 \backslash
5695 LTleft 
5696 \series default
5697 et 
5698 \series bold
5699
5700 \backslash
5701 LTright
5702 \series default
5703  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5704  concerné :
5705 \end_layout
5706
5707 \begin_layout Standard
5708
5709 \series bold
5710
5711 \backslash
5712 setlength{
5713 \backslash
5714 LTleft}{valeur}
5715 \end_layout
5716
5717 \begin_layout Standard
5718 Où 
5719 \series bold
5720 valeur
5721 \series default
5722  peut avoir n'importe laquelle des unités listées dans le tableau
5723 \begin_inset space ~
5724 \end_inset
5725
5726
5727 \begin_inset CommandInset ref
5728 LatexCommand ref
5729 reference "cha:Unités-de-longueur"
5730
5731 \end_inset
5732
5733 .
5734  
5735 \series bold
5736
5737 \backslash
5738 LTleft
5739 \series default
5740  contrôle la distance horizontale entre le bord gauche de la page et le
5741  tableau, et
5742 \series bold
5743  
5744 \backslash
5745 LTright
5746 \series default
5747  la distance au bord droit.
5748  La valeur implicite des ces deux distances est 
5749 \series bold
5750
5751 \backslash
5752 fill
5753 \series default
5754 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5755 \end_layout
5756
5757 \begin_layout Standard
5758 Le tableau long suivant a été centrée en mettant 
5759 \series bold
5760
5761 \backslash
5762 LTleft
5763 \series default
5764  à 
5765 \family sans
5766 0.1
5767 \backslash
5768 columnwidth
5769 \family default
5770 :
5771 \begin_inset ERT
5772 status collapsed
5773
5774 \begin_layout Plain Layout
5775
5776
5777 \backslash
5778 setlength{
5779 \backslash
5780 LTleft}{0.1
5781 \backslash
5782 columnwidth}
5783 \end_layout
5784
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \begin_layout Standard
5791 \begin_inset Tabular
5792 <lyxtabular version="3" rows="5" columns="5">
5793 <features islongtable="true" longtabularalignment="center">
5794 <column alignment="center" valignment="top" width="0">
5795 <column alignment="center" valignment="top" width="0">
5796 <column alignment="center" valignment="top" width="0">
5797 <column alignment="center" valignment="top" width="0">
5798 <column alignment="center" valignment="top" width="0">
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 1
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 2
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 3
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 4
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 5
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 s
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 asd
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 s
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 s
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 asd
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 asd
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 s
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 <row>
5988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 asd
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 asd
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 </lyxtabular>
6035
6036 \end_inset
6037
6038
6039 \begin_inset ERT
6040 status collapsed
6041
6042 \begin_layout Plain Layout
6043
6044
6045 \backslash
6046 setlength{
6047 \backslash
6048 LTleft}{
6049 \backslash
6050 fill}
6051 \end_layout
6052
6053 \end_inset
6054
6055
6056 \begin_inset ERT
6057 status collapsed
6058
6059 \begin_layout Plain Layout
6060
6061
6062 \backslash
6063 addtocounter{table}{-1}
6064 \end_layout
6065
6066 \end_inset
6067
6068
6069 \begin_inset Note Note
6070 status collapsed
6071
6072 \begin_layout Plain Layout
6073 Voyez la première note grisée de la section
6074 \begin_inset space ~
6075 \end_inset
6076
6077
6078 \begin_inset CommandInset ref
6079 LatexCommand ref
6080 reference "sub:Tableaux-longs-légende"
6081
6082 \end_inset
6083
6084  pour une explication de cette commande.
6085 \end_layout
6086
6087 \end_inset
6088
6089
6090 \end_layout
6091
6092 \begin_layout Subsection
6093 Légendes et Tableaux longs
6094 \begin_inset Index idx
6095 status collapsed
6096
6097 \begin_layout Plain Layout
6098 Tableaux longs ! Legendes@Légendes
6099 \end_layout
6100
6101 \end_inset
6102
6103
6104 \begin_inset CommandInset label
6105 LatexCommand label
6106 name "sub:Tableaux-longs-légende"
6107
6108 \end_inset
6109
6110
6111 \end_layout
6112
6113 \begin_layout Standard
6114 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6115  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6116  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6117  Longs quand on utilise pour une ligne l'option de tableau long 
6118 \family sans
6119 Légende
6120 \family default
6121 , comme c'est expliqué dans la section
6122 \begin_inset space ~
6123 \end_inset
6124
6125
6126 \begin_inset CommandInset ref
6127 LatexCommand ref
6128 reference "sec:Tableaux-longs"
6129
6130 \end_inset
6131
6132 .
6133 \end_layout
6134
6135 \begin_layout Standard
6136 Voici un petit Tableau long pour voir comment ça marche :
6137 \end_layout
6138
6139 \begin_layout Standard
6140 \begin_inset Tabular
6141 <lyxtabular version="3" rows="6" columns="5">
6142 <features islongtable="true" longtabularalignment="center">
6143 <column alignment="center" valignment="top" width="0">
6144 <column alignment="center" valignment="top" width="0">
6145 <column alignment="center" valignment="top" width="0">
6146 <column alignment="center" valignment="top" width="0">
6147 <column alignment="center" valignment="top" width="0">
6148 <row caption="true">
6149 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 \begin_inset Caption
6154
6155 \begin_layout Plain Layout
6156 Tableau long avec une légende
6157 \begin_inset Argument
6158 status open
6159
6160 \begin_layout Plain Layout
6161 Tableau long
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \end_inset
6170
6171
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 </row>
6213 <row>
6214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 1
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 2
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 3
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 4
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 5
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 asd
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 s
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 s
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 s
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 asd
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 asd
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 s
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 s
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 s
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 asd
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 asd
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 s
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 s
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 asd
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 asd
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 asd
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 asd
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 asd
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 </lyxtabular>
6449
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \begin_layout Standard
6456 \begin_inset VSpace medskip
6457 \end_inset
6458
6459
6460 \begin_inset Note Greyedout
6461 status open
6462
6463 \begin_layout Plain Layout
6464
6465 \series bold
6466 Note
6467 \begin_inset space ~
6468 \end_inset
6469
6470 1:
6471 \series default
6472  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6473  n'avez pas prévu de légende.
6474  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6475 \begin_inset space ~
6476 \end_inset
6477
6478 2.4 suit le tableau
6479 \begin_inset space ~
6480 \end_inset
6481
6482 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6483  sans légende.
6484  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6485  après chaque tableau long sans légende :
6486 \end_layout
6487
6488 \begin_layout Plain Layout
6489
6490 \series bold
6491
6492 \backslash
6493 addtocounter{table}{-1}
6494 \end_layout
6495
6496 \begin_layout Plain Layout
6497 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6498  et que vous ajoutez le code suivant dans le préambule du document :
6499 \end_layout
6500
6501 \begin_layout Plain Layout
6502
6503 \series bold
6504
6505 \backslash
6506 let
6507 \backslash
6508 myEnd
6509 \backslash
6510 endlongtable
6511 \begin_inset Newline newline
6512 \end_inset
6513
6514
6515 \backslash
6516 renewcommand{
6517 \backslash
6518 endlongtable}{
6519 \backslash
6520 myEnd
6521 \backslash
6522 addtocounter{table}{-1}}
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \begin_layout Standard
6531 \begin_inset Note Greyedout
6532 status open
6533
6534 \begin_layout Plain Layout
6535
6536 \series bold
6537 Note
6538 \begin_inset space ~
6539 \end_inset
6540
6541 2:
6542 \series default
6543  Si vous utilisez 
6544 \series bold
6545 hyperref
6546 \series default
6547
6548 \begin_inset Index idx
6549 status collapsed
6550
6551 \begin_layout Plain Layout
6552 Paquetages LaTeX ! hyperref
6553 \end_layout
6554
6555 \end_inset
6556
6557  dans les 
6558 \family sans
6559 Paramètres du document
6560 \family default
6561  rubrique 
6562 \family sans
6563 Propriétés
6564 \begin_inset space ~
6565 \end_inset
6566
6567 du
6568 \begin_inset space ~
6569 \end_inset
6570
6571 PDF
6572 \family default
6573 , pour transformer vos références croisées en liens cliquables, le lien
6574  vers un tableau long pointera toujours sur le début du document.
6575 \end_layout
6576
6577 \end_inset
6578
6579
6580 \end_layout
6581
6582 \begin_layout Subsubsection
6583 Références à des tableaux longs
6584 \begin_inset Index idx
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588 Tableaux longs ! Références
6589 \end_layout
6590
6591 \end_inset
6592
6593
6594 \end_layout
6595
6596 \begin_layout Standard
6597 \begin_inset Tabular
6598 <lyxtabular version="3" rows="6" columns="5">
6599 <features islongtable="true" longtabularalignment="center">
6600 <column alignment="center" valignment="top" width="0">
6601 <column alignment="center" valignment="top" width="0">
6602 <column alignment="center" valignment="top" width="0">
6603 <column alignment="center" valignment="top" width="0">
6604 <column alignment="center" valignment="top" width="0">
6605 <row caption="true">
6606 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 \begin_inset Caption
6611
6612 \begin_layout Plain Layout
6613 Tableau long référencé
6614 \begin_inset CommandInset label
6615 LatexCommand label
6616 name "tab:RefExemple"
6617
6618 \end_inset
6619
6620
6621 \end_layout
6622
6623 \end_inset
6624
6625
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 </row>
6667 <row>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 1
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 2
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 3
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 4
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 5
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 </row>
6714 <row>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 asd
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 s
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 s
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 s
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 asd
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 </row>
6761 <row>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 asd
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 s
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 s
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 s
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 asd
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 </row>
6808 <row>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 asd
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 s
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 s
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 s
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 asd
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 </row>
6855 <row>
6856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 asd
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 sad
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 asd
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 asd
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 asd
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 </row>
6902 </lyxtabular>
6903
6904 \end_inset
6905
6906
6907 \end_layout
6908
6909 \begin_layout Standard
6910 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6911  dans sa légende.
6912 \end_layout
6913
6914 \begin_layout Standard
6915 Ceci est une référence au tableau
6916 \begin_inset space ~
6917 \end_inset
6918
6919
6920 \begin_inset CommandInset ref
6921 LatexCommand ref
6922 reference "tab:RefExemple"
6923
6924 \end_inset
6925
6926 .
6927 \end_layout
6928
6929 \begin_layout Standard
6930 La mise en forme de la légende peut être ajustée avec celle de toutes les
6931  autres légendes de votre document en utilisant le paquetage LaTeX 
6932 \series bold
6933 caption
6934 \series default
6935
6936 \begin_inset Index idx
6937 status collapsed
6938
6939 \begin_layout Plain Layout
6940 Paquetages LaTeX ! caption
6941 \end_layout
6942
6943 \end_inset
6944
6945 , voir la section
6946 \begin_inset space ~
6947 \end_inset
6948
6949
6950 \begin_inset CommandInset ref
6951 LatexCommand ref
6952 reference "sec:Formatage-légende"
6953
6954 \end_inset
6955
6956 .
6957 \end_layout
6958
6959 \begin_layout Subsubsection
6960 Largeur de la légende
6961 \begin_inset Index idx
6962 status collapsed
6963
6964 \begin_layout Plain Layout
6965 Tableaux longs ! Largeur de la légende
6966 \end_layout
6967
6968 \end_inset
6969
6970
6971 \end_layout
6972
6973 \begin_layout Standard
6974 La largeur maximale des lignes de légende est définie par la longueur 
6975 \series bold
6976
6977 \backslash
6978 LTcapwidth
6979 \series default
6980 .
6981  Sa valeur implicite est 4
6982 \begin_inset space \thinspace{}
6983 \end_inset
6984
6985 in.
6986  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6987  de votre document ou en tant que code TeX directement dans votre document
6988  avant le tableau qui doit être affectée.
6989 \end_layout
6990
6991 \begin_layout Standard
6992
6993 \series bold
6994
6995 \backslash
6996 setlength{
6997 \backslash
6998 LTcapwidth}{largeur}
6999 \end_layout
7000
7001 \begin_layout Standard
7002 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7003 ce
7004 \begin_inset space ~
7005 \end_inset
7006
7007
7008 \begin_inset CommandInset ref
7009 LatexCommand ref
7010 reference "cha:Unités-de-longueur"
7011
7012 \end_inset
7013
7014 .
7015 \end_layout
7016
7017 \begin_layout Standard
7018 Les tableaux suivants montrent la différence :
7019 \end_layout
7020
7021 \begin_layout Standard
7022 \begin_inset Tabular
7023 <lyxtabular version="3" rows="6" columns="5">
7024 <features islongtable="true" longtabularalignment="center">
7025 <column alignment="center" valignment="top" width="0">
7026 <column alignment="center" valignment="top" width="0">
7027 <column alignment="center" valignment="top" width="0">
7028 <column alignment="center" valignment="top" width="0">
7029 <column alignment="center" valignment="top" width="0">
7030 <row caption="true">
7031 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7032 \begin_inset Text
7033
7034 \begin_layout Plain Layout
7035 \begin_inset Caption
7036
7037 \begin_layout Plain Layout
7038 long titre complet avec la largeur implicite long titre complet avec la
7039  largeur implicite long titre complet avec la largeur implicite
7040 \begin_inset Argument
7041 status open
7042
7043 \begin_layout Plain Layout
7044 Légende avec largeur implicite
7045 \end_layout
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \end_inset
7053
7054
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 </row>
7096 <row>
7097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 1
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 2
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 3
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 4
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 5
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 </row>
7143 <row>
7144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148 asd
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 s
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 s
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 s
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 asd
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 </row>
7190 <row>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 asd
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 s
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7210 \begin_inset Text
7211
7212 \begin_layout Plain Layout
7213 s
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 s
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 asd
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 </row>
7237 <row>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 asd
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 s
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7257 \begin_inset Text
7258
7259 \begin_layout Plain Layout
7260 s
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 s
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 asd
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 </row>
7284 <row>
7285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 asd
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 sad
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 asd
7308 \end_layout
7309
7310 \end_inset
7311 </cell>
7312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7313 \begin_inset Text
7314
7315 \begin_layout Plain Layout
7316 asd
7317 \end_layout
7318
7319 \end_inset
7320 </cell>
7321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7322 \begin_inset Text
7323
7324 \begin_layout Plain Layout
7325 asd
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 </lyxtabular>
7332
7333 \end_inset
7334
7335
7336 \end_layout
7337
7338 \begin_layout Standard
7339 \begin_inset ERT
7340 status collapsed
7341
7342 \begin_layout Plain Layout
7343
7344
7345 \backslash
7346 setlength{
7347 \backslash
7348 LTcapwidth}{5cm}
7349 \end_layout
7350
7351 \end_inset
7352
7353
7354 \begin_inset Tabular
7355 <lyxtabular version="3" rows="6" columns="5">
7356 <features islongtable="true" longtabularalignment="center">
7357 <column alignment="center" valignment="top" width="0">
7358 <column alignment="center" valignment="top" width="0">
7359 <column alignment="center" valignment="top" width="0">
7360 <column alignment="center" valignment="top" width="0">
7361 <column alignment="center" valignment="top" width="0">
7362 <row caption="true">
7363 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 \begin_inset Caption
7368
7369 \begin_layout Plain Layout
7370 long titre complet avec la largeur réglée à 5
7371 \begin_inset space \thinspace{}
7372 \end_inset
7373
7374 cm long titre complet avec la largeur réglée à 5
7375 \begin_inset space \thinspace{}
7376 \end_inset
7377
7378 cm long titre complet avec la largeur réglée à 5
7379 \begin_inset space \thinspace{}
7380 \end_inset
7381
7382 cm
7383 \begin_inset Argument
7384 status open
7385
7386 \begin_layout Plain Layout
7387 Légende avec largeur à
7388 \begin_inset space \thinspace{}
7389 \end_inset
7390
7391 =
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 5
7396 \begin_inset space \thinspace{}
7397 \end_inset
7398
7399 cm
7400 \end_layout
7401
7402 \end_inset
7403
7404
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 </row>
7451 <row>
7452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 1
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465 2
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 3
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 4
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492 5
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 </row>
7498 <row>
7499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 asd
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 s
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 s
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 s
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 asd
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 <row>
7546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 asd
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 s
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568 s
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577 s
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586 asd
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 </row>
7592 <row>
7593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 asd
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 s
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 s
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 s
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 asd
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row>
7640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 asd
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653 sad
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662 asd
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 asd
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 asd
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 </lyxtabular>
7687
7688 \end_inset
7689
7690
7691 \end_layout
7692
7693 \begin_layout Standard
7694 \begin_inset ERT
7695 status collapsed
7696
7697 \begin_layout Plain Layout
7698
7699
7700 \backslash
7701 setlength{
7702 \backslash
7703 LTcapwidth}{4in}
7704 \end_layout
7705
7706 \end_inset
7707
7708
7709 \end_layout
7710
7711 \begin_layout Standard
7712 \begin_inset Note Greyedout
7713 status open
7714
7715 \begin_layout Plain Layout
7716
7717 \series bold
7718 Note:
7719 \series default
7720  Quand on utilise la paquetage LaTeX 
7721 \series bold
7722 caption
7723 \series default
7724
7725 \begin_inset Index idx
7726 status collapsed
7727
7728 \begin_layout Plain Layout
7729 Paquetages LaTeX ! caption
7730 \end_layout
7731
7732 \end_inset
7733
7734  , comme c'est les cas dans ce document, la légende prend toute la largeur
7735  de la page quand on utilise la largeur implicite de 4
7736 \begin_inset space \thinspace{}
7737 \end_inset
7738
7739 in pour 
7740 \series bold
7741
7742 \backslash
7743 LTcapwidth
7744 \series default
7745 .
7746  Pour avoir dans ce cas une légende qui fasse exactement 4
7747 \begin_inset space \thinspace{}
7748 \end_inset
7749
7750 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7751  comme par exemple 3.99
7752 \begin_inset space \thinspace{}
7753 \end_inset
7754
7755 in, soit utiliser la commande LaTeX 
7756 \series bold
7757
7758 \backslash
7759 captionsetup{width=valeur}
7760 \series default
7761  qui est disponible dans le paquetage 
7762 \series bold
7763 caption
7764 \series default
7765 .
7766 \end_layout
7767
7768 \end_inset
7769
7770
7771 \end_layout
7772
7773 \begin_layout Subsubsection
7774 Des Légendes différentes sur chaque page d'un tableau
7775 \begin_inset Argument
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779 Légendes différentes
7780 \end_layout
7781
7782 \end_inset
7783
7784
7785 \begin_inset Index idx
7786 status collapsed
7787
7788 \begin_layout Plain Layout
7789 Tableaux longs ! Legendes@Légendes différentes par page
7790 \end_layout
7791
7792 \end_inset
7793
7794
7795 \end_layout
7796
7797 \begin_layout Standard
7798 Quand la légende du tableau pour les pages suivantes doit être différente
7799  de celle de la première page, insérez une légende avec la commande suivante
7800  en code TeX :
7801 \end_layout
7802
7803 \begin_layout Standard
7804
7805 \series bold
7806
7807 \backslash
7808 caption*{caption text}
7809 \backslash
7810
7811 \backslash
7812 %
7813 \end_layout
7814
7815 \begin_layout Standard
7816 dans une ligne de légende fictive qui sera marquée comme une entête.
7817  Le tableau
7818 \begin_inset space ~
7819 \end_inset
7820
7821
7822 \begin_inset CommandInset ref
7823 LatexCommand ref
7824 reference "tab:Légendes-tableau-différentes"
7825
7826 \end_inset
7827
7828  est un exemple de tableau long avec des légendes différentes et où la seconde
7829  légende ne contient pas le numéro du tableau.
7830 \end_layout
7831
7832 \begin_layout Standard
7833 \align center
7834 \begin_inset Tabular
7835 <lyxtabular version="3" rows="59" columns="3">
7836 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7837 <column alignment="left" valignment="top" width="0cm">
7838 <column alignment="left" valignment="top" width="0pt">
7839 <column alignment="center" valignment="top" width="0pt">
7840 <row caption="true">
7841 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 \begin_inset Caption
7846
7847 \begin_layout Plain Layout
7848 Exemple d'annuaire téléphonique
7849 \begin_inset CommandInset label
7850 LatexCommand label
7851 name "tab:Légendes-tableau-différentes"
7852
7853 \end_inset
7854
7855
7856 \begin_inset Argument
7857 status collapsed
7858
7859 \begin_layout Plain Layout
7860 Exemple Annuaire 
7861 \end_layout
7862
7863 \end_inset
7864
7865
7866 \end_layout
7867
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row endfirsthead="true">
7895 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \series bold
7901 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row endfirsthead="true">
7926 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \series bold
7932 NOM
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941
7942 \end_layout
7943
7944 \end_inset
7945 </cell>
7946 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 TÉL.
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row endhead="true">
7959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963 \begin_inset ERT
7964 status open
7965
7966 \begin_layout Plain Layout
7967
7968
7969 \backslash
7970 caption*{Suite de l'exemple d'annuaire téléphonique}
7971 \backslash
7972
7973 \backslash
7974 %
7975 \end_layout
7976
7977 \end_inset
7978
7979
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row endhead="true">
8004 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \series bold
8010 Exemple d'annuaire téléphonique
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row endhead="true">
8035 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 NOM
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \series bold
8061 TÉL.
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 </row>
8067 <row endfoot="true">
8068 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 suite page suivante\SpecialChar \ldots{}
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \series bold
8104 Annovi
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113 Silvia
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 111
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \series bold
8135 Bertoli
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 Stefano
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 111
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \series bold
8166 Bozzi
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 Walter
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184 111
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 </row>
8190 <row>
8191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195
8196 \series bold
8197 Cachia
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206 Maria
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 111
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 </row>
8221 <row>
8222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226
8227 \series bold
8228 Cachia
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237 Maurizio
8238 \end_layout
8239
8240 \end_inset
8241 </cell>
8242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 111
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 </row>
8252 <row>
8253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257
8258 \series bold
8259 Cinquemani
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268 Giusi
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 111
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 </row>
8283 <row>
8284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288
8289 \series bold
8290 Colin
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 Bernard
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 111
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row>
8315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319
8320 \series bold
8321 Concli
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 Gianfranco
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 111
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \series bold
8352 Dal Bosco
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 Carolina
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 111
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 <row>
8377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381
8382 \series bold
8383 Dalpiaz
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Annamaria
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 111
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \series bold
8414 Feliciello
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 Domenico
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 111
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \series bold
8445 Focarelli
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 Paola
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463 111
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \series bold
8476 Galletti
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 Oreste
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8491 \begin_inset Text
8492
8493 \begin_layout Plain Layout
8494 111
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 </row>
8500 <row>
8501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505
8506 \series bold
8507 Gasparini
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516 Franca
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 111
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 </row>
8531 <row>
8532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536
8537 \series bold
8538 Rizzardi
8539 \series default
8540
8541 \begin_inset Foot
8542 status open
8543
8544 \begin_layout Plain Layout
8545 Exemple de note de bas de page
8546 \end_layout
8547
8548 \end_inset
8549
8550
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 Paola
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 111
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Lassini
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Giancarlo
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 111
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Malfatti
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Luciano
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 111
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \series bold
8643 Malfatti
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Valeriano
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 111
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 </row>
8667 <row>
8668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \series bold
8674 Meneguzzo
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 Roberto
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 111
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \series bold
8705 Mezzadra
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Roberto
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 111
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row>
8730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \series bold
8736 Pirpamer
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 Erich
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 111
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row>
8761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765
8766 \series bold
8767 Pochiesa
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 Paolo
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 111, 222
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796
8797 \series bold
8798 Radina
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 Claudio
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 111
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \series bold
8829 Stuffer
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 Oskar
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 111
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row>
8854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \series bold
8860 Tacchelli
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 Ugo
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 111
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 <row>
8885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891 Tezzele
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Margit
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 111
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \series bold
8922 Unterkalmsteiner
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Frieda
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 111
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row>
8947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \series bold
8953 Vieider
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Hilde
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 111
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \series bold
8984 Vigna
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 Jürgen
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 111
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \series bold
9015 Weber
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 Maurizio
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 111
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \series bold
9046 Winkler
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 Franz
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 111
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075  
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \series bold
9106 Annovi
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 Silvia
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 555
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 <row>
9131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135
9136 \series bold
9137 Bertoli
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 Stefano
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 555
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166
9167 \series bold
9168 Bozzi
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Walter
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 555
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \series bold
9199 Cachia
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 Maria
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 555
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \series bold
9230 Cachia
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 Maurizio
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 555
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \series bold
9261 Cinquemani
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Giusi
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 555
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \series bold
9292 Colin
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 Bernard
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 555
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \series bold
9323 Concli
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 Gianfranco
9333 \end_layout
9334
9335 \end_inset
9336 </cell>
9337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341 555
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 </row>
9347 <row>
9348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352
9353 \series bold
9354 Dal Bosco
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Carolina
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 555
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \series bold
9385 Dalpiaz
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 Annamaria
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 555
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row>
9410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \series bold
9416 Feliciello
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425 Domenico
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 555
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 </row>
9440 <row>
9441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445
9446 \series bold
9447 Focarelli
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 Paola
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 555
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \series bold
9478 Galletti
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 Oreste
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496 555
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 </row>
9502 <row>
9503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507
9508 \series bold
9509 Gasparini
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518 Franca
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Plain Layout
9527 555
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 </row>
9533 <row>
9534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538
9539 \series bold
9540 Rizzardi
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549 Paola
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9555 \begin_inset Text
9556
9557 \begin_layout Plain Layout
9558 555
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 </row>
9564 <row>
9565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569
9570 \series bold
9571 Lassini
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 Giancarlo
9581 \end_layout
9582
9583 \end_inset
9584 </cell>
9585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9586 \begin_inset Text
9587
9588 \begin_layout Plain Layout
9589 555
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 </row>
9595 <row>
9596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \series bold
9602 Malfatti
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611 Luciano
9612 \end_layout
9613
9614 \end_inset
9615 </cell>
9616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620 555
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 </row>
9626 <row>
9627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \series bold
9633 Malfatti
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642 Valeriano
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 555
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 </row>
9657 <row>
9658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662
9663 \series bold
9664 Meneguzzo
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673 Roberto
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9679 \begin_inset Text
9680
9681 \begin_layout Plain Layout
9682 555
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 </row>
9688 <row>
9689 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693
9694 \series bold
9695 Mezzadra
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704 Roberto
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713 555
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 </row>
9719 </lyxtabular>
9720
9721 \end_inset
9722
9723
9724 \end_layout
9725
9726 \begin_layout Section
9727 Questions particulières concernant les tableaux longs
9728 \begin_inset Argument
9729 status collapsed
9730
9731 \begin_layout Plain Layout
9732 Questions sur les tableaux longs
9733 \end_layout
9734
9735 \end_inset
9736
9737
9738 \begin_inset CommandInset label
9739 LatexCommand label
9740 name "sec:Questions-sur-tableaux-longs"
9741
9742 \end_inset
9743
9744
9745 \end_layout
9746
9747 \begin_layout Subsection
9748 Calculs des pages des tableaux longs
9749 \begin_inset Index idx
9750 status collapsed
9751
9752 \begin_layout Plain Layout
9753 Tableaux longs ! Calculs
9754 \end_layout
9755
9756 \end_inset
9757
9758
9759 \end_layout
9760
9761 \begin_layout Standard
9762 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9763  en utilisant des blocs (chunks).
9764  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9765  mémoire de LaTeX.
9766  La valeur implicite est fixée pour des raisons historiques à seulement
9767  20 lignes de tableau.
9768  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9769  peut ralentir la création de votre document.
9770  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9771  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9772  préambule de votre document :
9773 \end_layout
9774
9775 \begin_layout Standard
9776
9777 \series bold
9778
9779 \backslash
9780 setcounter{LTchunksize}{100}
9781 \end_layout
9782
9783 \begin_layout Subsection
9784 Les Flottants et les Tableaux Longs
9785 \begin_inset Index idx
9786 status collapsed
9787
9788 \begin_layout Plain Layout
9789 Tableaux longs ! Flottants
9790 \end_layout
9791
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \begin_layout Standard
9798 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9799  commence un tableau long.
9800  Pour éviter une telle situation, insérez un saut de page (menu 
9801 \family sans
9802 Insérer\SpecialChar \menuseparator
9803 Typographie
9804 \begin_inset space ~
9805 \end_inset
9806
9807 spéciale\SpecialChar \menuseparator
9808 Saut de page (vide le tampon)
9809 \family default
9810
9811 \begin_inset space \thinspace{}
9812 \end_inset
9813
9814 ) juste avant votre tableau long.
9815 \end_layout
9816
9817 \begin_layout Subsection
9818 Sauts de pages forcés
9819 \begin_inset Index idx
9820 status collapsed
9821
9822 \begin_layout Plain Layout
9823 Tableaux longs ! Sauts de pages forcés
9824 \end_layout
9825
9826 \end_inset
9827
9828
9829 \end_layout
9830
9831 \begin_layout Standard
9832 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9833  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9834  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9835  de saut de ligne 
9836 \begin_inset Quotes eld
9837 \end_inset
9838
9839
9840 \backslash
9841
9842 \backslash
9843
9844 \begin_inset Quotes erd
9845 \end_inset
9846
9847  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9848  Avant la commande 
9849 \begin_inset Quotes eld
9850 \end_inset
9851
9852
9853 \backslash
9854
9855 \backslash
9856
9857 \begin_inset Quotes erd
9858 \end_inset
9859
9860 , vous devez insérer en code TeX, autant de caractères 
9861 \begin_inset Quotes eld
9862 \end_inset
9863
9864 &
9865 \begin_inset Quotes erd
9866 \end_inset
9867
9868  qu'il y a de colonnes après la cellule concernée.
9869  Le caractère 
9870 \begin_inset Quotes eld
9871 \end_inset
9872
9873 &
9874 \begin_inset Quotes erd
9875 \end_inset
9876
9877  sert à séparer les colonnes d'un tableau.
9878  Écrivez en code-TeX, après chaque 
9879 \begin_inset Quotes eld
9880 \end_inset
9881
9882 &
9883 \begin_inset Quotes erd
9884 \end_inset
9885
9886  le contenu des cellules correspondantes et en même temps supprimez le contenu
9887  de ces cellules dans le texte normal.
9888  
9889 \begin_inset Newline newline
9890 \end_inset
9891
9892 Après la commande 
9893 \backslash
9894
9895 \backslash
9896 , insérez autant de caractères 
9897 \begin_inset Quotes eld
9898 \end_inset
9899
9900 &
9901 \begin_inset Quotes erd
9902 \end_inset
9903
9904  qu'il y a de colonnes avant la colonne traitée.
9905  Dans le tableau
9906 \begin_inset space ~
9907 \end_inset
9908
9909
9910 \begin_inset CommandInset ref
9911 LatexCommand ref
9912 reference "tab:Tableau-saut-de-page"
9913
9914 \end_inset
9915
9916  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9917  suivie par une autre colonne.
9918  La commande suivante a donc été insérée en code TeX dans la cellule après
9919  le mot 
9920 \begin_inset Quotes eld
9921 \end_inset
9922
9923
9924 \emph on
9925 Castelchiodato,
9926 \emph default
9927
9928 \begin_inset Quotes erd
9929 \end_inset
9930
9931 :
9932 \end_layout
9933
9934 \begin_layout Standard
9935
9936 \series bold
9937 & 111
9938 \backslash
9939
9940 \backslash
9941  
9942 \backslash
9943 newpage
9944 \begin_inset Newline newline
9945 \end_inset
9946
9947 &
9948 \end_layout
9949
9950 \begin_layout Standard
9951 Le 
9952 \begin_inset Quotes eld
9953 \end_inset
9954
9955 111
9956 \begin_inset Quotes erd
9957 \end_inset
9958
9959  dans la troisième colonne de la ligne a été supprimé.
9960  
9961 \series bold
9962
9963 \backslash
9964 newpage
9965 \series default
9966  est nécessaire seulement quand un saut de page doit impérativement avoir
9967  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9968  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9969  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9970  est coupée, utilisez cette commande à la place de la précédente :
9971 \end_layout
9972
9973 \begin_layout Standard
9974
9975 \series bold
9976 & 111
9977 \backslash
9978
9979 \backslash
9980
9981 \begin_inset Newline newline
9982 \end_inset
9983
9984
9985 \backslash
9986 hline &
9987 \end_layout
9988
9989 \begin_layout Standard
9990 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9991  insérer la commande
9992 \end_layout
9993
9994 \begin_layout Standard
9995
9996 \series bold
9997
9998 \backslash
9999 setlength{
10000 \backslash
10001 parfillskip}{0pt}
10002 \end_layout
10003
10004 \begin_layout Standard
10005 au début de la cellule.
10006  Cela assure que la portion de la cellule qui va se trouver affichée sur
10007  la page suivante le sera avec toute la largeur de la cellule.
10008 \end_layout
10009
10010 \begin_layout Standard
10011 \align center
10012 \begin_inset Tabular
10013 <lyxtabular version="3" rows="38" columns="3">
10014 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10015 <column alignment="left" valignment="top" width="0cm">
10016 <column alignment="left" valignment="top" width="3cm">
10017 <column alignment="center" valignment="top" width="0pt">
10018 <row caption="true">
10019 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 \begin_inset Caption
10024
10025 \begin_layout Plain Layout
10026 Tableau avec un saut de page forcé dans une cellule
10027 \begin_inset CommandInset label
10028 LatexCommand label
10029 name "tab:Tableau-saut-de-page"
10030
10031 \end_inset
10032
10033
10034 \begin_inset Argument
10035 status collapsed
10036
10037 \begin_layout Plain Layout
10038 Tableau avec un saut de page forcé dans une cellule
10039 \end_layout
10040
10041 \end_inset
10042
10043
10044 \end_layout
10045
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row endfirsthead="true">
10073 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \series bold
10079 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row endfirsthead="true">
10104 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \series bold
10110 NOM
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 TÉL.
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 </row>
10136 <row endhead="true">
10137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 \begin_inset ERT
10142 status collapsed
10143
10144 \begin_layout Plain Layout
10145
10146
10147 \backslash
10148 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10149 \backslash
10150
10151 \backslash
10152 %
10153 \end_layout
10154
10155 \end_inset
10156
10157
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 <row endhead="true">
10182 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186  
10187 \series bold
10188 Exemple d'annuaire téléphonique
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 </row>
10212 <row endhead="true">
10213 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217
10218 \series bold
10219 NOM
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 TÉL.
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row endfoot="true">
10246 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 suite page suivante\SpecialChar \ldots{}
10251
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 </row>
10275 <row>
10276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280
10281 \series bold
10282 Annovi
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 Silvia
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 111
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 </row>
10306 <row>
10307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311
10312 \series bold
10313 Bertoli
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 Stefano
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 111
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 </row>
10337 <row>
10338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342
10343 \series bold
10344 Bozzi
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 Walter
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 111
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \series bold
10375 Cachia
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 Maria
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 111
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 </row>
10399 <row>
10400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404
10405 \series bold
10406 Cachia
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 Maurizio
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 111
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 </row>
10430 <row>
10431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435
10436 \series bold
10437 Cinquemani
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 Giusi
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10452 \begin_inset Text
10453
10454 \begin_layout Plain Layout
10455 111
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 </row>
10461 <row>
10462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466
10467 \series bold
10468 Colin
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 Bernard
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 111
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \series bold
10499 Concli
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 Gianfranco
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 111
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 </row>
10523 <row>
10524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528
10529 \series bold
10530 Dal Bosco
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 Carolina
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 111
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 <row>
10555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559
10560 \series bold
10561 Dalpiaz
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570 Annamaria
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 111
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 </row>
10585 <row>
10586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590
10591 \series bold
10592 Feliciello
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 Domenico
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 111
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \series bold
10623 Focarelli
10624 \end_layout
10625
10626 \end_inset
10627 </cell>
10628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632 Paola
10633 \end_layout
10634
10635 \end_inset
10636 </cell>
10637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 111
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 </row>
10647 <row>
10648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652
10653 \series bold
10654 Galletti
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663 Oreste
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 111
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 <row>
10679 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683
10684 \series bold
10685 Gasparini
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 Franca
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 111
10704 \end_layout
10705
10706 \end_inset
10707 </cell>
10708 </row>
10709 <row>
10710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714
10715 \series bold
10716 Lassini
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 Giancarlo
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 111
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 </row>
10740 <row>
10741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745
10746 \series bold
10747 Malfatti
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 Luciano
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 111
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 </row>
10771 <row>
10772 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776
10777 \series bold
10778 Malfatti
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 Valeriano
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 111
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 <row>
10803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \series bold
10809 Meneguzzo
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 Roberto
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 111
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 </row>
10833 <row>
10834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838
10839 \series bold
10840 Mezzadra
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 Roberto
10850 \end_layout
10851
10852 \end_inset
10853 </cell>
10854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10855 \begin_inset Text
10856
10857 \begin_layout Plain Layout
10858 111
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 </row>
10864 <row>
10865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \series bold
10871 Pirpamer
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 Erich
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 111
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 </row>
10895 <row>
10896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \series bold
10902 Pochiesa
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 Paolo
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 111, 222
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 </row>
10926 <row>
10927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \series bold
10933 Radina
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 Claudio
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 111
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \series bold
10964 Rizzardi
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 Giancarlo, 11.
10974  Fürst von Montecompatri, 11.
10975  Fürst von Sulmona und Vivaro, 10.
10976  Fürst von Rossano, 5.
10977  Herzog von Canemorte, 11.
10978  Herzog von Palombara, 5.
10979  Herzog von Castelchiodato,
10980 \begin_inset ERT
10981 status open
10982
10983 \begin_layout Plain Layout
10984
10985 & 111
10986 \backslash
10987
10988 \backslash
10989  
10990 \backslash
10991 newpage
10992 \end_layout
10993
10994 \begin_layout Plain Layout
10995
10996 &
10997 \end_layout
10998
10999 \end_inset
11000
11001  11.
11002  Herzog von Poggionativo, 11.
11003  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11004  Graf von Valinfreda, 11.
11005  Baron von Cropalati, 11.
11006  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 </row>
11021 <row>
11022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026
11027 \series bold
11028 Stuffer
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 Oskar
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046 111
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 </row>
11052 <row>
11053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \series bold
11059 Tacchelli
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 Ugo
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 111
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 </row>
11083 <row>
11084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088
11089 \series bold
11090 Tezzele
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 Margit
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 111
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \series bold
11121 Unterkalmsteiner
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 Frieda
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 111
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 </row>
11145 <row>
11146 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150
11151 \series bold
11152 Vieider
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 Hilde
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 111
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 </row>
11176 <row>
11177 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181
11182 \series bold
11183 Vigna
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 Jürgen
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201 111
11202 \end_layout
11203
11204 \end_inset
11205 </cell>
11206 </row>
11207 <row>
11208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \series bold
11214 Weber
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 Maurizio
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 111
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 </row>
11238 <row>
11239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243
11244 \series bold
11245 Winkler
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 Franz
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 111
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 </row>
11269 </lyxtabular>
11270
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \begin_layout Section
11277 Colonnes et lignes à lignes multiples
11278 \end_layout
11279
11280 \begin_layout Subsection
11281 Lignes multiples dans une cellule de tableau
11282 \begin_inset CommandInset label
11283 LatexCommand label
11284 name "sub:Lignes-multiple-dans-cellule"
11285
11286 \end_inset
11287
11288
11289 \begin_inset Index idx
11290 status collapsed
11291
11292 \begin_layout Plain Layout
11293 Plusieurs lignes dans une case de tableau
11294 \end_layout
11295
11296 \end_inset
11297
11298
11299 \begin_inset Index idx
11300 status collapsed
11301
11302 \begin_layout Plain Layout
11303 Tableau ! Saut de ligne
11304 \end_layout
11305
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \begin_layout Standard
11312 \noindent
11313 \begin_inset Float table
11314 placement H
11315 wide false
11316 sideways false
11317 status open
11318
11319 \begin_layout Plain Layout
11320 \begin_inset Caption
11321
11322 \begin_layout Plain Layout
11323 \begin_inset CommandInset label
11324 LatexCommand label
11325 name "tab:Tableau-avec-plusieurs-lignes"
11326
11327 \end_inset
11328
11329 Tableau avec des lignes multiples dans une cellule
11330 \end_layout
11331
11332 \end_inset
11333
11334
11335 \end_layout
11336
11337 \begin_layout Plain Layout
11338 \align center
11339 \begin_inset Tabular
11340 <lyxtabular version="3" rows="3" columns="3">
11341 <features tabularvalignment="middle">
11342 <column alignment="center" valignment="middle" width="2.5cm">
11343 <column alignment="center" valignment="middle" width="0">
11344 <column alignment="center" valignment="middle" width="0">
11345 <row>
11346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 Lignes
11351 \begin_inset Newline linebreak
11352 \end_inset
11353
11354 multiples
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 b
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 c
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 </row>
11378 <row>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 d
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 e
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 f
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 </row>
11407 <row>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 g
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 h
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 i
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 </row>
11436 </lyxtabular>
11437
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \end_inset
11444
11445
11446 \end_layout
11447
11448 \begin_layout Standard
11449 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11450  d'un paragraphe avec des sauts de lignes et des césures.
11451 \end_layout
11452
11453 \begin_layout Standard
11454 Pour obtenir le tableau
11455 \begin_inset space ~
11456 \end_inset
11457
11458
11459 \begin_inset CommandInset ref
11460 LatexCommand ref
11461 reference "tab:Tableau-avec-plusieurs-lignes"
11462
11463 \end_inset
11464
11465 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11466  droit dessus.
11467  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11468  2.5
11469 \begin_inset space \thinspace{}
11470 \end_inset
11471
11472 cm et choisissez les alignements vertical et horizontal centrés.
11473  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11474  Comme notre texte est plus petit que 2.5
11475 \begin_inset space \thinspace{}
11476 \end_inset
11477
11478 cm, une seule ligne va apparaître.
11479  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11480  
11481 \family sans
11482 Ctrl-Shift-Entrée
11483 \family default
11484 ).
11485  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11486 ement découpé en plusieurs lignes.
11487 \end_layout
11488
11489 \begin_layout Standard
11490 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11491  pas effectuer de césure si c'est le premier élément de la cellule.
11492  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11493  premier élément : Ajoutez un espace horizontal de 0
11494 \begin_inset space \thinspace{}
11495 \end_inset
11496
11497 pt juste avant votre mot.
11498  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11499  Le tableau
11500 \begin_inset space ~
11501 \end_inset
11502
11503
11504 \begin_inset CommandInset ref
11505 LatexCommand ref
11506 reference "tab:Tableau-césure"
11507
11508 \end_inset
11509
11510  montre l'effet de cette insertion.
11511 \end_layout
11512
11513 \begin_layout Standard
11514 \begin_inset Float table
11515 placement h
11516 wide false
11517 sideways false
11518 status open
11519
11520 \begin_layout Plain Layout
11521 \begin_inset Caption
11522
11523 \begin_layout Plain Layout
11524 \begin_inset CommandInset label
11525 LatexCommand label
11526 name "tab:Tableau-césure"
11527
11528 \end_inset
11529
11530 Tableau avec et sans césure.
11531 \end_layout
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \begin_layout Plain Layout
11539 \begin_inset space \hfill{}
11540 \end_inset
11541
11542
11543 \begin_inset Tabular
11544 <lyxtabular version="3" rows="3" columns="3">
11545 <features tabularvalignment="middle">
11546 <column alignment="center" valignment="middle" width="2.5cm">
11547 <column alignment="center" valignment="middle" width="0">
11548 <column alignment="center" valignment="middle" width="0">
11549 <row>
11550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 mottrèslongdansunecellule
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 b
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 c
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row>
11579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 d
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 e
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 f
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 g
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 h
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 i
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \begin_inset space \hfill{}
11642 \end_inset
11643
11644
11645 \begin_inset Tabular
11646 <lyxtabular version="3" rows="3" columns="3">
11647 <features tabularvalignment="middle">
11648 <column alignment="center" valignment="middle" width="2.5cm">
11649 <column alignment="center" valignment="middle" width="0">
11650 <column alignment="center" valignment="middle" width="0">
11651 <row>
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 \begin_inset space \hspace{}
11657 \length 0pt
11658 \end_inset
11659
11660 mottrèslongdansunecellule
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 b
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 c
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 </row>
11684 <row>
11685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 d
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 e
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 f
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 </row>
11713 <row>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 g
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 h
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 i
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 </lyxtabular>
11743
11744 \end_inset
11745
11746
11747 \begin_inset space \hfill{}
11748 \end_inset
11749
11750
11751 \end_layout
11752
11753 \end_inset
11754
11755
11756 \end_layout
11757
11758 \begin_layout Subsection
11759 Multi-colonnes
11760 \begin_inset CommandInset label
11761 LatexCommand label
11762 name "sub:Multicolonnes"
11763
11764 \end_inset
11765
11766
11767 \begin_inset Index idx
11768 status collapsed
11769
11770 \begin_layout Plain Layout
11771 Multi-colonnes
11772 \end_layout
11773
11774 \end_inset
11775
11776
11777 \begin_inset Index idx
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781 Tableau ! Multi-colonnes
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \begin_layout Subsubsection
11790 Les Bases des Multicolonnes
11791 \end_layout
11792
11793 \begin_layout Standard
11794 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11795  qu'elle doit couvrir et utilisez soit le bouton
11796 \begin_inset Graphics
11797         filename ../../images/tabular-feature_multicolumn.png
11798         scale 85
11799         scaleBeforeRotation
11800
11801 \end_inset
11802
11803  de la barre d'outils tableau, ou le menu 
11804 \family sans
11805 Éditer\SpecialChar \menuseparator
11806 Tableau\SpecialChar \menuseparator
11807 Multi-colonnes
11808 \family default
11809 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11810  
11811 \family sans
11812 Multi-colonnes
11813 \family default
11814 .
11815 \end_layout
11816
11817 \begin_layout Standard
11818 Les multi-colonnes ont leurs propres paramètres de cellule.
11819  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11820  de la cellule, cela n'affecte que la cellule multi-colonne.
11821  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11822  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \align center
11827 \begin_inset Tabular
11828 <lyxtabular version="3" rows="3" columns="4">
11829 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11830 <column alignment="center" valignment="top" width="0pt">
11831 <column alignment="center" valignment="middle" width="0">
11832 <column alignment="center" valignment="top" width="0in">
11833 <column alignment="center" valignment="top" width="0pt">
11834 <row>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 abc
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 def ghi
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 jkl
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 </row>
11872 <row>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 A
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 B
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 C
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 D
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 </row>
11910 <row>
11911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 1
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 2
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11930 \begin_inset Text
11931
11932 \begin_layout Plain Layout
11933 3
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 4
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 </row>
11948 </lyxtabular>
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \begin_layout Subsubsection
11956 Calculs avec les multi-colonnes
11957 \begin_inset CommandInset label
11958 LatexCommand label
11959 name "sub:Calculs-multicolonnes"
11960
11961 \end_inset
11962
11963
11964 \begin_inset Index idx
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968 Multi-colonnes ! Calculs
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \begin_layout Standard
11977 LyX gère directement les multi-colonnes, mais nous devons faire attention
11978  à la largeur des cellules couvertes par la cellule multicolonne.
11979 \end_layout
11980
11981 \begin_layout Standard
11982 \begin_inset Float table
11983 placement h
11984 wide false
11985 sideways false
11986 status open
11987
11988 \begin_layout Plain Layout
11989 \begin_inset Caption
11990
11991 \begin_layout Plain Layout
11992 \begin_inset CommandInset label
11993 LatexCommand label
11994 name "tab:Tableau-multicolonne-parfaite"
11995
11996 \end_inset
11997
11998 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11999  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12000 \begin_inset Argument
12001 status open
12002
12003 \begin_layout Plain Layout
12004 Tableau avec multicolonne parfaite
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \begin_layout Plain Layout
12018 \align center
12019 \begin_inset Tabular
12020 <lyxtabular version="3" rows="3" columns="3">
12021 <features tabularvalignment="middle">
12022 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12023 <column alignment="center" valignment="middle" width="0">
12024 <column alignment="center" valignment="top" width="0">
12025 <row>
12026 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 multicolonne sur plusieurs lignes
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 c
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 </row>
12054 <row>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 d
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 e
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 f
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 </row>
12083 <row>
12084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 g
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 h
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 i
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 </lyxtabular>
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \end_inset
12120
12121
12122 \end_layout
12123
12124 \begin_layout Standard
12125 Par exemple, pour créer le tableau
12126 \begin_inset space ~
12127 \end_inset
12128
12129
12130 \begin_inset CommandInset ref
12131 LatexCommand ref
12132 reference "tab:Tableau-multicolonne-parfaite"
12133
12134 \end_inset
12135
12136 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12137  3×3 et faites un clic droit dessus.
12138  Ensuite choisissez pour cette cellule
12139 \emph on
12140 ,
12141 \emph default
12142  dans la fenêtre de dialogue de tableau, 
12143 \emph on
12144 multicolonne
12145 \emph default
12146
12147 \emph on
12148 alignement
12149 \begin_inset space ~
12150 \end_inset
12151
12152 horizontal
12153 \begin_inset space ~
12154 \end_inset
12155
12156 centré
12157 \emph default
12158  et une largeur de 2.5
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 cm.
12163  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12164  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12165 \begin_inset space \thinspace{}
12166 \end_inset
12167
12168 cm pour la première colonne.
12169  La deuxième colonne aura alors automatiquement une largeur de 1.25
12170 \begin_inset space \thinspace{}
12171 \end_inset
12172
12173 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12174  C'est ce qui a été fait pour le tableau
12175 \begin_inset space ~
12176 \end_inset
12177
12178
12179 \begin_inset CommandInset ref
12180 LatexCommand ref
12181 reference "tab:Tableau-multicolonne-imparfait"
12182
12183 \end_inset
12184
12185 .
12186 \end_layout
12187
12188 \begin_layout Standard
12189 \begin_inset Float table
12190 wide false
12191 sideways false
12192 status open
12193
12194 \begin_layout Plain Layout
12195 \begin_inset Caption
12196
12197 \begin_layout Plain Layout
12198 \begin_inset CommandInset label
12199 LatexCommand label
12200 name "tab:Tableau-multicolonne-imparfait"
12201
12202 \end_inset
12203
12204 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12205  de la largeur de la cellule multicolonne.
12206 \begin_inset Argument
12207 status open
12208
12209 \begin_layout Plain Layout
12210 Tableau avec multicolonne pas parfaite
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Plain Layout
12224 \align center
12225 \begin_inset Tabular
12226 <lyxtabular version="3" rows="3" columns="3">
12227 <features tabularvalignment="middle">
12228 <column alignment="center" valignment="top" width="1.25cm">
12229 <column alignment="center" valignment="top" width="0">
12230 <column alignment="center" valignment="top" width="0">
12231 <row>
12232 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236 multicolonne sur plusieurs lignes
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Plain Layout
12254 c
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 </row>
12260 <row>
12261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265 d
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 e
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 f
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 </row>
12289 <row>
12290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 g
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 h
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 i
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 </row>
12318 </lyxtabular>
12319
12320 \end_inset
12321
12322
12323 \end_layout
12324
12325 \end_inset
12326
12327
12328 \end_layout
12329
12330 \begin_layout Standard
12331 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12332  de la cellule multicolonne, elle est un peu plus large.
12333  La raison est que la taille que l'on donne à une cellule, 
12334 \begin_inset Formula $W_{g}$
12335 \end_inset
12336
12337  n'est pas sa taille totale, 
12338 \begin_inset Formula $W_{\mathrm{tot}}$
12339 \end_inset
12340
12341  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12342  lui donne.
12343  L'appendice
12344 \begin_inset space ~
12345 \end_inset
12346
12347
12348 \begin_inset CommandInset ref
12349 LatexCommand eqref
12350 reference "cha:Explication-de-l'Equation"
12351
12352 \end_inset
12353
12354  explique pourquoi en détail.
12355 \end_layout
12356
12357 \begin_layout Standard
12358 La largeur nécessaire 
12359 \begin_inset Formula $W_{g\, n}$
12360 \end_inset
12361
12362  quand 
12363 \emph on
12364 n
12365 \emph default
12366  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12367  ait une largeur totale de 
12368 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12369 \end_inset
12370
12371 :
12372 \begin_inset Formula 
12373 \begin{equation}
12374 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12375 \end{equation}
12376
12377 \end_inset
12378
12379
12380 \end_layout
12381
12382 \begin_layout Standard
12383 Dans notre cas nous avons 
12384 \begin_inset Formula $n=2$
12385 \end_inset
12386
12387
12388 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12389 \end_inset
12390
12391 cm et les valeurs implicites pour les autres longueurs, l'équation
12392 \begin_inset space ~
12393 \end_inset
12394
12395
12396 \begin_inset CommandInset ref
12397 LatexCommand ref
12398 reference "eq:Wgn"
12399
12400 \end_inset
12401
12402  devient
12403 \begin_inset Formula 
12404 \begin{equation}
12405 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12406 \end{equation}
12407
12408 \end_inset
12409
12410
12411 \end_layout
12412
12413 \begin_layout Standard
12414 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12415  
12416 \series bold
12417 calc
12418 \series default
12419  avec la ligne suivante dans le préambule du document
12420 \begin_inset Index idx
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 Paquetages LaTeX ! calc
12425 \end_layout
12426
12427 \end_inset
12428
12429
12430 \end_layout
12431
12432 \begin_layout Standard
12433
12434 \series bold
12435
12436 \backslash
12437 usepackage{calc}
12438 \end_layout
12439
12440 \begin_layout Standard
12441 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12442  de dialogue.
12443  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12444  la fenêtre de dialogue.
12445  Voici un aperçu de ces paramètres :
12446 \end_layout
12447
12448 \begin_layout Itemize
12449
12450 \series bold
12451 p{largeur}
12452 \series default
12453  crée une cellule de taille donnée, le texte est aligné verticalement en
12454  haut.
12455 \end_layout
12456
12457 \begin_layout Itemize
12458
12459 \series bold
12460 m{largeur}
12461 \series default
12462  crée une cellule de taille donnée, le texte est aligné verticalement au
12463  centre
12464 \end_layout
12465
12466 \begin_layout Itemize
12467
12468 \series bold
12469 b{largeur}
12470 \series default
12471  crée une cellule de taille donnée, le texte est aligné verticalement en
12472  bas
12473 \end_layout
12474
12475 \begin_layout Standard
12476 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12477  la fenêtre de dialogue sont ignorés.
12478 \end_layout
12479
12480 \begin_layout Standard
12481 \begin_inset Note Greyedout
12482 status open
12483
12484 \begin_layout Plain Layout
12485
12486 \series bold
12487 Note:
12488 \series default
12489  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12490  en compte.
12491 \end_layout
12492
12493 \end_inset
12494
12495
12496 \end_layout
12497
12498 \begin_layout Standard
12499 Comme le texte doit être centré horizontalement, on ajoute la commande 
12500 \series bold
12501
12502 \backslash
12503 centering
12504 \series default
12505 .
12506  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12507  des colonnes recouvertes :
12508 \end_layout
12509
12510 \begin_layout Standard
12511
12512 \series bold
12513 >{
12514 \backslash
12515 centering}m{1.25cm-6.2pt}
12516 \end_layout
12517
12518 \begin_layout Standard
12519 La commande 
12520 \series bold
12521 >{ }
12522 \series default
12523  signifie que les commandes qui se trouvent entre les accolades doivent
12524  être appliquées avant que la cellule ne soit créée.
12525 \end_layout
12526
12527 \begin_layout Standard
12528 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12529  multicolonne, il est toujours aligné à gauche.
12530  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12531  isolées.
12532  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12533 \end_layout
12534
12535 \begin_layout Standard
12536
12537 \series bold
12538 >{
12539 \backslash
12540 centering}m{2.5cm}
12541 \end_layout
12542
12543 \begin_layout Subsection
12544 Multi-lignes
12545 \begin_inset CommandInset label
12546 LatexCommand label
12547 name "sub:Multi-lignes"
12548
12549 \end_inset
12550
12551
12552 \begin_inset Index idx
12553 status collapsed
12554
12555 \begin_layout Plain Layout
12556 Multi-lignes
12557 \end_layout
12558
12559 \end_inset
12560
12561
12562 \begin_inset Index idx
12563 status collapsed
12564
12565 \begin_layout Plain Layout
12566 Tableau ! Multi-ligne
12567 \end_layout
12568
12569 \end_inset
12570
12571
12572 \end_layout
12573
12574 \begin_layout Standard
12575 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12576  qu'elle doit couvrir et utilisez soit le bouton 
12577 \begin_inset Graphics
12578         filename ../../images/tabular-feature_multirow.png
12579         scale 85
12580         scaleBeforeRotation
12581
12582 \end_inset
12583
12584 de la barre d'outils tableau, ou le menu 
12585 \family sans
12586 Éditer\SpecialChar \menuseparator
12587 Tableau\SpecialChar \menuseparator
12588 Multi-lignes
12589 \family default
12590 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12591  
12592 \family sans
12593 Multi-lignes
12594 \family default
12595 .
12596 \end_layout
12597
12598 \begin_layout Standard
12599 Voici un exemple de tableau avec une cellule multiligne en première colonne:
12600 \end_layout
12601
12602 \begin_layout Standard
12603 \align center
12604 \begin_inset Tabular
12605 <lyxtabular version="3" rows="3" columns="3">
12606 <features tabularvalignment="middle">
12607 <column alignment="center" valignment="top" width="0pt">
12608 <column alignment="center" valignment="top" width="0">
12609 <column alignment="center" valignment="top" width="0">
12610 <row>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 un contenu long
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 b
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 c
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 </row>
12639 <row>
12640 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 multi-ligne
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 e
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 f
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row>
12669 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 h
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 i
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 </row>
12697 </lyxtabular>
12698
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \begin_layout Standard
12705 La largeur de la cellule multiligne est déterminée par la largeur de toute
12706  la colonne.
12707  L'
12708 \family sans
12709 Espacement
12710 \begin_inset space ~
12711 \end_inset
12712
12713 vertical
12714 \family default
12715  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12716  est positive ou négative.
12717 \end_layout
12718
12719 \begin_layout Standard
12720 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12721  explicitement, la cellule hérite de l'alignement de la colonne.
12722  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12723  implicite, vous devez redéfinir la commande 
12724 \series bold
12725
12726 \backslash
12727 multirowsetup
12728 \series default
12729  avec la commande
12730 \end_layout
12731
12732 \begin_layout Standard
12733
12734 \series bold
12735
12736 \backslash
12737 renewcommand{
12738 \backslash
12739 multirowsetup}{
12740 \backslash
12741 centering}
12742 \end_layout
12743
12744 \begin_layout Standard
12745 dans le préambule du document.
12746  Après ça, tous les contenus de cellules multi-lignes du document seront
12747  centrés.
12748  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12749  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12750  juste avant le tableau concerné, plutôt que dans le préambule.
12751  Si le texte doit être aligné à droite, remplacez 
12752 \series bold
12753
12754 \backslash
12755 centering
12756 \series default
12757  par 
12758 \series bold
12759
12760 \backslash
12761 raggedleft
12762 \series default
12763 .
12764  Pour revenir à l'alignement à gauche utilisez 
12765 \series bold
12766
12767 \backslash
12768 raggedright
12769 \series default
12770 .
12771 \end_layout
12772
12773 \begin_layout Standard
12774 Voici un exemple de tableau avec une cellule multiligne alignée à droite
12775  avec un décalage vertical de of -4
12776 \begin_inset space \thinspace{}
12777 \end_inset
12778
12779 mm dans une colonne de 3
12780 \begin_inset space \thinspace{}
12781 \end_inset
12782
12783 cm de large
12784 \begin_inset space ~
12785 \end_inset
12786
12787 :
12788 \end_layout
12789
12790 \begin_layout Standard
12791 \noindent
12792 \align center
12793 \begin_inset ERT
12794 status collapsed
12795
12796 \begin_layout Plain Layout
12797
12798
12799 \backslash
12800 renewcommand{
12801 \backslash
12802 multirowsetup}{
12803 \backslash
12804 raggedleft}
12805 \end_layout
12806
12807 \end_inset
12808
12809
12810 \begin_inset Tabular
12811 <lyxtabular version="3" rows="4" columns="3">
12812 <features tabularvalignment="middle">
12813 <column alignment="center" valignment="top" width="3cm">
12814 <column alignment="center" valignment="top" width="0">
12815 <column alignment="center" valignment="top" width="0">
12816 <row>
12817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 un contenu long
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 b
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 c
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 </row>
12845 <row>
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 t
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 n
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 m
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row>
12875 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 multi-ligne
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 e
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 f
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 </row>
12903 <row>
12904 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 h
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 i
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 </row>
12932 </lyxtabular>
12933
12934 \end_inset
12935
12936
12937 \begin_inset ERT
12938 status collapsed
12939
12940 \begin_layout Plain Layout
12941
12942
12943 \backslash
12944 renewcommand{
12945 \backslash
12946 multirowsetup}{
12947 \backslash
12948 raggedright}
12949 \end_layout
12950
12951 \end_inset
12952
12953
12954 \end_layout
12955
12956 \begin_layout Standard
12957
12958 \lang english
12959 To start a new line in a multirow you can use a forced line break (shortcut
12960  
12961 \begin_inset Info
12962 type  "shortcut"
12963 arg   "newline-insert newline"
12964 \end_inset
12965
12966 ) but this will not respect the cell lines as demonstrated in this table:
12967 \end_layout
12968
12969 \begin_layout Standard
12970 \noindent
12971 \align center
12972
12973 \lang english
12974 \begin_inset Tabular
12975 <lyxtabular version="3" rows="3" columns="2">
12976 <features tabularvalignment="middle">
12977 <column alignment="left" valignment="middle" width="2cm">
12978 <column alignment="center" valignment="top" width="0">
12979 <row>
12980 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984
12985 \lang english
12986 aaa
12987 \begin_inset Newline newline
12988 \end_inset
12989
12990 aaa
12991 \begin_inset Newline newline
12992 \end_inset
12993
12994 wrong cell
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003
13004 \lang english
13005 ccc
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 <row>
13012 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025
13026 \lang english
13027 ddd
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 <row>
13034 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038
13039 \lang english
13040 bbb
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13046 \begin_inset Text
13047
13048 \begin_layout Plain Layout
13049
13050 \lang english
13051 eee
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 </row>
13057 </lyxtabular>
13058
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \begin_layout Standard
13065
13066 \lang english
13067 Therefore be careful with forced line breaks.
13068 \end_layout
13069
13070 \begin_layout Section
13071 Les Tableaux Formels
13072 \begin_inset CommandInset label
13073 LatexCommand label
13074 name "sec:Tableaux-Formels"
13075
13076 \end_inset
13077
13078
13079 \begin_inset Index idx
13080 status collapsed
13081
13082 \begin_layout Plain Layout
13083 Tableau ! Formel
13084 \end_layout
13085
13086 \end_inset
13087
13088
13089 \end_layout
13090
13091 \begin_layout Standard
13092 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13093  à celle du tableau
13094 \begin_inset space ~
13095 \end_inset
13096
13097
13098 \begin_inset CommandInset ref
13099 LatexCommand ref
13100 reference "tab:Exemple-tableau-booktabs"
13101
13102 \end_inset
13103
13104 .
13105  Ce genre de tableau est appelé 
13106 \begin_inset Quotes eld
13107 \end_inset
13108
13109
13110 \emph on
13111 formel
13112 \emph default
13113
13114 \begin_inset Quotes erd
13115 \end_inset
13116
13117 .
13118  Pour transformer un tableau en tableau formel, utilisez l'option 
13119 \family sans
13120 Formel
13121 \family default
13122  de l'onglet 
13123 \family sans
13124 Bordures
13125 \family default
13126  de la fenêtre de dialogue 
13127 \family sans
13128 Paramètres
13129 \begin_inset space ~
13130 \end_inset
13131
13132 du
13133 \begin_inset space ~
13134 \end_inset
13135
13136 tableau
13137 \family default
13138 .
13139 \end_layout
13140
13141 \begin_layout Standard
13142 \begin_inset Float table
13143 placement h
13144 wide false
13145 sideways false
13146 status open
13147
13148 \begin_layout Plain Layout
13149 \begin_inset Caption
13150
13151 \begin_layout Plain Layout
13152 \begin_inset CommandInset label
13153 LatexCommand label
13154 name "tab:Exemple-tableau-booktabs"
13155
13156 \end_inset
13157
13158 Exemple de tableau formel
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \end_layout
13165
13166 \begin_layout Plain Layout
13167 \align center
13168 \begin_inset Tabular
13169 <lyxtabular version="3" rows="8" columns="4">
13170 <features booktabs="true" tabularvalignment="middle">
13171 <column alignment="center" valignment="top" width="0">
13172 <column alignment="center" valignment="top" width="0">
13173 <column alignment="center" valignment="top" width="0">
13174 <column alignment="center" valignment="top" width="0">
13175 <row>
13176 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 Système
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 <cell alignment="center" valignment="top" topline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189 Chip
13190 \begin_inset space \thinspace{}
13191 \end_inset
13192
13193 1
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 Chip
13203 \begin_inset space \thinspace{}
13204 \end_inset
13205
13206 2
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Plain Layout
13215
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 </row>
13221 <row>
13222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 \begin_inset ERT
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230
13231
13232 \backslash
13233 cmidrule(r){2-2}
13234 \end_layout
13235
13236 \end_inset
13237
13238
13239 \begin_inset ERT
13240 status collapsed
13241
13242 \begin_layout Plain Layout
13243
13244
13245 \backslash
13246 cmidrule(l){3-4}
13247 \end_layout
13248
13249 \end_inset
13250
13251 Épaisseur du capteur en µm
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 300
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 300
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 700
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 <row>
13285 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Angle du biseau en °
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 3.55
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 2.71
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 7.99
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 </row>
13322 <row topspace="default">
13323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Résolution spatiale en µm
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 4.26
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 10.17
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 10.56
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 <row topspace="default">
13361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 MTF à 
13366 \begin_inset Formula $f_{\mathrm{max}}$
13367 \end_inset
13368
13369
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 0.53
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 0.37
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 0.39
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 </row>
13402 <row topspace="default">
13403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 \begin_inset ERT
13408 status collapsed
13409
13410 \begin_layout Plain Layout
13411
13412
13413 \backslash
13414 cmidrule(l{10pt}){1-1}
13415 \end_layout
13416
13417 \end_inset
13418
13419 résolution spatiale LSF
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 </row>
13452 <row>
13453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 en µm
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 129.7
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 52.75
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 50.78
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 <row>
13491 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 en % de la taille des pixels
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504 76.3
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513 95.9
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 92.3
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 </lyxtabular>
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \end_inset
13536
13537
13538 \end_layout
13539
13540 \begin_layout Standard
13541 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13542  
13543 \family sans
13544 Bordures
13545 \family default
13546  de la fenêtre de dialogue 
13547 \family sans
13548 Paramètres
13549 \begin_inset space ~
13550 \end_inset
13551
13552 du
13553 \begin_inset space ~
13554 \end_inset
13555
13556 tableau
13557 \family default
13558  comme c'est décrit dans la section
13559 \begin_inset space ~
13560 \end_inset
13561
13562
13563 \begin_inset CommandInset ref
13564 LatexCommand ref
13565 reference "sub:Espacement-lignes"
13566
13567 \end_inset
13568
13569 .
13570 \end_layout
13571
13572 \begin_layout Standard
13573 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13574  verticales.
13575  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13576  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13577  sortie imprimée :
13578 \begin_inset Newline newline
13579 \end_inset
13580
13581 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13582 \begin_inset space \thinspace{}
13583 \end_inset
13584
13585 em alors que les autres lignes ont implicite une épaisseur de 0.05
13586 \begin_inset space \thinspace{}
13587 \end_inset
13588
13589 em.
13590 \end_layout
13591
13592 \begin_layout Standard
13593 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13594  les lignes de préambule suivantes :
13595 \end_layout
13596
13597 \begin_layout Standard
13598
13599 \series bold
13600
13601 \backslash
13602 let
13603 \backslash
13604 mytoprule
13605 \backslash
13606 toprule
13607 \begin_inset Newline newline
13608 \end_inset
13609
13610
13611 \backslash
13612 renewcommand{
13613 \backslash
13614 toprule}{
13615 \backslash
13616 mytoprule[width]}
13617 \end_layout
13618
13619 \begin_layout Standard
13620 Cet exemple concerne la première ligne, appelée 
13621 \series bold
13622 toprule
13623 \series default
13624 .
13625  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13626 \series bold
13627 toprule
13628 \series default
13629  par 
13630 \series bold
13631 bottomrule
13632 \series default
13633 .
13634  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13635  
13636 \series bold
13637 toprule
13638 \series default
13639  par 
13640 \series bold
13641 midrule
13642 \series default
13643 .
13644  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13645 \begin_inset space ~
13646 \end_inset
13647
13648
13649 \begin_inset CommandInset ref
13650 LatexCommand ref
13651 reference "cha:Unités-de-longueur"
13652
13653 \end_inset
13654
13655  pour préciser l'épaisseur voulue.
13656 \end_layout
13657
13658 \begin_layout Standard
13659 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13660  en mettant une ligne pour une cellule multi colonne.
13661  LyX va utiliser en interne la commande 
13662 \series bold
13663
13664 \backslash
13665 cmidrule
13666 \series default
13667  pour créer cette ligne.
13668  Sa syntaxe complète est :
13669 \end_layout
13670
13671 \begin_layout Standard
13672
13673 \series bold
13674
13675 \backslash
13676 cmidrule[largeur](rognage){colDépart-colFin}
13677 \end_layout
13678
13679 \begin_layout Standard
13680 Les options de la commande 
13681 \series bold
13682
13683 \backslash
13684 cmidrule
13685 \series default
13686  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13687  TeX pour pouvoir les utiliser.
13688  On peut créer manuellement des lignes 
13689 \series bold
13690
13691 \backslash
13692 mitrales
13693 \series default
13694  en insérant la commande en code TeX comme le premier élément de la première
13695  cellule de la ligne.
13696  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13697  en question.
13698 \end_layout
13699
13700 \begin_layout Standard
13701 La valeur implicite pour l'épaisseur des lignes est de 0.03
13702 \begin_inset space \thinspace{}
13703 \end_inset
13704
13705 em.
13706  
13707 \series bold
13708 colDépart
13709 \series default
13710  est le numéro de la colonne dans laquelle la ligne commence et 
13711 \series bold
13712 colFin
13713 \series default
13714  est le numéro de la colonne dans laquelle elle se termine.
13715  La valeur de 
13716 \series bold
13717 colFin
13718 \series default
13719  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13720  Le paramètre optionnel 
13721 \series bold
13722 rognage
13723 \series default
13724  peut être soit 
13725 \emph on
13726 l{largeurRognage}
13727 \emph default
13728 , ou 
13729 \emph on
13730 r{largeurRognage}
13731 \emph default
13732  où les valeurs de
13733 \emph on
13734  largeurRognage
13735 \emph default
13736  sont aussi optionnelles.
13737  En utilisant par exemple la valeur 
13738 \emph on
13739 l{2pt}
13740 \emph default
13741  pour ce paramètre, la ligne va être rognée de 2
13742 \begin_inset space \thinspace{}
13743 \end_inset
13744
13745 pt à son extrémité gauche.
13746  Si vous ne spécifiez pas de valeur pour 
13747 \emph on
13748 largeurRognage
13749 \emph default
13750  les lignes sont implicitement rognées de 0.5
13751 \begin_inset space \thinspace{}
13752 \end_inset
13753
13754 em.
13755 \end_layout
13756
13757 \begin_layout Standard
13758 \begin_inset VSpace bigskip
13759 \end_inset
13760
13761 Le tableau
13762 \begin_inset space ~
13763 \end_inset
13764
13765
13766 \begin_inset CommandInset ref
13767 LatexCommand ref
13768 reference "tab:Exemple-tableau-booktabs"
13769
13770 \end_inset
13771
13772  a été créé en utilisant les commandes
13773 \end_layout
13774
13775 \begin_layout Standard
13776
13777 \series bold
13778
13779 \backslash
13780 cmidrule(r){2-2}
13781 \backslash
13782 cmidrule(l){3-4}
13783 \end_layout
13784
13785 \begin_layout Standard
13786 au début de la deuxième ligne et
13787 \end_layout
13788
13789 \begin_layout Standard
13790
13791 \series bold
13792
13793 \backslash
13794 cmidrule(l{10pt}){1-1}
13795 \end_layout
13796
13797 \begin_layout Standard
13798 au début de la sixième ligne.
13799 \end_layout
13800
13801 \begin_layout Standard
13802 \begin_inset VSpace bigskip
13803 \end_inset
13804
13805
13806 \end_layout
13807
13808 \begin_layout Standard
13809 Vous pouvez vouloir des commandes 
13810 \series bold
13811
13812 \backslash
13813 cmidrule
13814 \series default
13815 s qui se recouvrent comme pour le tableau
13816 \begin_inset space ~
13817 \end_inset
13818
13819
13820 \begin_inset CommandInset ref
13821 LatexCommand ref
13822 reference "tab:Tableau-booktabs-special"
13823
13824 \end_inset
13825
13826 .
13827  On obtient ce résultat en utilisant la commande suivante en code TeX
13828 \end_layout
13829
13830 \begin_layout Standard
13831
13832 \series bold
13833
13834 \backslash
13835 morecmidrules
13836 \end_layout
13837
13838 \begin_layout Standard
13839 La commande qui a été utilisée pour la deuxième ligne du tableau
13840 \begin_inset space ~
13841 \end_inset
13842
13843
13844 \begin_inset CommandInset ref
13845 LatexCommand ref
13846 reference "tab:Tableau-booktabs-special"
13847
13848 \end_inset
13849
13850  est
13851 \end_layout
13852
13853 \begin_layout Standard
13854
13855 \series bold
13856
13857 \backslash
13858 cmidrule(r){2-2}
13859 \backslash
13860 cmidrule(l){3-4}
13861 \backslash
13862 morecmidrules
13863 \backslash
13864 cmidrule{2-4}
13865 \end_layout
13866
13867 \begin_layout Standard
13868 La commande pour la sixième ligne est
13869 \end_layout
13870
13871 \begin_layout Standard
13872
13873 \series bold
13874
13875 \backslash
13876 midrule
13877 \backslash
13878 morecmidrules
13879 \backslash
13880 cmidrule{3-4}
13881 \end_layout
13882
13883 \begin_layout Standard
13884 \begin_inset VSpace bigskip
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \begin_layout Standard
13891 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13892 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13893  font toute la largeur du tableau :
13894 \end_layout
13895
13896 \begin_layout Standard
13897
13898 \series bold
13899
13900 \backslash
13901 specialrule{largeur}{espace au dessus}{espace en dessous}
13902 \end_layout
13903
13904 \begin_layout Standard
13905 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13906  du paquetage LaTeX 
13907 \series bold
13908 booktabs
13909 \series default
13910  
13911 \begin_inset CommandInset citation
13912 LatexCommand cite
13913 key "booktabs"
13914
13915 \end_inset
13916
13917 .
13918 \begin_inset Index idx
13919 status collapsed
13920
13921 \begin_layout Plain Layout
13922 Paquetages LaTeX ! booktabs
13923 \end_layout
13924
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \begin_layout Standard
13931 \begin_inset Float table
13932 placement h
13933 wide false
13934 sideways false
13935 status open
13936
13937 \begin_layout Plain Layout
13938 \begin_inset Caption
13939
13940 \begin_layout Plain Layout
13941 \begin_inset CommandInset label
13942 LatexCommand label
13943 name "tab:Tableau-booktabs-special"
13944
13945 \end_inset
13946
13947 Tableau formel spécial
13948 \end_layout
13949
13950 \end_inset
13951
13952
13953 \end_layout
13954
13955 \begin_layout Plain Layout
13956 \align center
13957 \begin_inset Tabular
13958 <lyxtabular version="3" rows="8" columns="4">
13959 <features booktabs="true" tabularvalignment="middle">
13960 <column alignment="center" valignment="top" width="0">
13961 <column alignment="center" valignment="top" width="0">
13962 <column alignment="center" valignment="top" width="0">
13963 <column alignment="center" valignment="top" width="0">
13964 <row>
13965 <cell alignment="center" valignment="top" topline="true" usebox="none">
13966 \begin_inset Text
13967
13968 \begin_layout Plain Layout
13969 Système
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" topline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 Chip
13979 \begin_inset space \thinspace{}
13980 \end_inset
13981
13982 1
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 Chip
13992 \begin_inset space \thinspace{}
13993 \end_inset
13994
13995 2
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 <row>
14011 <cell alignment="center" valignment="top" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 \begin_inset ERT
14016 status collapsed
14017
14018 \begin_layout Plain Layout
14019
14020
14021 \backslash
14022 cmidrule(r){2-2}
14023 \end_layout
14024
14025 \end_inset
14026
14027
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033
14034 \backslash
14035 cmidrule(l){3-4}
14036 \end_layout
14037
14038 \end_inset
14039
14040
14041 \begin_inset ERT
14042 status collapsed
14043
14044 \begin_layout Plain Layout
14045
14046
14047 \backslash
14048 morecmidrules 
14049 \end_layout
14050
14051 \end_inset
14052
14053
14054 \begin_inset ERT
14055 status collapsed
14056
14057 \begin_layout Plain Layout
14058
14059
14060 \backslash
14061 cmidrule{2-4}
14062 \end_layout
14063
14064 \end_inset
14065
14066 Epaisseur du capteur en µm
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 <cell alignment="center" valignment="top" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 300
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 300
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell alignment="center" valignment="top" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 700
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 </row>
14099 <row>
14100 <cell alignment="center" valignment="top" topline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 Angle biseau en °
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 <cell alignment="center" valignment="top" topline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 3.55
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 2.71
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 7.99
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 <row topspace="default">
14138 <cell alignment="center" valignment="top" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 Résolution spatiale en µm
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 4.26
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 10.17
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 10.56
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 <row topspace="default">
14176 <cell alignment="center" valignment="top" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 MTF à 
14181 \begin_inset Formula $f_{\mathrm{max}}$
14182 \end_inset
14183
14184
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell alignment="center" valignment="top" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 0.53
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 <cell alignment="center" valignment="top" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202 0.37
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 <cell alignment="center" valignment="top" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 0.39
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 </row>
14217 <row>
14218 <cell alignment="center" valignment="top" topline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 \begin_inset ERT
14223 status collapsed
14224
14225 \begin_layout Plain Layout
14226
14227
14228 \backslash
14229 morecmidrules 
14230 \end_layout
14231
14232 \end_inset
14233
14234
14235 \begin_inset ERT
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239
14240
14241 \backslash
14242 cmidrule{3-4}
14243 \end_layout
14244
14245 \end_inset
14246
14247 résolution spatiale LSF
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 <cell alignment="center" valignment="top" topline="true" usebox="none">
14262 \begin_inset Text
14263
14264 \begin_layout Plain Layout
14265
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell alignment="center" valignment="top" topline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 </row>
14280 <row>
14281 <cell alignment="center" valignment="top" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 en µm
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 129.7
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 <cell alignment="center" valignment="top" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 52.75
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 50.78
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 </row>
14318 <row>
14319 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 en % de la taille des pixels
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 76.3
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 95.9
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 92.3
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 </lyxtabular>
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \end_layout
14367
14368 \begin_layout Section
14369 Alignement Vertical des Tableaux
14370 \begin_inset Index idx
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374 Tableau ! Alignement
14375 \end_layout
14376
14377 \end_inset
14378
14379
14380 \end_layout
14381
14382 \begin_layout Standard
14383 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14384  doit être à l'intérieur d'une boîte.
14385  La boîte peut alors être alignée comme c'est décrit dans la 
14386 \begin_inset space ~
14387 \end_inset
14388
14389
14390 \begin_inset CommandInset ref
14391 LatexCommand ref
14392 reference "sec:Boîte-Dialogue"
14393
14394 \end_inset
14395
14396 .
14397 \end_layout
14398
14399 \begin_layout Standard
14400 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14401  minipage
14402 \begin_inset Foot
14403 status open
14404
14405 \begin_layout Plain Layout
14406 Les minipages son décrites dans la section
14407 \begin_inset space ~
14408 \end_inset
14409
14410
14411 \begin_inset CommandInset ref
14412 LatexCommand ref
14413 reference "sec:Minipages"
14414
14415 \end_inset
14416
14417 .
14418 \end_layout
14419
14420 \end_inset
14421
14422  dont la largeur est de 15
14423 \begin_inset space \thinspace{}
14424 \end_inset
14425
14426 col% :
14427 \end_layout
14428
14429 \begin_layout Itemize
14430 test 
14431 \begin_inset Box Frameless
14432 position "t"
14433 hor_pos "c"
14434 has_inner_box 1
14435 inner_pos "c"
14436 use_parbox 0
14437 use_makebox 0
14438 width "15col%"
14439 special "none"
14440 height "1in"
14441 height_special "totalheight"
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445 \begin_inset Tabular
14446 <lyxtabular version="3" rows="3" columns="3">
14447 <features tabularvalignment="middle">
14448 <column alignment="center" valignment="top" width="0">
14449 <column alignment="center" valignment="top" width="0">
14450 <column alignment="center" valignment="top" width="0">
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456 a
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 d
14466 \end_layout
14467
14468 \end_inset
14469 </cell>
14470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14471 \begin_inset Text
14472
14473 \begin_layout Plain Layout
14474 g
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 </row>
14480 <row>
14481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485 b
14486 \end_layout
14487
14488 \end_inset
14489 </cell>
14490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14491 \begin_inset Text
14492
14493 \begin_layout Plain Layout
14494 e
14495 \end_layout
14496
14497 \end_inset
14498 </cell>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503 h
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 </row>
14509 <row>
14510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 c
14515 \end_layout
14516
14517 \end_inset
14518 </cell>
14519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523 f
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 i
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 </lyxtabular>
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \end_inset
14546
14547  test 
14548 \begin_inset ERT
14549 status collapsed
14550
14551 \begin_layout Plain Layout
14552
14553
14554 \backslash
14555 raisebox{0.85
14556 \backslash
14557 baselineskip}{
14558 \end_layout
14559
14560 \end_inset
14561
14562
14563 \begin_inset Box Frameless
14564 position "t"
14565 hor_pos "c"
14566 has_inner_box 1
14567 inner_pos "c"
14568 use_parbox 0
14569 use_makebox 0
14570 width "15col%"
14571 special "none"
14572 height "1in"
14573 height_special "totalheight"
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577 \begin_inset Tabular
14578 <lyxtabular version="3" rows="3" columns="3">
14579 <features tabularvalignment="middle">
14580 <column alignment="center" valignment="top" width="0">
14581 <column alignment="center" valignment="top" width="0">
14582 <column alignment="center" valignment="top" width="0">
14583 <row>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 a
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597 d
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606 g
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 </row>
14612 <row>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617 b
14618 \end_layout
14619
14620 \end_inset
14621 </cell>
14622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14623 \begin_inset Text
14624
14625 \begin_layout Plain Layout
14626 e
14627 \end_layout
14628
14629 \end_inset
14630 </cell>
14631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14632 \begin_inset Text
14633
14634 \begin_layout Plain Layout
14635 h
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 </row>
14641 <row>
14642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14643 \begin_inset Text
14644
14645 \begin_layout Plain Layout
14646 c
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655 f
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 i
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 </row>
14670 </lyxtabular>
14671
14672 \end_inset
14673
14674
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \begin_inset ERT
14681 status collapsed
14682
14683 \begin_layout Plain Layout
14684
14685 }
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \end_layout
14692
14693 \begin_layout Itemize
14694 test 
14695 \begin_inset Box Frameless
14696 position "c"
14697 hor_pos "c"
14698 has_inner_box 1
14699 inner_pos "c"
14700 use_parbox 0
14701 use_makebox 0
14702 width "15col%"
14703 special "none"
14704 height "1in"
14705 height_special "totalheight"
14706 status collapsed
14707
14708 \begin_layout Plain Layout
14709 \begin_inset Tabular
14710 <lyxtabular version="3" rows="3" columns="3">
14711 <features tabularvalignment="middle">
14712 <column alignment="center" valignment="top" width="0">
14713 <column alignment="center" valignment="top" width="0">
14714 <column alignment="center" valignment="top" width="0">
14715 <row>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720 a
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 d
14730 \end_layout
14731
14732 \end_inset
14733 </cell>
14734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738 g
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 </row>
14744 <row>
14745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 b
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758 e
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14764 \begin_inset Text
14765
14766 \begin_layout Plain Layout
14767 h
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 </row>
14773 <row>
14774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Plain Layout
14778 c
14779 \end_layout
14780
14781 \end_inset
14782 </cell>
14783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Plain Layout
14787 f
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 i
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 </lyxtabular>
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \end_inset
14810
14811
14812 \end_layout
14813
14814 \begin_layout Itemize
14815 test 
14816 \begin_inset Box Frameless
14817 position "b"
14818 hor_pos "c"
14819 has_inner_box 1
14820 inner_pos "c"
14821 use_parbox 0
14822 use_makebox 0
14823 width "15col%"
14824 special "none"
14825 height "1in"
14826 height_special "totalheight"
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830 \begin_inset Tabular
14831 <lyxtabular version="3" rows="3" columns="3">
14832 <features tabularvalignment="middle">
14833 <column alignment="center" valignment="top" width="0">
14834 <column alignment="center" valignment="top" width="0">
14835 <column alignment="center" valignment="top" width="0">
14836 <row>
14837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14838 \begin_inset Text
14839
14840 \begin_layout Plain Layout
14841 a
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850 d
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859 g
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 </row>
14865 <row>
14866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Plain Layout
14870 b
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 e
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 h
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 </row>
14894 <row>
14895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14896 \begin_inset Text
14897
14898 \begin_layout Plain Layout
14899 c
14900 \end_layout
14901
14902 \end_inset
14903 </cell>
14904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908 f
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 i
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 </lyxtabular>
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \end_inset
14931
14932  test 
14933 \begin_inset ERT
14934 status collapsed
14935
14936 \begin_layout Plain Layout
14937
14938
14939 \backslash
14940 raisebox{-0.32
14941 \backslash
14942 baselineskip}{
14943 \end_layout
14944
14945 \end_inset
14946
14947
14948 \begin_inset Box Frameless
14949 position "b"
14950 hor_pos "c"
14951 has_inner_box 1
14952 inner_pos "c"
14953 use_parbox 0
14954 use_makebox 0
14955 width "15col%"
14956 special "none"
14957 height "1in"
14958 height_special "totalheight"
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962 \begin_inset Tabular
14963 <lyxtabular version="3" rows="3" columns="3">
14964 <features tabularvalignment="middle">
14965 <column alignment="center" valignment="top" width="0">
14966 <column alignment="center" valignment="top" width="0">
14967 <column alignment="center" valignment="top" width="0">
14968 <row>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973 a
14974 \end_layout
14975
14976 \end_inset
14977 </cell>
14978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14979 \begin_inset Text
14980
14981 \begin_layout Plain Layout
14982 d
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991 g
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 <row>
14998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002 b
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 e
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020 h
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 c
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040 f
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 i
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 </row>
15055 </lyxtabular>
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \end_inset
15063
15064
15065 \begin_inset ERT
15066 status collapsed
15067
15068 \begin_layout Plain Layout
15069
15070 }
15071 \end_layout
15072
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \begin_layout Standard
15079 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15080  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15081  la ligne dans laquelle le tableau est inséré.
15082  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15083  boîte élévatrice (raisebox)
15084 \begin_inset Foot
15085 status collapsed
15086
15087 \begin_layout Plain Layout
15088 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15089 \begin_inset space ~
15090 \end_inset
15091
15092
15093 \begin_inset CommandInset ref
15094 LatexCommand ref
15095 reference "sub:Alignement-Vertical"
15096
15097 \end_inset
15098
15099 .
15100 \end_layout
15101
15102 \end_inset
15103
15104 .
15105  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15106  aligné en utilisant la commande en code TeX suivante 
15107 \end_layout
15108
15109 \begin_layout Standard
15110
15111 \series bold
15112
15113 \backslash
15114 raisebox{0.85
15115 \backslash
15116 baselineskip}{
15117 \end_layout
15118
15119 \begin_layout Standard
15120 placée juste avant la boîte minipage.
15121  Après la boîte on insère l'accolade fermante en code TeX.
15122  Pour le deuxième tableau de la dernière ligne, la commande 
15123 \end_layout
15124
15125 \begin_layout Standard
15126
15127 \series bold
15128
15129 \backslash
15130 raisebox{-0.32
15131 \backslash
15132 baselineskip}{
15133 \end_layout
15134
15135 \begin_layout Standard
15136 est utilisée.
15137 \end_layout
15138
15139 \begin_layout Standard
15140 \begin_inset Note Greyedout
15141 status open
15142
15143 \begin_layout Plain Layout
15144
15145 \series bold
15146 Note:
15147 \series default
15148  L'alignement entre le contenu de la ligne du tableau et le texte de la
15149  ligne qui l'entoure ne peut pas être parfait.
15150  Le facteur utilisé dans la commande 
15151 \series bold
15152
15153 \backslash
15154 raisebox
15155 \series default
15156  pour obtenir cet alignement dépend de la police de caractères du document,
15157  de la taille de la police et de l'épaisseur des lignes du tableau.
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \begin_layout Section
15166 Tableaux Colorés
15167 \begin_inset CommandInset label
15168 LatexCommand label
15169 name "sec:Tableaux-Colorés"
15170
15171 \end_inset
15172
15173
15174 \begin_inset Index idx
15175 status collapsed
15176
15177 \begin_layout Plain Layout
15178 Tableau ! Coloré
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \begin_layout Subsection
15187 Cellules Colorées
15188 \begin_inset Index idx
15189 status collapsed
15190
15191 \begin_layout Plain Layout
15192 Couleur des tableaux ! Pour les cellules
15193 \end_layout
15194
15195 \end_inset
15196
15197
15198 \begin_inset Index idx
15199 status collapsed
15200
15201 \begin_layout Plain Layout
15202 Couleur ! Pour les cellules de tableau
15203 \end_layout
15204
15205 \end_inset
15206
15207
15208 \end_layout
15209
15210 \begin_layout Standard
15211 \begin_inset Float table
15212 placement h
15213 wide false
15214 sideways false
15215 status open
15216
15217 \begin_layout Plain Layout
15218 \begin_inset Caption
15219
15220 \begin_layout Plain Layout
15221 \begin_inset CommandInset label
15222 LatexCommand label
15223 name "tab:Tableau-coloré-sans-colortbl"
15224
15225 \end_inset
15226
15227 Tableau coloré sans utiliser le paquetage  
15228 \series bold
15229 colortbl
15230 \series default
15231
15232 \begin_inset Argument
15233 status open
15234
15235 \begin_layout Plain Layout
15236 Tableau sans colortbl
15237 \end_layout
15238
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245
15246
15247 \end_layout
15248
15249 \begin_layout Plain Layout
15250 \align center
15251 \begin_inset Tabular
15252 <lyxtabular version="3" rows="3" columns="3">
15253 <features tabularvalignment="middle">
15254 <column alignment="center" valignment="top" width="0">
15255 <column alignment="center" valignment="top" width="0">
15256 <column alignment="center" valignment="top" width="0">
15257 <row>
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 green
15264 a
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \color red
15275 b
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284
15285 \color red
15286 c
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 </row>
15292 <row>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \color green
15299 d
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308
15309 \color blue
15310 e
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319
15320 \color blue
15321 f
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 </row>
15327 <row>
15328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15329 \begin_inset Text
15330
15331 \begin_layout Plain Layout
15332
15333 \color green
15334 g
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343
15344 \color blue
15345 h
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354
15355 \color blue
15356 i
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 </lyxtabular>
15363
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \begin_layout Standard
15375 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15376  et choisissez une couleur dans le menu 
15377 \family sans
15378 Éditer\SpecialChar \menuseparator
15379 Style
15380 \begin_inset space ~
15381 \end_inset
15382
15383 de
15384 \begin_inset space ~
15385 \end_inset
15386
15387 Texte
15388 \family default
15389 .
15390  C'est ce qui a été utilisé pour créer le tableau
15391 \begin_inset space ~
15392 \end_inset
15393
15394
15395 \begin_inset CommandInset ref
15396 LatexCommand ref
15397 reference "tab:Tableau-coloré-sans-colortbl"
15398
15399 \end_inset
15400
15401 .
15402  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15403 \series bold
15404 colortbl
15405 \series default
15406 .
15407 \begin_inset Index idx
15408 status collapsed
15409
15410 \begin_layout Plain Layout
15411 Paquetages LaTeX ! colortbl
15412 \end_layout
15413
15414 \end_inset
15415
15416
15417 \end_layout
15418
15419 \begin_layout Standard
15420 \begin_inset ERT
15421 status collapsed
15422
15423 \begin_layout Plain Layout
15424
15425
15426 \backslash
15427 ifcolortbl
15428 \end_layout
15429
15430 \end_inset
15431
15432
15433 \begin_inset Note Note
15434 status open
15435
15436 \begin_layout Plain Layout
15437 La section qui suit ne sera affichée que si vous avez installé le paquetage
15438  LaTeX 
15439 \series bold
15440 colortbl
15441 \series default
15442 .
15443 \end_layout
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \begin_layout Standard
15451 Pour créer des tableaux colorés, vous devez charger le paquetage
15452 \series bold
15453  colortbl
15454 \series default
15455  dans le préambule avec la ligne
15456 \end_layout
15457
15458 \begin_layout Standard
15459
15460 \series bold
15461
15462 \backslash
15463 usepackage{colortbl}
15464 \end_layout
15465
15466 \begin_layout Standard
15467 On choisit la couleur d'une colonne avec la commande 
15468 \end_layout
15469
15470 \begin_layout Standard
15471
15472 \series bold
15473
15474 \backslash
15475 columncolor{nom de couleur}
15476 \end_layout
15477
15478 \begin_layout Standard
15479 à l'intérieur d'une commande 
15480 \series bold
15481 >{ }
15482 \series default
15483 .
15484  Vous trouverez plus d'information sur la commande 
15485 \series bold
15486 >{}
15487 \series default
15488  dans la section
15489 \begin_inset space ~
15490 \end_inset
15491
15492
15493 \begin_inset CommandInset ref
15494 LatexCommand ref
15495 reference "sub:Calculs-multicolonnes"
15496
15497 \end_inset
15498
15499 .
15500 \end_layout
15501
15502 \begin_layout Standard
15503 Les noms de couleurs suivants sont prédéfinis :
15504 \end_layout
15505
15506 \begin_layout Standard
15507
15508 \family sans
15509 red
15510 \family default
15511  (rouge), 
15512 \family sans
15513 green
15514 \family default
15515  (vert), 
15516 \family sans
15517 yellow
15518 \family default
15519  (jaune), 
15520 \family sans
15521 blue
15522 \family default
15523  (bleu), 
15524 \family sans
15525 cyan
15526 \family default
15527
15528 \family sans
15529 magenta
15530 \family default
15531
15532 \family sans
15533 black 
15534 \family default
15535 (noir) et 
15536 \family sans
15537 white 
15538 \family default
15539 (blanc).
15540 \end_layout
15541
15542 \begin_layout Standard
15543 \begin_inset VSpace medskip
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \begin_layout Standard
15550 Vous pouvez aussi définir votre propre couleur avec la commande
15551 \end_layout
15552
15553 \begin_layout Standard
15554
15555 \series bold
15556
15557 \backslash
15558 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15559 \end_layout
15560
15561 \begin_layout Standard
15562 Le modèle de couleur peut être
15563 \end_layout
15564
15565 \begin_layout Labeling
15566 \labelwidthstring 00.00.0000
15567 cmyk: cyan, magenta, jaune (yellow), noir (black)
15568 \end_layout
15569
15570 \begin_layout Labeling
15571 \labelwidthstring 00.00.0000
15572 rgb: red, vert (green), bleu (blue)
15573 \end_layout
15574
15575 \begin_layout Labeling
15576 \labelwidthstring 00.00.0000
15577 gray dégradé de gris (gray)
15578 \end_layout
15579
15580 \begin_layout Standard
15581 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15582  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15583 \end_layout
15584
15585 \begin_layout Standard
15586 Vous pouvez par exemple définir la couleur 
15587 \begin_inset Quotes eld
15588 \end_inset
15589
15590
15591 \emph on
15592 vertfonce
15593 \begin_inset Quotes erd
15594 \end_inset
15595
15596  dans le préambule avec la ligne
15597 \end_layout
15598
15599 \begin_layout Standard
15600
15601 \series bold
15602
15603 \backslash
15604 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15605 \end_layout
15606
15607 \begin_layout Standard
15608 et la couleur "
15609 \emph on
15610 grisclair
15611 \emph default
15612 " avec
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 definecolor{grisclair}{gray}{0.8}
15621 \end_layout
15622
15623 \begin_layout Standard
15624 \begin_inset VSpace medskip
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 Les lignes sont colorées avec la commande
15632 \end_layout
15633
15634 \begin_layout Standard
15635
15636 \series bold
15637
15638 \backslash
15639 rowcolor{nom de la couleur}
15640 \end_layout
15641
15642 \begin_layout Standard
15643 et les cellules sont colorées avec la commande
15644 \end_layout
15645
15646 \begin_layout Standard
15647
15648 \series bold
15649
15650 \backslash
15651 cellcolor{nom de la couleur}
15652 \end_layout
15653
15654 \begin_layout Standard
15655 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15656 \end_layout
15657
15658 \begin_layout Standard
15659 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15660  choisissez une couleur dans le menu 
15661 \family sans
15662 Éditer\SpecialChar \menuseparator
15663 Style
15664 \begin_inset space ~
15665 \end_inset
15666
15667 de
15668 \begin_inset space ~
15669 \end_inset
15670
15671 Texte
15672 \family default
15673 .
15674  Si une cellule contient du code TeX, faites bien attention à ne colorer
15675  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15676 \end_layout
15677
15678 \begin_layout Standard
15679 \begin_inset Note Greyedout
15680 status open
15681
15682 \begin_layout Plain Layout
15683
15684 \series bold
15685 Note:
15686 \series default
15687  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15688  définies par l'utilisateur.
15689 \end_layout
15690
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \begin_layout Standard
15697 \begin_inset VSpace bigskip
15698 \end_inset
15699
15700
15701 \end_layout
15702
15703 \begin_layout Standard
15704 Pour créer le tableau
15705 \begin_inset space ~
15706 \end_inset
15707
15708
15709 \begin_inset CommandInset ref
15710 LatexCommand ref
15711 reference "tab:Tableau-coloré-avec-colortbl"
15712
15713 \end_inset
15714
15715  faites ce qui suit : La couleur de la première colonne doit être 
15716 \emph on
15717 vertfonce
15718 \emph default
15719 .
15720  On insère donc la commande
15721 \end_layout
15722
15723 \begin_layout Standard
15724
15725 \series bold
15726 >{
15727 \backslash
15728 columncolor{vertfonce}
15729 \backslash
15730 centering}c
15731 \end_layout
15732
15733 \begin_layout Standard
15734 en code TeX pour cette colonne.
15735  La première ligne doit être bleue
15736 \begin_inset Note Note
15737 status open
15738
15739 \begin_layout Plain Layout
15740 cyan ? (NdT)
15741 \end_layout
15742
15743 \end_inset
15744
15745 , d'où la commande en code TeX
15746 \end_layout
15747
15748 \begin_layout Standard
15749
15750 \series bold
15751
15752 \backslash
15753 rowcolor{cyan}
15754 \end_layout
15755
15756 \begin_layout Standard
15757 qui est insérée dans la première cellule de cette ligne.
15758  Notez que cela annule la couleur de colonne pour la première cellule.
15759  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15760  en code TeX la commande
15761 \end_layout
15762
15763 \begin_layout Standard
15764
15765 \series bold
15766
15767 \backslash
15768 cellcolor{magenta}
15769 \end_layout
15770
15771 \begin_layout Standard
15772 Les caractères peuvent maintenant être colorés en utilisant le menu 
15773 \family sans
15774 Éditer\SpecialChar \menuseparator
15775 Style
15776 \begin_inset space ~
15777 \end_inset
15778
15779 de
15780 \begin_inset space ~
15781 \end_inset
15782
15783 Texte
15784 \family default
15785 .
15786 \end_layout
15787
15788 \begin_layout Standard
15789 \begin_inset Float table
15790 placement h
15791 wide false
15792 sideways false
15793 status open
15794
15795 \begin_layout Plain Layout
15796 \begin_inset Caption
15797
15798 \begin_layout Plain Layout
15799 \begin_inset CommandInset label
15800 LatexCommand label
15801 name "tab:Tableau-coloré-avec-colortbl"
15802
15803 \end_inset
15804
15805 Tableau coloré en utilisant le paquetage 
15806 \series bold
15807 colortbl
15808 \series default
15809
15810 \begin_inset Argument
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814 Tableau avec colortbl
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \begin_layout Plain Layout
15828 \align center
15829 \begin_inset Tabular
15830 <lyxtabular version="3" rows="3" columns="3">
15831 <features tabularvalignment="middle">
15832 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15833 <column alignment="center" valignment="top" width="0">
15834 <column alignment="center" valignment="top" width="0">
15835 <row>
15836 <cell alignment="center" valignment="top" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 \begin_inset ERT
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844
15845
15846 \backslash
15847 rowcolor{cyan}
15848 \end_layout
15849
15850 \end_inset
15851
15852
15853 \color magenta
15854 a
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 red
15865 b
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 <cell alignment="center" valignment="top" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \color red
15876 c
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887
15888 \color yellow
15889 d
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
15899 \color blue
15900 e
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909
15910 \color blue
15911 f
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \color yellow
15924 g
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \color blue
15935 h
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 \begin_inset ERT
15945 status collapsed
15946
15947 \begin_layout Plain Layout
15948
15949
15950 \backslash
15951 cellcolor{magenta}
15952 \end_layout
15953
15954 \end_inset
15955
15956
15957 \color green
15958 i
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 </row>
15964 </lyxtabular>
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \begin_layout Standard
15977 \begin_inset ERT
15978 status collapsed
15979
15980 \begin_layout Plain Layout
15981
15982
15983 \backslash
15984 else
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \begin_inset Note Note
15991 status open
15992
15993 \begin_layout Plain Layout
15994 Ce qui suit sera affiché si le paquetage 
15995 \series bold
15996 colortbl
15997 \series default
15998  n'est pas installé :
15999 \end_layout
16000
16001 \end_inset
16002
16003
16004 \end_layout
16005
16006 \begin_layout Standard
16007 Vous devez installer le paquetage 
16008 \series bold
16009 colortbl
16010 \series default
16011  pour voir le contenu des cette section dans la sortie imprimée.
16012 \end_layout
16013
16014 \begin_layout Standard
16015 \begin_inset ERT
16016 status collapsed
16017
16018 \begin_layout Plain Layout
16019
16020
16021 \backslash
16022 fi
16023 \end_layout
16024
16025 \end_inset
16026
16027
16028 \end_layout
16029
16030 \begin_layout Subsection
16031 Les filets colorées
16032 \begin_inset Index idx
16033 status collapsed
16034
16035 \begin_layout Plain Layout
16036 Tableau Coloré ! Pour les filets
16037 \end_layout
16038
16039 \end_inset
16040
16041
16042 \begin_inset Index idx
16043 status collapsed
16044
16045 \begin_layout Plain Layout
16046 Couleur ! Pour les filets des tableaux
16047 \end_layout
16048
16049 \end_inset
16050
16051
16052 \begin_inset Note Note
16053 status collapsed
16054
16055 \begin_layout Plain Layout
16056 on parle de filets plutôt que de lignes pour les tableaux
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \end_layout
16063
16064 \begin_layout Standard
16065 Comme c'est décrit dans la section
16066 \begin_inset space ~
16067 \end_inset
16068
16069
16070 \begin_inset CommandInset ref
16071 LatexCommand ref
16072 reference "sub:Epaisseur-filets"
16073
16074 \end_inset
16075
16076 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16077  variable 
16078 \series bold
16079
16080 \backslash
16081 arrayrulewidth
16082 \series default
16083 .
16084  Elle est mise à 1.5
16085 \begin_inset space \thinspace{}
16086 \end_inset
16087
16088 pt pour tous les tableaux de cette section.
16089 \begin_inset ERT
16090 status collapsed
16091
16092 \begin_layout Plain Layout
16093
16094
16095 \backslash
16096 setlength{
16097 \backslash
16098 arrayrulewidth}{1.5pt}
16099 \end_layout
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Standard
16107 Pour colorer les filets verticaux, par exemple en vert, créez le format
16108  de colonne suivant dans le préambule du document, en suivant la description
16109  de la section
16110 \begin_inset space ~
16111 \end_inset
16112
16113
16114 \begin_inset CommandInset ref
16115 LatexCommand ref
16116 reference "sub:Formats-personnalisés"
16117
16118 \end_inset
16119
16120 :
16121 \end_layout
16122
16123 \begin_layout Standard
16124
16125 \series bold
16126
16127 \backslash
16128 newcolumntype{W}{!{
16129 \backslash
16130 color{green}
16131 \backslash
16132 vline}}
16133 \end_layout
16134
16135 \begin_layout Standard
16136 Pour le tableau
16137 \begin_inset space ~
16138 \end_inset
16139
16140
16141 \begin_inset CommandInset ref
16142 LatexCommand ref
16143 reference "tab:Tableau-filets-verticaux-colorés"
16144
16145 \end_inset
16146
16147  le paramètre LaTeX
16148 \series bold
16149  WcW
16150 \series default
16151  a été utilisé pour la dernière colonne et
16152 \series bold
16153  Wc
16154 \series default
16155  pour les autres colonnes.
16156 \end_layout
16157
16158 \begin_layout Standard
16159 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16160 \end_layout
16161
16162 \begin_layout Standard
16163 \begin_inset Float table
16164 placement h
16165 wide false
16166 sideways false
16167 status open
16168
16169 \begin_layout Plain Layout
16170 \begin_inset Caption
16171
16172 \begin_layout Plain Layout
16173 \begin_inset CommandInset label
16174 LatexCommand label
16175 name "tab:Tableau-filets-verticaux-colorés"
16176
16177 \end_inset
16178
16179 Tableau avec filets verticaux colorés
16180 \end_layout
16181
16182 \end_inset
16183
16184
16185 \end_layout
16186
16187 \begin_layout Plain Layout
16188 \align center
16189 \begin_inset Tabular
16190 <lyxtabular version="3" rows="3" columns="3">
16191 <features tabularvalignment="middle">
16192 <column alignment="center" valignment="top" width="0" special="Wc">
16193 <column alignment="center" valignment="top" width="0" special="Wc">
16194 <column alignment="center" valignment="top" width="0" special="WcW">
16195 <row>
16196 <cell alignment="center" valignment="top" topline="true" usebox="none">
16197 \begin_inset Text
16198
16199 \begin_layout Plain Layout
16200 sd
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 <cell alignment="center" valignment="top" topline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209
16210 \end_layout
16211
16212 \end_inset
16213 </cell>
16214 <cell alignment="center" valignment="top" topline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 </row>
16224 <row>
16225 <cell alignment="center" valignment="top" topline="true" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 <cell alignment="center" valignment="top" topline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 sd
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" topline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 </row>
16253 <row>
16254 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267
16268 \end_layout
16269
16270 \end_inset
16271 </cell>
16272 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 sd
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 </row>
16282 </lyxtabular>
16283
16284 \end_inset
16285
16286
16287 \end_layout
16288
16289 \end_inset
16290
16291
16292 \end_layout
16293
16294 \begin_layout Standard
16295 \begin_inset VSpace bigskip
16296 \end_inset
16297
16298 Pour colorer les filets horizontaux en rouge comme pour le tableau
16299 \begin_inset space ~
16300 \end_inset
16301
16302
16303 \begin_inset CommandInset ref
16304 LatexCommand ref
16305 reference "tab:Tableau-filet-horizontaux-colorés"
16306
16307 \end_inset
16308
16309 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16310  le flottant de tableau :
16311 \end_layout
16312
16313 \begin_layout Standard
16314
16315 \series bold
16316
16317 \backslash
16318 let
16319 \backslash
16320 myHlineC
16321 \backslash
16322 hline
16323 \begin_inset Newline newline
16324 \end_inset
16325
16326
16327 \backslash
16328 renewcommand{
16329 \backslash
16330 hline}
16331 \begin_inset Newline newline
16332 \end_inset
16333
16334
16335 \begin_inset Phantom HPhantom
16336 status open
16337
16338 \begin_layout Plain Layout
16339
16340 \series bold
16341 \begin_inset space ~
16342 \end_inset
16343
16344
16345 \end_layout
16346
16347 \end_inset
16348
16349 {
16350 \backslash
16351 arrayrulecolor{red}
16352 \backslash
16353 myHlineC
16354 \backslash
16355 arrayrulecolor{black}}
16356 \end_layout
16357
16358 \begin_layout Standard
16359 \begin_inset ERT
16360 status collapsed
16361
16362 \begin_layout Plain Layout
16363
16364
16365 \backslash
16366 let
16367 \backslash
16368 myHlineC
16369 \backslash
16370 hline
16371 \end_layout
16372
16373 \begin_layout Plain Layout
16374
16375
16376 \backslash
16377 renewcommand{
16378 \backslash
16379 hline}
16380 \end_layout
16381
16382 \begin_layout Plain Layout
16383
16384  {
16385 \backslash
16386 arrayrulecolor{red}
16387 \backslash
16388 myHlineC
16389 \backslash
16390 arrayrulecolor{black}}
16391 \end_layout
16392
16393 \end_inset
16394
16395
16396 \begin_inset Float table
16397 placement h
16398 wide false
16399 sideways false
16400 status open
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Caption
16404
16405 \begin_layout Plain Layout
16406 \begin_inset CommandInset label
16407 LatexCommand label
16408 name "tab:Tableau-filet-horizontaux-colorés"
16409
16410 \end_inset
16411
16412 Tableau avec filets horizontaux colorés
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Plain Layout
16421 \align center
16422 \begin_inset Tabular
16423 <lyxtabular version="3" rows="3" columns="3">
16424 <features tabularvalignment="middle">
16425 <column alignment="center" valignment="top" width="0">
16426 <column alignment="center" valignment="top" width="0">
16427 <column alignment="center" valignment="top" width="0">
16428 <row>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 sd
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 </row>
16457 <row>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 sd
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row>
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 sd
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 </row>
16515 </lyxtabular>
16516
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \end_inset
16523
16524
16525 \end_layout
16526
16527 \begin_layout Standard
16528 Pour revenir à la couleur noire implicite, insérez la commande suivante
16529  en code TeX, juste après le tableau ou le flottant de tableau :
16530 \end_layout
16531
16532 \begin_layout Standard
16533
16534 \series bold
16535
16536 \backslash
16537 renewcommand{
16538 \backslash
16539 hline}{
16540 \backslash
16541 myHlineC}
16542 \end_layout
16543
16544 \begin_layout Standard
16545 Le tableau
16546 \begin_inset space ~
16547 \end_inset
16548
16549
16550 \begin_inset CommandInset ref
16551 LatexCommand ref
16552 reference "tab:Tableau-avec-filets-colorés"
16553
16554 \end_inset
16555
16556  est un exemple avec des filets horizontaux et verticaux colorés.
16557 \end_layout
16558
16559 \begin_layout Standard
16560 \begin_inset Float table
16561 placement h
16562 wide false
16563 sideways false
16564 status open
16565
16566 \begin_layout Plain Layout
16567 \begin_inset Caption
16568
16569 \begin_layout Plain Layout
16570 \begin_inset CommandInset label
16571 LatexCommand label
16572 name "tab:Tableau-avec-filets-colorés"
16573
16574 \end_inset
16575
16576 Tableau avec filets horizontaux et verticaux colorés
16577 \end_layout
16578
16579 \end_inset
16580
16581
16582 \end_layout
16583
16584 \begin_layout Plain Layout
16585 \align center
16586 \begin_inset Tabular
16587 <lyxtabular version="3" rows="3" columns="3">
16588 <features tabularvalignment="middle">
16589 <column alignment="center" valignment="top" width="0" special="Wc">
16590 <column alignment="center" valignment="top" width="0" special="Wc">
16591 <column alignment="center" valignment="top" width="0" special="WcW">
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 sd
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 </row>
16621 <row>
16622 <cell alignment="center" valignment="top" topline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" topline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 sd
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row topspace="default">
16651 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 sd
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 </lyxtabular>
16680
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687
16688
16689 \end_layout
16690
16691 \begin_layout Standard
16692 \begin_inset ERT
16693 status collapsed
16694
16695 \begin_layout Plain Layout
16696
16697
16698 \backslash
16699 renewcommand{
16700 \backslash
16701 hline}{
16702 \backslash
16703 myHlineC}
16704 \end_layout
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \begin_layout Standard
16712 \begin_inset ERT
16713 status collapsed
16714
16715 \begin_layout Plain Layout
16716
16717
16718 \backslash
16719 setlength{
16720 \backslash
16721 arrayrulewidth}{0.4pt}
16722 \end_layout
16723
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Section
16730 Personnalisation des Tableaux
16731 \begin_inset Index idx
16732 status collapsed
16733
16734 \begin_layout Plain Layout
16735 Tableau ! Personnalisation
16736 \end_layout
16737
16738 \end_inset
16739
16740
16741 \begin_inset Index idx
16742 status collapsed
16743
16744 \begin_layout Plain Layout
16745 Personnalisation des tableaux
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \begin_layout Subsection
16754 Espacement des lignes
16755 \begin_inset CommandInset label
16756 LatexCommand label
16757 name "sub:Espacement-lignes"
16758
16759 \end_inset
16760
16761
16762 \begin_inset Index idx
16763 status collapsed
16764
16765 \begin_layout Plain Layout
16766 Personnalisation des tableaux ! Espacement des lignes
16767 \end_layout
16768
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \begin_layout Standard
16775 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16776  l'onglet 
16777 \family sans
16778 Bordures
16779 \family default
16780  de la fenêtre de dialogue 
16781 \family sans
16782 Paramètres
16783 \begin_inset space ~
16784 \end_inset
16785
16786 du
16787 \begin_inset space ~
16788 \end_inset
16789
16790 tableau
16791 \family default
16792 .
16793  Vous y trouverez trois possibilités :
16794 \end_layout
16795
16796 \begin_layout Description
16797 Haut
16798 \begin_inset space ~
16799 \end_inset
16800
16801 de
16802 \begin_inset space ~
16803 \end_inset
16804
16805 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16806  Si le tableau est un tableau formel
16807 \begin_inset Foot
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811 Les tableaux formels sont décrits dans la section
16812 \begin_inset space ~
16813 \end_inset
16814
16815
16816 \begin_inset CommandInset ref
16817 LatexCommand ref
16818 reference "sec:Tableaux-Formels"
16819
16820 \end_inset
16821
16822 .
16823 \end_layout
16824
16825 \end_inset
16826
16827  LyX va insérer implicitement un espace de 0.5
16828 \begin_inset space \thinspace{}
16829 \end_inset
16830
16831 em.
16832  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16833  les filets verticaux comme dans le tableau suivant :
16834 \begin_inset VSpace medskip
16835 \end_inset
16836
16837
16838 \begin_inset Newline newline
16839 \end_inset
16840
16841
16842 \begin_inset space \hspace*{}
16843 \length 0pt
16844 \end_inset
16845
16846
16847 \begin_inset space \hfill{}
16848 \end_inset
16849
16850
16851 \begin_inset Tabular
16852 <lyxtabular version="3" rows="3" columns="1">
16853 <features tabularvalignment="middle">
16854 <column alignment="center" valignment="top" width="0">
16855 <row>
16856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 A
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row topspace="3mm">
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 espace de 3
16872 \begin_inset space \thinspace{}
16873 \end_inset
16874
16875 mm en haut de la ligne
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 C
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 </row>
16892 </lyxtabular>
16893
16894 \end_inset
16895
16896
16897 \begin_inset space \hfill{}
16898 \end_inset
16899
16900
16901 \begin_inset space \hspace*{}
16902 \length 0pt
16903 \end_inset
16904
16905
16906 \begin_inset VSpace medskip
16907 \end_inset
16908
16909
16910 \begin_inset Newline newline
16911 \end_inset
16912
16913 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16914  pas de filets verticaux.
16915 \end_layout
16916
16917 \begin_layout Description
16918 Bas
16919 \begin_inset space ~
16920 \end_inset
16921
16922 de
16923 \begin_inset space ~
16924 \end_inset
16925
16926 ligne va ajouter de l'espace sous les caractères de la ligne.
16927  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16928  de 0.5
16929 \begin_inset space \thinspace{}
16930 \end_inset
16931
16932 em, pour les tableaux normaux, l'espace implicite est de 2
16933 \begin_inset space \thinspace{}
16934 \end_inset
16935
16936 pt.
16937 \end_layout
16938
16939 \begin_layout Description
16940 Entre
16941 \begin_inset space ~
16942 \end_inset
16943
16944 les
16945 \begin_inset space ~
16946 \end_inset
16947
16948 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16949  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16950  de 0.5
16951 \begin_inset space \thinspace{}
16952 \end_inset
16953
16954 em.
16955  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16956  les filets verticaux comme dans le tableau suivant :
16957 \begin_inset VSpace medskip
16958 \end_inset
16959
16960
16961 \begin_inset Newline newline
16962 \end_inset
16963
16964
16965 \begin_inset space \hspace*{}
16966 \length 0pt
16967 \end_inset
16968
16969
16970 \begin_inset space \hfill{}
16971 \end_inset
16972
16973
16974 \begin_inset Tabular
16975 <lyxtabular version="3" rows="3" columns="1">
16976 <features tabularvalignment="middle">
16977 <column alignment="center" valignment="top" width="0">
16978 <row>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 A
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row interlinespace="3mm">
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 \begin_inset Formula $\downarrow$
16995 \end_inset
16996
16997  espace de 3
16998 \begin_inset space \thinspace{}
16999 \end_inset
17000
17001 mm entre les lignes 
17002 \begin_inset Formula $\downarrow$
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 <row>
17012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $\uparrow$
17017 \end_inset
17018
17019  espace de 3
17020 \begin_inset space \thinspace{}
17021 \end_inset
17022
17023 mm entre les lignes 
17024 \begin_inset Formula $\uparrow$
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 </row>
17033 </lyxtabular>
17034
17035 \end_inset
17036
17037
17038 \begin_inset space \hfill{}
17039 \end_inset
17040
17041
17042 \begin_inset space \hspace*{}
17043 \length 0pt
17044 \end_inset
17045
17046
17047 \begin_inset VSpace medskip
17048 \end_inset
17049
17050
17051 \begin_inset Newline newline
17052 \end_inset
17053
17054 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17055  pas de filets verticaux.
17056 \end_layout
17057
17058 \begin_layout Standard
17059 \begin_inset VSpace bigskip
17060 \end_inset
17061
17062 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17063  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17064  dans le préambule :
17065 \end_layout
17066
17067 \begin_layout Standard
17068
17069 \series bold
17070
17071 \backslash
17072 @ifundefined{extrarowheight}
17073 \begin_inset Newline newline
17074 \end_inset
17075
17076
17077 \begin_inset Phantom HPhantom
17078 status open
17079
17080 \begin_layout Plain Layout
17081
17082 \series bold
17083 \begin_inset space ~
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090
17091 {
17092 \backslash
17093 usepackage{array}}{}
17094 \begin_inset Newline newline
17095 \end_inset
17096
17097
17098 \backslash
17099 setlength{
17100 \backslash
17101 extrarowheight}{height}
17102 \end_layout
17103
17104 \begin_layout Standard
17105 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17106  plus exactement centré verticalement.
17107  (le paquetage 
17108 \series bold
17109 array 
17110 \series default
17111 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17112  auto-définis.
17113  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17114  
17115 \series bold
17116
17117 \backslash
17118 @ifundefined
17119 \series default
17120  dans la commande précédente.)
17121 \end_layout
17122
17123 \begin_layout Standard
17124 Si vous utilisez des polices de taille plus grande que la taille normale,
17125  les bordures des tableaux sont souvent trop proches du texte.
17126  On peut corriger ce problème en insérant la commande 
17127 \series bold
17128
17129 \begin_inset space \space{}
17130 \end_inset
17131
17132
17133 \backslash
17134 strut
17135 \series default
17136  en code TeX au debut d'une ligne du tableau.
17137  Le tableau
17138 \lang english
17139
17140 \begin_inset space ~
17141 \end_inset
17142
17143
17144 \begin_inset CommandInset ref
17145 LatexCommand ref
17146 reference "tab:Alignement-vertical"
17147
17148 \end_inset
17149
17150
17151 \lang french
17152  montre l'effet de cette commande.
17153 \end_layout
17154
17155 \begin_layout Standard
17156 \noindent
17157 \begin_inset Float table
17158 placement h
17159 wide false
17160 sideways false
17161 status open
17162
17163 \begin_layout Plain Layout
17164 \begin_inset Caption
17165
17166 \begin_layout Plain Layout
17167 \begin_inset CommandInset label
17168 LatexCommand label
17169 name "tab:Alignement-vertical"
17170
17171 \end_inset
17172
17173 Alignement vertical d'un texte avec une police de grande taille.
17174 \end_layout
17175
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \begin_layout Plain Layout
17182 \begin_inset space \hfill{}
17183 \end_inset
17184
17185
17186 \begin_inset Float table
17187 wide false
17188 sideways false
17189 status collapsed
17190
17191 \begin_layout Plain Layout
17192 \begin_inset Caption
17193
17194 \begin_layout Plain Layout
17195 Tableau normal.
17196 \end_layout
17197
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \begin_layout Plain Layout
17204 \noindent
17205 \align center
17206 \begin_inset Tabular
17207 <lyxtabular version="3" rows="6" columns="1">
17208 <features tabularvalignment="middle">
17209 <column alignment="left" valignment="top" width="0">
17210 <row>
17211 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 Normal, g
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 </row>
17221 <row>
17222 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \size large
17228 Large
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 <row>
17235 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \size larger
17241 Larger
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 </row>
17247 <row>
17248 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \size largest
17254 Largest
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 </row>
17260 <row>
17261 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265
17266 \size huge
17267 Huge
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 </row>
17273 <row>
17274 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278
17279 \size huge
17280 Huger
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 </lyxtabular>
17287
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \end_inset
17294
17295
17296 \begin_inset space \hfill{}
17297 \end_inset
17298
17299
17300 \begin_inset Float table
17301 wide false
17302 sideways false
17303 status collapsed
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Caption
17307
17308 \begin_layout Plain Layout
17309 Tableau utilisant la commande 
17310 \series bold
17311
17312 \backslash
17313 strut
17314 \series default
17315 .
17316 \end_layout
17317
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \begin_layout Plain Layout
17324 \noindent
17325 \align center
17326 \begin_inset Tabular
17327 <lyxtabular version="3" rows="6" columns="1">
17328 <features tabularvalignment="middle">
17329 <column alignment="left" valignment="top" width="0">
17330 <row>
17331 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 Normal, g
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \size large
17348 \begin_inset ERT
17349 status collapsed
17350
17351 \begin_layout Plain Layout
17352
17353
17354 \backslash
17355 strut 
17356 \end_layout
17357
17358 \end_inset
17359
17360 Large
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \size larger
17373 \begin_inset ERT
17374 status collapsed
17375
17376 \begin_layout Plain Layout
17377
17378
17379 \backslash
17380 strut 
17381 \end_layout
17382
17383 \end_inset
17384
17385 Larger
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \size largest
17398 \begin_inset ERT
17399 status collapsed
17400
17401 \begin_layout Plain Layout
17402
17403
17404 \backslash
17405 strut 
17406 \end_layout
17407
17408 \end_inset
17409
17410 Largest
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \size huge
17423 \begin_inset ERT
17424 status collapsed
17425
17426 \begin_layout Plain Layout
17427
17428
17429 \backslash
17430 strut 
17431 \end_layout
17432
17433 \end_inset
17434
17435 Huge
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446
17447 \size giant
17448 \begin_inset ERT
17449 status collapsed
17450
17451 \begin_layout Plain Layout
17452
17453
17454 \backslash
17455 strut 
17456 \end_layout
17457
17458 \end_inset
17459
17460
17461 \size huge
17462 Huger
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 </lyxtabular>
17469
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \end_inset
17476
17477
17478 \begin_inset space \hfill{}
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \begin_layout Standard
17490 \begin_inset Newpage newpage
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Subsection
17497 Alignements de cellules spéciaux
17498 \begin_inset CommandInset label
17499 LatexCommand label
17500 name "sub:Alignements-de-cellules"
17501
17502 \end_inset
17503
17504
17505 \begin_inset Index idx
17506 status collapsed
17507
17508 \begin_layout Plain Layout
17509 Personnalisation des tableaux ! Alignement de cellules spéciaux
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Standard
17518 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17519  cellules sur un caractère donné, par exemple le séparateur décimal comme
17520  dans le tableau
17521 \begin_inset space ~
17522 \end_inset
17523
17524
17525 \begin_inset CommandInset ref
17526 LatexCommand ref
17527 reference "tab:Tableau-centré-sur-séparateur-1"
17528
17529 \end_inset
17530
17531 .
17532  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17533  soit en appuyant sur le bouton 
17534 \begin_inset Graphics
17535         filename ../../images/tabular-feature_align-decimal.png
17536         scale 85
17537         scaleBeforeRotation
17538
17539 \end_inset
17540
17541 de la barre d'outils ou en modifiant le paramètre 
17542 \family sans
17543 Alignement horizontal
17544 \family default
17545  à 
17546 \family sans
17547 Au séparateur décimal
17548 \family default
17549 .
17550  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17551  dans les paramètres du tableau.
17552 \end_layout
17553
17554 \begin_layout Standard
17555 \begin_inset Float table
17556 placement h
17557 wide false
17558 sideways false
17559 status open
17560
17561 \begin_layout Plain Layout
17562 \begin_inset Caption
17563
17564 \begin_layout Plain Layout
17565 \begin_inset CommandInset label
17566 LatexCommand label
17567 name "tab:Tableau-centré-sur-séparateur-1"
17568
17569 \end_inset
17570
17571 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17572 \end_layout
17573
17574 \end_inset
17575
17576
17577 \end_layout
17578
17579 \begin_layout Plain Layout
17580 \align center
17581 \begin_inset Tabular
17582 <lyxtabular version="3" rows="4" columns="1">
17583 <features booktabs="true" tabularvalignment="middle">
17584 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17585 <row>
17586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 en-tête
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 </row>
17596 <row>
17597 <cell alignment="center" valignment="top" topline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 12,6
17602 \end_layout
17603
17604 \end_inset
17605 </cell>
17606 </row>
17607 <row>
17608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17609 \begin_inset Text
17610
17611 \begin_layout Plain Layout
17612 0,68
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 </row>
17618 <row>
17619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17620 \begin_inset Text
17621
17622 \begin_layout Plain Layout
17623 -123,0
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 </row>
17629 </lyxtabular>
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \begin_layout Standard
17642 \begin_inset Float table
17643 placement h
17644 wide false
17645 sideways false
17646 status open
17647
17648 \begin_layout Plain Layout
17649 \begin_inset Caption
17650
17651 \begin_layout Plain Layout
17652 \begin_inset CommandInset label
17653 LatexCommand label
17654 name "tab:Tableau-centré-sur-séparateur-2"
17655
17656 \end_inset
17657
17658 Les cellules d'une colonnes sont centrées sur les opérateurs.
17659 \end_layout
17660
17661 \end_inset
17662
17663
17664 \end_layout
17665
17666 \begin_layout Plain Layout
17667 \align center
17668 \begin_inset Tabular
17669 <lyxtabular version="3" rows="4" columns="2">
17670 <features booktabs="true" tabularvalignment="middle">
17671 <column alignment="right" valignment="top" width="0pt">
17672 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17673 <row>
17674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 en-tête
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 </row>
17693 <row>
17694 <cell alignment="center" valignment="top" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698 \begin_inset Formula $12\,+$
17699 \end_inset
17700
17701
17702 \end_layout
17703
17704 \end_inset
17705 </cell>
17706 <cell alignment="center" valignment="top" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710 \begin_inset Formula $\,6$
17711 \end_inset
17712
17713
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 \begin_inset Formula $0\,-$
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736 \begin_inset Formula $\,68$
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743 </cell>
17744 </row>
17745 <row>
17746 <cell alignment="center" valignment="top" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 \begin_inset Formula $-123\,/$
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \end_inset
17757 </cell>
17758 <cell alignment="center" valignment="top" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762 \begin_inset Formula $\,0$
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \end_inset
17769 </cell>
17770 </row>
17771 </lyxtabular>
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \end_inset
17779
17780
17781 \end_layout
17782
17783 \begin_layout Standard
17784 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17785  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17786  formules.
17787  Dans ce cas on doit utiliser la méthode du tableau
17788 \begin_inset space ~
17789 \end_inset
17790
17791
17792 \begin_inset CommandInset ref
17793 LatexCommand ref
17794 reference "tab:Tableau-centré-sur-séparateur-2"
17795
17796 \end_inset
17797
17798 .
17799  Ce tableau a été créé comme un tableau 4×2.
17800  L'en-tête est une cellule multicolonne centrée.
17801  La première colonne est alignée à droite et contient la première partie
17802  et inclue l'opérateur.
17803  La seconde colonne contient le reste de la cellule aligné à gauche.
17804  Un petit espace a été ajouté au début de toutes les celleules de la deuxième
17805  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17806  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17807  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17808  :
17809 \end_layout
17810
17811 \begin_layout Standard
17812
17813 \series bold
17814 @{}l
17815 \end_layout
17816
17817 \begin_layout Standard
17818 Le tableau
17819 \begin_inset space ~
17820 \end_inset
17821
17822
17823 \begin_inset CommandInset ref
17824 LatexCommand ref
17825 reference "tab:Plusieurs-exemples-alignements"
17826
17827 \end_inset
17828
17829  montre quelques exemples d'alignements.
17830  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17831  comme pour la deuxième colonne du tableau
17832 \begin_inset space ~
17833 \end_inset
17834
17835
17836 \begin_inset CommandInset ref
17837 LatexCommand ref
17838 reference "tab:Tableau-centré-sur-séparateur-2"
17839
17840 \end_inset
17841
17842 .
17843 \end_layout
17844
17845 \begin_layout Standard
17846 \begin_inset Float table
17847 wide false
17848 sideways false
17849 status open
17850
17851 \begin_layout Plain Layout
17852 \begin_inset Caption
17853
17854 \begin_layout Plain Layout
17855 \begin_inset CommandInset label
17856 LatexCommand label
17857 name "tab:Plusieurs-exemples-alignements"
17858
17859 \end_inset
17860
17861 Plusieurs exemples d'alignement de cellules.
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \end_layout
17868
17869 \begin_layout Plain Layout
17870 \align center
17871 \begin_inset Tabular
17872 <lyxtabular version="3" rows="4" columns="6">
17873 <features tabularvalignment="middle">
17874 <column alignment="right" valignment="top" width="0">
17875 <column alignment="left" valignment="top" width="0" special="@{}l">
17876 <column alignment="right" valignment="top" width="0">
17877 <column alignment="left" valignment="top" width="0" special="@{}l">
17878 <column alignment="right" valignment="top" width="0">
17879 <column alignment="left" valignment="top" width="0" special="@{}l">
17880 <row>
17881 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 unités
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903 exposants
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 relations
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 </row>
17936 <row>
17937 <cell alignment="center" valignment="top" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 12×
17942 \end_layout
17943
17944 \end_inset
17945 </cell>
17946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 24
17951 \begin_inset space \thinspace{}
17952 \end_inset
17953
17954 bouteilles
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 <cell alignment="center" valignment="top" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 \begin_inset Formula $10\cdot$
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \end_inset
17970 </cell>
17971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17972 \begin_inset Text
17973
17974 \begin_layout Plain Layout
17975 \begin_inset Formula $10^{\mbox{-}17}$
17976 \end_inset
17977
17978
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987 \begin_inset Formula $\Gamma(t)\propto$
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 \begin_inset Formula $\:\Upsilon(t)$
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 </row>
18008 <row>
18009 <cell alignment="center" valignment="top" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013 1024×
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 768
18023 \begin_inset space \thinspace{}
18024 \end_inset
18025
18026 Pixels
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 \begin_inset Formula $5.78\cdot$
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 \begin_inset Formula $10^{7}$
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 \begin_inset Formula $A\ne$
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 \begin_inset Formula $\: B_{\mathrm{red}}$
18072 \end_inset
18073
18074
18075 \end_layout
18076
18077 \end_inset
18078 </cell>
18079 </row>
18080 <row>
18081 <cell alignment="center" valignment="top" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 32×
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 6
18095 \begin_inset space \thinspace{}
18096 \end_inset
18097
18098 cm
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 <cell alignment="center" valignment="top" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107 -
18108 \begin_inset Formula $33.5\cdot$
18109 \end_inset
18110
18111
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 \begin_inset Formula $10^{4}$
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 \begin_inset Formula $\sin(\alpha)\ge$
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 <cell alignment="center" valignment="top" usebox="none">
18141 \begin_inset Text
18142
18143 \begin_layout Plain Layout
18144 \begin_inset Formula $\:\sin(\beta)$
18145 \end_inset
18146
18147
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 </row>
18153 </lyxtabular>
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \begin_layout Subsection
18166 Formats de cellule et de colonne personnalisés
18167 \begin_inset CommandInset label
18168 LatexCommand label
18169 name "sub:Formats-personnalisés"
18170
18171 \end_inset
18172
18173
18174 \begin_inset Index idx
18175 status collapsed
18176
18177 \begin_layout Plain Layout
18178 Personnalisation des tableaux !  Format de cellule/colonne
18179 \end_layout
18180
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \begin_layout Standard
18187 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18188  multicolonne comme dans la section
18189 \begin_inset space ~
18190 \end_inset
18191
18192
18193 \begin_inset CommandInset ref
18194 LatexCommand ref
18195 reference "sub:Calculs-multicolonnes"
18196
18197 \end_inset
18198
18199  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18200  multicolonnes.
18201  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18202  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18203  du document.
18204  Le format est défini avec la commande
18205 \end_layout
18206
18207 \begin_layout Standard
18208
18209 \series bold
18210
18211 \backslash
18212 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18213 \end_layout
18214
18215 \begin_layout Standard
18216 Le nom du format peut n'avoir qu'une lettre.
18217  Les lettres 
18218 \emph on
18219 b
18220 \emph default
18221
18222 \emph on
18223 c
18224 \emph default
18225
18226 \emph on
18227 l
18228 \emph default
18229
18230 \emph on
18231 m
18232 \emph default
18233
18234 \emph on
18235 p
18236 \emph default
18237  et 
18238 \emph on
18239 r
18240 \emph default
18241  sont prédéfinies et donc ne peuvent être utilisées.
18242  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18243 \end_layout
18244
18245 \begin_layout Standard
18246 \begin_inset VSpace medskip
18247 \end_inset
18248
18249
18250 \end_layout
18251
18252 \begin_layout Standard
18253 Pour de cellules multicolonnes centrées verticalement et horizontalement
18254  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18255  :
18256 \end_layout
18257
18258 \begin_layout Standard
18259
18260 \series bold
18261
18262 \backslash
18263 newcolumntype{M}[1]{>{
18264 \backslash
18265 centering
18266 \backslash
18267 hspace{0pt}}m{#1}}
18268 \end_layout
18269
18270 \begin_layout Standard
18271 Où le 
18272 \series bold
18273
18274 \backslash
18275 hspace{0pt}
18276 \series default
18277  évite le problème de césure du premier mot, comme c'est décrit en section
18278 \begin_inset space ~
18279 \end_inset
18280
18281
18282 \begin_inset CommandInset ref
18283 LatexCommand ref
18284 reference "sub:Lignes-multiple-dans-cellule"
18285
18286 \end_inset
18287
18288 .
18289  Ensuite, vous pouvez entrer
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295 M{width}
18296 \end_layout
18297
18298 \begin_layout Standard
18299 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18300  une multicolonne.
18301 \end_layout
18302
18303 \begin_layout Standard
18304 \begin_inset VSpace bigskip
18305 \end_inset
18306
18307
18308 \end_layout
18309
18310 \begin_layout Standard
18311 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18312  définir le format
18313 \end_layout
18314
18315 \begin_layout Standard
18316
18317 \series bold
18318
18319 \backslash
18320 newcolumntype{S}[2]{>{
18321 \backslash
18322 centering
18323 \backslash
18324 hspace{0pt}}
18325 \begin_inset Newline newline
18326 \end_inset
18327
18328
18329 \begin_inset Phantom HPhantom
18330 status open
18331
18332 \begin_layout Plain Layout
18333
18334 \series bold
18335
18336 \backslash
18337 newcolumntype{S}[2]
18338 \end_layout
18339
18340 \end_inset
18341
18342 m{(#1+(2
18343 \backslash
18344 tabcolsep+
18345 \backslash
18346 arrayrulewidth)*(1-#2))/#2}}
18347 \end_layout
18348
18349 \begin_layout Standard
18350 Ce format utilise l'équation
18351 \begin_inset space ~
18352 \end_inset
18353
18354
18355 \begin_inset CommandInset ref
18356 LatexCommand eqref
18357 reference "eq:Wgn"
18358
18359 \end_inset
18360
18361  pour calculer la largeur que doit avoir chacune des cellules couverte par
18362  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18363 \end_layout
18364
18365 \begin_layout Standard
18366 Ensuite, vous pouvez entrer
18367 \end_layout
18368
18369 \begin_layout Standard
18370
18371 \series bold
18372 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18373 \end_layout
18374
18375 \begin_layout Standard
18376 comme paramètre LaTeX de la colonne.
18377 \end_layout
18378
18379 \begin_layout Standard
18380 \begin_inset VSpace bigskip
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \begin_layout Standard
18387 Pour des colonnes colorées, vous pouvez définir
18388 \end_layout
18389
18390 \begin_layout Standard
18391
18392 \series bold
18393
18394 \backslash
18395 newcolumntype{K}[1]{>{
18396 \backslash
18397 columncolor{#1}
18398 \backslash
18399 hspace{0pt}}c}
18400 \end_layout
18401
18402 \begin_layout Standard
18403 Le 
18404 \begin_inset Quotes eld
18405 \end_inset
18406
18407 c
18408 \begin_inset Quotes erd
18409 \end_inset
18410
18411  à la fin crée une colonne de largeur variable dont le texte est centré
18412  horizontalement.
18413  Vous pouvez maintenant entrer
18414 \end_layout
18415
18416 \begin_layout Standard
18417
18418 \series bold
18419 K{nom de couleur}
18420 \end_layout
18421
18422 \begin_layout Standard
18423 comme paramètre LaTeX.
18424 \end_layout
18425
18426 \begin_layout Standard
18427 \begin_inset VSpace bigskip
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Standard
18434 Pour créer le tableau
18435 \begin_inset space ~
18436 \end_inset
18437
18438
18439 \begin_inset CommandInset ref
18440 LatexCommand ref
18441 reference "tab:Tableau-formats-personnalisés"
18442
18443 \end_inset
18444
18445  utilisez les paramètres LaTeX
18446 \end_layout
18447
18448 \begin_layout Standard
18449
18450 \series bold
18451 M{2.5cm}
18452 \end_layout
18453
18454 \begin_layout Standard
18455 pour la première colonne et la multicolonne,
18456 \end_layout
18457
18458 \begin_layout Standard
18459
18460 \series bold
18461 K{red}
18462 \end_layout
18463
18464 \begin_layout Standard
18465 pour la dernière colonne, et
18466 \end_layout
18467
18468 \begin_layout Standard
18469
18470 \series bold
18471 S{2.5cm}{2}
18472 \end_layout
18473
18474 \begin_layout Standard
18475 pour les cellules de la deuxième colonne.
18476 \end_layout
18477
18478 \begin_layout Standard
18479 \begin_inset Float table
18480 placement h
18481 wide false
18482 sideways false
18483 status open
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Caption
18487
18488 \begin_layout Plain Layout
18489 \begin_inset CommandInset label
18490 LatexCommand label
18491 name "tab:Tableau-formats-personnalisés"
18492
18493 \end_inset
18494
18495 Tableau utilisant des formats personnalisés
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \begin_layout Plain Layout
18504 \align center
18505 \begin_inset Tabular
18506 <lyxtabular version="3" rows="3" columns="4">
18507 <features tabularvalignment="middle">
18508 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18509 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18510 <column alignment="center" valignment="middle" width="0">
18511 <column alignment="center" valignment="middle" width="0" special="K{red}">
18512 <row>
18513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 motTrèsLongDansUneCellule
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526 multicolonne avec multiligne
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544 c
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 </row>
18550 <row>
18551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 d
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18561 \begin_inset Text
18562
18563 \begin_layout Plain Layout
18564 e
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573 f
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582 g
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 </row>
18588 <row>
18589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 h
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 i
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 j
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620 k
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 </row>
18626 </lyxtabular>
18627
18628 \end_inset
18629
18630
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \end_layout
18637
18638 \begin_layout Subsection
18639 Épaisseur des filets
18640 \begin_inset CommandInset label
18641 LatexCommand label
18642 name "sub:Epaisseur-filets"
18643
18644 \end_inset
18645
18646
18647 \begin_inset Index idx
18648 status collapsed
18649
18650 \begin_layout Plain Layout
18651 Personnalisation des tableaux ! Épaisseur filets
18652 \end_layout
18653
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \begin_layout Standard
18660 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18661  
18662 \series bold
18663
18664 \backslash
18665 arrayrulewidth
18666 \series default
18667 .
18668  Pour mettre, par exemple, une épaisseur de filet de 1.5
18669 \begin_inset space \thinspace{}
18670 \end_inset
18671
18672 pt, comme pour le tableau
18673 \begin_inset space ~
18674 \end_inset
18675
18676
18677 \begin_inset CommandInset ref
18678 LatexCommand ref
18679 reference "tab:Tableau-filets-1.5pt"
18680
18681 \end_inset
18682
18683 , insérez la commande
18684 \end_layout
18685
18686 \begin_layout Standard
18687
18688 \series bold
18689
18690 \backslash
18691 setlength{
18692 \backslash
18693 arrayrulewidth}{1.5pt}
18694 \end_layout
18695
18696 \begin_layout Standard
18697 en code TeX avant le tableau ou le flottant de tableau.
18698  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18699  suivent.
18700  pour revenir aux valeurs implicites, mettez 
18701 \series bold
18702
18703 \backslash
18704 arrayrulewidth
18705 \series default
18706  à 0.4
18707 \begin_inset space \thinspace{}
18708 \end_inset
18709
18710 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18711 \end_layout
18712
18713 \begin_layout Standard
18714 \begin_inset ERT
18715 status collapsed
18716
18717 \begin_layout Plain Layout
18718
18719
18720 \backslash
18721 setlength{
18722 \backslash
18723 arrayrulewidth}{1.5pt}
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \begin_inset Float table
18730 wide false
18731 sideways false
18732 status open
18733
18734 \begin_layout Plain Layout
18735 \begin_inset Caption
18736
18737 \begin_layout Plain Layout
18738 \begin_inset CommandInset label
18739 LatexCommand label
18740 name "tab:Tableau-filets-1.5pt"
18741
18742 \end_inset
18743
18744 Tableau avec des filets de 1.5
18745 \begin_inset space \thinspace{}
18746 \end_inset
18747
18748 pt
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Plain Layout
18757 \align center
18758 \begin_inset Tabular
18759 <lyxtabular version="3" rows="3" columns="3">
18760 <features tabularvalignment="middle">
18761 <column alignment="center" valignment="top" width="0">
18762 <column alignment="center" valignment="top" width="0">
18763 <column alignment="center" valignment="top" width="0">
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 sd
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 </row>
18793 <row>
18794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 sd
18808 \end_layout
18809
18810 \end_inset
18811 </cell>
18812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18813 \begin_inset Text
18814
18815 \begin_layout Plain Layout
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 <row>
18823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 sd
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 </row>
18851 </lyxtabular>
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \end_inset
18859
18860
18861 \begin_inset ERT
18862 status collapsed
18863
18864 \begin_layout Plain Layout
18865
18866
18867 \backslash
18868 setlength{
18869 \backslash
18870 arrayrulewidth}{0.4pt}
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Standard
18879 \begin_inset VSpace bigskip
18880 \end_inset
18881
18882 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18883 \begin_inset space \thinspace{}
18884 \end_inset
18885
18886 pt, comme dans le tableau
18887 \begin_inset space ~
18888 \end_inset
18889
18890
18891 \begin_inset CommandInset ref
18892 LatexCommand ref
18893 reference "tab:Tableau-filets-horizontaux-1.5pt"
18894
18895 \end_inset
18896
18897 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18898  de tableau :
18899 \end_layout
18900
18901 \begin_layout Standard
18902
18903 \series bold
18904
18905 \backslash
18906 let
18907 \backslash
18908 myHline
18909 \backslash
18910 hline
18911 \begin_inset Newline newline
18912 \end_inset
18913
18914
18915 \backslash
18916 renewcommand{
18917 \backslash
18918 hline}
18919 \begin_inset Newline newline
18920 \end_inset
18921
18922  {
18923 \backslash
18924 noalign{
18925 \backslash
18926 global
18927 \backslash
18928 arrayrulewidth 1.5pt}
18929 \begin_inset Newline newline
18930 \end_inset
18931
18932  
18933 \backslash
18934 myHline
18935 \backslash
18936 noalign{
18937 \backslash
18938 global
18939 \backslash
18940 arrayrulewidth 0.4pt}}
18941 \end_layout
18942
18943 \begin_layout Standard
18944 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18945  en code TeX après le tableau ou le flottant de tableau :
18946 \end_layout
18947
18948 \begin_layout Standard
18949
18950 \series bold
18951
18952 \backslash
18953 renewcommand{
18954 \backslash
18955 hline}{
18956 \backslash
18957 myHline}
18958 \end_layout
18959
18960 \begin_layout Standard
18961 \begin_inset ERT
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965
18966
18967 \backslash
18968 let
18969 \backslash
18970 myHline
18971 \backslash
18972 hline
18973 \end_layout
18974
18975 \begin_layout Plain Layout
18976
18977
18978 \backslash
18979 renewcommand{
18980 \backslash
18981 hline}
18982 \end_layout
18983
18984 \begin_layout Plain Layout
18985
18986  {
18987 \backslash
18988 noalign{
18989 \backslash
18990 global
18991 \backslash
18992 arrayrulewidth 1.5pt}
18993 \end_layout
18994
18995 \begin_layout Plain Layout
18996
18997   
18998 \backslash
18999 myHline
19000 \backslash
19001 noalign{
19002 \backslash
19003 global
19004 \backslash
19005 arrayrulewidth 0.4pt}}
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \begin_inset Float table
19012 wide false
19013 sideways false
19014 status open
19015
19016 \begin_layout Plain Layout
19017 \begin_inset Caption
19018
19019 \begin_layout Plain Layout
19020 \begin_inset CommandInset label
19021 LatexCommand label
19022 name "tab:Tableau-filets-horizontaux-1.5pt"
19023
19024 \end_inset
19025
19026 Tableau avec des filets horizontaux de 1.5
19027 \begin_inset space \thinspace{}
19028 \end_inset
19029
19030 pt
19031 \end_layout
19032
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \begin_layout Plain Layout
19039 \align center
19040 \begin_inset Tabular
19041 <lyxtabular version="3" rows="3" columns="3">
19042 <features tabularvalignment="middle">
19043 <column alignment="center" valignment="top" width="0">
19044 <column alignment="center" valignment="top" width="0">
19045 <column alignment="center" valignment="top" width="0">
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051 sd
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 <row>
19076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089 sd
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 </row>
19104 <row>
19105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 sd
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 </lyxtabular>
19134
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \end_inset
19141
19142
19143 \begin_inset ERT
19144 status collapsed
19145
19146 \begin_layout Plain Layout
19147
19148
19149 \backslash
19150 renewcommand{
19151 \backslash
19152 hline}{
19153 \backslash
19154 myHline}
19155 \end_layout
19156
19157 \end_inset
19158
19159
19160 \end_layout
19161
19162 \begin_layout Standard
19163 \begin_inset VSpace bigskip
19164 \end_inset
19165
19166 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19167 \begin_inset space \thinspace{}
19168 \end_inset
19169
19170 pt, créez le format de colonne suivant dans le préambule, en suivant la
19171  description de la section
19172 \begin_inset space ~
19173 \end_inset
19174
19175
19176 \begin_inset CommandInset ref
19177 LatexCommand ref
19178 reference "sub:Formats-personnalisés"
19179
19180 \end_inset
19181
19182 :
19183 \end_layout
19184
19185 \begin_layout Standard
19186
19187 \series bold
19188
19189 \backslash
19190 newcolumntype{V}{!{
19191 \backslash
19192 vrule width 1.5pt}}
19193 \end_layout
19194
19195 \begin_layout Standard
19196 Pour le tableau
19197 \begin_inset space ~
19198 \end_inset
19199
19200
19201 \begin_inset CommandInset ref
19202 LatexCommand ref
19203 reference "tab:Tableau-filets-verticaux-1.5pt"
19204
19205 \end_inset
19206
19207  le paramètre LaTeX 
19208 \end_layout
19209
19210 \begin_layout Standard
19211
19212 \series bold
19213 VcV
19214 \end_layout
19215
19216 \begin_layout Standard
19217 a été utilisé pour la dernière colonne et
19218 \end_layout
19219
19220 \begin_layout Standard
19221
19222 \series bold
19223 Vc
19224 \end_layout
19225
19226 \begin_layout Standard
19227 pour les autres colonnes.
19228 \end_layout
19229
19230 \begin_layout Standard
19231 \begin_inset Float table
19232 wide false
19233 sideways false
19234 status open
19235
19236 \begin_layout Plain Layout
19237 \begin_inset Caption
19238
19239 \begin_layout Plain Layout
19240 \begin_inset CommandInset label
19241 LatexCommand label
19242 name "tab:Tableau-filets-verticaux-1.5pt"
19243
19244 \end_inset
19245
19246 Tableau avec des filets verticaux de 1.5
19247 \begin_inset space \thinspace{}
19248 \end_inset
19249
19250 pt 
19251 \end_layout
19252
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \begin_layout Plain Layout
19259 \align center
19260 \begin_inset Tabular
19261 <lyxtabular version="3" rows="3" columns="3">
19262 <features tabularvalignment="middle">
19263 <column alignment="center" valignment="top" width="0" special="Vc">
19264 <column alignment="center" valignment="top" width="0" special="Vc">
19265 <column alignment="center" valignment="top" width="0" special="VcV">
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 sd
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 </row>
19295 <row>
19296 <cell alignment="center" valignment="top" topline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 sd
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row>
19325 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 sd
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 </lyxtabular>
19354
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \begin_layout Subsection
19366 Filets à traits interrompus
19367 \begin_inset Index idx
19368 status collapsed
19369
19370 \begin_layout Plain Layout
19371 Personnalisation des tableaux ! Filets à traits interrompus
19372 \end_layout
19373
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \begin_layout Standard
19380 \begin_inset ERT
19381 status collapsed
19382
19383 \begin_layout Plain Layout
19384
19385
19386 \backslash
19387 ifarydshln
19388 \end_layout
19389
19390 \end_inset
19391
19392
19393 \begin_inset Note Note
19394 status open
19395
19396 \begin_layout Plain Layout
19397 La section suivante ne s'affichera que si vous avez installé le paquetage
19398  LaTeX 
19399 \series bold
19400 arydshln
19401 \series default
19402 .
19403 \end_layout
19404
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \begin_layout Standard
19411 \begin_inset Float table
19412 placement H
19413 wide false
19414 sideways false
19415 status open
19416
19417 \begin_layout Plain Layout
19418 \begin_inset Caption
19419
19420 \begin_layout Plain Layout
19421 \begin_inset CommandInset label
19422 LatexCommand label
19423 name "tab:Tableau-filets-tirets"
19424
19425 \end_inset
19426
19427 Tableau avec des filets à traits interrompus
19428 \end_layout
19429
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \begin_layout Plain Layout
19436 \align center
19437 \begin_inset Tabular
19438 <lyxtabular version="3" rows="5" columns="5">
19439 <features tabularvalignment="middle">
19440 <column alignment="center" valignment="top" width="0">
19441 <column alignment="center" valignment="top" width="0">
19442 <column alignment="center" valignment="top" width="0" special=":c">
19443 <column alignment="center" valignment="top" width="0">
19444 <column alignment="center" valignment="top" width="0">
19445 <row>
19446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 a
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 b
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 c
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 d
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19483 \begin_inset Text
19484
19485 \begin_layout Plain Layout
19486 e
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 </row>
19492 <row>
19493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19494 \begin_inset Text
19495
19496 \begin_layout Plain Layout
19497 f
19498 \end_layout
19499
19500 \end_inset
19501 </cell>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506 g
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515 h
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 i
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533 j
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 </row>
19539 <row>
19540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 \begin_inset ERT
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548
19549
19550 \backslash
19551 hdashline 
19552 \end_layout
19553
19554 \end_inset
19555
19556 k
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 l
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 m
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 n
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 o
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 \begin_inset ERT
19604 status collapsed
19605
19606 \begin_layout Plain Layout
19607
19608
19609 \backslash
19610 cdashline{4-5}
19611 \end_layout
19612
19613 \end_inset
19614
19615 p
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 q
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633 r
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 s
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19648 \begin_inset Text
19649
19650 \begin_layout Plain Layout
19651
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 </row>
19657 <row>
19658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 t
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671 u
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 v
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 w
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698 x
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 </row>
19704 </lyxtabular>
19705
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Standard
19717 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19718  donc employer du code TeX.
19719  Mais avant il faut charger le paquetage LaTeX 
19720 \series bold
19721 arydshln
19722 \series default
19723
19724 \begin_inset Index idx
19725 status collapsed
19726
19727 \begin_layout Plain Layout
19728 Paquetages LaTeX ! arydshln
19729 \end_layout
19730
19731 \end_inset
19732
19733  dans le préambule du document avec la commande 
19734 \end_layout
19735
19736 \begin_layout Standard
19737
19738 \series bold
19739
19740 \backslash
19741 usepackage{arydshln}
19742 \end_layout
19743
19744 \begin_layout Standard
19745 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19746  
19747 \begin_inset Quotes eld
19748 \end_inset
19749
19750 :
19751 \begin_inset Quotes erd
19752 \end_inset
19753
19754  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19755  dans la fenêtre de dialogue de paramètre du tableau.
19756 \end_layout
19757
19758 \begin_layout Standard
19759 Pour un trait horizontal interrompu, ajoutez la commande
19760 \end_layout
19761
19762 \begin_layout Standard
19763
19764 \series bold
19765
19766 \backslash
19767 hdashline
19768 \end_layout
19769
19770 \begin_layout Standard
19771 en code TeX comme premier élément de la première cellule de la ligne de
19772  tableau.
19773 \end_layout
19774
19775 \begin_layout Standard
19776 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19777  commande 
19778 \end_layout
19779
19780 \begin_layout Standard
19781
19782 \series bold
19783
19784 \backslash
19785 cdashline{
19786 \series default
19787 numéros de colonnes}
19788 \end_layout
19789
19790 \begin_layout Standard
19791 en code TeX comme premier élément de la première cellule de la ligne.
19792  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19793  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19794 \end_layout
19795
19796 \begin_layout Standard
19797
19798 \series bold
19799
19800 \backslash
19801 cdashline{2-4}
19802 \end_layout
19803
19804 \begin_layout Standard
19805 comme premier élément de la première cellule de la ligne contenant la multicolon
19806 ne.
19807 \end_layout
19808
19809 \begin_layout Standard
19810 \begin_inset VSpace bigskip
19811 \end_inset
19812
19813
19814 \end_layout
19815
19816 \begin_layout Standard
19817 Le tableau
19818 \begin_inset space ~
19819 \end_inset
19820
19821
19822 \begin_inset CommandInset ref
19823 LatexCommand ref
19824 reference "tab:Tableau-filets-tirets"
19825
19826 \end_inset
19827
19828  a été créé en utilisant 
19829 \begin_inset Quotes eld
19830 \end_inset
19831
19832
19833 \series bold
19834 :c
19835 \series default
19836
19837 \begin_inset Quotes erd
19838 \end_inset
19839
19840  comme paramètre LaTeX pour la troisième colonne.
19841  La commande en code TeX 
19842 \series bold
19843
19844 \backslash
19845 hdashline
19846 \series default
19847  a été insérée dans la première cellule de la troisième ligne et la commande
19848  en code TeX 
19849 \series bold
19850
19851 \backslash
19852 cdashline{4-5}
19853 \series default
19854  a été insérée dans la première cellule de la quatrième ligne.
19855 \end_layout
19856
19857 \begin_layout Standard
19858 \begin_inset Note Greyedout
19859 status open
19860
19861 \begin_layout Plain Layout
19862
19863 \series bold
19864 Note:
19865 \series default
19866  Le paquetage LaTeX 
19867 \series bold
19868 arydshln
19869 \series default
19870  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19871  
19872 \series bold
19873 colortbl
19874 \series default
19875
19876 \begin_inset Index idx
19877 status collapsed
19878
19879 \begin_layout Plain Layout
19880 Paquetages LaTeX ! colortbl
19881 \end_layout
19882
19883 \end_inset
19884
19885  qui est utilisé pour avoir des tableaux colorés dans la section
19886 \begin_inset space ~
19887 \end_inset
19888
19889
19890 \begin_inset CommandInset ref
19891 LatexCommand ref
19892 reference "sec:Tableaux-Colorés"
19893
19894 \end_inset
19895
19896 .
19897  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19898  traits interrompus.
19899 \end_layout
19900
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \begin_layout Standard
19907 \begin_inset ERT
19908 status collapsed
19909
19910 \begin_layout Plain Layout
19911
19912
19913 \backslash
19914 else
19915 \end_layout
19916
19917 \end_inset
19918
19919
19920 \begin_inset Note Note
19921 status open
19922
19923 \begin_layout Plain Layout
19924 Ce qui suit sera affiché si le paquetage LaTeX 
19925 \series bold
19926 arydshln
19927 \series default
19928  n'est pas installé :
19929 \end_layout
19930
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \begin_layout Standard
19937 Vous devez installer le paquetage LaTeX 
19938 \series bold
19939 arydshln
19940 \series default
19941  pour voir le contenu des cette section dans la sortie imprimée.
19942 \end_layout
19943
19944 \begin_layout Standard
19945 \begin_inset ERT
19946 status collapsed
19947
19948 \begin_layout Plain Layout
19949
19950
19951 \backslash
19952 fi
19953 \end_layout
19954
19955 \end_inset
19956
19957
19958 \end_layout
19959
19960 \begin_layout Chapter
19961 Flottants
19962 \begin_inset CommandInset label
19963 LatexCommand label
19964 name "chap:Flottants"
19965
19966 \end_inset
19967
19968
19969 \begin_inset Index idx
19970 status collapsed
19971
19972 \begin_layout Plain Layout
19973 Flottants
19974 \end_layout
19975
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \begin_layout Section
19982 Introduction
19983 \begin_inset CommandInset label
19984 LatexCommand label
19985 name "sec:Flottants-Introduction"
19986
19987 \end_inset
19988
19989
19990 \begin_inset Index idx
19991 status collapsed
19992
19993 \begin_layout Plain Layout
19994 Flottants ! Introduction
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 Un flottant est une portion de document, qui peut être associé à une étiquette
20004  et dont la position n'est pas fixée.
20005  Il peut 
20006 \begin_inset Quotes eld
20007 \end_inset
20008
20009 flotter
20010 \begin_inset Quotes erd
20011 \end_inset
20012
20013  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
20014  plus approprié.
20015  Les 
20016 \family sans
20017 Notes
20018 \begin_inset space ~
20019 \end_inset
20020
20021 en
20022 \begin_inset space ~
20023 \end_inset
20024
20025 Bas
20026 \begin_inset space ~
20027 \end_inset
20028
20029 de
20030 \begin_inset space ~
20031 \end_inset
20032
20033 Page
20034 \family default
20035  et le 
20036 \family sans
20037 Notes
20038 \begin_inset space ~
20039 \end_inset
20040
20041 en
20042 \begin_inset space ~
20043 \end_inset
20044
20045 Marge
20046 \family default
20047  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
20048  sur la page suivante quand il y a trop de notes sur la page courante.
20049 \end_layout
20050
20051 \begin_layout Standard
20052 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20053  très grande qualité.
20054  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20055  éviter des lignes blanches ou des pages sans texte.
20056  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20057  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20058  le texte.
20059  Les flottants sont donc numérotés.
20060  Les références croisées sont décrites dans la section
20061 \begin_inset space ~
20062 \end_inset
20063
20064
20065 \begin_inset CommandInset ref
20066 LatexCommand ref
20067 reference "sec:Referencer-les-Flottants"
20068
20069 \end_inset
20070
20071 .
20072 \end_layout
20073
20074 \begin_layout Standard
20075 Pour insérer un flottant, on utilise un des sous menus du menu 
20076 \family sans
20077 Insérer\SpecialChar \menuseparator
20078 Flottant.
20079
20080 \family default
20081  Une boîte va être insérée dans votre document avec par exemple une étiquette
20082  du genre 
20083 \begin_inset Quotes eld
20084 \end_inset
20085
20086 Figure
20087 \begin_inset space ~
20088 \end_inset
20089
20090 #:
20091 \begin_inset Quotes erd
20092 \end_inset
20093
20094  (où # est un numéro).
20095  L'étiquette est automatiquement traduite dans la langue du document dans
20096  la sortie finale.
20097  Après l'étiquette vous pouvez insérer du texte comme légende.
20098  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20099  séparé, à l'intérieur du flottant.
20100  Vous trouverez plus de détails sur le positionnement des légendes dans
20101  la section
20102 \begin_inset space ~
20103 \end_inset
20104
20105
20106 \begin_inset CommandInset ref
20107 LatexCommand ref
20108 reference "sec:Placement-légende"
20109
20110 \end_inset
20111
20112 .
20113  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20114  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20115  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20116  Une boîte de flottant fermée ressemble à ceci : 
20117 \begin_inset Graphics
20118         filename clipart/floatQt4.png
20119         scale 60
20120
20121 \end_inset
20122
20123  – une case grise avec un texte rouge.
20124 \end_layout
20125
20126 \begin_layout Standard
20127 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20128  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20129  est formaté de façon particulière.
20130 \end_layout
20131
20132 \begin_layout Section
20133 Les Types de Flottants
20134 \end_layout
20135
20136 \begin_layout Standard
20137 En plus des flottants de figures et de tableau qui sont décrits respectivement
20138  dans les sections
20139 \begin_inset space ~
20140 \end_inset
20141
20142
20143 \begin_inset CommandInset ref
20144 LatexCommand ref
20145 reference "sec:Figure-Floats"
20146
20147 \end_inset
20148
20149  et 
20150 \begin_inset CommandInset ref
20151 LatexCommand ref
20152 reference "sec:Table-Floats"
20153
20154 \end_inset
20155
20156 , LyX offre aussi les types 
20157 \family sans
20158 Algorithme
20159 \family default
20160  et 
20161 \family sans
20162 Enrobage
20163 \family default
20164 .
20165  
20166 \lang english
20167 The latter are explained in sec.
20168 \lang french
20169
20170 \begin_inset space \thinspace{}
20171 \end_inset
20172
20173
20174 \begin_inset CommandInset ref
20175 LatexCommand ref
20176 reference "sec:Flottant-d'enrobage"
20177
20178 \end_inset
20179
20180 .
20181 \end_layout
20182
20183 \begin_layout Subsection
20184 Flottant d'algorithme
20185 \begin_inset Index idx
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189 Flottants ! Algorithmes
20190 \end_layout
20191
20192 \end_inset
20193
20194
20195 \begin_inset CommandInset label
20196 LatexCommand label
20197 name "sub:Flottant-d'Algorithme"
20198
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \begin_layout Standard
20205 \begin_inset Float algorithm
20206 placement h
20207 wide false
20208 sideways false
20209 status open
20210
20211 \begin_layout Plain Layout
20212 \begin_inset Caption
20213
20214 \begin_layout Plain Layout
20215 \begin_inset CommandInset label
20216 LatexCommand label
20217 name "alg:Exemple-Flottant-Algorithme"
20218
20219 \end_inset
20220
20221 Exemple de flottant d'algorithme
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \begin_layout LyX-Code
20230 for I in 1..N loop
20231 \begin_inset Newline newline
20232 \end_inset
20233
20234  Sum:= Sum + A(I); /*comment*/
20235 \begin_inset Newline newline
20236 \end_inset
20237
20238 end loop
20239 \begin_inset VSpace -4mm
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \begin_layout Standard
20251 Ce type de flottant est inséré à l'aide du menu 
20252 \family sans
20253 Insérer\SpecialChar \menuseparator
20254 Flottant\SpecialChar \menuseparator
20255 Algorithme
20256 \family default
20257 .
20258  Il peut être utilisé pour des morceaux de code source ou des descriptions
20259  d'algorithmes et peut être utilisé comme une alternative au listing de
20260  code source qui est décrit au chapitre
20261 \begin_inset space ~
20262 \end_inset
20263
20264
20265 \begin_inset CommandInset ref
20266 LatexCommand ref
20267 reference "cha:Program-Code-Listings"
20268
20269 \end_inset
20270
20271 .
20272  Vous pouvez par exemple utiliser l'environnement Code
20273 \begin_inset space ~
20274 \end_inset
20275
20276 LyX qui est décrit dans le 
20277 \emph on
20278 Guide
20279 \emph default
20280
20281 \begin_inset space ~
20282 \end_inset
20283
20284
20285 \emph on
20286 de
20287 \begin_inset space ~
20288 \end_inset
20289
20290 l'Utilisateur
20291 \emph default
20292  de LyX.
20293  l'algorithme
20294 \begin_inset space ~
20295 \end_inset
20296
20297
20298 \begin_inset CommandInset ref
20299 LatexCommand ref
20300 reference "alg:Exemple-Flottant-Algorithme"
20301
20302 \end_inset
20303
20304  est un exemple de flottant d'algorithme où un espace vertical de -4
20305 \begin_inset space \thinspace{}
20306 \end_inset
20307
20308 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20309  soit placée exactement sous le texte de la dernière ligne.
20310 \end_layout
20311
20312 \begin_layout Standard
20313 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20314  du document.
20315  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20316 ent en ajoutant la ligne suivante dans le préambule de votre document :
20317 \end_layout
20318
20319 \begin_layout Standard
20320
20321 \series bold
20322
20323 \backslash
20324 floatname{algorithm}{votre
20325 \begin_inset space ~
20326 \end_inset
20327
20328 nom}
20329 \end_layout
20330
20331 \begin_layout Standard
20332
20333 \family sans
20334  votre
20335 \begin_inset space ~
20336 \end_inset
20337
20338 nom
20339 \family default
20340  est le mot 
20341 \begin_inset Quotes eld
20342 \end_inset
20343
20344
20345 \emph on
20346 algorithme
20347 \emph default
20348
20349 \begin_inset Quotes erd
20350 \end_inset
20351
20352  dans votre langue.
20353 \end_layout
20354
20355 \begin_layout Standard
20356 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20357 \family sans
20358 Insérer\SpecialChar \menuseparator
20359 Listes
20360 \begin_inset space ~
20361 \end_inset
20362
20363 &
20364 \begin_inset space ~
20365 \end_inset
20366
20367 TdM\SpecialChar \menuseparator
20368 Liste
20369 \begin_inset space ~
20370 \end_inset
20371
20372 des
20373 \begin_inset space ~
20374 \end_inset
20375
20376 algorithmes
20377 \family default
20378  si votre document est en la même langue que les menus de LyX.
20379  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20380  en code TeX à la place:
20381 \end_layout
20382
20383 \begin_layout Standard
20384
20385 \series bold
20386
20387 \backslash
20388 listof{algorithm}{votre
20389 \begin_inset space ~
20390 \end_inset
20391
20392 nom}
20393 \end_layout
20394
20395 \begin_layout Standard
20396 où 
20397 \family sans
20398 votre
20399 \begin_inset space ~
20400 \end_inset
20401
20402 nom
20403 \family default
20404  est la traduction de 
20405 \begin_inset Quotes eld
20406 \end_inset
20407
20408
20409 \emph on
20410 List of Algorithm
20411 \emph default
20412 s
20413 \begin_inset Quotes erd
20414 \end_inset
20415
20416  dans votre langue.
20417 \end_layout
20418
20419 \begin_layout Standard
20420 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20421  le schéma 
20422 \begin_inset Quotes eld
20423 \end_inset
20424
20425 chapitre.algorithme
20426 \begin_inset Quotes erd
20427 \end_inset
20428
20429  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20430  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20431  commande dans le préambule de votre document :
20432 \end_layout
20433
20434 \begin_layout Standard
20435
20436 \series bold
20437
20438 \backslash
20439 numberwithin{algorithm}{chapter}
20440 \end_layout
20441
20442 \begin_layout Standard
20443 Pour pouvoir utiliser la commande 
20444 \series bold
20445
20446 \backslash
20447 numberwithin
20448 \series default
20449 , activez l'option 
20450 \family sans
20451 Utiliser
20452 \begin_inset space ~
20453 \end_inset
20454
20455 le
20456 \begin_inset space ~
20457 \end_inset
20458
20459 paquetage
20460 \begin_inset space ~
20461 \end_inset
20462
20463 AMS
20464 \begin_inset space ~
20465 \end_inset
20466
20467 math
20468 \family default
20469  dans la rubrique 
20470 \family sans
20471 Options
20472 \begin_inset space ~
20473 \end_inset
20474
20475 des
20476 \begin_inset space ~
20477 \end_inset
20478
20479 Maths
20480 \family default
20481  de la fenêtre de dialogue 
20482 \family sans
20483 Paramètres
20484 \begin_inset space ~
20485 \end_inset
20486
20487 du
20488 \begin_inset space ~
20489 \end_inset
20490
20491 Document
20492 \family default
20493 .
20494 \end_layout
20495
20496 \begin_layout Section
20497 Numérotation des flottants
20498 \begin_inset Index idx
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502 Flottants ! Numérotation
20503 \end_layout
20504
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \begin_layout Standard
20511 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20512  ils se trouvent, soit en utilisant un format du genre 
20513 \begin_inset Quotes eld
20514 \end_inset
20515
20516 chapitre.numéro
20517 \begin_inset Quotes erd
20518 \end_inset
20519
20520  ou 
20521 \begin_inset Quotes eld
20522 \end_inset
20523
20524 section.numéro
20525 \begin_inset Quotes erd
20526 \end_inset
20527
20528 .
20529  Cela dépend de la classe de document utilisée.
20530 \end_layout
20531
20532 \begin_layout Standard
20533 Pour changer le format de la numérotation qui ne dépend pas de la section
20534  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20535  le préambule du document :
20536 \end_layout
20537
20538 \begin_layout Standard
20539
20540 \series bold
20541
20542 \backslash
20543 renewcommand{
20544 \backslash
20545 thetable}{
20546 \backslash
20547 roman{table}}
20548 \end_layout
20549
20550 \begin_layout Standard
20551
20552 \series bold
20553
20554 \backslash
20555 thetable
20556 \series default
20557  est la commande qui imprime le numéro du tableau, pour les figures, la
20558  commande serait 
20559 \series bold
20560
20561 \backslash
20562 thefigure
20563 \series default
20564 .
20565  La commande 
20566 \series bold
20567
20568 \backslash
20569 roman
20570 \series default
20571  utilisée dans la commande précédente, imprime le numéro du tableau sous
20572  forme de petits chiffres romains.
20573 \end_layout
20574
20575 \begin_layout Standard
20576 Pour changer le type de numérotation pour par exemple 
20577 \begin_inset Quotes eld
20578 \end_inset
20579
20580 sous-section.numéro
20581 \begin_inset Quotes erd
20582 \end_inset
20583
20584 , utilisez la commande suivante dans le préambule du document :
20585 \end_layout
20586
20587 \begin_layout Standard
20588
20589 \series bold
20590
20591 \backslash
20592 numberwithin{table}{subsection}
20593 \end_layout
20594
20595 \begin_layout Standard
20596 Pour pouvoir utiliser la commande 
20597 \series bold
20598
20599 \backslash
20600 numberwithin
20601 \series default
20602 , vous devez activer l'option 
20603 \family sans
20604 Utiliser
20605 \begin_inset space ~
20606 \end_inset
20607
20608 le
20609 \begin_inset space ~
20610 \end_inset
20611
20612 paquetage
20613 \begin_inset space ~
20614 \end_inset
20615
20616 maths
20617 \begin_inset space ~
20618 \end_inset
20619
20620 AMS
20621 \family default
20622  dans la rubrique 
20623 \family sans
20624 Options
20625 \begin_inset space ~
20626 \end_inset
20627
20628 des
20629 \begin_inset space ~
20630 \end_inset
20631
20632 Maths
20633 \family default
20634  de la fenêtre de dialogue 
20635 \family sans
20636 Paramètres
20637 \family default
20638  du document.
20639 \end_layout
20640
20641 \begin_layout Standard
20642 Veuillez aussi jeter un coup d'œil à la section
20643 \begin_inset space ~
20644 \end_inset
20645
20646
20647 \begin_inset CommandInset ref
20648 LatexCommand ref
20649 reference "sub:Numerotation-notes-bas-de-page"
20650
20651 \end_inset
20652
20653  pour plus de détails et des notes importantes sur les commandes de numérotation.
20654 \end_layout
20655
20656 \begin_layout Section
20657 Faire Référence à des Flottants
20658 \begin_inset CommandInset label
20659 LatexCommand label
20660 name "sec:Referencer-les-Flottants"
20661
20662 \end_inset
20663
20664
20665 \begin_inset Index idx
20666 status collapsed
20667
20668 \begin_layout Plain Layout
20669 Flottants ! Références
20670 \end_layout
20671
20672 \end_inset
20673
20674
20675 \begin_inset Index idx
20676 status collapsed
20677
20678 \begin_layout Plain Layout
20679 References@Références ! à des Flottants 
20680 \end_layout
20681
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \begin_layout Standard
20688 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20689  en utilisant le menu 
20690 \family sans
20691 Insérer\SpecialChar \menuseparator
20692 Étiquette
20693 \family default
20694  ou le bouton 
20695 \begin_inset Graphics
20696         filename ../../images/label-insert.png
20697         scale 85
20698         scaleBeforeRotation
20699
20700 \end_inset
20701
20702  de la barre d'outils.
20703  Une boîte grise de ce genre : 
20704 \begin_inset Graphics
20705         filename clipart/labelQt4.png
20706         scale 85
20707         scaleBeforeRotation
20708
20709 \end_inset
20710
20711  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20712  de saisir le texte de l'étiquette.
20713  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20714  précédés d'un préfixe.
20715  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20716  préfixe sera "
20717 \family sans
20718 fig:
20719 \family default
20720 ".
20721 \end_layout
20722
20723 \begin_layout Standard
20724 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20725  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20726 \family sans
20727 Insérer\SpecialChar \menuseparator
20728 Référence
20729 \begin_inset space ~
20730 \end_inset
20731
20732 Croisée
20733 \family default
20734  ou le bouton 
20735 \begin_inset Graphics
20736         filename ../../images/dialog-show-new-inset_ref.png
20737         scale 85
20738         scaleBeforeRotation
20739
20740 \end_inset
20741
20742  de la barre d'outils.
20743  Une boîte grise de référence croisée comme celle-ci : 
20744 \begin_inset Graphics
20745         filename ../clipart/referenceQt4.png
20746         scale 85
20747         scaleBeforeRotation
20748
20749 \end_inset
20750
20751  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20752  toutes les étiquettes définies dans votre document.
20753  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20754  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20755  de la fenêtre de dialogue.
20756  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20757  une.
20758  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20759  de la référence croisée.
20760 \end_layout
20761
20762 \begin_layout Standard
20763 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20764  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20765  les deux.
20766  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20767  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20768  du numéro de la référence.
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20773  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20774  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20775  pas à vous en préoccuper.
20776 \end_layout
20777
20778 \begin_layout Standard
20779 Le bouton 
20780 \family sans
20781 Aller
20782 \begin_inset space ~
20783 \end_inset
20784
20785 à
20786 \begin_inset space ~
20787 \end_inset
20788
20789 l'étiquette
20790 \family default
20791  dans la fenêtre de référence croisée va positionner le curseur juste devant
20792  l'étiquette à laquelle on fait référence.
20793  Le nom du bouton bouton 
20794 \family sans
20795 Revenir
20796 \family default
20797  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20798  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20799  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20800  à votre point de départ.
20801 \end_layout
20802
20803 \begin_layout Subsection
20804 Formats de Références Croisées
20805 \begin_inset CommandInset label
20806 LatexCommand label
20807 name "sub:Formats-Références-Croisées"
20808
20809 \end_inset
20810
20811
20812 \begin_inset Index idx
20813 status collapsed
20814
20815 \begin_layout Plain Layout
20816 References@Références ! Formats
20817 \end_layout
20818
20819 \end_inset
20820
20821
20822 \end_layout
20823
20824 \begin_layout Standard
20825 Il y a six types de références croisées :
20826 \end_layout
20827
20828 \begin_layout Description
20829 <référence>
20830 \begin_inset space ~
20831 \end_inset
20832
20833 : affiche le numéro de l'élément, c'est le choix implicite : 
20834 \begin_inset CommandInset ref
20835 LatexCommand ref
20836 reference "fig:Deux-images-déformées"
20837
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \begin_layout Description
20844 (<référence>)
20845 \begin_inset space ~
20846 \end_inset
20847
20848 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20849  normalement pour faire référence à des formules mathématiques, en particulier
20850  quand le mot 
20851 \begin_inset Quotes eld
20852 \end_inset
20853
20854 Équation
20855 \begin_inset Quotes erd
20856 \end_inset
20857
20858  est omis : 
20859 \begin_inset CommandInset ref
20860 LatexCommand eqref
20861 reference "eq:Wgn"
20862
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \begin_layout Description
20869 <page>
20870 \begin_inset space ~
20871 \end_inset
20872
20873 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20874 \begin_inset space ~
20875 \end_inset
20876
20877
20878 \begin_inset CommandInset ref
20879 LatexCommand pageref
20880 reference "fig:Deux-images-déformées"
20881
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \begin_layout Description
20888 Sur
20889 \begin_inset space ~
20890 \end_inset
20891
20892 la
20893 \begin_inset space ~
20894 \end_inset
20895
20896 page
20897 \begin_inset space ~
20898 \end_inset
20899
20900 <page>
20901 \begin_inset space ~
20902 \end_inset
20903
20904 : affiche le mot 
20905 \begin_inset Quotes eld
20906 \end_inset
20907
20908 page
20909 \begin_inset Quotes erd
20910 \end_inset
20911
20912  suivi du numéro de la page sur laquelle se trouve l'élément : 
20913 \begin_inset CommandInset ref
20914 LatexCommand vpageref
20915 reference "fig:Deux-images-déformées"
20916
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \begin_layout Description
20923 <référence>
20924 \begin_inset space ~
20925 \end_inset
20926
20927 page
20928 \begin_inset space ~
20929 \end_inset
20930
20931 <page>
20932 \begin_inset space ~
20933 \end_inset
20934
20935 : affiche le numéro de l'élément, le mot 
20936 \begin_inset Quotes eld
20937 \end_inset
20938
20939 page
20940 \begin_inset Quotes erd
20941 \end_inset
20942
20943  et le numéro de la page : 
20944 \begin_inset CommandInset ref
20945 LatexCommand vref
20946 reference "fig:Deux-images-déformées"
20947
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \begin_layout Description
20954 Référence
20955 \begin_inset space ~
20956 \end_inset
20957
20958 mise
20959 \begin_inset space ~
20960 \end_inset
20961
20962 en
20963 \begin_inset space ~
20964 \end_inset
20965
20966 forme
20967 \begin_inset space ~
20968 \end_inset
20969
20970 : affiche une référence croisée qui définit son propre format.
20971 \begin_inset Newline newline
20972 \end_inset
20973
20974
20975 \begin_inset Note Greyedout
20976 status open
20977
20978 \begin_layout Plain Layout
20979
20980 \series bold
20981 Note:
20982 \series default
20983  Ce type de référence croisée n'est disponible que si vous avez installé
20984  le paquetage LaTeX 
20985 \series bold
20986 prettyref
20987 \series default
20988  ou 
20989 \series bold
20990 refstyle
20991 \series default
20992
20993 \begin_inset Index idx
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997 Paquetages LaTeX ! prettyref
20998 \end_layout
20999
21000 \end_inset
21001
21002
21003 \begin_inset Index idx
21004 status collapsed
21005
21006 \begin_layout Plain Layout
21007 Paquetages LaTeX ! refstyle
21008 \end_layout
21009
21010 \end_inset
21011
21012 .
21013 \end_layout
21014
21015 \end_inset
21016
21017
21018 \begin_inset Newline newline
21019 \end_inset
21020
21021 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
21022  fonction en utilisant l'option 
21023 \family sans
21024 Utiliser refstyle (à la place de prettyref) pour les références croisées
21025 \family default
21026  dans le menu 
21027 \family sans
21028 Document\SpecialChar \menuseparator
21029 Paramètres\SpecialChar \menuseparator
21030 Classe de document
21031 \family default
21032 .
21033  Le format est précisé en ajoutant la commande 
21034 \series bold
21035
21036 \backslash
21037 newrefformat
21038 \series default
21039  (prettyref) ou 
21040 \series bold
21041
21042 \backslash
21043 newref
21044 \series default
21045  (refstyle) au préambule du document.
21046  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
21047  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
21048 \begin_inset space ~
21049 \end_inset
21050
21051 :
21052 \begin_inset Newline newline
21053 \end_inset
21054
21055
21056 \series bold
21057
21058 \backslash
21059 newref{fig}{refcmd={Image sur la page 
21060 \backslash
21061 pageref{#1}}}
21062 \series default
21063
21064 \begin_inset Newline newline
21065 \end_inset
21066
21067 Pour plus d'information sur le format, jetez un oeil dur la documentation
21068  du paquetage, 
21069 \begin_inset CommandInset citation
21070 LatexCommand cite
21071 key "prettyref,refstyle"
21072
21073 \end_inset
21074
21075 .
21076 \end_layout
21077
21078 \begin_layout Description
21079 Référence
21080 \begin_inset space ~
21081 \end_inset
21082
21083 textuelle: affiche la légende de la référence
21084 \begin_inset space ~
21085 \end_inset
21086
21087
21088 \begin_inset CommandInset ref
21089 LatexCommand nameref
21090 reference "fig:Deux-images-déformées"
21091
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \begin_layout Standard
21098
21099 \family sans
21100 <page>
21101 \family default
21102  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21103  précédente, la même page ou la page suivante.
21104  Vous verrez par exemple un texte du genre 
21105 \begin_inset Quotes eld
21106 \end_inset
21107
21108
21109 \family sans
21110 sur cette page
21111 \family default
21112
21113 \begin_inset Quotes erd
21114 \end_inset
21115
21116  à la place.
21117  Le style 
21118 \family sans
21119 <référence>
21120 \begin_inset space ~
21121 \end_inset
21122
21123 page
21124 \begin_inset space ~
21125 \end_inset
21126
21127 <page> 
21128 \family default
21129 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21130  page.
21131 \end_layout
21132
21133 \begin_layout Standard
21134 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21135  se trouve sont calculés automatiquement par LaTeX.
21136  Vous choisissez une des six variétés de références dans le champ Format
21137  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21138  boîte de la référence croisée.
21139 \end_layout
21140
21141 \begin_layout Standard
21142 \begin_inset Note Greyedout
21143 status open
21144
21145 \begin_layout Plain Layout
21146
21147 \series bold
21148 Note:
21149 \series default
21150  L'utilisation du paquetage LaTeX 
21151 \series bold
21152 refstyle
21153 \series default
21154
21155 \begin_inset Index idx
21156 status collapsed
21157
21158 \begin_layout Plain Layout
21159 Paquetages LaTeX ! refstyle
21160 \end_layout
21161
21162 \end_inset
21163
21164  est recommendée parce que 
21165 \series bold
21166 prettyref
21167 \series default
21168
21169 \begin_inset Index idx
21170 status collapsed
21171
21172 \begin_layout Plain Layout
21173 Paquetages LaTeX ! prettyref
21174 \end_layout
21175
21176 \end_inset
21177
21178  ne connaît pas tous les raccourcis possibles pour les étiquettes
21179 \begin_inset Foot
21180 status collapsed
21181
21182 \begin_layout Plain Layout
21183 \begin_inset Quotes eld
21184 \end_inset
21185
21186 fig:
21187 \begin_inset Quotes erd
21188 \end_inset
21189
21190  est par exemple le raccourci LyX pour les étiquettes dans les légendes
21191  de figures,.
21192 \end_layout
21193
21194 \end_inset
21195
21196  et n'est pas internationalisé.
21197 \end_layout
21198
21199 \end_inset
21200
21201
21202 \end_layout
21203
21204 \begin_layout Standard
21205 \begin_inset Note Greyedout
21206 status open
21207
21208 \begin_layout Plain Layout
21209
21210 \series bold
21211 Note:
21212 \series default
21213  Du fait d'un bogue dans la paquetage LaTeX 
21214 \series bold
21215 varioref
21216 \series default
21217  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21218  si la langue du document est le français.
21219  Pour contourner ce bogue, voir
21220 \begin_inset Newline newline
21221 \end_inset
21222
21223
21224 \begin_inset CommandInset href
21225 LatexCommand href
21226 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21227
21228 \end_inset
21229
21230 .
21231 \end_layout
21232
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \begin_layout Subsection
21239 Nommage automatique des références croisées
21240 \begin_inset Index idx
21241 status collapsed
21242
21243 \begin_layout Plain Layout
21244 References@Références ! Nommage automatique
21245 \end_layout
21246
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \begin_layout Standard
21253 Le paquetage LaTeX 
21254 \series bold
21255 hyperref
21256 \series default
21257
21258 \begin_inset Index idx
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262 Paquetages LaTeX ! hyperref
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \series bold
21269
21270 \series default
21271 qui est activé dans la rubrique 
21272 \family sans
21273 Propriétés du PDF
21274 \family default
21275  de la fenêtre de dialogue 
21276 \family sans
21277 Paramètres du document
21278 \family default
21279  fournit une fonction très utile pour automatiser la création des références
21280  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21281  une section).
21282  Par exemple pour vous éviter de devoir écrire le mot 
21283 \begin_inset Quotes eld
21284 \end_inset
21285
21286 Figure
21287 \begin_inset Quotes erd
21288 \end_inset
21289
21290  devant chaque référence à une figure.
21291  Pour profiter de ce nommage automatique des références croisées, vous devez
21292  activer 
21293 \series bold
21294 hyperref
21295 \series default
21296  et insérer la ligne suivante dans le préambule du document :
21297 \end_layout
21298
21299 \begin_layout Standard
21300
21301 \series bold
21302
21303 \backslash
21304 AtBeginDocument{
21305 \backslash
21306 renewcommand{
21307 \backslash
21308 ref}[1]{
21309 \backslash
21310 mbox{
21311 \backslash
21312 autoref{#1}}}}
21313 \end_layout
21314
21315 \begin_layout Standard
21316 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21317  défaut, par exemple vous préférez le nom 
21318 \begin_inset Quotes eld
21319 \end_inset
21320
21321 sec.
21322 \begin_inset space \thinspace{}
21323 \end_inset
21324
21325
21326 \begin_inset Quotes eld
21327 \end_inset
21328
21329  plutôt que 
21330 \begin_inset Quotes eld
21331 \end_inset
21332
21333 section
21334 \begin_inset Quotes erd
21335 \end_inset
21336
21337 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21338 \end_layout
21339
21340 \begin_layout Standard
21341
21342 \series bold
21343
21344 \backslash
21345 addto
21346 \backslash
21347 extrasenglish{
21348 \backslash
21349 renewcommand{
21350 \backslash
21351 sectionautorefname}
21352 \begin_inset Newline newline
21353 \end_inset
21354
21355
21356 \begin_inset Phantom HPhantom
21357 status open
21358
21359 \begin_layout Plain Layout
21360
21361 \series bold
21362 \begin_inset space ~
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \end_inset
21369
21370 {sec.
21371 \backslash
21372 negthinspace}}
21373 \end_layout
21374
21375 \begin_layout Standard
21376 Si vous utilisez une autre langue que l'anglais, remplacez 
21377 \series bold
21378
21379 \backslash
21380 extrasenglish
21381 \series default
21382  par 
21383 \series bold
21384
21385 \backslash
21386 extras***
21387 \series default
21388 , où *** est le nom de la langue que vous utilisez.
21389
21390 \series bold
21391  
21392 \end_layout
21393
21394 \begin_layout Standard
21395 Pour avoir des noms automatiques, mais pas pour certains types de références,
21396  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21397 \end_layout
21398
21399 \begin_layout Standard
21400
21401 \series bold
21402
21403 \backslash
21404 newlength{
21405 \backslash
21406 abc}
21407 \begin_inset Newline newline
21408 \end_inset
21409
21410
21411 \backslash
21412 settowidth{
21413 \backslash
21414 abc}{
21415 \backslash
21416 space}
21417 \begin_inset Newline newline
21418 \end_inset
21419
21420
21421 \backslash
21422 addto
21423 \backslash
21424 extrasenglish{
21425 \backslash
21426 renewcommand{
21427 \backslash
21428 equationautorefname}
21429 \begin_inset Newline newline
21430 \end_inset
21431
21432
21433 \begin_inset Phantom HPhantom
21434 status open
21435
21436 \begin_layout Plain Layout
21437
21438 \series bold
21439 \begin_inset space ~
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446
21447 {
21448 \backslash
21449 hspace{-
21450 \backslash
21451 abc}}
21452 \end_layout
21453
21454 \begin_layout Standard
21455 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21456  de 
21457 \series bold
21458 hyperref
21459 \series default
21460  
21461 \begin_inset CommandInset citation
21462 LatexCommand cite
21463 key "hyperref"
21464
21465 \end_inset
21466
21467 .
21468 \end_layout
21469
21470 \begin_layout Standard
21471 \begin_inset Note Greyedout
21472 status open
21473
21474 \begin_layout Plain Layout
21475
21476 \series bold
21477 Note:
21478 \series default
21479  Le nommage automatique de références ne peut être utilisé si vous avez
21480  choisi le style de référence 
21481 \family sans
21482 Référence
21483 \begin_inset space ~
21484 \end_inset
21485
21486 mise
21487 \begin_inset space ~
21488 \end_inset
21489
21490 en
21491 \begin_inset space ~
21492 \end_inset
21493
21494 forme
21495 \family default
21496  décrit dans la section
21497 \begin_inset space ~
21498 \end_inset
21499
21500
21501 \begin_inset CommandInset ref
21502 LatexCommand ref
21503 reference "sub:Formats-Références-Croisées"
21504
21505 \end_inset
21506
21507 .
21508 \end_layout
21509
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \begin_layout Standard
21516 Le manuel 
21517 \emph on
21518 Math
21519 \emph default
21520  est un exemple dans lequel on a utilisé le référencement automatique.
21521 \end_layout
21522
21523 \begin_layout Subsection
21524 Positionnement des Références 
21525 \begin_inset CommandInset label
21526 LatexCommand label
21527 name "sub:Reference-Position"
21528
21529 \end_inset
21530
21531
21532 \begin_inset Index idx
21533 status collapsed
21534
21535 \begin_layout Plain Layout
21536 References@Références ! Positionnement
21537 \end_layout
21538
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \begin_layout Standard
21545 Si vous utilisez le paquetage 
21546 \series bold
21547 hyperref, 
21548 \series default
21549 qui est activé dans la rubrique 
21550 \family sans
21551 Propriétés du PDF
21552 \family default
21553  de la fenêtre de dialogue 
21554 \family sans
21555 Paramètres du document,
21556 \family default
21557  pour lier vos références croisées dans la sortie finale, vous verrez que
21558  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21559  l'image.
21560  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21561  pourrez voir l'image sans faire défiler le texte.
21562  Ce problème vient du fait que le point d'ancrage de la référence se situe
21563  à l'endroit de l'étiquette.
21564  En utilisant le paquetage LaTeX 
21565 \series bold
21566 hypcap
21567 \series default
21568
21569 \begin_inset Index idx
21570 status collapsed
21571
21572 \begin_layout Plain Layout
21573 Paquetages LaTeX ! hypcap
21574 \end_layout
21575
21576 \end_inset
21577
21578 , qui fait partie du paquetage LaTeX 
21579 \series bold
21580 oberdiek
21581 \series default
21582
21583 \begin_inset Index idx
21584 status collapsed
21585
21586 \begin_layout Plain Layout
21587 Paquetages LaTeX ! oberdiek
21588 \end_layout
21589
21590 \end_inset
21591
21592 , le point d'ancrage d'un lien est place en haut du flottant.
21593  Pour utiliser cette fonction avec les flottants de figure, chargez 
21594 \series bold
21595 hypcap
21596 \series default
21597  dans l'entête du document avec la ligne
21598 \end_layout
21599
21600 \begin_layout Standard
21601
21602 \series bold
21603
21604 \backslash
21605 usepackage[figure]{hypcap}
21606 \end_layout
21607
21608 \begin_layout Standard
21609 Vous pouvez aussi utiliser 
21610 \series bold
21611 hypcap
21612 \series default
21613  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21614  raisons de stabilité.
21615  Pour plus d'information, jetez un coup d'œil au manuel d' 
21616 \series bold
21617 hypcap
21618 \series default
21619  
21620 \begin_inset CommandInset citation
21621 LatexCommand cite
21622 key "hypcap"
21623
21624 \end_inset
21625
21626 .
21627 \end_layout
21628
21629 \begin_layout Standard
21630 \begin_inset Note Greyedout
21631 status open
21632
21633 \begin_layout Plain Layout
21634
21635 \series bold
21636 Note:
21637 \series default
21638  
21639 \series bold
21640 hypcap
21641 \series default
21642  n'a aucun effet pour les références à des sous-figures.
21643 \end_layout
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \begin_layout Section
21651 Placement des flottants
21652 \begin_inset CommandInset label
21653 LatexCommand label
21654 name "sec:Placement-flottants"
21655
21656 \end_inset
21657
21658
21659 \begin_inset Index idx
21660 status collapsed
21661
21662 \begin_layout Plain Layout
21663 Flottants ! Placement
21664 \end_layout
21665
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \begin_layout Standard
21672 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21673  de dialogue 
21674 \family sans
21675 Paramètre
21676 \begin_inset space ~
21677 \end_inset
21678
21679 de
21680 \begin_inset space ~
21681 \end_inset
21682
21683 Flottant
21684 \family default
21685  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21686  utilise pour déterminer où placer le flottant.
21687 \begin_inset Newline newline
21688 \end_inset
21689
21690 L'option 
21691 \family sans
21692 Plusieurs
21693 \begin_inset space ~
21694 \end_inset
21695
21696 colonnes
21697 \family default
21698  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21699  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21700  confiné sur une seule colonne.
21701 \begin_inset Newline newline
21702 \end_inset
21703
21704 L'option 
21705 \family sans
21706 Rotation
21707 \begin_inset space ~
21708 \end_inset
21709
21710 90°
21711 \family default
21712  est utilisée pour faire tourner les flottants, voyez la section
21713 \begin_inset space ~
21714 \end_inset
21715
21716
21717 \begin_inset CommandInset ref
21718 LatexCommand ref
21719 reference "sec:Flottants-renversés"
21720
21721 \end_inset
21722
21723 .
21724 \end_layout
21725
21726 \begin_layout Standard
21727 En désactivant l'option 
21728 \family sans
21729 Utilise
21730 \begin_inset space ~
21731 \end_inset
21732
21733 le
21734 \begin_inset space ~
21735 \end_inset
21736
21737 placement
21738 \begin_inset space ~
21739 \end_inset
21740
21741 par
21742 \begin_inset space ~
21743 \end_inset
21744
21745 défaut
21746 \family default
21747  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21748  le placement du flottant:
21749 \end_layout
21750
21751 \begin_layout Description
21752 Ici,
21753 \begin_inset space ~
21754 \end_inset
21755
21756 si
21757 \begin_inset space ~
21758 \end_inset
21759
21760 possible: essaie de placer le flottant à la position où il a été inséré
21761  dans LyX
21762 \end_layout
21763
21764 \begin_layout Description
21765 Haut
21766 \begin_inset space ~
21767 \end_inset
21768
21769 de
21770 \begin_inset space ~
21771 \end_inset
21772
21773 la
21774 \begin_inset space ~
21775 \end_inset
21776
21777 page: essaie de placer le flottant en haut de la page courante
21778 \end_layout
21779
21780 \begin_layout Description
21781 Bas
21782 \begin_inset space ~
21783 \end_inset
21784
21785 de
21786 \begin_inset space ~
21787 \end_inset
21788
21789 la
21790 \begin_inset space ~
21791 \end_inset
21792
21793 page: essaie de placer le flottant en bas de la page courante
21794 \end_layout
21795
21796 \begin_layout Description
21797 Page
21798 \begin_inset space ~
21799 \end_inset
21800
21801 de
21802 \begin_inset space ~
21803 \end_inset
21804
21805 flottants: essaie de placer le flottant sur une page à part, éventuellement
21806  avec d'autres flottants 
21807 \end_layout
21808
21809 \begin_layout Standard
21810 LaTeX utilise
21811 \emph on
21812  toujours 
21813 \emph default
21814 les options dans l'ordre donné ci-dessus.
21815  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21816  d'abord essayer 
21817 \family sans
21818 Ici
21819 \begin_inset space ~
21820 \end_inset
21821
21822 si
21823 \begin_inset space ~
21824 \end_inset
21825
21826 possible
21827 \family default
21828 , ensuite 
21829 \family sans
21830 Haut
21831 \begin_inset space ~
21832 \end_inset
21833
21834 de
21835 \begin_inset space ~
21836 \end_inset
21837
21838 la
21839 \begin_inset space ~
21840 \end_inset
21841
21842 page
21843 \family default
21844 , et ainsi de suite.
21845  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21846  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21847  Si aucune des quatre options de placement n'est possible, la procédure
21848  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21849 \end_layout
21850
21851 \begin_layout Standard
21852 Implicitement, chaque option a ses propres règles d'application:
21853 \end_layout
21854
21855 \begin_layout Standard
21856
21857 \family sans
21858 Haut
21859 \begin_inset space ~
21860 \end_inset
21861
21862 de
21863 \begin_inset space ~
21864 \end_inset
21865
21866 la
21867 \begin_inset space ~
21868 \end_inset
21869
21870 page
21871 \family default
21872  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21873  en haut de page (
21874 \series bold
21875
21876 \backslash
21877 topfraction
21878 \series default
21879 ).
21880 \end_layout
21881
21882 \begin_layout Standard
21883
21884 \family sans
21885 Bas
21886 \begin_inset space ~
21887 \end_inset
21888
21889 de
21890 \begin_inset space ~
21891 \end_inset
21892
21893 la
21894 \begin_inset space ~
21895 \end_inset
21896
21897 page
21898 \family default
21899  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21900  en bas de page (
21901 \series bold
21902
21903 \backslash
21904 bottomfraction
21905 \series default
21906 ).
21907 \end_layout
21908
21909 \begin_layout Standard
21910
21911 \family sans
21912 Page
21913 \begin_inset space ~
21914 \end_inset
21915
21916 de
21917 \begin_inset space ~
21918 \end_inset
21919
21920 flottants
21921 \family default
21922  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21923  si ils occupent plus de 50% de celle-ci (
21924 \series bold
21925
21926 \backslash
21927 floatpagefraction
21928 \series default
21929 ).
21930 \end_layout
21931
21932 \begin_layout Standard
21933 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21934  supplémentaire 
21935 \family sans
21936 Ignorer
21937 \begin_inset space ~
21938 \end_inset
21939
21940 les
21941 \begin_inset space ~
21942 \end_inset
21943
21944 règles
21945 \begin_inset space ~
21946 \end_inset
21947
21948 LaTeX
21949 \family default
21950 \lang english
21951 .
21952 \begin_inset Newline newline
21953 \end_inset
21954
21955
21956 \lang french
21957 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21958  données entre parenthèses après les descriptions des règles données ci-dessus.
21959  Par exemple, pour augmenter à 50
21960 \begin_inset space \thinspace{}
21961 \end_inset
21962
21963 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21964  trop petite, ajoutez cette ligne au préambule de votre document :
21965 \end_layout
21966
21967 \begin_layout Standard
21968
21969 \series bold
21970
21971 \backslash
21972 renewcommand{
21973 \backslash
21974 bottomfraction}{0.5}
21975 \end_layout
21976
21977 \begin_layout Standard
21978 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21979  exactement à l'endroit où vous l'avez inséré.
21980  dans ce cas utilisez l'option 
21981 \family sans
21982 Ici
21983 \begin_inset space ~
21984 \end_inset
21985
21986 à
21987 \begin_inset space ~
21988 \end_inset
21989
21990 tout
21991 \begin_inset space ~
21992 \end_inset
21993
21994 Prix
21995 \family default
21996 .
21997  Utilisez cette option le moins souvent possible et seulement quand le document
21998  est presque prêt à être imprimé.
21999  En effet, le flottant n'est plus capable de 
22000 \begin_inset Quotes eld
22001 \end_inset
22002
22003 flotter
22004 \begin_inset Quotes erd
22005 \end_inset
22006
22007 , ce qui peut perturber toutes les mises en page.
22008 \end_layout
22009
22010 \begin_layout Standard
22011 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22012  sont toujours entourés par le texte d'un paragraphe donné.
22013 \begin_inset VSpace bigskip
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Standard
22020 On peut parfois se trouver dans la situation où un flottant est placé en
22021  haut d'une page alors que la section concernée ne commence qu'au milieu
22022  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22023  la section précédente.
22024  On peut utiliser la commande LaTeX 
22025 \series bold
22026
22027 \backslash
22028 suppressfloats
22029 \series default
22030  pour éviter ce cas.
22031  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22032  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22033  soit placé avant que la section commence.
22034  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22035  votre document :
22036 \end_layout
22037
22038 \begin_layout Standard
22039
22040 \series bold
22041
22042 \backslash
22043 let
22044 \backslash
22045 mySection
22046 \backslash
22047 section
22048 \begin_inset Newline newline
22049 \end_inset
22050
22051
22052 \backslash
22053 renewcommand{
22054 \backslash
22055 section}{
22056 \backslash
22057 suppressfloats[t]
22058 \backslash
22059 mySection}
22060 \end_layout
22061
22062 \begin_layout Standard
22063 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22064  comme les chapitres et les sous-sections.
22065  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22066  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22067  ensuite avoir du mal à trouver un positionnement correct.
22068 \end_layout
22069
22070 \begin_layout Standard
22071 \begin_inset VSpace bigskip
22072 \end_inset
22073
22074 Dans certains cas il est demandé de placer toutes les figures et tous les
22075  tableaux à la fin du document.
22076  C'est pour de telles situations que le paquetage LaTeX 
22077 \series bold
22078 endfloat
22079 \series default
22080
22081 \begin_inset Index idx
22082 status collapsed
22083
22084 \begin_layout Plain Layout
22085 Paquetages LaTeX ! endfloat
22086 \end_layout
22087
22088 \end_inset
22089
22090  a été développé.
22091  Il met en effet tous les flottants de figures et de tableaux à la fin du
22092  document dans leurs propres sections.
22093  À la position d'origine du flottant, une indication textuelle du genre
22094  
22095 \begin_inset Quotes eld
22096 \end_inset
22097
22098
22099 \family sans
22100 [Figure
22101 \begin_inset space ~
22102 \end_inset
22103
22104 3.2 
22105 \lang english
22106 about here.
22107 \lang french
22108 ]
22109 \family default
22110
22111 \begin_inset Quotes erd
22112 \end_inset
22113
22114  est insérée.
22115  Le paquetage 
22116 \series bold
22117 endfloat
22118 \series default
22119  est chargé dans le préambule avec la ligne suivante 
22120 \end_layout
22121
22122 \begin_layout Standard
22123
22124 \series bold
22125
22126 \backslash
22127 usepackage[options]{endfloat}
22128 \end_layout
22129
22130 \begin_layout Standard
22131 Il y a aussi de nombreuses options de paquetage pour modifier le format
22132  des sections de figures ou de tableau qui sont créées.
22133  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22134  
22135 \series bold
22136 endfloa
22137 \series default
22138
22139 \begin_inset CommandInset citation
22140 LatexCommand cite
22141 key "endfloat"
22142
22143 \end_inset
22144
22145 .
22146 \begin_inset Newline newline
22147 \end_inset
22148
22149
22150 \begin_inset Note Greyedout
22151 status open
22152
22153 \begin_layout Plain Layout
22154
22155 \series bold
22156 Note: endfloat
22157 \series default
22158  ne fournit pas de traduction automatique de l'indication textuelle, vous
22159  devez donc le faire manuellement, voyez la section
22160 \begin_inset space ~
22161 \end_inset
22162
22163 4 de 
22164 \begin_inset CommandInset citation
22165 LatexCommand cite
22166 key "endfloat"
22167
22168 \end_inset
22169
22170 .
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \begin_inset Newline newline
22177 \end_inset
22178
22179
22180 \begin_inset Note Greyedout
22181 status open
22182
22183 \begin_layout Plain Layout
22184
22185 \series bold
22186 Note:
22187 \series default
22188  Il y a actuellement un bug dans le paquetage 
22189 \series bold
22190 endfloat
22191 \series default
22192  quand la légende contient un 
22193 \begin_inset Quotes eld
22194 \end_inset
22195
22196 ß
22197 \begin_inset Quotes erd
22198 \end_inset
22199
22200  allemand.
22201  Utilisez dans ce cas la commande 
22202 \begin_inset Quotes eld
22203 \end_inset
22204
22205
22206 \series bold
22207
22208 \backslash
22209 ss
22210 \series default
22211
22212 \begin_inset Quotes erd
22213 \end_inset
22214
22215  en code TeX à la place du 
22216 \begin_inset Quotes eld
22217 \end_inset
22218
22219 ß
22220 \begin_inset Quotes erd
22221 \end_inset
22222
22223 .
22224 \end_layout
22225
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \begin_layout Standard
22232 \begin_inset VSpace bigskip
22233 \end_inset
22234
22235 Pour plus d'information sur les manières de placer les flottants, jetez
22236  un coup d'œil aux livres sur LaTeX, 
22237 \begin_inset CommandInset citation
22238 LatexCommand cite
22239 key "latexcompanion,latexguide,latexbook"
22240
22241 \end_inset
22242
22243 .
22244 \end_layout
22245
22246 \begin_layout Section
22247 Flottants Renversés
22248 \begin_inset CommandInset label
22249 LatexCommand label
22250 name "sec:Flottants-renversés"
22251
22252 \end_inset
22253
22254
22255 \begin_inset Index idx
22256 status collapsed
22257
22258 \begin_layout Plain Layout
22259 Flottants ! Renversés
22260 \end_layout
22261
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \begin_layout Standard
22268 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22269  tableaux très larges.
22270  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22271  un clic droit sur la boîte du flottant et utilisez l'option 
22272 \family sans
22273 Rotation
22274 \begin_inset space ~
22275 \end_inset
22276
22277 90°
22278 \family default
22279 .
22280 \end_layout
22281
22282 \begin_layout Standard
22283 Les flottants renversés sont systématiquement placés sur leur propre page
22284  ( ou colonne, si vous avez un document sur deux colonnes ).
22285  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22286  
22287 \family sans
22288 Plusieurs
22289 \begin_inset space ~
22290 \end_inset
22291
22292 colonnes
22293 \family default
22294  dans les paramètres du flottant.
22295  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22296  du côté de la marge externe.
22297  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22298  ajouter soit l'option 
22299 \series bold
22300 figuresleft
22301 \series default
22302  soit l'option 
22303 \series bold
22304 figuresright
22305 \series default
22306  aux options de la classe de document.
22307 \end_layout
22308
22309 \begin_layout Standard
22310 Faire référence à un flottant renversé se fait de la même manière que pour
22311  un flottant normal, la mise en forme de la légende est aussi identique
22312  : Le tableau
22313 \begin_inset space ~
22314 \end_inset
22315
22316
22317 \begin_inset CommandInset ref
22318 LatexCommand ref
22319 reference "tab:Tableau-pivoté"
22320
22321 \end_inset
22322
22323  est un exemple de flottant de tableau renversé.
22324 \end_layout
22325
22326 \begin_layout Standard
22327 \begin_inset Note Greyedout
22328 status open
22329
22330 \begin_layout Plain Layout
22331
22332 \series bold
22333 Note:
22334 \series default
22335  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22336  DVI.
22337 \end_layout
22338
22339 \end_inset
22340
22341
22342 \end_layout
22343
22344 \begin_layout Standard
22345 \begin_inset Float table
22346 wide false
22347 sideways true
22348 status open
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Caption
22352
22353 \begin_layout Plain Layout
22354 \begin_inset CommandInset label
22355 LatexCommand label
22356 name "tab:Tableau-pivoté"
22357
22358 \end_inset
22359
22360  Tableau pivoté
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \begin_layout Plain Layout
22369 \align center
22370 \begin_inset Tabular
22371 <lyxtabular version="3" rows="1" columns="5">
22372 <features tabularvalignment="middle">
22373 <column alignment="center" valignment="top" width="0">
22374 <column alignment="center" valignment="top" width="0">
22375 <column alignment="center" valignment="top" width="0">
22376 <column alignment="center" valignment="top" width="0">
22377 <column alignment="center" valignment="top" width="0">
22378 <row>
22379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 test
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 b
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 c
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 d
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 e
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 </lyxtabular>
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Section
22438 Sous-flottants
22439 \begin_inset Index idx
22440 status collapsed
22441
22442 \begin_layout Plain Layout
22443 Flottants ! Sous-flottants
22444 \end_layout
22445
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \begin_layout Standard
22452 Un exemple de sous-flottant : une figure composée de plusieurs images.
22453  On les crée en insérant un flottant dans un flottant existant.
22454  Le positionnement des sous-flottants peut être contrôlé comme pour les
22455  paragraphes comme on le voit avec les tableaux
22456 \begin_inset space ~
22457 \end_inset
22458
22459
22460 \begin_inset CommandInset ref
22461 LatexCommand ref
22462 reference "tab:Deux-sous-tableaux-cote-a-cote"
22463
22464 \end_inset
22465
22466  et 
22467 \begin_inset CommandInset ref
22468 LatexCommand ref
22469 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22470
22471 \end_inset
22472
22473 .
22474 \end_layout
22475
22476 \begin_layout Standard
22477 On fait référence à des sous-flottants comme on le ferait avec des flottants
22478  normaux : Les tableaux
22479 \begin_inset space ~
22480 \end_inset
22481
22482
22483 \begin_inset CommandInset ref
22484 LatexCommand ref
22485 reference "tab:Le-sous-tableau-a"
22486
22487 \end_inset
22488
22489  et 
22490 \begin_inset CommandInset ref
22491 LatexCommand ref
22492 reference "tab:Le-sous-tableau-b"
22493
22494 \end_inset
22495
22496  sont des sous-tableaux du tableau
22497 \begin_inset space ~
22498 \end_inset
22499
22500
22501 \begin_inset CommandInset ref
22502 LatexCommand ref
22503 reference "tab:Deux-sous-tableaux-cote-a-cote"
22504
22505 \end_inset
22506
22507 .
22508 \end_layout
22509
22510 \begin_layout Standard
22511 \begin_inset Float table
22512 wide false
22513 sideways false
22514 status open
22515
22516 \begin_layout Plain Layout
22517 \begin_inset Caption
22518
22519 \begin_layout Plain Layout
22520 \begin_inset CommandInset label
22521 LatexCommand label
22522 name "tab:Deux-sous-tableaux-cote-a-cote"
22523
22524 \end_inset
22525
22526 Deux sous-tableaux placés côte-à-côte.
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \begin_layout Plain Layout
22535 \align center
22536 \begin_inset space \hfill{}
22537 \end_inset
22538
22539
22540 \begin_inset Float table
22541 wide false
22542 sideways false
22543 status collapsed
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Caption
22547
22548 \begin_layout Plain Layout
22549 \begin_inset CommandInset label
22550 LatexCommand label
22551 name "tab:Le-sous-tableau-a"
22552
22553 \end_inset
22554
22555 Le sous-tableau a
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \begin_layout Plain Layout
22564 \align center
22565 \begin_inset Tabular
22566 <lyxtabular version="3" rows="1" columns="5">
22567 <features tabularvalignment="middle">
22568 <column alignment="center" valignment="top" width="0">
22569 <column alignment="center" valignment="top" width="0">
22570 <column alignment="center" valignment="top" width="0">
22571 <column alignment="center" valignment="top" width="0">
22572 <column alignment="center" valignment="top" width="0">
22573 <row>
22574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 test
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 b
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 c
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 d
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 e
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 </lyxtabular>
22621
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628
22629
22630 \begin_inset space \hfill{}
22631 \end_inset
22632
22633
22634 \begin_inset Float table
22635 wide false
22636 sideways false
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640 \begin_inset Caption
22641
22642 \begin_layout Plain Layout
22643 \begin_inset CommandInset label
22644 LatexCommand label
22645 name "tab:Le-sous-tableau-b"
22646
22647 \end_inset
22648
22649 Le sous-tableau b.
22650 \end_layout
22651
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \begin_layout Plain Layout
22658 \align center
22659 \begin_inset Tabular
22660 <lyxtabular version="3" rows="1" columns="5">
22661 <features tabularvalignment="middle">
22662 <column alignment="center" valignment="top" width="0">
22663 <column alignment="center" valignment="top" width="0">
22664 <column alignment="center" valignment="top" width="0">
22665 <column alignment="center" valignment="top" width="0">
22666 <column alignment="center" valignment="top" width="0">
22667 <row>
22668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 e
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 d
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 c
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 b
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 test
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 </lyxtabular>
22715
22716 \end_inset
22717
22718
22719 \end_layout
22720
22721 \end_inset
22722
22723
22724 \begin_inset space \hfill{}
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \begin_layout Standard
22736 \begin_inset Float table
22737 wide false
22738 sideways false
22739 status open
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Caption
22743
22744 \begin_layout Plain Layout
22745 \begin_inset CommandInset label
22746 LatexCommand label
22747 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22748
22749 \end_inset
22750
22751 Deux sous-tableaux placés l'un sur l'autre.
22752  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22753 \end_layout
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \begin_layout Plain Layout
22761 \align center
22762 \begin_inset Float table
22763 wide false
22764 sideways false
22765 status collapsed
22766
22767 \begin_layout Plain Layout
22768 \begin_inset Caption
22769
22770 \begin_layout Plain Layout
22771
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Plain Layout
22780 \align center
22781 \begin_inset Tabular
22782 <lyxtabular version="3" rows="1" columns="4">
22783 <features tabularvalignment="middle">
22784 <column alignment="center" valignment="top" width="0">
22785 <column alignment="center" valignment="top" width="0">
22786 <column alignment="center" valignment="top" width="0">
22787 <column alignment="center" valignment="top" width="0">
22788 <row>
22789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 test
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 test
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 test
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 test
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 </row>
22826 </lyxtabular>
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \begin_layout Plain Layout
22839 \align center
22840 \begin_inset Float table
22841 wide false
22842 sideways false
22843 status collapsed
22844
22845 \begin_layout Plain Layout
22846 \begin_inset Caption
22847
22848 \begin_layout Plain Layout
22849
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Plain Layout
22858 \align center
22859 \begin_inset Tabular
22860 <lyxtabular version="3" rows="1" columns="5">
22861 <features tabularvalignment="middle">
22862 <column alignment="center" valignment="top" width="0">
22863 <column alignment="center" valignment="top" width="0">
22864 <column alignment="center" valignment="top" width="0">
22865 <column alignment="center" valignment="top" width="0">
22866 <column alignment="center" valignment="top" width="0">
22867 <row>
22868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 a
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881 b
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 c
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 d
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 e
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 </lyxtabular>
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \begin_layout Section
22932 Flottants côte-à-côte
22933 \begin_inset Index idx
22934 status collapsed
22935
22936 \begin_layout Plain Layout
22937 Flottants ! côte-à-côte
22938 \end_layout
22939
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Standard
22946 Pour placer des flottants côte-à-côte, comme pour la figure
22947 \begin_inset space ~
22948 \end_inset
22949
22950
22951 \begin_inset CommandInset ref
22952 LatexCommand ref
22953 reference "fig:Flottant-gauche"
22954
22955 \end_inset
22956
22957  et 
22958 \begin_inset CommandInset ref
22959 LatexCommand ref
22960 reference "fig:Flottant-droit"
22961
22962 \end_inset
22963
22964 , on n'utilise 
22965 \emph on
22966 qu'un seul 
22967 \emph default
22968 flottant.
22969  On y insère deux boîtes de minipages.
22970 \begin_inset Foot
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974 Les minipages sont décrites dans la section
22975 \begin_inset space ~
22976 \end_inset
22977
22978
22979 \begin_inset CommandInset ref
22980 LatexCommand ref
22981 reference "sec:Minipages"
22982
22983 \end_inset
22984
22985 .
22986 \end_layout
22987
22988 \end_inset
22989
22990  La largeur est mise à 45
22991 \begin_inset space \thinspace{}
22992 \end_inset
22993
22994 -50
22995 \begin_inset space \thinspace{}
22996 \end_inset
22997
22998 column% et l'alignement de la boîte à 
22999 \family sans
23000 Bas
23001 \family default
23002  pour chaque minipage.
23003  Les boîtes minipages contiennent l'image et la légende exactement comme
23004  avec un flottant.
23005  La seule différence est que l'unité de longueur 
23006 \family sans
23007 Largeur
23008 \begin_inset space ~
23009 \end_inset
23010
23011 colonne
23012 \begin_inset space ~
23013 \end_inset
23014
23015 %
23016 \family default
23017  utilisée pour l'image est maintenant définie par rapport à la largeur des
23018  boîtes minipages.
23019 \end_layout
23020
23021 \begin_layout Standard
23022 \begin_inset Float figure
23023 wide false
23024 sideways false
23025 status open
23026
23027 \begin_layout Plain Layout
23028 \begin_inset Box Frameless
23029 position "b"
23030 hor_pos "c"
23031 has_inner_box 1
23032 inner_pos "t"
23033 use_parbox 0
23034 use_makebox 0
23035 width "45col%"
23036 special "none"
23037 height "1in"
23038 height_special "totalheight"
23039 status open
23040
23041 \begin_layout Plain Layout
23042 \align center
23043 \begin_inset Graphics
23044         filename ../clipart/mobius.eps
23045         lyxscale 50
23046         width 100col%
23047         scaleBeforeRotation
23048
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \begin_layout Plain Layout
23055 \begin_inset Caption
23056
23057 \begin_layout Plain Layout
23058 \begin_inset CommandInset label
23059 LatexCommand label
23060 name "fig:Flottant-gauche"
23061
23062 \end_inset
23063
23064 Flottant du côté gauche.
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \end_inset
23073
23074
23075 \begin_inset space \hfill{}
23076 \end_inset
23077
23078
23079 \begin_inset Box Frameless
23080 position "b"
23081 hor_pos "c"
23082 has_inner_box 1
23083 inner_pos "t"
23084 use_parbox 0
23085 use_makebox 0
23086 width "45col%"
23087 special "none"
23088 height "1in"
23089 height_special "totalheight"
23090 status open
23091
23092 \begin_layout Plain Layout
23093 \align center
23094 \begin_inset Graphics
23095         filename ../clipart/platypus.eps
23096         lyxscale 50
23097         width 100col%
23098         scaleBeforeRotation
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Plain Layout
23106 \begin_inset Caption
23107
23108 \begin_layout Plain Layout
23109 \begin_inset CommandInset label
23110 LatexCommand label
23111 name "fig:Flottant-droit"
23112
23113 \end_inset
23114
23115 Flottant du côté droit.
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129
23130
23131 \end_layout
23132
23133 \begin_layout Section
23134 Mise en Forme de la Légende
23135 \begin_inset Index idx
23136 status collapsed
23137
23138 \begin_layout Plain Layout
23139 Légende ! Mise en forme
23140 \end_layout
23141
23142 \end_inset
23143
23144
23145 \begin_inset Index idx
23146 status collapsed
23147
23148 \begin_layout Plain Layout
23149 Flottants ! Mise en forme de la Légende
23150 \end_layout
23151
23152 \end_inset
23153
23154
23155 \begin_inset CommandInset label
23156 LatexCommand label
23157 name "sec:Formatage-légende"
23158
23159 \end_inset
23160
23161
23162 \end_layout
23163
23164 \begin_layout Standard
23165 L'environnement 
23166 \family sans
23167 Légende
23168 \family default
23169  est l'environnement de paragraphe implicite pour les 
23170 \family sans
23171 flottants
23172 \family default
23173 .
23174  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23175  par exemple 
23176 \begin_inset Quotes eld
23177 \end_inset
23178
23179
23180 \family sans
23181 Figure #:
23182 \family default
23183
23184 \begin_inset Quotes erd
23185 \end_inset
23186
23187  suivi par le texte de la légende.
23188  Le 
23189 \begin_inset Quotes eld
23190 \end_inset
23191
23192 #
23193 \begin_inset Quotes erd
23194 \end_inset
23195
23196  étant remplacé par le numéro de référence réel.
23197  implicitement l'étiquette et le numéro sont dans la même police de caractères
23198  que le texte de la légende et deux points suivent le numéro pour séparer
23199  l'étiquette du texte.
23200  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23201 \end_layout
23202
23203 \begin_layout Standard
23204 Pour modifier le format implicite des légendes, il faut charger le paquetage
23205  LaTeX 
23206 \series bold
23207 caption
23208 \series default
23209
23210 \begin_inset Index idx
23211 status collapsed
23212
23213 \begin_layout Plain Layout
23214 Paquetages LaTeX ! caption
23215 \end_layout
23216
23217 \end_inset
23218
23219  dans le préambule de votre document avec la ligne suivante :
23220 \end_layout
23221
23222 \begin_layout Standard
23223
23224 \series bold
23225
23226 \backslash
23227 usepackage[format definition]{caption}
23228 \end_layout
23229
23230 \begin_layout Standard
23231 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23232  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23233  dans ce document, utilisez les commandes suivantes :
23234 \end_layout
23235
23236 \begin_layout Standard
23237
23238 \series bold
23239
23240 \backslash
23241 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23242 \end_layout
23243
23244 \begin_layout Standard
23245 Vous pouvez aussi définir des formats de légendes différents pour les différents
23246  types de flottants.
23247  Dans ce cas chargez le paquetage 
23248 \series bold
23249 caption 
23250 \series default
23251 sans option de format spécifique et définissez les différents formats à
23252  l'aide de la commande 
23253 \end_layout
23254
23255 \begin_layout Standard
23256
23257 \series bold
23258
23259 \backslash
23260 captionsetup[type de flottant]{définition du format}
23261 \end_layout
23262
23263 \begin_layout Standard
23264 dans le préambule du document.
23265  Par exemple les formats de légende de la Figure
23266 \begin_inset space ~
23267 \end_inset
23268
23269
23270 \begin_inset CommandInset ref
23271 LatexCommand ref
23272 reference "fig:Legende-de-fig"
23273
23274 \end_inset
23275
23276  et du Tableau
23277 \begin_inset space ~
23278 \end_inset
23279
23280
23281 \begin_inset CommandInset ref
23282 LatexCommand ref
23283 reference "tab:Légende-de-tab"
23284
23285 \end_inset
23286
23287  peuvent être créés en utilisant les commandes suivantes dans le préambule
23288  :
23289 \end_layout
23290
23291 \begin_layout Standard
23292
23293 \series bold
23294
23295 \backslash
23296 usepackage[tableposition=top]{caption}
23297 \series default
23298
23299 \begin_inset Newline newline
23300 \end_inset
23301
23302
23303 \series bold
23304
23305 \backslash
23306 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23307 \begin_inset Newline newline
23308 \end_inset
23309
23310
23311 \begin_inset Phantom HPhantom
23312 status open
23313
23314 \begin_layout Plain Layout
23315
23316 \series bold
23317
23318 \backslash
23319 captionsetup[figure]{
23320 \end_layout
23321
23322 \end_inset
23323
23324 labelsep=period}
23325 \begin_inset Newline newline
23326 \end_inset
23327
23328
23329 \backslash
23330 captionsetup[table]{labelfont={bf,sf}}
23331 \end_layout
23332
23333 \begin_layout Standard
23334 \begin_inset Note Greyedout
23335 status open
23336
23337 \begin_layout Plain Layout
23338
23339 \series bold
23340 Note:
23341 \series default
23342  L'option 
23343 \series bold
23344 tableposition=top
23345 \series default
23346  n'a pas d'effet quand on utilise un document de classe 
23347 \series bold
23348 KOMA-Script
23349 \series default
23350
23351 \begin_inset Index idx
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355 Paquetages LaTeX ! KOMA-Script
23356 \end_layout
23357
23358 \end_inset
23359
23360 .
23361  Dans ce cas on doit utiliser l'option 
23362 \series bold
23363 captions=tableheading
23364 \series default
23365  de la classe de document.
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Standard
23374 Pour plus d'information sur le paquetage 
23375 \series bold
23376 caption
23377 \series default
23378  nous vous renvoyons à sa documentation 
23379 \begin_inset CommandInset citation
23380 LatexCommand cite
23381 key "caption"
23382
23383 \end_inset
23384
23385 .
23386 \end_layout
23387
23388 \begin_layout Standard
23389 Pour changer le nom de l'étiquette, par exemple de 
23390 \begin_inset Quotes eld
23391 \end_inset
23392
23393 Figure
23394 \begin_inset Quotes erd
23395 \end_inset
23396
23397  à 
23398 \begin_inset Quotes eld
23399 \end_inset
23400
23401 Image
23402 \begin_inset Quotes erd
23403 \end_inset
23404
23405 , utilisez la commande suivante dans le préambule :
23406 \end_layout
23407
23408 \begin_layout Standard
23409
23410 \series bold
23411
23412 \backslash
23413 renewcommand{
23414 \backslash
23415 fnum@figure}{Image~
23416 \backslash
23417 thefigure}
23418 \end_layout
23419
23420 \begin_layout Standard
23421 où 
23422 \series bold
23423
23424 \backslash
23425 thefigure
23426 \series default
23427  insère le numéro de la figure et
23428 \series bold
23429  
23430 \begin_inset Quotes eld
23431 \end_inset
23432
23433 ~
23434 \series default
23435
23436 \begin_inset Quotes erd
23437 \end_inset
23438
23439  ajoute une espace insécable.
23440 \end_layout
23441
23442 \begin_layout Standard
23443 \begin_inset VSpace bigskip
23444 \end_inset
23445
23446 Si vous utilisez un document de classe 
23447 \series bold
23448 KOMA-Script
23449 \series default
23450
23451 \begin_inset Index idx
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455 Paquetages LaTeX ! KOMA-Script
23456 \end_layout
23457
23458 \end_inset
23459
23460  (
23461 \family sans
23462 article (KOMA-Script)
23463 \family default
23464
23465 \family sans
23466 book (KOMA-Script)
23467 \family default
23468
23469 \family sans
23470 letter (KOMA-Script)
23471 \family default
23472 , ou 
23473 \family sans
23474 report (KOMA-Script)
23475 \family default
23476
23477 \begin_inset space \thinspace{}
23478 \end_inset
23479
23480 ), Vous pouvez utiliser la commande incorporée 
23481 \series bold
23482
23483 \backslash
23484 setkomafont 
23485 \series default
23486 du paquetage
23487 \series bold
23488  KOMA-Script 
23489 \series default
23490 à la place du paquetage
23491 \series bold
23492  caption.
23493  
23494 \series default
23495 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23496  suivante au préambule de votre document :
23497 \end_layout
23498
23499 \begin_layout Standard
23500
23501 \series bold
23502
23503 \backslash
23504 setkomafont{captionlabel}{
23505 \backslash
23506 bfseries}
23507 \end_layout
23508
23509 \begin_layout Standard
23510 Pour plus d'information au sujet de 
23511 \series bold
23512
23513 \backslash
23514 setkomafont
23515 \series default
23516  nous vous renvoyons à la documentation du paquetage 
23517 \series bold
23518 KOMA-Script
23519 \series default
23520  
23521 \begin_inset CommandInset citation
23522 LatexCommand cite
23523 key "KOMA-Script"
23524
23525 \end_inset
23526
23527 .
23528 \end_layout
23529
23530 \begin_layout Standard
23531 \begin_inset ERT
23532 status collapsed
23533
23534 \begin_layout Plain Layout
23535
23536
23537 \backslash
23538 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23539 }
23540 \end_layout
23541
23542 \end_inset
23543
23544
23545 \begin_inset Note Note
23546 status open
23547
23548 \begin_layout Plain Layout
23549 Le format de la légende n'est modifié que pour cet exemple.
23550 \end_layout
23551
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \begin_layout Standard
23558 \begin_inset Float figure
23559 placement !p
23560 wide false
23561 sideways false
23562 status open
23563
23564 \begin_layout Plain Layout
23565 \align center
23566 \begin_inset Graphics
23567         filename ../clipart/mobius.eps
23568         lyxscale 50
23569         scale 50
23570         scaleBeforeRotation
23571
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Caption
23579
23580 \begin_layout Plain Layout
23581 \begin_inset CommandInset label
23582 LatexCommand label
23583 name "fig:Legende-de-fig"
23584
23585 \end_inset
23586
23587 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23588  pour montrer les différents types de formats de légendes.
23589  Ici on a utilisé un format de légende personnalisé.
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \begin_layout Standard
23603 \begin_inset ERT
23604 status collapsed
23605
23606 \begin_layout Plain Layout
23607
23608
23609 \backslash
23610 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23611 on}
23612 \end_layout
23613
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \begin_layout Standard
23620 \begin_inset Float table
23621 placement !p
23622 wide false
23623 sideways false
23624 status open
23625
23626 \begin_layout Plain Layout
23627 \begin_inset Caption
23628
23629 \begin_layout Plain Layout
23630 \begin_inset CommandInset label
23631 LatexCommand label
23632 name "tab:Légende-de-tab"
23633
23634 \end_inset
23635
23636 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23637  pour montrer les différents types de formats de légendes.
23638  Ici on a utilisé le format de légende implicite.
23639 \end_layout
23640
23641 \end_inset
23642
23643
23644 \end_layout
23645
23646 \begin_layout Plain Layout
23647 \align center
23648 \begin_inset Tabular
23649 <lyxtabular version="3" rows="1" columns="5">
23650 <features tabularvalignment="middle">
23651 <column alignment="center" valignment="top" width="0">
23652 <column alignment="center" valignment="top" width="0">
23653 <column alignment="center" valignment="top" width="0">
23654 <column alignment="center" valignment="top" width="0">
23655 <column alignment="center" valignment="top" width="0">
23656 <row>
23657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661 a
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670 b
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 c
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688 d
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 e
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 </lyxtabular>
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \begin_layout Section
23716 Positionnement de la Légende
23717 \begin_inset Index idx
23718 status collapsed
23719
23720 \begin_layout Plain Layout
23721 Légende ! Placement
23722 \end_layout
23723
23724 \end_inset
23725
23726
23727 \begin_inset Index idx
23728 status collapsed
23729
23730 \begin_layout Plain Layout
23731 Flottants ! Placement de la légende
23732 \end_layout
23733
23734 \end_inset
23735
23736
23737 \begin_inset CommandInset label
23738 LatexCommand label
23739 name "sec:Placement-légende"
23740
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \begin_layout Standard
23747 La règle habituelle pour placer la légende est :
23748 \end_layout
23749
23750 \begin_layout Description
23751 Figure
23752 \begin_inset space ~
23753 \end_inset
23754
23755 : La légende est placée en dessous de la figure
23756 \end_layout
23757
23758 \begin_layout Description
23759 Tableau
23760 \begin_inset space ~
23761 \end_inset
23762
23763 : La légende est placée au dessus du tableau
23764 \end_layout
23765
23766 \begin_layout Standard
23767 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23768  au dessus des tableaux.
23769  Ce qui fait que si vous utilisez une des classes de document 
23770 \family sans
23771 article
23772 \family default
23773
23774 \family sans
23775 book
23776 \family default
23777
23778 \family sans
23779 letter
23780 \family default
23781 , ou 
23782 \family sans
23783 report
23784 \family default
23785  il n'y aura pas d'espace libre entre la légende et le tableau.
23786  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23787  de chargement du paquetage LaTeX 
23788 \series bold
23789 caption
23790 \series default
23791  dans le préambule de votre document
23792 \begin_inset Foot
23793 status open
23794
23795 \begin_layout Plain Layout
23796 Voir la section
23797 \begin_inset space ~
23798 \end_inset
23799
23800
23801 \begin_inset CommandInset ref
23802 LatexCommand ref
23803 reference "sec:Formatage-légende"
23804
23805 \end_inset
23806
23807  pour plus d'information sur le paquetage 
23808 \series bold
23809 caption
23810 \series default
23811 .
23812 \end_layout
23813
23814 \end_inset
23815
23816 :
23817 \end_layout
23818
23819 \begin_layout Standard
23820
23821 \series bold
23822 tableposition=top
23823 \end_layout
23824
23825 \begin_layout Standard
23826 Si vous utilisez une classe de document 
23827 \series bold
23828 KOMA-Script
23829 \series default
23830
23831 \begin_inset Index idx
23832 status collapsed
23833
23834 \begin_layout Plain Layout
23835 Paquetages LaTeX ! KOMA-Script
23836 \end_layout
23837
23838 \end_inset
23839
23840  (
23841 \family sans
23842 article (KOMA-Script)
23843 \family default
23844
23845 \family sans
23846 book (KOMA-Script)
23847 \family default
23848
23849 \family sans
23850 letter (KOMA-Script)
23851 \family default
23852 , ou 
23853 \family sans
23854 report (KOMA-Script)
23855 \family default
23856
23857 \begin_inset space \thinspace{}
23858 \end_inset
23859
23860 ), vous pouvez utiliser à la place du paquetage 
23861 \series bold
23862 caption
23863 \series default
23864  l'option 
23865 \series bold
23866 captions=tableheading
23867 \series default
23868  de la classe de document.
23869 \end_layout
23870
23871 \begin_layout Standard
23872 \begin_inset VSpace bigskip
23873 \end_inset
23874
23875 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23876  Pour cela, vous devez charger le paquetage LaTeX 
23877 \series bold
23878 sidecap
23879 \series default
23880
23881 \begin_inset Index idx
23882 status collapsed
23883
23884 \begin_layout Plain Layout
23885 Paquetages LaTeX ! sidecap
23886 \end_layout
23887
23888 \end_inset
23889
23890  dans le préambule de votre document avec la ligne de commande suivante
23891 \end_layout
23892
23893 \begin_layout Standard
23894
23895 \series bold
23896
23897 \backslash
23898 usepackage[option]{sidecap}
23899 \end_layout
23900
23901 \begin_layout Standard
23902 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23903  extérieure – à droite sur les pages impaires et à gauche sur les pages
23904  paires.
23905  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23906  
23907 \series bold
23908 innercaption
23909 \series default
23910 .
23911  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23912  
23913 \series bold
23914 rightcaption
23915 \series default
23916  ou 
23917 \series bold
23918 leftcaption
23919 \series default
23920 .
23921 \end_layout
23922
23923 \begin_layout Standard
23924 \begin_inset ERT
23925 status collapsed
23926
23927 \begin_layout Plain Layout
23928
23929
23930 \backslash
23931 ifsidecap
23932 \end_layout
23933
23934 \end_inset
23935
23936
23937 \begin_inset Note Note
23938 status open
23939
23940 \begin_layout Plain Layout
23941 La section suivante ne sera affichée que si le paquetage LaTeX 
23942 \series bold
23943 sidecap
23944 \series default
23945  a été installé.
23946 \end_layout
23947
23948 \end_inset
23949
23950
23951 \end_layout
23952
23953 \begin_layout Standard
23954 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23955  ajouter ces commandes dans le préambule de votre document :
23956 \end_layout
23957
23958 \begin_layout Standard
23959 \noindent
23960 \begin_inset CommandInset line
23961 LatexCommand rule
23962 offset "0.5ex"
23963 width "100line%"
23964 height "1pt"
23965
23966 \end_inset
23967
23968
23969 \end_layout
23970
23971 \begin_layout Standard
23972
23973 \series bold
23974
23975 \backslash
23976 newcommand{
23977 \backslash
23978 TabBesBeg}[1][1.0]{%
23979 \begin_inset Newline newline
23980 \end_inset
23981
23982
23983 \begin_inset Phantom HPhantom
23984 status open
23985
23986 \begin_layout Plain Layout
23987 \begin_inset space ~
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \backslash
23997 let
23998 \backslash
23999 MyTable
24000 \backslash
24001 table
24002 \begin_inset Newline newline
24003 \end_inset
24004
24005
24006 \begin_inset Phantom HPhantom
24007 status open
24008
24009 \begin_layout Plain Layout
24010
24011 \series medium
24012 \begin_inset space ~
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \backslash
24022 let
24023 \backslash
24024 MyEndtable
24025 \backslash
24026 endtable
24027 \begin_inset Newline newline
24028 \end_inset
24029
24030
24031 \begin_inset Phantom HPhantom
24032 status open
24033
24034 \begin_layout Plain Layout
24035
24036 \series medium
24037 \begin_inset space ~
24038 \end_inset
24039
24040
24041 \end_layout
24042
24043 \end_inset
24044
24045
24046 \backslash
24047 renewenvironment{table}[1]{
24048 \backslash
24049 begin{SCtable}[#1]##1}{
24050 \backslash
24051 end{SCtable}}}
24052 \end_layout
24053
24054 \begin_layout Standard
24055
24056 \series bold
24057
24058 \backslash
24059 newcommand{
24060 \backslash
24061 TabBesEnd}{%
24062 \begin_inset Newline newline
24063 \end_inset
24064
24065
24066 \begin_inset Phantom HPhantom
24067 status open
24068
24069 \begin_layout Plain Layout
24070 \begin_inset space ~
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \backslash
24080 let
24081 \backslash
24082 table
24083 \backslash
24084 MyTable
24085 \begin_inset Newline newline
24086 \end_inset
24087
24088
24089 \begin_inset Phantom HPhantom
24090 status open
24091
24092 \begin_layout Plain Layout
24093 \begin_inset space ~
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \backslash
24103 let
24104 \backslash
24105 endtable
24106 \backslash
24107 MyEndtable
24108 \end_layout
24109
24110 \begin_layout Standard
24111
24112 \series bold
24113
24114 \backslash
24115 newcommand{
24116 \backslash
24117 FigBesBeg}[1][1.0]{%
24118 \begin_inset Newline newline
24119 \end_inset
24120
24121
24122 \begin_inset Phantom HPhantom
24123 status open
24124
24125 \begin_layout Plain Layout
24126 \begin_inset space ~
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133
24134
24135 \backslash
24136 let
24137 \backslash
24138 MyFigure
24139 \backslash
24140 figure
24141 \begin_inset Newline newline
24142 \end_inset
24143
24144
24145 \begin_inset Phantom HPhantom
24146 status open
24147
24148 \begin_layout Plain Layout
24149 \begin_inset space ~
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \backslash
24159 let
24160 \backslash
24161 MyEndfigure
24162 \backslash
24163 endfigure
24164 \begin_inset Newline newline
24165 \end_inset
24166
24167
24168 \begin_inset Phantom HPhantom
24169 status open
24170
24171 \begin_layout Plain Layout
24172 \begin_inset space ~
24173 \end_inset
24174
24175
24176 \end_layout
24177
24178 \end_inset
24179
24180
24181 \backslash
24182 renewenvironment{figure}[1]{
24183 \backslash
24184 begin{SCfigure}[#1]##1}{
24185 \backslash
24186 end{SCfigure}}}
24187 \end_layout
24188
24189 \begin_layout Standard
24190
24191 \series bold
24192
24193 \backslash
24194 newcommand{
24195 \backslash
24196 FigBesEnd}{%
24197 \begin_inset Newline newline
24198 \end_inset
24199
24200
24201 \begin_inset Phantom HPhantom
24202 status open
24203
24204 \begin_layout Plain Layout
24205 \begin_inset space ~
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212
24213
24214 \backslash
24215 let
24216 \backslash
24217 figure
24218 \backslash
24219 MyFigure
24220 \begin_inset Newline newline
24221 \end_inset
24222
24223
24224 \begin_inset Phantom HPhantom
24225 status open
24226
24227 \begin_layout Plain Layout
24228 \begin_inset space ~
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \end_inset
24235
24236
24237 \backslash
24238 let
24239 \backslash
24240 endfigure
24241 \backslash
24242 MyEndfigure}
24243 \end_layout
24244
24245 \begin_layout Standard
24246 \noindent
24247 \begin_inset CommandInset line
24248 LatexCommand rule
24249 offset "0.5ex"
24250 width "100line%"
24251 height "1pt"
24252
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \begin_layout Standard
24259 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24260  la légende se place sur le côté.
24261  Pour les flottants de figure, utilisez la commande
24262 \end_layout
24263
24264 \begin_layout Standard
24265
24266 \series bold
24267
24268 \backslash
24269 FigBesBeg
24270 \end_layout
24271
24272 \begin_layout Standard
24273 en code TeX avant le flottant.
24274  Et insérez la commande
24275 \end_layout
24276
24277 \begin_layout Standard
24278
24279 \series bold
24280
24281 \backslash
24282 FigBesEnd
24283 \end_layout
24284
24285 \begin_layout Standard
24286 en code TeX 
24287 \lang english
24288 at the point where you want to
24289 \lang french
24290  revenir à la définition originale du flottant.
24291 \end_layout
24292
24293 \begin_layout Standard
24294 Pour les flottants de tableau, utilisez les commandes correspondantes
24295 \end_layout
24296
24297 \begin_layout Standard
24298
24299 \series bold
24300
24301 \backslash
24302 TabBesBeg
24303 \series default
24304  et 
24305 \series bold
24306
24307 \backslash
24308 TabBesEnd
24309 \end_layout
24310
24311 \begin_layout Standard
24312 La figure
24313 \begin_inset space ~
24314 \end_inset
24315
24316
24317 \begin_inset CommandInset ref
24318 LatexCommand ref
24319 reference "fig:legende-a-coté-fig"
24320
24321 \end_inset
24322
24323  et le tableau
24324 \begin_inset space ~
24325 \end_inset
24326
24327
24328 \begin_inset CommandInset ref
24329 LatexCommand ref
24330 reference "tab:legende-à-coté-tableau"
24331
24332 \end_inset
24333
24334  sont des exemples où la légende a été mises sur le coté.
24335 \end_layout
24336
24337 \begin_layout Standard
24338 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24339  pour les flottants de tableau et vers le bas pour les flottants de figure.
24340  Pour changer ce comportement, vous pouvez utiliser les commandes
24341 \end_layout
24342
24343 \begin_layout Standard
24344
24345 \series bold
24346
24347 \backslash
24348 sidecaptionvpos{type flottant}{placement}
24349 \end_layout
24350
24351 \begin_layout Standard
24352 dans le préambule du document ou en code TeX juste avant le flottant visé.
24353  Le type du flottant est soit 
24354 \family sans
24355 figure
24356 \family default
24357  soit 
24358 \family sans
24359 table
24360 \family default
24361 , le placement peut être 
24362 \begin_inset Quotes eld
24363 \end_inset
24364
24365
24366 \family sans
24367 t
24368 \family default
24369
24370 \begin_inset Quotes erd
24371 \end_inset
24372
24373  pour haut (top), 
24374 \begin_inset Quotes eld
24375 \end_inset
24376
24377
24378 \family sans
24379 c
24380 \family default
24381
24382 \begin_inset Quotes erd
24383 \end_inset
24384
24385  pour centre (center), ou 
24386 \begin_inset Quotes eld
24387 \end_inset
24388
24389
24390 \family sans
24391 b
24392 \family default
24393
24394 \begin_inset Quotes erd
24395 \end_inset
24396
24397  pour bas (bottom).
24398  Pour que, par exemple, les légendes des flottants de figure soient centrés
24399  verticalement, utilisez la commande
24400 \end_layout
24401
24402 \begin_layout Standard
24403
24404 \series bold
24405
24406 \backslash
24407 sidecaptionvpos{figure}{c}
24408 \end_layout
24409
24410 \begin_layout Standard
24411 C'est ce qui a été utilisé pour la figure
24412 \begin_inset space ~
24413 \end_inset
24414
24415
24416 \begin_inset CommandInset ref
24417 LatexCommand ref
24418 reference "fig:legende-à-coté-fig-2"
24419
24420 \end_inset
24421
24422 .
24423 \end_layout
24424
24425 \begin_layout Standard
24426 \begin_inset VSpace medskip
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Standard
24433
24434 \lang english
24435 The default caption width is the width of the image/table.
24436  For thin image/tables, like in
24437 \lang french
24438  tableau
24439 \begin_inset space ~
24440 \end_inset
24441
24442
24443 \begin_inset CommandInset ref
24444 LatexCommand ref
24445 reference "tab:legende-à-coté-tableau"
24446
24447 \end_inset
24448
24449
24450 \lang english
24451 this leads to captions that are too thin.
24452  You can increase the width by specifying a factor that will be multiplied
24453  with the image/table width to get the caption width.
24454  The caption width will automatically be recalculated in case it would protrude
24455  over the page or column margin due to the specified width.
24456  The 
24457 \emph on
24458 factor
24459 \emph default
24460  can either be given as optional argument for 
24461 \series bold
24462
24463 \backslash
24464 FigBesBeg
24465 \series default
24466 :
24467 \end_layout
24468
24469 \begin_layout Standard
24470
24471 \series bold
24472 \lang english
24473
24474 \backslash
24475 FigBesBeg[factor]
24476 \end_layout
24477
24478 \begin_layout Standard
24479
24480 \lang english
24481 or in the definition of 
24482 \series bold
24483
24484 \backslash
24485 FigBesBeg
24486 \series default
24487  by replacing the 
24488 \series bold
24489 1.0
24490 \series default
24491  with another value.
24492  If you do the latter, your factor will be the default if 
24493 \series bold
24494
24495 \backslash
24496 FigBesBeg
24497 \series default
24498  is used without an argument.
24499  For
24500 \lang french
24501  tableau
24502 \begin_inset space ~
24503 \end_inset
24504
24505
24506 \begin_inset CommandInset ref
24507 LatexCommand ref
24508 reference "tab:cap-beside-tab-wider"
24509
24510 \end_inset
24511
24512  
24513 \lang english
24514 the factor 5 was used.
24515 \end_layout
24516
24517 \begin_layout Standard
24518
24519 \lang english
24520 \begin_inset Note Greyedout
24521 status open
24522
24523 \begin_layout Plain Layout
24524
24525 \series bold
24526 \lang english
24527 Note:
24528 \series default
24529  For floats with captions set beside, you cannot use the float placement
24530  option 
24531 \family sans
24532 Here
24533 \begin_inset space ~
24534 \end_inset
24535
24536 definitely
24537 \family default
24538  because it is not supported by 
24539 \series bold
24540 sidecap
24541 \series default
24542 .
24543 \end_layout
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 \begin_inset VSpace medskip
24552 \end_inset
24553
24554 Pour plus d'information sur le paquetage 
24555 \series bold
24556 sidecap
24557 \series default
24558  nous vous renvoyons à sa documentation 
24559 \begin_inset CommandInset citation
24560 LatexCommand cite
24561 key "sidecap"
24562
24563 \end_inset
24564
24565 .
24566 \end_layout
24567
24568 \begin_layout Standard
24569 \begin_inset Note Greyedout
24570 status open
24571
24572 \begin_layout Plain Layout
24573
24574 \series bold
24575 Note:
24576 \series default
24577  Le paquetage LaTeX 
24578 \series bold
24579 hypcap
24580 \series default
24581
24582 \begin_inset Index idx
24583 status collapsed
24584
24585 \begin_layout Plain Layout
24586 Paquetages LaTeX ! hypcap
24587 \end_layout
24588
24589 \end_inset
24590
24591 , qui est décrit dans la section
24592 \begin_inset space ~
24593 \end_inset
24594
24595
24596 \begin_inset CommandInset ref
24597 LatexCommand ref
24598 reference "sub:Reference-Position"
24599
24600 \end_inset
24601
24602 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 \begin_inset ERT
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615
24616
24617 \backslash
24618 FigBesBeg 
24619 \end_layout
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset Float figure
24628 wide false
24629 sideways false
24630 status open
24631
24632 \begin_layout Plain Layout
24633 \begin_inset Graphics
24634         filename ../clipart/escher-lsd.eps
24635         scale 75
24636         scaleBeforeRotation
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \begin_layout Plain Layout
24644 \begin_inset Caption
24645
24646 \begin_layout Plain Layout
24647 \begin_inset CommandInset label
24648 LatexCommand label
24649 name "fig:legende-a-coté-fig"
24650
24651 \end_inset
24652
24653 Une légende à côté d'une figure.
24654 \end_layout
24655
24656 \end_inset
24657
24658
24659 \end_layout
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Standard
24667 \begin_inset ERT
24668 status collapsed
24669
24670 \begin_layout Plain Layout
24671
24672
24673 \backslash
24674 FigBesEnd
24675 \end_layout
24676
24677 \end_inset
24678
24679
24680 \end_layout
24681
24682 \begin_layout Standard
24683 \begin_inset ERT
24684 status collapsed
24685
24686 \begin_layout Plain Layout
24687
24688
24689 \backslash
24690 TabBesBeg 
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \end_layout
24697
24698 \begin_layout Standard
24699 \begin_inset Float table
24700 wide false
24701 sideways false
24702 status open
24703
24704 \begin_layout Plain Layout
24705 \begin_inset Caption
24706
24707 \begin_layout Plain Layout
24708 \begin_inset CommandInset label
24709 LatexCommand label
24710 name "tab:legende-à-coté-tableau"
24711
24712 \end_inset
24713
24714 Une légende à côté d'un tableau.
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Plain Layout
24723 \begin_inset Tabular
24724 <lyxtabular version="3" rows="4" columns="5">
24725 <features tabularvalignment="middle">
24726 <column alignment="center" valignment="top" width="0">
24727 <column alignment="center" valignment="top" width="0">
24728 <column alignment="center" valignment="top" width="0">
24729 <column alignment="center" valignment="top" width="0">
24730 <column alignment="center" valignment="top" width="0">
24731 <row>
24732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736 a
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 b
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772 c
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 </row>
24778 <row>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792 d
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 e
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 </row>
24825 <row>
24826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830 f
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848 g
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 h
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 </row>
24872 <row>
24873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 i
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904 j
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 </lyxtabular>
24920
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \begin_layout Standard
24932 \begin_inset ERT
24933 status collapsed
24934
24935 \begin_layout Plain Layout
24936
24937
24938 \backslash
24939 TabBesEnd
24940 \end_layout
24941
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \begin_layout Standard
24948 \begin_inset ERT
24949 status collapsed
24950
24951 \begin_layout Plain Layout
24952
24953
24954 \backslash
24955 sidecaptionvpos{figure}{c}
24956 \end_layout
24957
24958 \end_inset
24959
24960
24961 \begin_inset Float figure
24962 wide false
24963 sideways false
24964 status open
24965
24966 \begin_layout Plain Layout
24967 \begin_inset Graphics
24968         filename ../clipart/escher-lsd.eps
24969         scale 75
24970         scaleBeforeRotation
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Plain Layout
24978 \begin_inset Caption
24979
24980 \begin_layout Plain Layout
24981 \begin_inset CommandInset label
24982 LatexCommand label
24983 name "fig:legende-à-coté-fig-2"
24984
24985 \end_inset
24986
24987 Une légende centrée verticalement à côté d'une figure.
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \begin_layout Standard
25001 \begin_inset ERT
25002 status collapsed
25003
25004 \begin_layout Plain Layout
25005
25006
25007 \backslash
25008 FigBesEnd
25009 \end_layout
25010
25011 \end_inset
25012
25013
25014 \end_layout
25015
25016 \begin_layout Standard
25017 \begin_inset ERT
25018 status collapsed
25019
25020 \begin_layout Plain Layout
25021
25022
25023 \backslash
25024 TabBesBeg[5]
25025 \end_layout
25026
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \begin_inset Float table
25034 wide false
25035 sideways false
25036 status open
25037
25038 \begin_layout Plain Layout
25039 \begin_inset Caption
25040
25041 \begin_layout Plain Layout
25042
25043 \lang english
25044 \begin_inset CommandInset label
25045 LatexCommand label
25046 name "tab:cap-beside-tab-wider"
25047
25048 \end_inset
25049
25050 This is a caption is wider than the one in
25051 \lang french
25052  tableau
25053 \begin_inset space ~
25054 \end_inset
25055
25056
25057 \begin_inset CommandInset ref
25058 LatexCommand ref
25059 reference "tab:legende-à-coté-tableau"
25060
25061 \end_inset
25062
25063 .
25064 \end_layout
25065
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \begin_layout Plain Layout
25072 \begin_inset Tabular
25073 <lyxtabular version="3" rows="4" columns="5">
25074 <features tabularvalignment="middle">
25075 <column alignment="center" valignment="top" width="0">
25076 <column alignment="center" valignment="top" width="0">
25077 <column alignment="center" valignment="top" width="0">
25078 <column alignment="center" valignment="top" width="0">
25079 <column alignment="center" valignment="top" width="0">
25080 <row>
25081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085 a
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103 b
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 c
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 </row>
25127 <row>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141 d
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 e
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179 f
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197 g
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215 h
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 <row>
25222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235 i
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253 j
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 </row>
25268 </lyxtabular>
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286
25287 \backslash
25288 TabBesEnd
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \end_layout
25295
25296 \begin_layout Standard
25297 \begin_inset ERT
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301
25302
25303 \backslash
25304 else
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \begin_inset Note Note
25311 status open
25312
25313 \begin_layout Plain Layout
25314 Ce qui suit sera affiché si le paquetage LaTeX 
25315 \series bold
25316 sidecap
25317 \series default
25318  n'est pas installé :
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Standard
25327 Vous devez installer le paquetage LaTeX 
25328 \series bold
25329 sidecap
25330 \series default
25331  pour voir la suite de cette section dans la sortie imprimée.
25332 \end_layout
25333
25334 \begin_layout Standard
25335 \begin_inset ERT
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339
25340
25341 \backslash
25342 fi
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \begin_layout Section
25351 Les Listes de Flottants
25352 \begin_inset Index idx
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356 Flottants ! Listes de Flottants
25357 \end_layout
25358
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \begin_layout Standard
25365 De la même façon que la table des matières fait la liste des sections du
25366  document, il y a des listes pour tous les types de flottants, comme par
25367  exemple pour les figures du document.
25368  Vous pouvez les insérer en utilisant le menu 
25369 \family sans
25370 Insérer\SpecialChar \menuseparator
25371 Listes
25372 \begin_inset space ~
25373 \end_inset
25374
25375 &
25376 \begin_inset space ~
25377 \end_inset
25378
25379 TdM
25380 \family default
25381 .
25382 \end_layout
25383
25384 \begin_layout Standard
25385 Les entrées de la liste sont la légende du flottant ou éventuellement le
25386  titre court, le numéro du flottant, et le numéro de la page où le flottant
25387  apparaît dans le document.
25388 \end_layout
25389
25390 \begin_layout Standard
25391 Vous trouverez à la fin de ce document une liste des figures et une liste
25392  des tableaux.
25393 \end_layout
25394
25395 \begin_layout Chapter
25396 Notes
25397 \end_layout
25398
25399 \begin_layout Section
25400 Les Notes de LyX
25401 \begin_inset Index idx
25402 status collapsed
25403
25404 \begin_layout Plain Layout
25405 Notes ! Notes LyX 
25406 \end_layout
25407
25408 \end_inset
25409
25410
25411 \end_layout
25412
25413 \begin_layout Standard
25414 On peut insérer une note en utilisant le bouton 
25415 \begin_inset Graphics
25416         filename ../../images/note-insert.png
25417         scale 85
25418         scaleBeforeRotation
25419
25420 \end_inset
25421
25422  de la barre d'outils ou avec le menu 
25423 \family sans
25424 Insérer\SpecialChar \menuseparator
25425 Note
25426 \family default
25427 .
25428  Il y a trois types de notes :
25429 \end_layout
25430
25431 \begin_layout Description
25432 Note
25433 \begin_inset space ~
25434 \end_inset
25435
25436 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25437  finale.
25438  La boîte de cette note ressemble à ceci :
25439 \begin_inset Newline newline
25440 \end_inset
25441
25442
25443 \begin_inset Newline newline
25444 \end_inset
25445
25446
25447 \begin_inset Graphics
25448         filename clipart/LyXNoteImageQt4.png
25449         display false
25450         scale 65
25451         scaleBeforeRotation
25452
25453 \end_inset
25454
25455  
25456 \begin_inset Note Note
25457 status open
25458
25459 \begin_layout Plain Layout
25460 Le texte de cette note n'apparaîtra pas à l'impression.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Description
25469 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25470  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25471  vers un fichier au format LaTeX avec le menu 
25472 \family sans
25473 Fichier\SpecialChar \menuseparator
25474 Exporter\SpecialChar \menuseparator
25475 LaTeX (pdflatex) / (plain)
25476 \family default
25477 .
25478  La boîte de cette note ressemble à ceci :
25479 \begin_inset Newline newline
25480 \end_inset
25481
25482
25483 \begin_inset Newline newline
25484 \end_inset
25485
25486
25487 \begin_inset Graphics
25488         filename clipart/CommentNoteImageQt4.png
25489         display false
25490         scale 55
25491         scaleBeforeRotation
25492
25493 \end_inset
25494
25495
25496 \lang english
25497  
25498 \lang french
25499
25500 \begin_inset Note Comment
25501 status open
25502
25503 \begin_layout Plain Layout
25504 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25505  LaTeX.
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \begin_layout Description
25514 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25515  La boîte de cette note ressemble à ceci :
25516 \lang english
25517
25518 \begin_inset Newline newline
25519 \end_inset
25520
25521
25522 \lang french
25523
25524 \begin_inset Newline newline
25525 \end_inset
25526
25527
25528 \begin_inset Graphics
25529         filename clipart/GreyedOutNoteImageQt4.png
25530         lyxscale 80
25531         display false
25532         scale 55
25533         scaleBeforeRotation
25534
25535 \end_inset
25536
25537
25538 \begin_inset Newline newline
25539 \end_inset
25540
25541
25542 \begin_inset ERT
25543 status collapsed
25544
25545 \begin_layout Plain Layout
25546
25547
25548 \backslash
25549 renewenvironment{lyxgreyedout}
25550 \end_layout
25551
25552 \begin_layout Plain Layout
25553
25554 {
25555 \backslash
25556 textcolor[gray]{0.8}
25557 \backslash
25558 bgroup}{
25559 \backslash
25560 egroup}
25561 \end_layout
25562
25563 \end_inset
25564
25565
25566 \begin_inset Note Greyedout
25567 status open
25568
25569 \begin_layout Plain Layout
25570 Le texte
25571 \begin_inset Foot
25572 status collapsed
25573
25574 \begin_layout Plain Layout
25575 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25576  grisé.
25577  
25578 \end_layout
25579
25580 \end_inset
25581
25582  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \begin_inset ERT
25589 status collapsed
25590
25591 \begin_layout Plain Layout
25592
25593
25594 \backslash
25595 renewenvironment{lyxgreyedout}
25596 \end_layout
25597
25598 \begin_layout Plain Layout
25599
25600 {
25601 \backslash
25602 textcolor{blue}
25603 \backslash
25604 bgroup}{
25605 \backslash
25606 egroup}
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \begin_inset Note Note
25613 status open
25614
25615 \begin_layout Plain Layout
25616 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25617  originale qu'elle a dans LyX.
25618  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25619  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \begin_inset Newline newline
25626 \end_inset
25627
25628
25629 \begin_inset Newline newline
25630 \end_inset
25631
25632 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25633  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25634 \end_layout
25635
25636 \begin_layout Standard
25637 \begin_inset VSpace bigskip
25638 \end_inset
25639
25640 Quand vous utilisez le bouton 
25641 \begin_inset Graphics
25642         filename ../../images/note-insert.png
25643         scale 85
25644         scaleBeforeRotation
25645
25646 \end_inset
25647
25648  de la barre d'outils, vous insérez une 
25649 \family sans
25650 Note
25651 \begin_inset space ~
25652 \end_inset
25653
25654 LyX
25655 \family default
25656 .
25657  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25658 la et cliquez sur le bouton d'insertion de note.
25659  Pour retransformer une note en texte, appuyez sur la touche 
25660 \family sans
25661 backspace
25662 \family default
25663  quand le curseur est au tout début de la note ou appuyez sur la touche
25664  
25665 \family sans
25666 Suppr.
25667
25668 \family default
25669  quand le curseur se trouve à la fin de la note.
25670 \end_layout
25671
25672 \begin_layout Standard
25673 \begin_inset VSpace bigskip
25674 \end_inset
25675
25676
25677 \lang english
25678 You can change the text color of the greyed out notes in the menu 
25679 \family sans
25680 Document\SpecialChar \menuseparator
25681 Settings\SpecialChar \menuseparator
25682 Colors
25683 \family default
25684 .
25685 \end_layout
25686
25687 \begin_layout Section
25688 Notes en Bas de Page
25689 \begin_inset CommandInset label
25690 LatexCommand label
25691 name "sec:Notes-bas-de-page"
25692
25693 \end_inset
25694
25695
25696 \begin_inset Index idx
25697 status collapsed
25698
25699 \begin_layout Plain Layout
25700 Notes ! Notes de bas de page
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \begin_inset Index idx
25707 status collapsed
25708
25709 \begin_layout Plain Layout
25710 Notes de bas de page
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \begin_layout Standard
25719 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25720  
25721 \begin_inset Graphics
25722         filename ../../images/footnote-insert.png
25723         scale 85
25724         scaleBeforeRotation
25725
25726 \end_inset
25727
25728  de la barre d'outils, soit en utilisant le menu 
25729 \family sans
25730 Insérer\SpecialChar \menuseparator
25731 Note
25732 \begin_inset space ~
25733 \end_inset
25734
25735 en
25736 \begin_inset space ~
25737 \end_inset
25738
25739 Bas
25740 \begin_inset space ~
25741 \end_inset
25742
25743 de
25744 \begin_inset space ~
25745 \end_inset
25746
25747 Page
25748 \family default
25749 .
25750  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25751  rouge 
25752 \begin_inset Quotes fld
25753 \end_inset
25754
25755 bas
25756 \begin_inset Quotes frd
25757 \end_inset
25758
25759  qui ressemble à ceci : 
25760 \begin_inset Graphics
25761         filename clipart/footnoteQt4.png
25762         scale 80
25763         scaleBeforeRotation
25764
25765 \end_inset
25766
25767  Vous pouvez y entrer votre texte.
25768  Si vous voulez transformer du texte déjà existant en note en bas de page,
25769  sélectionnez-le et cliquez sur le bouton 
25770 \family sans
25771 Note
25772 \begin_inset space ~
25773 \end_inset
25774
25775 en
25776 \begin_inset space ~
25777 \end_inset
25778
25779 Bas
25780 \begin_inset space ~
25781 \end_inset
25782
25783 de
25784 \begin_inset space ~
25785 \end_inset
25786
25787 Page
25788 \family default
25789  de la barre d'outils.
25790  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25791  
25792 \family sans
25793 backspace
25794 \family default
25795  quand le curseur est au tout début de la note ou appuyez sur la touche
25796  
25797 \family sans
25798 Suppr.
25799
25800 \family default
25801  quand le curseur se trouve à la fin de la note.
25802 \end_layout
25803
25804 \begin_layout Standard
25805 Voici un exemple de note en bas de page:
25806 \begin_inset Foot
25807 status open
25808
25809 \begin_layout Plain Layout
25810 \begin_inset CommandInset label
25811 LatexCommand label
25812 name "fn:Note-en-bas"
25813
25814 \end_inset
25815
25816 Ceci est un exemple de note en bas de page.
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \begin_inset ERT
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826
25827
25828 \backslash
25829 newcounter{MyRepeatFoot}
25830 \end_layout
25831
25832 \begin_layout Plain Layout
25833
25834
25835 \backslash
25836 setcounter{MyRepeatFoot}{
25837 \backslash
25838 thefootnote}
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \begin_layout Standard
25847 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25848  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25849  de note.
25850  Le texte de la note est placé en bas de la page courante.
25851  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25852  Selon votre classe de document les numéros de notes pourront être réinitialisés
25853  à chaque nouveau chapitre.
25854 \end_layout
25855
25856 \begin_layout Standard
25857 On peut faire référence à une note en bas de page comme on le fait avec
25858  les flottants : Insérez une étiquette dans la note et faites une référence
25859  croisée vers cette étiquette comme c'est décrit dans la
25860 \begin_inset space ~
25861 \end_inset
25862
25863
25864 \begin_inset CommandInset ref
25865 LatexCommand ref
25866 reference "sec:Referencer-les-Flottants"
25867
25868 \end_inset
25869
25870 .
25871 \begin_inset Newline newline
25872 \end_inset
25873
25874 Voici une référence à une note de bas de page :
25875 \begin_inset space ~
25876 \end_inset
25877
25878
25879 \begin_inset CommandInset ref
25880 LatexCommand ref
25881 reference "fn:Note-en-bas"
25882
25883 \end_inset
25884
25885 .
25886 \end_layout
25887
25888 \begin_layout Standard
25889 \begin_inset VSpace defskip
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \begin_layout Standard
25896 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
25897  par LaTeX pour des raisons techniques.
25898  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
25899  
25900 \series bold
25901
25902 \backslash
25903 footnotemark{}
25904 \series default
25905  en code TeX à la place de la note de bas de page.
25906  Le texte de la note est mis en argument de la commande TeX 
25907 \series bold
25908
25909 \backslash
25910 footnotetext
25911 \series default
25912  après le tableau.
25913 \begin_inset Newline newline
25914 \end_inset
25915
25916 C'est ce qui a été fait pour le tableau qui suit avec la commande
25917 \end_layout
25918
25919 \begin_layout Standard
25920
25921 \series bold
25922
25923 \backslash
25924 footnotetext{
25925 \series default
25926 Note de bas de page de tableau imprimée.
25927 \series bold
25928 }
25929 \end_layout
25930
25931 \begin_layout Standard
25932
25933 \lang english
25934 \begin_inset Tabular
25935 <lyxtabular version="3" rows="2" columns="1">
25936 <features tabularvalignment="middle">
25937 <column alignment="center" valignment="top" width="0">
25938 <row>
25939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943 Un exemple de texte
25944 \begin_inset Foot
25945 status open
25946
25947 \begin_layout Plain Layout
25948 Cette note ne sera pas imprimée
25949 \begin_inset space ~
25950 \end_inset
25951
25952 !
25953 \end_layout
25954
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 </row>
25963 <row>
25964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 Un autre exemple de texte
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974
25975 \backslash
25976 footnotemark{}
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 </row>
25987 </lyxtabular>
25988
25989 \end_inset
25990
25991
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 footnotetext{
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \lang french
26006 Note de bas de page de tableau imprimée.
26007 \lang english
26008
26009 \begin_inset ERT
26010 status collapsed
26011
26012 \begin_layout Plain Layout
26013
26014 }
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \begin_layout Standard
26023 Les notes de bas de page dans des tableaux longs sont décrites dans la section
26024 \begin_inset space ~
26025 \end_inset
26026
26027
26028 \begin_inset CommandInset ref
26029 LatexCommand ref
26030 reference "sub:Notes-dans-tableau-long"
26031
26032 \end_inset
26033
26034 .
26035 \end_layout
26036
26037 \begin_layout Standard
26038 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
26039  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
26040 e, vu que la minipage est considérée comme une page se trouvant dans une
26041  autre page.
26042  Pour plus d'information sur les minipages, voyez la section
26043 \begin_inset space ~
26044 \end_inset
26045
26046
26047 \begin_inset CommandInset ref
26048 LatexCommand ref
26049 reference "sec:Minipages"
26050
26051 \end_inset
26052
26053 .
26054  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
26055  s'imprime en bas de page comme une note normale, on doit aussi utiliser
26056  la méthode utilisant les commandes 
26057 \series bold
26058
26059 \backslash
26060 footnotemark{}
26061 \series default
26062  et 
26063 \series bold
26064
26065 \backslash
26066 footnotetext
26067 \series default
26068 .
26069 \end_layout
26070
26071 \begin_layout Standard
26072 \begin_inset Box Frameless
26073 position "t"
26074 hor_pos "c"
26075 has_inner_box 1
26076 inner_pos "t"
26077 use_parbox 0
26078 use_makebox 0
26079 width "100col%"
26080 special "none"
26081 height "1in"
26082 height_special "totalheight"
26083 status open
26084
26085 \begin_layout Plain Layout
26086 Un exemple de texte dans une minipage.
26087 \begin_inset Foot
26088 status open
26089
26090 \begin_layout Plain Layout
26091 Note de bas de page dans la minipage.
26092 \end_layout
26093
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \begin_layout Plain Layout
26100 Un autre exemple de texte dans une minipage.
26101 \begin_inset ERT
26102 status collapsed
26103
26104 \begin_layout Plain Layout
26105
26106
26107 \backslash
26108 footnotemark{}
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \begin_layout Standard
26122 \begin_inset ERT
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126
26127
26128 \backslash
26129 footnotetext{
26130 \end_layout
26131
26132 \end_inset
26133
26134 Note de bas de page en denors de la minipage.
26135 \begin_inset ERT
26136 status collapsed
26137
26138 \begin_layout Plain Layout
26139
26140 }
26141 \end_layout
26142
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \begin_layout Standard
26149 \begin_inset VSpace defskip
26150 \end_inset
26151
26152
26153 \end_layout
26154
26155 \begin_layout Standard
26156 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
26157  utilisez la commande 
26158 \series bold
26159
26160 \backslash
26161 footnotemark[number]
26162 \series default
26163  en code TeX.
26164 \begin_inset Newline newline
26165 \end_inset
26166
26167 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
26168  votre texte, vous devez enregistrer son numéro.
26169  Dans l'exemple de marque de note de bas de page suivant, ces commandes
26170  ont été insérées en code TeX après la note
26171 \begin_inset space ~
26172 \end_inset
26173
26174
26175 \begin_inset CommandInset ref
26176 LatexCommand ref
26177 reference "fn:Note-en-bas"
26178
26179 \end_inset
26180
26181  pour enregistrer son numéro
26182 \begin_inset space ~
26183 \end_inset
26184
26185 :
26186 \end_layout
26187
26188 \begin_layout Standard
26189
26190 \series bold
26191
26192 \backslash
26193 newcounter{MaNoteDupliquee}
26194 \begin_inset Newline newline
26195 \end_inset
26196
26197
26198 \backslash
26199 setcounter{MaNoteDupliquee}{
26200 \backslash
26201 thefootnote}
26202 \end_layout
26203
26204 \begin_layout Standard
26205 La note de bas de page a été créee avec la commande
26206 \begin_inset space ~
26207 \end_inset
26208
26209 :
26210 \end_layout
26211
26212 \begin_layout Standard
26213
26214 \series bold
26215
26216 \backslash
26217 footnotemark[
26218 \backslash
26219 MaNoteDupliquee]
26220 \end_layout
26221
26222 \begin_layout Standard
26223 Voici une note de bas de page dupliquée
26224 \begin_inset space ~
26225 \end_inset
26226
26227 :
26228 \begin_inset ERT
26229 status open
26230
26231 \begin_layout Plain Layout
26232
26233
26234 \backslash
26235 footnotemark[
26236 \backslash
26237 theMyRepeatFoot]
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
26247 t du numéro de note et juste utiliser la commande suivante
26248 \end_layout
26249
26250 \begin_layout Standard
26251
26252 \series bold
26253
26254 \backslash
26255 footnotemark[
26256 \backslash
26257 thefootnote]
26258 \end_layout
26259
26260 \begin_layout Standard
26261 Voici une autre note de bas de page dupliquée
26262 \begin_inset space ~
26263 \end_inset
26264
26265 :
26266 \begin_inset ERT
26267 status open
26268
26269 \begin_layout Plain Layout
26270
26271
26272 \backslash
26273 footnotemark[
26274 \backslash
26275 thefootnote]
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Subsection
26284 Numérotation de Notes de Bas de Page
26285 \begin_inset CommandInset label
26286 LatexCommand label
26287 name "sub:Numerotation-notes-bas-de-page"
26288
26289 \end_inset
26290
26291
26292 \begin_inset Index idx
26293 status collapsed
26294
26295 \begin_layout Plain Layout
26296 Notes de bas de page ! Numérotation
26297 \end_layout
26298
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \begin_layout Standard
26305 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26306  ajoutez cette commande dans le préambule de votre document :
26307 \end_layout
26308
26309 \begin_layout Standard
26310
26311 \series bold
26312
26313 \backslash
26314 @addtoreset{footnote}{section}
26315 \end_layout
26316
26317 \begin_layout Standard
26318 \begin_inset VSpace bigskip
26319 \end_inset
26320
26321 La commande de préambule suivante change le style de numérotation des notes
26322  en petits chiffres romains :
26323 \end_layout
26324
26325 \begin_layout Standard
26326
26327 \series bold
26328
26329 \backslash
26330 renewcommand{
26331 \backslash
26332 thefootnote}{
26333 \backslash
26334 roman{footnote}}
26335 \end_layout
26336
26337 \begin_layout Standard
26338 \begin_inset ERT
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342
26343
26344 \backslash
26345 renewcommand{
26346 \backslash
26347 thefootnote}{
26348 \backslash
26349 roman{footnote}}
26350 \end_layout
26351
26352 \end_inset
26353
26354  Cette note de bas de page utilise une numérotation en chiffres romains
26355  :
26356 \begin_inset Foot
26357 status open
26358
26359 \begin_layout Plain Layout
26360 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26361  romains.
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Standard
26370 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26371  la commande précédente 
26372 \series bold
26373
26374 \backslash
26375 roman
26376 \series default
26377  par 
26378 \series bold
26379
26380 \backslash
26381 Roman
26382 \series default
26383 .
26384  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26385  utilisez respectivement soit 
26386 \series bold
26387
26388 \backslash
26389 Alph
26390 \series default
26391  soit 
26392 \series bold
26393
26394 \backslash
26395 alph
26396 \series default
26397 .
26398  Pour les 
26399 \begin_inset Quotes eld
26400 \end_inset
26401
26402 numéroter
26403 \begin_inset Quotes erd
26404 \end_inset
26405
26406  avec des symboles, utilisez 
26407 \series bold
26408
26409 \backslash
26410 fnsymbol
26411 \series default
26412 .
26413 \end_layout
26414
26415 \begin_layout Standard
26416 \begin_inset Note Greyedout
26417 status open
26418
26419 \begin_layout Plain Layout
26420
26421 \series bold
26422 Note:
26423 \series default
26424  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26425  puisque cette numérotation est limitée à des lettres seules.
26426 \end_layout
26427
26428 \end_inset
26429
26430
26431 \begin_inset Newline newline
26432 \end_inset
26433
26434
26435 \begin_inset Note Greyedout
26436 status open
26437
26438 \begin_layout Plain Layout
26439
26440 \series bold
26441 Note:
26442 \series default
26443  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \begin_layout Standard
26452 Pour revenir au style de numérotation implicite quand vous en avez changé,
26453  utilisez 
26454 \series bold
26455
26456 \backslash
26457 arabic
26458 \series default
26459  à la place de 
26460 \series bold
26461
26462 \backslash
26463 roman
26464 \series default
26465  dans la commande précédente.
26466 \begin_inset ERT
26467 status collapsed
26468
26469 \begin_layout Plain Layout
26470
26471
26472 \backslash
26473 renewcommand{
26474 \backslash
26475 thefootnote}{
26476 \backslash
26477 arabic{footnote}}
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Standard
26486 \begin_inset VSpace bigskip
26487 \end_inset
26488
26489
26490 \end_layout
26491
26492 \begin_layout Standard
26493 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26494  le schéma 
26495 \begin_inset Quotes eld
26496 \end_inset
26497
26498 chapitre.note
26499 \begin_inset Quotes erd
26500 \end_inset
26501
26502 , ajoutez la commande suivante au préambule de votre document :
26503 \end_layout
26504
26505 \begin_layout Standard
26506
26507 \series bold
26508
26509 \backslash
26510 numberwithin{footnote}{chapter}
26511 \end_layout
26512
26513 \begin_layout Standard
26514 Pour pouvoir utiliser la commande 
26515 \series bold
26516
26517 \backslash
26518 numberwithin
26519 \series default
26520 , activez dans la rubrique 
26521 \family sans
26522 Options
26523 \begin_inset space ~
26524 \end_inset
26525
26526 des
26527 \begin_inset space ~
26528 \end_inset
26529
26530 Maths
26531 \family default
26532  dans les paramètres du document, l'option 
26533 \family sans
26534 Utiliser
26535 \begin_inset space ~
26536 \end_inset
26537
26538 le
26539 \begin_inset space ~
26540 \end_inset
26541
26542 paquetage
26543 \begin_inset space ~
26544 \end_inset
26545
26546 maths
26547 \begin_inset space ~
26548 \end_inset
26549
26550 AMS
26551 \family default
26552 .
26553 \end_layout
26554
26555 \begin_layout Standard
26556 \begin_inset ERT
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561
26562 \backslash
26563 numberwithin{footnote}{chapter}
26564 \end_layout
26565
26566 \end_inset
26567
26568 Ceci est un autre exemple de note de bas de page:
26569 \series bold
26570
26571 \begin_inset Foot
26572 status open
26573
26574 \begin_layout Plain Layout
26575 Cette note est numérotée en suivant le schéma 
26576 \begin_inset Quotes eld
26577 \end_inset
26578
26579 chapitre.note
26580 \begin_inset Quotes erd
26581 \end_inset
26582
26583 .
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \series default
26590
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 renewcommand{
26599 \backslash
26600 thefootnote}{
26601 \backslash
26602 arabic{footnote}}
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \begin_layout Standard
26611 \begin_inset Note Greyedout
26612 status open
26613
26614 \begin_layout Plain Layout
26615
26616 \series bold
26617 Note:
26618 \series default
26619  
26620 \series bold
26621
26622 \backslash
26623 numberwithin
26624 \series default
26625  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26626  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26627  prises en compte.
26628  
26629 \end_layout
26630
26631 \end_inset
26632
26633
26634 \end_layout
26635
26636 \begin_layout Standard
26637 Donc pour avoir par exemple le schéma 
26638 \begin_inset Quotes eld
26639 \end_inset
26640
26641 chapitre.
26642 \backslash
26643 Roman{note}
26644 \begin_inset Quotes erd
26645 \end_inset
26646
26647 , utilisez la commande suivante plutôt que 
26648 \series bold
26649
26650 \backslash
26651 numberwithin
26652 \series default
26653  :
26654 \end_layout
26655
26656 \begin_layout Standard
26657
26658 \series bold
26659
26660 \backslash
26661 renewcommand{
26662 \backslash
26663 thefootnote}{
26664 \backslash
26665 thechapter.
26666 \backslash
26667 Roman{footnote}}
26668 \end_layout
26669
26670 \begin_layout Subsection
26671 Positionnement de notes de bas de page
26672 \begin_inset Index idx
26673 status collapsed
26674
26675 \begin_layout Plain Layout
26676 Notes de bas de page ! Positionnement
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Standard
26685 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26686  vertical entre elles en bas de la page.
26687  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26688  de 1.5
26689 \begin_inset space \thinspace{}
26690 \end_inset
26691
26692 mm avec la commande suivante dans le préambule :
26693 \end_layout
26694
26695 \begin_layout Standard
26696
26697 \series bold
26698
26699 \backslash
26700 let
26701 \backslash
26702 myFoot
26703 \backslash
26704 footnote
26705 \begin_inset Newline newline
26706 \end_inset
26707
26708
26709 \backslash
26710 renewcommand{
26711 \backslash
26712 footnote}[1]{
26713 \backslash
26714 myFoot{#1
26715 \backslash
26716 vspace{1.5mm}}}
26717 \end_layout
26718
26719 \begin_layout Standard
26720 \begin_inset VSpace bigskip
26721 \end_inset
26722
26723 Dans un document à deux colonnes les notes de bas de page apparaissent en
26724  bas de chaque colonne, comme sur la Figure
26725 \begin_inset space ~
26726 \end_inset
26727
26728
26729 \begin_inset CommandInset ref
26730 LatexCommand ref
26731 reference "fig:Position-standard-note-bas-de-page"
26732
26733 \end_inset
26734
26735 .
26736  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26737  sur la Figure
26738 \begin_inset space ~
26739 \end_inset
26740
26741
26742 \begin_inset CommandInset ref
26743 LatexCommand ref
26744 reference "fig:Position-note-avec-ftnright"
26745
26746 \end_inset
26747
26748 , utilisez le paquetage LaTeX 
26749 \series bold
26750 ftnright
26751 \series default
26752
26753 \begin_inset Index idx
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757 Paquetages LaTeX ! ftnright
26758 \end_layout
26759
26760 \end_inset
26761
26762  avec cette commande dans le préambule du document:
26763 \end_layout
26764
26765 \begin_layout Standard
26766
26767 \series bold
26768
26769 \backslash
26770 usepackage{ftnright}
26771 \end_layout
26772
26773 \begin_layout Standard
26774 \begin_inset Float figure
26775 placement !h
26776 wide false
26777 sideways false
26778 status open
26779
26780 \begin_layout Plain Layout
26781 \begin_inset ERT
26782 status collapsed
26783
26784 \begin_layout Plain Layout
26785
26786
26787 \backslash
26788 framebox{
26789 \end_layout
26790
26791 \end_inset
26792
26793
26794 \begin_inset Graphics
26795         filename ../clipart/without_fntright.pdf
26796         width 100col%
26797         scaleBeforeRotation
26798
26799 \end_inset
26800
26801
26802 \begin_inset ERT
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806
26807 }
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \begin_layout Plain Layout
26816 \begin_inset Caption
26817
26818 \begin_layout Plain Layout
26819 \begin_inset CommandInset label
26820 LatexCommand label
26821 name "fig:Position-standard-note-bas-de-page"
26822
26823 \end_inset
26824
26825 Positionnement standard des notes de bas de page dans un document à deux
26826  colonnes.
26827 \end_layout
26828
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \begin_layout Standard
26840 \begin_inset Float figure
26841 placement !h
26842 wide false
26843 sideways false
26844 status open
26845
26846 \begin_layout Plain Layout
26847 \begin_inset ERT
26848 status collapsed
26849
26850 \begin_layout Plain Layout
26851
26852
26853 \backslash
26854 framebox{
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \begin_inset Graphics
26861         filename ../clipart/with_fntright.pdf
26862         width 100col%
26863         scaleBeforeRotation
26864
26865 \end_inset
26866
26867
26868 \begin_inset ERT
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872
26873 }
26874 \end_layout
26875
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \begin_layout Plain Layout
26882 \begin_inset Caption
26883
26884 \begin_layout Plain Layout
26885 \begin_inset CommandInset label
26886 LatexCommand label
26887 name "fig:Position-note-avec-ftnright"
26888
26889 \end_inset
26890
26891 Positionnement de notes de bas de page dans un document à deux colonnes
26892  en utilisant le paquetage LaTeX 
26893 \series bold
26894 ftnright
26895 \series default
26896 .
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \begin_layout Standard
26910 \begin_inset VSpace bigskip
26911 \end_inset
26912
26913 Dans certaines publications scientifiques, il est courant de rassembler
26914  les notes de bas de page et de les imprimer dans un paragraphe particulier
26915  à la fin de la section, comme sur la Figure
26916 \begin_inset space ~
26917 \end_inset
26918
26919
26920 \begin_inset CommandInset ref
26921 LatexCommand ref
26922 reference "fig:Notes-de-fin"
26923
26924 \end_inset
26925
26926 .
26927  On les appelle 
26928 \begin_inset Quotes eld
26929 \end_inset
26930
26931 notes de fin
26932 \begin_inset Quotes erd
26933 \end_inset
26934
26935 .
26936 \begin_inset Index idx
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 Notes de fin
26941 \end_layout
26942
26943 \end_inset
26944
26945  Pour utiliser des notes de fin à la place des notes de bas de page dans
26946  votre document, charger le module 
26947 \family sans
26948 Note de bas de page en fin de document
26949 \family default
26950  à partir de 
26951 \family sans
26952 Document\SpecialChar \menuseparator
26953 Paramètres\SpecialChar \menuseparator
26954 Modules
26955 \family default
26956 .
26957  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26958 \end_layout
26959
26960 \begin_layout Standard
26961
26962 \series bold
26963
26964 \backslash
26965 theendnotes
26966 \end_layout
26967
26968 \begin_layout Standard
26969 en code TeX à la fin d'une section ou d'un chapitre.
26970 \end_layout
26971
26972 \begin_layout Standard
26973 \begin_inset Float figure
26974 wide false
26975 sideways false
26976 status open
26977
26978 \begin_layout Plain Layout
26979 \align center
26980 \begin_inset ERT
26981 status collapsed
26982
26983 \begin_layout Plain Layout
26984
26985
26986 \backslash
26987 framebox{
26988 \end_layout
26989
26990 \end_inset
26991
26992
26993 \begin_inset Graphics
26994         filename ../clipart/endnotes.pdf
26995         scaleBeforeRotation
26996
26997 \end_inset
26998
26999
27000 \begin_inset ERT
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004
27005 }
27006 \end_layout
27007
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \begin_layout Plain Layout
27014 \begin_inset Caption
27015
27016 \begin_layout Plain Layout
27017 \begin_inset CommandInset label
27018 LatexCommand label
27019 name "fig:Notes-de-fin"
27020
27021 \end_inset
27022
27023 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
27024  séparé à la fin des sections ou des chapitres.
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Standard
27038 \begin_inset VSpace medskip
27039 \end_inset
27040
27041 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
27042  dans la langue du document, cela doit être fait manuellement.
27043  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
27044  
27045 \begin_inset Quotes eld
27046 \end_inset
27047
27048 Notes
27049 \begin_inset Quotes erd
27050 \end_inset
27051
27052  en sa traduction Allemande
27053 \begin_inset Foot
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057 En français, 
27058 \begin_inset Quotes eld
27059 \end_inset
27060
27061 Notes
27062 \begin_inset Quotes erd
27063 \end_inset
27064
27065  peut être conservé.
27066 \end_layout
27067
27068 \end_inset
27069
27070  
27071 \begin_inset Quotes eld
27072 \end_inset
27073
27074 Anmerkungen
27075 \begin_inset Quotes erd
27076 \end_inset
27077
27078  :
27079 \end_layout
27080
27081 \begin_layout Standard
27082
27083 \series bold
27084
27085 \backslash
27086 renewcommand{
27087 \backslash
27088 notesname}{Anmerkungen}
27089 \end_layout
27090
27091 \begin_layout Standard
27092 \begin_inset VSpace medskip
27093 \end_inset
27094
27095 La numérotation des notes de fin peut être modifiée comme celle des notes
27096  de bas de page comme c'est décrit dans la section
27097 \begin_inset space ~
27098 \end_inset
27099
27100
27101 \begin_inset CommandInset ref
27102 LatexCommand ref
27103 reference "sub:Numerotation-notes-bas-de-page"
27104
27105 \end_inset
27106
27107  ; remplacez juste la commande 
27108 \series bold
27109
27110 \backslash
27111 thefootnote
27112 \series default
27113  par 
27114 \series bold
27115
27116 \backslash
27117 theendnote
27118 \series default
27119 .
27120  Pour réinitialiser le numéro de note de fin, utilisez la commande 
27121 \series bold
27122
27123 \backslash
27124 @addtoreset
27125 \series default
27126  comme c'est décrit dans la section
27127 \begin_inset space ~
27128 \end_inset
27129
27130
27131 \begin_inset CommandInset ref
27132 LatexCommand ref
27133 reference "sub:Numerotation-notes-bas-de-page"
27134
27135 \end_inset
27136
27137  et remplacez le paramètre de commande 
27138 \series bold
27139 footnote
27140 \series default
27141  par 
27142 \series bold
27143 endnote
27144 \series default
27145 .
27146 \end_layout
27147
27148 \begin_layout Standard
27149 Pour les notes de fin, il y a la commande 
27150 \series bold
27151
27152 \backslash
27153 endnotemark[numéro]
27154 \series default
27155  qui est semblable à 
27156 \series bold
27157
27158 \backslash
27159 footnotemark
27160 \series default
27161 , décrite dans la section
27162 \begin_inset space ~
27163 \end_inset
27164
27165
27166 \begin_inset CommandInset ref
27167 LatexCommand ref
27168 reference "sec:Notes-bas-de-page"
27169
27170 \end_inset
27171
27172 .
27173 \end_layout
27174
27175 \begin_layout Standard
27176 \begin_inset VSpace bigskip
27177 \end_inset
27178
27179  Les notes de bas de page peuvent être mise dans la marge de la page et
27180  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
27181  
27182 \series bold
27183 footmisc
27184 \series default
27185
27186 \begin_inset Index idx
27187 status collapsed
27188
27189 \begin_layout Plain Layout
27190 Paquetages LaTeX ! footmisc
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \begin_inset CommandInset citation
27197 LatexCommand cite
27198 key "footmisc"
27199
27200 \end_inset
27201
27202  pour plus d'information à ce sujet.
27203 \end_layout
27204
27205 \begin_layout Standard
27206 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
27207  voyez les livres sur LaTeX, 
27208 \begin_inset CommandInset citation
27209 LatexCommand cite
27210 key "latexcompanion,latexguide,latexbook"
27211
27212 \end_inset
27213
27214 .
27215  Si vous utilisez une classe de document  
27216 \series bold
27217 KOMA-Script
27218 \series default
27219
27220 \begin_inset Index idx
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224 Paquetages LaTeX ! KOMA-Script
27225 \end_layout
27226
27227 \end_inset
27228
27229 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
27230  des commandes spécifiques à la classe de document utilisée, voyez 
27231 \begin_inset CommandInset citation
27232 LatexCommand cite
27233 key "KOMA-Script"
27234
27235 \end_inset
27236
27237 .
27238 \end_layout
27239
27240 \begin_layout Section
27241 Notes en Marge
27242 \begin_inset Index idx
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 Notes ! Notes en Marge
27247 \end_layout
27248
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Standard
27255 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27256 t de la même façon.
27257  Quand vous insérez une note en marge avec 
27258 \family sans
27259 Insérer\SpecialChar \menuseparator
27260 Note
27261 \begin_inset space ~
27262 \end_inset
27263
27264 en
27265 \begin_inset space ~
27266 \end_inset
27267
27268 Marge
27269 \family default
27270  ou avec le bouton 
27271 \begin_inset Graphics
27272         filename ../../images/marginalnote-insert.png
27273         scale 85
27274         scaleBeforeRotation
27275
27276 \end_inset
27277
27278  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27279  grise avec une étiquette rouge 
27280 \begin_inset Quotes fld
27281 \end_inset
27282
27283 marge
27284 \begin_inset Quotes frd
27285 \end_inset
27286
27287 .
27288  
27289 \begin_inset Marginal
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 C'est une note en marge.
27294 \end_layout
27295
27296 \end_inset
27297
27298  Cette boîte est la représentation de votre note dans LyX.
27299  Vous pouvez y entrer votre texte.
27300 \end_layout
27301
27302 \begin_layout Standard
27303 Les notes en marge apparaissent dans la marge de droite dans les documents
27304  imprimées sur une seule face.
27305  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27306  
27307 \begin_inset Quotes eld
27308 \end_inset
27309
27310 extérieure
27311 \begin_inset Quotes erd
27312 \end_inset
27313
27314  – la gauche sur les pages paires et la droite sur les pages impaires.
27315  Le texte de la note en marge est aligné à l'opposé de la marge externe
27316  – aligné à droite quand la note apparaît dans la marge de gauche.
27317  La première ligne de la note apparaît à la hauteur de la ligne de texte
27318  où la note a été insérée dans le document.
27319 \end_layout
27320
27321 \begin_layout Standard
27322 \begin_inset VSpace bigskip
27323 \end_inset
27324
27325 Pour placer une note dans la marge interne, ajoutez la commande suivante
27326  :
27327 \end_layout
27328
27329 \begin_layout Standard
27330
27331 \series bold
27332
27333 \backslash
27334 reversemarginpar
27335 \end_layout
27336
27337 \begin_layout Standard
27338 sous forme de code TeX avant votre note de marge.
27339  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27340  qui suivent 
27341 \begin_inset ERT
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 reversemarginpar 
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \begin_inset Marginal
27355 status open
27356
27357 \begin_layout Plain Layout
27358 Cette note en marge est dans la marge interne.
27359 \end_layout
27360
27361 \end_inset
27362
27363
27364 \series bold
27365
27366 \begin_inset Newline newline
27367 \end_inset
27368
27369
27370 \series default
27371
27372 \begin_inset Note Greyedout
27373 status open
27374
27375 \begin_layout Plain Layout
27376
27377 \series bold
27378 Note:
27379 \series default
27380  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27381  les notes sont souvent mal mises en formes dans la sortie imprimée.
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \begin_layout Standard
27390 Pour revenir au positionnement implicite, ajoutez la commande :
27391 \end_layout
27392
27393 \begin_layout Standard
27394
27395 \series bold
27396
27397 \backslash
27398 normalmarginpar
27399 \end_layout
27400
27401 \begin_layout Standard
27402 sous forme de code TeX.
27403 \begin_inset ERT
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407
27408
27409 \backslash
27410 normalmarginpar 
27411 \end_layout
27412
27413 \end_inset
27414
27415
27416 \begin_inset Newline newline
27417 \end_inset
27418
27419  
27420 \begin_inset Note Greyedout
27421 status open
27422
27423 \begin_layout Plain Layout
27424
27425 \series bold
27426 Note:
27427 \series default
27428  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27429  
27430 \series bold
27431
27432 \backslash
27433 reversemarginpar
27434 \series default
27435  est aussi utilisée.
27436 \end_layout
27437
27438 \end_inset
27439
27440
27441 \end_layout
27442
27443 \begin_layout Standard
27444 \begin_inset VSpace bigskip
27445 \end_inset
27446
27447
27448 \begin_inset Marginal
27449 status open
27450
27451 \begin_layout Plain Layout
27452 UnTrèsLongMotEnMarge sans césure.
27453 \end_layout
27454
27455 \end_inset
27456
27457  Comme dans le cas décrit dans la section
27458 \begin_inset space ~
27459 \end_inset
27460
27461
27462 \begin_inset CommandInset ref
27463 LatexCommand ref
27464 reference "sub:Lignes-multiple-dans-cellule"
27465
27466 \end_inset
27467
27468 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27469  mot d'une note en marge.
27470  Pour éviter ce problème, insérez un espacement horizontal de 0
27471 \begin_inset space \thinspace{}
27472 \end_inset
27473
27474 pt avant le mot en question: 
27475 \begin_inset Marginal
27476 status open
27477
27478 \begin_layout Plain Layout
27479 \begin_inset space \hspace{}
27480 \length 0pt
27481 \end_inset
27482
27483 UnMotTrèsLongEnMarge avec une césure.
27484 \end_layout
27485
27486 \end_inset
27487
27488
27489 \end_layout
27490
27491 \begin_layout Standard
27492 \begin_inset VSpace bigskip
27493 \end_inset
27494
27495
27496 \end_layout
27497
27498 \begin_layout Standard
27499 \begin_inset Note Greyedout
27500 status open
27501
27502 \begin_layout Plain Layout
27503
27504 \series bold
27505 Note:
27506 \series default
27507  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27508  tableaux, des flottants et des notes de bas de page.
27509 \end_layout
27510
27511 \end_inset
27512
27513
27514 \end_layout
27515
27516 \begin_layout Standard
27517 \begin_inset VSpace bigskip
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \begin_layout Standard
27524 \begin_inset ERT
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528
27529
27530 \backslash
27531 ifmarginnote
27532 \end_layout
27533
27534 \end_inset
27535
27536
27537 \begin_inset Note Note
27538 status open
27539
27540 \begin_layout Plain Layout
27541 La section suivante ne sera affichée que si le paquetage LaTeX 
27542 \series bold
27543 marginnote
27544 \series default
27545  a été installé.
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27555 \series bold
27556 marginnote
27557 \series default
27558
27559 \begin_inset Index idx
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563 Paquetages LaTeX ! marginnote
27564 \end_layout
27565
27566 \end_inset
27567
27568 .
27569  En ajoutant les deux lignes suivantes au préambule de votre document, la
27570  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27571  la commande fournie par le paquetage 
27572 \series bold
27573 marginnote
27574 \series default
27575  :
27576 \end_layout
27577
27578 \begin_layout Standard
27579
27580 \series bold
27581
27582 \backslash
27583 usepackage{marginnote}
27584 \begin_inset Newline newline
27585 \end_inset
27586
27587
27588 \backslash
27589 let
27590 \backslash
27591 marginpar
27592 \backslash
27593 marginnote
27594 \end_layout
27595
27596 \begin_layout Standard
27597 Ce paquetage est aussi utilisé dans ce document parce que 
27598 \series bold
27599 marginnote
27600 \series default
27601  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27602  vertical pour une note.
27603  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27604  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27605  en page.
27606  Le décalage est inséré dans LyX sous forme de code TeX directement après
27607  la note sous la forme
27608 \end_layout
27609
27610 \begin_layout Standard
27611
27612 \series bold
27613 [offset]
27614 \end_layout
27615
27616 \begin_layout Standard
27617 où l'offset utilise l'une des unités listées dans le tableau
27618 \begin_inset space ~
27619 \end_inset
27620
27621
27622 \begin_inset CommandInset ref
27623 LatexCommand ref
27624 reference "cha:Unités-de-longueur"
27625
27626 \end_inset
27627
27628 .
27629  Une valeur négative déplace la note vers le haut, une valeur positive la
27630  déplace vers le bas.
27631  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27632  vers le haut de 1.5
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636 cm avec la commande en code TeX 
27637 \begin_inset Quotes eld
27638 \end_inset
27639
27640
27641 \series bold
27642 [-1.5cm]
27643 \series default
27644
27645 \begin_inset Quotes erd
27646 \end_inset
27647
27648
27649 \begin_inset Marginal
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 Cette note en marge est décalée vers le haut de 1.5
27654 \begin_inset space \thinspace{}
27655 \end_inset
27656
27657 cm par rapport à sa position d'origine.
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \begin_inset ERT
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667
27668 [-1.5cm]
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \end_layout
27675
27676 \begin_layout Standard
27677 \begin_inset VSpace medskip
27678 \end_inset
27679
27680 Avec le paquetage 
27681 \series bold
27682 marginnote
27683 \series default
27684  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27685  Par exemple les commandes 
27686 \end_layout
27687
27688 \begin_layout Standard
27689
27690 \series bold
27691
27692 \backslash
27693 renewcommand*{
27694 \backslash
27695 raggedleftmarginnote}{
27696 \backslash
27697 centering}
27698 \begin_inset Newline newline
27699 \end_inset
27700
27701
27702 \backslash
27703 renewcommand*{
27704 \backslash
27705 raggedrightmarginnote}{
27706 \backslash
27707 centering}
27708 \end_layout
27709
27710 \begin_layout Standard
27711 donnent un alignement centré.
27712  
27713 \series bold
27714
27715 \backslash
27716 raggedleftmarginnote
27717 \series default
27718  indique une note qui apparaît dans la marge de gauche.
27719 \begin_inset ERT
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723
27724
27725 \backslash
27726 renewcommand*{
27727 \backslash
27728 raggedleftmarginnote}{
27729 \backslash
27730 centering}
27731 \end_layout
27732
27733 \begin_layout Plain Layout
27734
27735
27736 \backslash
27737 renewcommand*{
27738 \backslash
27739 raggedrightmarginnote}{
27740 \backslash
27741 centering}
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \begin_inset Marginal
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 Le texte de cette note en marge est centré.
27752 \end_layout
27753
27754 \end_inset
27755
27756 .
27757  Le comportement implicite est donné par
27758 \end_layout
27759
27760 \begin_layout Standard
27761
27762 \series bold
27763
27764 \backslash
27765 renewcommand*{
27766 \backslash
27767 raggedleftmarginnote}{
27768 \backslash
27769 raggedleft}
27770 \begin_inset Newline newline
27771 \end_inset
27772
27773
27774 \backslash
27775 renewcommand*{
27776 \backslash
27777 raggedrightmarginnote}{
27778 \backslash
27779 raggedright}
27780 \series default
27781
27782 \begin_inset ERT
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786
27787
27788 \backslash
27789 renewcommand*{
27790 \backslash
27791 raggedleftmarginnote}{
27792 \backslash
27793 raggedleft}
27794 \end_layout
27795
27796 \begin_layout Plain Layout
27797
27798
27799 \backslash
27800 renewcommand*{
27801 \backslash
27802 raggedrightmarginnote}{
27803 \backslash
27804 raggedright}
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \begin_layout Standard
27813 \begin_inset VSpace medskip
27814 \end_inset
27815
27816 Pour les autre fonctions du paquetage 
27817 \series bold
27818 marginnote
27819 \series default
27820  nous vous renvoyons à sa documentation 
27821 \begin_inset CommandInset citation
27822 LatexCommand cite
27823 key "marginnote"
27824
27825 \end_inset
27826
27827 .
27828 \end_layout
27829
27830 \begin_layout Standard
27831 \begin_inset VSpace bigskip
27832 \end_inset
27833
27834 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27835  définition.
27836  Pour créer par exemple une entête pour toutes les notes en marge avec le
27837  texte 
27838 \begin_inset Quotes eld
27839 \end_inset
27840
27841
27842 \family sans
27843 \series bold
27844 \bar under
27845 Attention!
27846 \family default
27847 \series default
27848 \bar default
27849
27850 \begin_inset Quotes erd
27851 \end_inset
27852
27853  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27854  de votre document :
27855 \end_layout
27856
27857 \begin_layout Standard
27858
27859 \series bold
27860
27861 \backslash
27862 let
27863 \backslash
27864 myMarginpar
27865 \backslash
27866 marginpar
27867 \begin_inset Newline newline
27868 \end_inset
27869
27870
27871 \backslash
27872 renewcommand{
27873 \backslash
27874 marginpar}[1]{
27875 \backslash
27876 myMarginpar{%
27877 \begin_inset Newline newline
27878 \end_inset
27879
27880
27881 \begin_inset Phantom HPhantom
27882 status open
27883
27884 \begin_layout Plain Layout
27885
27886 \series bold
27887 \begin_inset space ~
27888 \end_inset
27889
27890
27891 \end_layout
27892
27893 \end_inset
27894
27895
27896 \backslash
27897 hspace{0pt}
27898 \backslash
27899 textsf{
27900 \backslash
27901 textbf{
27902 \backslash
27903 underbar{Attention!}}}%
27904 \begin_inset Newline newline
27905 \end_inset
27906
27907
27908 \begin_inset Phantom HPhantom
27909 status open
27910
27911 \begin_layout Plain Layout
27912
27913 \series bold
27914 \begin_inset space ~
27915 \end_inset
27916
27917
27918 \end_layout
27919
27920 \end_inset
27921
27922
27923 \backslash
27924 vspace{1.5mm}
27925 \backslash
27926
27927 \backslash
27928 #1}}
27929 \end_layout
27930
27931 \begin_layout Standard
27932 \begin_inset ERT
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936
27937
27938 \backslash
27939 let
27940 \backslash
27941 myMarginpar
27942 \backslash
27943 marginpar
27944 \end_layout
27945
27946 \begin_layout Plain Layout
27947
27948
27949 \backslash
27950 renewcommand{
27951 \backslash
27952 marginpar}[1]{
27953 \backslash
27954 myMarginpar{%
27955 \end_layout
27956
27957 \begin_layout Plain Layout
27958
27959    
27960 \backslash
27961 textsf{
27962 \backslash
27963 textbf{
27964 \backslash
27965 underbar{Attention!}}}%
27966 \end_layout
27967
27968 \begin_layout Plain Layout
27969
27970    
27971 \backslash
27972 vspace{1.5mm}
27973 \backslash
27974
27975 \backslash
27976 #1}}
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \begin_inset Marginal
27983 status open
27984
27985 \begin_layout Plain Layout
27986 Ceci est une note en marge avec une en-tête prédéfinie.
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \begin_inset ERT
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996
27997 [-1.5cm]
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \begin_inset ERT
28004 status collapsed
28005
28006 \begin_layout Plain Layout
28007
28008
28009 \backslash
28010 renewcommand{
28011 \backslash
28012 marginpar}[1]{
28013 \backslash
28014 myMarginpar{#1}}
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \begin_inset Note Note
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024
28025 \lang english
28026 The margin note format is changed only for this example.
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Standard
28035 \begin_inset ERT
28036 status collapsed
28037
28038 \begin_layout Plain Layout
28039
28040
28041 \backslash
28042 else
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \begin_inset Note Note
28049 status open
28050
28051 \begin_layout Plain Layout
28052 Ce qui suit sera affiché si le paquetage LaTeX 
28053 \series bold
28054 marginnote
28055 \series default
28056  n'est pas installé :
28057 \end_layout
28058
28059 \end_inset
28060
28061
28062 \end_layout
28063
28064 \begin_layout Standard
28065 Vous devez installer le paquetage LaTeX 
28066 \series bold
28067 marginnote
28068 \series default
28069  pour voir la suite de cette section dans la sortie imprimée.
28070 \end_layout
28071
28072 \begin_layout Standard
28073 \begin_inset ERT
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077
28078
28079 \backslash
28080 fi
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \end_layout
28087
28088 \begin_layout Chapter
28089 Les Boîtes
28090 \end_layout
28091
28092 \begin_layout Section
28093 Introduction
28094 \begin_inset Index idx
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098 Boîtes ! Introduction
28099 \end_layout
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Standard
28107 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
28108  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
28109  voir la section
28110 \begin_inset space ~
28111 \end_inset
28112
28113
28114 \begin_inset CommandInset ref
28115 LatexCommand ref
28116 reference "sec:Minipages"
28117
28118 \end_inset
28119
28120 , pour encadrer des portions de texte, voir la section
28121 \begin_inset space ~
28122 \end_inset
28123
28124
28125 \begin_inset CommandInset ref
28126 LatexCommand ref
28127 reference "sec:Décorations"
28128
28129 \end_inset
28130
28131 , pour empêcher que des mots subissent une césure, voir la section
28132 \begin_inset space ~
28133 \end_inset
28134
28135
28136 \begin_inset CommandInset ref
28137 LatexCommand ref
28138 reference "sec:Empêcher-césure"
28139
28140 \end_inset
28141
28142 , pour aligner du texte, voir la section
28143 \begin_inset space ~
28144 \end_inset
28145
28146
28147 \begin_inset CommandInset ref
28148 LatexCommand ref
28149 reference "sub:Alignement-Vertical"
28150
28151 \end_inset
28152
28153 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
28154 \begin_inset space ~
28155 \end_inset
28156
28157
28158 \begin_inset CommandInset ref
28159 LatexCommand ref
28160 reference "sec:Boîtes-colorées"
28161
28162 \end_inset
28163
28164 .
28165 \end_layout
28166
28167 \begin_layout Standard
28168 On peut insérer une boîte en utilisant le menu 
28169 \family sans
28170 Insérer\SpecialChar \menuseparator
28171 Boîte
28172 \family default
28173  ou avec le bouton 
28174 \begin_inset Graphics
28175         filename ../../images/box-insert.png
28176         scale 85
28177         scaleBeforeRotation
28178
28179 \end_inset
28180
28181  de la barre d'outils.
28182  Une boîte grise avec une étiquette 
28183 \family sans
28184 Boîte
28185 \begin_inset space ~
28186 \end_inset
28187
28188 (Minipage)
28189 \family default
28190
28191 \begin_inset Graphics
28192         filename clipart/BoxInsetDefaultQt4.png
28193         scale 65
28194         scaleBeforeRotation
28195
28196 \end_inset
28197
28198  est alors insérée.
28199  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
28200  et en choisissant 
28201 \family sans
28202 Paramètres
28203 \family default
28204  .
28205  La fenêtre de dialogue qui apparaît donne accès aux types de
28206 \family sans
28207  Boîte
28208 \begin_inset space ~
28209 \end_inset
28210
28211 Intérieure
28212 \family default
28213  
28214 \family sans
28215 Makebox, Parbox
28216 \family default
28217  et 
28218 \family sans
28219 Minipage
28220 \family default
28221 .
28222  Le type 
28223 \family sans
28224 Minipage
28225 \family default
28226  est le type implicite pour les boîtes nouvellement créées et il est décrit
28227  dans la section
28228 \begin_inset space ~
28229 \end_inset
28230
28231
28232 \begin_inset CommandInset ref
28233 LatexCommand ref
28234 reference "sec:Minipages"
28235
28236 \end_inset
28237
28238 ; le type 
28239 \family sans
28240 Parbox
28241 \family default
28242  est décrit dans la section
28243 \begin_inset space ~
28244 \end_inset
28245
28246
28247 \begin_inset CommandInset ref
28248 LatexCommand ref
28249 reference "sec:Parboxes"
28250
28251 \end_inset
28252
28253  et le type 
28254 \family sans
28255 Makebox
28256 \family default
28257  est décrit dans la section
28258 \begin_inset space ~
28259 \end_inset
28260
28261
28262 \begin_inset CommandInset ref
28263 LatexCommand ref
28264 reference "sec:Empêcher-césure"
28265
28266 \end_inset
28267
28268 .
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28273  comme les flottants ou les notes de bas de page.
28274 \end_layout
28275
28276 \begin_layout Standard
28277 \begin_inset Note Greyedout
28278 status open
28279
28280 \begin_layout Plain Layout
28281
28282 \series bold
28283 Note:
28284 \series default
28285  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28286  de type 
28287 \family sans
28288 Liste
28289 \family default
28290  ou 
28291 \family sans
28292 Description
28293 \family default
28294 .
28295 \end_layout
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Standard
28303 \begin_inset Note Greyedout
28304 status open
28305
28306 \begin_layout Plain Layout
28307
28308 \series bold
28309 Note:
28310 \series default
28311  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28312 \family sans
28313 Boîte
28314 \begin_inset space ~
28315 \end_inset
28316
28317 Intérieure
28318 \family default
28319  à 
28320 \family sans
28321 Aucune
28322 \family default
28323  que quand vous utilisez une boîte encadrée.
28324  Les boîtes sans 
28325 \family sans
28326 Boîte
28327 \begin_inset space ~
28328 \end_inset
28329
28330 Intérieure
28331 \family default
28332  et sans cadre sont expliquées dans la section
28333 \begin_inset space ~
28334 \end_inset
28335
28336
28337 \begin_inset CommandInset ref
28338 LatexCommand ref
28339 reference "sec:Empêcher-césure"
28340
28341 \end_inset
28342
28343 .
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \begin_layout Section
28352 La fenêtre de dialogue Boîte
28353 \begin_inset CommandInset label
28354 LatexCommand label
28355 name "sec:Boîte-Dialogue"
28356
28357 \end_inset
28358
28359
28360 \begin_inset Index idx
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 Boîtes ! Fenêtre de dialogue Boîte
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \begin_layout Subsection
28373 Taille
28374 \begin_inset Index idx
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 Boîtes ! Taille
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \begin_layout Standard
28387 Dans la fenêtre de dialogue 
28388 \family sans
28389 Paramètres
28390 \begin_inset space ~
28391 \end_inset
28392
28393 de
28394 \begin_inset space ~
28395 \end_inset
28396
28397 Boîte
28398 \family default
28399  vous pouvez modifier la géométrie de la boîte avec les champs 
28400 \family sans
28401 Largeur
28402 \family default
28403  et 
28404 \family sans
28405 Hauteur
28406 \family default
28407 .
28408  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28409  dans le tableau
28410 \begin_inset space ~
28411 \end_inset
28412
28413
28414 \begin_inset CommandInset ref
28415 LatexCommand ref
28416 reference "tab:Unités"
28417
28418 \end_inset
28419
28420 .
28421  Le champ 
28422 \family sans
28423 Hauteur
28424 \family default
28425  offre en plus les spécifications de taille suivantes :
28426 \end_layout
28427
28428 \begin_layout Description
28429 Profondeur C'est simplement la 
28430 \begin_inset Quotes eld
28431 \end_inset
28432
28433 hauteur
28434 \begin_inset Quotes erd
28435 \end_inset
28436
28437  du texte.
28438  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28439  lignes de texte dans la boîte.
28440 \begin_inset Newline newline
28441 \end_inset
28442
28443
28444 \begin_inset Newline newline
28445 \end_inset
28446
28447
28448 \begin_inset Newline newline
28449 \end_inset
28450
28451
28452 \begin_inset Box Boxed
28453 position "c"
28454 hor_pos "c"
28455 has_inner_box 1
28456 inner_pos "c"
28457 use_parbox 0
28458 use_makebox 0
28459 width "12col%"
28460 special "none"
28461 height "1in"
28462 height_special "depth"
28463 status open
28464
28465 \begin_layout Plain Layout
28466 \align center
28467 Boîte dont la hauteur est égale à 1
28468 \begin_inset space \thinspace{}
28469 \end_inset
28470
28471 Profondeur
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \begin_inset Newline newline
28478 \end_inset
28479
28480
28481 \begin_inset Newline newline
28482 \end_inset
28483
28484
28485 \end_layout
28486
28487 \begin_layout Description
28488 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28489  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28490  est deux fois plus haute que le texte : 
28491 \begin_inset Box Boxed
28492 position "c"
28493 hor_pos "c"
28494 has_inner_box 1
28495 inner_pos "c"
28496 use_parbox 0
28497 use_makebox 0
28498 width "20col%"
28499 special "none"
28500 height "2in"
28501 height_special "height"
28502 status open
28503
28504 \begin_layout Plain Layout
28505 \align center
28506 Boîte dont la hauteur est 2
28507 \begin_inset space \thinspace{}
28508 \end_inset
28509
28510 Hauteur
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Description
28519 Hauteur
28520 \begin_inset space ~
28521 \end_inset
28522
28523 Totale C'est égal à Hauteur
28524 \begin_inset space \thinspace{}
28525 \end_inset
28526
28527 +
28528 \begin_inset space \thinspace{}
28529 \end_inset
28530
28531 Profondeur : 
28532 \begin_inset Box Boxed
28533 position "c"
28534 hor_pos "c"
28535 has_inner_box 1
28536 inner_pos "c"
28537 use_parbox 0
28538 use_makebox 0
28539 width "20col%"
28540 special "none"
28541 height "1in"
28542 height_special "totalheight"
28543 status open
28544
28545 \begin_layout Plain Layout
28546 \align center
28547 Boîte dont la hauteur est 1
28548 \begin_inset space \thinspace{}
28549 \end_inset
28550
28551 Hauteur
28552 \begin_inset space ~
28553 \end_inset
28554
28555 Totale
28556 \end_layout
28557
28558 \end_inset
28559
28560
28561 \end_layout
28562
28563 \begin_layout Description
28564 Largeur On prend la largeur de la boîte comme hauteur : 
28565 \begin_inset Box Boxed
28566 position "c"
28567 hor_pos "c"
28568 has_inner_box 1
28569 inner_pos "c"
28570 use_parbox 0
28571 use_makebox 0
28572 width "12col%"
28573 special "none"
28574 height "1in"
28575 height_special "width"
28576 status open
28577
28578 \begin_layout Plain Layout
28579 \align center
28580 Boîte dont la hauteur est 1
28581 \begin_inset space \thinspace{}
28582 \end_inset
28583
28584 Largeur
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Subsection
28593 Alignement
28594 \begin_inset Index idx
28595 status collapsed
28596
28597 \begin_layout Plain Layout
28598 Boîtes ! Alignement
28599 \end_layout
28600
28601 \end_inset
28602
28603
28604 \end_layout
28605
28606 \begin_layout Standard
28607 Quand vous avez choisi une 
28608 \family sans
28609 Boîte
28610 \begin_inset space ~
28611 \end_inset
28612
28613 Intérieure
28614 \family default
28615 , l'alignement vertical de la boîte peut être :
28616 \end_layout
28617
28618 \begin_layout Description
28619 Haut Ceci est un exemple de texte.
28620  
28621 \begin_inset Box Boxed
28622 position "t"
28623 hor_pos "c"
28624 has_inner_box 1
28625 inner_pos "c"
28626 use_parbox 0
28627 use_makebox 0
28628 width "12col%"
28629 special "none"
28630 height "1in"
28631 height_special "totalheight"
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 \align center
28636 Cette boîte est alignée sur le haut.
28637 \end_layout
28638
28639 \end_inset
28640
28641  Ceci est un exemple de texte.
28642 \end_layout
28643
28644 \begin_layout Description
28645 Milieu Ceci est un exemple de texte.
28646  
28647 \begin_inset Box Boxed
28648 position "c"
28649 hor_pos "c"
28650 has_inner_box 1
28651 inner_pos "c"
28652 use_parbox 0
28653 use_makebox 0
28654 width "12col%"
28655 special "none"
28656 height "1in"
28657 height_special "totalheight"
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661 \align center
28662 Cette boîte est alignée au centre.
28663 \end_layout
28664
28665 \end_inset
28666
28667  Ceci est un exemple de texte.
28668 \end_layout
28669
28670 \begin_layout Description
28671 Bas Ceci est un exemple de texte.
28672  
28673 \begin_inset Box Boxed
28674 position "b"
28675 hor_pos "c"
28676 has_inner_box 1
28677 inner_pos "c"
28678 use_parbox 0
28679 use_makebox 0
28680 width "12col%"
28681 special "none"
28682 height "1in"
28683 height_special "totalheight"
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687 \align center
28688 Cette boîte est alignée sur le bas.
28689 \end_layout
28690
28691 \end_inset
28692
28693  Ceci est un exemple de texte.
28694 \end_layout
28695
28696 \begin_layout Standard
28697 \begin_inset Note Greyedout
28698 status open
28699
28700 \begin_layout Plain Layout
28701
28702 \series bold
28703 Note:
28704 \series default
28705  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28706  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28707  l'autre non.
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28717  paragraphe grâce à la fenêtre de dialogue 
28718 \family sans
28719 Paramètres
28720 \begin_inset space ~
28721 \end_inset
28722
28723 de
28724 \begin_inset space ~
28725 \end_inset
28726
28727 Boîte
28728 \family default
28729 .
28730 \end_layout
28731
28732 \begin_layout Standard
28733 \begin_inset VSpace bigskip
28734 \end_inset
28735
28736 Quand vous avez choisi une 
28737 \family sans
28738 Boîte
28739 \begin_inset space ~
28740 \end_inset
28741
28742 Intérieure
28743 \family default
28744 , l'alignement vertical du contenu de la boîte peut être :
28745 \end_layout
28746
28747 \begin_layout Description
28748 haut Ceci est un exemple de texte.
28749 \begin_inset Box Boxed
28750 position "c"
28751 hor_pos "c"
28752 has_inner_box 1
28753 inner_pos "t"
28754 use_parbox 0
28755 use_makebox 0
28756 width "12col%"
28757 special "none"
28758 height "1.5in"
28759 height_special "totalheight"
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763 \align center
28764 Le texte de cette boîte est aligné sur le haut.
28765 \end_layout
28766
28767 \end_inset
28768
28769  Ceci est un exemple de texte.
28770 \end_layout
28771
28772 \begin_layout Description
28773 milieu Ceci est un exemple de texte.
28774  
28775 \begin_inset Box Boxed
28776 position "c"
28777 hor_pos "c"
28778 has_inner_box 1
28779 inner_pos "c"
28780 use_parbox 0
28781 use_makebox 0
28782 width "12col%"
28783 special "none"
28784 height "1.5in"
28785 height_special "totalheight"
28786 status collapsed
28787
28788 \begin_layout Plain Layout
28789 \align center
28790 Le texte de cette boîte est aligné au centre
28791 \end_layout
28792
28793 \end_inset
28794
28795  Ceci est un exemple de texte.
28796 \end_layout
28797
28798 \begin_layout Description
28799 bas Ceci est un exemple de texte.
28800  
28801 \begin_inset Box Boxed
28802 position "c"
28803 hor_pos "c"
28804 has_inner_box 1
28805 inner_pos "b"
28806 use_parbox 0
28807 use_makebox 0
28808 width "12col%"
28809 special "none"
28810 height "1.5in"
28811 height_special "totalheight"
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815 \align center
28816 Le texte de cette boîte est aligné en bas.
28817 \end_layout
28818
28819 \end_inset
28820
28821  Ceci est un exemple de texte.
28822 \end_layout
28823
28824 \begin_layout Description
28825 élongation Ceci est un exemple de texte.
28826  
28827 \begin_inset Box Boxed
28828 position "c"
28829 hor_pos "c"
28830 has_inner_box 1
28831 inner_pos "s"
28832 use_parbox 0
28833 use_makebox 0
28834 width "12col%"
28835 special "none"
28836 height "1.5in"
28837 height_special "totalheight"
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841 \align center
28842 Le texte 
28843 \end_layout
28844
28845 \begin_layout Plain Layout
28846 \align center
28847 de cette
28848 \end_layout
28849
28850 \begin_layout Plain Layout
28851 \align center
28852 boîte est
28853 \end_layout
28854
28855 \begin_layout Plain Layout
28856 \align center
28857 allongé.
28858 \end_layout
28859
28860 \end_inset
28861
28862  Ceci est un exemple de texte.
28863 \end_layout
28864
28865 \begin_layout Standard
28866 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28867  paragraphe.
28868  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28869 \end_layout
28870
28871 \begin_layout Standard
28872 \begin_inset VSpace bigskip
28873 \end_inset
28874
28875 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28876  la fenêtre de dialogue 
28877 \family sans
28878 Paramètres
28879 \begin_inset space ~
28880 \end_inset
28881
28882 de
28883 \begin_inset space ~
28884 \end_inset
28885
28886 paragraphe
28887 \family default
28888  quand vous avez choisi une 
28889 \family sans
28890 Boîte
28891 \begin_inset space ~
28892 \end_inset
28893
28894 Intérieure
28895 \family default
28896 .
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \align center
28901 \begin_inset Box Boxed
28902 position "c"
28903 hor_pos "c"
28904 has_inner_box 1
28905 inner_pos "s"
28906 use_parbox 0
28907 use_makebox 0
28908 width "15col%"
28909 special "none"
28910 height "1.25in"
28911 height_special "totalheight"
28912 status open
28913
28914 \begin_layout Plain Layout
28915 \align left
28916 Le texte de 
28917 \end_layout
28918
28919 \begin_layout Plain Layout
28920 \align left
28921 cette boîte
28922 \end_layout
28923
28924 \begin_layout Plain Layout
28925 \align right
28926 est allongé.
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \end_layout
28933
28934 \begin_layout Standard
28935 Si vous n'avez pas choisi une 
28936 \family sans
28937 Boîte
28938 \begin_inset space ~
28939 \end_inset
28940
28941 Intérieure
28942 \family default
28943 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28944  de dialogue de boîte.
28945 \end_layout
28946
28947 \begin_layout Standard
28948 \align center
28949 \begin_inset Box Boxed
28950 position "c"
28951 hor_pos "s"
28952 has_inner_box 0
28953 inner_pos "s"
28954 use_parbox 0
28955 use_makebox 0
28956 width "90col%"
28957 special "none"
28958 height "1.25in"
28959 height_special "totalheight"
28960 status open
28961
28962 \begin_layout Plain Layout
28963 Le texte de cette boîte est allongé horizontalement.
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Subsection
28972 Décorations
28973 \begin_inset CommandInset label
28974 LatexCommand label
28975 name "sec:Décorations"
28976
28977 \end_inset
28978
28979
28980 \begin_inset Index idx
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984 Boîtes ! Décorations
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \end_layout
28991
28992 \begin_layout Standard
28993 On peut spécifier le style de la boîte en utilisant la liste déroulante
28994  
28995 \family sans
28996 Décoration
28997 \family default
28998 .
28999  Les possibilités sont les suivantes :
29000 \end_layout
29001
29002 \begin_layout Description
29003 Aucun
29004 \begin_inset space ~
29005 \end_inset
29006
29007 cadre
29008 \begin_inset space ~
29009 \end_inset
29010
29011 tracé Rien n'est tracé
29012 \end_layout
29013
29014 \begin_layout Description
29015 Cadre
29016 \begin_inset space ~
29017 \end_inset
29018
29019 rectangulaire
29020 \begin_inset space ~
29021 \end_inset
29022
29023 simple Ceci dessine un cadre rectangulaire autour de la boîte.
29024  L'épaisseur du trait de ce cadre est donnée par la variable  
29025 \series bold
29026
29027 \backslash
29028 fboxrule
29029 \series default
29030 .
29031 \begin_inset Newline newline
29032 \end_inset
29033
29034
29035 \begin_inset Box Boxed
29036 position "c"
29037 hor_pos "c"
29038 has_inner_box 1
29039 inner_pos "c"
29040 use_parbox 0
29041 use_makebox 0
29042 width "20col%"
29043 special "none"
29044 height "1in"
29045 height_special "totalheight"
29046 status open
29047
29048 \begin_layout Plain Layout
29049 \align center
29050 Boîte rectangulaire
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Description
29059 Cadre
29060 \begin_inset space ~
29061 \end_inset
29062
29063 oval,
29064 \begin_inset space ~
29065 \end_inset
29066
29067 fin Ceci dessine un cadre ovalisée autour de la boîte.
29068  L'épaisseur du trait de ce cadre est de  0.4
29069 \begin_inset space \thinspace{}
29070 \end_inset
29071
29072 pt.
29073  
29074 \begin_inset Box ovalbox
29075 position "c"
29076 hor_pos "c"
29077 has_inner_box 1
29078 inner_pos "c"
29079 use_parbox 0
29080 use_makebox 0
29081 width "20col%"
29082 special "none"
29083 height "1in"
29084 height_special "totalheight"
29085 status open
29086
29087 \begin_layout Plain Layout
29088 \align center
29089 Boîte ovalisée, fine
29090 \end_layout
29091
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Description
29098 Cadre
29099 \begin_inset space ~
29100 \end_inset
29101
29102 oval,
29103 \begin_inset space ~
29104 \end_inset
29105
29106 épais Ceci dessine un cadre ovalisée autour de la boîte.
29107  L'épaisseur du trait de ce cadre est de   0.8
29108 \begin_inset space \thinspace{}
29109 \end_inset
29110
29111 pt.
29112  
29113 \begin_inset Box Ovalbox
29114 position "c"
29115 hor_pos "c"
29116 has_inner_box 1
29117 inner_pos "c"
29118 use_parbox 0
29119 use_makebox 0
29120 width "20col%"
29121 special "none"
29122 height "1in"
29123 height_special "totalheight"
29124 status open
29125
29126 \begin_layout Plain Layout
29127 \align center
29128 Boîte ovalisée, épaisse
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \end_layout
29135
29136 \begin_layout Description
29137 Ombre
29138 \begin_inset space ~
29139 \end_inset
29140
29141 en
29142 \begin_inset space ~
29143 \end_inset
29144
29145 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
29146  L'épaisseur du trait de ce cadre est donnée par la variable  
29147 \series bold
29148
29149 \backslash
29150 fboxrule
29151 \series default
29152 , l'ombre a une épaisseur de  4
29153 \begin_inset space \thinspace{}
29154 \end_inset
29155
29156 pt.
29157  
29158 \begin_inset Box Shadowbox
29159 position "c"
29160 hor_pos "c"
29161 has_inner_box 1
29162 inner_pos "c"
29163 use_parbox 0
29164 use_makebox 0
29165 width "20col%"
29166 special "none"
29167 height "1in"
29168 height_special "totalheight"
29169 status open
29170
29171 \begin_layout Plain Layout
29172 \align center
29173 Boîte ombrée
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Description
29182 Fond
29183 \begin_inset space ~
29184 \end_inset
29185
29186 ombré Ceci dessine une boîte avec un arrière plan rouge.
29187  Contrairement aux boîtes coloriées
29188 \begin_inset Foot
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192 Voir la section
29193 \begin_inset space ~
29194 \end_inset
29195
29196
29197 \begin_inset CommandInset ref
29198 LatexCommand ref
29199 reference "sec:Boîtes-colorées"
29200
29201 \end_inset
29202
29203 .
29204 \end_layout
29205
29206 \end_inset
29207
29208 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
29209  son propre paragraphe.
29210 \lang english
29211
29212 \begin_inset Box Shaded
29213 position "t"
29214 hor_pos "c"
29215 has_inner_box 0
29216 inner_pos "t"
29217 use_parbox 0
29218 use_makebox 0
29219 width "50col%"
29220 special "none"
29221 height "1in"
29222 height_special "totalheight"
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 Boîte avec fond ombré
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \end_layout
29233
29234 \begin_layout Description
29235 Cadre
29236 \begin_inset space ~
29237 \end_inset
29238
29239 rectangulaire
29240 \begin_inset space ~
29241 \end_inset
29242
29243 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29244  boîte.
29245  L'épaisseur du trait du cadre interne est de 0.75
29246 \begin_inset space \thinspace{}
29247 \end_inset
29248
29249
29250 \series bold
29251
29252 \backslash
29253 fboxrule
29254 \series default
29255 , l'épaisseur du trait du cadre externe est de 1.5
29256 \begin_inset space \thinspace{}
29257 \end_inset
29258
29259
29260 \series bold
29261
29262 \backslash
29263 fboxrule
29264 \series default
29265 .
29266  La distance entre les deux cadres est de  1.5
29267 \begin_inset space \thinspace{}
29268 \end_inset
29269
29270
29271 \series bold
29272
29273 \backslash
29274 fboxrule
29275 \series default
29276
29277 \begin_inset space \thinspace{}
29278 \end_inset
29279
29280 +
29281 \begin_inset space \thinspace{}
29282 \end_inset
29283
29284 0.5
29285 \begin_inset space \thinspace{}
29286 \end_inset
29287
29288 pt.
29289  
29290 \begin_inset Box Doublebox
29291 position "c"
29292 hor_pos "c"
29293 has_inner_box 1
29294 inner_pos "c"
29295 use_parbox 0
29296 use_makebox 0
29297 width "20col%"
29298 special "none"
29299 height "1in"
29300 height_special "totalheight"
29301 status open
29302
29303 \begin_layout Plain Layout
29304 \align center
29305 Boîte double
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Standard
29314 \begin_inset VSpace bigskip
29315 \end_inset
29316
29317 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29318  style de boîte utilisé.
29319  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29320  le paquetage LaTeX 
29321 \series bold
29322 fancybox
29323 \series default
29324
29325 \begin_inset Index idx
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329 Paquetages LaTeX ! fancybox
29330 \end_layout
29331
29332 \end_inset
29333
29334 .
29335 \end_layout
29336
29337 \begin_layout Standard
29338 \begin_inset VSpace bigskip
29339 \end_inset
29340
29341 Quand vous utilisez le style de décoration 
29342 \family sans
29343 cadre rectangulaire simple
29344 \family default
29345  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29346  de la boîte.
29347  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29348  prendra toute la largeur de la colonne, la boîte sera considérée comme
29349  son propre paragraphe et 
29350 \series bold
29351
29352 \backslash
29353 fboxrule
29354 \series default
29355  et 
29356 \series bold
29357
29358 \backslash
29359 fboxsep
29360 \series default
29361  n'ont aucun effet sur ce type de boîte.
29362  L'épaisseur de la ligne du cadre a la valeur de 
29363 \series bold
29364
29365 \backslash
29366 FrameRule
29367 \series default
29368 .
29369  
29370 \begin_inset Box Framed
29371 position "t"
29372 hor_pos "c"
29373 has_inner_box 0
29374 inner_pos "t"
29375 use_parbox 0
29376 use_makebox 0
29377 width "100col%"
29378 special "none"
29379 height "1in"
29380 height_special "totalheight"
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 Boîte avec cadre simple et sauts de page
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Section
29393 Personnalisation des boîtes
29394 \begin_inset Index idx
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398 Boîtes! Personnalisation
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Standard
29407 La valeur implicite pour la variable 
29408 \series bold
29409
29410 \backslash
29411 fboxrule
29412 \series default
29413  est 0.4
29414 \begin_inset space \thinspace{}
29415 \end_inset
29416
29417 pt.
29418  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29419  pour avoir 2
29420 \begin_inset space \thinspace{}
29421 \end_inset
29422
29423 pt :
29424 \end_layout
29425
29426 \begin_layout Standard
29427
29428 \series bold
29429
29430 \backslash
29431 setlength{
29432 \backslash
29433 fboxrule}{2pt}
29434 \end_layout
29435
29436 \begin_layout Standard
29437 \begin_inset ERT
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441
29442
29443 \backslash
29444 setlength{
29445 \backslash
29446 fboxrule}{2pt}
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \begin_inset Box Boxed
29453 position "c"
29454 hor_pos "c"
29455 has_inner_box 1
29456 inner_pos "c"
29457 use_parbox 0
29458 use_makebox 0
29459 width "25col%"
29460 special "none"
29461 height "1in"
29462 height_special "totalheight"
29463 status open
29464
29465 \begin_layout Plain Layout
29466 \align center
29467 Boîte rectangulaire avec 
29468 \series bold
29469
29470 \backslash
29471 fboxrule
29472 \series default
29473
29474 \begin_inset space \thinspace{}
29475 \end_inset
29476
29477 =
29478 \begin_inset space \thinspace{}
29479 \end_inset
29480
29481 2
29482 \begin_inset space \thinspace{}
29483 \end_inset
29484
29485 pt
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \begin_inset ERT
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495
29496
29497 \backslash
29498 setlength{
29499 \backslash
29500 fboxrule}{0.4pt}
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 \begin_inset VSpace bigskip
29510 \end_inset
29511
29512 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29513  les types de cadres, implicitement il est de 3
29514 \begin_inset space \thinspace{}
29515 \end_inset
29516
29517 pt.
29518  Vous pouvez le modifier en donnant une autre valeur à la variable 
29519 \series bold
29520
29521 \backslash
29522 fboxsep
29523 \series default
29524 .
29525  Par exemple la commande
29526 \end_layout
29527
29528 \begin_layout Standard
29529
29530 \series bold
29531
29532 \backslash
29533 setlength{
29534 \backslash
29535 fboxsep}{10pt}
29536 \end_layout
29537
29538 \begin_layout Standard
29539 met une valeur de 10
29540 \begin_inset space \thinspace{}
29541 \end_inset
29542
29543 pt, comme celle utilisée pour cette boîte :
29544 \end_layout
29545
29546 \begin_layout Standard
29547 \begin_inset ERT
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551
29552
29553 \backslash
29554 setlength{
29555 \backslash
29556 fboxsep}{10pt}
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset Box Boxed
29563 position "c"
29564 hor_pos "c"
29565 has_inner_box 1
29566 inner_pos "c"
29567 use_parbox 0
29568 use_makebox 0
29569 width "25col%"
29570 special "none"
29571 height "1in"
29572 height_special "totalheight"
29573 status open
29574
29575 \begin_layout Plain Layout
29576 \align center
29577 Boîte rectangulaire avec 
29578 \series bold
29579
29580 \backslash
29581 fboxsep
29582 \series default
29583
29584 \begin_inset space \thinspace{}
29585 \end_inset
29586
29587 =
29588 \begin_inset space \thinspace{}
29589 \end_inset
29590
29591 10
29592 \begin_inset space \thinspace{}
29593 \end_inset
29594
29595 pt
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606
29607 \backslash
29608 setlength{
29609 \backslash
29610 fboxsep}{3pt}
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \end_layout
29617
29618 \begin_layout Standard
29619 \begin_inset VSpace bigskip
29620 \end_inset
29621
29622 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29623  la commande 
29624 \series bold
29625
29626 \backslash
29627 cornersize
29628 \series default
29629 .
29630  Par exemple, la commande
29631 \end_layout
29632
29633 \begin_layout Standard
29634
29635 \series bold
29636
29637 \backslash
29638 cornersize*{1cm}
29639 \end_layout
29640
29641 \begin_layout Standard
29642 donne un diamètre de 1
29643 \begin_inset space \thinspace{}
29644 \end_inset
29645
29646 cm.
29647  La commande
29648 \end_layout
29649
29650 \begin_layout Standard
29651
29652 \series bold
29653
29654 \backslash
29655 cornersize{num}
29656 \end_layout
29657
29658 \begin_layout Standard
29659 fixe le diamètre à 
29660 \family sans
29661 num
29662 \begin_inset space \thinspace{}
29663 \end_inset
29664
29665 ×
29666 \begin_inset space \thinspace{}
29667 \end_inset
29668
29669 minimum(largeur et hauteur de la boîte)
29670 \family default
29671 .
29672  La valeur implicite est 
29673 \series bold
29674
29675 \backslash
29676 cornersize{0.5}
29677 \series default
29678 .
29679 \end_layout
29680
29681 \begin_layout Standard
29682 \begin_inset ERT
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686
29687
29688 \backslash
29689 cornersize*{1.5cm}
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \begin_inset Box Ovalbox
29696 position "c"
29697 hor_pos "c"
29698 has_inner_box 1
29699 inner_pos "c"
29700 use_parbox 0
29701 use_makebox 0
29702 width "25col%"
29703 special "none"
29704 height "1in"
29705 height_special "totalheight"
29706 status open
29707
29708 \begin_layout Plain Layout
29709 \align center
29710 Boîte ovale avec 
29711 \series bold
29712
29713 \backslash
29714 cornersize
29715 \series default
29716
29717 \begin_inset space \thinspace{}
29718 \end_inset
29719
29720 =
29721 \begin_inset space \thinspace{}
29722 \end_inset
29723
29724 1.5
29725 \begin_inset space \thinspace{}
29726 \end_inset
29727
29728 cm
29729 \end_layout
29730
29731 \end_inset
29732
29733
29734 \begin_inset ERT
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738
29739
29740 \backslash
29741 cornersize{0.5}
29742 \end_layout
29743
29744 \end_inset
29745
29746
29747 \end_layout
29748
29749 \begin_layout Standard
29750 \begin_inset VSpace bigskip
29751 \end_inset
29752
29753 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29754  
29755 \series bold
29756
29757 \backslash
29758 shadowsize
29759 \series default
29760 .
29761  Elle est fixée à 2
29762 \begin_inset space \thinspace{}
29763 \end_inset
29764
29765 pt pour la boîte suivante par la commande :
29766 \end_layout
29767
29768 \begin_layout Standard
29769
29770 \series bold
29771
29772 \backslash
29773 setlength{
29774 \backslash
29775 shadowsize}{2pt}
29776 \end_layout
29777
29778 \begin_layout Standard
29779 \begin_inset ERT
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783
29784
29785 \backslash
29786 setlength{
29787 \backslash
29788 shadowsize}{2pt}
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \begin_inset Box Shadowbox
29795 position "c"
29796 hor_pos "c"
29797 has_inner_box 1
29798 inner_pos "c"
29799 use_parbox 0
29800 use_makebox 0
29801 width "25col%"
29802 special "none"
29803 height "1in"
29804 height_special "totalheight"
29805 status open
29806
29807 \begin_layout Plain Layout
29808 \align center
29809 Boîte ombrée avec 
29810 \series bold
29811
29812 \backslash
29813 shadowsize
29814 \series default
29815
29816 \begin_inset space \thinspace{}
29817 \end_inset
29818
29819 =
29820 \begin_inset space \thinspace{}
29821 \end_inset
29822
29823 2
29824 \begin_inset space \thinspace{}
29825 \end_inset
29826
29827 pt
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837
29838
29839 \backslash
29840 setlength{
29841 \backslash
29842 shadowsize}{4pt}
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \end_layout
29849
29850 \begin_layout Standard
29851 \begin_inset VSpace bigskip
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Standard
29858 La valeur implicite pour la longueur 
29859 \series bold
29860
29861 \backslash
29862 FrameRule
29863 \series default
29864  est 0,4
29865 \begin_inset space \thinspace{}
29866 \end_inset
29867
29868 pt.
29869  L'espacement implicite entre le contenu de la note et le cadre est de 9
29870 \begin_inset space \thinspace{}
29871 \end_inset
29872
29873 pt et il peut être modifié en utilisant la valeur de 
29874 \series bold
29875
29876 \backslash
29877 FrameSep
29878 \series default
29879 .
29880  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29881  suivantes en code TeX
29882 \end_layout
29883
29884 \begin_layout Standard
29885
29886 \series bold
29887
29888 \backslash
29889 setlength{
29890 \backslash
29891 FrameRule}{5pt}
29892 \begin_inset Newline newline
29893 \end_inset
29894
29895
29896 \backslash
29897 setlength{
29898 \backslash
29899 FrameSep}{0.5cm}
29900 \end_layout
29901
29902 \begin_layout Standard
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908
29909 \backslash
29910 setlength{
29911 \backslash
29912 FrameRule}{5pt}
29913 \end_layout
29914
29915 \begin_layout Plain Layout
29916
29917
29918 \backslash
29919 setlength{
29920 \backslash
29921 FrameSep}{0.5cm}
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \begin_inset Box Framed
29928 position "t"
29929 hor_pos "c"
29930 has_inner_box 0
29931 inner_pos "t"
29932 use_parbox 0
29933 use_makebox 0
29934 width "100col%"
29935 special "none"
29936 height "1in"
29937 height_special "totalheight"
29938 status open
29939
29940 \begin_layout Plain Layout
29941 Ceci est un texte dans une boîte autorisant les 
29942 \family sans
29943 sauts de page
29944 \family default
29945 .
29946 \end_layout
29947
29948 \end_inset
29949
29950
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956
29957 \backslash
29958 setlength{
29959 \backslash
29960 FrameRule}{0.4pt}
29961 \end_layout
29962
29963 \begin_layout Plain Layout
29964
29965
29966 \backslash
29967 setlength{
29968 \backslash
29969 FrameSep}{9pt}
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \end_layout
29976
29977 \begin_layout Standard
29978
29979 \lang english
29980 \begin_inset VSpace bigskip
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 Pour les boîtes à 
29988 \family sans
29989 Fond
29990 \begin_inset space ~
29991 \end_inset
29992
29993 ombré
29994 \family default
29995 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29996  3
29997 \begin_inset space \thinspace{}
29998 \end_inset
29999
30000 pt et il peut être modifié avec la valeur de 
30001 \series bold
30002
30003 \backslash
30004 fboxsep
30005 \series default
30006 .
30007  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
30008  localement avec la commande 
30009 \series bold
30010
30011 \backslash
30012 definecolor{shadecolor}
30013 \series default
30014 , soit globalement avec le menu 
30015 \family sans
30016 Outils\SpecialChar \menuseparator
30017 Préférences
30018 \family default
30019 \SpecialChar \menuseparator
30020
30021 \family sans
30022 Couleurs\SpecialChar \menuseparator
30023 boîte
30024 \begin_inset space ~
30025 \end_inset
30026
30027 ombrée
30028 \family default
30029 .
30030  La syntaxe de la commande 
30031 \series bold
30032
30033 \backslash
30034 definecolor
30035 \series default
30036  est expliquée dans la section
30037 \begin_inset space ~
30038 \end_inset
30039
30040
30041 \begin_inset CommandInset ref
30042 LatexCommand ref
30043 reference "sec:Tableaux-Colorés"
30044
30045 \end_inset
30046
30047
30048 \begin_inset Foot
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052 Notez que l'utilisation de 
30053 \series bold
30054
30055 \backslash
30056 definecolor
30057 \series default
30058  ne peut se faire sans le paquetage LaTeX 
30059 \series bold
30060 color
30061 \series default
30062  dans le préambule, voir la section
30063 \begin_inset space ~
30064 \end_inset
30065
30066
30067 \begin_inset CommandInset ref
30068 LatexCommand ref
30069 reference "sec:Boîtes-colorées"
30070
30071 \end_inset
30072
30073 .
30074  
30075 \end_layout
30076
30077 \end_inset
30078
30079 .
30080 \end_layout
30081
30082 \begin_layout Standard
30083 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
30084  les commandes en code TeX suivantes
30085 \end_layout
30086
30087 \begin_layout Standard
30088
30089 \series bold
30090
30091 \backslash
30092 setlength{
30093 \backslash
30094 fboxsep}{0.5cm}
30095 \series default
30096
30097 \begin_inset Newline newline
30098 \end_inset
30099
30100
30101 \series bold
30102
30103 \backslash
30104 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30105 \end_layout
30106
30107 \begin_layout Standard
30108 \begin_inset ERT
30109 status collapsed
30110
30111 \begin_layout Plain Layout
30112
30113
30114 \backslash
30115 setlength{
30116 \backslash
30117 fboxsep}{0.5cm}
30118 \end_layout
30119
30120 \begin_layout Plain Layout
30121
30122
30123 \backslash
30124 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30125 \end_layout
30126
30127 \end_inset
30128
30129
30130 \begin_inset Box Shaded
30131 position "t"
30132 hor_pos "c"
30133 has_inner_box 0
30134 inner_pos "t"
30135 use_parbox 0
30136 use_makebox 0
30137 width "100col%"
30138 special "none"
30139 height "1in"
30140 height_special "totalheight"
30141 status open
30142
30143 \begin_layout Plain Layout
30144
30145 \color yellow
30146 Ceci est un texte jaune dans une boîte à 
30147 \family sans
30148 Fond
30149 \begin_inset space ~
30150 \end_inset
30151
30152 ombré
30153 \family default
30154 \color inherit
30155  
30156 \color yellow
30157 avec un fond vert foncé.
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \begin_inset ERT
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167
30168
30169 \backslash
30170 setlength{
30171 \backslash
30172 fboxsep}{3pt}
30173 \end_layout
30174
30175 \begin_layout Plain Layout
30176
30177
30178 \backslash
30179 definecolor{shadecolor}{rgb}{1,0,0}
30180 \end_layout
30181
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Standard
30188
30189 \lang english
30190 \begin_inset VSpace bigskip
30191 \end_inset
30192
30193
30194 \end_layout
30195
30196 \begin_layout Standard
30197 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
30198  les boîtes qui suivent la commandes qui les a changées.
30199 \end_layout
30200
30201 \begin_layout Section
30202 Minipages
30203 \begin_inset CommandInset label
30204 LatexCommand label
30205 name "sec:Minipages"
30206
30207 \end_inset
30208
30209
30210 \begin_inset Index idx
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214 Boîtes ! Minipages
30215 \end_layout
30216
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \begin_layout Standard
30223 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
30224 ur d'une page.
30225  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
30226  règles d'indentation, de saut de ligne, etc.
30227  s'appliquent.
30228 \end_layout
30229
30230 \begin_layout Standard
30231 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
30232  langues.
30233 \end_layout
30234
30235 \begin_layout Standard
30236 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
30237  Leur largeur est fixée à 45
30238 \begin_inset space \thinspace{}
30239 \end_inset
30240
30241 col% et elles sont séparées par un ressort horizontal, qui a été inséré
30242  via le menu 
30243 \family sans
30244 Insérer\SpecialChar \menuseparator
30245 Typographie
30246 \begin_inset space ~
30247 \end_inset
30248
30249 spéciale\SpecialChar \menuseparator
30250 Ressort
30251 \begin_inset space ~
30252 \end_inset
30253
30254 Horizontal
30255 \family default
30256 .
30257 \end_layout
30258
30259 \begin_layout Standard
30260
30261 \end_layout
30262
30263 \begin_layout Standard
30264
30265 \lang english
30266 \begin_inset Box Frameless
30267 position "t"
30268 hor_pos "c"
30269 has_inner_box 1
30270 inner_pos "c"
30271 use_parbox 0
30272 use_makebox 0
30273 width "45col%"
30274 special "none"
30275 height "1in"
30276 height_special "totalheight"
30277 status open
30278
30279 \begin_layout Plain Layout
30280
30281 \lang german
30282 Dies ist ein deutscher Text.
30283  Dies ist ein deutscher Text.
30284  Dies ist ein deutscher Text.
30285  Dies ist ein deutscher Text.
30286  Dies ist ein deutscher Text.
30287  Dies ist ein deutscher Text.
30288  Dies ist ein deutscher Text.
30289  Dies ist ein deutscher Text.
30290  Dies ist ein deutscher Text.
30291  Dies ist ein deutscher Text.
30292  Dies ist ein deutscher Text.
30293  Dies ist ein deutscher Text.
30294  Dies ist ein deutscher Text
30295 \begin_inset Foot
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299
30300 \lang german
30301 Dies ist eine deutsche Fußnote.
30302 \end_layout
30303
30304 \end_inset
30305
30306 .
30307  Dies ist ein deutscher Text.
30308  Dies ist ein deutscher Text.
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \begin_inset space \hfill{}
30315 \end_inset
30316
30317
30318 \begin_inset Box Frameless
30319 position "t"
30320 hor_pos "c"
30321 has_inner_box 1
30322 inner_pos "c"
30323 use_parbox 0
30324 use_makebox 0
30325 width "45col%"
30326 special "none"
30327 height "1in"
30328 height_special "totalheight"
30329 status open
30330
30331 \begin_layout Plain Layout
30332
30333 \lang english
30334 This is an English Text.
30335  This is an English Text.
30336  This is an English Text.
30337  This is an English Text.
30338  This is an English Text.
30339  This is an English Text.
30340  This is an English Text.
30341  This is an English Text.
30342  This is an English Text.
30343  This is an English Text.
30344  This is an English Text.
30345  This is an English Text.
30346  This is an English Text.
30347  This is an English Text.
30348  This is an English Text.
30349  This is an English Text.
30350 \begin_inset Foot
30351 status collapsed
30352
30353 \begin_layout Plain Layout
30354
30355 \lang english
30356 This is an English footnote.
30357 \end_layout
30358
30359 \end_inset
30360
30361  This is an English Text.
30362  
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \end_layout
30369
30370 \begin_layout Standard
30371 \begin_inset VSpace bigskip
30372 \end_inset
30373
30374 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30375  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30376  minipages, même si vous les avez mis par exemple à 
30377 \family sans
30378 Moyen
30379 \family default
30380  dans les paramètres du document.
30381 \end_layout
30382
30383 \begin_layout Standard
30384 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30385  portion de texte, voyez la section
30386 \begin_inset space ~
30387 \end_inset
30388
30389
30390 \begin_inset CommandInset ref
30391 LatexCommand ref
30392 reference "sub:Couleur-pour-les-Paragraphes"
30393
30394 \end_inset
30395
30396 .
30397 \end_layout
30398
30399 \begin_layout Standard
30400 \begin_inset Note Greyedout
30401 status open
30402
30403 \begin_layout Plain Layout
30404
30405 \series bold
30406 Note:
30407 \series default
30408  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30409  mais les minipages peuvent être utilisées dans un tableau, un flottant
30410  ou une autre boîte.
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \end_layout
30417
30418 \begin_layout Section
30419 Les Parboxes
30420 \begin_inset CommandInset label
30421 LatexCommand label
30422 name "sec:Parboxes"
30423
30424 \end_inset
30425
30426
30427 \begin_inset Index idx
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431 Boîtes ! Parboxes
30432 \end_layout
30433
30434 \end_inset
30435
30436
30437 \end_layout
30438
30439 \begin_layout Standard
30440 \begin_inset Note Note
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444
30445 \lang english
30446 En attendant une traduction de parbox (NdT)
30447 \end_layout
30448
30449 \end_inset
30450
30451 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30452  ne peuvent avoir de note de bas de page.
30453 \end_layout
30454
30455 \begin_layout Standard
30456 \align center
30457 \begin_inset Box Frameless
30458 position "t"
30459 hor_pos "c"
30460 has_inner_box 1
30461 inner_pos "t"
30462 use_parbox 1
30463 use_makebox 0
30464 width "33col%"
30465 special "none"
30466 height "1in"
30467 height_special "totalheight"
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471 Ceci est un texte à l'intérieur d'une parbox.
30472  Ceci est un texte à l'intérieur d'une parbox.
30473 \end_layout
30474
30475 \begin_layout Plain Layout
30476 Cette note de bas de page ne devrait pas apparaître :
30477 \begin_inset Foot
30478 status open
30479
30480 \begin_layout Plain Layout
30481 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30482  pas.
30483 \end_layout
30484
30485 \end_inset
30486
30487
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \end_layout
30494
30495 \begin_layout Section
30496 Des Boîtes pour les Mots et les Caractères
30497 \begin_inset Index idx
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501 Boîtes ! Pour les caractères
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Subsection
30510 Empêcher la Césure
30511 \begin_inset CommandInset label
30512 LatexCommand label
30513 name "sec:Empêcher-césure"
30514
30515 \end_inset
30516
30517
30518 \begin_inset Index idx
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522 Boîtes ! Pour empêcher la césure
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \begin_layout Standard
30531 Vous pouvez utiliser une boîte de type 
30532 \family sans
30533 Makebox
30534 \family default
30535  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30536 \begin_inset Newline newline
30537 \end_inset
30538
30539 Voici un exemple de texte :
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Cette ligne est un exemple comment vous pouvez empêcher une césure
30544 \begin_inset space ~
30545 \end_inset
30546
30547
30548 \begin_inset Quotes eld
30549 \end_inset
30550
30551 motTrèsTrèsLong
30552 \begin_inset Quotes erd
30553 \end_inset
30554
30555
30556 \end_layout
30557
30558 \begin_layout Standard
30559 Pour empêcher que le mot 
30560 \begin_inset Quotes eld
30561 \end_inset
30562
30563 motTrèsTrèsLong
30564 \begin_inset Quotes erd
30565 \end_inset
30566
30567  soit coupé, mettez le mot dans une boîte, mettez 
30568 \family sans
30569 Boîte
30570 \begin_inset space ~
30571 \end_inset
30572
30573 intérieure
30574 \family default
30575  à 
30576 \family sans
30577 Makebox
30578 \family default
30579  et sa largeur à 1
30580 \begin_inset space \thinspace{}
30581 \end_inset
30582
30583 Largeur.
30584 \end_layout
30585
30586 \begin_layout Standard
30587 Voici le résultat :
30588 \end_layout
30589
30590 \begin_layout Standard
30591 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30592 \begin_inset Box Frameless
30593 position "t"
30594 hor_pos "c"
30595 has_inner_box 1
30596 inner_pos "t"
30597 use_parbox 0
30598 use_makebox 1
30599 width "1in"
30600 special "width"
30601 height "1in"
30602 height_special "totalheight"
30603 status open
30604
30605 \begin_layout Plain Layout
30606 motTrèsTrèsLong
30607 \end_layout
30608
30609 \end_inset
30610
30611
30612 \end_layout
30613
30614 \begin_layout Standard
30615 Une autre méthode consiste à mettre la commande 
30616 \begin_inset Quotes eld
30617 \end_inset
30618
30619
30620 \series bold
30621
30622 \backslash
30623 -
30624 \series default
30625
30626 \begin_inset Quotes grd
30627 \end_inset
30628
30629  en code TeX, juste avant le mot :
30630 \end_layout
30631
30632 \begin_layout Standard
30633 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30634 \begin_inset Quotes eld
30635 \end_inset
30636
30637
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643
30644 \backslash
30645 -
30646 \end_layout
30647
30648 \end_inset
30649
30650 motTrèsTrèsLong
30651 \begin_inset Quotes erd
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \begin_layout Standard
30658 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30659  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30660 \family sans
30661 Insérer\SpecialChar \menuseparator
30662 Typographie
30663 \begin_inset space ~
30664 \end_inset
30665
30666 spéciale\SpecialChar \menuseparator
30667 Passage
30668 \begin_inset space ~
30669 \end_inset
30670
30671 à
30672 \begin_inset space ~
30673 \end_inset
30674
30675 la
30676 \begin_inset space ~
30677 \end_inset
30678
30679 Ligne
30680 \family default
30681  (raccourci 
30682 \family sans
30683 Ctrl-Entrée
30684 \family default
30685 ) :
30686 \end_layout
30687
30688 \begin_layout Standard
30689 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30690 \begin_inset Newline newline
30691 \end_inset
30692
30693
30694 \begin_inset Box Frameless
30695 position "t"
30696 hor_pos "c"
30697 has_inner_box 1
30698 inner_pos "t"
30699 use_parbox 0
30700 use_makebox 1
30701 width "1in"
30702 special "width"
30703 height "1in"
30704 height_special "totalheight"
30705 status open
30706
30707 \begin_layout Plain Layout
30708 \begin_inset Quotes eld
30709 \end_inset
30710
30711 motTrèsTrèsLong
30712 \begin_inset Quotes erd
30713 \end_inset
30714
30715
30716 \end_layout
30717
30718 \end_inset
30719
30720
30721 \end_layout
30722
30723 \begin_layout Subsection
30724 Alignement Vertical
30725 \begin_inset CommandInset label
30726 LatexCommand label
30727 name "sub:Alignement-Vertical"
30728
30729 \end_inset
30730
30731
30732 \begin_inset Index idx
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736 Boîtes ! Pour l'alignement vertical
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \begin_inset Index idx
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746 Boîtes ! Boîtes élévatrices
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \begin_inset Index idx
30753 status collapsed
30754
30755 \begin_layout Plain Layout
30756 Raisebox|see
30757 \begin_inset ERT
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761
30762 {
30763 \end_layout
30764
30765 \end_inset
30766
30767 Boîtes élévatrices
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773 }
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \end_inset
30782
30783
30784 \end_layout
30785
30786 \begin_layout Standard
30787 Avec la commande 
30788 \series bold
30789
30790 \backslash
30791 raisebox
30792 \series default
30793  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30794  par rapport au texte qui l'entoure.
30795  La commande
30796 \series bold
30797  
30798 \backslash
30799 raisebox
30800 \series default
30801  s'utilise en suivant la syntaxe suivante :
30802 \end_layout
30803
30804 \begin_layout Standard
30805
30806 \series bold
30807
30808 \backslash
30809 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30810 \end_layout
30811
30812 \begin_layout Standard
30813 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30814  pour l'abaisser.
30815 \end_layout
30816
30817 \begin_layout Standard
30818 Pour aligner le mot 
30819 \begin_inset Quotes eld
30820 \end_inset
30821
30822 empêcher
30823 \begin_inset Quotes erd
30824 \end_inset
30825
30826  de façon à ce que le point le plus bas du caractère le plus 
30827 \begin_inset Quotes eld
30828 \end_inset
30829
30830 profond
30831 \begin_inset Quotes erd
30832 \end_inset
30833
30834 , le 
30835 \begin_inset Quotes eld
30836 \end_inset
30837
30838 p
30839 \begin_inset Quotes erd
30840 \end_inset
30841
30842 , soit au niveau de la ligne de base, insérez la commande 
30843 \end_layout
30844
30845 \begin_layout Standard
30846
30847 \series bold
30848
30849 \backslash
30850 raisebox{
30851 \backslash
30852 depth}{
30853 \end_layout
30854
30855 \begin_layout Standard
30856 en code TeX avant le mot.
30857  Insérez après le mot l'accolade fermante 
30858 \begin_inset Quotes eld
30859 \end_inset
30860
30861
30862 \series bold
30863 }
30864 \series default
30865
30866 \begin_inset Quotes erd
30867 \end_inset
30868
30869  en code TeX.
30870 \begin_inset Newline newline
30871 \end_inset
30872
30873 Voici le résultat :
30874 \end_layout
30875
30876 \begin_layout Standard
30877 Cette ligne de texte contient le mot 
30878 \begin_inset ERT
30879 status collapsed
30880
30881 \begin_layout Plain Layout
30882
30883
30884 \backslash
30885 raisebox{
30886 \backslash
30887 depth}{
30888 \end_layout
30889
30890 \end_inset
30891
30892
30893 \begin_inset Quotes eld
30894 \end_inset
30895
30896 empêcher
30897 \begin_inset Quotes erd
30898 \end_inset
30899
30900
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906 }
30907 \end_layout
30908
30909 \end_inset
30910
30911  comme mot élevé.
30912 \end_layout
30913
30914 \begin_layout Standard
30915 \begin_inset VSpace bigskip
30916 \end_inset
30917
30918 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30919  entre les lignes va être agrandie :
30920 \end_layout
30921
30922 \begin_layout Standard
30923 Cette ligne de texte contient le mot
30924 \begin_inset ERT
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928
30929
30930 \backslash
30931 raisebox{-
30932 \backslash
30933 depth}{
30934 \end_layout
30935
30936 \end_inset
30937
30938
30939 \begin_inset Quotes eld
30940 \end_inset
30941
30942 empêcher
30943 \begin_inset Quotes erd
30944 \end_inset
30945
30946
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952 }
30953 \end_layout
30954
30955 \end_inset
30956
30957  comme mot abaissé.
30958 \begin_inset Newline newline
30959 \end_inset
30960
30961 Cette ligne de texte contient le mot 
30962 \begin_inset ERT
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966
30967
30968 \backslash
30969 raisebox{0.5cm}{
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \begin_inset Quotes eld
30976 \end_inset
30977
30978 tester
30979 \begin_inset Quotes erd
30980 \end_inset
30981
30982
30983 \begin_inset ERT
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987
30988 }
30989 \end_layout
30990
30991 \end_inset
30992
30993  comme mot élevé.
30994 \end_layout
30995
30996 \begin_layout Standard
30997 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30998  mettez la hauteur de la boîte à zéro.
30999  Par exemple utilisez
31000 \end_layout
31001
31002 \begin_layout Standard
31003
31004 \series bold
31005
31006 \backslash
31007 raisebox{-
31008 \backslash
31009 depth}[0pt]{
31010 \end_layout
31011
31012 \begin_layout Standard
31013 Cette ligne de texte contient le mot
31014 \begin_inset ERT
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018
31019
31020 \backslash
31021 raisebox{-
31022 \backslash
31023 depth}[0pt]{
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \begin_inset Quotes eld
31030 \end_inset
31031
31032 empêcher
31033 \begin_inset Quotes erd
31034 \end_inset
31035
31036
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042 }
31043 \end_layout
31044
31045 \end_inset
31046
31047  comme mot abaissé.
31048 \begin_inset Newline newline
31049 \end_inset
31050
31051 Cette ligne de texte contient le mot 
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057
31058 \backslash
31059 raisebox{0.5cm}[0pt]{
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \begin_inset Quotes eld
31066 \end_inset
31067
31068 tester
31069 \begin_inset Quotes erd
31070 \end_inset
31071
31072
31073 \begin_inset ERT
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077
31078 }
31079 \end_layout
31080
31081 \end_inset
31082
31083  comme mot élevé.
31084 \end_layout
31085
31086 \begin_layout Section
31087 Boîtes Colorées
31088 \begin_inset CommandInset label
31089 LatexCommand label
31090 name "sec:Boîtes-colorées"
31091
31092 \end_inset
31093
31094
31095 \begin_inset Index idx
31096 status collapsed
31097
31098 \begin_layout Plain Layout
31099 Boîtes ! Couleur
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \begin_layout Subsection
31108 De la couleur pour le texte
31109 \begin_inset Index idx
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113 Couleur ! Pour le texte
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
31123  une boîte appelée 
31124 \begin_inset Quotes eld
31125 \end_inset
31126
31127 colorbox
31128 \begin_inset Quotes erd
31129 \end_inset
31130
31131 .
31132  Cela demande que le paquetage LaTeX 
31133 \series bold
31134 color
31135 \series default
31136
31137 \begin_inset Index idx
31138 status collapsed
31139
31140 \begin_layout Plain Layout
31141 Paquetages LaTeX ! color
31142 \end_layout
31143
31144 \end_inset
31145
31146  soit chargé dans le préambule du document avec la commande
31147 \end_layout
31148
31149 \begin_layout Standard
31150
31151 \series bold
31152
31153 \backslash
31154 @ifundefined{textcolor}
31155 \begin_inset Newline newline
31156 \end_inset
31157
31158
31159 \begin_inset Phantom HPhantom
31160 status open
31161
31162 \begin_layout Plain Layout
31163
31164 \series bold
31165 \begin_inset space ~
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \end_inset
31172
31173 {
31174 \backslash
31175 usepackage{color}}{}
31176 \end_layout
31177
31178 \begin_layout Standard
31179 Le paquetage 
31180 \series bold
31181 color
31182 \series default
31183  sera chargé automatiquement par LyX dès que vous colorez du texte.
31184 \begin_inset Foot
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
31189  
31190 \series bold
31191
31192 \backslash
31193 @ifundefined
31194 \series default
31195 .
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \end_layout
31202
31203 \begin_layout Standard
31204 \begin_inset VSpace medskip
31205 \end_inset
31206
31207 Les boîtes colorées sont créées par la commande 
31208 \series bold
31209
31210 \backslash
31211 colorbox
31212 \series default
31213 .
31214  Elle est utilisée avec la syntaxe suivante :
31215 \end_layout
31216
31217 \begin_layout Standard
31218
31219 \series bold
31220
31221 \backslash
31222 colorbox{couleur}{contenu de la boîte}
31223 \end_layout
31224
31225 \begin_layout Standard
31226 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
31227  peuvent être placées à l'intérieur d'autres boîtes.
31228 \end_layout
31229
31230 \begin_layout Standard
31231 Les couleurs suivantes sont prédéfinies ::
31232 \begin_inset Newline newline
31233 \end_inset
31234
31235
31236 \family sans
31237 black
31238 \family default
31239  (noir), 
31240 \family sans
31241 blue
31242 \family default
31243  (bleu), 
31244 \family sans
31245 cyan
31246 \family default
31247 \series bold
31248 ,
31249 \series default
31250  
31251 \family sans
31252 green
31253 \family default
31254  (vert), 
31255 \family sans
31256 magenta
31257 \family default
31258
31259 \family sans
31260 red
31261 \family default
31262  (rouge), 
31263 \family sans
31264 white
31265 \family default
31266  (blanc), and 
31267 \family sans
31268 yellow
31269 \family default
31270  (jaune).
31271 \begin_inset Newline newline
31272 \end_inset
31273
31274 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31275  section
31276 \begin_inset space ~
31277 \end_inset
31278
31279
31280 \begin_inset CommandInset ref
31281 LatexCommand ref
31282 reference "sec:Tableaux-Colorés"
31283
31284 \end_inset
31285
31286 .
31287 \end_layout
31288
31289 \begin_layout Standard
31290 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31291 \end_layout
31292
31293 \begin_layout Standard
31294
31295 \series bold
31296
31297 \backslash
31298 colorbox{red}{
31299 \end_layout
31300
31301 \begin_layout Standard
31302 avant le mot en code TeX.
31303  Insérez l'accolade fermante 
31304 \begin_inset Quotes eld
31305 \end_inset
31306
31307 }
31308 \begin_inset Quotes erd
31309 \end_inset
31310
31311  après le mot, en code TeX.
31312 \begin_inset Newline newline
31313 \end_inset
31314
31315 Voici le résultat :
31316 \end_layout
31317
31318 \begin_layout Standard
31319 Cette ligne de texte contient le mot
31320 \begin_inset ERT
31321 status collapsed
31322
31323 \begin_layout Plain Layout
31324
31325
31326 \backslash
31327 colorbox{red}{
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \begin_inset Quotes eld
31334 \end_inset
31335
31336 Attention!
31337 \begin_inset Quotes erd
31338 \end_inset
31339
31340
31341 \begin_inset ERT
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345
31346 }
31347 \end_layout
31348
31349 \end_inset
31350
31351  sur fond rouge.
31352 \end_layout
31353
31354 \begin_layout Standard
31355 \begin_inset VSpace bigskip
31356 \end_inset
31357
31358 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31359  vous pouvez utiliser la commande 
31360 \series bold
31361
31362 \backslash
31363 fcolorbox
31364 \series default
31365  avec la syntaxe suivante :
31366 \end_layout
31367
31368 \begin_layout Standard
31369
31370 \series bold
31371
31372 \backslash
31373 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31374 \end_layout
31375
31376 \begin_layout Standard
31377
31378 \series bold
31379
31380 \backslash
31381 fcolorbox
31382 \series default
31383  est une extension de 
31384 \series bold
31385
31386 \backslash
31387 colorbox
31388 \series default
31389 .
31390  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31391  peuvent être modifiés avec les variables 
31392 \series bold
31393
31394 \backslash
31395 fboxrule
31396 \series default
31397  et 
31398 \series bold
31399
31400 \backslash
31401 fboxsep
31402 \series default
31403 , comme c'est décrit dans la section
31404 \begin_inset space ~
31405 \end_inset
31406
31407
31408 \begin_inset CommandInset ref
31409 LatexCommand ref
31410 reference "sec:Décorations"
31411
31412 \end_inset
31413
31414 .
31415 \end_layout
31416
31417 \begin_layout Standard
31418 Pour l'exemple suivant, on a utilisé la commande
31419 \end_layout
31420
31421 \begin_layout Standard
31422
31423 \series bold
31424
31425 \backslash
31426 fcolorbox{cyan}{magenta}{
31427 \end_layout
31428
31429 \begin_layout Standard
31430 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31431 \begin_inset space \thinspace{}
31432 \end_inset
31433
31434 mm:
31435 \begin_inset Newline newline
31436 \end_inset
31437
31438
31439 \begin_inset ERT
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443
31444
31445 \backslash
31446 fboxrule 1mm 
31447 \backslash
31448 fboxsep 1mm
31449 \end_layout
31450
31451 \end_inset
31452
31453
31454 \begin_inset ERT
31455 status collapsed
31456
31457 \begin_layout Plain Layout
31458
31459
31460 \backslash
31461 fcolorbox{cyan}{magenta}{
31462 \end_layout
31463
31464 \end_inset
31465
31466 Ce texte est dans une boîte encadrée et colorée.
31467 \begin_inset ERT
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471
31472 }
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 \begin_inset VSpace bigskip
31482 \end_inset
31483
31484 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31485  les yeux ! - NdT) :
31486 \begin_inset Newline newline
31487 \end_inset
31488
31489
31490 \begin_inset ERT
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494
31495
31496 \backslash
31497 fcolorbox{cyan}{magenta}{
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \color yellow
31504 Ce texte est coloré dans une boîte colorée et encadrée.
31505 \color inherit
31506
31507 \begin_inset ERT
31508 status collapsed
31509
31510 \begin_layout Plain Layout
31511
31512 }
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \begin_inset ERT
31519 status collapsed
31520
31521 \begin_layout Plain Layout
31522
31523
31524 \backslash
31525 fboxrule 0.4pt 
31526 \backslash
31527 fboxsep 3pt
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \end_layout
31534
31535 \begin_layout Standard
31536
31537 \series bold
31538 \begin_inset VSpace medskip
31539 \end_inset
31540
31541
31542 \end_layout
31543
31544 \begin_layout Standard
31545 \begin_inset Note Greyedout
31546 status open
31547
31548 \begin_layout Plain Layout
31549
31550 \series bold
31551 Note:
31552 \series default
31553  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31554  de ligne.
31555  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31556  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \end_layout
31563
31564 \begin_layout Subsection
31565 De la couleur pour les paragraphes
31566 \begin_inset CommandInset label
31567 LatexCommand label
31568 name "sub:Couleur-pour-les-Paragraphes"
31569
31570 \end_inset
31571
31572
31573 \begin_inset Index idx
31574 status collapsed
31575
31576 \begin_layout Plain Layout
31577 Couleur ! Pour les  paragraphes
31578 \end_layout
31579
31580 \end_inset
31581
31582
31583 \end_layout
31584
31585 \begin_layout Standard
31586 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31587  texte dans une minipage.
31588  Avant la minipage, insérez la commande 
31589 \series bold
31590
31591 \backslash
31592 colorbox
31593 \series default
31594  
31595 \end_layout
31596
31597 \begin_layout Standard
31598
31599 \series bold
31600
31601 \backslash
31602 colorbox{color}{
31603 \end_layout
31604
31605 \begin_layout Standard
31606 en code TeX.
31607  Après la minipage, insérez l'accolade fermante 
31608 \begin_inset Quotes eld
31609 \end_inset
31610
31611 }
31612 \begin_inset Quotes erd
31613 \end_inset
31614
31615  en code TeX.
31616 \end_layout
31617
31618 \begin_layout Standard
31619 \begin_inset ERT
31620 status collapsed
31621
31622 \begin_layout Plain Layout
31623
31624
31625 \backslash
31626 colorbox{lightgrey}{
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \begin_inset Box Frameless
31633 position "t"
31634 hor_pos "c"
31635 has_inner_box 1
31636 inner_pos "t"
31637 use_parbox 0
31638 use_makebox 0
31639 width "100col%"
31640 special "none"
31641 height "1in"
31642 height_special "totalheight"
31643 status collapsed
31644
31645 \begin_layout Plain Layout
31646 Ce texte a un fond coloré.
31647  Ce texte a un fond coloré.
31648 \end_layout
31649
31650 \begin_layout Plain Layout
31651 \begin_inset VSpace defskip
31652 \end_inset
31653
31654 Le texte peut avoir des notes de bas de page
31655 \begin_inset Foot
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659 Un autre exemple de note de bas de page
31660 \end_layout
31661
31662 \end_inset
31663
31664  et contenir des figures et des tableaux.
31665 \end_layout
31666
31667 \begin_layout Plain Layout
31668 \align center
31669 \begin_inset Tabular
31670 <lyxtabular version="3" rows="3" columns="3">
31671 <features tabularvalignment="middle">
31672 <column alignment="center" valignment="top" width="0">
31673 <column alignment="center" valignment="top" width="0">
31674 <column alignment="center" valignment="top" width="0">
31675 <row>
31676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31677 \begin_inset Text
31678
31679 \begin_layout Plain Layout
31680 a
31681 \end_layout
31682
31683 \end_inset
31684 </cell>
31685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31686 \begin_inset Text
31687
31688 \begin_layout Plain Layout
31689 !
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31695 \begin_inset Text
31696
31697 \begin_layout Plain Layout
31698 3
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 </row>
31704 <row>
31705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31706 \begin_inset Text
31707
31708 \begin_layout Plain Layout
31709 <
31710 \end_layout
31711
31712 \end_inset
31713 </cell>
31714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31715 \begin_inset Text
31716
31717 \begin_layout Plain Layout
31718 b2
31719 \begin_inset Quotes erd
31720 \end_inset
31721
31722 |
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31728 \begin_inset Text
31729
31730 \begin_layout Plain Layout
31731 >
31732 \end_layout
31733
31734 \end_inset
31735 </cell>
31736 </row>
31737 <row>
31738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31739 \begin_inset Text
31740
31741 \begin_layout Plain Layout
31742 1
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31748 \begin_inset Text
31749
31750 \begin_layout Plain Layout
31751 §
31752 \end_layout
31753
31754 \end_inset
31755 </cell>
31756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31757 \begin_inset Text
31758
31759 \begin_layout Plain Layout
31760 c
31761 \end_layout
31762
31763 \end_inset
31764 </cell>
31765 </row>
31766 </lyxtabular>
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \end_inset
31774
31775
31776 \begin_inset ERT
31777 status collapsed
31778
31779 \begin_layout Plain Layout
31780
31781 }
31782 \end_layout
31783
31784 \end_inset
31785
31786
31787 \end_layout
31788
31789 \begin_layout Section
31790 Les boîtes pivotées et redimensionnées
31791 \end_layout
31792
31793 \begin_layout Standard
31794 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31795  charger le paquetage LaTeX 
31796 \series bold
31797 graphicx
31798 \series default
31799
31800 \begin_inset Index idx
31801 status collapsed
31802
31803 \begin_layout Plain Layout
31804 Paquetages LaTeX ! graphicx
31805 \end_layout
31806
31807 \end_inset
31808
31809  dans le préambule de votre document avec la commande
31810 \end_layout
31811
31812 \begin_layout Standard
31813
31814 \series bold
31815
31816 \backslash
31817 @ifundefined{rotatebox}
31818 \begin_inset Newline newline
31819 \end_inset
31820
31821
31822 \begin_inset Phantom HPhantom
31823 status open
31824
31825 \begin_layout Plain Layout
31826
31827 \series bold
31828 \begin_inset space ~
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \end_inset
31835
31836 {
31837 \backslash
31838 usepackage{graphicx}}{}
31839 \end_layout
31840
31841 \begin_layout Standard
31842 \begin_inset Note Greyedout
31843 status open
31844
31845 \begin_layout Plain Layout
31846
31847 \series bold
31848 Note:
31849 \series default
31850  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31851  redimensionnés.
31852 \end_layout
31853
31854 \end_inset
31855
31856
31857 \end_layout
31858
31859 \begin_layout Standard
31860 \begin_inset Note Greyedout
31861 status open
31862
31863 \begin_layout Plain Layout
31864
31865 \series bold
31866 Note:
31867 \series default
31868  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31869  redimensionnée.
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \begin_layout Subsection
31878 Les Boîtes pivotées
31879 \begin_inset Index idx
31880 status collapsed
31881
31882 \begin_layout Plain Layout
31883 Boîtes ! pivotées
31884 \end_layout
31885
31886 \end_inset
31887
31888
31889 \begin_inset Index idx
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893 Pivoter des objets
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \begin_inset Index idx
31900 status collapsed
31901
31902 \begin_layout Plain Layout
31903 Figures ! Pivotées
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \begin_inset Index idx
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913 Tableau ! Pivoter
31914 \end_layout
31915
31916 \end_inset
31917
31918
31919 \end_layout
31920
31921 \begin_layout Standard
31922 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31923  (rotated).
31924  Une telle boîte est créée avec la commande 
31925 \series bold
31926
31927 \backslash
31928 rotatebox
31929 \series default
31930  en code TeX avec la syntaxe
31931 \end_layout
31932
31933 \begin_layout Standard
31934
31935 \series bold
31936
31937 \backslash
31938 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31939 \end_layout
31940
31941 \begin_layout Standard
31942 La position du pivot est donnée par l'origine de rotation spécifiée sous
31943  la forme 
31944 \series bold
31945 origin=position
31946 \series default
31947 .
31948  Les valeurs suivantes sont possibles pour la position: 
31949 \emph on
31950 c
31951 \emph default
31952  (centre), 
31953 \emph on
31954 l
31955 \emph default
31956  (gauche/
31957 \lang english
31958 left
31959 \lang french
31960 ), 
31961 \emph on
31962 r
31963 \emph default
31964  (droite/
31965 \lang english
31966 right
31967 \lang french
31968 ), 
31969 \emph on
31970 b
31971 \emph default
31972  (bas/
31973 \lang english
31974 bottom
31975 \lang french
31976 ), 
31977 \emph on
31978 t
31979 \emph default
31980  (haut/
31981 \lang english
31982 top
31983 \lang french
31984 ), et aussi des combinaisons des quatre positions de base.
31985  Par exemple 
31986 \emph on
31987 lt
31988 \emph default
31989  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31990  Quand on ne donne pas d'origine, la position 
31991 \emph on
31992 l
31993 \emph default
31994  est utilisée.
31995  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31996  ou négatif.
31997  Le sens positif de rotation est anti-horaire.
31998 \end_layout
31999
32000 \begin_layout Standard
32001 Dans l'exemple qui suit, la commande 
32002 \series bold
32003
32004 \backslash
32005 rotatebox[origin=c]{60}{
32006 \series default
32007  a été insérée en code TeX juste avant le texte 
32008 \begin_inset Quotes eld
32009 \end_inset
32010
32011 pivoté de 90°
32012 \begin_inset Quotes erd
32013 \end_inset
32014
32015  ; la boîte est refermée juste après le texte par une accolade fermante
32016  
32017 \begin_inset Quotes eld
32018 \end_inset
32019
32020 }
32021 \begin_inset Quotes erd
32022 \end_inset
32023
32024  en code TeX.
32025 \end_layout
32026
32027 \begin_layout Standard
32028 Voici une ligne avec du texte 
32029 \begin_inset ERT
32030 status collapsed
32031
32032 \begin_layout Plain Layout
32033
32034
32035 \backslash
32036 rotatebox[origin=c]{60}{
32037 \end_layout
32038
32039 \end_inset
32040
32041 pivoté de 60°
32042 \begin_inset ERT
32043 status collapsed
32044
32045 \begin_layout Plain Layout
32046
32047 }
32048 \end_layout
32049
32050 \end_inset
32051
32052 .
32053 \end_layout
32054
32055 \begin_layout Standard
32056 La boîte peut contenir une autre boîte ou une formule en ligne :
32057 \end_layout
32058
32059 \begin_layout Standard
32060 Voici une ligne avec du texte 
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 rotatebox[origin=r]{-60}{
32069 \end_layout
32070
32071 \end_inset
32072
32073
32074 \begin_inset Box Doublebox
32075 position "c"
32076 hor_pos "c"
32077 has_inner_box 0
32078 inner_pos "c"
32079 use_parbox 0
32080 use_makebox 0
32081 width "1in"
32082 special "width"
32083 height "1in"
32084 height_special "totalheight"
32085 status collapsed
32086
32087 \begin_layout Plain Layout
32088 pivoté de -60°
32089 \end_layout
32090
32091 \end_inset
32092
32093
32094 \begin_inset ERT
32095 status collapsed
32096
32097 \begin_layout Plain Layout
32098
32099 }
32100 \end_layout
32101
32102 \end_inset
32103
32104  et encadré 
32105 \begin_inset ERT
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109
32110
32111 \backslash
32112 rotatebox[origin=lb]{60}{
32113 \end_layout
32114
32115 \end_inset
32116
32117
32118 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32119 \end_inset
32120
32121
32122 \begin_inset ERT
32123 status collapsed
32124
32125 \begin_layout Plain Layout
32126
32127 }
32128 \end_layout
32129
32130 \end_inset
32131
32132  et une formule.
32133 \end_layout
32134
32135 \begin_layout Standard
32136 ou encore une figure ou un tableau :
32137 \end_layout
32138
32139 \begin_layout Standard
32140 Voici une ligne
32141 \begin_inset ERT
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145
32146
32147 \backslash
32148 rotatebox[origin=lb]{90}{
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \begin_inset Graphics
32155         filename ../clipart/platypus.eps
32156         lyxscale 50
32157         width 25col%
32158
32159 \end_inset
32160
32161
32162 \begin_inset ERT
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166
32167 }
32168 \end_layout
32169
32170 \end_inset
32171
32172  avec une image pivotée de 90° 
32173 \begin_inset ERT
32174 status collapsed
32175
32176 \begin_layout Plain Layout
32177
32178
32179 \backslash
32180 rotatebox[origin=l]{-90}{
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \begin_inset Tabular
32187 <lyxtabular version="3" rows="2" columns="2">
32188 <features tabularvalignment="middle">
32189 <column alignment="center" valignment="top" width="0">
32190 <column alignment="center" valignment="top" width="0">
32191 <row>
32192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32193 \begin_inset Text
32194
32195 \begin_layout Plain Layout
32196 q
32197 \end_layout
32198
32199 \end_inset
32200 </cell>
32201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205 w
32206 \end_layout
32207
32208 \end_inset
32209 </cell>
32210 </row>
32211 <row>
32212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32213 \begin_inset Text
32214
32215 \begin_layout Plain Layout
32216 e
32217 \end_layout
32218
32219 \end_inset
32220 </cell>
32221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32222 \begin_inset Text
32223
32224 \begin_layout Plain Layout
32225 r
32226 \end_layout
32227
32228 \end_inset
32229 </cell>
32230 </row>
32231 </lyxtabular>
32232
32233 \end_inset
32234
32235
32236 \begin_inset ERT
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240
32241 }
32242 \end_layout
32243
32244 \end_inset
32245
32246  et un tableau.
32247 \end_layout
32248
32249 \begin_layout Subsection
32250 Les boîtes redimensionnées
32251 \begin_inset Index idx
32252 status collapsed
32253
32254 \begin_layout Plain Layout
32255 Boîtes ! Redimensionnées
32256 \end_layout
32257
32258 \end_inset
32259
32260
32261 \begin_inset Index idx
32262 status collapsed
32263
32264 \begin_layout Plain Layout
32265 Redimensionner des objets
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \begin_inset Index idx
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 Figures ! Redimensionnées
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \begin_inset Index idx
32282 status collapsed
32283
32284 \begin_layout Plain Layout
32285 Tableau ! Redimensionner
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \begin_layout Standard
32294 Pour redimensionner des objets on peut utiliser les commandes 
32295 \series bold
32296
32297 \backslash
32298 scalebox
32299 \series default
32300  et 
32301 \series bold
32302
32303 \backslash
32304 resizebox
32305 \series default
32306  insérées sous forme de code TeX.
32307 \end_layout
32308
32309 \begin_layout Standard
32310
32311 \series bold
32312
32313 \backslash
32314 scalebox
32315 \series default
32316  est utilisée avec la syntaxe suivante :
32317 \end_layout
32318
32319 \begin_layout Standard
32320
32321 \series bold
32322
32323 \backslash
32324 scalebox{horizontal}[vertical]{contenu de la boîte}
32325 \end_layout
32326
32327 \begin_layout Standard
32328 Horizontal et vertical sont les facteurs d'échelle correspondants.
32329  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32330  utilisé comme facteur vertical.
32331 \end_layout
32332
32333 \begin_layout Standard
32334 Par exemple, la commande 
32335 \series bold
32336
32337 \backslash
32338 scalebox{2}{Bonjour}
32339 \series default
32340  crée un 
32341 \begin_inset ERT
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345
32346
32347 \backslash
32348 scalebox{2}{
32349 \end_layout
32350
32351 \end_inset
32352
32353 Bonjour
32354 \begin_inset ERT
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358
32359 }
32360 \end_layout
32361
32362 \end_inset
32363
32364  de taille double par rapport à la taille du texte du document.
32365 \end_layout
32366
32367 \begin_layout Standard
32368
32369 \series bold
32370
32371 \backslash
32372 scalebox{2}[1]{Hello}
32373 \series default
32374  au contraire va déformer le 
32375 \begin_inset ERT
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379
32380
32381 \backslash
32382 scalebox{2}[1]{
32383 \end_layout
32384
32385 \end_inset
32386
32387 Bonjour
32388 \begin_inset ERT
32389 status collapsed
32390
32391 \begin_layout Plain Layout
32392
32393 }
32394 \end_layout
32395
32396 \end_inset
32397
32398 .
32399 \end_layout
32400
32401 \begin_layout Standard
32402 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32403  La commande 
32404 \series bold
32405
32406 \backslash
32407 scalebox{-1}[1]{Hello}
32408 \series default
32409  peut donc être utilisée pour créer du texte en miroir : 
32410 \begin_inset ERT
32411 status collapsed
32412
32413 \begin_layout Plain Layout
32414
32415
32416 \backslash
32417 scalebox{-1}[1]{
32418 \end_layout
32419
32420 \end_inset
32421
32422 Bonjour
32423 \begin_inset ERT
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427
32428 }
32429 \end_layout
32430
32431 \end_inset
32432
32433
32434 \end_layout
32435
32436 \begin_layout Standard
32437
32438 \series bold
32439
32440 \backslash
32441 scalebox{1}[-1]{Bonjour}
32442 \series default
32443  effectue une réflexion du 
32444 \begin_inset ERT
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448
32449
32450 \backslash
32451 scalebox{1}[-1]{
32452 \end_layout
32453
32454 \end_inset
32455
32456 Bonjour
32457 \begin_inset ERT
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461
32462 }
32463 \end_layout
32464
32465 \end_inset
32466
32467  par rapport à la ligne de base.
32468 \end_layout
32469
32470 \begin_layout Standard
32471 La commande 
32472 \series bold
32473
32474 \backslash
32475 reflectbox{contenu de la boîte} 
32476 \series default
32477 existe aussi et est équivalente à
32478 \series bold
32479  
32480 \backslash
32481 scalebox{-1}[1]{contenu de la boîte}.
32482
32483 \series default
32484  
32485 \begin_inset Newline newline
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 \begin_inset VSpace bigskip
32493 \end_inset
32494
32495 La commande 
32496 \series bold
32497
32498 \backslash
32499 resizebox
32500 \series default
32501  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32502  données.
32503  La syntaxe de la commande est :
32504 \end_layout
32505
32506 \begin_layout Standard
32507
32508 \series bold
32509
32510 \backslash
32511 resizebox{largeur}{hauteur}{contenu de la boîte}
32512 \end_layout
32513
32514 \begin_layout Standard
32515 Si un des deux paramètres est remplacé par un point d'exclamation 
32516 \series bold
32517 !
32518 \series default
32519 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32520 \end_layout
32521
32522 \begin_layout Standard
32523 La commande 
32524 \series bold
32525
32526 \backslash
32527 resizebox{2cm}{1cm}{Bonjour}
32528 \series default
32529  produit : 
32530 \begin_inset ERT
32531 status collapsed
32532
32533 \begin_layout Plain Layout
32534
32535
32536 \backslash
32537 resizebox{2cm}{1cm}{
32538 \end_layout
32539
32540 \end_inset
32541
32542 Bonjour
32543 \begin_inset ERT
32544 status collapsed
32545
32546 \begin_layout Plain Layout
32547
32548 }
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \begin_inset Newline newline
32555 \end_inset
32556
32557 La commande 
32558 \series bold
32559
32560 \backslash
32561 resizebox{2cm}{!}{Bonjour}
32562 \series default
32563  produit : 
32564 \begin_inset ERT
32565 status collapsed
32566
32567 \begin_layout Plain Layout
32568
32569
32570 \backslash
32571 resizebox{2cm}{!}{
32572 \end_layout
32573
32574 \end_inset
32575
32576 Bonjour
32577 \begin_inset ERT
32578 status collapsed
32579
32580 \begin_layout Plain Layout
32581
32582 }
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Standard
32591 \begin_inset VSpace bigskip
32592 \end_inset
32593
32594
32595 \end_layout
32596
32597 \begin_layout Standard
32598 \begin_inset Note Greyedout
32599 status open
32600
32601 \begin_layout Plain Layout
32602
32603 \series bold
32604 Note:
32605 \series default
32606  Quand les paramètres des commandes 
32607 \series bold
32608
32609 \backslash
32610 scalebox
32611 \series default
32612  ou 
32613 \series bold
32614
32615 \backslash
32616 resizebox
32617 \series default
32618  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32619  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32620  partiellement.
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Standard
32629 \begin_inset VSpace bigskip
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \begin_layout Standard
32636 Les boîtes peuvent être combinée dans n'importe quel ordre.
32637  Par exemple, la commande 
32638 \begin_inset Newline newline
32639 \end_inset
32640
32641
32642 \series bold
32643
32644 \backslash
32645 rotatebox[origin=c]{-45}{
32646 \backslash
32647 resizebox{2cm}{!}{
32648 \backslash
32649 reflectbox{Bonjour}}}
32650 \begin_inset Newline newline
32651 \end_inset
32652
32653
32654 \series default
32655 produit :
32656 \end_layout
32657
32658 \begin_layout Standard
32659 \align center
32660 \begin_inset ERT
32661 status collapsed
32662
32663 \begin_layout Plain Layout
32664
32665
32666 \backslash
32667 rotatebox[origin=c]{-45}{
32668 \backslash
32669 resizebox{2cm}{!}{
32670 \backslash
32671 reflectbox{
32672 \end_layout
32673
32674 \end_inset
32675
32676 Bonjour
32677 \begin_inset ERT
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681
32682 }}}
32683 \end_layout
32684
32685 \end_inset
32686
32687
32688 \end_layout
32689
32690 \begin_layout Standard
32691 \noindent
32692 Les images, les tableaux et les formules sont autorisées comme contenu de
32693  boîte :
32694 \end_layout
32695
32696 \begin_layout Standard
32697 \align center
32698 \begin_inset ERT
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702
32703
32704 \backslash
32705 rotatebox[origin=c]{-30}{
32706 \backslash
32707 resizebox{2cm}{!}{
32708 \backslash
32709 reflectbox{
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \begin_inset Graphics
32716         filename ../clipart/platypus.eps
32717         lyxscale 50
32718         width 25col%
32719
32720 \end_inset
32721
32722
32723 \begin_inset ERT
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727
32728 }}}
32729 \end_layout
32730
32731 \end_inset
32732
32733
32734 \begin_inset ERT
32735 status collapsed
32736
32737 \begin_layout Plain Layout
32738
32739
32740 \backslash
32741 rotatebox[origin=c]{-45}{
32742 \backslash
32743 resizebox{2cm}{!}{
32744 \backslash
32745 reflectbox{
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \begin_inset Tabular
32752 <lyxtabular version="3" rows="2" columns="2">
32753 <features tabularvalignment="middle">
32754 <column alignment="center" valignment="top" width="0">
32755 <column alignment="center" valignment="top" width="0">
32756 <row>
32757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32758 \begin_inset Text
32759
32760 \begin_layout Plain Layout
32761 q
32762 \end_layout
32763
32764 \end_inset
32765 </cell>
32766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32767 \begin_inset Text
32768
32769 \begin_layout Plain Layout
32770 w
32771 \end_layout
32772
32773 \end_inset
32774 </cell>
32775 </row>
32776 <row>
32777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781 e
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32787 \begin_inset Text
32788
32789 \begin_layout Plain Layout
32790 r
32791 \end_layout
32792
32793 \end_inset
32794 </cell>
32795 </row>
32796 </lyxtabular>
32797
32798 \end_inset
32799
32800
32801 \begin_inset ERT
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805
32806 }}}
32807 \end_layout
32808
32809 \end_inset
32810
32811
32812 \begin_inset ERT
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816
32817
32818 \backslash
32819 rotatebox[origin=c]{-45}{
32820 \backslash
32821 resizebox{2cm}{!}{
32822 \backslash
32823 reflectbox{
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32830 \end_inset
32831
32832
32833 \begin_inset ERT
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837
32838 }}}
32839 \end_layout
32840
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \begin_layout Standard
32847 Quand on utilise le style global de formule 
32848 \series bold
32849 fleqn
32850 \series default
32851  dans le document
32852 \begin_inset Foot
32853 status collapsed
32854
32855 \begin_layout Plain Layout
32856 Quand 
32857 \begin_inset Quotes eld
32858 \end_inset
32859
32860 fleqn
32861 \begin_inset Quotes erd
32862 \end_inset
32863
32864  est ajouté aux options de la classe de document.
32865 \end_layout
32866
32867 \end_inset
32868
32869 , les formules hors texte peuvent aussi être redimensionnées.
32870 \end_layout
32871
32872 \begin_layout Chapter
32873
32874 \lang english
32875 Objects Surrounded by Text
32876 \begin_inset Index idx
32877 status collapsed
32878
32879 \begin_layout Plain Layout
32880
32881 \lang english
32882 Surrounded by text
32883 \end_layout
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \begin_layout Section
32891 Flottant d'enrobage
32892 \begin_inset CommandInset label
32893 LatexCommand label
32894 name "sec:Flottant-d'enrobage"
32895
32896 \end_inset
32897
32898
32899 \begin_inset Index idx
32900 status collapsed
32901
32902 \begin_layout Plain Layout
32903 Flottants ! Flottants d'enrobage
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \lang english
32910
32911 \begin_inset Index idx
32912 status collapsed
32913
32914 \begin_layout Plain Layout
32915
32916 \lang english
32917 Surrounded by text ! 
32918 \lang french
32919 Flottants d'enrobage
32920 \end_layout
32921
32922 \end_inset
32923
32924
32925 \end_layout
32926
32927 \begin_layout Standard
32928 \begin_inset Wrap figure
32929 lines 0
32930 placement l
32931 overhang 1cm
32932 width "40col%"
32933 status open
32934
32935 \begin_layout Plain Layout
32936 \begin_inset Graphics
32937         filename ../clipart/mobius.eps
32938         width 40col%
32939         scaleBeforeRotation
32940         rotateOrigin center
32941
32942 \end_inset
32943
32944
32945 \end_layout
32946
32947 \begin_layout Plain Layout
32948 \begin_inset Caption
32949
32950 \begin_layout Plain Layout
32951 \begin_inset CommandInset label
32952 LatexCommand label
32953 name "fig:Figure-enrobée"
32954
32955 \end_inset
32956
32957 Ceci est une figure habillée.
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \end_inset
32966
32967  Ce type de flottant est utilisé quand on veut que le texte habille la figure
32968  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
32969  Vous pouvez en insérer un en utilisant le menu 
32970 \family sans
32971 Insérer\SpecialChar \menuseparator
32972 Flottant\SpecialChar \menuseparator
32973 Flottant
32974 \begin_inset space ~
32975 \end_inset
32976
32977 d'enrobage
32978 \family default
32979  à la condition que le paquetage LaTeX 
32980 \series bold
32981 wrapfig
32982 \series default
32983
32984 \begin_inset Index idx
32985 status collapsed
32986
32987 \begin_layout Plain Layout
32988 Paquetages LaTeX ! wrapfig
32989 \begin_inset ERT
32990 status collapsed
32991
32992 \begin_layout Plain Layout
32993
32994
32995 \backslash
32996 vspace{4mm}
32997 \end_layout
32998
32999 \end_inset
33000
33001
33002 \end_layout
33003
33004 \end_inset
33005
33006  soit installé.
33007 \begin_inset Foot
33008 status collapsed
33009
33010 \begin_layout Plain Layout
33011 Voyez dans la manuel 
33012 \emph on
33013 Configuration
33014 \begin_inset space ~
33015 \end_inset
33016
33017 LaTeX 
33018 \emph default
33019 comment installer des paquetages LaTeX.
33020 \end_layout
33021
33022 \end_inset
33023
33024  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
33025  sur la boîte du flottant.
33026  Les paramètres obligatoires sont l'
33027 \family sans
33028 Emplacement
33029 \family default
33030  et la 
33031 \family sans
33032 Largeur
33033 \family default
33034 .
33035  Les paramètres facultatifs sont le 
33036 \family sans
33037 Débordement
33038 \family default
33039  qui précise de combien le flottant déborde sur la marge du paragraphe ou
33040  de la page et la 
33041 \family sans
33042 Porté de la ligne
33043 \family default
33044  qui précise le nombre approximatif de lignes dont le flottant va avoir
33045  besoin.
33046  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
33047  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
33048  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
33049  à l'intérieur du paragraphe ou vers les autres paragraphes.
33050  La figure
33051 \begin_inset space ~
33052 \end_inset
33053
33054
33055 \begin_inset CommandInset ref
33056 LatexCommand ref
33057 reference "fig:Figure-enrobée"
33058
33059 \end_inset
33060
33061  est un exemple de flottant d'enrobage avec une largeur de 40
33062 \begin_inset space \thinspace{}
33063 \end_inset
33064
33065 col%, un débordement de 1
33066 \begin_inset space \thinspace{}
33067 \end_inset
33068
33069 cm et placé à gauche.
33070 \end_layout
33071
33072 \begin_layout Standard
33073 \begin_inset Note Greyedout
33074 status open
33075
33076 \begin_layout Plain Layout
33077
33078 \series bold
33079 Note:
33080 \series default
33081  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
33082  figure trop près du bas de page peut tout chambouler et faire que le flottant
33083  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
33084  de texte.
33085 \end_layout
33086
33087 \end_inset
33088
33089
33090 \end_layout
33091
33092 \begin_layout Standard
33093 En général:
33094 \end_layout
33095
33096 \begin_layout Itemize
33097 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
33098  qui risquent de passer à la page suivante.
33099  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
33100  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
33101  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
33102  de page.
33103 \end_layout
33104
33105 \begin_layout Itemize
33106 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
33107  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
33108 e.
33109 \end_layout
33110
33111 \begin_layout Itemize
33112 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
33113  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
33114  texte entre les deux, comme séparateur.
33115 \end_layout
33116
33117 \begin_layout Itemize
33118 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
33119  ou les tableaux.
33120 \end_layout
33121
33122 \begin_layout Itemize
33123
33124 \lang english
33125 Their numbering and referencing works as described in chap.
33126 \lang french
33127
33128 \begin_inset space \thinspace{}
33129 \end_inset
33130
33131
33132 \begin_inset CommandInset ref
33133 LatexCommand ref
33134 reference "chap:Flottants"
33135
33136 \end_inset
33137
33138 .
33139 \end_layout
33140
33141 \begin_layout Section
33142
33143 \lang english
33144 Surrounded Fixed Objects
33145 \begin_inset Index idx
33146 status collapsed
33147
33148 \begin_layout Plain Layout
33149
33150 \lang english
33151 Surrounded by text ! Fixed objects
33152 \end_layout
33153
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \begin_layout Standard
33160
33161 \lang english
33162 The wrap floats described in sec.
33163 \lang french
33164
33165 \begin_inset space \thinspace{}
33166 \end_inset
33167
33168
33169 \begin_inset CommandInset ref
33170 LatexCommand ref
33171 reference "sec:Flottant-d'enrobage"
33172
33173 \end_inset
33174
33175
33176 \lang english
33177  have these positions in the paragraph:
33178 \end_layout
33179
33180 \begin_layout Standard
33181 \noindent
33182 \align center
33183
33184 \lang english
33185 \begin_inset Tabular
33186 <lyxtabular version="3" rows="2" columns="2">
33187 <features tabularvalignment="middle">
33188 <column alignment="center" valignment="top" width="0">
33189 <column alignment="center" valignment="top" width="0">
33190 <row>
33191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33192 \begin_inset Text
33193
33194 \begin_layout Plain Layout
33195
33196 \lang english
33197 \begin_inset Graphics
33198         filename ../../images/dialog-show-new-inset_graphics.png
33199         scale 70
33200         scaleBeforeRotation
33201         BoundingBox 0bp 6bp 22bp 22bp
33202
33203 \end_inset
33204
33205
33206 \end_layout
33207
33208 \end_inset
33209 </cell>
33210 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214
33215 \lang english
33216 text
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 </row>
33222 <row>
33223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33224 \begin_inset Text
33225
33226 \begin_layout Plain Layout
33227
33228 \lang english
33229 text
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33235 \begin_inset Text
33236
33237 \begin_layout Plain Layout
33238
33239 \lang english
33240 text
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 </row>
33246 </lyxtabular>
33247
33248 \end_inset
33249
33250  ou 
33251 \begin_inset Tabular
33252 <lyxtabular version="3" rows="2" columns="2">
33253 <features tabularvalignment="middle">
33254 <column alignment="center" valignment="top" width="0">
33255 <column alignment="center" valignment="top" width="0">
33256 <row>
33257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33258 \begin_inset Text
33259
33260 \begin_layout Plain Layout
33261
33262 \lang english
33263 text
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33269 \begin_inset Text
33270
33271 \begin_layout Plain Layout
33272
33273 \lang english
33274 \begin_inset Graphics
33275         filename ../../images/dialog-show-new-inset_graphics.png
33276         scale 70
33277         scaleBeforeRotation
33278         BoundingBox 0bp 6bp 22bp 22bp
33279
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \end_inset
33286 </cell>
33287 </row>
33288 <row>
33289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293
33294 \lang english
33295 text
33296 \end_layout
33297
33298 \end_inset
33299 </cell>
33300 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304
33305 \lang english
33306 text
33307 \end_layout
33308
33309 \end_inset
33310 </cell>
33311 </row>
33312 </lyxtabular>
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Standard
33320
33321 \lang english
33322 To get an object exactly at the position where it is inserted, for example
33323  to get one of these positions:
33324 \begin_inset VSpace defskip
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \begin_layout Standard
33331 \noindent
33332 \align center
33333
33334 \lang english
33335 \begin_inset Tabular
33336 <lyxtabular version="3" rows="2" columns="2">
33337 <features tabularvalignment="middle">
33338 <column alignment="center" valignment="top" width="0">
33339 <column alignment="center" valignment="top" width="0">
33340 <row>
33341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345
33346 \lang english
33347 text
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356
33357 \lang english
33358 text
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 </row>
33364 <row>
33365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369
33370 \lang english
33371 \begin_inset Graphics
33372         filename ../../images/dialog-show-new-inset_graphics.png
33373         scale 70
33374         scaleBeforeRotation
33375         BoundingBox 0bp 6bp 22bp 22bp
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \end_inset
33383 </cell>
33384 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33385 \begin_inset Text
33386
33387 \begin_layout Plain Layout
33388
33389 \lang english
33390 text
33391 \end_layout
33392
33393 \end_inset
33394 </cell>
33395 </row>
33396 </lyxtabular>
33397
33398 \end_inset
33399
33400  
33401 \begin_inset Tabular
33402 <lyxtabular version="3" rows="2" columns="2">
33403 <features tabularvalignment="middle">
33404 <column alignment="center" valignment="top" width="0">
33405 <column alignment="center" valignment="top" width="0">
33406 <row>
33407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411
33412 \lang english
33413 text
33414 \end_layout
33415
33416 \end_inset
33417 </cell>
33418 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33419 \begin_inset Text
33420
33421 \begin_layout Plain Layout
33422
33423 \lang english
33424 text
33425 \end_layout
33426
33427 \end_inset
33428 </cell>
33429 </row>
33430 <row>
33431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435
33436 \lang english
33437 text
33438 \end_layout
33439
33440 \end_inset
33441 </cell>
33442 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33443 \begin_inset Text
33444
33445 \begin_layout Plain Layout
33446
33447 \lang english
33448 \begin_inset Graphics
33449         filename ../../images/dialog-show-new-inset_graphics.png
33450         scale 70
33451         scaleBeforeRotation
33452         BoundingBox 0bp 6bp 22bp 22bp
33453
33454 \end_inset
33455
33456
33457 \end_layout
33458
33459 \end_inset
33460 </cell>
33461 </row>
33462 </lyxtabular>
33463
33464 \end_inset
33465
33466  
33467 \begin_inset Tabular
33468 <lyxtabular version="3" rows="2" columns="3">
33469 <features tabularvalignment="middle">
33470 <column alignment="center" valignment="top" width="0">
33471 <column alignment="center" valignment="top" width="0">
33472 <column alignment="center" valignment="top" width="0">
33473 <row>
33474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478
33479 \lang english
33480 text
33481 \end_layout
33482
33483 \end_inset
33484 </cell>
33485 <cell alignment="center" valignment="top" topline="true" usebox="none">
33486 \begin_inset Text
33487
33488 \begin_layout Plain Layout
33489
33490 \lang english
33491 \begin_inset Graphics
33492         filename ../../images/dialog-show-new-inset_graphics.png
33493         scale 70
33494         scaleBeforeRotation
33495         BoundingBox 0bp 6bp 22bp 22bp
33496
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508
33509 \lang english
33510 text
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 </row>
33516 <row>
33517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33518 \begin_inset Text
33519
33520 \begin_layout Plain Layout
33521
33522 \lang english
33523 text
33524 \end_layout
33525
33526 \end_inset
33527 </cell>
33528 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33529 \begin_inset Text
33530
33531 \begin_layout Plain Layout
33532
33533 \lang english
33534 text
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543
33544 \lang english
33545 text
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 </row>
33551 </lyxtabular>
33552
33553 \end_inset
33554
33555  
33556 \begin_inset Tabular
33557 <lyxtabular version="3" rows="2" columns="3">
33558 <features tabularvalignment="middle">
33559 <column alignment="center" valignment="top" width="0">
33560 <column alignment="center" valignment="top" width="0">
33561 <column alignment="center" valignment="top" width="0">
33562 <row>
33563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Plain Layout
33567
33568 \lang english
33569 text
33570 \end_layout
33571
33572 \end_inset
33573 </cell>
33574 <cell alignment="center" valignment="top" topline="true" usebox="none">
33575 \begin_inset Text
33576
33577 \begin_layout Plain Layout
33578
33579 \lang english
33580 text
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589
33590 \lang english
33591 text
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 </row>
33597 <row>
33598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33599 \begin_inset Text
33600
33601 \begin_layout Plain Layout
33602
33603 \lang english
33604 text
33605 \end_layout
33606
33607 \end_inset
33608 </cell>
33609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33610 \begin_inset Text
33611
33612 \begin_layout Plain Layout
33613
33614 \lang english
33615 \begin_inset Graphics
33616         filename ../../images/dialog-show-new-inset_graphics.png
33617         scale 70
33618         scaleBeforeRotation
33619         BoundingBox 0bp 6bp 22bp 22bp
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \end_inset
33627 </cell>
33628 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33629 \begin_inset Text
33630
33631 \begin_layout Plain Layout
33632
33633 \lang english
33634 text
33635 \end_layout
33636
33637 \end_inset
33638 </cell>
33639 </row>
33640 </lyxtabular>
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \noindent
33649 \align center
33650
33651 \lang english
33652 \begin_inset Tabular
33653 <lyxtabular version="3" rows="3" columns="2">
33654 <features tabularvalignment="middle">
33655 <column alignment="center" valignment="top" width="0">
33656 <column alignment="center" valignment="top" width="0">
33657 <row>
33658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33659 \begin_inset Text
33660
33661 \begin_layout Plain Layout
33662
33663 \lang english
33664 text
33665 \end_layout
33666
33667 \end_inset
33668 </cell>
33669 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Plain Layout
33673
33674 \lang english
33675 text
33676 \end_layout
33677
33678 \end_inset
33679 </cell>
33680 </row>
33681 <row>
33682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33683 \begin_inset Text
33684
33685 \begin_layout Plain Layout
33686
33687 \lang english
33688 \begin_inset Graphics
33689         filename ../../images/dialog-show-new-inset_graphics.png
33690         scale 70
33691         scaleBeforeRotation
33692         BoundingBox 0bp 6bp 22bp 22bp
33693
33694 \end_inset
33695
33696
33697 \end_layout
33698
33699 \end_inset
33700 </cell>
33701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705
33706 \lang english
33707 text
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 </row>
33713 <row>
33714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33715 \begin_inset Text
33716
33717 \begin_layout Plain Layout
33718
33719 \lang english
33720 text
33721 \end_layout
33722
33723 \end_inset
33724 </cell>
33725 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729
33730 \lang english
33731 text
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 </row>
33737 </lyxtabular>
33738
33739 \end_inset
33740
33741  
33742 \begin_inset Tabular
33743 <lyxtabular version="3" rows="3" columns="3">
33744 <features tabularvalignment="middle">
33745 <column alignment="center" valignment="top" width="0">
33746 <column alignment="center" valignment="top" width="0">
33747 <column alignment="center" valignment="top" width="0">
33748 <row>
33749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33750 \begin_inset Text
33751
33752 \begin_layout Plain Layout
33753
33754 \lang english
33755 text
33756 \end_layout
33757
33758 \end_inset
33759 </cell>
33760 <cell alignment="center" valignment="top" topline="true" usebox="none">
33761 \begin_inset Text
33762
33763 \begin_layout Plain Layout
33764
33765 \lang english
33766 text
33767 \end_layout
33768
33769 \end_inset
33770 </cell>
33771 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33772 \begin_inset Text
33773
33774 \begin_layout Plain Layout
33775
33776 \lang english
33777 text
33778 \end_layout
33779
33780 \end_inset
33781 </cell>
33782 </row>
33783 <row>
33784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33785 \begin_inset Text
33786
33787 \begin_layout Plain Layout
33788
33789 \lang english
33790 text
33791 \end_layout
33792
33793 \end_inset
33794 </cell>
33795 <cell alignment="center" valignment="top" usebox="none">
33796 \begin_inset Text
33797
33798 \begin_layout Plain Layout
33799
33800 \lang english
33801 \begin_inset Graphics
33802         filename ../../images/dialog-show-new-inset_graphics.png
33803         scale 70
33804         scaleBeforeRotation
33805         BoundingBox 0bp 6bp 22bp 22bp
33806
33807 \end_inset
33808
33809
33810 \end_layout
33811
33812 \end_inset
33813 </cell>
33814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33815 \begin_inset Text
33816
33817 \begin_layout Plain Layout
33818
33819 \lang english
33820 text
33821 \end_layout
33822
33823 \end_inset
33824 </cell>
33825 </row>
33826 <row>
33827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33828 \begin_inset Text
33829
33830 \begin_layout Plain Layout
33831
33832 \lang english
33833 text
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33839 \begin_inset Text
33840
33841 \begin_layout Plain Layout
33842
33843 \lang english
33844 text
33845 \end_layout
33846
33847 \end_inset
33848 </cell>
33849 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33850 \begin_inset Text
33851
33852 \begin_layout Plain Layout
33853
33854 \lang english
33855 text
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 </row>
33861 </lyxtabular>
33862
33863 \end_inset
33864
33865  
33866 \begin_inset Tabular
33867 <lyxtabular version="3" rows="3" columns="2">
33868 <features tabularvalignment="middle">
33869 <column alignment="center" valignment="top" width="0">
33870 <column alignment="center" valignment="top" width="0">
33871 <row>
33872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33873 \begin_inset Text
33874
33875 \begin_layout Plain Layout
33876
33877 \lang english
33878 text
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33884 \begin_inset Text
33885
33886 \begin_layout Plain Layout
33887
33888 \lang english
33889 text
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 </row>
33895 <row>
33896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33897 \begin_inset Text
33898
33899 \begin_layout Plain Layout
33900
33901 \lang english
33902 text
33903 \end_layout
33904
33905 \end_inset
33906 </cell>
33907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911
33912 \lang english
33913 \begin_inset Graphics
33914         filename ../../images/dialog-show-new-inset_graphics.png
33915         scale 70
33916         scaleBeforeRotation
33917         BoundingBox 0bp 6bp 22bp 22bp
33918
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \end_inset
33925 </cell>
33926 </row>
33927 <row>
33928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33929 \begin_inset Text
33930
33931 \begin_layout Plain Layout
33932
33933 \lang english
33934 text
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943
33944 \lang english
33945 text
33946 \end_layout
33947
33948 \end_inset
33949 </cell>
33950 </row>
33951 </lyxtabular>
33952
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \begin_layout Standard
33959 \noindent
33960
33961 \lang english
33962 you can use the LaTeX-package
33963 \lang french
33964  
33965 \series bold
33966 picinpar
33967 \series default
33968
33969 \begin_inset Index idx
33970 status collapsed
33971
33972 \begin_layout Plain Layout
33973 Paquetages LaTeX ! picinpar
33974 \end_layout
33975
33976 \end_inset
33977
33978 .
33979  
33980 \lang english
33981 Here is an example
33982 \lang french
33983 :
33984 \end_layout
33985
33986 \begin_layout Standard
33987 \begin_inset ERT
33988 status collapsed
33989
33990 \begin_layout Plain Layout
33991
33992
33993 \backslash
33994 ifpicinpar
33995 \end_layout
33996
33997 \end_inset
33998
33999
34000 \begin_inset Note Note
34001 status open
34002
34003 \begin_layout Plain Layout
34004 La section suivante ne sera affichée que si le paquetage LaTeX 
34005 \series bold
34006 picinpar
34007 \series default
34008  a été installé.
34009 \end_layout
34010
34011 \end_inset
34012
34013
34014 \end_layout
34015
34016 \begin_layout Standard
34017 \begin_inset ERT
34018 status collapsed
34019
34020 \begin_layout Plain Layout
34021
34022
34023 \backslash
34024 begin{window}[2,c,{
34025 \end_layout
34026
34027 \end_inset
34028
34029
34030 \begin_inset Graphics
34031         filename ../clipart/mobius.eps
34032         lyxscale 60
34033         width 40col%
34034         scaleBeforeRotation
34035         rotateOrigin center
34036
34037 \end_inset
34038
34039
34040 \begin_inset ERT
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044
34045 },]
34046 \end_layout
34047
34048 \begin_layout Plain Layout
34049
34050 {}
34051 \end_layout
34052
34053 \end_inset
34054
34055
34056 \size small
34057 \lang english
34058 It was in the spring of the year 1894 that all London was interested, and
34059  the fashionable world dismayed, by the murder of the Honourable Ronald
34060  Adair under most unusual and inexplicable circumstances.
34061  The public has already learned those particulars of the crime which
34062 \size default
34063
34064 \begin_inset ERT
34065 status collapsed
34066
34067 \begin_layout Plain Layout
34068
34069
34070 \backslash
34071 footnotemark{}
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \size small
34078  came out in the police investigation, but a good deal was suppressed upon
34079  that occasion, since the case for the prosecution was so overwhelmingly
34080  strong that it was not necessary to bring forward all the facts.
34081  Only now, at the end of nearly ten years, am I allowed to supply those
34082  missing links which make up the whole of that remarkable chain
34083 \lang french
34084 .
34085 \size default
34086
34087 \begin_inset ERT
34088 status collapsed
34089
34090 \begin_layout Plain Layout
34091
34092
34093 \backslash
34094 end{window}
34095 \end_layout
34096
34097 \end_inset
34098
34099
34100 \end_layout
34101
34102 \begin_layout Standard
34103
34104 \lang english
34105 \begin_inset ERT
34106 status collapsed
34107
34108 \begin_layout Plain Layout
34109
34110
34111 \backslash
34112 footnotetext{
34113 \end_layout
34114
34115 \end_inset
34116
34117 Footnote of the paragraph with the fixed object.
34118 \begin_inset ERT
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122
34123 }
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Standard
34132
34133 \lang english
34134 Surrounded fixed objects are used to let text float around them, at which
34135  the object's position in the paragraph can be determined by the number
34136  of lines above it.
34137  In contrary to floats is it not possible to have a numbered caption.
34138 \end_layout
34139
34140 \begin_layout Standard
34141
34142 \lang english
34143 A fixed object is inserted by adding the command
34144 \end_layout
34145
34146 \begin_layout Standard
34147
34148 \series bold
34149
34150 \backslash
34151 begin{window}[2,c,{
34152 \end_layout
34153
34154 \begin_layout Standard
34155
34156 \lang english
34157 as TeX Code at the beginning of the paragraph.
34158  The first parameter in the bracket, here '2', defines the number of lines
34159  above the object, the second, here 'c', the position of the object.
34160  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
34161  Behind the command you insert the object.
34162  In this example an image with a width of 40
34163 \begin_inset space \thinspace{}
34164 \end_inset
34165
34166 % of the text column width was inserted.
34167  The object can also be a table, a box or an equation.
34168  Behind the object the command
34169 \end_layout
34170
34171 \begin_layout Standard
34172
34173 \series bold
34174 },description text]
34175 \begin_inset Newline newline
34176 \end_inset
34177
34178 {}
34179 \end_layout
34180
34181 \begin_layout Standard
34182
34183 \lang english
34184 is inserted.
34185  Note that the 
34186 \begin_inset Quotes eld
34187 \end_inset
34188
34189
34190 \series bold
34191 {}
34192 \series default
34193
34194 \begin_inset Quotes erd
34195 \end_inset
34196
34197  is in the second line.
34198  The description text is optional.
34199  The text surrounding the object must be in the same paragraph as the object,
34200  so it must begin directly after the 
34201 \series bold
34202 {}
34203 \series default
34204 .
34205  At the end of the paragraph insert the command:
34206 \end_layout
34207
34208 \begin_layout Standard
34209
34210 \series bold
34211 \lang english
34212
34213 \backslash
34214 end{window}
34215 \end_layout
34216
34217 \begin_layout Standard
34218
34219 \lang english
34220 Within a paragraph with a fixed object, you cannot insert footnotes in the
34221  normal way.
34222  You have to use instead the command 
34223 \series bold
34224
34225 \backslash
34226 footnotemark
34227 \series default
34228  inside the paragraph and outside the command 
34229 \series bold
34230
34231 \backslash
34232 footnotetext
34233 \series default
34234  as described in sec.
34235 \lang french
34236
34237 \begin_inset space \thinspace{}
34238 \end_inset
34239
34240
34241 \begin_inset CommandInset ref
34242 LatexCommand ref
34243 reference "sec:Notes-bas-de-page"
34244
34245 \end_inset
34246
34247 .
34248 \end_layout
34249
34250 \begin_layout Standard
34251 \begin_inset ERT
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255
34256
34257 \backslash
34258 else
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \begin_inset Note Note
34265 status open
34266
34267 \begin_layout Plain Layout
34268 Ce qui suit sera affiché si le paquetage LaTeX 
34269 \series bold
34270 picinpar
34271 \series default
34272  n'est pas installé :
34273 \end_layout
34274
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \begin_layout Standard
34281 Vous devez installer le paquetage LaTeX 
34282 \series bold
34283 picinpar
34284 \series default
34285  pour voir la suite de cette section dans la sortie imprimée.
34286 \end_layout
34287
34288 \begin_layout Standard
34289 \begin_inset ERT
34290 status collapsed
34291
34292 \begin_layout Plain Layout
34293
34294
34295 \backslash
34296 fi
34297 \end_layout
34298
34299 \end_inset
34300
34301
34302 \end_layout
34303
34304 \begin_layout Section
34305
34306 \lang english
34307 Initials
34308 \begin_inset Index idx
34309 status collapsed
34310
34311 \begin_layout Plain Layout
34312
34313 \lang english
34314 Initials
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \begin_inset Index idx
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324
34325 \lang english
34326 Surrounded by text ! Initials
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Standard
34335
34336 \lang english
34337 To use initials, you must have the LaTeX package
34338 \lang french
34339  
34340 \series bold
34341 lettrine
34342 \series default
34343
34344 \begin_inset Index idx
34345 status collapsed
34346
34347 \begin_layout Plain Layout
34348 Paquetages LaTeX ! lettrine
34349 \end_layout
34350
34351 \end_inset
34352
34353  
34354 \lang english
34355 installed and use the module 
34356 \family sans
34357 Initials
34358 \family default
34359  in your document (menu 
34360 \family sans
34361 Document\SpecialChar \menuseparator
34362 Settings\SpecialChar \menuseparator
34363 Modules
34364 \family default
34365 ).
34366  To insert an initial, use the style 
34367 \family sans
34368 Initial
34369 \family default
34370 .
34371  This style has a mandatory and an optional argument.
34372  The mandatory argument is inserted via the menu 
34373 \family sans
34374 Insert\SpecialChar \menuseparator
34375 Short
34376 \begin_inset space ~
34377 \end_inset
34378
34379 Title
34380 \family default
34381  and contains the letter that is the initial.
34382  To use the also the optional argument, insert another argument in front
34383  of the mandatory argument.
34384  This one contains parameters to modify the initial.
34385  For more information about the possible parameters see the documentation
34386  of
34387 \lang french
34388  
34389 \series bold
34390 lettrine
34391 \series default
34392
34393 \begin_inset CommandInset citation
34394 LatexCommand cite
34395 key "lettrine"
34396
34397 \end_inset
34398
34399 .
34400  
34401 \lang english
34402 The style itself contains the text that is surrounding the initial.
34403  The usual style is hereby that the word whose first letter is the initial,
34404  is printed with 
34405 \shape smallcaps
34406 small caps
34407 \shape default
34408 .
34409  To tell LaTeX where this word is finished, add a closing brace '
34410 \series bold
34411 }
34412 \series default
34413 ' as TeX Code behind it.
34414  At the end of the style there must be an opening brace '
34415 \series bold
34416 {
34417 \series default
34418 ' as TeX Code.
34419 \end_layout
34420
34421 \begin_layout Standard
34422
34423 \lang english
34424 Here are some examples:
34425 \end_layout
34426
34427 \begin_layout Standard
34428 \begin_inset ERT
34429 status collapsed
34430
34431 \begin_layout Plain Layout
34432
34433
34434 \backslash
34435 iflettrine
34436 \end_layout
34437
34438 \end_inset
34439
34440
34441 \begin_inset Note Note
34442 status open
34443
34444 \begin_layout Plain Layout
34445 La section suivante ne sera affichée que si le paquetage LaTeX 
34446 \series bold
34447 lettrine
34448 \series default
34449  a été installé.
34450 \end_layout
34451
34452 \end_inset
34453
34454
34455 \end_layout
34456
34457 \begin_layout Enumerate
34458
34459 \lang english
34460 No optional argument, the initial is the letter 'I' in the math font 
34461 \begin_inset Formula $\mathfrak{Fraktur}$
34462 \end_inset
34463
34464
34465 \lang french
34466 :
34467 \end_layout
34468
34469 \begin_deeper
34470 \begin_layout Initial
34471 \begin_inset Argument
34472 status open
34473
34474 \begin_layout Plain Layout
34475 \begin_inset Formula $\mathfrak{I}$
34476 \end_inset
34477
34478
34479 \end_layout
34480
34481 \end_inset
34482
34483 t
34484 \begin_inset ERT
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488
34489 }
34490 \end_layout
34491
34492 \end_inset
34493
34494  
34495 \lang english
34496 was in the spring of the year 1894 that all London was interested, and the
34497  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34498  under most unusual and inexplicable circumstances.
34499  The public has already learned those particulars of the crime which came
34500  out in the police investigation, but a good deal was suppressed upon that
34501  occasion, since the case for the prosecution was so overwhelmingly strong
34502  that it was not necessary to bring forward all the facts.
34503 \lang french
34504
34505 \begin_inset ERT
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509
34510 {
34511 \end_layout
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \end_deeper
34519 \begin_layout Enumerate
34520
34521 \lang english
34522 Only one line is surrounding the initial, which is formed by two letters
34523  in standard font and no text is printed in small caps:
34524 \end_layout
34525
34526 \begin_deeper
34527 \begin_layout Initial
34528 \begin_inset Argument
34529 status open
34530
34531 \begin_layout Plain Layout
34532 lines=1
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \begin_inset Argument
34539 status open
34540
34541 \begin_layout Plain Layout
34542 It
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \begin_inset ERT
34549 status collapsed
34550
34551 \begin_layout Plain Layout
34552
34553 }
34554 \end_layout
34555
34556 \end_inset
34557
34558  
34559 \lang english
34560 was in the spring of the year 1894 that all London was interested, and the
34561  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34562  under most unusual and inexplicable circumstances.
34563  The public has already learned those particulars of the crime which came
34564  out in the police investigation, but a good deal was suppressed upon that
34565  occasion, since the case for the prosecution was so overwhelmingly strong
34566  that it was not necessary to bring forward all the facts.
34567 \lang french
34568
34569 \begin_inset ERT
34570 status collapsed
34571
34572 \begin_layout Plain Layout
34573
34574 {
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \end_deeper
34583 \begin_layout Enumerate
34584
34585 \lang english
34586 Magenta, hanging initial over 3
34587 \begin_inset space ~
34588 \end_inset
34589
34590 lines in the math font 
34591 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34592 \end_inset
34593
34594 , the text 
34595 \begin_inset Quotes eld
34596 \end_inset
34597
34598 t was in the spring
34599 \begin_inset Quotes erd
34600 \end_inset
34601
34602  is in 
34603 \shape smallcaps
34604 small caps
34605 \shape default
34606 ; to color the initial, you must insert this command before the initial:
34607 \begin_inset Newline newline
34608 \end_inset
34609
34610
34611 \series bold
34612 \lang french
34613
34614 \backslash
34615 renewcommand{
34616 \backslash
34617 LettrineFontHook}{
34618 \backslash
34619 color{color}}
34620 \series default
34621 \lang english
34622
34623 \begin_inset Newline newline
34624 \end_inset
34625
34626 where the second 
34627 \emph on
34628 color
34629 \emph default
34630  can be 
34631 \begin_inset Quotes eld
34632 \end_inset
34633
34634 red
34635 \begin_inset Quotes erd
34636 \end_inset
34637
34638
34639 \begin_inset Quotes eld
34640 \end_inset
34641
34642 blue
34643 \begin_inset Quotes erd
34644 \end_inset
34645
34646
34647 \begin_inset Quotes eld
34648 \end_inset
34649
34650 green
34651 \begin_inset Quotes erd
34652 \end_inset
34653
34654
34655 \begin_inset Quotes eld
34656 \end_inset
34657
34658 yellow
34659 \begin_inset Quotes erd
34660 \end_inset
34661
34662
34663 \begin_inset Quotes eld
34664 \end_inset
34665
34666 cyan
34667 \begin_inset Quotes erd
34668 \end_inset
34669
34670
34671 \begin_inset Quotes eld
34672 \end_inset
34673
34674 magenta
34675 \begin_inset Quotes erd
34676 \end_inset
34677
34678
34679 \begin_inset Quotes eld
34680 \end_inset
34681
34682 black
34683 \begin_inset Quotes erd
34684 \end_inset
34685
34686  or 
34687 \begin_inset Quotes eld
34688 \end_inset
34689
34690 white
34691 \begin_inset Quotes erd
34692 \end_inset
34693
34694 , and add this command to the document preamble
34695 \lang french
34696 :
34697 \begin_inset Newline newline
34698 \end_inset
34699
34700
34701 \series bold
34702
34703 \backslash
34704 @ifundefined{textcolor}
34705 \begin_inset Newline newline
34706 \end_inset
34707
34708
34709 \begin_inset space ~
34710 \end_inset
34711
34712 {
34713 \backslash
34714 usepackage{color}}{}
34715 \end_layout
34716
34717 \begin_deeper
34718 \begin_layout Standard
34719 \begin_inset ERT
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723
34724
34725 \backslash
34726 renewcommand{
34727 \backslash
34728 LettrineFontHook}{
34729 \backslash
34730 color{magenta}}
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \lang english
34737
34738 \begin_inset Note Note
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742
34743 \lang english
34744 makes the initial magenta
34745 \end_layout
34746
34747 \end_inset
34748
34749
34750 \end_layout
34751
34752 \begin_layout Initial
34753 \begin_inset Argument
34754 status open
34755
34756 \begin_layout Plain Layout
34757 lines=3, lhang=0.33, loversize=0.25
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \begin_inset Argument
34764 status open
34765
34766 \begin_layout Plain Layout
34767 \begin_inset Formula $\mathcal{I}$
34768 \end_inset
34769
34770
34771 \end_layout
34772
34773 \end_inset
34774
34775
34776 \lang english
34777 t was in the spring
34778 \lang french
34779
34780 \begin_inset ERT
34781 status collapsed
34782
34783 \begin_layout Plain Layout
34784
34785 }
34786 \end_layout
34787
34788 \end_inset
34789
34790  
34791 \lang english
34792 of the year 1894 that all London was interested, and the fashionable world
34793  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34794  and inexplicable circumstances.
34795  The public has already learned those particulars of the crime which came
34796  out in the police investigation, but a good deal was suppressed upon that
34797  occasion, since the case for the prosecution was so overwhelmingly strong
34798  that it was not necessary to bring forward all the facts.
34799 \lang french
34800
34801 \begin_inset ERT
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805
34806 {
34807 \end_layout
34808
34809 \end_inset
34810
34811
34812 \end_layout
34813
34814 \end_deeper
34815 \begin_layout Standard
34816 \begin_inset ERT
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820
34821
34822 \backslash
34823 else
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \begin_inset Note Note
34830 status open
34831
34832 \begin_layout Plain Layout
34833 Ce qui suit sera affiché si le paquetage LaTeX 
34834 \series bold
34835 lettrine
34836 \series default
34837  n'est pas installé :
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \begin_layout Standard
34846 Vous devez installer le paquetage LaTeX 
34847 \series bold
34848 lettrine
34849 \series default
34850  pour voir la suite de cette section dans la sortie imprimée.
34851 \end_layout
34852
34853 \begin_layout Standard
34854 \begin_inset ERT
34855 status collapsed
34856
34857 \begin_layout Plain Layout
34858
34859
34860 \backslash
34861 fi
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \end_layout
34868
34869 \begin_layout Chapter
34870 Trucs Externes
34871 \begin_inset Index idx
34872 status collapsed
34873
34874 \begin_layout Plain Layout
34875 Trucs externes
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \begin_layout Standard
34884 Avec le menu 
34885 \family sans
34886 Insérer\SpecialChar \menuseparator
34887 Fichier
34888 \family default
34889  vous pouvez insérer un contenu externe à votre document.
34890  Ce contenu peut être :
34891 \end_layout
34892
34893 \begin_layout Description
34894 Document
34895 \begin_inset space ~
34896 \end_inset
34897
34898 LyX Un autre document LyX ; son contenu est directement inséré dans votre
34899  document.
34900 \end_layout
34901
34902 \begin_layout Description
34903 Texte
34904 \begin_inset space ~
34905 \end_inset
34906
34907 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
34908 e.
34909 \end_layout
34910
34911 \begin_layout Description
34912 Texte
34913 \begin_inset space ~
34914 \end_inset
34915
34916 Brut
34917 \begin_inset space ~
34918 \end_inset
34919
34920 par
34921 \begin_inset space ~
34922 \end_inset
34923
34924 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
34925  Les lignes vides créent un nouveau paragraphe dans votre document.
34926 \end_layout
34927
34928 \begin_layout Description
34929 Objet
34930 \begin_inset space ~
34931 \end_inset
34932
34933 Externe Fichiers de formats variés.
34934 \end_layout
34935
34936 \begin_layout Description
34937 Sous-document Documents LyX ou LaTeX.
34938 \end_layout
34939
34940 \begin_layout Section
34941 Objets Externes 
34942 \begin_inset Index idx
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946 Trucs externes ! Objets Externes
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \begin_layout Standard
34955 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
34956  de fichiers dans votre document sans avoir à convertir ces derniers en
34957  un format qui soit compatible avec le format de sortie, puisque c'est LyX
34958  qui va s'occuper des conversions.
34959  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
34960  LyX des images dans des formats divers.
34961  Quand vous avez activé 
34962 \family sans
34963 Aperçu
34964 \begin_inset space ~
34965 \end_inset
34966
34967 sur
34968 \begin_inset space ~
34969 \end_inset
34970
34971 le
34972 \begin_inset space ~
34973 \end_inset
34974
34975 vif
34976 \family default
34977  dans le menu des préférences de LyX, dans la rubrique 
34978 \family sans
34979 Apparence\SpecialChar \menuseparator
34980 Graphiques
34981 \family default
34982 , les objets externes de type Dia et Xfig sont affichés directement dans
34983  LyX.
34984 \end_layout
34985
34986 \begin_layout Standard
34987 On insère des objets externes en utilisant la fenêtre de dialogue 
34988 \family sans
34989 Objet
34990 \begin_inset space ~
34991 \end_inset
34992
34993 Externe
34994 \family default
34995  qui est accessible via le menu 
34996 \family sans
34997 Insérer\SpecialChar \menuseparator
34998 Fichiers\SpecialChar \menuseparator
34999 Objet
35000 \begin_inset space ~
35001 \end_inset
35002
35003 Externe
35004 \family default
35005 .
35006  Actuellement les types de fichiers (
35007 \family sans
35008 Modèles
35009 \family default
35010 ) suivants sont autorisés :
35011 \end_layout
35012
35013 \begin_layout Description
35014 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
35015  par le programme 
35016 \series bold
35017
35018 \begin_inset CommandInset href
35019 LatexCommand href
35020 name "XBoard"
35021 target "http://en.wikipedia.org/wiki/XBoard"
35022
35023 \end_inset
35024
35025
35026 \series default
35027 .
35028 \end_layout
35029
35030 \begin_layout Description
35031 Date Ce modèle insère la date sous la forme 
35032 \emph on
35033 Jour-Mois-Année
35034 \emph default
35035 .
35036  Voici un exemple de date insérée comme objet externe :: 
35037 \begin_inset External
35038         template Date
35039         filename .
35040
35041 \end_inset
35042
35043
35044 \begin_inset space ~
35045 \end_inset
35046
35047
35048 \begin_inset Note Note
35049 status open
35050
35051 \begin_layout Plain Layout
35052 Retirer l'espace protégé quand le bug 4398 sera résolu !
35053 \end_layout
35054
35055 \end_inset
35056
35057
35058 \begin_inset Newline newline
35059 \end_inset
35060
35061 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
35062  Il y a deux autre méthodes pour insérer une date : Avec le menu 
35063 \family sans
35064 Insérer\SpecialChar \menuseparator
35065 Date
35066 \family default
35067  et avec la commande LaTeX 
35068 \series bold
35069
35070 \backslash
35071 today
35072 \series default
35073  entrée comme code TeX.
35074  Ces différentes méthodes sont comparée dans le tableau
35075 \begin_inset space ~
35076 \end_inset
35077
35078
35079 \begin_inset CommandInset ref
35080 LatexCommand ref
35081 reference "tab:Comparaison-des-dates"
35082
35083 \end_inset
35084
35085 .
35086 \end_layout
35087
35088 \begin_layout Description
35089 Dia Ce modèle accepte les diagrammes créés avec le programme 
35090 \series bold
35091
35092 \begin_inset CommandInset href
35093 LatexCommand href
35094 name "Dia"
35095 target "http://en.wikipedia.org/wiki/Dia_(software)"
35096
35097 \end_inset
35098
35099
35100 \series default
35101 .
35102 \end_layout
35103
35104 \begin_layout Description
35105 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
35106  par le programme 
35107 \series bold
35108
35109 \begin_inset CommandInset href
35110 LatexCommand href
35111 name "LilyPond"
35112 target "http://en.wikipedia.org/wiki/LilyPond"
35113
35114 \end_inset
35115
35116
35117 \series default
35118 .
35119 \end_layout
35120
35121 \begin_layout Description
35122 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
35123  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
35124  
35125 \emph on
35126 pages
35127 \emph default
35128  dans le champ 
35129 \family sans
35130 Option
35131 \family default
35132  dans l'onglet 
35133 \family sans
35134 Options LaTeX et LyX
35135 \family default
35136  en suivant les instructions données pour le modèle.
35137  Si on ne donne pas d'option 
35138 \emph on
35139 pages
35140 \emph default
35141 , seule la première page du PDF sera insérée.
35142 \end_layout
35143
35144 \begin_layout Description
35145 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
35146  À peu près tous les formats d'images populaires sont acceptés.
35147  Les images peuvent être traitées dans la fenêtre de dialogue 
35148 \family sans
35149 Objet
35150 \begin_inset space ~
35151 \end_inset
35152
35153 Externe
35154 \family default
35155  comme les images qui sont habituellement incorporées en utilisant le menu
35156  
35157 \family sans
35158 Insérer\SpecialChar \menuseparator
35159 Graphique
35160 \family default
35161 , comme c'est décrit dans la section
35162 \begin_inset space ~
35163 \end_inset
35164
35165
35166 \begin_inset CommandInset ref
35167 LatexCommand ref
35168 reference "sec:Graphics-Dialog"
35169
35170 \end_inset
35171
35172 .
35173  La différence est que seules les images matricielles sont autorisées, ce
35174  qui veut dire que les images PDF et EPS ne sont pas acceptées.
35175 \end_layout
35176
35177 \begin_layout Description
35178 XFig Ce modèle accepte les images créées avec le programme 
35179 \series bold
35180
35181 \begin_inset CommandInset href
35182 LatexCommand href
35183 name "Xfig"
35184 target "http://en.wikipedia.org/wiki/Xfig"
35185
35186 \end_inset
35187
35188
35189 \series default
35190 .
35191 \end_layout
35192
35193 \begin_layout Standard
35194 \begin_inset Float table
35195 placement h
35196 wide false
35197 sideways false
35198 status open
35199
35200 \begin_layout Plain Layout
35201 \begin_inset Caption
35202
35203 \begin_layout Plain Layout
35204 \begin_inset CommandInset label
35205 LatexCommand label
35206 name "tab:Comparaison-des-dates"
35207
35208 \end_inset
35209
35210 Comparaison des méthodes d'insertion de la date.
35211 \end_layout
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \begin_layout Plain Layout
35219 \align center
35220 \begin_inset Tabular
35221 <lyxtabular version="3" rows="4" columns="4">
35222 <features tabularvalignment="middle">
35223 <column alignment="center" valignment="top" width="0">
35224 <column alignment="center" valignment="top" width="0">
35225 <column alignment="center" valignment="top" width="0">
35226 <column alignment="center" valignment="top" width="0">
35227 <row>
35228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35229 \begin_inset Text
35230
35231 \begin_layout Plain Layout
35232 Format du document
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241
35242 \family sans
35243 Objet
35244 \begin_inset space ~
35245 \end_inset
35246
35247 Externe\SpecialChar \menuseparator
35248 Date
35249 \end_layout
35250
35251 \end_inset
35252 </cell>
35253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257
35258 \family sans
35259 Insérer\SpecialChar \menuseparator
35260 Date
35261 \end_layout
35262
35263 \end_inset
35264 </cell>
35265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35266 \begin_inset Text
35267
35268 \begin_layout Plain Layout
35269 commande 
35270 \series bold
35271
35272 \backslash
35273 today
35274 \end_layout
35275
35276 \end_inset
35277 </cell>
35278 </row>
35279 <row>
35280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284 LyX
35285 \end_layout
35286
35287 \end_inset
35288 </cell>
35289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35290 \begin_inset Text
35291
35292 \begin_layout Plain Layout
35293 comme boîte d'insert
35294 \end_layout
35295
35296 \end_inset
35297 </cell>
35298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35299 \begin_inset Text
35300
35301 \begin_layout Plain Layout
35302 comme date
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311 comme boîte de code TeX
35312 \end_layout
35313
35314 \end_inset
35315 </cell>
35316 </row>
35317 <row>
35318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35319 \begin_inset Text
35320
35321 \begin_layout Plain Layout
35322 LaTeX
35323 \end_layout
35324
35325 \end_inset
35326 </cell>
35327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35328 \begin_inset Text
35329
35330 \begin_layout Plain Layout
35331 comme date
35332 \end_layout
35333
35334 \end_inset
35335 </cell>
35336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 comme date
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 comme commande
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 </row>
35355 <row>
35356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35357 \begin_inset Text
35358
35359 \begin_layout Plain Layout
35360 DVI, PDF, PS
35361 \end_layout
35362
35363 \end_inset
35364 </cell>
35365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35366 \begin_inset Text
35367
35368 \begin_layout Plain Layout
35369 comme date
35370 \end_layout
35371
35372 \end_inset
35373 </cell>
35374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35375 \begin_inset Text
35376
35377 \begin_layout Plain Layout
35378 comme date
35379 \end_layout
35380
35381 \end_inset
35382 </cell>
35383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387 comme date date
35388 \end_layout
35389
35390 \end_inset
35391 </cell>
35392 </row>
35393 </lyxtabular>
35394
35395 \end_inset
35396
35397
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \end_layout
35404
35405 \begin_layout Standard
35406 Quand vous activez l'option 
35407 \family sans
35408 Brouillon
35409 \family default
35410  de l'onglet 
35411 \family sans
35412 Fichier
35413 \family default
35414  de la fenêtre de dialogue 
35415 \family sans
35416 Objet
35417 \begin_inset space ~
35418 \end_inset
35419
35420 Externe
35421 \family default
35422 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
35423 \begin_inset Newline newline
35424 \end_inset
35425
35426 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
35427  : 
35428 \begin_inset Graphics
35429         filename ../clipart/ExternalMaterialQt4.png
35430         scale 85
35431         scaleBeforeRotation
35432
35433 \end_inset
35434
35435  soit comme une image, selon que vous avez ou non activé l'option 
35436 \family sans
35437 Afficher
35438 \begin_inset space ~
35439 \end_inset
35440
35441 dans
35442 \begin_inset space ~
35443 \end_inset
35444
35445 LyX
35446 \family default
35447  de l'onglet 
35448 \family sans
35449 Options LaTeX et LyX
35450 \family default
35451  de la fenêtre de dialogue.
35452 \end_layout
35453
35454 \begin_layout Standard
35455 Le manuel 
35456 \family sans
35457 \emph on
35458 Personnalisation
35459 \family default
35460 \emph default
35461  explique comment vous pouvez créer vos propres modèles.
35462 \end_layout
35463
35464 \begin_layout Section
35465 Sous-documents
35466 \begin_inset CommandInset label
35467 LatexCommand label
35468 name "sec:Sous-documents"
35469
35470 \end_inset
35471
35472
35473 \begin_inset Index idx
35474 status collapsed
35475
35476 \begin_layout Plain Layout
35477 Trucs externes ! Sous-documents
35478 \end_layout
35479
35480 \end_inset
35481
35482
35483 \begin_inset Index idx
35484 status collapsed
35485
35486 \begin_layout Plain Layout
35487 Fichiers ! Insérer
35488 \end_layout
35489
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \begin_layout Standard
35496 Les sous-documents sont utilisés quand on a un document très long qui peut
35497  être décomposé en plusieurs parties ou sections plus petites.
35498  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
35499  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
35500  Les différents documents sont ce que l'on appelle les sous-documents et
35501  un document maître les relie pour imprimer le document complet ou seulement
35502  une partie de celui-ci.
35503  Un sous-document hérite du contenu de son maître, par exemple le préambule
35504  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
35505 \end_layout
35506
35507 \begin_layout Standard
35508 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
35509  maître, précisez dans le sous-document le document maître dans le menu
35510  
35511 \family sans
35512 Document\SpecialChar \menuseparator
35513 Paramètres\SpecialChar \menuseparator
35514 Classe de document
35515 \family default
35516 .
35517  Ce document maître sera par la suite utilisé de façon cachée par LyX à
35518  chaque fois que vous modifierez le sous-document.
35519 \end_layout
35520
35521 \begin_layout Standard
35522 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
35523  comme celle-ci : 
35524 \begin_inset Graphics
35525         filename clipart/ChildDocumentQt4.png
35526         lyxscale 70
35527         scale 60
35528         scaleBeforeRotation
35529
35530 \end_inset
35531
35532  Pour inclure des sous-documents dans un document maître , on utilise le
35533  menu 
35534 \family sans
35535 Insérer\SpecialChar \menuseparator
35536 Fichier\SpecialChar \menuseparator
35537 Sous-document
35538 \family default
35539 .
35540  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
35541  des quatre méthodes d'inclusion :
35542 \end_layout
35543
35544 \begin_layout Description
35545 Inclus
35546 \begin_inset space ~
35547 \end_inset
35548
35549 (include) Vous pouvez inclure des documents LyX et LaTeX.
35550  Quand vous cliquez sur le bouton 
35551 \family sans
35552 Charger
35553 \family default
35554  dans la fenêtre de dialogue 
35555 \family sans
35556 Sous-document
35557 \family default
35558 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
35559  vous puissiez le modifier.
35560 \begin_inset Newline newline
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \begin_layout Standard
35567 Voici un sous-document inséré avec la méthode 
35568 \family sans
35569 Inclus
35570 \family default
35571  : 
35572 \begin_inset CommandInset include
35573 LatexCommand include
35574 filename "DocumentBidon1.lyx"
35575
35576 \end_inset
35577
35578
35579 \end_layout
35580
35581 \begin_layout Standard
35582 La numérotation des sections va prendre en compte les sections des fichiers
35583  incorporés dans l'ordre où ils sont insérés dans le document maître.
35584  Le document qui est inclus comme exemple possède une sous-section qui sera
35585  numérotée comme sous-section de la section actuelle.
35586  Les étiquettes présentes dans le fichier inclus peuvent être référencées
35587  : la sous-section
35588 \begin_inset space ~
35589 \end_inset
35590
35591
35592 \begin_inset CommandInset ref
35593 LatexCommand ref
35594 reference "sub:Sous-section-externe-1"
35595
35596 \end_inset
35597
35598  est dans le fichier inclus.
35599 \end_layout
35600
35601 \begin_layout Standard
35602 Le préambule du sous-document est tout simplement ignoré, seul le préambule
35603  du document maître est utilisé.
35604  Les branches présentes dans le sous-document seront ignorées par le document
35605  maître si celui-ci ne possède pas une branche avec le même nom.
35606  Les documents inclus sont insérés en commençant une nouvelle page et sont
35607  suivis par un saut de page.
35608 \end_layout
35609
35610 \begin_layout Standard
35611 \begin_inset Note Greyedout
35612 status open
35613
35614 \begin_layout Plain Layout
35615
35616 \series bold
35617 Note:
35618 \series default
35619  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
35620  une classe de document différente de celle du document maître, vous recevez
35621  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
35622  que cela peut produire des résultats inattendus sur la sortie imprimée.
35623 \end_layout
35624
35625 \end_inset
35626
35627
35628 \end_layout
35629
35630 \begin_layout Description
35631 Incorporé
35632 \begin_inset space ~
35633 \end_inset
35634
35635 (input) Cette méthode est très semblable à la méthode Inclus, les différences
35636  sont :
35637 \end_layout
35638
35639 \begin_deeper
35640 \begin_layout Itemize
35641 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
35642  par un saut de page.
35643 \end_layout
35644
35645 \begin_layout Itemize
35646 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
35647  
35648 \family sans
35649 Aperçu
35650 \begin_inset space ~
35651 \end_inset
35652
35653 sur
35654 \begin_inset space ~
35655 \end_inset
35656
35657 le
35658 \begin_inset space ~
35659 \end_inset
35660
35661 vif
35662 \family default
35663  est activée dans les préférences dans la rubrique 
35664 \family sans
35665 Apparence\SpecialChar \menuseparator
35666 Graphique
35667 \family default
35668 .
35669 \end_layout
35670
35671 \begin_layout Itemize
35672 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
35673 \family sans
35674 Document\SpecialChar \menuseparator
35675 Paramètres\SpecialChar \menuseparator
35676 Sous-documents
35677 \family default
35678 .
35679 \end_layout
35680
35681 \end_deeper
35682 \begin_layout Standard
35683 Voici un sous document inséré en utilisant la méthode 
35684 \family sans
35685 Incorporé
35686 \family default
35687  : 
35688 \begin_inset CommandInset include
35689 LatexCommand input
35690 preview true
35691 filename "DocumentBidon2.lyx"
35692
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \begin_layout Description
35699 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
35700  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
35701  sous forme de code source et aucune des commandes éventuellement présentes
35702  ne sera exécutée.
35703  Vous pouvez utiliser l'option 
35704 \family sans
35705 Marquer
35706 \begin_inset space ~
35707 \end_inset
35708
35709 les
35710 \begin_inset space ~
35711 \end_inset
35712
35713 espaces
35714 \family default
35715  qui matérialise chaque espace présente dans le code source par un caractère
35716  
35717 \begin_inset Quotes eld
35718 \end_inset
35719
35720
35721 \begin_inset ERT
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725
35726
35727 \backslash
35728 textvisiblespace 
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \begin_inset Quotes erd
35735 \end_inset
35736
35737  .
35738  La différence avec la méthode qui consiste à utiliser le menu 
35739 \family sans
35740 Insérer\SpecialChar \menuseparator
35741 Fichier\SpecialChar \menuseparator
35742 Texte
35743 \begin_inset space ~
35744 \end_inset
35745
35746 brut
35747 \family default
35748  est que le contenu du document n'apparaît pas dans LyX.
35749 \end_layout
35750
35751 \begin_layout Standard
35752 Voici un sous-document inclus en utilisant la méthode 
35753 \family sans
35754 verbatim
35755 \family default
35756  : 
35757 \begin_inset CommandInset include
35758 LatexCommand verbatiminput
35759 filename "DocumentTexteBidon.txt"
35760
35761 \end_inset
35762
35763
35764 \begin_inset VSpace bigskip
35765 \end_inset
35766
35767 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
35768  l'option 
35769 \family sans
35770 Marquer
35771 \begin_inset space ~
35772 \end_inset
35773
35774 les
35775 \begin_inset space ~
35776 \end_inset
35777
35778 espaces :
35779 \family default
35780  
35781 \begin_inset CommandInset include
35782 LatexCommand verbatiminput*
35783 filename "DocumentTexteBidon.txt"
35784
35785 \end_inset
35786
35787
35788 \end_layout
35789
35790 \begin_layout Standard
35791 \begin_inset VSpace bigskip
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \begin_layout Standard
35798 \begin_inset Note Greyedout
35799 status open
35800
35801 \begin_layout Plain Layout
35802
35803 \series bold
35804 Note:
35805 \series default
35806  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
35807  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
35808 \end_layout
35809
35810 \end_inset
35811
35812
35813 \end_layout
35814
35815 \begin_layout Description
35816 Listings Ce type d'inclusion est décrit dans le chapitre
35817 \begin_inset space ~
35818 \end_inset
35819
35820
35821 \begin_inset CommandInset ref
35822 LatexCommand ref
35823 reference "cha:Program-Code-Listings"
35824
35825 \end_inset
35826
35827 .
35828 \end_layout
35829
35830 \begin_layout Standard
35831 \begin_inset Note Greyedout
35832 status open
35833
35834 \begin_layout Plain Layout
35835
35836 \series bold
35837 Note:
35838 \series default
35839  Inclure le même document deux fois dans un même document peut poser des
35840  problèmes avec LaTeX.
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \end_layout
35847
35848 \begin_layout Standard
35849 Si vous ne voulez visualiser ou exporter que certains des sous-documents
35850  de votre document maître, que ce soit pour diminuer les temps de compilation
35851  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
35852  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
35853  la sortie en utilisant le menu 
35854 \family sans
35855 Document\SpecialChar \menuseparator
35856 Paramètres\SpecialChar \menuseparator
35857 Sous-documents
35858 \family default
35859 .
35860  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
35861  sur la ligne correspondant dans la colonne 
35862 \family sans
35863 Inclus dans le résultat
35864 \family default
35865  de la liste (
35866 \begin_inset space ~
35867 \end_inset
35868
35869 notez que cela ne fonctionne que pour les documents inclus avec la méthode
35870  
35871 \begin_inset Quotes fld
35872 \end_inset
35873
35874 inclus
35875 \begin_inset Quotes frd
35876 \end_inset
35877
35878  et pas la méthode 
35879 \begin_inset Quotes fld
35880 \end_inset
35881
35882 incorporé
35883 \begin_inset Quotes frd
35884 \end_inset
35885
35886
35887 \begin_inset space ~
35888 \end_inset
35889
35890 ).
35891  Si on active l'option 
35892 \family sans
35893 Assurer la cohérence des compteurs et des références
35894 \family default
35895 , LyX va s'assurer que tous les numéros de pages, références etc...
35896  sont corrects comme si tous le document avait été traité.
35897  C'est utile si vous voulez que les sous-documents choisis aient exactement
35898  le même aspect que s'il étaient dans le document complet.
35899  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
35900  la totalité du document.
35901  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
35902  les compteurs et autres références n'ont pas à être à tout prix valides,
35903  vous devez impérativement désactiver cette option.
35904  
35905 \end_layout
35906
35907 \begin_layout Standard
35908 Une autre solution consiste à inclure chaque fichier dans une branche
35909 \begin_inset Foot
35910 status collapsed
35911
35912 \begin_layout Plain Layout
35913 Les branches sont décrites dans la section 
35914 \emph on
35915 Branches
35916 \emph default
35917  du 
35918 \emph on
35919 Guide de l'utilisateur
35920 \emph default
35921  de LyX.
35922 \end_layout
35923
35924 \end_inset
35925
35926 .
35927  En activant ou désactivant une branche, vous pouvez décider les fichiers
35928  inclus qui doivent apparaître dans la sortie imprimée.
35929  Cette méthode à l'avantage qu'elle peut aussi s'apliquer aux sous documents
35930  
35931 \begin_inset Quotes fld
35932 \end_inset
35933
35934 incorporés
35935 \begin_inset Quotes frd
35936 \end_inset
35937
35938 .
35939  Le défaut est que les compteurs et autres références ne sont pas conservés
35940  avec cette approche.
35941 \end_layout
35942
35943 \begin_layout Chapter
35944 Listings de Code Source
35945 \begin_inset CommandInset label
35946 LatexCommand label
35947 name "cha:Program-Code-Listings"
35948
35949 \end_inset
35950
35951
35952 \begin_inset Index idx
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956 Listings
35957 \end_layout
35958
35959 \end_inset
35960
35961
35962 \begin_inset Index idx
35963 status collapsed
35964
35965 \begin_layout Plain Layout
35966 Code Source
35967 \end_layout
35968
35969 \end_inset
35970
35971
35972 \begin_inset Index idx
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976 Flottants ! Listings
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \begin_layout Standard
35985 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
35986  un insert 
35987 \family sans
35988 Listings
35989 \family default
35990  qui peut être créé grâce au menu 
35991 \family sans
35992 Insérer
35993 \family default
35994 \SpecialChar \menuseparator
35995
35996 \family sans
35997 Listing
35998 \begin_inset space ~
35999 \end_inset
36000
36001 de
36002 \begin_inset space ~
36003 \end_inset
36004
36005 Code
36006 \begin_inset space ~
36007 \end_inset
36008
36009 Source
36010 \family default
36011 .
36012  Le paquetage LaTeX 
36013 \series bold
36014 listings
36015 \series default
36016
36017 \begin_inset Index idx
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021 Paquetages LaTeX ! listings
36022 \end_layout
36023
36024 \end_inset
36025
36026  fournit un moyen puissant et flexible d'insérer des listings de code source
36027  dans votre document.
36028  
36029 \end_layout
36030
36031 \begin_layout Standard
36032 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
36033  contextuel s'ouvre pour vous permettre de modifier le format du listing.
36034 \end_layout
36035
36036 \begin_layout Standard
36037 Implicitement, un listing commence un nouveau paragraphe dans la sortie
36038  imprimée.
36039  L'option d'emplacement 
36040 \family sans
36041 Listing
36042 \begin_inset space ~
36043 \end_inset
36044
36045 en
36046 \begin_inset space ~
36047 \end_inset
36048
36049 Ligne
36050 \family default
36051  imprime le listing dans la ligne comme ceci : 
36052 \begin_inset listings
36053 lstparams "language={C++}"
36054 inline true
36055 status open
36056
36057 \begin_layout Plain Layout
36058
36059 int a=5;
36060 \end_layout
36061
36062 \end_inset
36063
36064
36065 \begin_inset Newline newline
36066 \end_inset
36067
36068 L'option 
36069 \family sans
36070 Flottant
36071 \family default
36072  crée un flottant de listing pour lequel vous pouvez préciser les options
36073  classiques d'emplacement : 
36074 \begin_inset Quotes eld
36075 \end_inset
36076
36077
36078 \family sans
36079 h
36080 \family default
36081
36082 \begin_inset Quotes erd
36083 \end_inset
36084
36085
36086 \begin_inset Quotes eld
36087 \end_inset
36088
36089
36090 \family sans
36091 t
36092 \family default
36093
36094 \begin_inset Quotes erd
36095 \end_inset
36096
36097
36098 \begin_inset Quotes eld
36099 \end_inset
36100
36101
36102 \family sans
36103 b
36104 \family default
36105
36106 \begin_inset Quotes erd
36107 \end_inset
36108
36109 , et 
36110 \begin_inset Quotes eld
36111 \end_inset
36112
36113
36114 \family sans
36115 p
36116 \family default
36117
36118 \begin_inset Quotes erd
36119 \end_inset
36120
36121  correspondant aux emplacement décrits dans la section
36122 \begin_inset space ~
36123 \end_inset
36124
36125
36126 \begin_inset CommandInset ref
36127 LatexCommand ref
36128 reference "sec:Placement-flottants"
36129
36130 \end_inset
36131
36132 .
36133  Les options de positionnement peuvent être mélangées et doivent être saisies
36134  sans séparation, par exemple, on peut taper 
36135 \begin_inset Quotes eld
36136 \end_inset
36137
36138
36139 \family sans
36140 htbp
36141 \family default
36142
36143 \begin_inset Quotes erd
36144 \end_inset
36145
36146 .
36147  L' option 
36148 \begin_inset Quotes eld
36149 \end_inset
36150
36151 h
36152 \begin_inset Quotes erd
36153 \end_inset
36154
36155  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
36156  
36157 \family sans
36158 Flottant
36159 \family default
36160  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
36161  légende et être référencés.
36162 \end_layout
36163
36164 \begin_layout Standard
36165 Vous pouvez ajouter une légende à un listing avec le menu 
36166 \family sans
36167 Insérer\SpecialChar \menuseparator
36168 Légende
36169 \family default
36170 .
36171  On peut référencer les listings de la même façon que les flottants :Voir
36172  le listing
36173 \begin_inset space ~
36174 \end_inset
36175
36176
36177 \begin_inset CommandInset ref
36178 LatexCommand ref
36179 reference "lst:Listing-exemple"
36180
36181 \end_inset
36182
36183
36184 \end_layout
36185
36186 \begin_layout Standard
36187 \begin_inset listings
36188 lstparams "language=Python"
36189 inline false
36190 status open
36191
36192 \begin_layout Plain Layout
36193
36194 \begin_inset Caption
36195
36196 \begin_layout Plain Layout
36197 \begin_inset CommandInset label
36198 LatexCommand label
36199 name "lst:Listing-exemple"
36200
36201 \end_inset
36202
36203 Exemple de listing flottant
36204 \end_layout
36205
36206 \end_inset
36207
36208 # Exemple de listing flottant
36209 \end_layout
36210
36211 \begin_layout Plain Layout
36212
36213 def func(param):
36214 \end_layout
36215
36216 \begin_layout Plain Layout
36217
36218     'ceci est une fonction python'
36219 \end_layout
36220
36221 \begin_layout Plain Layout
36222
36223     pass
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \end_layout
36230
36231 \begin_layout Standard
36232 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
36233  de listing, les mots-clés de ce langage seront reconnus et mis en forme
36234  de manière particulière dans la sortie imprimée.
36235  Dans l'exemple de listing, le mot clé Python 
36236 \begin_inset Quotes eld
36237 \end_inset
36238
36239 def
36240 \begin_inset Quotes erd
36241 \end_inset
36242
36243  est reconnu et imprimé en caractères gras dans la sortie.
36244 \end_layout
36245
36246 \begin_layout Standard
36247 \begin_inset Note Greyedout
36248 status open
36249
36250 \begin_layout Plain Layout
36251
36252 \series bold
36253 Note:
36254 \series default
36255  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
36256  une police de caractères à 
36257 \family typewriter
36258 chasse fixe
36259 \family default
36260 , c'est que votre police ne contient probablement pas de série grasse.
36261  Dans ce cas choisissez une police différente dans le menu 
36262 \family sans
36263 Document\SpecialChar \menuseparator
36264 Paramètres\SpecialChar \menuseparator
36265 Polices
36266 \family default
36267 .
36268  (Les polices 
36269 \emph on
36270 LuxiMono, BeraMono
36271 \emph default
36272  et 
36273 \emph on
36274 Courier
36275 \emph default
36276  contiennent une série grasse.)
36277 \end_layout
36278
36279 \end_inset
36280
36281
36282 \end_layout
36283
36284 \begin_layout Standard
36285 Dans la rubrique 
36286 \family sans
36287 Numérotation
36288 \begin_inset space ~
36289 \end_inset
36290
36291 des
36292 \begin_inset space ~
36293 \end_inset
36294
36295 Lignes
36296 \family default
36297  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
36298 n des lignes.
36299  Vous pouvez mettre un nombre dans le champ 
36300 \family sans
36301 Pas
36302 \family default
36303  pour désigner les lignes qui seront numérotées.
36304  Par exemple, si vous mettez 
36305 \begin_inset Quotes eld
36306 \end_inset
36307
36308 3
36309 \begin_inset Quotes erd
36310 \end_inset
36311
36312 , seule une ligne sur trois sera numérotée.
36313 \end_layout
36314
36315 \begin_layout Standard
36316 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
36317  apparaîtront dans la sortie.
36318  Vous devez utiliser l'option 
36319 \family sans
36320 Table
36321 \begin_inset space ~
36322 \end_inset
36323
36324 de
36325 \begin_inset space ~
36326 \end_inset
36327
36328 Caractères
36329 \begin_inset space ~
36330 \end_inset
36331
36332 Étendue
36333 \family default
36334  quand vous employez des caractères spécifiques à une langue donnée comme
36335  les umlauts Allemands dans votre listing.
36336 \begin_inset Newline newline
36337 \end_inset
36338
36339 Voici un exemple de listing avec la numérotation des lignes à gauche par
36340  pas de 3, en langage Python, avec les options 
36341 \begin_inset Quotes eld
36342 \end_inset
36343
36344 Table
36345 \begin_inset space ~
36346 \end_inset
36347
36348 de
36349 \begin_inset space ~
36350 \end_inset
36351
36352 caractères
36353 \begin_inset space ~
36354 \end_inset
36355
36356 étendue
36357 \begin_inset Quotes erd
36358 \end_inset
36359
36360  et 
36361 \begin_inset Quotes eld
36362 \end_inset
36363
36364 Espace
36365 \begin_inset space ~
36366 \end_inset
36367
36368 représenté
36369 \begin_inset space ~
36370 \end_inset
36371
36372 par
36373 \begin_inset space ~
36374 \end_inset
36375
36376 un
36377 \begin_inset space ~
36378 \end_inset
36379
36380 symbole
36381 \begin_inset Quotes erd
36382 \end_inset
36383
36384 , l'intervalle de ligne étant 3
36385 \begin_inset space \thinspace{}
36386 \end_inset
36387
36388 -
36389 \begin_inset space \thinspace{}
36390 \end_inset
36391
36392 8:
36393 \end_layout
36394
36395 \begin_layout Standard
36396 \begin_inset listings
36397 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36398 inline false
36399 status open
36400
36401 \begin_layout Plain Layout
36402
36403 def func(param):
36404 \end_layout
36405
36406 \begin_layout Plain Layout
36407
36408     'ceci est une fonction Python'
36409 \end_layout
36410
36411 \begin_layout Plain Layout
36412
36413     pass
36414 \end_layout
36415
36416 \begin_layout Plain Layout
36417
36418 def func(param):
36419 \end_layout
36420
36421 \begin_layout Plain Layout
36422
36423 'Ça, c'est un mot Allemand : Tschüß'
36424 \end_layout
36425
36426 \begin_layout Plain Layout
36427
36428 pass
36429 \end_layout
36430
36431 \begin_layout Plain Layout
36432
36433 def func(param):
36434 \end_layout
36435
36436 \begin_layout Plain Layout
36437
36438 'ceci est une fonction Python'
36439 \end_layout
36440
36441 \begin_layout Plain Layout
36442
36443 pass
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Standard
36452 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
36453  nombre de caractères que doit représenter une tabulation dans le champ
36454  
36455 \family sans
36456 Taille du tabulateur
36457 \family default
36458 .
36459 \end_layout
36460
36461 \begin_layout Standard
36462 \begin_inset Note Greyedout
36463 status open
36464
36465 \begin_layout Plain Layout
36466
36467 \series bold
36468 Note:
36469 \series default
36470  À cause d'un bug dans le paquetage 
36471 \series bold
36472 listings
36473 \series default
36474  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
36475  listing.
36476  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
36477  les lignes 3 et 6.
36478 \end_layout
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Standard
36486 \begin_inset VSpace bigskip
36487 \end_inset
36488
36489
36490 \end_layout
36491
36492 \begin_layout Standard
36493 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
36494  listing.
36495  Pour le faire, il suffit d'utiliser le menu 
36496 \family sans
36497 Insérer\SpecialChar \menuseparator
36498 Fichier\SpecialChar \menuseparator
36499 Sous-document
36500 \family default
36501  et de choisir le type 
36502 \family sans
36503 Listing
36504 \family default
36505
36506 \begin_inset space ~
36507 \end_inset
36508
36509
36510 \family sans
36511 de
36512 \begin_inset space ~
36513 \end_inset
36514
36515 Code
36516 \begin_inset space ~
36517 \end_inset
36518
36519 source
36520 \family default
36521 .
36522 \begin_inset Foot
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526 Les autres types de sous-documents sont décrits dans la section
36527 \begin_inset space ~
36528 \end_inset
36529
36530
36531 \begin_inset CommandInset ref
36532 LatexCommand ref
36533 reference "sec:Sous-documents"
36534
36535 \end_inset
36536
36537 .
36538 \end_layout
36539
36540 \end_inset
36541
36542  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
36543  à utiliser pour le listing dans une zone de texte.
36544  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
36545  
36546 \begin_inset Quotes eld
36547 \end_inset
36548
36549 ?
36550 \begin_inset Quotes erd
36551 \end_inset
36552
36553  dans la zone de texte.
36554 \end_layout
36555
36556 \begin_layout Standard
36557 Pour faire référence à un sous-document de type listing, tapez une étiquette
36558  dans le champ correspondant de la fenêtre de dialogue.
36559  On peut alors faire référence à cette étiquette en utilisant le menu 
36560 \family sans
36561 Insérer\SpecialChar \menuseparator
36562 Référence
36563 \begin_inset space ~
36564 \end_inset
36565
36566 Croisée
36567 \family default
36568 .
36569 \end_layout
36570
36571 \begin_layout Standard
36572 Le listing
36573 \begin_inset space ~
36574 \end_inset
36575
36576
36577 \begin_inset CommandInset ref
36578 LatexCommand ref
36579 reference "lst:listing-fichier"
36580
36581 \end_inset
36582
36583  est une exemple de listing issu d'un fichier ; ici les lignes 10
36584 \begin_inset space \thinspace{}
36585 \end_inset
36586
36587 -
36588 \begin_inset space \thinspace{}
36589 \end_inset
36590
36591 15 de ce fichier LyX sont listées.
36592 \end_layout
36593
36594 \begin_layout Standard
36595 \begin_inset CommandInset include
36596 LatexCommand lstinputlisting
36597 filename "EmbeddedObjects.lyx"
36598 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
36599
36600 \end_inset
36601
36602
36603 \end_layout
36604
36605 \begin_layout Standard
36606 \begin_inset VSpace bigskip
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Standard
36613 L'insertion d'une formule dans un listing peut se faire de la façon suivante
36614 \begin_inset space ~
36615 \end_inset
36616
36617 :
36618 \end_layout
36619
36620 \begin_layout Enumerate
36621 Ouvrez la fenêtre de dialogue listings et ajoutez
36622 \begin_inset Newline newline
36623 \end_inset
36624
36625
36626 \family sans
36627 mathescape=true
36628 \family default
36629
36630 \begin_inset Newline newline
36631 \end_inset
36632
36633 dans le champ de l'onglet 
36634 \family sans
36635 Avancé
36636 \family default
36637 .
36638 \end_layout
36639
36640 \begin_layout Enumerate
36641 Créez la formule en dehors du listing.
36642 \end_layout
36643
36644 \begin_layout Enumerate
36645 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
36646  (raccourci 
36647 \begin_inset Info
36648 type  "shortcut"
36649 arg   "copy"
36650 \end_inset
36651
36652 )
36653 \end_layout
36654
36655 \begin_layout Enumerate
36656 Dans le listing écrivez 
36657 \begin_inset Quotes eld
36658 \end_inset
36659
36660
36661 \family sans
36662 $$
36663 \family default
36664
36665 \begin_inset Quotes erd
36666 \end_inset
36667
36668  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
36669  
36670 \begin_inset Info
36671 type  "shortcut"
36672 arg   "paste"
36673 \end_inset
36674
36675 )
36676 \end_layout
36677
36678 \begin_layout Standard
36679 \begin_inset listings
36680 lstparams "language=Python,mathescape=true"
36681 inline false
36682 status open
36683
36684 \begin_layout Plain Layout
36685
36686 \begin_inset Caption
36687
36688 \begin_layout Plain Layout
36689 Exemple de listing flottant contenant une formule
36690 \end_layout
36691
36692 \end_inset
36693
36694 # Exemple de listing flottant
36695 \end_layout
36696
36697 \begin_layout Plain Layout
36698
36699 def func(param):
36700 \end_layout
36701
36702 \begin_layout Plain Layout
36703
36704     # $
36705 \backslash
36706 prod_{n=1}^{
36707 \backslash
36708 infty}
36709 \backslash
36710 ,
36711 \backslash
36712 frac{1}{x^{2}}$
36713 \end_layout
36714
36715 \begin_layout Plain Layout
36716
36717     pass
36718 \end_layout
36719
36720 \end_inset
36721
36722
36723 \end_layout
36724
36725 \begin_layout Standard
36726 \begin_inset VSpace bigskip
36727 \end_inset
36728
36729
36730 \end_layout
36731
36732 \begin_layout Standard
36733 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
36734  de dialogue 
36735 \family sans
36736 Document\SpecialChar \menuseparator
36737 Paramètres\SpecialChar \menuseparator
36738 Listings
36739 \family default
36740 .
36741  Pour avoir la liste des options disponibles, tapez un point d'interrogation
36742  
36743 \begin_inset Quotes eld
36744 \end_inset
36745
36746 ?
36747 \begin_inset Quotes erd
36748 \end_inset
36749
36750  dans le champ.
36751 \end_layout
36752
36753 \begin_layout Standard
36754 Pour plus d'information sur le paquetage 
36755 \series bold
36756 listings
36757 \series default
36758 , nous vous renvoyons à sa documentation 
36759 \begin_inset CommandInset citation
36760 LatexCommand cite
36761 key "listings"
36762
36763 \end_inset
36764
36765 .
36766 \end_layout
36767
36768 \begin_layout Standard
36769 \begin_inset Newpage newpage
36770 \end_inset
36771
36772
36773 \end_layout
36774
36775 \begin_layout Chapter
36776 \start_of_appendix
36777 Unités de longueur utilisables avec LyX
36778 \begin_inset Argument
36779 status collapsed
36780
36781 \begin_layout Plain Layout
36782 Unités de longueur
36783 \end_layout
36784
36785 \end_inset
36786
36787
36788 \begin_inset Index idx
36789 status collapsed
36790
36791 \begin_layout Plain Layout
36792 Unités
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \begin_inset CommandInset label
36799 LatexCommand label
36800 name "cha:Unités-de-longueur"
36801
36802 \end_inset
36803
36804
36805 \end_layout
36806
36807 \begin_layout Standard
36808 Pour comprendre les unités de longueur utilisées dans cette documentation,
36809  le tableau
36810 \begin_inset space ~
36811 \end_inset
36812
36813
36814 \begin_inset CommandInset ref
36815 LatexCommand ref
36816 reference "tab:Unités"
36817
36818 \end_inset
36819
36820 décrit les unités utilisées par LyX.
36821 \begin_inset Float table
36822 placement h
36823 wide false
36824 sideways false
36825 status open
36826
36827 \begin_layout Plain Layout
36828 \begin_inset Caption
36829
36830 \begin_layout Plain Layout
36831 \begin_inset CommandInset label
36832 LatexCommand label
36833 name "tab:Unités"
36834
36835 \end_inset
36836
36837 Unités de longueur
36838 \end_layout
36839
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \begin_layout Plain Layout
36846 \begin_inset VSpace medskip
36847 \end_inset
36848
36849
36850 \end_layout
36851
36852 \begin_layout Plain Layout
36853 \align center
36854 \begin_inset Tabular
36855 <lyxtabular version="3" rows="20" columns="2">
36856 <features tabularvalignment="middle">
36857 <column alignment="center" valignment="top" width="0">
36858 <column alignment="center" valignment="top" width="0">
36859 <row>
36860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Plain Layout
36864 unité
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873 nom/description
36874 \end_layout
36875
36876 \end_inset
36877 </cell>
36878 </row>
36879 <row>
36880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884 mm
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36890 \begin_inset Text
36891
36892 \begin_layout Plain Layout
36893 millimètre
36894 \end_layout
36895
36896 \end_inset
36897 </cell>
36898 </row>
36899 <row>
36900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36901 \begin_inset Text
36902
36903 \begin_layout Plain Layout
36904 cm
36905 \end_layout
36906
36907 \end_inset
36908 </cell>
36909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36910 \begin_inset Text
36911
36912 \begin_layout Plain Layout
36913 centimètre
36914 \end_layout
36915
36916 \end_inset
36917 </cell>
36918 </row>
36919 <row>
36920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36921 \begin_inset Text
36922
36923 \begin_layout Plain Layout
36924 in
36925 \end_layout
36926
36927 \end_inset
36928 </cell>
36929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36930 \begin_inset Text
36931
36932 \begin_layout Plain Layout
36933 pouce (inch)
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 </row>
36939 <row>
36940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944 pt
36945 \end_layout
36946
36947 \end_inset
36948 </cell>
36949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36950 \begin_inset Text
36951
36952 \begin_layout Plain Layout
36953 point (72.27
36954 \begin_inset space \thinspace{}
36955 \end_inset
36956
36957 pt = 1
36958 \begin_inset space \thinspace{}
36959 \end_inset
36960
36961 in)
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 </row>
36967 <row>
36968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972 pc
36973 \end_layout
36974
36975 \end_inset
36976 </cell>
36977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36978 \begin_inset Text
36979
36980 \begin_layout Plain Layout
36981 pica (1
36982 \begin_inset space \thinspace{}
36983 \end_inset
36984
36985 pc = 12
36986 \begin_inset space \thinspace{}
36987 \end_inset
36988
36989 pt)
36990 \end_layout
36991
36992 \end_inset
36993 </cell>
36994 </row>
36995 <row>
36996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36997 \begin_inset Text
36998
36999 \begin_layout Plain Layout
37000 sp
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37006 \begin_inset Text
37007
37008 \begin_layout Plain Layout
37009 scaled point (65536
37010 \begin_inset space \thinspace{}
37011 \end_inset
37012
37013 sp = 1
37014 \begin_inset space \thinspace{}
37015 \end_inset
37016
37017 pt)
37018 \end_layout
37019
37020 \end_inset
37021 </cell>
37022 </row>
37023 <row>
37024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028 bp
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37034 \begin_inset Text
37035
37036 \begin_layout Plain Layout
37037 gros point (72
37038 \begin_inset space \thinspace{}
37039 \end_inset
37040
37041 bp = 1
37042 \begin_inset space \thinspace{}
37043 \end_inset
37044
37045 in)
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 </row>
37051 <row>
37052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37053 \begin_inset Text
37054
37055 \begin_layout Plain Layout
37056 dd
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065 didot (72
37066 \begin_inset space \thinspace{}
37067 \end_inset
37068
37069 dd 
37070 \begin_inset Formula $\approx$
37071 \end_inset
37072
37073  37.6
37074 \begin_inset space \thinspace{}
37075 \end_inset
37076
37077 mm)
37078 \end_layout
37079
37080 \end_inset
37081 </cell>
37082 </row>
37083 <row>
37084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Plain Layout
37088 cc
37089 \end_layout
37090
37091 \end_inset
37092 </cell>
37093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37094 \begin_inset Text
37095
37096 \begin_layout Plain Layout
37097 cicero (1
37098 \begin_inset space \thinspace{}
37099 \end_inset
37100
37101 cc = 12
37102 \begin_inset space \thinspace{}
37103 \end_inset
37104
37105 dd)
37106 \end_layout
37107
37108 \end_inset
37109 </cell>
37110 </row>
37111 <row>
37112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116 Scale%
37117 \end_layout
37118
37119 \end_inset
37120 </cell>
37121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125 % de la largeur originale de l'image
37126 \end_layout
37127
37128 \end_inset
37129 </cell>
37130 </row>
37131 <row>
37132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136 text%
37137 \end_layout
37138
37139 \end_inset
37140 </cell>
37141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37142 \begin_inset Text
37143
37144 \begin_layout Plain Layout
37145 % de la largeur du texte
37146 \end_layout
37147
37148 \end_inset
37149 </cell>
37150 </row>
37151 <row>
37152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37153 \begin_inset Text
37154
37155 \begin_layout Plain Layout
37156 col%
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 % de la largeur de la colonne
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 </row>
37171 <row>
37172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 page%
37177 \end_layout
37178
37179 \end_inset
37180 </cell>
37181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185 % de la largeur du papier
37186 \end_layout
37187
37188 \end_inset
37189 </cell>
37190 </row>
37191 <row>
37192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37193 \begin_inset Text
37194
37195 \begin_layout Plain Layout
37196 line%
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205 % de la largeur de la ligne
37206 \end_layout
37207
37208 \end_inset
37209 </cell>
37210 </row>
37211 <row>
37212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37213 \begin_inset Text
37214
37215 \begin_layout Plain Layout
37216 theight%
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225 % la hauteur du texte
37226 \end_layout
37227
37228 \end_inset
37229 </cell>
37230 </row>
37231 <row>
37232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236 pheight%
37237 \end_layout
37238
37239 \end_inset
37240 </cell>
37241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37242 \begin_inset Text
37243
37244 \begin_layout Plain Layout
37245 % hauteur du papier
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 </row>
37251 <row>
37252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37253 \begin_inset Text
37254
37255 \begin_layout Plain Layout
37256 ex
37257 \end_layout
37258
37259 \end_inset
37260 </cell>
37261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265 hauteur de la lettre 
37266 \emph on
37267 x
37268 \emph default
37269  dans la police courante
37270 \end_layout
37271
37272 \end_inset
37273 </cell>
37274 </row>
37275 <row>
37276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37277 \begin_inset Text
37278
37279 \begin_layout Plain Layout
37280 em
37281 \end_layout
37282
37283 \end_inset
37284 </cell>
37285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37286 \begin_inset Text
37287
37288 \begin_layout Plain Layout
37289 largeur de la lettre
37290 \emph on
37291  M
37292 \emph default
37293  dans la police courante
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 </row>
37299 <row>
37300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37301 \begin_inset Text
37302
37303 \begin_layout Plain Layout
37304 mu
37305 \end_layout
37306
37307 \end_inset
37308 </cell>
37309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313 unité mathématique (1
37314 \begin_inset space \thinspace{}
37315 \end_inset
37316
37317 mu = 1/18
37318 \begin_inset space \thinspace{}
37319 \end_inset
37320
37321 em)
37322 \end_layout
37323
37324 \end_inset
37325 </cell>
37326 </row>
37327 </lyxtabular>
37328
37329 \end_inset
37330
37331
37332 \end_layout
37333
37334 \end_inset
37335
37336
37337 \end_layout
37338
37339 \begin_layout Chapter
37340 Formats des fichiers de sortie graphiques
37341 \begin_inset CommandInset label
37342 LatexCommand label
37343 name "cha:Formats-fichiers-graphiques"
37344
37345 \end_inset
37346
37347
37348 \end_layout
37349
37350 \begin_layout Section
37351 DVI
37352 \begin_inset Index idx
37353 status collapsed
37354
37355 \begin_layout Plain Layout
37356 Formats de Fichiers! DVI
37357 \end_layout
37358
37359 \end_inset
37360
37361
37362 \begin_inset Index idx
37363 status collapsed
37364
37365 \begin_layout Plain Layout
37366 DVI|see
37367 \begin_inset ERT
37368 status collapsed
37369
37370 \begin_layout Plain Layout
37371
37372 {
37373 \end_layout
37374
37375 \end_inset
37376
37377 Formats de Fichiers
37378 \begin_inset ERT
37379 status collapsed
37380
37381 \begin_layout Plain Layout
37382
37383 }
37384 \end_layout
37385
37386 \end_inset
37387
37388
37389 \end_layout
37390
37391 \end_inset
37392
37393
37394 \end_layout
37395
37396 \begin_layout Standard
37397 Ce type de fichiers a l'extension 
37398 \begin_inset Quotes fld
37399 \end_inset
37400
37401
37402 \family typewriter
37403 .dvi
37404 \family default
37405
37406 \begin_inset Quotes frd
37407 \end_inset
37408
37409 .
37410  Il est appelé 
37411 \emph on
37412 indépendant de l'appareil
37413 \emph default
37414  ou 
37415 \begin_inset Quotes fld
37416 \end_inset
37417
37418 device independent (DVI)
37419 \begin_inset Quotes frd
37420 \end_inset
37421
37422 , car il est complètement portable ; vous pouvez les recopier d'une machine
37423  à l'autre sans avoir à faire de conversion.
37424  À l'époque où ce format a été développé, c'était loin d'être évident.
37425  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
37426  étape préliminaire avant la conversion vers un autre format comme le PostScript.
37427 \end_layout
37428
37429 \begin_layout Standard
37430 \begin_inset Note Greyedout
37431 status open
37432
37433 \begin_layout Plain Layout
37434
37435 \series bold
37436 Note:
37437 \series default
37438  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
37439  au fichier.
37440  
37441 \end_layout
37442
37443 \end_inset
37444
37445  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
37446  
37447 \family typewriter
37448 .dvi
37449 \family default
37450 .
37451  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
37452 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
37453  pour les rendre visibles quand vous faites défiler votre document.
37454  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
37455  avec de nombreuses images.
37456 \end_layout
37457
37458 \begin_layout Standard
37459 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
37460  menu 
37461 \family sans
37462 Fichier\SpecialChar \menuseparator
37463 Exporter\SpecialChar \menuseparator
37464 DVI.
37465
37466 \family default
37467  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
37468 \family sans
37469 Visualiser
37470 \family default
37471  ou en utilisant le bouton
37472 \begin_inset Graphics
37473         filename ../../images/buffer-view_dvi.png
37474         scale 85
37475         scaleBeforeRotation
37476
37477 \end_inset
37478
37479  de la barre d'outils.
37480 \end_layout
37481
37482 \begin_layout Section
37483 PostScript
37484 \begin_inset CommandInset label
37485 LatexCommand label
37486 name "sec:PostScript"
37487
37488 \end_inset
37489
37490
37491 \begin_inset Index idx
37492 status collapsed
37493
37494 \begin_layout Plain Layout
37495 Formats de Fichiers ! PostScript
37496 \end_layout
37497
37498 \end_inset
37499
37500
37501 \begin_inset Index idx
37502 status collapsed
37503
37504 \begin_layout Plain Layout
37505 PostScript|see
37506 \begin_inset ERT
37507 status collapsed
37508
37509 \begin_layout Plain Layout
37510
37511 {
37512 \end_layout
37513
37514 \end_inset
37515
37516 Formats de Fichiers
37517 \begin_inset ERT
37518 status collapsed
37519
37520 \begin_layout Plain Layout
37521
37522 }
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \end_layout
37529
37530 \end_inset
37531
37532
37533 \end_layout
37534
37535 \begin_layout Standard
37536 Ce type de fichiers a l'extension 
37537 \begin_inset Quotes fld
37538 \end_inset
37539
37540
37541 \family typewriter
37542 .ps
37543 \family default
37544
37545 \begin_inset Quotes frd
37546 \end_inset
37547
37548 .
37549  PostScript a été développé par la société 
37550 \series bold
37551 Adobe
37552 \series default
37553  comme un langage pour les imprimantes.
37554  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
37555  pour imprimer le document.
37556  PostScript peut être considéré comme un 
37557 \begin_inset Quotes fld
37558 \end_inset
37559
37560 langage de programmation
37561 \begin_inset Quotes frd
37562 \end_inset
37563
37564  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
37565  images
37566 \begin_inset Foot
37567 status open
37568
37569 \begin_layout Plain Layout
37570 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
37571  LaTeX 
37572 \series bold
37573 pstricks
37574 \series default
37575
37576 \begin_inset CommandInset citation
37577 LatexCommand cite
37578 key "pstricks"
37579
37580 \end_inset
37581
37582 .
37583 \end_layout
37584
37585 \end_inset
37586
37587 .
37588  En partie à cause de toutes ces possibilités un fichier PostScript est
37589  souvent plus gros qu'un PDF.
37590 \end_layout
37591
37592 \begin_layout Standard
37593 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
37594  plus gros qu'un PDF.
37595 \end_layout
37596
37597 \begin_layout Standard
37598 PostScript ne peut contenir que des images au format 
37599 \begin_inset Quotes fld
37600 \end_inset
37601
37602 PostScript Encapsulé
37603 \begin_inset Quotes frd
37604 \end_inset
37605
37606  (encapsulated PostScript ou EPS, d'extension 
37607 \family typewriter
37608 .eps
37609 \family default
37610 ).
37611  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
37612  il doit les convertir en interne en EPS.
37613  Si vous avez par exemple 50 images dans votre document, LyX doit faire
37614  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
37615  document.
37616  Cela risque de ralentir de façon importante votre rythme de travail.
37617  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
37618  vos images directement en EPS pour éviter ce problème.
37619 \end_layout
37620
37621 \begin_layout Standard
37622 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
37623  le menu 
37624 \family sans
37625 Fichier\SpecialChar \menuseparator
37626 Exporter\SpecialChar \menuseparator
37627 PostScript.
37628
37629 \family default
37630  Vous pouvez visionner votre document sous forme PostScript grâce au menu
37631  
37632 \family sans
37633 Visualiser
37634 \family default
37635  ou en utilisant le bouton 
37636 \begin_inset Graphics
37637         filename ../../images/buffer-view_ps.png
37638         scale 85
37639         scaleBeforeRotation
37640
37641 \end_inset
37642
37643  de la barre d'outils.
37644 \end_layout
37645
37646 \begin_layout Section
37647 PDF
37648 \begin_inset Index idx
37649 status collapsed
37650
37651 \begin_layout Plain Layout
37652 Formats de Fichiers ! PDF
37653 \end_layout
37654
37655 \end_inset
37656
37657
37658 \begin_inset Index idx
37659 status collapsed
37660
37661 \begin_layout Plain Layout
37662 PDF
37663 \end_layout
37664
37665 \end_inset
37666
37667
37668 \end_layout
37669
37670 \begin_layout Standard
37671 Ce type de fichiers a l'extension 
37672 \begin_inset Quotes fld
37673 \end_inset
37674
37675
37676 \family typewriter
37677 .pdf
37678 \family default
37679
37680 \begin_inset Quotes frd
37681 \end_inset
37682
37683 .
37684  Ce 
37685 \begin_inset Quotes fld
37686 \end_inset
37687
37688 format de document portable
37689 \begin_inset Quotes frd
37690 \end_inset
37691
37692  (portable document format ou PDF) est développé par 
37693 \family typewriter
37694 Adobe
37695 \family default
37696  comme une évolution de PostScript.
37697  Il est plus comprimé et utilise moins de commandes que PostScript.
37698  Comme son nom l'indique, il est 
37699 \begin_inset Quotes fld
37700 \end_inset
37701
37702 portable
37703 \begin_inset Quotes frd
37704 \end_inset
37705
37706  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
37707  aura exactement le même aspect.
37708 \end_layout
37709
37710 \begin_layout Standard
37711 PDF peut contenir des images dans son propre format PDF et dans les formats
37712  JPG (format du 
37713 \begin_inset Quotes fld
37714 \end_inset
37715
37716 Joint Photographic Expert Group
37717 \begin_inset Quotes frd
37718 \end_inset
37719
37720  avec comme extension 
37721 \family typewriter
37722 .jpg
37723 \family default
37724  ou 
37725 \family typewriter
37726 .jpeg
37727 \family default
37728 ) et PNG (
37729 \begin_inset Quotes fld
37730 \end_inset
37731
37732 Portable Network Graphics
37733 \begin_inset Quotes frd
37734 \end_inset
37735
37736  avec l'extension 
37737 \family typewriter
37738 .png
37739 \family default
37740 ).
37741  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
37742  dans un de ces formats.
37743  Mais comme il est dit dans la section sur PostScript, les conversions d'images
37744  vont ralentir votre travail.
37745  Nous recommandons donc l'utilisation de l'un des trois formats cités.
37746 \end_layout
37747
37748 \begin_layout Standard
37749 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
37750  menu 
37751 \family sans
37752 Fichier\SpecialChar \menuseparator
37753 Exporter 
37754 \family default
37755 de trois façons différentes:
37756 \end_layout
37757
37758 \begin_layout Description
37759 PDF
37760 \begin_inset space ~
37761 \end_inset
37762
37763 (ps2pdf) Ceci utilise le programme 
37764 \family typewriter
37765 ps2pdf
37766 \family default
37767  qui créé un PDF à partir de la version PostScript de votre fichier.
37768  Cette dernière est produite par le programme 
37769 \family typewriter
37770 dvips
37771 \family default
37772  qui utilise une version DVI comme étape intermédiaire.
37773  Cette variante consiste donc en trois conversions.
37774 \end_layout
37775
37776 \begin_layout Description
37777 PDF
37778 \begin_inset space ~
37779 \end_inset
37780
37781 (dvipdfm) Ceci utilise le programme 
37782 \family typewriter
37783 dvipdfm
37784 \family default
37785  qui convertit votre fichier en DVI avant de le convertir en PDF.
37786 \end_layout
37787
37788 \begin_layout Description
37789 PDF
37790 \begin_inset space ~
37791 \end_inset
37792
37793 (pdflatex) Ceci utilise le programme 
37794 \family typewriter
37795 pdftex
37796 \family default
37797  qui convertit directement votre fichier en PDF.
37798 \end_layout
37799
37800 \begin_layout Standard
37801 Nous recommandons d'utiliser l'option 
37802 \family sans
37803 PDF
37804 \begin_inset space ~
37805 \end_inset
37806
37807 (pdflatex)
37808 \family default
37809  car 
37810 \family typewriter
37811 pdftex
37812 \family default
37813  accepte toutes les fonctionnalités des versions actuelles de PDF.
37814  Il est en plus rapide et stable.
37815  Le programme 
37816 \family typewriter
37817 dvipdfm
37818 \family default
37819  n'est plus développé est est donc un peu dépassé.
37820 \end_layout
37821
37822 \begin_layout Standard
37823
37824 \end_layout
37825
37826 \begin_layout Standard
37827 Vous pouvez visionner votre document sous forme PDF grâce au menu 
37828 \family sans
37829 Visualiser
37830 \family default
37831  ou en utilisant le bouton 
37832 \begin_inset Graphics
37833         filename ../../images/buffer-view_pdf2.png
37834         scale 85
37835         scaleBeforeRotation
37836
37837 \end_inset
37838
37839  de la barre d'outils
37840 \family sans
37841  (
37842 \family default
37843 qui utilise 
37844 \family sans
37845 PDF
37846 \begin_inset space ~
37847 \end_inset
37848
37849 (pdflatex)
37850 \family default
37851 ).
37852 \end_layout
37853
37854 \begin_layout Chapter
37855 Explication de l' Équation
37856 \begin_inset space ~
37857 \end_inset
37858
37859 (
37860 \begin_inset CommandInset ref
37861 LatexCommand ref
37862 reference "eq:Wgn"
37863
37864 \end_inset
37865
37866 )
37867 \begin_inset CommandInset label
37868 LatexCommand label
37869 name "cha:Explication-de-l'Equation"
37870
37871 \end_inset
37872
37873
37874 \end_layout
37875
37876 \begin_layout Standard
37877 La largeur totale de 
37878 \emph on
37879 n
37880 \emph default
37881  cellules de tableau 
37882 \begin_inset Formula $W_{\mathrm{tot\, n}}$
37883 \end_inset
37884
37885  peut être calculée avec
37886 \end_layout
37887
37888 \begin_layout Standard
37889 \begin_inset Formula 
37890 \begin{equation}
37891 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
37892 \end{equation}
37893
37894 \end_inset
37895
37896
37897 \end_layout
37898
37899 \begin_layout Standard
37900 Où 
37901 \begin_inset Formula $W_{g\, n}$
37902 \end_inset
37903
37904  est la largeur fixe de toutes les cellules.
37905  
37906 \series bold
37907
37908 \backslash
37909 tabcolsep
37910 \series default
37911  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
37912  sa valeur implicite est 6
37913 \begin_inset space \thinspace{}
37914 \end_inset
37915
37916 pt.
37917  
37918 \series bold
37919
37920 \backslash
37921 arrayrulewidth
37922 \series default
37923  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
37924 \begin_inset space \thinspace{}
37925 \end_inset
37926
37927 pt.
37928 \end_layout
37929
37930 \begin_layout Standard
37931 D'après l'équation
37932 \begin_inset space ~
37933 \end_inset
37934
37935
37936 \begin_inset CommandInset ref
37937 LatexCommand eqref
37938 reference "eq:Wtot_n"
37939
37940 \end_inset
37941
37942 , la largeur totale d'une multicolonne, 
37943 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
37944 \end_inset
37945
37946  est
37947 \end_layout
37948
37949 \begin_layout Standard
37950 \begin_inset Formula 
37951 \begin{equation}
37952 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
37953 \end{equation}
37954
37955 \end_inset
37956
37957
37958 \end_layout
37959
37960 \begin_layout Standard
37961 En posant que les équations 
37962 \begin_inset space ~
37963 \end_inset
37964
37965
37966 \begin_inset CommandInset ref
37967 LatexCommand eqref
37968 reference "eq:Wtot_n"
37969
37970 \end_inset
37971
37972  et 
37973 \begin_inset CommandInset ref
37974 LatexCommand eqref
37975 reference "eq:Wtot_mult"
37976
37977 \end_inset
37978
37979  sont égales, on peut calculer la largeur nécessaire 
37980 \begin_inset Formula $W_{g\, n}$
37981 \end_inset
37982
37983  quand 
37984 \emph on
37985 n
37986 \emph default
37987  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
37988  de 
37989 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
37990 \end_inset
37991
37992 :
37993 \end_layout
37994
37995 \begin_layout Standard
37996 \begin_inset Formula 
37997 \begin{equation}
37998 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
37999 \end{equation}
38000
38001 \end_inset
38002
38003
38004 \end_layout
38005
38006 \begin_layout Bibliography
38007 \labelwidthstring Bibliographie
38008 \begin_inset CommandInset bibitem
38009 LatexCommand bibitem
38010 key "latexcompanion"
38011
38012 \end_inset
38013
38014 Frank Mittelbach and Michel Goossens: 
38015 \emph on
38016 The LaTeX Companion Second Edition.
38017
38018 \emph default
38019  Addison-Wesley, 2004
38020 \end_layout
38021
38022 \begin_layout Bibliography
38023 \labelwidthstring Bibliographie
38024 \begin_inset CommandInset bibitem
38025 LatexCommand bibitem
38026 key "latexguide"
38027
38028 \end_inset
38029
38030 Helmut Kopka and Patrick W.
38031  Daly: 
38032 \emph on
38033 A Guide to LaTeX Fourth Edition.
38034
38035 \emph default
38036  Addison-Wesley, 2003
38037 \end_layout
38038
38039 \begin_layout Bibliography
38040 \labelwidthstring Bibliographie
38041 \begin_inset CommandInset bibitem
38042 LatexCommand bibitem
38043 key "latexbook"
38044
38045 \end_inset
38046
38047 Leslie Lamport: 
38048 \emph on
38049 LaTeX: A Document Preparation System.
38050
38051 \emph default
38052  Addison-Wesley, second edition, 1994
38053 \end_layout
38054
38055 \begin_layout Bibliography
38056 \labelwidthstring Bibliographie
38057 \begin_inset CommandInset bibitem
38058 LatexCommand bibitem
38059 key "booktabs"
38060
38061 \end_inset
38062
38063 Documentation du paquetage LaTeX 
38064 \series bold
38065
38066 \begin_inset CommandInset href
38067 LatexCommand href
38068 name "booktabs"
38069 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
38070
38071 \end_inset
38072
38073
38074 \series default
38075
38076 \begin_inset Index idx
38077 status collapsed
38078
38079 \begin_layout Plain Layout
38080 Paquetages LaTeX ! booktabs
38081 \end_layout
38082
38083 \end_inset
38084
38085
38086 \end_layout
38087
38088 \begin_layout Bibliography
38089 \labelwidthstring Bibliographie
38090 \begin_inset CommandInset bibitem
38091 LatexCommand bibitem
38092 key "caption"
38093
38094 \end_inset
38095
38096 Documentation du paquetage LaTeX 
38097 \series bold
38098
38099 \begin_inset CommandInset href
38100 LatexCommand href
38101 name "caption"
38102 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
38103
38104 \end_inset
38105
38106
38107 \series default
38108
38109 \begin_inset Index idx
38110 status collapsed
38111
38112 \begin_layout Plain Layout
38113 Paquetages LaTeX ! caption
38114 \end_layout
38115
38116 \end_inset
38117
38118
38119 \end_layout
38120
38121 \begin_layout Bibliography
38122 \labelwidthstring Bibliographie
38123 \begin_inset CommandInset bibitem
38124 LatexCommand bibitem
38125 key "endfloat"
38126
38127 \end_inset
38128
38129 Documentation du paquetage LaTeX 
38130 \series bold
38131
38132 \begin_inset CommandInset href
38133 LatexCommand href
38134 name "endfloat"
38135 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
38136
38137 \end_inset
38138
38139
38140 \series default
38141
38142 \begin_inset Index idx
38143 status collapsed
38144
38145 \begin_layout Plain Layout
38146 Paquetages LaTeX ! endfloat
38147 \end_layout
38148
38149 \end_inset
38150
38151
38152 \end_layout
38153
38154 \begin_layout Bibliography
38155 \labelwidthstring Bibliographie
38156 \begin_inset CommandInset bibitem
38157 LatexCommand bibitem
38158 key "footmisc"
38159
38160 \end_inset
38161
38162 Documentation du paquetage LaTeX 
38163 \series bold
38164
38165 \begin_inset CommandInset href
38166 LatexCommand href
38167 name "footmisc"
38168 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
38169
38170 \end_inset
38171
38172
38173 \series default
38174
38175 \begin_inset Index idx
38176 status collapsed
38177
38178 \begin_layout Plain Layout
38179 Paquetages LaTeX ! footmisc
38180 \end_layout
38181
38182 \end_inset
38183
38184
38185 \end_layout
38186
38187 \begin_layout Bibliography
38188 \labelwidthstring Bibliographie
38189 \begin_inset CommandInset bibitem
38190 LatexCommand bibitem
38191 key "hypcap"
38192
38193 \end_inset
38194
38195 Documentation du paquetage LaTeX 
38196 \series bold
38197
38198 \begin_inset CommandInset href
38199 LatexCommand href
38200 name "hypcap"
38201 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
38202
38203 \end_inset
38204
38205
38206 \series default
38207
38208 \begin_inset Index idx
38209 status collapsed
38210
38211 \begin_layout Plain Layout
38212 Paquetages LaTeX ! hyperref
38213 \end_layout
38214
38215 \end_inset
38216
38217
38218 \end_layout
38219
38220 \begin_layout Bibliography
38221 \labelwidthstring Bibliographie
38222 \begin_inset CommandInset bibitem
38223 LatexCommand bibitem
38224 key "hyperref"
38225
38226 \end_inset
38227
38228 Documentation du paquetage LaTeX 
38229 \series bold
38230
38231 \begin_inset CommandInset href
38232 LatexCommand href
38233 name "hyperref"
38234 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
38235
38236 \end_inset
38237
38238
38239 \series default
38240
38241 \begin_inset Index idx
38242 status collapsed
38243
38244 \begin_layout Plain Layout
38245 Paquetages LaTeX ! hyperref
38246 \end_layout
38247
38248 \end_inset
38249
38250
38251 \end_layout
38252
38253 \begin_layout Bibliography
38254 \labelwidthstring Bibliographie
38255 \begin_inset CommandInset bibitem
38256 LatexCommand bibitem
38257 key "KOMA-Script"
38258
38259 \end_inset
38260
38261 Documentation du paquetage LaTeX 
38262 \series bold
38263
38264 \begin_inset CommandInset href
38265 LatexCommand href
38266 name "KOMA-Script"
38267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
38268
38269 \end_inset
38270
38271
38272 \series default
38273
38274 \begin_inset Index idx
38275 status collapsed
38276
38277 \begin_layout Plain Layout
38278 Paquetages LaTeX ! KOMA-Script
38279 \end_layout
38280
38281 \end_inset
38282
38283
38284 \end_layout
38285
38286 \begin_layout Bibliography
38287 \labelwidthstring Bibliographie
38288 \begin_inset CommandInset bibitem
38289 LatexCommand bibitem
38290 key "listings"
38291
38292 \end_inset
38293
38294 Documentation du paquetage LaTeX 
38295 \series bold
38296
38297 \begin_inset CommandInset href
38298 LatexCommand href
38299 name "listings"
38300 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
38301
38302 \end_inset
38303
38304
38305 \series default
38306
38307 \begin_inset Index idx
38308 status collapsed
38309
38310 \begin_layout Plain Layout
38311 Paquetages LaTeX ! listings
38312 \end_layout
38313
38314 \end_inset
38315
38316
38317 \end_layout
38318
38319 \begin_layout Bibliography
38320 \labelwidthstring Bibliographie
38321 \begin_inset CommandInset bibitem
38322 LatexCommand bibitem
38323 key "marginnote"
38324
38325 \end_inset
38326
38327 Documentation du paquetage LaTeX 
38328 \series bold
38329
38330 \begin_inset CommandInset href
38331 LatexCommand href
38332 name "marginnote"
38333 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
38334
38335 \end_inset
38336
38337
38338 \series default
38339
38340 \begin_inset Index idx
38341 status collapsed
38342
38343 \begin_layout Plain Layout
38344 Paquetages LaTeX ! marginnote
38345 \end_layout
38346
38347 \end_inset
38348
38349
38350 \end_layout
38351
38352 \begin_layout Bibliography
38353 \labelwidthstring Bibliographie
38354 \begin_inset CommandInset bibitem
38355 LatexCommand bibitem
38356 key "lettrine"
38357
38358 \end_inset
38359
38360 Documentation du paquetage LaTeX 
38361 \series bold
38362
38363 \begin_inset CommandInset href
38364 LatexCommand href
38365 name "lettrine"
38366 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
38367
38368 \end_inset
38369
38370
38371 \series default
38372  et un 
38373 \begin_inset CommandInset href
38374 LatexCommand href
38375 name "exemple"
38376 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
38377
38378 \end_inset
38379
38380
38381 \begin_inset Index idx
38382 status collapsed
38383
38384 \begin_layout Plain Layout
38385 Paquetages LaTeX ! lettrine
38386 \end_layout
38387
38388 \end_inset
38389
38390
38391 \end_layout
38392
38393 \begin_layout Bibliography
38394 \labelwidthstring Bibliographie
38395 \begin_inset CommandInset bibitem
38396 LatexCommand bibitem
38397 key "pstricks"
38398
38399 \end_inset
38400
38401 Page Web du paquetage LaTeX 
38402 \series bold
38403
38404 \begin_inset CommandInset href
38405 LatexCommand href
38406 name "PSTricks"
38407 target "http://tug.org/PSTricks/"
38408
38409 \end_inset
38410
38411
38412 \series default
38413
38414 \begin_inset Index idx
38415 status collapsed
38416
38417 \begin_layout Plain Layout
38418 Paquetages LaTeX ! PSTricks
38419 \end_layout
38420
38421 \end_inset
38422
38423
38424 \end_layout
38425
38426 \begin_layout Bibliography
38427 \labelwidthstring Bibliographie
38428 \begin_inset CommandInset bibitem
38429 LatexCommand bibitem
38430 key "sidecap"
38431
38432 \end_inset
38433
38434 Documentation du paquetage LaTeX 
38435 \series bold
38436
38437 \begin_inset CommandInset href
38438 LatexCommand href
38439 name "sidecap"
38440 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
38441
38442 \end_inset
38443
38444
38445 \series default
38446
38447 \begin_inset Index idx
38448 status collapsed
38449
38450 \begin_layout Plain Layout
38451 Paquetages LaTeX ! sidecap
38452 \end_layout
38453
38454 \end_inset
38455
38456
38457 \end_layout
38458
38459 \begin_layout Bibliography
38460 \labelwidthstring Bibliographie
38461 \begin_inset CommandInset bibitem
38462 LatexCommand bibitem
38463 key "prettyref"
38464
38465 \end_inset
38466
38467 Documentation du paquetage LaTeX
38468 \series bold
38469  
38470 \begin_inset CommandInset href
38471 LatexCommand href
38472 name "prettyref"
38473 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
38474
38475 \end_inset
38476
38477
38478 \series default
38479
38480 \begin_inset Index idx
38481 status collapsed
38482
38483 \begin_layout Plain Layout
38484 Paquetages LaTeX ! prettyref
38485 \end_layout
38486
38487 \end_inset
38488
38489
38490 \end_layout
38491
38492 \begin_layout Bibliography
38493 \labelwidthstring Bibliographie
38494 \begin_inset CommandInset bibitem
38495 LatexCommand bibitem
38496 key "refstyle"
38497
38498 \end_inset
38499
38500 Documentation du paquetage LaTeX
38501 \series bold
38502  
38503 \begin_inset CommandInset href
38504 LatexCommand href
38505 name "refstyle"
38506 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
38507
38508 \end_inset
38509
38510
38511 \series default
38512
38513 \begin_inset Index idx
38514 status collapsed
38515
38516 \begin_layout Plain Layout
38517 Paquetages LaTeX ! refstyle
38518 \end_layout
38519
38520 \end_inset
38521
38522
38523 \end_layout
38524
38525 \begin_layout Bibliography
38526 \labelwidthstring Bibliographie
38527 \begin_inset CommandInset bibitem
38528 LatexCommand bibitem
38529 key "NewInLyX20"
38530
38531 \end_inset
38532
38533
38534 \begin_inset CommandInset href
38535 LatexCommand href
38536 name "Page Wiki"
38537 target "http://wiki.lyx.org/LyX/NewInLyX20"
38538
38539 \end_inset
38540
38541  au sujet des nouveautés de 
38542 \family sans
38543 LyX 2.0
38544 \family default
38545 .
38546 \end_layout
38547
38548 \begin_layout Standard
38549 \begin_inset CommandInset index_print
38550 LatexCommand printindex
38551 type "idx"
38552
38553 \end_inset
38554
38555
38556 \end_layout
38557
38558 \end_body
38559 \end_document