]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
0cfd9c6622be6d005de1cfb1e086b7178d7ebbf6
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \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 % use normal list environments also in French documents
155 \frenchbsetup{StandardLayout}
156 \end_preamble
157 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
158 \use_default_options false
159 \begin_modules
160 initials
161 \end_modules
162 \maintain_unincluded_children false
163 \language french
164 \language_package default
165 \inputencoding auto
166 \fontencoding global
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \use_non_tex_fonts false
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \default_output_format default
179 \output_sync 0
180 \bibtex_command default
181 \index_command default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
186 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
187 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
188 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
199 \papersize default
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \use_mhchem 1
204 \use_mathdots 1
205 \cite_engine basic
206 \use_bibtopic false
207 \use_indices false
208 \paperorientation portrait
209 \suppress_date false
210 \use_refstyle 0
211 \notefontcolor #0000ff
212 \index Index
213 \shortcut idx
214 \color #008000
215 \end_index
216 \secnumdepth 3
217 \tocdepth 3
218 \paragraph_separation skip
219 \defskip medskip
220 \quotes_language french
221 \papercolumns 1
222 \papersides 2
223 \paperpagestyle default
224 \bullet 1 1 34 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes false
228 \output_changes false
229 \html_math_output 0
230 \html_css_as_file 0
231 \html_be_strict false
232 \end_header
233
234 \begin_body
235
236 \begin_layout Title
237 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
238  les Boîtes et les Objets Externes de LyX
239 \end_layout
240
241 \begin_layout Author
242 par l'Équipe LyX
243 \begin_inset Foot
244 status collapsed
245
246 \begin_layout Plain Layout
247 \noindent
248 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
249  de la documentation de LyX: 
250 \begin_inset CommandInset href
251 LatexCommand href
252 name "lyx-docs@lists.lyx.org"
253 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
254 type "mailto:"
255
256 \end_inset
257
258
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Note Note
265 status collapsed
266
267 \begin_layout Plain Layout
268 auteur original : Uwe Stöhr
269 \end_layout
270
271 \begin_layout Plain Layout
272 Traduction française : Siegfried Meunier-Guttin-Cluzel
273 \end_layout
274
275 \begin_layout Plain Layout
276 version 1.6.x janvier 2010
277 \end_layout
278
279 \end_inset
280
281
282 \begin_inset Newline newline
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \family sans
291 Version 2.0.x
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset CommandInset toc
296 LatexCommand tableofcontents
297
298 \end_inset
299
300
301 \end_layout
302
303 \begin_layout Standard
304 \begin_inset Note Note
305 status open
306
307 \begin_layout Plain Layout
308 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
309  
310 \series bold
311 arydshln
312 \series default
313
314 \series bold
315 colortbl
316 \series default
317
318 \series bold
319 lettrine, marginnote, picinpar
320 \series default
321 , et 
322 \series bold
323 sidecap
324 \series default
325  doivent être installés.
326  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
327  les sections qui nécessitent les paquetages en question n'apparaîtront
328  pas sur la sortie.
329 \end_layout
330
331 \begin_layout Plain Layout
332 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
333 \begin_inset Newline newline
334 \end_inset
335
336
337 \series bold
338 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
339 \end_layout
340
341 \end_inset
342
343
344 \end_layout
345
346 \begin_layout Chapter
347 Figures
348 \begin_inset Index idx
349 status collapsed
350
351 \begin_layout Plain Layout
352 Figures
353 \end_layout
354
355 \end_inset
356
357
358 \begin_inset Index idx
359 status collapsed
360
361 \begin_layout Plain Layout
362 Graphiques|see
363 \begin_inset ERT
364 status collapsed
365
366 \begin_layout Plain Layout
367
368 {
369 \end_layout
370
371 \end_inset
372
373 Figures
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 }
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Section
393 La fenêtre de dialogue Graphique
394 \begin_inset Index idx
395 status collapsed
396
397 \begin_layout Plain Layout
398 Figures ! Fenêtre de dialogue Graphique
399 \end_layout
400
401 \end_inset
402
403
404 \begin_inset CommandInset label
405 LatexCommand label
406 name "sec:Graphics-Dialog"
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Standard
414 Pour placer une figure dans votre document, cliquez sur le bouton
415 \begin_inset Graphics
416         filename ../../images/dialog-show-new-inset_graphics.png
417         scale 85
418         scaleBeforeRotation
419
420 \end_inset
421
422  dans la barre d'outils, ou faites 
423 \family sans
424 Insérer\SpecialChar \menuseparator
425 Graphique
426 \family default
427 .
428  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
429  à charger.
430  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
431  dans le texte.
432 \end_layout
433
434 \begin_layout Standard
435 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
436  sur une image
437 \begin_inset Note Note
438 status collapsed
439
440 \begin_layout Plain Layout
441 Ça marche aussi avec le bouton gauche ! (NdT)
442 \end_layout
443
444 \end_inset
445
446 .
447  Cette fenêtre de dialogue possède trois onglets:
448 \end_layout
449
450 \begin_layout Description
451 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
452  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
453  Les unités de longueurs utilisées sont décrites dans l'appendice
454 \begin_inset space ~
455 \end_inset
456
457
458 \begin_inset CommandInset ref
459 LatexCommand ref
460 reference "cha:Unités-de-longueur"
461
462 \end_inset
463
464 .
465 \begin_inset Newline newline
466 \end_inset
467
468
469 \begin_inset Index idx
470 status collapsed
471
472 \begin_layout Plain Layout
473 Figures ! Pivotées
474 \end_layout
475
476 \end_inset
477
478 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
479  d'une montre, en donnant l'angle de rotation et la position du pivot.
480  L'image apparaîtra pivotée dans LyX.
481 \begin_inset Newline newline
482 \end_inset
483
484
485 \begin_inset Index idx
486 status collapsed
487
488 \begin_layout Plain Layout
489 Figures ! Redimensionnées
490 \end_layout
491
492 \end_inset
493
494 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
495  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
496  sa largeur.
497  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
498  déterminée automatiquement.
499  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
500  éventuellement une distorsion.
501  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
502  
503 \family sans
504 Conserver
505 \begin_inset space ~
506 \end_inset
507
508 les
509 \begin_inset space ~
510 \end_inset
511
512 proportions
513 \family default
514 .
515  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
516  pas les valeurs fixées.
517  
518 \begin_inset Newline newline
519 \end_inset
520
521 Les images peuvent être modifiée en utilisant le programme de votre choix
522  en faisant un clic droit dessus et en choisissant 
523 \family sans
524 Éditer le fichier ailleurs
525 \family default
526  dans le menu contextuel qui apparaît.
527  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
528  
529 \family sans
530 Formats
531 \begin_inset space ~
532 \end_inset
533
534 de
535 \begin_inset space ~
536 \end_inset
537
538 fichiers
539 \family default
540  dans la fenêtre de dialogue de 
541 \family sans
542 Préférences
543 \family default
544  de LyX.
545 \end_layout
546
547 \begin_layout Description
548 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
549  la sortie finale est de modifier les coordonnées de la zone de l'image
550  qui est affichée.
551  Cette zone peut être calculée automatiquement à partir des données présentes
552  dans le fichier en appuyant sur le bouton 
553 \family sans
554 Valeurs
555 \begin_inset space ~
556 \end_inset
557
558 du
559 \begin_inset space ~
560 \end_inset
561
562 Fichier
563 \family default
564 .
565  Avec l'option 
566 \family sans
567 Couper
568 \begin_inset space ~
569 \end_inset
570
571 à
572 \begin_inset space ~
573 \end_inset
574
575 la
576 \begin_inset space ~
577 \end_inset
578
579 boîte
580 \begin_inset space ~
581 \end_inset
582
583 de
584 \begin_inset space ~
585 \end_inset
586
587 délimitation, 
588 \family default
589 seule la portion de l'image qui est dans la zone définie sera imprimée.
590  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
591  donc vous pouvez ignorer l'onglet 
592 \family sans
593 Rogner
594 \family default
595 .
596 \end_layout
597
598 \begin_layout Description
599
600 \family sans
601 Options
602 \begin_inset space ~
603 \end_inset
604
605 LaTeX
606 \begin_inset space ~
607 \end_inset
608
609 et
610 \begin_inset space ~
611 \end_inset
612
613 LyX
614 \family default
615  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
616  les experts ès-LaTeX pourront fournir des options supplémentaires pour
617  LaTeX
618 \begin_inset Newline newline
619 \end_inset
620
621 L'option 
622 \family sans
623 Mode brouillon
624 \family default
625  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
626  avec la taille de l'image.
627 \begin_inset Newline newline
628 \end_inset
629
630 L'option 
631 \family sans
632 Ne
633 \begin_inset space ~
634 \end_inset
635
636 pas
637 \begin_inset space ~
638 \end_inset
639
640 décompresser
641 \begin_inset space ~
642 \end_inset
643
644 à
645 \begin_inset space ~
646 \end_inset
647
648 l'exportation
649 \family default
650  n'affectera que les graphiques EPS zippés, par exemple 
651 \family typewriter
652 x.eps.gz
653 \family default
654 .
655  Quand cette option est activée, les images ne sont pas décompressées à
656  l'exportation, vu que LaTeX peut les traiter telles-quelles
657 \begin_inset Newline newline
658 \end_inset
659
660 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
661  disques quand on utilise PostScript comme format de sortie, voir l'appendice
662 \begin_inset space ~
663 \end_inset
664
665
666 \begin_inset CommandInset ref
667 LatexCommand ref
668 reference "sec:PostScript"
669
670 \end_inset
671
672 .
673  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
674  terminal UNIX ou une console Windows:
675 \begin_inset Newline newline
676 \end_inset
677
678
679 \series bold
680 gzip x.eps
681 \series default
682
683 \begin_inset Newline newline
684 \end_inset
685
686
687 \series bold
688 zgrep %%Bounding x.eps.gz > x.eps.bb
689 \series default
690
691 \begin_inset Newline newline
692 \end_inset
693
694 La seconde commande va créer le fichier contenant la description de la boîte
695  de délimitation 
696 \begin_inset Quotes eld
697 \end_inset
698
699
700 \family typewriter
701 x.eps.bb
702 \family default
703
704 \begin_inset Quotes erd
705 \end_inset
706
707  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
708 \begin_inset Newline newline
709 \end_inset
710
711 Dans la section 
712 \family sans
713 Groupe
714 \begin_inset space ~
715 \end_inset
716
717 de
718 \begin_inset space ~
719 \end_inset
720
721 graphiques
722 \family default
723  vous pouvez définir ou de choisir un groupe de paramètres d'image
724 \begin_inset Index idx
725 status collapsed
726
727 \begin_layout Plain Layout
728 Figures ! Groupes de paramétrisation
729 \end_layout
730
731 \end_inset
732
733 .
734  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
735  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
736  les autres soient automatiquement modifiées de la même manière.
737  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
738  avoir à modifier leur taille manuellement une par une.
739  On peut rattacher une image à un groupe existant en utilisant le menu contextue
740 l de l'image et en cochant le nom du groupe dans la liste
741 \begin_inset Foot
742 status collapsed
743
744 \begin_layout Plain Layout
745 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
746 \end_layout
747
748 \end_inset
749
750 .
751 \end_layout
752
753 \begin_layout Standard
754 \begin_inset VSpace bigskip
755 \end_inset
756
757
758 \end_layout
759
760 \begin_layout Standard
761 Voici un exemple d'image au format EPS
762 \begin_inset Foot
763 status collapsed
764
765 \begin_layout Plain Layout
766 Les format d'images sont décrits dans la section
767 \begin_inset space ~
768 \end_inset
769
770
771 \begin_inset CommandInset ref
772 LatexCommand ref
773 reference "sec:Image-Formats"
774
775 \end_inset
776
777 .
778 \end_layout
779
780 \end_inset
781
782  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
783 nt:
784 \end_layout
785
786 \begin_layout Standard
787 \align center
788 \begin_inset Graphics
789         filename ../clipart/mobius.eps
790         scale 70
791         scaleBeforeRotation
792         rotateOrigin center
793
794 \end_inset
795
796
797 \end_layout
798
799 \begin_layout Standard
800 Et voici la même image mais en mode brouillon:
801 \end_layout
802
803 \begin_layout Standard
804 \align center
805 \begin_inset Graphics
806         filename ../clipart/mobius.eps
807         scale 70
808         draft
809         scaleBeforeRotation
810         rotateOrigin center
811
812 \end_inset
813
814
815 \end_layout
816
817 \begin_layout Section
818 Figures Flottantes
819 \begin_inset CommandInset label
820 LatexCommand label
821 name "sec:Figure-Floats"
822
823 \end_inset
824
825
826 \begin_inset Index idx
827 status collapsed
828
829 \begin_layout Plain Layout
830 Flottants ! Figures
831 \end_layout
832
833 \end_inset
834
835
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 Figures ! Flottants
841 \end_layout
842
843 \end_inset
844
845
846 \end_layout
847
848 \begin_layout Standard
849 Pour des explications d'ordre général concernant les flottants, jetez un
850  coup d'œil à la section
851 \begin_inset space ~
852 \end_inset
853
854
855 \begin_inset CommandInset ref
856 LatexCommand ref
857 reference "sec:Flottants-Introduction"
858
859 \end_inset
860
861 .
862 \end_layout
863
864 \begin_layout Standard
865 Le bouton 
866 \begin_inset Graphics
867         filename ../../images/float-insert_figure.png
868         scale 85
869         scaleBeforeRotation
870
871 \end_inset
872
873  de la barre d'outils et le menu 
874 \family sans
875 Insérer\SpecialChar \menuseparator
876 Flottant\SpecialChar \menuseparator
877 Figure
878 \family default
879  insèrent un flottant avec l'étiquette 
880 \begin_inset Quotes eld
881 \end_inset
882
883
884 \series bold
885 Figure
886 \begin_inset space ~
887 \end_inset
888
889 #:
890 \series default
891
892 \begin_inset Quotes erd
893 \end_inset
894
895  (# est le numéro réel de l'image).
896  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
897 \begin_inset space ~
898 \end_inset
899
900
901 \begin_inset CommandInset ref
902 LatexCommand ref
903 reference "fig:kill-plat"
904
905 \end_inset
906
907  ou en dessous de la légende comme pour la Figure
908 \begin_inset space ~
909 \end_inset
910
911
912 \begin_inset CommandInset ref
913 LatexCommand ref
914 reference "fig:escher"
915
916 \end_inset
917
918 .
919  Vous trouverez plus d'information sur le positionnement des légendes dans
920  la section
921 \begin_inset space ~
922 \end_inset
923
924
925 \begin_inset CommandInset ref
926 LatexCommand ref
927 reference "sec:Placement-légende"
928
929 \end_inset
930
931 .
932 \end_layout
933
934 \begin_layout Standard
935 \begin_inset Float figure
936 wide false
937 sideways false
938 status open
939
940 \begin_layout Plain Layout
941 \align center
942 \begin_inset Graphics
943         filename ../clipart/platypus.eps
944         width 50col%
945         scaleBeforeRotation
946         rotateOrigin center
947
948 \end_inset
949
950
951 \end_layout
952
953 \begin_layout Plain Layout
954 \begin_inset Caption
955
956 \begin_layout Plain Layout
957 \begin_inset CommandInset label
958 LatexCommand label
959 name "fig:kill-plat"
960
961 \end_inset
962
963 Un ornithorynque sévèrement déformé dans un flottant de figure.
964 \end_layout
965
966 \end_inset
967
968
969 \end_layout
970
971 \end_inset
972
973
974 \end_layout
975
976 \begin_layout Standard
977 \begin_inset Float figure
978 wide false
979 sideways false
980 status open
981
982 \begin_layout Plain Layout
983 \begin_inset Caption
984
985 \begin_layout Plain Layout
986 \begin_inset CommandInset label
987 LatexCommand label
988 name "fig:escher"
989
990 \end_inset
991
992 M.C.
993  Escher sous LSD.
994 \end_layout
995
996 \end_inset
997
998
999 \end_layout
1000
1001 \begin_layout Plain Layout
1002 \align center
1003 \begin_inset Graphics
1004         filename ../clipart/escher-lsd.eps
1005         scale 80
1006         scaleBeforeRotation
1007         rotateOrigin center
1008
1009 \end_inset
1010
1011
1012 \end_layout
1013
1014 \end_inset
1015
1016
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \begin_inset Index idx
1021 status collapsed
1022
1023 \begin_layout Plain Layout
1024 References@Références ! à des Figures
1025 \end_layout
1026
1027 \end_inset
1028
1029 Les figure
1030 \begin_inset space ~
1031 \end_inset
1032
1033
1034 \begin_inset CommandInset ref
1035 LatexCommand ref
1036 reference "fig:kill-plat"
1037
1038 \end_inset
1039
1040  et 
1041 \begin_inset CommandInset ref
1042 LatexCommand ref
1043 reference "fig:escher"
1044
1045 \end_inset
1046
1047  sont des exemples de figures référencées.
1048  Dans le texte, on fait référence à une figure en faisant référence à sa
1049  légende.
1050  On insère donc une étiquette dans la légende en utilisant le menu 
1051 \family sans
1052 Insérer
1053 \family default
1054 \SpecialChar \menuseparator
1055
1056 \family sans
1057 Étiquette
1058 \family default
1059  ou le bouton 
1060 \begin_inset Graphics
1061         filename ../../images/label-insert.png
1062         scale 85
1063         scaleBeforeRotation
1064
1065 \end_inset
1066
1067  de la barre d'outils.
1068  On peut alors faire référence à cette étiquette en utilisant le menu 
1069 \family sans
1070 Insérer\SpecialChar \menuseparator
1071 Référence
1072 \begin_inset space ~
1073 \end_inset
1074
1075 croisée
1076 \family default
1077  ou le bouton 
1078 \begin_inset Graphics
1079         filename ../../images/dialog-show-new-inset_ref.png
1080         scale 85
1081         scaleBeforeRotation
1082
1083 \end_inset
1084
1085  de la barre d'outils.
1086  Il est important d'utiliser des références pour les flottants de figures
1087  plutôt que des locutions vagues du genre 
1088 \begin_inset Quotes eld
1089 \end_inset
1090
1091 la figure ci-dessous
1092 \begin_inset Quotes erd
1093 \end_inset
1094
1095 , puisque LaTeX va repositionner la figure dans le document final.
1096  Votre figure risque de ne plus être ci-dessous du tout !
1097 \begin_inset Newline newline
1098 \end_inset
1099
1100 Le référencement est expliqué plus en détail dans la section
1101 \begin_inset space ~
1102 \end_inset
1103
1104
1105 \begin_inset CommandInset ref
1106 LatexCommand ref
1107 reference "sec:Referencer-les-Flottants"
1108
1109 \end_inset
1110
1111 .
1112 \end_layout
1113
1114 \begin_layout Standard
1115 En principe on met une seule figure dans un flottant, mais parfois vous
1116  pouvez vouloir deux figures avec chacune sa sous-légende.
1117  C'est possible en insérant des flottants d'image dans des flottants d'image
1118  existants.
1119  Notez que seule la légende principale des flottants est reprise dans la
1120  liste des figures.
1121  La figure
1122 \begin_inset space ~
1123 \end_inset
1124
1125
1126 \begin_inset CommandInset ref
1127 LatexCommand ref
1128 reference "fig:Deux-images-déformées"
1129
1130 \end_inset
1131
1132  est un exemple de flottant de figure avec deux images mises l'une à côté
1133  de l'autre.
1134  Vous pouvez aussi mettre les images les unes sous les autres.
1135  Les figures
1136 \begin_inset space ~
1137 \end_inset
1138
1139
1140 \begin_inset CommandInset ref
1141 LatexCommand ref
1142 reference "fig:Structure-indéfinissable"
1143
1144 \end_inset
1145
1146  et 
1147 \begin_inset CommandInset ref
1148 LatexCommand ref
1149 reference "fig:Un-ornithorynque"
1150
1151 \end_inset
1152
1153  sont des sous-figures.
1154 \end_layout
1155
1156 \begin_layout Standard
1157 \begin_inset Float figure
1158 wide false
1159 sideways false
1160 status open
1161
1162 \begin_layout Plain Layout
1163 \begin_inset space \hfill{}
1164 \end_inset
1165
1166
1167 \begin_inset Float figure
1168 wide false
1169 sideways false
1170 status open
1171
1172 \begin_layout Plain Layout
1173 \begin_inset Caption
1174
1175 \begin_layout Plain Layout
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "fig:Structure-indéfinissable"
1179
1180 \end_inset
1181
1182 Structure indéfinissable
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Plain Layout
1191 \begin_inset Graphics
1192         filename ../clipart/escher-lsd.eps
1193         width 45col%
1194         scaleBeforeRotation
1195         groupId Déformés
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \begin_inset space \hfill{}
1206 \end_inset
1207
1208
1209 \begin_inset Float figure
1210 wide false
1211 sideways false
1212 status open
1213
1214 \begin_layout Plain Layout
1215 \begin_inset Caption
1216
1217 \begin_layout Plain Layout
1218 \begin_inset CommandInset label
1219 LatexCommand label
1220 name "fig:Un-ornithorynque"
1221
1222 \end_inset
1223
1224 Un ornithorynque
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \begin_layout Plain Layout
1233 \begin_inset Graphics
1234         filename ../clipart/platypus.eps
1235         width 45col%
1236         scaleBeforeRotation
1237         groupId Déformés
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \begin_inset space \hfill{}
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \begin_layout Plain Layout
1254 \begin_inset Caption
1255
1256 \begin_layout Plain Layout
1257 \begin_inset CommandInset label
1258 LatexCommand label
1259 name "fig:Deux-images-déformées"
1260
1261 \end_inset
1262
1263 Deux images déformées.
1264  Les deux images font partie du groupe de paramétrisation 
1265 \begin_inset Quotes eld
1266 \end_inset
1267
1268 déformés
1269 \begin_inset Quotes erd
1270 \end_inset
1271
1272 .
1273 \end_layout
1274
1275 \end_inset
1276
1277
1278 \end_layout
1279
1280 \end_inset
1281
1282
1283 \end_layout
1284
1285 \begin_layout Section
1286 Les Formats d'images
1287 \begin_inset CommandInset label
1288 LatexCommand label
1289 name "sec:Image-Formats"
1290
1291 \end_inset
1292
1293
1294 \begin_inset Index idx
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298 Formats d' images
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 Figures ! Formats d'images
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \end_layout
1315
1316 \begin_layout Standard
1317 Vous pouvez insérer des images dans n'importe quel format connu.
1318  Mais, comme nous l'avons expliqué dans l'appendice
1319 \begin_inset space ~
1320 \end_inset
1321
1322
1323 \begin_inset CommandInset ref
1324 LatexCommand ref
1325 reference "cha:Formats-fichiers-graphiques"
1326
1327 \end_inset
1328
1329 ,
1330 \lang english
1331  
1332 \lang french
1333 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1334  de formats d'images.
1335  Pour s'en sortir LyX utilise le programme 
1336 \family typewriter
1337 ImageMagick
1338 \family default
1339  en arrière plan pour convertir les formats que vous utilisez dans un des
1340  formats acceptés par le format de sortie.
1341  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1342 ons en n'utilisant que les formats listés dans les sous sections de
1343 \lang english
1344  
1345 \lang french
1346 l'appendice
1347 \begin_inset space ~
1348 \end_inset
1349
1350
1351 \begin_inset CommandInset ref
1352 LatexCommand ref
1353 reference "cha:Formats-fichiers-graphiques"
1354
1355 \end_inset
1356
1357 .
1358 \end_layout
1359
1360 \begin_layout Standard
1361 Comme pour les polices de caractères, il y a deux grands types de formats
1362  d'images:
1363 \end_layout
1364
1365 \begin_layout Description
1366 Les
1367 \begin_inset space ~
1368 \end_inset
1369
1370 images
1371 \begin_inset space ~
1372 \end_inset
1373
1374 Matricielles
1375 \begin_inset space ~
1376 \end_inset
1377
1378 (ou
1379 \begin_inset space ~
1380 \end_inset
1381
1382 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1383  enregistrés sous un format compressé.
1384  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1385  petits carrés quand on utilise des agrandissements trop importants (aspect
1386  
1387 \begin_inset Quotes eld
1388 \end_inset
1389
1390 pixellisé
1391 \begin_inset Quotes erd
1392 \end_inset
1393
1394 ).
1395  Les formats matriciels les plus connus sont le GIF (
1396 \begin_inset Quotes eld
1397 \end_inset
1398
1399 Graphics Interchange Format
1400 \begin_inset Quotes erd
1401 \end_inset
1402
1403 , avec comme extension de fichier 
1404 \begin_inset Quotes eld
1405 \end_inset
1406
1407
1408 \family typewriter
1409 .gif
1410 \family default
1411
1412 \begin_inset Quotes erd
1413 \end_inset
1414
1415 )
1416 \begin_inset Index idx
1417 status collapsed
1418
1419 \begin_layout Plain Layout
1420 GIF|see
1421 \begin_inset ERT
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425
1426 {
1427 \end_layout
1428
1429 \end_inset
1430
1431 Format d'image
1432 \begin_inset ERT
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436
1437 }
1438 \end_layout
1439
1440 \end_inset
1441
1442
1443 \end_layout
1444
1445 \end_inset
1446
1447 , le PNG (
1448 \begin_inset Quotes eld
1449 \end_inset
1450
1451 Portable Network Graphics, extension 
1452 \begin_inset Quotes eld
1453 \end_inset
1454
1455
1456 \family typewriter
1457 .png
1458 \family default
1459
1460 \begin_inset Quotes erd
1461 \end_inset
1462
1463 )
1464 \begin_inset Index idx
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468 PNG|see
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 {
1475 \end_layout
1476
1477 \end_inset
1478
1479 Formats d'image
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 }
1486 \end_layout
1487
1488 \end_inset
1489
1490
1491 \end_layout
1492
1493 \end_inset
1494
1495  et le JPG (
1496 \begin_inset Quotes eld
1497 \end_inset
1498
1499 Joint Photographic Expert Group, extension 
1500 \begin_inset Quotes eld
1501 \end_inset
1502
1503
1504 \family typewriter
1505 .jpg
1506 \family default
1507
1508 \begin_inset Quotes erd
1509 \end_inset
1510
1511  ou 
1512 \begin_inset Quotes eld
1513 \end_inset
1514
1515
1516 \family typewriter
1517 .jpeg
1518 \family default
1519
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523 )
1524 \begin_inset Index idx
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528 JPG|see
1529 \begin_inset ERT
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533
1534 {
1535 \end_layout
1536
1537 \end_inset
1538
1539 Formats d'image
1540 \begin_inset ERT
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544
1545 }
1546 \end_layout
1547
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \end_inset
1554
1555 .
1556 \end_layout
1557
1558 \begin_layout Description
1559 Les
1560 \begin_inset space ~
1561 \end_inset
1562
1563 images
1564 \begin_inset space ~
1565 \end_inset
1566
1567 Vectorielles
1568 \begin_inset space ~
1569 \end_inset
1570
1571 (ou
1572 \begin_inset space ~
1573 \end_inset
1574
1575 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1576  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1577 nnée comme on le veut sans perte de précision.
1578  La possibilité de redimensionner les images est très utilisé pour les présentat
1579 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1580 nnement.
1581  Le redimensionnement permet aussi de présenter des documents en ligne où
1582  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1583  étudier les détails.
1584 \begin_inset Newline newline
1585 \end_inset
1586
1587 Les principaux formats vectoriels sont le SVG (
1588 \begin_inset Quotes eld
1589 \end_inset
1590
1591 Scalable Vector Graphics
1592 \begin_inset Quotes erd
1593 \end_inset
1594
1595 , extension
1596 \begin_inset Quotes eld
1597 \end_inset
1598
1599
1600 \family typewriter
1601 .svg
1602 \family default
1603
1604 \begin_inset Quotes erd
1605 \end_inset
1606
1607 )
1608 \begin_inset Index idx
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612 SVG|see
1613 \begin_inset ERT
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617
1618 {
1619 \end_layout
1620
1621 \end_inset
1622
1623 Format d'image
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629 }
1630 \end_layout
1631
1632 \end_inset
1633
1634
1635 \end_layout
1636
1637 \end_inset
1638
1639 , l'EPS ( 
1640 \begin_inset Quotes eld
1641 \end_inset
1642
1643 encapsulated PostScript
1644 \begin_inset Quotes erd
1645 \end_inset
1646
1647 , extension
1648 \begin_inset Quotes eld
1649 \end_inset
1650
1651
1652 \family typewriter
1653 .eps
1654 \family default
1655
1656 \begin_inset Quotes erd
1657 \end_inset
1658
1659 )
1660 \begin_inset Index idx
1661 status collapsed
1662
1663 \begin_layout Plain Layout
1664 EPS|see
1665 \begin_inset ERT
1666 status collapsed
1667
1668 \begin_layout Plain Layout
1669
1670 {
1671 \end_layout
1672
1673 \end_inset
1674
1675 Format d'image
1676 \begin_inset ERT
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680
1681 }
1682 \end_layout
1683
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \end_inset
1690
1691 , le PDF (
1692 \begin_inset Quotes eld
1693 \end_inset
1694
1695 Portable Document Format
1696 \begin_inset Quotes erd
1697 \end_inset
1698
1699 , extension
1700 \begin_inset Quotes eld
1701 \end_inset
1702
1703
1704 \family typewriter
1705 .pdf
1706 \family default
1707
1708 \begin_inset Quotes erd
1709 \end_inset
1710
1711 )
1712 \begin_inset Index idx
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 PDF|see
1717 \begin_inset ERT
1718 status collapsed
1719
1720 \begin_layout Plain Layout
1721
1722 {
1723 \end_layout
1724
1725 \end_inset
1726
1727 Format d'image
1728 \begin_inset ERT
1729 status collapsed
1730
1731 \begin_layout Plain Layout
1732
1733 }
1734 \end_layout
1735
1736 \end_inset
1737
1738
1739 \end_layout
1740
1741 \end_inset
1742
1743  et le WMF (
1744 \begin_inset Quotes eld
1745 \end_inset
1746
1747 Windows Metafile
1748 \begin_inset Quotes erd
1749 \end_inset
1750
1751 , extension 
1752 \begin_inset Quotes eld
1753 \end_inset
1754
1755
1756 \family typewriter
1757 .wfm
1758 \family default
1759
1760 \begin_inset Quotes erd
1761 \end_inset
1762
1763  ou 
1764 \begin_inset Quotes eld
1765 \end_inset
1766
1767
1768 \family typewriter
1769 .emf
1770 \family default
1771
1772 \begin_inset Quotes erd
1773 \end_inset
1774
1775 )
1776 \begin_inset Index idx
1777 status collapsed
1778
1779 \begin_layout Plain Layout
1780 WMF|see
1781 \begin_inset ERT
1782 status collapsed
1783
1784 \begin_layout Plain Layout
1785
1786 {
1787 \end_layout
1788
1789 \end_inset
1790
1791 Formats d'images
1792 \begin_inset ERT
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796
1797 }
1798 \end_layout
1799
1800 \end_inset
1801
1802
1803 \end_layout
1804
1805 \end_inset
1806
1807 .
1808  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1809  en EPS, mais le résultat ne sera pas redimensionnable.
1810  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1811 \begin_inset Foot
1812 status open
1813
1814 \begin_layout Plain Layout
1815 Dans le cas du PDF l'image initiale est aussi compressée.
1816 \end_layout
1817
1818 \end_inset
1819
1820 .
1821 \end_layout
1822
1823 \begin_layout Standard
1824 Les fichiers PDF générés par 
1825 \family typewriter
1826 Adobe Photoshop
1827 \family default
1828 , par exemple, sont des images matricielles.
1829 \end_layout
1830
1831 \begin_layout Standard
1832 En principe il est quasiment impossible de convertir une image matricielle
1833  en graphique vectoriel, seul le contraire est possible.
1834
1835 \lang english
1836  
1837 \lang french
1838 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1839  dans respectivement un fichier de sortie PDF ou PostScript.
1840  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1841  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1842  WMF/SVG
1843 \begin_inset Formula $\to$
1844 \end_inset
1845
1846 PDF/EPS convenables.
1847 \end_layout
1848
1849 \begin_layout Chapter
1850 Tableaux
1851 \begin_inset Index idx
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855 Tableau
1856 \end_layout
1857
1858 \end_inset
1859
1860
1861 \end_layout
1862
1863 \begin_layout Section
1864 Introduction
1865 \begin_inset Index idx
1866 status collapsed
1867
1868 \begin_layout Plain Layout
1869 Tableau ! Introduction
1870 \end_layout
1871
1872 \end_inset
1873
1874
1875 \end_layout
1876
1877 \begin_layout Standard
1878 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1879  
1880 \begin_inset Graphics
1881         filename ../../images/tabular-insert.png
1882         scale 85
1883         scaleBeforeRotation
1884
1885 \end_inset
1886
1887  soit 
1888 \family sans
1889 Insérer\SpecialChar \menuseparator
1890 Tableau
1891 \family default
1892 .
1893  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1894  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1895  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1896  sur un bouton de la souris pour valider votre choix.
1897  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1898  vous demandant le nombre de lignes et de colonnes.
1899 \begin_inset Newline newline
1900 \end_inset
1901
1902 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1903  une à droite de la colonne la plus à droite et une en bas de la rangée
1904  du bas, qui forment une boîte autour du tableau.
1905  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1906  apparaît séparée du reste du tableau.
1907  Voici un exemple :
1908 \end_layout
1909
1910 \begin_layout Standard
1911 \align center
1912 \begin_inset Tabular
1913 <lyxtabular version="3" rows="4" columns="4">
1914 <features tabularvalignment="middle">
1915 <column alignment="center" valignment="top" width="0">
1916 <column alignment="center" valignment="top" width="0">
1917 <column alignment="center" valignment="top" width="0">
1918 <column alignment="center" valignment="top" width="0">
1919 <row>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933 1
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942 2
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Plain Layout
1951 3
1952 \end_layout
1953
1954 \end_inset
1955 </cell>
1956 </row>
1957 <row>
1958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1959 \begin_inset Text
1960
1961 \begin_layout Plain Layout
1962 A
1963 \end_layout
1964
1965 \end_inset
1966 </cell>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \end_layout
1973
1974 \end_inset
1975 </cell>
1976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1977 \begin_inset Text
1978
1979 \begin_layout Plain Layout
1980
1981 \end_layout
1982
1983 \end_inset
1984 </cell>
1985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1986 \begin_inset Text
1987
1988 \begin_layout Plain Layout
1989
1990 \end_layout
1991
1992 \end_inset
1993 </cell>
1994 </row>
1995 <row>
1996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1997 \begin_inset Text
1998
1999 \begin_layout Plain Layout
2000 B
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2006 \begin_inset Text
2007
2008 \begin_layout Plain Layout
2009
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2015 \begin_inset Text
2016
2017 \begin_layout Plain Layout
2018
2019 \end_layout
2020
2021 \end_inset
2022 </cell>
2023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2024 \begin_inset Text
2025
2026 \begin_layout Plain Layout
2027
2028 \end_layout
2029
2030 \end_inset
2031 </cell>
2032 </row>
2033 <row>
2034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2035 \begin_inset Text
2036
2037 \begin_layout Plain Layout
2038 C
2039 \end_layout
2040
2041 \end_inset
2042 </cell>
2043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2044 \begin_inset Text
2045
2046 \begin_layout Plain Layout
2047
2048 \end_layout
2049
2050 \end_inset
2051 </cell>
2052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2053 \begin_inset Text
2054
2055 \begin_layout Plain Layout
2056
2057 \end_layout
2058
2059 \end_inset
2060 </cell>
2061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2062 \begin_inset Text
2063
2064 \begin_layout Plain Layout
2065
2066 \end_layout
2067
2068 \end_inset
2069 </cell>
2070 </row>
2071 </lyxtabular>
2072
2073 \end_inset
2074
2075
2076 \end_layout
2077
2078 \begin_layout Section
2079 La fenêtre 
2080 \family sans
2081 Tableau
2082 \family default
2083
2084 \begin_inset Index idx
2085 status collapsed
2086
2087 \begin_layout Plain Layout
2088 Tableau ! Fenêtre de dialogue
2089 \end_layout
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2098  de la souris, ce qui fait apparaître une fenêtre avec des options.
2099  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2100  la colonne et la ligne dans laquelle le curseur se trouve.
2101  La plupart des options peuvent s'appliquer à des sélections.
2102  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2103  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2104  votre sélection.
2105  Notez qu'il y a une différence entre sélectionner le 
2106 \emph on
2107 contenu 
2108 \emph default
2109 d'une cellule et sélectionner la cellule elle-même.
2110 \begin_inset Newline newline
2111 \end_inset
2112
2113 En cochant l'option 
2114 \family sans
2115 Application
2116 \begin_inset space ~
2117 \end_inset
2118
2119 immédiate
2120 \family default
2121  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2122  est appliquée directement.
2123  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2124  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2125  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2126  de dialogue, vous devez appuyer sur 
2127 \family sans
2128 Entrée
2129 \family default
2130  pour que la modification soit appliquée.
2131 \begin_inset Newline newline
2132 \end_inset
2133
2134 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2135  :
2136 \end_layout
2137
2138 \begin_layout Description
2139 Paramètres
2140 \begin_inset space ~
2141 \end_inset
2142
2143 du
2144 \begin_inset space ~
2145 \end_inset
2146
2147 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2148  la largeur de la colonne courante.
2149  L'alignement horizontal 
2150 \family sans
2151 Au
2152 \begin_inset space ~
2153 \end_inset
2154
2155 séparateur
2156 \begin_inset space ~
2157 \end_inset
2158
2159 décimal
2160 \family default
2161  est décrit dans la section
2162 \begin_inset space ~
2163 \end_inset
2164
2165
2166 \begin_inset CommandInset ref
2167 LatexCommand ref
2168 reference "sub:Alignements-de-cellules"
2169
2170 \end_inset
2171
2172 .
2173  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2174  vertical de la ligne courante.
2175  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2176  et donc, plusieurs paragraphes de texte, voir la section
2177 \begin_inset space ~
2178 \end_inset
2179
2180
2181 \begin_inset CommandInset ref
2182 LatexCommand ref
2183 reference "sub:Lignes-multiple-dans-cellule"
2184
2185 \end_inset
2186
2187 .
2188  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2189  pour accommoder le contenu de cellule le plus large.
2190 \begin_inset Newline newline
2191 \end_inset
2192
2193 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2194  un multicolonne, voir la section
2195 \begin_inset space ~
2196 \end_inset
2197
2198
2199 \begin_inset CommandInset ref
2200 LatexCommand ref
2201 reference "sub:Multicolonnes"
2202
2203 \end_inset
2204
2205  ou une cellule d'une colonne comme cellule multiligne, voir la section
2206 \begin_inset space ~
2207 \end_inset
2208
2209
2210 \begin_inset CommandInset ref
2211 LatexCommand ref
2212 reference "sub:Multi-lignes"
2213
2214 \end_inset
2215
2216 .
2217 \begin_inset Newline newline
2218 \end_inset
2219
2220 L'option 
2221 \family sans
2222 Tourner
2223 \begin_inset space ~
2224 \end_inset
2225
2226 la
2227 \begin_inset space ~
2228 \end_inset
2229
2230 case
2231 \begin_inset space ~
2232 \end_inset
2233
2234 de
2235 \begin_inset space ~
2236 \end_inset
2237
2238 90°
2239 \family default
2240  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2241  L'option 
2242 \family sans
2243 Tourner
2244 \begin_inset space ~
2245 \end_inset
2246
2247 le
2248 \begin_inset space ~
2249 \end_inset
2250
2251 tableau
2252 \begin_inset space ~
2253 \end_inset
2254
2255 de
2256 \begin_inset space ~
2257 \end_inset
2258
2259 90°
2260 \family default
2261  fait pivoter tout le tableau.
2262  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2263  la sortie finale.
2264 \begin_inset Newline newline
2265 \end_inset
2266
2267
2268 \begin_inset Note Greyedout
2269 status open
2270
2271 \begin_layout Plain Layout
2272
2273 \series bold
2274 Note:
2275 \series default
2276  La plupart des visualiseurs DVI ne sont 
2277 \emph on
2278 pas
2279 \emph default
2280  capables d'afficher ces rotations.
2281 \end_layout
2282
2283 \end_inset
2284
2285
2286 \begin_inset Newline newline
2287 \end_inset
2288
2289 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2290  qui sont incorporés dans une ligne de texte :
2291 \begin_inset Newline newline
2292 \end_inset
2293
2294 Une ligne avec des tableaux alignés de différentes manières: 
2295 \begin_inset Tabular
2296 <lyxtabular version="3" rows="2" columns="2">
2297 <features tabularvalignment="top">
2298 <column alignment="center" valignment="top" width="0pt">
2299 <column alignment="center" valignment="top" width="0">
2300 <row>
2301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2302 \begin_inset Text
2303
2304 \begin_layout Plain Layout
2305
2306 \end_layout
2307
2308 \end_inset
2309 </cell>
2310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2311 \begin_inset Text
2312
2313 \begin_layout Plain Layout
2314 1
2315 \end_layout
2316
2317 \end_inset
2318 </cell>
2319 </row>
2320 <row>
2321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2322 \begin_inset Text
2323
2324 \begin_layout Plain Layout
2325 A
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334
2335 \end_layout
2336
2337 \end_inset
2338 </cell>
2339 </row>
2340 </lyxtabular>
2341
2342 \end_inset
2343
2344  
2345 \begin_inset Tabular
2346 <lyxtabular version="3" rows="2" columns="2">
2347 <features tabularvalignment="middle">
2348 <column alignment="center" valignment="top" width="0">
2349 <column alignment="center" valignment="top" width="0">
2350 <row>
2351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Plain Layout
2355
2356 \end_layout
2357
2358 \end_inset
2359 </cell>
2360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2361 \begin_inset Text
2362
2363 \begin_layout Plain Layout
2364 1
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 </row>
2370 <row>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375 A
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2381 \begin_inset Text
2382
2383 \begin_layout Plain Layout
2384
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 </row>
2390 </lyxtabular>
2391
2392 \end_inset
2393
2394  
2395 \begin_inset Tabular
2396 <lyxtabular version="3" rows="2" columns="2">
2397 <features tabularvalignment="bottom">
2398 <column alignment="center" valignment="top" width="0pt">
2399 <column alignment="center" valignment="top" width="0">
2400 <row>
2401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2411 \begin_inset Text
2412
2413 \begin_layout Plain Layout
2414 1
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 </row>
2420 <row>
2421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Plain Layout
2425 A
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 </row>
2440 </lyxtabular>
2441
2442 \end_inset
2443
2444
2445 \begin_inset Newline newline
2446 \end_inset
2447
2448 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2449  spéciales pour le tableau, voir les sections
2450 \begin_inset space ~
2451 \end_inset
2452
2453
2454 \begin_inset CommandInset ref
2455 LatexCommand ref
2456 reference "sub:Calculs-multicolonnes"
2457
2458 \end_inset
2459
2460  et 
2461 \begin_inset CommandInset ref
2462 LatexCommand ref
2463 reference "sec:Tableaux-Colorés"
2464
2465 \end_inset
2466
2467 .
2468 \end_layout
2469
2470 \begin_layout Description
2471
2472 \family sans
2473 Bordures
2474 \family default
2475  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2476  ou la colonne courante.
2477  
2478 \begin_inset Newline newline
2479 \end_inset
2480
2481 En utilisant le style 
2482 \family sans
2483 Formel
2484 \family default
2485  à la place du style par 
2486 \family sans
2487 Défaut
2488 \family default
2489 , on va convertir le tableau en tableau formel comme on le décrit dans la
2490  section
2491 \begin_inset space ~
2492 \end_inset
2493
2494
2495 \begin_inset CommandInset ref
2496 LatexCommand ref
2497 reference "sec:Tableaux-Formels"
2498
2499 \end_inset
2500
2501 .
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2506  dans les lignes du tableau comme c'est décrit dans la section
2507 \begin_inset space ~
2508 \end_inset
2509
2510
2511 \begin_inset CommandInset ref
2512 LatexCommand ref
2513 reference "sub:Espacement-lignes"
2514
2515 \end_inset
2516
2517 .
2518 \end_layout
2519
2520 \begin_layout Description
2521 Tableau
2522 \begin_inset space ~
2523 \end_inset
2524
2525 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2526  un 
2527 \begin_inset Quotes eld
2528 \end_inset
2529
2530
2531 \emph on
2532 tableau long
2533 \emph default
2534
2535 \begin_inset Quotes erd
2536 \end_inset
2537
2538  qui peut continuer sur plusieurs pages.
2539  Les sections
2540 \begin_inset space ~
2541 \end_inset
2542
2543
2544 \begin_inset CommandInset ref
2545 LatexCommand ref
2546 reference "sec:Tableaux-longs"
2547
2548 \end_inset
2549
2550  et 
2551 \begin_inset CommandInset ref
2552 LatexCommand ref
2553 reference "sec:Questions-sur-tableaux-longs"
2554
2555 \end_inset
2556
2557  décrivent ces tableaux longs plus en détail.
2558 \end_layout
2559
2560 \begin_layout Section
2561 La barre d'outils tableau
2562 \begin_inset Index idx
2563 status collapsed
2564
2565 \begin_layout Plain Layout
2566 Tableau ! Barre d'outils
2567 \end_layout
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Standard
2575 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2576  permet de modifier plus rapidement les tableaux.
2577  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2578  le curseur se trouve à l'intérieur d'un tableau.
2579  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2580  au menu 
2581 \family sans
2582 Visualiser\SpecialChar \menuseparator
2583 Barres
2584 \begin_inset space ~
2585 \end_inset
2586
2587 d'outils\SpecialChar \menuseparator
2588 Tableau
2589 \family default
2590 .
2591 \end_layout
2592
2593 \begin_layout Standard
2594 La barre d'outils contient les icônes suivantes :
2595 \end_layout
2596
2597 \begin_layout Labeling
2598 \labelwidthstring 00.00.0000
2599 \begin_inset Graphics
2600         filename ../../images/tabular-feature_append-row.png
2601         scaleBeforeRotation
2602
2603 \end_inset
2604
2605  ajoute une ligne sous la cellule ou la sélection courante
2606 \end_layout
2607
2608 \begin_layout Labeling
2609 \labelwidthstring 00.00.0000
2610 \begin_inset Graphics
2611         filename ../../images/tabular-feature_append-column.png
2612         scaleBeforeRotation
2613
2614 \end_inset
2615
2616  ajoute une colonne à la droite de la cellule ou de la sélection courante
2617 \end_layout
2618
2619 \begin_layout Labeling
2620 \labelwidthstring 00.00.0000
2621 \begin_inset Graphics
2622         filename ../../images/tabular-feature_delete-row.png
2623         scaleBeforeRotation
2624
2625 \end_inset
2626
2627  supprime la ligne ou la sélection courante
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632 \begin_inset Graphics
2633         filename ../../images/tabular-feature_delete-column.png
2634         scaleBeforeRotation
2635
2636 \end_inset
2637
2638  supprime la colonne ou la sélection courante
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643 \begin_inset Graphics
2644         filename ../../images/tabular-feature_toggle-line-top.png
2645         scaleBeforeRotation
2646
2647 \end_inset
2648
2649  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2650  courante
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655 \begin_inset Graphics
2656         filename ../../images/tabular-feature_toggle-line-bottom.png
2657         scaleBeforeRotation
2658
2659 \end_inset
2660
2661  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Graphics
2667         filename ../../images/tabular-feature_toggle-line-left.png
2668         scaleBeforeRotation
2669
2670 \end_inset
2671
2672  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2673 \begin_inset Note Note
2674 status collapsed
2675
2676 \begin_layout Plain Layout
2677 ou colonne ?
2678 \end_layout
2679
2680 \end_inset
2681
2682  ou de la sélection courante
2683 \end_layout
2684
2685 \begin_layout Labeling
2686 \labelwidthstring 00.00.0000
2687 \begin_inset Graphics
2688         filename ../../images/tabular-feature_toggle-line-right.png
2689         scaleBeforeRotation
2690
2691 \end_inset
2692
2693  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2694 \begin_inset Note Note
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698 ou colonne ?
2699 \end_layout
2700
2701 \end_inset
2702
2703  ou de la sélection courante
2704 \end_layout
2705
2706 \begin_layout Labeling
2707 \labelwidthstring 00.00.0000
2708 \begin_inset Graphics
2709         filename ../../images/tabular-feature_set-all-lines.png
2710         scaleBeforeRotation
2711
2712 \end_inset
2713
2714  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2715  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2716  colonne et la ligne courante
2717 \end_layout
2718
2719 \begin_layout Labeling
2720 \labelwidthstring 00.00.0000
2721 \begin_inset Graphics
2722         filename ../../images/tabular-feature_unset-all-lines.png
2723         scaleBeforeRotation
2724
2725 \end_inset
2726
2727  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2728  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2729  aussi la colonne et la ligne courante
2730 \end_layout
2731
2732 \begin_layout Labeling
2733 \labelwidthstring 00.00.0000
2734 \begin_inset Graphics
2735         filename ../../images/tabular-feature_m-align-left.png
2736         scaleBeforeRotation
2737
2738 \end_inset
2739
2740  aligne à gauche le contenu de la cellule ou de la colonne courante
2741 \end_layout
2742
2743 \begin_layout Labeling
2744 \labelwidthstring 00.00.0000
2745 \begin_inset Graphics
2746         filename ../../images/tabular-feature_m-align-center.png
2747         scaleBeforeRotation
2748
2749 \end_inset
2750
2751  centre horizontalement le contenu de la cellule ou de la colonne courante
2752 \end_layout
2753
2754 \begin_layout Labeling
2755 \labelwidthstring 00.00.0000
2756 \begin_inset Graphics
2757         filename ../../images/tabular-feature_m-align-right.png
2758         scaleBeforeRotation
2759
2760 \end_inset
2761
2762  aligne à droite le contenu de la cellule ou de la colonne courante
2763 \end_layout
2764
2765 \begin_layout Labeling
2766 \labelwidthstring 00.00.0000
2767 \begin_inset Graphics
2768         filename ../../images/tabular-feature_align-decimal.png
2769         scaleBeforeRotation
2770
2771 \end_inset
2772
2773  aligne le contenu de la colonne courante sur un caractère
2774 \end_layout
2775
2776 \begin_layout Labeling
2777 \labelwidthstring 00.00.0000
2778 \begin_inset Graphics
2779         filename ../../images/tabular-feature_m-valign-top.png
2780         scaleBeforeRotation
2781
2782 \end_inset
2783
2784  aligne le contenu de la cellule courante verticalement vers le haut
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Graphics
2790         filename ../../images/tabular-feature_m-valign-middle.png
2791         scaleBeforeRotation
2792
2793 \end_inset
2794
2795  centre verticalement le contenu de la cellule courante
2796 \end_layout
2797
2798 \begin_layout Labeling
2799 \labelwidthstring 00.00.0000
2800 \begin_inset Graphics
2801         filename ../../images/tabular-feature_m-valign-bottom.png
2802         scaleBeforeRotation
2803
2804 \end_inset
2805
2806  aligne le contenu de la cellule courante verticalement vers le bas
2807 \end_layout
2808
2809 \begin_layout Labeling
2810 \labelwidthstring 00.00.0000
2811 \begin_inset Graphics
2812         filename ../../images/tabular-feature_set-rotate-cell.png
2813         scaleBeforeRotation
2814
2815 \end_inset
2816
2817  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2818 re
2819 \end_layout
2820
2821 \begin_layout Labeling
2822 \labelwidthstring 00.00.0000
2823 \begin_inset Graphics
2824         filename ../../images/tabular-feature_set-rotate-tabular.png
2825         scaleBeforeRotation
2826
2827 \end_inset
2828
2829  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2830 \end_layout
2831
2832 \begin_layout Labeling
2833 \labelwidthstring 00.00.0000
2834 \begin_inset Graphics
2835         filename ../../images/tabular-feature_multicolumn.png
2836         scaleBeforeRotation
2837
2838 \end_inset
2839
2840  transforme en multi-colonne la cellule ou la sélection courante
2841 \end_layout
2842
2843 \begin_layout Labeling
2844 \labelwidthstring 00.00.0000
2845 \begin_inset Graphics
2846         filename ../../images/tabular-feature_multirow.png
2847         scaleBeforeRotation
2848
2849 \end_inset
2850
2851  transforme en multiligne la cellule ou la sélection courante
2852 \end_layout
2853
2854 \begin_layout Standard
2855 \begin_inset Note Greyedout
2856 status open
2857
2858 \begin_layout Plain Layout
2859
2860 \series bold
2861 Note :
2862 \series default
2863  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2864  est utilisé pour toutes les autres cellules de la ligne.
2865 \end_layout
2866
2867 \end_inset
2868
2869
2870 \end_layout
2871
2872 \begin_layout Section
2873 Le Menu Éditer Tableau
2874 \begin_inset Index idx
2875 status collapsed
2876
2877 \begin_layout Plain Layout
2878 Tableau ! Menu Éditer
2879 \end_layout
2880
2881 \end_inset
2882
2883
2884 \end_layout
2885
2886 \begin_layout Standard
2887 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2888  
2889 \family sans
2890 Éditer\SpecialChar \menuseparator
2891 Tableau
2892 \family default
2893  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2894  ou de la ligne courante et aussi de transformer la sélection courante en
2895  multi-colonne.
2896  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2897 \end_layout
2898
2899 \begin_layout Section
2900 Flottant de Tableau
2901 \begin_inset CommandInset label
2902 LatexCommand label
2903 name "sec:Table-Floats"
2904
2905 \end_inset
2906
2907
2908 \begin_inset Index idx
2909 status collapsed
2910
2911 \begin_layout Plain Layout
2912 Flottants ! Tableaux
2913 \end_layout
2914
2915 \end_inset
2916
2917
2918 \begin_inset Index idx
2919 status collapsed
2920
2921 \begin_layout Plain Layout
2922 Tableau ! Flottants
2923 \end_layout
2924
2925 \end_inset
2926
2927
2928 \end_layout
2929
2930 \begin_layout Standard
2931 Pour des explications générales sur les flottants, jetez un œil à la section
2932 \begin_inset space ~
2933 \end_inset
2934
2935
2936 \begin_inset CommandInset ref
2937 LatexCommand ref
2938 reference "sec:Flottants-Introduction"
2939
2940 \end_inset
2941
2942 .
2943 \end_layout
2944
2945 \begin_layout Standard
2946 \begin_inset Float table
2947 placement h
2948 wide false
2949 sideways false
2950 status open
2951
2952 \begin_layout Plain Layout
2953 \begin_inset Caption
2954
2955 \begin_layout Plain Layout
2956 \begin_inset CommandInset label
2957 LatexCommand label
2958 name "tab:Flottant-de-tableau"
2959
2960 \end_inset
2961
2962 Un flottant de tableau.
2963 \end_layout
2964
2965 \end_inset
2966
2967
2968 \end_layout
2969
2970 \begin_layout Plain Layout
2971 \align center
2972 \begin_inset Tabular
2973 <lyxtabular version="3" rows="3" columns="3">
2974 <features tabularvalignment="middle">
2975 <column alignment="center" valignment="top" width="0pt">
2976 <column alignment="center" valignment="top" width="0pt">
2977 <column alignment="center" valignment="top" width="0pt">
2978 <row>
2979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2980 \begin_inset Text
2981
2982 \begin_layout Plain Layout
2983 1
2984 \end_layout
2985
2986 \end_inset
2987 </cell>
2988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992 2
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001 3
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 </row>
3007 <row>
3008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012 Jules
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021 Marie
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Plain Layout
3030 Jean
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 </row>
3036 <row>
3037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041 \begin_inset Formula $\int x^{2}dx$
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3050 \begin_inset Text
3051
3052 \begin_layout Plain Layout
3053 \begin_inset Formula $\left[\begin{array}{cc}
3054 a & b\\
3055 c & d
3056 \end{array}\right]$
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068 \begin_inset Formula $1+1=2$
3069 \end_inset
3070
3071
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 </row>
3077 </lyxtabular>
3078
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \begin_layout Standard
3090 Les flottants de tableau sont insérés en utilisant le menu 
3091 \family sans
3092 Insérer\SpecialChar \menuseparator
3093 Flottant\SpecialChar \menuseparator
3094 Tableau
3095 \family default
3096  ou le bouton 
3097 \begin_inset Graphics
3098         filename ../../images/float-insert_table.png
3099         scale 85
3100         scaleBeforeRotation
3101
3102 \end_inset
3103
3104  de la barre d'outils.
3105 \end_layout
3106
3107 \begin_layout Standard
3108 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3109  qui a comme étiquette 
3110 \begin_inset Quotes eld
3111 \end_inset
3112
3113 Tableau
3114 \begin_inset space ~
3115 \end_inset
3116
3117 #:
3118 \begin_inset Quotes erd
3119 \end_inset
3120
3121  (où # est le numéro du tableau).
3122  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3123 \end_layout
3124
3125 \begin_layout Standard
3126 Le tableau
3127 \begin_inset space ~
3128 \end_inset
3129
3130
3131 \begin_inset CommandInset ref
3132 LatexCommand ref
3133 reference "tab:Flottant-de-tableau"
3134
3135 \end_inset
3136
3137  est un exemple de tableau dans un flottant de tableau.
3138 \end_layout
3139
3140 \begin_layout Standard
3141 On met habituellement la légende au dessus des tableaux, mais cette règle
3142  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3143  Cela signifie que si vous utilisez un document appartenant aux classes
3144  
3145 \family sans
3146 article
3147 \family default
3148
3149 \family sans
3150 book
3151 \family default
3152
3153 \family sans
3154 letter
3155 \family default
3156 , ou
3157 \family sans
3158  report
3159 \family default
3160  il n'y aura pas d'espace entre la légende et le tableau.
3161  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3162  la commande de chargement du paquetage LaTeX 
3163 \series bold
3164 caption
3165 \series default
3166
3167 \begin_inset Index idx
3168 status collapsed
3169
3170 \begin_layout Plain Layout
3171 Paquetages LaTeX ! caption
3172 \end_layout
3173
3174 \end_inset
3175
3176  dans le préambule de votre document.
3177 \begin_inset Foot
3178 status open
3179
3180 \begin_layout Plain Layout
3181 Pour plus d'information voyez la section
3182 \begin_inset space ~
3183 \end_inset
3184
3185
3186 \begin_inset CommandInset ref
3187 LatexCommand ref
3188 reference "sec:Placement-légende"
3189
3190 \end_inset
3191
3192 .
3193 \end_layout
3194
3195 \end_inset
3196
3197 :
3198 \end_layout
3199
3200 \begin_layout Standard
3201
3202 \series bold
3203 tableposition=top
3204 \end_layout
3205
3206 \begin_layout Standard
3207 Le paquetage 
3208 \series bold
3209 caption
3210 \series default
3211 , qui est décrit dans la section
3212 \begin_inset space ~
3213 \end_inset
3214
3215
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sec:Formatage-légende"
3219
3220 \end_inset
3221
3222 , est utilisé pour ajuster le format des légendes.
3223 \end_layout
3224
3225 \begin_layout Standard
3226 Dans le texte, on fait référence à un tableau
3227 \begin_inset Index idx
3228 status collapsed
3229
3230 \begin_layout Plain Layout
3231 References@Références ! à des Tableaux
3232 \end_layout
3233
3234 \end_inset
3235
3236  en faisant référence à sa légende.
3237  On insère donc une étiquette dans la légende en utilisant le menu 
3238 \family sans
3239 Insérer
3240 \family default
3241 \SpecialChar \menuseparator
3242
3243 \family sans
3244 Étiquette
3245 \family default
3246  ou le bouton 
3247 \begin_inset Graphics
3248         filename ../../images/label-insert.png
3249         scale 85
3250         scaleBeforeRotation
3251
3252 \end_inset
3253
3254  de la barre d'outils.
3255  On peut alors faire référence à cette étiquette en utilisant le menu 
3256 \family sans
3257 Insérer\SpecialChar \menuseparator
3258 Référence
3259 \begin_inset space ~
3260 \end_inset
3261
3262 croisée
3263 \family default
3264  ou le bouton 
3265 \begin_inset Graphics
3266         filename ../../images/dialog-show-new-inset_ref.png
3267         scale 85
3268         scaleBeforeRotation
3269
3270 \end_inset
3271
3272  de la barre d'outils.
3273 \begin_inset Newline newline
3274 \end_inset
3275
3276 Les références croisées sont expliquées en détail dans la section
3277 \begin_inset space ~
3278 \end_inset
3279
3280
3281 \begin_inset CommandInset ref
3282 LatexCommand ref
3283 reference "sec:Referencer-les-Flottants"
3284
3285 \end_inset
3286
3287 .
3288 \end_layout
3289
3290 \begin_layout Section
3291 Tableaux Longs
3292 \begin_inset CommandInset label
3293 LatexCommand label
3294 name "sec:Tableaux-longs"
3295
3296 \end_inset
3297
3298
3299 \begin_inset Index idx
3300 status collapsed
3301
3302 \begin_layout Plain Layout
3303 Tableaux longs
3304 \end_layout
3305
3306 \end_inset
3307
3308
3309 \begin_inset Index idx
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 Tableau ! Tableaux longs
3314 \end_layout
3315
3316 \end_inset
3317
3318
3319 \end_layout
3320
3321 \begin_layout Standard
3322 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3323  l'option 
3324 \family sans
3325 Utiliser
3326 \begin_inset space ~
3327 \end_inset
3328
3329 les
3330 \begin_inset space ~
3331 \end_inset
3332
3333 tableaux
3334 \begin_inset space ~
3335 \end_inset
3336
3337 longs
3338 \family default
3339  de l'onglet 
3340 \family sans
3341 Tableau
3342 \begin_inset space ~
3343 \end_inset
3344
3345 long
3346 \family default
3347  de la fenêtre 
3348 \family sans
3349 Paramètres
3350 \begin_inset space ~
3351 \end_inset
3352
3353 du
3354 \begin_inset space ~
3355 \end_inset
3356
3357 tableau
3358 \family default
3359  pour le répartir automatiquement sur plusieurs pages.
3360  En cochant cette option, vous activez les options suivantes:
3361 \end_layout
3362
3363 \begin_layout Description
3364 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3365  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3366  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3367  première page, si 
3368 \family sans
3369 Premier
3370 \begin_inset space ~
3371 \end_inset
3372
3373 en-tête
3374 \family default
3375  est défini.
3376  Ces lignes forment l'en-tête principal.
3377 \end_layout
3378
3379 \begin_layout Description
3380 Premier
3381 \begin_inset space ~
3382 \end_inset
3383
3384 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3385  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3386  d'en-tête utilisées pour la première page du tableau long.
3387 \end_layout
3388
3389 \begin_layout Description
3390 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3391  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3392  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3393  page si 
3394 \family sans
3395 Dernier
3396 \begin_inset space ~
3397 \end_inset
3398
3399 pied
3400 \family default
3401  est défini.
3402 \end_layout
3403
3404 \begin_layout Description
3405 Dernier
3406 \begin_inset space ~
3407 \end_inset
3408
3409 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3410  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3411  constituant le pied de la dernière page du tableau long.
3412 \end_layout
3413
3414 \begin_layout Description
3415 Légende La ligne courante contient la légende du tableau.
3416  La première ligne est transformée en une colonne unique et une légende
3417  est insérée.
3418  Vous trouverez d'autres explications sur les légendes pour les tableaux
3419  longs dans la section
3420 \begin_inset space ~
3421 \end_inset
3422
3423
3424 \begin_inset CommandInset ref
3425 LatexCommand ref
3426 reference "sub:Tableaux-longs-légende"
3427
3428 \end_inset
3429
3430 .
3431 \end_layout
3432
3433 \begin_layout Standard
3434 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3435  Voyez le tableau long qui suit pour voir comment ça marche :
3436 \end_layout
3437
3438 \begin_layout Standard
3439 \align center
3440 \begin_inset Tabular
3441 <lyxtabular version="3" rows="69" columns="3">
3442 <features islongtable="true" longtabularalignment="center">
3443 <column alignment="left" valignment="top" width="0cm">
3444 <column alignment="left" valignment="top" width="0pt">
3445 <column alignment="center" valignment="top" width="0pt">
3446 <row endfirsthead="true">
3447 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Exemple d'annuaire téléphonique (ignorez les noms)
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row endfirsthead="true">
3478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 NOM
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502
3503 \series bold
3504 TEL.
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row endhead="true">
3511 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Exemple d'annuaire téléphonique
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row endhead="true">
3542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 NOM
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 TEL.
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row endfoot="true">
3575 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579  continue page suivante
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Annovi
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Silvia
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Bertoli
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Stefano
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Bozzi
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Walter
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Cachia
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Maria
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Cachia
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Maurizio
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Cinquemani
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Giusi
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Colin
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Bernard
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Concli
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Gianfranco
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Dal Bosco
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Carolina
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Dalpiaz
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Annamaria
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Feliciello
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Domenico
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Focarelli
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Paola
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Galletti
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Oreste
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Gasparini
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Franca
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Rizzardi
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Paola
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Lassini
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Giancarlo
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Malfatti
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Luciano
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Malfatti
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Valeriano
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 111
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Meneguzzo
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Roberto
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 111
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Mezzadra
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Roberto
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 111
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Pirpamer
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Erich
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 111
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Pochiesa
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Paolo
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 111, 222
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Radina
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Claudio
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 111
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \series bold
4323 Stuffer
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Oskar
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 111
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Tacchelli
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Ugo
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 111
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Tezzele
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Margit
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 111
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Unterkalmsteiner
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Frieda
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 111
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445
4446 \series bold
4447 Vieider
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Hilde
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 111
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Vigna
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Jürgen
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 111
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Weber
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Maurizio
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 111
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Winkler
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Franz
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 111
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569  
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Annovi
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Silvia
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Bertoli
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Stefano
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Bozzi
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Walter
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Cachia
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Maria
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Cachia
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Maurizio
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Cinquemani
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Giusi
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Colin
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Bernard
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Concli
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Gianfranco
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Dal Bosco
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Carolina
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Dalpiaz
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Annamaria
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Feliciello
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Domenico
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Focarelli
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Paola
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Galletti
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Oreste
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Gasparini
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Franca
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Rizzardi
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Paola
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 555
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Lassini
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Giancarlo
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 555
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Malfatti
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Luciano
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Malfatti
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 Valeriano
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 555
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row>
5152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \series bold
5158 Meneguzzo
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Roberto
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 555
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 </row>
5182 <row>
5183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187
5188 \series bold
5189 Mezzadra
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 Roberto
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 555
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 <row>
5214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218
5219 \series bold
5220 Pirpamer
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 Erich
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 555
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 </row>
5244 <row>
5245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \series bold
5251 Pochiesa
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Paolo
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 555, 222
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \series bold
5282 Radina
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 Claudio
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 555
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 </row>
5306 <row>
5307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \series bold
5313 Stuffer
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 Oskar
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 555
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 <row>
5338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \series bold
5344 Tacchelli
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 Ugo
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 555
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 </row>
5368 <row>
5369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \series bold
5375 Tezzele
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 Margit
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 555
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row>
5400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \series bold
5406 Unterkalmsteiner
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 Frieda
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 555
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 </row>
5430 <row>
5431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435
5436 \series bold
5437 Vieider
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 Hilde
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 555
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \series bold
5468 Vigna
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 Jürgen
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 999
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 </row>
5492 <row>
5493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497
5498 \series bold
5499 Weber
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 Maurizio
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 555
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 </row>
5523 <row>
5524 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528
5529 \series bold
5530 Winkler
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 Franz
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 555
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 </row>
5554 <row endlastfoot="true">
5555 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 Fin
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 </lyxtabular>
5584
5585 \end_inset
5586
5587
5588 \begin_inset ERT
5589 status collapsed
5590
5591 \begin_layout Plain Layout
5592
5593
5594 \backslash
5595 addtocounter{table}{-1}
5596 \end_layout
5597
5598 \end_inset
5599
5600
5601 \begin_inset Note Note
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Voyez la première note grisée de la section
5606 \begin_inset space ~
5607 \end_inset
5608
5609
5610 \begin_inset CommandInset ref
5611 LatexCommand ref
5612 reference "sub:Tableaux-longs-légende"
5613
5614 \end_inset
5615
5616  pour une explication de cette commande.
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Subsection
5625 Notes de Bas de Page dans les Tableaux Longs
5626 \begin_inset CommandInset label
5627 LatexCommand label
5628 name "sub:Notes-dans-tableau-long"
5629
5630 \end_inset
5631
5632
5633 \begin_inset Index idx
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Tableaux longs ! Notes de bas de page
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \begin_layout Standard
5646 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5647  long.
5648  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5649  contenant la note.
5650  Par exemple le tableau
5651 \begin_inset space ~
5652 \end_inset
5653
5654
5655 \begin_inset CommandInset ref
5656 LatexCommand ref
5657 reference "tab:Légendes-tableau-différentes"
5658
5659 \end_inset
5660
5661  a une note de bas de page.
5662 \end_layout
5663
5664 \begin_layout Subsection
5665 Alignement des Tableaux Longs
5666 \begin_inset Index idx
5667 status collapsed
5668
5669 \begin_layout Plain Layout
5670 Tableaux longs ! Alignement
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \end_layout
5677
5678 \begin_layout Standard
5679 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5680  de dialogue des paramètres de tableau.
5681  Pour les alignements à droite et à gauche, le tableau sera directement
5682  au bord de la page.
5683  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5684  l'alignement centré et modifier les valeurs des longueurs 
5685 \series bold
5686
5687 \backslash
5688 LTleft 
5689 \series default
5690 et 
5691 \series bold
5692
5693 \backslash
5694 LTright
5695 \series default
5696  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5697  concerné :
5698 \end_layout
5699
5700 \begin_layout Standard
5701
5702 \series bold
5703
5704 \backslash
5705 setlength{
5706 \backslash
5707 LTleft}{valeur}
5708 \end_layout
5709
5710 \begin_layout Standard
5711 Où 
5712 \series bold
5713 valeur
5714 \series default
5715  peut avoir n'importe laquelle des unités listées dans le tableau
5716 \begin_inset space ~
5717 \end_inset
5718
5719
5720 \begin_inset CommandInset ref
5721 LatexCommand ref
5722 reference "cha:Unités-de-longueur"
5723
5724 \end_inset
5725
5726 .
5727  
5728 \series bold
5729
5730 \backslash
5731 LTleft
5732 \series default
5733  contrôle la distance horizontale entre le bord gauche de la page et le
5734  tableau, et
5735 \series bold
5736  
5737 \backslash
5738 LTright
5739 \series default
5740  la distance au bord droit.
5741  La valeur implicite des ces deux distances est 
5742 \series bold
5743
5744 \backslash
5745 fill
5746 \series default
5747 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5748 \end_layout
5749
5750 \begin_layout Standard
5751 Le tableau long suivant a été centrée en mettant 
5752 \series bold
5753
5754 \backslash
5755 LTleft
5756 \series default
5757  à 
5758 \family sans
5759 0.1
5760 \backslash
5761 columnwidth
5762 \family default
5763 :
5764 \begin_inset ERT
5765 status collapsed
5766
5767 \begin_layout Plain Layout
5768
5769
5770 \backslash
5771 setlength{
5772 \backslash
5773 LTleft}{0.1
5774 \backslash
5775 columnwidth}
5776 \end_layout
5777
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \begin_layout Standard
5784 \begin_inset Tabular
5785 <lyxtabular version="3" rows="5" columns="5">
5786 <features islongtable="true" longtabularalignment="center">
5787 <column alignment="center" valignment="top" width="0">
5788 <column alignment="center" valignment="top" width="0">
5789 <column alignment="center" valignment="top" width="0">
5790 <column alignment="center" valignment="top" width="0">
5791 <column alignment="center" valignment="top" width="0">
5792 <row>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 1
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 2
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 3
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 4
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 5
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 </row>
5839 <row>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 s
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 s
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 s
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 asd
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 </row>
5886 <row>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 asd
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 s
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 s
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 s
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 asd
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 </row>
5933 <row>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 asd
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 s
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 s
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 s
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 asd
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 </row>
5980 <row>
5981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 asd
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 asd
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 asd
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 </row>
6027 </lyxtabular>
6028
6029 \end_inset
6030
6031
6032 \begin_inset ERT
6033 status collapsed
6034
6035 \begin_layout Plain Layout
6036
6037
6038 \backslash
6039 setlength{
6040 \backslash
6041 LTleft}{
6042 \backslash
6043 fill}
6044 \end_layout
6045
6046 \end_inset
6047
6048
6049 \begin_inset ERT
6050 status collapsed
6051
6052 \begin_layout Plain Layout
6053
6054
6055 \backslash
6056 addtocounter{table}{-1}
6057 \end_layout
6058
6059 \end_inset
6060
6061
6062 \begin_inset Note Note
6063 status collapsed
6064
6065 \begin_layout Plain Layout
6066 Voyez la première note grisée de la section
6067 \begin_inset space ~
6068 \end_inset
6069
6070
6071 \begin_inset CommandInset ref
6072 LatexCommand ref
6073 reference "sub:Tableaux-longs-légende"
6074
6075 \end_inset
6076
6077  pour une explication de cette commande.
6078 \end_layout
6079
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \begin_layout Subsection
6086 Légendes et Tableaux longs
6087 \begin_inset Index idx
6088 status collapsed
6089
6090 \begin_layout Plain Layout
6091 Tableaux longs ! Legendes@Légendes
6092 \end_layout
6093
6094 \end_inset
6095
6096
6097 \begin_inset CommandInset label
6098 LatexCommand label
6099 name "sub:Tableaux-longs-légende"
6100
6101 \end_inset
6102
6103
6104 \end_layout
6105
6106 \begin_layout Standard
6107 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6108  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6109  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6110  Longs quand on utilise pour une ligne l'option de tableau long 
6111 \family sans
6112 Légende
6113 \family default
6114 , comme c'est expliqué dans la section
6115 \begin_inset space ~
6116 \end_inset
6117
6118
6119 \begin_inset CommandInset ref
6120 LatexCommand ref
6121 reference "sec:Tableaux-longs"
6122
6123 \end_inset
6124
6125 .
6126 \end_layout
6127
6128 \begin_layout Standard
6129 Voici un petit Tableau long pour voir comment ça marche :
6130 \end_layout
6131
6132 \begin_layout Standard
6133 \begin_inset Tabular
6134 <lyxtabular version="3" rows="6" columns="5">
6135 <features islongtable="true" longtabularalignment="center">
6136 <column alignment="center" valignment="top" width="0">
6137 <column alignment="center" valignment="top" width="0">
6138 <column alignment="center" valignment="top" width="0">
6139 <column alignment="center" valignment="top" width="0">
6140 <column alignment="center" valignment="top" width="0">
6141 <row caption="true">
6142 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 \begin_inset Caption
6147
6148 \begin_layout Plain Layout
6149 Tableau long avec une légende
6150 \begin_inset Argument
6151 status open
6152
6153 \begin_layout Plain Layout
6154 Tableau long
6155 \end_layout
6156
6157 \end_inset
6158
6159
6160 \end_layout
6161
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 1
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 2
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 3
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 4
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 5
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 </row>
6253 <row>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 asd
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 s
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 s
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 s
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 asd
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 </row>
6300 <row>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 asd
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 s
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 s
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 s
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 asd
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 <row>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 asd
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 s
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 s
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 s
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 asd
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 <row>
6395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 asd
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 asd
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 asd
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 asd
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 asd
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 </lyxtabular>
6442
6443 \end_inset
6444
6445
6446 \end_layout
6447
6448 \begin_layout Standard
6449 \begin_inset VSpace medskip
6450 \end_inset
6451
6452
6453 \begin_inset Note Greyedout
6454 status open
6455
6456 \begin_layout Plain Layout
6457
6458 \series bold
6459 Note
6460 \begin_inset space ~
6461 \end_inset
6462
6463 1:
6464 \series default
6465  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6466  n'avez pas prévu de légende.
6467  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6468 \begin_inset space ~
6469 \end_inset
6470
6471 2.4 suit le tableau
6472 \begin_inset space ~
6473 \end_inset
6474
6475 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6476  sans légende.
6477  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6478  après chaque tableau long sans légende :
6479 \end_layout
6480
6481 \begin_layout Plain Layout
6482
6483 \series bold
6484
6485 \backslash
6486 addtocounter{table}{-1}
6487 \end_layout
6488
6489 \begin_layout Plain Layout
6490 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6491  et que vous ajoutez le code suivant dans le préambule du document :
6492 \end_layout
6493
6494 \begin_layout Plain Layout
6495
6496 \series bold
6497
6498 \backslash
6499 let
6500 \backslash
6501 myEnd
6502 \backslash
6503 endlongtable
6504 \begin_inset Newline newline
6505 \end_inset
6506
6507
6508 \backslash
6509 renewcommand{
6510 \backslash
6511 endlongtable}{
6512 \backslash
6513 myEnd
6514 \backslash
6515 addtocounter{table}{-1}}
6516 \end_layout
6517
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \begin_layout Standard
6524 \begin_inset Note Greyedout
6525 status open
6526
6527 \begin_layout Plain Layout
6528
6529 \series bold
6530 Note
6531 \begin_inset space ~
6532 \end_inset
6533
6534 2:
6535 \series default
6536  Si vous utilisez 
6537 \series bold
6538 hyperref
6539 \series default
6540
6541 \begin_inset Index idx
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Paquetages LaTeX ! hyperref
6546 \end_layout
6547
6548 \end_inset
6549
6550  dans les 
6551 \family sans
6552 Paramètres du document
6553 \family default
6554  rubrique 
6555 \family sans
6556 Propriétés
6557 \begin_inset space ~
6558 \end_inset
6559
6560 du
6561 \begin_inset space ~
6562 \end_inset
6563
6564 PDF
6565 \family default
6566 , pour transformer vos références croisées en liens cliquables, le lien
6567  vers un tableau long pointera toujours sur le début du document.
6568 \end_layout
6569
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \begin_layout Subsubsection
6576 Références à des tableaux longs
6577 \begin_inset Index idx
6578 status collapsed
6579
6580 \begin_layout Plain Layout
6581 Tableaux longs ! Références
6582 \end_layout
6583
6584 \end_inset
6585
6586
6587 \end_layout
6588
6589 \begin_layout Standard
6590 \begin_inset Tabular
6591 <lyxtabular version="3" rows="6" columns="5">
6592 <features islongtable="true" longtabularalignment="center">
6593 <column alignment="center" valignment="top" width="0">
6594 <column alignment="center" valignment="top" width="0">
6595 <column alignment="center" valignment="top" width="0">
6596 <column alignment="center" valignment="top" width="0">
6597 <column alignment="center" valignment="top" width="0">
6598 <row caption="true">
6599 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 \begin_inset Caption
6604
6605 \begin_layout Plain Layout
6606 Tableau long référencé
6607 \begin_inset CommandInset label
6608 LatexCommand label
6609 name "tab:RefExemple"
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \end_inset
6617
6618
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 </row>
6660 <row>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 1
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 2
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 3
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 4
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 5
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 </row>
6707 <row>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 asd
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 s
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 s
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 asd
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 </row>
6754 <row>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 asd
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 s
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 s
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 asd
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 </row>
6801 <row>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 asd
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 s
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 s
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 asd
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 </row>
6848 <row>
6849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 asd
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 sad
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 asd
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 asd
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 </row>
6895 </lyxtabular>
6896
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \begin_layout Standard
6903 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6904  dans sa légende.
6905 \end_layout
6906
6907 \begin_layout Standard
6908 Ceci est une référence au tableau
6909 \begin_inset space ~
6910 \end_inset
6911
6912
6913 \begin_inset CommandInset ref
6914 LatexCommand ref
6915 reference "tab:RefExemple"
6916
6917 \end_inset
6918
6919 .
6920 \end_layout
6921
6922 \begin_layout Standard
6923 La mise en forme de la légende peut être ajustée avec celle de toutes les
6924  autres légendes de votre document en utilisant le paquetage LaTeX 
6925 \series bold
6926 caption
6927 \series default
6928
6929 \begin_inset Index idx
6930 status collapsed
6931
6932 \begin_layout Plain Layout
6933 Paquetages LaTeX ! caption
6934 \end_layout
6935
6936 \end_inset
6937
6938 , voir la section
6939 \begin_inset space ~
6940 \end_inset
6941
6942
6943 \begin_inset CommandInset ref
6944 LatexCommand ref
6945 reference "sec:Formatage-légende"
6946
6947 \end_inset
6948
6949 .
6950 \end_layout
6951
6952 \begin_layout Subsubsection
6953 Largeur de la légende
6954 \begin_inset Index idx
6955 status collapsed
6956
6957 \begin_layout Plain Layout
6958 Tableaux longs ! Largeur de la légende
6959 \end_layout
6960
6961 \end_inset
6962
6963
6964 \end_layout
6965
6966 \begin_layout Standard
6967 La largeur maximale des lignes de légende est définie par la longueur 
6968 \series bold
6969
6970 \backslash
6971 LTcapwidth
6972 \series default
6973 .
6974  Sa valeur implicite est 4
6975 \begin_inset space \thinspace{}
6976 \end_inset
6977
6978 in.
6979  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6980  de votre document ou en tant que code TeX directement dans votre document
6981  avant le tableau qui doit être affectée.
6982 \end_layout
6983
6984 \begin_layout Standard
6985
6986 \series bold
6987
6988 \backslash
6989 setlength{
6990 \backslash
6991 LTcapwidth}{largeur}
6992 \end_layout
6993
6994 \begin_layout Standard
6995 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6996 ce
6997 \begin_inset space ~
6998 \end_inset
6999
7000
7001 \begin_inset CommandInset ref
7002 LatexCommand ref
7003 reference "cha:Unités-de-longueur"
7004
7005 \end_inset
7006
7007 .
7008 \end_layout
7009
7010 \begin_layout Standard
7011 Les tableaux suivants montrent la différence :
7012 \end_layout
7013
7014 \begin_layout Standard
7015 \begin_inset Tabular
7016 <lyxtabular version="3" rows="6" columns="5">
7017 <features islongtable="true" longtabularalignment="center">
7018 <column alignment="center" valignment="top" width="0">
7019 <column alignment="center" valignment="top" width="0">
7020 <column alignment="center" valignment="top" width="0">
7021 <column alignment="center" valignment="top" width="0">
7022 <column alignment="center" valignment="top" width="0">
7023 <row caption="true">
7024 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 \begin_inset Caption
7029
7030 \begin_layout Plain Layout
7031 long titre complet avec la largeur implicite long titre complet avec la
7032  largeur implicite long titre complet avec la largeur implicite
7033 \begin_inset Argument
7034 status open
7035
7036 \begin_layout Plain Layout
7037 Légende avec largeur implicite
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 </row>
7089 <row>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 1
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 2
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 3
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 4
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 5
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 <row>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 s
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 s
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 asd
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 s
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 s
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 s
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 asd
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 s
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 asd
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 </row>
7277 <row>
7278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 sad
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 asd
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 asd
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 </row>
7324 </lyxtabular>
7325
7326 \end_inset
7327
7328
7329 \end_layout
7330
7331 \begin_layout Standard
7332 \begin_inset ERT
7333 status collapsed
7334
7335 \begin_layout Plain Layout
7336
7337
7338 \backslash
7339 setlength{
7340 \backslash
7341 LTcapwidth}{5cm}
7342 \end_layout
7343
7344 \end_inset
7345
7346
7347 \begin_inset Tabular
7348 <lyxtabular version="3" rows="6" columns="5">
7349 <features islongtable="true" longtabularalignment="center">
7350 <column alignment="center" valignment="top" width="0">
7351 <column alignment="center" valignment="top" width="0">
7352 <column alignment="center" valignment="top" width="0">
7353 <column alignment="center" valignment="top" width="0">
7354 <column alignment="center" valignment="top" width="0">
7355 <row caption="true">
7356 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7357 \begin_inset Text
7358
7359 \begin_layout Plain Layout
7360 \begin_inset Caption
7361
7362 \begin_layout Plain Layout
7363 long titre complet avec la largeur réglée à 5
7364 \begin_inset space \thinspace{}
7365 \end_inset
7366
7367 cm long titre complet avec la largeur réglée à 5
7368 \begin_inset space \thinspace{}
7369 \end_inset
7370
7371 cm long titre complet avec la largeur réglée à 5
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 cm
7376 \begin_inset Argument
7377 status open
7378
7379 \begin_layout Plain Layout
7380 Légende avec largeur à
7381 \begin_inset space \thinspace{}
7382 \end_inset
7383
7384 =
7385 \begin_inset space \thinspace{}
7386 \end_inset
7387
7388 5
7389 \begin_inset space \thinspace{}
7390 \end_inset
7391
7392 cm
7393 \end_layout
7394
7395 \end_inset
7396
7397
7398 \end_layout
7399
7400 \end_inset
7401
7402
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 1
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 2
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 3
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476 4
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 5
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 </row>
7491 <row>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 asd
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 s
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 s
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 s
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 asd
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 s
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 s
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 s
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 asd
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 <row>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 asd
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 s
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 s
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 s
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 asd
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 </row>
7632 <row>
7633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 asd
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 sad
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 asd
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 asd
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 asd
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 </lyxtabular>
7680
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \begin_layout Standard
7687 \begin_inset ERT
7688 status collapsed
7689
7690 \begin_layout Plain Layout
7691
7692
7693 \backslash
7694 setlength{
7695 \backslash
7696 LTcapwidth}{4in}
7697 \end_layout
7698
7699 \end_inset
7700
7701
7702 \end_layout
7703
7704 \begin_layout Standard
7705 \begin_inset Note Greyedout
7706 status open
7707
7708 \begin_layout Plain Layout
7709
7710 \series bold
7711 Note:
7712 \series default
7713  Quand on utilise la paquetage LaTeX 
7714 \series bold
7715 caption
7716 \series default
7717
7718 \begin_inset Index idx
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722 Paquetages LaTeX ! caption
7723 \end_layout
7724
7725 \end_inset
7726
7727  , comme c'est les cas dans ce document, la légende prend toute la largeur
7728  de la page quand on utilise la largeur implicite de 4
7729 \begin_inset space \thinspace{}
7730 \end_inset
7731
7732 in pour 
7733 \series bold
7734
7735 \backslash
7736 LTcapwidth
7737 \series default
7738 .
7739  Pour avoir dans ce cas une légende qui fasse exactement 4
7740 \begin_inset space \thinspace{}
7741 \end_inset
7742
7743 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7744  comme par exemple 3.99
7745 \begin_inset space \thinspace{}
7746 \end_inset
7747
7748 in, soit utiliser la commande LaTeX 
7749 \series bold
7750
7751 \backslash
7752 captionsetup{width=valeur}
7753 \series default
7754  qui est disponible dans le paquetage 
7755 \series bold
7756 caption
7757 \series default
7758 .
7759 \end_layout
7760
7761 \end_inset
7762
7763
7764 \end_layout
7765
7766 \begin_layout Subsubsection
7767 Des Légendes différentes sur chaque page d'un tableau
7768 \begin_inset Argument
7769 status collapsed
7770
7771 \begin_layout Plain Layout
7772 Légendes différentes
7773 \end_layout
7774
7775 \end_inset
7776
7777
7778 \begin_inset Index idx
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782 Tableaux longs ! Legendes@Légendes différentes par page
7783 \end_layout
7784
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \begin_layout Standard
7791 Quand la légende du tableau pour les pages suivantes doit être différente
7792  de celle de la première page, insérez une légende avec la commande suivante
7793  en code TeX :
7794 \end_layout
7795
7796 \begin_layout Standard
7797
7798 \series bold
7799
7800 \backslash
7801 caption*{caption text}
7802 \backslash
7803
7804 \backslash
7805 %
7806 \end_layout
7807
7808 \begin_layout Standard
7809 dans une ligne de légende fictive qui sera marquée comme une entête.
7810  Le tableau
7811 \begin_inset space ~
7812 \end_inset
7813
7814
7815 \begin_inset CommandInset ref
7816 LatexCommand ref
7817 reference "tab:Légendes-tableau-différentes"
7818
7819 \end_inset
7820
7821  est un exemple de tableau long avec des légendes différentes et où la seconde
7822  légende ne contient pas le numéro du tableau.
7823 \end_layout
7824
7825 \begin_layout Standard
7826 \align center
7827 \begin_inset Tabular
7828 <lyxtabular version="3" rows="59" columns="3">
7829 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7830 <column alignment="left" valignment="top" width="0cm">
7831 <column alignment="left" valignment="top" width="0pt">
7832 <column alignment="center" valignment="top" width="0pt">
7833 <row caption="true">
7834 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 \begin_inset Caption
7839
7840 \begin_layout Plain Layout
7841 Exemple d'annuaire téléphonique
7842 \begin_inset CommandInset label
7843 LatexCommand label
7844 name "tab:Légendes-tableau-différentes"
7845
7846 \end_inset
7847
7848
7849 \begin_inset Argument
7850 status collapsed
7851
7852 \begin_layout Plain Layout
7853 Exemple Annuaire 
7854 \end_layout
7855
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 </row>
7887 <row endfirsthead="true">
7888 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \series bold
7894 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 </row>
7918 <row endfirsthead="true">
7919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \series bold
7925 NOM
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \series bold
7945 TÉL.
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row endhead="true">
7952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 \begin_inset ERT
7957 status open
7958
7959 \begin_layout Plain Layout
7960
7961
7962 \backslash
7963 caption*{Suite de l'exemple d'annuaire téléphonique}
7964 \backslash
7965
7966 \backslash
7967 %
7968 \end_layout
7969
7970 \end_inset
7971
7972
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \end_layout
7983
7984 \end_inset
7985 </cell>
7986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row endhead="true">
7997 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \series bold
8003 Exemple d'annuaire téléphonique
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 </row>
8027 <row endhead="true">
8028 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \series bold
8034 NOM
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \series bold
8054 TÉL.
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row endfoot="true">
8061 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 suite page suivante\SpecialChar \ldots{}
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Annovi
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Silvia
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Bertoli
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Stefano
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Bozzi
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Walter
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Cachia
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Maria
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Cachia
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Maurizio
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Cinquemani
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Giusi
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Colin
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Bernard
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Concli
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Gianfranco
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Dal Bosco
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Carolina
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Dalpiaz
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 Annamaria
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 111
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 </row>
8400 <row>
8401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405
8406 \series bold
8407 Feliciello
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 Domenico
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 111
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 </row>
8431 <row>
8432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436
8437 \series bold
8438 Focarelli
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Paola
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 111
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \series bold
8469 Galletti
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 Oreste
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 111
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \series bold
8500 Gasparini
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Franca
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 111
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \series bold
8531 Rizzardi
8532 \series default
8533
8534 \begin_inset Foot
8535 status open
8536
8537 \begin_layout Plain Layout
8538 Exemple de note de bas de page
8539 \end_layout
8540
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Paola
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Lassini
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Giancarlo
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Malfatti
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Luciano
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 111
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Malfatti
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Valeriano
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 111
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667 Meneguzzo
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 Roberto
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \series bold
8698 Mezzadra
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Roberto
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729 Pirpamer
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Erich
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \series bold
8760 Pochiesa
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Paolo
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 111, 222
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \series bold
8791 Radina
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 Claudio
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 111
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822 Stuffer
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 Oskar
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 111
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851
8852 \series bold
8853 Tacchelli
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 Ugo
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 111
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \series bold
8884 Tezzele
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Margit
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 111
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913
8914 \series bold
8915 Unterkalmsteiner
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 Frieda
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 111
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 </row>
8939 <row>
8940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944
8945 \series bold
8946 Vieider
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 Hilde
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 111
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \series bold
8977 Vigna
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 Jürgen
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 111
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 </row>
9001 <row>
9002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006
9007 \series bold
9008 Weber
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 Maurizio
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 111
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \series bold
9039 Winkler
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 Franz
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 111
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068  
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \series bold
9099 Annovi
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 Silvia
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 555
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \series bold
9130 Bertoli
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Stefano
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 555
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \series bold
9161 Bozzi
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 Walter
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 555
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \series bold
9192 Cachia
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Maria
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 555
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223 Cachia
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 Maurizio
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 555
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \series bold
9254 Cinquemani
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 Giusi
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 555
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \series bold
9285 Colin
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 Bernard
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 555
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \series bold
9316 Concli
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 Gianfranco
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 555
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \series bold
9347 Dal Bosco
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 Carolina
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 555
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \series bold
9378 Dalpiaz
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 Annamaria
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 555
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Feliciello
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Domenico
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 555
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \series bold
9440 Focarelli
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 Paola
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 555
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row>
9465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \series bold
9471 Galletti
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 Oreste
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 555
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \series bold
9502 Gasparini
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 Franca
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 555
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 </row>
9526 <row>
9527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531
9532 \series bold
9533 Rizzardi
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 Paola
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 555
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 <row>
9558 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562
9563 \series bold
9564 Lassini
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 Giancarlo
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582 555
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 </row>
9588 <row>
9589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593
9594 \series bold
9595 Malfatti
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 Luciano
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 555
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \series bold
9626 Malfatti
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 Valeriano
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 555
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657 Meneguzzo
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 Roberto
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 555
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688 Mezzadra
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 Roberto
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 555
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 </lyxtabular>
9713
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \begin_layout Section
9720 Questions particulières concernant les tableaux longs
9721 \begin_inset Argument
9722 status collapsed
9723
9724 \begin_layout Plain Layout
9725 Questions sur les tableaux longs
9726 \end_layout
9727
9728 \end_inset
9729
9730
9731 \begin_inset CommandInset label
9732 LatexCommand label
9733 name "sec:Questions-sur-tableaux-longs"
9734
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \begin_layout Subsection
9741 Calculs des pages des tableaux longs
9742 \begin_inset Index idx
9743 status collapsed
9744
9745 \begin_layout Plain Layout
9746 Tableaux longs ! Calculs
9747 \end_layout
9748
9749 \end_inset
9750
9751
9752 \end_layout
9753
9754 \begin_layout Standard
9755 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9756  en utilisant des blocs (chunks).
9757  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9758  mémoire de LaTeX.
9759  La valeur implicite est fixée pour des raisons historiques à seulement
9760  20 lignes de tableau.
9761  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9762  peut ralentir la création de votre document.
9763  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9764  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9765  préambule de votre document :
9766 \end_layout
9767
9768 \begin_layout Standard
9769
9770 \series bold
9771
9772 \backslash
9773 setcounter{LTchunksize}{100}
9774 \end_layout
9775
9776 \begin_layout Subsection
9777 Les Flottants et les Tableaux Longs
9778 \begin_inset Index idx
9779 status collapsed
9780
9781 \begin_layout Plain Layout
9782 Tableaux longs ! Flottants
9783 \end_layout
9784
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \begin_layout Standard
9791 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9792  commence un tableau long.
9793  Pour éviter une telle situation, insérez un saut de page (menu 
9794 \family sans
9795 Insérer\SpecialChar \menuseparator
9796 Typographie
9797 \begin_inset space ~
9798 \end_inset
9799
9800 spéciale\SpecialChar \menuseparator
9801 Saut de page (vide le tampon)
9802 \family default
9803
9804 \begin_inset space \thinspace{}
9805 \end_inset
9806
9807 ) juste avant votre tableau long.
9808 \end_layout
9809
9810 \begin_layout Subsection
9811 Sauts de pages forcés
9812 \begin_inset Index idx
9813 status collapsed
9814
9815 \begin_layout Plain Layout
9816 Tableaux longs ! Sauts de pages forcés
9817 \end_layout
9818
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \begin_layout Standard
9825 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9826  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9827  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9828  de saut de ligne 
9829 \begin_inset Quotes eld
9830 \end_inset
9831
9832
9833 \backslash
9834
9835 \backslash
9836
9837 \begin_inset Quotes erd
9838 \end_inset
9839
9840  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9841  Avant la commande 
9842 \begin_inset Quotes eld
9843 \end_inset
9844
9845
9846 \backslash
9847
9848 \backslash
9849
9850 \begin_inset Quotes erd
9851 \end_inset
9852
9853 , vous devez insérer en code TeX, autant de caractères 
9854 \begin_inset Quotes eld
9855 \end_inset
9856
9857 &
9858 \begin_inset Quotes erd
9859 \end_inset
9860
9861  qu'il y a de colonnes après la cellule concernée.
9862  Le caractère 
9863 \begin_inset Quotes eld
9864 \end_inset
9865
9866 &
9867 \begin_inset Quotes erd
9868 \end_inset
9869
9870  sert à séparer les colonnes d'un tableau.
9871  Écrivez en code-TeX, après chaque 
9872 \begin_inset Quotes eld
9873 \end_inset
9874
9875 &
9876 \begin_inset Quotes erd
9877 \end_inset
9878
9879  le contenu des cellules correspondantes et en même temps supprimez le contenu
9880  de ces cellules dans le texte normal.
9881  
9882 \begin_inset Newline newline
9883 \end_inset
9884
9885 Après la commande 
9886 \backslash
9887
9888 \backslash
9889 , insérez autant de caractères 
9890 \begin_inset Quotes eld
9891 \end_inset
9892
9893 &
9894 \begin_inset Quotes erd
9895 \end_inset
9896
9897  qu'il y a de colonnes avant la colonne traitée.
9898  Dans le tableau
9899 \begin_inset space ~
9900 \end_inset
9901
9902
9903 \begin_inset CommandInset ref
9904 LatexCommand ref
9905 reference "tab:Tableau-saut-de-page"
9906
9907 \end_inset
9908
9909  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9910  suivie par une autre colonne.
9911  La commande suivante a donc été insérée en code TeX dans la cellule après
9912  le mot 
9913 \begin_inset Quotes eld
9914 \end_inset
9915
9916
9917 \emph on
9918 Castelchiodato,
9919 \emph default
9920
9921 \begin_inset Quotes erd
9922 \end_inset
9923
9924 :
9925 \end_layout
9926
9927 \begin_layout Standard
9928
9929 \series bold
9930 & 111
9931 \backslash
9932
9933 \backslash
9934  
9935 \backslash
9936 newpage
9937 \begin_inset Newline newline
9938 \end_inset
9939
9940 &
9941 \end_layout
9942
9943 \begin_layout Standard
9944 Le 
9945 \begin_inset Quotes eld
9946 \end_inset
9947
9948 111
9949 \begin_inset Quotes erd
9950 \end_inset
9951
9952  dans la troisième colonne de la ligne a été supprimé.
9953  
9954 \series bold
9955
9956 \backslash
9957 newpage
9958 \series default
9959  est nécessaire seulement quand un saut de page doit impérativement avoir
9960  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9961  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9962  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9963  est coupée, utilisez cette commande à la place de la précédente :
9964 \end_layout
9965
9966 \begin_layout Standard
9967
9968 \series bold
9969 & 111
9970 \backslash
9971
9972 \backslash
9973
9974 \begin_inset Newline newline
9975 \end_inset
9976
9977
9978 \backslash
9979 hline &
9980 \end_layout
9981
9982 \begin_layout Standard
9983 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9984  insérer la commande
9985 \end_layout
9986
9987 \begin_layout Standard
9988
9989 \series bold
9990
9991 \backslash
9992 setlength{
9993 \backslash
9994 parfillskip}{0pt}
9995 \end_layout
9996
9997 \begin_layout Standard
9998 au début de la cellule.
9999  Cela assure que la portion de la cellule qui va se trouver affichée sur
10000  la page suivante le sera avec toute la largeur de la cellule.
10001 \end_layout
10002
10003 \begin_layout Standard
10004 \align center
10005 \begin_inset Tabular
10006 <lyxtabular version="3" rows="38" columns="3">
10007 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10008 <column alignment="left" valignment="top" width="0cm">
10009 <column alignment="left" valignment="top" width="3cm">
10010 <column alignment="center" valignment="top" width="0pt">
10011 <row caption="true">
10012 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 \begin_inset Caption
10017
10018 \begin_layout Plain Layout
10019 Tableau avec un saut de page forcé dans une cellule
10020 \begin_inset CommandInset label
10021 LatexCommand label
10022 name "tab:Tableau-saut-de-page"
10023
10024 \end_inset
10025
10026
10027 \begin_inset Argument
10028 status collapsed
10029
10030 \begin_layout Plain Layout
10031 Tableau avec un saut de page forcé dans une cellule
10032 \end_layout
10033
10034 \end_inset
10035
10036
10037 \end_layout
10038
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row endfirsthead="true">
10066 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row endfirsthead="true">
10097 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 NOM
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \series bold
10123 TÉL.
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row endhead="true">
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 \begin_inset ERT
10135 status collapsed
10136
10137 \begin_layout Plain Layout
10138
10139
10140 \backslash
10141 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10142 \backslash
10143
10144 \backslash
10145 %
10146 \end_layout
10147
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 <row endhead="true">
10175 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179  
10180 \series bold
10181 Exemple d'annuaire téléphonique
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row endhead="true">
10206 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \series bold
10212 NOM
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 TÉL.
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row endfoot="true">
10239 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 suite page suivante\SpecialChar \ldots{}
10244
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Annovi
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Silvia
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Bertoli
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Stefano
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Bozzi
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Walter
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Cachia
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Maria
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Cachia
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Maurizio
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 111
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Cinquemani
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Giusi
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Colin
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Bernard
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Concli
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Gianfranco
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Dal Bosco
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Carolina
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Dalpiaz
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Annamaria
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Feliciello
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Domenico
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Focarelli
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Paola
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 111
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \series bold
10647 Galletti
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 Oreste
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 111
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row>
10672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \series bold
10678 Gasparini
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 Franca
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 111
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 Lassini
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Giancarlo
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 111
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \series bold
10740 Malfatti
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Luciano
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 111
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \series bold
10771 Malfatti
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 Valeriano
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 111
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \series bold
10802 Meneguzzo
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 Roberto
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 111
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \series bold
10833 Mezzadra
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 Roberto
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 111
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 <row>
10858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \series bold
10864 Pirpamer
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 Erich
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 111
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 </row>
10888 <row>
10889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \series bold
10895 Pochiesa
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 Paolo
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 111, 222
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 <row>
10920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924
10925 \series bold
10926 Radina
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 Claudio
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 111
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 </row>
10950 <row>
10951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955
10956 \series bold
10957 Rizzardi
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 Giancarlo, 11.
10967  Fürst von Montecompatri, 11.
10968  Fürst von Sulmona und Vivaro, 10.
10969  Fürst von Rossano, 5.
10970  Herzog von Canemorte, 11.
10971  Herzog von Palombara, 5.
10972  Herzog von Castelchiodato,
10973 \begin_inset ERT
10974 status open
10975
10976 \begin_layout Plain Layout
10977
10978 & 111
10979 \backslash
10980
10981 \backslash
10982  
10983 \backslash
10984 newpage
10985 \end_layout
10986
10987 \begin_layout Plain Layout
10988
10989 &
10990 \end_layout
10991
10992 \end_inset
10993
10994  11.
10995  Herzog von Poggionativo, 11.
10996  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10997  Graf von Valinfreda, 11.
10998  Baron von Cropalati, 11.
10999  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 <row>
11015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019
11020 \series bold
11021 Stuffer
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 Oskar
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 111
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \series bold
11052 Tacchelli
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 Ugo
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 111
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 <row>
11077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \series bold
11083 Tezzele
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 Margit
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 111
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 <row>
11108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \series bold
11114 Unterkalmsteiner
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 Frieda
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 111
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 </row>
11138 <row>
11139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143
11144 \series bold
11145 Vieider
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 Hilde
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 111
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \series bold
11176 Vigna
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 Jürgen
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 111
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 </row>
11200 <row>
11201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205
11206 \series bold
11207 Weber
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 Maurizio
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 111
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 <row>
11232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236
11237 \series bold
11238 Winkler
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 Franz
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 111
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 </lyxtabular>
11263
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \begin_layout Section
11270 Colonnes et lignes à lignes multiples
11271 \end_layout
11272
11273 \begin_layout Subsection
11274 Lignes multiples dans une cellule de tableau
11275 \begin_inset CommandInset label
11276 LatexCommand label
11277 name "sub:Lignes-multiple-dans-cellule"
11278
11279 \end_inset
11280
11281
11282 \begin_inset Index idx
11283 status collapsed
11284
11285 \begin_layout Plain Layout
11286 Plusieurs lignes dans une case de tableau
11287 \end_layout
11288
11289 \end_inset
11290
11291
11292 \begin_inset Index idx
11293 status collapsed
11294
11295 \begin_layout Plain Layout
11296 Tableau ! Saut de ligne
11297 \end_layout
11298
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \begin_layout Standard
11305 \noindent
11306 \begin_inset Float table
11307 placement H
11308 wide false
11309 sideways false
11310 status open
11311
11312 \begin_layout Plain Layout
11313 \begin_inset Caption
11314
11315 \begin_layout Plain Layout
11316 \begin_inset CommandInset label
11317 LatexCommand label
11318 name "tab:Tableau-avec-plusieurs-lignes"
11319
11320 \end_inset
11321
11322 Tableau avec des lignes multiples dans une cellule
11323 \end_layout
11324
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \begin_layout Plain Layout
11331 \align center
11332 \begin_inset Tabular
11333 <lyxtabular version="3" rows="3" columns="3">
11334 <features tabularvalignment="middle">
11335 <column alignment="center" valignment="middle" width="2.5cm">
11336 <column alignment="center" valignment="middle" width="0">
11337 <column alignment="center" valignment="middle" width="0">
11338 <row>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 Lignes
11344 \begin_inset Newline linebreak
11345 \end_inset
11346
11347 multiples
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 b
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 c
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 <row>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 d
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 e
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 f
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 </row>
11400 <row>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 g
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 h
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 i
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 </lyxtabular>
11430
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Standard
11442 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11443  d'un paragraphe avec des sauts de lignes et des césures.
11444 \end_layout
11445
11446 \begin_layout Standard
11447 Pour obtenir le tableau
11448 \begin_inset space ~
11449 \end_inset
11450
11451
11452 \begin_inset CommandInset ref
11453 LatexCommand ref
11454 reference "tab:Tableau-avec-plusieurs-lignes"
11455
11456 \end_inset
11457
11458 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11459  droit dessus.
11460  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11461  2.5
11462 \begin_inset space \thinspace{}
11463 \end_inset
11464
11465 cm et choisissez les alignements vertical et horizontal centrés.
11466  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11467  Comme notre texte est plus petit que 2.5
11468 \begin_inset space \thinspace{}
11469 \end_inset
11470
11471 cm, une seule ligne va apparaître.
11472  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11473  
11474 \family sans
11475 Ctrl-Shift-Entrée
11476 \family default
11477 ).
11478  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11479 ement découpé en plusieurs lignes.
11480 \end_layout
11481
11482 \begin_layout Standard
11483 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11484  pas effectuer de césure si c'est le premier élément de la cellule.
11485  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11486  premier élément : Ajoutez un espace horizontal de 0
11487 \begin_inset space \thinspace{}
11488 \end_inset
11489
11490 pt juste avant votre mot.
11491  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11492  Le tableau
11493 \begin_inset space ~
11494 \end_inset
11495
11496
11497 \begin_inset CommandInset ref
11498 LatexCommand ref
11499 reference "tab:Tableau-césure"
11500
11501 \end_inset
11502
11503  montre l'effet de cette insertion.
11504 \end_layout
11505
11506 \begin_layout Standard
11507 \begin_inset Float table
11508 placement h
11509 wide false
11510 sideways false
11511 status open
11512
11513 \begin_layout Plain Layout
11514 \begin_inset Caption
11515
11516 \begin_layout Plain Layout
11517 \begin_inset CommandInset label
11518 LatexCommand label
11519 name "tab:Tableau-césure"
11520
11521 \end_inset
11522
11523 Tableau avec et sans césure.
11524 \end_layout
11525
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \begin_layout Plain Layout
11532 \begin_inset space \hfill{}
11533 \end_inset
11534
11535
11536 \begin_inset Tabular
11537 <lyxtabular version="3" rows="3" columns="3">
11538 <features tabularvalignment="middle">
11539 <column alignment="center" valignment="middle" width="2.5cm">
11540 <column alignment="center" valignment="middle" width="0">
11541 <column alignment="center" valignment="middle" width="0">
11542 <row>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 mottrèslongdansunecellule
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 b
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 c
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 </row>
11571 <row>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 d
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 e
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 f
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 g
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 h
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 i
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 </row>
11629 </lyxtabular>
11630
11631 \end_inset
11632
11633
11634 \begin_inset space \hfill{}
11635 \end_inset
11636
11637
11638 \begin_inset Tabular
11639 <lyxtabular version="3" rows="3" columns="3">
11640 <features tabularvalignment="middle">
11641 <column alignment="center" valignment="middle" width="2.5cm">
11642 <column alignment="center" valignment="middle" width="0">
11643 <column alignment="center" valignment="middle" width="0">
11644 <row>
11645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 \begin_inset space \hspace{}
11650 \length 0pt
11651 \end_inset
11652
11653 mottrèslongdansunecellule
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 b
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 c
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 </row>
11677 <row>
11678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 d
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 e
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 f
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 </row>
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 g
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 h
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 i
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 </lyxtabular>
11736
11737 \end_inset
11738
11739
11740 \begin_inset space \hfill{}
11741 \end_inset
11742
11743
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \begin_layout Subsection
11752 Multi-colonnes
11753 \begin_inset CommandInset label
11754 LatexCommand label
11755 name "sub:Multicolonnes"
11756
11757 \end_inset
11758
11759
11760 \begin_inset Index idx
11761 status collapsed
11762
11763 \begin_layout Plain Layout
11764 Multi-colonnes
11765 \end_layout
11766
11767 \end_inset
11768
11769
11770 \begin_inset Index idx
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774 Tableau ! Multi-colonnes
11775 \end_layout
11776
11777 \end_inset
11778
11779
11780 \end_layout
11781
11782 \begin_layout Subsubsection
11783 Les Bases des Multicolonnes
11784 \end_layout
11785
11786 \begin_layout Standard
11787 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11788  qu'elle doit couvrir et utilisez soit le bouton
11789 \begin_inset Graphics
11790         filename ../../images/tabular-feature_multicolumn.png
11791         scale 85
11792         scaleBeforeRotation
11793
11794 \end_inset
11795
11796  de la barre d'outils tableau, ou le menu 
11797 \family sans
11798 Éditer\SpecialChar \menuseparator
11799 Tableau\SpecialChar \menuseparator
11800 Multi-colonnes
11801 \family default
11802 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11803  
11804 \family sans
11805 Multi-colonnes
11806 \family default
11807 .
11808 \end_layout
11809
11810 \begin_layout Standard
11811 Les multi-colonnes ont leurs propres paramètres de cellule.
11812  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11813  de la cellule, cela n'affecte que la cellule multi-colonne.
11814  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11815  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11816 \end_layout
11817
11818 \begin_layout Standard
11819 \align center
11820 \begin_inset Tabular
11821 <lyxtabular version="3" rows="3" columns="4">
11822 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11823 <column alignment="center" valignment="top" width="0pt">
11824 <column alignment="center" valignment="middle" width="0">
11825 <column alignment="center" valignment="top" width="0in">
11826 <column alignment="center" valignment="top" width="0pt">
11827 <row>
11828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 abc
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 def ghi
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 jkl
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 </row>
11865 <row>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 A
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 B
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 C
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 D
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 </row>
11903 <row>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 1
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 2
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926 3
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 4
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 </row>
11941 </lyxtabular>
11942
11943 \end_inset
11944
11945
11946 \end_layout
11947
11948 \begin_layout Subsubsection
11949 Calculs avec les multi-colonnes
11950 \begin_inset CommandInset label
11951 LatexCommand label
11952 name "sub:Calculs-multicolonnes"
11953
11954 \end_inset
11955
11956
11957 \begin_inset Index idx
11958 status collapsed
11959
11960 \begin_layout Plain Layout
11961 Multi-colonnes ! Calculs
11962 \end_layout
11963
11964 \end_inset
11965
11966
11967 \end_layout
11968
11969 \begin_layout Standard
11970 LyX gère directement les multi-colonnes, mais nous devons faire attention
11971  à la largeur des cellules couvertes par la cellule multicolonne.
11972 \end_layout
11973
11974 \begin_layout Standard
11975 \begin_inset Float table
11976 placement h
11977 wide false
11978 sideways false
11979 status open
11980
11981 \begin_layout Plain Layout
11982 \begin_inset Caption
11983
11984 \begin_layout Plain Layout
11985 \begin_inset CommandInset label
11986 LatexCommand label
11987 name "tab:Tableau-multicolonne-parfaite"
11988
11989 \end_inset
11990
11991 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11992  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11993 \begin_inset Argument
11994 status open
11995
11996 \begin_layout Plain Layout
11997 Tableau avec multicolonne parfaite
11998 \end_layout
11999
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006
12007
12008 \end_layout
12009
12010 \begin_layout Plain Layout
12011 \align center
12012 \begin_inset Tabular
12013 <lyxtabular version="3" rows="3" columns="3">
12014 <features tabularvalignment="middle">
12015 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12016 <column alignment="center" valignment="middle" width="0">
12017 <column alignment="center" valignment="top" width="0">
12018 <row>
12019 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 multicolonne sur plusieurs lignes
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041 c
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 <row>
12048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 d
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 e
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12067 \begin_inset Text
12068
12069 \begin_layout Plain Layout
12070 f
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 </row>
12076 <row>
12077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12078 \begin_inset Text
12079
12080 \begin_layout Plain Layout
12081 g
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 h
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 i
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 </row>
12105 </lyxtabular>
12106
12107 \end_inset
12108
12109
12110 \end_layout
12111
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \begin_layout Standard
12118 Par exemple, pour créer le tableau
12119 \begin_inset space ~
12120 \end_inset
12121
12122
12123 \begin_inset CommandInset ref
12124 LatexCommand ref
12125 reference "tab:Tableau-multicolonne-parfaite"
12126
12127 \end_inset
12128
12129 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12130  3×3 et faites un clic droit dessus.
12131  Ensuite choisissez pour cette cellule
12132 \emph on
12133 ,
12134 \emph default
12135  dans la fenêtre de dialogue de tableau, 
12136 \emph on
12137 multicolonne
12138 \emph default
12139
12140 \emph on
12141 alignement
12142 \begin_inset space ~
12143 \end_inset
12144
12145 horizontal
12146 \begin_inset space ~
12147 \end_inset
12148
12149 centré
12150 \emph default
12151  et une largeur de 2.5
12152 \begin_inset space \thinspace{}
12153 \end_inset
12154
12155 cm.
12156  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12157  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12158 \begin_inset space \thinspace{}
12159 \end_inset
12160
12161 cm pour la première colonne.
12162  La deuxième colonne aura alors automatiquement une largeur de 1.25
12163 \begin_inset space \thinspace{}
12164 \end_inset
12165
12166 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12167  C'est ce qui a été fait pour le tableau
12168 \begin_inset space ~
12169 \end_inset
12170
12171
12172 \begin_inset CommandInset ref
12173 LatexCommand ref
12174 reference "tab:Tableau-multicolonne-imparfait"
12175
12176 \end_inset
12177
12178 .
12179 \end_layout
12180
12181 \begin_layout Standard
12182 \begin_inset Float table
12183 wide false
12184 sideways false
12185 status open
12186
12187 \begin_layout Plain Layout
12188 \begin_inset Caption
12189
12190 \begin_layout Plain Layout
12191 \begin_inset CommandInset label
12192 LatexCommand label
12193 name "tab:Tableau-multicolonne-imparfait"
12194
12195 \end_inset
12196
12197 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12198  de la largeur de la cellule multicolonne.
12199 \begin_inset Argument
12200 status open
12201
12202 \begin_layout Plain Layout
12203 Tableau avec multicolonne pas parfaite
12204 \end_layout
12205
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Plain Layout
12217 \align center
12218 \begin_inset Tabular
12219 <lyxtabular version="3" rows="3" columns="3">
12220 <features tabularvalignment="middle">
12221 <column alignment="center" valignment="top" width="1.25cm">
12222 <column alignment="center" valignment="top" width="0">
12223 <column alignment="center" valignment="top" width="0">
12224 <row>
12225 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 multicolonne sur plusieurs lignes
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247 c
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 </row>
12253 <row>
12254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12255 \begin_inset Text
12256
12257 \begin_layout Plain Layout
12258 d
12259 \end_layout
12260
12261 \end_inset
12262 </cell>
12263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 e
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 f
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 </row>
12282 <row>
12283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 g
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 h
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 i
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 </row>
12311 </lyxtabular>
12312
12313 \end_inset
12314
12315
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \begin_layout Standard
12324 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12325  de la cellule multicolonne, elle est un peu plus large.
12326  La raison est que la taille que l'on donne à une cellule, 
12327 \begin_inset Formula $W_{g}$
12328 \end_inset
12329
12330  n'est pas sa taille totale, 
12331 \begin_inset Formula $W_{\mathrm{tot}}$
12332 \end_inset
12333
12334  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12335  lui donne.
12336  L'appendice
12337 \begin_inset space ~
12338 \end_inset
12339
12340
12341 \begin_inset CommandInset ref
12342 LatexCommand eqref
12343 reference "cha:Explication-de-l'Equation"
12344
12345 \end_inset
12346
12347  explique pourquoi en détail.
12348 \end_layout
12349
12350 \begin_layout Standard
12351 La largeur nécessaire 
12352 \begin_inset Formula $W_{g\, n}$
12353 \end_inset
12354
12355  quand 
12356 \emph on
12357 n
12358 \emph default
12359  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12360  ait une largeur totale de 
12361 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12362 \end_inset
12363
12364 :
12365 \begin_inset Formula 
12366 \begin{equation}
12367 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12368 \end{equation}
12369
12370 \end_inset
12371
12372
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Dans notre cas nous avons 
12377 \begin_inset Formula $n=2$
12378 \end_inset
12379
12380
12381 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12382 \end_inset
12383
12384 cm et les valeurs implicites pour les autres longueurs, l'équation
12385 \begin_inset space ~
12386 \end_inset
12387
12388
12389 \begin_inset CommandInset ref
12390 LatexCommand ref
12391 reference "eq:Wgn"
12392
12393 \end_inset
12394
12395  devient
12396 \begin_inset Formula 
12397 \begin{equation}
12398 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12399 \end{equation}
12400
12401 \end_inset
12402
12403
12404 \end_layout
12405
12406 \begin_layout Standard
12407 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12408  
12409 \series bold
12410 calc
12411 \series default
12412  avec la ligne suivante dans le préambule du document
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Paquetages LaTeX ! calc
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426
12427 \series bold
12428
12429 \backslash
12430 usepackage{calc}
12431 \end_layout
12432
12433 \begin_layout Standard
12434 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12435  de dialogue.
12436  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12437  la fenêtre de dialogue.
12438  Voici un aperçu de ces paramètres :
12439 \end_layout
12440
12441 \begin_layout Itemize
12442
12443 \series bold
12444 p{largeur}
12445 \series default
12446  crée une cellule de taille donnée, le texte est aligné verticalement en
12447  haut.
12448 \end_layout
12449
12450 \begin_layout Itemize
12451
12452 \series bold
12453 m{largeur}
12454 \series default
12455  crée une cellule de taille donnée, le texte est aligné verticalement au
12456  centre
12457 \end_layout
12458
12459 \begin_layout Itemize
12460
12461 \series bold
12462 b{largeur}
12463 \series default
12464  crée une cellule de taille donnée, le texte est aligné verticalement en
12465  bas
12466 \end_layout
12467
12468 \begin_layout Standard
12469 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12470  la fenêtre de dialogue sont ignorés.
12471 \end_layout
12472
12473 \begin_layout Standard
12474 \begin_inset Note Greyedout
12475 status open
12476
12477 \begin_layout Plain Layout
12478
12479 \series bold
12480 Note:
12481 \series default
12482  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12483  en compte.
12484 \end_layout
12485
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \begin_layout Standard
12492 Comme le texte doit être centré horizontalement, on ajoute la commande 
12493 \series bold
12494
12495 \backslash
12496 centering
12497 \series default
12498 .
12499  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12500  des colonnes recouvertes :
12501 \end_layout
12502
12503 \begin_layout Standard
12504
12505 \series bold
12506 >{
12507 \backslash
12508 centering}m{1.25cm-6.2pt}
12509 \end_layout
12510
12511 \begin_layout Standard
12512 La commande 
12513 \series bold
12514 >{ }
12515 \series default
12516  signifie que les commandes qui se trouvent entre les accolades doivent
12517  être appliquées avant que la cellule ne soit créée.
12518 \end_layout
12519
12520 \begin_layout Standard
12521 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12522  multicolonne, il est toujours aligné à gauche.
12523  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12524  isolées.
12525  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12526 \end_layout
12527
12528 \begin_layout Standard
12529
12530 \series bold
12531 >{
12532 \backslash
12533 centering}m{2.5cm}
12534 \end_layout
12535
12536 \begin_layout Subsection
12537 Multi-lignes
12538 \begin_inset CommandInset label
12539 LatexCommand label
12540 name "sub:Multi-lignes"
12541
12542 \end_inset
12543
12544
12545 \begin_inset Index idx
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549 Multi-lignes
12550 \end_layout
12551
12552 \end_inset
12553
12554
12555 \begin_inset Index idx
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559 Tableau ! Multi-ligne
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \end_layout
12566
12567 \begin_layout Standard
12568 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12569  qu'elle doit couvrir et utilisez soit le bouton 
12570 \begin_inset Graphics
12571         filename ../../images/tabular-feature_multirow.png
12572         scale 85
12573         scaleBeforeRotation
12574
12575 \end_inset
12576
12577 de la barre d'outils tableau, ou le menu 
12578 \family sans
12579 Éditer\SpecialChar \menuseparator
12580 Tableau\SpecialChar \menuseparator
12581 Multi-lignes
12582 \family default
12583 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12584  
12585 \family sans
12586 Multi-lignes
12587 \family default
12588 .
12589 \end_layout
12590
12591 \begin_layout Standard
12592 Voici un exemple de tableau avec une cellule multiligne en première colonne:
12593 \end_layout
12594
12595 \begin_layout Standard
12596 \align center
12597 \begin_inset Tabular
12598 <lyxtabular version="3" rows="3" columns="3">
12599 <features tabularvalignment="middle">
12600 <column alignment="center" valignment="top" width="0pt">
12601 <column alignment="center" valignment="top" width="0">
12602 <column alignment="center" valignment="top" width="0">
12603 <row>
12604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 un contenu long
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 b
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 c
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 </row>
12632 <row>
12633 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 multi-ligne
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 e
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 f
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 <row>
12662 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 h
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 i
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 </row>
12690 </lyxtabular>
12691
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \begin_layout Standard
12698 La largeur de la cellule multiligne est déterminée par la largeur de toute
12699  la colonne.
12700  L'
12701 \family sans
12702 Espacement
12703 \begin_inset space ~
12704 \end_inset
12705
12706 vertical
12707 \family default
12708  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12709  est positive ou négative.
12710 \end_layout
12711
12712 \begin_layout Standard
12713 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12714  explicitement, la cellule hérite de l'alignement de la colonne.
12715  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12716  implicite, vous devez redéfinir la commande 
12717 \series bold
12718
12719 \backslash
12720 multirowsetup
12721 \series default
12722  avec la commande
12723 \end_layout
12724
12725 \begin_layout Standard
12726
12727 \series bold
12728
12729 \backslash
12730 renewcommand{
12731 \backslash
12732 multirowsetup}{
12733 \backslash
12734 centering}
12735 \end_layout
12736
12737 \begin_layout Standard
12738 dans le préambule du document.
12739  Après ça, tous les contenus de cellules multi-lignes du document seront
12740  centrés.
12741  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12742  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12743  juste avant le tableau concerné, plutôt que dans le préambule.
12744  Si le texte doit être aligné à droite, remplacez 
12745 \series bold
12746
12747 \backslash
12748 centering
12749 \series default
12750  par 
12751 \series bold
12752
12753 \backslash
12754 raggedleft
12755 \series default
12756 .
12757  Pour revenir à l'alignement à gauche utilisez 
12758 \series bold
12759
12760 \backslash
12761 raggedright
12762 \series default
12763 .
12764 \end_layout
12765
12766 \begin_layout Standard
12767 Voici un exemple de tableau avec une cellule multiligne alignée à droite
12768  avec un décalage vertical de of -4
12769 \begin_inset space \thinspace{}
12770 \end_inset
12771
12772 mm dans une colonne de 3
12773 \begin_inset space \thinspace{}
12774 \end_inset
12775
12776 cm de large
12777 \begin_inset space ~
12778 \end_inset
12779
12780 :
12781 \end_layout
12782
12783 \begin_layout Standard
12784 \noindent
12785 \align center
12786 \begin_inset ERT
12787 status collapsed
12788
12789 \begin_layout Plain Layout
12790
12791
12792 \backslash
12793 renewcommand{
12794 \backslash
12795 multirowsetup}{
12796 \backslash
12797 raggedleft}
12798 \end_layout
12799
12800 \end_inset
12801
12802
12803 \begin_inset Tabular
12804 <lyxtabular version="3" rows="4" columns="3">
12805 <features tabularvalignment="middle">
12806 <column alignment="center" valignment="top" width="3cm">
12807 <column alignment="center" valignment="top" width="0">
12808 <column alignment="center" valignment="top" width="0">
12809 <row>
12810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 un contenu long
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 b
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 c
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 <row>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 t
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 n
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Plain Layout
12861 m
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 </row>
12867 <row>
12868 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 multi-ligne
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 e
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12887 \begin_inset Text
12888
12889 \begin_layout Plain Layout
12890 f
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 <row>
12897 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 h
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12916 \begin_inset Text
12917
12918 \begin_layout Plain Layout
12919 i
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 </row>
12925 </lyxtabular>
12926
12927 \end_inset
12928
12929
12930 \begin_inset ERT
12931 status collapsed
12932
12933 \begin_layout Plain Layout
12934
12935
12936 \backslash
12937 renewcommand{
12938 \backslash
12939 multirowsetup}{
12940 \backslash
12941 raggedright}
12942 \end_layout
12943
12944 \end_inset
12945
12946
12947 \end_layout
12948
12949 \begin_layout Standard
12950
12951 \lang english
12952 To start a new line in a multirow you can use a forced line break (shortcut
12953  
12954 \begin_inset Info
12955 type  "shortcut"
12956 arg   "newline-insert newline"
12957 \end_inset
12958
12959 ) but this will not respect the cell lines as demonstrated in this table:
12960 \end_layout
12961
12962 \begin_layout Standard
12963 \noindent
12964 \align center
12965
12966 \lang english
12967 \begin_inset Tabular
12968 <lyxtabular version="3" rows="3" columns="2">
12969 <features tabularvalignment="middle">
12970 <column alignment="left" valignment="middle" width="2cm">
12971 <column alignment="center" valignment="top" width="0">
12972 <row>
12973 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977
12978 \lang english
12979 aaa
12980 \begin_inset Newline newline
12981 \end_inset
12982
12983 aaa
12984 \begin_inset Newline newline
12985 \end_inset
12986
12987 wrong cell
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996
12997 \lang english
12998 ccc
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 </row>
13004 <row>
13005 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13015 \begin_inset Text
13016
13017 \begin_layout Plain Layout
13018
13019 \lang english
13020 ddd
13021 \end_layout
13022
13023 \end_inset
13024 </cell>
13025 </row>
13026 <row>
13027 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031
13032 \lang english
13033 bbb
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042
13043 \lang english
13044 eee
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 </row>
13050 </lyxtabular>
13051
13052 \end_inset
13053
13054
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \lang english
13060 Therefore be careful with forced line breaks.
13061 \end_layout
13062
13063 \begin_layout Section
13064 Les Tableaux Formels
13065 \begin_inset CommandInset label
13066 LatexCommand label
13067 name "sec:Tableaux-Formels"
13068
13069 \end_inset
13070
13071
13072 \begin_inset Index idx
13073 status collapsed
13074
13075 \begin_layout Plain Layout
13076 Tableau ! Formel
13077 \end_layout
13078
13079 \end_inset
13080
13081
13082 \end_layout
13083
13084 \begin_layout Standard
13085 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13086  à celle du tableau
13087 \begin_inset space ~
13088 \end_inset
13089
13090
13091 \begin_inset CommandInset ref
13092 LatexCommand ref
13093 reference "tab:Exemple-tableau-booktabs"
13094
13095 \end_inset
13096
13097 .
13098  Ce genre de tableau est appelé 
13099 \begin_inset Quotes eld
13100 \end_inset
13101
13102
13103 \emph on
13104 formel
13105 \emph default
13106
13107 \begin_inset Quotes erd
13108 \end_inset
13109
13110 .
13111  Pour transformer un tableau en tableau formel, utilisez l'option 
13112 \family sans
13113 Formel
13114 \family default
13115  de l'onglet 
13116 \family sans
13117 Bordures
13118 \family default
13119  de la fenêtre de dialogue 
13120 \family sans
13121 Paramètres
13122 \begin_inset space ~
13123 \end_inset
13124
13125 du
13126 \begin_inset space ~
13127 \end_inset
13128
13129 tableau
13130 \family default
13131 .
13132 \end_layout
13133
13134 \begin_layout Standard
13135 \begin_inset Float table
13136 placement h
13137 wide false
13138 sideways false
13139 status open
13140
13141 \begin_layout Plain Layout
13142 \begin_inset Caption
13143
13144 \begin_layout Plain Layout
13145 \begin_inset CommandInset label
13146 LatexCommand label
13147 name "tab:Exemple-tableau-booktabs"
13148
13149 \end_inset
13150
13151 Exemple de tableau formel
13152 \end_layout
13153
13154 \end_inset
13155
13156
13157 \end_layout
13158
13159 \begin_layout Plain Layout
13160 \align center
13161 \begin_inset Tabular
13162 <lyxtabular version="3" rows="8" columns="4">
13163 <features booktabs="true" tabularvalignment="middle">
13164 <column alignment="center" valignment="top" width="0">
13165 <column alignment="center" valignment="top" width="0">
13166 <column alignment="center" valignment="top" width="0">
13167 <column alignment="center" valignment="top" width="0">
13168 <row>
13169 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 Système
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 Chip
13183 \begin_inset space \thinspace{}
13184 \end_inset
13185
13186 1
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13192 \begin_inset Text
13193
13194 \begin_layout Plain Layout
13195 Chip
13196 \begin_inset space \thinspace{}
13197 \end_inset
13198
13199 2
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 </row>
13214 <row>
13215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 \begin_inset ERT
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223
13224
13225 \backslash
13226 cmidrule(r){2-2}
13227 \end_layout
13228
13229 \end_inset
13230
13231
13232 \begin_inset ERT
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236
13237
13238 \backslash
13239 cmidrule(l){3-4}
13240 \end_layout
13241
13242 \end_inset
13243
13244 Épaisseur du capteur en µm
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 300
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 300
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 700
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 </row>
13277 <row>
13278 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13279 \begin_inset Text
13280
13281 \begin_layout Plain Layout
13282 Angle du biseau en °
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell alignment="center" valignment="top" topline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 3.55
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 2.71
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 7.99
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 </row>
13315 <row topspace="default">
13316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 Résolution spatiale en µm
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 4.26
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 10.17
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 10.56
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 </row>
13353 <row topspace="default">
13354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 MTF à 
13359 \begin_inset Formula $f_{\mathrm{max}}$
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 0.53
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 <cell alignment="center" valignment="top" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 0.37
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 0.39
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 </row>
13395 <row topspace="default">
13396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405
13406 \backslash
13407 cmidrule(l{10pt}){1-1}
13408 \end_layout
13409
13410 \end_inset
13411
13412 résolution spatiale LSF
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 en µm
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 129.7
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 52.75
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 50.78
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row>
13484 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 en % de la taille des pixels
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 76.3
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 95.9
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 92.3
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 </lyxtabular>
13522
13523 \end_inset
13524
13525
13526 \end_layout
13527
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \begin_layout Standard
13534 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13535  
13536 \family sans
13537 Bordures
13538 \family default
13539  de la fenêtre de dialogue 
13540 \family sans
13541 Paramètres
13542 \begin_inset space ~
13543 \end_inset
13544
13545 du
13546 \begin_inset space ~
13547 \end_inset
13548
13549 tableau
13550 \family default
13551  comme c'est décrit dans la section
13552 \begin_inset space ~
13553 \end_inset
13554
13555
13556 \begin_inset CommandInset ref
13557 LatexCommand ref
13558 reference "sub:Espacement-lignes"
13559
13560 \end_inset
13561
13562 .
13563 \end_layout
13564
13565 \begin_layout Standard
13566 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13567  verticales.
13568  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13569  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13570  sortie imprimée :
13571 \begin_inset Newline newline
13572 \end_inset
13573
13574 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13575 \begin_inset space \thinspace{}
13576 \end_inset
13577
13578 em alors que les autres lignes ont implicite une épaisseur de 0.05
13579 \begin_inset space \thinspace{}
13580 \end_inset
13581
13582 em.
13583 \end_layout
13584
13585 \begin_layout Standard
13586 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13587  les lignes de préambule suivantes :
13588 \end_layout
13589
13590 \begin_layout Standard
13591
13592 \series bold
13593
13594 \backslash
13595 let
13596 \backslash
13597 mytoprule
13598 \backslash
13599 toprule
13600 \begin_inset Newline newline
13601 \end_inset
13602
13603
13604 \backslash
13605 renewcommand{
13606 \backslash
13607 toprule}{
13608 \backslash
13609 mytoprule[width]}
13610 \end_layout
13611
13612 \begin_layout Standard
13613 Cet exemple concerne la première ligne, appelée 
13614 \series bold
13615 toprule
13616 \series default
13617 .
13618  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13619 \series bold
13620 toprule
13621 \series default
13622  par 
13623 \series bold
13624 bottomrule
13625 \series default
13626 .
13627  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13628  
13629 \series bold
13630 toprule
13631 \series default
13632  par 
13633 \series bold
13634 midrule
13635 \series default
13636 .
13637  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13638 \begin_inset space ~
13639 \end_inset
13640
13641
13642 \begin_inset CommandInset ref
13643 LatexCommand ref
13644 reference "cha:Unités-de-longueur"
13645
13646 \end_inset
13647
13648  pour préciser l'épaisseur voulue.
13649 \end_layout
13650
13651 \begin_layout Standard
13652 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13653  en mettant une ligne pour une cellule multi colonne.
13654  LyX va utiliser en interne la commande 
13655 \series bold
13656
13657 \backslash
13658 cmidrule
13659 \series default
13660  pour créer cette ligne.
13661  Sa syntaxe complète est :
13662 \end_layout
13663
13664 \begin_layout Standard
13665
13666 \series bold
13667
13668 \backslash
13669 cmidrule[largeur](rognage){colDépart-colFin}
13670 \end_layout
13671
13672 \begin_layout Standard
13673 Les options de la commande 
13674 \series bold
13675
13676 \backslash
13677 cmidrule
13678 \series default
13679  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13680  TeX pour pouvoir les utiliser.
13681  On peut créer manuellement des lignes 
13682 \series bold
13683
13684 \backslash
13685 mitrales
13686 \series default
13687  en insérant la commande en code TeX comme le premier élément de la première
13688  cellule de la ligne.
13689  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13690  en question.
13691 \end_layout
13692
13693 \begin_layout Standard
13694 La valeur implicite pour l'épaisseur des lignes est de 0.03
13695 \begin_inset space \thinspace{}
13696 \end_inset
13697
13698 em.
13699  
13700 \series bold
13701 colDépart
13702 \series default
13703  est le numéro de la colonne dans laquelle la ligne commence et 
13704 \series bold
13705 colFin
13706 \series default
13707  est le numéro de la colonne dans laquelle elle se termine.
13708  La valeur de 
13709 \series bold
13710 colFin
13711 \series default
13712  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13713  Le paramètre optionnel 
13714 \series bold
13715 rognage
13716 \series default
13717  peut être soit 
13718 \emph on
13719 l{largeurRognage}
13720 \emph default
13721 , ou 
13722 \emph on
13723 r{largeurRognage}
13724 \emph default
13725  où les valeurs de
13726 \emph on
13727  largeurRognage
13728 \emph default
13729  sont aussi optionnelles.
13730  En utilisant par exemple la valeur 
13731 \emph on
13732 l{2pt}
13733 \emph default
13734  pour ce paramètre, la ligne va être rognée de 2
13735 \begin_inset space \thinspace{}
13736 \end_inset
13737
13738 pt à son extrémité gauche.
13739  Si vous ne spécifiez pas de valeur pour 
13740 \emph on
13741 largeurRognage
13742 \emph default
13743  les lignes sont implicitement rognées de 0.5
13744 \begin_inset space \thinspace{}
13745 \end_inset
13746
13747 em.
13748 \end_layout
13749
13750 \begin_layout Standard
13751 \begin_inset VSpace bigskip
13752 \end_inset
13753
13754 Le tableau
13755 \begin_inset space ~
13756 \end_inset
13757
13758
13759 \begin_inset CommandInset ref
13760 LatexCommand ref
13761 reference "tab:Exemple-tableau-booktabs"
13762
13763 \end_inset
13764
13765  a été créé en utilisant les commandes
13766 \end_layout
13767
13768 \begin_layout Standard
13769
13770 \series bold
13771
13772 \backslash
13773 cmidrule(r){2-2}
13774 \backslash
13775 cmidrule(l){3-4}
13776 \end_layout
13777
13778 \begin_layout Standard
13779 au début de la deuxième ligne et
13780 \end_layout
13781
13782 \begin_layout Standard
13783
13784 \series bold
13785
13786 \backslash
13787 cmidrule(l{10pt}){1-1}
13788 \end_layout
13789
13790 \begin_layout Standard
13791 au début de la sixième ligne.
13792 \end_layout
13793
13794 \begin_layout Standard
13795 \begin_inset VSpace bigskip
13796 \end_inset
13797
13798
13799 \end_layout
13800
13801 \begin_layout Standard
13802 Vous pouvez vouloir des commandes 
13803 \series bold
13804
13805 \backslash
13806 cmidrule
13807 \series default
13808 s qui se recouvrent comme pour le tableau
13809 \begin_inset space ~
13810 \end_inset
13811
13812
13813 \begin_inset CommandInset ref
13814 LatexCommand ref
13815 reference "tab:Tableau-booktabs-special"
13816
13817 \end_inset
13818
13819 .
13820  On obtient ce résultat en utilisant la commande suivante en code TeX
13821 \end_layout
13822
13823 \begin_layout Standard
13824
13825 \series bold
13826
13827 \backslash
13828 morecmidrules
13829 \end_layout
13830
13831 \begin_layout Standard
13832 La commande qui a été utilisée pour la deuxième ligne du tableau
13833 \begin_inset space ~
13834 \end_inset
13835
13836
13837 \begin_inset CommandInset ref
13838 LatexCommand ref
13839 reference "tab:Tableau-booktabs-special"
13840
13841 \end_inset
13842
13843  est
13844 \end_layout
13845
13846 \begin_layout Standard
13847
13848 \series bold
13849
13850 \backslash
13851 cmidrule(r){2-2}
13852 \backslash
13853 cmidrule(l){3-4}
13854 \backslash
13855 morecmidrules
13856 \backslash
13857 cmidrule{2-4}
13858 \end_layout
13859
13860 \begin_layout Standard
13861 La commande pour la sixième ligne est
13862 \end_layout
13863
13864 \begin_layout Standard
13865
13866 \series bold
13867
13868 \backslash
13869 midrule
13870 \backslash
13871 morecmidrules
13872 \backslash
13873 cmidrule{3-4}
13874 \end_layout
13875
13876 \begin_layout Standard
13877 \begin_inset VSpace bigskip
13878 \end_inset
13879
13880
13881 \end_layout
13882
13883 \begin_layout Standard
13884 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13885 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13886  font toute la largeur du tableau :
13887 \end_layout
13888
13889 \begin_layout Standard
13890
13891 \series bold
13892
13893 \backslash
13894 specialrule{largeur}{espace au dessus}{espace en dessous}
13895 \end_layout
13896
13897 \begin_layout Standard
13898 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13899  du paquetage LaTeX 
13900 \series bold
13901 booktabs
13902 \series default
13903  
13904 \begin_inset CommandInset citation
13905 LatexCommand cite
13906 key "booktabs"
13907
13908 \end_inset
13909
13910 .
13911 \begin_inset Index idx
13912 status collapsed
13913
13914 \begin_layout Plain Layout
13915 Paquetages LaTeX ! booktabs
13916 \end_layout
13917
13918 \end_inset
13919
13920
13921 \end_layout
13922
13923 \begin_layout Standard
13924 \begin_inset Float table
13925 placement h
13926 wide false
13927 sideways false
13928 status open
13929
13930 \begin_layout Plain Layout
13931 \begin_inset Caption
13932
13933 \begin_layout Plain Layout
13934 \begin_inset CommandInset label
13935 LatexCommand label
13936 name "tab:Tableau-booktabs-special"
13937
13938 \end_inset
13939
13940 Tableau formel spécial
13941 \end_layout
13942
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \begin_layout Plain Layout
13949 \align center
13950 \begin_inset Tabular
13951 <lyxtabular version="3" rows="8" columns="4">
13952 <features booktabs="true" tabularvalignment="middle">
13953 <column alignment="center" valignment="top" width="0">
13954 <column alignment="center" valignment="top" width="0">
13955 <column alignment="center" valignment="top" width="0">
13956 <column alignment="center" valignment="top" width="0">
13957 <row>
13958 <cell alignment="center" valignment="top" topline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962 Système
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 Chip
13972 \begin_inset space \thinspace{}
13973 \end_inset
13974
13975 1
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 Chip
13985 \begin_inset space \thinspace{}
13986 \end_inset
13987
13988 2
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997
13998 \end_layout
13999
14000 \end_inset
14001 </cell>
14002 </row>
14003 <row>
14004 <cell alignment="center" valignment="top" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 \begin_inset ERT
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012
14013
14014 \backslash
14015 cmidrule(r){2-2}
14016 \end_layout
14017
14018 \end_inset
14019
14020
14021 \begin_inset ERT
14022 status collapsed
14023
14024 \begin_layout Plain Layout
14025
14026
14027 \backslash
14028 cmidrule(l){3-4}
14029 \end_layout
14030
14031 \end_inset
14032
14033
14034 \begin_inset ERT
14035 status collapsed
14036
14037 \begin_layout Plain Layout
14038
14039
14040 \backslash
14041 morecmidrules 
14042 \end_layout
14043
14044 \end_inset
14045
14046
14047 \begin_inset ERT
14048 status collapsed
14049
14050 \begin_layout Plain Layout
14051
14052
14053 \backslash
14054 cmidrule{2-4}
14055 \end_layout
14056
14057 \end_inset
14058
14059 Epaisseur du capteur en µm
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 300
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 300
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 700
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 </row>
14092 <row>
14093 <cell alignment="center" valignment="top" topline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097 Angle biseau en °
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 <cell alignment="center" valignment="top" topline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 3.55
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 2.71
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" topline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 7.99
14125 \end_layout
14126
14127 \end_inset
14128 </cell>
14129 </row>
14130 <row topspace="default">
14131 <cell alignment="center" valignment="top" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 Résolution spatiale en µm
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 4.26
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 10.17
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 <cell alignment="center" valignment="top" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 10.56
14163 \end_layout
14164
14165 \end_inset
14166 </cell>
14167 </row>
14168 <row topspace="default">
14169 <cell alignment="center" valignment="top" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 MTF à 
14174 \begin_inset Formula $f_{\mathrm{max}}$
14175 \end_inset
14176
14177
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 <cell alignment="center" valignment="top" usebox="none">
14183 \begin_inset Text
14184
14185 \begin_layout Plain Layout
14186 0.53
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 <cell alignment="center" valignment="top" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 0.37
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 0.39
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 </row>
14210 <row>
14211 <cell alignment="center" valignment="top" topline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 \begin_inset ERT
14216 status collapsed
14217
14218 \begin_layout Plain Layout
14219
14220
14221 \backslash
14222 morecmidrules 
14223 \end_layout
14224
14225 \end_inset
14226
14227
14228 \begin_inset ERT
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232
14233
14234 \backslash
14235 cmidrule{3-4}
14236 \end_layout
14237
14238 \end_inset
14239
14240 résolution spatiale LSF
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 </row>
14273 <row>
14274 <cell alignment="center" valignment="top" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 en µm
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 <cell alignment="center" valignment="top" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 129.7
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 52.75
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 50.78
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 </row>
14311 <row>
14312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14313 \begin_inset Text
14314
14315 \begin_layout Plain Layout
14316 en % de la taille des pixels
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325 76.3
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 95.9
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 92.3
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 </row>
14349 </lyxtabular>
14350
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \begin_layout Section
14362 Alignement Vertical des Tableaux
14363 \begin_inset Index idx
14364 status collapsed
14365
14366 \begin_layout Plain Layout
14367 Tableau ! Alignement
14368 \end_layout
14369
14370 \end_inset
14371
14372
14373 \end_layout
14374
14375 \begin_layout Standard
14376 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14377  doit être à l'intérieur d'une boîte.
14378  La boîte peut alors être alignée comme c'est décrit dans la 
14379 \begin_inset space ~
14380 \end_inset
14381
14382
14383 \begin_inset CommandInset ref
14384 LatexCommand ref
14385 reference "sec:Boîte-Dialogue"
14386
14387 \end_inset
14388
14389 .
14390 \end_layout
14391
14392 \begin_layout Standard
14393 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14394  minipage
14395 \begin_inset Foot
14396 status open
14397
14398 \begin_layout Plain Layout
14399 Les minipages son décrites dans la section
14400 \begin_inset space ~
14401 \end_inset
14402
14403
14404 \begin_inset CommandInset ref
14405 LatexCommand ref
14406 reference "sec:Minipages"
14407
14408 \end_inset
14409
14410 .
14411 \end_layout
14412
14413 \end_inset
14414
14415  dont la largeur est de 15
14416 \begin_inset space \thinspace{}
14417 \end_inset
14418
14419 col% :
14420 \end_layout
14421
14422 \begin_layout Itemize
14423 test 
14424 \begin_inset Box Frameless
14425 position "t"
14426 hor_pos "c"
14427 has_inner_box 1
14428 inner_pos "c"
14429 use_parbox 0
14430 use_makebox 0
14431 width "15col%"
14432 special "none"
14433 height "1in"
14434 height_special "totalheight"
14435 status collapsed
14436
14437 \begin_layout Plain Layout
14438 \begin_inset Tabular
14439 <lyxtabular version="3" rows="3" columns="3">
14440 <features tabularvalignment="middle">
14441 <column alignment="center" valignment="top" width="0">
14442 <column alignment="center" valignment="top" width="0">
14443 <column alignment="center" valignment="top" width="0">
14444 <row>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 a
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 d
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467 g
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row>
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 b
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 e
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496 h
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 </row>
14502 <row>
14503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507 c
14508 \end_layout
14509
14510 \end_inset
14511 </cell>
14512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14513 \begin_inset Text
14514
14515 \begin_layout Plain Layout
14516 f
14517 \end_layout
14518
14519 \end_inset
14520 </cell>
14521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14522 \begin_inset Text
14523
14524 \begin_layout Plain Layout
14525 i
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 </row>
14531 </lyxtabular>
14532
14533 \end_inset
14534
14535
14536 \end_layout
14537
14538 \end_inset
14539
14540  test 
14541 \begin_inset ERT
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545
14546
14547 \backslash
14548 raisebox{0.85
14549 \backslash
14550 baselineskip}{
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \begin_inset Box Frameless
14557 position "t"
14558 hor_pos "c"
14559 has_inner_box 1
14560 inner_pos "c"
14561 use_parbox 0
14562 use_makebox 0
14563 width "15col%"
14564 special "none"
14565 height "1in"
14566 height_special "totalheight"
14567 status collapsed
14568
14569 \begin_layout Plain Layout
14570 \begin_inset Tabular
14571 <lyxtabular version="3" rows="3" columns="3">
14572 <features tabularvalignment="middle">
14573 <column alignment="center" valignment="top" width="0">
14574 <column alignment="center" valignment="top" width="0">
14575 <column alignment="center" valignment="top" width="0">
14576 <row>
14577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14578 \begin_inset Text
14579
14580 \begin_layout Plain Layout
14581 a
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 d
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 g
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 </row>
14605 <row>
14606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 b
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 e
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 h
14629 \end_layout
14630
14631 \end_inset
14632 </cell>
14633 </row>
14634 <row>
14635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639 c
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14645 \begin_inset Text
14646
14647 \begin_layout Plain Layout
14648 f
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 i
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 </row>
14663 </lyxtabular>
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \end_inset
14671
14672
14673 \begin_inset ERT
14674 status collapsed
14675
14676 \begin_layout Plain Layout
14677
14678 }
14679 \end_layout
14680
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \begin_layout Itemize
14687 test 
14688 \begin_inset Box Frameless
14689 position "c"
14690 hor_pos "c"
14691 has_inner_box 1
14692 inner_pos "c"
14693 use_parbox 0
14694 use_makebox 0
14695 width "15col%"
14696 special "none"
14697 height "1in"
14698 height_special "totalheight"
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702 \begin_inset Tabular
14703 <lyxtabular version="3" rows="3" columns="3">
14704 <features tabularvalignment="middle">
14705 <column alignment="center" valignment="top" width="0">
14706 <column alignment="center" valignment="top" width="0">
14707 <column alignment="center" valignment="top" width="0">
14708 <row>
14709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14710 \begin_inset Text
14711
14712 \begin_layout Plain Layout
14713 a
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 d
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 g
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 </row>
14737 <row>
14738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742 b
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751 e
14752 \end_layout
14753
14754 \end_inset
14755 </cell>
14756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14757 \begin_inset Text
14758
14759 \begin_layout Plain Layout
14760 h
14761 \end_layout
14762
14763 \end_inset
14764 </cell>
14765 </row>
14766 <row>
14767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 c
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14777 \begin_inset Text
14778
14779 \begin_layout Plain Layout
14780 f
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789 i
14790 \end_layout
14791
14792 \end_inset
14793 </cell>
14794 </row>
14795 </lyxtabular>
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \begin_layout Itemize
14808 test 
14809 \begin_inset Box Frameless
14810 position "b"
14811 hor_pos "c"
14812 has_inner_box 1
14813 inner_pos "c"
14814 use_parbox 0
14815 use_makebox 0
14816 width "15col%"
14817 special "none"
14818 height "1in"
14819 height_special "totalheight"
14820 status collapsed
14821
14822 \begin_layout Plain Layout
14823 \begin_inset Tabular
14824 <lyxtabular version="3" rows="3" columns="3">
14825 <features tabularvalignment="middle">
14826 <column alignment="center" valignment="top" width="0">
14827 <column alignment="center" valignment="top" width="0">
14828 <column alignment="center" valignment="top" width="0">
14829 <row>
14830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834 a
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 d
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852 g
14853 \end_layout
14854
14855 \end_inset
14856 </cell>
14857 </row>
14858 <row>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 b
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 e
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881 h
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 </row>
14887 <row>
14888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 c
14893 \end_layout
14894
14895 \end_inset
14896 </cell>
14897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14898 \begin_inset Text
14899
14900 \begin_layout Plain Layout
14901 f
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14907 \begin_inset Text
14908
14909 \begin_layout Plain Layout
14910 i
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 </row>
14916 </lyxtabular>
14917
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924
14925  test 
14926 \begin_inset ERT
14927 status collapsed
14928
14929 \begin_layout Plain Layout
14930
14931
14932 \backslash
14933 raisebox{-0.32
14934 \backslash
14935 baselineskip}{
14936 \end_layout
14937
14938 \end_inset
14939
14940
14941 \begin_inset Box Frameless
14942 position "b"
14943 hor_pos "c"
14944 has_inner_box 1
14945 inner_pos "c"
14946 use_parbox 0
14947 use_makebox 0
14948 width "15col%"
14949 special "none"
14950 height "1in"
14951 height_special "totalheight"
14952 status collapsed
14953
14954 \begin_layout Plain Layout
14955 \begin_inset Tabular
14956 <lyxtabular version="3" rows="3" columns="3">
14957 <features tabularvalignment="middle">
14958 <column alignment="center" valignment="top" width="0">
14959 <column alignment="center" valignment="top" width="0">
14960 <column alignment="center" valignment="top" width="0">
14961 <row>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966 a
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 d
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 g
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 </row>
14990 <row>
14991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995 b
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004 e
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 h
15014 \end_layout
15015
15016 \end_inset
15017 </cell>
15018 </row>
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 c
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 f
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 i
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 </row>
15048 </lyxtabular>
15049
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \end_inset
15056
15057
15058 \begin_inset ERT
15059 status collapsed
15060
15061 \begin_layout Plain Layout
15062
15063 }
15064 \end_layout
15065
15066 \end_inset
15067
15068
15069 \end_layout
15070
15071 \begin_layout Standard
15072 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15073  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15074  la ligne dans laquelle le tableau est inséré.
15075  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15076  boîte élévatrice (raisebox)
15077 \begin_inset Foot
15078 status collapsed
15079
15080 \begin_layout Plain Layout
15081 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15082 \begin_inset space ~
15083 \end_inset
15084
15085
15086 \begin_inset CommandInset ref
15087 LatexCommand ref
15088 reference "sub:Alignement-Vertical"
15089
15090 \end_inset
15091
15092 .
15093 \end_layout
15094
15095 \end_inset
15096
15097 .
15098  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15099  aligné en utilisant la commande en code TeX suivante 
15100 \end_layout
15101
15102 \begin_layout Standard
15103
15104 \series bold
15105
15106 \backslash
15107 raisebox{0.85
15108 \backslash
15109 baselineskip}{
15110 \end_layout
15111
15112 \begin_layout Standard
15113 placée juste avant la boîte minipage.
15114  Après la boîte on insère l'accolade fermante en code TeX.
15115  Pour le deuxième tableau de la dernière ligne, la commande 
15116 \end_layout
15117
15118 \begin_layout Standard
15119
15120 \series bold
15121
15122 \backslash
15123 raisebox{-0.32
15124 \backslash
15125 baselineskip}{
15126 \end_layout
15127
15128 \begin_layout Standard
15129 est utilisée.
15130 \end_layout
15131
15132 \begin_layout Standard
15133 \begin_inset Note Greyedout
15134 status open
15135
15136 \begin_layout Plain Layout
15137
15138 \series bold
15139 Note:
15140 \series default
15141  L'alignement entre le contenu de la ligne du tableau et le texte de la
15142  ligne qui l'entoure ne peut pas être parfait.
15143  Le facteur utilisé dans la commande 
15144 \series bold
15145
15146 \backslash
15147 raisebox
15148 \series default
15149  pour obtenir cet alignement dépend de la police de caractères du document,
15150  de la taille de la police et de l'épaisseur des lignes du tableau.
15151 \end_layout
15152
15153 \end_inset
15154
15155
15156 \end_layout
15157
15158 \begin_layout Section
15159 Tableaux Colorés
15160 \begin_inset CommandInset label
15161 LatexCommand label
15162 name "sec:Tableaux-Colorés"
15163
15164 \end_inset
15165
15166
15167 \begin_inset Index idx
15168 status collapsed
15169
15170 \begin_layout Plain Layout
15171 Tableau ! Coloré
15172 \end_layout
15173
15174 \end_inset
15175
15176
15177 \end_layout
15178
15179 \begin_layout Subsection
15180 Cellules Colorées
15181 \begin_inset Index idx
15182 status collapsed
15183
15184 \begin_layout Plain Layout
15185 Couleur des tableaux ! Pour les cellules
15186 \end_layout
15187
15188 \end_inset
15189
15190
15191 \begin_inset Index idx
15192 status collapsed
15193
15194 \begin_layout Plain Layout
15195 Couleur ! Pour les cellules de tableau
15196 \end_layout
15197
15198 \end_inset
15199
15200
15201 \end_layout
15202
15203 \begin_layout Standard
15204 \begin_inset Float table
15205 placement h
15206 wide false
15207 sideways false
15208 status open
15209
15210 \begin_layout Plain Layout
15211 \begin_inset Caption
15212
15213 \begin_layout Plain Layout
15214 \begin_inset CommandInset label
15215 LatexCommand label
15216 name "tab:Tableau-coloré-sans-colortbl"
15217
15218 \end_inset
15219
15220 Tableau coloré sans utiliser le paquetage  
15221 \series bold
15222 colortbl
15223 \series default
15224
15225 \begin_inset Argument
15226 status open
15227
15228 \begin_layout Plain Layout
15229 Tableau sans colortbl
15230 \end_layout
15231
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \begin_layout Plain Layout
15243 \align center
15244 \begin_inset Tabular
15245 <lyxtabular version="3" rows="3" columns="3">
15246 <features tabularvalignment="middle">
15247 <column alignment="center" valignment="top" width="0">
15248 <column alignment="center" valignment="top" width="0">
15249 <column alignment="center" valignment="top" width="0">
15250 <row>
15251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255
15256 \color green
15257 a
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266
15267 \color red
15268 b
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \color red
15279 c
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 <row>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290
15291 \color green
15292 d
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \color blue
15303 e
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312
15313 \color blue
15314 f
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 <row>
15321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \color green
15327 g
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \color blue
15338 h
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347
15348 \color blue
15349 i
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 </row>
15355 </lyxtabular>
15356
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \begin_layout Standard
15368 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15369  et choisissez une couleur dans le menu 
15370 \family sans
15371 Éditer\SpecialChar \menuseparator
15372 Style
15373 \begin_inset space ~
15374 \end_inset
15375
15376 de
15377 \begin_inset space ~
15378 \end_inset
15379
15380 Texte
15381 \family default
15382 .
15383  C'est ce qui a été utilisé pour créer le tableau
15384 \begin_inset space ~
15385 \end_inset
15386
15387
15388 \begin_inset CommandInset ref
15389 LatexCommand ref
15390 reference "tab:Tableau-coloré-sans-colortbl"
15391
15392 \end_inset
15393
15394 .
15395  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15396 \series bold
15397 colortbl
15398 \series default
15399 .
15400 \begin_inset Index idx
15401 status collapsed
15402
15403 \begin_layout Plain Layout
15404 Paquetages LaTeX ! colortbl
15405 \end_layout
15406
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \begin_layout Standard
15413 \begin_inset ERT
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417
15418
15419 \backslash
15420 ifcolortbl
15421 \end_layout
15422
15423 \end_inset
15424
15425
15426 \begin_inset Note Note
15427 status open
15428
15429 \begin_layout Plain Layout
15430 La section qui suit ne sera affichée que si vous avez installé le paquetage
15431  LaTeX 
15432 \series bold
15433 colortbl
15434 \series default
15435 .
15436 \end_layout
15437
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \begin_layout Standard
15444 Pour créer des tableaux colorés, vous devez charger le paquetage
15445 \series bold
15446  colortbl
15447 \series default
15448  dans le préambule avec la ligne
15449 \end_layout
15450
15451 \begin_layout Standard
15452
15453 \series bold
15454
15455 \backslash
15456 usepackage{colortbl}
15457 \end_layout
15458
15459 \begin_layout Standard
15460 On choisit la couleur d'une colonne avec la commande 
15461 \end_layout
15462
15463 \begin_layout Standard
15464
15465 \series bold
15466
15467 \backslash
15468 columncolor{nom de couleur}
15469 \end_layout
15470
15471 \begin_layout Standard
15472 à l'intérieur d'une commande 
15473 \series bold
15474 >{ }
15475 \series default
15476 .
15477  Vous trouverez plus d'information sur la commande 
15478 \series bold
15479 >{}
15480 \series default
15481  dans la section
15482 \begin_inset space ~
15483 \end_inset
15484
15485
15486 \begin_inset CommandInset ref
15487 LatexCommand ref
15488 reference "sub:Calculs-multicolonnes"
15489
15490 \end_inset
15491
15492 .
15493 \end_layout
15494
15495 \begin_layout Standard
15496 Les noms de couleurs suivants sont prédéfinis :
15497 \end_layout
15498
15499 \begin_layout Standard
15500
15501 \family sans
15502 red
15503 \family default
15504  (rouge), 
15505 \family sans
15506 green
15507 \family default
15508  (vert), 
15509 \family sans
15510 yellow
15511 \family default
15512  (jaune), 
15513 \family sans
15514 blue
15515 \family default
15516  (bleu), 
15517 \family sans
15518 cyan
15519 \family default
15520
15521 \family sans
15522 magenta
15523 \family default
15524
15525 \family sans
15526 black 
15527 \family default
15528 (noir) et 
15529 \family sans
15530 white 
15531 \family default
15532 (blanc).
15533 \end_layout
15534
15535 \begin_layout Standard
15536 \begin_inset VSpace medskip
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \begin_layout Standard
15543 Vous pouvez aussi définir votre propre couleur avec la commande
15544 \end_layout
15545
15546 \begin_layout Standard
15547
15548 \series bold
15549
15550 \backslash
15551 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15552 \end_layout
15553
15554 \begin_layout Standard
15555 Le modèle de couleur peut être
15556 \end_layout
15557
15558 \begin_layout Labeling
15559 \labelwidthstring 00.00.0000
15560 cmyk: cyan, magenta, jaune (yellow), noir (black)
15561 \end_layout
15562
15563 \begin_layout Labeling
15564 \labelwidthstring 00.00.0000
15565 rgb: red, vert (green), bleu (blue)
15566 \end_layout
15567
15568 \begin_layout Labeling
15569 \labelwidthstring 00.00.0000
15570 gray dégradé de gris (gray)
15571 \end_layout
15572
15573 \begin_layout Standard
15574 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15575  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15576 \end_layout
15577
15578 \begin_layout Standard
15579 Vous pouvez par exemple définir la couleur 
15580 \begin_inset Quotes eld
15581 \end_inset
15582
15583
15584 \emph on
15585 vertfonce
15586 \begin_inset Quotes erd
15587 \end_inset
15588
15589  dans le préambule avec la ligne
15590 \end_layout
15591
15592 \begin_layout Standard
15593
15594 \series bold
15595
15596 \backslash
15597 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15598 \end_layout
15599
15600 \begin_layout Standard
15601 et la couleur "
15602 \emph on
15603 grisclair
15604 \emph default
15605 " avec
15606 \end_layout
15607
15608 \begin_layout Standard
15609
15610 \series bold
15611
15612 \backslash
15613 definecolor{grisclair}{gray}{0.8}
15614 \end_layout
15615
15616 \begin_layout Standard
15617 \begin_inset VSpace medskip
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \begin_layout Standard
15624 Les lignes sont colorées avec la commande
15625 \end_layout
15626
15627 \begin_layout Standard
15628
15629 \series bold
15630
15631 \backslash
15632 rowcolor{nom de la couleur}
15633 \end_layout
15634
15635 \begin_layout Standard
15636 et les cellules sont colorées avec la commande
15637 \end_layout
15638
15639 \begin_layout Standard
15640
15641 \series bold
15642
15643 \backslash
15644 cellcolor{nom de la couleur}
15645 \end_layout
15646
15647 \begin_layout Standard
15648 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15649 \end_layout
15650
15651 \begin_layout Standard
15652 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15653  choisissez une couleur dans le menu 
15654 \family sans
15655 Éditer\SpecialChar \menuseparator
15656 Style
15657 \begin_inset space ~
15658 \end_inset
15659
15660 de
15661 \begin_inset space ~
15662 \end_inset
15663
15664 Texte
15665 \family default
15666 .
15667  Si une cellule contient du code TeX, faites bien attention à ne colorer
15668  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15669 \end_layout
15670
15671 \begin_layout Standard
15672 \begin_inset Note Greyedout
15673 status open
15674
15675 \begin_layout Plain Layout
15676
15677 \series bold
15678 Note:
15679 \series default
15680  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15681  définies par l'utilisateur.
15682 \end_layout
15683
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \begin_layout Standard
15690 \begin_inset VSpace bigskip
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \begin_layout Standard
15697 Pour créer le tableau
15698 \begin_inset space ~
15699 \end_inset
15700
15701
15702 \begin_inset CommandInset ref
15703 LatexCommand ref
15704 reference "tab:Tableau-coloré-avec-colortbl"
15705
15706 \end_inset
15707
15708  faites ce qui suit : La couleur de la première colonne doit être 
15709 \emph on
15710 vertfonce
15711 \emph default
15712 .
15713  On insère donc la commande
15714 \end_layout
15715
15716 \begin_layout Standard
15717
15718 \series bold
15719 >{
15720 \backslash
15721 columncolor{vertfonce}
15722 \backslash
15723 centering}c
15724 \end_layout
15725
15726 \begin_layout Standard
15727 en code TeX pour cette colonne.
15728  La première ligne doit être bleue
15729 \begin_inset Note Note
15730 status open
15731
15732 \begin_layout Plain Layout
15733 cyan ? (NdT)
15734 \end_layout
15735
15736 \end_inset
15737
15738 , d'où la commande en code TeX
15739 \end_layout
15740
15741 \begin_layout Standard
15742
15743 \series bold
15744
15745 \backslash
15746 rowcolor{cyan}
15747 \end_layout
15748
15749 \begin_layout Standard
15750 qui est insérée dans la première cellule de cette ligne.
15751  Notez que cela annule la couleur de colonne pour la première cellule.
15752  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15753  en code TeX la commande
15754 \end_layout
15755
15756 \begin_layout Standard
15757
15758 \series bold
15759
15760 \backslash
15761 cellcolor{magenta}
15762 \end_layout
15763
15764 \begin_layout Standard
15765 Les caractères peuvent maintenant être colorés en utilisant le menu 
15766 \family sans
15767 Éditer\SpecialChar \menuseparator
15768 Style
15769 \begin_inset space ~
15770 \end_inset
15771
15772 de
15773 \begin_inset space ~
15774 \end_inset
15775
15776 Texte
15777 \family default
15778 .
15779 \end_layout
15780
15781 \begin_layout Standard
15782 \begin_inset Float table
15783 placement h
15784 wide false
15785 sideways false
15786 status open
15787
15788 \begin_layout Plain Layout
15789 \begin_inset Caption
15790
15791 \begin_layout Plain Layout
15792 \begin_inset CommandInset label
15793 LatexCommand label
15794 name "tab:Tableau-coloré-avec-colortbl"
15795
15796 \end_inset
15797
15798 Tableau coloré en utilisant le paquetage 
15799 \series bold
15800 colortbl
15801 \series default
15802
15803 \begin_inset Argument
15804 status collapsed
15805
15806 \begin_layout Plain Layout
15807 Tableau avec colortbl
15808 \end_layout
15809
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \end_inset
15816
15817
15818 \end_layout
15819
15820 \begin_layout Plain Layout
15821 \align center
15822 \begin_inset Tabular
15823 <lyxtabular version="3" rows="3" columns="3">
15824 <features tabularvalignment="middle">
15825 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15826 <column alignment="center" valignment="top" width="0">
15827 <column alignment="center" valignment="top" width="0">
15828 <row>
15829 <cell alignment="center" valignment="top" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 \begin_inset ERT
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837
15838
15839 \backslash
15840 rowcolor{cyan}
15841 \end_layout
15842
15843 \end_inset
15844
15845
15846 \color magenta
15847 a
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856
15857 \color red
15858 b
15859 \end_layout
15860
15861 \end_inset
15862 </cell>
15863 <cell alignment="center" valignment="top" usebox="none">
15864 \begin_inset Text
15865
15866 \begin_layout Plain Layout
15867
15868 \color red
15869 c
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 </row>
15875 <row>
15876 <cell alignment="center" valignment="top" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \color yellow
15882 d
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \color blue
15893 e
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902
15903 \color blue
15904 f
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 </row>
15910 <row>
15911 <cell alignment="center" valignment="top" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \color yellow
15917 g
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \color blue
15928 h
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 \begin_inset ERT
15938 status collapsed
15939
15940 \begin_layout Plain Layout
15941
15942
15943 \backslash
15944 cellcolor{magenta}
15945 \end_layout
15946
15947 \end_inset
15948
15949
15950 \color green
15951 i
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 </lyxtabular>
15958
15959 \end_inset
15960
15961
15962 \end_layout
15963
15964 \end_inset
15965
15966
15967 \end_layout
15968
15969 \begin_layout Standard
15970 \begin_inset ERT
15971 status collapsed
15972
15973 \begin_layout Plain Layout
15974
15975
15976 \backslash
15977 else
15978 \end_layout
15979
15980 \end_inset
15981
15982
15983 \begin_inset Note Note
15984 status open
15985
15986 \begin_layout Plain Layout
15987 Ce qui suit sera affiché si le paquetage 
15988 \series bold
15989 colortbl
15990 \series default
15991  n'est pas installé :
15992 \end_layout
15993
15994 \end_inset
15995
15996
15997 \end_layout
15998
15999 \begin_layout Standard
16000 Vous devez installer le paquetage 
16001 \series bold
16002 colortbl
16003 \series default
16004  pour voir le contenu des cette section dans la sortie imprimée.
16005 \end_layout
16006
16007 \begin_layout Standard
16008 \begin_inset ERT
16009 status collapsed
16010
16011 \begin_layout Plain Layout
16012
16013
16014 \backslash
16015 fi
16016 \end_layout
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \begin_layout Subsection
16024 Les filets colorées
16025 \begin_inset Index idx
16026 status collapsed
16027
16028 \begin_layout Plain Layout
16029 Tableau Coloré ! Pour les filets
16030 \end_layout
16031
16032 \end_inset
16033
16034
16035 \begin_inset Index idx
16036 status collapsed
16037
16038 \begin_layout Plain Layout
16039 Couleur ! Pour les filets des tableaux
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \begin_inset Note Note
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049 on parle de filets plutôt que de lignes pour les tableaux
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \begin_layout Standard
16058 Comme c'est décrit dans la section
16059 \begin_inset space ~
16060 \end_inset
16061
16062
16063 \begin_inset CommandInset ref
16064 LatexCommand ref
16065 reference "sub:Epaisseur-filets"
16066
16067 \end_inset
16068
16069 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16070  variable 
16071 \series bold
16072
16073 \backslash
16074 arrayrulewidth
16075 \series default
16076 .
16077  Elle est mise à 1.5
16078 \begin_inset space \thinspace{}
16079 \end_inset
16080
16081 pt pour tous les tableaux de cette section.
16082 \begin_inset ERT
16083 status collapsed
16084
16085 \begin_layout Plain Layout
16086
16087
16088 \backslash
16089 setlength{
16090 \backslash
16091 arrayrulewidth}{1.5pt}
16092 \end_layout
16093
16094 \end_inset
16095
16096
16097 \end_layout
16098
16099 \begin_layout Standard
16100 Pour colorer les filets verticaux, par exemple en vert, créez le format
16101  de colonne suivant dans le préambule du document, en suivant la description
16102  de la section
16103 \begin_inset space ~
16104 \end_inset
16105
16106
16107 \begin_inset CommandInset ref
16108 LatexCommand ref
16109 reference "sub:Formats-personnalisés"
16110
16111 \end_inset
16112
16113 :
16114 \end_layout
16115
16116 \begin_layout Standard
16117
16118 \series bold
16119
16120 \backslash
16121 newcolumntype{W}{!{
16122 \backslash
16123 color{green}
16124 \backslash
16125 vline}}
16126 \end_layout
16127
16128 \begin_layout Standard
16129 Pour le tableau
16130 \begin_inset space ~
16131 \end_inset
16132
16133
16134 \begin_inset CommandInset ref
16135 LatexCommand ref
16136 reference "tab:Tableau-filets-verticaux-colorés"
16137
16138 \end_inset
16139
16140  le paramètre LaTeX
16141 \series bold
16142  WcW
16143 \series default
16144  a été utilisé pour la dernière colonne et
16145 \series bold
16146  Wc
16147 \series default
16148  pour les autres colonnes.
16149 \end_layout
16150
16151 \begin_layout Standard
16152 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16153 \end_layout
16154
16155 \begin_layout Standard
16156 \begin_inset Float table
16157 placement h
16158 wide false
16159 sideways false
16160 status open
16161
16162 \begin_layout Plain Layout
16163 \begin_inset Caption
16164
16165 \begin_layout Plain Layout
16166 \begin_inset CommandInset label
16167 LatexCommand label
16168 name "tab:Tableau-filets-verticaux-colorés"
16169
16170 \end_inset
16171
16172 Tableau avec filets verticaux colorés
16173 \end_layout
16174
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \begin_layout Plain Layout
16181 \align center
16182 \begin_inset Tabular
16183 <lyxtabular version="3" rows="3" columns="3">
16184 <features tabularvalignment="middle">
16185 <column alignment="center" valignment="top" width="0" special="Wc">
16186 <column alignment="center" valignment="top" width="0" special="Wc">
16187 <column alignment="center" valignment="top" width="0" special="WcW">
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 sd
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" topline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 </row>
16217 <row>
16218 <cell alignment="center" valignment="top" topline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 <cell alignment="center" valignment="top" topline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 sd
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 </row>
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 sd
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 </row>
16275 </lyxtabular>
16276
16277 \end_inset
16278
16279
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \begin_layout Standard
16288 \begin_inset VSpace bigskip
16289 \end_inset
16290
16291 Pour colorer les filets horizontaux en rouge comme pour le tableau
16292 \begin_inset space ~
16293 \end_inset
16294
16295
16296 \begin_inset CommandInset ref
16297 LatexCommand ref
16298 reference "tab:Tableau-filet-horizontaux-colorés"
16299
16300 \end_inset
16301
16302 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16303  le flottant de tableau :
16304 \end_layout
16305
16306 \begin_layout Standard
16307
16308 \series bold
16309
16310 \backslash
16311 let
16312 \backslash
16313 myHlineC
16314 \backslash
16315 hline
16316 \begin_inset Newline newline
16317 \end_inset
16318
16319
16320 \backslash
16321 renewcommand{
16322 \backslash
16323 hline}
16324 \begin_inset Newline newline
16325 \end_inset
16326
16327
16328 \begin_inset Phantom HPhantom
16329 status open
16330
16331 \begin_layout Plain Layout
16332
16333 \series bold
16334 \begin_inset space ~
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \end_inset
16341
16342 {
16343 \backslash
16344 arrayrulecolor{red}
16345 \backslash
16346 myHlineC
16347 \backslash
16348 arrayrulecolor{black}}
16349 \end_layout
16350
16351 \begin_layout Standard
16352 \begin_inset ERT
16353 status collapsed
16354
16355 \begin_layout Plain Layout
16356
16357
16358 \backslash
16359 let
16360 \backslash
16361 myHlineC
16362 \backslash
16363 hline
16364 \end_layout
16365
16366 \begin_layout Plain Layout
16367
16368
16369 \backslash
16370 renewcommand{
16371 \backslash
16372 hline}
16373 \end_layout
16374
16375 \begin_layout Plain Layout
16376
16377  {
16378 \backslash
16379 arrayrulecolor{red}
16380 \backslash
16381 myHlineC
16382 \backslash
16383 arrayrulecolor{black}}
16384 \end_layout
16385
16386 \end_inset
16387
16388
16389 \begin_inset Float table
16390 placement h
16391 wide false
16392 sideways false
16393 status open
16394
16395 \begin_layout Plain Layout
16396 \begin_inset Caption
16397
16398 \begin_layout Plain Layout
16399 \begin_inset CommandInset label
16400 LatexCommand label
16401 name "tab:Tableau-filet-horizontaux-colorés"
16402
16403 \end_inset
16404
16405 Tableau avec filets horizontaux colorés
16406 \end_layout
16407
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \begin_layout Plain Layout
16414 \align center
16415 \begin_inset Tabular
16416 <lyxtabular version="3" rows="3" columns="3">
16417 <features tabularvalignment="middle">
16418 <column alignment="center" valignment="top" width="0">
16419 <column alignment="center" valignment="top" width="0">
16420 <column alignment="center" valignment="top" width="0">
16421 <row>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 sd
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \end_layout
16446
16447 \end_inset
16448 </cell>
16449 </row>
16450 <row>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464 sd
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16470 \begin_inset Text
16471
16472 \begin_layout Plain Layout
16473
16474 \end_layout
16475
16476 \end_inset
16477 </cell>
16478 </row>
16479 <row>
16480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 sd
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 </lyxtabular>
16509
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \begin_layout Standard
16521 Pour revenir à la couleur noire implicite, insérez la commande suivante
16522  en code TeX, juste après le tableau ou le flottant de tableau :
16523 \end_layout
16524
16525 \begin_layout Standard
16526
16527 \series bold
16528
16529 \backslash
16530 renewcommand{
16531 \backslash
16532 hline}{
16533 \backslash
16534 myHlineC}
16535 \end_layout
16536
16537 \begin_layout Standard
16538 Le tableau
16539 \begin_inset space ~
16540 \end_inset
16541
16542
16543 \begin_inset CommandInset ref
16544 LatexCommand ref
16545 reference "tab:Tableau-avec-filets-colorés"
16546
16547 \end_inset
16548
16549  est un exemple avec des filets horizontaux et verticaux colorés.
16550 \end_layout
16551
16552 \begin_layout Standard
16553 \begin_inset Float table
16554 placement h
16555 wide false
16556 sideways false
16557 status open
16558
16559 \begin_layout Plain Layout
16560 \begin_inset Caption
16561
16562 \begin_layout Plain Layout
16563 \begin_inset CommandInset label
16564 LatexCommand label
16565 name "tab:Tableau-avec-filets-colorés"
16566
16567 \end_inset
16568
16569 Tableau avec filets horizontaux et verticaux colorés
16570 \end_layout
16571
16572 \end_inset
16573
16574
16575 \end_layout
16576
16577 \begin_layout Plain Layout
16578 \align center
16579 \begin_inset Tabular
16580 <lyxtabular version="3" rows="3" columns="3">
16581 <features tabularvalignment="middle">
16582 <column alignment="center" valignment="top" width="0" special="Wc">
16583 <column alignment="center" valignment="top" width="0" special="Wc">
16584 <column alignment="center" valignment="top" width="0" special="WcW">
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 sd
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 sd
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 <row topspace="default">
16644 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 sd
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 </lyxtabular>
16673
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \begin_layout Standard
16685 \begin_inset ERT
16686 status collapsed
16687
16688 \begin_layout Plain Layout
16689
16690
16691 \backslash
16692 renewcommand{
16693 \backslash
16694 hline}{
16695 \backslash
16696 myHlineC}
16697 \end_layout
16698
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \begin_layout Standard
16705 \begin_inset ERT
16706 status collapsed
16707
16708 \begin_layout Plain Layout
16709
16710
16711 \backslash
16712 setlength{
16713 \backslash
16714 arrayrulewidth}{0.4pt}
16715 \end_layout
16716
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \begin_layout Section
16723 Personnalisation des Tableaux
16724 \begin_inset Index idx
16725 status collapsed
16726
16727 \begin_layout Plain Layout
16728 Tableau ! Personnalisation
16729 \end_layout
16730
16731 \end_inset
16732
16733
16734 \begin_inset Index idx
16735 status collapsed
16736
16737 \begin_layout Plain Layout
16738 Personnalisation des tableaux
16739 \end_layout
16740
16741 \end_inset
16742
16743
16744 \end_layout
16745
16746 \begin_layout Subsection
16747 Espacement des lignes
16748 \begin_inset CommandInset label
16749 LatexCommand label
16750 name "sub:Espacement-lignes"
16751
16752 \end_inset
16753
16754
16755 \begin_inset Index idx
16756 status collapsed
16757
16758 \begin_layout Plain Layout
16759 Personnalisation des tableaux ! Espacement des lignes
16760 \end_layout
16761
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \begin_layout Standard
16768 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16769  l'onglet 
16770 \family sans
16771 Bordures
16772 \family default
16773  de la fenêtre de dialogue 
16774 \family sans
16775 Paramètres
16776 \begin_inset space ~
16777 \end_inset
16778
16779 du
16780 \begin_inset space ~
16781 \end_inset
16782
16783 tableau
16784 \family default
16785 .
16786  Vous y trouverez trois possibilités :
16787 \end_layout
16788
16789 \begin_layout Description
16790 Haut
16791 \begin_inset space ~
16792 \end_inset
16793
16794 de
16795 \begin_inset space ~
16796 \end_inset
16797
16798 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16799  Si le tableau est un tableau formel
16800 \begin_inset Foot
16801 status collapsed
16802
16803 \begin_layout Plain Layout
16804 Les tableaux formels sont décrits dans la section
16805 \begin_inset space ~
16806 \end_inset
16807
16808
16809 \begin_inset CommandInset ref
16810 LatexCommand ref
16811 reference "sec:Tableaux-Formels"
16812
16813 \end_inset
16814
16815 .
16816 \end_layout
16817
16818 \end_inset
16819
16820  LyX va insérer implicitement un espace de 0.5
16821 \begin_inset space \thinspace{}
16822 \end_inset
16823
16824 em.
16825  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16826  les filets verticaux comme dans le tableau suivant :
16827 \begin_inset VSpace medskip
16828 \end_inset
16829
16830
16831 \begin_inset Newline newline
16832 \end_inset
16833
16834
16835 \begin_inset space \hspace*{}
16836 \length 0pt
16837 \end_inset
16838
16839
16840 \begin_inset space \hfill{}
16841 \end_inset
16842
16843
16844 \begin_inset Tabular
16845 <lyxtabular version="3" rows="3" columns="1">
16846 <features tabularvalignment="middle">
16847 <column alignment="center" valignment="top" width="0">
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 A
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row topspace="3mm">
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 espace de 3
16865 \begin_inset space \thinspace{}
16866 \end_inset
16867
16868 mm en haut de la ligne
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 <row>
16875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 C
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 </lyxtabular>
16886
16887 \end_inset
16888
16889
16890 \begin_inset space \hfill{}
16891 \end_inset
16892
16893
16894 \begin_inset space \hspace*{}
16895 \length 0pt
16896 \end_inset
16897
16898
16899 \begin_inset VSpace medskip
16900 \end_inset
16901
16902
16903 \begin_inset Newline newline
16904 \end_inset
16905
16906 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16907  pas de filets verticaux.
16908 \end_layout
16909
16910 \begin_layout Description
16911 Bas
16912 \begin_inset space ~
16913 \end_inset
16914
16915 de
16916 \begin_inset space ~
16917 \end_inset
16918
16919 ligne va ajouter de l'espace sous les caractères de la ligne.
16920  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16921  de 0.5
16922 \begin_inset space \thinspace{}
16923 \end_inset
16924
16925 em, pour les tableaux normaux, l'espace implicite est de 2
16926 \begin_inset space \thinspace{}
16927 \end_inset
16928
16929 pt.
16930 \end_layout
16931
16932 \begin_layout Description
16933 Entre
16934 \begin_inset space ~
16935 \end_inset
16936
16937 les
16938 \begin_inset space ~
16939 \end_inset
16940
16941 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16942  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16943  de 0.5
16944 \begin_inset space \thinspace{}
16945 \end_inset
16946
16947 em.
16948  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16949  les filets verticaux comme dans le tableau suivant :
16950 \begin_inset VSpace medskip
16951 \end_inset
16952
16953
16954 \begin_inset Newline newline
16955 \end_inset
16956
16957
16958 \begin_inset space \hspace*{}
16959 \length 0pt
16960 \end_inset
16961
16962
16963 \begin_inset space \hfill{}
16964 \end_inset
16965
16966
16967 \begin_inset Tabular
16968 <lyxtabular version="3" rows="3" columns="1">
16969 <features tabularvalignment="middle">
16970 <column alignment="center" valignment="top" width="0">
16971 <row>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 A
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row interlinespace="3mm">
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 \begin_inset Formula $\downarrow$
16988 \end_inset
16989
16990  espace de 3
16991 \begin_inset space \thinspace{}
16992 \end_inset
16993
16994 mm entre les lignes 
16995 \begin_inset Formula $\downarrow$
16996 \end_inset
16997
16998
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 </row>
17004 <row>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 \begin_inset Formula $\uparrow$
17010 \end_inset
17011
17012  espace de 3
17013 \begin_inset space \thinspace{}
17014 \end_inset
17015
17016 mm entre les lignes 
17017 \begin_inset Formula $\uparrow$
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 </lyxtabular>
17027
17028 \end_inset
17029
17030
17031 \begin_inset space \hfill{}
17032 \end_inset
17033
17034
17035 \begin_inset space \hspace*{}
17036 \length 0pt
17037 \end_inset
17038
17039
17040 \begin_inset VSpace medskip
17041 \end_inset
17042
17043
17044 \begin_inset Newline newline
17045 \end_inset
17046
17047 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17048  pas de filets verticaux.
17049 \end_layout
17050
17051 \begin_layout Standard
17052 \begin_inset VSpace bigskip
17053 \end_inset
17054
17055 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17056  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17057  dans le préambule :
17058 \end_layout
17059
17060 \begin_layout Standard
17061
17062 \series bold
17063
17064 \backslash
17065 @ifundefined{extrarowheight}
17066 \begin_inset Newline newline
17067 \end_inset
17068
17069
17070 \begin_inset Phantom HPhantom
17071 status open
17072
17073 \begin_layout Plain Layout
17074
17075 \series bold
17076 \begin_inset space ~
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083
17084 {
17085 \backslash
17086 usepackage{array}}{}
17087 \begin_inset Newline newline
17088 \end_inset
17089
17090
17091 \backslash
17092 setlength{
17093 \backslash
17094 extrarowheight}{height}
17095 \end_layout
17096
17097 \begin_layout Standard
17098 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17099  plus exactement centré verticalement.
17100  (le paquetage 
17101 \series bold
17102 array 
17103 \series default
17104 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17105  auto-définis.
17106  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17107  
17108 \series bold
17109
17110 \backslash
17111 @ifundefined
17112 \series default
17113  dans la commande précédente.)
17114 \end_layout
17115
17116 \begin_layout Standard
17117 Si vous utilisez des polices de taille plus grande que la taille normale,
17118  les bordures des tableaux sont souvent trop proches du texte.
17119  On peut corriger ce problème en insérant la commande 
17120 \series bold
17121
17122 \begin_inset space \space{}
17123 \end_inset
17124
17125
17126 \backslash
17127 strut
17128 \series default
17129  en code TeX au debut d'une ligne du tableau.
17130  Le tableau
17131 \lang english
17132
17133 \begin_inset space ~
17134 \end_inset
17135
17136
17137 \begin_inset CommandInset ref
17138 LatexCommand ref
17139 reference "tab:Alignement-vertical"
17140
17141 \end_inset
17142
17143
17144 \lang french
17145  montre l'effet de cette commande.
17146 \end_layout
17147
17148 \begin_layout Standard
17149 \noindent
17150 \begin_inset Float table
17151 placement h
17152 wide false
17153 sideways false
17154 status open
17155
17156 \begin_layout Plain Layout
17157 \begin_inset Caption
17158
17159 \begin_layout Plain Layout
17160 \begin_inset CommandInset label
17161 LatexCommand label
17162 name "tab:Alignement-vertical"
17163
17164 \end_inset
17165
17166 Alignement vertical d'un texte avec une police de grande taille.
17167 \end_layout
17168
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \begin_layout Plain Layout
17175 \begin_inset space \hfill{}
17176 \end_inset
17177
17178
17179 \begin_inset Float table
17180 wide false
17181 sideways false
17182 status collapsed
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Caption
17186
17187 \begin_layout Plain Layout
17188 Tableau normal.
17189 \end_layout
17190
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \begin_layout Plain Layout
17197 \noindent
17198 \align center
17199 \begin_inset Tabular
17200 <lyxtabular version="3" rows="6" columns="1">
17201 <features tabularvalignment="middle">
17202 <column alignment="left" valignment="top" width="0">
17203 <row>
17204 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208 Normal, g
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \size large
17221 Large
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 </row>
17227 <row>
17228 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232
17233 \size larger
17234 Larger
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \size largest
17247 Largest
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258
17259 \size huge
17260 Huge
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 </row>
17266 <row>
17267 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \size huge
17273 Huger
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 </row>
17279 </lyxtabular>
17280
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287
17288
17289 \begin_inset space \hfill{}
17290 \end_inset
17291
17292
17293 \begin_inset Float table
17294 wide false
17295 sideways false
17296 status collapsed
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Caption
17300
17301 \begin_layout Plain Layout
17302 Tableau utilisant la commande 
17303 \series bold
17304
17305 \backslash
17306 strut
17307 \series default
17308 .
17309 \end_layout
17310
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \begin_layout Plain Layout
17317 \noindent
17318 \align center
17319 \begin_inset Tabular
17320 <lyxtabular version="3" rows="6" columns="1">
17321 <features tabularvalignment="middle">
17322 <column alignment="left" valignment="top" width="0">
17323 <row>
17324 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328 Normal, g
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 </row>
17334 <row>
17335 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339
17340 \size large
17341 \begin_inset ERT
17342 status collapsed
17343
17344 \begin_layout Plain Layout
17345
17346
17347 \backslash
17348 strut 
17349 \end_layout
17350
17351 \end_inset
17352
17353 Large
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 </row>
17359 <row>
17360 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364
17365 \size larger
17366 \begin_inset ERT
17367 status collapsed
17368
17369 \begin_layout Plain Layout
17370
17371
17372 \backslash
17373 strut 
17374 \end_layout
17375
17376 \end_inset
17377
17378 Larger
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 </row>
17384 <row>
17385 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389
17390 \size largest
17391 \begin_inset ERT
17392 status collapsed
17393
17394 \begin_layout Plain Layout
17395
17396
17397 \backslash
17398 strut 
17399 \end_layout
17400
17401 \end_inset
17402
17403 Largest
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 <row>
17410 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414
17415 \size huge
17416 \begin_inset ERT
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420
17421
17422 \backslash
17423 strut 
17424 \end_layout
17425
17426 \end_inset
17427
17428 Huge
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row>
17435 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439
17440 \size giant
17441 \begin_inset ERT
17442 status collapsed
17443
17444 \begin_layout Plain Layout
17445
17446
17447 \backslash
17448 strut 
17449 \end_layout
17450
17451 \end_inset
17452
17453
17454 \size huge
17455 Huger
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 </row>
17461 </lyxtabular>
17462
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469
17470
17471 \begin_inset space \hfill{}
17472 \end_inset
17473
17474
17475 \end_layout
17476
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \begin_layout Standard
17483 \begin_inset Newpage newpage
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \begin_layout Subsection
17490 Alignements de cellules spéciaux
17491 \begin_inset CommandInset label
17492 LatexCommand label
17493 name "sub:Alignements-de-cellules"
17494
17495 \end_inset
17496
17497
17498 \begin_inset Index idx
17499 status collapsed
17500
17501 \begin_layout Plain Layout
17502 Personnalisation des tableaux ! Alignement de cellules spéciaux
17503 \end_layout
17504
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \begin_layout Standard
17511 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17512  cellules sur un caractère donné, par exemple le séparateur décimal comme
17513  dans le tableau
17514 \begin_inset space ~
17515 \end_inset
17516
17517
17518 \begin_inset CommandInset ref
17519 LatexCommand ref
17520 reference "tab:Tableau-centré-sur-séparateur-1"
17521
17522 \end_inset
17523
17524 .
17525  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17526  soit en appuyant sur le bouton 
17527 \begin_inset Graphics
17528         filename ../../images/tabular-feature_align-decimal.png
17529         scale 85
17530         scaleBeforeRotation
17531
17532 \end_inset
17533
17534 de la barre d'outils ou en modifiant le paramètre 
17535 \family sans
17536 Alignement horizontal
17537 \family default
17538  à 
17539 \family sans
17540 Au séparateur décimal
17541 \family default
17542 .
17543  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17544  dans les paramètres du tableau.
17545 \end_layout
17546
17547 \begin_layout Standard
17548 \begin_inset Float table
17549 placement h
17550 wide false
17551 sideways false
17552 status open
17553
17554 \begin_layout Plain Layout
17555 \begin_inset Caption
17556
17557 \begin_layout Plain Layout
17558 \begin_inset CommandInset label
17559 LatexCommand label
17560 name "tab:Tableau-centré-sur-séparateur-1"
17561
17562 \end_inset
17563
17564 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17565 \end_layout
17566
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \begin_layout Plain Layout
17573 \align center
17574 \begin_inset Tabular
17575 <lyxtabular version="3" rows="4" columns="1">
17576 <features booktabs="true" tabularvalignment="middle">
17577 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17578 <row>
17579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 en-tête
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 <row>
17590 <cell alignment="center" valignment="top" topline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 12,6
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 0,68
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 </row>
17611 <row>
17612 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 -123,0
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 </row>
17622 </lyxtabular>
17623
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \begin_layout Standard
17635 \begin_inset Float table
17636 placement h
17637 wide false
17638 sideways false
17639 status open
17640
17641 \begin_layout Plain Layout
17642 \begin_inset Caption
17643
17644 \begin_layout Plain Layout
17645 \begin_inset CommandInset label
17646 LatexCommand label
17647 name "tab:Tableau-centré-sur-séparateur-2"
17648
17649 \end_inset
17650
17651 Les cellules d'une colonnes sont centrées sur les opérateurs.
17652 \end_layout
17653
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \begin_layout Plain Layout
17660 \align center
17661 \begin_inset Tabular
17662 <lyxtabular version="3" rows="4" columns="2">
17663 <features booktabs="true" tabularvalignment="middle">
17664 <column alignment="right" valignment="top" width="0pt">
17665 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17666 <row>
17667 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 en-tête
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \end_layout
17682
17683 \end_inset
17684 </cell>
17685 </row>
17686 <row>
17687 <cell alignment="center" valignment="top" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 \begin_inset Formula $12\,+$
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 <cell alignment="center" valignment="top" usebox="none">
17700 \begin_inset Text
17701
17702 \begin_layout Plain Layout
17703 \begin_inset Formula $\,6$
17704 \end_inset
17705
17706
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 <row>
17713 <cell alignment="center" valignment="top" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717 \begin_inset Formula $0\,-$
17718 \end_inset
17719
17720
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell alignment="center" valignment="top" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729 \begin_inset Formula $\,68$
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 <row>
17739 <cell alignment="center" valignment="top" usebox="none">
17740 \begin_inset Text
17741
17742 \begin_layout Plain Layout
17743 \begin_inset Formula $-123\,/$
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 <cell alignment="center" valignment="top" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 \begin_inset Formula $\,0$
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 </row>
17764 </lyxtabular>
17765
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \begin_layout Standard
17777 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17778  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17779  formules.
17780  Dans ce cas on doit utiliser la méthode du tableau
17781 \begin_inset space ~
17782 \end_inset
17783
17784
17785 \begin_inset CommandInset ref
17786 LatexCommand ref
17787 reference "tab:Tableau-centré-sur-séparateur-2"
17788
17789 \end_inset
17790
17791 .
17792  Ce tableau a été créé comme un tableau 4×2.
17793  L'en-tête est une cellule multicolonne centrée.
17794  La première colonne est alignée à droite et contient la première partie
17795  et inclue l'opérateur.
17796  La seconde colonne contient le reste de la cellule aligné à gauche.
17797  Un petit espace a été ajouté au début de toutes les celleules de la deuxième
17798  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17799  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17800  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17801  :
17802 \end_layout
17803
17804 \begin_layout Standard
17805
17806 \series bold
17807 @{}l
17808 \end_layout
17809
17810 \begin_layout Standard
17811 Le tableau
17812 \begin_inset space ~
17813 \end_inset
17814
17815
17816 \begin_inset CommandInset ref
17817 LatexCommand ref
17818 reference "tab:Plusieurs-exemples-alignements"
17819
17820 \end_inset
17821
17822  montre quelques exemples d'alignements.
17823  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17824  comme pour la deuxième colonne du tableau
17825 \begin_inset space ~
17826 \end_inset
17827
17828
17829 \begin_inset CommandInset ref
17830 LatexCommand ref
17831 reference "tab:Tableau-centré-sur-séparateur-2"
17832
17833 \end_inset
17834
17835 .
17836 \end_layout
17837
17838 \begin_layout Standard
17839 \begin_inset Float table
17840 wide false
17841 sideways false
17842 status open
17843
17844 \begin_layout Plain Layout
17845 \begin_inset Caption
17846
17847 \begin_layout Plain Layout
17848 \begin_inset CommandInset label
17849 LatexCommand label
17850 name "tab:Plusieurs-exemples-alignements"
17851
17852 \end_inset
17853
17854 Plusieurs exemples d'alignement de cellules.
17855 \end_layout
17856
17857 \end_inset
17858
17859
17860 \end_layout
17861
17862 \begin_layout Plain Layout
17863 \align center
17864 \begin_inset Tabular
17865 <lyxtabular version="3" rows="4" columns="6">
17866 <features tabularvalignment="middle">
17867 <column alignment="right" valignment="top" width="0">
17868 <column alignment="left" valignment="top" width="0" special="@{}l">
17869 <column alignment="right" valignment="top" width="0">
17870 <column alignment="left" valignment="top" width="0" special="@{}l">
17871 <column alignment="right" valignment="top" width="0">
17872 <column alignment="left" valignment="top" width="0" special="@{}l">
17873 <row>
17874 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 unités
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 exposants
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17902 \begin_inset Text
17903
17904 \begin_layout Plain Layout
17905
17906 \end_layout
17907
17908 \end_inset
17909 </cell>
17910 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914 relations
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 </row>
17929 <row>
17930 <cell alignment="center" valignment="top" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 12×
17935 \end_layout
17936
17937 \end_inset
17938 </cell>
17939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 24
17944 \begin_inset space \thinspace{}
17945 \end_inset
17946
17947 bouteilles
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 \begin_inset Formula $10\cdot$
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 \begin_inset Formula $10^{\mbox{-}17}$
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 <cell alignment="center" valignment="top" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980 \begin_inset Formula $\Gamma(t)\propto$
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 <cell alignment="center" valignment="top" usebox="none">
17989 \begin_inset Text
17990
17991 \begin_layout Plain Layout
17992 \begin_inset Formula $\:\Upsilon(t)$
17993 \end_inset
17994
17995
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 </row>
18001 <row>
18002 <cell alignment="center" valignment="top" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 1024×
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 768
18016 \begin_inset space \thinspace{}
18017 \end_inset
18018
18019 Pixels
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028 \begin_inset Formula $5.78\cdot$
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 \begin_inset Formula $10^{7}$
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 \begin_inset Formula $A\ne$
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \end_inset
18059 </cell>
18060 <cell alignment="center" valignment="top" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 \begin_inset Formula $\: B_{\mathrm{red}}$
18065 \end_inset
18066
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 </row>
18073 <row>
18074 <cell alignment="center" valignment="top" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078 32×
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 6
18088 \begin_inset space \thinspace{}
18089 \end_inset
18090
18091 cm
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 -
18101 \begin_inset Formula $33.5\cdot$
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113 \begin_inset Formula $10^{4}$
18114 \end_inset
18115
18116
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 \begin_inset Formula $\sin(\alpha)\ge$
18126 \end_inset
18127
18128
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell alignment="center" valignment="top" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137 \begin_inset Formula $\:\sin(\beta)$
18138 \end_inset
18139
18140
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 </row>
18146 </lyxtabular>
18147
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \begin_layout Subsection
18159 Formats de cellule et de colonne personnalisés
18160 \begin_inset CommandInset label
18161 LatexCommand label
18162 name "sub:Formats-personnalisés"
18163
18164 \end_inset
18165
18166
18167 \begin_inset Index idx
18168 status collapsed
18169
18170 \begin_layout Plain Layout
18171 Personnalisation des tableaux !  Format de cellule/colonne
18172 \end_layout
18173
18174 \end_inset
18175
18176
18177 \end_layout
18178
18179 \begin_layout Standard
18180 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18181  multicolonne comme dans la section
18182 \begin_inset space ~
18183 \end_inset
18184
18185
18186 \begin_inset CommandInset ref
18187 LatexCommand ref
18188 reference "sub:Calculs-multicolonnes"
18189
18190 \end_inset
18191
18192  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18193  multicolonnes.
18194  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18195  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18196  du document.
18197  Le format est défini avec la commande
18198 \end_layout
18199
18200 \begin_layout Standard
18201
18202 \series bold
18203
18204 \backslash
18205 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18206 \end_layout
18207
18208 \begin_layout Standard
18209 Le nom du format peut n'avoir qu'une lettre.
18210  Les lettres 
18211 \emph on
18212 b
18213 \emph default
18214
18215 \emph on
18216 c
18217 \emph default
18218
18219 \emph on
18220 l
18221 \emph default
18222
18223 \emph on
18224 m
18225 \emph default
18226
18227 \emph on
18228 p
18229 \emph default
18230  et 
18231 \emph on
18232 r
18233 \emph default
18234  sont prédéfinies et donc ne peuvent être utilisées.
18235  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18236 \end_layout
18237
18238 \begin_layout Standard
18239 \begin_inset VSpace medskip
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \begin_layout Standard
18246 Pour de cellules multicolonnes centrées verticalement et horizontalement
18247  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18248  :
18249 \end_layout
18250
18251 \begin_layout Standard
18252
18253 \series bold
18254
18255 \backslash
18256 newcolumntype{M}[1]{>{
18257 \backslash
18258 centering
18259 \backslash
18260 hspace{0pt}}m{#1}}
18261 \end_layout
18262
18263 \begin_layout Standard
18264 Où le 
18265 \series bold
18266
18267 \backslash
18268 hspace{0pt}
18269 \series default
18270  évite le problème de césure du premier mot, comme c'est décrit en section
18271 \begin_inset space ~
18272 \end_inset
18273
18274
18275 \begin_inset CommandInset ref
18276 LatexCommand ref
18277 reference "sub:Lignes-multiple-dans-cellule"
18278
18279 \end_inset
18280
18281 .
18282  Ensuite, vous pouvez entrer
18283 \end_layout
18284
18285 \begin_layout Standard
18286
18287 \series bold
18288 M{width}
18289 \end_layout
18290
18291 \begin_layout Standard
18292 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18293  une multicolonne.
18294 \end_layout
18295
18296 \begin_layout Standard
18297 \begin_inset VSpace bigskip
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \begin_layout Standard
18304 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18305  définir le format
18306 \end_layout
18307
18308 \begin_layout Standard
18309
18310 \series bold
18311
18312 \backslash
18313 newcolumntype{S}[2]{>{
18314 \backslash
18315 centering
18316 \backslash
18317 hspace{0pt}}
18318 \begin_inset Newline newline
18319 \end_inset
18320
18321
18322 \begin_inset Phantom HPhantom
18323 status open
18324
18325 \begin_layout Plain Layout
18326
18327 \series bold
18328
18329 \backslash
18330 newcolumntype{S}[2]
18331 \end_layout
18332
18333 \end_inset
18334
18335 m{(#1+(2
18336 \backslash
18337 tabcolsep+
18338 \backslash
18339 arrayrulewidth)*(1-#2))/#2}}
18340 \end_layout
18341
18342 \begin_layout Standard
18343 Ce format utilise l'équation
18344 \begin_inset space ~
18345 \end_inset
18346
18347
18348 \begin_inset CommandInset ref
18349 LatexCommand eqref
18350 reference "eq:Wgn"
18351
18352 \end_inset
18353
18354  pour calculer la largeur que doit avoir chacune des cellules couverte par
18355  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18356 \end_layout
18357
18358 \begin_layout Standard
18359 Ensuite, vous pouvez entrer
18360 \end_layout
18361
18362 \begin_layout Standard
18363
18364 \series bold
18365 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18366 \end_layout
18367
18368 \begin_layout Standard
18369 comme paramètre LaTeX de la colonne.
18370 \end_layout
18371
18372 \begin_layout Standard
18373 \begin_inset VSpace bigskip
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \begin_layout Standard
18380 Pour des colonnes colorées, vous pouvez définir
18381 \end_layout
18382
18383 \begin_layout Standard
18384
18385 \series bold
18386
18387 \backslash
18388 newcolumntype{K}[1]{>{
18389 \backslash
18390 columncolor{#1}
18391 \backslash
18392 hspace{0pt}}c}
18393 \end_layout
18394
18395 \begin_layout Standard
18396 Le 
18397 \begin_inset Quotes eld
18398 \end_inset
18399
18400 c
18401 \begin_inset Quotes erd
18402 \end_inset
18403
18404  à la fin crée une colonne de largeur variable dont le texte est centré
18405  horizontalement.
18406  Vous pouvez maintenant entrer
18407 \end_layout
18408
18409 \begin_layout Standard
18410
18411 \series bold
18412 K{nom de couleur}
18413 \end_layout
18414
18415 \begin_layout Standard
18416 comme paramètre LaTeX.
18417 \end_layout
18418
18419 \begin_layout Standard
18420 \begin_inset VSpace bigskip
18421 \end_inset
18422
18423
18424 \end_layout
18425
18426 \begin_layout Standard
18427 Pour créer le tableau
18428 \begin_inset space ~
18429 \end_inset
18430
18431
18432 \begin_inset CommandInset ref
18433 LatexCommand ref
18434 reference "tab:Tableau-formats-personnalisés"
18435
18436 \end_inset
18437
18438  utilisez les paramètres LaTeX
18439 \end_layout
18440
18441 \begin_layout Standard
18442
18443 \series bold
18444 M{2.5cm}
18445 \end_layout
18446
18447 \begin_layout Standard
18448 pour la première colonne et la multicolonne,
18449 \end_layout
18450
18451 \begin_layout Standard
18452
18453 \series bold
18454 K{red}
18455 \end_layout
18456
18457 \begin_layout Standard
18458 pour la dernière colonne, et
18459 \end_layout
18460
18461 \begin_layout Standard
18462
18463 \series bold
18464 S{2.5cm}{2}
18465 \end_layout
18466
18467 \begin_layout Standard
18468 pour les cellules de la deuxième colonne.
18469 \end_layout
18470
18471 \begin_layout Standard
18472 \begin_inset Float table
18473 placement h
18474 wide false
18475 sideways false
18476 status open
18477
18478 \begin_layout Plain Layout
18479 \begin_inset Caption
18480
18481 \begin_layout Plain Layout
18482 \begin_inset CommandInset label
18483 LatexCommand label
18484 name "tab:Tableau-formats-personnalisés"
18485
18486 \end_inset
18487
18488 Tableau utilisant des formats personnalisés
18489 \end_layout
18490
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \begin_layout Plain Layout
18497 \align center
18498 \begin_inset Tabular
18499 <lyxtabular version="3" rows="3" columns="4">
18500 <features tabularvalignment="middle">
18501 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18502 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18503 <column alignment="center" valignment="middle" width="0">
18504 <column alignment="center" valignment="middle" width="0" special="K{red}">
18505 <row>
18506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 motTrèsLongDansUneCellule
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519 multicolonne avec multiligne
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 c
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548 d
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 e
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 f
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 g
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 h
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 i
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 j
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 k
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 </lyxtabular>
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \end_inset
18627
18628
18629 \end_layout
18630
18631 \begin_layout Subsection
18632 Épaisseur des filets
18633 \begin_inset CommandInset label
18634 LatexCommand label
18635 name "sub:Epaisseur-filets"
18636
18637 \end_inset
18638
18639
18640 \begin_inset Index idx
18641 status collapsed
18642
18643 \begin_layout Plain Layout
18644 Personnalisation des tableaux ! Épaisseur filets
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \begin_layout Standard
18653 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18654  
18655 \series bold
18656
18657 \backslash
18658 arrayrulewidth
18659 \series default
18660 .
18661  Pour mettre, par exemple, une épaisseur de filet de 1.5
18662 \begin_inset space \thinspace{}
18663 \end_inset
18664
18665 pt, comme pour le tableau
18666 \begin_inset space ~
18667 \end_inset
18668
18669
18670 \begin_inset CommandInset ref
18671 LatexCommand ref
18672 reference "tab:Tableau-filets-1.5pt"
18673
18674 \end_inset
18675
18676 , insérez la commande
18677 \end_layout
18678
18679 \begin_layout Standard
18680
18681 \series bold
18682
18683 \backslash
18684 setlength{
18685 \backslash
18686 arrayrulewidth}{1.5pt}
18687 \end_layout
18688
18689 \begin_layout Standard
18690 en code TeX avant le tableau ou le flottant de tableau.
18691  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18692  suivent.
18693  pour revenir aux valeurs implicites, mettez 
18694 \series bold
18695
18696 \backslash
18697 arrayrulewidth
18698 \series default
18699  à 0.4
18700 \begin_inset space \thinspace{}
18701 \end_inset
18702
18703 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18704 \end_layout
18705
18706 \begin_layout Standard
18707 \begin_inset ERT
18708 status collapsed
18709
18710 \begin_layout Plain Layout
18711
18712
18713 \backslash
18714 setlength{
18715 \backslash
18716 arrayrulewidth}{1.5pt}
18717 \end_layout
18718
18719 \end_inset
18720
18721
18722 \begin_inset Float table
18723 wide false
18724 sideways false
18725 status open
18726
18727 \begin_layout Plain Layout
18728 \begin_inset Caption
18729
18730 \begin_layout Plain Layout
18731 \begin_inset CommandInset label
18732 LatexCommand label
18733 name "tab:Tableau-filets-1.5pt"
18734
18735 \end_inset
18736
18737 Tableau avec des filets de 1.5
18738 \begin_inset space \thinspace{}
18739 \end_inset
18740
18741 pt
18742 \end_layout
18743
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \begin_layout Plain Layout
18750 \align center
18751 \begin_inset Tabular
18752 <lyxtabular version="3" rows="3" columns="3">
18753 <features tabularvalignment="middle">
18754 <column alignment="center" valignment="top" width="0">
18755 <column alignment="center" valignment="top" width="0">
18756 <column alignment="center" valignment="top" width="0">
18757 <row>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 sd
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18777 \begin_inset Text
18778
18779 \begin_layout Plain Layout
18780
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 </row>
18786 <row>
18787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18788 \begin_inset Text
18789
18790 \begin_layout Plain Layout
18791
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800 sd
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 </row>
18815 <row>
18816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820
18821 \end_layout
18822
18823 \end_inset
18824 </cell>
18825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838 sd
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 </row>
18844 </lyxtabular>
18845
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \end_inset
18852
18853
18854 \begin_inset ERT
18855 status collapsed
18856
18857 \begin_layout Plain Layout
18858
18859
18860 \backslash
18861 setlength{
18862 \backslash
18863 arrayrulewidth}{0.4pt}
18864 \end_layout
18865
18866 \end_inset
18867
18868
18869 \end_layout
18870
18871 \begin_layout Standard
18872 \begin_inset VSpace bigskip
18873 \end_inset
18874
18875 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18876 \begin_inset space \thinspace{}
18877 \end_inset
18878
18879 pt, comme dans le tableau
18880 \begin_inset space ~
18881 \end_inset
18882
18883
18884 \begin_inset CommandInset ref
18885 LatexCommand ref
18886 reference "tab:Tableau-filets-horizontaux-1.5pt"
18887
18888 \end_inset
18889
18890 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18891  de tableau :
18892 \end_layout
18893
18894 \begin_layout Standard
18895
18896 \series bold
18897
18898 \backslash
18899 let
18900 \backslash
18901 myHline
18902 \backslash
18903 hline
18904 \begin_inset Newline newline
18905 \end_inset
18906
18907
18908 \backslash
18909 renewcommand{
18910 \backslash
18911 hline}
18912 \begin_inset Newline newline
18913 \end_inset
18914
18915  {
18916 \backslash
18917 noalign{
18918 \backslash
18919 global
18920 \backslash
18921 arrayrulewidth 1.5pt}
18922 \begin_inset Newline newline
18923 \end_inset
18924
18925  
18926 \backslash
18927 myHline
18928 \backslash
18929 noalign{
18930 \backslash
18931 global
18932 \backslash
18933 arrayrulewidth 0.4pt}}
18934 \end_layout
18935
18936 \begin_layout Standard
18937 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18938  en code TeX après le tableau ou le flottant de tableau :
18939 \end_layout
18940
18941 \begin_layout Standard
18942
18943 \series bold
18944
18945 \backslash
18946 renewcommand{
18947 \backslash
18948 hline}{
18949 \backslash
18950 myHline}
18951 \end_layout
18952
18953 \begin_layout Standard
18954 \begin_inset ERT
18955 status collapsed
18956
18957 \begin_layout Plain Layout
18958
18959
18960 \backslash
18961 let
18962 \backslash
18963 myHline
18964 \backslash
18965 hline
18966 \end_layout
18967
18968 \begin_layout Plain Layout
18969
18970
18971 \backslash
18972 renewcommand{
18973 \backslash
18974 hline}
18975 \end_layout
18976
18977 \begin_layout Plain Layout
18978
18979  {
18980 \backslash
18981 noalign{
18982 \backslash
18983 global
18984 \backslash
18985 arrayrulewidth 1.5pt}
18986 \end_layout
18987
18988 \begin_layout Plain Layout
18989
18990   
18991 \backslash
18992 myHline
18993 \backslash
18994 noalign{
18995 \backslash
18996 global
18997 \backslash
18998 arrayrulewidth 0.4pt}}
18999 \end_layout
19000
19001 \end_inset
19002
19003
19004 \begin_inset Float table
19005 wide false
19006 sideways false
19007 status open
19008
19009 \begin_layout Plain Layout
19010 \begin_inset Caption
19011
19012 \begin_layout Plain Layout
19013 \begin_inset CommandInset label
19014 LatexCommand label
19015 name "tab:Tableau-filets-horizontaux-1.5pt"
19016
19017 \end_inset
19018
19019 Tableau avec des filets horizontaux de 1.5
19020 \begin_inset space \thinspace{}
19021 \end_inset
19022
19023 pt
19024 \end_layout
19025
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \begin_layout Plain Layout
19032 \align center
19033 \begin_inset Tabular
19034 <lyxtabular version="3" rows="3" columns="3">
19035 <features tabularvalignment="middle">
19036 <column alignment="center" valignment="top" width="0">
19037 <column alignment="center" valignment="top" width="0">
19038 <column alignment="center" valignment="top" width="0">
19039 <row>
19040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 sd
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19050 \begin_inset Text
19051
19052 \begin_layout Plain Layout
19053
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 </row>
19068 <row>
19069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 sd
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 </row>
19097 <row>
19098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120 sd
19121 \end_layout
19122
19123 \end_inset
19124 </cell>
19125 </row>
19126 </lyxtabular>
19127
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \end_inset
19134
19135
19136 \begin_inset ERT
19137 status collapsed
19138
19139 \begin_layout Plain Layout
19140
19141
19142 \backslash
19143 renewcommand{
19144 \backslash
19145 hline}{
19146 \backslash
19147 myHline}
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \begin_layout Standard
19156 \begin_inset VSpace bigskip
19157 \end_inset
19158
19159 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19160 \begin_inset space \thinspace{}
19161 \end_inset
19162
19163 pt, créez le format de colonne suivant dans le préambule, en suivant la
19164  description de la section
19165 \begin_inset space ~
19166 \end_inset
19167
19168
19169 \begin_inset CommandInset ref
19170 LatexCommand ref
19171 reference "sub:Formats-personnalisés"
19172
19173 \end_inset
19174
19175 :
19176 \end_layout
19177
19178 \begin_layout Standard
19179
19180 \series bold
19181
19182 \backslash
19183 newcolumntype{V}{!{
19184 \backslash
19185 vrule width 1.5pt}}
19186 \end_layout
19187
19188 \begin_layout Standard
19189 Pour le tableau
19190 \begin_inset space ~
19191 \end_inset
19192
19193
19194 \begin_inset CommandInset ref
19195 LatexCommand ref
19196 reference "tab:Tableau-filets-verticaux-1.5pt"
19197
19198 \end_inset
19199
19200  le paramètre LaTeX 
19201 \end_layout
19202
19203 \begin_layout Standard
19204
19205 \series bold
19206 VcV
19207 \end_layout
19208
19209 \begin_layout Standard
19210 a été utilisé pour la dernière colonne et
19211 \end_layout
19212
19213 \begin_layout Standard
19214
19215 \series bold
19216 Vc
19217 \end_layout
19218
19219 \begin_layout Standard
19220 pour les autres colonnes.
19221 \end_layout
19222
19223 \begin_layout Standard
19224 \begin_inset Float table
19225 wide false
19226 sideways false
19227 status open
19228
19229 \begin_layout Plain Layout
19230 \begin_inset Caption
19231
19232 \begin_layout Plain Layout
19233 \begin_inset CommandInset label
19234 LatexCommand label
19235 name "tab:Tableau-filets-verticaux-1.5pt"
19236
19237 \end_inset
19238
19239 Tableau avec des filets verticaux de 1.5
19240 \begin_inset space \thinspace{}
19241 \end_inset
19242
19243 pt 
19244 \end_layout
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout Plain Layout
19252 \align center
19253 \begin_inset Tabular
19254 <lyxtabular version="3" rows="3" columns="3">
19255 <features tabularvalignment="middle">
19256 <column alignment="center" valignment="top" width="0" special="Vc">
19257 <column alignment="center" valignment="top" width="0" special="Vc">
19258 <column alignment="center" valignment="top" width="0" special="VcV">
19259 <row>
19260 <cell alignment="center" valignment="top" topline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 sd
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 <cell alignment="center" valignment="top" topline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 sd
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 sd
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 </lyxtabular>
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \begin_layout Subsection
19359 Filets à traits interrompus
19360 \begin_inset Index idx
19361 status collapsed
19362
19363 \begin_layout Plain Layout
19364 Personnalisation des tableaux ! Filets à traits interrompus
19365 \end_layout
19366
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \begin_layout Standard
19373 \begin_inset ERT
19374 status collapsed
19375
19376 \begin_layout Plain Layout
19377
19378
19379 \backslash
19380 ifarydshln
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \begin_inset Note Note
19387 status open
19388
19389 \begin_layout Plain Layout
19390 La section suivante ne s'affichera que si vous avez installé le paquetage
19391  LaTeX 
19392 \series bold
19393 arydshln
19394 \series default
19395 .
19396 \end_layout
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Standard
19404 \begin_inset Float table
19405 placement H
19406 wide false
19407 sideways false
19408 status open
19409
19410 \begin_layout Plain Layout
19411 \begin_inset Caption
19412
19413 \begin_layout Plain Layout
19414 \begin_inset CommandInset label
19415 LatexCommand label
19416 name "tab:Tableau-filets-tirets"
19417
19418 \end_inset
19419
19420 Tableau avec des filets à traits interrompus
19421 \end_layout
19422
19423 \end_inset
19424
19425
19426 \end_layout
19427
19428 \begin_layout Plain Layout
19429 \align center
19430 \begin_inset Tabular
19431 <lyxtabular version="3" rows="5" columns="5">
19432 <features tabularvalignment="middle">
19433 <column alignment="center" valignment="top" width="0">
19434 <column alignment="center" valignment="top" width="0">
19435 <column alignment="center" valignment="top" width="0" special=":c">
19436 <column alignment="center" valignment="top" width="0">
19437 <column alignment="center" valignment="top" width="0">
19438 <row>
19439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 a
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452 b
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19458 \begin_inset Text
19459
19460 \begin_layout Plain Layout
19461 c
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 d
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 e
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 </row>
19485 <row>
19486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 f
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 g
19500 \end_layout
19501
19502 \end_inset
19503 </cell>
19504 <cell alignment="center" valignment="top" topline="true" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508 h
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 i
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 j
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 \begin_inset ERT
19538 status collapsed
19539
19540 \begin_layout Plain Layout
19541
19542
19543 \backslash
19544 hdashline 
19545 \end_layout
19546
19547 \end_inset
19548
19549 k
19550 \end_layout
19551
19552 \end_inset
19553 </cell>
19554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19555 \begin_inset Text
19556
19557 \begin_layout Plain Layout
19558 l
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 m
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 n
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 o
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 </row>
19591 <row>
19592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 \begin_inset ERT
19597 status collapsed
19598
19599 \begin_layout Plain Layout
19600
19601
19602 \backslash
19603 cdashline{4-5}
19604 \end_layout
19605
19606 \end_inset
19607
19608 p
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 q
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19623 \begin_inset Text
19624
19625 \begin_layout Plain Layout
19626 r
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635 s
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655 t
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 u
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673 v
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682 w
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 x
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 </row>
19697 </lyxtabular>
19698
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \begin_layout Standard
19710 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19711  donc employer du code TeX.
19712  Mais avant il faut charger le paquetage LaTeX 
19713 \series bold
19714 arydshln
19715 \series default
19716
19717 \begin_inset Index idx
19718 status collapsed
19719
19720 \begin_layout Plain Layout
19721 Paquetages LaTeX ! arydshln
19722 \end_layout
19723
19724 \end_inset
19725
19726  dans le préambule du document avec la commande 
19727 \end_layout
19728
19729 \begin_layout Standard
19730
19731 \series bold
19732
19733 \backslash
19734 usepackage{arydshln}
19735 \end_layout
19736
19737 \begin_layout Standard
19738 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19739  
19740 \begin_inset Quotes eld
19741 \end_inset
19742
19743 :
19744 \begin_inset Quotes erd
19745 \end_inset
19746
19747  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19748  dans la fenêtre de dialogue de paramètre du tableau.
19749 \end_layout
19750
19751 \begin_layout Standard
19752 Pour un trait horizontal interrompu, ajoutez la commande
19753 \end_layout
19754
19755 \begin_layout Standard
19756
19757 \series bold
19758
19759 \backslash
19760 hdashline
19761 \end_layout
19762
19763 \begin_layout Standard
19764 en code TeX comme premier élément de la première cellule de la ligne de
19765  tableau.
19766 \end_layout
19767
19768 \begin_layout Standard
19769 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19770  commande 
19771 \end_layout
19772
19773 \begin_layout Standard
19774
19775 \series bold
19776
19777 \backslash
19778 cdashline{
19779 \series default
19780 numéros de colonnes}
19781 \end_layout
19782
19783 \begin_layout Standard
19784 en code TeX comme premier élément de la première cellule de la ligne.
19785  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19786  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19787 \end_layout
19788
19789 \begin_layout Standard
19790
19791 \series bold
19792
19793 \backslash
19794 cdashline{2-4}
19795 \end_layout
19796
19797 \begin_layout Standard
19798 comme premier élément de la première cellule de la ligne contenant la multicolon
19799 ne.
19800 \end_layout
19801
19802 \begin_layout Standard
19803 \begin_inset VSpace bigskip
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \begin_layout Standard
19810 Le tableau
19811 \begin_inset space ~
19812 \end_inset
19813
19814
19815 \begin_inset CommandInset ref
19816 LatexCommand ref
19817 reference "tab:Tableau-filets-tirets"
19818
19819 \end_inset
19820
19821  a été créé en utilisant 
19822 \begin_inset Quotes eld
19823 \end_inset
19824
19825
19826 \series bold
19827 :c
19828 \series default
19829
19830 \begin_inset Quotes erd
19831 \end_inset
19832
19833  comme paramètre LaTeX pour la troisième colonne.
19834  La commande en code TeX 
19835 \series bold
19836
19837 \backslash
19838 hdashline
19839 \series default
19840  a été insérée dans la première cellule de la troisième ligne et la commande
19841  en code TeX 
19842 \series bold
19843
19844 \backslash
19845 cdashline{4-5}
19846 \series default
19847  a été insérée dans la première cellule de la quatrième ligne.
19848 \end_layout
19849
19850 \begin_layout Standard
19851 \begin_inset Note Greyedout
19852 status open
19853
19854 \begin_layout Plain Layout
19855
19856 \series bold
19857 Note:
19858 \series default
19859  Le paquetage LaTeX 
19860 \series bold
19861 arydshln
19862 \series default
19863  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19864  
19865 \series bold
19866 colortbl
19867 \series default
19868
19869 \begin_inset Index idx
19870 status collapsed
19871
19872 \begin_layout Plain Layout
19873 Paquetages LaTeX ! colortbl
19874 \end_layout
19875
19876 \end_inset
19877
19878  qui est utilisé pour avoir des tableaux colorés dans la section
19879 \begin_inset space ~
19880 \end_inset
19881
19882
19883 \begin_inset CommandInset ref
19884 LatexCommand ref
19885 reference "sec:Tableaux-Colorés"
19886
19887 \end_inset
19888
19889 .
19890  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19891  traits interrompus.
19892 \end_layout
19893
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \begin_layout Standard
19900 \begin_inset ERT
19901 status collapsed
19902
19903 \begin_layout Plain Layout
19904
19905
19906 \backslash
19907 else
19908 \end_layout
19909
19910 \end_inset
19911
19912
19913 \begin_inset Note Note
19914 status open
19915
19916 \begin_layout Plain Layout
19917 Ce qui suit sera affiché si le paquetage LaTeX 
19918 \series bold
19919 arydshln
19920 \series default
19921  n'est pas installé :
19922 \end_layout
19923
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \begin_layout Standard
19930 Vous devez installer le paquetage LaTeX 
19931 \series bold
19932 arydshln
19933 \series default
19934  pour voir le contenu des cette section dans la sortie imprimée.
19935 \end_layout
19936
19937 \begin_layout Standard
19938 \begin_inset ERT
19939 status collapsed
19940
19941 \begin_layout Plain Layout
19942
19943
19944 \backslash
19945 fi
19946 \end_layout
19947
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \begin_layout Chapter
19954 Flottants
19955 \begin_inset CommandInset label
19956 LatexCommand label
19957 name "chap:Flottants"
19958
19959 \end_inset
19960
19961
19962 \begin_inset Index idx
19963 status collapsed
19964
19965 \begin_layout Plain Layout
19966 Flottants
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \begin_layout Section
19975 Introduction
19976 \begin_inset CommandInset label
19977 LatexCommand label
19978 name "sec:Flottants-Introduction"
19979
19980 \end_inset
19981
19982
19983 \begin_inset Index idx
19984 status collapsed
19985
19986 \begin_layout Plain Layout
19987 Flottants ! Introduction
19988 \end_layout
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \begin_layout Standard
19996 Un flottant est une portion de document, qui peut être associé à une étiquette
19997  et dont la position n'est pas fixée.
19998  Il peut 
19999 \begin_inset Quotes eld
20000 \end_inset
20001
20002 flotter
20003 \begin_inset Quotes erd
20004 \end_inset
20005
20006  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
20007  plus approprié.
20008  Les 
20009 \family sans
20010 Notes
20011 \begin_inset space ~
20012 \end_inset
20013
20014 en
20015 \begin_inset space ~
20016 \end_inset
20017
20018 Bas
20019 \begin_inset space ~
20020 \end_inset
20021
20022 de
20023 \begin_inset space ~
20024 \end_inset
20025
20026 Page
20027 \family default
20028  et le 
20029 \family sans
20030 Notes
20031 \begin_inset space ~
20032 \end_inset
20033
20034 en
20035 \begin_inset space ~
20036 \end_inset
20037
20038 Marge
20039 \family default
20040  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
20041  sur la page suivante quand il y a trop de notes sur la page courante.
20042 \end_layout
20043
20044 \begin_layout Standard
20045 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20046  très grande qualité.
20047  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20048  éviter des lignes blanches ou des pages sans texte.
20049  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20050  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20051  le texte.
20052  Les flottants sont donc numérotés.
20053  Les références croisées sont décrites dans la section
20054 \begin_inset space ~
20055 \end_inset
20056
20057
20058 \begin_inset CommandInset ref
20059 LatexCommand ref
20060 reference "sec:Referencer-les-Flottants"
20061
20062 \end_inset
20063
20064 .
20065 \end_layout
20066
20067 \begin_layout Standard
20068 Pour insérer un flottant, on utilise un des sous menus du menu 
20069 \family sans
20070 Insérer\SpecialChar \menuseparator
20071 Flottant.
20072
20073 \family default
20074  Une boîte va être insérée dans votre document avec par exemple une étiquette
20075  du genre 
20076 \begin_inset Quotes eld
20077 \end_inset
20078
20079 Figure
20080 \begin_inset space ~
20081 \end_inset
20082
20083 #:
20084 \begin_inset Quotes erd
20085 \end_inset
20086
20087  (où # est un numéro).
20088  L'étiquette est automatiquement traduite dans la langue du document dans
20089  la sortie finale.
20090  Après l'étiquette vous pouvez insérer du texte comme légende.
20091  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20092  séparé, à l'intérieur du flottant.
20093  Vous trouverez plus de détails sur le positionnement des légendes dans
20094  la section
20095 \begin_inset space ~
20096 \end_inset
20097
20098
20099 \begin_inset CommandInset ref
20100 LatexCommand ref
20101 reference "sec:Placement-légende"
20102
20103 \end_inset
20104
20105 .
20106  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20107  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20108  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20109  Une boîte de flottant fermée ressemble à ceci : 
20110 \begin_inset Graphics
20111         filename clipart/floatQt4.png
20112         scale 60
20113
20114 \end_inset
20115
20116  – une case grise avec un texte rouge.
20117 \end_layout
20118
20119 \begin_layout Standard
20120 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20121  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20122  est formaté de façon particulière.
20123 \end_layout
20124
20125 \begin_layout Section
20126 Les Types de Flottants
20127 \end_layout
20128
20129 \begin_layout Standard
20130 En plus des flottants de figures et de tableau qui sont décrits respectivement
20131  dans les sections
20132 \begin_inset space ~
20133 \end_inset
20134
20135
20136 \begin_inset CommandInset ref
20137 LatexCommand ref
20138 reference "sec:Figure-Floats"
20139
20140 \end_inset
20141
20142  et 
20143 \begin_inset CommandInset ref
20144 LatexCommand ref
20145 reference "sec:Table-Floats"
20146
20147 \end_inset
20148
20149 , LyX offre aussi les types 
20150 \family sans
20151 Algorithme
20152 \family default
20153  et 
20154 \family sans
20155 Enrobage
20156 \family default
20157 .
20158  
20159 \lang english
20160 The latter are explained in sec.
20161 \lang french
20162
20163 \begin_inset space \thinspace{}
20164 \end_inset
20165
20166
20167 \begin_inset CommandInset ref
20168 LatexCommand ref
20169 reference "sec:Flottant-d'enrobage"
20170
20171 \end_inset
20172
20173 .
20174 \end_layout
20175
20176 \begin_layout Subsection
20177 Flottant d'algorithme
20178 \begin_inset Index idx
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 Flottants ! Algorithmes
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \begin_inset CommandInset label
20189 LatexCommand label
20190 name "sub:Flottant-d'Algorithme"
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \begin_layout Standard
20198 \begin_inset Float algorithm
20199 placement h
20200 wide false
20201 sideways false
20202 status open
20203
20204 \begin_layout Plain Layout
20205 \begin_inset Caption
20206
20207 \begin_layout Plain Layout
20208 \begin_inset CommandInset label
20209 LatexCommand label
20210 name "alg:Exemple-Flottant-Algorithme"
20211
20212 \end_inset
20213
20214 Exemple de flottant d'algorithme
20215 \end_layout
20216
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \begin_layout LyX-Code
20223 for I in 1..N loop
20224 \begin_inset Newline newline
20225 \end_inset
20226
20227  Sum:= Sum + A(I); /*comment*/
20228 \begin_inset Newline newline
20229 \end_inset
20230
20231 end loop
20232 \begin_inset VSpace -4mm
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \begin_layout Standard
20244 Ce type de flottant est inséré à l'aide du menu 
20245 \family sans
20246 Insérer\SpecialChar \menuseparator
20247 Flottant\SpecialChar \menuseparator
20248 Algorithme
20249 \family default
20250 .
20251  Il peut être utilisé pour des morceaux de code source ou des descriptions
20252  d'algorithmes et peut être utilisé comme une alternative au listing de
20253  code source qui est décrit au chapitre
20254 \begin_inset space ~
20255 \end_inset
20256
20257
20258 \begin_inset CommandInset ref
20259 LatexCommand ref
20260 reference "cha:Program-Code-Listings"
20261
20262 \end_inset
20263
20264 .
20265  Vous pouvez par exemple utiliser l'environnement Code
20266 \begin_inset space ~
20267 \end_inset
20268
20269 LyX qui est décrit dans le 
20270 \emph on
20271 Guide
20272 \emph default
20273
20274 \begin_inset space ~
20275 \end_inset
20276
20277
20278 \emph on
20279 de
20280 \begin_inset space ~
20281 \end_inset
20282
20283 l'Utilisateur
20284 \emph default
20285  de LyX.
20286  l'algorithme
20287 \begin_inset space ~
20288 \end_inset
20289
20290
20291 \begin_inset CommandInset ref
20292 LatexCommand ref
20293 reference "alg:Exemple-Flottant-Algorithme"
20294
20295 \end_inset
20296
20297  est un exemple de flottant d'algorithme où un espace vertical de -4
20298 \begin_inset space \thinspace{}
20299 \end_inset
20300
20301 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20302  soit placée exactement sous le texte de la dernière ligne.
20303 \end_layout
20304
20305 \begin_layout Standard
20306 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20307  du document.
20308  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20309 ent en ajoutant la ligne suivante dans le préambule de votre document :
20310 \end_layout
20311
20312 \begin_layout Standard
20313
20314 \series bold
20315
20316 \backslash
20317 floatname{algorithm}{votre
20318 \begin_inset space ~
20319 \end_inset
20320
20321 nom}
20322 \end_layout
20323
20324 \begin_layout Standard
20325
20326 \family sans
20327  votre
20328 \begin_inset space ~
20329 \end_inset
20330
20331 nom
20332 \family default
20333  est le mot 
20334 \begin_inset Quotes eld
20335 \end_inset
20336
20337
20338 \emph on
20339 algorithme
20340 \emph default
20341
20342 \begin_inset Quotes erd
20343 \end_inset
20344
20345  dans votre langue.
20346 \end_layout
20347
20348 \begin_layout Standard
20349 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20350 \family sans
20351 Insérer\SpecialChar \menuseparator
20352 Listes
20353 \begin_inset space ~
20354 \end_inset
20355
20356 &
20357 \begin_inset space ~
20358 \end_inset
20359
20360 TdM\SpecialChar \menuseparator
20361 Liste
20362 \begin_inset space ~
20363 \end_inset
20364
20365 des
20366 \begin_inset space ~
20367 \end_inset
20368
20369 algorithmes
20370 \family default
20371  si votre document est en la même langue que les menus de LyX.
20372  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20373  en code TeX à la place:
20374 \end_layout
20375
20376 \begin_layout Standard
20377
20378 \series bold
20379
20380 \backslash
20381 listof{algorithm}{votre
20382 \begin_inset space ~
20383 \end_inset
20384
20385 nom}
20386 \end_layout
20387
20388 \begin_layout Standard
20389 où 
20390 \family sans
20391 votre
20392 \begin_inset space ~
20393 \end_inset
20394
20395 nom
20396 \family default
20397  est la traduction de 
20398 \begin_inset Quotes eld
20399 \end_inset
20400
20401
20402 \emph on
20403 List of Algorithm
20404 \emph default
20405 s
20406 \begin_inset Quotes erd
20407 \end_inset
20408
20409  dans votre langue.
20410 \end_layout
20411
20412 \begin_layout Standard
20413 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20414  le schéma 
20415 \begin_inset Quotes eld
20416 \end_inset
20417
20418 chapitre.algorithme
20419 \begin_inset Quotes erd
20420 \end_inset
20421
20422  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20423  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20424  commande dans le préambule de votre document :
20425 \end_layout
20426
20427 \begin_layout Standard
20428
20429 \series bold
20430
20431 \backslash
20432 numberwithin{algorithm}{chapter}
20433 \end_layout
20434
20435 \begin_layout Standard
20436 Pour pouvoir utiliser la commande 
20437 \series bold
20438
20439 \backslash
20440 numberwithin
20441 \series default
20442 , activez l'option 
20443 \family sans
20444 Utiliser
20445 \begin_inset space ~
20446 \end_inset
20447
20448 le
20449 \begin_inset space ~
20450 \end_inset
20451
20452 paquetage
20453 \begin_inset space ~
20454 \end_inset
20455
20456 AMS
20457 \begin_inset space ~
20458 \end_inset
20459
20460 math
20461 \family default
20462  dans la rubrique 
20463 \family sans
20464 Options
20465 \begin_inset space ~
20466 \end_inset
20467
20468 des
20469 \begin_inset space ~
20470 \end_inset
20471
20472 Maths
20473 \family default
20474  de la fenêtre de dialogue 
20475 \family sans
20476 Paramètres
20477 \begin_inset space ~
20478 \end_inset
20479
20480 du
20481 \begin_inset space ~
20482 \end_inset
20483
20484 Document
20485 \family default
20486 .
20487 \end_layout
20488
20489 \begin_layout Section
20490 Numérotation des flottants
20491 \begin_inset Index idx
20492 status collapsed
20493
20494 \begin_layout Plain Layout
20495 Flottants ! Numérotation
20496 \end_layout
20497
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \begin_layout Standard
20504 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20505  ils se trouvent, soit en utilisant un format du genre 
20506 \begin_inset Quotes eld
20507 \end_inset
20508
20509 chapitre.numéro
20510 \begin_inset Quotes erd
20511 \end_inset
20512
20513  ou 
20514 \begin_inset Quotes eld
20515 \end_inset
20516
20517 section.numéro
20518 \begin_inset Quotes erd
20519 \end_inset
20520
20521 .
20522  Cela dépend de la classe de document utilisée.
20523 \end_layout
20524
20525 \begin_layout Standard
20526 Pour changer le format de la numérotation qui ne dépend pas de la section
20527  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20528  le préambule du document :
20529 \end_layout
20530
20531 \begin_layout Standard
20532
20533 \series bold
20534
20535 \backslash
20536 renewcommand{
20537 \backslash
20538 thetable}{
20539 \backslash
20540 roman{table}}
20541 \end_layout
20542
20543 \begin_layout Standard
20544
20545 \series bold
20546
20547 \backslash
20548 thetable
20549 \series default
20550  est la commande qui imprime le numéro du tableau, pour les figures, la
20551  commande serait 
20552 \series bold
20553
20554 \backslash
20555 thefigure
20556 \series default
20557 .
20558  La commande 
20559 \series bold
20560
20561 \backslash
20562 roman
20563 \series default
20564  utilisée dans la commande précédente, imprime le numéro du tableau sous
20565  forme de petits chiffres romains.
20566 \end_layout
20567
20568 \begin_layout Standard
20569 Pour changer le type de numérotation pour par exemple 
20570 \begin_inset Quotes eld
20571 \end_inset
20572
20573 sous-section.numéro
20574 \begin_inset Quotes erd
20575 \end_inset
20576
20577 , utilisez la commande suivante dans le préambule du document :
20578 \end_layout
20579
20580 \begin_layout Standard
20581
20582 \series bold
20583
20584 \backslash
20585 numberwithin{table}{subsection}
20586 \end_layout
20587
20588 \begin_layout Standard
20589 Pour pouvoir utiliser la commande 
20590 \series bold
20591
20592 \backslash
20593 numberwithin
20594 \series default
20595 , vous devez activer l'option 
20596 \family sans
20597 Utiliser
20598 \begin_inset space ~
20599 \end_inset
20600
20601 le
20602 \begin_inset space ~
20603 \end_inset
20604
20605 paquetage
20606 \begin_inset space ~
20607 \end_inset
20608
20609 maths
20610 \begin_inset space ~
20611 \end_inset
20612
20613 AMS
20614 \family default
20615  dans la rubrique 
20616 \family sans
20617 Options
20618 \begin_inset space ~
20619 \end_inset
20620
20621 des
20622 \begin_inset space ~
20623 \end_inset
20624
20625 Maths
20626 \family default
20627  de la fenêtre de dialogue 
20628 \family sans
20629 Paramètres
20630 \family default
20631  du document.
20632 \end_layout
20633
20634 \begin_layout Standard
20635 Veuillez aussi jeter un coup d'œil à la section
20636 \begin_inset space ~
20637 \end_inset
20638
20639
20640 \begin_inset CommandInset ref
20641 LatexCommand ref
20642 reference "sub:Numerotation-notes-bas-de-page"
20643
20644 \end_inset
20645
20646  pour plus de détails et des notes importantes sur les commandes de numérotation.
20647 \end_layout
20648
20649 \begin_layout Section
20650 Faire Référence à des Flottants
20651 \begin_inset CommandInset label
20652 LatexCommand label
20653 name "sec:Referencer-les-Flottants"
20654
20655 \end_inset
20656
20657
20658 \begin_inset Index idx
20659 status collapsed
20660
20661 \begin_layout Plain Layout
20662 Flottants ! Références
20663 \end_layout
20664
20665 \end_inset
20666
20667
20668 \begin_inset Index idx
20669 status collapsed
20670
20671 \begin_layout Plain Layout
20672 References@Références ! à des Flottants 
20673 \end_layout
20674
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \begin_layout Standard
20681 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20682  en utilisant le menu 
20683 \family sans
20684 Insérer\SpecialChar \menuseparator
20685 Étiquette
20686 \family default
20687  ou le bouton 
20688 \begin_inset Graphics
20689         filename ../../images/label-insert.png
20690         scale 85
20691         scaleBeforeRotation
20692
20693 \end_inset
20694
20695  de la barre d'outils.
20696  Une boîte grise de ce genre : 
20697 \begin_inset Graphics
20698         filename clipart/labelQt4.png
20699         scale 85
20700         scaleBeforeRotation
20701
20702 \end_inset
20703
20704  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20705  de saisir le texte de l'étiquette.
20706  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20707  précédés d'un préfixe.
20708  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20709  préfixe sera "
20710 \family sans
20711 fig:
20712 \family default
20713 ".
20714 \end_layout
20715
20716 \begin_layout Standard
20717 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20718  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20719 \family sans
20720 Insérer\SpecialChar \menuseparator
20721 Référence
20722 \begin_inset space ~
20723 \end_inset
20724
20725 Croisée
20726 \family default
20727  ou le bouton 
20728 \begin_inset Graphics
20729         filename ../../images/dialog-show-new-inset_ref.png
20730         scale 85
20731         scaleBeforeRotation
20732
20733 \end_inset
20734
20735  de la barre d'outils.
20736  Une boîte grise de référence croisée comme celle-ci : 
20737 \begin_inset Graphics
20738         filename ../clipart/referenceQt4.png
20739         scale 85
20740         scaleBeforeRotation
20741
20742 \end_inset
20743
20744  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20745  toutes les étiquettes définies dans votre document.
20746  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20747  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20748  de la fenêtre de dialogue.
20749  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20750  une.
20751  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20752  de la référence croisée.
20753 \end_layout
20754
20755 \begin_layout Standard
20756 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20757  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20758  les deux.
20759  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20760  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20761  du numéro de la référence.
20762 \end_layout
20763
20764 \begin_layout Standard
20765 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20766  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20767  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20768  pas à vous en préoccuper.
20769 \end_layout
20770
20771 \begin_layout Standard
20772 Le bouton 
20773 \family sans
20774 Aller
20775 \begin_inset space ~
20776 \end_inset
20777
20778 à
20779 \begin_inset space ~
20780 \end_inset
20781
20782 l'étiquette
20783 \family default
20784  dans la fenêtre de référence croisée va positionner le curseur juste devant
20785  l'étiquette à laquelle on fait référence.
20786  Le nom du bouton bouton 
20787 \family sans
20788 Revenir
20789 \family default
20790  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20791  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20792  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20793  à votre point de départ.
20794 \end_layout
20795
20796 \begin_layout Subsection
20797 Formats de Références Croisées
20798 \begin_inset CommandInset label
20799 LatexCommand label
20800 name "sub:Formats-Références-Croisées"
20801
20802 \end_inset
20803
20804
20805 \begin_inset Index idx
20806 status collapsed
20807
20808 \begin_layout Plain Layout
20809 References@Références ! Formats
20810 \end_layout
20811
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \begin_layout Standard
20818 Il y a six types de références croisées :
20819 \end_layout
20820
20821 \begin_layout Description
20822 <référence>
20823 \begin_inset space ~
20824 \end_inset
20825
20826 : affiche le numéro de l'élément, c'est le choix implicite : 
20827 \begin_inset CommandInset ref
20828 LatexCommand ref
20829 reference "fig:Deux-images-déformées"
20830
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \begin_layout Description
20837 (<référence>)
20838 \begin_inset space ~
20839 \end_inset
20840
20841 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20842  normalement pour faire référence à des formules mathématiques, en particulier
20843  quand le mot 
20844 \begin_inset Quotes eld
20845 \end_inset
20846
20847 Équation
20848 \begin_inset Quotes erd
20849 \end_inset
20850
20851  est omis : 
20852 \begin_inset CommandInset ref
20853 LatexCommand eqref
20854 reference "eq:Wgn"
20855
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \begin_layout Description
20862 <page>
20863 \begin_inset space ~
20864 \end_inset
20865
20866 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20867 \begin_inset space ~
20868 \end_inset
20869
20870
20871 \begin_inset CommandInset ref
20872 LatexCommand pageref
20873 reference "fig:Deux-images-déformées"
20874
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \begin_layout Description
20881 Sur
20882 \begin_inset space ~
20883 \end_inset
20884
20885 la
20886 \begin_inset space ~
20887 \end_inset
20888
20889 page
20890 \begin_inset space ~
20891 \end_inset
20892
20893 <page>
20894 \begin_inset space ~
20895 \end_inset
20896
20897 : affiche le mot 
20898 \begin_inset Quotes eld
20899 \end_inset
20900
20901 page
20902 \begin_inset Quotes erd
20903 \end_inset
20904
20905  suivi du numéro de la page sur laquelle se trouve l'élément : 
20906 \begin_inset CommandInset ref
20907 LatexCommand vpageref
20908 reference "fig:Deux-images-déformées"
20909
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \begin_layout Description
20916 <référence>
20917 \begin_inset space ~
20918 \end_inset
20919
20920 page
20921 \begin_inset space ~
20922 \end_inset
20923
20924 <page>
20925 \begin_inset space ~
20926 \end_inset
20927
20928 : affiche le numéro de l'élément, le mot 
20929 \begin_inset Quotes eld
20930 \end_inset
20931
20932 page
20933 \begin_inset Quotes erd
20934 \end_inset
20935
20936  et le numéro de la page : 
20937 \begin_inset CommandInset ref
20938 LatexCommand vref
20939 reference "fig:Deux-images-déformées"
20940
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \begin_layout Description
20947 Référence
20948 \begin_inset space ~
20949 \end_inset
20950
20951 mise
20952 \begin_inset space ~
20953 \end_inset
20954
20955 en
20956 \begin_inset space ~
20957 \end_inset
20958
20959 forme
20960 \begin_inset space ~
20961 \end_inset
20962
20963 : affiche une référence croisée qui définit son propre format.
20964 \begin_inset Newline newline
20965 \end_inset
20966
20967
20968 \begin_inset Note Greyedout
20969 status open
20970
20971 \begin_layout Plain Layout
20972
20973 \series bold
20974 Note:
20975 \series default
20976  Ce type de référence croisée n'est disponible que si vous avez installé
20977  le paquetage LaTeX 
20978 \series bold
20979 prettyref
20980 \series default
20981  ou 
20982 \series bold
20983 refstyle
20984 \series default
20985
20986 \begin_inset Index idx
20987 status collapsed
20988
20989 \begin_layout Plain Layout
20990 Paquetages LaTeX ! prettyref
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \begin_inset Index idx
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000 Paquetages LaTeX ! refstyle
21001 \end_layout
21002
21003 \end_inset
21004
21005 .
21006 \end_layout
21007
21008 \end_inset
21009
21010
21011 \begin_inset Newline newline
21012 \end_inset
21013
21014 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
21015  fonction en utilisant l'option 
21016 \family sans
21017 Utiliser refstyle (à la place de prettyref) pour les références croisées
21018 \family default
21019  dans le menu 
21020 \family sans
21021 Document\SpecialChar \menuseparator
21022 Paramètres\SpecialChar \menuseparator
21023 Classe de document
21024 \family default
21025 .
21026  Le format est précisé en ajoutant la commande 
21027 \series bold
21028
21029 \backslash
21030 newrefformat
21031 \series default
21032  (prettyref) ou 
21033 \series bold
21034
21035 \backslash
21036 newref
21037 \series default
21038  (refstyle) au préambule du document.
21039  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
21040  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
21041 \begin_inset space ~
21042 \end_inset
21043
21044 :
21045 \begin_inset Newline newline
21046 \end_inset
21047
21048
21049 \series bold
21050
21051 \backslash
21052 newref{fig}{refcmd={Image sur la page 
21053 \backslash
21054 pageref{#1}}}
21055 \series default
21056
21057 \begin_inset Newline newline
21058 \end_inset
21059
21060 Pour plus d'information sur le format, jetez un oeil dur la documentation
21061  du paquetage, 
21062 \begin_inset CommandInset citation
21063 LatexCommand cite
21064 key "prettyref,refstyle"
21065
21066 \end_inset
21067
21068 .
21069 \end_layout
21070
21071 \begin_layout Description
21072 Référence
21073 \begin_inset space ~
21074 \end_inset
21075
21076 textuelle: affiche la légende de la référence
21077 \begin_inset space ~
21078 \end_inset
21079
21080
21081 \begin_inset CommandInset ref
21082 LatexCommand nameref
21083 reference "fig:Deux-images-déformées"
21084
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \begin_layout Standard
21091
21092 \family sans
21093 <page>
21094 \family default
21095  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21096  précédente, la même page ou la page suivante.
21097  Vous verrez par exemple un texte du genre 
21098 \begin_inset Quotes eld
21099 \end_inset
21100
21101
21102 \family sans
21103 sur cette page
21104 \family default
21105
21106 \begin_inset Quotes erd
21107 \end_inset
21108
21109  à la place.
21110  Le style 
21111 \family sans
21112 <référence>
21113 \begin_inset space ~
21114 \end_inset
21115
21116 page
21117 \begin_inset space ~
21118 \end_inset
21119
21120 <page> 
21121 \family default
21122 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21123  page.
21124 \end_layout
21125
21126 \begin_layout Standard
21127 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21128  se trouve sont calculés automatiquement par LaTeX.
21129  Vous choisissez une des six variétés de références dans le champ Format
21130  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21131  boîte de la référence croisée.
21132 \end_layout
21133
21134 \begin_layout Standard
21135 \begin_inset Note Greyedout
21136 status open
21137
21138 \begin_layout Plain Layout
21139
21140 \series bold
21141 Note:
21142 \series default
21143  L'utilisation du paquetage LaTeX 
21144 \series bold
21145 refstyle
21146 \series default
21147
21148 \begin_inset Index idx
21149 status collapsed
21150
21151 \begin_layout Plain Layout
21152 Paquetages LaTeX ! refstyle
21153 \end_layout
21154
21155 \end_inset
21156
21157  est recommendée parce que 
21158 \series bold
21159 prettyref
21160 \series default
21161
21162 \begin_inset Index idx
21163 status collapsed
21164
21165 \begin_layout Plain Layout
21166 Paquetages LaTeX ! prettyref
21167 \end_layout
21168
21169 \end_inset
21170
21171  ne connaît pas tous les raccourcis possibles pour les étiquettes
21172 \begin_inset Foot
21173 status collapsed
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Quotes eld
21177 \end_inset
21178
21179 fig:
21180 \begin_inset Quotes erd
21181 \end_inset
21182
21183  est par exemple le raccourci LyX pour les étiquettes dans les légendes
21184  de figures,.
21185 \end_layout
21186
21187 \end_inset
21188
21189  et n'est pas internationalisé.
21190 \end_layout
21191
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \begin_layout Standard
21198 \begin_inset Note Greyedout
21199 status open
21200
21201 \begin_layout Plain Layout
21202
21203 \series bold
21204 Note:
21205 \series default
21206  Du fait d'un bogue dans la paquetage LaTeX 
21207 \series bold
21208 varioref
21209 \series default
21210  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21211  si la langue du document est le français.
21212  Pour contourner ce bogue, voir
21213 \begin_inset Newline newline
21214 \end_inset
21215
21216
21217 \begin_inset CommandInset href
21218 LatexCommand href
21219 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21220
21221 \end_inset
21222
21223 .
21224 \end_layout
21225
21226 \end_inset
21227
21228
21229 \end_layout
21230
21231 \begin_layout Subsection
21232 Nommage automatique des références croisées
21233 \begin_inset Index idx
21234 status collapsed
21235
21236 \begin_layout Plain Layout
21237 References@Références ! Nommage automatique
21238 \end_layout
21239
21240 \end_inset
21241
21242
21243 \end_layout
21244
21245 \begin_layout Standard
21246 Le paquetage LaTeX 
21247 \series bold
21248 hyperref
21249 \series default
21250
21251 \begin_inset Index idx
21252 status collapsed
21253
21254 \begin_layout Plain Layout
21255 Paquetages LaTeX ! hyperref
21256 \end_layout
21257
21258 \end_inset
21259
21260
21261 \series bold
21262
21263 \series default
21264 qui est activé dans la rubrique 
21265 \family sans
21266 Propriétés du PDF
21267 \family default
21268  de la fenêtre de dialogue 
21269 \family sans
21270 Paramètres du document
21271 \family default
21272  fournit une fonction très utile pour automatiser la création des références
21273  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21274  une section).
21275  Par exemple pour vous éviter de devoir écrire le mot 
21276 \begin_inset Quotes eld
21277 \end_inset
21278
21279 Figure
21280 \begin_inset Quotes erd
21281 \end_inset
21282
21283  devant chaque référence à une figure.
21284  Pour profiter de ce nommage automatique des références croisées, vous devez
21285  activer 
21286 \series bold
21287 hyperref
21288 \series default
21289  et insérer la ligne suivante dans le préambule du document :
21290 \end_layout
21291
21292 \begin_layout Standard
21293
21294 \series bold
21295
21296 \backslash
21297 AtBeginDocument{
21298 \backslash
21299 renewcommand{
21300 \backslash
21301 ref}[1]{
21302 \backslash
21303 mbox{
21304 \backslash
21305 autoref{#1}}}}
21306 \end_layout
21307
21308 \begin_layout Standard
21309 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21310  défaut, par exemple vous préférez le nom 
21311 \begin_inset Quotes eld
21312 \end_inset
21313
21314 sec.
21315 \begin_inset space \thinspace{}
21316 \end_inset
21317
21318
21319 \begin_inset Quotes eld
21320 \end_inset
21321
21322  plutôt que 
21323 \begin_inset Quotes eld
21324 \end_inset
21325
21326 section
21327 \begin_inset Quotes erd
21328 \end_inset
21329
21330 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21331 \end_layout
21332
21333 \begin_layout Standard
21334
21335 \series bold
21336
21337 \backslash
21338 addto
21339 \backslash
21340 extrasenglish{
21341 \backslash
21342 renewcommand{
21343 \backslash
21344 sectionautorefname}
21345 \begin_inset Newline newline
21346 \end_inset
21347
21348
21349 \begin_inset Phantom HPhantom
21350 status open
21351
21352 \begin_layout Plain Layout
21353
21354 \series bold
21355 \begin_inset space ~
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362
21363 {sec.
21364 \backslash
21365 negthinspace}}
21366 \end_layout
21367
21368 \begin_layout Standard
21369 Si vous utilisez une autre langue que l'anglais, remplacez 
21370 \series bold
21371
21372 \backslash
21373 extrasenglish
21374 \series default
21375  par 
21376 \series bold
21377
21378 \backslash
21379 extras***
21380 \series default
21381 , où *** est le nom de la langue que vous utilisez.
21382
21383 \series bold
21384  
21385 \end_layout
21386
21387 \begin_layout Standard
21388 Pour avoir des noms automatiques, mais pas pour certains types de références,
21389  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21390 \end_layout
21391
21392 \begin_layout Standard
21393
21394 \series bold
21395
21396 \backslash
21397 newlength{
21398 \backslash
21399 abc}
21400 \begin_inset Newline newline
21401 \end_inset
21402
21403
21404 \backslash
21405 settowidth{
21406 \backslash
21407 abc}{
21408 \backslash
21409 space}
21410 \begin_inset Newline newline
21411 \end_inset
21412
21413
21414 \backslash
21415 addto
21416 \backslash
21417 extrasenglish{
21418 \backslash
21419 renewcommand{
21420 \backslash
21421 equationautorefname}
21422 \begin_inset Newline newline
21423 \end_inset
21424
21425
21426 \begin_inset Phantom HPhantom
21427 status open
21428
21429 \begin_layout Plain Layout
21430
21431 \series bold
21432 \begin_inset space ~
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439
21440 {
21441 \backslash
21442 hspace{-
21443 \backslash
21444 abc}}
21445 \end_layout
21446
21447 \begin_layout Standard
21448 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21449  de 
21450 \series bold
21451 hyperref
21452 \series default
21453  
21454 \begin_inset CommandInset citation
21455 LatexCommand cite
21456 key "hyperref"
21457
21458 \end_inset
21459
21460 .
21461 \end_layout
21462
21463 \begin_layout Standard
21464 \begin_inset Note Greyedout
21465 status open
21466
21467 \begin_layout Plain Layout
21468
21469 \series bold
21470 Note:
21471 \series default
21472  Le nommage automatique de références ne peut être utilisé si vous avez
21473  choisi le style de référence 
21474 \family sans
21475 Référence
21476 \begin_inset space ~
21477 \end_inset
21478
21479 mise
21480 \begin_inset space ~
21481 \end_inset
21482
21483 en
21484 \begin_inset space ~
21485 \end_inset
21486
21487 forme
21488 \family default
21489  décrit dans la section
21490 \begin_inset space ~
21491 \end_inset
21492
21493
21494 \begin_inset CommandInset ref
21495 LatexCommand ref
21496 reference "sub:Formats-Références-Croisées"
21497
21498 \end_inset
21499
21500 .
21501 \end_layout
21502
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Standard
21509 Le manuel 
21510 \emph on
21511 Math
21512 \emph default
21513  est un exemple dans lequel on a utilisé le référencement automatique.
21514 \end_layout
21515
21516 \begin_layout Subsection
21517 Positionnement des Références 
21518 \begin_inset CommandInset label
21519 LatexCommand label
21520 name "sub:Reference-Position"
21521
21522 \end_inset
21523
21524
21525 \begin_inset Index idx
21526 status collapsed
21527
21528 \begin_layout Plain Layout
21529 References@Références ! Positionnement
21530 \end_layout
21531
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \begin_layout Standard
21538 Si vous utilisez le paquetage 
21539 \series bold
21540 hyperref, 
21541 \series default
21542 qui est activé dans la rubrique 
21543 \family sans
21544 Propriétés du PDF
21545 \family default
21546  de la fenêtre de dialogue 
21547 \family sans
21548 Paramètres du document,
21549 \family default
21550  pour lier vos références croisées dans la sortie finale, vous verrez que
21551  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21552  l'image.
21553  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21554  pourrez voir l'image sans faire défiler le texte.
21555  Ce problème vient du fait que le point d'ancrage de la référence se situe
21556  à l'endroit de l'étiquette.
21557  En utilisant le paquetage LaTeX 
21558 \series bold
21559 hypcap
21560 \series default
21561
21562 \begin_inset Index idx
21563 status collapsed
21564
21565 \begin_layout Plain Layout
21566 Paquetages LaTeX ! hypcap
21567 \end_layout
21568
21569 \end_inset
21570
21571 , qui fait partie du paquetage LaTeX 
21572 \series bold
21573 oberdiek
21574 \series default
21575
21576 \begin_inset Index idx
21577 status collapsed
21578
21579 \begin_layout Plain Layout
21580 Paquetages LaTeX ! oberdiek
21581 \end_layout
21582
21583 \end_inset
21584
21585 , le point d'ancrage d'un lien est place en haut du flottant.
21586  Pour utiliser cette fonction avec les flottants de figure, chargez 
21587 \series bold
21588 hypcap
21589 \series default
21590  dans l'entête du document avec la ligne
21591 \end_layout
21592
21593 \begin_layout Standard
21594
21595 \series bold
21596
21597 \backslash
21598 usepackage[figure]{hypcap}
21599 \end_layout
21600
21601 \begin_layout Standard
21602 Vous pouvez aussi utiliser 
21603 \series bold
21604 hypcap
21605 \series default
21606  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21607  raisons de stabilité.
21608  Pour plus d'information, jetez un coup d'œil au manuel d' 
21609 \series bold
21610 hypcap
21611 \series default
21612  
21613 \begin_inset CommandInset citation
21614 LatexCommand cite
21615 key "hypcap"
21616
21617 \end_inset
21618
21619 .
21620 \end_layout
21621
21622 \begin_layout Standard
21623 \begin_inset Note Greyedout
21624 status open
21625
21626 \begin_layout Plain Layout
21627
21628 \series bold
21629 Note:
21630 \series default
21631  
21632 \series bold
21633 hypcap
21634 \series default
21635  n'a aucun effet pour les références à des sous-figures.
21636 \end_layout
21637
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \begin_layout Section
21644 Placement des flottants
21645 \begin_inset CommandInset label
21646 LatexCommand label
21647 name "sec:Placement-flottants"
21648
21649 \end_inset
21650
21651
21652 \begin_inset Index idx
21653 status collapsed
21654
21655 \begin_layout Plain Layout
21656 Flottants ! Placement
21657 \end_layout
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \begin_layout Standard
21665 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21666  de dialogue 
21667 \family sans
21668 Paramètre
21669 \begin_inset space ~
21670 \end_inset
21671
21672 de
21673 \begin_inset space ~
21674 \end_inset
21675
21676 Flottant
21677 \family default
21678  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21679  utilise pour déterminer où placer le flottant.
21680 \begin_inset Newline newline
21681 \end_inset
21682
21683 L'option 
21684 \family sans
21685 Plusieurs
21686 \begin_inset space ~
21687 \end_inset
21688
21689 colonnes
21690 \family default
21691  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21692  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21693  confiné sur une seule colonne.
21694 \begin_inset Newline newline
21695 \end_inset
21696
21697 L'option 
21698 \family sans
21699 Rotation
21700 \begin_inset space ~
21701 \end_inset
21702
21703 90°
21704 \family default
21705  est utilisée pour faire tourner les flottants, voyez la section
21706 \begin_inset space ~
21707 \end_inset
21708
21709
21710 \begin_inset CommandInset ref
21711 LatexCommand ref
21712 reference "sec:Flottants-renversés"
21713
21714 \end_inset
21715
21716 .
21717 \end_layout
21718
21719 \begin_layout Standard
21720 En désactivant l'option 
21721 \family sans
21722 Utilise
21723 \begin_inset space ~
21724 \end_inset
21725
21726 le
21727 \begin_inset space ~
21728 \end_inset
21729
21730 placement
21731 \begin_inset space ~
21732 \end_inset
21733
21734 par
21735 \begin_inset space ~
21736 \end_inset
21737
21738 défaut
21739 \family default
21740  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21741  le placement du flottant:
21742 \end_layout
21743
21744 \begin_layout Description
21745 Ici,
21746 \begin_inset space ~
21747 \end_inset
21748
21749 si
21750 \begin_inset space ~
21751 \end_inset
21752
21753 possible: essaie de placer le flottant à la position où il a été inséré
21754  dans LyX
21755 \end_layout
21756
21757 \begin_layout Description
21758 Haut
21759 \begin_inset space ~
21760 \end_inset
21761
21762 de
21763 \begin_inset space ~
21764 \end_inset
21765
21766 la
21767 \begin_inset space ~
21768 \end_inset
21769
21770 page: essaie de placer le flottant en haut de la page courante
21771 \end_layout
21772
21773 \begin_layout Description
21774 Bas
21775 \begin_inset space ~
21776 \end_inset
21777
21778 de
21779 \begin_inset space ~
21780 \end_inset
21781
21782 la
21783 \begin_inset space ~
21784 \end_inset
21785
21786 page: essaie de placer le flottant en bas de la page courante
21787 \end_layout
21788
21789 \begin_layout Description
21790 Page
21791 \begin_inset space ~
21792 \end_inset
21793
21794 de
21795 \begin_inset space ~
21796 \end_inset
21797
21798 flottants: essaie de placer le flottant sur une page à part, éventuellement
21799  avec d'autres flottants 
21800 \end_layout
21801
21802 \begin_layout Standard
21803 LaTeX utilise
21804 \emph on
21805  toujours 
21806 \emph default
21807 les options dans l'ordre donné ci-dessus.
21808  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21809  d'abord essayer 
21810 \family sans
21811 Ici
21812 \begin_inset space ~
21813 \end_inset
21814
21815 si
21816 \begin_inset space ~
21817 \end_inset
21818
21819 possible
21820 \family default
21821 , ensuite 
21822 \family sans
21823 Haut
21824 \begin_inset space ~
21825 \end_inset
21826
21827 de
21828 \begin_inset space ~
21829 \end_inset
21830
21831 la
21832 \begin_inset space ~
21833 \end_inset
21834
21835 page
21836 \family default
21837 , et ainsi de suite.
21838  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21839  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21840  Si aucune des quatre options de placement n'est possible, la procédure
21841  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21842 \end_layout
21843
21844 \begin_layout Standard
21845 Implicitement, chaque option a ses propres règles d'application:
21846 \end_layout
21847
21848 \begin_layout Standard
21849
21850 \family sans
21851 Haut
21852 \begin_inset space ~
21853 \end_inset
21854
21855 de
21856 \begin_inset space ~
21857 \end_inset
21858
21859 la
21860 \begin_inset space ~
21861 \end_inset
21862
21863 page
21864 \family default
21865  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21866  en haut de page (
21867 \series bold
21868
21869 \backslash
21870 topfraction
21871 \series default
21872 ).
21873 \end_layout
21874
21875 \begin_layout Standard
21876
21877 \family sans
21878 Bas
21879 \begin_inset space ~
21880 \end_inset
21881
21882 de
21883 \begin_inset space ~
21884 \end_inset
21885
21886 la
21887 \begin_inset space ~
21888 \end_inset
21889
21890 page
21891 \family default
21892  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21893  en bas de page (
21894 \series bold
21895
21896 \backslash
21897 bottomfraction
21898 \series default
21899 ).
21900 \end_layout
21901
21902 \begin_layout Standard
21903
21904 \family sans
21905 Page
21906 \begin_inset space ~
21907 \end_inset
21908
21909 de
21910 \begin_inset space ~
21911 \end_inset
21912
21913 flottants
21914 \family default
21915  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21916  si ils occupent plus de 50% de celle-ci (
21917 \series bold
21918
21919 \backslash
21920 floatpagefraction
21921 \series default
21922 ).
21923 \end_layout
21924
21925 \begin_layout Standard
21926 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21927  supplémentaire 
21928 \family sans
21929 Ignorer
21930 \begin_inset space ~
21931 \end_inset
21932
21933 les
21934 \begin_inset space ~
21935 \end_inset
21936
21937 règles
21938 \begin_inset space ~
21939 \end_inset
21940
21941 LaTeX
21942 \family default
21943 \lang english
21944 .
21945 \begin_inset Newline newline
21946 \end_inset
21947
21948
21949 \lang french
21950 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21951  données entre parenthèses après les descriptions des règles données ci-dessus.
21952  Par exemple, pour augmenter à 50
21953 \begin_inset space \thinspace{}
21954 \end_inset
21955
21956 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21957  trop petite, ajoutez cette ligne au préambule de votre document :
21958 \end_layout
21959
21960 \begin_layout Standard
21961
21962 \series bold
21963
21964 \backslash
21965 renewcommand{
21966 \backslash
21967 bottomfraction}{0.5}
21968 \end_layout
21969
21970 \begin_layout Standard
21971 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21972  exactement à l'endroit où vous l'avez inséré.
21973  dans ce cas utilisez l'option 
21974 \family sans
21975 Ici
21976 \begin_inset space ~
21977 \end_inset
21978
21979 à
21980 \begin_inset space ~
21981 \end_inset
21982
21983 tout
21984 \begin_inset space ~
21985 \end_inset
21986
21987 Prix
21988 \family default
21989 .
21990  Utilisez cette option le moins souvent possible et seulement quand le document
21991  est presque prêt à être imprimé.
21992  En effet, le flottant n'est plus capable de 
21993 \begin_inset Quotes eld
21994 \end_inset
21995
21996 flotter
21997 \begin_inset Quotes erd
21998 \end_inset
21999
22000 , ce qui peut perturber toutes les mises en page.
22001 \end_layout
22002
22003 \begin_layout Standard
22004 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22005  sont toujours entourés par le texte d'un paragraphe donné.
22006 \begin_inset VSpace bigskip
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \begin_layout Standard
22013 On peut parfois se trouver dans la situation où un flottant est placé en
22014  haut d'une page alors que la section concernée ne commence qu'au milieu
22015  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22016  la section précédente.
22017  On peut utiliser la commande LaTeX 
22018 \series bold
22019
22020 \backslash
22021 suppressfloats
22022 \series default
22023  pour éviter ce cas.
22024  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22025  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22026  soit placé avant que la section commence.
22027  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22028  votre document :
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034
22035 \backslash
22036 let
22037 \backslash
22038 mySection
22039 \backslash
22040 section
22041 \begin_inset Newline newline
22042 \end_inset
22043
22044
22045 \backslash
22046 renewcommand{
22047 \backslash
22048 section}{
22049 \backslash
22050 suppressfloats[t]
22051 \backslash
22052 mySection}
22053 \end_layout
22054
22055 \begin_layout Standard
22056 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22057  comme les chapitres et les sous-sections.
22058  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22059  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22060  ensuite avoir du mal à trouver un positionnement correct.
22061 \end_layout
22062
22063 \begin_layout Standard
22064 \begin_inset VSpace bigskip
22065 \end_inset
22066
22067 Dans certains cas il est demandé de placer toutes les figures et tous les
22068  tableaux à la fin du document.
22069  C'est pour de telles situations que le paquetage LaTeX 
22070 \series bold
22071 endfloat
22072 \series default
22073
22074 \begin_inset Index idx
22075 status collapsed
22076
22077 \begin_layout Plain Layout
22078 Paquetages LaTeX ! endfloat
22079 \end_layout
22080
22081 \end_inset
22082
22083  a été développé.
22084  Il met en effet tous les flottants de figures et de tableaux à la fin du
22085  document dans leurs propres sections.
22086  À la position d'origine du flottant, une indication textuelle du genre
22087  
22088 \begin_inset Quotes eld
22089 \end_inset
22090
22091
22092 \family sans
22093 [Figure
22094 \begin_inset space ~
22095 \end_inset
22096
22097 3.2 
22098 \lang english
22099 about here.
22100 \lang french
22101 ]
22102 \family default
22103
22104 \begin_inset Quotes erd
22105 \end_inset
22106
22107  est insérée.
22108  Le paquetage 
22109 \series bold
22110 endfloat
22111 \series default
22112  est chargé dans le préambule avec la ligne suivante 
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \series bold
22118
22119 \backslash
22120 usepackage[options]{endfloat}
22121 \end_layout
22122
22123 \begin_layout Standard
22124 Il y a aussi de nombreuses options de paquetage pour modifier le format
22125  des sections de figures ou de tableau qui sont créées.
22126  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22127  
22128 \series bold
22129 endfloa
22130 \series default
22131
22132 \begin_inset CommandInset citation
22133 LatexCommand cite
22134 key "endfloat"
22135
22136 \end_inset
22137
22138 .
22139 \begin_inset Newline newline
22140 \end_inset
22141
22142
22143 \begin_inset Note Greyedout
22144 status open
22145
22146 \begin_layout Plain Layout
22147
22148 \series bold
22149 Note: endfloat
22150 \series default
22151  ne fournit pas de traduction automatique de l'indication textuelle, vous
22152  devez donc le faire manuellement, voyez la section
22153 \begin_inset space ~
22154 \end_inset
22155
22156 4 de 
22157 \begin_inset CommandInset citation
22158 LatexCommand cite
22159 key "endfloat"
22160
22161 \end_inset
22162
22163 .
22164 \end_layout
22165
22166 \end_inset
22167
22168
22169 \begin_inset Newline newline
22170 \end_inset
22171
22172
22173 \begin_inset Note Greyedout
22174 status open
22175
22176 \begin_layout Plain Layout
22177
22178 \series bold
22179 Note:
22180 \series default
22181  Il y a actuellement un bug dans le paquetage 
22182 \series bold
22183 endfloat
22184 \series default
22185  quand la légende contient un 
22186 \begin_inset Quotes eld
22187 \end_inset
22188
22189 ß
22190 \begin_inset Quotes erd
22191 \end_inset
22192
22193  allemand.
22194  Utilisez dans ce cas la commande 
22195 \begin_inset Quotes eld
22196 \end_inset
22197
22198
22199 \series bold
22200
22201 \backslash
22202 ss
22203 \series default
22204
22205 \begin_inset Quotes erd
22206 \end_inset
22207
22208  en code TeX à la place du 
22209 \begin_inset Quotes eld
22210 \end_inset
22211
22212 ß
22213 \begin_inset Quotes erd
22214 \end_inset
22215
22216 .
22217 \end_layout
22218
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \begin_layout Standard
22225 \begin_inset VSpace bigskip
22226 \end_inset
22227
22228 Pour plus d'information sur les manières de placer les flottants, jetez
22229  un coup d'œil aux livres sur LaTeX, 
22230 \begin_inset CommandInset citation
22231 LatexCommand cite
22232 key "latexcompanion,latexguide,latexbook"
22233
22234 \end_inset
22235
22236 .
22237 \end_layout
22238
22239 \begin_layout Section
22240 Flottants Renversés
22241 \begin_inset CommandInset label
22242 LatexCommand label
22243 name "sec:Flottants-renversés"
22244
22245 \end_inset
22246
22247
22248 \begin_inset Index idx
22249 status collapsed
22250
22251 \begin_layout Plain Layout
22252 Flottants ! Renversés
22253 \end_layout
22254
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \begin_layout Standard
22261 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22262  tableaux très larges.
22263  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22264  un clic droit sur la boîte du flottant et utilisez l'option 
22265 \family sans
22266 Rotation
22267 \begin_inset space ~
22268 \end_inset
22269
22270 90°
22271 \family default
22272 .
22273 \end_layout
22274
22275 \begin_layout Standard
22276 Les flottants renversés sont systématiquement placés sur leur propre page
22277  ( ou colonne, si vous avez un document sur deux colonnes ).
22278  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22279  
22280 \family sans
22281 Plusieurs
22282 \begin_inset space ~
22283 \end_inset
22284
22285 colonnes
22286 \family default
22287  dans les paramètres du flottant.
22288  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22289  du côté de la marge externe.
22290  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22291  ajouter soit l'option 
22292 \series bold
22293 figuresleft
22294 \series default
22295  soit l'option 
22296 \series bold
22297 figuresright
22298 \series default
22299  aux options de la classe de document.
22300 \end_layout
22301
22302 \begin_layout Standard
22303 Faire référence à un flottant renversé se fait de la même manière que pour
22304  un flottant normal, la mise en forme de la légende est aussi identique
22305  : Le tableau
22306 \begin_inset space ~
22307 \end_inset
22308
22309
22310 \begin_inset CommandInset ref
22311 LatexCommand ref
22312 reference "tab:Tableau-pivoté"
22313
22314 \end_inset
22315
22316  est un exemple de flottant de tableau renversé.
22317 \end_layout
22318
22319 \begin_layout Standard
22320 \begin_inset Note Greyedout
22321 status open
22322
22323 \begin_layout Plain Layout
22324
22325 \series bold
22326 Note:
22327 \series default
22328  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22329  DVI.
22330 \end_layout
22331
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \begin_layout Standard
22338 \begin_inset Float table
22339 wide false
22340 sideways true
22341 status open
22342
22343 \begin_layout Plain Layout
22344 \begin_inset Caption
22345
22346 \begin_layout Plain Layout
22347 \begin_inset CommandInset label
22348 LatexCommand label
22349 name "tab:Tableau-pivoté"
22350
22351 \end_inset
22352
22353  Tableau pivoté
22354 \end_layout
22355
22356 \end_inset
22357
22358
22359 \end_layout
22360
22361 \begin_layout Plain Layout
22362 \align center
22363 \begin_inset Tabular
22364 <lyxtabular version="3" rows="1" columns="5">
22365 <features tabularvalignment="middle">
22366 <column alignment="center" valignment="top" width="0">
22367 <column alignment="center" valignment="top" width="0">
22368 <column alignment="center" valignment="top" width="0">
22369 <column alignment="center" valignment="top" width="0">
22370 <column alignment="center" valignment="top" width="0">
22371 <row>
22372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 test
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 b
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 c
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 d
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 e
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 </row>
22418 </lyxtabular>
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Section
22431 Sous-flottants
22432 \begin_inset Index idx
22433 status collapsed
22434
22435 \begin_layout Plain Layout
22436 Flottants ! Sous-flottants
22437 \end_layout
22438
22439 \end_inset
22440
22441
22442 \end_layout
22443
22444 \begin_layout Standard
22445 Un exemple de sous-flottant : une figure composée de plusieurs images.
22446  On les crée en insérant un flottant dans un flottant existant.
22447  Le positionnement des sous-flottants peut être contrôlé comme pour les
22448  paragraphes comme on le voit avec les tableaux
22449 \begin_inset space ~
22450 \end_inset
22451
22452
22453 \begin_inset CommandInset ref
22454 LatexCommand ref
22455 reference "tab:Deux-sous-tableaux-cote-a-cote"
22456
22457 \end_inset
22458
22459  et 
22460 \begin_inset CommandInset ref
22461 LatexCommand ref
22462 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22463
22464 \end_inset
22465
22466 .
22467 \end_layout
22468
22469 \begin_layout Standard
22470 On fait référence à des sous-flottants comme on le ferait avec des flottants
22471  normaux : Les tableaux
22472 \begin_inset space ~
22473 \end_inset
22474
22475
22476 \begin_inset CommandInset ref
22477 LatexCommand ref
22478 reference "tab:Le-sous-tableau-a"
22479
22480 \end_inset
22481
22482  et 
22483 \begin_inset CommandInset ref
22484 LatexCommand ref
22485 reference "tab:Le-sous-tableau-b"
22486
22487 \end_inset
22488
22489  sont des sous-tableaux du tableau
22490 \begin_inset space ~
22491 \end_inset
22492
22493
22494 \begin_inset CommandInset ref
22495 LatexCommand ref
22496 reference "tab:Deux-sous-tableaux-cote-a-cote"
22497
22498 \end_inset
22499
22500 .
22501 \end_layout
22502
22503 \begin_layout Standard
22504 \begin_inset Float table
22505 wide false
22506 sideways false
22507 status open
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Caption
22511
22512 \begin_layout Plain Layout
22513 \begin_inset CommandInset label
22514 LatexCommand label
22515 name "tab:Deux-sous-tableaux-cote-a-cote"
22516
22517 \end_inset
22518
22519 Deux sous-tableaux placés côte-à-côte.
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \begin_layout Plain Layout
22528 \align center
22529 \begin_inset space \hfill{}
22530 \end_inset
22531
22532
22533 \begin_inset Float table
22534 wide false
22535 sideways false
22536 status collapsed
22537
22538 \begin_layout Plain Layout
22539 \begin_inset Caption
22540
22541 \begin_layout Plain Layout
22542 \begin_inset CommandInset label
22543 LatexCommand label
22544 name "tab:Le-sous-tableau-a"
22545
22546 \end_inset
22547
22548 Le sous-tableau a
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Plain Layout
22557 \align center
22558 \begin_inset Tabular
22559 <lyxtabular version="3" rows="1" columns="5">
22560 <features tabularvalignment="middle">
22561 <column alignment="center" valignment="top" width="0">
22562 <column alignment="center" valignment="top" width="0">
22563 <column alignment="center" valignment="top" width="0">
22564 <column alignment="center" valignment="top" width="0">
22565 <column alignment="center" valignment="top" width="0">
22566 <row>
22567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 test
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 b
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 c
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 d
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 e
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 </lyxtabular>
22614
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621
22622
22623 \begin_inset space \hfill{}
22624 \end_inset
22625
22626
22627 \begin_inset Float table
22628 wide false
22629 sideways false
22630 status collapsed
22631
22632 \begin_layout Plain Layout
22633 \begin_inset Caption
22634
22635 \begin_layout Plain Layout
22636 \begin_inset CommandInset label
22637 LatexCommand label
22638 name "tab:Le-sous-tableau-b"
22639
22640 \end_inset
22641
22642 Le sous-tableau b.
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \begin_layout Plain Layout
22651 \align center
22652 \begin_inset Tabular
22653 <lyxtabular version="3" rows="1" columns="5">
22654 <features tabularvalignment="middle">
22655 <column alignment="center" valignment="top" width="0">
22656 <column alignment="center" valignment="top" width="0">
22657 <column alignment="center" valignment="top" width="0">
22658 <column alignment="center" valignment="top" width="0">
22659 <column alignment="center" valignment="top" width="0">
22660 <row>
22661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665 e
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 d
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 c
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 b
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 test
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 </lyxtabular>
22708
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715
22716
22717 \begin_inset space \hfill{}
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \end_inset
22724
22725
22726 \end_layout
22727
22728 \begin_layout Standard
22729 \begin_inset Float table
22730 wide false
22731 sideways false
22732 status open
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Caption
22736
22737 \begin_layout Plain Layout
22738 \begin_inset CommandInset label
22739 LatexCommand label
22740 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22741
22742 \end_inset
22743
22744 Deux sous-tableaux placés l'un sur l'autre.
22745  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \begin_layout Plain Layout
22754 \align center
22755 \begin_inset Float table
22756 wide false
22757 sideways false
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Caption
22762
22763 \begin_layout Plain Layout
22764
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Plain Layout
22773 \align center
22774 \begin_inset Tabular
22775 <lyxtabular version="3" rows="1" columns="4">
22776 <features tabularvalignment="middle">
22777 <column alignment="center" valignment="top" width="0">
22778 <column alignment="center" valignment="top" width="0">
22779 <column alignment="center" valignment="top" width="0">
22780 <column alignment="center" valignment="top" width="0">
22781 <row>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 test
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 test
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 test
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813 test
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 </row>
22819 </lyxtabular>
22820
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \begin_layout Plain Layout
22832 \align center
22833 \begin_inset Float table
22834 wide false
22835 sideways false
22836 status collapsed
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Caption
22840
22841 \begin_layout Plain Layout
22842
22843 \end_layout
22844
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \begin_layout Plain Layout
22851 \align center
22852 \begin_inset Tabular
22853 <lyxtabular version="3" rows="1" columns="5">
22854 <features tabularvalignment="middle">
22855 <column alignment="center" valignment="top" width="0">
22856 <column alignment="center" valignment="top" width="0">
22857 <column alignment="center" valignment="top" width="0">
22858 <column alignment="center" valignment="top" width="0">
22859 <column alignment="center" valignment="top" width="0">
22860 <row>
22861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 a
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 b
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883 c
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 d
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 e
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 </lyxtabular>
22908
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \begin_layout Section
22925 Flottants côte-à-côte
22926 \begin_inset Index idx
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930 Flottants ! côte-à-côte
22931 \end_layout
22932
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Standard
22939 Pour placer des flottants côte-à-côte, comme pour la figure
22940 \begin_inset space ~
22941 \end_inset
22942
22943
22944 \begin_inset CommandInset ref
22945 LatexCommand ref
22946 reference "fig:Flottant-gauche"
22947
22948 \end_inset
22949
22950  et 
22951 \begin_inset CommandInset ref
22952 LatexCommand ref
22953 reference "fig:Flottant-droit"
22954
22955 \end_inset
22956
22957 , on n'utilise 
22958 \emph on
22959 qu'un seul 
22960 \emph default
22961 flottant.
22962  On y insère deux boîtes de minipages.
22963 \begin_inset Foot
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967 Les minipages sont décrites dans la section
22968 \begin_inset space ~
22969 \end_inset
22970
22971
22972 \begin_inset CommandInset ref
22973 LatexCommand ref
22974 reference "sec:Minipages"
22975
22976 \end_inset
22977
22978 .
22979 \end_layout
22980
22981 \end_inset
22982
22983  La largeur est mise à 45
22984 \begin_inset space \thinspace{}
22985 \end_inset
22986
22987 -50
22988 \begin_inset space \thinspace{}
22989 \end_inset
22990
22991 column% et l'alignement de la boîte à 
22992 \family sans
22993 Bas
22994 \family default
22995  pour chaque minipage.
22996  Les boîtes minipages contiennent l'image et la légende exactement comme
22997  avec un flottant.
22998  La seule différence est que l'unité de longueur 
22999 \family sans
23000 Largeur
23001 \begin_inset space ~
23002 \end_inset
23003
23004 colonne
23005 \begin_inset space ~
23006 \end_inset
23007
23008 %
23009 \family default
23010  utilisée pour l'image est maintenant définie par rapport à la largeur des
23011  boîtes minipages.
23012 \end_layout
23013
23014 \begin_layout Standard
23015 \begin_inset Float figure
23016 wide false
23017 sideways false
23018 status open
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Box Frameless
23022 position "b"
23023 hor_pos "c"
23024 has_inner_box 1
23025 inner_pos "t"
23026 use_parbox 0
23027 use_makebox 0
23028 width "45col%"
23029 special "none"
23030 height "1in"
23031 height_special "totalheight"
23032 status open
23033
23034 \begin_layout Plain Layout
23035 \align center
23036 \begin_inset Graphics
23037         filename ../clipart/mobius.eps
23038         lyxscale 50
23039         width 100col%
23040         scaleBeforeRotation
23041
23042 \end_inset
23043
23044
23045 \end_layout
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Caption
23049
23050 \begin_layout Plain Layout
23051 \begin_inset CommandInset label
23052 LatexCommand label
23053 name "fig:Flottant-gauche"
23054
23055 \end_inset
23056
23057 Flottant du côté gauche.
23058 \end_layout
23059
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \begin_inset space \hfill{}
23069 \end_inset
23070
23071
23072 \begin_inset Box Frameless
23073 position "b"
23074 hor_pos "c"
23075 has_inner_box 1
23076 inner_pos "t"
23077 use_parbox 0
23078 use_makebox 0
23079 width "45col%"
23080 special "none"
23081 height "1in"
23082 height_special "totalheight"
23083 status open
23084
23085 \begin_layout Plain Layout
23086 \align center
23087 \begin_inset Graphics
23088         filename ../clipart/platypus.eps
23089         lyxscale 50
23090         width 100col%
23091         scaleBeforeRotation
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Plain Layout
23099 \begin_inset Caption
23100
23101 \begin_layout Plain Layout
23102 \begin_inset CommandInset label
23103 LatexCommand label
23104 name "fig:Flottant-droit"
23105
23106 \end_inset
23107
23108 Flottant du côté droit.
23109 \end_layout
23110
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122
23123
23124 \end_layout
23125
23126 \begin_layout Section
23127 Mise en Forme de la Légende
23128 \begin_inset Index idx
23129 status collapsed
23130
23131 \begin_layout Plain Layout
23132 Légende ! Mise en forme
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \begin_inset Index idx
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142 Flottants ! Mise en forme de la Légende
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \begin_inset CommandInset label
23149 LatexCommand label
23150 name "sec:Formatage-légende"
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \begin_layout Standard
23158 L'environnement 
23159 \family sans
23160 Légende
23161 \family default
23162  est l'environnement de paragraphe implicite pour les 
23163 \family sans
23164 flottants
23165 \family default
23166 .
23167  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23168  par exemple 
23169 \begin_inset Quotes eld
23170 \end_inset
23171
23172
23173 \family sans
23174 Figure #:
23175 \family default
23176
23177 \begin_inset Quotes erd
23178 \end_inset
23179
23180  suivi par le texte de la légende.
23181  Le 
23182 \begin_inset Quotes eld
23183 \end_inset
23184
23185 #
23186 \begin_inset Quotes erd
23187 \end_inset
23188
23189  étant remplacé par le numéro de référence réel.
23190  implicitement l'étiquette et le numéro sont dans la même police de caractères
23191  que le texte de la légende et deux points suivent le numéro pour séparer
23192  l'étiquette du texte.
23193  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23194 \end_layout
23195
23196 \begin_layout Standard
23197 Pour modifier le format implicite des légendes, il faut charger le paquetage
23198  LaTeX 
23199 \series bold
23200 caption
23201 \series default
23202
23203 \begin_inset Index idx
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207 Paquetages LaTeX ! caption
23208 \end_layout
23209
23210 \end_inset
23211
23212  dans le préambule de votre document avec la ligne suivante :
23213 \end_layout
23214
23215 \begin_layout Standard
23216
23217 \series bold
23218
23219 \backslash
23220 usepackage[format definition]{caption}
23221 \end_layout
23222
23223 \begin_layout Standard
23224 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23225  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23226  dans ce document, utilisez les commandes suivantes :
23227 \end_layout
23228
23229 \begin_layout Standard
23230
23231 \series bold
23232
23233 \backslash
23234 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23235 \end_layout
23236
23237 \begin_layout Standard
23238 Vous pouvez aussi définir des formats de légendes différents pour les différents
23239  types de flottants.
23240  Dans ce cas chargez le paquetage 
23241 \series bold
23242 caption 
23243 \series default
23244 sans option de format spécifique et définissez les différents formats à
23245  l'aide de la commande 
23246 \end_layout
23247
23248 \begin_layout Standard
23249
23250 \series bold
23251
23252 \backslash
23253 captionsetup[type de flottant]{définition du format}
23254 \end_layout
23255
23256 \begin_layout Standard
23257 dans le préambule du document.
23258  Par exemple les formats de légende de la Figure
23259 \begin_inset space ~
23260 \end_inset
23261
23262
23263 \begin_inset CommandInset ref
23264 LatexCommand ref
23265 reference "fig:Legende-de-fig"
23266
23267 \end_inset
23268
23269  et du Tableau
23270 \begin_inset space ~
23271 \end_inset
23272
23273
23274 \begin_inset CommandInset ref
23275 LatexCommand ref
23276 reference "tab:Légende-de-tab"
23277
23278 \end_inset
23279
23280  peuvent être créés en utilisant les commandes suivantes dans le préambule
23281  :
23282 \end_layout
23283
23284 \begin_layout Standard
23285
23286 \series bold
23287
23288 \backslash
23289 usepackage[tableposition=top]{caption}
23290 \series default
23291
23292 \begin_inset Newline newline
23293 \end_inset
23294
23295
23296 \series bold
23297
23298 \backslash
23299 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23300 \begin_inset Newline newline
23301 \end_inset
23302
23303
23304 \begin_inset Phantom HPhantom
23305 status open
23306
23307 \begin_layout Plain Layout
23308
23309 \series bold
23310
23311 \backslash
23312 captionsetup[figure]{
23313 \end_layout
23314
23315 \end_inset
23316
23317 labelsep=period}
23318 \begin_inset Newline newline
23319 \end_inset
23320
23321
23322 \backslash
23323 captionsetup[table]{labelfont={bf,sf}}
23324 \end_layout
23325
23326 \begin_layout Standard
23327 \begin_inset Note Greyedout
23328 status open
23329
23330 \begin_layout Plain Layout
23331
23332 \series bold
23333 Note:
23334 \series default
23335  L'option 
23336 \series bold
23337 tableposition=top
23338 \series default
23339  n'a pas d'effet quand on utilise un document de classe 
23340 \series bold
23341 KOMA-Script
23342 \series default
23343
23344 \begin_inset Index idx
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348 Paquetages LaTeX ! KOMA-Script
23349 \end_layout
23350
23351 \end_inset
23352
23353 .
23354  Dans ce cas on doit utiliser l'option 
23355 \series bold
23356 captions=tableheading
23357 \series default
23358  de la classe de document.
23359 \end_layout
23360
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \begin_layout Standard
23367 Pour plus d'information sur le paquetage 
23368 \series bold
23369 caption
23370 \series default
23371  nous vous renvoyons à sa documentation 
23372 \begin_inset CommandInset citation
23373 LatexCommand cite
23374 key "caption"
23375
23376 \end_inset
23377
23378 .
23379 \end_layout
23380
23381 \begin_layout Standard
23382 Pour changer le nom de l'étiquette, par exemple de 
23383 \begin_inset Quotes eld
23384 \end_inset
23385
23386 Figure
23387 \begin_inset Quotes erd
23388 \end_inset
23389
23390  à 
23391 \begin_inset Quotes eld
23392 \end_inset
23393
23394 Image
23395 \begin_inset Quotes erd
23396 \end_inset
23397
23398 , utilisez la commande suivante dans le préambule :
23399 \end_layout
23400
23401 \begin_layout Standard
23402
23403 \series bold
23404
23405 \backslash
23406 renewcommand{
23407 \backslash
23408 fnum@figure}{Image~
23409 \backslash
23410 thefigure}
23411 \end_layout
23412
23413 \begin_layout Standard
23414 où 
23415 \series bold
23416
23417 \backslash
23418 thefigure
23419 \series default
23420  insère le numéro de la figure et
23421 \series bold
23422  
23423 \begin_inset Quotes eld
23424 \end_inset
23425
23426 ~
23427 \series default
23428
23429 \begin_inset Quotes erd
23430 \end_inset
23431
23432  ajoute une espace insécable.
23433 \end_layout
23434
23435 \begin_layout Standard
23436 \begin_inset VSpace bigskip
23437 \end_inset
23438
23439 Si vous utilisez un document de classe 
23440 \series bold
23441 KOMA-Script
23442 \series default
23443
23444 \begin_inset Index idx
23445 status collapsed
23446
23447 \begin_layout Plain Layout
23448 Paquetages LaTeX ! KOMA-Script
23449 \end_layout
23450
23451 \end_inset
23452
23453  (
23454 \family sans
23455 article (KOMA-Script)
23456 \family default
23457
23458 \family sans
23459 book (KOMA-Script)
23460 \family default
23461
23462 \family sans
23463 letter (KOMA-Script)
23464 \family default
23465 , ou 
23466 \family sans
23467 report (KOMA-Script)
23468 \family default
23469
23470 \begin_inset space \thinspace{}
23471 \end_inset
23472
23473 ), Vous pouvez utiliser la commande incorporée 
23474 \series bold
23475
23476 \backslash
23477 setkomafont 
23478 \series default
23479 du paquetage
23480 \series bold
23481  KOMA-Script 
23482 \series default
23483 à la place du paquetage
23484 \series bold
23485  caption.
23486  
23487 \series default
23488 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23489  suivante au préambule de votre document :
23490 \end_layout
23491
23492 \begin_layout Standard
23493
23494 \series bold
23495
23496 \backslash
23497 setkomafont{captionlabel}{
23498 \backslash
23499 bfseries}
23500 \end_layout
23501
23502 \begin_layout Standard
23503 Pour plus d'information au sujet de 
23504 \series bold
23505
23506 \backslash
23507 setkomafont
23508 \series default
23509  nous vous renvoyons à la documentation du paquetage 
23510 \series bold
23511 KOMA-Script
23512 \series default
23513  
23514 \begin_inset CommandInset citation
23515 LatexCommand cite
23516 key "KOMA-Script"
23517
23518 \end_inset
23519
23520 .
23521 \end_layout
23522
23523 \begin_layout Standard
23524 \begin_inset ERT
23525 status collapsed
23526
23527 \begin_layout Plain Layout
23528
23529
23530 \backslash
23531 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23532 }
23533 \end_layout
23534
23535 \end_inset
23536
23537
23538 \begin_inset Note Note
23539 status open
23540
23541 \begin_layout Plain Layout
23542 Le format de la légende n'est modifié que pour cet exemple.
23543 \end_layout
23544
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \begin_layout Standard
23551 \begin_inset Float figure
23552 placement !p
23553 wide false
23554 sideways false
23555 status open
23556
23557 \begin_layout Plain Layout
23558 \align center
23559 \begin_inset Graphics
23560         filename ../clipart/mobius.eps
23561         lyxscale 50
23562         scale 50
23563         scaleBeforeRotation
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Caption
23572
23573 \begin_layout Plain Layout
23574 \begin_inset CommandInset label
23575 LatexCommand label
23576 name "fig:Legende-de-fig"
23577
23578 \end_inset
23579
23580 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23581  pour montrer les différents types de formats de légendes.
23582  Ici on a utilisé un format de légende personnalisé.
23583 \end_layout
23584
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \begin_layout Standard
23596 \begin_inset ERT
23597 status collapsed
23598
23599 \begin_layout Plain Layout
23600
23601
23602 \backslash
23603 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23604 on}
23605 \end_layout
23606
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \begin_layout Standard
23613 \begin_inset Float table
23614 placement !p
23615 wide false
23616 sideways false
23617 status open
23618
23619 \begin_layout Plain Layout
23620 \begin_inset Caption
23621
23622 \begin_layout Plain Layout
23623 \begin_inset CommandInset label
23624 LatexCommand label
23625 name "tab:Légende-de-tab"
23626
23627 \end_inset
23628
23629 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23630  pour montrer les différents types de formats de légendes.
23631  Ici on a utilisé le format de légende implicite.
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \end_layout
23638
23639 \begin_layout Plain Layout
23640 \align center
23641 \begin_inset Tabular
23642 <lyxtabular version="3" rows="1" columns="5">
23643 <features tabularvalignment="middle">
23644 <column alignment="center" valignment="top" width="0">
23645 <column alignment="center" valignment="top" width="0">
23646 <column alignment="center" valignment="top" width="0">
23647 <column alignment="center" valignment="top" width="0">
23648 <column alignment="center" valignment="top" width="0">
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 a
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663 b
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 c
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 d
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 e
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 </row>
23696 </lyxtabular>
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704
23705
23706 \end_layout
23707
23708 \begin_layout Section
23709 Positionnement de la Légende
23710 \begin_inset Index idx
23711 status collapsed
23712
23713 \begin_layout Plain Layout
23714 Légende ! Placement
23715 \end_layout
23716
23717 \end_inset
23718
23719
23720 \begin_inset Index idx
23721 status collapsed
23722
23723 \begin_layout Plain Layout
23724 Flottants ! Placement de la légende
23725 \end_layout
23726
23727 \end_inset
23728
23729
23730 \begin_inset CommandInset label
23731 LatexCommand label
23732 name "sec:Placement-légende"
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Standard
23740 La règle habituelle pour placer la légende est :
23741 \end_layout
23742
23743 \begin_layout Description
23744 Figure
23745 \begin_inset space ~
23746 \end_inset
23747
23748 : La légende est placée en dessous de la figure
23749 \end_layout
23750
23751 \begin_layout Description
23752 Tableau
23753 \begin_inset space ~
23754 \end_inset
23755
23756 : La légende est placée au dessus du tableau
23757 \end_layout
23758
23759 \begin_layout Standard
23760 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23761  au dessus des tableaux.
23762  Ce qui fait que si vous utilisez une des classes de document 
23763 \family sans
23764 article
23765 \family default
23766
23767 \family sans
23768 book
23769 \family default
23770
23771 \family sans
23772 letter
23773 \family default
23774 , ou 
23775 \family sans
23776 report
23777 \family default
23778  il n'y aura pas d'espace libre entre la légende et le tableau.
23779  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23780  de chargement du paquetage LaTeX 
23781 \series bold
23782 caption
23783 \series default
23784  dans le préambule de votre document
23785 \begin_inset Foot
23786 status open
23787
23788 \begin_layout Plain Layout
23789 Voir la section
23790 \begin_inset space ~
23791 \end_inset
23792
23793
23794 \begin_inset CommandInset ref
23795 LatexCommand ref
23796 reference "sec:Formatage-légende"
23797
23798 \end_inset
23799
23800  pour plus d'information sur le paquetage 
23801 \series bold
23802 caption
23803 \series default
23804 .
23805 \end_layout
23806
23807 \end_inset
23808
23809 :
23810 \end_layout
23811
23812 \begin_layout Standard
23813
23814 \series bold
23815 tableposition=top
23816 \end_layout
23817
23818 \begin_layout Standard
23819 Si vous utilisez une classe de document 
23820 \series bold
23821 KOMA-Script
23822 \series default
23823
23824 \begin_inset Index idx
23825 status collapsed
23826
23827 \begin_layout Plain Layout
23828 Paquetages LaTeX ! KOMA-Script
23829 \end_layout
23830
23831 \end_inset
23832
23833  (
23834 \family sans
23835 article (KOMA-Script)
23836 \family default
23837
23838 \family sans
23839 book (KOMA-Script)
23840 \family default
23841
23842 \family sans
23843 letter (KOMA-Script)
23844 \family default
23845 , ou 
23846 \family sans
23847 report (KOMA-Script)
23848 \family default
23849
23850 \begin_inset space \thinspace{}
23851 \end_inset
23852
23853 ), vous pouvez utiliser à la place du paquetage 
23854 \series bold
23855 caption
23856 \series default
23857  l'option 
23858 \series bold
23859 captions=tableheading
23860 \series default
23861  de la classe de document.
23862 \end_layout
23863
23864 \begin_layout Standard
23865 \begin_inset VSpace bigskip
23866 \end_inset
23867
23868 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23869  Pour cela, vous devez charger le paquetage LaTeX 
23870 \series bold
23871 sidecap
23872 \series default
23873
23874 \begin_inset Index idx
23875 status collapsed
23876
23877 \begin_layout Plain Layout
23878 Paquetages LaTeX ! sidecap
23879 \end_layout
23880
23881 \end_inset
23882
23883  dans le préambule de votre document avec la ligne de commande suivante
23884 \end_layout
23885
23886 \begin_layout Standard
23887
23888 \series bold
23889
23890 \backslash
23891 usepackage[option]{sidecap}
23892 \end_layout
23893
23894 \begin_layout Standard
23895 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23896  extérieure – à droite sur les pages impaires et à gauche sur les pages
23897  paires.
23898  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23899  
23900 \series bold
23901 innercaption
23902 \series default
23903 .
23904  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23905  
23906 \series bold
23907 rightcaption
23908 \series default
23909  ou 
23910 \series bold
23911 leftcaption
23912 \series default
23913 .
23914 \end_layout
23915
23916 \begin_layout Standard
23917 \begin_inset ERT
23918 status collapsed
23919
23920 \begin_layout Plain Layout
23921
23922
23923 \backslash
23924 ifsidecap
23925 \end_layout
23926
23927 \end_inset
23928
23929
23930 \begin_inset Note Note
23931 status open
23932
23933 \begin_layout Plain Layout
23934 La section suivante ne sera affichée que si le paquetage LaTeX 
23935 \series bold
23936 sidecap
23937 \series default
23938  a été installé.
23939 \end_layout
23940
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \begin_layout Standard
23947 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23948  ajouter ces commandes dans le préambule de votre document :
23949 \end_layout
23950
23951 \begin_layout Standard
23952 \noindent
23953 \begin_inset CommandInset line
23954 LatexCommand rule
23955 offset "0.5ex"
23956 width "100line%"
23957 height "1pt"
23958
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \begin_layout Standard
23965
23966 \series bold
23967
23968 \backslash
23969 newcommand{
23970 \backslash
23971 TabBesBeg}[1][1.0]{%
23972 \begin_inset Newline newline
23973 \end_inset
23974
23975
23976 \begin_inset Phantom HPhantom
23977 status open
23978
23979 \begin_layout Plain Layout
23980 \begin_inset space ~
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987
23988
23989 \backslash
23990 let
23991 \backslash
23992 MyTable
23993 \backslash
23994 table
23995 \begin_inset Newline newline
23996 \end_inset
23997
23998
23999 \begin_inset Phantom HPhantom
24000 status open
24001
24002 \begin_layout Plain Layout
24003
24004 \series medium
24005 \begin_inset space ~
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012
24013
24014 \backslash
24015 let
24016 \backslash
24017 MyEndtable
24018 \backslash
24019 endtable
24020 \begin_inset Newline newline
24021 \end_inset
24022
24023
24024 \begin_inset Phantom HPhantom
24025 status open
24026
24027 \begin_layout Plain Layout
24028
24029 \series medium
24030 \begin_inset space ~
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037
24038
24039 \backslash
24040 renewenvironment{table}[1]{
24041 \backslash
24042 begin{SCtable}[#1]##1}{
24043 \backslash
24044 end{SCtable}}}
24045 \end_layout
24046
24047 \begin_layout Standard
24048
24049 \series bold
24050
24051 \backslash
24052 newcommand{
24053 \backslash
24054 TabBesEnd}{%
24055 \begin_inset Newline newline
24056 \end_inset
24057
24058
24059 \begin_inset Phantom HPhantom
24060 status open
24061
24062 \begin_layout Plain Layout
24063 \begin_inset space ~
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070
24071
24072 \backslash
24073 let
24074 \backslash
24075 table
24076 \backslash
24077 MyTable
24078 \begin_inset Newline newline
24079 \end_inset
24080
24081
24082 \begin_inset Phantom HPhantom
24083 status open
24084
24085 \begin_layout Plain Layout
24086 \begin_inset space ~
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \backslash
24096 let
24097 \backslash
24098 endtable
24099 \backslash
24100 MyEndtable
24101 \end_layout
24102
24103 \begin_layout Standard
24104
24105 \series bold
24106
24107 \backslash
24108 newcommand{
24109 \backslash
24110 FigBesBeg}[1][1.0]{%
24111 \begin_inset Newline newline
24112 \end_inset
24113
24114
24115 \begin_inset Phantom HPhantom
24116 status open
24117
24118 \begin_layout Plain Layout
24119 \begin_inset space ~
24120 \end_inset
24121
24122
24123 \end_layout
24124
24125 \end_inset
24126
24127
24128 \backslash
24129 let
24130 \backslash
24131 MyFigure
24132 \backslash
24133 figure
24134 \begin_inset Newline newline
24135 \end_inset
24136
24137
24138 \begin_inset Phantom HPhantom
24139 status open
24140
24141 \begin_layout Plain Layout
24142 \begin_inset space ~
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \backslash
24152 let
24153 \backslash
24154 MyEndfigure
24155 \backslash
24156 endfigure
24157 \begin_inset Newline newline
24158 \end_inset
24159
24160
24161 \begin_inset Phantom HPhantom
24162 status open
24163
24164 \begin_layout Plain Layout
24165 \begin_inset space ~
24166 \end_inset
24167
24168
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \backslash
24175 renewenvironment{figure}[1]{
24176 \backslash
24177 begin{SCfigure}[#1]##1}{
24178 \backslash
24179 end{SCfigure}}}
24180 \end_layout
24181
24182 \begin_layout Standard
24183
24184 \series bold
24185
24186 \backslash
24187 newcommand{
24188 \backslash
24189 FigBesEnd}{%
24190 \begin_inset Newline newline
24191 \end_inset
24192
24193
24194 \begin_inset Phantom HPhantom
24195 status open
24196
24197 \begin_layout Plain Layout
24198 \begin_inset space ~
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \end_inset
24205
24206
24207 \backslash
24208 let
24209 \backslash
24210 figure
24211 \backslash
24212 MyFigure
24213 \begin_inset Newline newline
24214 \end_inset
24215
24216
24217 \begin_inset Phantom HPhantom
24218 status open
24219
24220 \begin_layout Plain Layout
24221 \begin_inset space ~
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \backslash
24231 let
24232 \backslash
24233 endfigure
24234 \backslash
24235 MyEndfigure}
24236 \end_layout
24237
24238 \begin_layout Standard
24239 \noindent
24240 \begin_inset CommandInset line
24241 LatexCommand rule
24242 offset "0.5ex"
24243 width "100line%"
24244 height "1pt"
24245
24246 \end_inset
24247
24248
24249 \end_layout
24250
24251 \begin_layout Standard
24252 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24253  la légende se place sur le côté.
24254  Pour les flottants de figure, utilisez la commande
24255 \end_layout
24256
24257 \begin_layout Standard
24258
24259 \series bold
24260
24261 \backslash
24262 FigBesBeg
24263 \end_layout
24264
24265 \begin_layout Standard
24266 en code TeX avant le flottant.
24267  Et insérez la commande
24268 \end_layout
24269
24270 \begin_layout Standard
24271
24272 \series bold
24273
24274 \backslash
24275 FigBesEnd
24276 \end_layout
24277
24278 \begin_layout Standard
24279 en code TeX 
24280 \lang english
24281 at the point where you want to
24282 \lang french
24283  revenir à la définition originale du flottant.
24284 \end_layout
24285
24286 \begin_layout Standard
24287 Pour les flottants de tableau, utilisez les commandes correspondantes
24288 \end_layout
24289
24290 \begin_layout Standard
24291
24292 \series bold
24293
24294 \backslash
24295 TabBesBeg
24296 \series default
24297  et 
24298 \series bold
24299
24300 \backslash
24301 TabBesEnd
24302 \end_layout
24303
24304 \begin_layout Standard
24305 La figure
24306 \begin_inset space ~
24307 \end_inset
24308
24309
24310 \begin_inset CommandInset ref
24311 LatexCommand ref
24312 reference "fig:legende-a-coté-fig"
24313
24314 \end_inset
24315
24316  et le tableau
24317 \begin_inset space ~
24318 \end_inset
24319
24320
24321 \begin_inset CommandInset ref
24322 LatexCommand ref
24323 reference "tab:legende-à-coté-tableau"
24324
24325 \end_inset
24326
24327  sont des exemples où la légende a été mises sur le coté.
24328 \end_layout
24329
24330 \begin_layout Standard
24331 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24332  pour les flottants de tableau et vers le bas pour les flottants de figure.
24333  Pour changer ce comportement, vous pouvez utiliser les commandes
24334 \end_layout
24335
24336 \begin_layout Standard
24337
24338 \series bold
24339
24340 \backslash
24341 sidecaptionvpos{type flottant}{placement}
24342 \end_layout
24343
24344 \begin_layout Standard
24345 dans le préambule du document ou en code TeX juste avant le flottant visé.
24346  Le type du flottant est soit 
24347 \family sans
24348 figure
24349 \family default
24350  soit 
24351 \family sans
24352 table
24353 \family default
24354 , le placement peut être 
24355 \begin_inset Quotes eld
24356 \end_inset
24357
24358
24359 \family sans
24360 t
24361 \family default
24362
24363 \begin_inset Quotes erd
24364 \end_inset
24365
24366  pour haut (top), 
24367 \begin_inset Quotes eld
24368 \end_inset
24369
24370
24371 \family sans
24372 c
24373 \family default
24374
24375 \begin_inset Quotes erd
24376 \end_inset
24377
24378  pour centre (center), ou 
24379 \begin_inset Quotes eld
24380 \end_inset
24381
24382
24383 \family sans
24384 b
24385 \family default
24386
24387 \begin_inset Quotes erd
24388 \end_inset
24389
24390  pour bas (bottom).
24391  Pour que, par exemple, les légendes des flottants de figure soient centrés
24392  verticalement, utilisez la commande
24393 \end_layout
24394
24395 \begin_layout Standard
24396
24397 \series bold
24398
24399 \backslash
24400 sidecaptionvpos{figure}{c}
24401 \end_layout
24402
24403 \begin_layout Standard
24404 C'est ce qui a été utilisé pour la figure
24405 \begin_inset space ~
24406 \end_inset
24407
24408
24409 \begin_inset CommandInset ref
24410 LatexCommand ref
24411 reference "fig:legende-à-coté-fig-2"
24412
24413 \end_inset
24414
24415 .
24416 \end_layout
24417
24418 \begin_layout Standard
24419 \begin_inset VSpace medskip
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \begin_layout Standard
24426
24427 \lang english
24428 The default caption width is the width of the image/table.
24429  For thin image/tables, like in
24430 \lang french
24431  tableau
24432 \begin_inset space ~
24433 \end_inset
24434
24435
24436 \begin_inset CommandInset ref
24437 LatexCommand ref
24438 reference "tab:legende-à-coté-tableau"
24439
24440 \end_inset
24441
24442
24443 \lang english
24444 this leads to captions that are too thin.
24445  You can increase the width by specifying a factor that will be multiplied
24446  with the image/table width to get the caption width.
24447  The caption width will automatically be recalculated in case it would protrude
24448  over the page or column margin due to the specified width.
24449  The 
24450 \emph on
24451 factor
24452 \emph default
24453  can either be given as optional argument for 
24454 \series bold
24455
24456 \backslash
24457 FigBesBeg
24458 \series default
24459 :
24460 \end_layout
24461
24462 \begin_layout Standard
24463
24464 \series bold
24465 \lang english
24466
24467 \backslash
24468 FigBesBeg[factor]
24469 \end_layout
24470
24471 \begin_layout Standard
24472
24473 \lang english
24474 or in the definition of 
24475 \series bold
24476
24477 \backslash
24478 FigBesBeg
24479 \series default
24480  by replacing the 
24481 \series bold
24482 1.0
24483 \series default
24484  with another value.
24485  If you do the latter, your factor will be the default if 
24486 \series bold
24487
24488 \backslash
24489 FigBesBeg
24490 \series default
24491  is used without an argument.
24492  For
24493 \lang french
24494  tableau
24495 \begin_inset space ~
24496 \end_inset
24497
24498
24499 \begin_inset CommandInset ref
24500 LatexCommand ref
24501 reference "tab:cap-beside-tab-wider"
24502
24503 \end_inset
24504
24505  
24506 \lang english
24507 the factor 5 was used.
24508 \end_layout
24509
24510 \begin_layout Standard
24511
24512 \lang english
24513 \begin_inset Note Greyedout
24514 status open
24515
24516 \begin_layout Plain Layout
24517
24518 \series bold
24519 \lang english
24520 Note:
24521 \series default
24522  For floats with captions set beside, you cannot use the float placement
24523  option 
24524 \family sans
24525 Here
24526 \begin_inset space ~
24527 \end_inset
24528
24529 definitely
24530 \family default
24531  because it is not supported by 
24532 \series bold
24533 sidecap
24534 \series default
24535 .
24536 \end_layout
24537
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \begin_layout Standard
24544 \begin_inset VSpace medskip
24545 \end_inset
24546
24547 Pour plus d'information sur le paquetage 
24548 \series bold
24549 sidecap
24550 \series default
24551  nous vous renvoyons à sa documentation 
24552 \begin_inset CommandInset citation
24553 LatexCommand cite
24554 key "sidecap"
24555
24556 \end_inset
24557
24558 .
24559 \end_layout
24560
24561 \begin_layout Standard
24562 \begin_inset Note Greyedout
24563 status open
24564
24565 \begin_layout Plain Layout
24566
24567 \series bold
24568 Note:
24569 \series default
24570  Le paquetage LaTeX 
24571 \series bold
24572 hypcap
24573 \series default
24574
24575 \begin_inset Index idx
24576 status collapsed
24577
24578 \begin_layout Plain Layout
24579 Paquetages LaTeX ! hypcap
24580 \end_layout
24581
24582 \end_inset
24583
24584 , qui est décrit dans la section
24585 \begin_inset space ~
24586 \end_inset
24587
24588
24589 \begin_inset CommandInset ref
24590 LatexCommand ref
24591 reference "sub:Reference-Position"
24592
24593 \end_inset
24594
24595 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24596 \end_layout
24597
24598 \end_inset
24599
24600
24601 \end_layout
24602
24603 \begin_layout Standard
24604 \begin_inset ERT
24605 status collapsed
24606
24607 \begin_layout Plain Layout
24608
24609
24610 \backslash
24611 FigBesBeg 
24612 \end_layout
24613
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \begin_layout Standard
24620 \begin_inset Float figure
24621 wide false
24622 sideways false
24623 status open
24624
24625 \begin_layout Plain Layout
24626 \begin_inset Graphics
24627         filename ../clipart/escher-lsd.eps
24628         scale 75
24629         scaleBeforeRotation
24630
24631 \end_inset
24632
24633
24634 \end_layout
24635
24636 \begin_layout Plain Layout
24637 \begin_inset Caption
24638
24639 \begin_layout Plain Layout
24640 \begin_inset CommandInset label
24641 LatexCommand label
24642 name "fig:legende-a-coté-fig"
24643
24644 \end_inset
24645
24646 Une légende à côté d'une figure.
24647 \end_layout
24648
24649 \end_inset
24650
24651
24652 \end_layout
24653
24654 \end_inset
24655
24656
24657 \end_layout
24658
24659 \begin_layout Standard
24660 \begin_inset ERT
24661 status collapsed
24662
24663 \begin_layout Plain Layout
24664
24665
24666 \backslash
24667 TabBesBeg 
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Standard
24676 \begin_inset Float table
24677 wide false
24678 sideways false
24679 status open
24680
24681 \begin_layout Plain Layout
24682 \begin_inset Caption
24683
24684 \begin_layout Plain Layout
24685 \begin_inset CommandInset label
24686 LatexCommand label
24687 name "tab:legende-à-coté-tableau"
24688
24689 \end_inset
24690
24691 Une légende à côté d'un tableau.
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \begin_layout Plain Layout
24700 \begin_inset Tabular
24701 <lyxtabular version="3" rows="4" columns="5">
24702 <features tabularvalignment="middle">
24703 <column alignment="center" valignment="top" width="0">
24704 <column alignment="center" valignment="top" width="0">
24705 <column alignment="center" valignment="top" width="0">
24706 <column alignment="center" valignment="top" width="0">
24707 <column alignment="center" valignment="top" width="0">
24708 <row>
24709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 a
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 b
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Plain Layout
24749 c
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 </row>
24755 <row>
24756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769 d
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24775 \begin_inset Text
24776
24777 \begin_layout Plain Layout
24778
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 e
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 f
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816
24817 \end_layout
24818
24819 \end_inset
24820 </cell>
24821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24822 \begin_inset Text
24823
24824 \begin_layout Plain Layout
24825 g
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843 h
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 </row>
24849 <row>
24850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863 i
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 j
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 </row>
24896 </lyxtabular>
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \end_layout
24907
24908 \begin_layout Standard
24909 \begin_inset ERT
24910 status collapsed
24911
24912 \begin_layout Plain Layout
24913
24914
24915 \backslash
24916 sidecaptionvpos{figure}{c}
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \begin_inset Float figure
24923 wide false
24924 sideways false
24925 status open
24926
24927 \begin_layout Plain Layout
24928 \begin_inset Graphics
24929         filename ../clipart/escher-lsd.eps
24930         scale 75
24931         scaleBeforeRotation
24932
24933 \end_inset
24934
24935
24936 \end_layout
24937
24938 \begin_layout Plain Layout
24939 \begin_inset Caption
24940
24941 \begin_layout Plain Layout
24942 \begin_inset CommandInset label
24943 LatexCommand label
24944 name "fig:legende-à-coté-fig-2"
24945
24946 \end_inset
24947
24948 Une légende centrée verticalement à côté d'une figure.
24949 \end_layout
24950
24951 \end_inset
24952
24953
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \begin_layout Standard
24962 \begin_inset ERT
24963 status collapsed
24964
24965 \begin_layout Plain Layout
24966
24967
24968 \backslash
24969 FigBesEnd
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \begin_layout Standard
24978 \begin_inset ERT
24979 status collapsed
24980
24981 \begin_layout Plain Layout
24982
24983
24984 \backslash
24985 TabBesBeg[5]
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 \begin_inset Float table
24995 wide false
24996 sideways false
24997 status open
24998
24999 \begin_layout Plain Layout
25000 \begin_inset Caption
25001
25002 \begin_layout Plain Layout
25003
25004 \lang english
25005 \begin_inset CommandInset label
25006 LatexCommand label
25007 name "tab:cap-beside-tab-wider"
25008
25009 \end_inset
25010
25011 This is a caption is wider than the one in
25012 \lang french
25013  tableau
25014 \begin_inset space ~
25015 \end_inset
25016
25017
25018 \begin_inset CommandInset ref
25019 LatexCommand ref
25020 reference "tab:legende-à-coté-tableau"
25021
25022 \end_inset
25023
25024 .
25025 \end_layout
25026
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \begin_layout Plain Layout
25033 \begin_inset Tabular
25034 <lyxtabular version="3" rows="4" columns="5">
25035 <features tabularvalignment="middle">
25036 <column alignment="center" valignment="top" width="0">
25037 <column alignment="center" valignment="top" width="0">
25038 <column alignment="center" valignment="top" width="0">
25039 <column alignment="center" valignment="top" width="0">
25040 <column alignment="center" valignment="top" width="0">
25041 <row>
25042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 a
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064 b
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082 c
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 </row>
25088 <row>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25099 \begin_inset Text
25100
25101 \begin_layout Plain Layout
25102 d
25103 \end_layout
25104
25105 \end_inset
25106 </cell>
25107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120 e
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 </row>
25135 <row>
25136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 f
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158 g
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25164 \begin_inset Text
25165
25166 \begin_layout Plain Layout
25167
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176 h
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 </row>
25182 <row>
25183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196 i
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214 j
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 </lyxtabular>
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 \begin_inset ERT
25243 status collapsed
25244
25245 \begin_layout Plain Layout
25246
25247
25248 \backslash
25249 TabBesEnd
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \begin_layout Standard
25258 \begin_inset ERT
25259 status collapsed
25260
25261 \begin_layout Plain Layout
25262
25263
25264 \backslash
25265 else
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \begin_inset Note Note
25272 status open
25273
25274 \begin_layout Plain Layout
25275 Ce qui suit sera affiché si le paquetage LaTeX 
25276 \series bold
25277 sidecap
25278 \series default
25279  n'est pas installé :
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Standard
25288 Vous devez installer le paquetage LaTeX 
25289 \series bold
25290 sidecap
25291 \series default
25292  pour voir la suite de cette section dans la sortie imprimée.
25293 \end_layout
25294
25295 \begin_layout Standard
25296 \begin_inset ERT
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300
25301
25302 \backslash
25303 fi
25304 \end_layout
25305
25306 \end_inset
25307
25308
25309 \end_layout
25310
25311 \begin_layout Section
25312 Les Listes de Flottants
25313 \begin_inset Index idx
25314 status collapsed
25315
25316 \begin_layout Plain Layout
25317 Flottants ! Listes de Flottants
25318 \end_layout
25319
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \begin_layout Standard
25326 De la même façon que la table des matières fait la liste des sections du
25327  document, il y a des listes pour tous les types de flottants, comme par
25328  exemple pour les figures du document.
25329  Vous pouvez les insérer en utilisant le menu 
25330 \family sans
25331 Insérer\SpecialChar \menuseparator
25332 Listes
25333 \begin_inset space ~
25334 \end_inset
25335
25336 &
25337 \begin_inset space ~
25338 \end_inset
25339
25340 TdM
25341 \family default
25342 .
25343 \end_layout
25344
25345 \begin_layout Standard
25346 Les entrées de la liste sont la légende du flottant ou éventuellement le
25347  titre court, le numéro du flottant, et le numéro de la page où le flottant
25348  apparaît dans le document.
25349 \end_layout
25350
25351 \begin_layout Standard
25352 Vous trouverez à la fin de ce document une liste des figures et une liste
25353  des tableaux.
25354 \end_layout
25355
25356 \begin_layout Chapter
25357 Notes
25358 \end_layout
25359
25360 \begin_layout Section
25361 Les Notes de LyX
25362 \begin_inset Index idx
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366 Notes ! Notes LyX 
25367 \end_layout
25368
25369 \end_inset
25370
25371
25372 \end_layout
25373
25374 \begin_layout Standard
25375 On peut insérer une note en utilisant le bouton 
25376 \begin_inset Graphics
25377         filename ../../images/note-insert.png
25378         scale 85
25379         scaleBeforeRotation
25380
25381 \end_inset
25382
25383  de la barre d'outils ou avec le menu 
25384 \family sans
25385 Insérer\SpecialChar \menuseparator
25386 Note
25387 \family default
25388 .
25389  Il y a trois types de notes :
25390 \end_layout
25391
25392 \begin_layout Description
25393 Note
25394 \begin_inset space ~
25395 \end_inset
25396
25397 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25398  finale.
25399  La boîte de cette note ressemble à ceci :
25400 \begin_inset Newline newline
25401 \end_inset
25402
25403
25404 \begin_inset Newline newline
25405 \end_inset
25406
25407
25408 \begin_inset Graphics
25409         filename clipart/LyXNoteImageQt4.png
25410         display false
25411         scale 65
25412         scaleBeforeRotation
25413
25414 \end_inset
25415
25416  
25417 \begin_inset Note Note
25418 status open
25419
25420 \begin_layout Plain Layout
25421 Le texte de cette note n'apparaîtra pas à l'impression.
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Description
25430 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25431  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25432  vers un fichier au format LaTeX avec le menu 
25433 \family sans
25434 Fichier\SpecialChar \menuseparator
25435 Exporter\SpecialChar \menuseparator
25436 LaTeX (pdflatex) / (plain)
25437 \family default
25438 .
25439  La boîte de cette note ressemble à ceci :
25440 \begin_inset Newline newline
25441 \end_inset
25442
25443
25444 \begin_inset Newline newline
25445 \end_inset
25446
25447
25448 \begin_inset Graphics
25449         filename clipart/CommentNoteImageQt4.png
25450         display false
25451         scale 55
25452         scaleBeforeRotation
25453
25454 \end_inset
25455
25456
25457 \lang english
25458  
25459 \lang french
25460
25461 \begin_inset Note Comment
25462 status open
25463
25464 \begin_layout Plain Layout
25465 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25466  LaTeX.
25467 \end_layout
25468
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \begin_layout Description
25475 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25476  La boîte de cette note ressemble à ceci :
25477 \lang english
25478
25479 \begin_inset Newline newline
25480 \end_inset
25481
25482
25483 \lang french
25484
25485 \begin_inset Newline newline
25486 \end_inset
25487
25488
25489 \begin_inset Graphics
25490         filename clipart/GreyedOutNoteImageQt4.png
25491         lyxscale 80
25492         display false
25493         scale 55
25494         scaleBeforeRotation
25495
25496 \end_inset
25497
25498
25499 \begin_inset Newline newline
25500 \end_inset
25501
25502
25503 \begin_inset ERT
25504 status collapsed
25505
25506 \begin_layout Plain Layout
25507
25508
25509 \backslash
25510 renewenvironment{lyxgreyedout}
25511 \end_layout
25512
25513 \begin_layout Plain Layout
25514
25515 {
25516 \backslash
25517 textcolor[gray]{0.8}
25518 \backslash
25519 bgroup}{
25520 \backslash
25521 egroup}
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \begin_inset Note Greyedout
25528 status open
25529
25530 \begin_layout Plain Layout
25531 Le texte
25532 \begin_inset Foot
25533 status collapsed
25534
25535 \begin_layout Plain Layout
25536 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25537  grisé.
25538  
25539 \end_layout
25540
25541 \end_inset
25542
25543  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \begin_inset ERT
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553
25554
25555 \backslash
25556 renewenvironment{lyxgreyedout}
25557 \end_layout
25558
25559 \begin_layout Plain Layout
25560
25561 {
25562 \backslash
25563 textcolor{blue}
25564 \backslash
25565 bgroup}{
25566 \backslash
25567 egroup}
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \begin_inset Note Note
25574 status open
25575
25576 \begin_layout Plain Layout
25577 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25578  originale qu'elle a dans LyX.
25579  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25580  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25581 \end_layout
25582
25583 \end_inset
25584
25585
25586 \begin_inset Newline newline
25587 \end_inset
25588
25589
25590 \begin_inset Newline newline
25591 \end_inset
25592
25593 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25594  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25595 \end_layout
25596
25597 \begin_layout Standard
25598 \begin_inset VSpace bigskip
25599 \end_inset
25600
25601 Quand vous utilisez le bouton 
25602 \begin_inset Graphics
25603         filename ../../images/note-insert.png
25604         scale 85
25605         scaleBeforeRotation
25606
25607 \end_inset
25608
25609  de la barre d'outils, vous insérez une 
25610 \family sans
25611 Note
25612 \begin_inset space ~
25613 \end_inset
25614
25615 LyX
25616 \family default
25617 .
25618  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25619 la et cliquez sur le bouton d'insertion de note.
25620  Pour retransformer une note en texte, appuyez sur la touche 
25621 \family sans
25622 backspace
25623 \family default
25624  quand le curseur est au tout début de la note ou appuyez sur la touche
25625  
25626 \family sans
25627 Suppr.
25628
25629 \family default
25630  quand le curseur se trouve à la fin de la note.
25631 \end_layout
25632
25633 \begin_layout Standard
25634 \begin_inset VSpace bigskip
25635 \end_inset
25636
25637
25638 \lang english
25639 You can change the text color of the greyed out notes in the menu 
25640 \family sans
25641 Document\SpecialChar \menuseparator
25642 Settings\SpecialChar \menuseparator
25643 Colors
25644 \family default
25645 .
25646 \end_layout
25647
25648 \begin_layout Section
25649 Notes en Bas de Page
25650 \begin_inset CommandInset label
25651 LatexCommand label
25652 name "sec:Notes-bas-de-page"
25653
25654 \end_inset
25655
25656
25657 \begin_inset Index idx
25658 status collapsed
25659
25660 \begin_layout Plain Layout
25661 Notes ! Notes de bas de page
25662 \end_layout
25663
25664 \end_inset
25665
25666
25667 \begin_inset Index idx
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671 Notes de bas de page
25672 \end_layout
25673
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \begin_layout Standard
25680 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25681  
25682 \begin_inset Graphics
25683         filename ../../images/footnote-insert.png
25684         scale 85
25685         scaleBeforeRotation
25686
25687 \end_inset
25688
25689  de la barre d'outils, soit en utilisant le menu 
25690 \family sans
25691 Insérer\SpecialChar \menuseparator
25692 Note
25693 \begin_inset space ~
25694 \end_inset
25695
25696 en
25697 \begin_inset space ~
25698 \end_inset
25699
25700 Bas
25701 \begin_inset space ~
25702 \end_inset
25703
25704 de
25705 \begin_inset space ~
25706 \end_inset
25707
25708 Page
25709 \family default
25710 .
25711  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25712  rouge 
25713 \begin_inset Quotes fld
25714 \end_inset
25715
25716 bas
25717 \begin_inset Quotes frd
25718 \end_inset
25719
25720  qui ressemble à ceci : 
25721 \begin_inset Graphics
25722         filename clipart/footnoteQt4.png
25723         scale 80
25724         scaleBeforeRotation
25725
25726 \end_inset
25727
25728  Vous pouvez y entrer votre texte.
25729  Si vous voulez transformer du texte déjà existant en note en bas de page,
25730  sélectionnez-le et cliquez sur le bouton 
25731 \family sans
25732 Note
25733 \begin_inset space ~
25734 \end_inset
25735
25736 en
25737 \begin_inset space ~
25738 \end_inset
25739
25740 Bas
25741 \begin_inset space ~
25742 \end_inset
25743
25744 de
25745 \begin_inset space ~
25746 \end_inset
25747
25748 Page
25749 \family default
25750  de la barre d'outils.
25751  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25752  
25753 \family sans
25754 backspace
25755 \family default
25756  quand le curseur est au tout début de la note ou appuyez sur la touche
25757  
25758 \family sans
25759 Suppr.
25760
25761 \family default
25762  quand le curseur se trouve à la fin de la note.
25763 \end_layout
25764
25765 \begin_layout Standard
25766 Voici un exemple de note en bas de page:
25767 \begin_inset Foot
25768 status open
25769
25770 \begin_layout Plain Layout
25771 \begin_inset CommandInset label
25772 LatexCommand label
25773 name "fn:Note-en-bas"
25774
25775 \end_inset
25776
25777 Ceci est un exemple de note en bas de page.
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \begin_inset ERT
25784 status collapsed
25785
25786 \begin_layout Plain Layout
25787
25788
25789 \backslash
25790 newcounter{MyRepeatFoot}
25791 \end_layout
25792
25793 \begin_layout Plain Layout
25794
25795
25796 \backslash
25797 setcounter{MyRepeatFoot}{
25798 \backslash
25799 thefootnote}
25800 \end_layout
25801
25802 \end_inset
25803
25804
25805 \end_layout
25806
25807 \begin_layout Standard
25808 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25809  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25810  de note.
25811  Le texte de la note est placé en bas de la page courante.
25812  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25813  Selon votre classe de document les numéros de notes pourront être réinitialisés
25814  à chaque nouveau chapitre.
25815 \end_layout
25816
25817 \begin_layout Standard
25818 On peut faire référence à une note en bas de page comme on le fait avec
25819  les flottants : Insérez une étiquette dans la note et faites une référence
25820  croisée vers cette étiquette comme c'est décrit dans la
25821 \begin_inset space ~
25822 \end_inset
25823
25824
25825 \begin_inset CommandInset ref
25826 LatexCommand ref
25827 reference "sec:Referencer-les-Flottants"
25828
25829 \end_inset
25830
25831 .
25832 \begin_inset Newline newline
25833 \end_inset
25834
25835 Voici une référence à une note de bas de page :
25836 \begin_inset space ~
25837 \end_inset
25838
25839
25840 \begin_inset CommandInset ref
25841 LatexCommand ref
25842 reference "fn:Note-en-bas"
25843
25844 \end_inset
25845
25846 .
25847 \end_layout
25848
25849 \begin_layout Standard
25850 \begin_inset VSpace defskip
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Standard
25857 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
25858  par LaTeX pour des raisons techniques.
25859  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
25860  
25861 \series bold
25862
25863 \backslash
25864 footnotemark{}
25865 \series default
25866  en code TeX à la place de la note de bas de page.
25867  Le texte de la note est mis en argument de la commande TeX 
25868 \series bold
25869
25870 \backslash
25871 footnotetext
25872 \series default
25873  après le tableau.
25874 \begin_inset Newline newline
25875 \end_inset
25876
25877 C'est ce qui a été fait pour le tableau qui suit avec la commande
25878 \end_layout
25879
25880 \begin_layout Standard
25881
25882 \series bold
25883
25884 \backslash
25885 footnotetext{
25886 \series default
25887 Note de bas de page de tableau imprimée.
25888 \series bold
25889 }
25890 \end_layout
25891
25892 \begin_layout Standard
25893
25894 \lang english
25895 \begin_inset Tabular
25896 <lyxtabular version="3" rows="2" columns="1">
25897 <features tabularvalignment="middle">
25898 <column alignment="center" valignment="top" width="0">
25899 <row>
25900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904 Un exemple de texte
25905 \begin_inset Foot
25906 status open
25907
25908 \begin_layout Plain Layout
25909 Cette note ne sera pas imprimée
25910 \begin_inset space ~
25911 \end_inset
25912
25913 !
25914 \end_layout
25915
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 </row>
25924 <row>
25925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25926 \begin_inset Text
25927
25928 \begin_layout Plain Layout
25929 Un autre exemple de texte
25930 \begin_inset ERT
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934
25935
25936 \backslash
25937 footnotemark{}
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 </row>
25948 </lyxtabular>
25949
25950 \end_inset
25951
25952
25953 \begin_inset ERT
25954 status collapsed
25955
25956 \begin_layout Plain Layout
25957
25958
25959 \backslash
25960 footnotetext{
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \lang french
25967 Note de bas de page de tableau imprimée.
25968 \lang english
25969
25970 \begin_inset ERT
25971 status collapsed
25972
25973 \begin_layout Plain Layout
25974
25975 }
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Standard
25984 Les notes de bas de page dans des tableaux longs sont décrites dans la section
25985 \begin_inset space ~
25986 \end_inset
25987
25988
25989 \begin_inset CommandInset ref
25990 LatexCommand ref
25991 reference "sub:Notes-dans-tableau-long"
25992
25993 \end_inset
25994
25995 .
25996 \end_layout
25997
25998 \begin_layout Standard
25999 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
26000  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
26001 e, vu que la minipage est considérée comme une page se trouvant dans une
26002  autre page.
26003  Pour plus d'information sur les minipages, voyez la section
26004 \begin_inset space ~
26005 \end_inset
26006
26007
26008 \begin_inset CommandInset ref
26009 LatexCommand ref
26010 reference "sec:Minipages"
26011
26012 \end_inset
26013
26014 .
26015  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
26016  s'imprime en bas de page comme une note normale, on doit aussi utiliser
26017  la méthode utilisant les commandes 
26018 \series bold
26019
26020 \backslash
26021 footnotemark{}
26022 \series default
26023  et 
26024 \series bold
26025
26026 \backslash
26027 footnotetext
26028 \series default
26029 .
26030 \end_layout
26031
26032 \begin_layout Standard
26033 \begin_inset Box Frameless
26034 position "t"
26035 hor_pos "c"
26036 has_inner_box 1
26037 inner_pos "t"
26038 use_parbox 0
26039 use_makebox 0
26040 width "100col%"
26041 special "none"
26042 height "1in"
26043 height_special "totalheight"
26044 status open
26045
26046 \begin_layout Plain Layout
26047 Un exemple de texte dans une minipage.
26048 \begin_inset Foot
26049 status open
26050
26051 \begin_layout Plain Layout
26052 Note de bas de page dans la minipage.
26053 \end_layout
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Plain Layout
26061 Un autre exemple de texte dans une minipage.
26062 \begin_inset ERT
26063 status collapsed
26064
26065 \begin_layout Plain Layout
26066
26067
26068 \backslash
26069 footnotemark{}
26070 \end_layout
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \begin_layout Standard
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088
26089 \backslash
26090 footnotetext{
26091 \end_layout
26092
26093 \end_inset
26094
26095 Note de bas de page en denors de la minipage.
26096 \begin_inset ERT
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100
26101 }
26102 \end_layout
26103
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \begin_layout Standard
26110 \begin_inset VSpace defskip
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Standard
26117 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
26118  utilisez la commande 
26119 \series bold
26120
26121 \backslash
26122 footnotemark[number]
26123 \series default
26124  en code TeX.
26125 \begin_inset Newline newline
26126 \end_inset
26127
26128 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
26129  votre texte, vous devez enregistrer son numéro.
26130  Dans l'exemple de marque de note de bas de page suivant, ces commandes
26131  ont été insérées en code TeX après la note
26132 \begin_inset space ~
26133 \end_inset
26134
26135
26136 \begin_inset CommandInset ref
26137 LatexCommand ref
26138 reference "fn:Note-en-bas"
26139
26140 \end_inset
26141
26142  pour enregistrer son numéro
26143 \begin_inset space ~
26144 \end_inset
26145
26146 :
26147 \end_layout
26148
26149 \begin_layout Standard
26150
26151 \series bold
26152
26153 \backslash
26154 newcounter{MaNoteDupliquee}
26155 \begin_inset Newline newline
26156 \end_inset
26157
26158
26159 \backslash
26160 setcounter{MaNoteDupliquee}{
26161 \backslash
26162 thefootnote}
26163 \end_layout
26164
26165 \begin_layout Standard
26166 La note de bas de page a été créee avec la commande
26167 \begin_inset space ~
26168 \end_inset
26169
26170 :
26171 \end_layout
26172
26173 \begin_layout Standard
26174
26175 \series bold
26176
26177 \backslash
26178 footnotemark[
26179 \backslash
26180 MaNoteDupliquee]
26181 \end_layout
26182
26183 \begin_layout Standard
26184 Voici une note de bas de page dupliquée
26185 \begin_inset space ~
26186 \end_inset
26187
26188 :
26189 \begin_inset ERT
26190 status open
26191
26192 \begin_layout Plain Layout
26193
26194
26195 \backslash
26196 footnotemark[
26197 \backslash
26198 theMyRepeatFoot]
26199 \end_layout
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \begin_layout Standard
26207 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
26208 t du numéro de note et juste utiliser la commande suivante
26209 \end_layout
26210
26211 \begin_layout Standard
26212
26213 \series bold
26214
26215 \backslash
26216 footnotemark[
26217 \backslash
26218 thefootnote]
26219 \end_layout
26220
26221 \begin_layout Standard
26222 Voici une autre note de bas de page dupliquée
26223 \begin_inset space ~
26224 \end_inset
26225
26226 :
26227 \begin_inset ERT
26228 status open
26229
26230 \begin_layout Plain Layout
26231
26232
26233 \backslash
26234 footnotemark[
26235 \backslash
26236 thefootnote]
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \begin_layout Subsection
26245 Numérotation de Notes de Bas de Page
26246 \begin_inset CommandInset label
26247 LatexCommand label
26248 name "sub:Numerotation-notes-bas-de-page"
26249
26250 \end_inset
26251
26252
26253 \begin_inset Index idx
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257 Notes de bas de page ! Numérotation
26258 \end_layout
26259
26260 \end_inset
26261
26262
26263 \end_layout
26264
26265 \begin_layout Standard
26266 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26267  ajoutez cette commande dans le préambule de votre document :
26268 \end_layout
26269
26270 \begin_layout Standard
26271
26272 \series bold
26273
26274 \backslash
26275 @addtoreset{footnote}{section}
26276 \end_layout
26277
26278 \begin_layout Standard
26279 \begin_inset VSpace bigskip
26280 \end_inset
26281
26282 La commande de préambule suivante change le style de numérotation des notes
26283  en petits chiffres romains :
26284 \end_layout
26285
26286 \begin_layout Standard
26287
26288 \series bold
26289
26290 \backslash
26291 renewcommand{
26292 \backslash
26293 thefootnote}{
26294 \backslash
26295 roman{footnote}}
26296 \end_layout
26297
26298 \begin_layout Standard
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 renewcommand{
26307 \backslash
26308 thefootnote}{
26309 \backslash
26310 roman{footnote}}
26311 \end_layout
26312
26313 \end_inset
26314
26315  Cette note de bas de page utilise une numérotation en chiffres romains
26316  :
26317 \begin_inset Foot
26318 status open
26319
26320 \begin_layout Plain Layout
26321 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26322  romains.
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Standard
26331 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26332  la commande précédente 
26333 \series bold
26334
26335 \backslash
26336 roman
26337 \series default
26338  par 
26339 \series bold
26340
26341 \backslash
26342 Roman
26343 \series default
26344 .
26345  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26346  utilisez respectivement soit 
26347 \series bold
26348
26349 \backslash
26350 Alph
26351 \series default
26352  soit 
26353 \series bold
26354
26355 \backslash
26356 alph
26357 \series default
26358 .
26359  Pour les 
26360 \begin_inset Quotes eld
26361 \end_inset
26362
26363 numéroter
26364 \begin_inset Quotes erd
26365 \end_inset
26366
26367  avec des symboles, utilisez 
26368 \series bold
26369
26370 \backslash
26371 fnsymbol
26372 \series default
26373 .
26374 \end_layout
26375
26376 \begin_layout Standard
26377 \begin_inset Note Greyedout
26378 status open
26379
26380 \begin_layout Plain Layout
26381
26382 \series bold
26383 Note:
26384 \series default
26385  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26386  puisque cette numérotation est limitée à des lettres seules.
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \begin_inset Newline newline
26393 \end_inset
26394
26395
26396 \begin_inset Note Greyedout
26397 status open
26398
26399 \begin_layout Plain Layout
26400
26401 \series bold
26402 Note:
26403 \series default
26404  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26405 \end_layout
26406
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \begin_layout Standard
26413 Pour revenir au style de numérotation implicite quand vous en avez changé,
26414  utilisez 
26415 \series bold
26416
26417 \backslash
26418 arabic
26419 \series default
26420  à la place de 
26421 \series bold
26422
26423 \backslash
26424 roman
26425 \series default
26426  dans la commande précédente.
26427 \begin_inset ERT
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431
26432
26433 \backslash
26434 renewcommand{
26435 \backslash
26436 thefootnote}{
26437 \backslash
26438 arabic{footnote}}
26439 \end_layout
26440
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \begin_layout Standard
26447 \begin_inset VSpace bigskip
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \begin_layout Standard
26454 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26455  le schéma 
26456 \begin_inset Quotes eld
26457 \end_inset
26458
26459 chapitre.note
26460 \begin_inset Quotes erd
26461 \end_inset
26462
26463 , ajoutez la commande suivante au préambule de votre document :
26464 \end_layout
26465
26466 \begin_layout Standard
26467
26468 \series bold
26469
26470 \backslash
26471 numberwithin{footnote}{chapter}
26472 \end_layout
26473
26474 \begin_layout Standard
26475 Pour pouvoir utiliser la commande 
26476 \series bold
26477
26478 \backslash
26479 numberwithin
26480 \series default
26481 , activez dans la rubrique 
26482 \family sans
26483 Options
26484 \begin_inset space ~
26485 \end_inset
26486
26487 des
26488 \begin_inset space ~
26489 \end_inset
26490
26491 Maths
26492 \family default
26493  dans les paramètres du document, l'option 
26494 \family sans
26495 Utiliser
26496 \begin_inset space ~
26497 \end_inset
26498
26499 le
26500 \begin_inset space ~
26501 \end_inset
26502
26503 paquetage
26504 \begin_inset space ~
26505 \end_inset
26506
26507 maths
26508 \begin_inset space ~
26509 \end_inset
26510
26511 AMS
26512 \family default
26513 .
26514 \end_layout
26515
26516 \begin_layout Standard
26517 \begin_inset ERT
26518 status collapsed
26519
26520 \begin_layout Plain Layout
26521
26522
26523 \backslash
26524 numberwithin{footnote}{chapter}
26525 \end_layout
26526
26527 \end_inset
26528
26529 Ceci est un autre exemple de note de bas de page:
26530 \series bold
26531
26532 \begin_inset Foot
26533 status open
26534
26535 \begin_layout Plain Layout
26536 Cette note est numérotée en suivant le schéma 
26537 \begin_inset Quotes eld
26538 \end_inset
26539
26540 chapitre.note
26541 \begin_inset Quotes erd
26542 \end_inset
26543
26544 .
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \series default
26551
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556
26557
26558 \backslash
26559 renewcommand{
26560 \backslash
26561 thefootnote}{
26562 \backslash
26563 arabic{footnote}}
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Standard
26572 \begin_inset Note Greyedout
26573 status open
26574
26575 \begin_layout Plain Layout
26576
26577 \series bold
26578 Note:
26579 \series default
26580  
26581 \series bold
26582
26583 \backslash
26584 numberwithin
26585 \series default
26586  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26587  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26588  prises en compte.
26589  
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \begin_layout Standard
26598 Donc pour avoir par exemple le schéma 
26599 \begin_inset Quotes eld
26600 \end_inset
26601
26602 chapitre.
26603 \backslash
26604 Roman{note}
26605 \begin_inset Quotes erd
26606 \end_inset
26607
26608 , utilisez la commande suivante plutôt que 
26609 \series bold
26610
26611 \backslash
26612 numberwithin
26613 \series default
26614  :
26615 \end_layout
26616
26617 \begin_layout Standard
26618
26619 \series bold
26620
26621 \backslash
26622 renewcommand{
26623 \backslash
26624 thefootnote}{
26625 \backslash
26626 thechapter.
26627 \backslash
26628 Roman{footnote}}
26629 \end_layout
26630
26631 \begin_layout Subsection
26632 Positionnement de notes de bas de page
26633 \begin_inset Index idx
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637 Notes de bas de page ! Positionnement
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \begin_layout Standard
26646 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26647  vertical entre elles en bas de la page.
26648  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26649  de 1.5
26650 \begin_inset space \thinspace{}
26651 \end_inset
26652
26653 mm avec la commande suivante dans le préambule :
26654 \end_layout
26655
26656 \begin_layout Standard
26657
26658 \series bold
26659
26660 \backslash
26661 let
26662 \backslash
26663 myFoot
26664 \backslash
26665 footnote
26666 \begin_inset Newline newline
26667 \end_inset
26668
26669
26670 \backslash
26671 renewcommand{
26672 \backslash
26673 footnote}[1]{
26674 \backslash
26675 myFoot{#1
26676 \backslash
26677 vspace{1.5mm}}}
26678 \end_layout
26679
26680 \begin_layout Standard
26681 \begin_inset VSpace bigskip
26682 \end_inset
26683
26684 Dans un document à deux colonnes les notes de bas de page apparaissent en
26685  bas de chaque colonne, comme sur la Figure
26686 \begin_inset space ~
26687 \end_inset
26688
26689
26690 \begin_inset CommandInset ref
26691 LatexCommand ref
26692 reference "fig:Position-standard-note-bas-de-page"
26693
26694 \end_inset
26695
26696 .
26697  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26698  sur la Figure
26699 \begin_inset space ~
26700 \end_inset
26701
26702
26703 \begin_inset CommandInset ref
26704 LatexCommand ref
26705 reference "fig:Position-note-avec-ftnright"
26706
26707 \end_inset
26708
26709 , utilisez le paquetage LaTeX 
26710 \series bold
26711 ftnright
26712 \series default
26713
26714 \begin_inset Index idx
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718 Paquetages LaTeX ! ftnright
26719 \end_layout
26720
26721 \end_inset
26722
26723  avec cette commande dans le préambule du document:
26724 \end_layout
26725
26726 \begin_layout Standard
26727
26728 \series bold
26729
26730 \backslash
26731 usepackage{ftnright}
26732 \end_layout
26733
26734 \begin_layout Standard
26735 \begin_inset Float figure
26736 placement !h
26737 wide false
26738 sideways false
26739 status open
26740
26741 \begin_layout Plain Layout
26742 \begin_inset ERT
26743 status collapsed
26744
26745 \begin_layout Plain Layout
26746
26747
26748 \backslash
26749 framebox{
26750 \end_layout
26751
26752 \end_inset
26753
26754
26755 \begin_inset Graphics
26756         filename ../clipart/without_fntright.pdf
26757         width 100col%
26758         scaleBeforeRotation
26759
26760 \end_inset
26761
26762
26763 \begin_inset ERT
26764 status collapsed
26765
26766 \begin_layout Plain Layout
26767
26768 }
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \begin_layout Plain Layout
26777 \begin_inset Caption
26778
26779 \begin_layout Plain Layout
26780 \begin_inset CommandInset label
26781 LatexCommand label
26782 name "fig:Position-standard-note-bas-de-page"
26783
26784 \end_inset
26785
26786 Positionnement standard des notes de bas de page dans un document à deux
26787  colonnes.
26788 \end_layout
26789
26790 \end_inset
26791
26792
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Standard
26801 \begin_inset Float figure
26802 placement !h
26803 wide false
26804 sideways false
26805 status open
26806
26807 \begin_layout Plain Layout
26808 \begin_inset ERT
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812
26813
26814 \backslash
26815 framebox{
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \begin_inset Graphics
26822         filename ../clipart/with_fntright.pdf
26823         width 100col%
26824         scaleBeforeRotation
26825
26826 \end_inset
26827
26828
26829 \begin_inset ERT
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833
26834 }
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \begin_layout Plain Layout
26843 \begin_inset Caption
26844
26845 \begin_layout Plain Layout
26846 \begin_inset CommandInset label
26847 LatexCommand label
26848 name "fig:Position-note-avec-ftnright"
26849
26850 \end_inset
26851
26852 Positionnement de notes de bas de page dans un document à deux colonnes
26853  en utilisant le paquetage LaTeX 
26854 \series bold
26855 ftnright
26856 \series default
26857 .
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \begin_layout Standard
26871 \begin_inset VSpace bigskip
26872 \end_inset
26873
26874 Dans certaines publications scientifiques, il est courant de rassembler
26875  les notes de bas de page et de les imprimer dans un paragraphe particulier
26876  à la fin de la section, comme sur la Figure
26877 \begin_inset space ~
26878 \end_inset
26879
26880
26881 \begin_inset CommandInset ref
26882 LatexCommand ref
26883 reference "fig:Notes-de-fin"
26884
26885 \end_inset
26886
26887 .
26888  On les appelle 
26889 \begin_inset Quotes eld
26890 \end_inset
26891
26892 notes de fin
26893 \begin_inset Quotes erd
26894 \end_inset
26895
26896 .
26897 \begin_inset Index idx
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901 Notes de fin
26902 \end_layout
26903
26904 \end_inset
26905
26906  Pour utiliser des notes de fin à la place des notes de bas de page dans
26907  votre document, charger le module 
26908 \family sans
26909 Note de bas de page en fin de document
26910 \family default
26911  à partir de 
26912 \family sans
26913 Document\SpecialChar \menuseparator
26914 Paramètres\SpecialChar \menuseparator
26915 Modules
26916 \family default
26917 .
26918  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26919 \end_layout
26920
26921 \begin_layout Standard
26922
26923 \series bold
26924
26925 \backslash
26926 theendnotes
26927 \end_layout
26928
26929 \begin_layout Standard
26930 en code TeX à la fin d'une section ou d'un chapitre.
26931 \end_layout
26932
26933 \begin_layout Standard
26934 \begin_inset Float figure
26935 wide false
26936 sideways false
26937 status open
26938
26939 \begin_layout Plain Layout
26940 \align center
26941 \begin_inset ERT
26942 status collapsed
26943
26944 \begin_layout Plain Layout
26945
26946
26947 \backslash
26948 framebox{
26949 \end_layout
26950
26951 \end_inset
26952
26953
26954 \begin_inset Graphics
26955         filename ../clipart/endnotes.pdf
26956         scaleBeforeRotation
26957
26958 \end_inset
26959
26960
26961 \begin_inset ERT
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965
26966 }
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \begin_layout Plain Layout
26975 \begin_inset Caption
26976
26977 \begin_layout Plain Layout
26978 \begin_inset CommandInset label
26979 LatexCommand label
26980 name "fig:Notes-de-fin"
26981
26982 \end_inset
26983
26984 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26985  séparé à la fin des sections ou des chapitres.
26986 \end_layout
26987
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \begin_layout Standard
26999 \begin_inset VSpace medskip
27000 \end_inset
27001
27002 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
27003  dans la langue du document, cela doit être fait manuellement.
27004  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
27005  
27006 \begin_inset Quotes eld
27007 \end_inset
27008
27009 Notes
27010 \begin_inset Quotes erd
27011 \end_inset
27012
27013  en sa traduction Allemande
27014 \begin_inset Foot
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018 En français, 
27019 \begin_inset Quotes eld
27020 \end_inset
27021
27022 Notes
27023 \begin_inset Quotes erd
27024 \end_inset
27025
27026  peut être conservé.
27027 \end_layout
27028
27029 \end_inset
27030
27031  
27032 \begin_inset Quotes eld
27033 \end_inset
27034
27035 Anmerkungen
27036 \begin_inset Quotes erd
27037 \end_inset
27038
27039  :
27040 \end_layout
27041
27042 \begin_layout Standard
27043
27044 \series bold
27045
27046 \backslash
27047 renewcommand{
27048 \backslash
27049 notesname}{Anmerkungen}
27050 \end_layout
27051
27052 \begin_layout Standard
27053 \begin_inset VSpace medskip
27054 \end_inset
27055
27056 La numérotation des notes de fin peut être modifiée comme celle des notes
27057  de bas de page comme c'est décrit dans la section
27058 \begin_inset space ~
27059 \end_inset
27060
27061
27062 \begin_inset CommandInset ref
27063 LatexCommand ref
27064 reference "sub:Numerotation-notes-bas-de-page"
27065
27066 \end_inset
27067
27068  ; remplacez juste la commande 
27069 \series bold
27070
27071 \backslash
27072 thefootnote
27073 \series default
27074  par 
27075 \series bold
27076
27077 \backslash
27078 theendnote
27079 \series default
27080 .
27081  Pour réinitialiser le numéro de note de fin, utilisez la commande 
27082 \series bold
27083
27084 \backslash
27085 @addtoreset
27086 \series default
27087  comme c'est décrit dans la section
27088 \begin_inset space ~
27089 \end_inset
27090
27091
27092 \begin_inset CommandInset ref
27093 LatexCommand ref
27094 reference "sub:Numerotation-notes-bas-de-page"
27095
27096 \end_inset
27097
27098  et remplacez le paramètre de commande 
27099 \series bold
27100 footnote
27101 \series default
27102  par 
27103 \series bold
27104 endnote
27105 \series default
27106 .
27107 \end_layout
27108
27109 \begin_layout Standard
27110 Pour les notes de fin, il y a la commande 
27111 \series bold
27112
27113 \backslash
27114 endnotemark[numéro]
27115 \series default
27116  qui est semblable à 
27117 \series bold
27118
27119 \backslash
27120 footnotemark
27121 \series default
27122 , décrite dans la section
27123 \begin_inset space ~
27124 \end_inset
27125
27126
27127 \begin_inset CommandInset ref
27128 LatexCommand ref
27129 reference "sec:Notes-bas-de-page"
27130
27131 \end_inset
27132
27133 .
27134 \end_layout
27135
27136 \begin_layout Standard
27137 \begin_inset VSpace bigskip
27138 \end_inset
27139
27140  Les notes de bas de page peuvent être mise dans la marge de la page et
27141  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
27142  
27143 \series bold
27144 footmisc
27145 \series default
27146
27147 \begin_inset Index idx
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151 Paquetages LaTeX ! footmisc
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \begin_inset CommandInset citation
27158 LatexCommand cite
27159 key "footmisc"
27160
27161 \end_inset
27162
27163  pour plus d'information à ce sujet.
27164 \end_layout
27165
27166 \begin_layout Standard
27167 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
27168  voyez les livres sur LaTeX, 
27169 \begin_inset CommandInset citation
27170 LatexCommand cite
27171 key "latexcompanion,latexguide,latexbook"
27172
27173 \end_inset
27174
27175 .
27176  Si vous utilisez une classe de document  
27177 \series bold
27178 KOMA-Script
27179 \series default
27180
27181 \begin_inset Index idx
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185 Paquetages LaTeX ! KOMA-Script
27186 \end_layout
27187
27188 \end_inset
27189
27190 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
27191  des commandes spécifiques à la classe de document utilisée, voyez 
27192 \begin_inset CommandInset citation
27193 LatexCommand cite
27194 key "KOMA-Script"
27195
27196 \end_inset
27197
27198 .
27199 \end_layout
27200
27201 \begin_layout Section
27202 Notes en Marge
27203 \begin_inset Index idx
27204 status collapsed
27205
27206 \begin_layout Plain Layout
27207 Notes ! Notes en Marge
27208 \end_layout
27209
27210 \end_inset
27211
27212
27213 \end_layout
27214
27215 \begin_layout Standard
27216 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27217 t de la même façon.
27218  Quand vous insérez une note en marge avec 
27219 \family sans
27220 Insérer\SpecialChar \menuseparator
27221 Note
27222 \begin_inset space ~
27223 \end_inset
27224
27225 en
27226 \begin_inset space ~
27227 \end_inset
27228
27229 Marge
27230 \family default
27231  ou avec le bouton 
27232 \begin_inset Graphics
27233         filename ../../images/marginalnote-insert.png
27234         scale 85
27235         scaleBeforeRotation
27236
27237 \end_inset
27238
27239  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27240  grise avec une étiquette rouge 
27241 \begin_inset Quotes fld
27242 \end_inset
27243
27244 marge
27245 \begin_inset Quotes frd
27246 \end_inset
27247
27248 .
27249  
27250 \begin_inset Marginal
27251 status collapsed
27252
27253 \begin_layout Plain Layout
27254 C'est une note en marge.
27255 \end_layout
27256
27257 \end_inset
27258
27259  Cette boîte est la représentation de votre note dans LyX.
27260  Vous pouvez y entrer votre texte.
27261 \end_layout
27262
27263 \begin_layout Standard
27264 Les notes en marge apparaissent dans la marge de droite dans les documents
27265  imprimées sur une seule face.
27266  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27267  
27268 \begin_inset Quotes eld
27269 \end_inset
27270
27271 extérieure
27272 \begin_inset Quotes erd
27273 \end_inset
27274
27275  – la gauche sur les pages paires et la droite sur les pages impaires.
27276  Le texte de la note en marge est aligné à l'opposé de la marge externe
27277  – aligné à droite quand la note apparaît dans la marge de gauche.
27278  La première ligne de la note apparaît à la hauteur de la ligne de texte
27279  où la note a été insérée dans le document.
27280 \end_layout
27281
27282 \begin_layout Standard
27283 \begin_inset VSpace bigskip
27284 \end_inset
27285
27286 Pour placer une note dans la marge interne, ajoutez la commande suivante
27287  :
27288 \end_layout
27289
27290 \begin_layout Standard
27291
27292 \series bold
27293
27294 \backslash
27295 reversemarginpar
27296 \end_layout
27297
27298 \begin_layout Standard
27299 sous forme de code TeX avant votre note de marge.
27300  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27301  qui suivent 
27302 \begin_inset ERT
27303 status collapsed
27304
27305 \begin_layout Plain Layout
27306
27307
27308 \backslash
27309 reversemarginpar 
27310 \end_layout
27311
27312 \end_inset
27313
27314
27315 \begin_inset Marginal
27316 status open
27317
27318 \begin_layout Plain Layout
27319 Cette note en marge est dans la marge interne.
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \series bold
27326
27327 \begin_inset Newline newline
27328 \end_inset
27329
27330
27331 \series default
27332
27333 \begin_inset Note Greyedout
27334 status open
27335
27336 \begin_layout Plain Layout
27337
27338 \series bold
27339 Note:
27340 \series default
27341  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27342  les notes sont souvent mal mises en formes dans la sortie imprimée.
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \begin_layout Standard
27351 Pour revenir au positionnement implicite, ajoutez la commande :
27352 \end_layout
27353
27354 \begin_layout Standard
27355
27356 \series bold
27357
27358 \backslash
27359 normalmarginpar
27360 \end_layout
27361
27362 \begin_layout Standard
27363 sous forme de code TeX.
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 normalmarginpar 
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \begin_inset Newline newline
27378 \end_inset
27379
27380  
27381 \begin_inset Note Greyedout
27382 status open
27383
27384 \begin_layout Plain Layout
27385
27386 \series bold
27387 Note:
27388 \series default
27389  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27390  
27391 \series bold
27392
27393 \backslash
27394 reversemarginpar
27395 \series default
27396  est aussi utilisée.
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Standard
27405 \begin_inset VSpace bigskip
27406 \end_inset
27407
27408
27409 \begin_inset Marginal
27410 status open
27411
27412 \begin_layout Plain Layout
27413 UnTrèsLongMotEnMarge sans césure.
27414 \end_layout
27415
27416 \end_inset
27417
27418  Comme dans le cas décrit dans la section
27419 \begin_inset space ~
27420 \end_inset
27421
27422
27423 \begin_inset CommandInset ref
27424 LatexCommand ref
27425 reference "sub:Lignes-multiple-dans-cellule"
27426
27427 \end_inset
27428
27429 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27430  mot d'une note en marge.
27431  Pour éviter ce problème, insérez un espacement horizontal de 0
27432 \begin_inset space \thinspace{}
27433 \end_inset
27434
27435 pt avant le mot en question: 
27436 \begin_inset Marginal
27437 status open
27438
27439 \begin_layout Plain Layout
27440 \begin_inset space \hspace{}
27441 \length 0pt
27442 \end_inset
27443
27444 UnMotTrèsLongEnMarge avec une césure.
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \begin_layout Standard
27453 \begin_inset VSpace bigskip
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \begin_layout Standard
27460 \begin_inset Note Greyedout
27461 status open
27462
27463 \begin_layout Plain Layout
27464
27465 \series bold
27466 Note:
27467 \series default
27468  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27469  tableaux, des flottants et des notes de bas de page.
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \begin_layout Standard
27478 \begin_inset VSpace bigskip
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \begin_layout Standard
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489
27490
27491 \backslash
27492 ifmarginnote
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \begin_inset Note Note
27499 status open
27500
27501 \begin_layout Plain Layout
27502 La section suivante ne sera affichée que si le paquetage LaTeX 
27503 \series bold
27504 marginnote
27505 \series default
27506  a été installé.
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27516 \series bold
27517 marginnote
27518 \series default
27519
27520 \begin_inset Index idx
27521 status collapsed
27522
27523 \begin_layout Plain Layout
27524 Paquetages LaTeX ! marginnote
27525 \end_layout
27526
27527 \end_inset
27528
27529 .
27530  En ajoutant les deux lignes suivantes au préambule de votre document, la
27531  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27532  la commande fournie par le paquetage 
27533 \series bold
27534 marginnote
27535 \series default
27536  :
27537 \end_layout
27538
27539 \begin_layout Standard
27540
27541 \series bold
27542
27543 \backslash
27544 usepackage{marginnote}
27545 \begin_inset Newline newline
27546 \end_inset
27547
27548
27549 \backslash
27550 let
27551 \backslash
27552 marginpar
27553 \backslash
27554 marginnote
27555 \end_layout
27556
27557 \begin_layout Standard
27558 Ce paquetage est aussi utilisé dans ce document parce que 
27559 \series bold
27560 marginnote
27561 \series default
27562  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27563  vertical pour une note.
27564  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27565  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27566  en page.
27567  Le décalage est inséré dans LyX sous forme de code TeX directement après
27568  la note sous la forme
27569 \end_layout
27570
27571 \begin_layout Standard
27572
27573 \series bold
27574 [offset]
27575 \end_layout
27576
27577 \begin_layout Standard
27578 où l'offset utilise l'une des unités listées dans le tableau
27579 \begin_inset space ~
27580 \end_inset
27581
27582
27583 \begin_inset CommandInset ref
27584 LatexCommand ref
27585 reference "cha:Unités-de-longueur"
27586
27587 \end_inset
27588
27589 .
27590  Une valeur négative déplace la note vers le haut, une valeur positive la
27591  déplace vers le bas.
27592  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27593  vers le haut de 1.5
27594 \begin_inset space \thinspace{}
27595 \end_inset
27596
27597 cm avec la commande en code TeX 
27598 \begin_inset Quotes eld
27599 \end_inset
27600
27601
27602 \series bold
27603 [-1.5cm]
27604 \series default
27605
27606 \begin_inset Quotes erd
27607 \end_inset
27608
27609
27610 \begin_inset Marginal
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614 Cette note en marge est décalée vers le haut de 1.5
27615 \begin_inset space \thinspace{}
27616 \end_inset
27617
27618 cm par rapport à sa position d'origine.
27619 \end_layout
27620
27621 \end_inset
27622
27623
27624 \begin_inset ERT
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628
27629 [-1.5cm]
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \begin_layout Standard
27638 \begin_inset VSpace medskip
27639 \end_inset
27640
27641 Avec le paquetage 
27642 \series bold
27643 marginnote
27644 \series default
27645  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27646  Par exemple les commandes 
27647 \end_layout
27648
27649 \begin_layout Standard
27650
27651 \series bold
27652
27653 \backslash
27654 renewcommand*{
27655 \backslash
27656 raggedleftmarginnote}{
27657 \backslash
27658 centering}
27659 \begin_inset Newline newline
27660 \end_inset
27661
27662
27663 \backslash
27664 renewcommand*{
27665 \backslash
27666 raggedrightmarginnote}{
27667 \backslash
27668 centering}
27669 \end_layout
27670
27671 \begin_layout Standard
27672 donnent un alignement centré.
27673  
27674 \series bold
27675
27676 \backslash
27677 raggedleftmarginnote
27678 \series default
27679  indique une note qui apparaît dans la marge de gauche.
27680 \begin_inset ERT
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684
27685
27686 \backslash
27687 renewcommand*{
27688 \backslash
27689 raggedleftmarginnote}{
27690 \backslash
27691 centering}
27692 \end_layout
27693
27694 \begin_layout Plain Layout
27695
27696
27697 \backslash
27698 renewcommand*{
27699 \backslash
27700 raggedrightmarginnote}{
27701 \backslash
27702 centering}
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \begin_inset Marginal
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712 Le texte de cette note en marge est centré.
27713 \end_layout
27714
27715 \end_inset
27716
27717 .
27718  Le comportement implicite est donné par
27719 \end_layout
27720
27721 \begin_layout Standard
27722
27723 \series bold
27724
27725 \backslash
27726 renewcommand*{
27727 \backslash
27728 raggedleftmarginnote}{
27729 \backslash
27730 raggedleft}
27731 \begin_inset Newline newline
27732 \end_inset
27733
27734
27735 \backslash
27736 renewcommand*{
27737 \backslash
27738 raggedrightmarginnote}{
27739 \backslash
27740 raggedright}
27741 \series default
27742
27743 \begin_inset ERT
27744 status collapsed
27745
27746 \begin_layout Plain Layout
27747
27748
27749 \backslash
27750 renewcommand*{
27751 \backslash
27752 raggedleftmarginnote}{
27753 \backslash
27754 raggedleft}
27755 \end_layout
27756
27757 \begin_layout Plain Layout
27758
27759
27760 \backslash
27761 renewcommand*{
27762 \backslash
27763 raggedrightmarginnote}{
27764 \backslash
27765 raggedright}
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \end_layout
27772
27773 \begin_layout Standard
27774 \begin_inset VSpace medskip
27775 \end_inset
27776
27777 Pour les autre fonctions du paquetage 
27778 \series bold
27779 marginnote
27780 \series default
27781  nous vous renvoyons à sa documentation 
27782 \begin_inset CommandInset citation
27783 LatexCommand cite
27784 key "marginnote"
27785
27786 \end_inset
27787
27788 .
27789 \end_layout
27790
27791 \begin_layout Standard
27792 \begin_inset VSpace bigskip
27793 \end_inset
27794
27795 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27796  définition.
27797  Pour créer par exemple une entête pour toutes les notes en marge avec le
27798  texte 
27799 \begin_inset Quotes eld
27800 \end_inset
27801
27802
27803 \family sans
27804 \series bold
27805 \bar under
27806 Attention!
27807 \family default
27808 \series default
27809 \bar default
27810
27811 \begin_inset Quotes erd
27812 \end_inset
27813
27814  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27815  de votre document :
27816 \end_layout
27817
27818 \begin_layout Standard
27819
27820 \series bold
27821
27822 \backslash
27823 let
27824 \backslash
27825 myMarginpar
27826 \backslash
27827 marginpar
27828 \begin_inset Newline newline
27829 \end_inset
27830
27831
27832 \backslash
27833 renewcommand{
27834 \backslash
27835 marginpar}[1]{
27836 \backslash
27837 myMarginpar{%
27838 \begin_inset Newline newline
27839 \end_inset
27840
27841
27842 \begin_inset Phantom HPhantom
27843 status open
27844
27845 \begin_layout Plain Layout
27846
27847 \series bold
27848 \begin_inset space ~
27849 \end_inset
27850
27851
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \backslash
27858 hspace{0pt}
27859 \backslash
27860 textsf{
27861 \backslash
27862 textbf{
27863 \backslash
27864 underbar{Attention!}}}%
27865 \begin_inset Newline newline
27866 \end_inset
27867
27868
27869 \begin_inset Phantom HPhantom
27870 status open
27871
27872 \begin_layout Plain Layout
27873
27874 \series bold
27875 \begin_inset space ~
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \backslash
27885 vspace{1.5mm}
27886 \backslash
27887
27888 \backslash
27889 #1}}
27890 \end_layout
27891
27892 \begin_layout Standard
27893 \begin_inset ERT
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897
27898
27899 \backslash
27900 let
27901 \backslash
27902 myMarginpar
27903 \backslash
27904 marginpar
27905 \end_layout
27906
27907 \begin_layout Plain Layout
27908
27909
27910 \backslash
27911 renewcommand{
27912 \backslash
27913 marginpar}[1]{
27914 \backslash
27915 myMarginpar{%
27916 \end_layout
27917
27918 \begin_layout Plain Layout
27919
27920    
27921 \backslash
27922 textsf{
27923 \backslash
27924 textbf{
27925 \backslash
27926 underbar{Attention!}}}%
27927 \end_layout
27928
27929 \begin_layout Plain Layout
27930
27931    
27932 \backslash
27933 vspace{1.5mm}
27934 \backslash
27935
27936 \backslash
27937 #1}}
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \begin_inset Marginal
27944 status open
27945
27946 \begin_layout Plain Layout
27947 Ceci est une note en marge avec une en-tête prédéfinie.
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \begin_inset ERT
27954 status collapsed
27955
27956 \begin_layout Plain Layout
27957
27958 [-1.5cm]
27959 \end_layout
27960
27961 \end_inset
27962
27963
27964 \begin_inset ERT
27965 status collapsed
27966
27967 \begin_layout Plain Layout
27968
27969
27970 \backslash
27971 renewcommand{
27972 \backslash
27973 marginpar}[1]{
27974 \backslash
27975 myMarginpar{#1}}
27976 \end_layout
27977
27978 \end_inset
27979
27980
27981 \begin_inset Note Note
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985
27986 \lang english
27987 The margin note format is changed only for this example.
27988 \end_layout
27989
27990 \end_inset
27991
27992
27993 \end_layout
27994
27995 \begin_layout Standard
27996 \begin_inset ERT
27997 status collapsed
27998
27999 \begin_layout Plain Layout
28000
28001
28002 \backslash
28003 else
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \begin_inset Note Note
28010 status open
28011
28012 \begin_layout Plain Layout
28013 Ce qui suit sera affiché si le paquetage LaTeX 
28014 \series bold
28015 marginnote
28016 \series default
28017  n'est pas installé :
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Standard
28026 Vous devez installer le paquetage LaTeX 
28027 \series bold
28028 marginnote
28029 \series default
28030  pour voir la suite de cette section dans la sortie imprimée.
28031 \end_layout
28032
28033 \begin_layout Standard
28034 \begin_inset ERT
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038
28039
28040 \backslash
28041 fi
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \end_layout
28048
28049 \begin_layout Chapter
28050 Les Boîtes
28051 \end_layout
28052
28053 \begin_layout Section
28054 Introduction
28055 \begin_inset Index idx
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059 Boîtes ! Introduction
28060 \end_layout
28061
28062 \end_inset
28063
28064
28065 \end_layout
28066
28067 \begin_layout Standard
28068 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
28069  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
28070  voir la section
28071 \begin_inset space ~
28072 \end_inset
28073
28074
28075 \begin_inset CommandInset ref
28076 LatexCommand ref
28077 reference "sec:Minipages"
28078
28079 \end_inset
28080
28081 , pour encadrer des portions de texte, voir la section
28082 \begin_inset space ~
28083 \end_inset
28084
28085
28086 \begin_inset CommandInset ref
28087 LatexCommand ref
28088 reference "sec:Décorations"
28089
28090 \end_inset
28091
28092 , pour empêcher que des mots subissent une césure, voir la section
28093 \begin_inset space ~
28094 \end_inset
28095
28096
28097 \begin_inset CommandInset ref
28098 LatexCommand ref
28099 reference "sec:Empêcher-césure"
28100
28101 \end_inset
28102
28103 , pour aligner du texte, voir la section
28104 \begin_inset space ~
28105 \end_inset
28106
28107
28108 \begin_inset CommandInset ref
28109 LatexCommand ref
28110 reference "sub:Alignement-Vertical"
28111
28112 \end_inset
28113
28114 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
28115 \begin_inset space ~
28116 \end_inset
28117
28118
28119 \begin_inset CommandInset ref
28120 LatexCommand ref
28121 reference "sec:Boîtes-colorées"
28122
28123 \end_inset
28124
28125 .
28126 \end_layout
28127
28128 \begin_layout Standard
28129 On peut insérer une boîte en utilisant le menu 
28130 \family sans
28131 Insérer\SpecialChar \menuseparator
28132 Boîte
28133 \family default
28134  ou avec le bouton 
28135 \begin_inset Graphics
28136         filename ../../images/box-insert.png
28137         scale 85
28138         scaleBeforeRotation
28139
28140 \end_inset
28141
28142  de la barre d'outils.
28143  Une boîte grise avec une étiquette 
28144 \family sans
28145 Boîte
28146 \begin_inset space ~
28147 \end_inset
28148
28149 (Minipage)
28150 \family default
28151
28152 \begin_inset Graphics
28153         filename clipart/BoxInsetDefaultQt4.png
28154         scale 65
28155         scaleBeforeRotation
28156
28157 \end_inset
28158
28159  est alors insérée.
28160  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
28161  et en choisissant 
28162 \family sans
28163 Paramètres
28164 \family default
28165  .
28166  La fenêtre de dialogue qui apparaît donne accès aux types de
28167 \family sans
28168  Boîte
28169 \begin_inset space ~
28170 \end_inset
28171
28172 Intérieure
28173 \family default
28174  
28175 \family sans
28176 Makebox, Parbox
28177 \family default
28178  et 
28179 \family sans
28180 Minipage
28181 \family default
28182 .
28183  Le type 
28184 \family sans
28185 Minipage
28186 \family default
28187  est le type implicite pour les boîtes nouvellement créées et il est décrit
28188  dans la section
28189 \begin_inset space ~
28190 \end_inset
28191
28192
28193 \begin_inset CommandInset ref
28194 LatexCommand ref
28195 reference "sec:Minipages"
28196
28197 \end_inset
28198
28199 ; le type 
28200 \family sans
28201 Parbox
28202 \family default
28203  est décrit dans la section
28204 \begin_inset space ~
28205 \end_inset
28206
28207
28208 \begin_inset CommandInset ref
28209 LatexCommand ref
28210 reference "sec:Parboxes"
28211
28212 \end_inset
28213
28214  et le type 
28215 \family sans
28216 Makebox
28217 \family default
28218  est décrit dans la section
28219 \begin_inset space ~
28220 \end_inset
28221
28222
28223 \begin_inset CommandInset ref
28224 LatexCommand ref
28225 reference "sec:Empêcher-césure"
28226
28227 \end_inset
28228
28229 .
28230 \end_layout
28231
28232 \begin_layout Standard
28233 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28234  comme les flottants ou les notes de bas de page.
28235 \end_layout
28236
28237 \begin_layout Standard
28238 \begin_inset Note Greyedout
28239 status open
28240
28241 \begin_layout Plain Layout
28242
28243 \series bold
28244 Note:
28245 \series default
28246  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28247  de type 
28248 \family sans
28249 Liste
28250 \family default
28251  ou 
28252 \family sans
28253 Description
28254 \family default
28255 .
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \end_layout
28262
28263 \begin_layout Standard
28264 \begin_inset Note Greyedout
28265 status open
28266
28267 \begin_layout Plain Layout
28268
28269 \series bold
28270 Note:
28271 \series default
28272  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28273 \family sans
28274 Boîte
28275 \begin_inset space ~
28276 \end_inset
28277
28278 Intérieure
28279 \family default
28280  à 
28281 \family sans
28282 Aucune
28283 \family default
28284  que quand vous utilisez une boîte encadrée.
28285  Les boîtes sans 
28286 \family sans
28287 Boîte
28288 \begin_inset space ~
28289 \end_inset
28290
28291 Intérieure
28292 \family default
28293  et sans cadre sont expliquées dans la section
28294 \begin_inset space ~
28295 \end_inset
28296
28297
28298 \begin_inset CommandInset ref
28299 LatexCommand ref
28300 reference "sec:Empêcher-césure"
28301
28302 \end_inset
28303
28304 .
28305 \end_layout
28306
28307 \end_inset
28308
28309
28310 \end_layout
28311
28312 \begin_layout Section
28313 La fenêtre de dialogue Boîte
28314 \begin_inset CommandInset label
28315 LatexCommand label
28316 name "sec:Boîte-Dialogue"
28317
28318 \end_inset
28319
28320
28321 \begin_inset Index idx
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 Boîtes ! Fenêtre de dialogue Boîte
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \begin_layout Subsection
28334 Taille
28335 \begin_inset Index idx
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339 Boîtes ! Taille
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \begin_layout Standard
28348 Dans la fenêtre de dialogue 
28349 \family sans
28350 Paramètres
28351 \begin_inset space ~
28352 \end_inset
28353
28354 de
28355 \begin_inset space ~
28356 \end_inset
28357
28358 Boîte
28359 \family default
28360  vous pouvez modifier la géométrie de la boîte avec les champs 
28361 \family sans
28362 Largeur
28363 \family default
28364  et 
28365 \family sans
28366 Hauteur
28367 \family default
28368 .
28369  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28370  dans le tableau
28371 \begin_inset space ~
28372 \end_inset
28373
28374
28375 \begin_inset CommandInset ref
28376 LatexCommand ref
28377 reference "tab:Unités"
28378
28379 \end_inset
28380
28381 .
28382  Le champ 
28383 \family sans
28384 Hauteur
28385 \family default
28386  offre en plus les spécifications de taille suivantes :
28387 \end_layout
28388
28389 \begin_layout Description
28390 Profondeur C'est simplement la 
28391 \begin_inset Quotes eld
28392 \end_inset
28393
28394 hauteur
28395 \begin_inset Quotes erd
28396 \end_inset
28397
28398  du texte.
28399  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28400  lignes de texte dans la boîte.
28401 \begin_inset Newline newline
28402 \end_inset
28403
28404
28405 \begin_inset Newline newline
28406 \end_inset
28407
28408
28409 \begin_inset Newline newline
28410 \end_inset
28411
28412
28413 \begin_inset Box Boxed
28414 position "c"
28415 hor_pos "c"
28416 has_inner_box 1
28417 inner_pos "c"
28418 use_parbox 0
28419 use_makebox 0
28420 width "12col%"
28421 special "none"
28422 height "1in"
28423 height_special "depth"
28424 status open
28425
28426 \begin_layout Plain Layout
28427 \align center
28428 Boîte dont la hauteur est égale à 1
28429 \begin_inset space \thinspace{}
28430 \end_inset
28431
28432 Profondeur
28433 \end_layout
28434
28435 \end_inset
28436
28437
28438 \begin_inset Newline newline
28439 \end_inset
28440
28441
28442 \begin_inset Newline newline
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Description
28449 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28450  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28451  est deux fois plus haute que le texte : 
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 "20col%"
28460 special "none"
28461 height "2in"
28462 height_special "height"
28463 status open
28464
28465 \begin_layout Plain Layout
28466 \align center
28467 Boîte dont la hauteur est 2
28468 \begin_inset space \thinspace{}
28469 \end_inset
28470
28471 Hauteur
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Description
28480 Hauteur
28481 \begin_inset space ~
28482 \end_inset
28483
28484 Totale C'est égal à Hauteur
28485 \begin_inset space \thinspace{}
28486 \end_inset
28487
28488 +
28489 \begin_inset space \thinspace{}
28490 \end_inset
28491
28492 Profondeur : 
28493 \begin_inset Box Boxed
28494 position "c"
28495 hor_pos "c"
28496 has_inner_box 1
28497 inner_pos "c"
28498 use_parbox 0
28499 use_makebox 0
28500 width "20col%"
28501 special "none"
28502 height "1in"
28503 height_special "totalheight"
28504 status open
28505
28506 \begin_layout Plain Layout
28507 \align center
28508 Boîte dont la hauteur est 1
28509 \begin_inset space \thinspace{}
28510 \end_inset
28511
28512 Hauteur
28513 \begin_inset space ~
28514 \end_inset
28515
28516 Totale
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Description
28525 Largeur On prend la largeur de la boîte comme hauteur : 
28526 \begin_inset Box Boxed
28527 position "c"
28528 hor_pos "c"
28529 has_inner_box 1
28530 inner_pos "c"
28531 use_parbox 0
28532 use_makebox 0
28533 width "12col%"
28534 special "none"
28535 height "1in"
28536 height_special "width"
28537 status open
28538
28539 \begin_layout Plain Layout
28540 \align center
28541 Boîte dont la hauteur est 1
28542 \begin_inset space \thinspace{}
28543 \end_inset
28544
28545 Largeur
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \begin_layout Subsection
28554 Alignement
28555 \begin_inset Index idx
28556 status collapsed
28557
28558 \begin_layout Plain Layout
28559 Boîtes ! Alignement
28560 \end_layout
28561
28562 \end_inset
28563
28564
28565 \end_layout
28566
28567 \begin_layout Standard
28568 Quand vous avez choisi une 
28569 \family sans
28570 Boîte
28571 \begin_inset space ~
28572 \end_inset
28573
28574 Intérieure
28575 \family default
28576 , l'alignement vertical de la boîte peut être :
28577 \end_layout
28578
28579 \begin_layout Description
28580 Haut Ceci est un exemple de texte.
28581  
28582 \begin_inset Box Boxed
28583 position "t"
28584 hor_pos "c"
28585 has_inner_box 1
28586 inner_pos "c"
28587 use_parbox 0
28588 use_makebox 0
28589 width "12col%"
28590 special "none"
28591 height "1in"
28592 height_special "totalheight"
28593 status collapsed
28594
28595 \begin_layout Plain Layout
28596 \align center
28597 Cette boîte est alignée sur le haut.
28598 \end_layout
28599
28600 \end_inset
28601
28602  Ceci est un exemple de texte.
28603 \end_layout
28604
28605 \begin_layout Description
28606 Milieu Ceci est un exemple de texte.
28607  
28608 \begin_inset Box Boxed
28609 position "c"
28610 hor_pos "c"
28611 has_inner_box 1
28612 inner_pos "c"
28613 use_parbox 0
28614 use_makebox 0
28615 width "12col%"
28616 special "none"
28617 height "1in"
28618 height_special "totalheight"
28619 status collapsed
28620
28621 \begin_layout Plain Layout
28622 \align center
28623 Cette boîte est alignée au centre.
28624 \end_layout
28625
28626 \end_inset
28627
28628  Ceci est un exemple de texte.
28629 \end_layout
28630
28631 \begin_layout Description
28632 Bas Ceci est un exemple de texte.
28633  
28634 \begin_inset Box Boxed
28635 position "b"
28636 hor_pos "c"
28637 has_inner_box 1
28638 inner_pos "c"
28639 use_parbox 0
28640 use_makebox 0
28641 width "12col%"
28642 special "none"
28643 height "1in"
28644 height_special "totalheight"
28645 status collapsed
28646
28647 \begin_layout Plain Layout
28648 \align center
28649 Cette boîte est alignée sur le bas.
28650 \end_layout
28651
28652 \end_inset
28653
28654  Ceci est un exemple de texte.
28655 \end_layout
28656
28657 \begin_layout Standard
28658 \begin_inset Note Greyedout
28659 status open
28660
28661 \begin_layout Plain Layout
28662
28663 \series bold
28664 Note:
28665 \series default
28666  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28667  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28668  l'autre non.
28669 \end_layout
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \begin_layout Standard
28677 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28678  paragraphe grâce à la fenêtre de dialogue 
28679 \family sans
28680 Paramètres
28681 \begin_inset space ~
28682 \end_inset
28683
28684 de
28685 \begin_inset space ~
28686 \end_inset
28687
28688 Boîte
28689 \family default
28690 .
28691 \end_layout
28692
28693 \begin_layout Standard
28694 \begin_inset VSpace bigskip
28695 \end_inset
28696
28697 Quand vous avez choisi une 
28698 \family sans
28699 Boîte
28700 \begin_inset space ~
28701 \end_inset
28702
28703 Intérieure
28704 \family default
28705 , l'alignement vertical du contenu de la boîte peut être :
28706 \end_layout
28707
28708 \begin_layout Description
28709 haut Ceci est un exemple de texte.
28710 \begin_inset Box Boxed
28711 position "c"
28712 hor_pos "c"
28713 has_inner_box 1
28714 inner_pos "t"
28715 use_parbox 0
28716 use_makebox 0
28717 width "12col%"
28718 special "none"
28719 height "1.5in"
28720 height_special "totalheight"
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724 \align center
28725 Le texte de cette boîte est aligné sur le haut.
28726 \end_layout
28727
28728 \end_inset
28729
28730  Ceci est un exemple de texte.
28731 \end_layout
28732
28733 \begin_layout Description
28734 milieu Ceci est un exemple de texte.
28735  
28736 \begin_inset Box Boxed
28737 position "c"
28738 hor_pos "c"
28739 has_inner_box 1
28740 inner_pos "c"
28741 use_parbox 0
28742 use_makebox 0
28743 width "12col%"
28744 special "none"
28745 height "1.5in"
28746 height_special "totalheight"
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750 \align center
28751 Le texte de cette boîte est aligné au centre
28752 \end_layout
28753
28754 \end_inset
28755
28756  Ceci est un exemple de texte.
28757 \end_layout
28758
28759 \begin_layout Description
28760 bas Ceci est un exemple de texte.
28761  
28762 \begin_inset Box Boxed
28763 position "c"
28764 hor_pos "c"
28765 has_inner_box 1
28766 inner_pos "b"
28767 use_parbox 0
28768 use_makebox 0
28769 width "12col%"
28770 special "none"
28771 height "1.5in"
28772 height_special "totalheight"
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776 \align center
28777 Le texte de cette boîte est aligné en bas.
28778 \end_layout
28779
28780 \end_inset
28781
28782  Ceci est un exemple de texte.
28783 \end_layout
28784
28785 \begin_layout Description
28786 élongation Ceci est un exemple de texte.
28787  
28788 \begin_inset Box Boxed
28789 position "c"
28790 hor_pos "c"
28791 has_inner_box 1
28792 inner_pos "s"
28793 use_parbox 0
28794 use_makebox 0
28795 width "12col%"
28796 special "none"
28797 height "1.5in"
28798 height_special "totalheight"
28799 status collapsed
28800
28801 \begin_layout Plain Layout
28802 \align center
28803 Le texte 
28804 \end_layout
28805
28806 \begin_layout Plain Layout
28807 \align center
28808 de cette
28809 \end_layout
28810
28811 \begin_layout Plain Layout
28812 \align center
28813 boîte est
28814 \end_layout
28815
28816 \begin_layout Plain Layout
28817 \align center
28818 allongé.
28819 \end_layout
28820
28821 \end_inset
28822
28823  Ceci est un exemple de texte.
28824 \end_layout
28825
28826 \begin_layout Standard
28827 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28828  paragraphe.
28829  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28830 \end_layout
28831
28832 \begin_layout Standard
28833 \begin_inset VSpace bigskip
28834 \end_inset
28835
28836 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28837  la fenêtre de dialogue 
28838 \family sans
28839 Paramètres
28840 \begin_inset space ~
28841 \end_inset
28842
28843 de
28844 \begin_inset space ~
28845 \end_inset
28846
28847 paragraphe
28848 \family default
28849  quand vous avez choisi une 
28850 \family sans
28851 Boîte
28852 \begin_inset space ~
28853 \end_inset
28854
28855 Intérieure
28856 \family default
28857 .
28858 \end_layout
28859
28860 \begin_layout Standard
28861 \align center
28862 \begin_inset Box Boxed
28863 position "c"
28864 hor_pos "c"
28865 has_inner_box 1
28866 inner_pos "s"
28867 use_parbox 0
28868 use_makebox 0
28869 width "15col%"
28870 special "none"
28871 height "1.25in"
28872 height_special "totalheight"
28873 status open
28874
28875 \begin_layout Plain Layout
28876 \align left
28877 Le texte de 
28878 \end_layout
28879
28880 \begin_layout Plain Layout
28881 \align left
28882 cette boîte
28883 \end_layout
28884
28885 \begin_layout Plain Layout
28886 \align right
28887 est allongé.
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \begin_layout Standard
28896 Si vous n'avez pas choisi une 
28897 \family sans
28898 Boîte
28899 \begin_inset space ~
28900 \end_inset
28901
28902 Intérieure
28903 \family default
28904 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28905  de dialogue de boîte.
28906 \end_layout
28907
28908 \begin_layout Standard
28909 \align center
28910 \begin_inset Box Boxed
28911 position "c"
28912 hor_pos "s"
28913 has_inner_box 0
28914 inner_pos "s"
28915 use_parbox 0
28916 use_makebox 0
28917 width "90col%"
28918 special "none"
28919 height "1.25in"
28920 height_special "totalheight"
28921 status open
28922
28923 \begin_layout Plain Layout
28924 Le texte de cette boîte est allongé horizontalement.
28925 \end_layout
28926
28927 \end_inset
28928
28929
28930 \end_layout
28931
28932 \begin_layout Subsection
28933 Décorations
28934 \begin_inset CommandInset label
28935 LatexCommand label
28936 name "sec:Décorations"
28937
28938 \end_inset
28939
28940
28941 \begin_inset Index idx
28942 status collapsed
28943
28944 \begin_layout Plain Layout
28945 Boîtes ! Décorations
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Standard
28954 On peut spécifier le style de la boîte en utilisant la liste déroulante
28955  
28956 \family sans
28957 Décoration
28958 \family default
28959 .
28960  Les possibilités sont les suivantes :
28961 \end_layout
28962
28963 \begin_layout Description
28964 Aucun
28965 \begin_inset space ~
28966 \end_inset
28967
28968 cadre
28969 \begin_inset space ~
28970 \end_inset
28971
28972 tracé Rien n'est tracé
28973 \end_layout
28974
28975 \begin_layout Description
28976 Cadre
28977 \begin_inset space ~
28978 \end_inset
28979
28980 rectangulaire
28981 \begin_inset space ~
28982 \end_inset
28983
28984 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28985  L'épaisseur du trait de ce cadre est donnée par la variable  
28986 \series bold
28987
28988 \backslash
28989 fboxrule
28990 \series default
28991 .
28992 \begin_inset Newline newline
28993 \end_inset
28994
28995
28996 \begin_inset Box Boxed
28997 position "c"
28998 hor_pos "c"
28999 has_inner_box 1
29000 inner_pos "c"
29001 use_parbox 0
29002 use_makebox 0
29003 width "20col%"
29004 special "none"
29005 height "1in"
29006 height_special "totalheight"
29007 status open
29008
29009 \begin_layout Plain Layout
29010 \align center
29011 Boîte rectangulaire
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Description
29020 Cadre
29021 \begin_inset space ~
29022 \end_inset
29023
29024 oval,
29025 \begin_inset space ~
29026 \end_inset
29027
29028 fin Ceci dessine un cadre ovalisée autour de la boîte.
29029  L'épaisseur du trait de ce cadre est de  0.4
29030 \begin_inset space \thinspace{}
29031 \end_inset
29032
29033 pt.
29034  
29035 \begin_inset Box ovalbox
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 ovalisée, fine
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 épais Ceci dessine un cadre ovalisée autour de la boîte.
29068  L'épaisseur du trait de ce cadre est de   0.8
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, épaisse
29090 \end_layout
29091
29092 \end_inset
29093
29094
29095 \end_layout
29096
29097 \begin_layout Description
29098 Ombre
29099 \begin_inset space ~
29100 \end_inset
29101
29102 en
29103 \begin_inset space ~
29104 \end_inset
29105
29106 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
29107  L'épaisseur du trait de ce cadre est donnée par la variable  
29108 \series bold
29109
29110 \backslash
29111 fboxrule
29112 \series default
29113 , l'ombre a une épaisseur de  4
29114 \begin_inset space \thinspace{}
29115 \end_inset
29116
29117 pt.
29118  
29119 \begin_inset Box Shadowbox
29120 position "c"
29121 hor_pos "c"
29122 has_inner_box 1
29123 inner_pos "c"
29124 use_parbox 0
29125 use_makebox 0
29126 width "20col%"
29127 special "none"
29128 height "1in"
29129 height_special "totalheight"
29130 status open
29131
29132 \begin_layout Plain Layout
29133 \align center
29134 Boîte ombrée
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \end_layout
29141
29142 \begin_layout Description
29143 Fond
29144 \begin_inset space ~
29145 \end_inset
29146
29147 ombré Ceci dessine une boîte avec un arrière plan rouge.
29148  Contrairement aux boîtes coloriées
29149 \begin_inset Foot
29150 status collapsed
29151
29152 \begin_layout Plain Layout
29153 Voir la section
29154 \begin_inset space ~
29155 \end_inset
29156
29157
29158 \begin_inset CommandInset ref
29159 LatexCommand ref
29160 reference "sec:Boîtes-colorées"
29161
29162 \end_inset
29163
29164 .
29165 \end_layout
29166
29167 \end_inset
29168
29169 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
29170  son propre paragraphe.
29171 \lang english
29172
29173 \begin_inset Box Shaded
29174 position "t"
29175 hor_pos "c"
29176 has_inner_box 0
29177 inner_pos "t"
29178 use_parbox 0
29179 use_makebox 0
29180 width "50col%"
29181 special "none"
29182 height "1in"
29183 height_special "totalheight"
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 Boîte avec fond ombré
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Description
29196 Cadre
29197 \begin_inset space ~
29198 \end_inset
29199
29200 rectangulaire
29201 \begin_inset space ~
29202 \end_inset
29203
29204 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29205  boîte.
29206  L'épaisseur du trait du cadre interne est de 0.75
29207 \begin_inset space \thinspace{}
29208 \end_inset
29209
29210
29211 \series bold
29212
29213 \backslash
29214 fboxrule
29215 \series default
29216 , l'épaisseur du trait du cadre externe est de 1.5
29217 \begin_inset space \thinspace{}
29218 \end_inset
29219
29220
29221 \series bold
29222
29223 \backslash
29224 fboxrule
29225 \series default
29226 .
29227  La distance entre les deux cadres est de  1.5
29228 \begin_inset space \thinspace{}
29229 \end_inset
29230
29231
29232 \series bold
29233
29234 \backslash
29235 fboxrule
29236 \series default
29237
29238 \begin_inset space \thinspace{}
29239 \end_inset
29240
29241 +
29242 \begin_inset space \thinspace{}
29243 \end_inset
29244
29245 0.5
29246 \begin_inset space \thinspace{}
29247 \end_inset
29248
29249 pt.
29250  
29251 \begin_inset Box Doublebox
29252 position "c"
29253 hor_pos "c"
29254 has_inner_box 1
29255 inner_pos "c"
29256 use_parbox 0
29257 use_makebox 0
29258 width "20col%"
29259 special "none"
29260 height "1in"
29261 height_special "totalheight"
29262 status open
29263
29264 \begin_layout Plain Layout
29265 \align center
29266 Boîte double
29267 \end_layout
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \begin_layout Standard
29275 \begin_inset VSpace bigskip
29276 \end_inset
29277
29278 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29279  style de boîte utilisé.
29280  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29281  le paquetage LaTeX 
29282 \series bold
29283 fancybox
29284 \series default
29285
29286 \begin_inset Index idx
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290 Paquetages LaTeX ! fancybox
29291 \end_layout
29292
29293 \end_inset
29294
29295 .
29296 \end_layout
29297
29298 \begin_layout Standard
29299 \begin_inset VSpace bigskip
29300 \end_inset
29301
29302 Quand vous utilisez le style de décoration 
29303 \family sans
29304 cadre rectangulaire simple
29305 \family default
29306  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29307  de la boîte.
29308  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29309  prendra toute la largeur de la colonne, la boîte sera considérée comme
29310  son propre paragraphe et 
29311 \series bold
29312
29313 \backslash
29314 fboxrule
29315 \series default
29316  et 
29317 \series bold
29318
29319 \backslash
29320 fboxsep
29321 \series default
29322  n'ont aucun effet sur ce type de boîte.
29323  L'épaisseur de la ligne du cadre a la valeur de 
29324 \series bold
29325
29326 \backslash
29327 FrameRule
29328 \series default
29329 .
29330  
29331 \begin_inset Box Framed
29332 position "t"
29333 hor_pos "c"
29334 has_inner_box 0
29335 inner_pos "t"
29336 use_parbox 0
29337 use_makebox 0
29338 width "100col%"
29339 special "none"
29340 height "1in"
29341 height_special "totalheight"
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345 Boîte avec cadre simple et sauts de page
29346 \end_layout
29347
29348 \end_inset
29349
29350
29351 \end_layout
29352
29353 \begin_layout Section
29354 Personnalisation des boîtes
29355 \begin_inset Index idx
29356 status collapsed
29357
29358 \begin_layout Plain Layout
29359 Boîtes! Personnalisation
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \begin_layout Standard
29368 La valeur implicite pour la variable 
29369 \series bold
29370
29371 \backslash
29372 fboxrule
29373 \series default
29374  est 0.4
29375 \begin_inset space \thinspace{}
29376 \end_inset
29377
29378 pt.
29379  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29380  pour avoir 2
29381 \begin_inset space \thinspace{}
29382 \end_inset
29383
29384 pt :
29385 \end_layout
29386
29387 \begin_layout Standard
29388
29389 \series bold
29390
29391 \backslash
29392 setlength{
29393 \backslash
29394 fboxrule}{2pt}
29395 \end_layout
29396
29397 \begin_layout Standard
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403
29404 \backslash
29405 setlength{
29406 \backslash
29407 fboxrule}{2pt}
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \begin_inset Box Boxed
29414 position "c"
29415 hor_pos "c"
29416 has_inner_box 1
29417 inner_pos "c"
29418 use_parbox 0
29419 use_makebox 0
29420 width "25col%"
29421 special "none"
29422 height "1in"
29423 height_special "totalheight"
29424 status open
29425
29426 \begin_layout Plain Layout
29427 \align center
29428 Boîte rectangulaire avec 
29429 \series bold
29430
29431 \backslash
29432 fboxrule
29433 \series default
29434
29435 \begin_inset space \thinspace{}
29436 \end_inset
29437
29438 =
29439 \begin_inset space \thinspace{}
29440 \end_inset
29441
29442 2
29443 \begin_inset space \thinspace{}
29444 \end_inset
29445
29446 pt
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \begin_inset ERT
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456
29457
29458 \backslash
29459 setlength{
29460 \backslash
29461 fboxrule}{0.4pt}
29462 \end_layout
29463
29464 \end_inset
29465
29466
29467 \end_layout
29468
29469 \begin_layout Standard
29470 \begin_inset VSpace bigskip
29471 \end_inset
29472
29473 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29474  les types de cadres, implicitement il est de 3
29475 \begin_inset space \thinspace{}
29476 \end_inset
29477
29478 pt.
29479  Vous pouvez le modifier en donnant une autre valeur à la variable 
29480 \series bold
29481
29482 \backslash
29483 fboxsep
29484 \series default
29485 .
29486  Par exemple la commande
29487 \end_layout
29488
29489 \begin_layout Standard
29490
29491 \series bold
29492
29493 \backslash
29494 setlength{
29495 \backslash
29496 fboxsep}{10pt}
29497 \end_layout
29498
29499 \begin_layout Standard
29500 met une valeur de 10
29501 \begin_inset space \thinspace{}
29502 \end_inset
29503
29504 pt, comme celle utilisée pour cette boîte :
29505 \end_layout
29506
29507 \begin_layout Standard
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513
29514 \backslash
29515 setlength{
29516 \backslash
29517 fboxsep}{10pt}
29518 \end_layout
29519
29520 \end_inset
29521
29522
29523 \begin_inset Box Boxed
29524 position "c"
29525 hor_pos "c"
29526 has_inner_box 1
29527 inner_pos "c"
29528 use_parbox 0
29529 use_makebox 0
29530 width "25col%"
29531 special "none"
29532 height "1in"
29533 height_special "totalheight"
29534 status open
29535
29536 \begin_layout Plain Layout
29537 \align center
29538 Boîte rectangulaire avec 
29539 \series bold
29540
29541 \backslash
29542 fboxsep
29543 \series default
29544
29545 \begin_inset space \thinspace{}
29546 \end_inset
29547
29548 =
29549 \begin_inset space \thinspace{}
29550 \end_inset
29551
29552 10
29553 \begin_inset space \thinspace{}
29554 \end_inset
29555
29556 pt
29557 \end_layout
29558
29559 \end_inset
29560
29561
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567
29568 \backslash
29569 setlength{
29570 \backslash
29571 fboxsep}{3pt}
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \begin_layout Standard
29580 \begin_inset VSpace bigskip
29581 \end_inset
29582
29583 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29584  la commande 
29585 \series bold
29586
29587 \backslash
29588 cornersize
29589 \series default
29590 .
29591  Par exemple, la commande
29592 \end_layout
29593
29594 \begin_layout Standard
29595
29596 \series bold
29597
29598 \backslash
29599 cornersize*{1cm}
29600 \end_layout
29601
29602 \begin_layout Standard
29603 donne un diamètre de 1
29604 \begin_inset space \thinspace{}
29605 \end_inset
29606
29607 cm.
29608  La commande
29609 \end_layout
29610
29611 \begin_layout Standard
29612
29613 \series bold
29614
29615 \backslash
29616 cornersize{num}
29617 \end_layout
29618
29619 \begin_layout Standard
29620 fixe le diamètre à 
29621 \family sans
29622 num
29623 \begin_inset space \thinspace{}
29624 \end_inset
29625
29626 ×
29627 \begin_inset space \thinspace{}
29628 \end_inset
29629
29630 minimum(largeur et hauteur de la boîte)
29631 \family default
29632 .
29633  La valeur implicite est 
29634 \series bold
29635
29636 \backslash
29637 cornersize{0.5}
29638 \series default
29639 .
29640 \end_layout
29641
29642 \begin_layout Standard
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 cornersize*{1.5cm}
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \begin_inset Box Ovalbox
29657 position "c"
29658 hor_pos "c"
29659 has_inner_box 1
29660 inner_pos "c"
29661 use_parbox 0
29662 use_makebox 0
29663 width "25col%"
29664 special "none"
29665 height "1in"
29666 height_special "totalheight"
29667 status open
29668
29669 \begin_layout Plain Layout
29670 \align center
29671 Boîte ovale avec 
29672 \series bold
29673
29674 \backslash
29675 cornersize
29676 \series default
29677
29678 \begin_inset space \thinspace{}
29679 \end_inset
29680
29681 =
29682 \begin_inset space \thinspace{}
29683 \end_inset
29684
29685 1.5
29686 \begin_inset space \thinspace{}
29687 \end_inset
29688
29689 cm
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \begin_inset ERT
29696 status collapsed
29697
29698 \begin_layout Plain Layout
29699
29700
29701 \backslash
29702 cornersize{0.5}
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \begin_layout Standard
29711 \begin_inset VSpace bigskip
29712 \end_inset
29713
29714 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29715  
29716 \series bold
29717
29718 \backslash
29719 shadowsize
29720 \series default
29721 .
29722  Elle est fixée à 2
29723 \begin_inset space \thinspace{}
29724 \end_inset
29725
29726 pt pour la boîte suivante par la commande :
29727 \end_layout
29728
29729 \begin_layout Standard
29730
29731 \series bold
29732
29733 \backslash
29734 setlength{
29735 \backslash
29736 shadowsize}{2pt}
29737 \end_layout
29738
29739 \begin_layout Standard
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745
29746 \backslash
29747 setlength{
29748 \backslash
29749 shadowsize}{2pt}
29750 \end_layout
29751
29752 \end_inset
29753
29754
29755 \begin_inset Box Shadowbox
29756 position "c"
29757 hor_pos "c"
29758 has_inner_box 1
29759 inner_pos "c"
29760 use_parbox 0
29761 use_makebox 0
29762 width "25col%"
29763 special "none"
29764 height "1in"
29765 height_special "totalheight"
29766 status open
29767
29768 \begin_layout Plain Layout
29769 \align center
29770 Boîte ombrée avec 
29771 \series bold
29772
29773 \backslash
29774 shadowsize
29775 \series default
29776
29777 \begin_inset space \thinspace{}
29778 \end_inset
29779
29780 =
29781 \begin_inset space \thinspace{}
29782 \end_inset
29783
29784 2
29785 \begin_inset space \thinspace{}
29786 \end_inset
29787
29788 pt
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \begin_inset ERT
29795 status collapsed
29796
29797 \begin_layout Plain Layout
29798
29799
29800 \backslash
29801 setlength{
29802 \backslash
29803 shadowsize}{4pt}
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \end_layout
29810
29811 \begin_layout Standard
29812 \begin_inset VSpace bigskip
29813 \end_inset
29814
29815
29816 \end_layout
29817
29818 \begin_layout Standard
29819 La valeur implicite pour la longueur 
29820 \series bold
29821
29822 \backslash
29823 FrameRule
29824 \series default
29825  est 0,4
29826 \begin_inset space \thinspace{}
29827 \end_inset
29828
29829 pt.
29830  L'espacement implicite entre le contenu de la note et le cadre est de 9
29831 \begin_inset space \thinspace{}
29832 \end_inset
29833
29834 pt et il peut être modifié en utilisant la valeur de 
29835 \series bold
29836
29837 \backslash
29838 FrameSep
29839 \series default
29840 .
29841  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29842  suivantes en code TeX
29843 \end_layout
29844
29845 \begin_layout Standard
29846
29847 \series bold
29848
29849 \backslash
29850 setlength{
29851 \backslash
29852 FrameRule}{5pt}
29853 \begin_inset Newline newline
29854 \end_inset
29855
29856
29857 \backslash
29858 setlength{
29859 \backslash
29860 FrameSep}{0.5cm}
29861 \end_layout
29862
29863 \begin_layout Standard
29864 \begin_inset ERT
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868
29869
29870 \backslash
29871 setlength{
29872 \backslash
29873 FrameRule}{5pt}
29874 \end_layout
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 setlength{
29881 \backslash
29882 FrameSep}{0.5cm}
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \begin_inset Box Framed
29889 position "t"
29890 hor_pos "c"
29891 has_inner_box 0
29892 inner_pos "t"
29893 use_parbox 0
29894 use_makebox 0
29895 width "100col%"
29896 special "none"
29897 height "1in"
29898 height_special "totalheight"
29899 status open
29900
29901 \begin_layout Plain Layout
29902 Ceci est un texte dans une boîte autorisant les 
29903 \family sans
29904 sauts de page
29905 \family default
29906 .
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917
29918 \backslash
29919 setlength{
29920 \backslash
29921 FrameRule}{0.4pt}
29922 \end_layout
29923
29924 \begin_layout Plain Layout
29925
29926
29927 \backslash
29928 setlength{
29929 \backslash
29930 FrameSep}{9pt}
29931 \end_layout
29932
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \begin_layout Standard
29939
29940 \lang english
29941 \begin_inset VSpace bigskip
29942 \end_inset
29943
29944
29945 \end_layout
29946
29947 \begin_layout Standard
29948 Pour les boîtes à 
29949 \family sans
29950 Fond
29951 \begin_inset space ~
29952 \end_inset
29953
29954 ombré
29955 \family default
29956 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29957  3
29958 \begin_inset space \thinspace{}
29959 \end_inset
29960
29961 pt et il peut être modifié avec la valeur de 
29962 \series bold
29963
29964 \backslash
29965 fboxsep
29966 \series default
29967 .
29968  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29969  localement avec la commande 
29970 \series bold
29971
29972 \backslash
29973 definecolor{shadecolor}
29974 \series default
29975 , soit globalement avec le menu 
29976 \family sans
29977 Outils\SpecialChar \menuseparator
29978 Préférences
29979 \family default
29980 \SpecialChar \menuseparator
29981
29982 \family sans
29983 Couleurs\SpecialChar \menuseparator
29984 boîte
29985 \begin_inset space ~
29986 \end_inset
29987
29988 ombrée
29989 \family default
29990 .
29991  La syntaxe de la commande 
29992 \series bold
29993
29994 \backslash
29995 definecolor
29996 \series default
29997  est expliquée dans la section
29998 \begin_inset space ~
29999 \end_inset
30000
30001
30002 \begin_inset CommandInset ref
30003 LatexCommand ref
30004 reference "sec:Tableaux-Colorés"
30005
30006 \end_inset
30007
30008
30009 \begin_inset Foot
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013 Notez que l'utilisation de 
30014 \series bold
30015
30016 \backslash
30017 definecolor
30018 \series default
30019  ne peut se faire sans le paquetage LaTeX 
30020 \series bold
30021 color
30022 \series default
30023  dans le préambule, voir la section
30024 \begin_inset space ~
30025 \end_inset
30026
30027
30028 \begin_inset CommandInset ref
30029 LatexCommand ref
30030 reference "sec:Boîtes-colorées"
30031
30032 \end_inset
30033
30034 .
30035  
30036 \end_layout
30037
30038 \end_inset
30039
30040 .
30041 \end_layout
30042
30043 \begin_layout Standard
30044 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
30045  les commandes en code TeX suivantes
30046 \end_layout
30047
30048 \begin_layout Standard
30049
30050 \series bold
30051
30052 \backslash
30053 setlength{
30054 \backslash
30055 fboxsep}{0.5cm}
30056 \series default
30057
30058 \begin_inset Newline newline
30059 \end_inset
30060
30061
30062 \series bold
30063
30064 \backslash
30065 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30066 \end_layout
30067
30068 \begin_layout Standard
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074
30075 \backslash
30076 setlength{
30077 \backslash
30078 fboxsep}{0.5cm}
30079 \end_layout
30080
30081 \begin_layout Plain Layout
30082
30083
30084 \backslash
30085 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \begin_inset Box Shaded
30092 position "t"
30093 hor_pos "c"
30094 has_inner_box 0
30095 inner_pos "t"
30096 use_parbox 0
30097 use_makebox 0
30098 width "100col%"
30099 special "none"
30100 height "1in"
30101 height_special "totalheight"
30102 status open
30103
30104 \begin_layout Plain Layout
30105
30106 \color yellow
30107 Ceci est un texte jaune dans une boîte à 
30108 \family sans
30109 Fond
30110 \begin_inset space ~
30111 \end_inset
30112
30113 ombré
30114 \family default
30115 \color inherit
30116  
30117 \color yellow
30118 avec un fond vert foncé.
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 setlength{
30132 \backslash
30133 fboxsep}{3pt}
30134 \end_layout
30135
30136 \begin_layout Plain Layout
30137
30138
30139 \backslash
30140 definecolor{shadecolor}{rgb}{1,0,0}
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \begin_layout Standard
30149
30150 \lang english
30151 \begin_inset VSpace bigskip
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \begin_layout Standard
30158 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
30159  les boîtes qui suivent la commandes qui les a changées.
30160 \end_layout
30161
30162 \begin_layout Section
30163 Minipages
30164 \begin_inset CommandInset label
30165 LatexCommand label
30166 name "sec:Minipages"
30167
30168 \end_inset
30169
30170
30171 \begin_inset Index idx
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175 Boîtes ! Minipages
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Standard
30184 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
30185 ur d'une page.
30186  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
30187  règles d'indentation, de saut de ligne, etc.
30188  s'appliquent.
30189 \end_layout
30190
30191 \begin_layout Standard
30192 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
30193  langues.
30194 \end_layout
30195
30196 \begin_layout Standard
30197 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
30198  Leur largeur est fixée à 45
30199 \begin_inset space \thinspace{}
30200 \end_inset
30201
30202 col% et elles sont séparées par un ressort horizontal, qui a été inséré
30203  via le menu 
30204 \family sans
30205 Insérer\SpecialChar \menuseparator
30206 Typographie
30207 \begin_inset space ~
30208 \end_inset
30209
30210 spéciale\SpecialChar \menuseparator
30211 Ressort
30212 \begin_inset space ~
30213 \end_inset
30214
30215 Horizontal
30216 \family default
30217 .
30218 \end_layout
30219
30220 \begin_layout Standard
30221
30222 \end_layout
30223
30224 \begin_layout Standard
30225
30226 \lang english
30227 \begin_inset Box Frameless
30228 position "t"
30229 hor_pos "c"
30230 has_inner_box 1
30231 inner_pos "c"
30232 use_parbox 0
30233 use_makebox 0
30234 width "45col%"
30235 special "none"
30236 height "1in"
30237 height_special "totalheight"
30238 status open
30239
30240 \begin_layout Plain Layout
30241
30242 \lang german
30243 Dies ist ein deutscher Text.
30244  Dies ist ein deutscher Text.
30245  Dies ist ein deutscher Text.
30246  Dies ist ein deutscher Text.
30247  Dies ist ein deutscher Text.
30248  Dies ist ein deutscher Text.
30249  Dies ist ein deutscher Text.
30250  Dies ist ein deutscher Text.
30251  Dies ist ein deutscher Text.
30252  Dies ist ein deutscher Text.
30253  Dies ist ein deutscher Text.
30254  Dies ist ein deutscher Text.
30255  Dies ist ein deutscher Text
30256 \begin_inset Foot
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261 \lang german
30262 Dies ist eine deutsche Fußnote.
30263 \end_layout
30264
30265 \end_inset
30266
30267 .
30268  Dies ist ein deutscher Text.
30269  Dies ist ein deutscher Text.
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \begin_inset space \hfill{}
30276 \end_inset
30277
30278
30279 \begin_inset Box Frameless
30280 position "t"
30281 hor_pos "c"
30282 has_inner_box 1
30283 inner_pos "c"
30284 use_parbox 0
30285 use_makebox 0
30286 width "45col%"
30287 special "none"
30288 height "1in"
30289 height_special "totalheight"
30290 status open
30291
30292 \begin_layout Plain Layout
30293
30294 \lang english
30295 This is an English Text.
30296  This is an English Text.
30297  This is an English Text.
30298  This is an English Text.
30299  This is an English Text.
30300  This is an English Text.
30301  This is an English Text.
30302  This is an English Text.
30303  This is an English Text.
30304  This is an English Text.
30305  This is an English Text.
30306  This is an English Text.
30307  This is an English Text.
30308  This is an English Text.
30309  This is an English Text.
30310  This is an English Text.
30311 \begin_inset Foot
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316 \lang english
30317 This is an English footnote.
30318 \end_layout
30319
30320 \end_inset
30321
30322  This is an English Text.
30323  
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \end_layout
30330
30331 \begin_layout Standard
30332 \begin_inset VSpace bigskip
30333 \end_inset
30334
30335 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30336  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30337  minipages, même si vous les avez mis par exemple à 
30338 \family sans
30339 Moyen
30340 \family default
30341  dans les paramètres du document.
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30346  portion de texte, voyez la section
30347 \begin_inset space ~
30348 \end_inset
30349
30350
30351 \begin_inset CommandInset ref
30352 LatexCommand ref
30353 reference "sub:Couleur-pour-les-Paragraphes"
30354
30355 \end_inset
30356
30357 .
30358 \end_layout
30359
30360 \begin_layout Standard
30361 \begin_inset Note Greyedout
30362 status open
30363
30364 \begin_layout Plain Layout
30365
30366 \series bold
30367 Note:
30368 \series default
30369  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30370  mais les minipages peuvent être utilisées dans un tableau, un flottant
30371  ou une autre boîte.
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \end_layout
30378
30379 \begin_layout Section
30380 Les Parboxes
30381 \begin_inset CommandInset label
30382 LatexCommand label
30383 name "sec:Parboxes"
30384
30385 \end_inset
30386
30387
30388 \begin_inset Index idx
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 Boîtes ! Parboxes
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \end_layout
30399
30400 \begin_layout Standard
30401 \begin_inset Note Note
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406 \lang english
30407 En attendant une traduction de parbox (NdT)
30408 \end_layout
30409
30410 \end_inset
30411
30412 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30413  ne peuvent avoir de note de bas de page.
30414 \end_layout
30415
30416 \begin_layout Standard
30417 \align center
30418 \begin_inset Box Frameless
30419 position "t"
30420 hor_pos "c"
30421 has_inner_box 1
30422 inner_pos "t"
30423 use_parbox 1
30424 use_makebox 0
30425 width "33col%"
30426 special "none"
30427 height "1in"
30428 height_special "totalheight"
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432 Ceci est un texte à l'intérieur d'une parbox.
30433  Ceci est un texte à l'intérieur d'une parbox.
30434 \end_layout
30435
30436 \begin_layout Plain Layout
30437 Cette note de bas de page ne devrait pas apparaître :
30438 \begin_inset Foot
30439 status open
30440
30441 \begin_layout Plain Layout
30442 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30443  pas.
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Section
30457 Des Boîtes pour les Mots et les Caractères
30458 \begin_inset Index idx
30459 status collapsed
30460
30461 \begin_layout Plain Layout
30462 Boîtes ! Pour les caractères
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Subsection
30471 Empêcher la Césure
30472 \begin_inset CommandInset label
30473 LatexCommand label
30474 name "sec:Empêcher-césure"
30475
30476 \end_inset
30477
30478
30479 \begin_inset Index idx
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483 Boîtes ! Pour empêcher la césure
30484 \end_layout
30485
30486 \end_inset
30487
30488
30489 \end_layout
30490
30491 \begin_layout Standard
30492 Vous pouvez utiliser une boîte de type 
30493 \family sans
30494 Makebox
30495 \family default
30496  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30497 \begin_inset Newline newline
30498 \end_inset
30499
30500 Voici un exemple de texte :
30501 \end_layout
30502
30503 \begin_layout Standard
30504 Cette ligne est un exemple comment vous pouvez empêcher une césure
30505 \begin_inset space ~
30506 \end_inset
30507
30508
30509 \begin_inset Quotes eld
30510 \end_inset
30511
30512 motTrèsTrèsLong
30513 \begin_inset Quotes erd
30514 \end_inset
30515
30516
30517 \end_layout
30518
30519 \begin_layout Standard
30520 Pour empêcher que le mot 
30521 \begin_inset Quotes eld
30522 \end_inset
30523
30524 motTrèsTrèsLong
30525 \begin_inset Quotes erd
30526 \end_inset
30527
30528  soit coupé, mettez le mot dans une boîte, mettez 
30529 \family sans
30530 Boîte
30531 \begin_inset space ~
30532 \end_inset
30533
30534 intérieure
30535 \family default
30536  à 
30537 \family sans
30538 Makebox
30539 \family default
30540  et sa largeur à 1
30541 \begin_inset space \thinspace{}
30542 \end_inset
30543
30544 Largeur.
30545 \end_layout
30546
30547 \begin_layout Standard
30548 Voici le résultat :
30549 \end_layout
30550
30551 \begin_layout Standard
30552 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30553 \begin_inset Box Frameless
30554 position "t"
30555 hor_pos "c"
30556 has_inner_box 1
30557 inner_pos "t"
30558 use_parbox 0
30559 use_makebox 1
30560 width "1in"
30561 special "width"
30562 height "1in"
30563 height_special "totalheight"
30564 status open
30565
30566 \begin_layout Plain Layout
30567 motTrèsTrèsLong
30568 \end_layout
30569
30570 \end_inset
30571
30572
30573 \end_layout
30574
30575 \begin_layout Standard
30576 Une autre méthode consiste à mettre la commande 
30577 \begin_inset Quotes eld
30578 \end_inset
30579
30580
30581 \series bold
30582
30583 \backslash
30584 -
30585 \series default
30586
30587 \begin_inset Quotes grd
30588 \end_inset
30589
30590  en code TeX, juste avant le mot :
30591 \end_layout
30592
30593 \begin_layout Standard
30594 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30595 \begin_inset Quotes eld
30596 \end_inset
30597
30598
30599 \begin_inset ERT
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603
30604
30605 \backslash
30606 -
30607 \end_layout
30608
30609 \end_inset
30610
30611 motTrèsTrèsLong
30612 \begin_inset Quotes erd
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \begin_layout Standard
30619 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30620  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30621 \family sans
30622 Insérer\SpecialChar \menuseparator
30623 Typographie
30624 \begin_inset space ~
30625 \end_inset
30626
30627 spéciale\SpecialChar \menuseparator
30628 Passage
30629 \begin_inset space ~
30630 \end_inset
30631
30632 à
30633 \begin_inset space ~
30634 \end_inset
30635
30636 la
30637 \begin_inset space ~
30638 \end_inset
30639
30640 Ligne
30641 \family default
30642  (raccourci 
30643 \family sans
30644 Ctrl-Entrée
30645 \family default
30646 ) :
30647 \end_layout
30648
30649 \begin_layout Standard
30650 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30651 \begin_inset Newline newline
30652 \end_inset
30653
30654
30655 \begin_inset Box Frameless
30656 position "t"
30657 hor_pos "c"
30658 has_inner_box 1
30659 inner_pos "t"
30660 use_parbox 0
30661 use_makebox 1
30662 width "1in"
30663 special "width"
30664 height "1in"
30665 height_special "totalheight"
30666 status open
30667
30668 \begin_layout Plain Layout
30669 \begin_inset Quotes eld
30670 \end_inset
30671
30672 motTrèsTrèsLong
30673 \begin_inset Quotes erd
30674 \end_inset
30675
30676
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \begin_layout Subsection
30685 Alignement Vertical
30686 \begin_inset CommandInset label
30687 LatexCommand label
30688 name "sub:Alignement-Vertical"
30689
30690 \end_inset
30691
30692
30693 \begin_inset Index idx
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697 Boîtes ! Pour l'alignement vertical
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \begin_inset Index idx
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 Boîtes ! Boîtes élévatrices
30708 \end_layout
30709
30710 \end_inset
30711
30712
30713 \begin_inset Index idx
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Raisebox|see
30718 \begin_inset ERT
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722
30723 {
30724 \end_layout
30725
30726 \end_inset
30727
30728 Boîtes élévatrices
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734 }
30735 \end_layout
30736
30737 \end_inset
30738
30739
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \end_layout
30746
30747 \begin_layout Standard
30748 Avec la commande 
30749 \series bold
30750
30751 \backslash
30752 raisebox
30753 \series default
30754  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30755  par rapport au texte qui l'entoure.
30756  La commande
30757 \series bold
30758  
30759 \backslash
30760 raisebox
30761 \series default
30762  s'utilise en suivant la syntaxe suivante :
30763 \end_layout
30764
30765 \begin_layout Standard
30766
30767 \series bold
30768
30769 \backslash
30770 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30771 \end_layout
30772
30773 \begin_layout Standard
30774 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30775  pour l'abaisser.
30776 \end_layout
30777
30778 \begin_layout Standard
30779 Pour aligner le mot 
30780 \begin_inset Quotes eld
30781 \end_inset
30782
30783 empêcher
30784 \begin_inset Quotes erd
30785 \end_inset
30786
30787  de façon à ce que le point le plus bas du caractère le plus 
30788 \begin_inset Quotes eld
30789 \end_inset
30790
30791 profond
30792 \begin_inset Quotes erd
30793 \end_inset
30794
30795 , le 
30796 \begin_inset Quotes eld
30797 \end_inset
30798
30799 p
30800 \begin_inset Quotes erd
30801 \end_inset
30802
30803 , soit au niveau de la ligne de base, insérez la commande 
30804 \end_layout
30805
30806 \begin_layout Standard
30807
30808 \series bold
30809
30810 \backslash
30811 raisebox{
30812 \backslash
30813 depth}{
30814 \end_layout
30815
30816 \begin_layout Standard
30817 en code TeX avant le mot.
30818  Insérez après le mot l'accolade fermante 
30819 \begin_inset Quotes eld
30820 \end_inset
30821
30822
30823 \series bold
30824 }
30825 \series default
30826
30827 \begin_inset Quotes erd
30828 \end_inset
30829
30830  en code TeX.
30831 \begin_inset Newline newline
30832 \end_inset
30833
30834 Voici le résultat :
30835 \end_layout
30836
30837 \begin_layout Standard
30838 Cette ligne de texte contient le mot 
30839 \begin_inset ERT
30840 status collapsed
30841
30842 \begin_layout Plain Layout
30843
30844
30845 \backslash
30846 raisebox{
30847 \backslash
30848 depth}{
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \begin_inset Quotes eld
30855 \end_inset
30856
30857 empêcher
30858 \begin_inset Quotes erd
30859 \end_inset
30860
30861
30862 \begin_inset ERT
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866
30867 }
30868 \end_layout
30869
30870 \end_inset
30871
30872  comme mot élevé.
30873 \end_layout
30874
30875 \begin_layout Standard
30876 \begin_inset VSpace bigskip
30877 \end_inset
30878
30879 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30880  entre les lignes va être agrandie :
30881 \end_layout
30882
30883 \begin_layout Standard
30884 Cette ligne de texte contient le mot
30885 \begin_inset ERT
30886 status collapsed
30887
30888 \begin_layout Plain Layout
30889
30890
30891 \backslash
30892 raisebox{-
30893 \backslash
30894 depth}{
30895 \end_layout
30896
30897 \end_inset
30898
30899
30900 \begin_inset Quotes eld
30901 \end_inset
30902
30903 empêcher
30904 \begin_inset Quotes erd
30905 \end_inset
30906
30907
30908 \begin_inset ERT
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912
30913 }
30914 \end_layout
30915
30916 \end_inset
30917
30918  comme mot abaissé.
30919 \begin_inset Newline newline
30920 \end_inset
30921
30922 Cette ligne de texte contient le mot 
30923 \begin_inset ERT
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927
30928
30929 \backslash
30930 raisebox{0.5cm}{
30931 \end_layout
30932
30933 \end_inset
30934
30935
30936 \begin_inset Quotes eld
30937 \end_inset
30938
30939 tester
30940 \begin_inset Quotes erd
30941 \end_inset
30942
30943
30944 \begin_inset ERT
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948
30949 }
30950 \end_layout
30951
30952 \end_inset
30953
30954  comme mot élevé.
30955 \end_layout
30956
30957 \begin_layout Standard
30958 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30959  mettez la hauteur de la boîte à zéro.
30960  Par exemple utilisez
30961 \end_layout
30962
30963 \begin_layout Standard
30964
30965 \series bold
30966
30967 \backslash
30968 raisebox{-
30969 \backslash
30970 depth}[0pt]{
30971 \end_layout
30972
30973 \begin_layout Standard
30974 Cette ligne de texte contient le mot
30975 \begin_inset ERT
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979
30980
30981 \backslash
30982 raisebox{-
30983 \backslash
30984 depth}[0pt]{
30985 \end_layout
30986
30987 \end_inset
30988
30989
30990 \begin_inset Quotes eld
30991 \end_inset
30992
30993 empêcher
30994 \begin_inset Quotes erd
30995 \end_inset
30996
30997
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003 }
31004 \end_layout
31005
31006 \end_inset
31007
31008  comme mot abaissé.
31009 \begin_inset Newline newline
31010 \end_inset
31011
31012 Cette ligne de texte contient le mot 
31013 \begin_inset ERT
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017
31018
31019 \backslash
31020 raisebox{0.5cm}[0pt]{
31021 \end_layout
31022
31023 \end_inset
31024
31025
31026 \begin_inset Quotes eld
31027 \end_inset
31028
31029 tester
31030 \begin_inset Quotes erd
31031 \end_inset
31032
31033
31034 \begin_inset ERT
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038
31039 }
31040 \end_layout
31041
31042 \end_inset
31043
31044  comme mot élevé.
31045 \end_layout
31046
31047 \begin_layout Section
31048 Boîtes Colorées
31049 \begin_inset CommandInset label
31050 LatexCommand label
31051 name "sec:Boîtes-colorées"
31052
31053 \end_inset
31054
31055
31056 \begin_inset Index idx
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060 Boîtes ! Couleur
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Subsection
31069 De la couleur pour le texte
31070 \begin_inset Index idx
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074 Couleur ! Pour le texte
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \end_layout
31081
31082 \begin_layout Standard
31083 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
31084  une boîte appelée 
31085 \begin_inset Quotes eld
31086 \end_inset
31087
31088 colorbox
31089 \begin_inset Quotes erd
31090 \end_inset
31091
31092 .
31093  Cela demande que le paquetage LaTeX 
31094 \series bold
31095 color
31096 \series default
31097
31098 \begin_inset Index idx
31099 status collapsed
31100
31101 \begin_layout Plain Layout
31102 Paquetages LaTeX ! color
31103 \end_layout
31104
31105 \end_inset
31106
31107  soit chargé dans le préambule du document avec la commande
31108 \end_layout
31109
31110 \begin_layout Standard
31111
31112 \series bold
31113
31114 \backslash
31115 @ifundefined{textcolor}
31116 \begin_inset Newline newline
31117 \end_inset
31118
31119
31120 \begin_inset Phantom HPhantom
31121 status open
31122
31123 \begin_layout Plain Layout
31124
31125 \series bold
31126 \begin_inset space ~
31127 \end_inset
31128
31129
31130 \end_layout
31131
31132 \end_inset
31133
31134 {
31135 \backslash
31136 usepackage{color}}{}
31137 \end_layout
31138
31139 \begin_layout Standard
31140 Le paquetage 
31141 \series bold
31142 color
31143 \series default
31144  sera chargé automatiquement par LyX dès que vous colorez du texte.
31145 \begin_inset Foot
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
31150  
31151 \series bold
31152
31153 \backslash
31154 @ifundefined
31155 \series default
31156 .
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \end_layout
31163
31164 \begin_layout Standard
31165 \begin_inset VSpace medskip
31166 \end_inset
31167
31168 Les boîtes colorées sont créées par la commande 
31169 \series bold
31170
31171 \backslash
31172 colorbox
31173 \series default
31174 .
31175  Elle est utilisée avec la syntaxe suivante :
31176 \end_layout
31177
31178 \begin_layout Standard
31179
31180 \series bold
31181
31182 \backslash
31183 colorbox{couleur}{contenu de la boîte}
31184 \end_layout
31185
31186 \begin_layout Standard
31187 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
31188  peuvent être placées à l'intérieur d'autres boîtes.
31189 \end_layout
31190
31191 \begin_layout Standard
31192 Les couleurs suivantes sont prédéfinies ::
31193 \begin_inset Newline newline
31194 \end_inset
31195
31196
31197 \family sans
31198 black
31199 \family default
31200  (noir), 
31201 \family sans
31202 blue
31203 \family default
31204  (bleu), 
31205 \family sans
31206 cyan
31207 \family default
31208 \series bold
31209 ,
31210 \series default
31211  
31212 \family sans
31213 green
31214 \family default
31215  (vert), 
31216 \family sans
31217 magenta
31218 \family default
31219
31220 \family sans
31221 red
31222 \family default
31223  (rouge), 
31224 \family sans
31225 white
31226 \family default
31227  (blanc), and 
31228 \family sans
31229 yellow
31230 \family default
31231  (jaune).
31232 \begin_inset Newline newline
31233 \end_inset
31234
31235 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31236  section
31237 \begin_inset space ~
31238 \end_inset
31239
31240
31241 \begin_inset CommandInset ref
31242 LatexCommand ref
31243 reference "sec:Tableaux-Colorés"
31244
31245 \end_inset
31246
31247 .
31248 \end_layout
31249
31250 \begin_layout Standard
31251 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31252 \end_layout
31253
31254 \begin_layout Standard
31255
31256 \series bold
31257
31258 \backslash
31259 colorbox{red}{
31260 \end_layout
31261
31262 \begin_layout Standard
31263 avant le mot en code TeX.
31264  Insérez l'accolade fermante 
31265 \begin_inset Quotes eld
31266 \end_inset
31267
31268 }
31269 \begin_inset Quotes erd
31270 \end_inset
31271
31272  après le mot, en code TeX.
31273 \begin_inset Newline newline
31274 \end_inset
31275
31276 Voici le résultat :
31277 \end_layout
31278
31279 \begin_layout Standard
31280 Cette ligne de texte contient le mot
31281 \begin_inset ERT
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285
31286
31287 \backslash
31288 colorbox{red}{
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \begin_inset Quotes eld
31295 \end_inset
31296
31297 Attention!
31298 \begin_inset Quotes erd
31299 \end_inset
31300
31301
31302 \begin_inset ERT
31303 status collapsed
31304
31305 \begin_layout Plain Layout
31306
31307 }
31308 \end_layout
31309
31310 \end_inset
31311
31312  sur fond rouge.
31313 \end_layout
31314
31315 \begin_layout Standard
31316 \begin_inset VSpace bigskip
31317 \end_inset
31318
31319 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31320  vous pouvez utiliser la commande 
31321 \series bold
31322
31323 \backslash
31324 fcolorbox
31325 \series default
31326  avec la syntaxe suivante :
31327 \end_layout
31328
31329 \begin_layout Standard
31330
31331 \series bold
31332
31333 \backslash
31334 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31335 \end_layout
31336
31337 \begin_layout Standard
31338
31339 \series bold
31340
31341 \backslash
31342 fcolorbox
31343 \series default
31344  est une extension de 
31345 \series bold
31346
31347 \backslash
31348 colorbox
31349 \series default
31350 .
31351  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31352  peuvent être modifiés avec les variables 
31353 \series bold
31354
31355 \backslash
31356 fboxrule
31357 \series default
31358  et 
31359 \series bold
31360
31361 \backslash
31362 fboxsep
31363 \series default
31364 , comme c'est décrit dans la section
31365 \begin_inset space ~
31366 \end_inset
31367
31368
31369 \begin_inset CommandInset ref
31370 LatexCommand ref
31371 reference "sec:Décorations"
31372
31373 \end_inset
31374
31375 .
31376 \end_layout
31377
31378 \begin_layout Standard
31379 Pour l'exemple suivant, on a utilisé la commande
31380 \end_layout
31381
31382 \begin_layout Standard
31383
31384 \series bold
31385
31386 \backslash
31387 fcolorbox{cyan}{magenta}{
31388 \end_layout
31389
31390 \begin_layout Standard
31391 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31392 \begin_inset space \thinspace{}
31393 \end_inset
31394
31395 mm:
31396 \begin_inset Newline newline
31397 \end_inset
31398
31399
31400 \begin_inset ERT
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404
31405
31406 \backslash
31407 fboxrule 1mm 
31408 \backslash
31409 fboxsep 1mm
31410 \end_layout
31411
31412 \end_inset
31413
31414
31415 \begin_inset ERT
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419
31420
31421 \backslash
31422 fcolorbox{cyan}{magenta}{
31423 \end_layout
31424
31425 \end_inset
31426
31427 Ce texte est dans une boîte encadrée et colorée.
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433 }
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Standard
31442 \begin_inset VSpace bigskip
31443 \end_inset
31444
31445 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31446  les yeux ! - NdT) :
31447 \begin_inset Newline newline
31448 \end_inset
31449
31450
31451 \begin_inset ERT
31452 status collapsed
31453
31454 \begin_layout Plain Layout
31455
31456
31457 \backslash
31458 fcolorbox{cyan}{magenta}{
31459 \end_layout
31460
31461 \end_inset
31462
31463
31464 \color yellow
31465 Ce texte est coloré dans une boîte colorée et encadrée.
31466 \color inherit
31467
31468 \begin_inset ERT
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472
31473 }
31474 \end_layout
31475
31476 \end_inset
31477
31478
31479 \begin_inset ERT
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483
31484
31485 \backslash
31486 fboxrule 0.4pt 
31487 \backslash
31488 fboxsep 3pt
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \end_layout
31495
31496 \begin_layout Standard
31497
31498 \series bold
31499 \begin_inset VSpace medskip
31500 \end_inset
31501
31502
31503 \end_layout
31504
31505 \begin_layout Standard
31506 \begin_inset Note Greyedout
31507 status open
31508
31509 \begin_layout Plain Layout
31510
31511 \series bold
31512 Note:
31513 \series default
31514  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31515  de ligne.
31516  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31517  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Subsection
31526 De la couleur pour les paragraphes
31527 \begin_inset CommandInset label
31528 LatexCommand label
31529 name "sub:Couleur-pour-les-Paragraphes"
31530
31531 \end_inset
31532
31533
31534 \begin_inset Index idx
31535 status collapsed
31536
31537 \begin_layout Plain Layout
31538 Couleur ! Pour les  paragraphes
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \begin_layout Standard
31547 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31548  texte dans une minipage.
31549  Avant la minipage, insérez la commande 
31550 \series bold
31551
31552 \backslash
31553 colorbox
31554 \series default
31555  
31556 \end_layout
31557
31558 \begin_layout Standard
31559
31560 \series bold
31561
31562 \backslash
31563 colorbox{color}{
31564 \end_layout
31565
31566 \begin_layout Standard
31567 en code TeX.
31568  Après la minipage, insérez l'accolade fermante 
31569 \begin_inset Quotes eld
31570 \end_inset
31571
31572 }
31573 \begin_inset Quotes erd
31574 \end_inset
31575
31576  en code TeX.
31577 \end_layout
31578
31579 \begin_layout Standard
31580 \begin_inset ERT
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584
31585
31586 \backslash
31587 colorbox{lightgrey}{
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \begin_inset Box Frameless
31594 position "t"
31595 hor_pos "c"
31596 has_inner_box 1
31597 inner_pos "t"
31598 use_parbox 0
31599 use_makebox 0
31600 width "100col%"
31601 special "none"
31602 height "1in"
31603 height_special "totalheight"
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 Ce texte a un fond coloré.
31608  Ce texte a un fond coloré.
31609 \end_layout
31610
31611 \begin_layout Plain Layout
31612 \begin_inset VSpace defskip
31613 \end_inset
31614
31615 Le texte peut avoir des notes de bas de page
31616 \begin_inset Foot
31617 status collapsed
31618
31619 \begin_layout Plain Layout
31620 Un autre exemple de note de bas de page
31621 \end_layout
31622
31623 \end_inset
31624
31625  et contenir des figures et des tableaux.
31626 \end_layout
31627
31628 \begin_layout Plain Layout
31629 \align center
31630 \begin_inset Tabular
31631 <lyxtabular version="3" rows="3" columns="3">
31632 <features tabularvalignment="middle">
31633 <column alignment="center" valignment="top" width="0">
31634 <column alignment="center" valignment="top" width="0">
31635 <column alignment="center" valignment="top" width="0">
31636 <row>
31637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31638 \begin_inset Text
31639
31640 \begin_layout Plain Layout
31641 a
31642 \end_layout
31643
31644 \end_inset
31645 </cell>
31646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31647 \begin_inset Text
31648
31649 \begin_layout Plain Layout
31650 !
31651 \end_layout
31652
31653 \end_inset
31654 </cell>
31655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31656 \begin_inset Text
31657
31658 \begin_layout Plain Layout
31659 3
31660 \end_layout
31661
31662 \end_inset
31663 </cell>
31664 </row>
31665 <row>
31666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31667 \begin_inset Text
31668
31669 \begin_layout Plain Layout
31670 <
31671 \end_layout
31672
31673 \end_inset
31674 </cell>
31675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31676 \begin_inset Text
31677
31678 \begin_layout Plain Layout
31679 b2
31680 \begin_inset Quotes erd
31681 \end_inset
31682
31683 |
31684 \end_layout
31685
31686 \end_inset
31687 </cell>
31688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31689 \begin_inset Text
31690
31691 \begin_layout Plain Layout
31692 >
31693 \end_layout
31694
31695 \end_inset
31696 </cell>
31697 </row>
31698 <row>
31699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31700 \begin_inset Text
31701
31702 \begin_layout Plain Layout
31703 1
31704 \end_layout
31705
31706 \end_inset
31707 </cell>
31708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31709 \begin_inset Text
31710
31711 \begin_layout Plain Layout
31712 §
31713 \end_layout
31714
31715 \end_inset
31716 </cell>
31717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31718 \begin_inset Text
31719
31720 \begin_layout Plain Layout
31721 c
31722 \end_layout
31723
31724 \end_inset
31725 </cell>
31726 </row>
31727 </lyxtabular>
31728
31729 \end_inset
31730
31731
31732 \end_layout
31733
31734 \end_inset
31735
31736
31737 \begin_inset ERT
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741
31742 }
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \end_layout
31749
31750 \begin_layout Section
31751 Les boîtes pivotées et redimensionnées
31752 \end_layout
31753
31754 \begin_layout Standard
31755 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31756  charger le paquetage LaTeX 
31757 \series bold
31758 graphicx
31759 \series default
31760
31761 \begin_inset Index idx
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 Paquetages LaTeX ! graphicx
31766 \end_layout
31767
31768 \end_inset
31769
31770  dans le préambule de votre document avec la commande
31771 \end_layout
31772
31773 \begin_layout Standard
31774
31775 \series bold
31776
31777 \backslash
31778 @ifundefined{rotatebox}
31779 \begin_inset Newline newline
31780 \end_inset
31781
31782
31783 \begin_inset Phantom HPhantom
31784 status open
31785
31786 \begin_layout Plain Layout
31787
31788 \series bold
31789 \begin_inset space ~
31790 \end_inset
31791
31792
31793 \end_layout
31794
31795 \end_inset
31796
31797 {
31798 \backslash
31799 usepackage{graphicx}}{}
31800 \end_layout
31801
31802 \begin_layout Standard
31803 \begin_inset Note Greyedout
31804 status open
31805
31806 \begin_layout Plain Layout
31807
31808 \series bold
31809 Note:
31810 \series default
31811  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31812  redimensionnés.
31813 \end_layout
31814
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \begin_layout Standard
31821 \begin_inset Note Greyedout
31822 status open
31823
31824 \begin_layout Plain Layout
31825
31826 \series bold
31827 Note:
31828 \series default
31829  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31830  redimensionnée.
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \end_layout
31837
31838 \begin_layout Subsection
31839 Les Boîtes pivotées
31840 \begin_inset Index idx
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844 Boîtes ! pivotées
31845 \end_layout
31846
31847 \end_inset
31848
31849
31850 \begin_inset Index idx
31851 status collapsed
31852
31853 \begin_layout Plain Layout
31854 Pivoter des objets
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \begin_inset Index idx
31861 status collapsed
31862
31863 \begin_layout Plain Layout
31864 Figures ! Pivotées
31865 \end_layout
31866
31867 \end_inset
31868
31869
31870 \begin_inset Index idx
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874 Tableau ! Pivoter
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Standard
31883 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31884  (rotated).
31885  Une telle boîte est créée avec la commande 
31886 \series bold
31887
31888 \backslash
31889 rotatebox
31890 \series default
31891  en code TeX avec la syntaxe
31892 \end_layout
31893
31894 \begin_layout Standard
31895
31896 \series bold
31897
31898 \backslash
31899 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31900 \end_layout
31901
31902 \begin_layout Standard
31903 La position du pivot est donnée par l'origine de rotation spécifiée sous
31904  la forme 
31905 \series bold
31906 origin=position
31907 \series default
31908 .
31909  Les valeurs suivantes sont possibles pour la position: 
31910 \emph on
31911 c
31912 \emph default
31913  (centre), 
31914 \emph on
31915 l
31916 \emph default
31917  (gauche/
31918 \lang english
31919 left
31920 \lang french
31921 ), 
31922 \emph on
31923 r
31924 \emph default
31925  (droite/
31926 \lang english
31927 right
31928 \lang french
31929 ), 
31930 \emph on
31931 b
31932 \emph default
31933  (bas/
31934 \lang english
31935 bottom
31936 \lang french
31937 ), 
31938 \emph on
31939 t
31940 \emph default
31941  (haut/
31942 \lang english
31943 top
31944 \lang french
31945 ), et aussi des combinaisons des quatre positions de base.
31946  Par exemple 
31947 \emph on
31948 lt
31949 \emph default
31950  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31951  Quand on ne donne pas d'origine, la position 
31952 \emph on
31953 l
31954 \emph default
31955  est utilisée.
31956  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31957  ou négatif.
31958  Le sens positif de rotation est anti-horaire.
31959 \end_layout
31960
31961 \begin_layout Standard
31962 Dans l'exemple qui suit, la commande 
31963 \series bold
31964
31965 \backslash
31966 rotatebox[origin=c]{60}{
31967 \series default
31968  a été insérée en code TeX juste avant le texte 
31969 \begin_inset Quotes eld
31970 \end_inset
31971
31972 pivoté de 90°
31973 \begin_inset Quotes erd
31974 \end_inset
31975
31976  ; la boîte est refermée juste après le texte par une accolade fermante
31977  
31978 \begin_inset Quotes eld
31979 \end_inset
31980
31981 }
31982 \begin_inset Quotes erd
31983 \end_inset
31984
31985  en code TeX.
31986 \end_layout
31987
31988 \begin_layout Standard
31989 Voici une ligne avec du texte 
31990 \begin_inset ERT
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994
31995
31996 \backslash
31997 rotatebox[origin=c]{60}{
31998 \end_layout
31999
32000 \end_inset
32001
32002 pivoté de 60°
32003 \begin_inset ERT
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007
32008 }
32009 \end_layout
32010
32011 \end_inset
32012
32013 .
32014 \end_layout
32015
32016 \begin_layout Standard
32017 La boîte peut contenir une autre boîte ou une formule en ligne :
32018 \end_layout
32019
32020 \begin_layout Standard
32021 Voici une ligne avec du texte 
32022 \begin_inset ERT
32023 status collapsed
32024
32025 \begin_layout Plain Layout
32026
32027
32028 \backslash
32029 rotatebox[origin=r]{-60}{
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \begin_inset Box Doublebox
32036 position "c"
32037 hor_pos "c"
32038 has_inner_box 0
32039 inner_pos "c"
32040 use_parbox 0
32041 use_makebox 0
32042 width "1in"
32043 special "width"
32044 height "1in"
32045 height_special "totalheight"
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049 pivoté de -60°
32050 \end_layout
32051
32052 \end_inset
32053
32054
32055 \begin_inset ERT
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059
32060 }
32061 \end_layout
32062
32063 \end_inset
32064
32065  et encadré 
32066 \begin_inset ERT
32067 status collapsed
32068
32069 \begin_layout Plain Layout
32070
32071
32072 \backslash
32073 rotatebox[origin=lb]{60}{
32074 \end_layout
32075
32076 \end_inset
32077
32078
32079 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32080 \end_inset
32081
32082
32083 \begin_inset ERT
32084 status collapsed
32085
32086 \begin_layout Plain Layout
32087
32088 }
32089 \end_layout
32090
32091 \end_inset
32092
32093  et une formule.
32094 \end_layout
32095
32096 \begin_layout Standard
32097 ou encore une figure ou un tableau :
32098 \end_layout
32099
32100 \begin_layout Standard
32101 Voici une ligne
32102 \begin_inset ERT
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106
32107
32108 \backslash
32109 rotatebox[origin=lb]{90}{
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \begin_inset Graphics
32116         filename ../clipart/platypus.eps
32117         lyxscale 50
32118         width 25col%
32119
32120 \end_inset
32121
32122
32123 \begin_inset ERT
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127
32128 }
32129 \end_layout
32130
32131 \end_inset
32132
32133  avec une image pivotée de 90° 
32134 \begin_inset ERT
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138
32139
32140 \backslash
32141 rotatebox[origin=l]{-90}{
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \begin_inset Tabular
32148 <lyxtabular version="3" rows="2" columns="2">
32149 <features tabularvalignment="middle">
32150 <column alignment="center" valignment="top" width="0">
32151 <column alignment="center" valignment="top" width="0">
32152 <row>
32153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32154 \begin_inset Text
32155
32156 \begin_layout Plain Layout
32157 q
32158 \end_layout
32159
32160 \end_inset
32161 </cell>
32162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32163 \begin_inset Text
32164
32165 \begin_layout Plain Layout
32166 w
32167 \end_layout
32168
32169 \end_inset
32170 </cell>
32171 </row>
32172 <row>
32173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32174 \begin_inset Text
32175
32176 \begin_layout Plain Layout
32177 e
32178 \end_layout
32179
32180 \end_inset
32181 </cell>
32182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32183 \begin_inset Text
32184
32185 \begin_layout Plain Layout
32186 r
32187 \end_layout
32188
32189 \end_inset
32190 </cell>
32191 </row>
32192 </lyxtabular>
32193
32194 \end_inset
32195
32196
32197 \begin_inset ERT
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201
32202 }
32203 \end_layout
32204
32205 \end_inset
32206
32207  et un tableau.
32208 \end_layout
32209
32210 \begin_layout Subsection
32211 Les boîtes redimensionnées
32212 \begin_inset Index idx
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216 Boîtes ! Redimensionnées
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \begin_inset Index idx
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 Redimensionner des objets
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \begin_inset Index idx
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236 Figures ! Redimensionnées
32237 \end_layout
32238
32239 \end_inset
32240
32241
32242 \begin_inset Index idx
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246 Tableau ! Redimensionner
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \end_layout
32253
32254 \begin_layout Standard
32255 Pour redimensionner des objets on peut utiliser les commandes 
32256 \series bold
32257
32258 \backslash
32259 scalebox
32260 \series default
32261  et 
32262 \series bold
32263
32264 \backslash
32265 resizebox
32266 \series default
32267  insérées sous forme de code TeX.
32268 \end_layout
32269
32270 \begin_layout Standard
32271
32272 \series bold
32273
32274 \backslash
32275 scalebox
32276 \series default
32277  est utilisée avec la syntaxe suivante :
32278 \end_layout
32279
32280 \begin_layout Standard
32281
32282 \series bold
32283
32284 \backslash
32285 scalebox{horizontal}[vertical]{contenu de la boîte}
32286 \end_layout
32287
32288 \begin_layout Standard
32289 Horizontal et vertical sont les facteurs d'échelle correspondants.
32290  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32291  utilisé comme facteur vertical.
32292 \end_layout
32293
32294 \begin_layout Standard
32295 Par exemple, la commande 
32296 \series bold
32297
32298 \backslash
32299 scalebox{2}{Bonjour}
32300 \series default
32301  crée un 
32302 \begin_inset ERT
32303 status collapsed
32304
32305 \begin_layout Plain Layout
32306
32307
32308 \backslash
32309 scalebox{2}{
32310 \end_layout
32311
32312 \end_inset
32313
32314 Bonjour
32315 \begin_inset ERT
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319
32320 }
32321 \end_layout
32322
32323 \end_inset
32324
32325  de taille double par rapport à la taille du texte du document.
32326 \end_layout
32327
32328 \begin_layout Standard
32329
32330 \series bold
32331
32332 \backslash
32333 scalebox{2}[1]{Hello}
32334 \series default
32335  au contraire va déformer le 
32336 \begin_inset ERT
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340
32341
32342 \backslash
32343 scalebox{2}[1]{
32344 \end_layout
32345
32346 \end_inset
32347
32348 Bonjour
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354 }
32355 \end_layout
32356
32357 \end_inset
32358
32359 .
32360 \end_layout
32361
32362 \begin_layout Standard
32363 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32364  La commande 
32365 \series bold
32366
32367 \backslash
32368 scalebox{-1}[1]{Hello}
32369 \series default
32370  peut donc être utilisée pour créer du texte en miroir : 
32371 \begin_inset ERT
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375
32376
32377 \backslash
32378 scalebox{-1}[1]{
32379 \end_layout
32380
32381 \end_inset
32382
32383 Bonjour
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389 }
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398
32399 \series bold
32400
32401 \backslash
32402 scalebox{1}[-1]{Bonjour}
32403 \series default
32404  effectue une réflexion du 
32405 \begin_inset ERT
32406 status collapsed
32407
32408 \begin_layout Plain Layout
32409
32410
32411 \backslash
32412 scalebox{1}[-1]{
32413 \end_layout
32414
32415 \end_inset
32416
32417 Bonjour
32418 \begin_inset ERT
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422
32423 }
32424 \end_layout
32425
32426 \end_inset
32427
32428  par rapport à la ligne de base.
32429 \end_layout
32430
32431 \begin_layout Standard
32432 La commande 
32433 \series bold
32434
32435 \backslash
32436 reflectbox{contenu de la boîte} 
32437 \series default
32438 existe aussi et est équivalente à
32439 \series bold
32440  
32441 \backslash
32442 scalebox{-1}[1]{contenu de la boîte}.
32443
32444 \series default
32445  
32446 \begin_inset Newline newline
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Standard
32453 \begin_inset VSpace bigskip
32454 \end_inset
32455
32456 La commande 
32457 \series bold
32458
32459 \backslash
32460 resizebox
32461 \series default
32462  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32463  données.
32464  La syntaxe de la commande est :
32465 \end_layout
32466
32467 \begin_layout Standard
32468
32469 \series bold
32470
32471 \backslash
32472 resizebox{largeur}{hauteur}{contenu de la boîte}
32473 \end_layout
32474
32475 \begin_layout Standard
32476 Si un des deux paramètres est remplacé par un point d'exclamation 
32477 \series bold
32478 !
32479 \series default
32480 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32481 \end_layout
32482
32483 \begin_layout Standard
32484 La commande 
32485 \series bold
32486
32487 \backslash
32488 resizebox{2cm}{1cm}{Bonjour}
32489 \series default
32490  produit : 
32491 \begin_inset ERT
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495
32496
32497 \backslash
32498 resizebox{2cm}{1cm}{
32499 \end_layout
32500
32501 \end_inset
32502
32503 Bonjour
32504 \begin_inset ERT
32505 status collapsed
32506
32507 \begin_layout Plain Layout
32508
32509 }
32510 \end_layout
32511
32512 \end_inset
32513
32514
32515 \begin_inset Newline newline
32516 \end_inset
32517
32518 La commande 
32519 \series bold
32520
32521 \backslash
32522 resizebox{2cm}{!}{Bonjour}
32523 \series default
32524  produit : 
32525 \begin_inset ERT
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529
32530
32531 \backslash
32532 resizebox{2cm}{!}{
32533 \end_layout
32534
32535 \end_inset
32536
32537 Bonjour
32538 \begin_inset ERT
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542
32543 }
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \end_layout
32550
32551 \begin_layout Standard
32552 \begin_inset VSpace bigskip
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \begin_layout Standard
32559 \begin_inset Note Greyedout
32560 status open
32561
32562 \begin_layout Plain Layout
32563
32564 \series bold
32565 Note:
32566 \series default
32567  Quand les paramètres des commandes 
32568 \series bold
32569
32570 \backslash
32571 scalebox
32572 \series default
32573  ou 
32574 \series bold
32575
32576 \backslash
32577 resizebox
32578 \series default
32579  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32580  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32581  partiellement.
32582 \end_layout
32583
32584 \end_inset
32585
32586
32587 \end_layout
32588
32589 \begin_layout Standard
32590 \begin_inset VSpace bigskip
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \begin_layout Standard
32597 Les boîtes peuvent être combinée dans n'importe quel ordre.
32598  Par exemple, la commande 
32599 \begin_inset Newline newline
32600 \end_inset
32601
32602
32603 \series bold
32604
32605 \backslash
32606 rotatebox[origin=c]{-45}{
32607 \backslash
32608 resizebox{2cm}{!}{
32609 \backslash
32610 reflectbox{Bonjour}}}
32611 \begin_inset Newline newline
32612 \end_inset
32613
32614
32615 \series default
32616 produit :
32617 \end_layout
32618
32619 \begin_layout Standard
32620 \align center
32621 \begin_inset ERT
32622 status collapsed
32623
32624 \begin_layout Plain Layout
32625
32626
32627 \backslash
32628 rotatebox[origin=c]{-45}{
32629 \backslash
32630 resizebox{2cm}{!}{
32631 \backslash
32632 reflectbox{
32633 \end_layout
32634
32635 \end_inset
32636
32637 Bonjour
32638 \begin_inset ERT
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642
32643 }}}
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \end_layout
32650
32651 \begin_layout Standard
32652 \noindent
32653 Les images, les tableaux et les formules sont autorisées comme contenu de
32654  boîte :
32655 \end_layout
32656
32657 \begin_layout Standard
32658 \align center
32659 \begin_inset ERT
32660 status collapsed
32661
32662 \begin_layout Plain Layout
32663
32664
32665 \backslash
32666 rotatebox[origin=c]{-30}{
32667 \backslash
32668 resizebox{2cm}{!}{
32669 \backslash
32670 reflectbox{
32671 \end_layout
32672
32673 \end_inset
32674
32675
32676 \begin_inset Graphics
32677         filename ../clipart/platypus.eps
32678         lyxscale 50
32679         width 25col%
32680
32681 \end_inset
32682
32683
32684 \begin_inset ERT
32685 status collapsed
32686
32687 \begin_layout Plain Layout
32688
32689 }}}
32690 \end_layout
32691
32692 \end_inset
32693
32694
32695 \begin_inset ERT
32696 status collapsed
32697
32698 \begin_layout Plain Layout
32699
32700
32701 \backslash
32702 rotatebox[origin=c]{-45}{
32703 \backslash
32704 resizebox{2cm}{!}{
32705 \backslash
32706 reflectbox{
32707 \end_layout
32708
32709 \end_inset
32710
32711
32712 \begin_inset Tabular
32713 <lyxtabular version="3" rows="2" columns="2">
32714 <features tabularvalignment="middle">
32715 <column alignment="center" valignment="top" width="0">
32716 <column alignment="center" valignment="top" width="0">
32717 <row>
32718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32719 \begin_inset Text
32720
32721 \begin_layout Plain Layout
32722 q
32723 \end_layout
32724
32725 \end_inset
32726 </cell>
32727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32728 \begin_inset Text
32729
32730 \begin_layout Plain Layout
32731 w
32732 \end_layout
32733
32734 \end_inset
32735 </cell>
32736 </row>
32737 <row>
32738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32739 \begin_inset Text
32740
32741 \begin_layout Plain Layout
32742 e
32743 \end_layout
32744
32745 \end_inset
32746 </cell>
32747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32748 \begin_inset Text
32749
32750 \begin_layout Plain Layout
32751 r
32752 \end_layout
32753
32754 \end_inset
32755 </cell>
32756 </row>
32757 </lyxtabular>
32758
32759 \end_inset
32760
32761
32762 \begin_inset ERT
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766
32767 }}}
32768 \end_layout
32769
32770 \end_inset
32771
32772
32773 \begin_inset ERT
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777
32778
32779 \backslash
32780 rotatebox[origin=c]{-45}{
32781 \backslash
32782 resizebox{2cm}{!}{
32783 \backslash
32784 reflectbox{
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32791 \end_inset
32792
32793
32794 \begin_inset ERT
32795 status collapsed
32796
32797 \begin_layout Plain Layout
32798
32799 }}}
32800 \end_layout
32801
32802 \end_inset
32803
32804
32805 \end_layout
32806
32807 \begin_layout Standard
32808 Quand on utilise le style global de formule 
32809 \series bold
32810 fleqn
32811 \series default
32812  dans le document
32813 \begin_inset Foot
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817 Quand 
32818 \begin_inset Quotes eld
32819 \end_inset
32820
32821 fleqn
32822 \begin_inset Quotes erd
32823 \end_inset
32824
32825  est ajouté aux options de la classe de document.
32826 \end_layout
32827
32828 \end_inset
32829
32830 , les formules hors texte peuvent aussi être redimensionnées.
32831 \end_layout
32832
32833 \begin_layout Chapter
32834
32835 \lang english
32836 Objects Surrounded by Text
32837 \begin_inset Index idx
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841
32842 \lang english
32843 Surrounded by text
32844 \end_layout
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \begin_layout Section
32852 Flottant d'enrobage
32853 \begin_inset CommandInset label
32854 LatexCommand label
32855 name "sec:Flottant-d'enrobage"
32856
32857 \end_inset
32858
32859
32860 \begin_inset Index idx
32861 status collapsed
32862
32863 \begin_layout Plain Layout
32864 Flottants ! Flottants d'enrobage
32865 \end_layout
32866
32867 \end_inset
32868
32869
32870 \lang english
32871
32872 \begin_inset Index idx
32873 status collapsed
32874
32875 \begin_layout Plain Layout
32876
32877 \lang english
32878 Surrounded by text ! 
32879 \lang french
32880 Flottants d'enrobage
32881 \end_layout
32882
32883 \end_inset
32884
32885
32886 \end_layout
32887
32888 \begin_layout Standard
32889 \begin_inset Wrap figure
32890 lines 0
32891 placement l
32892 overhang 1cm
32893 width "40col%"
32894 status open
32895
32896 \begin_layout Plain Layout
32897 \begin_inset Graphics
32898         filename ../clipart/mobius.eps
32899         width 40col%
32900         scaleBeforeRotation
32901         rotateOrigin center
32902
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \begin_layout Plain Layout
32909 \begin_inset Caption
32910
32911 \begin_layout Plain Layout
32912 \begin_inset CommandInset label
32913 LatexCommand label
32914 name "fig:Figure-enrobée"
32915
32916 \end_inset
32917
32918 Ceci est une figure habillée.
32919 \end_layout
32920
32921 \end_inset
32922
32923
32924 \end_layout
32925
32926 \end_inset
32927
32928  Ce type de flottant est utilisé quand on veut que le texte habille la figure
32929  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
32930  Vous pouvez en insérer un en utilisant le menu 
32931 \family sans
32932 Insérer\SpecialChar \menuseparator
32933 Flottant\SpecialChar \menuseparator
32934 Flottant
32935 \begin_inset space ~
32936 \end_inset
32937
32938 d'enrobage
32939 \family default
32940  à la condition que le paquetage LaTeX 
32941 \series bold
32942 wrapfig
32943 \series default
32944
32945 \begin_inset Index idx
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949 Paquetages LaTeX ! wrapfig
32950 \begin_inset ERT
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954
32955
32956 \backslash
32957 vspace{4mm}
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \end_inset
32966
32967  soit installé.
32968 \begin_inset Foot
32969 status collapsed
32970
32971 \begin_layout Plain Layout
32972 Voyez dans la manuel 
32973 \emph on
32974 Configuration
32975 \begin_inset space ~
32976 \end_inset
32977
32978 LaTeX 
32979 \emph default
32980 comment installer des paquetages LaTeX.
32981 \end_layout
32982
32983 \end_inset
32984
32985  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
32986  sur la boîte du flottant.
32987  Les paramètres obligatoires sont l'
32988 \family sans
32989 Emplacement
32990 \family default
32991  et la 
32992 \family sans
32993 Largeur
32994 \family default
32995 .
32996  Les paramètres facultatifs sont le 
32997 \family sans
32998 Débordement
32999 \family default
33000  qui précise de combien le flottant déborde sur la marge du paragraphe ou
33001  de la page et la 
33002 \family sans
33003 Porté de la ligne
33004 \family default
33005  qui précise le nombre approximatif de lignes dont le flottant va avoir
33006  besoin.
33007  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
33008  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
33009  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
33010  à l'intérieur du paragraphe ou vers les autres paragraphes.
33011  La figure
33012 \begin_inset space ~
33013 \end_inset
33014
33015
33016 \begin_inset CommandInset ref
33017 LatexCommand ref
33018 reference "fig:Figure-enrobée"
33019
33020 \end_inset
33021
33022  est un exemple de flottant d'enrobage avec une largeur de 40
33023 \begin_inset space \thinspace{}
33024 \end_inset
33025
33026 col%, un débordement de 1
33027 \begin_inset space \thinspace{}
33028 \end_inset
33029
33030 cm et placé à gauche.
33031 \end_layout
33032
33033 \begin_layout Standard
33034 \begin_inset Note Greyedout
33035 status open
33036
33037 \begin_layout Plain Layout
33038
33039 \series bold
33040 Note:
33041 \series default
33042  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
33043  figure trop près du bas de page peut tout chambouler et faire que le flottant
33044  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
33045  de texte.
33046 \end_layout
33047
33048 \end_inset
33049
33050
33051 \end_layout
33052
33053 \begin_layout Standard
33054 En général:
33055 \end_layout
33056
33057 \begin_layout Itemize
33058 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
33059  qui risquent de passer à la page suivante.
33060  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
33061  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
33062  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
33063  de page.
33064 \end_layout
33065
33066 \begin_layout Itemize
33067 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
33068  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
33069 e.
33070 \end_layout
33071
33072 \begin_layout Itemize
33073 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
33074  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
33075  texte entre les deux, comme séparateur.
33076 \end_layout
33077
33078 \begin_layout Itemize
33079 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
33080  ou les tableaux.
33081 \end_layout
33082
33083 \begin_layout Itemize
33084
33085 \lang english
33086 Their numbering and referencing works as described in chap.
33087 \lang french
33088
33089 \begin_inset space \thinspace{}
33090 \end_inset
33091
33092
33093 \begin_inset CommandInset ref
33094 LatexCommand ref
33095 reference "chap:Flottants"
33096
33097 \end_inset
33098
33099 .
33100 \end_layout
33101
33102 \begin_layout Section
33103
33104 \lang english
33105 Surrounded Fixed Objects
33106 \begin_inset Index idx
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110
33111 \lang english
33112 Surrounded by text ! Fixed objects
33113 \end_layout
33114
33115 \end_inset
33116
33117
33118 \end_layout
33119
33120 \begin_layout Standard
33121
33122 \lang english
33123 The wrap floats described in sec.
33124 \lang french
33125
33126 \begin_inset space \thinspace{}
33127 \end_inset
33128
33129
33130 \begin_inset CommandInset ref
33131 LatexCommand ref
33132 reference "sec:Flottant-d'enrobage"
33133
33134 \end_inset
33135
33136
33137 \lang english
33138  have these positions in the paragraph:
33139 \end_layout
33140
33141 \begin_layout Standard
33142 \noindent
33143 \align center
33144
33145 \lang english
33146 \begin_inset Tabular
33147 <lyxtabular version="3" rows="2" columns="2">
33148 <features tabularvalignment="middle">
33149 <column alignment="center" valignment="top" width="0">
33150 <column alignment="center" valignment="top" width="0">
33151 <row>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156
33157 \lang english
33158 \begin_inset Graphics
33159         filename ../../images/dialog-show-new-inset_graphics.png
33160         scale 70
33161         scaleBeforeRotation
33162         BoundingBox 0bp 6bp 22bp 22bp
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175
33176 \lang english
33177 text
33178 \end_layout
33179
33180 \end_inset
33181 </cell>
33182 </row>
33183 <row>
33184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33185 \begin_inset Text
33186
33187 \begin_layout Plain Layout
33188
33189 \lang english
33190 text
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199
33200 \lang english
33201 text
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 </row>
33207 </lyxtabular>
33208
33209 \end_inset
33210
33211  ou 
33212 \begin_inset Tabular
33213 <lyxtabular version="3" rows="2" columns="2">
33214 <features tabularvalignment="middle">
33215 <column alignment="center" valignment="top" width="0">
33216 <column alignment="center" valignment="top" width="0">
33217 <row>
33218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222
33223 \lang english
33224 text
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233
33234 \lang english
33235 \begin_inset Graphics
33236         filename ../../images/dialog-show-new-inset_graphics.png
33237         scale 70
33238         scaleBeforeRotation
33239         BoundingBox 0bp 6bp 22bp 22bp
33240
33241 \end_inset
33242
33243
33244 \end_layout
33245
33246 \end_inset
33247 </cell>
33248 </row>
33249 <row>
33250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33251 \begin_inset Text
33252
33253 \begin_layout Plain Layout
33254
33255 \lang english
33256 text
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265
33266 \lang english
33267 text
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 </row>
33273 </lyxtabular>
33274
33275 \end_inset
33276
33277
33278 \end_layout
33279
33280 \begin_layout Standard
33281
33282 \lang english
33283 To get an object exactly at the position where it is inserted, for example
33284  to get one of these positions:
33285 \begin_inset VSpace defskip
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Standard
33292 \noindent
33293 \align center
33294
33295 \lang english
33296 \begin_inset Tabular
33297 <lyxtabular version="3" rows="2" columns="2">
33298 <features tabularvalignment="middle">
33299 <column alignment="center" valignment="top" width="0">
33300 <column alignment="center" valignment="top" width="0">
33301 <row>
33302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33303 \begin_inset Text
33304
33305 \begin_layout Plain Layout
33306
33307 \lang english
33308 text
33309 \end_layout
33310
33311 \end_inset
33312 </cell>
33313 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33314 \begin_inset Text
33315
33316 \begin_layout Plain Layout
33317
33318 \lang english
33319 text
33320 \end_layout
33321
33322 \end_inset
33323 </cell>
33324 </row>
33325 <row>
33326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33327 \begin_inset Text
33328
33329 \begin_layout Plain Layout
33330
33331 \lang english
33332 \begin_inset Graphics
33333         filename ../../images/dialog-show-new-inset_graphics.png
33334         scale 70
33335         scaleBeforeRotation
33336         BoundingBox 0bp 6bp 22bp 22bp
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \end_inset
33344 </cell>
33345 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33346 \begin_inset Text
33347
33348 \begin_layout Plain Layout
33349
33350 \lang english
33351 text
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 </row>
33357 </lyxtabular>
33358
33359 \end_inset
33360
33361  
33362 \begin_inset Tabular
33363 <lyxtabular version="3" rows="2" columns="2">
33364 <features tabularvalignment="middle">
33365 <column alignment="center" valignment="top" width="0">
33366 <column alignment="center" valignment="top" width="0">
33367 <row>
33368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372
33373 \lang english
33374 text
33375 \end_layout
33376
33377 \end_inset
33378 </cell>
33379 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33380 \begin_inset Text
33381
33382 \begin_layout Plain Layout
33383
33384 \lang english
33385 text
33386 \end_layout
33387
33388 \end_inset
33389 </cell>
33390 </row>
33391 <row>
33392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33393 \begin_inset Text
33394
33395 \begin_layout Plain Layout
33396
33397 \lang english
33398 text
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Plain Layout
33407
33408 \lang english
33409 \begin_inset Graphics
33410         filename ../../images/dialog-show-new-inset_graphics.png
33411         scale 70
33412         scaleBeforeRotation
33413         BoundingBox 0bp 6bp 22bp 22bp
33414
33415 \end_inset
33416
33417
33418 \end_layout
33419
33420 \end_inset
33421 </cell>
33422 </row>
33423 </lyxtabular>
33424
33425 \end_inset
33426
33427  
33428 \begin_inset Tabular
33429 <lyxtabular version="3" rows="2" columns="3">
33430 <features tabularvalignment="middle">
33431 <column alignment="center" valignment="top" width="0">
33432 <column alignment="center" valignment="top" width="0">
33433 <column alignment="center" valignment="top" width="0">
33434 <row>
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439
33440 \lang english
33441 text
33442 \end_layout
33443
33444 \end_inset
33445 </cell>
33446 <cell alignment="center" valignment="top" topline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Plain Layout
33450
33451 \lang english
33452 \begin_inset Graphics
33453         filename ../../images/dialog-show-new-inset_graphics.png
33454         scale 70
33455         scaleBeforeRotation
33456         BoundingBox 0bp 6bp 22bp 22bp
33457
33458 \end_inset
33459
33460
33461 \end_layout
33462
33463 \end_inset
33464 </cell>
33465 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33466 \begin_inset Text
33467
33468 \begin_layout Plain Layout
33469
33470 \lang english
33471 text
33472 \end_layout
33473
33474 \end_inset
33475 </cell>
33476 </row>
33477 <row>
33478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482
33483 \lang english
33484 text
33485 \end_layout
33486
33487 \end_inset
33488 </cell>
33489 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493
33494 \lang english
33495 text
33496 \end_layout
33497
33498 \end_inset
33499 </cell>
33500 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504
33505 \lang english
33506 text
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 </row>
33512 </lyxtabular>
33513
33514 \end_inset
33515
33516  
33517 \begin_inset Tabular
33518 <lyxtabular version="3" rows="2" columns="3">
33519 <features tabularvalignment="middle">
33520 <column alignment="center" valignment="top" width="0">
33521 <column alignment="center" valignment="top" width="0">
33522 <column alignment="center" valignment="top" width="0">
33523 <row>
33524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528
33529 \lang english
33530 text
33531 \end_layout
33532
33533 \end_inset
33534 </cell>
33535 <cell alignment="center" valignment="top" topline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539
33540 \lang english
33541 text
33542 \end_layout
33543
33544 \end_inset
33545 </cell>
33546 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33547 \begin_inset Text
33548
33549 \begin_layout Plain Layout
33550
33551 \lang english
33552 text
33553 \end_layout
33554
33555 \end_inset
33556 </cell>
33557 </row>
33558 <row>
33559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563
33564 \lang english
33565 text
33566 \end_layout
33567
33568 \end_inset
33569 </cell>
33570 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33571 \begin_inset Text
33572
33573 \begin_layout Plain Layout
33574
33575 \lang english
33576 \begin_inset Graphics
33577         filename ../../images/dialog-show-new-inset_graphics.png
33578         scale 70
33579         scaleBeforeRotation
33580         BoundingBox 0bp 6bp 22bp 22bp
33581
33582 \end_inset
33583
33584
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33590 \begin_inset Text
33591
33592 \begin_layout Plain Layout
33593
33594 \lang english
33595 text
33596 \end_layout
33597
33598 \end_inset
33599 </cell>
33600 </row>
33601 </lyxtabular>
33602
33603 \end_inset
33604
33605
33606 \end_layout
33607
33608 \begin_layout Standard
33609 \noindent
33610 \align center
33611
33612 \lang english
33613 \begin_inset Tabular
33614 <lyxtabular version="3" rows="3" columns="2">
33615 <features tabularvalignment="middle">
33616 <column alignment="center" valignment="top" width="0">
33617 <column alignment="center" valignment="top" width="0">
33618 <row>
33619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33620 \begin_inset Text
33621
33622 \begin_layout Plain Layout
33623
33624 \lang english
33625 text
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33631 \begin_inset Text
33632
33633 \begin_layout Plain Layout
33634
33635 \lang english
33636 text
33637 \end_layout
33638
33639 \end_inset
33640 </cell>
33641 </row>
33642 <row>
33643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33644 \begin_inset Text
33645
33646 \begin_layout Plain Layout
33647
33648 \lang english
33649 \begin_inset Graphics
33650         filename ../../images/dialog-show-new-inset_graphics.png
33651         scale 70
33652         scaleBeforeRotation
33653         BoundingBox 0bp 6bp 22bp 22bp
33654
33655 \end_inset
33656
33657
33658 \end_layout
33659
33660 \end_inset
33661 </cell>
33662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33663 \begin_inset Text
33664
33665 \begin_layout Plain Layout
33666
33667 \lang english
33668 text
33669 \end_layout
33670
33671 \end_inset
33672 </cell>
33673 </row>
33674 <row>
33675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679
33680 \lang english
33681 text
33682 \end_layout
33683
33684 \end_inset
33685 </cell>
33686 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33687 \begin_inset Text
33688
33689 \begin_layout Plain Layout
33690
33691 \lang english
33692 text
33693 \end_layout
33694
33695 \end_inset
33696 </cell>
33697 </row>
33698 </lyxtabular>
33699
33700 \end_inset
33701
33702  
33703 \begin_inset Tabular
33704 <lyxtabular version="3" rows="3" columns="3">
33705 <features tabularvalignment="middle">
33706 <column alignment="center" valignment="top" width="0">
33707 <column alignment="center" valignment="top" width="0">
33708 <column alignment="center" valignment="top" width="0">
33709 <row>
33710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714
33715 \lang english
33716 text
33717 \end_layout
33718
33719 \end_inset
33720 </cell>
33721 <cell alignment="center" valignment="top" topline="true" usebox="none">
33722 \begin_inset Text
33723
33724 \begin_layout Plain Layout
33725
33726 \lang english
33727 text
33728 \end_layout
33729
33730 \end_inset
33731 </cell>
33732 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33733 \begin_inset Text
33734
33735 \begin_layout Plain Layout
33736
33737 \lang english
33738 text
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 </row>
33744 <row>
33745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33746 \begin_inset Text
33747
33748 \begin_layout Plain Layout
33749
33750 \lang english
33751 text
33752 \end_layout
33753
33754 \end_inset
33755 </cell>
33756 <cell alignment="center" valignment="top" usebox="none">
33757 \begin_inset Text
33758
33759 \begin_layout Plain Layout
33760
33761 \lang english
33762 \begin_inset Graphics
33763         filename ../../images/dialog-show-new-inset_graphics.png
33764         scale 70
33765         scaleBeforeRotation
33766         BoundingBox 0bp 6bp 22bp 22bp
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33776 \begin_inset Text
33777
33778 \begin_layout Plain Layout
33779
33780 \lang english
33781 text
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 </row>
33787 <row>
33788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33789 \begin_inset Text
33790
33791 \begin_layout Plain Layout
33792
33793 \lang english
33794 text
33795 \end_layout
33796
33797 \end_inset
33798 </cell>
33799 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33800 \begin_inset Text
33801
33802 \begin_layout Plain Layout
33803
33804 \lang english
33805 text
33806 \end_layout
33807
33808 \end_inset
33809 </cell>
33810 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33811 \begin_inset Text
33812
33813 \begin_layout Plain Layout
33814
33815 \lang english
33816 text
33817 \end_layout
33818
33819 \end_inset
33820 </cell>
33821 </row>
33822 </lyxtabular>
33823
33824 \end_inset
33825
33826  
33827 \begin_inset Tabular
33828 <lyxtabular version="3" rows="3" columns="2">
33829 <features tabularvalignment="middle">
33830 <column alignment="center" valignment="top" width="0">
33831 <column alignment="center" valignment="top" width="0">
33832 <row>
33833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33834 \begin_inset Text
33835
33836 \begin_layout Plain Layout
33837
33838 \lang english
33839 text
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33845 \begin_inset Text
33846
33847 \begin_layout Plain Layout
33848
33849 \lang english
33850 text
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 </row>
33856 <row>
33857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33858 \begin_inset Text
33859
33860 \begin_layout Plain Layout
33861
33862 \lang english
33863 text
33864 \end_layout
33865
33866 \end_inset
33867 </cell>
33868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33869 \begin_inset Text
33870
33871 \begin_layout Plain Layout
33872
33873 \lang english
33874 \begin_inset Graphics
33875         filename ../../images/dialog-show-new-inset_graphics.png
33876         scale 70
33877         scaleBeforeRotation
33878         BoundingBox 0bp 6bp 22bp 22bp
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \end_inset
33886 </cell>
33887 </row>
33888 <row>
33889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33890 \begin_inset Text
33891
33892 \begin_layout Plain Layout
33893
33894 \lang english
33895 text
33896 \end_layout
33897
33898 \end_inset
33899 </cell>
33900 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33901 \begin_inset Text
33902
33903 \begin_layout Plain Layout
33904
33905 \lang english
33906 text
33907 \end_layout
33908
33909 \end_inset
33910 </cell>
33911 </row>
33912 </lyxtabular>
33913
33914 \end_inset
33915
33916
33917 \end_layout
33918
33919 \begin_layout Standard
33920 \noindent
33921
33922 \lang english
33923 you can use the LaTeX-package
33924 \lang french
33925  
33926 \series bold
33927 picinpar
33928 \series default
33929
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 Paquetages LaTeX ! picinpar
33935 \end_layout
33936
33937 \end_inset
33938
33939 .
33940  
33941 \lang english
33942 Here is an example
33943 \lang french
33944 :
33945 \end_layout
33946
33947 \begin_layout Standard
33948 \begin_inset ERT
33949 status collapsed
33950
33951 \begin_layout Plain Layout
33952
33953
33954 \backslash
33955 ifpicinpar
33956 \end_layout
33957
33958 \end_inset
33959
33960
33961 \begin_inset Note Note
33962 status open
33963
33964 \begin_layout Plain Layout
33965 La section suivante ne sera affichée que si le paquetage LaTeX 
33966 \series bold
33967 picinpar
33968 \series default
33969  a été installé.
33970 \end_layout
33971
33972 \end_inset
33973
33974
33975 \end_layout
33976
33977 \begin_layout Standard
33978 \begin_inset ERT
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982
33983
33984 \backslash
33985 begin{window}[2,c,{
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \begin_inset Graphics
33992         filename ../clipart/mobius.eps
33993         lyxscale 60
33994         width 40col%
33995         scaleBeforeRotation
33996         rotateOrigin center
33997
33998 \end_inset
33999
34000
34001 \begin_inset ERT
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005
34006 },]
34007 \end_layout
34008
34009 \begin_layout Plain Layout
34010
34011 {}
34012 \end_layout
34013
34014 \end_inset
34015
34016
34017 \size small
34018 \lang english
34019 It was in the spring of the year 1894 that all London was interested, and
34020  the fashionable world dismayed, by the murder of the Honourable Ronald
34021  Adair under most unusual and inexplicable circumstances.
34022  The public has already learned those particulars of the crime which
34023 \size default
34024
34025 \begin_inset ERT
34026 status collapsed
34027
34028 \begin_layout Plain Layout
34029
34030
34031 \backslash
34032 footnotemark{}
34033 \end_layout
34034
34035 \end_inset
34036
34037
34038 \size small
34039  came out in the police investigation, but a good deal was suppressed upon
34040  that occasion, since the case for the prosecution was so overwhelmingly
34041  strong that it was not necessary to bring forward all the facts.
34042  Only now, at the end of nearly ten years, am I allowed to supply those
34043  missing links which make up the whole of that remarkable chain
34044 \lang french
34045 .
34046 \size default
34047
34048 \begin_inset ERT
34049 status collapsed
34050
34051 \begin_layout Plain Layout
34052
34053
34054 \backslash
34055 end{window}
34056 \end_layout
34057
34058 \end_inset
34059
34060
34061 \end_layout
34062
34063 \begin_layout Standard
34064
34065 \lang english
34066 \begin_inset ERT
34067 status collapsed
34068
34069 \begin_layout Plain Layout
34070
34071
34072 \backslash
34073 footnotetext{
34074 \end_layout
34075
34076 \end_inset
34077
34078 Footnote of the paragraph with the fixed object.
34079 \begin_inset ERT
34080 status collapsed
34081
34082 \begin_layout Plain Layout
34083
34084 }
34085 \end_layout
34086
34087 \end_inset
34088
34089
34090 \end_layout
34091
34092 \begin_layout Standard
34093
34094 \lang english
34095 Surrounded fixed objects are used to let text float around them, at which
34096  the object's position in the paragraph can be determined by the number
34097  of lines above it.
34098  In contrary to floats is it not possible to have a numbered caption.
34099 \end_layout
34100
34101 \begin_layout Standard
34102
34103 \lang english
34104 A fixed object is inserted by adding the command
34105 \end_layout
34106
34107 \begin_layout Standard
34108
34109 \series bold
34110
34111 \backslash
34112 begin{window}[2,c,{
34113 \end_layout
34114
34115 \begin_layout Standard
34116
34117 \lang english
34118 as TeX Code at the beginning of the paragraph.
34119  The first parameter in the bracket, here '2', defines the number of lines
34120  above the object, the second, here 'c', the position of the object.
34121  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
34122  Behind the command you insert the object.
34123  In this example an image with a width of 40
34124 \begin_inset space \thinspace{}
34125 \end_inset
34126
34127 % of the text column width was inserted.
34128  The object can also be a table, a box or an equation.
34129  Behind the object the command
34130 \end_layout
34131
34132 \begin_layout Standard
34133
34134 \series bold
34135 },description text]
34136 \begin_inset Newline newline
34137 \end_inset
34138
34139 {}
34140 \end_layout
34141
34142 \begin_layout Standard
34143
34144 \lang english
34145 is inserted.
34146  Note that the 
34147 \begin_inset Quotes eld
34148 \end_inset
34149
34150
34151 \series bold
34152 {}
34153 \series default
34154
34155 \begin_inset Quotes erd
34156 \end_inset
34157
34158  is in the second line.
34159  The description text is optional.
34160  The text surrounding the object must be in the same paragraph as the object,
34161  so it must begin directly after the 
34162 \series bold
34163 {}
34164 \series default
34165 .
34166  At the end of the paragraph insert the command:
34167 \end_layout
34168
34169 \begin_layout Standard
34170
34171 \series bold
34172 \lang english
34173
34174 \backslash
34175 end{window}
34176 \end_layout
34177
34178 \begin_layout Standard
34179
34180 \lang english
34181 Within a paragraph with a fixed object, you cannot insert footnotes in the
34182  normal way.
34183  You have to use instead the command 
34184 \series bold
34185
34186 \backslash
34187 footnotemark
34188 \series default
34189  inside the paragraph and outside the command 
34190 \series bold
34191
34192 \backslash
34193 footnotetext
34194 \series default
34195  as described in sec.
34196 \lang french
34197
34198 \begin_inset space \thinspace{}
34199 \end_inset
34200
34201
34202 \begin_inset CommandInset ref
34203 LatexCommand ref
34204 reference "sec:Notes-bas-de-page"
34205
34206 \end_inset
34207
34208 .
34209 \end_layout
34210
34211 \begin_layout Standard
34212 \begin_inset ERT
34213 status collapsed
34214
34215 \begin_layout Plain Layout
34216
34217
34218 \backslash
34219 else
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \begin_inset Note Note
34226 status open
34227
34228 \begin_layout Plain Layout
34229 Ce qui suit sera affiché si le paquetage LaTeX 
34230 \series bold
34231 picinpar
34232 \series default
34233  n'est pas installé :
34234 \end_layout
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \begin_layout Standard
34242 Vous devez installer le paquetage LaTeX 
34243 \series bold
34244 picinpar
34245 \series default
34246  pour voir la suite de cette section dans la sortie imprimée.
34247 \end_layout
34248
34249 \begin_layout Standard
34250 \begin_inset ERT
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254
34255
34256 \backslash
34257 fi
34258 \end_layout
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Section
34266
34267 \lang english
34268 Initials
34269 \begin_inset Index idx
34270 status collapsed
34271
34272 \begin_layout Plain Layout
34273
34274 \lang english
34275 Initials
34276 \end_layout
34277
34278 \end_inset
34279
34280
34281 \begin_inset Index idx
34282 status collapsed
34283
34284 \begin_layout Plain Layout
34285
34286 \lang english
34287 Surrounded by text ! Initials
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \begin_layout Standard
34296
34297 \lang english
34298 To use initials, you must have the LaTeX package
34299 \lang french
34300  
34301 \series bold
34302 lettrine
34303 \series default
34304
34305 \begin_inset Index idx
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 Paquetages LaTeX ! lettrine
34310 \end_layout
34311
34312 \end_inset
34313
34314  
34315 \lang english
34316 installed and use the module 
34317 \family sans
34318 Initials
34319 \family default
34320  in your document (menu 
34321 \family sans
34322 Document\SpecialChar \menuseparator
34323 Settings\SpecialChar \menuseparator
34324 Modules
34325 \family default
34326 ).
34327  To insert an initial, use the style 
34328 \family sans
34329 Initial
34330 \family default
34331 .
34332  This style has a mandatory and an optional argument.
34333  The mandatory argument is inserted via the menu 
34334 \family sans
34335 Insert\SpecialChar \menuseparator
34336 Short
34337 \begin_inset space ~
34338 \end_inset
34339
34340 Title
34341 \family default
34342  and contains the letter that is the initial.
34343  To use the also the optional argument, insert another argument in front
34344  of the mandatory argument.
34345  This one contains parameters to modify the initial.
34346  For more information about the possible parameters see the documentation
34347  of
34348 \lang french
34349  
34350 \series bold
34351 lettrine
34352 \series default
34353
34354 \begin_inset CommandInset citation
34355 LatexCommand cite
34356 key "lettrine"
34357
34358 \end_inset
34359
34360 .
34361  
34362 \lang english
34363 The style itself contains the text that is surrounding the initial.
34364  The usual style is hereby that the word whose first letter is the initial,
34365  is printed with 
34366 \shape smallcaps
34367 small caps
34368 \shape default
34369 .
34370  To tell LaTeX where this word is finished, add a closing brace '
34371 \series bold
34372 }
34373 \series default
34374 ' as TeX Code behind it.
34375  At the end of the style there must be an opening brace '
34376 \series bold
34377 {
34378 \series default
34379 ' as TeX Code.
34380 \end_layout
34381
34382 \begin_layout Standard
34383
34384 \lang english
34385 Here are some examples:
34386 \end_layout
34387
34388 \begin_layout Enumerate
34389
34390 \lang english
34391 No optional argument, the initial is the letter 'I' in the math font 
34392 \begin_inset Formula $\mathfrak{Fraktur}$
34393 \end_inset
34394
34395
34396 \lang french
34397 :
34398 \end_layout
34399
34400 \begin_deeper
34401 \begin_layout Initial
34402 \begin_inset Argument
34403 status open
34404
34405 \begin_layout Plain Layout
34406 \begin_inset Formula $\mathfrak{I}$
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \end_inset
34413
34414 t
34415 \begin_inset ERT
34416 status collapsed
34417
34418 \begin_layout Plain Layout
34419
34420 }
34421 \end_layout
34422
34423 \end_inset
34424
34425  
34426 \lang english
34427 was in the spring of the year 1894 that all London was interested, and the
34428  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34429  under most unusual and inexplicable circumstances.
34430  The public has already learned those particulars of the crime which came
34431  out in the police investigation, but a good deal was suppressed upon that
34432  occasion, since the case for the prosecution was so overwhelmingly strong
34433  that it was not necessary to bring forward all the facts.
34434 \lang french
34435
34436 \begin_inset ERT
34437 status collapsed
34438
34439 \begin_layout Plain Layout
34440
34441 {
34442 \end_layout
34443
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \end_deeper
34450 \begin_layout Enumerate
34451
34452 \lang english
34453 Only one line is surrounding the initial, which is formed by two letters
34454  in standard font and no text is printed in small caps:
34455 \end_layout
34456
34457 \begin_deeper
34458 \begin_layout Initial
34459 \begin_inset Argument
34460 status open
34461
34462 \begin_layout Plain Layout
34463 lines=1
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \begin_inset Argument
34470 status open
34471
34472 \begin_layout Plain Layout
34473 It
34474 \end_layout
34475
34476 \end_inset
34477
34478
34479 \begin_inset ERT
34480 status collapsed
34481
34482 \begin_layout Plain Layout
34483
34484 }
34485 \end_layout
34486
34487 \end_inset
34488
34489  
34490 \lang english
34491 was in the spring of the year 1894 that all London was interested, and the
34492  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34493  under most unusual and inexplicable circumstances.
34494  The public has already learned those particulars of the crime which came
34495  out in the police investigation, but a good deal was suppressed upon that
34496  occasion, since the case for the prosecution was so overwhelmingly strong
34497  that it was not necessary to bring forward all the facts.
34498 \lang french
34499
34500 \begin_inset ERT
34501 status collapsed
34502
34503 \begin_layout Plain Layout
34504
34505 {
34506 \end_layout
34507
34508 \end_inset
34509
34510
34511 \end_layout
34512
34513 \end_deeper
34514 \begin_layout Enumerate
34515
34516 \lang english
34517 Magenta, hanging initial over 3
34518 \begin_inset space ~
34519 \end_inset
34520
34521 lines in the math font 
34522 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34523 \end_inset
34524
34525 , the text 
34526 \begin_inset Quotes eld
34527 \end_inset
34528
34529 t was in the spring
34530 \begin_inset Quotes erd
34531 \end_inset
34532
34533  is in 
34534 \shape smallcaps
34535 small caps
34536 \shape default
34537 ; to color the initial, you must insert this command before the initial:
34538 \begin_inset Newline newline
34539 \end_inset
34540
34541
34542 \series bold
34543 \lang french
34544
34545 \backslash
34546 renewcommand{
34547 \backslash
34548 LettrineFontHook}{
34549 \backslash
34550 color{color}}
34551 \series default
34552 \lang english
34553
34554 \begin_inset Newline newline
34555 \end_inset
34556
34557 where the second 
34558 \emph on
34559 color
34560 \emph default
34561  can be 
34562 \begin_inset Quotes eld
34563 \end_inset
34564
34565 red
34566 \begin_inset Quotes erd
34567 \end_inset
34568
34569
34570 \begin_inset Quotes eld
34571 \end_inset
34572
34573 blue
34574 \begin_inset Quotes erd
34575 \end_inset
34576
34577
34578 \begin_inset Quotes eld
34579 \end_inset
34580
34581 green
34582 \begin_inset Quotes erd
34583 \end_inset
34584
34585
34586 \begin_inset Quotes eld
34587 \end_inset
34588
34589 yellow
34590 \begin_inset Quotes erd
34591 \end_inset
34592
34593
34594 \begin_inset Quotes eld
34595 \end_inset
34596
34597 cyan
34598 \begin_inset Quotes erd
34599 \end_inset
34600
34601
34602 \begin_inset Quotes eld
34603 \end_inset
34604
34605 magenta
34606 \begin_inset Quotes erd
34607 \end_inset
34608
34609
34610 \begin_inset Quotes eld
34611 \end_inset
34612
34613 black
34614 \begin_inset Quotes erd
34615 \end_inset
34616
34617  or 
34618 \begin_inset Quotes eld
34619 \end_inset
34620
34621 white
34622 \begin_inset Quotes erd
34623 \end_inset
34624
34625 , and add this command to the document preamble
34626 \lang french
34627 :
34628 \begin_inset Newline newline
34629 \end_inset
34630
34631
34632 \series bold
34633
34634 \backslash
34635 @ifundefined{textcolor}
34636 \begin_inset Newline newline
34637 \end_inset
34638
34639
34640 \begin_inset space ~
34641 \end_inset
34642
34643 {
34644 \backslash
34645 usepackage{color}}{}
34646 \end_layout
34647
34648 \begin_deeper
34649 \begin_layout Standard
34650 \begin_inset ERT
34651 status collapsed
34652
34653 \begin_layout Plain Layout
34654
34655
34656 \backslash
34657 renewcommand{
34658 \backslash
34659 LettrineFontHook}{
34660 \backslash
34661 color{magenta}}
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \lang english
34668
34669 \begin_inset Note Note
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673
34674 \lang english
34675 makes the initial magenta
34676 \end_layout
34677
34678 \end_inset
34679
34680
34681 \end_layout
34682
34683 \begin_layout Initial
34684 \begin_inset Argument
34685 status open
34686
34687 \begin_layout Plain Layout
34688 lines=3, lhang=0.33, loversize=0.25
34689 \end_layout
34690
34691 \end_inset
34692
34693
34694 \begin_inset Argument
34695 status open
34696
34697 \begin_layout Plain Layout
34698 \begin_inset Formula $\mathcal{I}$
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \end_inset
34705
34706
34707 \lang english
34708 t was in the spring
34709 \lang french
34710
34711 \begin_inset ERT
34712 status collapsed
34713
34714 \begin_layout Plain Layout
34715
34716 }
34717 \end_layout
34718
34719 \end_inset
34720
34721  
34722 \lang english
34723 of the year 1894 that all London was interested, and the fashionable world
34724  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34725  and inexplicable circumstances.
34726  The public has already learned those particulars of the crime which came
34727  out in the police investigation, but a good deal was suppressed upon that
34728  occasion, since the case for the prosecution was so overwhelmingly strong
34729  that it was not necessary to bring forward all the facts.
34730 \lang french
34731
34732 \begin_inset ERT
34733 status collapsed
34734
34735 \begin_layout Plain Layout
34736
34737 {
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \end_deeper
34746 \begin_layout Chapter
34747 Trucs Externes
34748 \begin_inset Index idx
34749 status collapsed
34750
34751 \begin_layout Plain Layout
34752 Trucs externes
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Standard
34761 Avec le menu 
34762 \family sans
34763 Insérer\SpecialChar \menuseparator
34764 Fichier
34765 \family default
34766  vous pouvez insérer un contenu externe à votre document.
34767  Ce contenu peut être :
34768 \end_layout
34769
34770 \begin_layout Description
34771 Document
34772 \begin_inset space ~
34773 \end_inset
34774
34775 LyX Un autre document LyX ; son contenu est directement inséré dans votre
34776  document.
34777 \end_layout
34778
34779 \begin_layout Description
34780 Texte
34781 \begin_inset space ~
34782 \end_inset
34783
34784 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
34785 e.
34786 \end_layout
34787
34788 \begin_layout Description
34789 Texte
34790 \begin_inset space ~
34791 \end_inset
34792
34793 Brut
34794 \begin_inset space ~
34795 \end_inset
34796
34797 par
34798 \begin_inset space ~
34799 \end_inset
34800
34801 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
34802  Les lignes vides créent un nouveau paragraphe dans votre document.
34803 \end_layout
34804
34805 \begin_layout Description
34806 Objet
34807 \begin_inset space ~
34808 \end_inset
34809
34810 Externe Fichiers de formats variés.
34811 \end_layout
34812
34813 \begin_layout Description
34814 Sous-document Documents LyX ou LaTeX.
34815 \end_layout
34816
34817 \begin_layout Section
34818 Objets Externes 
34819 \begin_inset Index idx
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823 Trucs externes ! Objets Externes
34824 \end_layout
34825
34826 \end_inset
34827
34828
34829 \end_layout
34830
34831 \begin_layout Standard
34832 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
34833  de fichiers dans votre document sans avoir à convertir ces derniers en
34834  un format qui soit compatible avec le format de sortie, puisque c'est LyX
34835  qui va s'occuper des conversions.
34836  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
34837  LyX des images dans des formats divers.
34838  Quand vous avez activé 
34839 \family sans
34840 Aperçu
34841 \begin_inset space ~
34842 \end_inset
34843
34844 sur
34845 \begin_inset space ~
34846 \end_inset
34847
34848 le
34849 \begin_inset space ~
34850 \end_inset
34851
34852 vif
34853 \family default
34854  dans le menu des préférences de LyX, dans la rubrique 
34855 \family sans
34856 Apparence\SpecialChar \menuseparator
34857 Graphiques
34858 \family default
34859 , les objets externes de type Dia et Xfig sont affichés directement dans
34860  LyX.
34861 \end_layout
34862
34863 \begin_layout Standard
34864 On insère des objets externes en utilisant la fenêtre de dialogue 
34865 \family sans
34866 Objet
34867 \begin_inset space ~
34868 \end_inset
34869
34870 Externe
34871 \family default
34872  qui est accessible via le menu 
34873 \family sans
34874 Insérer\SpecialChar \menuseparator
34875 Fichiers\SpecialChar \menuseparator
34876 Objet
34877 \begin_inset space ~
34878 \end_inset
34879
34880 Externe
34881 \family default
34882 .
34883  Actuellement les types de fichiers (
34884 \family sans
34885 Modèles
34886 \family default
34887 ) suivants sont autorisés :
34888 \end_layout
34889
34890 \begin_layout Description
34891 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
34892  par le programme 
34893 \series bold
34894
34895 \begin_inset CommandInset href
34896 LatexCommand href
34897 name "XBoard"
34898 target "http://en.wikipedia.org/wiki/XBoard"
34899
34900 \end_inset
34901
34902
34903 \series default
34904 .
34905 \end_layout
34906
34907 \begin_layout Description
34908 Date Ce modèle insère la date sous la forme 
34909 \emph on
34910 Jour-Mois-Année
34911 \emph default
34912 .
34913  Voici un exemple de date insérée comme objet externe :: 
34914 \begin_inset External
34915         template Date
34916         filename .
34917
34918 \end_inset
34919
34920
34921 \begin_inset space ~
34922 \end_inset
34923
34924
34925 \begin_inset Note Note
34926 status open
34927
34928 \begin_layout Plain Layout
34929 Retirer l'espace protégé quand le bug 4398 sera résolu !
34930 \end_layout
34931
34932 \end_inset
34933
34934
34935 \begin_inset Newline newline
34936 \end_inset
34937
34938 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
34939  Il y a deux autre méthodes pour insérer une date : Avec le menu 
34940 \family sans
34941 Insérer\SpecialChar \menuseparator
34942 Date
34943 \family default
34944  et avec la commande LaTeX 
34945 \series bold
34946
34947 \backslash
34948 today
34949 \series default
34950  entrée comme code TeX.
34951  Ces différentes méthodes sont comparée dans le tableau
34952 \begin_inset space ~
34953 \end_inset
34954
34955
34956 \begin_inset CommandInset ref
34957 LatexCommand ref
34958 reference "tab:Comparaison-des-dates"
34959
34960 \end_inset
34961
34962 .
34963 \end_layout
34964
34965 \begin_layout Description
34966 Dia Ce modèle accepte les diagrammes créés avec le programme 
34967 \series bold
34968
34969 \begin_inset CommandInset href
34970 LatexCommand href
34971 name "Dia"
34972 target "http://en.wikipedia.org/wiki/Dia_(software)"
34973
34974 \end_inset
34975
34976
34977 \series default
34978 .
34979 \end_layout
34980
34981 \begin_layout Description
34982 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
34983  par le programme 
34984 \series bold
34985
34986 \begin_inset CommandInset href
34987 LatexCommand href
34988 name "LilyPond"
34989 target "http://en.wikipedia.org/wiki/LilyPond"
34990
34991 \end_inset
34992
34993
34994 \series default
34995 .
34996 \end_layout
34997
34998 \begin_layout Description
34999 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
35000  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
35001  
35002 \emph on
35003 pages
35004 \emph default
35005  dans le champ 
35006 \family sans
35007 Option
35008 \family default
35009  dans l'onglet 
35010 \family sans
35011 Options LaTeX et LyX
35012 \family default
35013  en suivant les instructions données pour le modèle.
35014  Si on ne donne pas d'option 
35015 \emph on
35016 pages
35017 \emph default
35018 , seule la première page du PDF sera insérée.
35019 \end_layout
35020
35021 \begin_layout Description
35022 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
35023  À peu près tous les formats d'images populaires sont acceptés.
35024  Les images peuvent être traitées dans la fenêtre de dialogue 
35025 \family sans
35026 Objet
35027 \begin_inset space ~
35028 \end_inset
35029
35030 Externe
35031 \family default
35032  comme les images qui sont habituellement incorporées en utilisant le menu
35033  
35034 \family sans
35035 Insérer\SpecialChar \menuseparator
35036 Graphique
35037 \family default
35038 , comme c'est décrit dans la section
35039 \begin_inset space ~
35040 \end_inset
35041
35042
35043 \begin_inset CommandInset ref
35044 LatexCommand ref
35045 reference "sec:Graphics-Dialog"
35046
35047 \end_inset
35048
35049 .
35050  La différence est que seules les images matricielles sont autorisées, ce
35051  qui veut dire que les images PDF et EPS ne sont pas acceptées.
35052 \end_layout
35053
35054 \begin_layout Description
35055 XFig Ce modèle accepte les images créées avec le programme 
35056 \series bold
35057
35058 \begin_inset CommandInset href
35059 LatexCommand href
35060 name "Xfig"
35061 target "http://en.wikipedia.org/wiki/Xfig"
35062
35063 \end_inset
35064
35065
35066 \series default
35067 .
35068 \end_layout
35069
35070 \begin_layout Standard
35071 \begin_inset Float table
35072 placement h
35073 wide false
35074 sideways false
35075 status open
35076
35077 \begin_layout Plain Layout
35078 \begin_inset Caption
35079
35080 \begin_layout Plain Layout
35081 \begin_inset CommandInset label
35082 LatexCommand label
35083 name "tab:Comparaison-des-dates"
35084
35085 \end_inset
35086
35087 Comparaison des méthodes d'insertion de la date.
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Plain Layout
35096 \align center
35097 \begin_inset Tabular
35098 <lyxtabular version="3" rows="4" columns="4">
35099 <features tabularvalignment="middle">
35100 <column alignment="center" valignment="top" width="0">
35101 <column alignment="center" valignment="top" width="0">
35102 <column alignment="center" valignment="top" width="0">
35103 <column alignment="center" valignment="top" width="0">
35104 <row>
35105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35106 \begin_inset Text
35107
35108 \begin_layout Plain Layout
35109 Format du document
35110 \end_layout
35111
35112 \end_inset
35113 </cell>
35114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35115 \begin_inset Text
35116
35117 \begin_layout Plain Layout
35118
35119 \family sans
35120 Objet
35121 \begin_inset space ~
35122 \end_inset
35123
35124 Externe\SpecialChar \menuseparator
35125 Date
35126 \end_layout
35127
35128 \end_inset
35129 </cell>
35130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134
35135 \family sans
35136 Insérer\SpecialChar \menuseparator
35137 Date
35138 \end_layout
35139
35140 \end_inset
35141 </cell>
35142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35143 \begin_inset Text
35144
35145 \begin_layout Plain Layout
35146 commande 
35147 \series bold
35148
35149 \backslash
35150 today
35151 \end_layout
35152
35153 \end_inset
35154 </cell>
35155 </row>
35156 <row>
35157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161 LyX
35162 \end_layout
35163
35164 \end_inset
35165 </cell>
35166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35167 \begin_inset Text
35168
35169 \begin_layout Plain Layout
35170 comme boîte d'insert
35171 \end_layout
35172
35173 \end_inset
35174 </cell>
35175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35176 \begin_inset Text
35177
35178 \begin_layout Plain Layout
35179 comme date
35180 \end_layout
35181
35182 \end_inset
35183 </cell>
35184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35185 \begin_inset Text
35186
35187 \begin_layout Plain Layout
35188 comme boîte de code TeX
35189 \end_layout
35190
35191 \end_inset
35192 </cell>
35193 </row>
35194 <row>
35195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199 LaTeX
35200 \end_layout
35201
35202 \end_inset
35203 </cell>
35204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35205 \begin_inset Text
35206
35207 \begin_layout Plain Layout
35208 comme date
35209 \end_layout
35210
35211 \end_inset
35212 </cell>
35213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35214 \begin_inset Text
35215
35216 \begin_layout Plain Layout
35217 comme date
35218 \end_layout
35219
35220 \end_inset
35221 </cell>
35222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35223 \begin_inset Text
35224
35225 \begin_layout Plain Layout
35226 comme commande
35227 \end_layout
35228
35229 \end_inset
35230 </cell>
35231 </row>
35232 <row>
35233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35234 \begin_inset Text
35235
35236 \begin_layout Plain Layout
35237 DVI, PDF, PS
35238 \end_layout
35239
35240 \end_inset
35241 </cell>
35242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246 comme date
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 comme date
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 comme date date
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 </row>
35270 </lyxtabular>
35271
35272 \end_inset
35273
35274
35275 \end_layout
35276
35277 \end_inset
35278
35279
35280 \end_layout
35281
35282 \begin_layout Standard
35283 Quand vous activez l'option 
35284 \family sans
35285 Brouillon
35286 \family default
35287  de l'onglet 
35288 \family sans
35289 Fichier
35290 \family default
35291  de la fenêtre de dialogue 
35292 \family sans
35293 Objet
35294 \begin_inset space ~
35295 \end_inset
35296
35297 Externe
35298 \family default
35299 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
35300 \begin_inset Newline newline
35301 \end_inset
35302
35303 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
35304  : 
35305 \begin_inset Graphics
35306         filename ../clipart/ExternalMaterialQt4.png
35307         scale 85
35308         scaleBeforeRotation
35309
35310 \end_inset
35311
35312  soit comme une image, selon que vous avez ou non activé l'option 
35313 \family sans
35314 Afficher
35315 \begin_inset space ~
35316 \end_inset
35317
35318 dans
35319 \begin_inset space ~
35320 \end_inset
35321
35322 LyX
35323 \family default
35324  de l'onglet 
35325 \family sans
35326 Options LaTeX et LyX
35327 \family default
35328  de la fenêtre de dialogue.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 Le manuel 
35333 \family sans
35334 \emph on
35335 Personnalisation
35336 \family default
35337 \emph default
35338  explique comment vous pouvez créer vos propres modèles.
35339 \end_layout
35340
35341 \begin_layout Section
35342 Sous-documents
35343 \begin_inset CommandInset label
35344 LatexCommand label
35345 name "sec:Sous-documents"
35346
35347 \end_inset
35348
35349
35350 \begin_inset Index idx
35351 status collapsed
35352
35353 \begin_layout Plain Layout
35354 Trucs externes ! Sous-documents
35355 \end_layout
35356
35357 \end_inset
35358
35359
35360 \begin_inset Index idx
35361 status collapsed
35362
35363 \begin_layout Plain Layout
35364 Fichiers ! Insérer
35365 \end_layout
35366
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Standard
35373 Les sous-documents sont utilisés quand on a un document très long qui peut
35374  être décomposé en plusieurs parties ou sections plus petites.
35375  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
35376  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
35377  Les différents documents sont ce que l'on appelle les sous-documents et
35378  un document maître les relie pour imprimer le document complet ou seulement
35379  une partie de celui-ci.
35380  Un sous-document hérite du contenu de son maître, par exemple le préambule
35381  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
35386  maître, précisez dans le sous-document le document maître dans le menu
35387  
35388 \family sans
35389 Document\SpecialChar \menuseparator
35390 Paramètres\SpecialChar \menuseparator
35391 Classe de document
35392 \family default
35393 .
35394  Ce document maître sera par la suite utilisé de façon cachée par LyX à
35395  chaque fois que vous modifierez le sous-document.
35396 \end_layout
35397
35398 \begin_layout Standard
35399 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
35400  comme celle-ci : 
35401 \begin_inset Graphics
35402         filename clipart/ChildDocumentQt4.png
35403         lyxscale 70
35404         scale 60
35405         scaleBeforeRotation
35406
35407 \end_inset
35408
35409  Pour inclure des sous-documents dans un document maître , on utilise le
35410  menu 
35411 \family sans
35412 Insérer\SpecialChar \menuseparator
35413 Fichier\SpecialChar \menuseparator
35414 Sous-document
35415 \family default
35416 .
35417  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
35418  des quatre méthodes d'inclusion :
35419 \end_layout
35420
35421 \begin_layout Description
35422 Inclus
35423 \begin_inset space ~
35424 \end_inset
35425
35426 (include) Vous pouvez inclure des documents LyX et LaTeX.
35427  Quand vous cliquez sur le bouton 
35428 \family sans
35429 Charger
35430 \family default
35431  dans la fenêtre de dialogue 
35432 \family sans
35433 Sous-document
35434 \family default
35435 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
35436  vous puissiez le modifier.
35437 \begin_inset Newline newline
35438 \end_inset
35439
35440
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Voici un sous-document inséré avec la méthode 
35445 \family sans
35446 Inclus
35447 \family default
35448  : 
35449 \begin_inset CommandInset include
35450 LatexCommand include
35451 filename "DocumentBidon1.lyx"
35452
35453 \end_inset
35454
35455
35456 \end_layout
35457
35458 \begin_layout Standard
35459 La numérotation des sections va prendre en compte les sections des fichiers
35460  incorporés dans l'ordre où ils sont insérés dans le document maître.
35461  Le document qui est inclus comme exemple possède une sous-section qui sera
35462  numérotée comme sous-section de la section actuelle.
35463  Les étiquettes présentes dans le fichier inclus peuvent être référencées
35464  : la sous-section
35465 \begin_inset space ~
35466 \end_inset
35467
35468
35469 \begin_inset CommandInset ref
35470 LatexCommand ref
35471 reference "sub:Sous-section-externe-1"
35472
35473 \end_inset
35474
35475  est dans le fichier inclus.
35476 \end_layout
35477
35478 \begin_layout Standard
35479 Le préambule du sous-document est tout simplement ignoré, seul le préambule
35480  du document maître est utilisé.
35481  Les branches présentes dans le sous-document seront ignorées par le document
35482  maître si celui-ci ne possède pas une branche avec le même nom.
35483  Les documents inclus sont insérés en commençant une nouvelle page et sont
35484  suivis par un saut de page.
35485 \end_layout
35486
35487 \begin_layout Standard
35488 \begin_inset Note Greyedout
35489 status open
35490
35491 \begin_layout Plain Layout
35492
35493 \series bold
35494 Note:
35495 \series default
35496  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
35497  une classe de document différente de celle du document maître, vous recevez
35498  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
35499  que cela peut produire des résultats inattendus sur la sortie imprimée.
35500 \end_layout
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \begin_layout Description
35508 Incorporé
35509 \begin_inset space ~
35510 \end_inset
35511
35512 (input) Cette méthode est très semblable à la méthode Inclus, les différences
35513  sont :
35514 \end_layout
35515
35516 \begin_deeper
35517 \begin_layout Itemize
35518 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
35519  par un saut de page.
35520 \end_layout
35521
35522 \begin_layout Itemize
35523 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
35524  
35525 \family sans
35526 Aperçu
35527 \begin_inset space ~
35528 \end_inset
35529
35530 sur
35531 \begin_inset space ~
35532 \end_inset
35533
35534 le
35535 \begin_inset space ~
35536 \end_inset
35537
35538 vif
35539 \family default
35540  est activée dans les préférences dans la rubrique 
35541 \family sans
35542 Apparence\SpecialChar \menuseparator
35543 Graphique
35544 \family default
35545 .
35546 \end_layout
35547
35548 \begin_layout Itemize
35549 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
35550 \family sans
35551 Document\SpecialChar \menuseparator
35552 Paramètres\SpecialChar \menuseparator
35553 Sous-documents
35554 \family default
35555 .
35556 \end_layout
35557
35558 \end_deeper
35559 \begin_layout Standard
35560 Voici un sous document inséré en utilisant la méthode 
35561 \family sans
35562 Incorporé
35563 \family default
35564  : 
35565 \begin_inset CommandInset include
35566 LatexCommand input
35567 preview true
35568 filename "DocumentBidon2.lyx"
35569
35570 \end_inset
35571
35572
35573 \end_layout
35574
35575 \begin_layout Description
35576 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
35577  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
35578  sous forme de code source et aucune des commandes éventuellement présentes
35579  ne sera exécutée.
35580  Vous pouvez utiliser l'option 
35581 \family sans
35582 Marquer
35583 \begin_inset space ~
35584 \end_inset
35585
35586 les
35587 \begin_inset space ~
35588 \end_inset
35589
35590 espaces
35591 \family default
35592  qui matérialise chaque espace présente dans le code source par un caractère
35593  
35594 \begin_inset Quotes eld
35595 \end_inset
35596
35597
35598 \begin_inset ERT
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602
35603
35604 \backslash
35605 textvisiblespace 
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \begin_inset Quotes erd
35612 \end_inset
35613
35614  .
35615  La différence avec la méthode qui consiste à utiliser le menu 
35616 \family sans
35617 Insérer\SpecialChar \menuseparator
35618 Fichier\SpecialChar \menuseparator
35619 Texte
35620 \begin_inset space ~
35621 \end_inset
35622
35623 brut
35624 \family default
35625  est que le contenu du document n'apparaît pas dans LyX.
35626 \end_layout
35627
35628 \begin_layout Standard
35629 Voici un sous-document inclus en utilisant la méthode 
35630 \family sans
35631 verbatim
35632 \family default
35633  : 
35634 \begin_inset CommandInset include
35635 LatexCommand verbatiminput
35636 filename "DocumentTexteBidon.txt"
35637
35638 \end_inset
35639
35640
35641 \begin_inset VSpace bigskip
35642 \end_inset
35643
35644 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
35645  l'option 
35646 \family sans
35647 Marquer
35648 \begin_inset space ~
35649 \end_inset
35650
35651 les
35652 \begin_inset space ~
35653 \end_inset
35654
35655 espaces :
35656 \family default
35657  
35658 \begin_inset CommandInset include
35659 LatexCommand verbatiminput*
35660 filename "DocumentTexteBidon.txt"
35661
35662 \end_inset
35663
35664
35665 \end_layout
35666
35667 \begin_layout Standard
35668 \begin_inset VSpace bigskip
35669 \end_inset
35670
35671
35672 \end_layout
35673
35674 \begin_layout Standard
35675 \begin_inset Note Greyedout
35676 status open
35677
35678 \begin_layout Plain Layout
35679
35680 \series bold
35681 Note:
35682 \series default
35683  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
35684  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
35685 \end_layout
35686
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \begin_layout Description
35693 Listings Ce type d'inclusion est décrit dans le chapitre
35694 \begin_inset space ~
35695 \end_inset
35696
35697
35698 \begin_inset CommandInset ref
35699 LatexCommand ref
35700 reference "cha:Program-Code-Listings"
35701
35702 \end_inset
35703
35704 .
35705 \end_layout
35706
35707 \begin_layout Standard
35708 \begin_inset Note Greyedout
35709 status open
35710
35711 \begin_layout Plain Layout
35712
35713 \series bold
35714 Note:
35715 \series default
35716  Inclure le même document deux fois dans un même document peut poser des
35717  problèmes avec LaTeX.
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Standard
35726 Si vous ne voulez visualiser ou exporter que certains des sous-documents
35727  de votre document maître, que ce soit pour diminuer les temps de compilation
35728  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
35729  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
35730  la sortie en utilisant le menu 
35731 \family sans
35732 Document\SpecialChar \menuseparator
35733 Paramètres\SpecialChar \menuseparator
35734 Sous-documents
35735 \family default
35736 .
35737  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
35738  sur la ligne correspondant dans la colonne 
35739 \family sans
35740 Inclus dans le résultat
35741 \family default
35742  de la liste (
35743 \begin_inset space ~
35744 \end_inset
35745
35746 notez que cela ne fonctionne que pour les documents inclus avec la méthode
35747  
35748 \begin_inset Quotes fld
35749 \end_inset
35750
35751 inclus
35752 \begin_inset Quotes frd
35753 \end_inset
35754
35755  et pas la méthode 
35756 \begin_inset Quotes fld
35757 \end_inset
35758
35759 incorporé
35760 \begin_inset Quotes frd
35761 \end_inset
35762
35763
35764 \begin_inset space ~
35765 \end_inset
35766
35767 ).
35768  Si on active l'option 
35769 \family sans
35770 Assurer la cohérence des compteurs et des références
35771 \family default
35772 , LyX va s'assurer que tous les numéros de pages, références etc...
35773  sont corrects comme si tous le document avait été traité.
35774  C'est utile si vous voulez que les sous-documents choisis aient exactement
35775  le même aspect que s'il étaient dans le document complet.
35776  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
35777  la totalité du document.
35778  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
35779  les compteurs et autres références n'ont pas à être à tout prix valides,
35780  vous devez impérativement désactiver cette option.
35781  
35782 \end_layout
35783
35784 \begin_layout Standard
35785 Une autre solution consiste à inclure chaque fichier dans une branche
35786 \begin_inset Foot
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790 Les branches sont décrites dans la section 
35791 \emph on
35792 Branches
35793 \emph default
35794  du 
35795 \emph on
35796 Guide de l'utilisateur
35797 \emph default
35798  de LyX.
35799 \end_layout
35800
35801 \end_inset
35802
35803 .
35804  En activant ou désactivant une branche, vous pouvez décider les fichiers
35805  inclus qui doivent apparaître dans la sortie imprimée.
35806  Cette méthode à l'avantage qu'elle peut aussi s'apliquer aux sous documents
35807  
35808 \begin_inset Quotes fld
35809 \end_inset
35810
35811 incorporés
35812 \begin_inset Quotes frd
35813 \end_inset
35814
35815 .
35816  Le défaut est que les compteurs et autres références ne sont pas conservés
35817  avec cette approche.
35818 \end_layout
35819
35820 \begin_layout Chapter
35821 Listings de Code Source
35822 \begin_inset CommandInset label
35823 LatexCommand label
35824 name "cha:Program-Code-Listings"
35825
35826 \end_inset
35827
35828
35829 \begin_inset Index idx
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833 Listings
35834 \end_layout
35835
35836 \end_inset
35837
35838
35839 \begin_inset Index idx
35840 status collapsed
35841
35842 \begin_layout Plain Layout
35843 Code Source
35844 \end_layout
35845
35846 \end_inset
35847
35848
35849 \begin_inset Index idx
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853 Flottants ! Listings
35854 \end_layout
35855
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Standard
35862 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
35863  un insert 
35864 \family sans
35865 Listings
35866 \family default
35867  qui peut être créé grâce au menu 
35868 \family sans
35869 Insérer
35870 \family default
35871 \SpecialChar \menuseparator
35872
35873 \family sans
35874 Listing
35875 \begin_inset space ~
35876 \end_inset
35877
35878 de
35879 \begin_inset space ~
35880 \end_inset
35881
35882 Code
35883 \begin_inset space ~
35884 \end_inset
35885
35886 Source
35887 \family default
35888 .
35889  Le paquetage LaTeX 
35890 \series bold
35891 listings
35892 \series default
35893
35894 \begin_inset Index idx
35895 status collapsed
35896
35897 \begin_layout Plain Layout
35898 Paquetages LaTeX ! listings
35899 \end_layout
35900
35901 \end_inset
35902
35903  fournit un moyen puissant et flexible d'insérer des listings de code source
35904  dans votre document.
35905  
35906 \end_layout
35907
35908 \begin_layout Standard
35909 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
35910  contextuel s'ouvre pour vous permettre de modifier le format du listing.
35911 \end_layout
35912
35913 \begin_layout Standard
35914 Implicitement, un listing commence un nouveau paragraphe dans la sortie
35915  imprimée.
35916  L'option d'emplacement 
35917 \family sans
35918 Listing
35919 \begin_inset space ~
35920 \end_inset
35921
35922 en
35923 \begin_inset space ~
35924 \end_inset
35925
35926 Ligne
35927 \family default
35928  imprime le listing dans la ligne comme ceci : 
35929 \begin_inset listings
35930 lstparams "language={C++}"
35931 inline true
35932 status open
35933
35934 \begin_layout Plain Layout
35935
35936 int a=5;
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \begin_inset Newline newline
35943 \end_inset
35944
35945 L'option 
35946 \family sans
35947 Flottant
35948 \family default
35949  crée un flottant de listing pour lequel vous pouvez préciser les options
35950  classiques d'emplacement : 
35951 \begin_inset Quotes eld
35952 \end_inset
35953
35954
35955 \family sans
35956 h
35957 \family default
35958
35959 \begin_inset Quotes erd
35960 \end_inset
35961
35962
35963 \begin_inset Quotes eld
35964 \end_inset
35965
35966
35967 \family sans
35968 t
35969 \family default
35970
35971 \begin_inset Quotes erd
35972 \end_inset
35973
35974
35975 \begin_inset Quotes eld
35976 \end_inset
35977
35978
35979 \family sans
35980 b
35981 \family default
35982
35983 \begin_inset Quotes erd
35984 \end_inset
35985
35986 , et 
35987 \begin_inset Quotes eld
35988 \end_inset
35989
35990
35991 \family sans
35992 p
35993 \family default
35994
35995 \begin_inset Quotes erd
35996 \end_inset
35997
35998  correspondant aux emplacement décrits dans la section
35999 \begin_inset space ~
36000 \end_inset
36001
36002
36003 \begin_inset CommandInset ref
36004 LatexCommand ref
36005 reference "sec:Placement-flottants"
36006
36007 \end_inset
36008
36009 .
36010  Les options de positionnement peuvent être mélangées et doivent être saisies
36011  sans séparation, par exemple, on peut taper 
36012 \begin_inset Quotes eld
36013 \end_inset
36014
36015
36016 \family sans
36017 htbp
36018 \family default
36019
36020 \begin_inset Quotes erd
36021 \end_inset
36022
36023 .
36024  L' option 
36025 \begin_inset Quotes eld
36026 \end_inset
36027
36028 h
36029 \begin_inset Quotes erd
36030 \end_inset
36031
36032  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
36033  
36034 \family sans
36035 Flottant
36036 \family default
36037  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
36038  légende et être référencés.
36039 \end_layout
36040
36041 \begin_layout Standard
36042 Vous pouvez ajouter une légende à un listing avec le menu 
36043 \family sans
36044 Insérer\SpecialChar \menuseparator
36045 Légende
36046 \family default
36047 .
36048  On peut référencer les listings de la même façon que les flottants :Voir
36049  le listing
36050 \begin_inset space ~
36051 \end_inset
36052
36053
36054 \begin_inset CommandInset ref
36055 LatexCommand ref
36056 reference "lst:Listing-exemple"
36057
36058 \end_inset
36059
36060
36061 \end_layout
36062
36063 \begin_layout Standard
36064 \begin_inset listings
36065 lstparams "language=Python"
36066 inline false
36067 status open
36068
36069 \begin_layout Plain Layout
36070
36071 \begin_inset Caption
36072
36073 \begin_layout Plain Layout
36074 \begin_inset CommandInset label
36075 LatexCommand label
36076 name "lst:Listing-exemple"
36077
36078 \end_inset
36079
36080 Exemple de listing flottant
36081 \end_layout
36082
36083 \end_inset
36084
36085 # Exemple de listing flottant
36086 \end_layout
36087
36088 \begin_layout Plain Layout
36089
36090 def func(param):
36091 \end_layout
36092
36093 \begin_layout Plain Layout
36094
36095     'ceci est une fonction python'
36096 \end_layout
36097
36098 \begin_layout Plain Layout
36099
36100     pass
36101 \end_layout
36102
36103 \end_inset
36104
36105
36106 \end_layout
36107
36108 \begin_layout Standard
36109 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
36110  de listing, les mots-clés de ce langage seront reconnus et mis en forme
36111  de manière particulière dans la sortie imprimée.
36112  Dans l'exemple de listing, le mot clé Python 
36113 \begin_inset Quotes eld
36114 \end_inset
36115
36116 def
36117 \begin_inset Quotes erd
36118 \end_inset
36119
36120  est reconnu et imprimé en caractères gras dans la sortie.
36121 \end_layout
36122
36123 \begin_layout Standard
36124 \begin_inset Note Greyedout
36125 status open
36126
36127 \begin_layout Plain Layout
36128
36129 \series bold
36130 Note:
36131 \series default
36132  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
36133  une police de caractères à 
36134 \family typewriter
36135 chasse fixe
36136 \family default
36137 , c'est que votre police ne contient probablement pas de série grasse.
36138  Dans ce cas choisissez une police différente dans le menu 
36139 \family sans
36140 Document\SpecialChar \menuseparator
36141 Paramètres\SpecialChar \menuseparator
36142 Polices
36143 \family default
36144 .
36145  (Les polices 
36146 \emph on
36147 LuxiMono, BeraMono
36148 \emph default
36149  et 
36150 \emph on
36151 Courier
36152 \emph default
36153  contiennent une série grasse.)
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \begin_layout Standard
36162 Dans la rubrique 
36163 \family sans
36164 Numérotation
36165 \begin_inset space ~
36166 \end_inset
36167
36168 des
36169 \begin_inset space ~
36170 \end_inset
36171
36172 Lignes
36173 \family default
36174  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
36175 n des lignes.
36176  Vous pouvez mettre un nombre dans le champ 
36177 \family sans
36178 Pas
36179 \family default
36180  pour désigner les lignes qui seront numérotées.
36181  Par exemple, si vous mettez 
36182 \begin_inset Quotes eld
36183 \end_inset
36184
36185 3
36186 \begin_inset Quotes erd
36187 \end_inset
36188
36189 , seule une ligne sur trois sera numérotée.
36190 \end_layout
36191
36192 \begin_layout Standard
36193 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
36194  apparaîtront dans la sortie.
36195  Vous devez utiliser l'option 
36196 \family sans
36197 Table
36198 \begin_inset space ~
36199 \end_inset
36200
36201 de
36202 \begin_inset space ~
36203 \end_inset
36204
36205 Caractères
36206 \begin_inset space ~
36207 \end_inset
36208
36209 Étendue
36210 \family default
36211  quand vous employez des caractères spécifiques à une langue donnée comme
36212  les umlauts Allemands dans votre listing.
36213 \begin_inset Newline newline
36214 \end_inset
36215
36216 Voici un exemple de listing avec la numérotation des lignes à gauche par
36217  pas de 3, en langage Python, avec les options 
36218 \begin_inset Quotes eld
36219 \end_inset
36220
36221 Table
36222 \begin_inset space ~
36223 \end_inset
36224
36225 de
36226 \begin_inset space ~
36227 \end_inset
36228
36229 caractères
36230 \begin_inset space ~
36231 \end_inset
36232
36233 étendue
36234 \begin_inset Quotes erd
36235 \end_inset
36236
36237  et 
36238 \begin_inset Quotes eld
36239 \end_inset
36240
36241 Espace
36242 \begin_inset space ~
36243 \end_inset
36244
36245 représenté
36246 \begin_inset space ~
36247 \end_inset
36248
36249 par
36250 \begin_inset space ~
36251 \end_inset
36252
36253 un
36254 \begin_inset space ~
36255 \end_inset
36256
36257 symbole
36258 \begin_inset Quotes erd
36259 \end_inset
36260
36261 , l'intervalle de ligne étant 3
36262 \begin_inset space \thinspace{}
36263 \end_inset
36264
36265 -
36266 \begin_inset space \thinspace{}
36267 \end_inset
36268
36269 8:
36270 \end_layout
36271
36272 \begin_layout Standard
36273 \begin_inset listings
36274 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36275 inline false
36276 status open
36277
36278 \begin_layout Plain Layout
36279
36280 def func(param):
36281 \end_layout
36282
36283 \begin_layout Plain Layout
36284
36285     'ceci est une fonction Python'
36286 \end_layout
36287
36288 \begin_layout Plain Layout
36289
36290     pass
36291 \end_layout
36292
36293 \begin_layout Plain Layout
36294
36295 def func(param):
36296 \end_layout
36297
36298 \begin_layout Plain Layout
36299
36300 'Ça, c'est un mot Allemand : Tschüß'
36301 \end_layout
36302
36303 \begin_layout Plain Layout
36304
36305 pass
36306 \end_layout
36307
36308 \begin_layout Plain Layout
36309
36310 def func(param):
36311 \end_layout
36312
36313 \begin_layout Plain Layout
36314
36315 'ceci est une fonction Python'
36316 \end_layout
36317
36318 \begin_layout Plain Layout
36319
36320 pass
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Standard
36329 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
36330  nombre de caractères que doit représenter une tabulation dans le champ
36331  
36332 \family sans
36333 Taille du tabulateur
36334 \family default
36335 .
36336 \end_layout
36337
36338 \begin_layout Standard
36339 \begin_inset Note Greyedout
36340 status open
36341
36342 \begin_layout Plain Layout
36343
36344 \series bold
36345 Note:
36346 \series default
36347  À cause d'un bug dans le paquetage 
36348 \series bold
36349 listings
36350 \series default
36351  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
36352  listing.
36353  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
36354  les lignes 3 et 6.
36355 \end_layout
36356
36357 \end_inset
36358
36359
36360 \end_layout
36361
36362 \begin_layout Standard
36363 \begin_inset VSpace bigskip
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \begin_layout Standard
36370 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
36371  listing.
36372  Pour le faire, il suffit d'utiliser le menu 
36373 \family sans
36374 Insérer\SpecialChar \menuseparator
36375 Fichier\SpecialChar \menuseparator
36376 Sous-document
36377 \family default
36378  et de choisir le type 
36379 \family sans
36380 Listing
36381 \family default
36382
36383 \begin_inset space ~
36384 \end_inset
36385
36386
36387 \family sans
36388 de
36389 \begin_inset space ~
36390 \end_inset
36391
36392 Code
36393 \begin_inset space ~
36394 \end_inset
36395
36396 source
36397 \family default
36398 .
36399 \begin_inset Foot
36400 status collapsed
36401
36402 \begin_layout Plain Layout
36403 Les autres types de sous-documents sont décrits dans la section
36404 \begin_inset space ~
36405 \end_inset
36406
36407
36408 \begin_inset CommandInset ref
36409 LatexCommand ref
36410 reference "sec:Sous-documents"
36411
36412 \end_inset
36413
36414 .
36415 \end_layout
36416
36417 \end_inset
36418
36419  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
36420  à utiliser pour le listing dans une zone de texte.
36421  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
36422  
36423 \begin_inset Quotes eld
36424 \end_inset
36425
36426 ?
36427 \begin_inset Quotes erd
36428 \end_inset
36429
36430  dans la zone de texte.
36431 \end_layout
36432
36433 \begin_layout Standard
36434 Pour faire référence à un sous-document de type listing, tapez une étiquette
36435  dans le champ correspondant de la fenêtre de dialogue.
36436  On peut alors faire référence à cette étiquette en utilisant le menu 
36437 \family sans
36438 Insérer\SpecialChar \menuseparator
36439 Référence
36440 \begin_inset space ~
36441 \end_inset
36442
36443 Croisée
36444 \family default
36445 .
36446 \end_layout
36447
36448 \begin_layout Standard
36449 Le listing
36450 \begin_inset space ~
36451 \end_inset
36452
36453
36454 \begin_inset CommandInset ref
36455 LatexCommand ref
36456 reference "lst:listing-fichier"
36457
36458 \end_inset
36459
36460  est une exemple de listing issu d'un fichier ; ici les lignes 10
36461 \begin_inset space \thinspace{}
36462 \end_inset
36463
36464 -
36465 \begin_inset space \thinspace{}
36466 \end_inset
36467
36468 15 de ce fichier LyX sont listées.
36469 \end_layout
36470
36471 \begin_layout Standard
36472 \begin_inset CommandInset include
36473 LatexCommand lstinputlisting
36474 filename "EmbeddedObjects.lyx"
36475 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 \begin_inset VSpace bigskip
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 L'insertion d'une formule dans un listing peut se faire de la façon suivante
36491 \begin_inset space ~
36492 \end_inset
36493
36494 :
36495 \end_layout
36496
36497 \begin_layout Enumerate
36498 Ouvrez la fenêtre de dialogue listings et ajoutez
36499 \begin_inset Newline newline
36500 \end_inset
36501
36502
36503 \family sans
36504 mathescape=true
36505 \family default
36506
36507 \begin_inset Newline newline
36508 \end_inset
36509
36510 dans le champ de l'onglet 
36511 \family sans
36512 Avancé
36513 \family default
36514 .
36515 \end_layout
36516
36517 \begin_layout Enumerate
36518 Créez la formule en dehors du listing.
36519 \end_layout
36520
36521 \begin_layout Enumerate
36522 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
36523  (raccourci 
36524 \begin_inset Info
36525 type  "shortcut"
36526 arg   "copy"
36527 \end_inset
36528
36529 )
36530 \end_layout
36531
36532 \begin_layout Enumerate
36533 Dans le listing écrivez 
36534 \begin_inset Quotes eld
36535 \end_inset
36536
36537
36538 \family sans
36539 $$
36540 \family default
36541
36542 \begin_inset Quotes erd
36543 \end_inset
36544
36545  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
36546  
36547 \begin_inset Info
36548 type  "shortcut"
36549 arg   "paste"
36550 \end_inset
36551
36552 )
36553 \end_layout
36554
36555 \begin_layout Standard
36556 \begin_inset listings
36557 lstparams "language=Python,mathescape=true"
36558 inline false
36559 status open
36560
36561 \begin_layout Plain Layout
36562
36563 \begin_inset Caption
36564
36565 \begin_layout Plain Layout
36566 Exemple de listing flottant contenant une formule
36567 \end_layout
36568
36569 \end_inset
36570
36571 # Exemple de listing flottant
36572 \end_layout
36573
36574 \begin_layout Plain Layout
36575
36576 def func(param):
36577 \end_layout
36578
36579 \begin_layout Plain Layout
36580
36581     # $
36582 \backslash
36583 prod_{n=1}^{
36584 \backslash
36585 infty}
36586 \backslash
36587 ,
36588 \backslash
36589 frac{1}{x^{2}}$
36590 \end_layout
36591
36592 \begin_layout Plain Layout
36593
36594     pass
36595 \end_layout
36596
36597 \end_inset
36598
36599
36600 \end_layout
36601
36602 \begin_layout Standard
36603 \begin_inset VSpace bigskip
36604 \end_inset
36605
36606
36607 \end_layout
36608
36609 \begin_layout Standard
36610 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
36611  de dialogue 
36612 \family sans
36613 Document\SpecialChar \menuseparator
36614 Paramètres\SpecialChar \menuseparator
36615 Listings
36616 \family default
36617 .
36618  Pour avoir la liste des options disponibles, tapez un point d'interrogation
36619  
36620 \begin_inset Quotes eld
36621 \end_inset
36622
36623 ?
36624 \begin_inset Quotes erd
36625 \end_inset
36626
36627  dans le champ.
36628 \end_layout
36629
36630 \begin_layout Standard
36631 Pour plus d'information sur le paquetage 
36632 \series bold
36633 listings
36634 \series default
36635 , nous vous renvoyons à sa documentation 
36636 \begin_inset CommandInset citation
36637 LatexCommand cite
36638 key "listings"
36639
36640 \end_inset
36641
36642 .
36643 \end_layout
36644
36645 \begin_layout Standard
36646 \begin_inset Newpage newpage
36647 \end_inset
36648
36649
36650 \end_layout
36651
36652 \begin_layout Chapter
36653 \start_of_appendix
36654 Unités de longueur utilisables avec LyX
36655 \begin_inset Argument
36656 status collapsed
36657
36658 \begin_layout Plain Layout
36659 Unités de longueur
36660 \end_layout
36661
36662 \end_inset
36663
36664
36665 \begin_inset Index idx
36666 status collapsed
36667
36668 \begin_layout Plain Layout
36669 Unités
36670 \end_layout
36671
36672 \end_inset
36673
36674
36675 \begin_inset CommandInset label
36676 LatexCommand label
36677 name "cha:Unités-de-longueur"
36678
36679 \end_inset
36680
36681
36682 \end_layout
36683
36684 \begin_layout Standard
36685 Pour comprendre les unités de longueur utilisées dans cette documentation,
36686  le tableau
36687 \begin_inset space ~
36688 \end_inset
36689
36690
36691 \begin_inset CommandInset ref
36692 LatexCommand ref
36693 reference "tab:Unités"
36694
36695 \end_inset
36696
36697 décrit les unités utilisées par LyX.
36698 \begin_inset Float table
36699 placement h
36700 wide false
36701 sideways false
36702 status open
36703
36704 \begin_layout Plain Layout
36705 \begin_inset Caption
36706
36707 \begin_layout Plain Layout
36708 \begin_inset CommandInset label
36709 LatexCommand label
36710 name "tab:Unités"
36711
36712 \end_inset
36713
36714 Unités de longueur
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \end_layout
36721
36722 \begin_layout Plain Layout
36723 \begin_inset VSpace medskip
36724 \end_inset
36725
36726
36727 \end_layout
36728
36729 \begin_layout Plain Layout
36730 \align center
36731 \begin_inset Tabular
36732 <lyxtabular version="3" rows="20" columns="2">
36733 <features tabularvalignment="middle">
36734 <column alignment="center" valignment="top" width="0">
36735 <column alignment="center" valignment="top" width="0">
36736 <row>
36737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36738 \begin_inset Text
36739
36740 \begin_layout Plain Layout
36741 unité
36742 \end_layout
36743
36744 \end_inset
36745 </cell>
36746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36747 \begin_inset Text
36748
36749 \begin_layout Plain Layout
36750 nom/description
36751 \end_layout
36752
36753 \end_inset
36754 </cell>
36755 </row>
36756 <row>
36757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36758 \begin_inset Text
36759
36760 \begin_layout Plain Layout
36761 mm
36762 \end_layout
36763
36764 \end_inset
36765 </cell>
36766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36767 \begin_inset Text
36768
36769 \begin_layout Plain Layout
36770 millimètre
36771 \end_layout
36772
36773 \end_inset
36774 </cell>
36775 </row>
36776 <row>
36777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36778 \begin_inset Text
36779
36780 \begin_layout Plain Layout
36781 cm
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790 centimètre
36791 \end_layout
36792
36793 \end_inset
36794 </cell>
36795 </row>
36796 <row>
36797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 in
36802 \end_layout
36803
36804 \end_inset
36805 </cell>
36806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36807 \begin_inset Text
36808
36809 \begin_layout Plain Layout
36810 pouce (inch)
36811 \end_layout
36812
36813 \end_inset
36814 </cell>
36815 </row>
36816 <row>
36817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36818 \begin_inset Text
36819
36820 \begin_layout Plain Layout
36821 pt
36822 \end_layout
36823
36824 \end_inset
36825 </cell>
36826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36827 \begin_inset Text
36828
36829 \begin_layout Plain Layout
36830 point (72.27
36831 \begin_inset space \thinspace{}
36832 \end_inset
36833
36834 pt = 1
36835 \begin_inset space \thinspace{}
36836 \end_inset
36837
36838 in)
36839 \end_layout
36840
36841 \end_inset
36842 </cell>
36843 </row>
36844 <row>
36845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36846 \begin_inset Text
36847
36848 \begin_layout Plain Layout
36849 pc
36850 \end_layout
36851
36852 \end_inset
36853 </cell>
36854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858 pica (1
36859 \begin_inset space \thinspace{}
36860 \end_inset
36861
36862 pc = 12
36863 \begin_inset space \thinspace{}
36864 \end_inset
36865
36866 pt)
36867 \end_layout
36868
36869 \end_inset
36870 </cell>
36871 </row>
36872 <row>
36873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36874 \begin_inset Text
36875
36876 \begin_layout Plain Layout
36877 sp
36878 \end_layout
36879
36880 \end_inset
36881 </cell>
36882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36883 \begin_inset Text
36884
36885 \begin_layout Plain Layout
36886 scaled point (65536
36887 \begin_inset space \thinspace{}
36888 \end_inset
36889
36890 sp = 1
36891 \begin_inset space \thinspace{}
36892 \end_inset
36893
36894 pt)
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 </row>
36900 <row>
36901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36902 \begin_inset Text
36903
36904 \begin_layout Plain Layout
36905 bp
36906 \end_layout
36907
36908 \end_inset
36909 </cell>
36910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36911 \begin_inset Text
36912
36913 \begin_layout Plain Layout
36914 gros point (72
36915 \begin_inset space \thinspace{}
36916 \end_inset
36917
36918 bp = 1
36919 \begin_inset space \thinspace{}
36920 \end_inset
36921
36922 in)
36923 \end_layout
36924
36925 \end_inset
36926 </cell>
36927 </row>
36928 <row>
36929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36930 \begin_inset Text
36931
36932 \begin_layout Plain Layout
36933 dd
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36939 \begin_inset Text
36940
36941 \begin_layout Plain Layout
36942 didot (72
36943 \begin_inset space \thinspace{}
36944 \end_inset
36945
36946 dd 
36947 \begin_inset Formula $\approx$
36948 \end_inset
36949
36950  37.6
36951 \begin_inset space \thinspace{}
36952 \end_inset
36953
36954 mm)
36955 \end_layout
36956
36957 \end_inset
36958 </cell>
36959 </row>
36960 <row>
36961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36962 \begin_inset Text
36963
36964 \begin_layout Plain Layout
36965 cc
36966 \end_layout
36967
36968 \end_inset
36969 </cell>
36970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974 cicero (1
36975 \begin_inset space \thinspace{}
36976 \end_inset
36977
36978 cc = 12
36979 \begin_inset space \thinspace{}
36980 \end_inset
36981
36982 dd)
36983 \end_layout
36984
36985 \end_inset
36986 </cell>
36987 </row>
36988 <row>
36989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36990 \begin_inset Text
36991
36992 \begin_layout Plain Layout
36993 Scale%
36994 \end_layout
36995
36996 \end_inset
36997 </cell>
36998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36999 \begin_inset Text
37000
37001 \begin_layout Plain Layout
37002 % de la largeur originale de l'image
37003 \end_layout
37004
37005 \end_inset
37006 </cell>
37007 </row>
37008 <row>
37009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37010 \begin_inset Text
37011
37012 \begin_layout Plain Layout
37013 text%
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022 % de la largeur du texte
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 </row>
37028 <row>
37029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033 col%
37034 \end_layout
37035
37036 \end_inset
37037 </cell>
37038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37039 \begin_inset Text
37040
37041 \begin_layout Plain Layout
37042 % de la largeur de la colonne
37043 \end_layout
37044
37045 \end_inset
37046 </cell>
37047 </row>
37048 <row>
37049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37050 \begin_inset Text
37051
37052 \begin_layout Plain Layout
37053 page%
37054 \end_layout
37055
37056 \end_inset
37057 </cell>
37058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37059 \begin_inset Text
37060
37061 \begin_layout Plain Layout
37062 % de la largeur du papier
37063 \end_layout
37064
37065 \end_inset
37066 </cell>
37067 </row>
37068 <row>
37069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37070 \begin_inset Text
37071
37072 \begin_layout Plain Layout
37073 line%
37074 \end_layout
37075
37076 \end_inset
37077 </cell>
37078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37079 \begin_inset Text
37080
37081 \begin_layout Plain Layout
37082 % de la largeur de la ligne
37083 \end_layout
37084
37085 \end_inset
37086 </cell>
37087 </row>
37088 <row>
37089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37090 \begin_inset Text
37091
37092 \begin_layout Plain Layout
37093 theight%
37094 \end_layout
37095
37096 \end_inset
37097 </cell>
37098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37099 \begin_inset Text
37100
37101 \begin_layout Plain Layout
37102 % la hauteur du texte
37103 \end_layout
37104
37105 \end_inset
37106 </cell>
37107 </row>
37108 <row>
37109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113 pheight%
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122 % hauteur du papier
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 ex
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37139 \begin_inset Text
37140
37141 \begin_layout Plain Layout
37142 hauteur de la lettre 
37143 \emph on
37144 x
37145 \emph default
37146  dans la police courante
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 </row>
37152 <row>
37153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157 em
37158 \end_layout
37159
37160 \end_inset
37161 </cell>
37162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37163 \begin_inset Text
37164
37165 \begin_layout Plain Layout
37166 largeur de la lettre
37167 \emph on
37168  M
37169 \emph default
37170  dans la police courante
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 <row>
37177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181 mu
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37187 \begin_inset Text
37188
37189 \begin_layout Plain Layout
37190 unité mathématique (1
37191 \begin_inset space \thinspace{}
37192 \end_inset
37193
37194 mu = 1/18
37195 \begin_inset space \thinspace{}
37196 \end_inset
37197
37198 em)
37199 \end_layout
37200
37201 \end_inset
37202 </cell>
37203 </row>
37204 </lyxtabular>
37205
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \end_inset
37212
37213
37214 \end_layout
37215
37216 \begin_layout Chapter
37217 Formats des fichiers de sortie graphiques
37218 \begin_inset CommandInset label
37219 LatexCommand label
37220 name "cha:Formats-fichiers-graphiques"
37221
37222 \end_inset
37223
37224
37225 \end_layout
37226
37227 \begin_layout Section
37228 DVI
37229 \begin_inset Index idx
37230 status collapsed
37231
37232 \begin_layout Plain Layout
37233 Formats de Fichiers! DVI
37234 \end_layout
37235
37236 \end_inset
37237
37238
37239 \begin_inset Index idx
37240 status collapsed
37241
37242 \begin_layout Plain Layout
37243 DVI|see
37244 \begin_inset ERT
37245 status collapsed
37246
37247 \begin_layout Plain Layout
37248
37249 {
37250 \end_layout
37251
37252 \end_inset
37253
37254 Formats de Fichiers
37255 \begin_inset ERT
37256 status collapsed
37257
37258 \begin_layout Plain Layout
37259
37260 }
37261 \end_layout
37262
37263 \end_inset
37264
37265
37266 \end_layout
37267
37268 \end_inset
37269
37270
37271 \end_layout
37272
37273 \begin_layout Standard
37274 Ce type de fichiers a l'extension 
37275 \begin_inset Quotes fld
37276 \end_inset
37277
37278
37279 \family typewriter
37280 .dvi
37281 \family default
37282
37283 \begin_inset Quotes frd
37284 \end_inset
37285
37286 .
37287  Il est appelé 
37288 \emph on
37289 indépendant de l'appareil
37290 \emph default
37291  ou 
37292 \begin_inset Quotes fld
37293 \end_inset
37294
37295 device independent (DVI)
37296 \begin_inset Quotes frd
37297 \end_inset
37298
37299 , car il est complètement portable ; vous pouvez les recopier d'une machine
37300  à l'autre sans avoir à faire de conversion.
37301  À l'époque où ce format a été développé, c'était loin d'être évident.
37302  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
37303  étape préliminaire avant la conversion vers un autre format comme le PostScript.
37304 \end_layout
37305
37306 \begin_layout Standard
37307 \begin_inset Note Greyedout
37308 status open
37309
37310 \begin_layout Plain Layout
37311
37312 \series bold
37313 Note:
37314 \series default
37315  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
37316  au fichier.
37317  
37318 \end_layout
37319
37320 \end_inset
37321
37322  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
37323  
37324 \family typewriter
37325 .dvi
37326 \family default
37327 .
37328  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
37329 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
37330  pour les rendre visibles quand vous faites défiler votre document.
37331  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
37332  avec de nombreuses images.
37333 \end_layout
37334
37335 \begin_layout Standard
37336 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
37337  menu 
37338 \family sans
37339 Fichier\SpecialChar \menuseparator
37340 Exporter\SpecialChar \menuseparator
37341 DVI.
37342
37343 \family default
37344  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
37345 \family sans
37346 Visualiser
37347 \family default
37348  ou en utilisant le bouton
37349 \begin_inset Graphics
37350         filename ../../images/buffer-view_dvi.png
37351         scale 85
37352         scaleBeforeRotation
37353
37354 \end_inset
37355
37356  de la barre d'outils.
37357 \end_layout
37358
37359 \begin_layout Section
37360 PostScript
37361 \begin_inset CommandInset label
37362 LatexCommand label
37363 name "sec:PostScript"
37364
37365 \end_inset
37366
37367
37368 \begin_inset Index idx
37369 status collapsed
37370
37371 \begin_layout Plain Layout
37372 Formats de Fichiers ! PostScript
37373 \end_layout
37374
37375 \end_inset
37376
37377
37378 \begin_inset Index idx
37379 status collapsed
37380
37381 \begin_layout Plain Layout
37382 PostScript|see
37383 \begin_inset ERT
37384 status collapsed
37385
37386 \begin_layout Plain Layout
37387
37388 {
37389 \end_layout
37390
37391 \end_inset
37392
37393 Formats de Fichiers
37394 \begin_inset ERT
37395 status collapsed
37396
37397 \begin_layout Plain Layout
37398
37399 }
37400 \end_layout
37401
37402 \end_inset
37403
37404
37405 \end_layout
37406
37407 \end_inset
37408
37409
37410 \end_layout
37411
37412 \begin_layout Standard
37413 Ce type de fichiers a l'extension 
37414 \begin_inset Quotes fld
37415 \end_inset
37416
37417
37418 \family typewriter
37419 .ps
37420 \family default
37421
37422 \begin_inset Quotes frd
37423 \end_inset
37424
37425 .
37426  PostScript a été développé par la société 
37427 \series bold
37428 Adobe
37429 \series default
37430  comme un langage pour les imprimantes.
37431  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
37432  pour imprimer le document.
37433  PostScript peut être considéré comme un 
37434 \begin_inset Quotes fld
37435 \end_inset
37436
37437 langage de programmation
37438 \begin_inset Quotes frd
37439 \end_inset
37440
37441  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
37442  images
37443 \begin_inset Foot
37444 status open
37445
37446 \begin_layout Plain Layout
37447 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
37448  LaTeX 
37449 \series bold
37450 pstricks
37451 \series default
37452
37453 \begin_inset CommandInset citation
37454 LatexCommand cite
37455 key "pstricks"
37456
37457 \end_inset
37458
37459 .
37460 \end_layout
37461
37462 \end_inset
37463
37464 .
37465  En partie à cause de toutes ces possibilités un fichier PostScript est
37466  souvent plus gros qu'un PDF.
37467 \end_layout
37468
37469 \begin_layout Standard
37470 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
37471  plus gros qu'un PDF.
37472 \end_layout
37473
37474 \begin_layout Standard
37475 PostScript ne peut contenir que des images au format 
37476 \begin_inset Quotes fld
37477 \end_inset
37478
37479 PostScript Encapsulé
37480 \begin_inset Quotes frd
37481 \end_inset
37482
37483  (encapsulated PostScript ou EPS, d'extension 
37484 \family typewriter
37485 .eps
37486 \family default
37487 ).
37488  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
37489  il doit les convertir en interne en EPS.
37490  Si vous avez par exemple 50 images dans votre document, LyX doit faire
37491  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
37492  document.
37493  Cela risque de ralentir de façon importante votre rythme de travail.
37494  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
37495  vos images directement en EPS pour éviter ce problème.
37496 \end_layout
37497
37498 \begin_layout Standard
37499 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
37500  le menu 
37501 \family sans
37502 Fichier\SpecialChar \menuseparator
37503 Exporter\SpecialChar \menuseparator
37504 PostScript.
37505
37506 \family default
37507  Vous pouvez visionner votre document sous forme PostScript grâce au menu
37508  
37509 \family sans
37510 Visualiser
37511 \family default
37512  ou en utilisant le bouton 
37513 \begin_inset Graphics
37514         filename ../../images/buffer-view_ps.png
37515         scale 85
37516         scaleBeforeRotation
37517
37518 \end_inset
37519
37520  de la barre d'outils.
37521 \end_layout
37522
37523 \begin_layout Section
37524 PDF
37525 \begin_inset Index idx
37526 status collapsed
37527
37528 \begin_layout Plain Layout
37529 Formats de Fichiers ! PDF
37530 \end_layout
37531
37532 \end_inset
37533
37534
37535 \begin_inset Index idx
37536 status collapsed
37537
37538 \begin_layout Plain Layout
37539 PDF
37540 \end_layout
37541
37542 \end_inset
37543
37544
37545 \end_layout
37546
37547 \begin_layout Standard
37548 Ce type de fichiers a l'extension 
37549 \begin_inset Quotes fld
37550 \end_inset
37551
37552
37553 \family typewriter
37554 .pdf
37555 \family default
37556
37557 \begin_inset Quotes frd
37558 \end_inset
37559
37560 .
37561  Ce 
37562 \begin_inset Quotes fld
37563 \end_inset
37564
37565 format de document portable
37566 \begin_inset Quotes frd
37567 \end_inset
37568
37569  (portable document format ou PDF) est développé par 
37570 \family typewriter
37571 Adobe
37572 \family default
37573  comme une évolution de PostScript.
37574  Il est plus comprimé et utilise moins de commandes que PostScript.
37575  Comme son nom l'indique, il est 
37576 \begin_inset Quotes fld
37577 \end_inset
37578
37579 portable
37580 \begin_inset Quotes frd
37581 \end_inset
37582
37583  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
37584  aura exactement le même aspect.
37585 \end_layout
37586
37587 \begin_layout Standard
37588 PDF peut contenir des images dans son propre format PDF et dans les formats
37589  JPG (format du 
37590 \begin_inset Quotes fld
37591 \end_inset
37592
37593 Joint Photographic Expert Group
37594 \begin_inset Quotes frd
37595 \end_inset
37596
37597  avec comme extension 
37598 \family typewriter
37599 .jpg
37600 \family default
37601  ou 
37602 \family typewriter
37603 .jpeg
37604 \family default
37605 ) et PNG (
37606 \begin_inset Quotes fld
37607 \end_inset
37608
37609 Portable Network Graphics
37610 \begin_inset Quotes frd
37611 \end_inset
37612
37613  avec l'extension 
37614 \family typewriter
37615 .png
37616 \family default
37617 ).
37618  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
37619  dans un de ces formats.
37620  Mais comme il est dit dans la section sur PostScript, les conversions d'images
37621  vont ralentir votre travail.
37622  Nous recommandons donc l'utilisation de l'un des trois formats cités.
37623 \end_layout
37624
37625 \begin_layout Standard
37626 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
37627  menu 
37628 \family sans
37629 Fichier\SpecialChar \menuseparator
37630 Exporter 
37631 \family default
37632 de trois façons différentes:
37633 \end_layout
37634
37635 \begin_layout Description
37636 PDF
37637 \begin_inset space ~
37638 \end_inset
37639
37640 (ps2pdf) Ceci utilise le programme 
37641 \family typewriter
37642 ps2pdf
37643 \family default
37644  qui créé un PDF à partir de la version PostScript de votre fichier.
37645  Cette dernière est produite par le programme 
37646 \family typewriter
37647 dvips
37648 \family default
37649  qui utilise une version DVI comme étape intermédiaire.
37650  Cette variante consiste donc en trois conversions.
37651 \end_layout
37652
37653 \begin_layout Description
37654 PDF
37655 \begin_inset space ~
37656 \end_inset
37657
37658 (dvipdfm) Ceci utilise le programme 
37659 \family typewriter
37660 dvipdfm
37661 \family default
37662  qui convertit votre fichier en DVI avant de le convertir en PDF.
37663 \end_layout
37664
37665 \begin_layout Description
37666 PDF
37667 \begin_inset space ~
37668 \end_inset
37669
37670 (pdflatex) Ceci utilise le programme 
37671 \family typewriter
37672 pdftex
37673 \family default
37674  qui convertit directement votre fichier en PDF.
37675 \end_layout
37676
37677 \begin_layout Standard
37678 Nous recommandons d'utiliser l'option 
37679 \family sans
37680 PDF
37681 \begin_inset space ~
37682 \end_inset
37683
37684 (pdflatex)
37685 \family default
37686  car 
37687 \family typewriter
37688 pdftex
37689 \family default
37690  accepte toutes les fonctionnalités des versions actuelles de PDF.
37691  Il est en plus rapide et stable.
37692  Le programme 
37693 \family typewriter
37694 dvipdfm
37695 \family default
37696  n'est plus développé est est donc un peu dépassé.
37697 \end_layout
37698
37699 \begin_layout Standard
37700
37701 \end_layout
37702
37703 \begin_layout Standard
37704 Vous pouvez visionner votre document sous forme PDF grâce au menu 
37705 \family sans
37706 Visualiser
37707 \family default
37708  ou en utilisant le bouton 
37709 \begin_inset Graphics
37710         filename ../../images/buffer-view_pdf2.png
37711         scale 85
37712         scaleBeforeRotation
37713
37714 \end_inset
37715
37716  de la barre d'outils
37717 \family sans
37718  (
37719 \family default
37720 qui utilise 
37721 \family sans
37722 PDF
37723 \begin_inset space ~
37724 \end_inset
37725
37726 (pdflatex)
37727 \family default
37728 ).
37729 \end_layout
37730
37731 \begin_layout Chapter
37732 Explication de l' Équation
37733 \begin_inset space ~
37734 \end_inset
37735
37736 (
37737 \begin_inset CommandInset ref
37738 LatexCommand ref
37739 reference "eq:Wgn"
37740
37741 \end_inset
37742
37743 )
37744 \begin_inset CommandInset label
37745 LatexCommand label
37746 name "cha:Explication-de-l'Equation"
37747
37748 \end_inset
37749
37750
37751 \end_layout
37752
37753 \begin_layout Standard
37754 La largeur totale de 
37755 \emph on
37756 n
37757 \emph default
37758  cellules de tableau 
37759 \begin_inset Formula $W_{\mathrm{tot\, n}}$
37760 \end_inset
37761
37762  peut être calculée avec
37763 \end_layout
37764
37765 \begin_layout Standard
37766 \begin_inset Formula 
37767 \begin{equation}
37768 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
37769 \end{equation}
37770
37771 \end_inset
37772
37773
37774 \end_layout
37775
37776 \begin_layout Standard
37777 Où 
37778 \begin_inset Formula $W_{g\, n}$
37779 \end_inset
37780
37781  est la largeur fixe de toutes les cellules.
37782  
37783 \series bold
37784
37785 \backslash
37786 tabcolsep
37787 \series default
37788  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
37789  sa valeur implicite est 6
37790 \begin_inset space \thinspace{}
37791 \end_inset
37792
37793 pt.
37794  
37795 \series bold
37796
37797 \backslash
37798 arrayrulewidth
37799 \series default
37800  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
37801 \begin_inset space \thinspace{}
37802 \end_inset
37803
37804 pt.
37805 \end_layout
37806
37807 \begin_layout Standard
37808 D'après l'équation
37809 \begin_inset space ~
37810 \end_inset
37811
37812
37813 \begin_inset CommandInset ref
37814 LatexCommand eqref
37815 reference "eq:Wtot_n"
37816
37817 \end_inset
37818
37819 , la largeur totale d'une multicolonne, 
37820 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
37821 \end_inset
37822
37823  est
37824 \end_layout
37825
37826 \begin_layout Standard
37827 \begin_inset Formula 
37828 \begin{equation}
37829 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
37830 \end{equation}
37831
37832 \end_inset
37833
37834
37835 \end_layout
37836
37837 \begin_layout Standard
37838 En posant que les équations 
37839 \begin_inset space ~
37840 \end_inset
37841
37842
37843 \begin_inset CommandInset ref
37844 LatexCommand eqref
37845 reference "eq:Wtot_n"
37846
37847 \end_inset
37848
37849  et 
37850 \begin_inset CommandInset ref
37851 LatexCommand eqref
37852 reference "eq:Wtot_mult"
37853
37854 \end_inset
37855
37856  sont égales, on peut calculer la largeur nécessaire 
37857 \begin_inset Formula $W_{g\, n}$
37858 \end_inset
37859
37860  quand 
37861 \emph on
37862 n
37863 \emph default
37864  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
37865  de 
37866 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
37867 \end_inset
37868
37869 :
37870 \end_layout
37871
37872 \begin_layout Standard
37873 \begin_inset Formula 
37874 \begin{equation}
37875 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
37876 \end{equation}
37877
37878 \end_inset
37879
37880
37881 \end_layout
37882
37883 \begin_layout Bibliography
37884 \labelwidthstring Bibliographie
37885 \begin_inset CommandInset bibitem
37886 LatexCommand bibitem
37887 key "latexcompanion"
37888
37889 \end_inset
37890
37891 Frank Mittelbach and Michel Goossens: 
37892 \emph on
37893 The LaTeX Companion Second Edition.
37894
37895 \emph default
37896  Addison-Wesley, 2004
37897 \end_layout
37898
37899 \begin_layout Bibliography
37900 \labelwidthstring Bibliographie
37901 \begin_inset CommandInset bibitem
37902 LatexCommand bibitem
37903 key "latexguide"
37904
37905 \end_inset
37906
37907 Helmut Kopka and Patrick W.
37908  Daly: 
37909 \emph on
37910 A Guide to LaTeX Fourth Edition.
37911
37912 \emph default
37913  Addison-Wesley, 2003
37914 \end_layout
37915
37916 \begin_layout Bibliography
37917 \labelwidthstring Bibliographie
37918 \begin_inset CommandInset bibitem
37919 LatexCommand bibitem
37920 key "latexbook"
37921
37922 \end_inset
37923
37924 Leslie Lamport: 
37925 \emph on
37926 LaTeX: A Document Preparation System.
37927
37928 \emph default
37929  Addison-Wesley, second edition, 1994
37930 \end_layout
37931
37932 \begin_layout Bibliography
37933 \labelwidthstring Bibliographie
37934 \begin_inset CommandInset bibitem
37935 LatexCommand bibitem
37936 key "booktabs"
37937
37938 \end_inset
37939
37940 Documentation du paquetage LaTeX 
37941 \series bold
37942
37943 \begin_inset CommandInset href
37944 LatexCommand href
37945 name "booktabs"
37946 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
37947
37948 \end_inset
37949
37950
37951 \series default
37952
37953 \begin_inset Index idx
37954 status collapsed
37955
37956 \begin_layout Plain Layout
37957 Paquetages LaTeX ! booktabs
37958 \end_layout
37959
37960 \end_inset
37961
37962
37963 \end_layout
37964
37965 \begin_layout Bibliography
37966 \labelwidthstring Bibliographie
37967 \begin_inset CommandInset bibitem
37968 LatexCommand bibitem
37969 key "caption"
37970
37971 \end_inset
37972
37973 Documentation du paquetage LaTeX 
37974 \series bold
37975
37976 \begin_inset CommandInset href
37977 LatexCommand href
37978 name "caption"
37979 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37980
37981 \end_inset
37982
37983
37984 \series default
37985
37986 \begin_inset Index idx
37987 status collapsed
37988
37989 \begin_layout Plain Layout
37990 Paquetages LaTeX ! caption
37991 \end_layout
37992
37993 \end_inset
37994
37995
37996 \end_layout
37997
37998 \begin_layout Bibliography
37999 \labelwidthstring Bibliographie
38000 \begin_inset CommandInset bibitem
38001 LatexCommand bibitem
38002 key "endfloat"
38003
38004 \end_inset
38005
38006 Documentation du paquetage LaTeX 
38007 \series bold
38008
38009 \begin_inset CommandInset href
38010 LatexCommand href
38011 name "endfloat"
38012 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
38013
38014 \end_inset
38015
38016
38017 \series default
38018
38019 \begin_inset Index idx
38020 status collapsed
38021
38022 \begin_layout Plain Layout
38023 Paquetages LaTeX ! endfloat
38024 \end_layout
38025
38026 \end_inset
38027
38028
38029 \end_layout
38030
38031 \begin_layout Bibliography
38032 \labelwidthstring Bibliographie
38033 \begin_inset CommandInset bibitem
38034 LatexCommand bibitem
38035 key "wrapfig"
38036
38037 \end_inset
38038
38039 Documentation du paquetage LaTeX 
38040 \series bold
38041
38042 \begin_inset CommandInset href
38043 LatexCommand href
38044 name "wrapfig"
38045 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
38046
38047 \end_inset
38048
38049
38050 \series default
38051
38052 \begin_inset Index idx
38053 status collapsed
38054
38055 \begin_layout Plain Layout
38056 Paquetages LaTeX ! wrapfig
38057 \begin_inset ERT
38058 status collapsed
38059
38060 \begin_layout Plain Layout
38061
38062
38063 \backslash
38064 vspace{4mm}
38065 \end_layout
38066
38067 \end_inset
38068
38069
38070 \end_layout
38071
38072 \end_inset
38073
38074
38075 \end_layout
38076
38077 \begin_layout Bibliography
38078 \labelwidthstring Bibliographie
38079 \begin_inset CommandInset bibitem
38080 LatexCommand bibitem
38081 key "footmisc"
38082
38083 \end_inset
38084
38085 Documentation du paquetage LaTeX 
38086 \series bold
38087
38088 \begin_inset CommandInset href
38089 LatexCommand href
38090 name "footmisc"
38091 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
38092
38093 \end_inset
38094
38095
38096 \series default
38097
38098 \begin_inset Index idx
38099 status collapsed
38100
38101 \begin_layout Plain Layout
38102 Paquetages LaTeX ! footmisc
38103 \end_layout
38104
38105 \end_inset
38106
38107
38108 \end_layout
38109
38110 \begin_layout Bibliography
38111 \labelwidthstring Bibliographie
38112 \begin_inset CommandInset bibitem
38113 LatexCommand bibitem
38114 key "hypcap"
38115
38116 \end_inset
38117
38118 Documentation du paquetage LaTeX 
38119 \series bold
38120
38121 \begin_inset CommandInset href
38122 LatexCommand href
38123 name "hypcap"
38124 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
38125
38126 \end_inset
38127
38128
38129 \series default
38130
38131 \begin_inset Index idx
38132 status collapsed
38133
38134 \begin_layout Plain Layout
38135 Paquetages LaTeX ! hyperref
38136 \end_layout
38137
38138 \end_inset
38139
38140
38141 \end_layout
38142
38143 \begin_layout Bibliography
38144 \labelwidthstring Bibliographie
38145 \begin_inset CommandInset bibitem
38146 LatexCommand bibitem
38147 key "hyperref"
38148
38149 \end_inset
38150
38151 Documentation du paquetage LaTeX 
38152 \series bold
38153
38154 \begin_inset CommandInset href
38155 LatexCommand href
38156 name "hyperref"
38157 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
38158
38159 \end_inset
38160
38161
38162 \series default
38163
38164 \begin_inset Index idx
38165 status collapsed
38166
38167 \begin_layout Plain Layout
38168 Paquetages LaTeX ! hyperref
38169 \end_layout
38170
38171 \end_inset
38172
38173
38174 \end_layout
38175
38176 \begin_layout Bibliography
38177 \labelwidthstring Bibliographie
38178 \begin_inset CommandInset bibitem
38179 LatexCommand bibitem
38180 key "KOMA-Script"
38181
38182 \end_inset
38183
38184 Documentation du paquetage LaTeX 
38185 \series bold
38186
38187 \begin_inset CommandInset href
38188 LatexCommand href
38189 name "KOMA-Script"
38190 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
38191
38192 \end_inset
38193
38194
38195 \series default
38196
38197 \begin_inset Index idx
38198 status collapsed
38199
38200 \begin_layout Plain Layout
38201 Paquetages LaTeX ! KOMA-Script
38202 \end_layout
38203
38204 \end_inset
38205
38206
38207 \end_layout
38208
38209 \begin_layout Bibliography
38210 \labelwidthstring Bibliographie
38211 \begin_inset CommandInset bibitem
38212 LatexCommand bibitem
38213 key "listings"
38214
38215 \end_inset
38216
38217 Documentation du paquetage LaTeX 
38218 \series bold
38219
38220 \begin_inset CommandInset href
38221 LatexCommand href
38222 name "listings"
38223 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
38224
38225 \end_inset
38226
38227
38228 \series default
38229
38230 \begin_inset Index idx
38231 status collapsed
38232
38233 \begin_layout Plain Layout
38234 Paquetages LaTeX ! listings
38235 \end_layout
38236
38237 \end_inset
38238
38239
38240 \end_layout
38241
38242 \begin_layout Bibliography
38243 \labelwidthstring Bibliographie
38244 \begin_inset CommandInset bibitem
38245 LatexCommand bibitem
38246 key "marginnote"
38247
38248 \end_inset
38249
38250 Documentation du paquetage LaTeX 
38251 \series bold
38252
38253 \begin_inset CommandInset href
38254 LatexCommand href
38255 name "marginnote"
38256 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
38257
38258 \end_inset
38259
38260
38261 \series default
38262
38263 \begin_inset Index idx
38264 status collapsed
38265
38266 \begin_layout Plain Layout
38267 Paquetages LaTeX ! marginnote
38268 \end_layout
38269
38270 \end_inset
38271
38272
38273 \end_layout
38274
38275 \begin_layout Bibliography
38276 \labelwidthstring Bibliographie
38277 \begin_inset CommandInset bibitem
38278 LatexCommand bibitem
38279 key "lettrine"
38280
38281 \end_inset
38282
38283 Documentation du paquetage LaTeX 
38284 \series bold
38285
38286 \begin_inset CommandInset href
38287 LatexCommand href
38288 name "lettrine"
38289 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
38290
38291 \end_inset
38292
38293
38294 \series default
38295  et un 
38296 \begin_inset CommandInset href
38297 LatexCommand href
38298 name "exemple"
38299 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
38300
38301 \end_inset
38302
38303
38304 \begin_inset Index idx
38305 status collapsed
38306
38307 \begin_layout Plain Layout
38308 Paquetages LaTeX ! lettrine
38309 \end_layout
38310
38311 \end_inset
38312
38313
38314 \end_layout
38315
38316 \begin_layout Bibliography
38317 \labelwidthstring Bibliographie
38318 \begin_inset CommandInset bibitem
38319 LatexCommand bibitem
38320 key "pstricks"
38321
38322 \end_inset
38323
38324 Page Web du paquetage LaTeX 
38325 \series bold
38326
38327 \begin_inset CommandInset href
38328 LatexCommand href
38329 name "PSTricks"
38330 target "http://tug.org/PSTricks/"
38331
38332 \end_inset
38333
38334
38335 \series default
38336
38337 \begin_inset Index idx
38338 status collapsed
38339
38340 \begin_layout Plain Layout
38341 Paquetages LaTeX ! PSTricks
38342 \end_layout
38343
38344 \end_inset
38345
38346
38347 \end_layout
38348
38349 \begin_layout Bibliography
38350 \labelwidthstring Bibliographie
38351 \begin_inset CommandInset bibitem
38352 LatexCommand bibitem
38353 key "sidecap"
38354
38355 \end_inset
38356
38357 Documentation du paquetage LaTeX 
38358 \series bold
38359
38360 \begin_inset CommandInset href
38361 LatexCommand href
38362 name "sidecap"
38363 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
38364
38365 \end_inset
38366
38367
38368 \series default
38369
38370 \begin_inset Index idx
38371 status collapsed
38372
38373 \begin_layout Plain Layout
38374 Paquetages LaTeX ! sidecap
38375 \end_layout
38376
38377 \end_inset
38378
38379
38380 \end_layout
38381
38382 \begin_layout Bibliography
38383 \labelwidthstring Bibliographie
38384 \begin_inset CommandInset bibitem
38385 LatexCommand bibitem
38386 key "prettyref"
38387
38388 \end_inset
38389
38390 Documentation du paquetage LaTeX
38391 \series bold
38392  
38393 \begin_inset CommandInset href
38394 LatexCommand href
38395 name "prettyref"
38396 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
38397
38398 \end_inset
38399
38400
38401 \series default
38402
38403 \begin_inset Index idx
38404 status collapsed
38405
38406 \begin_layout Plain Layout
38407 Paquetages LaTeX ! prettyref
38408 \end_layout
38409
38410 \end_inset
38411
38412
38413 \end_layout
38414
38415 \begin_layout Bibliography
38416 \labelwidthstring Bibliographie
38417 \begin_inset CommandInset bibitem
38418 LatexCommand bibitem
38419 key "refstyle"
38420
38421 \end_inset
38422
38423 Documentation du paquetage LaTeX
38424 \series bold
38425  
38426 \begin_inset CommandInset href
38427 LatexCommand href
38428 name "refstyle"
38429 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
38430
38431 \end_inset
38432
38433
38434 \series default
38435
38436 \begin_inset Index idx
38437 status collapsed
38438
38439 \begin_layout Plain Layout
38440 Paquetages LaTeX ! refstyle
38441 \end_layout
38442
38443 \end_inset
38444
38445
38446 \end_layout
38447
38448 \begin_layout Bibliography
38449 \labelwidthstring Bibliographie
38450 \begin_inset CommandInset bibitem
38451 LatexCommand bibitem
38452 key "NewInLyX20"
38453
38454 \end_inset
38455
38456
38457 \begin_inset CommandInset href
38458 LatexCommand href
38459 name "Page Wiki"
38460 target "http://wiki.lyx.org/LyX/NewInLyX20"
38461
38462 \end_inset
38463
38464  au sujet des nouveautés de 
38465 \family sans
38466 LyX 2.0
38467 \family default
38468 .
38469 \end_layout
38470
38471 \begin_layout Standard
38472 \begin_inset CommandInset index_print
38473 LatexCommand printindex
38474 type "idx"
38475
38476 \end_inset
38477
38478
38479 \end_layout
38480
38481 \end_body
38482 \end_document