]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: update the description of the PDFPages template (thanks Liviu)
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package arydshln
119 % used for tables with dashed lines
120 \newboolean{arydshln}
121 \IfFileExists{arydshln.sty}
122  {\usepackage{arydshln}
123   \setboolean{arydshln}{true}}
124  {\setboolean{arydshln}{false}}
125
126 % check for package marginnote
127 % used for margin notes
128 \newboolean{marginnote}
129 \IfFileExists{marginnote.sty}
130  {\usepackage{marginnote}
131   \let\marginpar\marginnote
132   \setboolean{marginnote}{true}}
133  {\setboolean{marginnote}{false}}
134
135 % check for package sidecap
136 % used for captions on the side
137 \newboolean{sidecap}
138 \IfFileExists{sidecap.sty}
139  {\usepackage{sidecap}
140   \setboolean{sidecap}{true}}
141  {\setboolean{sidecap}{false}}
142
143 % check for picinpar
144 % used for surrounded fixed objects
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % check for lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % use normal list environments also in French documents
159 \frenchbsetup{StandardLayout}
160 \end_preamble
161 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
162 \use_default_options false
163 \begin_modules
164 initials
165 \end_modules
166 \maintain_unincluded_children false
167 \language french
168 \language_package default
169 \inputencoding auto
170 \fontencoding global
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \use_non_tex_fonts false
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100
179 \font_tt_scale 100
180
181 \graphics default
182 \default_output_format default
183 \output_sync 0
184 \bibtex_command default
185 \index_command default
186 \paperfontsize 12
187 \spacing single
188 \use_hyperref true
189 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
190 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
191 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
192 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
193 \pdf_bookmarks true
194 \pdf_bookmarksnumbered true
195 \pdf_bookmarksopen true
196 \pdf_bookmarksopenlevel 1
197 \pdf_breaklinks false
198 \pdf_pdfborder false
199 \pdf_colorlinks true
200 \pdf_backref false
201 \pdf_pdfusetitle false
202 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
203 \papersize default
204 \use_geometry false
205 \use_amsmath 2
206 \use_esint 0
207 \use_mhchem 1
208 \use_mathdots 1
209 \cite_engine basic
210 \use_bibtopic false
211 \use_indices false
212 \paperorientation portrait
213 \suppress_date false
214 \use_refstyle 0
215 \notefontcolor #0000ff
216 \index Index
217 \shortcut idx
218 \color #008000
219 \end_index
220 \secnumdepth 3
221 \tocdepth 3
222 \paragraph_separation skip
223 \defskip medskip
224 \quotes_language french
225 \papercolumns 1
226 \papersides 2
227 \paperpagestyle default
228 \bullet 1 1 34 -1
229 \bullet 2 2 35 -1
230 \bullet 3 2 7 -1
231 \tracking_changes false
232 \output_changes false
233 \html_math_output 0
234 \html_css_as_file 0
235 \html_be_strict false
236 \end_header
237
238 \begin_body
239
240 \begin_layout Title
241 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
242  les Boîtes et les Objets Externes de LyX
243 \end_layout
244
245 \begin_layout Author
246 par l'Équipe LyX
247 \begin_inset Foot
248 status collapsed
249
250 \begin_layout Plain Layout
251 \noindent
252 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
253  de la documentation de LyX: 
254 \begin_inset CommandInset href
255 LatexCommand href
256 name "lyx-docs@lists.lyx.org"
257 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
258 type "mailto:"
259
260 \end_inset
261
262
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Note Note
269 status collapsed
270
271 \begin_layout Plain Layout
272 auteur original : Uwe Stöhr
273 \end_layout
274
275 \begin_layout Plain Layout
276 Traduction française : Siegfried Meunier-Guttin-Cluzel
277 \end_layout
278
279 \begin_layout Plain Layout
280 version 1.6.x janvier 2010
281 \end_layout
282
283 \end_inset
284
285
286 \begin_inset Newline newline
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \family sans
295 Version 2.0.x
296 \end_layout
297
298 \begin_layout Standard
299 \begin_inset CommandInset toc
300 LatexCommand tableofcontents
301
302 \end_inset
303
304
305 \end_layout
306
307 \begin_layout Standard
308 \begin_inset Note Note
309 status open
310
311 \begin_layout Plain Layout
312 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
313  
314 \series bold
315 arydshln
316 \series default
317
318 \series bold
319 colortbl
320 \series default
321
322 \series bold
323 lettrine, marginnote, picinpar
324 \series default
325 , et 
326 \series bold
327 sidecap
328 \series default
329  doivent être installés.
330  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
331  les sections qui nécessitent les paquetages en question n'apparaîtront
332  pas sur la sortie.
333 \end_layout
334
335 \begin_layout Plain Layout
336 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
337 \begin_inset Newline newline
338 \end_inset
339
340
341 \series bold
342 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
343 \end_layout
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Chapter
351 Figures
352 \begin_inset Index idx
353 status collapsed
354
355 \begin_layout Plain Layout
356 Figures
357 \end_layout
358
359 \end_inset
360
361
362 \begin_inset Index idx
363 status collapsed
364
365 \begin_layout Plain Layout
366 Graphiques|see
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 {
373 \end_layout
374
375 \end_inset
376
377 Figures
378 \begin_inset ERT
379 status collapsed
380
381 \begin_layout Plain Layout
382
383 }
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Section
397 La fenêtre de dialogue Graphique
398 \begin_inset Index idx
399 status collapsed
400
401 \begin_layout Plain Layout
402 Figures ! Fenêtre de dialogue Graphique
403 \end_layout
404
405 \end_inset
406
407
408 \begin_inset CommandInset label
409 LatexCommand label
410 name "sec:Graphics-Dialog"
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Standard
418 Pour placer une figure dans votre document, cliquez sur le bouton 
419 \family sans
420
421 \begin_inset Info
422 type  "icon"
423 arg   "dialog-show-new-inset graphics"
424 \end_inset
425
426
427 \family default
428  dans la barre d'outils, ou faites 
429 \family sans
430 Insérer\SpecialChar \menuseparator
431 Graphique
432 \family default
433 .
434  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
435  à charger.
436  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
437  dans le texte.
438 \end_layout
439
440 \begin_layout Standard
441 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
442  sur une image
443 \begin_inset Note Note
444 status collapsed
445
446 \begin_layout Plain Layout
447 Ça marche aussi avec le bouton gauche ! (NdT)
448 \end_layout
449
450 \end_inset
451
452 .
453  Cette fenêtre de dialogue possède trois onglets:
454 \end_layout
455
456 \begin_layout Description
457 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
458  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
459  Les unités de longueurs utilisées sont décrites dans l'appendice
460 \begin_inset space ~
461 \end_inset
462
463
464 \begin_inset CommandInset ref
465 LatexCommand ref
466 reference "cha:Unités-de-longueur"
467
468 \end_inset
469
470 .
471 \begin_inset Newline newline
472 \end_inset
473
474
475 \begin_inset Index idx
476 status collapsed
477
478 \begin_layout Plain Layout
479 Figures ! Pivotées
480 \end_layout
481
482 \end_inset
483
484 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
485  d'une montre, en donnant l'angle de rotation et la position du pivot.
486  L'image apparaîtra pivotée dans LyX.
487 \begin_inset Newline newline
488 \end_inset
489
490
491 \begin_inset Index idx
492 status collapsed
493
494 \begin_layout Plain Layout
495 Figures ! Redimensionnées
496 \end_layout
497
498 \end_inset
499
500 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
501  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
502  sa largeur.
503  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
504  déterminée automatiquement.
505  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
506  éventuellement une distorsion.
507  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
508  
509 \family sans
510 Conserver
511 \begin_inset space ~
512 \end_inset
513
514 les
515 \begin_inset space ~
516 \end_inset
517
518 proportions
519 \family default
520 .
521  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
522  pas les valeurs fixées.
523  
524 \begin_inset Newline newline
525 \end_inset
526
527 Les images peuvent être modifiée en utilisant le programme de votre choix
528  en faisant un clic droit dessus et en choisissant 
529 \family sans
530 Éditer le fichier ailleurs
531 \family default
532  dans le menu contextuel qui apparaît.
533  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
534  
535 \family sans
536 Formats
537 \begin_inset space ~
538 \end_inset
539
540 de
541 \begin_inset space ~
542 \end_inset
543
544 fichiers
545 \family default
546  dans la fenêtre de dialogue de 
547 \family sans
548 Préférences
549 \family default
550  de LyX.
551 \end_layout
552
553 \begin_layout Description
554 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
555  la sortie finale est de modifier les coordonnées de la zone de l'image
556  qui est affichée.
557  Cette zone peut être calculée automatiquement à partir des données présentes
558  dans le fichier en appuyant sur le bouton 
559 \family sans
560 Valeurs
561 \begin_inset space ~
562 \end_inset
563
564 du
565 \begin_inset space ~
566 \end_inset
567
568 Fichier
569 \family default
570 .
571  Avec l'option 
572 \family sans
573 Couper
574 \begin_inset space ~
575 \end_inset
576
577 à
578 \begin_inset space ~
579 \end_inset
580
581 la
582 \begin_inset space ~
583 \end_inset
584
585 boîte
586 \begin_inset space ~
587 \end_inset
588
589 de
590 \begin_inset space ~
591 \end_inset
592
593 délimitation, 
594 \family default
595 seule la portion de l'image qui est dans la zone définie sera imprimée.
596  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
597  donc vous pouvez ignorer l'onglet 
598 \family sans
599 Rogner
600 \family default
601 .
602 \end_layout
603
604 \begin_layout Description
605
606 \family sans
607 Options
608 \begin_inset space ~
609 \end_inset
610
611 LaTeX
612 \begin_inset space ~
613 \end_inset
614
615 et
616 \begin_inset space ~
617 \end_inset
618
619 LyX
620 \family default
621  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
622  les experts ès-LaTeX pourront fournir des options supplémentaires pour
623  LaTeX
624 \begin_inset Newline newline
625 \end_inset
626
627 L'option 
628 \family sans
629 Mode brouillon
630 \family default
631  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
632  avec la taille de l'image.
633 \begin_inset Newline newline
634 \end_inset
635
636 L'option 
637 \family sans
638 Ne
639 \begin_inset space ~
640 \end_inset
641
642 pas
643 \begin_inset space ~
644 \end_inset
645
646 décompresser
647 \begin_inset space ~
648 \end_inset
649
650 à
651 \begin_inset space ~
652 \end_inset
653
654 l'exportation
655 \family default
656  n'affectera que les graphiques EPS zippés, par exemple 
657 \family typewriter
658 x.eps.gz
659 \family default
660 .
661  Quand cette option est activée, les images ne sont pas décompressées à
662  l'exportation, vu que LaTeX peut les traiter telles-quelles
663 \begin_inset Newline newline
664 \end_inset
665
666 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
667  disques quand on utilise PostScript comme format de sortie, voir l'appendice
668 \begin_inset space ~
669 \end_inset
670
671
672 \begin_inset CommandInset ref
673 LatexCommand ref
674 reference "sec:PostScript"
675
676 \end_inset
677
678 .
679  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
680  terminal UNIX ou une console Windows:
681 \begin_inset Newline newline
682 \end_inset
683
684
685 \series bold
686 gzip x.eps
687 \series default
688
689 \begin_inset Newline newline
690 \end_inset
691
692
693 \series bold
694 zgrep %%Bounding x.eps.gz > x.eps.bb
695 \series default
696
697 \begin_inset Newline newline
698 \end_inset
699
700 La seconde commande va créer le fichier contenant la description de la boîte
701  de délimitation 
702 \begin_inset Quotes eld
703 \end_inset
704
705
706 \family typewriter
707 x.eps.bb
708 \family default
709
710 \begin_inset Quotes erd
711 \end_inset
712
713  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
714 \begin_inset Newline newline
715 \end_inset
716
717 Dans la section 
718 \family sans
719 Groupe
720 \begin_inset space ~
721 \end_inset
722
723 de
724 \begin_inset space ~
725 \end_inset
726
727 graphiques
728 \family default
729  vous pouvez définir ou de choisir un groupe de paramètres d'image
730 \begin_inset Index idx
731 status collapsed
732
733 \begin_layout Plain Layout
734 Figures ! Groupes de paramétrisation
735 \end_layout
736
737 \end_inset
738
739 .
740  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
741  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
742  les autres soient automatiquement modifiées de la même manière.
743  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
744  avoir à modifier leur taille manuellement une par une.
745  On peut rattacher une image à un groupe existant en utilisant le menu contextue
746 l de l'image et en cochant le nom du groupe dans la liste
747 \begin_inset Foot
748 status collapsed
749
750 \begin_layout Plain Layout
751 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
752 \end_layout
753
754 \end_inset
755
756 .
757 \end_layout
758
759 \begin_layout Standard
760 \begin_inset VSpace bigskip
761 \end_inset
762
763
764 \end_layout
765
766 \begin_layout Standard
767 Voici un exemple d'image au format EPS
768 \begin_inset Foot
769 status collapsed
770
771 \begin_layout Plain Layout
772 Les format d'images sont décrits dans la section
773 \begin_inset space ~
774 \end_inset
775
776
777 \begin_inset CommandInset ref
778 LatexCommand ref
779 reference "sec:Image-Formats"
780
781 \end_inset
782
783 .
784 \end_layout
785
786 \end_inset
787
788  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
789 nt:
790 \end_layout
791
792 \begin_layout Standard
793 \align center
794 \begin_inset Graphics
795         filename ../clipart/mobius.eps
796         scale 70
797         scaleBeforeRotation
798         rotateOrigin center
799
800 \end_inset
801
802
803 \end_layout
804
805 \begin_layout Standard
806 Et voici la même image mais en mode brouillon:
807 \end_layout
808
809 \begin_layout Standard
810 \align center
811 \begin_inset Graphics
812         filename ../clipart/mobius.eps
813         scale 70
814         draft
815         scaleBeforeRotation
816         rotateOrigin center
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Section
824 Figures Flottantes
825 \begin_inset CommandInset label
826 LatexCommand label
827 name "sec:Figure-Floats"
828
829 \end_inset
830
831
832 \begin_inset Index idx
833 status collapsed
834
835 \begin_layout Plain Layout
836 Flottants ! Figures
837 \end_layout
838
839 \end_inset
840
841
842 \begin_inset Index idx
843 status collapsed
844
845 \begin_layout Plain Layout
846 Figures ! Flottants
847 \end_layout
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Standard
855 Pour des explications d'ordre général concernant les flottants, jetez un
856  coup d'œil à la section
857 \begin_inset space ~
858 \end_inset
859
860
861 \begin_inset CommandInset ref
862 LatexCommand ref
863 reference "sec:Flottants-Introduction"
864
865 \end_inset
866
867 .
868 \end_layout
869
870 \begin_layout Standard
871 Le bouton 
872 \family sans
873
874 \begin_inset Info
875 type  "icon"
876 arg   "float-insert figure"
877 \end_inset
878
879
880 \family default
881  de la barre d'outils et le menu 
882 \family sans
883 Insérer\SpecialChar \menuseparator
884 Flottant\SpecialChar \menuseparator
885 Figure
886 \family default
887  insèrent un flottant avec l'étiquette 
888 \begin_inset Quotes eld
889 \end_inset
890
891
892 \series bold
893 Figure
894 \begin_inset space ~
895 \end_inset
896
897 #:
898 \series default
899
900 \begin_inset Quotes erd
901 \end_inset
902
903  (# est le numéro réel de l'image).
904  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
905 \begin_inset space ~
906 \end_inset
907
908
909 \begin_inset CommandInset ref
910 LatexCommand ref
911 reference "fig:kill-plat"
912
913 \end_inset
914
915  ou en dessous de la légende comme pour la Figure
916 \begin_inset space ~
917 \end_inset
918
919
920 \begin_inset CommandInset ref
921 LatexCommand ref
922 reference "fig:escher"
923
924 \end_inset
925
926 .
927  Vous trouverez plus d'information sur le positionnement des légendes dans
928  la section
929 \begin_inset space ~
930 \end_inset
931
932
933 \begin_inset CommandInset ref
934 LatexCommand ref
935 reference "sec:Placement-légende"
936
937 \end_inset
938
939 .
940 \end_layout
941
942 \begin_layout Standard
943 \begin_inset Float figure
944 wide false
945 sideways false
946 status open
947
948 \begin_layout Plain Layout
949 \align center
950 \begin_inset Graphics
951         filename ../clipart/platypus.eps
952         width 50col%
953         scaleBeforeRotation
954         rotateOrigin center
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Plain Layout
962 \begin_inset Caption
963
964 \begin_layout Plain Layout
965 \begin_inset CommandInset label
966 LatexCommand label
967 name "fig:kill-plat"
968
969 \end_inset
970
971 Un ornithorynque sévèrement déformé dans un flottant de figure.
972 \end_layout
973
974 \end_inset
975
976
977 \end_layout
978
979 \end_inset
980
981
982 \end_layout
983
984 \begin_layout Standard
985 \begin_inset Float figure
986 wide false
987 sideways false
988 status open
989
990 \begin_layout Plain Layout
991 \begin_inset Caption
992
993 \begin_layout Plain Layout
994 \begin_inset CommandInset label
995 LatexCommand label
996 name "fig:escher"
997
998 \end_inset
999
1000 M.C.
1001  Escher sous LSD.
1002 \end_layout
1003
1004 \end_inset
1005
1006
1007 \end_layout
1008
1009 \begin_layout Plain Layout
1010 \align center
1011 \begin_inset Graphics
1012         filename ../clipart/escher-lsd.eps
1013         scale 80
1014         scaleBeforeRotation
1015         rotateOrigin center
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \begin_layout Standard
1028 \begin_inset Index idx
1029 status collapsed
1030
1031 \begin_layout Plain Layout
1032 References@Références ! à des Figures
1033 \end_layout
1034
1035 \end_inset
1036
1037 Les figure
1038 \begin_inset space ~
1039 \end_inset
1040
1041
1042 \begin_inset CommandInset ref
1043 LatexCommand ref
1044 reference "fig:kill-plat"
1045
1046 \end_inset
1047
1048  et 
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:escher"
1052
1053 \end_inset
1054
1055  sont des exemples de figures référencées.
1056  Dans le texte, on fait référence à une figure en faisant référence à sa
1057  légende.
1058  On insère donc une étiquette dans la légende en utilisant le menu 
1059 \family sans
1060 Insérer
1061 \family default
1062 \SpecialChar \menuseparator
1063
1064 \family sans
1065 Étiquette
1066 \family default
1067  ou le bouton 
1068 \family sans
1069
1070 \begin_inset Info
1071 type  "icon"
1072 arg   "label-insert"
1073 \end_inset
1074
1075
1076 \family default
1077  de la barre d'outils.
1078  On peut alors faire référence à cette étiquette en utilisant le menu 
1079 \family sans
1080 Insérer\SpecialChar \menuseparator
1081 Référence
1082 \begin_inset space ~
1083 \end_inset
1084
1085 croisée
1086 \family default
1087  ou le bouton 
1088 \family sans
1089
1090 \begin_inset Info
1091 type  "icon"
1092 arg   "dialog-show-new-inset ref"
1093 \end_inset
1094
1095
1096 \family default
1097  de la barre d'outils.
1098  Il est important d'utiliser des références pour les flottants de figures
1099  plutôt que des locutions vagues du genre 
1100 \begin_inset Quotes eld
1101 \end_inset
1102
1103 la figure ci-dessous
1104 \begin_inset Quotes erd
1105 \end_inset
1106
1107 , puisque LaTeX va repositionner la figure dans le document final.
1108  Votre figure risque de ne plus être ci-dessous du tout !
1109 \begin_inset Newline newline
1110 \end_inset
1111
1112 Le référencement est expliqué plus en détail dans la section
1113 \begin_inset space ~
1114 \end_inset
1115
1116
1117 \begin_inset CommandInset ref
1118 LatexCommand ref
1119 reference "sec:Referencer-les-Flottants"
1120
1121 \end_inset
1122
1123 .
1124 \end_layout
1125
1126 \begin_layout Standard
1127 En principe on met une seule figure dans un flottant, mais parfois vous
1128  pouvez vouloir deux figures avec chacune sa sous-légende.
1129  C'est possible en insérant des flottants d'image dans des flottants d'image
1130  existants.
1131  Notez que seule la légende principale des flottants est reprise dans la
1132  liste des figures.
1133  La figure
1134 \begin_inset space ~
1135 \end_inset
1136
1137
1138 \begin_inset CommandInset ref
1139 LatexCommand ref
1140 reference "fig:Deux-images-déformées"
1141
1142 \end_inset
1143
1144  est un exemple de flottant de figure avec deux images mises l'une à côté
1145  de l'autre.
1146  Vous pouvez aussi mettre les images les unes sous les autres.
1147  Les figures
1148 \begin_inset space ~
1149 \end_inset
1150
1151
1152 \begin_inset CommandInset ref
1153 LatexCommand ref
1154 reference "fig:Structure-indéfinissable"
1155
1156 \end_inset
1157
1158  et 
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "fig:Un-ornithorynque"
1162
1163 \end_inset
1164
1165  sont des sous-figures.
1166 \end_layout
1167
1168 \begin_layout Standard
1169 \begin_inset Float figure
1170 wide false
1171 sideways false
1172 status open
1173
1174 \begin_layout Plain Layout
1175 \begin_inset space \hfill{}
1176 \end_inset
1177
1178
1179 \begin_inset Float figure
1180 wide false
1181 sideways false
1182 status open
1183
1184 \begin_layout Plain Layout
1185 \begin_inset Caption
1186
1187 \begin_layout Plain Layout
1188 \begin_inset CommandInset label
1189 LatexCommand label
1190 name "fig:Structure-indéfinissable"
1191
1192 \end_inset
1193
1194 Structure indéfinissable
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \begin_layout Plain Layout
1203 \begin_inset Graphics
1204         filename ../clipart/escher-lsd.eps
1205         width 45col%
1206         scaleBeforeRotation
1207         groupId Déformés
1208
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \begin_inset space \hfill{}
1218 \end_inset
1219
1220
1221 \begin_inset Float figure
1222 wide false
1223 sideways false
1224 status open
1225
1226 \begin_layout Plain Layout
1227 \begin_inset Caption
1228
1229 \begin_layout Plain Layout
1230 \begin_inset CommandInset label
1231 LatexCommand label
1232 name "fig:Un-ornithorynque"
1233
1234 \end_inset
1235
1236 Un ornithorynque
1237 \end_layout
1238
1239 \end_inset
1240
1241
1242 \end_layout
1243
1244 \begin_layout Plain Layout
1245 \begin_inset Graphics
1246         filename ../clipart/platypus.eps
1247         width 45col%
1248         scaleBeforeRotation
1249         groupId Déformés
1250
1251 \end_inset
1252
1253
1254 \end_layout
1255
1256 \end_inset
1257
1258
1259 \begin_inset space \hfill{}
1260 \end_inset
1261
1262
1263 \end_layout
1264
1265 \begin_layout Plain Layout
1266 \begin_inset Caption
1267
1268 \begin_layout Plain Layout
1269 \begin_inset CommandInset label
1270 LatexCommand label
1271 name "fig:Deux-images-déformées"
1272
1273 \end_inset
1274
1275 Deux images déformées.
1276  Les deux images font partie du groupe de paramétrisation 
1277 \begin_inset Quotes eld
1278 \end_inset
1279
1280 déformés
1281 \begin_inset Quotes erd
1282 \end_inset
1283
1284 .
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \end_layout
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \begin_layout Section
1298 Les Formats d'images
1299 \begin_inset CommandInset label
1300 LatexCommand label
1301 name "sec:Image-Formats"
1302
1303 \end_inset
1304
1305
1306 \begin_inset Index idx
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310 Formats d' images
1311 \end_layout
1312
1313 \end_inset
1314
1315
1316 \begin_inset Index idx
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 Figures ! Formats d'images
1321 \end_layout
1322
1323 \end_inset
1324
1325
1326 \end_layout
1327
1328 \begin_layout Standard
1329 Vous pouvez insérer des images dans n'importe quel format connu.
1330  Mais, comme nous l'avons expliqué dans l'appendice
1331 \begin_inset space ~
1332 \end_inset
1333
1334
1335 \begin_inset CommandInset ref
1336 LatexCommand ref
1337 reference "cha:Formats-fichiers-graphiques"
1338
1339 \end_inset
1340
1341 ,
1342 \lang english
1343  
1344 \lang french
1345 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1346  de formats d'images.
1347  Pour s'en sortir LyX utilise le programme 
1348 \family typewriter
1349 ImageMagick
1350 \family default
1351  en arrière plan pour convertir les formats que vous utilisez dans un des
1352  formats acceptés par le format de sortie.
1353  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1354 ons en n'utilisant que les formats listés dans les sous sections de
1355 \lang english
1356  
1357 \lang french
1358 l'appendice
1359 \begin_inset space ~
1360 \end_inset
1361
1362
1363 \begin_inset CommandInset ref
1364 LatexCommand ref
1365 reference "cha:Formats-fichiers-graphiques"
1366
1367 \end_inset
1368
1369 .
1370 \end_layout
1371
1372 \begin_layout Standard
1373 Comme pour les polices de caractères, il y a deux grands types de formats
1374  d'images:
1375 \end_layout
1376
1377 \begin_layout Description
1378 Les
1379 \begin_inset space ~
1380 \end_inset
1381
1382 images
1383 \begin_inset space ~
1384 \end_inset
1385
1386 Matricielles
1387 \begin_inset space ~
1388 \end_inset
1389
1390 (ou
1391 \begin_inset space ~
1392 \end_inset
1393
1394 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1395  enregistrés sous un format compressé.
1396  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1397  petits carrés quand on utilise des agrandissements trop importants (aspect
1398  
1399 \begin_inset Quotes eld
1400 \end_inset
1401
1402 pixellisé
1403 \begin_inset Quotes erd
1404 \end_inset
1405
1406 ).
1407  Les formats matriciels les plus connus sont le GIF (
1408 \begin_inset Quotes eld
1409 \end_inset
1410
1411 Graphics Interchange Format
1412 \begin_inset Quotes erd
1413 \end_inset
1414
1415 , avec comme extension de fichier 
1416 \begin_inset Quotes eld
1417 \end_inset
1418
1419
1420 \family typewriter
1421 .gif
1422 \family default
1423
1424 \begin_inset Quotes erd
1425 \end_inset
1426
1427 )
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 GIF|see
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 {
1439 \end_layout
1440
1441 \end_inset
1442
1443 Format d'image
1444 \begin_inset ERT
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448
1449 }
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \end_layout
1456
1457 \end_inset
1458
1459 , le PNG (
1460 \begin_inset Quotes eld
1461 \end_inset
1462
1463 Portable Network Graphics, extension 
1464 \begin_inset Quotes eld
1465 \end_inset
1466
1467
1468 \family typewriter
1469 .png
1470 \family default
1471
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475 )
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 PNG|see
1481 \begin_inset ERT
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485
1486 {
1487 \end_layout
1488
1489 \end_inset
1490
1491 Formats d'image
1492 \begin_inset ERT
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496
1497 }
1498 \end_layout
1499
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \end_inset
1506
1507  et le JPG (
1508 \begin_inset Quotes eld
1509 \end_inset
1510
1511 Joint Photographic Expert Group, extension 
1512 \begin_inset Quotes eld
1513 \end_inset
1514
1515
1516 \family typewriter
1517 .jpg
1518 \family default
1519
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  ou 
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527
1528 \family typewriter
1529 .jpeg
1530 \family default
1531
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535 )
1536 \begin_inset Index idx
1537 status collapsed
1538
1539 \begin_layout Plain Layout
1540 JPG|see
1541 \begin_inset ERT
1542 status collapsed
1543
1544 \begin_layout Plain Layout
1545
1546 {
1547 \end_layout
1548
1549 \end_inset
1550
1551 Formats d'image
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 }
1558 \end_layout
1559
1560 \end_inset
1561
1562
1563 \end_layout
1564
1565 \end_inset
1566
1567 .
1568 \end_layout
1569
1570 \begin_layout Description
1571 Les
1572 \begin_inset space ~
1573 \end_inset
1574
1575 images
1576 \begin_inset space ~
1577 \end_inset
1578
1579 Vectorielles
1580 \begin_inset space ~
1581 \end_inset
1582
1583 (ou
1584 \begin_inset space ~
1585 \end_inset
1586
1587 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1588  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1589 nnée comme on le veut sans perte de précision.
1590  La possibilité de redimensionner les images est très utilisé pour les présentat
1591 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1592 nnement.
1593  Le redimensionnement permet aussi de présenter des documents en ligne où
1594  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1595  étudier les détails.
1596 \begin_inset Newline newline
1597 \end_inset
1598
1599 Les principaux formats vectoriels sont le SVG (
1600 \begin_inset Quotes eld
1601 \end_inset
1602
1603 Scalable Vector Graphics
1604 \begin_inset Quotes erd
1605 \end_inset
1606
1607 , extension
1608 \begin_inset Quotes eld
1609 \end_inset
1610
1611
1612 \family typewriter
1613 .svg
1614 \family default
1615
1616 \begin_inset Quotes erd
1617 \end_inset
1618
1619 )
1620 \begin_inset Index idx
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 SVG|see
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630 {
1631 \end_layout
1632
1633 \end_inset
1634
1635 Format d'image
1636 \begin_inset ERT
1637 status collapsed
1638
1639 \begin_layout Plain Layout
1640
1641 }
1642 \end_layout
1643
1644 \end_inset
1645
1646
1647 \end_layout
1648
1649 \end_inset
1650
1651 , l'EPS ( 
1652 \begin_inset Quotes eld
1653 \end_inset
1654
1655 encapsulated PostScript
1656 \begin_inset Quotes erd
1657 \end_inset
1658
1659 , extension
1660 \begin_inset Quotes eld
1661 \end_inset
1662
1663
1664 \family typewriter
1665 .eps
1666 \family default
1667
1668 \begin_inset Quotes erd
1669 \end_inset
1670
1671 )
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 EPS|see
1677 \begin_inset ERT
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681
1682 {
1683 \end_layout
1684
1685 \end_inset
1686
1687 Format d'image
1688 \begin_inset ERT
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692
1693 }
1694 \end_layout
1695
1696 \end_inset
1697
1698
1699 \end_layout
1700
1701 \end_inset
1702
1703 , le PDF (
1704 \begin_inset Quotes eld
1705 \end_inset
1706
1707 Portable Document Format
1708 \begin_inset Quotes erd
1709 \end_inset
1710
1711 , extension
1712 \begin_inset Quotes eld
1713 \end_inset
1714
1715
1716 \family typewriter
1717 .pdf
1718 \family default
1719
1720 \begin_inset Quotes erd
1721 \end_inset
1722
1723 )
1724 \begin_inset Index idx
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 PDF|see
1729 \begin_inset ERT
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733
1734 {
1735 \end_layout
1736
1737 \end_inset
1738
1739 Format d'image
1740 \begin_inset ERT
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744
1745 }
1746 \end_layout
1747
1748 \end_inset
1749
1750
1751 \end_layout
1752
1753 \end_inset
1754
1755  et le WMF (
1756 \begin_inset Quotes eld
1757 \end_inset
1758
1759 Windows Metafile
1760 \begin_inset Quotes erd
1761 \end_inset
1762
1763 , extension 
1764 \begin_inset Quotes eld
1765 \end_inset
1766
1767
1768 \family typewriter
1769 .wfm
1770 \family default
1771
1772 \begin_inset Quotes erd
1773 \end_inset
1774
1775  ou 
1776 \begin_inset Quotes eld
1777 \end_inset
1778
1779
1780 \family typewriter
1781 .emf
1782 \family default
1783
1784 \begin_inset Quotes erd
1785 \end_inset
1786
1787 )
1788 \begin_inset Index idx
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792 WMF|see
1793 \begin_inset ERT
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797
1798 {
1799 \end_layout
1800
1801 \end_inset
1802
1803 Formats d'images
1804 \begin_inset ERT
1805 status collapsed
1806
1807 \begin_layout Plain Layout
1808
1809 }
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \end_layout
1816
1817 \end_inset
1818
1819 .
1820  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1821  en EPS, mais le résultat ne sera pas redimensionnable.
1822  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1823 \begin_inset Foot
1824 status open
1825
1826 \begin_layout Plain Layout
1827 Dans le cas du PDF l'image initiale est aussi compressée.
1828 \end_layout
1829
1830 \end_inset
1831
1832 .
1833 \end_layout
1834
1835 \begin_layout Standard
1836 Les fichiers PDF générés par 
1837 \family typewriter
1838 Adobe Photoshop
1839 \family default
1840 , par exemple, sont des images matricielles.
1841 \end_layout
1842
1843 \begin_layout Standard
1844 En principe il est quasiment impossible de convertir une image matricielle
1845  en graphique vectoriel, seul le contraire est possible.
1846
1847 \lang english
1848  
1849 \lang french
1850 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1851  dans respectivement un fichier de sortie PDF ou PostScript.
1852  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1853  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1854  WMF/SVG
1855 \begin_inset Formula $\to$
1856 \end_inset
1857
1858 PDF/EPS convenables.
1859 \end_layout
1860
1861 \begin_layout Chapter
1862 Tableaux
1863 \begin_inset Index idx
1864 status collapsed
1865
1866 \begin_layout Plain Layout
1867 Tableau
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \end_layout
1874
1875 \begin_layout Section
1876 Introduction
1877 \begin_inset Index idx
1878 status collapsed
1879
1880 \begin_layout Plain Layout
1881 Tableau ! Introduction
1882 \end_layout
1883
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \begin_layout Standard
1890 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1891  
1892 \begin_inset Info
1893 type  "icon"
1894 arg   "tabular-insert"
1895 \end_inset
1896
1897  soit 
1898 \family sans
1899 Insérer\SpecialChar \menuseparator
1900 Tableau
1901 \family default
1902 .
1903  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1904  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1905  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1906  sur un bouton de la souris pour valider votre choix.
1907  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1908  vous demandant le nombre de lignes et de colonnes.
1909 \begin_inset Newline newline
1910 \end_inset
1911
1912 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1913  une à droite de la colonne la plus à droite et une en bas de la rangée
1914  du bas, qui forment une boîte autour du tableau.
1915  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1916  apparaît séparée du reste du tableau.
1917  Voici un exemple :
1918 \end_layout
1919
1920 \begin_layout Standard
1921 \align center
1922 \begin_inset Tabular
1923 <lyxtabular version="3" rows="4" columns="4">
1924 <features tabularvalignment="middle">
1925 <column alignment="center" valignment="top" width="0">
1926 <column alignment="center" valignment="top" width="0">
1927 <column alignment="center" valignment="top" width="0">
1928 <column alignment="center" valignment="top" width="0">
1929 <row>
1930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943 1
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 2
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961 3
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 </row>
1967 <row>
1968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972 A
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 <row>
2006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2007 \begin_inset Text
2008
2009 \begin_layout Plain Layout
2010 B
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Plain Layout
2019
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037
2038 \end_layout
2039
2040 \end_inset
2041 </cell>
2042 </row>
2043 <row>
2044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048 C
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 </row>
2081 </lyxtabular>
2082
2083 \end_inset
2084
2085
2086 \end_layout
2087
2088 \begin_layout Section
2089 La fenêtre 
2090 \family sans
2091 Tableau
2092 \family default
2093
2094 \begin_inset Index idx
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098 Tableau ! Fenêtre de dialogue
2099 \end_layout
2100
2101 \end_inset
2102
2103
2104 \end_layout
2105
2106 \begin_layout Standard
2107 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2108  de la souris, ce qui fait apparaître une fenêtre avec des options.
2109  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2110  la colonne et la ligne dans laquelle le curseur se trouve.
2111  La plupart des options peuvent s'appliquer à des sélections.
2112  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2113  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2114  votre sélection.
2115  Notez qu'il y a une différence entre sélectionner le 
2116 \emph on
2117 contenu 
2118 \emph default
2119 d'une cellule et sélectionner la cellule elle-même.
2120 \begin_inset Newline newline
2121 \end_inset
2122
2123 En cochant l'option 
2124 \family sans
2125 Application
2126 \begin_inset space ~
2127 \end_inset
2128
2129 immédiate
2130 \family default
2131  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2132  est appliquée directement.
2133  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2134  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2135  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2136  de dialogue, vous devez appuyer sur 
2137 \family sans
2138 Entrée
2139 \family default
2140  pour que la modification soit appliquée.
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2145  :
2146 \end_layout
2147
2148 \begin_layout Description
2149 Paramètres
2150 \begin_inset space ~
2151 \end_inset
2152
2153 du
2154 \begin_inset space ~
2155 \end_inset
2156
2157 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2158  la largeur de la colonne courante.
2159  L'alignement horizontal 
2160 \family sans
2161 Au
2162 \begin_inset space ~
2163 \end_inset
2164
2165 séparateur
2166 \begin_inset space ~
2167 \end_inset
2168
2169 décimal
2170 \family default
2171  est décrit dans la section
2172 \begin_inset space ~
2173 \end_inset
2174
2175
2176 \begin_inset CommandInset ref
2177 LatexCommand ref
2178 reference "sub:Alignements-de-cellules"
2179
2180 \end_inset
2181
2182 .
2183  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2184  vertical de la ligne courante.
2185  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2186  et donc, plusieurs paragraphes de texte, voir la section
2187 \begin_inset space ~
2188 \end_inset
2189
2190
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "sub:Lignes-multiple-dans-cellule"
2194
2195 \end_inset
2196
2197 .
2198  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2199  pour accommoder le contenu de cellule le plus large.
2200 \begin_inset Newline newline
2201 \end_inset
2202
2203 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2204  un multicolonne, voir la section
2205 \begin_inset space ~
2206 \end_inset
2207
2208
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "sub:Multicolonnes"
2212
2213 \end_inset
2214
2215  ou une cellule d'une colonne comme cellule multiligne, voir la section
2216 \begin_inset space ~
2217 \end_inset
2218
2219
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "sub:Multi-lignes"
2223
2224 \end_inset
2225
2226 .
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230 L'option 
2231 \family sans
2232 Tourner
2233 \begin_inset space ~
2234 \end_inset
2235
2236 la
2237 \begin_inset space ~
2238 \end_inset
2239
2240 case
2241 \begin_inset space ~
2242 \end_inset
2243
2244 de
2245 \begin_inset space ~
2246 \end_inset
2247
2248 90°
2249 \family default
2250  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2251  L'option 
2252 \family sans
2253 Tourner
2254 \begin_inset space ~
2255 \end_inset
2256
2257 le
2258 \begin_inset space ~
2259 \end_inset
2260
2261 tableau
2262 \begin_inset space ~
2263 \end_inset
2264
2265 de
2266 \begin_inset space ~
2267 \end_inset
2268
2269 90°
2270 \family default
2271  fait pivoter tout le tableau.
2272  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2273  la sortie finale.
2274 \begin_inset Newline newline
2275 \end_inset
2276
2277
2278 \begin_inset Note Greyedout
2279 status open
2280
2281 \begin_layout Plain Layout
2282
2283 \series bold
2284 Note:
2285 \series default
2286  La plupart des visualiseurs DVI ne sont 
2287 \emph on
2288 pas
2289 \emph default
2290  capables d'afficher ces rotations.
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \begin_inset Newline newline
2297 \end_inset
2298
2299 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2300  qui sont incorporés dans une ligne de texte :
2301 \begin_inset Newline newline
2302 \end_inset
2303
2304 Une ligne avec des tableaux alignés de différentes manières: 
2305 \begin_inset Tabular
2306 <lyxtabular version="3" rows="2" columns="2">
2307 <features tabularvalignment="top">
2308 <column alignment="center" valignment="top" width="0pt">
2309 <column alignment="center" valignment="top" width="0">
2310 <row>
2311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2312 \begin_inset Text
2313
2314 \begin_layout Plain Layout
2315
2316 \end_layout
2317
2318 \end_inset
2319 </cell>
2320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Plain Layout
2324 1
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 </row>
2330 <row>
2331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335 A
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \end_layout
2346
2347 \end_inset
2348 </cell>
2349 </row>
2350 </lyxtabular>
2351
2352 \end_inset
2353
2354  
2355 \begin_inset Tabular
2356 <lyxtabular version="3" rows="2" columns="2">
2357 <features tabularvalignment="middle">
2358 <column alignment="center" valignment="top" width="0">
2359 <column alignment="center" valignment="top" width="0">
2360 <row>
2361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374 1
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 A
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2391 \begin_inset Text
2392
2393 \begin_layout Plain Layout
2394
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 </row>
2400 </lyxtabular>
2401
2402 \end_inset
2403
2404  
2405 \begin_inset Tabular
2406 <lyxtabular version="3" rows="2" columns="2">
2407 <features tabularvalignment="bottom">
2408 <column alignment="center" valignment="top" width="0pt">
2409 <column alignment="center" valignment="top" width="0">
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 1
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 </row>
2430 <row>
2431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2432 \begin_inset Text
2433
2434 \begin_layout Plain Layout
2435 A
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \end_layout
2446
2447 \end_inset
2448 </cell>
2449 </row>
2450 </lyxtabular>
2451
2452 \end_inset
2453
2454
2455 \begin_inset Newline newline
2456 \end_inset
2457
2458 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2459  spéciales pour le tableau, voir les sections
2460 \begin_inset space ~
2461 \end_inset
2462
2463
2464 \begin_inset CommandInset ref
2465 LatexCommand ref
2466 reference "sub:Calculs-multicolonnes"
2467
2468 \end_inset
2469
2470  et 
2471 \begin_inset CommandInset ref
2472 LatexCommand ref
2473 reference "sec:Tableaux-Colorés"
2474
2475 \end_inset
2476
2477 .
2478 \end_layout
2479
2480 \begin_layout Description
2481
2482 \family sans
2483 Bordures
2484 \family default
2485  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2486  ou la colonne courante.
2487  
2488 \begin_inset Newline newline
2489 \end_inset
2490
2491 En utilisant le style 
2492 \family sans
2493 Formel
2494 \family default
2495  à la place du style par 
2496 \family sans
2497 Défaut
2498 \family default
2499 , on va convertir le tableau en tableau formel comme on le décrit dans la
2500  section
2501 \begin_inset space ~
2502 \end_inset
2503
2504
2505 \begin_inset CommandInset ref
2506 LatexCommand ref
2507 reference "sec:Tableaux-Formels"
2508
2509 \end_inset
2510
2511 .
2512 \begin_inset Newline newline
2513 \end_inset
2514
2515 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2516  dans les lignes du tableau comme c'est décrit dans la section
2517 \begin_inset space ~
2518 \end_inset
2519
2520
2521 \begin_inset CommandInset ref
2522 LatexCommand ref
2523 reference "sub:Espacement-lignes"
2524
2525 \end_inset
2526
2527 .
2528 \end_layout
2529
2530 \begin_layout Description
2531 Tableau
2532 \begin_inset space ~
2533 \end_inset
2534
2535 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2536  un 
2537 \begin_inset Quotes eld
2538 \end_inset
2539
2540
2541 \emph on
2542 tableau long
2543 \emph default
2544
2545 \begin_inset Quotes erd
2546 \end_inset
2547
2548  qui peut continuer sur plusieurs pages.
2549  Les sections
2550 \begin_inset space ~
2551 \end_inset
2552
2553
2554 \begin_inset CommandInset ref
2555 LatexCommand ref
2556 reference "sec:Tableaux-longs"
2557
2558 \end_inset
2559
2560  et 
2561 \begin_inset CommandInset ref
2562 LatexCommand ref
2563 reference "sec:Questions-sur-tableaux-longs"
2564
2565 \end_inset
2566
2567  décrivent ces tableaux longs plus en détail.
2568 \end_layout
2569
2570 \begin_layout Section
2571 La barre d'outils tableau
2572 \begin_inset Index idx
2573 status collapsed
2574
2575 \begin_layout Plain Layout
2576 Tableau ! Barre d'outils
2577 \end_layout
2578
2579 \end_inset
2580
2581
2582 \end_layout
2583
2584 \begin_layout Standard
2585 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2586  permet de modifier plus rapidement les tableaux.
2587  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2588  le curseur se trouve à l'intérieur d'un tableau.
2589  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2590  au menu 
2591 \family sans
2592 Visualiser\SpecialChar \menuseparator
2593 Barres
2594 \begin_inset space ~
2595 \end_inset
2596
2597 d'outils\SpecialChar \menuseparator
2598 Tableau
2599 \family default
2600 .
2601 \end_layout
2602
2603 \begin_layout Standard
2604 La barre d'outils contient les icônes suivantes :
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609
2610 \family sans
2611 \begin_inset Info
2612 type  "icon"
2613 arg   "inset-modify tabular append-row"
2614 \end_inset
2615
2616
2617 \family default
2618  ajoute une ligne sous la cellule ou la sélection courante
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623
2624 \family sans
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "inset-modify tabular append-column"
2628 \end_inset
2629
2630
2631 \family default
2632  ajoute une colonne à la droite de la cellule ou de la sélection courante
2633 \end_layout
2634
2635 \begin_layout Labeling
2636 \labelwidthstring 00.00.0000
2637
2638 \family sans
2639 \begin_inset Info
2640 type  "icon"
2641 arg   "inset-modify tabular delete-row"
2642 \end_inset
2643
2644
2645 \family default
2646  supprime la ligne ou la sélection courante
2647 \end_layout
2648
2649 \begin_layout Labeling
2650 \labelwidthstring 00.00.0000
2651
2652 \family sans
2653 \begin_inset Info
2654 type  "icon"
2655 arg   "inset-modify tabular delete-column"
2656 \end_inset
2657
2658
2659 \family default
2660  supprime la colonne ou la sélection courante
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665
2666 \family sans
2667 \begin_inset Info
2668 type  "icon"
2669 arg   "inset-modify tabular toggle-line-top"
2670 \end_inset
2671
2672
2673 \family default
2674  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2675  courante
2676 \end_layout
2677
2678 \begin_layout Labeling
2679 \labelwidthstring 00.00.0000
2680
2681 \family sans
2682 \begin_inset Info
2683 type  "icon"
2684 arg   "inset-modify tabular toggle-line-bottom"
2685 \end_inset
2686
2687
2688 \family default
2689  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2690 \end_layout
2691
2692 \begin_layout Labeling
2693 \labelwidthstring 00.00.0000
2694
2695 \family sans
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "inset-modify tabular toggle-line-left"
2699 \end_inset
2700
2701
2702 \family default
2703  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2704 \begin_inset Note Note
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 ou colonne ?
2709 \end_layout
2710
2711 \end_inset
2712
2713  ou de la sélection courante
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718
2719 \family sans
2720 \begin_inset Info
2721 type  "icon"
2722 arg   "inset-modify tabular toggle-line-right"
2723 \end_inset
2724
2725
2726 \family default
2727  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2728 \begin_inset Note Note
2729 status collapsed
2730
2731 \begin_layout Plain Layout
2732 ou colonne ?
2733 \end_layout
2734
2735 \end_inset
2736
2737  ou de la sélection courante
2738 \end_layout
2739
2740 \begin_layout Labeling
2741 \labelwidthstring 00.00.0000
2742
2743 \family sans
2744 \begin_inset Info
2745 type  "icon"
2746 arg   "inset-modify tabular set-all-lines"
2747 \end_inset
2748
2749
2750 \family default
2751  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2752  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2753  colonne et la ligne courante
2754 \end_layout
2755
2756 \begin_layout Labeling
2757 \labelwidthstring 00.00.0000
2758
2759 \family sans
2760 \begin_inset Info
2761 type  "icon"
2762 arg   "inset-modify tabular unset-all-lines"
2763 \end_inset
2764
2765
2766 \family default
2767  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2768  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2769  aussi la colonne et la ligne courante
2770 \end_layout
2771
2772 \begin_layout Labeling
2773 \labelwidthstring 00.00.0000
2774
2775 \family sans
2776 \begin_inset Info
2777 type  "icon"
2778 arg   "inset-modify tabular m-align-left"
2779 \end_inset
2780
2781
2782 \family default
2783  aligne à gauche le contenu de la cellule ou de la colonne courante
2784 \end_layout
2785
2786 \begin_layout Labeling
2787 \labelwidthstring 00.00.0000
2788
2789 \family sans
2790 \begin_inset Info
2791 type  "icon"
2792 arg   "inset-modify tabular m-align-center"
2793 \end_inset
2794
2795
2796 \family default
2797  centre horizontalement le contenu de la cellule ou de la colonne courante
2798 \end_layout
2799
2800 \begin_layout Labeling
2801 \labelwidthstring 00.00.0000
2802
2803 \family sans
2804 \begin_inset Info
2805 type  "icon"
2806 arg   "inset-modify tabular m-align-right"
2807 \end_inset
2808
2809
2810 \family default
2811  aligne à droite le contenu de la cellule ou de la colonne courante
2812 \end_layout
2813
2814 \begin_layout Labeling
2815 \labelwidthstring 00.00.0000
2816
2817 \family sans
2818 \begin_inset Info
2819 type  "icon"
2820 arg   "inset-modify tabular align-decimal"
2821 \end_inset
2822
2823
2824 \family default
2825  aligne le contenu de la colonne courante sur un caractère
2826 \end_layout
2827
2828 \begin_layout Labeling
2829 \labelwidthstring 00.00.0000
2830
2831 \family sans
2832 \begin_inset Info
2833 type  "icon"
2834 arg   "inset-modify tabular m-valign-top"
2835 \end_inset
2836
2837
2838 \family default
2839  aligne le contenu de la cellule courante verticalement vers le haut
2840 \end_layout
2841
2842 \begin_layout Labeling
2843 \labelwidthstring 00.00.0000
2844
2845 \family sans
2846 \begin_inset Info
2847 type  "icon"
2848 arg   "inset-modify tabular m-valign-middle"
2849 \end_inset
2850
2851
2852 \family default
2853  centre verticalement le contenu de la cellule courante
2854 \end_layout
2855
2856 \begin_layout Labeling
2857 \labelwidthstring 00.00.0000
2858
2859 \family sans
2860 \begin_inset Info
2861 type  "icon"
2862 arg   "inset-modify tabular m-valign-bottom"
2863 \end_inset
2864
2865
2866 \family default
2867  aligne le contenu de la cellule courante verticalement vers le bas
2868 \end_layout
2869
2870 \begin_layout Labeling
2871 \labelwidthstring 00.00.0000
2872
2873 \family sans
2874 \begin_inset Info
2875 type  "icon"
2876 arg   "inset-modify tabular set-rotate-cell"
2877 \end_inset
2878
2879
2880 \family default
2881  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2882 re
2883 \end_layout
2884
2885 \begin_layout Labeling
2886 \labelwidthstring 00.00.0000
2887
2888 \family sans
2889 \begin_inset Info
2890 type  "icon"
2891 arg   "inset-modify tabular set-rotate-tabular"
2892 \end_inset
2893
2894
2895 \family default
2896  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2897 \end_layout
2898
2899 \begin_layout Labeling
2900 \labelwidthstring 00.00.0000
2901
2902 \family sans
2903 \begin_inset Info
2904 type  "icon"
2905 arg   "inset-modify tabular multicolumn"
2906 \end_inset
2907
2908
2909 \family default
2910  transforme en multi-colonne la cellule ou la sélection courante
2911 \end_layout
2912
2913 \begin_layout Labeling
2914 \labelwidthstring 00.00.0000
2915
2916 \family sans
2917 \begin_inset Info
2918 type  "icon"
2919 arg   "inset-modify tabular multirow"
2920 \end_inset
2921
2922
2923 \family default
2924  transforme en multiligne la cellule ou la sélection courante
2925 \end_layout
2926
2927 \begin_layout Standard
2928 \begin_inset Note Greyedout
2929 status open
2930
2931 \begin_layout Plain Layout
2932
2933 \series bold
2934 Note :
2935 \series default
2936  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2937  est utilisé pour toutes les autres cellules de la ligne.
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \begin_layout Section
2946 Le Menu Éditer Tableau
2947 \begin_inset Index idx
2948 status collapsed
2949
2950 \begin_layout Plain Layout
2951 Tableau ! Menu Éditer
2952 \end_layout
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \begin_layout Standard
2960 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2961  
2962 \family sans
2963 Éditer\SpecialChar \menuseparator
2964 Tableau
2965 \family default
2966  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2967  ou de la ligne courante et aussi de transformer la sélection courante en
2968  multi-colonne.
2969  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2970 \end_layout
2971
2972 \begin_layout Section
2973 Flottant de Tableau
2974 \begin_inset CommandInset label
2975 LatexCommand label
2976 name "sec:Table-Floats"
2977
2978 \end_inset
2979
2980
2981 \begin_inset Index idx
2982 status collapsed
2983
2984 \begin_layout Plain Layout
2985 Flottants ! Tableaux
2986 \end_layout
2987
2988 \end_inset
2989
2990
2991 \begin_inset Index idx
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 Tableau ! Flottants
2996 \end_layout
2997
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \begin_layout Standard
3004 Pour des explications générales sur les flottants, jetez un œil à la section
3005 \begin_inset space ~
3006 \end_inset
3007
3008
3009 \begin_inset CommandInset ref
3010 LatexCommand ref
3011 reference "sec:Flottants-Introduction"
3012
3013 \end_inset
3014
3015 .
3016 \end_layout
3017
3018 \begin_layout Standard
3019 \begin_inset Float table
3020 placement h
3021 wide false
3022 sideways false
3023 status open
3024
3025 \begin_layout Plain Layout
3026 \begin_inset Caption
3027
3028 \begin_layout Plain Layout
3029 \begin_inset CommandInset label
3030 LatexCommand label
3031 name "tab:Flottant-de-tableau"
3032
3033 \end_inset
3034
3035 Un flottant de tableau.
3036 \end_layout
3037
3038 \end_inset
3039
3040
3041 \end_layout
3042
3043 \begin_layout Plain Layout
3044 \align center
3045 \begin_inset Tabular
3046 <lyxtabular version="3" rows="3" columns="3">
3047 <features tabularvalignment="middle">
3048 <column alignment="center" valignment="top" width="0pt">
3049 <column alignment="center" valignment="top" width="0pt">
3050 <column alignment="center" valignment="top" width="0pt">
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056 1
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065 2
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074 3
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row>
3081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085 Jules
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 Marie
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103 Jean
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 <row>
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\int x^{2}dx$
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 \begin_inset Formula $\left[\begin{array}{cc}
3127 a & b\\
3128 c & d
3129 \end{array}\right]$
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 \begin_inset Formula $1+1=2$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 </lyxtabular>
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \begin_layout Standard
3163 Les flottants de tableau sont insérés en utilisant le menu 
3164 \family sans
3165 Insérer\SpecialChar \menuseparator
3166 Flottant\SpecialChar \menuseparator
3167 Tableau
3168 \family default
3169  ou le bouton 
3170 \family sans
3171
3172 \begin_inset Info
3173 type  "icon"
3174 arg   "float-insert table"
3175 \end_inset
3176
3177
3178 \family default
3179  de la barre d'outils.
3180 \end_layout
3181
3182 \begin_layout Standard
3183 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3184  qui a comme étiquette 
3185 \begin_inset Quotes eld
3186 \end_inset
3187
3188 Tableau
3189 \begin_inset space ~
3190 \end_inset
3191
3192 #:
3193 \begin_inset Quotes erd
3194 \end_inset
3195
3196  (où # est le numéro du tableau).
3197  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3198 \end_layout
3199
3200 \begin_layout Standard
3201 Le tableau
3202 \begin_inset space ~
3203 \end_inset
3204
3205
3206 \begin_inset CommandInset ref
3207 LatexCommand ref
3208 reference "tab:Flottant-de-tableau"
3209
3210 \end_inset
3211
3212  est un exemple de tableau dans un flottant de tableau.
3213 \end_layout
3214
3215 \begin_layout Standard
3216 On met habituellement la légende au dessus des tableaux, mais cette règle
3217  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3218  Cela signifie que si vous utilisez un document appartenant aux classes
3219  
3220 \family sans
3221 article
3222 \family default
3223
3224 \family sans
3225 book
3226 \family default
3227
3228 \family sans
3229 letter
3230 \family default
3231 , ou
3232 \family sans
3233  report
3234 \family default
3235  il n'y aura pas d'espace entre la légende et le tableau.
3236  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3237  la commande de chargement du paquetage LaTeX 
3238 \series bold
3239 caption
3240 \series default
3241
3242 \begin_inset Index idx
3243 status collapsed
3244
3245 \begin_layout Plain Layout
3246 Paquetages LaTeX ! caption
3247 \end_layout
3248
3249 \end_inset
3250
3251  dans le préambule de votre document.
3252 \begin_inset Foot
3253 status collapsed
3254
3255 \begin_layout Plain Layout
3256 Pour plus d'information voyez la section
3257 \begin_inset space ~
3258 \end_inset
3259
3260
3261 \begin_inset CommandInset ref
3262 LatexCommand ref
3263 reference "sec:Placement-légende"
3264
3265 \end_inset
3266
3267 .
3268 \end_layout
3269
3270 \end_inset
3271
3272 :
3273 \end_layout
3274
3275 \begin_layout Standard
3276
3277 \series bold
3278 tableposition=top
3279 \end_layout
3280
3281 \begin_layout Standard
3282 Le paquetage 
3283 \series bold
3284 caption
3285 \series default
3286 , qui est décrit dans la section
3287 \begin_inset space ~
3288 \end_inset
3289
3290
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "sec:Formatage-légende"
3294
3295 \end_inset
3296
3297 , est utilisé pour ajuster le format des légendes.
3298 \end_layout
3299
3300 \begin_layout Standard
3301 Dans le texte, on fait référence à un tableau
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 References@Références ! à des Tableaux
3307 \end_layout
3308
3309 \end_inset
3310
3311  en faisant référence à sa légende.
3312  On insère donc une étiquette dans la légende en utilisant le menu 
3313 \family sans
3314 Insérer
3315 \family default
3316 \SpecialChar \menuseparator
3317
3318 \family sans
3319 Étiquette
3320 \family default
3321  ou le bouton 
3322 \family sans
3323
3324 \begin_inset Info
3325 type  "icon"
3326 arg   "label-insert"
3327 \end_inset
3328
3329
3330 \family default
3331  de la barre d'outils.
3332  On peut alors faire référence à cette étiquette en utilisant le menu 
3333 \family sans
3334 Insérer\SpecialChar \menuseparator
3335 Référence
3336 \begin_inset space ~
3337 \end_inset
3338
3339 croisée
3340 \family default
3341  ou le bouton 
3342 \family sans
3343
3344 \begin_inset Info
3345 type  "icon"
3346 arg   "dialog-show-new-inset ref"
3347 \end_inset
3348
3349
3350 \family default
3351  de la barre d'outils.
3352 \begin_inset Newline newline
3353 \end_inset
3354
3355 Les références croisées sont expliquées en détail dans la section
3356 \begin_inset space ~
3357 \end_inset
3358
3359
3360 \begin_inset CommandInset ref
3361 LatexCommand ref
3362 reference "sec:Referencer-les-Flottants"
3363
3364 \end_inset
3365
3366 .
3367 \end_layout
3368
3369 \begin_layout Section
3370 Tableaux Longs
3371 \begin_inset CommandInset label
3372 LatexCommand label
3373 name "sec:Tableaux-longs"
3374
3375 \end_inset
3376
3377
3378 \begin_inset Index idx
3379 status collapsed
3380
3381 \begin_layout Plain Layout
3382 Tableaux longs
3383 \end_layout
3384
3385 \end_inset
3386
3387
3388 \begin_inset Index idx
3389 status collapsed
3390
3391 \begin_layout Plain Layout
3392 Tableau ! Tableaux longs
3393 \end_layout
3394
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \begin_layout Standard
3401 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3402  l'option 
3403 \family sans
3404 Utiliser
3405 \begin_inset space ~
3406 \end_inset
3407
3408 les
3409 \begin_inset space ~
3410 \end_inset
3411
3412 tableaux
3413 \begin_inset space ~
3414 \end_inset
3415
3416 longs
3417 \family default
3418  de l'onglet 
3419 \family sans
3420 Tableau
3421 \begin_inset space ~
3422 \end_inset
3423
3424 long
3425 \family default
3426  de la fenêtre 
3427 \family sans
3428 Paramètres
3429 \begin_inset space ~
3430 \end_inset
3431
3432 du
3433 \begin_inset space ~
3434 \end_inset
3435
3436 tableau
3437 \family default
3438  pour le répartir automatiquement sur plusieurs pages.
3439  En cochant cette option, vous activez les options suivantes:
3440 \end_layout
3441
3442 \begin_layout Description
3443 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3444  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3445  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3446  première page, si 
3447 \family sans
3448 Premier
3449 \begin_inset space ~
3450 \end_inset
3451
3452 en-tête
3453 \family default
3454  est défini.
3455  Ces lignes forment l'en-tête principal.
3456 \end_layout
3457
3458 \begin_layout Description
3459 Premier
3460 \begin_inset space ~
3461 \end_inset
3462
3463 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3464  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3465  d'en-tête utilisées pour la première page du tableau long.
3466 \end_layout
3467
3468 \begin_layout Description
3469 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3470  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3471  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3472  page si 
3473 \family sans
3474 Dernier
3475 \begin_inset space ~
3476 \end_inset
3477
3478 pied
3479 \family default
3480  est défini.
3481 \end_layout
3482
3483 \begin_layout Description
3484 Dernier
3485 \begin_inset space ~
3486 \end_inset
3487
3488 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3489  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3490  constituant le pied de la dernière page du tableau long.
3491 \end_layout
3492
3493 \begin_layout Description
3494 Légende La ligne courante contient la légende du tableau.
3495  La première ligne est transformée en une colonne unique et une légende
3496  est insérée.
3497  Vous trouverez d'autres explications sur les légendes pour les tableaux
3498  longs dans la section
3499 \begin_inset space ~
3500 \end_inset
3501
3502
3503 \begin_inset CommandInset ref
3504 LatexCommand ref
3505 reference "sub:Tableaux-longs-légende"
3506
3507 \end_inset
3508
3509 .
3510 \end_layout
3511
3512 \begin_layout Standard
3513 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3514  Voyez le tableau long qui suit pour voir comment ça marche :
3515 \end_layout
3516
3517 \begin_layout Standard
3518 \align center
3519 \begin_inset Tabular
3520 <lyxtabular version="3" rows="69" columns="3">
3521 <features islongtable="true" longtabularalignment="center">
3522 <column alignment="left" valignment="top" width="0cm">
3523 <column alignment="left" valignment="top" width="0pt">
3524 <column alignment="center" valignment="top" width="0pt">
3525 <row endfirsthead="true">
3526 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \series bold
3532 Exemple d'annuaire téléphonique (ignorez les noms)
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 </row>
3556 <row endfirsthead="true">
3557 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 NOM
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583 TEL.
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row endhead="true">
3590 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594
3595 \series bold
3596 Exemple d'annuaire téléphonique
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 </row>
3620 <row endhead="true">
3621 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \series bold
3627 NOM
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645
3646 \series bold
3647 TEL.
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 </row>
3653 <row endfoot="true">
3654 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658  continue page suivante
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \series bold
3689 Annovi
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Silvia
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 111
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 </row>
3713 <row>
3714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718
3719 \series bold
3720 Bertoli
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Stefano
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 111
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 </row>
3744 <row>
3745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751 Bozzi
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 Walter
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 111
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 </row>
3775 <row>
3776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780
3781 \series bold
3782 Cachia
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 Maria
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 111
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811
3812 \series bold
3813 Cachia
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 Maurizio
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 111
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 </row>
3837 <row>
3838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842
3843 \series bold
3844 Cinquemani
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 Giusi
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 111
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 </row>
3868 <row>
3869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875 Colin
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 Bernard
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 111
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 </row>
3899 <row>
3900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906 Concli
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 Gianfranco
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 111
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 </row>
3930 <row>
3931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935
3936 \series bold
3937 Dal Bosco
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 Carolina
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 111
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 </row>
3961 <row>
3962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966
3967 \series bold
3968 Dalpiaz
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Annamaria
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 111
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \series bold
3999 Feliciello
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 Domenico
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 111
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 </row>
4023 <row>
4024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028
4029 \series bold
4030 Focarelli
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 Paola
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 111
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 </row>
4054 <row>
4055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059
4060 \series bold
4061 Galletti
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 Oreste
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 111
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 </row>
4085 <row>
4086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090
4091 \series bold
4092 Gasparini
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 Franca
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 111
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123 Rizzardi
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 Paola
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 111
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 </row>
4147 <row>
4148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152
4153 \series bold
4154 Lassini
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Giancarlo
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 111
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 </row>
4178 <row>
4179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \series bold
4185 Malfatti
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 Luciano
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 111
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \series bold
4216 Malfatti
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 Valeriano
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 111
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 </row>
4240 <row>
4241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245
4246 \series bold
4247 Meneguzzo
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 Roberto
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 111
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 </row>
4271 <row>
4272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276
4277 \series bold
4278 Mezzadra
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 Roberto
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 111
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 </row>
4302 <row>
4303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307
4308 \series bold
4309 Pirpamer
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 Erich
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 111
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 </row>
4333 <row>
4334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338
4339 \series bold
4340 Pochiesa
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 Paolo
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 111, 222
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369
4370 \series bold
4371 Radina
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 Claudio
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 111
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400
4401 \series bold
4402 Stuffer
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Oskar
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 111
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431
4432 \series bold
4433 Tacchelli
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 Ugo
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 111
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 </row>
4457 <row>
4458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462
4463 \series bold
4464 Tezzele
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 Margit
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 111
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493
4494 \series bold
4495 Unterkalmsteiner
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 Frieda
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 111
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \series bold
4526 Vieider
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 Hilde
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 111
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \series bold
4557 Vigna
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 Jürgen
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 111
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 </row>
4581 <row>
4582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \series bold
4588 Weber
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Maurizio
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 111
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617
4618 \series bold
4619 Winkler
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 Franz
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 111
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 </row>
4643 <row>
4644 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648  
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \series bold
4679 Annovi
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 Silvia
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 555
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 </row>
4703 <row>
4704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708
4709 \series bold
4710 Bertoli
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 Stefano
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 555
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 </row>
4734 <row>
4735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739
4740 \series bold
4741 Bozzi
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 Walter
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 555
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770
4771 \series bold
4772 Cachia
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 Maria
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 555
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 </row>
4796 <row>
4797 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801
4802 \series bold
4803 Cachia
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 Maurizio
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 555
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \series bold
4834 Cinquemani
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 Giusi
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 555
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 </row>
4858 <row>
4859 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863
4864 \series bold
4865 Colin
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 Bernard
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 555
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894
4895 \series bold
4896 Concli
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 Gianfranco
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 555
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 <row>
4921 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925
4926 \series bold
4927 Dal Bosco
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 Carolina
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 555
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956
4957 \series bold
4958 Dalpiaz
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 Annamaria
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 555
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 <row>
4983 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987
4988 \series bold
4989 Feliciello
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 Domenico
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 555
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 </row>
5013 <row>
5014 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018
5019 \series bold
5020 Focarelli
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 Paola
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 555
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 </row>
5044 <row>
5045 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049
5050 \series bold
5051 Galletti
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 Oreste
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 555
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 </row>
5075 <row>
5076 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080
5081 \series bold
5082 Gasparini
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 Franca
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 555
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 </row>
5106 <row>
5107 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111
5112 \series bold
5113 Rizzardi
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 Paola
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 555
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \series bold
5144 Lassini
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 Giancarlo
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 555
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 <row>
5169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \series bold
5175 Malfatti
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 Luciano
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 555
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 </row>
5199 <row>
5200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204
5205 \series bold
5206 Malfatti
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 Valeriano
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 555
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 </row>
5230 <row>
5231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235
5236 \series bold
5237 Meneguzzo
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 Roberto
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 555
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \series bold
5268 Mezzadra
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 Roberto
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 555
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 </row>
5292 <row>
5293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297
5298 \series bold
5299 Pirpamer
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 Erich
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 555
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 </row>
5323 <row>
5324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328
5329 \series bold
5330 Pochiesa
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 Paolo
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 555, 222
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 <row>
5355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359
5360 \series bold
5361 Radina
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 Claudio
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 555
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 </row>
5385 <row>
5386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390
5391 \series bold
5392 Stuffer
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 Oskar
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 555
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 </row>
5416 <row>
5417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421
5422 \series bold
5423 Tacchelli
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 Ugo
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 555
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 </row>
5447 <row>
5448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452
5453 \series bold
5454 Tezzele
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 Margit
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 555
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 </row>
5478 <row>
5479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483
5484 \series bold
5485 Unterkalmsteiner
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 Frieda
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 555
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \series bold
5516 Vieider
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 Hilde
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 555
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 </row>
5540 <row>
5541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545
5546 \series bold
5547 Vigna
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 Jürgen
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 999
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \series bold
5578 Weber
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 Maurizio
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 555
5597 \end_layout
5598
5599 \end_inset
5600 </cell>
5601 </row>
5602 <row>
5603 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607
5608 \series bold
5609 Winkler
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 Franz
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 555
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 </row>
5633 <row endlastfoot="true">
5634 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 Fin
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 </lyxtabular>
5663
5664 \end_inset
5665
5666
5667 \begin_inset ERT
5668 status collapsed
5669
5670 \begin_layout Plain Layout
5671
5672
5673 \backslash
5674 addtocounter{table}{-1}
5675 \end_layout
5676
5677 \end_inset
5678
5679
5680 \begin_inset Note Note
5681 status collapsed
5682
5683 \begin_layout Plain Layout
5684 Voyez la première note grisée de la section
5685 \begin_inset space ~
5686 \end_inset
5687
5688
5689 \begin_inset CommandInset ref
5690 LatexCommand ref
5691 reference "sub:Tableaux-longs-légende"
5692
5693 \end_inset
5694
5695  pour une explication de cette commande.
5696 \end_layout
5697
5698 \end_inset
5699
5700
5701 \end_layout
5702
5703 \begin_layout Subsection
5704 Notes de Bas de Page dans les Tableaux Longs
5705 \begin_inset CommandInset label
5706 LatexCommand label
5707 name "sub:Notes-dans-tableau-long"
5708
5709 \end_inset
5710
5711
5712 \begin_inset Index idx
5713 status collapsed
5714
5715 \begin_layout Plain Layout
5716 Tableaux longs ! Notes de bas de page
5717 \end_layout
5718
5719 \end_inset
5720
5721
5722 \end_layout
5723
5724 \begin_layout Standard
5725 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5726  long.
5727  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5728  contenant la note.
5729  Par exemple le tableau
5730 \begin_inset space ~
5731 \end_inset
5732
5733
5734 \begin_inset CommandInset ref
5735 LatexCommand ref
5736 reference "tab:Légendes-tableau-différentes"
5737
5738 \end_inset
5739
5740  a une note de bas de page.
5741 \end_layout
5742
5743 \begin_layout Subsection
5744 Alignement des Tableaux Longs
5745 \begin_inset Index idx
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749 Tableaux longs ! Alignement
5750 \end_layout
5751
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \begin_layout Standard
5758 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5759  de dialogue des paramètres de tableau.
5760  Pour les alignements à droite et à gauche, le tableau sera directement
5761  au bord de la page.
5762  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5763  l'alignement centré et modifier les valeurs des longueurs 
5764 \series bold
5765
5766 \backslash
5767 LTleft 
5768 \series default
5769 et 
5770 \series bold
5771
5772 \backslash
5773 LTright
5774 \series default
5775  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5776  concerné :
5777 \end_layout
5778
5779 \begin_layout Standard
5780
5781 \series bold
5782
5783 \backslash
5784 setlength{
5785 \backslash
5786 LTleft}{valeur}
5787 \end_layout
5788
5789 \begin_layout Standard
5790 Où 
5791 \series bold
5792 valeur
5793 \series default
5794  peut avoir n'importe laquelle des unités listées dans le tableau
5795 \begin_inset space ~
5796 \end_inset
5797
5798
5799 \begin_inset CommandInset ref
5800 LatexCommand ref
5801 reference "cha:Unités-de-longueur"
5802
5803 \end_inset
5804
5805 .
5806  
5807 \series bold
5808
5809 \backslash
5810 LTleft
5811 \series default
5812  contrôle la distance horizontale entre le bord gauche de la page et le
5813  tableau, et
5814 \series bold
5815  
5816 \backslash
5817 LTright
5818 \series default
5819  la distance au bord droit.
5820  La valeur implicite des ces deux distances est 
5821 \series bold
5822
5823 \backslash
5824 fill
5825 \series default
5826 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5827 \end_layout
5828
5829 \begin_layout Standard
5830 Le tableau long suivant a été centrée en mettant 
5831 \series bold
5832
5833 \backslash
5834 LTleft
5835 \series default
5836  à 
5837 \family sans
5838 0.1
5839 \backslash
5840 columnwidth
5841 \family default
5842 :
5843 \begin_inset ERT
5844 status collapsed
5845
5846 \begin_layout Plain Layout
5847
5848
5849 \backslash
5850 setlength{
5851 \backslash
5852 LTleft}{0.1
5853 \backslash
5854 columnwidth}
5855 \end_layout
5856
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \begin_layout Standard
5863 \begin_inset Tabular
5864 <lyxtabular version="3" rows="5" columns="5">
5865 <features islongtable="true" longtabularalignment="center">
5866 <column alignment="center" valignment="top" width="0">
5867 <column alignment="center" valignment="top" width="0">
5868 <column alignment="center" valignment="top" width="0">
5869 <column alignment="center" valignment="top" width="0">
5870 <column alignment="center" valignment="top" width="0">
5871 <row>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 1
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 2
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 3
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 4
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 5
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 </row>
5918 <row>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 asd
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 s
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 asd
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 </row>
5965 <row>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 asd
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 s
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 s
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 s
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 </row>
6012 <row>
6013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 asd
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 s
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 s
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6041 \begin_inset Text
6042
6043 \begin_layout Plain Layout
6044 s
6045 \end_layout
6046
6047 \end_inset
6048 </cell>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053 asd
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 asd
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 asd
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082 asd
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091 asd
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100 asd
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 </row>
6106 </lyxtabular>
6107
6108 \end_inset
6109
6110
6111 \begin_inset ERT
6112 status collapsed
6113
6114 \begin_layout Plain Layout
6115
6116
6117 \backslash
6118 setlength{
6119 \backslash
6120 LTleft}{
6121 \backslash
6122 fill}
6123 \end_layout
6124
6125 \end_inset
6126
6127
6128 \begin_inset ERT
6129 status collapsed
6130
6131 \begin_layout Plain Layout
6132
6133
6134 \backslash
6135 addtocounter{table}{-1}
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \begin_inset Note Note
6142 status collapsed
6143
6144 \begin_layout Plain Layout
6145 Voyez la première note grisée de la section
6146 \begin_inset space ~
6147 \end_inset
6148
6149
6150 \begin_inset CommandInset ref
6151 LatexCommand ref
6152 reference "sub:Tableaux-longs-légende"
6153
6154 \end_inset
6155
6156  pour une explication de cette commande.
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \begin_layout Subsection
6165 Légendes et Tableaux longs
6166 \begin_inset Index idx
6167 status collapsed
6168
6169 \begin_layout Plain Layout
6170 Tableaux longs ! Legendes@Légendes
6171 \end_layout
6172
6173 \end_inset
6174
6175
6176 \begin_inset CommandInset label
6177 LatexCommand label
6178 name "sub:Tableaux-longs-légende"
6179
6180 \end_inset
6181
6182
6183 \end_layout
6184
6185 \begin_layout Standard
6186 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6187  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6188  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6189  Longs quand on utilise pour une ligne l'option de tableau long 
6190 \family sans
6191 Légende
6192 \family default
6193 , comme c'est expliqué dans la section
6194 \begin_inset space ~
6195 \end_inset
6196
6197
6198 \begin_inset CommandInset ref
6199 LatexCommand ref
6200 reference "sec:Tableaux-longs"
6201
6202 \end_inset
6203
6204 .
6205 \end_layout
6206
6207 \begin_layout Standard
6208 Voici un petit Tableau long pour voir comment ça marche :
6209 \end_layout
6210
6211 \begin_layout Standard
6212 \begin_inset Tabular
6213 <lyxtabular version="3" rows="6" columns="5">
6214 <features islongtable="true" longtabularalignment="center">
6215 <column alignment="center" valignment="top" width="0">
6216 <column alignment="center" valignment="top" width="0">
6217 <column alignment="center" valignment="top" width="0">
6218 <column alignment="center" valignment="top" width="0">
6219 <column alignment="center" valignment="top" width="0">
6220 <row caption="true">
6221 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 \begin_inset Caption
6226
6227 \begin_layout Plain Layout
6228 Tableau long avec une légende
6229 \begin_inset Argument
6230 status open
6231
6232 \begin_layout Plain Layout
6233 Tableau long
6234 \end_layout
6235
6236 \end_inset
6237
6238
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 1
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 2
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 3
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 4
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 5
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 </row>
6332 <row>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 asd
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 s
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 s
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 s
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 asd
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 </row>
6379 <row>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 asd
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 s
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6399 \begin_inset Text
6400
6401 \begin_layout Plain Layout
6402 s
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411 s
6412 \end_layout
6413
6414 \end_inset
6415 </cell>
6416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6417 \begin_inset Text
6418
6419 \begin_layout Plain Layout
6420 asd
6421 \end_layout
6422
6423 \end_inset
6424 </cell>
6425 </row>
6426 <row>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 asd
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 s
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 s
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 s
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Plain Layout
6467 asd
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 </row>
6473 <row>
6474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 asd
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 asd
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496 asd
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 asd
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 asd
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 </row>
6520 </lyxtabular>
6521
6522 \end_inset
6523
6524
6525 \end_layout
6526
6527 \begin_layout Standard
6528 \begin_inset VSpace medskip
6529 \end_inset
6530
6531
6532 \begin_inset Note Greyedout
6533 status open
6534
6535 \begin_layout Plain Layout
6536
6537 \series bold
6538 Note
6539 \begin_inset space ~
6540 \end_inset
6541
6542 1:
6543 \series default
6544  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6545  n'avez pas prévu de légende.
6546  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6547 \begin_inset space ~
6548 \end_inset
6549
6550 2.4 suit le tableau
6551 \begin_inset space ~
6552 \end_inset
6553
6554 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6555  sans légende.
6556  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6557  après chaque tableau long sans légende :
6558 \end_layout
6559
6560 \begin_layout Plain Layout
6561
6562 \series bold
6563
6564 \backslash
6565 addtocounter{table}{-1}
6566 \end_layout
6567
6568 \begin_layout Plain Layout
6569 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6570  et que vous ajoutez le code suivant dans le préambule du document :
6571 \end_layout
6572
6573 \begin_layout Plain Layout
6574
6575 \series bold
6576
6577 \backslash
6578 let
6579 \backslash
6580 myEnd
6581 \backslash
6582 endlongtable
6583 \begin_inset Newline newline
6584 \end_inset
6585
6586
6587 \backslash
6588 renewcommand{
6589 \backslash
6590 endlongtable}{
6591 \backslash
6592 myEnd
6593 \backslash
6594 addtocounter{table}{-1}}
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Standard
6603 \begin_inset Note Greyedout
6604 status open
6605
6606 \begin_layout Plain Layout
6607
6608 \series bold
6609 Note
6610 \begin_inset space ~
6611 \end_inset
6612
6613 2:
6614 \series default
6615  Si vous utilisez 
6616 \series bold
6617 hyperref
6618 \series default
6619
6620 \begin_inset Index idx
6621 status collapsed
6622
6623 \begin_layout Plain Layout
6624 Paquetages LaTeX ! hyperref
6625 \end_layout
6626
6627 \end_inset
6628
6629  dans les 
6630 \family sans
6631 Paramètres du document
6632 \family default
6633  rubrique 
6634 \family sans
6635 Propriétés
6636 \begin_inset space ~
6637 \end_inset
6638
6639 du
6640 \begin_inset space ~
6641 \end_inset
6642
6643 PDF
6644 \family default
6645 , pour transformer vos références croisées en liens cliquables, le lien
6646  vers un tableau long pointera toujours sur le début du document.
6647 \end_layout
6648
6649 \end_inset
6650
6651
6652 \end_layout
6653
6654 \begin_layout Subsubsection
6655 Références à des tableaux longs
6656 \begin_inset Index idx
6657 status collapsed
6658
6659 \begin_layout Plain Layout
6660 Tableaux longs ! Références
6661 \end_layout
6662
6663 \end_inset
6664
6665
6666 \end_layout
6667
6668 \begin_layout Standard
6669 \begin_inset Tabular
6670 <lyxtabular version="3" rows="6" columns="5">
6671 <features islongtable="true" longtabularalignment="center">
6672 <column alignment="center" valignment="top" width="0">
6673 <column alignment="center" valignment="top" width="0">
6674 <column alignment="center" valignment="top" width="0">
6675 <column alignment="center" valignment="top" width="0">
6676 <column alignment="center" valignment="top" width="0">
6677 <row caption="true">
6678 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 \begin_inset Caption
6683
6684 \begin_layout Plain Layout
6685 Tableau long référencé
6686 \begin_inset CommandInset label
6687 LatexCommand label
6688 name "tab:RefExemple"
6689
6690 \end_inset
6691
6692
6693 \end_layout
6694
6695 \end_inset
6696
6697
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 </row>
6739 <row>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 1
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 2
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 3
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 4
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 5
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 asd
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 s
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 s
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 s
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 asd
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 <row>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 asd
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 s
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 s
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 s
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 asd
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 </row>
6880 <row>
6881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 asd
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 s
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 s
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 s
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 asd
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 </row>
6927 <row>
6928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6929 \begin_inset Text
6930
6931 \begin_layout Plain Layout
6932 asd
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 sad
6942 \end_layout
6943
6944 \end_inset
6945 </cell>
6946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 asd
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 asd
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 asd
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 </row>
6974 </lyxtabular>
6975
6976 \end_inset
6977
6978
6979 \end_layout
6980
6981 \begin_layout Standard
6982 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6983  dans sa légende.
6984 \end_layout
6985
6986 \begin_layout Standard
6987 Ceci est une référence au tableau
6988 \begin_inset space ~
6989 \end_inset
6990
6991
6992 \begin_inset CommandInset ref
6993 LatexCommand ref
6994 reference "tab:RefExemple"
6995
6996 \end_inset
6997
6998 .
6999 \end_layout
7000
7001 \begin_layout Standard
7002 La mise en forme de la légende peut être ajustée avec celle de toutes les
7003  autres légendes de votre document en utilisant le paquetage LaTeX 
7004 \series bold
7005 caption
7006 \series default
7007
7008 \begin_inset Index idx
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012 Paquetages LaTeX ! caption
7013 \end_layout
7014
7015 \end_inset
7016
7017 , voir la section
7018 \begin_inset space ~
7019 \end_inset
7020
7021
7022 \begin_inset CommandInset ref
7023 LatexCommand ref
7024 reference "sec:Formatage-légende"
7025
7026 \end_inset
7027
7028 .
7029 \end_layout
7030
7031 \begin_layout Subsubsection
7032 Largeur de la légende
7033 \begin_inset Index idx
7034 status collapsed
7035
7036 \begin_layout Plain Layout
7037 Tableaux longs ! Largeur de la légende
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \begin_layout Standard
7046 La largeur maximale des lignes de légende est définie par la longueur 
7047 \series bold
7048
7049 \backslash
7050 LTcapwidth
7051 \series default
7052 .
7053  Sa valeur implicite est 4
7054 \begin_inset space \thinspace{}
7055 \end_inset
7056
7057 in.
7058  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7059  de votre document ou en tant que code TeX directement dans votre document
7060  avant le tableau qui doit être affectée.
7061 \end_layout
7062
7063 \begin_layout Standard
7064
7065 \series bold
7066
7067 \backslash
7068 setlength{
7069 \backslash
7070 LTcapwidth}{largeur}
7071 \end_layout
7072
7073 \begin_layout Standard
7074 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7075 ce
7076 \begin_inset space ~
7077 \end_inset
7078
7079
7080 \begin_inset CommandInset ref
7081 LatexCommand ref
7082 reference "cha:Unités-de-longueur"
7083
7084 \end_inset
7085
7086 .
7087 \end_layout
7088
7089 \begin_layout Standard
7090 Les tableaux suivants montrent la différence :
7091 \end_layout
7092
7093 \begin_layout Standard
7094 \begin_inset Tabular
7095 <lyxtabular version="3" rows="6" columns="5">
7096 <features islongtable="true" longtabularalignment="center">
7097 <column alignment="center" valignment="top" width="0">
7098 <column alignment="center" valignment="top" width="0">
7099 <column alignment="center" valignment="top" width="0">
7100 <column alignment="center" valignment="top" width="0">
7101 <column alignment="center" valignment="top" width="0">
7102 <row caption="true">
7103 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 \begin_inset Caption
7108
7109 \begin_layout Plain Layout
7110 long titre complet avec la largeur implicite long titre complet avec la
7111  largeur implicite long titre complet avec la largeur implicite
7112 \begin_inset Argument
7113 status open
7114
7115 \begin_layout Plain Layout
7116 Légende avec largeur implicite
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 </row>
7168 <row>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 1
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 2
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 3
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 4
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 5
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 </row>
7215 <row>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 s
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 s
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 asd
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 </row>
7262 <row>
7263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7273 \begin_inset Text
7274
7275 \begin_layout Plain Layout
7276 s
7277 \end_layout
7278
7279 \end_inset
7280 </cell>
7281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 s
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 s
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 </row>
7309 <row>
7310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314 asd
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323 s
7324 \end_layout
7325
7326 \end_inset
7327 </cell>
7328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332 s
7333 \end_layout
7334
7335 \end_inset
7336 </cell>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 s
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 asd
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 </row>
7356 <row>
7357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 asd
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 sad
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Plain Layout
7379 asd
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 asd
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 </lyxtabular>
7404
7405 \end_inset
7406
7407
7408 \end_layout
7409
7410 \begin_layout Standard
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416
7417 \backslash
7418 setlength{
7419 \backslash
7420 LTcapwidth}{5cm}
7421 \end_layout
7422
7423 \end_inset
7424
7425
7426 \begin_inset Tabular
7427 <lyxtabular version="3" rows="6" columns="5">
7428 <features islongtable="true" longtabularalignment="center">
7429 <column alignment="center" valignment="top" width="0">
7430 <column alignment="center" valignment="top" width="0">
7431 <column alignment="center" valignment="top" width="0">
7432 <column alignment="center" valignment="top" width="0">
7433 <column alignment="center" valignment="top" width="0">
7434 <row caption="true">
7435 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439 \begin_inset Caption
7440
7441 \begin_layout Plain Layout
7442 long titre complet avec la largeur réglée à 5
7443 \begin_inset space \thinspace{}
7444 \end_inset
7445
7446 cm long titre complet avec la largeur réglée à 5
7447 \begin_inset space \thinspace{}
7448 \end_inset
7449
7450 cm long titre complet avec la largeur réglée à 5
7451 \begin_inset space \thinspace{}
7452 \end_inset
7453
7454 cm
7455 \begin_inset Argument
7456 status open
7457
7458 \begin_layout Plain Layout
7459 Légende avec largeur à
7460 \begin_inset space \thinspace{}
7461 \end_inset
7462
7463 =
7464 \begin_inset space \thinspace{}
7465 \end_inset
7466
7467 5
7468 \begin_inset space \thinspace{}
7469 \end_inset
7470
7471 cm
7472 \end_layout
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480
7481
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row>
7524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528 1
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 2
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 3
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 4
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 5
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row>
7571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 asd
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 s
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 s
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 s
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 asd
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 asd
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 s
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 s
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 s
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 asd
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 asd
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 s
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 s
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 s
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 asd
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 </row>
7711 <row>
7712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 asd
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 sad
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734 asd
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 asd
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 asd
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 </lyxtabular>
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \begin_layout Standard
7766 \begin_inset ERT
7767 status collapsed
7768
7769 \begin_layout Plain Layout
7770
7771
7772 \backslash
7773 setlength{
7774 \backslash
7775 LTcapwidth}{4in}
7776 \end_layout
7777
7778 \end_inset
7779
7780
7781 \end_layout
7782
7783 \begin_layout Standard
7784 \begin_inset Note Greyedout
7785 status open
7786
7787 \begin_layout Plain Layout
7788
7789 \series bold
7790 Note:
7791 \series default
7792  Quand on utilise la paquetage LaTeX 
7793 \series bold
7794 caption
7795 \series default
7796
7797 \begin_inset Index idx
7798 status collapsed
7799
7800 \begin_layout Plain Layout
7801 Paquetages LaTeX ! caption
7802 \end_layout
7803
7804 \end_inset
7805
7806  , comme c'est les cas dans ce document, la légende prend toute la largeur
7807  de la page quand on utilise la largeur implicite de 4
7808 \begin_inset space \thinspace{}
7809 \end_inset
7810
7811 in pour 
7812 \series bold
7813
7814 \backslash
7815 LTcapwidth
7816 \series default
7817 .
7818  Pour avoir dans ce cas une légende qui fasse exactement 4
7819 \begin_inset space \thinspace{}
7820 \end_inset
7821
7822 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7823  comme par exemple 3.99
7824 \begin_inset space \thinspace{}
7825 \end_inset
7826
7827 in, soit utiliser la commande LaTeX 
7828 \series bold
7829
7830 \backslash
7831 captionsetup{width=valeur}
7832 \series default
7833  qui est disponible dans le paquetage 
7834 \series bold
7835 caption
7836 \series default
7837 .
7838 \end_layout
7839
7840 \end_inset
7841
7842
7843 \end_layout
7844
7845 \begin_layout Subsubsection
7846 Des Légendes différentes sur chaque page d'un tableau
7847 \begin_inset Argument
7848 status collapsed
7849
7850 \begin_layout Plain Layout
7851 Légendes différentes
7852 \end_layout
7853
7854 \end_inset
7855
7856
7857 \begin_inset Index idx
7858 status collapsed
7859
7860 \begin_layout Plain Layout
7861 Tableaux longs ! Legendes@Légendes différentes par page
7862 \end_layout
7863
7864 \end_inset
7865
7866
7867 \end_layout
7868
7869 \begin_layout Standard
7870 Quand la légende du tableau pour les pages suivantes doit être différente
7871  de celle de la première page, insérez une légende avec la commande suivante
7872  en code TeX :
7873 \end_layout
7874
7875 \begin_layout Standard
7876
7877 \series bold
7878
7879 \backslash
7880 caption*{caption text}
7881 \backslash
7882
7883 \backslash
7884 %
7885 \end_layout
7886
7887 \begin_layout Standard
7888 dans une ligne de légende fictive qui sera marquée comme une entête.
7889  Le tableau
7890 \begin_inset space ~
7891 \end_inset
7892
7893
7894 \begin_inset CommandInset ref
7895 LatexCommand ref
7896 reference "tab:Légendes-tableau-différentes"
7897
7898 \end_inset
7899
7900  est un exemple de tableau long avec des légendes différentes et où la seconde
7901  légende ne contient pas le numéro du tableau.
7902 \end_layout
7903
7904 \begin_layout Standard
7905 \align center
7906 \begin_inset Tabular
7907 <lyxtabular version="3" rows="59" columns="3">
7908 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7909 <column alignment="left" valignment="top" width="0cm">
7910 <column alignment="left" valignment="top" width="0pt">
7911 <column alignment="center" valignment="top" width="0pt">
7912 <row caption="true">
7913 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 \begin_inset Caption
7918
7919 \begin_layout Plain Layout
7920 Exemple d'annuaire téléphonique
7921 \begin_inset CommandInset label
7922 LatexCommand label
7923 name "tab:Légendes-tableau-différentes"
7924
7925 \end_inset
7926
7927
7928 \begin_inset Argument
7929 status collapsed
7930
7931 \begin_layout Plain Layout
7932 Exemple Annuaire 
7933 \end_layout
7934
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941
7942
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row endfirsthead="true">
7967 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row endfirsthead="true">
7998 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 NOM
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \series bold
8024 TÉL.
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row endhead="true">
8031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 \begin_inset ERT
8036 status open
8037
8038 \begin_layout Plain Layout
8039
8040
8041 \backslash
8042 caption*{Suite de l'exemple d'annuaire téléphonique}
8043 \backslash
8044
8045 \backslash
8046 %
8047 \end_layout
8048
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 </row>
8075 <row endhead="true">
8076 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080
8081 \series bold
8082 Exemple d'annuaire téléphonique
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row endhead="true">
8107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \series bold
8113 NOM
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 TÉL.
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row endfoot="true">
8140 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 suite page suivante\SpecialChar \ldots{}
8145
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Annovi
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Silvia
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Bertoli
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Stefano
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Bozzi
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Walter
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Cachia
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Maria
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Cachia
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Maurizio
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Cinquemani
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Giusi
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Colin
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Bernard
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Concli
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Gianfranco
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Dal Bosco
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Carolina
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Dalpiaz
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Annamaria
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Feliciello
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Domenico
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Focarelli
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Paola
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Galletti
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Oreste
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577
8578 \series bold
8579 Gasparini
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 Franca
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597 111
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 </row>
8603 <row>
8604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608
8609 \series bold
8610 Rizzardi
8611 \series default
8612
8613 \begin_inset Foot
8614 status open
8615
8616 \begin_layout Plain Layout
8617 Exemple de note de bas de page
8618 \end_layout
8619
8620 \end_inset
8621
8622
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Paola
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 111
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \series bold
8653 Lassini
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 Giancarlo
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 111
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \series bold
8684 Malfatti
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 Luciano
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 111
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \series bold
8715 Malfatti
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 Valeriano
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 111
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \series bold
8746 Meneguzzo
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 Roberto
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 111
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 </row>
8770 <row>
8771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775
8776 \series bold
8777 Mezzadra
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Roberto
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 111
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \series bold
8808 Pirpamer
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 Erich
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 111
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 </row>
8832 <row>
8833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837
8838 \series bold
8839 Pochiesa
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 Paolo
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 111, 222
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 </row>
8863 <row>
8864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868
8869 \series bold
8870 Radina
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 Claudio
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 111
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row>
8895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \series bold
8901 Stuffer
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 Oskar
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 111
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 </row>
8925 <row>
8926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930
8931 \series bold
8932 Tacchelli
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Ugo
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 111
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \series bold
8963 Tezzele
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 Margit
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 111
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 </row>
8987 <row>
8988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992
8993 \series bold
8994 Unterkalmsteiner
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Frieda
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 111
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 </row>
9018 <row>
9019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023
9024 \series bold
9025 Vieider
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 Hilde
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 111
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 </row>
9049 <row>
9050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054
9055 \series bold
9056 Vigna
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 Jürgen
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 111
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085
9086 \series bold
9087 Weber
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 Maurizio
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 111
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \series bold
9118 Winkler
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 Franz
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 111
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147  
9148 \end_layout
9149
9150 \end_inset
9151 </cell>
9152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \series bold
9178 Annovi
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 Silvia
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 555
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 </row>
9202 <row>
9203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207
9208 \series bold
9209 Bertoli
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218 Stefano
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 555
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \series bold
9240 Bozzi
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 Walter
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 555
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 </row>
9264 <row>
9265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269
9270 \series bold
9271 Cachia
9272 \end_layout
9273
9274 \end_inset
9275 </cell>
9276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280 Maria
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 555
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \series bold
9302 Cachia
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 Maurizio
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 555
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \series bold
9333 Cinquemani
9334 \end_layout
9335
9336 \end_inset
9337 </cell>
9338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9339 \begin_inset Text
9340
9341 \begin_layout Plain Layout
9342 Giusi
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 555
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \series bold
9364 Colin
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 Bernard
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 555
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 </row>
9388 <row>
9389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393
9394 \series bold
9395 Concli
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 Gianfranco
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 555
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \series bold
9426 Dal Bosco
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 Carolina
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 555
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 </row>
9450 <row>
9451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455
9456 \series bold
9457 Dalpiaz
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 Annamaria
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 555
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row>
9482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486
9487 \series bold
9488 Feliciello
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 Domenico
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 555
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row>
9513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \series bold
9519 Focarelli
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528 Paola
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 555
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row>
9544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550 Galletti
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559 Oreste
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 555
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 </row>
9574 <row>
9575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \series bold
9581 Gasparini
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 Franca
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599 555
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 </row>
9605 <row>
9606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \series bold
9612 Rizzardi
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 Paola
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 555
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 </row>
9636 <row>
9637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \series bold
9643 Lassini
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 Giancarlo
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 555
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 <row>
9668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \series bold
9674 Malfatti
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 Luciano
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 555
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row>
9699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \series bold
9705 Malfatti
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 Valeriano
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 555
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row>
9730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \series bold
9736 Meneguzzo
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 Roberto
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 555
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 </row>
9760 <row>
9761 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765
9766 \series bold
9767 Mezzadra
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 Roberto
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 555
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 </row>
9791 </lyxtabular>
9792
9793 \end_inset
9794
9795
9796 \end_layout
9797
9798 \begin_layout Section
9799 Questions particulières concernant les tableaux longs
9800 \begin_inset Argument
9801 status collapsed
9802
9803 \begin_layout Plain Layout
9804 Questions sur les tableaux longs
9805 \end_layout
9806
9807 \end_inset
9808
9809
9810 \begin_inset CommandInset label
9811 LatexCommand label
9812 name "sec:Questions-sur-tableaux-longs"
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \begin_layout Subsection
9820 Calculs des pages des tableaux longs
9821 \begin_inset Index idx
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825 Tableaux longs ! Calculs
9826 \end_layout
9827
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \begin_layout Standard
9834 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9835  en utilisant des blocs (chunks).
9836  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9837  mémoire de LaTeX.
9838  La valeur implicite est fixée pour des raisons historiques à seulement
9839  20 lignes de tableau.
9840  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9841  peut ralentir la création de votre document.
9842  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9843  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9844  préambule de votre document :
9845 \end_layout
9846
9847 \begin_layout Standard
9848
9849 \series bold
9850
9851 \backslash
9852 setcounter{LTchunksize}{100}
9853 \end_layout
9854
9855 \begin_layout Subsection
9856 Les Flottants et les Tableaux Longs
9857 \begin_inset Index idx
9858 status collapsed
9859
9860 \begin_layout Plain Layout
9861 Tableaux longs ! Flottants
9862 \end_layout
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \begin_layout Standard
9870 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9871  commence un tableau long.
9872  Pour éviter une telle situation, insérez un saut de page (menu 
9873 \family sans
9874 Insérer\SpecialChar \menuseparator
9875 Typographie
9876 \begin_inset space ~
9877 \end_inset
9878
9879 spéciale\SpecialChar \menuseparator
9880 Saut de page (vide le tampon)
9881 \family default
9882
9883 \begin_inset space \thinspace{}
9884 \end_inset
9885
9886 ) juste avant votre tableau long.
9887 \end_layout
9888
9889 \begin_layout Subsection
9890 Sauts de pages forcés
9891 \begin_inset Index idx
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895 Tableaux longs ! Sauts de pages forcés
9896 \end_layout
9897
9898 \end_inset
9899
9900
9901 \end_layout
9902
9903 \begin_layout Standard
9904 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9905  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9906  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9907  de saut de ligne 
9908 \begin_inset Quotes eld
9909 \end_inset
9910
9911
9912 \backslash
9913
9914 \backslash
9915
9916 \begin_inset Quotes erd
9917 \end_inset
9918
9919  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9920  Avant la commande 
9921 \begin_inset Quotes eld
9922 \end_inset
9923
9924
9925 \backslash
9926
9927 \backslash
9928
9929 \begin_inset Quotes erd
9930 \end_inset
9931
9932 , vous devez insérer en code TeX, autant de caractères 
9933 \begin_inset Quotes eld
9934 \end_inset
9935
9936 &
9937 \begin_inset Quotes erd
9938 \end_inset
9939
9940  qu'il y a de colonnes après la cellule concernée.
9941  Le caractère 
9942 \begin_inset Quotes eld
9943 \end_inset
9944
9945 &
9946 \begin_inset Quotes erd
9947 \end_inset
9948
9949  sert à séparer les colonnes d'un tableau.
9950  Écrivez en code-TeX, après chaque 
9951 \begin_inset Quotes eld
9952 \end_inset
9953
9954 &
9955 \begin_inset Quotes erd
9956 \end_inset
9957
9958  le contenu des cellules correspondantes et en même temps supprimez le contenu
9959  de ces cellules dans le texte normal.
9960  
9961 \begin_inset Newline newline
9962 \end_inset
9963
9964 Après la commande 
9965 \backslash
9966
9967 \backslash
9968 , insérez autant de caractères 
9969 \begin_inset Quotes eld
9970 \end_inset
9971
9972 &
9973 \begin_inset Quotes erd
9974 \end_inset
9975
9976  qu'il y a de colonnes avant la colonne traitée.
9977  Dans le tableau
9978 \begin_inset space ~
9979 \end_inset
9980
9981
9982 \begin_inset CommandInset ref
9983 LatexCommand ref
9984 reference "tab:Tableau-saut-de-page"
9985
9986 \end_inset
9987
9988  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9989  suivie par une autre colonne.
9990  La commande suivante a donc été insérée en code TeX dans la cellule après
9991  le mot 
9992 \begin_inset Quotes eld
9993 \end_inset
9994
9995
9996 \emph on
9997 Castelchiodato,
9998 \emph default
9999
10000 \begin_inset Quotes erd
10001 \end_inset
10002
10003 :
10004 \end_layout
10005
10006 \begin_layout Standard
10007
10008 \series bold
10009 & 111
10010 \backslash
10011
10012 \backslash
10013  
10014 \backslash
10015 newpage
10016 \begin_inset Newline newline
10017 \end_inset
10018
10019 &
10020 \end_layout
10021
10022 \begin_layout Standard
10023 Le 
10024 \begin_inset Quotes eld
10025 \end_inset
10026
10027 111
10028 \begin_inset Quotes erd
10029 \end_inset
10030
10031  dans la troisième colonne de la ligne a été supprimé.
10032  
10033 \series bold
10034
10035 \backslash
10036 newpage
10037 \series default
10038  est nécessaire seulement quand un saut de page doit impérativement avoir
10039  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10040  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10041  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10042  est coupée, utilisez cette commande à la place de la précédente :
10043 \end_layout
10044
10045 \begin_layout Standard
10046
10047 \series bold
10048 & 111
10049 \backslash
10050
10051 \backslash
10052
10053 \begin_inset Newline newline
10054 \end_inset
10055
10056
10057 \backslash
10058 hline &
10059 \end_layout
10060
10061 \begin_layout Standard
10062 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10063  insérer la commande
10064 \end_layout
10065
10066 \begin_layout Standard
10067
10068 \series bold
10069
10070 \backslash
10071 setlength{
10072 \backslash
10073 parfillskip}{0pt}
10074 \end_layout
10075
10076 \begin_layout Standard
10077 au début de la cellule.
10078  Cela assure que la portion de la cellule qui va se trouver affichée sur
10079  la page suivante le sera avec toute la largeur de la cellule.
10080 \end_layout
10081
10082 \begin_layout Standard
10083 \align center
10084 \begin_inset Tabular
10085 <lyxtabular version="3" rows="38" columns="3">
10086 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10087 <column alignment="left" valignment="top" width="0cm">
10088 <column alignment="left" valignment="top" width="3cm">
10089 <column alignment="center" valignment="top" width="0pt">
10090 <row caption="true">
10091 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 \begin_inset Caption
10096
10097 \begin_layout Plain Layout
10098 Tableau avec un saut de page forcé dans une cellule
10099 \begin_inset CommandInset label
10100 LatexCommand label
10101 name "tab:Tableau-saut-de-page"
10102
10103 \end_inset
10104
10105
10106 \begin_inset Argument
10107 status collapsed
10108
10109 \begin_layout Plain Layout
10110 Tableau avec un saut de page forcé dans une cellule
10111 \end_layout
10112
10113 \end_inset
10114
10115
10116 \end_layout
10117
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 </row>
10144 <row endfirsthead="true">
10145 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \series bold
10151 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row endfirsthead="true">
10176 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \series bold
10182 NOM
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 TÉL.
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row endhead="true">
10209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 \begin_inset ERT
10214 status collapsed
10215
10216 \begin_layout Plain Layout
10217
10218
10219 \backslash
10220 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10221 \backslash
10222
10223 \backslash
10224 %
10225 \end_layout
10226
10227 \end_inset
10228
10229
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 </row>
10253 <row endhead="true">
10254 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258  
10259 \series bold
10260 Exemple d'annuaire téléphonique
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 <row endhead="true">
10285 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289
10290 \series bold
10291 NOM
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 TÉL.
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row endfoot="true">
10318 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 suite page suivante\SpecialChar \ldots{}
10323
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 </row>
10347 <row>
10348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \series bold
10354 Annovi
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 Silvia
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 111
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 </row>
10378 <row>
10379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \series bold
10385 Bertoli
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 Stefano
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 111
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 </row>
10409 <row>
10410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414
10415 \series bold
10416 Bozzi
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Walter
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 111
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447 Cachia
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 Maria
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 111
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 <row>
10472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476
10477 \series bold
10478 Cachia
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 Maurizio
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 111
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 </row>
10502 <row>
10503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507
10508 \series bold
10509 Cinquemani
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 Giusi
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 111
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \series bold
10540 Colin
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 Bernard
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 111
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 </row>
10564 <row>
10565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \series bold
10571 Concli
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 Gianfranco
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589 111
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 <row>
10596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600
10601 \series bold
10602 Dal Bosco
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 Carolina
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620 111
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \series bold
10633 Dalpiaz
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Annamaria
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 111
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 <row>
10658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662
10663 \series bold
10664 Feliciello
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 Domenico
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 111
10683 \end_layout
10684
10685 \end_inset
10686 </cell>
10687 </row>
10688 <row>
10689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693
10694 \series bold
10695 Focarelli
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 Paola
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 111
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 </row>
10719 <row>
10720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724
10725 \series bold
10726 Galletti
10727 \end_layout
10728
10729 \end_inset
10730 </cell>
10731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735 Oreste
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 111
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 </row>
10750 <row>
10751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \series bold
10757 Gasparini
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 Franca
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 111
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row>
10782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786
10787 \series bold
10788 Lassini
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 Giancarlo
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 111
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \series bold
10819 Malfatti
10820 \end_layout
10821
10822 \end_inset
10823 </cell>
10824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828 Luciano
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837 111
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \series bold
10850 Malfatti
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 Valeriano
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 111
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 </row>
10874 <row>
10875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879
10880 \series bold
10881 Meneguzzo
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10887 \begin_inset Text
10888
10889 \begin_layout Plain Layout
10890 Roberto
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899 111
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 </row>
10905 <row>
10906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910
10911 \series bold
10912 Mezzadra
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 Roberto
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 111
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \series bold
10943 Pirpamer
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 Erich
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 111
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 </row>
10967 <row>
10968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972
10973 \series bold
10974 Pochiesa
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 Paolo
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 111, 222
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \series bold
11005 Radina
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 Claudio
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 111
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \series bold
11036 Rizzardi
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Plain Layout
11045 Giancarlo, 11.
11046  Fürst von Montecompatri, 11.
11047  Fürst von Sulmona und Vivaro, 10.
11048  Fürst von Rossano, 5.
11049  Herzog von Canemorte, 11.
11050  Herzog von Palombara, 5.
11051  Herzog von Castelchiodato,
11052 \begin_inset ERT
11053 status open
11054
11055 \begin_layout Plain Layout
11056
11057 & 111
11058 \backslash
11059
11060 \backslash
11061  
11062 \backslash
11063 newpage
11064 \end_layout
11065
11066 \begin_layout Plain Layout
11067
11068 &
11069 \end_layout
11070
11071 \end_inset
11072
11073  11.
11074  Herzog von Poggionativo, 11.
11075  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11076  Graf von Valinfreda, 11.
11077  Baron von Cropalati, 11.
11078  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 </row>
11093 <row>
11094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098
11099 \series bold
11100 Stuffer
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 Oskar
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 111
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 </row>
11124 <row>
11125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129
11130 \series bold
11131 Tacchelli
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 Ugo
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 111
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 <row>
11156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160
11161 \series bold
11162 Tezzele
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 Margit
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 111
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 <row>
11187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \series bold
11193 Unterkalmsteiner
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 Frieda
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 111
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222
11223 \series bold
11224 Vieider
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 Hilde
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 111
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 <row>
11249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253
11254 \series bold
11255 Vigna
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 Jürgen
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 111
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \series bold
11286 Weber
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 Maurizio
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 111
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 </row>
11310 <row>
11311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315
11316 \series bold
11317 Winkler
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 Franz
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 111
11336 \end_layout
11337
11338 \end_inset
11339 </cell>
11340 </row>
11341 </lyxtabular>
11342
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \begin_layout Section
11349 Colonnes et lignes à lignes multiples
11350 \end_layout
11351
11352 \begin_layout Subsection
11353 Lignes multiples dans une cellule de tableau
11354 \begin_inset CommandInset label
11355 LatexCommand label
11356 name "sub:Lignes-multiple-dans-cellule"
11357
11358 \end_inset
11359
11360
11361 \begin_inset Index idx
11362 status collapsed
11363
11364 \begin_layout Plain Layout
11365 Plusieurs lignes dans une case de tableau
11366 \end_layout
11367
11368 \end_inset
11369
11370
11371 \begin_inset Index idx
11372 status collapsed
11373
11374 \begin_layout Plain Layout
11375 Tableau ! Saut de ligne
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Standard
11384 \noindent
11385 \begin_inset Float table
11386 placement H
11387 wide false
11388 sideways false
11389 status open
11390
11391 \begin_layout Plain Layout
11392 \begin_inset Caption
11393
11394 \begin_layout Plain Layout
11395 \begin_inset CommandInset label
11396 LatexCommand label
11397 name "tab:Tableau-avec-plusieurs-lignes"
11398
11399 \end_inset
11400
11401 Tableau avec des lignes multiples dans une cellule
11402 \end_layout
11403
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \begin_layout Plain Layout
11410 \align center
11411 \begin_inset Tabular
11412 <lyxtabular version="3" rows="3" columns="3">
11413 <features tabularvalignment="middle">
11414 <column alignment="center" valignment="middle" width="2.5cm">
11415 <column alignment="center" valignment="middle" width="0">
11416 <column alignment="center" valignment="middle" width="0">
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 Lignes
11423 \begin_inset Newline linebreak
11424 \end_inset
11425
11426 multiples
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 b
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 c
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 </row>
11450 <row>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 d
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 e
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 f
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 <row>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 g
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 h
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 i
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 </lyxtabular>
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \end_inset
11516
11517
11518 \end_layout
11519
11520 \begin_layout Standard
11521 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11522  d'un paragraphe avec des sauts de lignes et des césures.
11523 \end_layout
11524
11525 \begin_layout Standard
11526 Pour obtenir le tableau
11527 \begin_inset space ~
11528 \end_inset
11529
11530
11531 \begin_inset CommandInset ref
11532 LatexCommand ref
11533 reference "tab:Tableau-avec-plusieurs-lignes"
11534
11535 \end_inset
11536
11537 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11538  droit dessus.
11539  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11540  2.5
11541 \begin_inset space \thinspace{}
11542 \end_inset
11543
11544 cm et choisissez les alignements vertical et horizontal centrés.
11545  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11546  Comme notre texte est plus petit que 2.5
11547 \begin_inset space \thinspace{}
11548 \end_inset
11549
11550 cm, une seule ligne va apparaître.
11551  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11552  
11553 \family sans
11554 Ctrl-Shift-Entrée
11555 \family default
11556 ).
11557  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11558 ement découpé en plusieurs lignes.
11559 \end_layout
11560
11561 \begin_layout Standard
11562 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11563  pas effectuer de césure si c'est le premier élément de la cellule.
11564  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11565  premier élément : Ajoutez un espace horizontal de 0
11566 \begin_inset space \thinspace{}
11567 \end_inset
11568
11569 pt juste avant votre mot.
11570  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11571  Le tableau
11572 \begin_inset space ~
11573 \end_inset
11574
11575
11576 \begin_inset CommandInset ref
11577 LatexCommand ref
11578 reference "tab:Tableau-césure"
11579
11580 \end_inset
11581
11582  montre l'effet de cette insertion.
11583 \end_layout
11584
11585 \begin_layout Standard
11586 \begin_inset Float table
11587 placement h
11588 wide false
11589 sideways false
11590 status open
11591
11592 \begin_layout Plain Layout
11593 \begin_inset Caption
11594
11595 \begin_layout Plain Layout
11596 \begin_inset CommandInset label
11597 LatexCommand label
11598 name "tab:Tableau-césure"
11599
11600 \end_inset
11601
11602 Tableau avec et sans césure.
11603 \end_layout
11604
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \begin_layout Plain Layout
11611 \begin_inset space \hfill{}
11612 \end_inset
11613
11614
11615 \begin_inset Tabular
11616 <lyxtabular version="3" rows="3" columns="3">
11617 <features tabularvalignment="middle">
11618 <column alignment="center" valignment="middle" width="2.5cm">
11619 <column alignment="center" valignment="middle" width="0">
11620 <column alignment="center" valignment="middle" width="0">
11621 <row>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 mottrèslongdansunecellule
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 b
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 c
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 </row>
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 d
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 e
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 f
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 g
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 h
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 i
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 </lyxtabular>
11709
11710 \end_inset
11711
11712
11713 \begin_inset space \hfill{}
11714 \end_inset
11715
11716
11717 \begin_inset Tabular
11718 <lyxtabular version="3" rows="3" columns="3">
11719 <features tabularvalignment="middle">
11720 <column alignment="center" valignment="middle" width="2.5cm">
11721 <column alignment="center" valignment="middle" width="0">
11722 <column alignment="center" valignment="middle" width="0">
11723 <row>
11724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11725 \begin_inset Text
11726
11727 \begin_layout Plain Layout
11728 \begin_inset space \hspace{}
11729 \length 0pt
11730 \end_inset
11731
11732 mottrèslongdansunecellule
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 b
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 c
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 <row>
11757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 d
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 e
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 f
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 </row>
11785 <row>
11786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 g
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 h
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 i
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 </row>
11814 </lyxtabular>
11815
11816 \end_inset
11817
11818
11819 \begin_inset space \hfill{}
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \begin_layout Subsection
11831 Multi-colonnes
11832 \begin_inset CommandInset label
11833 LatexCommand label
11834 name "sub:Multicolonnes"
11835
11836 \end_inset
11837
11838
11839 \begin_inset Index idx
11840 status collapsed
11841
11842 \begin_layout Plain Layout
11843 Multi-colonnes
11844 \end_layout
11845
11846 \end_inset
11847
11848
11849 \begin_inset Index idx
11850 status collapsed
11851
11852 \begin_layout Plain Layout
11853 Tableau ! Multi-colonnes
11854 \end_layout
11855
11856 \end_inset
11857
11858
11859 \end_layout
11860
11861 \begin_layout Subsubsection
11862 Les Bases des Multicolonnes
11863 \end_layout
11864
11865 \begin_layout Standard
11866 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11867  qu'elle doit couvrir et utilisez soit le bouton 
11868 \family sans
11869
11870 \begin_inset Info
11871 type  "icon"
11872 arg   "inset-modify tabular multicolumn"
11873 \end_inset
11874
11875
11876 \family default
11877  de la barre d'outils tableau, ou le menu 
11878 \family sans
11879 Éditer\SpecialChar \menuseparator
11880 Tableau\SpecialChar \menuseparator
11881 Multi-colonnes
11882 \family default
11883 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11884  
11885 \family sans
11886 Multi-colonnes
11887 \family default
11888 .
11889 \end_layout
11890
11891 \begin_layout Standard
11892 Les multi-colonnes ont leurs propres paramètres de cellule.
11893  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11894  de la cellule, cela n'affecte que la cellule multi-colonne.
11895  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11896  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11897 \end_layout
11898
11899 \begin_layout Standard
11900 \align center
11901 \begin_inset Tabular
11902 <lyxtabular version="3" rows="3" columns="4">
11903 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11904 <column alignment="center" valignment="top" width="0pt">
11905 <column alignment="center" valignment="middle" width="0">
11906 <column alignment="center" valignment="top" width="0in">
11907 <column alignment="center" valignment="top" width="0pt">
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 abc
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 def ghi
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 jkl
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 <row>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 A
11952 \end_layout
11953
11954 \end_inset
11955 </cell>
11956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 B
11961 \end_layout
11962
11963 \end_inset
11964 </cell>
11965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 C
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 D
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 </row>
11984 <row>
11985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11986 \begin_inset Text
11987
11988 \begin_layout Plain Layout
11989 1
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 2
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007 3
12008 \end_layout
12009
12010 \end_inset
12011 </cell>
12012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016 4
12017 \end_layout
12018
12019 \end_inset
12020 </cell>
12021 </row>
12022 </lyxtabular>
12023
12024 \end_inset
12025
12026
12027 \end_layout
12028
12029 \begin_layout Subsubsection
12030 Calculs avec les multi-colonnes
12031 \begin_inset CommandInset label
12032 LatexCommand label
12033 name "sub:Calculs-multicolonnes"
12034
12035 \end_inset
12036
12037
12038 \begin_inset Index idx
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 Multi-colonnes ! Calculs
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \end_layout
12049
12050 \begin_layout Standard
12051 LyX gère directement les multi-colonnes, mais nous devons faire attention
12052  à la largeur des cellules couvertes par la cellule multicolonne.
12053 \end_layout
12054
12055 \begin_layout Standard
12056 \begin_inset Float table
12057 placement h
12058 wide false
12059 sideways false
12060 status open
12061
12062 \begin_layout Plain Layout
12063 \begin_inset Caption
12064
12065 \begin_layout Plain Layout
12066 \begin_inset CommandInset label
12067 LatexCommand label
12068 name "tab:Tableau-multicolonne-parfaite"
12069
12070 \end_inset
12071
12072 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
12073  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12074 \begin_inset Argument
12075 status open
12076
12077 \begin_layout Plain Layout
12078 Tableau avec multicolonne parfaite
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Plain Layout
12092 \align center
12093 \begin_inset Tabular
12094 <lyxtabular version="3" rows="3" columns="3">
12095 <features tabularvalignment="middle">
12096 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12097 <column alignment="center" valignment="middle" width="0">
12098 <column alignment="center" valignment="top" width="0">
12099 <row>
12100 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 multicolonne sur plusieurs lignes
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 c
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 </row>
12128 <row>
12129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133 d
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 e
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 f
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 </row>
12157 <row>
12158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 g
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12168 \begin_inset Text
12169
12170 \begin_layout Plain Layout
12171 h
12172 \end_layout
12173
12174 \end_inset
12175 </cell>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 i
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 </row>
12186 </lyxtabular>
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \end_layout
12197
12198 \begin_layout Standard
12199 Par exemple, pour créer le tableau
12200 \begin_inset space ~
12201 \end_inset
12202
12203
12204 \begin_inset CommandInset ref
12205 LatexCommand ref
12206 reference "tab:Tableau-multicolonne-parfaite"
12207
12208 \end_inset
12209
12210 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12211  3×3 et faites un clic droit dessus.
12212  Ensuite choisissez pour cette cellule
12213 \emph on
12214 ,
12215 \emph default
12216  dans la fenêtre de dialogue de tableau, 
12217 \emph on
12218 multicolonne
12219 \emph default
12220
12221 \emph on
12222 alignement
12223 \begin_inset space ~
12224 \end_inset
12225
12226 horizontal
12227 \begin_inset space ~
12228 \end_inset
12229
12230 centré
12231 \emph default
12232  et une largeur de 2.5
12233 \begin_inset space \thinspace{}
12234 \end_inset
12235
12236 cm.
12237  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12238  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12239 \begin_inset space \thinspace{}
12240 \end_inset
12241
12242 cm pour la première colonne.
12243  La deuxième colonne aura alors automatiquement une largeur de 1.25
12244 \begin_inset space \thinspace{}
12245 \end_inset
12246
12247 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12248  C'est ce qui a été fait pour le tableau
12249 \begin_inset space ~
12250 \end_inset
12251
12252
12253 \begin_inset CommandInset ref
12254 LatexCommand ref
12255 reference "tab:Tableau-multicolonne-imparfait"
12256
12257 \end_inset
12258
12259 .
12260 \end_layout
12261
12262 \begin_layout Standard
12263 \begin_inset Float table
12264 wide false
12265 sideways false
12266 status open
12267
12268 \begin_layout Plain Layout
12269 \begin_inset Caption
12270
12271 \begin_layout Plain Layout
12272 \begin_inset CommandInset label
12273 LatexCommand label
12274 name "tab:Tableau-multicolonne-imparfait"
12275
12276 \end_inset
12277
12278 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12279  de la largeur de la cellule multicolonne.
12280 \begin_inset Argument
12281 status open
12282
12283 \begin_layout Plain Layout
12284 Tableau avec multicolonne pas parfaite
12285 \end_layout
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Plain Layout
12298 \align center
12299 \begin_inset Tabular
12300 <lyxtabular version="3" rows="3" columns="3">
12301 <features tabularvalignment="middle">
12302 <column alignment="center" valignment="top" width="1.25cm">
12303 <column alignment="center" valignment="top" width="0">
12304 <column alignment="center" valignment="top" width="0">
12305 <row>
12306 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 multicolonne sur plusieurs lignes
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 c
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 </row>
12334 <row>
12335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12336 \begin_inset Text
12337
12338 \begin_layout Plain Layout
12339 d
12340 \end_layout
12341
12342 \end_inset
12343 </cell>
12344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Plain Layout
12348 e
12349 \end_layout
12350
12351 \end_inset
12352 </cell>
12353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 f
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 </row>
12363 <row>
12364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12365 \begin_inset Text
12366
12367 \begin_layout Plain Layout
12368 g
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377 h
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 i
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 </row>
12392 </lyxtabular>
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \end_inset
12400
12401
12402 \end_layout
12403
12404 \begin_layout Standard
12405 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12406  de la cellule multicolonne, elle est un peu plus large.
12407  La raison est que la taille que l'on donne à une cellule, 
12408 \begin_inset Formula $W_{g}$
12409 \end_inset
12410
12411  n'est pas sa taille totale, 
12412 \begin_inset Formula $W_{\mathrm{tot}}$
12413 \end_inset
12414
12415  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12416  lui donne.
12417  L'appendice
12418 \begin_inset space ~
12419 \end_inset
12420
12421
12422 \begin_inset CommandInset ref
12423 LatexCommand eqref
12424 reference "cha:Explication-de-l'Equation"
12425
12426 \end_inset
12427
12428  explique pourquoi en détail.
12429 \end_layout
12430
12431 \begin_layout Standard
12432 La largeur nécessaire 
12433 \begin_inset Formula $W_{g\, n}$
12434 \end_inset
12435
12436  quand 
12437 \emph on
12438 n
12439 \emph default
12440  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12441  ait une largeur totale de 
12442 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12443 \end_inset
12444
12445 :
12446 \begin_inset Formula 
12447 \begin{equation}
12448 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12449 \end{equation}
12450
12451 \end_inset
12452
12453
12454 \end_layout
12455
12456 \begin_layout Standard
12457 Dans notre cas nous avons 
12458 \begin_inset Formula $n=2$
12459 \end_inset
12460
12461
12462 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12463 \end_inset
12464
12465 cm et les valeurs implicites pour les autres longueurs, l'équation
12466 \begin_inset space ~
12467 \end_inset
12468
12469
12470 \begin_inset CommandInset ref
12471 LatexCommand ref
12472 reference "eq:Wgn"
12473
12474 \end_inset
12475
12476  devient
12477 \begin_inset Formula 
12478 \begin{equation}
12479 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12480 \end{equation}
12481
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \begin_layout Standard
12488 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12489  
12490 \series bold
12491 calc
12492 \series default
12493  avec la ligne suivante dans le préambule du document
12494 \begin_inset Index idx
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Paquetages LaTeX ! calc
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Standard
12507
12508 \series bold
12509
12510 \backslash
12511 usepackage{calc}
12512 \end_layout
12513
12514 \begin_layout Standard
12515 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12516  de dialogue.
12517  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12518  la fenêtre de dialogue.
12519  Voici un aperçu de ces paramètres :
12520 \end_layout
12521
12522 \begin_layout Itemize
12523
12524 \series bold
12525 p{largeur}
12526 \series default
12527  crée une cellule de taille donnée, le texte est aligné verticalement en
12528  haut.
12529 \end_layout
12530
12531 \begin_layout Itemize
12532
12533 \series bold
12534 m{largeur}
12535 \series default
12536  crée une cellule de taille donnée, le texte est aligné verticalement au
12537  centre
12538 \end_layout
12539
12540 \begin_layout Itemize
12541
12542 \series bold
12543 b{largeur}
12544 \series default
12545  crée une cellule de taille donnée, le texte est aligné verticalement en
12546  bas
12547 \end_layout
12548
12549 \begin_layout Standard
12550 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12551  la fenêtre de dialogue sont ignorés.
12552 \end_layout
12553
12554 \begin_layout Standard
12555 \begin_inset Note Greyedout
12556 status open
12557
12558 \begin_layout Plain Layout
12559
12560 \series bold
12561 Note:
12562 \series default
12563  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12564  en compte.
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \end_layout
12571
12572 \begin_layout Standard
12573 Comme le texte doit être centré horizontalement, on ajoute la commande 
12574 \series bold
12575
12576 \backslash
12577 centering
12578 \series default
12579 .
12580  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12581  des colonnes recouvertes :
12582 \end_layout
12583
12584 \begin_layout Standard
12585
12586 \series bold
12587 >{
12588 \backslash
12589 centering}m{1.25cm-6.2pt}
12590 \end_layout
12591
12592 \begin_layout Standard
12593 La commande 
12594 \series bold
12595 >{ }
12596 \series default
12597  signifie que les commandes qui se trouvent entre les accolades doivent
12598  être appliquées avant que la cellule ne soit créée.
12599 \end_layout
12600
12601 \begin_layout Standard
12602 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12603  multicolonne, il est toujours aligné à gauche.
12604  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12605  isolées.
12606  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12607 \end_layout
12608
12609 \begin_layout Standard
12610
12611 \series bold
12612 >{
12613 \backslash
12614 centering}m{2.5cm}
12615 \end_layout
12616
12617 \begin_layout Subsection
12618 Multi-lignes
12619 \begin_inset CommandInset label
12620 LatexCommand label
12621 name "sub:Multi-lignes"
12622
12623 \end_inset
12624
12625
12626 \begin_inset Index idx
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630 Multi-lignes
12631 \end_layout
12632
12633 \end_inset
12634
12635
12636 \begin_inset Index idx
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640 Tableau ! Multi-ligne
12641 \end_layout
12642
12643 \end_inset
12644
12645
12646 \end_layout
12647
12648 \begin_layout Standard
12649 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12650  qu'elle doit couvrir et utilisez soit le bouton 
12651 \family sans
12652
12653 \begin_inset Info
12654 type  "icon"
12655 arg   "inset-modify tabular multirow"
12656 \end_inset
12657
12658
12659 \family default
12660  de la barre d'outils tableau, ou le menu 
12661 \family sans
12662 Éditer\SpecialChar \menuseparator
12663 Tableau\SpecialChar \menuseparator
12664 Multi-lignes
12665 \family default
12666 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12667  
12668 \family sans
12669 Multi-lignes
12670 \family default
12671 .
12672 \end_layout
12673
12674 \begin_layout Standard
12675 Voici un exemple de tableau avec une cellule multiligne en première colonne:
12676 \end_layout
12677
12678 \begin_layout Standard
12679 \align center
12680 \begin_inset Tabular
12681 <lyxtabular version="3" rows="3" columns="3">
12682 <features tabularvalignment="middle">
12683 <column alignment="center" valignment="top" width="0pt">
12684 <column alignment="center" valignment="top" width="0">
12685 <column alignment="center" valignment="top" width="0">
12686 <row>
12687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 un contenu long
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 b
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 c
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 </row>
12715 <row>
12716 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 multi-ligne
12721 \end_layout
12722
12723 \end_inset
12724 </cell>
12725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12726 \begin_inset Text
12727
12728 \begin_layout Plain Layout
12729 e
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 f
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 </row>
12744 <row>
12745 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758 h
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 i
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 </row>
12773 </lyxtabular>
12774
12775 \end_inset
12776
12777
12778 \end_layout
12779
12780 \begin_layout Standard
12781 La largeur de la cellule multiligne est déterminée par la largeur de toute
12782  la colonne.
12783  L'
12784 \family sans
12785 Espacement
12786 \begin_inset space ~
12787 \end_inset
12788
12789 vertical
12790 \family default
12791  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12792  est positive ou négative.
12793 \end_layout
12794
12795 \begin_layout Standard
12796 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12797  explicitement, la cellule hérite de l'alignement de la colonne.
12798  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12799  implicite, vous devez redéfinir la commande 
12800 \series bold
12801
12802 \backslash
12803 multirowsetup
12804 \series default
12805  avec la commande
12806 \end_layout
12807
12808 \begin_layout Standard
12809
12810 \series bold
12811
12812 \backslash
12813 renewcommand{
12814 \backslash
12815 multirowsetup}{
12816 \backslash
12817 centering}
12818 \end_layout
12819
12820 \begin_layout Standard
12821 dans le préambule du document.
12822  Après ça, tous les contenus de cellules multi-lignes du document seront
12823  centrés.
12824  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12825  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12826  juste avant le tableau concerné, plutôt que dans le préambule.
12827  Si le texte doit être aligné à droite, remplacez 
12828 \series bold
12829
12830 \backslash
12831 centering
12832 \series default
12833  par 
12834 \series bold
12835
12836 \backslash
12837 raggedleft
12838 \series default
12839 .
12840  Pour revenir à l'alignement à gauche utilisez 
12841 \series bold
12842
12843 \backslash
12844 raggedright
12845 \series default
12846 .
12847 \end_layout
12848
12849 \begin_layout Standard
12850 Voici un exemple de tableau avec une cellule multiligne alignée à droite
12851  avec un décalage vertical de of -4
12852 \begin_inset space \thinspace{}
12853 \end_inset
12854
12855 mm dans une colonne de 3
12856 \begin_inset space \thinspace{}
12857 \end_inset
12858
12859 cm de large
12860 \begin_inset space ~
12861 \end_inset
12862
12863 :
12864 \end_layout
12865
12866 \begin_layout Standard
12867 \noindent
12868 \align center
12869 \begin_inset ERT
12870 status collapsed
12871
12872 \begin_layout Plain Layout
12873
12874
12875 \backslash
12876 renewcommand{
12877 \backslash
12878 multirowsetup}{
12879 \backslash
12880 raggedleft}
12881 \end_layout
12882
12883 \end_inset
12884
12885
12886 \begin_inset Tabular
12887 <lyxtabular version="3" rows="4" columns="3">
12888 <features tabularvalignment="middle">
12889 <column alignment="center" valignment="top" width="3cm">
12890 <column alignment="center" valignment="top" width="0">
12891 <column alignment="center" valignment="top" width="0">
12892 <row>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 un contenu long
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 b
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 c
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row>
12922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926 t
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 n
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 m
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 <row>
12951 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955 multi-ligne
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964 e
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973 f
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 </row>
12979 <row>
12980 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 h
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 i
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 </row>
13008 </lyxtabular>
13009
13010 \end_inset
13011
13012
13013 \begin_inset ERT
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 renewcommand{
13021 \backslash
13022 multirowsetup}{
13023 \backslash
13024 raggedright}
13025 \end_layout
13026
13027 \end_inset
13028
13029
13030 \end_layout
13031
13032 \begin_layout Standard
13033
13034 \lang english
13035 To start a new line in a multirow you can use a forced line break (shortcut
13036  
13037 \begin_inset Info
13038 type  "shortcut"
13039 arg   "newline-insert newline"
13040 \end_inset
13041
13042 ) but this will not respect the cell lines as demonstrated in this table:
13043 \end_layout
13044
13045 \begin_layout Standard
13046 \noindent
13047 \align center
13048
13049 \lang english
13050 \begin_inset Tabular
13051 <lyxtabular version="3" rows="3" columns="2">
13052 <features tabularvalignment="middle">
13053 <column alignment="left" valignment="middle" width="2cm">
13054 <column alignment="center" valignment="top" width="0">
13055 <row>
13056 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13057 \begin_inset Text
13058
13059 \begin_layout Plain Layout
13060
13061 \lang english
13062 aaa
13063 \begin_inset Newline newline
13064 \end_inset
13065
13066 aaa
13067 \begin_inset Newline newline
13068 \end_inset
13069
13070 wrong cell
13071 \end_layout
13072
13073 \end_inset
13074 </cell>
13075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079
13080 \lang english
13081 ccc
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 </row>
13087 <row>
13088 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101
13102 \lang english
13103 ddd
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 </row>
13109 <row>
13110 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114
13115 \lang english
13116 bbb
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13122 \begin_inset Text
13123
13124 \begin_layout Plain Layout
13125
13126 \lang english
13127 eee
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 </lyxtabular>
13134
13135 \end_inset
13136
13137
13138 \end_layout
13139
13140 \begin_layout Standard
13141
13142 \lang english
13143 Therefore be careful with forced line breaks.
13144 \end_layout
13145
13146 \begin_layout Section
13147 Les Tableaux Formels
13148 \begin_inset CommandInset label
13149 LatexCommand label
13150 name "sec:Tableaux-Formels"
13151
13152 \end_inset
13153
13154
13155 \begin_inset Index idx
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159 Tableau ! Formel
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \begin_layout Standard
13168 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13169  à celle du tableau
13170 \begin_inset space ~
13171 \end_inset
13172
13173
13174 \begin_inset CommandInset ref
13175 LatexCommand ref
13176 reference "tab:Exemple-tableau-booktabs"
13177
13178 \end_inset
13179
13180 .
13181  Ce genre de tableau est appelé 
13182 \begin_inset Quotes eld
13183 \end_inset
13184
13185
13186 \emph on
13187 formel
13188 \emph default
13189
13190 \begin_inset Quotes erd
13191 \end_inset
13192
13193 .
13194  Pour transformer un tableau en tableau formel, utilisez l'option 
13195 \family sans
13196 Formel
13197 \family default
13198  de l'onglet 
13199 \family sans
13200 Bordures
13201 \family default
13202  de la fenêtre de dialogue 
13203 \family sans
13204 Paramètres
13205 \begin_inset space ~
13206 \end_inset
13207
13208 du
13209 \begin_inset space ~
13210 \end_inset
13211
13212 tableau
13213 \family default
13214 .
13215 \end_layout
13216
13217 \begin_layout Standard
13218 \begin_inset Float table
13219 placement h
13220 wide false
13221 sideways false
13222 status open
13223
13224 \begin_layout Plain Layout
13225 \begin_inset Caption
13226
13227 \begin_layout Plain Layout
13228 \begin_inset CommandInset label
13229 LatexCommand label
13230 name "tab:Exemple-tableau-booktabs"
13231
13232 \end_inset
13233
13234 Exemple de tableau formel
13235 \end_layout
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \begin_layout Plain Layout
13243 \align center
13244 \begin_inset Tabular
13245 <lyxtabular version="3" rows="8" columns="4">
13246 <features booktabs="true" tabularvalignment="middle">
13247 <column alignment="center" valignment="top" width="0">
13248 <column alignment="center" valignment="top" width="0">
13249 <column alignment="center" valignment="top" width="0">
13250 <column alignment="center" valignment="top" width="0">
13251 <row>
13252 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 Système
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" topline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Chip
13266 \begin_inset space \thinspace{}
13267 \end_inset
13268
13269 1
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 Chip
13279 \begin_inset space \thinspace{}
13280 \end_inset
13281
13282 2
13283 \end_layout
13284
13285 \end_inset
13286 </cell>
13287 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 </row>
13297 <row>
13298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Plain Layout
13302 \begin_inset ERT
13303 status collapsed
13304
13305 \begin_layout Plain Layout
13306
13307
13308 \backslash
13309 cmidrule(r){2-2}
13310 \end_layout
13311
13312 \end_inset
13313
13314
13315 \begin_inset ERT
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319
13320
13321 \backslash
13322 cmidrule(l){3-4}
13323 \end_layout
13324
13325 \end_inset
13326
13327 Épaisseur du capteur en µm
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 300
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 300
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 700
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 <row>
13361 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 Angle du biseau en °
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 3.55
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 2.71
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 7.99
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 </row>
13398 <row topspace="default">
13399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 Résolution spatiale en µm
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 <cell alignment="center" valignment="top" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 4.26
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 10.17
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 10.56
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 </row>
13436 <row topspace="default">
13437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 MTF à 
13442 \begin_inset Formula $f_{\mathrm{max}}$
13443 \end_inset
13444
13445
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 0.53
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 0.37
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 0.39
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 </row>
13478 <row topspace="default">
13479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 \begin_inset ERT
13484 status collapsed
13485
13486 \begin_layout Plain Layout
13487
13488
13489 \backslash
13490 cmidrule(l{10pt}){1-1}
13491 \end_layout
13492
13493 \end_inset
13494
13495 résolution spatiale LSF
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 <cell alignment="center" valignment="top" usebox="none">
13510 \begin_inset Text
13511
13512 \begin_layout Plain Layout
13513
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 <row>
13529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 en µm
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 129.7
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 52.75
13552 \end_layout
13553
13554 \end_inset
13555 </cell>
13556 <cell alignment="center" valignment="top" usebox="none">
13557 \begin_inset Text
13558
13559 \begin_layout Plain Layout
13560 50.78
13561 \end_layout
13562
13563 \end_inset
13564 </cell>
13565 </row>
13566 <row>
13567 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 en % de la taille des pixels
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 76.3
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13586 \begin_inset Text
13587
13588 \begin_layout Plain Layout
13589 95.9
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 92.3
13599 \end_layout
13600
13601 \end_inset
13602 </cell>
13603 </row>
13604 </lyxtabular>
13605
13606 \end_inset
13607
13608
13609 \end_layout
13610
13611 \end_inset
13612
13613
13614 \end_layout
13615
13616 \begin_layout Standard
13617 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13618  
13619 \family sans
13620 Bordures
13621 \family default
13622  de la fenêtre de dialogue 
13623 \family sans
13624 Paramètres
13625 \begin_inset space ~
13626 \end_inset
13627
13628 du
13629 \begin_inset space ~
13630 \end_inset
13631
13632 tableau
13633 \family default
13634  comme c'est décrit dans la section
13635 \begin_inset space ~
13636 \end_inset
13637
13638
13639 \begin_inset CommandInset ref
13640 LatexCommand ref
13641 reference "sub:Espacement-lignes"
13642
13643 \end_inset
13644
13645 .
13646 \end_layout
13647
13648 \begin_layout Standard
13649 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13650  verticales.
13651  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13652  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13653  sortie imprimée :
13654 \begin_inset Newline newline
13655 \end_inset
13656
13657 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13658 \begin_inset space \thinspace{}
13659 \end_inset
13660
13661 em alors que les autres lignes ont implicite une épaisseur de 0.05
13662 \begin_inset space \thinspace{}
13663 \end_inset
13664
13665 em.
13666 \end_layout
13667
13668 \begin_layout Standard
13669 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13670  les lignes de préambule suivantes :
13671 \end_layout
13672
13673 \begin_layout Standard
13674
13675 \series bold
13676
13677 \backslash
13678 let
13679 \backslash
13680 mytoprule
13681 \backslash
13682 toprule
13683 \begin_inset Newline newline
13684 \end_inset
13685
13686
13687 \backslash
13688 renewcommand{
13689 \backslash
13690 toprule}{
13691 \backslash
13692 mytoprule[width]}
13693 \end_layout
13694
13695 \begin_layout Standard
13696 Cet exemple concerne la première ligne, appelée 
13697 \series bold
13698 toprule
13699 \series default
13700 .
13701  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13702 \series bold
13703 toprule
13704 \series default
13705  par 
13706 \series bold
13707 bottomrule
13708 \series default
13709 .
13710  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13711  
13712 \series bold
13713 toprule
13714 \series default
13715  par 
13716 \series bold
13717 midrule
13718 \series default
13719 .
13720  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13721 \begin_inset space ~
13722 \end_inset
13723
13724
13725 \begin_inset CommandInset ref
13726 LatexCommand ref
13727 reference "cha:Unités-de-longueur"
13728
13729 \end_inset
13730
13731  pour préciser l'épaisseur voulue.
13732 \end_layout
13733
13734 \begin_layout Standard
13735 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13736  en mettant une ligne pour une cellule multi colonne.
13737  LyX va utiliser en interne la commande 
13738 \series bold
13739
13740 \backslash
13741 cmidrule
13742 \series default
13743  pour créer cette ligne.
13744  Sa syntaxe complète est :
13745 \end_layout
13746
13747 \begin_layout Standard
13748
13749 \series bold
13750
13751 \backslash
13752 cmidrule[largeur](rognage){colDépart-colFin}
13753 \end_layout
13754
13755 \begin_layout Standard
13756 Les options de la commande 
13757 \series bold
13758
13759 \backslash
13760 cmidrule
13761 \series default
13762  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13763  TeX pour pouvoir les utiliser.
13764  On peut créer manuellement des lignes 
13765 \series bold
13766
13767 \backslash
13768 mitrales
13769 \series default
13770  en insérant la commande en code TeX comme le premier élément de la première
13771  cellule de la ligne.
13772  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13773  en question.
13774 \end_layout
13775
13776 \begin_layout Standard
13777 La valeur implicite pour l'épaisseur des lignes est de 0.03
13778 \begin_inset space \thinspace{}
13779 \end_inset
13780
13781 em.
13782  
13783 \series bold
13784 colDépart
13785 \series default
13786  est le numéro de la colonne dans laquelle la ligne commence et 
13787 \series bold
13788 colFin
13789 \series default
13790  est le numéro de la colonne dans laquelle elle se termine.
13791  La valeur de 
13792 \series bold
13793 colFin
13794 \series default
13795  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13796  Le paramètre optionnel 
13797 \series bold
13798 rognage
13799 \series default
13800  peut être soit 
13801 \emph on
13802 l{largeurRognage}
13803 \emph default
13804 , ou 
13805 \emph on
13806 r{largeurRognage}
13807 \emph default
13808  où les valeurs de
13809 \emph on
13810  largeurRognage
13811 \emph default
13812  sont aussi optionnelles.
13813  En utilisant par exemple la valeur 
13814 \emph on
13815 l{2pt}
13816 \emph default
13817  pour ce paramètre, la ligne va être rognée de 2
13818 \begin_inset space \thinspace{}
13819 \end_inset
13820
13821 pt à son extrémité gauche.
13822  Si vous ne spécifiez pas de valeur pour 
13823 \emph on
13824 largeurRognage
13825 \emph default
13826  les lignes sont implicitement rognées de 0.5
13827 \begin_inset space \thinspace{}
13828 \end_inset
13829
13830 em.
13831 \end_layout
13832
13833 \begin_layout Standard
13834 \begin_inset VSpace bigskip
13835 \end_inset
13836
13837 Le tableau
13838 \begin_inset space ~
13839 \end_inset
13840
13841
13842 \begin_inset CommandInset ref
13843 LatexCommand ref
13844 reference "tab:Exemple-tableau-booktabs"
13845
13846 \end_inset
13847
13848  a été créé en utilisant les commandes
13849 \end_layout
13850
13851 \begin_layout Standard
13852
13853 \series bold
13854
13855 \backslash
13856 cmidrule(r){2-2}
13857 \backslash
13858 cmidrule(l){3-4}
13859 \end_layout
13860
13861 \begin_layout Standard
13862 au début de la deuxième ligne et
13863 \end_layout
13864
13865 \begin_layout Standard
13866
13867 \series bold
13868
13869 \backslash
13870 cmidrule(l{10pt}){1-1}
13871 \end_layout
13872
13873 \begin_layout Standard
13874 au début de la sixième ligne.
13875 \end_layout
13876
13877 \begin_layout Standard
13878 \begin_inset VSpace bigskip
13879 \end_inset
13880
13881
13882 \end_layout
13883
13884 \begin_layout Standard
13885 Vous pouvez vouloir des commandes 
13886 \series bold
13887
13888 \backslash
13889 cmidrule
13890 \series default
13891 s qui se recouvrent comme pour le tableau
13892 \begin_inset space ~
13893 \end_inset
13894
13895
13896 \begin_inset CommandInset ref
13897 LatexCommand ref
13898 reference "tab:Tableau-booktabs-special"
13899
13900 \end_inset
13901
13902 .
13903  On obtient ce résultat en utilisant la commande suivante en code TeX
13904 \end_layout
13905
13906 \begin_layout Standard
13907
13908 \series bold
13909
13910 \backslash
13911 morecmidrules
13912 \end_layout
13913
13914 \begin_layout Standard
13915 La commande qui a été utilisée pour la deuxième ligne du tableau
13916 \begin_inset space ~
13917 \end_inset
13918
13919
13920 \begin_inset CommandInset ref
13921 LatexCommand ref
13922 reference "tab:Tableau-booktabs-special"
13923
13924 \end_inset
13925
13926  est
13927 \end_layout
13928
13929 \begin_layout Standard
13930
13931 \series bold
13932
13933 \backslash
13934 cmidrule(r){2-2}
13935 \backslash
13936 cmidrule(l){3-4}
13937 \backslash
13938 morecmidrules
13939 \backslash
13940 cmidrule{2-4}
13941 \end_layout
13942
13943 \begin_layout Standard
13944 La commande pour la sixième ligne est
13945 \end_layout
13946
13947 \begin_layout Standard
13948
13949 \series bold
13950
13951 \backslash
13952 midrule
13953 \backslash
13954 morecmidrules
13955 \backslash
13956 cmidrule{3-4}
13957 \end_layout
13958
13959 \begin_layout Standard
13960 \begin_inset VSpace bigskip
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \begin_layout Standard
13967 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13968 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13969  font toute la largeur du tableau :
13970 \end_layout
13971
13972 \begin_layout Standard
13973
13974 \series bold
13975
13976 \backslash
13977 specialrule{largeur}{espace au dessus}{espace en dessous}
13978 \end_layout
13979
13980 \begin_layout Standard
13981 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13982  du paquetage LaTeX 
13983 \series bold
13984 booktabs
13985 \series default
13986  
13987 \begin_inset CommandInset citation
13988 LatexCommand cite
13989 key "booktabs"
13990
13991 \end_inset
13992
13993 .
13994 \begin_inset Index idx
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998 Paquetages LaTeX ! booktabs
13999 \end_layout
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \begin_layout Standard
14007 \begin_inset Float table
14008 placement h
14009 wide false
14010 sideways false
14011 status open
14012
14013 \begin_layout Plain Layout
14014 \begin_inset Caption
14015
14016 \begin_layout Plain Layout
14017 \begin_inset CommandInset label
14018 LatexCommand label
14019 name "tab:Tableau-booktabs-special"
14020
14021 \end_inset
14022
14023 Tableau formel spécial
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \begin_layout Plain Layout
14032 \align center
14033 \begin_inset Tabular
14034 <lyxtabular version="3" rows="8" columns="4">
14035 <features booktabs="true" tabularvalignment="middle">
14036 <column alignment="center" valignment="top" width="0">
14037 <column alignment="center" valignment="top" width="0">
14038 <column alignment="center" valignment="top" width="0">
14039 <column alignment="center" valignment="top" width="0">
14040 <row>
14041 <cell alignment="center" valignment="top" topline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 Système
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell alignment="center" valignment="top" topline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 Chip
14055 \begin_inset space \thinspace{}
14056 \end_inset
14057
14058 1
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 Chip
14068 \begin_inset space \thinspace{}
14069 \end_inset
14070
14071 2
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 </row>
14086 <row>
14087 <cell alignment="center" valignment="top" usebox="none">
14088 \begin_inset Text
14089
14090 \begin_layout Plain Layout
14091 \begin_inset ERT
14092 status collapsed
14093
14094 \begin_layout Plain Layout
14095
14096
14097 \backslash
14098 cmidrule(r){2-2}
14099 \end_layout
14100
14101 \end_inset
14102
14103
14104 \begin_inset ERT
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108
14109
14110 \backslash
14111 cmidrule(l){3-4}
14112 \end_layout
14113
14114 \end_inset
14115
14116
14117 \begin_inset ERT
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121
14122
14123 \backslash
14124 morecmidrules 
14125 \end_layout
14126
14127 \end_inset
14128
14129
14130 \begin_inset ERT
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134
14135
14136 \backslash
14137 cmidrule{2-4}
14138 \end_layout
14139
14140 \end_inset
14141
14142 Epaisseur du capteur en µm
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 300
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 300
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 700
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 <row>
14176 <cell alignment="center" valignment="top" topline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 Angle biseau en °
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 3.55
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 <cell alignment="center" valignment="top" topline="true" usebox="none">
14195 \begin_inset Text
14196
14197 \begin_layout Plain Layout
14198 2.71
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 <cell alignment="center" valignment="top" topline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 7.99
14208 \end_layout
14209
14210 \end_inset
14211 </cell>
14212 </row>
14213 <row topspace="default">
14214 <cell alignment="center" valignment="top" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 Résolution spatiale en µm
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 <cell alignment="center" valignment="top" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227 4.26
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 10.17
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 10.56
14246 \end_layout
14247
14248 \end_inset
14249 </cell>
14250 </row>
14251 <row topspace="default">
14252 <cell alignment="center" valignment="top" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 MTF à 
14257 \begin_inset Formula $f_{\mathrm{max}}$
14258 \end_inset
14259
14260
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 0.53
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 0.37
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 0.39
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 </row>
14293 <row>
14294 <cell alignment="center" valignment="top" topline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 \begin_inset ERT
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303
14304 \backslash
14305 morecmidrules 
14306 \end_layout
14307
14308 \end_inset
14309
14310
14311 \begin_inset ERT
14312 status collapsed
14313
14314 \begin_layout Plain Layout
14315
14316
14317 \backslash
14318 cmidrule{3-4}
14319 \end_layout
14320
14321 \end_inset
14322
14323 résolution spatiale LSF
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" topline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 <row>
14357 <cell alignment="center" valignment="top" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 en µm
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 129.7
14371 \end_layout
14372
14373 \end_inset
14374 </cell>
14375 <cell alignment="center" valignment="top" usebox="none">
14376 \begin_inset Text
14377
14378 \begin_layout Plain Layout
14379 52.75
14380 \end_layout
14381
14382 \end_inset
14383 </cell>
14384 <cell alignment="center" valignment="top" usebox="none">
14385 \begin_inset Text
14386
14387 \begin_layout Plain Layout
14388 50.78
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 </row>
14394 <row>
14395 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14396 \begin_inset Text
14397
14398 \begin_layout Plain Layout
14399 en % de la taille des pixels
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408 76.3
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417 95.9
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426 92.3
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 </lyxtabular>
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \end_inset
14440
14441
14442 \end_layout
14443
14444 \begin_layout Section
14445 Alignement Vertical des Tableaux
14446 \begin_inset Index idx
14447 status collapsed
14448
14449 \begin_layout Plain Layout
14450 Tableau ! Alignement
14451 \end_layout
14452
14453 \end_inset
14454
14455
14456 \end_layout
14457
14458 \begin_layout Standard
14459 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14460  doit être à l'intérieur d'une boîte.
14461  La boîte peut alors être alignée comme c'est décrit dans la 
14462 \begin_inset space ~
14463 \end_inset
14464
14465
14466 \begin_inset CommandInset ref
14467 LatexCommand ref
14468 reference "sec:Boîte-Dialogue"
14469
14470 \end_inset
14471
14472 .
14473 \end_layout
14474
14475 \begin_layout Standard
14476 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14477  minipage
14478 \begin_inset Foot
14479 status open
14480
14481 \begin_layout Plain Layout
14482 Les minipages son décrites dans la section
14483 \begin_inset space ~
14484 \end_inset
14485
14486
14487 \begin_inset CommandInset ref
14488 LatexCommand ref
14489 reference "sec:Minipages"
14490
14491 \end_inset
14492
14493 .
14494 \end_layout
14495
14496 \end_inset
14497
14498  dont la largeur est de 15
14499 \begin_inset space \thinspace{}
14500 \end_inset
14501
14502 col% :
14503 \end_layout
14504
14505 \begin_layout Itemize
14506 test 
14507 \begin_inset Box Frameless
14508 position "t"
14509 hor_pos "c"
14510 has_inner_box 1
14511 inner_pos "c"
14512 use_parbox 0
14513 use_makebox 0
14514 width "15col%"
14515 special "none"
14516 height "1in"
14517 height_special "totalheight"
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521 \begin_inset Tabular
14522 <lyxtabular version="3" rows="3" columns="3">
14523 <features tabularvalignment="middle">
14524 <column alignment="center" valignment="top" width="0">
14525 <column alignment="center" valignment="top" width="0">
14526 <column alignment="center" valignment="top" width="0">
14527 <row>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 a
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 d
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 g
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 </row>
14556 <row>
14557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 b
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 e
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 h
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 </row>
14585 <row>
14586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 c
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599 f
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608 i
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 </lyxtabular>
14615
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \end_inset
14622
14623  test 
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629
14630 \backslash
14631 raisebox{0.85
14632 \backslash
14633 baselineskip}{
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \begin_inset Box Frameless
14640 position "t"
14641 hor_pos "c"
14642 has_inner_box 1
14643 inner_pos "c"
14644 use_parbox 0
14645 use_makebox 0
14646 width "15col%"
14647 special "none"
14648 height "1in"
14649 height_special "totalheight"
14650 status collapsed
14651
14652 \begin_layout Plain Layout
14653 \begin_inset Tabular
14654 <lyxtabular version="3" rows="3" columns="3">
14655 <features tabularvalignment="middle">
14656 <column alignment="center" valignment="top" width="0">
14657 <column alignment="center" valignment="top" width="0">
14658 <column alignment="center" valignment="top" width="0">
14659 <row>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 a
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673 d
14674 \end_layout
14675
14676 \end_inset
14677 </cell>
14678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14679 \begin_inset Text
14680
14681 \begin_layout Plain Layout
14682 g
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 </row>
14688 <row>
14689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693 b
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 e
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 h
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 </row>
14717 <row>
14718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 c
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 f
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740 i
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 </row>
14746 </lyxtabular>
14747
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \end_inset
14754
14755
14756 \begin_inset ERT
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760
14761 }
14762 \end_layout
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Itemize
14770 test 
14771 \begin_inset Box Frameless
14772 position "c"
14773 hor_pos "c"
14774 has_inner_box 1
14775 inner_pos "c"
14776 use_parbox 0
14777 use_makebox 0
14778 width "15col%"
14779 special "none"
14780 height "1in"
14781 height_special "totalheight"
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785 \begin_inset Tabular
14786 <lyxtabular version="3" rows="3" columns="3">
14787 <features tabularvalignment="middle">
14788 <column alignment="center" valignment="top" width="0">
14789 <column alignment="center" valignment="top" width="0">
14790 <column alignment="center" valignment="top" width="0">
14791 <row>
14792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 a
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 d
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 g
14815 \end_layout
14816
14817 \end_inset
14818 </cell>
14819 </row>
14820 <row>
14821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825 b
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834 e
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 h
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 </row>
14849 <row>
14850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 c
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 f
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 i
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 </row>
14878 </lyxtabular>
14879
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \end_inset
14886
14887
14888 \end_layout
14889
14890 \begin_layout Itemize
14891 test 
14892 \begin_inset Box Frameless
14893 position "b"
14894 hor_pos "c"
14895 has_inner_box 1
14896 inner_pos "c"
14897 use_parbox 0
14898 use_makebox 0
14899 width "15col%"
14900 special "none"
14901 height "1in"
14902 height_special "totalheight"
14903 status collapsed
14904
14905 \begin_layout Plain Layout
14906 \begin_inset Tabular
14907 <lyxtabular version="3" rows="3" columns="3">
14908 <features tabularvalignment="middle">
14909 <column alignment="center" valignment="top" width="0">
14910 <column alignment="center" valignment="top" width="0">
14911 <column alignment="center" valignment="top" width="0">
14912 <row>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 a
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14923 \begin_inset Text
14924
14925 \begin_layout Plain Layout
14926 d
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935 g
14936 \end_layout
14937
14938 \end_inset
14939 </cell>
14940 </row>
14941 <row>
14942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 b
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 e
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 h
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 </row>
14970 <row>
14971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975 c
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 f
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993 i
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 </row>
14999 </lyxtabular>
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \end_inset
15007
15008  test 
15009 \begin_inset ERT
15010 status collapsed
15011
15012 \begin_layout Plain Layout
15013
15014
15015 \backslash
15016 raisebox{-0.32
15017 \backslash
15018 baselineskip}{
15019 \end_layout
15020
15021 \end_inset
15022
15023
15024 \begin_inset Box Frameless
15025 position "b"
15026 hor_pos "c"
15027 has_inner_box 1
15028 inner_pos "c"
15029 use_parbox 0
15030 use_makebox 0
15031 width "15col%"
15032 special "none"
15033 height "1in"
15034 height_special "totalheight"
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038 \begin_inset Tabular
15039 <lyxtabular version="3" rows="3" columns="3">
15040 <features tabularvalignment="middle">
15041 <column alignment="center" valignment="top" width="0">
15042 <column alignment="center" valignment="top" width="0">
15043 <column alignment="center" valignment="top" width="0">
15044 <row>
15045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049 a
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 d
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 g
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 </row>
15073 <row>
15074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 b
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 e
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 h
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 </row>
15102 <row>
15103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15104 \begin_inset Text
15105
15106 \begin_layout Plain Layout
15107 c
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116 f
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 i
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 </row>
15131 </lyxtabular>
15132
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \end_inset
15139
15140
15141 \begin_inset ERT
15142 status collapsed
15143
15144 \begin_layout Plain Layout
15145
15146 }
15147 \end_layout
15148
15149 \end_inset
15150
15151
15152 \end_layout
15153
15154 \begin_layout Standard
15155 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15156  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15157  la ligne dans laquelle le tableau est inséré.
15158  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15159  boîte élévatrice (raisebox)
15160 \begin_inset Foot
15161 status collapsed
15162
15163 \begin_layout Plain Layout
15164 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15165 \begin_inset space ~
15166 \end_inset
15167
15168
15169 \begin_inset CommandInset ref
15170 LatexCommand ref
15171 reference "sub:Alignement-Vertical"
15172
15173 \end_inset
15174
15175 .
15176 \end_layout
15177
15178 \end_inset
15179
15180 .
15181  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15182  aligné en utilisant la commande en code TeX suivante 
15183 \end_layout
15184
15185 \begin_layout Standard
15186
15187 \series bold
15188
15189 \backslash
15190 raisebox{0.85
15191 \backslash
15192 baselineskip}{
15193 \end_layout
15194
15195 \begin_layout Standard
15196 placée juste avant la boîte minipage.
15197  Après la boîte on insère l'accolade fermante en code TeX.
15198  Pour le deuxième tableau de la dernière ligne, la commande 
15199 \end_layout
15200
15201 \begin_layout Standard
15202
15203 \series bold
15204
15205 \backslash
15206 raisebox{-0.32
15207 \backslash
15208 baselineskip}{
15209 \end_layout
15210
15211 \begin_layout Standard
15212 est utilisée.
15213 \end_layout
15214
15215 \begin_layout Standard
15216 \begin_inset Note Greyedout
15217 status open
15218
15219 \begin_layout Plain Layout
15220
15221 \series bold
15222 Note:
15223 \series default
15224  L'alignement entre le contenu de la ligne du tableau et le texte de la
15225  ligne qui l'entoure ne peut pas être parfait.
15226  Le facteur utilisé dans la commande 
15227 \series bold
15228
15229 \backslash
15230 raisebox
15231 \series default
15232  pour obtenir cet alignement dépend de la police de caractères du document,
15233  de la taille de la police et de l'épaisseur des lignes du tableau.
15234 \end_layout
15235
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \begin_layout Section
15242 Tableaux Colorés
15243 \begin_inset CommandInset label
15244 LatexCommand label
15245 name "sec:Tableaux-Colorés"
15246
15247 \end_inset
15248
15249
15250 \begin_inset Index idx
15251 status collapsed
15252
15253 \begin_layout Plain Layout
15254 Tableau ! Coloré
15255 \end_layout
15256
15257 \end_inset
15258
15259
15260 \end_layout
15261
15262 \begin_layout Subsection
15263 Cellules Colorées
15264 \begin_inset Index idx
15265 status collapsed
15266
15267 \begin_layout Plain Layout
15268 Couleur des tableaux ! Pour les cellules
15269 \end_layout
15270
15271 \end_inset
15272
15273
15274 \begin_inset Index idx
15275 status collapsed
15276
15277 \begin_layout Plain Layout
15278 Couleur ! Pour les cellules de tableau
15279 \end_layout
15280
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \begin_layout Standard
15287 \begin_inset Float table
15288 placement h
15289 wide false
15290 sideways false
15291 status open
15292
15293 \begin_layout Plain Layout
15294 \begin_inset Caption
15295
15296 \begin_layout Plain Layout
15297 \begin_inset CommandInset label
15298 LatexCommand label
15299 name "tab:Tableau-coloré-sans-colortbl"
15300
15301 \end_inset
15302
15303 Tableau coloré sans utiliser le paquetage  
15304 \series bold
15305 colortbl
15306 \series default
15307
15308 \begin_inset Argument
15309 status open
15310
15311 \begin_layout Plain Layout
15312 Tableau sans colortbl
15313 \end_layout
15314
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \begin_layout Plain Layout
15326 \align center
15327 \begin_inset Tabular
15328 <lyxtabular version="3" rows="3" columns="3">
15329 <features tabularvalignment="middle">
15330 <column alignment="center" valignment="top" width="0">
15331 <column alignment="center" valignment="top" width="0">
15332 <column alignment="center" valignment="top" width="0">
15333 <row>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338
15339 \color green
15340 a
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \color red
15351 b
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360
15361 \color red
15362 c
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373
15374 \color green
15375 d
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384
15385 \color blue
15386 e
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \color blue
15397 f
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 </row>
15403 <row>
15404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408
15409 \color green
15410 g
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419
15420 \color blue
15421 h
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430
15431 \color blue
15432 i
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 </row>
15438 </lyxtabular>
15439
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \begin_layout Standard
15451 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15452  et choisissez une couleur dans le menu 
15453 \family sans
15454 Éditer\SpecialChar \menuseparator
15455 Style
15456 \begin_inset space ~
15457 \end_inset
15458
15459 de
15460 \begin_inset space ~
15461 \end_inset
15462
15463 Texte
15464 \family default
15465 .
15466  C'est ce qui a été utilisé pour créer le tableau
15467 \begin_inset space ~
15468 \end_inset
15469
15470
15471 \begin_inset CommandInset ref
15472 LatexCommand ref
15473 reference "tab:Tableau-coloré-sans-colortbl"
15474
15475 \end_inset
15476
15477 .
15478  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15479 \series bold
15480 colortbl
15481 \series default
15482 .
15483 \begin_inset Index idx
15484 status collapsed
15485
15486 \begin_layout Plain Layout
15487 Paquetages LaTeX ! colortbl
15488 \end_layout
15489
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \begin_layout Standard
15496 \begin_inset ERT
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500
15501
15502 \backslash
15503 ifcolortbl
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \begin_inset Note Note
15510 status open
15511
15512 \begin_layout Plain Layout
15513 La section qui suit ne sera affichée que si vous avez installé le paquetage
15514  LaTeX 
15515 \series bold
15516 colortbl
15517 \series default
15518 .
15519 \end_layout
15520
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \begin_layout Standard
15527 Pour créer des tableaux colorés, vous devez charger le paquetage
15528 \series bold
15529  colortbl
15530 \series default
15531  dans le préambule avec la ligne
15532 \end_layout
15533
15534 \begin_layout Standard
15535
15536 \series bold
15537
15538 \backslash
15539 usepackage{colortbl}
15540 \end_layout
15541
15542 \begin_layout Standard
15543 On choisit la couleur d'une colonne avec la commande 
15544 \end_layout
15545
15546 \begin_layout Standard
15547
15548 \series bold
15549
15550 \backslash
15551 columncolor{nom de couleur}
15552 \end_layout
15553
15554 \begin_layout Standard
15555 à l'intérieur d'une commande 
15556 \series bold
15557 >{ }
15558 \series default
15559 .
15560  Vous trouverez plus d'information sur la commande 
15561 \series bold
15562 >{}
15563 \series default
15564  dans la section
15565 \begin_inset space ~
15566 \end_inset
15567
15568
15569 \begin_inset CommandInset ref
15570 LatexCommand ref
15571 reference "sub:Calculs-multicolonnes"
15572
15573 \end_inset
15574
15575 .
15576 \end_layout
15577
15578 \begin_layout Standard
15579 Les noms de couleurs suivants sont prédéfinis :
15580 \end_layout
15581
15582 \begin_layout Standard
15583
15584 \family sans
15585 red
15586 \family default
15587  (rouge), 
15588 \family sans
15589 green
15590 \family default
15591  (vert), 
15592 \family sans
15593 yellow
15594 \family default
15595  (jaune), 
15596 \family sans
15597 blue
15598 \family default
15599  (bleu), 
15600 \family sans
15601 cyan
15602 \family default
15603
15604 \family sans
15605 magenta
15606 \family default
15607
15608 \family sans
15609 black 
15610 \family default
15611 (noir) et 
15612 \family sans
15613 white 
15614 \family default
15615 (blanc).
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset VSpace medskip
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \begin_layout Standard
15626 Vous pouvez aussi définir votre propre couleur avec la commande
15627 \end_layout
15628
15629 \begin_layout Standard
15630
15631 \series bold
15632
15633 \backslash
15634 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15635 \end_layout
15636
15637 \begin_layout Standard
15638 Le modèle de couleur peut être
15639 \end_layout
15640
15641 \begin_layout Labeling
15642 \labelwidthstring 00.00.0000
15643 cmyk: cyan, magenta, jaune (yellow), noir (black)
15644 \end_layout
15645
15646 \begin_layout Labeling
15647 \labelwidthstring 00.00.0000
15648 rgb: red, vert (green), bleu (blue)
15649 \end_layout
15650
15651 \begin_layout Labeling
15652 \labelwidthstring 00.00.0000
15653 gray dégradé de gris (gray)
15654 \end_layout
15655
15656 \begin_layout Standard
15657 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15658  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15659 \end_layout
15660
15661 \begin_layout Standard
15662 Vous pouvez par exemple définir la couleur 
15663 \begin_inset Quotes eld
15664 \end_inset
15665
15666
15667 \emph on
15668 vertfonce
15669 \begin_inset Quotes erd
15670 \end_inset
15671
15672  dans le préambule avec la ligne
15673 \end_layout
15674
15675 \begin_layout Standard
15676
15677 \series bold
15678
15679 \backslash
15680 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15681 \end_layout
15682
15683 \begin_layout Standard
15684 et la couleur "
15685 \emph on
15686 grisclair
15687 \emph default
15688 " avec
15689 \end_layout
15690
15691 \begin_layout Standard
15692
15693 \series bold
15694
15695 \backslash
15696 definecolor{grisclair}{gray}{0.8}
15697 \end_layout
15698
15699 \begin_layout Standard
15700 \begin_inset VSpace medskip
15701 \end_inset
15702
15703
15704 \end_layout
15705
15706 \begin_layout Standard
15707 Les lignes sont colorées avec la commande
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \series bold
15713
15714 \backslash
15715 rowcolor{nom de la couleur}
15716 \end_layout
15717
15718 \begin_layout Standard
15719 et les cellules sont colorées avec la commande
15720 \end_layout
15721
15722 \begin_layout Standard
15723
15724 \series bold
15725
15726 \backslash
15727 cellcolor{nom de la couleur}
15728 \end_layout
15729
15730 \begin_layout Standard
15731 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15732 \end_layout
15733
15734 \begin_layout Standard
15735 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15736  choisissez une couleur dans le menu 
15737 \family sans
15738 Éditer\SpecialChar \menuseparator
15739 Style
15740 \begin_inset space ~
15741 \end_inset
15742
15743 de
15744 \begin_inset space ~
15745 \end_inset
15746
15747 Texte
15748 \family default
15749 .
15750  Si une cellule contient du code TeX, faites bien attention à ne colorer
15751  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15752 \end_layout
15753
15754 \begin_layout Standard
15755 \begin_inset Note Greyedout
15756 status open
15757
15758 \begin_layout Plain Layout
15759
15760 \series bold
15761 Note:
15762 \series default
15763  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15764  définies par l'utilisateur.
15765 \end_layout
15766
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \begin_layout Standard
15773 \begin_inset VSpace bigskip
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \begin_layout Standard
15780 Pour créer le tableau
15781 \begin_inset space ~
15782 \end_inset
15783
15784
15785 \begin_inset CommandInset ref
15786 LatexCommand ref
15787 reference "tab:Tableau-coloré-avec-colortbl"
15788
15789 \end_inset
15790
15791  faites ce qui suit : La couleur de la première colonne doit être 
15792 \emph on
15793 vertfonce
15794 \emph default
15795 .
15796  On insère donc la commande
15797 \end_layout
15798
15799 \begin_layout Standard
15800
15801 \series bold
15802 >{
15803 \backslash
15804 columncolor{vertfonce}
15805 \backslash
15806 centering}c
15807 \end_layout
15808
15809 \begin_layout Standard
15810 en code TeX pour cette colonne.
15811  La première ligne doit être bleue
15812 \begin_inset Note Note
15813 status open
15814
15815 \begin_layout Plain Layout
15816 cyan ? (NdT)
15817 \end_layout
15818
15819 \end_inset
15820
15821 , d'où la commande en code TeX
15822 \end_layout
15823
15824 \begin_layout Standard
15825
15826 \series bold
15827
15828 \backslash
15829 rowcolor{cyan}
15830 \end_layout
15831
15832 \begin_layout Standard
15833 qui est insérée dans la première cellule de cette ligne.
15834  Notez que cela annule la couleur de colonne pour la première cellule.
15835  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15836  en code TeX la commande
15837 \end_layout
15838
15839 \begin_layout Standard
15840
15841 \series bold
15842
15843 \backslash
15844 cellcolor{magenta}
15845 \end_layout
15846
15847 \begin_layout Standard
15848 Les caractères peuvent maintenant être colorés en utilisant le menu 
15849 \family sans
15850 Éditer\SpecialChar \menuseparator
15851 Style
15852 \begin_inset space ~
15853 \end_inset
15854
15855 de
15856 \begin_inset space ~
15857 \end_inset
15858
15859 Texte
15860 \family default
15861 .
15862 \end_layout
15863
15864 \begin_layout Standard
15865 \begin_inset Float table
15866 placement h
15867 wide false
15868 sideways false
15869 status open
15870
15871 \begin_layout Plain Layout
15872 \begin_inset Caption
15873
15874 \begin_layout Plain Layout
15875 \begin_inset CommandInset label
15876 LatexCommand label
15877 name "tab:Tableau-coloré-avec-colortbl"
15878
15879 \end_inset
15880
15881 Tableau coloré en utilisant le paquetage 
15882 \series bold
15883 colortbl
15884 \series default
15885
15886 \begin_inset Argument
15887 status collapsed
15888
15889 \begin_layout Plain Layout
15890 Tableau avec colortbl
15891 \end_layout
15892
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \end_inset
15899
15900
15901 \end_layout
15902
15903 \begin_layout Plain Layout
15904 \align center
15905 \begin_inset Tabular
15906 <lyxtabular version="3" rows="3" columns="3">
15907 <features tabularvalignment="middle">
15908 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15909 <column alignment="center" valignment="top" width="0">
15910 <column alignment="center" valignment="top" width="0">
15911 <row>
15912 <cell alignment="center" valignment="top" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 \begin_inset ERT
15917 status collapsed
15918
15919 \begin_layout Plain Layout
15920
15921
15922 \backslash
15923 rowcolor{cyan}
15924 \end_layout
15925
15926 \end_inset
15927
15928
15929 \color magenta
15930 a
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939
15940 \color red
15941 b
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 <cell alignment="center" valignment="top" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950
15951 \color red
15952 c
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row>
15959 <cell alignment="center" valignment="top" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963
15964 \color yellow
15965 d
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \color blue
15976 e
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985
15986 \color blue
15987 f
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 <row>
15994 <cell alignment="center" valignment="top" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998
15999 \color yellow
16000 g
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009
16010 \color blue
16011 h
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 \begin_inset ERT
16021 status collapsed
16022
16023 \begin_layout Plain Layout
16024
16025
16026 \backslash
16027 cellcolor{magenta}
16028 \end_layout
16029
16030 \end_inset
16031
16032
16033 \color green
16034 i
16035 \end_layout
16036
16037 \end_inset
16038 </cell>
16039 </row>
16040 </lyxtabular>
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \begin_layout Standard
16053 \begin_inset ERT
16054 status collapsed
16055
16056 \begin_layout Plain Layout
16057
16058
16059 \backslash
16060 else
16061 \end_layout
16062
16063 \end_inset
16064
16065
16066 \begin_inset Note Note
16067 status open
16068
16069 \begin_layout Plain Layout
16070 Ce qui suit sera affiché si le paquetage 
16071 \series bold
16072 colortbl
16073 \series default
16074  n'est pas installé :
16075 \end_layout
16076
16077 \end_inset
16078
16079
16080 \end_layout
16081
16082 \begin_layout Standard
16083 Vous devez installer le paquetage 
16084 \series bold
16085 colortbl
16086 \series default
16087  pour voir le contenu des cette section dans la sortie imprimée.
16088 \end_layout
16089
16090 \begin_layout Standard
16091 \begin_inset ERT
16092 status collapsed
16093
16094 \begin_layout Plain Layout
16095
16096
16097 \backslash
16098 fi
16099 \end_layout
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Subsection
16107 Les filets colorées
16108 \begin_inset Index idx
16109 status collapsed
16110
16111 \begin_layout Plain Layout
16112 Tableau Coloré ! Pour les filets
16113 \end_layout
16114
16115 \end_inset
16116
16117
16118 \begin_inset Index idx
16119 status collapsed
16120
16121 \begin_layout Plain Layout
16122 Couleur ! Pour les filets des tableaux
16123 \end_layout
16124
16125 \end_inset
16126
16127
16128 \begin_inset Note Note
16129 status collapsed
16130
16131 \begin_layout Plain Layout
16132 on parle de filets plutôt que de lignes pour les tableaux
16133 \end_layout
16134
16135 \end_inset
16136
16137
16138 \end_layout
16139
16140 \begin_layout Standard
16141 Comme c'est décrit dans la section
16142 \begin_inset space ~
16143 \end_inset
16144
16145
16146 \begin_inset CommandInset ref
16147 LatexCommand ref
16148 reference "sub:Epaisseur-filets"
16149
16150 \end_inset
16151
16152 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16153  variable 
16154 \series bold
16155
16156 \backslash
16157 arrayrulewidth
16158 \series default
16159 .
16160  Elle est mise à 1.5
16161 \begin_inset space \thinspace{}
16162 \end_inset
16163
16164 pt pour tous les tableaux de cette section.
16165 \begin_inset ERT
16166 status collapsed
16167
16168 \begin_layout Plain Layout
16169
16170
16171 \backslash
16172 setlength{
16173 \backslash
16174 arrayrulewidth}{1.5pt}
16175 \end_layout
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \begin_layout Standard
16183 Pour colorer les filets verticaux, par exemple en vert, créez le format
16184  de colonne suivant dans le préambule du document, en suivant la description
16185  de la section
16186 \begin_inset space ~
16187 \end_inset
16188
16189
16190 \begin_inset CommandInset ref
16191 LatexCommand ref
16192 reference "sub:Formats-personnalisés"
16193
16194 \end_inset
16195
16196 :
16197 \end_layout
16198
16199 \begin_layout Standard
16200
16201 \series bold
16202
16203 \backslash
16204 newcolumntype{W}{!{
16205 \backslash
16206 color{green}
16207 \backslash
16208 vline}}
16209 \end_layout
16210
16211 \begin_layout Standard
16212 Pour le tableau
16213 \begin_inset space ~
16214 \end_inset
16215
16216
16217 \begin_inset CommandInset ref
16218 LatexCommand ref
16219 reference "tab:Tableau-filets-verticaux-colorés"
16220
16221 \end_inset
16222
16223  le paramètre LaTeX
16224 \series bold
16225  WcW
16226 \series default
16227  a été utilisé pour la dernière colonne et
16228 \series bold
16229  Wc
16230 \series default
16231  pour les autres colonnes.
16232 \end_layout
16233
16234 \begin_layout Standard
16235 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16236 \end_layout
16237
16238 \begin_layout Standard
16239 \begin_inset Float table
16240 placement h
16241 wide false
16242 sideways false
16243 status open
16244
16245 \begin_layout Plain Layout
16246 \begin_inset Caption
16247
16248 \begin_layout Plain Layout
16249 \begin_inset CommandInset label
16250 LatexCommand label
16251 name "tab:Tableau-filets-verticaux-colorés"
16252
16253 \end_inset
16254
16255 Tableau avec filets verticaux colorés
16256 \end_layout
16257
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \begin_layout Plain Layout
16264 \align center
16265 \begin_inset Tabular
16266 <lyxtabular version="3" rows="3" columns="3">
16267 <features tabularvalignment="middle">
16268 <column alignment="center" valignment="top" width="0" special="Wc">
16269 <column alignment="center" valignment="top" width="0" special="Wc">
16270 <column alignment="center" valignment="top" width="0" special="WcW">
16271 <row>
16272 <cell alignment="center" valignment="top" topline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276 sd
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell alignment="center" valignment="top" topline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" topline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 </row>
16300 <row>
16301 <cell alignment="center" valignment="top" topline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 <cell alignment="center" valignment="top" topline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 sd
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" topline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 </row>
16329 <row>
16330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 sd
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 </lyxtabular>
16359
16360 \end_inset
16361
16362
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \end_layout
16369
16370 \begin_layout Standard
16371 \begin_inset VSpace bigskip
16372 \end_inset
16373
16374 Pour colorer les filets horizontaux en rouge comme pour le tableau
16375 \begin_inset space ~
16376 \end_inset
16377
16378
16379 \begin_inset CommandInset ref
16380 LatexCommand ref
16381 reference "tab:Tableau-filet-horizontaux-colorés"
16382
16383 \end_inset
16384
16385 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16386  le flottant de tableau :
16387 \end_layout
16388
16389 \begin_layout Standard
16390
16391 \series bold
16392
16393 \backslash
16394 let
16395 \backslash
16396 myHlineC
16397 \backslash
16398 hline
16399 \begin_inset Newline newline
16400 \end_inset
16401
16402
16403 \backslash
16404 renewcommand{
16405 \backslash
16406 hline}
16407 \begin_inset Newline newline
16408 \end_inset
16409
16410
16411 \begin_inset Phantom HPhantom
16412 status open
16413
16414 \begin_layout Plain Layout
16415
16416 \series bold
16417 \begin_inset space ~
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424
16425 {
16426 \backslash
16427 arrayrulecolor{red}
16428 \backslash
16429 myHlineC
16430 \backslash
16431 arrayrulecolor{black}}
16432 \end_layout
16433
16434 \begin_layout Standard
16435 \begin_inset ERT
16436 status collapsed
16437
16438 \begin_layout Plain Layout
16439
16440
16441 \backslash
16442 let
16443 \backslash
16444 myHlineC
16445 \backslash
16446 hline
16447 \end_layout
16448
16449 \begin_layout Plain Layout
16450
16451
16452 \backslash
16453 renewcommand{
16454 \backslash
16455 hline}
16456 \end_layout
16457
16458 \begin_layout Plain Layout
16459
16460  {
16461 \backslash
16462 arrayrulecolor{red}
16463 \backslash
16464 myHlineC
16465 \backslash
16466 arrayrulecolor{black}}
16467 \end_layout
16468
16469 \end_inset
16470
16471
16472 \begin_inset Float table
16473 placement h
16474 wide false
16475 sideways false
16476 status open
16477
16478 \begin_layout Plain Layout
16479 \begin_inset Caption
16480
16481 \begin_layout Plain Layout
16482 \begin_inset CommandInset label
16483 LatexCommand label
16484 name "tab:Tableau-filet-horizontaux-colorés"
16485
16486 \end_inset
16487
16488 Tableau avec filets horizontaux colorés
16489 \end_layout
16490
16491 \end_inset
16492
16493
16494 \end_layout
16495
16496 \begin_layout Plain Layout
16497 \align center
16498 \begin_inset Tabular
16499 <lyxtabular version="3" rows="3" columns="3">
16500 <features tabularvalignment="middle">
16501 <column alignment="center" valignment="top" width="0">
16502 <column alignment="center" valignment="top" width="0">
16503 <column alignment="center" valignment="top" width="0">
16504 <row>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 sd
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 </row>
16533 <row>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 sd
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 <row>
16563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 sd
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 </lyxtabular>
16592
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \begin_layout Standard
16604 Pour revenir à la couleur noire implicite, insérez la commande suivante
16605  en code TeX, juste après le tableau ou le flottant de tableau :
16606 \end_layout
16607
16608 \begin_layout Standard
16609
16610 \series bold
16611
16612 \backslash
16613 renewcommand{
16614 \backslash
16615 hline}{
16616 \backslash
16617 myHlineC}
16618 \end_layout
16619
16620 \begin_layout Standard
16621 Le tableau
16622 \begin_inset space ~
16623 \end_inset
16624
16625
16626 \begin_inset CommandInset ref
16627 LatexCommand ref
16628 reference "tab:Tableau-avec-filets-colorés"
16629
16630 \end_inset
16631
16632  est un exemple avec des filets horizontaux et verticaux colorés.
16633 \end_layout
16634
16635 \begin_layout Standard
16636 \begin_inset Float table
16637 placement h
16638 wide false
16639 sideways false
16640 status open
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Caption
16644
16645 \begin_layout Plain Layout
16646 \begin_inset CommandInset label
16647 LatexCommand label
16648 name "tab:Tableau-avec-filets-colorés"
16649
16650 \end_inset
16651
16652 Tableau avec filets horizontaux et verticaux colorés
16653 \end_layout
16654
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \begin_layout Plain Layout
16661 \align center
16662 \begin_inset Tabular
16663 <lyxtabular version="3" rows="3" columns="3">
16664 <features tabularvalignment="middle">
16665 <column alignment="center" valignment="top" width="0" special="Wc">
16666 <column alignment="center" valignment="top" width="0" special="Wc">
16667 <column alignment="center" valignment="top" width="0" special="WcW">
16668 <row>
16669 <cell alignment="center" valignment="top" topline="true" usebox="none">
16670 \begin_inset Text
16671
16672 \begin_layout Plain Layout
16673 sd
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 <cell alignment="center" valignment="top" topline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 <cell alignment="center" valignment="top" topline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 sd
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row topspace="default">
16727 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 sd
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 </lyxtabular>
16756
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \begin_layout Standard
16768 \begin_inset ERT
16769 status collapsed
16770
16771 \begin_layout Plain Layout
16772
16773
16774 \backslash
16775 renewcommand{
16776 \backslash
16777 hline}{
16778 \backslash
16779 myHlineC}
16780 \end_layout
16781
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \begin_layout Standard
16788 \begin_inset ERT
16789 status collapsed
16790
16791 \begin_layout Plain Layout
16792
16793
16794 \backslash
16795 setlength{
16796 \backslash
16797 arrayrulewidth}{0.4pt}
16798 \end_layout
16799
16800 \end_inset
16801
16802
16803 \end_layout
16804
16805 \begin_layout Section
16806 Personnalisation des Tableaux
16807 \begin_inset Index idx
16808 status collapsed
16809
16810 \begin_layout Plain Layout
16811 Tableau ! Personnalisation
16812 \end_layout
16813
16814 \end_inset
16815
16816
16817 \begin_inset Index idx
16818 status collapsed
16819
16820 \begin_layout Plain Layout
16821 Personnalisation des tableaux
16822 \end_layout
16823
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \begin_layout Subsection
16830 Espacement des lignes
16831 \begin_inset CommandInset label
16832 LatexCommand label
16833 name "sub:Espacement-lignes"
16834
16835 \end_inset
16836
16837
16838 \begin_inset Index idx
16839 status collapsed
16840
16841 \begin_layout Plain Layout
16842 Personnalisation des tableaux ! Espacement des lignes
16843 \end_layout
16844
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \begin_layout Standard
16851 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16852  l'onglet 
16853 \family sans
16854 Bordures
16855 \family default
16856  de la fenêtre de dialogue 
16857 \family sans
16858 Paramètres
16859 \begin_inset space ~
16860 \end_inset
16861
16862 du
16863 \begin_inset space ~
16864 \end_inset
16865
16866 tableau
16867 \family default
16868 .
16869  Vous y trouverez trois possibilités :
16870 \end_layout
16871
16872 \begin_layout Description
16873 Haut
16874 \begin_inset space ~
16875 \end_inset
16876
16877 de
16878 \begin_inset space ~
16879 \end_inset
16880
16881 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16882  Si le tableau est un tableau formel
16883 \begin_inset Foot
16884 status collapsed
16885
16886 \begin_layout Plain Layout
16887 Les tableaux formels sont décrits dans la section
16888 \begin_inset space ~
16889 \end_inset
16890
16891
16892 \begin_inset CommandInset ref
16893 LatexCommand ref
16894 reference "sec:Tableaux-Formels"
16895
16896 \end_inset
16897
16898 .
16899 \end_layout
16900
16901 \end_inset
16902
16903  LyX va insérer implicitement un espace de 0.5
16904 \begin_inset space \thinspace{}
16905 \end_inset
16906
16907 em.
16908  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16909  les filets verticaux comme dans le tableau suivant :
16910 \begin_inset VSpace medskip
16911 \end_inset
16912
16913
16914 \begin_inset Newline newline
16915 \end_inset
16916
16917
16918 \begin_inset space \hspace*{}
16919 \length 0pt
16920 \end_inset
16921
16922
16923 \begin_inset space \hfill{}
16924 \end_inset
16925
16926
16927 \begin_inset Tabular
16928 <lyxtabular version="3" rows="3" columns="1">
16929 <features tabularvalignment="middle">
16930 <column alignment="center" valignment="top" width="0">
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 A
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row topspace="3mm">
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 espace de 3
16948 \begin_inset space \thinspace{}
16949 \end_inset
16950
16951 mm en haut de la ligne
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 C
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 </row>
16968 </lyxtabular>
16969
16970 \end_inset
16971
16972
16973 \begin_inset space \hfill{}
16974 \end_inset
16975
16976
16977 \begin_inset space \hspace*{}
16978 \length 0pt
16979 \end_inset
16980
16981
16982 \begin_inset VSpace medskip
16983 \end_inset
16984
16985
16986 \begin_inset Newline newline
16987 \end_inset
16988
16989 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16990  pas de filets verticaux.
16991 \end_layout
16992
16993 \begin_layout Description
16994 Bas
16995 \begin_inset space ~
16996 \end_inset
16997
16998 de
16999 \begin_inset space ~
17000 \end_inset
17001
17002 ligne va ajouter de l'espace sous les caractères de la ligne.
17003  Si le tableau est un tableau formel LyX va insérer implicitement un espace
17004  de 0.5
17005 \begin_inset space \thinspace{}
17006 \end_inset
17007
17008 em, pour les tableaux normaux, l'espace implicite est de 2
17009 \begin_inset space \thinspace{}
17010 \end_inset
17011
17012 pt.
17013 \end_layout
17014
17015 \begin_layout Description
17016 Entre
17017 \begin_inset space ~
17018 \end_inset
17019
17020 les
17021 \begin_inset space ~
17022 \end_inset
17023
17024 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
17025  Si le tableau est un tableau formel LyX va insérer implicitement un espace
17026  de 0.5
17027 \begin_inset space \thinspace{}
17028 \end_inset
17029
17030 em.
17031  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
17032  les filets verticaux comme dans le tableau suivant :
17033 \begin_inset VSpace medskip
17034 \end_inset
17035
17036
17037 \begin_inset Newline newline
17038 \end_inset
17039
17040
17041 \begin_inset space \hspace*{}
17042 \length 0pt
17043 \end_inset
17044
17045
17046 \begin_inset space \hfill{}
17047 \end_inset
17048
17049
17050 \begin_inset Tabular
17051 <lyxtabular version="3" rows="3" columns="1">
17052 <features tabularvalignment="middle">
17053 <column alignment="center" valignment="top" width="0">
17054 <row>
17055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17056 \begin_inset Text
17057
17058 \begin_layout Plain Layout
17059 A
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row interlinespace="3mm">
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 \begin_inset Formula $\downarrow$
17071 \end_inset
17072
17073  espace de 3
17074 \begin_inset space \thinspace{}
17075 \end_inset
17076
17077 mm entre les lignes 
17078 \begin_inset Formula $\downarrow$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 <row>
17088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 \begin_inset Formula $\uparrow$
17093 \end_inset
17094
17095  espace de 3
17096 \begin_inset space \thinspace{}
17097 \end_inset
17098
17099 mm entre les lignes 
17100 \begin_inset Formula $\uparrow$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 </lyxtabular>
17110
17111 \end_inset
17112
17113
17114 \begin_inset space \hfill{}
17115 \end_inset
17116
17117
17118 \begin_inset space \hspace*{}
17119 \length 0pt
17120 \end_inset
17121
17122
17123 \begin_inset VSpace medskip
17124 \end_inset
17125
17126
17127 \begin_inset Newline newline
17128 \end_inset
17129
17130 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17131  pas de filets verticaux.
17132 \end_layout
17133
17134 \begin_layout Standard
17135 \begin_inset VSpace bigskip
17136 \end_inset
17137
17138 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17139  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17140  dans le préambule :
17141 \end_layout
17142
17143 \begin_layout Standard
17144
17145 \series bold
17146
17147 \backslash
17148 @ifundefined{extrarowheight}
17149 \begin_inset Newline newline
17150 \end_inset
17151
17152
17153 \begin_inset Phantom HPhantom
17154 status open
17155
17156 \begin_layout Plain Layout
17157
17158 \series bold
17159 \begin_inset space ~
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166
17167 {
17168 \backslash
17169 usepackage{array}}{}
17170 \begin_inset Newline newline
17171 \end_inset
17172
17173
17174 \backslash
17175 setlength{
17176 \backslash
17177 extrarowheight}{height}
17178 \end_layout
17179
17180 \begin_layout Standard
17181 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17182  plus exactement centré verticalement.
17183  (le paquetage 
17184 \series bold
17185 array 
17186 \series default
17187 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17188  auto-définis.
17189  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17190  
17191 \series bold
17192
17193 \backslash
17194 @ifundefined
17195 \series default
17196  dans la commande précédente.)
17197 \end_layout
17198
17199 \begin_layout Standard
17200 Si vous utilisez des polices de taille plus grande que la taille normale,
17201  les bordures des tableaux sont souvent trop proches du texte.
17202  On peut corriger ce problème en insérant la commande 
17203 \series bold
17204
17205 \begin_inset space \space{}
17206 \end_inset
17207
17208
17209 \backslash
17210 strut
17211 \series default
17212  en code TeX au debut d'une ligne du tableau.
17213  Le tableau
17214 \lang english
17215
17216 \begin_inset space ~
17217 \end_inset
17218
17219
17220 \begin_inset CommandInset ref
17221 LatexCommand ref
17222 reference "tab:Alignement-vertical"
17223
17224 \end_inset
17225
17226
17227 \lang french
17228  montre l'effet de cette commande.
17229 \end_layout
17230
17231 \begin_layout Standard
17232 \noindent
17233 \begin_inset Float table
17234 placement h
17235 wide false
17236 sideways false
17237 status open
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Caption
17241
17242 \begin_layout Plain Layout
17243 \begin_inset CommandInset label
17244 LatexCommand label
17245 name "tab:Alignement-vertical"
17246
17247 \end_inset
17248
17249 Alignement vertical d'un texte avec une police de grande taille.
17250 \end_layout
17251
17252 \end_inset
17253
17254
17255 \end_layout
17256
17257 \begin_layout Plain Layout
17258 \begin_inset space \hfill{}
17259 \end_inset
17260
17261
17262 \begin_inset Float table
17263 wide false
17264 sideways false
17265 status collapsed
17266
17267 \begin_layout Plain Layout
17268 \begin_inset Caption
17269
17270 \begin_layout Plain Layout
17271 Tableau normal.
17272 \end_layout
17273
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \begin_layout Plain Layout
17280 \noindent
17281 \align center
17282 \begin_inset Tabular
17283 <lyxtabular version="3" rows="6" columns="1">
17284 <features tabularvalignment="middle">
17285 <column alignment="left" valignment="top" width="0">
17286 <row>
17287 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 Normal, g
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \size large
17304 Large
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 <row>
17311 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315
17316 \size larger
17317 Larger
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 </row>
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
17329 \size largest
17330 Largest
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \size huge
17343 Huge
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \size huge
17356 Huger
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 </row>
17362 </lyxtabular>
17363
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370
17371
17372 \begin_inset space \hfill{}
17373 \end_inset
17374
17375
17376 \begin_inset Float table
17377 wide false
17378 sideways false
17379 status collapsed
17380
17381 \begin_layout Plain Layout
17382 \begin_inset Caption
17383
17384 \begin_layout Plain Layout
17385 Tableau utilisant la commande 
17386 \series bold
17387
17388 \backslash
17389 strut
17390 \series default
17391 .
17392 \end_layout
17393
17394 \end_inset
17395
17396
17397 \end_layout
17398
17399 \begin_layout Plain Layout
17400 \noindent
17401 \align center
17402 \begin_inset Tabular
17403 <lyxtabular version="3" rows="6" columns="1">
17404 <features tabularvalignment="middle">
17405 <column alignment="left" valignment="top" width="0">
17406 <row>
17407 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 Normal, g
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 <row>
17418 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422
17423 \size large
17424 \begin_inset ERT
17425 status collapsed
17426
17427 \begin_layout Plain Layout
17428
17429
17430 \backslash
17431 strut 
17432 \end_layout
17433
17434 \end_inset
17435
17436 Large
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 </row>
17442 <row>
17443 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447
17448 \size larger
17449 \begin_inset ERT
17450 status collapsed
17451
17452 \begin_layout Plain Layout
17453
17454
17455 \backslash
17456 strut 
17457 \end_layout
17458
17459 \end_inset
17460
17461 Larger
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 </row>
17467 <row>
17468 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472
17473 \size largest
17474 \begin_inset ERT
17475 status collapsed
17476
17477 \begin_layout Plain Layout
17478
17479
17480 \backslash
17481 strut 
17482 \end_layout
17483
17484 \end_inset
17485
17486 Largest
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 </row>
17492 <row>
17493 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \size huge
17499 \begin_inset ERT
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503
17504
17505 \backslash
17506 strut 
17507 \end_layout
17508
17509 \end_inset
17510
17511 Huge
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 </row>
17517 <row>
17518 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522
17523 \size giant
17524 \begin_inset ERT
17525 status collapsed
17526
17527 \begin_layout Plain Layout
17528
17529
17530 \backslash
17531 strut 
17532 \end_layout
17533
17534 \end_inset
17535
17536
17537 \size huge
17538 Huger
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 </lyxtabular>
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552
17553
17554 \begin_inset space \hfill{}
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \begin_layout Standard
17566 \begin_inset Newpage newpage
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \begin_layout Subsection
17573 Alignements de cellules spéciaux
17574 \begin_inset CommandInset label
17575 LatexCommand label
17576 name "sub:Alignements-de-cellules"
17577
17578 \end_inset
17579
17580
17581 \begin_inset Index idx
17582 status collapsed
17583
17584 \begin_layout Plain Layout
17585 Personnalisation des tableaux ! Alignement de cellules spéciaux
17586 \end_layout
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \begin_layout Standard
17594 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17595  cellules sur un caractère donné, par exemple le séparateur décimal comme
17596  dans le tableau
17597 \begin_inset space ~
17598 \end_inset
17599
17600
17601 \begin_inset CommandInset ref
17602 LatexCommand ref
17603 reference "tab:Tableau-centré-sur-séparateur-1"
17604
17605 \end_inset
17606
17607 .
17608  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17609  soit en appuyant sur le bouton 
17610 \begin_inset Graphics
17611         filename ../../images/tabular-feature_align-decimal.png
17612         scale 85
17613         scaleBeforeRotation
17614
17615 \end_inset
17616
17617 de la barre d'outils ou en modifiant le paramètre 
17618 \family sans
17619 Alignement horizontal
17620 \family default
17621  à 
17622 \family sans
17623 Au séparateur décimal
17624 \family default
17625 .
17626  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17627  dans les paramètres du tableau.
17628 \end_layout
17629
17630 \begin_layout Standard
17631 \begin_inset Float table
17632 placement h
17633 wide false
17634 sideways false
17635 status open
17636
17637 \begin_layout Plain Layout
17638 \begin_inset Caption
17639
17640 \begin_layout Plain Layout
17641 \begin_inset CommandInset label
17642 LatexCommand label
17643 name "tab:Tableau-centré-sur-séparateur-1"
17644
17645 \end_inset
17646
17647 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Plain Layout
17656 \align center
17657 \begin_inset Tabular
17658 <lyxtabular version="3" rows="4" columns="1">
17659 <features booktabs="true" tabularvalignment="middle">
17660 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17661 <row>
17662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 en-tête
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 </row>
17672 <row>
17673 <cell alignment="center" valignment="top" topline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 12,6
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 </row>
17683 <row>
17684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688 0,68
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 </row>
17694 <row>
17695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 -123,0
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 </row>
17705 </lyxtabular>
17706
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713
17714
17715 \end_layout
17716
17717 \begin_layout Standard
17718 \begin_inset Float table
17719 placement h
17720 wide false
17721 sideways false
17722 status open
17723
17724 \begin_layout Plain Layout
17725 \begin_inset Caption
17726
17727 \begin_layout Plain Layout
17728 \begin_inset CommandInset label
17729 LatexCommand label
17730 name "tab:Tableau-centré-sur-séparateur-2"
17731
17732 \end_inset
17733
17734 Les cellules d'une colonnes sont centrées sur les opérateurs.
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Plain Layout
17743 \align center
17744 \begin_inset Tabular
17745 <lyxtabular version="3" rows="4" columns="2">
17746 <features booktabs="true" tabularvalignment="middle">
17747 <column alignment="right" valignment="top" width="0pt">
17748 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17749 <row>
17750 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17751 \begin_inset Text
17752
17753 \begin_layout Plain Layout
17754 en-tête
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 </row>
17769 <row>
17770 <cell alignment="center" valignment="top" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 \begin_inset Formula $12\,+$
17775 \end_inset
17776
17777
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 \begin_inset Formula $\,6$
17787 \end_inset
17788
17789
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 </row>
17795 <row>
17796 <cell alignment="center" valignment="top" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 \begin_inset Formula $0\,-$
17801 \end_inset
17802
17803
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812 \begin_inset Formula $\,68$
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 <row>
17822 <cell alignment="center" valignment="top" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 \begin_inset Formula $-123\,/$
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 <cell alignment="center" valignment="top" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 \begin_inset Formula $\,0$
17839 \end_inset
17840
17841
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 </row>
17847 </lyxtabular>
17848
17849 \end_inset
17850
17851
17852 \end_layout
17853
17854 \end_inset
17855
17856
17857 \end_layout
17858
17859 \begin_layout Standard
17860 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17861  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17862  formules.
17863  Dans ce cas on doit utiliser la méthode du tableau
17864 \begin_inset space ~
17865 \end_inset
17866
17867
17868 \begin_inset CommandInset ref
17869 LatexCommand ref
17870 reference "tab:Tableau-centré-sur-séparateur-2"
17871
17872 \end_inset
17873
17874 .
17875  Ce tableau a été créé comme un tableau 4×2.
17876  L'en-tête est une cellule multicolonne centrée.
17877  La première colonne est alignée à droite et contient la première partie
17878  et inclue l'opérateur.
17879  La seconde colonne contient le reste de la cellule aligné à gauche.
17880  Un petit espace a été ajouté au début de toutes les celleules de la deuxième
17881  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17882  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17883  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17884  :
17885 \end_layout
17886
17887 \begin_layout Standard
17888
17889 \series bold
17890 @{}l
17891 \end_layout
17892
17893 \begin_layout Standard
17894 Le tableau
17895 \begin_inset space ~
17896 \end_inset
17897
17898
17899 \begin_inset CommandInset ref
17900 LatexCommand ref
17901 reference "tab:Plusieurs-exemples-alignements"
17902
17903 \end_inset
17904
17905  montre quelques exemples d'alignements.
17906  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17907  comme pour la deuxième colonne du tableau
17908 \begin_inset space ~
17909 \end_inset
17910
17911
17912 \begin_inset CommandInset ref
17913 LatexCommand ref
17914 reference "tab:Tableau-centré-sur-séparateur-2"
17915
17916 \end_inset
17917
17918 .
17919 \end_layout
17920
17921 \begin_layout Standard
17922 \begin_inset Float table
17923 wide false
17924 sideways false
17925 status open
17926
17927 \begin_layout Plain Layout
17928 \begin_inset Caption
17929
17930 \begin_layout Plain Layout
17931 \begin_inset CommandInset label
17932 LatexCommand label
17933 name "tab:Plusieurs-exemples-alignements"
17934
17935 \end_inset
17936
17937 Plusieurs exemples d'alignement de cellules.
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \begin_layout Plain Layout
17946 \align center
17947 \begin_inset Tabular
17948 <lyxtabular version="3" rows="4" columns="6">
17949 <features tabularvalignment="middle">
17950 <column alignment="right" valignment="top" width="0">
17951 <column alignment="left" valignment="top" width="0" special="@{}l">
17952 <column alignment="right" valignment="top" width="0">
17953 <column alignment="left" valignment="top" width="0" special="@{}l">
17954 <column alignment="right" valignment="top" width="0">
17955 <column alignment="left" valignment="top" width="0" special="@{}l">
17956 <row>
17957 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 unités
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 exposants
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 relations
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 </row>
18012 <row>
18013 <cell alignment="center" valignment="top" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 12×
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 24
18027 \begin_inset space \thinspace{}
18028 \end_inset
18029
18030 bouteilles
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 <cell alignment="center" valignment="top" usebox="none">
18036 \begin_inset Text
18037
18038 \begin_layout Plain Layout
18039 \begin_inset Formula $10\cdot$
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 \begin_inset Formula $10^{\mbox{-}17}$
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 \begin_inset Formula $\Gamma(t)\propto$
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 \begin_inset Formula $\:\Upsilon(t)$
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 </row>
18084 <row>
18085 <cell alignment="center" valignment="top" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 1024×
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 768
18099 \begin_inset space \thinspace{}
18100 \end_inset
18101
18102 Pixels
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111 \begin_inset Formula $5.78\cdot$
18112 \end_inset
18113
18114
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123 \begin_inset Formula $10^{7}$
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135 \begin_inset Formula $A\ne$
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 \begin_inset Formula $\: B_{\mathrm{red}}$
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 </row>
18156 <row>
18157 <cell alignment="center" valignment="top" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 32×
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 6
18171 \begin_inset space \thinspace{}
18172 \end_inset
18173
18174 cm
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 <cell alignment="center" valignment="top" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183 -
18184 \begin_inset Formula $33.5\cdot$
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196 \begin_inset Formula $10^{4}$
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208 \begin_inset Formula $\sin(\alpha)\ge$
18209 \end_inset
18210
18211
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220 \begin_inset Formula $\:\sin(\beta)$
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 </row>
18229 </lyxtabular>
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \begin_layout Subsection
18242 Formats de cellule et de colonne personnalisés
18243 \begin_inset CommandInset label
18244 LatexCommand label
18245 name "sub:Formats-personnalisés"
18246
18247 \end_inset
18248
18249
18250 \begin_inset Index idx
18251 status collapsed
18252
18253 \begin_layout Plain Layout
18254 Personnalisation des tableaux !  Format de cellule/colonne
18255 \end_layout
18256
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \begin_layout Standard
18263 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18264  multicolonne comme dans la section
18265 \begin_inset space ~
18266 \end_inset
18267
18268
18269 \begin_inset CommandInset ref
18270 LatexCommand ref
18271 reference "sub:Calculs-multicolonnes"
18272
18273 \end_inset
18274
18275  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18276  multicolonnes.
18277  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18278  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18279  du document.
18280  Le format est défini avec la commande
18281 \end_layout
18282
18283 \begin_layout Standard
18284
18285 \series bold
18286
18287 \backslash
18288 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18289 \end_layout
18290
18291 \begin_layout Standard
18292 Le nom du format peut n'avoir qu'une lettre.
18293  Les lettres 
18294 \emph on
18295 b
18296 \emph default
18297
18298 \emph on
18299 c
18300 \emph default
18301
18302 \emph on
18303 l
18304 \emph default
18305
18306 \emph on
18307 m
18308 \emph default
18309
18310 \emph on
18311 p
18312 \emph default
18313  et 
18314 \emph on
18315 r
18316 \emph default
18317  sont prédéfinies et donc ne peuvent être utilisées.
18318  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18319 \end_layout
18320
18321 \begin_layout Standard
18322 \begin_inset VSpace medskip
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \begin_layout Standard
18329 Pour de cellules multicolonnes centrées verticalement et horizontalement
18330  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18331  :
18332 \end_layout
18333
18334 \begin_layout Standard
18335
18336 \series bold
18337
18338 \backslash
18339 newcolumntype{M}[1]{>{
18340 \backslash
18341 centering
18342 \backslash
18343 hspace{0pt}}m{#1}}
18344 \end_layout
18345
18346 \begin_layout Standard
18347 Où le 
18348 \series bold
18349
18350 \backslash
18351 hspace{0pt}
18352 \series default
18353  évite le problème de césure du premier mot, comme c'est décrit en section
18354 \begin_inset space ~
18355 \end_inset
18356
18357
18358 \begin_inset CommandInset ref
18359 LatexCommand ref
18360 reference "sub:Lignes-multiple-dans-cellule"
18361
18362 \end_inset
18363
18364 .
18365  Ensuite, vous pouvez entrer
18366 \end_layout
18367
18368 \begin_layout Standard
18369
18370 \series bold
18371 M{width}
18372 \end_layout
18373
18374 \begin_layout Standard
18375 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18376  une multicolonne.
18377 \end_layout
18378
18379 \begin_layout Standard
18380 \begin_inset VSpace bigskip
18381 \end_inset
18382
18383
18384 \end_layout
18385
18386 \begin_layout Standard
18387 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18388  définir le format
18389 \end_layout
18390
18391 \begin_layout Standard
18392
18393 \series bold
18394
18395 \backslash
18396 newcolumntype{S}[2]{>{
18397 \backslash
18398 centering
18399 \backslash
18400 hspace{0pt}}
18401 \begin_inset Newline newline
18402 \end_inset
18403
18404
18405 \begin_inset Phantom HPhantom
18406 status open
18407
18408 \begin_layout Plain Layout
18409
18410 \series bold
18411
18412 \backslash
18413 newcolumntype{S}[2]
18414 \end_layout
18415
18416 \end_inset
18417
18418 m{(#1+(2
18419 \backslash
18420 tabcolsep+
18421 \backslash
18422 arrayrulewidth)*(1-#2))/#2}}
18423 \end_layout
18424
18425 \begin_layout Standard
18426 Ce format utilise l'équation
18427 \begin_inset space ~
18428 \end_inset
18429
18430
18431 \begin_inset CommandInset ref
18432 LatexCommand eqref
18433 reference "eq:Wgn"
18434
18435 \end_inset
18436
18437  pour calculer la largeur que doit avoir chacune des cellules couverte par
18438  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18439 \end_layout
18440
18441 \begin_layout Standard
18442 Ensuite, vous pouvez entrer
18443 \end_layout
18444
18445 \begin_layout Standard
18446
18447 \series bold
18448 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18449 \end_layout
18450
18451 \begin_layout Standard
18452 comme paramètre LaTeX de la colonne.
18453 \end_layout
18454
18455 \begin_layout Standard
18456 \begin_inset VSpace bigskip
18457 \end_inset
18458
18459
18460 \end_layout
18461
18462 \begin_layout Standard
18463 Pour des colonnes colorées, vous pouvez définir
18464 \end_layout
18465
18466 \begin_layout Standard
18467
18468 \series bold
18469
18470 \backslash
18471 newcolumntype{K}[1]{>{
18472 \backslash
18473 columncolor{#1}
18474 \backslash
18475 hspace{0pt}}c}
18476 \end_layout
18477
18478 \begin_layout Standard
18479 Le 
18480 \begin_inset Quotes eld
18481 \end_inset
18482
18483 c
18484 \begin_inset Quotes erd
18485 \end_inset
18486
18487  à la fin crée une colonne de largeur variable dont le texte est centré
18488  horizontalement.
18489  Vous pouvez maintenant entrer
18490 \end_layout
18491
18492 \begin_layout Standard
18493
18494 \series bold
18495 K{nom de couleur}
18496 \end_layout
18497
18498 \begin_layout Standard
18499 comme paramètre LaTeX.
18500 \end_layout
18501
18502 \begin_layout Standard
18503 \begin_inset VSpace bigskip
18504 \end_inset
18505
18506
18507 \end_layout
18508
18509 \begin_layout Standard
18510 Pour créer le tableau
18511 \begin_inset space ~
18512 \end_inset
18513
18514
18515 \begin_inset CommandInset ref
18516 LatexCommand ref
18517 reference "tab:Tableau-formats-personnalisés"
18518
18519 \end_inset
18520
18521  utilisez les paramètres LaTeX
18522 \end_layout
18523
18524 \begin_layout Standard
18525
18526 \series bold
18527 M{2.5cm}
18528 \end_layout
18529
18530 \begin_layout Standard
18531 pour la première colonne et la multicolonne,
18532 \end_layout
18533
18534 \begin_layout Standard
18535
18536 \series bold
18537 K{red}
18538 \end_layout
18539
18540 \begin_layout Standard
18541 pour la dernière colonne, et
18542 \end_layout
18543
18544 \begin_layout Standard
18545
18546 \series bold
18547 S{2.5cm}{2}
18548 \end_layout
18549
18550 \begin_layout Standard
18551 pour les cellules de la deuxième colonne.
18552 \end_layout
18553
18554 \begin_layout Standard
18555 \begin_inset Float table
18556 placement h
18557 wide false
18558 sideways false
18559 status open
18560
18561 \begin_layout Plain Layout
18562 \begin_inset Caption
18563
18564 \begin_layout Plain Layout
18565 \begin_inset CommandInset label
18566 LatexCommand label
18567 name "tab:Tableau-formats-personnalisés"
18568
18569 \end_inset
18570
18571 Tableau utilisant des formats personnalisés
18572 \end_layout
18573
18574 \end_inset
18575
18576
18577 \end_layout
18578
18579 \begin_layout Plain Layout
18580 \align center
18581 \begin_inset Tabular
18582 <lyxtabular version="3" rows="3" columns="4">
18583 <features tabularvalignment="middle">
18584 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18585 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18586 <column alignment="center" valignment="middle" width="0">
18587 <column alignment="center" valignment="middle" width="0" special="K{red}">
18588 <row>
18589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 motTrèsLongDansUneCellule
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 multicolonne avec multiligne
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620 c
18621 \end_layout
18622
18623 \end_inset
18624 </cell>
18625 </row>
18626 <row>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 d
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 e
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649 f
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 g
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 </row>
18664 <row>
18665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669 h
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 i
18679 \end_layout
18680
18681 \end_inset
18682 </cell>
18683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687 j
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 k
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 </row>
18702 </lyxtabular>
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \end_layout
18713
18714 \begin_layout Subsection
18715 Épaisseur des filets
18716 \begin_inset CommandInset label
18717 LatexCommand label
18718 name "sub:Epaisseur-filets"
18719
18720 \end_inset
18721
18722
18723 \begin_inset Index idx
18724 status collapsed
18725
18726 \begin_layout Plain Layout
18727 Personnalisation des tableaux ! Épaisseur filets
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Standard
18736 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18737  
18738 \series bold
18739
18740 \backslash
18741 arrayrulewidth
18742 \series default
18743 .
18744  Pour mettre, par exemple, une épaisseur de filet de 1.5
18745 \begin_inset space \thinspace{}
18746 \end_inset
18747
18748 pt, comme pour le tableau
18749 \begin_inset space ~
18750 \end_inset
18751
18752
18753 \begin_inset CommandInset ref
18754 LatexCommand ref
18755 reference "tab:Tableau-filets-1.5pt"
18756
18757 \end_inset
18758
18759 , insérez la commande
18760 \end_layout
18761
18762 \begin_layout Standard
18763
18764 \series bold
18765
18766 \backslash
18767 setlength{
18768 \backslash
18769 arrayrulewidth}{1.5pt}
18770 \end_layout
18771
18772 \begin_layout Standard
18773 en code TeX avant le tableau ou le flottant de tableau.
18774  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18775  suivent.
18776  pour revenir aux valeurs implicites, mettez 
18777 \series bold
18778
18779 \backslash
18780 arrayrulewidth
18781 \series default
18782  à 0.4
18783 \begin_inset space \thinspace{}
18784 \end_inset
18785
18786 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18787 \end_layout
18788
18789 \begin_layout Standard
18790 \begin_inset ERT
18791 status collapsed
18792
18793 \begin_layout Plain Layout
18794
18795
18796 \backslash
18797 setlength{
18798 \backslash
18799 arrayrulewidth}{1.5pt}
18800 \end_layout
18801
18802 \end_inset
18803
18804
18805 \begin_inset Float table
18806 wide false
18807 sideways false
18808 status open
18809
18810 \begin_layout Plain Layout
18811 \begin_inset Caption
18812
18813 \begin_layout Plain Layout
18814 \begin_inset CommandInset label
18815 LatexCommand label
18816 name "tab:Tableau-filets-1.5pt"
18817
18818 \end_inset
18819
18820 Tableau avec des filets de 1.5
18821 \begin_inset space \thinspace{}
18822 \end_inset
18823
18824 pt
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Plain Layout
18833 \align center
18834 \begin_inset Tabular
18835 <lyxtabular version="3" rows="3" columns="3">
18836 <features tabularvalignment="middle">
18837 <column alignment="center" valignment="top" width="0">
18838 <column alignment="center" valignment="top" width="0">
18839 <column alignment="center" valignment="top" width="0">
18840 <row>
18841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 sd
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \end_layout
18865
18866 \end_inset
18867 </cell>
18868 </row>
18869 <row>
18870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 sd
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18889 \begin_inset Text
18890
18891 \begin_layout Plain Layout
18892
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 </row>
18898 <row>
18899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921 sd
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 </lyxtabular>
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \begin_inset ERT
18938 status collapsed
18939
18940 \begin_layout Plain Layout
18941
18942
18943 \backslash
18944 setlength{
18945 \backslash
18946 arrayrulewidth}{0.4pt}
18947 \end_layout
18948
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \begin_layout Standard
18955 \begin_inset VSpace bigskip
18956 \end_inset
18957
18958 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18959 \begin_inset space \thinspace{}
18960 \end_inset
18961
18962 pt, comme dans le tableau
18963 \begin_inset space ~
18964 \end_inset
18965
18966
18967 \begin_inset CommandInset ref
18968 LatexCommand ref
18969 reference "tab:Tableau-filets-horizontaux-1.5pt"
18970
18971 \end_inset
18972
18973 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18974  de tableau :
18975 \end_layout
18976
18977 \begin_layout Standard
18978
18979 \series bold
18980
18981 \backslash
18982 let
18983 \backslash
18984 myHline
18985 \backslash
18986 hline
18987 \begin_inset Newline newline
18988 \end_inset
18989
18990
18991 \backslash
18992 renewcommand{
18993 \backslash
18994 hline}
18995 \begin_inset Newline newline
18996 \end_inset
18997
18998  {
18999 \backslash
19000 noalign{
19001 \backslash
19002 global
19003 \backslash
19004 arrayrulewidth 1.5pt}
19005 \begin_inset Newline newline
19006 \end_inset
19007
19008  
19009 \backslash
19010 myHline
19011 \backslash
19012 noalign{
19013 \backslash
19014 global
19015 \backslash
19016 arrayrulewidth 0.4pt}}
19017 \end_layout
19018
19019 \begin_layout Standard
19020 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
19021  en code TeX après le tableau ou le flottant de tableau :
19022 \end_layout
19023
19024 \begin_layout Standard
19025
19026 \series bold
19027
19028 \backslash
19029 renewcommand{
19030 \backslash
19031 hline}{
19032 \backslash
19033 myHline}
19034 \end_layout
19035
19036 \begin_layout Standard
19037 \begin_inset ERT
19038 status collapsed
19039
19040 \begin_layout Plain Layout
19041
19042
19043 \backslash
19044 let
19045 \backslash
19046 myHline
19047 \backslash
19048 hline
19049 \end_layout
19050
19051 \begin_layout Plain Layout
19052
19053
19054 \backslash
19055 renewcommand{
19056 \backslash
19057 hline}
19058 \end_layout
19059
19060 \begin_layout Plain Layout
19061
19062  {
19063 \backslash
19064 noalign{
19065 \backslash
19066 global
19067 \backslash
19068 arrayrulewidth 1.5pt}
19069 \end_layout
19070
19071 \begin_layout Plain Layout
19072
19073   
19074 \backslash
19075 myHline
19076 \backslash
19077 noalign{
19078 \backslash
19079 global
19080 \backslash
19081 arrayrulewidth 0.4pt}}
19082 \end_layout
19083
19084 \end_inset
19085
19086
19087 \begin_inset Float table
19088 wide false
19089 sideways false
19090 status open
19091
19092 \begin_layout Plain Layout
19093 \begin_inset Caption
19094
19095 \begin_layout Plain Layout
19096 \begin_inset CommandInset label
19097 LatexCommand label
19098 name "tab:Tableau-filets-horizontaux-1.5pt"
19099
19100 \end_inset
19101
19102 Tableau avec des filets horizontaux de 1.5
19103 \begin_inset space \thinspace{}
19104 \end_inset
19105
19106 pt
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \begin_layout Plain Layout
19115 \align center
19116 \begin_inset Tabular
19117 <lyxtabular version="3" rows="3" columns="3">
19118 <features tabularvalignment="middle">
19119 <column alignment="center" valignment="top" width="0">
19120 <column alignment="center" valignment="top" width="0">
19121 <column alignment="center" valignment="top" width="0">
19122 <row>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 sd
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 </row>
19151 <row>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19162 \begin_inset Text
19163
19164 \begin_layout Plain Layout
19165 sd
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 sd
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 </lyxtabular>
19210
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217
19218
19219 \begin_inset ERT
19220 status collapsed
19221
19222 \begin_layout Plain Layout
19223
19224
19225 \backslash
19226 renewcommand{
19227 \backslash
19228 hline}{
19229 \backslash
19230 myHline}
19231 \end_layout
19232
19233 \end_inset
19234
19235
19236 \end_layout
19237
19238 \begin_layout Standard
19239 \begin_inset VSpace bigskip
19240 \end_inset
19241
19242 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19243 \begin_inset space \thinspace{}
19244 \end_inset
19245
19246 pt, créez le format de colonne suivant dans le préambule, en suivant la
19247  description de la section
19248 \begin_inset space ~
19249 \end_inset
19250
19251
19252 \begin_inset CommandInset ref
19253 LatexCommand ref
19254 reference "sub:Formats-personnalisés"
19255
19256 \end_inset
19257
19258 :
19259 \end_layout
19260
19261 \begin_layout Standard
19262
19263 \series bold
19264
19265 \backslash
19266 newcolumntype{V}{!{
19267 \backslash
19268 vrule width 1.5pt}}
19269 \end_layout
19270
19271 \begin_layout Standard
19272 Pour le tableau
19273 \begin_inset space ~
19274 \end_inset
19275
19276
19277 \begin_inset CommandInset ref
19278 LatexCommand ref
19279 reference "tab:Tableau-filets-verticaux-1.5pt"
19280
19281 \end_inset
19282
19283  le paramètre LaTeX 
19284 \end_layout
19285
19286 \begin_layout Standard
19287
19288 \series bold
19289 VcV
19290 \end_layout
19291
19292 \begin_layout Standard
19293 a été utilisé pour la dernière colonne et
19294 \end_layout
19295
19296 \begin_layout Standard
19297
19298 \series bold
19299 Vc
19300 \end_layout
19301
19302 \begin_layout Standard
19303 pour les autres colonnes.
19304 \end_layout
19305
19306 \begin_layout Standard
19307 \begin_inset Float table
19308 wide false
19309 sideways false
19310 status open
19311
19312 \begin_layout Plain Layout
19313 \begin_inset Caption
19314
19315 \begin_layout Plain Layout
19316 \begin_inset CommandInset label
19317 LatexCommand label
19318 name "tab:Tableau-filets-verticaux-1.5pt"
19319
19320 \end_inset
19321
19322 Tableau avec des filets verticaux de 1.5
19323 \begin_inset space \thinspace{}
19324 \end_inset
19325
19326 pt 
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \begin_layout Plain Layout
19335 \align center
19336 \begin_inset Tabular
19337 <lyxtabular version="3" rows="3" columns="3">
19338 <features tabularvalignment="middle">
19339 <column alignment="center" valignment="top" width="0" special="Vc">
19340 <column alignment="center" valignment="top" width="0" special="Vc">
19341 <column alignment="center" valignment="top" width="0" special="VcV">
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 sd
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 <cell alignment="center" valignment="top" topline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 </row>
19371 <row>
19372 <cell alignment="center" valignment="top" topline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385 sd
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 </row>
19400 <row>
19401 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 sd
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 </row>
19429 </lyxtabular>
19430
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \begin_layout Subsection
19442 Filets à traits interrompus
19443 \begin_inset Index idx
19444 status collapsed
19445
19446 \begin_layout Plain Layout
19447 Personnalisation des tableaux ! Filets à traits interrompus
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \begin_layout Standard
19456 \begin_inset ERT
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460
19461
19462 \backslash
19463 ifarydshln
19464 \end_layout
19465
19466 \end_inset
19467
19468
19469 \begin_inset Note Note
19470 status open
19471
19472 \begin_layout Plain Layout
19473 La section suivante ne s'affichera que si vous avez installé le paquetage
19474  LaTeX 
19475 \series bold
19476 arydshln
19477 \series default
19478 .
19479 \end_layout
19480
19481 \end_inset
19482
19483
19484 \end_layout
19485
19486 \begin_layout Standard
19487 \begin_inset Float table
19488 placement H
19489 wide false
19490 sideways false
19491 status open
19492
19493 \begin_layout Plain Layout
19494 \begin_inset Caption
19495
19496 \begin_layout Plain Layout
19497 \begin_inset CommandInset label
19498 LatexCommand label
19499 name "tab:Tableau-filets-tirets"
19500
19501 \end_inset
19502
19503 Tableau avec des filets à traits interrompus
19504 \end_layout
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \begin_layout Plain Layout
19512 \align center
19513 \begin_inset Tabular
19514 <lyxtabular version="3" rows="5" columns="5">
19515 <features tabularvalignment="middle">
19516 <column alignment="center" valignment="top" width="0">
19517 <column alignment="center" valignment="top" width="0">
19518 <column alignment="center" valignment="top" width="0" special=":c">
19519 <column alignment="center" valignment="top" width="0">
19520 <column alignment="center" valignment="top" width="0">
19521 <row>
19522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 a
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 b
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 c
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 d
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562 e
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 </row>
19568 <row>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 f
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 g
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 h
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 i
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609 j
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 </row>
19615 <row>
19616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 \begin_inset ERT
19621 status collapsed
19622
19623 \begin_layout Plain Layout
19624
19625
19626 \backslash
19627 hdashline 
19628 \end_layout
19629
19630 \end_inset
19631
19632 k
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 l
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 m
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 n
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 o
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 \begin_inset ERT
19680 status collapsed
19681
19682 \begin_layout Plain Layout
19683
19684
19685 \backslash
19686 cdashline{4-5}
19687 \end_layout
19688
19689 \end_inset
19690
19691 p
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 q
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709 r
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 s
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 <row>
19734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738 t
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 u
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 v
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 w
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 x
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 </lyxtabular>
19781
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \begin_layout Standard
19793 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19794  donc employer du code TeX.
19795  Mais avant il faut charger le paquetage LaTeX 
19796 \series bold
19797 arydshln
19798 \series default
19799
19800 \begin_inset Index idx
19801 status collapsed
19802
19803 \begin_layout Plain Layout
19804 Paquetages LaTeX ! arydshln
19805 \end_layout
19806
19807 \end_inset
19808
19809  dans le préambule du document avec la commande 
19810 \end_layout
19811
19812 \begin_layout Standard
19813
19814 \series bold
19815
19816 \backslash
19817 usepackage{arydshln}
19818 \end_layout
19819
19820 \begin_layout Standard
19821 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19822  
19823 \begin_inset Quotes eld
19824 \end_inset
19825
19826 :
19827 \begin_inset Quotes erd
19828 \end_inset
19829
19830  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19831  dans la fenêtre de dialogue de paramètre du tableau.
19832 \end_layout
19833
19834 \begin_layout Standard
19835 Pour un trait horizontal interrompu, ajoutez la commande
19836 \end_layout
19837
19838 \begin_layout Standard
19839
19840 \series bold
19841
19842 \backslash
19843 hdashline
19844 \end_layout
19845
19846 \begin_layout Standard
19847 en code TeX comme premier élément de la première cellule de la ligne de
19848  tableau.
19849 \end_layout
19850
19851 \begin_layout Standard
19852 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19853  commande 
19854 \end_layout
19855
19856 \begin_layout Standard
19857
19858 \series bold
19859
19860 \backslash
19861 cdashline{
19862 \series default
19863 numéros de colonnes}
19864 \end_layout
19865
19866 \begin_layout Standard
19867 en code TeX comme premier élément de la première cellule de la ligne.
19868  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19869  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19870 \end_layout
19871
19872 \begin_layout Standard
19873
19874 \series bold
19875
19876 \backslash
19877 cdashline{2-4}
19878 \end_layout
19879
19880 \begin_layout Standard
19881 comme premier élément de la première cellule de la ligne contenant la multicolon
19882 ne.
19883 \end_layout
19884
19885 \begin_layout Standard
19886 \begin_inset VSpace bigskip
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \begin_layout Standard
19893 Le tableau
19894 \begin_inset space ~
19895 \end_inset
19896
19897
19898 \begin_inset CommandInset ref
19899 LatexCommand ref
19900 reference "tab:Tableau-filets-tirets"
19901
19902 \end_inset
19903
19904  a été créé en utilisant 
19905 \begin_inset Quotes eld
19906 \end_inset
19907
19908
19909 \series bold
19910 :c
19911 \series default
19912
19913 \begin_inset Quotes erd
19914 \end_inset
19915
19916  comme paramètre LaTeX pour la troisième colonne.
19917  La commande en code TeX 
19918 \series bold
19919
19920 \backslash
19921 hdashline
19922 \series default
19923  a été insérée dans la première cellule de la troisième ligne et la commande
19924  en code TeX 
19925 \series bold
19926
19927 \backslash
19928 cdashline{4-5}
19929 \series default
19930  a été insérée dans la première cellule de la quatrième ligne.
19931 \end_layout
19932
19933 \begin_layout Standard
19934 \begin_inset Note Greyedout
19935 status open
19936
19937 \begin_layout Plain Layout
19938
19939 \series bold
19940 Note:
19941 \series default
19942  Le paquetage LaTeX 
19943 \series bold
19944 arydshln
19945 \series default
19946  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19947  
19948 \series bold
19949 colortbl
19950 \series default
19951
19952 \begin_inset Index idx
19953 status collapsed
19954
19955 \begin_layout Plain Layout
19956 Paquetages LaTeX ! colortbl
19957 \end_layout
19958
19959 \end_inset
19960
19961  qui est utilisé pour avoir des tableaux colorés dans la section
19962 \begin_inset space ~
19963 \end_inset
19964
19965
19966 \begin_inset CommandInset ref
19967 LatexCommand ref
19968 reference "sec:Tableaux-Colorés"
19969
19970 \end_inset
19971
19972 .
19973  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19974  traits interrompus.
19975 \end_layout
19976
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \begin_layout Standard
19983 \begin_inset ERT
19984 status collapsed
19985
19986 \begin_layout Plain Layout
19987
19988
19989 \backslash
19990 else
19991 \end_layout
19992
19993 \end_inset
19994
19995
19996 \begin_inset Note Note
19997 status open
19998
19999 \begin_layout Plain Layout
20000 Ce qui suit sera affiché si le paquetage LaTeX 
20001 \series bold
20002 arydshln
20003 \series default
20004  n'est pas installé :
20005 \end_layout
20006
20007 \end_inset
20008
20009
20010 \end_layout
20011
20012 \begin_layout Standard
20013 Vous devez installer le paquetage LaTeX 
20014 \series bold
20015 arydshln
20016 \series default
20017  pour voir le contenu des cette section dans la sortie imprimée.
20018 \end_layout
20019
20020 \begin_layout Standard
20021 \begin_inset ERT
20022 status collapsed
20023
20024 \begin_layout Plain Layout
20025
20026
20027 \backslash
20028 fi
20029 \end_layout
20030
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \begin_layout Chapter
20037 Flottants
20038 \begin_inset CommandInset label
20039 LatexCommand label
20040 name "chap:Flottants"
20041
20042 \end_inset
20043
20044
20045 \begin_inset Index idx
20046 status collapsed
20047
20048 \begin_layout Plain Layout
20049 Flottants
20050 \end_layout
20051
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \begin_layout Section
20058 Introduction
20059 \begin_inset CommandInset label
20060 LatexCommand label
20061 name "sec:Flottants-Introduction"
20062
20063 \end_inset
20064
20065
20066 \begin_inset Index idx
20067 status collapsed
20068
20069 \begin_layout Plain Layout
20070 Flottants ! Introduction
20071 \end_layout
20072
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout Standard
20079 Un flottant est une portion de document, qui peut être associé à une étiquette
20080  et dont la position n'est pas fixée.
20081  Il peut 
20082 \begin_inset Quotes eld
20083 \end_inset
20084
20085 flotter
20086 \begin_inset Quotes erd
20087 \end_inset
20088
20089  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
20090  plus approprié.
20091  Les 
20092 \family sans
20093 Notes
20094 \begin_inset space ~
20095 \end_inset
20096
20097 en
20098 \begin_inset space ~
20099 \end_inset
20100
20101 Bas
20102 \begin_inset space ~
20103 \end_inset
20104
20105 de
20106 \begin_inset space ~
20107 \end_inset
20108
20109 Page
20110 \family default
20111  et le 
20112 \family sans
20113 Notes
20114 \begin_inset space ~
20115 \end_inset
20116
20117 en
20118 \begin_inset space ~
20119 \end_inset
20120
20121 Marge
20122 \family default
20123  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
20124  sur la page suivante quand il y a trop de notes sur la page courante.
20125 \end_layout
20126
20127 \begin_layout Standard
20128 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20129  très grande qualité.
20130  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20131  éviter des lignes blanches ou des pages sans texte.
20132  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20133  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20134  le texte.
20135  Les flottants sont donc numérotés.
20136  Les références croisées sont décrites dans la section
20137 \begin_inset space ~
20138 \end_inset
20139
20140
20141 \begin_inset CommandInset ref
20142 LatexCommand ref
20143 reference "sec:Referencer-les-Flottants"
20144
20145 \end_inset
20146
20147 .
20148 \end_layout
20149
20150 \begin_layout Standard
20151 Pour insérer un flottant, on utilise un des sous menus du menu 
20152 \family sans
20153 Insérer\SpecialChar \menuseparator
20154 Flottant.
20155
20156 \family default
20157  Une boîte va être insérée dans votre document avec par exemple une étiquette
20158  du genre 
20159 \begin_inset Quotes eld
20160 \end_inset
20161
20162 Figure
20163 \begin_inset space ~
20164 \end_inset
20165
20166 #:
20167 \begin_inset Quotes erd
20168 \end_inset
20169
20170  (où # est un numéro).
20171  L'étiquette est automatiquement traduite dans la langue du document dans
20172  la sortie finale.
20173  Après l'étiquette vous pouvez insérer du texte comme légende.
20174  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20175  séparé, à l'intérieur du flottant.
20176  Vous trouverez plus de détails sur le positionnement des légendes dans
20177  la section
20178 \begin_inset space ~
20179 \end_inset
20180
20181
20182 \begin_inset CommandInset ref
20183 LatexCommand ref
20184 reference "sec:Placement-légende"
20185
20186 \end_inset
20187
20188 .
20189  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20190  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20191  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20192  Une boîte de flottant fermée ressemble à ceci : 
20193 \begin_inset Graphics
20194         filename clipart/floatQt4.png
20195         scale 60
20196
20197 \end_inset
20198
20199  – une case grise avec un texte rouge.
20200 \end_layout
20201
20202 \begin_layout Standard
20203 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20204  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20205  est formaté de façon particulière.
20206 \end_layout
20207
20208 \begin_layout Section
20209 Les Types de Flottants
20210 \end_layout
20211
20212 \begin_layout Standard
20213 En plus des flottants de figures et de tableau qui sont décrits respectivement
20214  dans les sections
20215 \begin_inset space ~
20216 \end_inset
20217
20218
20219 \begin_inset CommandInset ref
20220 LatexCommand ref
20221 reference "sec:Figure-Floats"
20222
20223 \end_inset
20224
20225  et 
20226 \begin_inset CommandInset ref
20227 LatexCommand ref
20228 reference "sec:Table-Floats"
20229
20230 \end_inset
20231
20232 , LyX offre aussi les types 
20233 \family sans
20234 Algorithme
20235 \family default
20236  et 
20237 \family sans
20238 Enrobage
20239 \family default
20240 .
20241  
20242 \lang english
20243 The latter are explained in sec.
20244 \lang french
20245
20246 \begin_inset space \thinspace{}
20247 \end_inset
20248
20249
20250 \begin_inset CommandInset ref
20251 LatexCommand ref
20252 reference "sec:Flottant-d'enrobage"
20253
20254 \end_inset
20255
20256 .
20257 \end_layout
20258
20259 \begin_layout Subsection
20260 Flottant d'algorithme
20261 \begin_inset Index idx
20262 status collapsed
20263
20264 \begin_layout Plain Layout
20265 Flottants ! Algorithmes
20266 \end_layout
20267
20268 \end_inset
20269
20270
20271 \begin_inset CommandInset label
20272 LatexCommand label
20273 name "sub:Flottant-d'Algorithme"
20274
20275 \end_inset
20276
20277
20278 \end_layout
20279
20280 \begin_layout Standard
20281 \begin_inset Float algorithm
20282 placement h
20283 wide false
20284 sideways false
20285 status open
20286
20287 \begin_layout Plain Layout
20288 \begin_inset Caption
20289
20290 \begin_layout Plain Layout
20291 \begin_inset CommandInset label
20292 LatexCommand label
20293 name "alg:Exemple-Flottant-Algorithme"
20294
20295 \end_inset
20296
20297 Exemple de flottant d'algorithme
20298 \end_layout
20299
20300 \end_inset
20301
20302
20303 \end_layout
20304
20305 \begin_layout LyX-Code
20306 for I in 1..N loop
20307 \begin_inset Newline newline
20308 \end_inset
20309
20310  Sum:= Sum + A(I); /*comment*/
20311 \begin_inset Newline newline
20312 \end_inset
20313
20314 end loop
20315 \begin_inset VSpace -4mm
20316 \end_inset
20317
20318
20319 \end_layout
20320
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \begin_layout Standard
20327 Ce type de flottant est inséré à l'aide du menu 
20328 \family sans
20329 Insérer\SpecialChar \menuseparator
20330 Flottant\SpecialChar \menuseparator
20331 Algorithme
20332 \family default
20333 .
20334  Il peut être utilisé pour des morceaux de code source ou des descriptions
20335  d'algorithmes et peut être utilisé comme une alternative au listing de
20336  code source qui est décrit au chapitre
20337 \begin_inset space ~
20338 \end_inset
20339
20340
20341 \begin_inset CommandInset ref
20342 LatexCommand ref
20343 reference "cha:Program-Code-Listings"
20344
20345 \end_inset
20346
20347 .
20348  Vous pouvez par exemple utiliser l'environnement Code
20349 \begin_inset space ~
20350 \end_inset
20351
20352 LyX qui est décrit dans le 
20353 \emph on
20354 Guide
20355 \emph default
20356
20357 \begin_inset space ~
20358 \end_inset
20359
20360
20361 \emph on
20362 de
20363 \begin_inset space ~
20364 \end_inset
20365
20366 l'Utilisateur
20367 \emph default
20368  de LyX.
20369  l'algorithme
20370 \begin_inset space ~
20371 \end_inset
20372
20373
20374 \begin_inset CommandInset ref
20375 LatexCommand ref
20376 reference "alg:Exemple-Flottant-Algorithme"
20377
20378 \end_inset
20379
20380  est un exemple de flottant d'algorithme où un espace vertical de -4
20381 \begin_inset space \thinspace{}
20382 \end_inset
20383
20384 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20385  soit placée exactement sous le texte de la dernière ligne.
20386 \end_layout
20387
20388 \begin_layout Standard
20389 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20390  du document.
20391  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20392 ent en ajoutant la ligne suivante dans le préambule de votre document :
20393 \end_layout
20394
20395 \begin_layout Standard
20396
20397 \series bold
20398
20399 \backslash
20400 floatname{algorithm}{votre
20401 \begin_inset space ~
20402 \end_inset
20403
20404 nom}
20405 \end_layout
20406
20407 \begin_layout Standard
20408
20409 \family sans
20410  votre
20411 \begin_inset space ~
20412 \end_inset
20413
20414 nom
20415 \family default
20416  est le mot 
20417 \begin_inset Quotes eld
20418 \end_inset
20419
20420
20421 \emph on
20422 algorithme
20423 \emph default
20424
20425 \begin_inset Quotes erd
20426 \end_inset
20427
20428  dans votre langue.
20429 \end_layout
20430
20431 \begin_layout Standard
20432 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20433 \family sans
20434 Insérer\SpecialChar \menuseparator
20435 Listes
20436 \begin_inset space ~
20437 \end_inset
20438
20439 &
20440 \begin_inset space ~
20441 \end_inset
20442
20443 TdM\SpecialChar \menuseparator
20444 Liste
20445 \begin_inset space ~
20446 \end_inset
20447
20448 des
20449 \begin_inset space ~
20450 \end_inset
20451
20452 algorithmes
20453 \family default
20454  si votre document est en la même langue que les menus de LyX.
20455  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20456  en code TeX à la place:
20457 \end_layout
20458
20459 \begin_layout Standard
20460
20461 \series bold
20462
20463 \backslash
20464 listof{algorithm}{votre
20465 \begin_inset space ~
20466 \end_inset
20467
20468 nom}
20469 \end_layout
20470
20471 \begin_layout Standard
20472 où 
20473 \family sans
20474 votre
20475 \begin_inset space ~
20476 \end_inset
20477
20478 nom
20479 \family default
20480  est la traduction de 
20481 \begin_inset Quotes eld
20482 \end_inset
20483
20484
20485 \emph on
20486 List of Algorithm
20487 \emph default
20488 s
20489 \begin_inset Quotes erd
20490 \end_inset
20491
20492  dans votre langue.
20493 \end_layout
20494
20495 \begin_layout Standard
20496 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20497  le schéma 
20498 \begin_inset Quotes eld
20499 \end_inset
20500
20501 chapitre.algorithme
20502 \begin_inset Quotes erd
20503 \end_inset
20504
20505  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20506  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20507  commande dans le préambule de votre document :
20508 \end_layout
20509
20510 \begin_layout Standard
20511
20512 \series bold
20513
20514 \backslash
20515 numberwithin{algorithm}{chapter}
20516 \end_layout
20517
20518 \begin_layout Standard
20519 Pour pouvoir utiliser la commande 
20520 \series bold
20521
20522 \backslash
20523 numberwithin
20524 \series default
20525 , activez l'option 
20526 \family sans
20527 Utiliser
20528 \begin_inset space ~
20529 \end_inset
20530
20531 le
20532 \begin_inset space ~
20533 \end_inset
20534
20535 paquetage
20536 \begin_inset space ~
20537 \end_inset
20538
20539 AMS
20540 \begin_inset space ~
20541 \end_inset
20542
20543 math
20544 \family default
20545  dans la rubrique 
20546 \family sans
20547 Options
20548 \begin_inset space ~
20549 \end_inset
20550
20551 des
20552 \begin_inset space ~
20553 \end_inset
20554
20555 Maths
20556 \family default
20557  de la fenêtre de dialogue 
20558 \family sans
20559 Paramètres
20560 \begin_inset space ~
20561 \end_inset
20562
20563 du
20564 \begin_inset space ~
20565 \end_inset
20566
20567 Document
20568 \family default
20569 .
20570 \end_layout
20571
20572 \begin_layout Section
20573 Numérotation des flottants
20574 \begin_inset Index idx
20575 status collapsed
20576
20577 \begin_layout Plain Layout
20578 Flottants ! Numérotation
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Standard
20587 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20588  ils se trouvent, soit en utilisant un format du genre 
20589 \begin_inset Quotes eld
20590 \end_inset
20591
20592 chapitre.numéro
20593 \begin_inset Quotes erd
20594 \end_inset
20595
20596  ou 
20597 \begin_inset Quotes eld
20598 \end_inset
20599
20600 section.numéro
20601 \begin_inset Quotes erd
20602 \end_inset
20603
20604 .
20605  Cela dépend de la classe de document utilisée.
20606 \end_layout
20607
20608 \begin_layout Standard
20609 Pour changer le format de la numérotation qui ne dépend pas de la section
20610  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20611  le préambule du document :
20612 \end_layout
20613
20614 \begin_layout Standard
20615
20616 \series bold
20617
20618 \backslash
20619 renewcommand{
20620 \backslash
20621 thetable}{
20622 \backslash
20623 roman{table}}
20624 \end_layout
20625
20626 \begin_layout Standard
20627
20628 \series bold
20629
20630 \backslash
20631 thetable
20632 \series default
20633  est la commande qui imprime le numéro du tableau, pour les figures, la
20634  commande serait 
20635 \series bold
20636
20637 \backslash
20638 thefigure
20639 \series default
20640 .
20641  La commande 
20642 \series bold
20643
20644 \backslash
20645 roman
20646 \series default
20647  utilisée dans la commande précédente, imprime le numéro du tableau sous
20648  forme de petits chiffres romains.
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Pour changer le type de numérotation pour par exemple 
20653 \begin_inset Quotes eld
20654 \end_inset
20655
20656 sous-section.numéro
20657 \begin_inset Quotes erd
20658 \end_inset
20659
20660 , utilisez la commande suivante dans le préambule du document :
20661 \end_layout
20662
20663 \begin_layout Standard
20664
20665 \series bold
20666
20667 \backslash
20668 numberwithin{table}{subsection}
20669 \end_layout
20670
20671 \begin_layout Standard
20672 Pour pouvoir utiliser la commande 
20673 \series bold
20674
20675 \backslash
20676 numberwithin
20677 \series default
20678 , vous devez activer l'option 
20679 \family sans
20680 Utiliser
20681 \begin_inset space ~
20682 \end_inset
20683
20684 le
20685 \begin_inset space ~
20686 \end_inset
20687
20688 paquetage
20689 \begin_inset space ~
20690 \end_inset
20691
20692 maths
20693 \begin_inset space ~
20694 \end_inset
20695
20696 AMS
20697 \family default
20698  dans la rubrique 
20699 \family sans
20700 Options
20701 \begin_inset space ~
20702 \end_inset
20703
20704 des
20705 \begin_inset space ~
20706 \end_inset
20707
20708 Maths
20709 \family default
20710  de la fenêtre de dialogue 
20711 \family sans
20712 Paramètres
20713 \family default
20714  du document.
20715 \end_layout
20716
20717 \begin_layout Standard
20718 Veuillez aussi jeter un coup d'œil à la section
20719 \begin_inset space ~
20720 \end_inset
20721
20722
20723 \begin_inset CommandInset ref
20724 LatexCommand ref
20725 reference "sub:Numerotation-notes-bas-de-page"
20726
20727 \end_inset
20728
20729  pour plus de détails et des notes importantes sur les commandes de numérotation.
20730 \end_layout
20731
20732 \begin_layout Section
20733 Faire Référence à des Flottants
20734 \begin_inset CommandInset label
20735 LatexCommand label
20736 name "sec:Referencer-les-Flottants"
20737
20738 \end_inset
20739
20740
20741 \begin_inset Index idx
20742 status collapsed
20743
20744 \begin_layout Plain Layout
20745 Flottants ! Références
20746 \end_layout
20747
20748 \end_inset
20749
20750
20751 \begin_inset Index idx
20752 status collapsed
20753
20754 \begin_layout Plain Layout
20755 References@Références ! à des Flottants 
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \end_layout
20762
20763 \begin_layout Standard
20764 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20765  en utilisant le menu 
20766 \family sans
20767 Insérer\SpecialChar \menuseparator
20768 Étiquette
20769 \family default
20770  ou le bouton 
20771 \family sans
20772
20773 \begin_inset Info
20774 type  "icon"
20775 arg   "label-insert"
20776 \end_inset
20777
20778
20779 \family default
20780  de la barre d'outils.
20781  Une boîte grise de ce genre : 
20782 \begin_inset Graphics
20783         filename clipart/labelQt4.png
20784         lyxscale 85
20785         scale 85
20786         scaleBeforeRotation
20787
20788 \end_inset
20789
20790  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20791  de saisir le texte de l'étiquette.
20792  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20793  précédés d'un préfixe.
20794  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20795  préfixe sera "
20796 \family sans
20797 fig:
20798 \family default
20799 ".
20800 \end_layout
20801
20802 \begin_layout Standard
20803 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20804  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20805 \family sans
20806 Insérer\SpecialChar \menuseparator
20807 Référence
20808 \begin_inset space ~
20809 \end_inset
20810
20811 Croisée
20812 \family default
20813  ou le bouton 
20814 \family sans
20815
20816 \begin_inset Info
20817 type  "icon"
20818 arg   "dialog-show-new-inset ref"
20819 \end_inset
20820
20821
20822 \family default
20823  de la barre d'outils.
20824  Une boîte grise de référence croisée comme celle-ci : 
20825 \begin_inset Graphics
20826         filename ../clipart/referenceQt4.png
20827         scale 85
20828         scaleBeforeRotation
20829
20830 \end_inset
20831
20832  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20833  toutes les étiquettes définies dans votre document.
20834  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20835  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20836  de la fenêtre de dialogue.
20837  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20838  une.
20839  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20840  de la référence croisée.
20841 \end_layout
20842
20843 \begin_layout Standard
20844 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20845  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20846  les deux.
20847  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20848  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20849  du numéro de la référence.
20850 \end_layout
20851
20852 \begin_layout Standard
20853 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20854  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20855  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20856  pas à vous en préoccuper.
20857 \end_layout
20858
20859 \begin_layout Standard
20860 Le bouton 
20861 \family sans
20862 Aller
20863 \begin_inset space ~
20864 \end_inset
20865
20866 à
20867 \begin_inset space ~
20868 \end_inset
20869
20870 l'étiquette
20871 \family default
20872  dans la fenêtre de référence croisée va positionner le curseur juste devant
20873  l'étiquette à laquelle on fait référence.
20874  Le nom du bouton bouton 
20875 \family sans
20876 Revenir
20877 \family default
20878  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20879  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20880  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20881  à votre point de départ.
20882 \end_layout
20883
20884 \begin_layout Subsection
20885 Formats de Références Croisées
20886 \begin_inset CommandInset label
20887 LatexCommand label
20888 name "sub:Formats-Références-Croisées"
20889
20890 \end_inset
20891
20892
20893 \begin_inset Index idx
20894 status collapsed
20895
20896 \begin_layout Plain Layout
20897 References@Références ! Formats
20898 \end_layout
20899
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \begin_layout Standard
20906 Il y a six types de références croisées :
20907 \end_layout
20908
20909 \begin_layout Description
20910 <référence>
20911 \begin_inset space ~
20912 \end_inset
20913
20914 : affiche le numéro de l'élément, c'est le choix implicite : 
20915 \begin_inset CommandInset ref
20916 LatexCommand ref
20917 reference "fig:Deux-images-déformées"
20918
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \begin_layout Description
20925 (<référence>)
20926 \begin_inset space ~
20927 \end_inset
20928
20929 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20930  normalement pour faire référence à des formules mathématiques, en particulier
20931  quand le mot 
20932 \begin_inset Quotes eld
20933 \end_inset
20934
20935 Équation
20936 \begin_inset Quotes erd
20937 \end_inset
20938
20939  est omis : 
20940 \begin_inset CommandInset ref
20941 LatexCommand eqref
20942 reference "eq:Wgn"
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Description
20950 <page>
20951 \begin_inset space ~
20952 \end_inset
20953
20954 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20955 \begin_inset space ~
20956 \end_inset
20957
20958
20959 \begin_inset CommandInset ref
20960 LatexCommand pageref
20961 reference "fig:Deux-images-déformées"
20962
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \begin_layout Description
20969 Sur
20970 \begin_inset space ~
20971 \end_inset
20972
20973 la
20974 \begin_inset space ~
20975 \end_inset
20976
20977 page
20978 \begin_inset space ~
20979 \end_inset
20980
20981 <page>
20982 \begin_inset space ~
20983 \end_inset
20984
20985 : affiche le mot 
20986 \begin_inset Quotes eld
20987 \end_inset
20988
20989 page
20990 \begin_inset Quotes erd
20991 \end_inset
20992
20993  suivi du numéro de la page sur laquelle se trouve l'élément : 
20994 \begin_inset CommandInset ref
20995 LatexCommand vpageref
20996 reference "fig:Deux-images-déformées"
20997
20998 \end_inset
20999
21000
21001 \end_layout
21002
21003 \begin_layout Description
21004 <référence>
21005 \begin_inset space ~
21006 \end_inset
21007
21008 page
21009 \begin_inset space ~
21010 \end_inset
21011
21012 <page>
21013 \begin_inset space ~
21014 \end_inset
21015
21016 : affiche le numéro de l'élément, le mot 
21017 \begin_inset Quotes eld
21018 \end_inset
21019
21020 page
21021 \begin_inset Quotes erd
21022 \end_inset
21023
21024  et le numéro de la page : 
21025 \begin_inset CommandInset ref
21026 LatexCommand vref
21027 reference "fig:Deux-images-déformées"
21028
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \begin_layout Description
21035 Référence
21036 \begin_inset space ~
21037 \end_inset
21038
21039 mise
21040 \begin_inset space ~
21041 \end_inset
21042
21043 en
21044 \begin_inset space ~
21045 \end_inset
21046
21047 forme
21048 \begin_inset space ~
21049 \end_inset
21050
21051 : affiche une référence croisée qui définit son propre format.
21052 \begin_inset Newline newline
21053 \end_inset
21054
21055
21056 \begin_inset Note Greyedout
21057 status open
21058
21059 \begin_layout Plain Layout
21060
21061 \series bold
21062 Note:
21063 \series default
21064  Ce type de référence croisée n'est disponible que si vous avez installé
21065  le paquetage LaTeX 
21066 \series bold
21067 prettyref
21068 \series default
21069  ou 
21070 \series bold
21071 refstyle
21072 \series default
21073
21074 \begin_inset Index idx
21075 status collapsed
21076
21077 \begin_layout Plain Layout
21078 Paquetages LaTeX ! prettyref
21079 \end_layout
21080
21081 \end_inset
21082
21083
21084 \begin_inset Index idx
21085 status collapsed
21086
21087 \begin_layout Plain Layout
21088 Paquetages LaTeX ! refstyle
21089 \end_layout
21090
21091 \end_inset
21092
21093 .
21094 \end_layout
21095
21096 \end_inset
21097
21098
21099 \begin_inset Newline newline
21100 \end_inset
21101
21102 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
21103  fonction en utilisant l'option 
21104 \family sans
21105 Utiliser refstyle (à la place de prettyref) pour les références croisées
21106 \family default
21107  dans le menu 
21108 \family sans
21109 Document\SpecialChar \menuseparator
21110 Paramètres\SpecialChar \menuseparator
21111 Classe de document
21112 \family default
21113 .
21114  Le format est précisé en ajoutant la commande 
21115 \series bold
21116
21117 \backslash
21118 newrefformat
21119 \series default
21120  (prettyref) ou 
21121 \series bold
21122
21123 \backslash
21124 newref
21125 \series default
21126  (refstyle) au préambule du document.
21127  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
21128  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
21129 \begin_inset space ~
21130 \end_inset
21131
21132 :
21133 \begin_inset Newline newline
21134 \end_inset
21135
21136
21137 \series bold
21138
21139 \backslash
21140 newref{fig}{refcmd={Image sur la page 
21141 \backslash
21142 pageref{#1}}}
21143 \series default
21144
21145 \begin_inset Newline newline
21146 \end_inset
21147
21148 Pour plus d'information sur le format, jetez un oeil dur la documentation
21149  du paquetage, 
21150 \begin_inset CommandInset citation
21151 LatexCommand cite
21152 key "prettyref,refstyle"
21153
21154 \end_inset
21155
21156 .
21157 \end_layout
21158
21159 \begin_layout Description
21160 Référence
21161 \begin_inset space ~
21162 \end_inset
21163
21164 textuelle: affiche la légende de la référence
21165 \begin_inset space ~
21166 \end_inset
21167
21168
21169 \begin_inset CommandInset ref
21170 LatexCommand nameref
21171 reference "fig:Deux-images-déformées"
21172
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \begin_layout Standard
21179
21180 \family sans
21181 <page>
21182 \family default
21183  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21184  précédente, la même page ou la page suivante.
21185  Vous verrez par exemple un texte du genre 
21186 \begin_inset Quotes eld
21187 \end_inset
21188
21189
21190 \family sans
21191 sur cette page
21192 \family default
21193
21194 \begin_inset Quotes erd
21195 \end_inset
21196
21197  à la place.
21198  Le style 
21199 \family sans
21200 <référence>
21201 \begin_inset space ~
21202 \end_inset
21203
21204 page
21205 \begin_inset space ~
21206 \end_inset
21207
21208 <page> 
21209 \family default
21210 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21211  page.
21212 \end_layout
21213
21214 \begin_layout Standard
21215 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21216  se trouve sont calculés automatiquement par LaTeX.
21217  Vous choisissez une des six variétés de références dans le champ Format
21218  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21219  boîte de la référence croisée.
21220 \end_layout
21221
21222 \begin_layout Standard
21223 \begin_inset Note Greyedout
21224 status open
21225
21226 \begin_layout Plain Layout
21227
21228 \series bold
21229 Note:
21230 \series default
21231  L'utilisation du paquetage LaTeX 
21232 \series bold
21233 refstyle
21234 \series default
21235
21236 \begin_inset Index idx
21237 status collapsed
21238
21239 \begin_layout Plain Layout
21240 Paquetages LaTeX ! refstyle
21241 \end_layout
21242
21243 \end_inset
21244
21245  est recommendée parce que 
21246 \series bold
21247 prettyref
21248 \series default
21249
21250 \begin_inset Index idx
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254 Paquetages LaTeX ! prettyref
21255 \end_layout
21256
21257 \end_inset
21258
21259  ne connaît pas tous les raccourcis possibles pour les étiquettes
21260 \begin_inset Foot
21261 status collapsed
21262
21263 \begin_layout Plain Layout
21264 \begin_inset Quotes eld
21265 \end_inset
21266
21267 fig:
21268 \begin_inset Quotes erd
21269 \end_inset
21270
21271  est par exemple le raccourci LyX pour les étiquettes dans les légendes
21272  de figures,.
21273 \end_layout
21274
21275 \end_inset
21276
21277  et n'est pas internationalisé.
21278 \end_layout
21279
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \begin_layout Standard
21286 \begin_inset Note Greyedout
21287 status open
21288
21289 \begin_layout Plain Layout
21290
21291 \series bold
21292 Note:
21293 \series default
21294  Du fait d'un bogue dans la paquetage LaTeX 
21295 \series bold
21296 varioref
21297 \series default
21298  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21299  si la langue du document est le français.
21300  Pour contourner ce bogue, voir
21301 \begin_inset Newline newline
21302 \end_inset
21303
21304
21305 \begin_inset CommandInset href
21306 LatexCommand href
21307 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21308
21309 \end_inset
21310
21311 .
21312 \end_layout
21313
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \begin_layout Subsection
21320 Nommage automatique des références croisées
21321 \begin_inset Index idx
21322 status collapsed
21323
21324 \begin_layout Plain Layout
21325 References@Références ! Nommage automatique
21326 \end_layout
21327
21328 \end_inset
21329
21330
21331 \end_layout
21332
21333 \begin_layout Standard
21334 Le paquetage LaTeX 
21335 \series bold
21336 hyperref
21337 \series default
21338
21339 \begin_inset Index idx
21340 status collapsed
21341
21342 \begin_layout Plain Layout
21343 Paquetages LaTeX ! hyperref
21344 \end_layout
21345
21346 \end_inset
21347
21348
21349 \series bold
21350
21351 \series default
21352 qui est activé dans la rubrique 
21353 \family sans
21354 Propriétés du PDF
21355 \family default
21356  de la fenêtre de dialogue 
21357 \family sans
21358 Paramètres du document
21359 \family default
21360  fournit une fonction très utile pour automatiser la création des références
21361  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21362  une section).
21363  Par exemple pour vous éviter de devoir écrire le mot 
21364 \begin_inset Quotes eld
21365 \end_inset
21366
21367 Figure
21368 \begin_inset Quotes erd
21369 \end_inset
21370
21371  devant chaque référence à une figure.
21372  Pour profiter de ce nommage automatique des références croisées, vous devez
21373  activer 
21374 \series bold
21375 hyperref
21376 \series default
21377  et insérer la ligne suivante dans le préambule du document :
21378 \end_layout
21379
21380 \begin_layout Standard
21381
21382 \series bold
21383
21384 \backslash
21385 AtBeginDocument{
21386 \backslash
21387 renewcommand{
21388 \backslash
21389 ref}[1]{
21390 \backslash
21391 mbox{
21392 \backslash
21393 autoref{#1}}}}
21394 \end_layout
21395
21396 \begin_layout Standard
21397 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21398  défaut, par exemple vous préférez le nom 
21399 \begin_inset Quotes eld
21400 \end_inset
21401
21402 sec.
21403 \begin_inset space \thinspace{}
21404 \end_inset
21405
21406
21407 \begin_inset Quotes eld
21408 \end_inset
21409
21410  plutôt que 
21411 \begin_inset Quotes eld
21412 \end_inset
21413
21414 section
21415 \begin_inset Quotes erd
21416 \end_inset
21417
21418 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21419 \end_layout
21420
21421 \begin_layout Standard
21422
21423 \series bold
21424
21425 \backslash
21426 addto
21427 \backslash
21428 extrasenglish{
21429 \backslash
21430 renewcommand{
21431 \backslash
21432 sectionautorefname}
21433 \begin_inset Newline newline
21434 \end_inset
21435
21436
21437 \begin_inset Phantom HPhantom
21438 status open
21439
21440 \begin_layout Plain Layout
21441
21442 \series bold
21443 \begin_inset space ~
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450
21451 {sec.
21452 \backslash
21453 negthinspace}}
21454 \end_layout
21455
21456 \begin_layout Standard
21457 Si vous utilisez une autre langue que l'anglais, remplacez 
21458 \series bold
21459
21460 \backslash
21461 extrasenglish
21462 \series default
21463  par 
21464 \series bold
21465
21466 \backslash
21467 extras***
21468 \series default
21469 , où *** est le nom de la langue que vous utilisez.
21470
21471 \series bold
21472  
21473 \end_layout
21474
21475 \begin_layout Standard
21476 Pour avoir des noms automatiques, mais pas pour certains types de références,
21477  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21478 \end_layout
21479
21480 \begin_layout Standard
21481
21482 \series bold
21483
21484 \backslash
21485 newlength{
21486 \backslash
21487 abc}
21488 \begin_inset Newline newline
21489 \end_inset
21490
21491
21492 \backslash
21493 settowidth{
21494 \backslash
21495 abc}{
21496 \backslash
21497 space}
21498 \begin_inset Newline newline
21499 \end_inset
21500
21501
21502 \backslash
21503 addto
21504 \backslash
21505 extrasenglish{
21506 \backslash
21507 renewcommand{
21508 \backslash
21509 equationautorefname}
21510 \begin_inset Newline newline
21511 \end_inset
21512
21513
21514 \begin_inset Phantom HPhantom
21515 status open
21516
21517 \begin_layout Plain Layout
21518
21519 \series bold
21520 \begin_inset space ~
21521 \end_inset
21522
21523
21524 \end_layout
21525
21526 \end_inset
21527
21528 {
21529 \backslash
21530 hspace{-
21531 \backslash
21532 abc}}
21533 \end_layout
21534
21535 \begin_layout Standard
21536 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21537  de 
21538 \series bold
21539 hyperref
21540 \series default
21541  
21542 \begin_inset CommandInset citation
21543 LatexCommand cite
21544 key "hyperref"
21545
21546 \end_inset
21547
21548 .
21549 \end_layout
21550
21551 \begin_layout Standard
21552 \begin_inset Note Greyedout
21553 status open
21554
21555 \begin_layout Plain Layout
21556
21557 \series bold
21558 Note:
21559 \series default
21560  Le nommage automatique de références ne peut être utilisé si vous avez
21561  choisi le style de référence 
21562 \family sans
21563 Référence
21564 \begin_inset space ~
21565 \end_inset
21566
21567 mise
21568 \begin_inset space ~
21569 \end_inset
21570
21571 en
21572 \begin_inset space ~
21573 \end_inset
21574
21575 forme
21576 \family default
21577  décrit dans la section
21578 \begin_inset space ~
21579 \end_inset
21580
21581
21582 \begin_inset CommandInset ref
21583 LatexCommand ref
21584 reference "sub:Formats-Références-Croisées"
21585
21586 \end_inset
21587
21588 .
21589 \end_layout
21590
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \begin_layout Standard
21597 Le manuel 
21598 \emph on
21599 Math
21600 \emph default
21601  est un exemple dans lequel on a utilisé le référencement automatique.
21602 \end_layout
21603
21604 \begin_layout Subsection
21605 Positionnement des Références 
21606 \begin_inset CommandInset label
21607 LatexCommand label
21608 name "sub:Reference-Position"
21609
21610 \end_inset
21611
21612
21613 \begin_inset Index idx
21614 status collapsed
21615
21616 \begin_layout Plain Layout
21617 References@Références ! Positionnement
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \begin_layout Standard
21626 Si vous utilisez le paquetage 
21627 \series bold
21628 hyperref, 
21629 \series default
21630 qui est activé dans la rubrique 
21631 \family sans
21632 Propriétés du PDF
21633 \family default
21634  de la fenêtre de dialogue 
21635 \family sans
21636 Paramètres du document,
21637 \family default
21638  pour lier vos références croisées dans la sortie finale, vous verrez que
21639  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21640  l'image.
21641  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21642  pourrez voir l'image sans faire défiler le texte.
21643  Ce problème vient du fait que le point d'ancrage de la référence se situe
21644  à l'endroit de l'étiquette.
21645  En utilisant le paquetage LaTeX 
21646 \series bold
21647 hypcap
21648 \series default
21649
21650 \begin_inset Index idx
21651 status collapsed
21652
21653 \begin_layout Plain Layout
21654 Paquetages LaTeX ! hypcap
21655 \end_layout
21656
21657 \end_inset
21658
21659 , qui fait partie du paquetage LaTeX 
21660 \series bold
21661 oberdiek
21662 \series default
21663
21664 \begin_inset Index idx
21665 status collapsed
21666
21667 \begin_layout Plain Layout
21668 Paquetages LaTeX ! oberdiek
21669 \end_layout
21670
21671 \end_inset
21672
21673 , le point d'ancrage d'un lien est place en haut du flottant.
21674  Pour utiliser cette fonction avec les flottants de figure, chargez 
21675 \series bold
21676 hypcap
21677 \series default
21678  dans l'entête du document avec la ligne
21679 \end_layout
21680
21681 \begin_layout Standard
21682
21683 \series bold
21684
21685 \backslash
21686 usepackage[figure]{hypcap}
21687 \end_layout
21688
21689 \begin_layout Standard
21690 Vous pouvez aussi utiliser 
21691 \series bold
21692 hypcap
21693 \series default
21694  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21695  raisons de stabilité.
21696  Pour plus d'information, jetez un coup d'œil au manuel d' 
21697 \series bold
21698 hypcap
21699 \series default
21700  
21701 \begin_inset CommandInset citation
21702 LatexCommand cite
21703 key "hypcap"
21704
21705 \end_inset
21706
21707 .
21708 \end_layout
21709
21710 \begin_layout Standard
21711 \begin_inset Note Greyedout
21712 status open
21713
21714 \begin_layout Plain Layout
21715
21716 \series bold
21717 Note:
21718 \series default
21719  
21720 \series bold
21721 hypcap
21722 \series default
21723  n'a aucun effet pour les références à des sous-figures.
21724 \end_layout
21725
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \begin_layout Section
21732 Placement des flottants
21733 \begin_inset CommandInset label
21734 LatexCommand label
21735 name "sec:Placement-flottants"
21736
21737 \end_inset
21738
21739
21740 \begin_inset Index idx
21741 status collapsed
21742
21743 \begin_layout Plain Layout
21744 Flottants ! Placement
21745 \end_layout
21746
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \begin_layout Standard
21753 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21754  de dialogue 
21755 \family sans
21756 Paramètre
21757 \begin_inset space ~
21758 \end_inset
21759
21760 de
21761 \begin_inset space ~
21762 \end_inset
21763
21764 Flottant
21765 \family default
21766  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21767  utilise pour déterminer où placer le flottant.
21768 \begin_inset Newline newline
21769 \end_inset
21770
21771 L'option 
21772 \family sans
21773 Plusieurs
21774 \begin_inset space ~
21775 \end_inset
21776
21777 colonnes
21778 \family default
21779  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21780  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21781  confiné sur une seule colonne.
21782 \begin_inset Newline newline
21783 \end_inset
21784
21785 L'option 
21786 \family sans
21787 Rotation
21788 \begin_inset space ~
21789 \end_inset
21790
21791 90°
21792 \family default
21793  est utilisée pour faire tourner les flottants, voyez la section
21794 \begin_inset space ~
21795 \end_inset
21796
21797
21798 \begin_inset CommandInset ref
21799 LatexCommand ref
21800 reference "sec:Flottants-renversés"
21801
21802 \end_inset
21803
21804 .
21805 \end_layout
21806
21807 \begin_layout Standard
21808 En désactivant l'option 
21809 \family sans
21810 Utilise
21811 \begin_inset space ~
21812 \end_inset
21813
21814 le
21815 \begin_inset space ~
21816 \end_inset
21817
21818 placement
21819 \begin_inset space ~
21820 \end_inset
21821
21822 par
21823 \begin_inset space ~
21824 \end_inset
21825
21826 défaut
21827 \family default
21828  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21829  le placement du flottant:
21830 \end_layout
21831
21832 \begin_layout Description
21833 Ici,
21834 \begin_inset space ~
21835 \end_inset
21836
21837 si
21838 \begin_inset space ~
21839 \end_inset
21840
21841 possible: essaie de placer le flottant à la position où il a été inséré
21842  dans LyX
21843 \end_layout
21844
21845 \begin_layout Description
21846 Haut
21847 \begin_inset space ~
21848 \end_inset
21849
21850 de
21851 \begin_inset space ~
21852 \end_inset
21853
21854 la
21855 \begin_inset space ~
21856 \end_inset
21857
21858 page: essaie de placer le flottant en haut de la page courante
21859 \end_layout
21860
21861 \begin_layout Description
21862 Bas
21863 \begin_inset space ~
21864 \end_inset
21865
21866 de
21867 \begin_inset space ~
21868 \end_inset
21869
21870 la
21871 \begin_inset space ~
21872 \end_inset
21873
21874 page: essaie de placer le flottant en bas de la page courante
21875 \end_layout
21876
21877 \begin_layout Description
21878 Page
21879 \begin_inset space ~
21880 \end_inset
21881
21882 de
21883 \begin_inset space ~
21884 \end_inset
21885
21886 flottants: essaie de placer le flottant sur une page à part, éventuellement
21887  avec d'autres flottants 
21888 \end_layout
21889
21890 \begin_layout Standard
21891 LaTeX utilise
21892 \emph on
21893  toujours 
21894 \emph default
21895 les options dans l'ordre donné ci-dessus.
21896  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21897  d'abord essayer 
21898 \family sans
21899 Ici
21900 \begin_inset space ~
21901 \end_inset
21902
21903 si
21904 \begin_inset space ~
21905 \end_inset
21906
21907 possible
21908 \family default
21909 , ensuite 
21910 \family sans
21911 Haut
21912 \begin_inset space ~
21913 \end_inset
21914
21915 de
21916 \begin_inset space ~
21917 \end_inset
21918
21919 la
21920 \begin_inset space ~
21921 \end_inset
21922
21923 page
21924 \family default
21925 , et ainsi de suite.
21926  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21927  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21928  Si aucune des quatre options de placement n'est possible, la procédure
21929  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21930 \end_layout
21931
21932 \begin_layout Standard
21933 Implicitement, chaque option a ses propres règles d'application:
21934 \end_layout
21935
21936 \begin_layout Standard
21937
21938 \family sans
21939 Haut
21940 \begin_inset space ~
21941 \end_inset
21942
21943 de
21944 \begin_inset space ~
21945 \end_inset
21946
21947 la
21948 \begin_inset space ~
21949 \end_inset
21950
21951 page
21952 \family default
21953  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21954  en haut de page (
21955 \series bold
21956
21957 \backslash
21958 topfraction
21959 \series default
21960 ).
21961 \end_layout
21962
21963 \begin_layout Standard
21964
21965 \family sans
21966 Bas
21967 \begin_inset space ~
21968 \end_inset
21969
21970 de
21971 \begin_inset space ~
21972 \end_inset
21973
21974 la
21975 \begin_inset space ~
21976 \end_inset
21977
21978 page
21979 \family default
21980  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21981  en bas de page (
21982 \series bold
21983
21984 \backslash
21985 bottomfraction
21986 \series default
21987 ).
21988 \end_layout
21989
21990 \begin_layout Standard
21991
21992 \family sans
21993 Page
21994 \begin_inset space ~
21995 \end_inset
21996
21997 de
21998 \begin_inset space ~
21999 \end_inset
22000
22001 flottants
22002 \family default
22003  : plusieurs flottants peuvent être placés ensembles sur une page seulement
22004  si ils occupent plus de 50% de celle-ci (
22005 \series bold
22006
22007 \backslash
22008 floatpagefraction
22009 \series default
22010 ).
22011 \end_layout
22012
22013 \begin_layout Standard
22014 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
22015  supplémentaire 
22016 \family sans
22017 Ignorer
22018 \begin_inset space ~
22019 \end_inset
22020
22021 les
22022 \begin_inset space ~
22023 \end_inset
22024
22025 règles
22026 \begin_inset space ~
22027 \end_inset
22028
22029 LaTeX
22030 \family default
22031 \lang english
22032 .
22033 \begin_inset Newline newline
22034 \end_inset
22035
22036
22037 \lang french
22038 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
22039  données entre parenthèses après les descriptions des règles données ci-dessus.
22040  Par exemple, pour augmenter à 50
22041 \begin_inset space \thinspace{}
22042 \end_inset
22043
22044 % la valeur de la règle de bas de page dont la valeur implicite est souvent
22045  trop petite, ajoutez cette ligne au préambule de votre document :
22046 \end_layout
22047
22048 \begin_layout Standard
22049
22050 \series bold
22051
22052 \backslash
22053 renewcommand{
22054 \backslash
22055 bottomfraction}{0.5}
22056 \end_layout
22057
22058 \begin_layout Standard
22059 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
22060  exactement à l'endroit où vous l'avez inséré.
22061  dans ce cas utilisez l'option 
22062 \family sans
22063 Ici
22064 \begin_inset space ~
22065 \end_inset
22066
22067 à
22068 \begin_inset space ~
22069 \end_inset
22070
22071 tout
22072 \begin_inset space ~
22073 \end_inset
22074
22075 Prix
22076 \family default
22077 .
22078  Utilisez cette option le moins souvent possible et seulement quand le document
22079  est presque prêt à être imprimé.
22080  En effet, le flottant n'est plus capable de 
22081 \begin_inset Quotes eld
22082 \end_inset
22083
22084 flotter
22085 \begin_inset Quotes erd
22086 \end_inset
22087
22088 , ce qui peut perturber toutes les mises en page.
22089 \end_layout
22090
22091 \begin_layout Standard
22092 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22093  sont toujours entourés par le texte d'un paragraphe donné.
22094 \begin_inset VSpace bigskip
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \begin_layout Standard
22101 On peut parfois se trouver dans la situation où un flottant est placé en
22102  haut d'une page alors que la section concernée ne commence qu'au milieu
22103  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22104  la section précédente.
22105  On peut utiliser la commande LaTeX 
22106 \series bold
22107
22108 \backslash
22109 suppressfloats
22110 \series default
22111  pour éviter ce cas.
22112  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22113  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22114  soit placé avant que la section commence.
22115  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22116  votre document :
22117 \end_layout
22118
22119 \begin_layout Standard
22120
22121 \series bold
22122
22123 \backslash
22124 let
22125 \backslash
22126 mySection
22127 \backslash
22128 section
22129 \begin_inset Newline newline
22130 \end_inset
22131
22132
22133 \backslash
22134 renewcommand{
22135 \backslash
22136 section}{
22137 \backslash
22138 suppressfloats[t]
22139 \backslash
22140 mySection}
22141 \end_layout
22142
22143 \begin_layout Standard
22144 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22145  comme les chapitres et les sous-sections.
22146  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22147  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22148  ensuite avoir du mal à trouver un positionnement correct.
22149 \end_layout
22150
22151 \begin_layout Standard
22152 \begin_inset VSpace bigskip
22153 \end_inset
22154
22155 Dans certains cas il est demandé de placer toutes les figures et tous les
22156  tableaux à la fin du document.
22157  C'est pour de telles situations que le paquetage LaTeX 
22158 \series bold
22159 endfloat
22160 \series default
22161
22162 \begin_inset Index idx
22163 status collapsed
22164
22165 \begin_layout Plain Layout
22166 Paquetages LaTeX ! endfloat
22167 \end_layout
22168
22169 \end_inset
22170
22171  a été développé.
22172  Il met en effet tous les flottants de figures et de tableaux à la fin du
22173  document dans leurs propres sections.
22174  À la position d'origine du flottant, une indication textuelle du genre
22175  
22176 \begin_inset Quotes eld
22177 \end_inset
22178
22179
22180 \family sans
22181 [Figure
22182 \begin_inset space ~
22183 \end_inset
22184
22185 3.2 
22186 \lang english
22187 about here.
22188 \lang french
22189 ]
22190 \family default
22191
22192 \begin_inset Quotes erd
22193 \end_inset
22194
22195  est insérée.
22196  Le paquetage 
22197 \series bold
22198 endfloat
22199 \series default
22200  est chargé dans le préambule avec la ligne suivante 
22201 \end_layout
22202
22203 \begin_layout Standard
22204
22205 \series bold
22206
22207 \backslash
22208 usepackage[options]{endfloat}
22209 \end_layout
22210
22211 \begin_layout Standard
22212 Il y a aussi de nombreuses options de paquetage pour modifier le format
22213  des sections de figures ou de tableau qui sont créées.
22214  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22215  
22216 \series bold
22217 endfloa
22218 \series default
22219
22220 \begin_inset CommandInset citation
22221 LatexCommand cite
22222 key "endfloat"
22223
22224 \end_inset
22225
22226 .
22227 \begin_inset Newline newline
22228 \end_inset
22229
22230
22231 \begin_inset Note Greyedout
22232 status open
22233
22234 \begin_layout Plain Layout
22235
22236 \series bold
22237 Note: endfloat
22238 \series default
22239  ne fournit pas de traduction automatique de l'indication textuelle, vous
22240  devez donc le faire manuellement, voyez la section
22241 \begin_inset space ~
22242 \end_inset
22243
22244 4 de 
22245 \begin_inset CommandInset citation
22246 LatexCommand cite
22247 key "endfloat"
22248
22249 \end_inset
22250
22251 .
22252 \end_layout
22253
22254 \end_inset
22255
22256
22257 \begin_inset Newline newline
22258 \end_inset
22259
22260
22261 \begin_inset Note Greyedout
22262 status open
22263
22264 \begin_layout Plain Layout
22265
22266 \series bold
22267 Note:
22268 \series default
22269  Il y a actuellement un bug dans le paquetage 
22270 \series bold
22271 endfloat
22272 \series default
22273  quand la légende contient un 
22274 \begin_inset Quotes eld
22275 \end_inset
22276
22277 ß
22278 \begin_inset Quotes erd
22279 \end_inset
22280
22281  allemand.
22282  Utilisez dans ce cas la commande 
22283 \begin_inset Quotes eld
22284 \end_inset
22285
22286
22287 \series bold
22288
22289 \backslash
22290 ss
22291 \series default
22292
22293 \begin_inset Quotes erd
22294 \end_inset
22295
22296  en code TeX à la place du 
22297 \begin_inset Quotes eld
22298 \end_inset
22299
22300 ß
22301 \begin_inset Quotes erd
22302 \end_inset
22303
22304 .
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \begin_layout Standard
22313 \begin_inset VSpace bigskip
22314 \end_inset
22315
22316 Pour plus d'information sur les manières de placer les flottants, jetez
22317  un coup d'œil aux livres sur LaTeX, 
22318 \begin_inset CommandInset citation
22319 LatexCommand cite
22320 key "latexcompanion,latexguide,latexbook"
22321
22322 \end_inset
22323
22324 .
22325 \end_layout
22326
22327 \begin_layout Section
22328 Flottants Renversés
22329 \begin_inset CommandInset label
22330 LatexCommand label
22331 name "sec:Flottants-renversés"
22332
22333 \end_inset
22334
22335
22336 \begin_inset Index idx
22337 status collapsed
22338
22339 \begin_layout Plain Layout
22340 Flottants ! Renversés
22341 \end_layout
22342
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \begin_layout Standard
22349 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22350  tableaux très larges.
22351  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22352  un clic droit sur la boîte du flottant et utilisez l'option 
22353 \family sans
22354 Rotation
22355 \begin_inset space ~
22356 \end_inset
22357
22358 90°
22359 \family default
22360 .
22361 \end_layout
22362
22363 \begin_layout Standard
22364 Les flottants renversés sont systématiquement placés sur leur propre page
22365  ( ou colonne, si vous avez un document sur deux colonnes ).
22366  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22367  
22368 \family sans
22369 Plusieurs
22370 \begin_inset space ~
22371 \end_inset
22372
22373 colonnes
22374 \family default
22375  dans les paramètres du flottant.
22376  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22377  du côté de la marge externe.
22378  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22379  ajouter soit l'option 
22380 \series bold
22381 figuresleft
22382 \series default
22383  soit l'option 
22384 \series bold
22385 figuresright
22386 \series default
22387  aux options de la classe de document.
22388 \end_layout
22389
22390 \begin_layout Standard
22391 Faire référence à un flottant renversé se fait de la même manière que pour
22392  un flottant normal, la mise en forme de la légende est aussi identique
22393  : Le tableau
22394 \begin_inset space ~
22395 \end_inset
22396
22397
22398 \begin_inset CommandInset ref
22399 LatexCommand ref
22400 reference "tab:Tableau-pivoté"
22401
22402 \end_inset
22403
22404  est un exemple de flottant de tableau renversé.
22405 \end_layout
22406
22407 \begin_layout Standard
22408 \begin_inset Note Greyedout
22409 status open
22410
22411 \begin_layout Plain Layout
22412
22413 \series bold
22414 Note:
22415 \series default
22416  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22417  DVI.
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \begin_layout Standard
22426 \begin_inset Float table
22427 wide false
22428 sideways true
22429 status open
22430
22431 \begin_layout Plain Layout
22432 \begin_inset Caption
22433
22434 \begin_layout Plain Layout
22435 \begin_inset CommandInset label
22436 LatexCommand label
22437 name "tab:Tableau-pivoté"
22438
22439 \end_inset
22440
22441  Tableau pivoté
22442 \end_layout
22443
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \begin_layout Plain Layout
22450 \align center
22451 \begin_inset Tabular
22452 <lyxtabular version="3" rows="1" columns="5">
22453 <features tabularvalignment="middle">
22454 <column alignment="center" valignment="top" width="0">
22455 <column alignment="center" valignment="top" width="0">
22456 <column alignment="center" valignment="top" width="0">
22457 <column alignment="center" valignment="top" width="0">
22458 <column alignment="center" valignment="top" width="0">
22459 <row>
22460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 test
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22470 \begin_inset Text
22471
22472 \begin_layout Plain Layout
22473 b
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 c
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 d
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 e
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 </lyxtabular>
22507
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Section
22519 Sous-flottants
22520 \begin_inset Index idx
22521 status collapsed
22522
22523 \begin_layout Plain Layout
22524 Flottants ! Sous-flottants
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \begin_layout Standard
22533 Un exemple de sous-flottant : une figure composée de plusieurs images.
22534  On les crée en insérant un flottant dans un flottant existant.
22535  Le positionnement des sous-flottants peut être contrôlé comme pour les
22536  paragraphes comme on le voit avec les tableaux
22537 \begin_inset space ~
22538 \end_inset
22539
22540
22541 \begin_inset CommandInset ref
22542 LatexCommand ref
22543 reference "tab:Deux-sous-tableaux-cote-a-cote"
22544
22545 \end_inset
22546
22547  et 
22548 \begin_inset CommandInset ref
22549 LatexCommand ref
22550 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22551
22552 \end_inset
22553
22554 .
22555 \end_layout
22556
22557 \begin_layout Standard
22558 On fait référence à des sous-flottants comme on le ferait avec des flottants
22559  normaux : Les tableaux
22560 \begin_inset space ~
22561 \end_inset
22562
22563
22564 \begin_inset CommandInset ref
22565 LatexCommand ref
22566 reference "tab:Le-sous-tableau-a"
22567
22568 \end_inset
22569
22570  et 
22571 \begin_inset CommandInset ref
22572 LatexCommand ref
22573 reference "tab:Le-sous-tableau-b"
22574
22575 \end_inset
22576
22577  sont des sous-tableaux du tableau
22578 \begin_inset space ~
22579 \end_inset
22580
22581
22582 \begin_inset CommandInset ref
22583 LatexCommand ref
22584 reference "tab:Deux-sous-tableaux-cote-a-cote"
22585
22586 \end_inset
22587
22588 .
22589 \end_layout
22590
22591 \begin_layout Standard
22592 \begin_inset Float table
22593 wide false
22594 sideways false
22595 status open
22596
22597 \begin_layout Plain Layout
22598 \begin_inset Caption
22599
22600 \begin_layout Plain Layout
22601 \begin_inset CommandInset label
22602 LatexCommand label
22603 name "tab:Deux-sous-tableaux-cote-a-cote"
22604
22605 \end_inset
22606
22607 Deux sous-tableaux placés côte-à-côte.
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \begin_layout Plain Layout
22616 \align center
22617 \begin_inset space \hfill{}
22618 \end_inset
22619
22620
22621 \begin_inset Float table
22622 wide false
22623 sideways false
22624 status collapsed
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Caption
22628
22629 \begin_layout Plain Layout
22630 \begin_inset CommandInset label
22631 LatexCommand label
22632 name "tab:Le-sous-tableau-a"
22633
22634 \end_inset
22635
22636 Le sous-tableau a
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Plain Layout
22645 \align center
22646 \begin_inset Tabular
22647 <lyxtabular version="3" rows="1" columns="5">
22648 <features tabularvalignment="middle">
22649 <column alignment="center" valignment="top" width="0">
22650 <column alignment="center" valignment="top" width="0">
22651 <column alignment="center" valignment="top" width="0">
22652 <column alignment="center" valignment="top" width="0">
22653 <column alignment="center" valignment="top" width="0">
22654 <row>
22655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 test
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 b
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 c
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 d
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695 e
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 </row>
22701 </lyxtabular>
22702
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709
22710
22711 \begin_inset space \hfill{}
22712 \end_inset
22713
22714
22715 \begin_inset Float table
22716 wide false
22717 sideways false
22718 status collapsed
22719
22720 \begin_layout Plain Layout
22721 \begin_inset Caption
22722
22723 \begin_layout Plain Layout
22724 \begin_inset CommandInset label
22725 LatexCommand label
22726 name "tab:Le-sous-tableau-b"
22727
22728 \end_inset
22729
22730 Le sous-tableau b.
22731 \end_layout
22732
22733 \end_inset
22734
22735
22736 \end_layout
22737
22738 \begin_layout Plain Layout
22739 \align center
22740 \begin_inset Tabular
22741 <lyxtabular version="3" rows="1" columns="5">
22742 <features tabularvalignment="middle">
22743 <column alignment="center" valignment="top" width="0">
22744 <column alignment="center" valignment="top" width="0">
22745 <column alignment="center" valignment="top" width="0">
22746 <column alignment="center" valignment="top" width="0">
22747 <column alignment="center" valignment="top" width="0">
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 e
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 d
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 c
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 b
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 test
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 </lyxtabular>
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \begin_inset space \hfill{}
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \begin_layout Standard
22817 \begin_inset Float table
22818 wide false
22819 sideways false
22820 status open
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Caption
22824
22825 \begin_layout Plain Layout
22826 \begin_inset CommandInset label
22827 LatexCommand label
22828 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22829
22830 \end_inset
22831
22832 Deux sous-tableaux placés l'un sur l'autre.
22833  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22834 \end_layout
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Plain Layout
22842 \align center
22843 \begin_inset Float table
22844 wide false
22845 sideways false
22846 status collapsed
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Caption
22850
22851 \begin_layout Plain Layout
22852
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \begin_layout Plain Layout
22861 \align center
22862 \begin_inset Tabular
22863 <lyxtabular version="3" rows="1" columns="4">
22864 <features tabularvalignment="middle">
22865 <column alignment="center" valignment="top" width="0">
22866 <column alignment="center" valignment="top" width="0">
22867 <column alignment="center" valignment="top" width="0">
22868 <column alignment="center" valignment="top" width="0">
22869 <row>
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 test
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 test
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 test
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 test
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 \begin_layout Plain Layout
22920 \align center
22921 \begin_inset Float table
22922 wide false
22923 sideways false
22924 status collapsed
22925
22926 \begin_layout Plain Layout
22927 \begin_inset Caption
22928
22929 \begin_layout Plain Layout
22930
22931 \end_layout
22932
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \begin_layout Plain Layout
22939 \align center
22940 \begin_inset Tabular
22941 <lyxtabular version="3" rows="1" columns="5">
22942 <features tabularvalignment="middle">
22943 <column alignment="center" valignment="top" width="0">
22944 <column alignment="center" valignment="top" width="0">
22945 <column alignment="center" valignment="top" width="0">
22946 <column alignment="center" valignment="top" width="0">
22947 <column alignment="center" valignment="top" width="0">
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953 a
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962 b
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 c
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22977 \begin_inset Text
22978
22979 \begin_layout Plain Layout
22980 d
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 e
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 </lyxtabular>
22996
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003
23004
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \begin_layout Section
23013 Flottants côte-à-côte
23014 \begin_inset Index idx
23015 status collapsed
23016
23017 \begin_layout Plain Layout
23018 Flottants ! côte-à-côte
23019 \end_layout
23020
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \begin_layout Standard
23027 Pour placer des flottants côte-à-côte, comme pour la figure
23028 \begin_inset space ~
23029 \end_inset
23030
23031
23032 \begin_inset CommandInset ref
23033 LatexCommand ref
23034 reference "fig:Flottant-gauche"
23035
23036 \end_inset
23037
23038  et 
23039 \begin_inset CommandInset ref
23040 LatexCommand ref
23041 reference "fig:Flottant-droit"
23042
23043 \end_inset
23044
23045 , on n'utilise 
23046 \emph on
23047 qu'un seul 
23048 \emph default
23049 flottant.
23050  On y insère deux boîtes de minipages.
23051 \begin_inset Foot
23052 status collapsed
23053
23054 \begin_layout Plain Layout
23055 Les minipages sont décrites dans la section
23056 \begin_inset space ~
23057 \end_inset
23058
23059
23060 \begin_inset CommandInset ref
23061 LatexCommand ref
23062 reference "sec:Minipages"
23063
23064 \end_inset
23065
23066 .
23067 \end_layout
23068
23069 \end_inset
23070
23071  La largeur est mise à 45
23072 \begin_inset space \thinspace{}
23073 \end_inset
23074
23075 -50
23076 \begin_inset space \thinspace{}
23077 \end_inset
23078
23079 column% et l'alignement de la boîte à 
23080 \family sans
23081 Bas
23082 \family default
23083  pour chaque minipage.
23084  Les boîtes minipages contiennent l'image et la légende exactement comme
23085  avec un flottant.
23086  La seule différence est que l'unité de longueur 
23087 \family sans
23088 Largeur
23089 \begin_inset space ~
23090 \end_inset
23091
23092 colonne
23093 \begin_inset space ~
23094 \end_inset
23095
23096 %
23097 \family default
23098  utilisée pour l'image est maintenant définie par rapport à la largeur des
23099  boîtes minipages.
23100 \end_layout
23101
23102 \begin_layout Standard
23103 \begin_inset Float figure
23104 wide false
23105 sideways false
23106 status open
23107
23108 \begin_layout Plain Layout
23109 \begin_inset Box Frameless
23110 position "b"
23111 hor_pos "c"
23112 has_inner_box 1
23113 inner_pos "t"
23114 use_parbox 0
23115 use_makebox 0
23116 width "45col%"
23117 special "none"
23118 height "1in"
23119 height_special "totalheight"
23120 status open
23121
23122 \begin_layout Plain Layout
23123 \align center
23124 \begin_inset Graphics
23125         filename ../clipart/mobius.eps
23126         lyxscale 50
23127         width 100col%
23128         scaleBeforeRotation
23129
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \begin_layout Plain Layout
23136 \begin_inset Caption
23137
23138 \begin_layout Plain Layout
23139 \begin_inset CommandInset label
23140 LatexCommand label
23141 name "fig:Flottant-gauche"
23142
23143 \end_inset
23144
23145 Flottant du côté gauche.
23146 \end_layout
23147
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \end_inset
23154
23155
23156 \begin_inset space \hfill{}
23157 \end_inset
23158
23159
23160 \begin_inset Box Frameless
23161 position "b"
23162 hor_pos "c"
23163 has_inner_box 1
23164 inner_pos "t"
23165 use_parbox 0
23166 use_makebox 0
23167 width "45col%"
23168 special "none"
23169 height "1in"
23170 height_special "totalheight"
23171 status open
23172
23173 \begin_layout Plain Layout
23174 \align center
23175 \begin_inset Graphics
23176         filename ../clipart/platypus.eps
23177         lyxscale 50
23178         width 100col%
23179         scaleBeforeRotation
23180
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Caption
23188
23189 \begin_layout Plain Layout
23190 \begin_inset CommandInset label
23191 LatexCommand label
23192 name "fig:Flottant-droit"
23193
23194 \end_inset
23195
23196 Flottant du côté droit.
23197 \end_layout
23198
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \begin_layout Section
23215 Mise en Forme de la Légende
23216 \begin_inset Index idx
23217 status collapsed
23218
23219 \begin_layout Plain Layout
23220 Légende ! Mise en forme
23221 \end_layout
23222
23223 \end_inset
23224
23225
23226 \begin_inset Index idx
23227 status collapsed
23228
23229 \begin_layout Plain Layout
23230 Flottants ! Mise en forme de la Légende
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \begin_inset CommandInset label
23237 LatexCommand label
23238 name "sec:Formatage-légende"
23239
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \begin_layout Standard
23246 L'environnement 
23247 \family sans
23248 Légende
23249 \family default
23250  est l'environnement de paragraphe implicite pour les 
23251 \family sans
23252 flottants
23253 \family default
23254 .
23255  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23256  par exemple 
23257 \begin_inset Quotes eld
23258 \end_inset
23259
23260
23261 \family sans
23262 Figure #:
23263 \family default
23264
23265 \begin_inset Quotes erd
23266 \end_inset
23267
23268  suivi par le texte de la légende.
23269  Le 
23270 \begin_inset Quotes eld
23271 \end_inset
23272
23273 #
23274 \begin_inset Quotes erd
23275 \end_inset
23276
23277  étant remplacé par le numéro de référence réel.
23278  implicitement l'étiquette et le numéro sont dans la même police de caractères
23279  que le texte de la légende et deux points suivent le numéro pour séparer
23280  l'étiquette du texte.
23281  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23282 \end_layout
23283
23284 \begin_layout Standard
23285 Pour modifier le format implicite des légendes, il faut charger le paquetage
23286  LaTeX 
23287 \series bold
23288 caption
23289 \series default
23290
23291 \begin_inset Index idx
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295 Paquetages LaTeX ! caption
23296 \end_layout
23297
23298 \end_inset
23299
23300  dans le préambule de votre document avec la ligne suivante :
23301 \end_layout
23302
23303 \begin_layout Standard
23304
23305 \series bold
23306
23307 \backslash
23308 usepackage[format definition]{caption}
23309 \end_layout
23310
23311 \begin_layout Standard
23312 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23313  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23314  dans ce document, utilisez les commandes suivantes :
23315 \end_layout
23316
23317 \begin_layout Standard
23318
23319 \series bold
23320
23321 \backslash
23322 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23323 \end_layout
23324
23325 \begin_layout Standard
23326 Vous pouvez aussi définir des formats de légendes différents pour les différents
23327  types de flottants.
23328  Dans ce cas chargez le paquetage 
23329 \series bold
23330 caption 
23331 \series default
23332 sans option de format spécifique et définissez les différents formats à
23333  l'aide de la commande 
23334 \end_layout
23335
23336 \begin_layout Standard
23337
23338 \series bold
23339
23340 \backslash
23341 captionsetup[type de flottant]{définition du format}
23342 \end_layout
23343
23344 \begin_layout Standard
23345 dans le préambule du document.
23346  Par exemple les formats de légende de la Figure
23347 \begin_inset space ~
23348 \end_inset
23349
23350
23351 \begin_inset CommandInset ref
23352 LatexCommand ref
23353 reference "fig:Legende-de-fig"
23354
23355 \end_inset
23356
23357  et du Tableau
23358 \begin_inset space ~
23359 \end_inset
23360
23361
23362 \begin_inset CommandInset ref
23363 LatexCommand ref
23364 reference "tab:Légende-de-tab"
23365
23366 \end_inset
23367
23368  peuvent être créés en utilisant les commandes suivantes dans le préambule
23369  :
23370 \end_layout
23371
23372 \begin_layout Standard
23373
23374 \series bold
23375
23376 \backslash
23377 usepackage[tableposition=top]{caption}
23378 \series default
23379
23380 \begin_inset Newline newline
23381 \end_inset
23382
23383
23384 \series bold
23385
23386 \backslash
23387 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23388 \begin_inset Newline newline
23389 \end_inset
23390
23391
23392 \begin_inset Phantom HPhantom
23393 status open
23394
23395 \begin_layout Plain Layout
23396
23397 \series bold
23398
23399 \backslash
23400 captionsetup[figure]{
23401 \end_layout
23402
23403 \end_inset
23404
23405 labelsep=period}
23406 \begin_inset Newline newline
23407 \end_inset
23408
23409
23410 \backslash
23411 captionsetup[table]{labelfont={bf,sf}}
23412 \end_layout
23413
23414 \begin_layout Standard
23415 \begin_inset Note Greyedout
23416 status open
23417
23418 \begin_layout Plain Layout
23419
23420 \series bold
23421 Note:
23422 \series default
23423  L'option 
23424 \series bold
23425 tableposition=top
23426 \series default
23427  n'a pas d'effet quand on utilise un document de classe 
23428 \series bold
23429 KOMA-Script
23430 \series default
23431
23432 \begin_inset Index idx
23433 status collapsed
23434
23435 \begin_layout Plain Layout
23436 Paquetages LaTeX ! KOMA-Script
23437 \end_layout
23438
23439 \end_inset
23440
23441 .
23442  Dans ce cas on doit utiliser l'option 
23443 \series bold
23444 captions=tableheading
23445 \series default
23446  de la classe de document.
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Standard
23455 Pour plus d'information sur le paquetage 
23456 \series bold
23457 caption
23458 \series default
23459  nous vous renvoyons à sa documentation 
23460 \begin_inset CommandInset citation
23461 LatexCommand cite
23462 key "caption"
23463
23464 \end_inset
23465
23466 .
23467 \end_layout
23468
23469 \begin_layout Standard
23470 Pour changer le nom de l'étiquette, par exemple de 
23471 \begin_inset Quotes eld
23472 \end_inset
23473
23474 Figure
23475 \begin_inset Quotes erd
23476 \end_inset
23477
23478  à 
23479 \begin_inset Quotes eld
23480 \end_inset
23481
23482 Image
23483 \begin_inset Quotes erd
23484 \end_inset
23485
23486 , utilisez la commande suivante dans le préambule :
23487 \end_layout
23488
23489 \begin_layout Standard
23490
23491 \series bold
23492
23493 \backslash
23494 renewcommand{
23495 \backslash
23496 fnum@figure}{Image~
23497 \backslash
23498 thefigure}
23499 \end_layout
23500
23501 \begin_layout Standard
23502 où 
23503 \series bold
23504
23505 \backslash
23506 thefigure
23507 \series default
23508  insère le numéro de la figure et
23509 \series bold
23510  
23511 \begin_inset Quotes eld
23512 \end_inset
23513
23514 ~
23515 \series default
23516
23517 \begin_inset Quotes erd
23518 \end_inset
23519
23520  ajoute une espace insécable.
23521 \end_layout
23522
23523 \begin_layout Standard
23524 \begin_inset VSpace bigskip
23525 \end_inset
23526
23527 Si vous utilisez un document de classe 
23528 \series bold
23529 KOMA-Script
23530 \series default
23531
23532 \begin_inset Index idx
23533 status collapsed
23534
23535 \begin_layout Plain Layout
23536 Paquetages LaTeX ! KOMA-Script
23537 \end_layout
23538
23539 \end_inset
23540
23541  (
23542 \family sans
23543 article (KOMA-Script)
23544 \family default
23545
23546 \family sans
23547 book (KOMA-Script)
23548 \family default
23549
23550 \family sans
23551 letter (KOMA-Script)
23552 \family default
23553 , ou 
23554 \family sans
23555 report (KOMA-Script)
23556 \family default
23557
23558 \begin_inset space \thinspace{}
23559 \end_inset
23560
23561 ), Vous pouvez utiliser la commande incorporée 
23562 \series bold
23563
23564 \backslash
23565 setkomafont 
23566 \series default
23567 du paquetage
23568 \series bold
23569  KOMA-Script 
23570 \series default
23571 à la place du paquetage
23572 \series bold
23573  caption.
23574  
23575 \series default
23576 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23577  suivante au préambule de votre document :
23578 \end_layout
23579
23580 \begin_layout Standard
23581
23582 \series bold
23583
23584 \backslash
23585 setkomafont{captionlabel}{
23586 \backslash
23587 bfseries}
23588 \end_layout
23589
23590 \begin_layout Standard
23591 Pour plus d'information au sujet de 
23592 \series bold
23593
23594 \backslash
23595 setkomafont
23596 \series default
23597  nous vous renvoyons à la documentation du paquetage 
23598 \series bold
23599 KOMA-Script
23600 \series default
23601  
23602 \begin_inset CommandInset citation
23603 LatexCommand cite
23604 key "KOMA-Script"
23605
23606 \end_inset
23607
23608 .
23609 \end_layout
23610
23611 \begin_layout Standard
23612 \begin_inset ERT
23613 status collapsed
23614
23615 \begin_layout Plain Layout
23616
23617
23618 \backslash
23619 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23620 }
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \begin_inset Note Note
23627 status open
23628
23629 \begin_layout Plain Layout
23630 Le format de la légende n'est modifié que pour cet exemple.
23631 \end_layout
23632
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \begin_layout Standard
23639 \begin_inset Float figure
23640 placement !p
23641 wide false
23642 sideways false
23643 status open
23644
23645 \begin_layout Plain Layout
23646 \align center
23647 \begin_inset Graphics
23648         filename ../clipart/mobius.eps
23649         lyxscale 50
23650         scale 50
23651         scaleBeforeRotation
23652
23653 \end_inset
23654
23655
23656 \end_layout
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Caption
23660
23661 \begin_layout Plain Layout
23662 \begin_inset CommandInset label
23663 LatexCommand label
23664 name "fig:Legende-de-fig"
23665
23666 \end_inset
23667
23668 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23669  pour montrer les différents types de formats de légendes.
23670  Ici on a utilisé un format de légende personnalisé.
23671 \end_layout
23672
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679
23680
23681 \end_layout
23682
23683 \begin_layout Standard
23684 \begin_inset ERT
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688
23689
23690 \backslash
23691 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23692 on}
23693 \end_layout
23694
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \begin_layout Standard
23701 \begin_inset Float table
23702 placement !p
23703 wide false
23704 sideways false
23705 status open
23706
23707 \begin_layout Plain Layout
23708 \begin_inset Caption
23709
23710 \begin_layout Plain Layout
23711 \begin_inset CommandInset label
23712 LatexCommand label
23713 name "tab:Légende-de-tab"
23714
23715 \end_inset
23716
23717 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23718  pour montrer les différents types de formats de légendes.
23719  Ici on a utilisé le format de légende implicite.
23720 \end_layout
23721
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \begin_layout Plain Layout
23728 \align center
23729 \begin_inset Tabular
23730 <lyxtabular version="3" rows="1" columns="5">
23731 <features tabularvalignment="middle">
23732 <column alignment="center" valignment="top" width="0">
23733 <column alignment="center" valignment="top" width="0">
23734 <column alignment="center" valignment="top" width="0">
23735 <column alignment="center" valignment="top" width="0">
23736 <column alignment="center" valignment="top" width="0">
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 a
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 b
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 c
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 d
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 e
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 </lyxtabular>
23785
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792
23793
23794 \end_layout
23795
23796 \begin_layout Section
23797 Positionnement de la Légende
23798 \begin_inset Index idx
23799 status collapsed
23800
23801 \begin_layout Plain Layout
23802 Légende ! Placement
23803 \end_layout
23804
23805 \end_inset
23806
23807
23808 \begin_inset Index idx
23809 status collapsed
23810
23811 \begin_layout Plain Layout
23812 Flottants ! Placement de la légende
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \begin_inset CommandInset label
23819 LatexCommand label
23820 name "sec:Placement-légende"
23821
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \begin_layout Standard
23828 La règle habituelle pour placer la légende est :
23829 \end_layout
23830
23831 \begin_layout Description
23832 Figure
23833 \begin_inset space ~
23834 \end_inset
23835
23836 : La légende est placée en dessous de la figure
23837 \end_layout
23838
23839 \begin_layout Description
23840 Tableau
23841 \begin_inset space ~
23842 \end_inset
23843
23844 : La légende est placée au dessus du tableau
23845 \end_layout
23846
23847 \begin_layout Standard
23848 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23849  au dessus des tableaux.
23850  Ce qui fait que si vous utilisez une des classes de document 
23851 \family sans
23852 article
23853 \family default
23854
23855 \family sans
23856 book
23857 \family default
23858
23859 \family sans
23860 letter
23861 \family default
23862 , ou 
23863 \family sans
23864 report
23865 \family default
23866  il n'y aura pas d'espace libre entre la légende et le tableau.
23867  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23868  de chargement du paquetage LaTeX 
23869 \series bold
23870 caption
23871 \series default
23872  dans le préambule de votre document
23873 \begin_inset Foot
23874 status open
23875
23876 \begin_layout Plain Layout
23877 Voir la section
23878 \begin_inset space ~
23879 \end_inset
23880
23881
23882 \begin_inset CommandInset ref
23883 LatexCommand ref
23884 reference "sec:Formatage-légende"
23885
23886 \end_inset
23887
23888  pour plus d'information sur le paquetage 
23889 \series bold
23890 caption
23891 \series default
23892 .
23893 \end_layout
23894
23895 \end_inset
23896
23897 :
23898 \end_layout
23899
23900 \begin_layout Standard
23901
23902 \series bold
23903 tableposition=top
23904 \end_layout
23905
23906 \begin_layout Standard
23907 Si vous utilisez une classe de document 
23908 \series bold
23909 KOMA-Script
23910 \series default
23911
23912 \begin_inset Index idx
23913 status collapsed
23914
23915 \begin_layout Plain Layout
23916 Paquetages LaTeX ! KOMA-Script
23917 \end_layout
23918
23919 \end_inset
23920
23921  (
23922 \family sans
23923 article (KOMA-Script)
23924 \family default
23925
23926 \family sans
23927 book (KOMA-Script)
23928 \family default
23929
23930 \family sans
23931 letter (KOMA-Script)
23932 \family default
23933 , ou 
23934 \family sans
23935 report (KOMA-Script)
23936 \family default
23937
23938 \begin_inset space \thinspace{}
23939 \end_inset
23940
23941 ), vous pouvez utiliser à la place du paquetage 
23942 \series bold
23943 caption
23944 \series default
23945  l'option 
23946 \series bold
23947 captions=tableheading
23948 \series default
23949  de la classe de document.
23950 \end_layout
23951
23952 \begin_layout Standard
23953 \begin_inset VSpace bigskip
23954 \end_inset
23955
23956 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23957  Pour cela, vous devez charger le paquetage LaTeX 
23958 \series bold
23959 sidecap
23960 \series default
23961
23962 \begin_inset Index idx
23963 status collapsed
23964
23965 \begin_layout Plain Layout
23966 Paquetages LaTeX ! sidecap
23967 \end_layout
23968
23969 \end_inset
23970
23971  dans le préambule de votre document avec la ligne de commande suivante
23972 \end_layout
23973
23974 \begin_layout Standard
23975
23976 \series bold
23977
23978 \backslash
23979 usepackage[option]{sidecap}
23980 \end_layout
23981
23982 \begin_layout Standard
23983 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23984  extérieure – à droite sur les pages impaires et à gauche sur les pages
23985  paires.
23986  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23987  
23988 \series bold
23989 innercaption
23990 \series default
23991 .
23992  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23993  
23994 \series bold
23995 rightcaption
23996 \series default
23997  ou 
23998 \series bold
23999 leftcaption
24000 \series default
24001 .
24002 \end_layout
24003
24004 \begin_layout Standard
24005 \begin_inset ERT
24006 status collapsed
24007
24008 \begin_layout Plain Layout
24009
24010
24011 \backslash
24012 ifsidecap
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \begin_inset Note Note
24019 status open
24020
24021 \begin_layout Plain Layout
24022 La section suivante ne sera affichée que si le paquetage LaTeX 
24023 \series bold
24024 sidecap
24025 \series default
24026  a été installé.
24027 \end_layout
24028
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \begin_layout Standard
24035 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
24036  ajouter ces commandes dans le préambule de votre document :
24037 \end_layout
24038
24039 \begin_layout Standard
24040 \noindent
24041 \begin_inset CommandInset line
24042 LatexCommand rule
24043 offset "0.5ex"
24044 width "100line%"
24045 height "1pt"
24046
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \begin_layout Standard
24053
24054 \series bold
24055
24056 \backslash
24057 newcommand{
24058 \backslash
24059 TabBesBeg}[1][1.0]{%
24060 \begin_inset Newline newline
24061 \end_inset
24062
24063
24064 \begin_inset Phantom HPhantom
24065 status open
24066
24067 \begin_layout Plain Layout
24068 \begin_inset space ~
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \backslash
24078 let
24079 \backslash
24080 MyTable
24081 \backslash
24082 table
24083 \begin_inset Newline newline
24084 \end_inset
24085
24086
24087 \begin_inset Phantom HPhantom
24088 status open
24089
24090 \begin_layout Plain Layout
24091
24092 \series medium
24093 \begin_inset space ~
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \end_inset
24100
24101
24102 \backslash
24103 let
24104 \backslash
24105 MyEndtable
24106 \backslash
24107 endtable
24108 \begin_inset Newline newline
24109 \end_inset
24110
24111
24112 \begin_inset Phantom HPhantom
24113 status open
24114
24115 \begin_layout Plain Layout
24116
24117 \series medium
24118 \begin_inset space ~
24119 \end_inset
24120
24121
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \backslash
24128 renewenvironment{table}[1]{
24129 \backslash
24130 begin{SCtable}[#1]##1}{
24131 \backslash
24132 end{SCtable}}}
24133 \end_layout
24134
24135 \begin_layout Standard
24136
24137 \series bold
24138
24139 \backslash
24140 newcommand{
24141 \backslash
24142 TabBesEnd}{%
24143 \begin_inset Newline newline
24144 \end_inset
24145
24146
24147 \begin_inset Phantom HPhantom
24148 status open
24149
24150 \begin_layout Plain Layout
24151 \begin_inset space ~
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \backslash
24161 let
24162 \backslash
24163 table
24164 \backslash
24165 MyTable
24166 \begin_inset Newline newline
24167 \end_inset
24168
24169
24170 \begin_inset Phantom HPhantom
24171 status open
24172
24173 \begin_layout Plain Layout
24174 \begin_inset space ~
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \backslash
24184 let
24185 \backslash
24186 endtable
24187 \backslash
24188 MyEndtable
24189 \end_layout
24190
24191 \begin_layout Standard
24192
24193 \series bold
24194
24195 \backslash
24196 newcommand{
24197 \backslash
24198 FigBesBeg}[1][1.0]{%
24199 \begin_inset Newline newline
24200 \end_inset
24201
24202
24203 \begin_inset Phantom HPhantom
24204 status open
24205
24206 \begin_layout Plain Layout
24207 \begin_inset space ~
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \end_inset
24214
24215
24216 \backslash
24217 let
24218 \backslash
24219 MyFigure
24220 \backslash
24221 figure
24222 \begin_inset Newline newline
24223 \end_inset
24224
24225
24226 \begin_inset Phantom HPhantom
24227 status open
24228
24229 \begin_layout Plain Layout
24230 \begin_inset space ~
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237
24238
24239 \backslash
24240 let
24241 \backslash
24242 MyEndfigure
24243 \backslash
24244 endfigure
24245 \begin_inset Newline newline
24246 \end_inset
24247
24248
24249 \begin_inset Phantom HPhantom
24250 status open
24251
24252 \begin_layout Plain Layout
24253 \begin_inset space ~
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \end_inset
24260
24261
24262 \backslash
24263 renewenvironment{figure}[1]{
24264 \backslash
24265 begin{SCfigure}[#1]##1}{
24266 \backslash
24267 end{SCfigure}}}
24268 \end_layout
24269
24270 \begin_layout Standard
24271
24272 \series bold
24273
24274 \backslash
24275 newcommand{
24276 \backslash
24277 FigBesEnd}{%
24278 \begin_inset Newline newline
24279 \end_inset
24280
24281
24282 \begin_inset Phantom HPhantom
24283 status open
24284
24285 \begin_layout Plain Layout
24286 \begin_inset space ~
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \backslash
24296 let
24297 \backslash
24298 figure
24299 \backslash
24300 MyFigure
24301 \begin_inset Newline newline
24302 \end_inset
24303
24304
24305 \begin_inset Phantom HPhantom
24306 status open
24307
24308 \begin_layout Plain Layout
24309 \begin_inset space ~
24310 \end_inset
24311
24312
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \backslash
24319 let
24320 \backslash
24321 endfigure
24322 \backslash
24323 MyEndfigure}
24324 \end_layout
24325
24326 \begin_layout Standard
24327 \noindent
24328 \begin_inset CommandInset line
24329 LatexCommand rule
24330 offset "0.5ex"
24331 width "100line%"
24332 height "1pt"
24333
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \begin_layout Standard
24340 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24341  la légende se place sur le côté.
24342  Pour les flottants de figure, utilisez la commande
24343 \end_layout
24344
24345 \begin_layout Standard
24346
24347 \series bold
24348
24349 \backslash
24350 FigBesBeg
24351 \end_layout
24352
24353 \begin_layout Standard
24354 en code TeX avant le flottant.
24355  Et insérez la commande
24356 \end_layout
24357
24358 \begin_layout Standard
24359
24360 \series bold
24361
24362 \backslash
24363 FigBesEnd
24364 \end_layout
24365
24366 \begin_layout Standard
24367 en code TeX 
24368 \lang english
24369 at the point where you want to
24370 \lang french
24371  revenir à la définition originale du flottant.
24372 \end_layout
24373
24374 \begin_layout Standard
24375 Pour les flottants de tableau, utilisez les commandes correspondantes
24376 \end_layout
24377
24378 \begin_layout Standard
24379
24380 \series bold
24381
24382 \backslash
24383 TabBesBeg
24384 \series default
24385  et 
24386 \series bold
24387
24388 \backslash
24389 TabBesEnd
24390 \end_layout
24391
24392 \begin_layout Standard
24393 La figure
24394 \begin_inset space ~
24395 \end_inset
24396
24397
24398 \begin_inset CommandInset ref
24399 LatexCommand ref
24400 reference "fig:legende-a-coté-fig"
24401
24402 \end_inset
24403
24404  et le tableau
24405 \begin_inset space ~
24406 \end_inset
24407
24408
24409 \begin_inset CommandInset ref
24410 LatexCommand ref
24411 reference "tab:legende-à-coté-tableau"
24412
24413 \end_inset
24414
24415  sont des exemples où la légende a été mises sur le coté.
24416 \end_layout
24417
24418 \begin_layout Standard
24419 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24420  pour les flottants de tableau et vers le bas pour les flottants de figure.
24421  Pour changer ce comportement, vous pouvez utiliser les commandes
24422 \end_layout
24423
24424 \begin_layout Standard
24425
24426 \series bold
24427
24428 \backslash
24429 sidecaptionvpos{type flottant}{placement}
24430 \end_layout
24431
24432 \begin_layout Standard
24433 dans le préambule du document ou en code TeX juste avant le flottant visé.
24434  Le type du flottant est soit 
24435 \family sans
24436 figure
24437 \family default
24438  soit 
24439 \family sans
24440 table
24441 \family default
24442 , le placement peut être 
24443 \begin_inset Quotes eld
24444 \end_inset
24445
24446
24447 \family sans
24448 t
24449 \family default
24450
24451 \begin_inset Quotes erd
24452 \end_inset
24453
24454  pour haut (top), 
24455 \begin_inset Quotes eld
24456 \end_inset
24457
24458
24459 \family sans
24460 c
24461 \family default
24462
24463 \begin_inset Quotes erd
24464 \end_inset
24465
24466  pour centre (center), ou 
24467 \begin_inset Quotes eld
24468 \end_inset
24469
24470
24471 \family sans
24472 b
24473 \family default
24474
24475 \begin_inset Quotes erd
24476 \end_inset
24477
24478  pour bas (bottom).
24479  Pour que, par exemple, les légendes des flottants de figure soient centrés
24480  verticalement, utilisez la commande
24481 \end_layout
24482
24483 \begin_layout Standard
24484
24485 \series bold
24486
24487 \backslash
24488 sidecaptionvpos{figure}{c}
24489 \end_layout
24490
24491 \begin_layout Standard
24492 C'est ce qui a été utilisé pour la figure
24493 \begin_inset space ~
24494 \end_inset
24495
24496
24497 \begin_inset CommandInset ref
24498 LatexCommand ref
24499 reference "fig:legende-à-coté-fig-2"
24500
24501 \end_inset
24502
24503 .
24504 \end_layout
24505
24506 \begin_layout Standard
24507 \begin_inset VSpace medskip
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \begin_layout Standard
24514
24515 \lang english
24516 The default caption width is the width of the image/table.
24517  For thin image/tables, like in
24518 \lang french
24519  tableau
24520 \begin_inset space ~
24521 \end_inset
24522
24523
24524 \begin_inset CommandInset ref
24525 LatexCommand ref
24526 reference "tab:legende-à-coté-tableau"
24527
24528 \end_inset
24529
24530
24531 \lang english
24532 this leads to captions that are too thin.
24533  You can increase the width by specifying a factor that will be multiplied
24534  with the image/table width to get the caption width.
24535  The caption width will automatically be recalculated in case it would protrude
24536  over the page or column margin due to the specified width.
24537  The 
24538 \emph on
24539 factor
24540 \emph default
24541  can either be given as optional argument for 
24542 \series bold
24543
24544 \backslash
24545 FigBesBeg
24546 \series default
24547 :
24548 \end_layout
24549
24550 \begin_layout Standard
24551
24552 \series bold
24553 \lang english
24554
24555 \backslash
24556 FigBesBeg[factor]
24557 \end_layout
24558
24559 \begin_layout Standard
24560
24561 \lang english
24562 or in the definition of 
24563 \series bold
24564
24565 \backslash
24566 FigBesBeg
24567 \series default
24568  by replacing the 
24569 \series bold
24570 1.0
24571 \series default
24572  with another value.
24573  If you do the latter, your factor will be the default if 
24574 \series bold
24575
24576 \backslash
24577 FigBesBeg
24578 \series default
24579  is used without an argument.
24580  For
24581 \lang french
24582  tableau
24583 \begin_inset space ~
24584 \end_inset
24585
24586
24587 \begin_inset CommandInset ref
24588 LatexCommand ref
24589 reference "tab:cap-beside-tab-wider"
24590
24591 \end_inset
24592
24593  
24594 \lang english
24595 the factor 5 was used.
24596 \end_layout
24597
24598 \begin_layout Standard
24599
24600 \lang english
24601 \begin_inset Note Greyedout
24602 status open
24603
24604 \begin_layout Plain Layout
24605
24606 \series bold
24607 \lang english
24608 Note:
24609 \series default
24610  For floats with captions set beside, you cannot use the float placement
24611  option 
24612 \family sans
24613 Here
24614 \begin_inset space ~
24615 \end_inset
24616
24617 definitely
24618 \family default
24619  because it is not supported by 
24620 \series bold
24621 sidecap
24622 \series default
24623 .
24624 \end_layout
24625
24626 \end_inset
24627
24628
24629 \end_layout
24630
24631 \begin_layout Standard
24632 \begin_inset VSpace medskip
24633 \end_inset
24634
24635 Pour plus d'information sur le paquetage 
24636 \series bold
24637 sidecap
24638 \series default
24639  nous vous renvoyons à sa documentation 
24640 \begin_inset CommandInset citation
24641 LatexCommand cite
24642 key "sidecap"
24643
24644 \end_inset
24645
24646 .
24647 \end_layout
24648
24649 \begin_layout Standard
24650 \begin_inset Note Greyedout
24651 status open
24652
24653 \begin_layout Plain Layout
24654
24655 \series bold
24656 Note:
24657 \series default
24658  Le paquetage LaTeX 
24659 \series bold
24660 hypcap
24661 \series default
24662
24663 \begin_inset Index idx
24664 status collapsed
24665
24666 \begin_layout Plain Layout
24667 Paquetages LaTeX ! hypcap
24668 \end_layout
24669
24670 \end_inset
24671
24672 , qui est décrit dans la section
24673 \begin_inset space ~
24674 \end_inset
24675
24676
24677 \begin_inset CommandInset ref
24678 LatexCommand ref
24679 reference "sub:Reference-Position"
24680
24681 \end_inset
24682
24683 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Standard
24692 \begin_inset ERT
24693 status collapsed
24694
24695 \begin_layout Plain Layout
24696
24697
24698 \backslash
24699 FigBesBeg 
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \begin_layout Standard
24708 \begin_inset Float figure
24709 wide false
24710 sideways false
24711 status open
24712
24713 \begin_layout Plain Layout
24714 \begin_inset Graphics
24715         filename ../clipart/escher-lsd.eps
24716         scale 75
24717         scaleBeforeRotation
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Plain Layout
24725 \begin_inset Caption
24726
24727 \begin_layout Plain Layout
24728 \begin_inset CommandInset label
24729 LatexCommand label
24730 name "fig:legende-a-coté-fig"
24731
24732 \end_inset
24733
24734 Une légende à côté d'une figure.
24735 \end_layout
24736
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \begin_layout Standard
24748 \begin_inset ERT
24749 status collapsed
24750
24751 \begin_layout Plain Layout
24752
24753
24754 \backslash
24755 FigBesEnd
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \begin_layout Standard
24764 \begin_inset ERT
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768
24769
24770 \backslash
24771 TabBesBeg 
24772 \end_layout
24773
24774 \end_inset
24775
24776
24777 \end_layout
24778
24779 \begin_layout Standard
24780 \begin_inset Float table
24781 wide false
24782 sideways false
24783 status open
24784
24785 \begin_layout Plain Layout
24786 \begin_inset Caption
24787
24788 \begin_layout Plain Layout
24789 \begin_inset CommandInset label
24790 LatexCommand label
24791 name "tab:legende-à-coté-tableau"
24792
24793 \end_inset
24794
24795 Une légende à côté d'un tableau.
24796 \end_layout
24797
24798 \end_inset
24799
24800
24801 \end_layout
24802
24803 \begin_layout Plain Layout
24804 \begin_inset Tabular
24805 <lyxtabular version="3" rows="4" columns="5">
24806 <features tabularvalignment="middle">
24807 <column alignment="center" valignment="top" width="0">
24808 <column alignment="center" valignment="top" width="0">
24809 <column alignment="center" valignment="top" width="0">
24810 <column alignment="center" valignment="top" width="0">
24811 <column alignment="center" valignment="top" width="0">
24812 <row>
24813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 a
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835 b
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844
24845 \end_layout
24846
24847 \end_inset
24848 </cell>
24849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24850 \begin_inset Text
24851
24852 \begin_layout Plain Layout
24853 c
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 </row>
24859 <row>
24860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24861 \begin_inset Text
24862
24863 \begin_layout Plain Layout
24864
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24870 \begin_inset Text
24871
24872 \begin_layout Plain Layout
24873 d
24874 \end_layout
24875
24876 \end_inset
24877 </cell>
24878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 e
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 </row>
24906 <row>
24907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 f
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 g
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947 h
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 </row>
24953 <row>
24954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967 i
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 j
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 </row>
25000 </lyxtabular>
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \begin_layout Standard
25013 \begin_inset ERT
25014 status collapsed
25015
25016 \begin_layout Plain Layout
25017
25018
25019 \backslash
25020 TabBesEnd
25021 \end_layout
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \begin_layout Standard
25029 \begin_inset ERT
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033
25034
25035 \backslash
25036 sidecaptionvpos{figure}{c}
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \begin_inset Float figure
25043 wide false
25044 sideways false
25045 status open
25046
25047 \begin_layout Plain Layout
25048 \begin_inset Graphics
25049         filename ../clipart/escher-lsd.eps
25050         scale 75
25051         scaleBeforeRotation
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Plain Layout
25059 \begin_inset Caption
25060
25061 \begin_layout Plain Layout
25062 \begin_inset CommandInset label
25063 LatexCommand label
25064 name "fig:legende-à-coté-fig-2"
25065
25066 \end_inset
25067
25068 Une légende centrée verticalement à côté d'une figure.
25069 \end_layout
25070
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082 \begin_inset ERT
25083 status collapsed
25084
25085 \begin_layout Plain Layout
25086
25087
25088 \backslash
25089 FigBesEnd
25090 \end_layout
25091
25092 \end_inset
25093
25094
25095 \end_layout
25096
25097 \begin_layout Standard
25098 \begin_inset ERT
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102
25103
25104 \backslash
25105 TabBesBeg[5]
25106 \end_layout
25107
25108 \end_inset
25109
25110
25111 \end_layout
25112
25113 \begin_layout Standard
25114 \begin_inset Float table
25115 wide false
25116 sideways false
25117 status open
25118
25119 \begin_layout Plain Layout
25120 \begin_inset Caption
25121
25122 \begin_layout Plain Layout
25123
25124 \lang english
25125 \begin_inset CommandInset label
25126 LatexCommand label
25127 name "tab:cap-beside-tab-wider"
25128
25129 \end_inset
25130
25131 This is a caption is wider than the one in
25132 \lang french
25133  tableau
25134 \begin_inset space ~
25135 \end_inset
25136
25137
25138 \begin_inset CommandInset ref
25139 LatexCommand ref
25140 reference "tab:legende-à-coté-tableau"
25141
25142 \end_inset
25143
25144 .
25145 \end_layout
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \begin_layout Plain Layout
25153 \begin_inset Tabular
25154 <lyxtabular version="3" rows="4" columns="5">
25155 <features tabularvalignment="middle">
25156 <column alignment="center" valignment="top" width="0">
25157 <column alignment="center" valignment="top" width="0">
25158 <column alignment="center" valignment="top" width="0">
25159 <column alignment="center" valignment="top" width="0">
25160 <column alignment="center" valignment="top" width="0">
25161 <row>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166 a
25167 \end_layout
25168
25169 \end_inset
25170 </cell>
25171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25172 \begin_inset Text
25173
25174 \begin_layout Plain Layout
25175
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184 b
25185 \end_layout
25186
25187 \end_inset
25188 </cell>
25189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 c
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 </row>
25208 <row>
25209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Plain Layout
25213
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222 d
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231
25232 \end_layout
25233
25234 \end_inset
25235 </cell>
25236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25237 \begin_inset Text
25238
25239 \begin_layout Plain Layout
25240 e
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 </row>
25255 <row>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 f
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Plain Layout
25278 g
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \end_layout
25289
25290 \end_inset
25291 </cell>
25292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296 h
25297 \end_layout
25298
25299 \end_inset
25300 </cell>
25301 </row>
25302 <row>
25303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25304 \begin_inset Text
25305
25306 \begin_layout Plain Layout
25307
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 i
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334 j
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 </row>
25349 </lyxtabular>
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357
25358
25359 \end_layout
25360
25361 \begin_layout Standard
25362 \begin_inset ERT
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366
25367
25368 \backslash
25369 TabBesEnd
25370 \end_layout
25371
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \begin_layout Standard
25378 \begin_inset ERT
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382
25383
25384 \backslash
25385 else
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \begin_inset Note Note
25392 status open
25393
25394 \begin_layout Plain Layout
25395 Ce qui suit sera affiché si le paquetage LaTeX 
25396 \series bold
25397 sidecap
25398 \series default
25399  n'est pas installé :
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 Vous devez installer le paquetage LaTeX 
25409 \series bold
25410 sidecap
25411 \series default
25412  pour voir la suite de cette section dans la sortie imprimée.
25413 \end_layout
25414
25415 \begin_layout Standard
25416 \begin_inset ERT
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420
25421
25422 \backslash
25423 fi
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \begin_layout Section
25432 Les Listes de Flottants
25433 \begin_inset Index idx
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437 Flottants ! Listes de Flottants
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Standard
25446 De la même façon que la table des matières fait la liste des sections du
25447  document, il y a des listes pour tous les types de flottants, comme par
25448  exemple pour les figures du document.
25449  Vous pouvez les insérer en utilisant le menu 
25450 \family sans
25451 Insérer\SpecialChar \menuseparator
25452 Listes
25453 \begin_inset space ~
25454 \end_inset
25455
25456 &
25457 \begin_inset space ~
25458 \end_inset
25459
25460 TdM
25461 \family default
25462 .
25463 \end_layout
25464
25465 \begin_layout Standard
25466 Les entrées de la liste sont la légende du flottant ou éventuellement le
25467  titre court, le numéro du flottant, et le numéro de la page où le flottant
25468  apparaît dans le document.
25469 \end_layout
25470
25471 \begin_layout Standard
25472 Vous trouverez à la fin de ce document une liste des figures et une liste
25473  des tableaux.
25474 \end_layout
25475
25476 \begin_layout Chapter
25477 Notes
25478 \end_layout
25479
25480 \begin_layout Section
25481 Les Notes de LyX
25482 \begin_inset Index idx
25483 status collapsed
25484
25485 \begin_layout Plain Layout
25486 Notes ! Notes LyX 
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \begin_layout Standard
25495 On peut insérer une note en utilisant le bouton 
25496 \family sans
25497
25498 \begin_inset Info
25499 type  "icon"
25500 arg   "note-insert"
25501 \end_inset
25502
25503
25504 \family default
25505  de la barre d'outils ou avec le menu 
25506 \family sans
25507 Insérer\SpecialChar \menuseparator
25508 Note
25509 \family default
25510 .
25511  Il y a trois types de notes :
25512 \end_layout
25513
25514 \begin_layout Description
25515 Note
25516 \begin_inset space ~
25517 \end_inset
25518
25519 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25520  finale.
25521  La boîte de cette note ressemble à ceci :
25522 \begin_inset Newline newline
25523 \end_inset
25524
25525
25526 \begin_inset Newline newline
25527 \end_inset
25528
25529
25530 \begin_inset Graphics
25531         filename clipart/LyXNoteImageQt4.png
25532         display false
25533         scale 65
25534         scaleBeforeRotation
25535
25536 \end_inset
25537
25538  
25539 \begin_inset Note Note
25540 status open
25541
25542 \begin_layout Plain Layout
25543 Le texte de cette note n'apparaîtra pas à l'impression.
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Description
25552 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25553  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25554  vers un fichier au format LaTeX avec le menu 
25555 \family sans
25556 Fichier\SpecialChar \menuseparator
25557 Exporter\SpecialChar \menuseparator
25558 LaTeX (pdflatex) / (plain)
25559 \family default
25560 .
25561  La boîte de cette note ressemble à ceci :
25562 \begin_inset Newline newline
25563 \end_inset
25564
25565
25566 \begin_inset Newline newline
25567 \end_inset
25568
25569
25570 \begin_inset Graphics
25571         filename clipart/CommentNoteImageQt4.png
25572         display false
25573         scale 55
25574         scaleBeforeRotation
25575
25576 \end_inset
25577
25578
25579 \lang english
25580  
25581 \lang french
25582
25583 \begin_inset Note Comment
25584 status open
25585
25586 \begin_layout Plain Layout
25587 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25588  LaTeX.
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \begin_layout Description
25597 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25598  La boîte de cette note ressemble à ceci :
25599 \lang english
25600
25601 \begin_inset Newline newline
25602 \end_inset
25603
25604
25605 \lang french
25606
25607 \begin_inset Newline newline
25608 \end_inset
25609
25610
25611 \begin_inset Graphics
25612         filename clipart/GreyedOutNoteImageQt4.png
25613         lyxscale 80
25614         display false
25615         scale 55
25616         scaleBeforeRotation
25617
25618 \end_inset
25619
25620
25621 \begin_inset Newline newline
25622 \end_inset
25623
25624
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629
25630
25631 \backslash
25632 renewenvironment{lyxgreyedout}
25633 \end_layout
25634
25635 \begin_layout Plain Layout
25636
25637 {
25638 \backslash
25639 textcolor[gray]{0.8}
25640 \backslash
25641 bgroup}{
25642 \backslash
25643 egroup}
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \begin_inset Note Greyedout
25650 status open
25651
25652 \begin_layout Plain Layout
25653 Le texte
25654 \begin_inset Foot
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25659  grisé.
25660  
25661 \end_layout
25662
25663 \end_inset
25664
25665  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \begin_inset ERT
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675
25676
25677 \backslash
25678 renewenvironment{lyxgreyedout}
25679 \end_layout
25680
25681 \begin_layout Plain Layout
25682
25683 {
25684 \backslash
25685 textcolor{blue}
25686 \backslash
25687 bgroup}{
25688 \backslash
25689 egroup}
25690 \end_layout
25691
25692 \end_inset
25693
25694
25695 \begin_inset Note Note
25696 status open
25697
25698 \begin_layout Plain Layout
25699 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25700  originale qu'elle a dans LyX.
25701  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25702  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \begin_inset Newline newline
25709 \end_inset
25710
25711
25712 \begin_inset Newline newline
25713 \end_inset
25714
25715 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25716  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25717 \end_layout
25718
25719 \begin_layout Standard
25720 \begin_inset VSpace bigskip
25721 \end_inset
25722
25723 Quand vous utilisez le bouton 
25724 \family sans
25725
25726 \begin_inset Info
25727 type  "icon"
25728 arg   "note-insert"
25729 \end_inset
25730
25731
25732 \family default
25733  de la barre d'outils, vous insérez une 
25734 \family sans
25735 Note
25736 \begin_inset space ~
25737 \end_inset
25738
25739 LyX
25740 \family default
25741 .
25742  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25743 la et cliquez sur le bouton d'insertion de note.
25744  Pour retransformer une note en texte, appuyez sur la touche 
25745 \family sans
25746 backspace
25747 \family default
25748  quand le curseur est au tout début de la note ou appuyez sur la touche
25749  
25750 \family sans
25751 Suppr.
25752
25753 \family default
25754  quand le curseur se trouve à la fin de la note.
25755 \end_layout
25756
25757 \begin_layout Standard
25758 \begin_inset VSpace bigskip
25759 \end_inset
25760
25761
25762 \lang english
25763 You can change the text color of the greyed out notes in the menu 
25764 \family sans
25765 Document\SpecialChar \menuseparator
25766 Settings\SpecialChar \menuseparator
25767 Colors
25768 \family default
25769 .
25770 \end_layout
25771
25772 \begin_layout Section
25773 Notes en Bas de Page
25774 \begin_inset CommandInset label
25775 LatexCommand label
25776 name "sec:Notes-bas-de-page"
25777
25778 \end_inset
25779
25780
25781 \begin_inset Index idx
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785 Notes ! Notes de bas de page
25786 \end_layout
25787
25788 \end_inset
25789
25790
25791 \begin_inset Index idx
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795 Notes de bas de page
25796 \end_layout
25797
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25805  
25806 \family sans
25807
25808 \begin_inset Info
25809 type  "icon"
25810 arg   "footnote-insert"
25811 \end_inset
25812
25813
25814 \family default
25815  de la barre d'outils, soit en utilisant le menu 
25816 \family sans
25817 Insérer\SpecialChar \menuseparator
25818 Note
25819 \begin_inset space ~
25820 \end_inset
25821
25822 en
25823 \begin_inset space ~
25824 \end_inset
25825
25826 Bas
25827 \begin_inset space ~
25828 \end_inset
25829
25830 de
25831 \begin_inset space ~
25832 \end_inset
25833
25834 Page
25835 \family default
25836 .
25837  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25838  rouge 
25839 \begin_inset Quotes fld
25840 \end_inset
25841
25842 bas
25843 \begin_inset Quotes frd
25844 \end_inset
25845
25846  qui ressemble à ceci : 
25847 \begin_inset Graphics
25848         filename clipart/footnoteQt4.png
25849         scale 80
25850         scaleBeforeRotation
25851
25852 \end_inset
25853
25854  Vous pouvez y entrer votre texte.
25855  Si vous voulez transformer du texte déjà existant en note en bas de page,
25856  sélectionnez-le et cliquez sur le bouton 
25857 \family sans
25858 Note
25859 \begin_inset space ~
25860 \end_inset
25861
25862 en
25863 \begin_inset space ~
25864 \end_inset
25865
25866 Bas
25867 \begin_inset space ~
25868 \end_inset
25869
25870 de
25871 \begin_inset space ~
25872 \end_inset
25873
25874 Page
25875 \family default
25876  de la barre d'outils.
25877  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25878  
25879 \family sans
25880 Backspace
25881 \family default
25882  quand le curseur est au tout début de la note ou appuyez sur la touche
25883  
25884 \family sans
25885 Suppr.
25886
25887 \family default
25888  quand le curseur se trouve à la fin de la note.
25889 \end_layout
25890
25891 \begin_layout Standard
25892 Voici un exemple de note en bas de page:
25893 \begin_inset Foot
25894 status open
25895
25896 \begin_layout Plain Layout
25897 \begin_inset CommandInset label
25898 LatexCommand label
25899 name "fn:Note-en-bas"
25900
25901 \end_inset
25902
25903 Ceci est un exemple de note en bas de page.
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \begin_inset ERT
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913
25914
25915 \backslash
25916 newcounter{MyRepeatFoot}
25917 \end_layout
25918
25919 \begin_layout Plain Layout
25920
25921
25922 \backslash
25923 setcounter{MyRepeatFoot}{
25924 \backslash
25925 thefootnote}
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Standard
25934 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25935  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25936  de note.
25937  Le texte de la note est placé en bas de la page courante.
25938  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25939  Selon votre classe de document les numéros de notes pourront être réinitialisés
25940  à chaque nouveau chapitre.
25941 \end_layout
25942
25943 \begin_layout Standard
25944 On peut faire référence à une note en bas de page comme on le fait avec
25945  les flottants : Insérez une étiquette dans la note et faites une référence
25946  croisée vers cette étiquette comme c'est décrit dans la
25947 \begin_inset space ~
25948 \end_inset
25949
25950
25951 \begin_inset CommandInset ref
25952 LatexCommand ref
25953 reference "sec:Referencer-les-Flottants"
25954
25955 \end_inset
25956
25957 .
25958 \begin_inset Newline newline
25959 \end_inset
25960
25961 Voici une référence à une note de bas de page :
25962 \begin_inset space ~
25963 \end_inset
25964
25965
25966 \begin_inset CommandInset ref
25967 LatexCommand ref
25968 reference "fn:Note-en-bas"
25969
25970 \end_inset
25971
25972 .
25973 \end_layout
25974
25975 \begin_layout Standard
25976 \begin_inset VSpace defskip
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \begin_layout Standard
25983 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
25984  par LaTeX pour des raisons techniques.
25985  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
25986  
25987 \series bold
25988
25989 \backslash
25990 footnotemark{}
25991 \series default
25992  en code TeX à la place de la note de bas de page.
25993  Le texte de la note est mis en argument de la commande TeX 
25994 \series bold
25995
25996 \backslash
25997 footnotetext
25998 \series default
25999  après le tableau.
26000 \begin_inset Newline newline
26001 \end_inset
26002
26003 C'est ce qui a été fait pour le tableau qui suit avec la commande
26004 \end_layout
26005
26006 \begin_layout Standard
26007
26008 \series bold
26009
26010 \backslash
26011 footnotetext{
26012 \series default
26013 Note de bas de page de tableau imprimée.
26014 \series bold
26015 }
26016 \end_layout
26017
26018 \begin_layout Standard
26019
26020 \lang english
26021 \begin_inset Tabular
26022 <lyxtabular version="3" rows="2" columns="1">
26023 <features tabularvalignment="middle">
26024 <column alignment="center" valignment="top" width="0">
26025 <row>
26026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030 Un exemple de texte
26031 \begin_inset Foot
26032 status open
26033
26034 \begin_layout Plain Layout
26035 Cette note ne sera pas imprimée
26036 \begin_inset space ~
26037 \end_inset
26038
26039 !
26040 \end_layout
26041
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 </row>
26050 <row>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 Un autre exemple de texte
26056 \begin_inset ERT
26057 status collapsed
26058
26059 \begin_layout Plain Layout
26060
26061
26062 \backslash
26063 footnotemark{}
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 </row>
26074 </lyxtabular>
26075
26076 \end_inset
26077
26078
26079 \begin_inset ERT
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083
26084
26085 \backslash
26086 footnotetext{
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \lang french
26093 Note de bas de page de tableau imprimée.
26094 \lang english
26095
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 Les notes de bas de page dans des tableaux longs sont décrites dans la section
26111 \begin_inset space ~
26112 \end_inset
26113
26114
26115 \begin_inset CommandInset ref
26116 LatexCommand ref
26117 reference "sub:Notes-dans-tableau-long"
26118
26119 \end_inset
26120
26121 .
26122 \end_layout
26123
26124 \begin_layout Standard
26125 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
26126  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
26127 e, vu que la minipage est considérée comme une page se trouvant dans une
26128  autre page.
26129  Pour plus d'information sur les minipages, voyez la section
26130 \begin_inset space ~
26131 \end_inset
26132
26133
26134 \begin_inset CommandInset ref
26135 LatexCommand ref
26136 reference "sec:Minipages"
26137
26138 \end_inset
26139
26140 .
26141  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
26142  s'imprime en bas de page comme une note normale, on doit aussi utiliser
26143  la méthode utilisant les commandes 
26144 \series bold
26145
26146 \backslash
26147 footnotemark{}
26148 \series default
26149  et 
26150 \series bold
26151
26152 \backslash
26153 footnotetext
26154 \series default
26155 .
26156 \end_layout
26157
26158 \begin_layout Standard
26159 \begin_inset Box Frameless
26160 position "t"
26161 hor_pos "c"
26162 has_inner_box 1
26163 inner_pos "t"
26164 use_parbox 0
26165 use_makebox 0
26166 width "100col%"
26167 special "none"
26168 height "1in"
26169 height_special "totalheight"
26170 status open
26171
26172 \begin_layout Plain Layout
26173 Un exemple de texte dans une minipage.
26174 \begin_inset Foot
26175 status open
26176
26177 \begin_layout Plain Layout
26178 Note de bas de page dans la minipage.
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Plain Layout
26187 Un autre exemple de texte dans une minipage.
26188 \begin_inset ERT
26189 status collapsed
26190
26191 \begin_layout Plain Layout
26192
26193
26194 \backslash
26195 footnotemark{}
26196 \end_layout
26197
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \begin_layout Standard
26209 \begin_inset ERT
26210 status collapsed
26211
26212 \begin_layout Plain Layout
26213
26214
26215 \backslash
26216 footnotetext{
26217 \end_layout
26218
26219 \end_inset
26220
26221 Note de bas de page en denors de la minipage.
26222 \begin_inset ERT
26223 status collapsed
26224
26225 \begin_layout Plain Layout
26226
26227 }
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \begin_layout Standard
26236 \begin_inset VSpace defskip
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \begin_layout Standard
26243 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
26244  utilisez la commande 
26245 \series bold
26246
26247 \backslash
26248 footnotemark[number]
26249 \series default
26250  en code TeX.
26251 \begin_inset Newline newline
26252 \end_inset
26253
26254 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
26255  votre texte, vous devez enregistrer son numéro.
26256  Dans l'exemple de marque de note de bas de page suivant, ces commandes
26257  ont été insérées en code TeX après la note
26258 \begin_inset space ~
26259 \end_inset
26260
26261
26262 \begin_inset CommandInset ref
26263 LatexCommand ref
26264 reference "fn:Note-en-bas"
26265
26266 \end_inset
26267
26268  pour enregistrer son numéro
26269 \begin_inset space ~
26270 \end_inset
26271
26272 :
26273 \end_layout
26274
26275 \begin_layout Standard
26276
26277 \series bold
26278
26279 \backslash
26280 newcounter{MaNoteDupliquee}
26281 \begin_inset Newline newline
26282 \end_inset
26283
26284
26285 \backslash
26286 setcounter{MaNoteDupliquee}{
26287 \backslash
26288 thefootnote}
26289 \end_layout
26290
26291 \begin_layout Standard
26292 La note de bas de page a été créee avec la commande
26293 \begin_inset space ~
26294 \end_inset
26295
26296 :
26297 \end_layout
26298
26299 \begin_layout Standard
26300
26301 \series bold
26302
26303 \backslash
26304 footnotemark[
26305 \backslash
26306 MaNoteDupliquee]
26307 \end_layout
26308
26309 \begin_layout Standard
26310 Voici une note de bas de page dupliquée
26311 \begin_inset space ~
26312 \end_inset
26313
26314 :
26315 \begin_inset ERT
26316 status open
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 footnotemark[
26323 \backslash
26324 theMyRepeatFoot]
26325 \end_layout
26326
26327 \end_inset
26328
26329
26330 \end_layout
26331
26332 \begin_layout Standard
26333 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
26334 t du numéro de note et juste utiliser la commande suivante
26335 \end_layout
26336
26337 \begin_layout Standard
26338
26339 \series bold
26340
26341 \backslash
26342 footnotemark[
26343 \backslash
26344 thefootnote]
26345 \end_layout
26346
26347 \begin_layout Standard
26348 Voici une autre note de bas de page dupliquée
26349 \begin_inset space ~
26350 \end_inset
26351
26352 :
26353 \begin_inset ERT
26354 status open
26355
26356 \begin_layout Plain Layout
26357
26358
26359 \backslash
26360 footnotemark[
26361 \backslash
26362 thefootnote]
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \begin_layout Subsection
26371 Numérotation de Notes de Bas de Page
26372 \begin_inset CommandInset label
26373 LatexCommand label
26374 name "sub:Numerotation-notes-bas-de-page"
26375
26376 \end_inset
26377
26378
26379 \begin_inset Index idx
26380 status collapsed
26381
26382 \begin_layout Plain Layout
26383 Notes de bas de page ! Numérotation
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Standard
26392 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26393  ajoutez cette commande dans le préambule de votre document :
26394 \end_layout
26395
26396 \begin_layout Standard
26397
26398 \series bold
26399
26400 \backslash
26401 @addtoreset{footnote}{section}
26402 \end_layout
26403
26404 \begin_layout Standard
26405 \begin_inset VSpace bigskip
26406 \end_inset
26407
26408 La commande de préambule suivante change le style de numérotation des notes
26409  en petits chiffres romains :
26410 \end_layout
26411
26412 \begin_layout Standard
26413
26414 \series bold
26415
26416 \backslash
26417 renewcommand{
26418 \backslash
26419 thefootnote}{
26420 \backslash
26421 roman{footnote}}
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset ERT
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429
26430
26431 \backslash
26432 renewcommand{
26433 \backslash
26434 thefootnote}{
26435 \backslash
26436 roman{footnote}}
26437 \end_layout
26438
26439 \end_inset
26440
26441  Cette note de bas de page utilise une numérotation en chiffres romains
26442  :
26443 \begin_inset Foot
26444 status open
26445
26446 \begin_layout Plain Layout
26447 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26448  romains.
26449 \end_layout
26450
26451 \end_inset
26452
26453
26454 \end_layout
26455
26456 \begin_layout Standard
26457 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26458  la commande précédente 
26459 \series bold
26460
26461 \backslash
26462 roman
26463 \series default
26464  par 
26465 \series bold
26466
26467 \backslash
26468 Roman
26469 \series default
26470 .
26471  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26472  utilisez respectivement soit 
26473 \series bold
26474
26475 \backslash
26476 Alph
26477 \series default
26478  soit 
26479 \series bold
26480
26481 \backslash
26482 alph
26483 \series default
26484 .
26485  Pour les 
26486 \begin_inset Quotes eld
26487 \end_inset
26488
26489 numéroter
26490 \begin_inset Quotes erd
26491 \end_inset
26492
26493  avec des symboles, utilisez 
26494 \series bold
26495
26496 \backslash
26497 fnsymbol
26498 \series default
26499 .
26500 \end_layout
26501
26502 \begin_layout Standard
26503 \begin_inset Note Greyedout
26504 status open
26505
26506 \begin_layout Plain Layout
26507
26508 \series bold
26509 Note:
26510 \series default
26511  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26512  puisque cette numérotation est limitée à des lettres seules.
26513 \end_layout
26514
26515 \end_inset
26516
26517
26518 \begin_inset Newline newline
26519 \end_inset
26520
26521
26522 \begin_inset Note Greyedout
26523 status open
26524
26525 \begin_layout Plain Layout
26526
26527 \series bold
26528 Note:
26529 \series default
26530  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Standard
26539 Pour revenir au style de numérotation implicite quand vous en avez changé,
26540  utilisez 
26541 \series bold
26542
26543 \backslash
26544 arabic
26545 \series default
26546  à la place de 
26547 \series bold
26548
26549 \backslash
26550 roman
26551 \series default
26552  dans la commande précédente.
26553 \begin_inset ERT
26554 status collapsed
26555
26556 \begin_layout Plain Layout
26557
26558
26559 \backslash
26560 renewcommand{
26561 \backslash
26562 thefootnote}{
26563 \backslash
26564 arabic{footnote}}
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Standard
26573 \begin_inset VSpace bigskip
26574 \end_inset
26575
26576
26577 \end_layout
26578
26579 \begin_layout Standard
26580 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26581  le schéma 
26582 \begin_inset Quotes eld
26583 \end_inset
26584
26585 chapitre.note
26586 \begin_inset Quotes erd
26587 \end_inset
26588
26589 , ajoutez la commande suivante au préambule de votre document :
26590 \end_layout
26591
26592 \begin_layout Standard
26593
26594 \series bold
26595
26596 \backslash
26597 numberwithin{footnote}{chapter}
26598 \end_layout
26599
26600 \begin_layout Standard
26601 Pour pouvoir utiliser la commande 
26602 \series bold
26603
26604 \backslash
26605 numberwithin
26606 \series default
26607 , activez dans la rubrique 
26608 \family sans
26609 Options
26610 \begin_inset space ~
26611 \end_inset
26612
26613 des
26614 \begin_inset space ~
26615 \end_inset
26616
26617 Maths
26618 \family default
26619  dans les paramètres du document, l'option 
26620 \family sans
26621 Utiliser
26622 \begin_inset space ~
26623 \end_inset
26624
26625 le
26626 \begin_inset space ~
26627 \end_inset
26628
26629 paquetage
26630 \begin_inset space ~
26631 \end_inset
26632
26633 maths
26634 \begin_inset space ~
26635 \end_inset
26636
26637 AMS
26638 \family default
26639 .
26640 \end_layout
26641
26642 \begin_layout Standard
26643 \begin_inset ERT
26644 status collapsed
26645
26646 \begin_layout Plain Layout
26647
26648
26649 \backslash
26650 numberwithin{footnote}{chapter}
26651 \end_layout
26652
26653 \end_inset
26654
26655 Ceci est un autre exemple de note de bas de page:
26656 \series bold
26657
26658 \begin_inset Foot
26659 status open
26660
26661 \begin_layout Plain Layout
26662 Cette note est numérotée en suivant le schéma 
26663 \begin_inset Quotes eld
26664 \end_inset
26665
26666 chapitre.note
26667 \begin_inset Quotes erd
26668 \end_inset
26669
26670 .
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \series default
26677
26678 \begin_inset ERT
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682
26683
26684 \backslash
26685 renewcommand{
26686 \backslash
26687 thefootnote}{
26688 \backslash
26689 arabic{footnote}}
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Standard
26698 \begin_inset Note Greyedout
26699 status open
26700
26701 \begin_layout Plain Layout
26702
26703 \series bold
26704 Note:
26705 \series default
26706  
26707 \series bold
26708
26709 \backslash
26710 numberwithin
26711 \series default
26712  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26713  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26714  prises en compte.
26715  
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \begin_layout Standard
26724 Donc pour avoir par exemple le schéma 
26725 \begin_inset Quotes eld
26726 \end_inset
26727
26728 chapitre.
26729 \backslash
26730 Roman{note}
26731 \begin_inset Quotes erd
26732 \end_inset
26733
26734 , utilisez la commande suivante plutôt que 
26735 \series bold
26736
26737 \backslash
26738 numberwithin
26739 \series default
26740  :
26741 \end_layout
26742
26743 \begin_layout Standard
26744
26745 \series bold
26746
26747 \backslash
26748 renewcommand{
26749 \backslash
26750 thefootnote}{
26751 \backslash
26752 thechapter.
26753 \backslash
26754 Roman{footnote}}
26755 \end_layout
26756
26757 \begin_layout Subsection
26758 Positionnement de notes de bas de page
26759 \begin_inset Index idx
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763 Notes de bas de page ! Positionnement
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Standard
26772 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26773  vertical entre elles en bas de la page.
26774  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26775  de 1.5
26776 \begin_inset space \thinspace{}
26777 \end_inset
26778
26779 mm avec la commande suivante dans le préambule :
26780 \end_layout
26781
26782 \begin_layout Standard
26783
26784 \series bold
26785
26786 \backslash
26787 let
26788 \backslash
26789 myFoot
26790 \backslash
26791 footnote
26792 \begin_inset Newline newline
26793 \end_inset
26794
26795
26796 \backslash
26797 renewcommand{
26798 \backslash
26799 footnote}[1]{
26800 \backslash
26801 myFoot{#1
26802 \backslash
26803 vspace{1.5mm}}}
26804 \end_layout
26805
26806 \begin_layout Standard
26807 \begin_inset VSpace bigskip
26808 \end_inset
26809
26810 Dans un document à deux colonnes les notes de bas de page apparaissent en
26811  bas de chaque colonne, comme sur la Figure
26812 \begin_inset space ~
26813 \end_inset
26814
26815
26816 \begin_inset CommandInset ref
26817 LatexCommand ref
26818 reference "fig:Position-standard-note-bas-de-page"
26819
26820 \end_inset
26821
26822 .
26823  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26824  sur la Figure
26825 \begin_inset space ~
26826 \end_inset
26827
26828
26829 \begin_inset CommandInset ref
26830 LatexCommand ref
26831 reference "fig:Position-note-avec-ftnright"
26832
26833 \end_inset
26834
26835 , utilisez le paquetage LaTeX 
26836 \series bold
26837 ftnright
26838 \series default
26839
26840 \begin_inset Index idx
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844 Paquetages LaTeX ! ftnright
26845 \end_layout
26846
26847 \end_inset
26848
26849  avec cette commande dans le préambule du document:
26850 \end_layout
26851
26852 \begin_layout Standard
26853
26854 \series bold
26855
26856 \backslash
26857 usepackage{ftnright}
26858 \end_layout
26859
26860 \begin_layout Standard
26861 \begin_inset Float figure
26862 placement !h
26863 wide false
26864 sideways false
26865 status open
26866
26867 \begin_layout Plain Layout
26868 \begin_inset ERT
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872
26873
26874 \backslash
26875 framebox{
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \begin_inset Graphics
26882         filename ../clipart/without_fntright.pdf
26883         width 100col%
26884         scaleBeforeRotation
26885
26886 \end_inset
26887
26888
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894 }
26895 \end_layout
26896
26897 \end_inset
26898
26899
26900 \end_layout
26901
26902 \begin_layout Plain Layout
26903 \begin_inset Caption
26904
26905 \begin_layout Plain Layout
26906 \begin_inset CommandInset label
26907 LatexCommand label
26908 name "fig:Position-standard-note-bas-de-page"
26909
26910 \end_inset
26911
26912 Positionnement standard des notes de bas de page dans un document à deux
26913  colonnes.
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \begin_layout Standard
26927 \begin_inset Float figure
26928 placement !h
26929 wide false
26930 sideways false
26931 status open
26932
26933 \begin_layout Plain Layout
26934 \begin_inset ERT
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938
26939
26940 \backslash
26941 framebox{
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \begin_inset Graphics
26948         filename ../clipart/with_fntright.pdf
26949         width 100col%
26950         scaleBeforeRotation
26951
26952 \end_inset
26953
26954
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960 }
26961 \end_layout
26962
26963 \end_inset
26964
26965
26966 \end_layout
26967
26968 \begin_layout Plain Layout
26969 \begin_inset Caption
26970
26971 \begin_layout Plain Layout
26972 \begin_inset CommandInset label
26973 LatexCommand label
26974 name "fig:Position-note-avec-ftnright"
26975
26976 \end_inset
26977
26978 Positionnement de notes de bas de page dans un document à deux colonnes
26979  en utilisant le paquetage LaTeX 
26980 \series bold
26981 ftnright
26982 \series default
26983 .
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \begin_layout Standard
26997 \begin_inset VSpace bigskip
26998 \end_inset
26999
27000 Dans certaines publications scientifiques, il est courant de rassembler
27001  les notes de bas de page et de les imprimer dans un paragraphe particulier
27002  à la fin de la section, comme sur la Figure
27003 \begin_inset space ~
27004 \end_inset
27005
27006
27007 \begin_inset CommandInset ref
27008 LatexCommand ref
27009 reference "fig:Notes-de-fin"
27010
27011 \end_inset
27012
27013 .
27014  On les appelle 
27015 \begin_inset Quotes eld
27016 \end_inset
27017
27018 notes de fin
27019 \begin_inset Quotes erd
27020 \end_inset
27021
27022 .
27023 \begin_inset Index idx
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027 Notes de fin
27028 \end_layout
27029
27030 \end_inset
27031
27032  Pour utiliser des notes de fin à la place des notes de bas de page dans
27033  votre document, charger le module 
27034 \family sans
27035 Note de bas de page en fin de document
27036 \family default
27037  à partir de 
27038 \family sans
27039 Document\SpecialChar \menuseparator
27040 Paramètres\SpecialChar \menuseparator
27041 Modules
27042 \family default
27043 .
27044  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
27045 \end_layout
27046
27047 \begin_layout Standard
27048
27049 \series bold
27050
27051 \backslash
27052 theendnotes
27053 \end_layout
27054
27055 \begin_layout Standard
27056 en code TeX à la fin d'une section ou d'un chapitre.
27057 \end_layout
27058
27059 \begin_layout Standard
27060 \begin_inset Float figure
27061 wide false
27062 sideways false
27063 status open
27064
27065 \begin_layout Plain Layout
27066 \align center
27067 \begin_inset ERT
27068 status collapsed
27069
27070 \begin_layout Plain Layout
27071
27072
27073 \backslash
27074 framebox{
27075 \end_layout
27076
27077 \end_inset
27078
27079
27080 \begin_inset Graphics
27081         filename ../clipart/endnotes.pdf
27082         scaleBeforeRotation
27083
27084 \end_inset
27085
27086
27087 \begin_inset ERT
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091
27092 }
27093 \end_layout
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Plain Layout
27101 \begin_inset Caption
27102
27103 \begin_layout Plain Layout
27104 \begin_inset CommandInset label
27105 LatexCommand label
27106 name "fig:Notes-de-fin"
27107
27108 \end_inset
27109
27110 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
27111  séparé à la fin des sections ou des chapitres.
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Standard
27125 \begin_inset VSpace medskip
27126 \end_inset
27127
27128 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
27129  dans la langue du document, cela doit être fait manuellement.
27130  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
27131  
27132 \begin_inset Quotes eld
27133 \end_inset
27134
27135 Notes
27136 \begin_inset Quotes erd
27137 \end_inset
27138
27139  en sa traduction Allemande
27140 \begin_inset Foot
27141 status collapsed
27142
27143 \begin_layout Plain Layout
27144 En français, 
27145 \begin_inset Quotes eld
27146 \end_inset
27147
27148 Notes
27149 \begin_inset Quotes erd
27150 \end_inset
27151
27152  peut être conservé.
27153 \end_layout
27154
27155 \end_inset
27156
27157  
27158 \begin_inset Quotes eld
27159 \end_inset
27160
27161 Anmerkungen
27162 \begin_inset Quotes erd
27163 \end_inset
27164
27165  :
27166 \end_layout
27167
27168 \begin_layout Standard
27169
27170 \series bold
27171
27172 \backslash
27173 renewcommand{
27174 \backslash
27175 notesname}{Anmerkungen}
27176 \end_layout
27177
27178 \begin_layout Standard
27179 \begin_inset VSpace medskip
27180 \end_inset
27181
27182 La numérotation des notes de fin peut être modifiée comme celle des notes
27183  de bas de page comme c'est décrit dans la section
27184 \begin_inset space ~
27185 \end_inset
27186
27187
27188 \begin_inset CommandInset ref
27189 LatexCommand ref
27190 reference "sub:Numerotation-notes-bas-de-page"
27191
27192 \end_inset
27193
27194  ; remplacez juste la commande 
27195 \series bold
27196
27197 \backslash
27198 thefootnote
27199 \series default
27200  par 
27201 \series bold
27202
27203 \backslash
27204 theendnote
27205 \series default
27206 .
27207  Pour réinitialiser le numéro de note de fin, utilisez la commande 
27208 \series bold
27209
27210 \backslash
27211 @addtoreset
27212 \series default
27213  comme c'est décrit dans la section
27214 \begin_inset space ~
27215 \end_inset
27216
27217
27218 \begin_inset CommandInset ref
27219 LatexCommand ref
27220 reference "sub:Numerotation-notes-bas-de-page"
27221
27222 \end_inset
27223
27224  et remplacez le paramètre de commande 
27225 \series bold
27226 footnote
27227 \series default
27228  par 
27229 \series bold
27230 endnote
27231 \series default
27232 .
27233 \end_layout
27234
27235 \begin_layout Standard
27236 Pour les notes de fin, il y a la commande 
27237 \series bold
27238
27239 \backslash
27240 endnotemark[numéro]
27241 \series default
27242  qui est semblable à 
27243 \series bold
27244
27245 \backslash
27246 footnotemark
27247 \series default
27248 , décrite dans la section
27249 \begin_inset space ~
27250 \end_inset
27251
27252
27253 \begin_inset CommandInset ref
27254 LatexCommand ref
27255 reference "sec:Notes-bas-de-page"
27256
27257 \end_inset
27258
27259 .
27260 \end_layout
27261
27262 \begin_layout Standard
27263 \begin_inset VSpace bigskip
27264 \end_inset
27265
27266  Les notes de bas de page peuvent être mise dans la marge de la page et
27267  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
27268  
27269 \series bold
27270 footmisc
27271 \series default
27272
27273 \begin_inset Index idx
27274 status collapsed
27275
27276 \begin_layout Plain Layout
27277 Paquetages LaTeX ! footmisc
27278 \end_layout
27279
27280 \end_inset
27281
27282
27283 \begin_inset CommandInset citation
27284 LatexCommand cite
27285 key "footmisc"
27286
27287 \end_inset
27288
27289  pour plus d'information à ce sujet.
27290 \end_layout
27291
27292 \begin_layout Standard
27293 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
27294  voyez les livres sur LaTeX, 
27295 \begin_inset CommandInset citation
27296 LatexCommand cite
27297 key "latexcompanion,latexguide,latexbook"
27298
27299 \end_inset
27300
27301 .
27302  Si vous utilisez une classe de document  
27303 \series bold
27304 KOMA-Script
27305 \series default
27306
27307 \begin_inset Index idx
27308 status collapsed
27309
27310 \begin_layout Plain Layout
27311 Paquetages LaTeX ! KOMA-Script
27312 \end_layout
27313
27314 \end_inset
27315
27316 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
27317  des commandes spécifiques à la classe de document utilisée, voyez 
27318 \begin_inset CommandInset citation
27319 LatexCommand cite
27320 key "KOMA-Script"
27321
27322 \end_inset
27323
27324 .
27325 \end_layout
27326
27327 \begin_layout Section
27328 Notes en Marge
27329 \begin_inset Index idx
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333 Notes ! Notes en Marge
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \begin_layout Standard
27342 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27343 t de la même façon.
27344  Quand vous insérez une note en marge avec 
27345 \family sans
27346 Insérer\SpecialChar \menuseparator
27347 Note
27348 \begin_inset space ~
27349 \end_inset
27350
27351 en
27352 \begin_inset space ~
27353 \end_inset
27354
27355 Marge
27356 \family default
27357  ou avec le bouton 
27358 \family sans
27359
27360 \begin_inset Info
27361 type  "icon"
27362 arg   "marginalnote-insert"
27363 \end_inset
27364
27365
27366 \family default
27367  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27368  grise avec une étiquette rouge 
27369 \begin_inset Quotes fld
27370 \end_inset
27371
27372 marge
27373 \begin_inset Quotes frd
27374 \end_inset
27375
27376 .
27377  
27378 \begin_inset Marginal
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382 C'est une note en marge.
27383 \end_layout
27384
27385 \end_inset
27386
27387  Cette boîte est la représentation de votre note dans LyX.
27388  Vous pouvez y entrer votre texte.
27389 \end_layout
27390
27391 \begin_layout Standard
27392 Les notes en marge apparaissent dans la marge de droite dans les documents
27393  imprimées sur une seule face.
27394  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27395  
27396 \begin_inset Quotes eld
27397 \end_inset
27398
27399 extérieure
27400 \begin_inset Quotes erd
27401 \end_inset
27402
27403  – la gauche sur les pages paires et la droite sur les pages impaires.
27404  Le texte de la note en marge est aligné à l'opposé de la marge externe
27405  – aligné à droite quand la note apparaît dans la marge de gauche.
27406  La première ligne de la note apparaît à la hauteur de la ligne de texte
27407  où la note a été insérée dans le document.
27408 \end_layout
27409
27410 \begin_layout Standard
27411 \begin_inset VSpace bigskip
27412 \end_inset
27413
27414 Pour placer une note dans la marge interne, ajoutez la commande suivante
27415  :
27416 \end_layout
27417
27418 \begin_layout Standard
27419
27420 \series bold
27421
27422 \backslash
27423 reversemarginpar
27424 \end_layout
27425
27426 \begin_layout Standard
27427 sous forme de code TeX avant votre note de marge.
27428  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27429  qui suivent 
27430 \begin_inset ERT
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434
27435
27436 \backslash
27437 reversemarginpar 
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \begin_inset Marginal
27444 status open
27445
27446 \begin_layout Plain Layout
27447 Cette note en marge est dans la marge interne.
27448 \end_layout
27449
27450 \end_inset
27451
27452
27453 \series bold
27454
27455 \begin_inset Newline newline
27456 \end_inset
27457
27458
27459 \series default
27460
27461 \begin_inset Note Greyedout
27462 status open
27463
27464 \begin_layout Plain Layout
27465
27466 \series bold
27467 Note:
27468 \series default
27469  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27470  les notes sont souvent mal mises en formes dans la sortie imprimée.
27471 \end_layout
27472
27473 \end_inset
27474
27475
27476 \end_layout
27477
27478 \begin_layout Standard
27479 Pour revenir au positionnement implicite, ajoutez la commande :
27480 \end_layout
27481
27482 \begin_layout Standard
27483
27484 \series bold
27485
27486 \backslash
27487 normalmarginpar
27488 \end_layout
27489
27490 \begin_layout Standard
27491 sous forme de code TeX.
27492 \begin_inset ERT
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496
27497
27498 \backslash
27499 normalmarginpar 
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \begin_inset Newline newline
27506 \end_inset
27507
27508  
27509 \begin_inset Note Greyedout
27510 status open
27511
27512 \begin_layout Plain Layout
27513
27514 \series bold
27515 Note:
27516 \series default
27517  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27518  
27519 \series bold
27520
27521 \backslash
27522 reversemarginpar
27523 \series default
27524  est aussi utilisée.
27525 \end_layout
27526
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \begin_layout Standard
27533 \begin_inset VSpace bigskip
27534 \end_inset
27535
27536
27537 \begin_inset Marginal
27538 status open
27539
27540 \begin_layout Plain Layout
27541 UnTrèsLongMotEnMarge sans césure.
27542 \end_layout
27543
27544 \end_inset
27545
27546  Comme dans le cas décrit dans la section
27547 \begin_inset space ~
27548 \end_inset
27549
27550
27551 \begin_inset CommandInset ref
27552 LatexCommand ref
27553 reference "sub:Lignes-multiple-dans-cellule"
27554
27555 \end_inset
27556
27557 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27558  mot d'une note en marge.
27559  Pour éviter ce problème, insérez un espacement horizontal de 0
27560 \begin_inset space \thinspace{}
27561 \end_inset
27562
27563 pt avant le mot en question: 
27564 \begin_inset Marginal
27565 status open
27566
27567 \begin_layout Plain Layout
27568 \begin_inset space \hspace{}
27569 \length 0pt
27570 \end_inset
27571
27572 UnMotTrèsLongEnMarge avec une césure.
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Standard
27581 \begin_inset VSpace bigskip
27582 \end_inset
27583
27584
27585 \end_layout
27586
27587 \begin_layout Standard
27588 \begin_inset Note Greyedout
27589 status open
27590
27591 \begin_layout Plain Layout
27592
27593 \series bold
27594 Note:
27595 \series default
27596  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27597  tableaux, des flottants et des notes de bas de page.
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \end_layout
27604
27605 \begin_layout Standard
27606 \begin_inset VSpace bigskip
27607 \end_inset
27608
27609
27610 \end_layout
27611
27612 \begin_layout Standard
27613 \begin_inset ERT
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617
27618
27619 \backslash
27620 ifmarginnote
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \begin_inset Note Note
27627 status open
27628
27629 \begin_layout Plain Layout
27630 La section suivante ne sera affichée que si le paquetage LaTeX 
27631 \series bold
27632 marginnote
27633 \series default
27634  a été installé.
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \end_layout
27641
27642 \begin_layout Standard
27643 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27644 \series bold
27645 marginnote
27646 \series default
27647
27648 \begin_inset Index idx
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 Paquetages LaTeX ! marginnote
27653 \end_layout
27654
27655 \end_inset
27656
27657 .
27658  En ajoutant les deux lignes suivantes au préambule de votre document, la
27659  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27660  la commande fournie par le paquetage 
27661 \series bold
27662 marginnote
27663 \series default
27664  :
27665 \end_layout
27666
27667 \begin_layout Standard
27668
27669 \series bold
27670
27671 \backslash
27672 usepackage{marginnote}
27673 \begin_inset Newline newline
27674 \end_inset
27675
27676
27677 \backslash
27678 let
27679 \backslash
27680 marginpar
27681 \backslash
27682 marginnote
27683 \end_layout
27684
27685 \begin_layout Standard
27686 Ce paquetage est aussi utilisé dans ce document parce que 
27687 \series bold
27688 marginnote
27689 \series default
27690  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27691  vertical pour une note.
27692  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27693  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27694  en page.
27695  Le décalage est inséré dans LyX sous forme de code TeX directement après
27696  la note sous la forme
27697 \end_layout
27698
27699 \begin_layout Standard
27700
27701 \series bold
27702 [offset]
27703 \end_layout
27704
27705 \begin_layout Standard
27706 où l'offset utilise l'une des unités listées dans le tableau
27707 \begin_inset space ~
27708 \end_inset
27709
27710
27711 \begin_inset CommandInset ref
27712 LatexCommand ref
27713 reference "cha:Unités-de-longueur"
27714
27715 \end_inset
27716
27717 .
27718  Une valeur négative déplace la note vers le haut, une valeur positive la
27719  déplace vers le bas.
27720  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27721  vers le haut de 1.5
27722 \begin_inset space \thinspace{}
27723 \end_inset
27724
27725 cm avec la commande en code TeX 
27726 \begin_inset Quotes eld
27727 \end_inset
27728
27729
27730 \series bold
27731 [-1.5cm]
27732 \series default
27733
27734 \begin_inset Quotes erd
27735 \end_inset
27736
27737
27738 \begin_inset Marginal
27739 status collapsed
27740
27741 \begin_layout Plain Layout
27742 Cette note en marge est décalée vers le haut de 1.5
27743 \begin_inset space \thinspace{}
27744 \end_inset
27745
27746 cm par rapport à sa position d'origine.
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \begin_inset ERT
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756
27757 [-1.5cm]
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 \begin_inset VSpace medskip
27767 \end_inset
27768
27769 Avec le paquetage 
27770 \series bold
27771 marginnote
27772 \series default
27773  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27774  Par exemple les commandes 
27775 \end_layout
27776
27777 \begin_layout Standard
27778
27779 \series bold
27780
27781 \backslash
27782 renewcommand*{
27783 \backslash
27784 raggedleftmarginnote}{
27785 \backslash
27786 centering}
27787 \begin_inset Newline newline
27788 \end_inset
27789
27790
27791 \backslash
27792 renewcommand*{
27793 \backslash
27794 raggedrightmarginnote}{
27795 \backslash
27796 centering}
27797 \end_layout
27798
27799 \begin_layout Standard
27800 donnent un alignement centré.
27801  
27802 \series bold
27803
27804 \backslash
27805 raggedleftmarginnote
27806 \series default
27807  indique une note qui apparaît dans la marge de gauche.
27808 \begin_inset ERT
27809 status collapsed
27810
27811 \begin_layout Plain Layout
27812
27813
27814 \backslash
27815 renewcommand*{
27816 \backslash
27817 raggedleftmarginnote}{
27818 \backslash
27819 centering}
27820 \end_layout
27821
27822 \begin_layout Plain Layout
27823
27824
27825 \backslash
27826 renewcommand*{
27827 \backslash
27828 raggedrightmarginnote}{
27829 \backslash
27830 centering}
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \begin_inset Marginal
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840 Le texte de cette note en marge est centré.
27841 \end_layout
27842
27843 \end_inset
27844
27845 .
27846  Le comportement implicite est donné par
27847 \end_layout
27848
27849 \begin_layout Standard
27850
27851 \series bold
27852
27853 \backslash
27854 renewcommand*{
27855 \backslash
27856 raggedleftmarginnote}{
27857 \backslash
27858 raggedleft}
27859 \begin_inset Newline newline
27860 \end_inset
27861
27862
27863 \backslash
27864 renewcommand*{
27865 \backslash
27866 raggedrightmarginnote}{
27867 \backslash
27868 raggedright}
27869 \series default
27870
27871 \begin_inset ERT
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875
27876
27877 \backslash
27878 renewcommand*{
27879 \backslash
27880 raggedleftmarginnote}{
27881 \backslash
27882 raggedleft}
27883 \end_layout
27884
27885 \begin_layout Plain Layout
27886
27887
27888 \backslash
27889 renewcommand*{
27890 \backslash
27891 raggedrightmarginnote}{
27892 \backslash
27893 raggedright}
27894 \end_layout
27895
27896 \end_inset
27897
27898
27899 \end_layout
27900
27901 \begin_layout Standard
27902 \begin_inset VSpace medskip
27903 \end_inset
27904
27905 Pour les autre fonctions du paquetage 
27906 \series bold
27907 marginnote
27908 \series default
27909  nous vous renvoyons à sa documentation 
27910 \begin_inset CommandInset citation
27911 LatexCommand cite
27912 key "marginnote"
27913
27914 \end_inset
27915
27916 .
27917 \end_layout
27918
27919 \begin_layout Standard
27920 \begin_inset VSpace bigskip
27921 \end_inset
27922
27923 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27924  définition.
27925  Pour créer par exemple une entête pour toutes les notes en marge avec le
27926  texte 
27927 \begin_inset Quotes eld
27928 \end_inset
27929
27930
27931 \family sans
27932 \series bold
27933 \bar under
27934 Attention!
27935 \family default
27936 \series default
27937 \bar default
27938
27939 \begin_inset Quotes erd
27940 \end_inset
27941
27942  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27943  de votre document :
27944 \end_layout
27945
27946 \begin_layout Standard
27947
27948 \series bold
27949
27950 \backslash
27951 let
27952 \backslash
27953 myMarginpar
27954 \backslash
27955 marginpar
27956 \begin_inset Newline newline
27957 \end_inset
27958
27959
27960 \backslash
27961 renewcommand{
27962 \backslash
27963 marginpar}[1]{
27964 \backslash
27965 myMarginpar{%
27966 \begin_inset Newline newline
27967 \end_inset
27968
27969
27970 \begin_inset Phantom HPhantom
27971 status open
27972
27973 \begin_layout Plain Layout
27974
27975 \series bold
27976 \begin_inset space ~
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \end_inset
27983
27984
27985 \backslash
27986 hspace{0pt}
27987 \backslash
27988 textsf{
27989 \backslash
27990 textbf{
27991 \backslash
27992 underbar{Attention!}}}%
27993 \begin_inset Newline newline
27994 \end_inset
27995
27996
27997 \begin_inset Phantom HPhantom
27998 status open
27999
28000 \begin_layout Plain Layout
28001
28002 \series bold
28003 \begin_inset space ~
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \end_inset
28010
28011
28012 \backslash
28013 vspace{1.5mm}
28014 \backslash
28015
28016 \backslash
28017 #1}}
28018 \end_layout
28019
28020 \begin_layout Standard
28021 \begin_inset ERT
28022 status collapsed
28023
28024 \begin_layout Plain Layout
28025
28026
28027 \backslash
28028 let
28029 \backslash
28030 myMarginpar
28031 \backslash
28032 marginpar
28033 \end_layout
28034
28035 \begin_layout Plain Layout
28036
28037
28038 \backslash
28039 renewcommand{
28040 \backslash
28041 marginpar}[1]{
28042 \backslash
28043 myMarginpar{%
28044 \end_layout
28045
28046 \begin_layout Plain Layout
28047
28048    
28049 \backslash
28050 textsf{
28051 \backslash
28052 textbf{
28053 \backslash
28054 underbar{Attention!}}}%
28055 \end_layout
28056
28057 \begin_layout Plain Layout
28058
28059    
28060 \backslash
28061 vspace{1.5mm}
28062 \backslash
28063
28064 \backslash
28065 #1}}
28066 \end_layout
28067
28068 \end_inset
28069
28070
28071 \begin_inset Marginal
28072 status open
28073
28074 \begin_layout Plain Layout
28075 Ceci est une note en marge avec une en-tête prédéfinie.
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \begin_inset ERT
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085
28086 [-1.5cm]
28087 \end_layout
28088
28089 \end_inset
28090
28091
28092 \begin_inset ERT
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096
28097
28098 \backslash
28099 renewcommand{
28100 \backslash
28101 marginpar}[1]{
28102 \backslash
28103 myMarginpar{#1}}
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \begin_inset Note Note
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113
28114 \lang english
28115 The margin note format is changed only for this example.
28116 \end_layout
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \begin_layout Standard
28124 \begin_inset ERT
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128
28129
28130 \backslash
28131 else
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \begin_inset Note Note
28138 status open
28139
28140 \begin_layout Plain Layout
28141 Ce qui suit sera affiché si le paquetage LaTeX 
28142 \series bold
28143 marginnote
28144 \series default
28145  n'est pas installé :
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \begin_layout Standard
28154 Vous devez installer le paquetage LaTeX 
28155 \series bold
28156 marginnote
28157 \series default
28158  pour voir la suite de cette section dans la sortie imprimée.
28159 \end_layout
28160
28161 \begin_layout Standard
28162 \begin_inset ERT
28163 status collapsed
28164
28165 \begin_layout Plain Layout
28166
28167
28168 \backslash
28169 fi
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Chapter
28178 Les Boîtes
28179 \end_layout
28180
28181 \begin_layout Section
28182 Introduction
28183 \begin_inset Index idx
28184 status collapsed
28185
28186 \begin_layout Plain Layout
28187 Boîtes ! Introduction
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \begin_layout Standard
28196 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
28197  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
28198  voir la section
28199 \begin_inset space ~
28200 \end_inset
28201
28202
28203 \begin_inset CommandInset ref
28204 LatexCommand ref
28205 reference "sec:Minipages"
28206
28207 \end_inset
28208
28209 , pour encadrer des portions de texte, voir la section
28210 \begin_inset space ~
28211 \end_inset
28212
28213
28214 \begin_inset CommandInset ref
28215 LatexCommand ref
28216 reference "sec:Décorations"
28217
28218 \end_inset
28219
28220 , pour empêcher que des mots subissent une césure, voir la section
28221 \begin_inset space ~
28222 \end_inset
28223
28224
28225 \begin_inset CommandInset ref
28226 LatexCommand ref
28227 reference "sec:Empêcher-césure"
28228
28229 \end_inset
28230
28231 , pour aligner du texte, voir la section
28232 \begin_inset space ~
28233 \end_inset
28234
28235
28236 \begin_inset CommandInset ref
28237 LatexCommand ref
28238 reference "sub:Alignement-Vertical"
28239
28240 \end_inset
28241
28242 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
28243 \begin_inset space ~
28244 \end_inset
28245
28246
28247 \begin_inset CommandInset ref
28248 LatexCommand ref
28249 reference "sec:Boîtes-colorées"
28250
28251 \end_inset
28252
28253 .
28254 \end_layout
28255
28256 \begin_layout Standard
28257 On peut insérer une boîte en utilisant le menu 
28258 \family sans
28259 Insérer\SpecialChar \menuseparator
28260 Boîte
28261 \family default
28262  ou avec le bouton 
28263 \family sans
28264
28265 \begin_inset Info
28266 type  "icon"
28267 arg   "box-insert Frameless"
28268 \end_inset
28269
28270
28271 \family default
28272  de la barre d'outils.
28273  Une boîte grise avec une étiquette 
28274 \family sans
28275 Boîte
28276 \begin_inset space ~
28277 \end_inset
28278
28279 (Minipage)
28280 \family default
28281
28282 \begin_inset Graphics
28283         filename clipart/BoxInsetDefaultQt4.png
28284         scale 65
28285         scaleBeforeRotation
28286
28287 \end_inset
28288
28289  est alors insérée.
28290  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
28291  et en choisissant 
28292 \family sans
28293 Paramètres
28294 \family default
28295  .
28296  La fenêtre de dialogue qui apparaît donne accès aux types de
28297 \family sans
28298  Boîte
28299 \begin_inset space ~
28300 \end_inset
28301
28302 Intérieure
28303 \family default
28304  
28305 \family sans
28306 Makebox, Parbox
28307 \family default
28308  et 
28309 \family sans
28310 Minipage
28311 \family default
28312 .
28313  Le type 
28314 \family sans
28315 Minipage
28316 \family default
28317  est le type implicite pour les boîtes nouvellement créées et il est décrit
28318  dans la section
28319 \begin_inset space ~
28320 \end_inset
28321
28322
28323 \begin_inset CommandInset ref
28324 LatexCommand ref
28325 reference "sec:Minipages"
28326
28327 \end_inset
28328
28329 ; le type 
28330 \family sans
28331 Parbox
28332 \family default
28333  est décrit dans la section
28334 \begin_inset space ~
28335 \end_inset
28336
28337
28338 \begin_inset CommandInset ref
28339 LatexCommand ref
28340 reference "sec:Parboxes"
28341
28342 \end_inset
28343
28344  et le type 
28345 \family sans
28346 Makebox
28347 \family default
28348  est décrit dans la section
28349 \begin_inset space ~
28350 \end_inset
28351
28352
28353 \begin_inset CommandInset ref
28354 LatexCommand ref
28355 reference "sec:Empêcher-césure"
28356
28357 \end_inset
28358
28359 .
28360 \end_layout
28361
28362 \begin_layout Standard
28363 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28364  comme les flottants ou les notes de bas de page.
28365 \end_layout
28366
28367 \begin_layout Standard
28368 \begin_inset Note Greyedout
28369 status open
28370
28371 \begin_layout Plain Layout
28372
28373 \series bold
28374 Note:
28375 \series default
28376  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28377  de type 
28378 \family sans
28379 Liste
28380 \family default
28381  ou 
28382 \family sans
28383 Description
28384 \family default
28385 .
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \begin_layout Standard
28394 \begin_inset Note Greyedout
28395 status open
28396
28397 \begin_layout Plain Layout
28398
28399 \series bold
28400 Note:
28401 \series default
28402  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28403 \family sans
28404 Boîte
28405 \begin_inset space ~
28406 \end_inset
28407
28408 Intérieure
28409 \family default
28410  à 
28411 \family sans
28412 Aucune
28413 \family default
28414  que quand vous utilisez une boîte encadrée.
28415  Les boîtes sans 
28416 \family sans
28417 Boîte
28418 \begin_inset space ~
28419 \end_inset
28420
28421 Intérieure
28422 \family default
28423  et sans cadre sont expliquées dans la section
28424 \begin_inset space ~
28425 \end_inset
28426
28427
28428 \begin_inset CommandInset ref
28429 LatexCommand ref
28430 reference "sec:Empêcher-césure"
28431
28432 \end_inset
28433
28434 .
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Section
28443 La fenêtre de dialogue Boîte
28444 \begin_inset CommandInset label
28445 LatexCommand label
28446 name "sec:Boîte-Dialogue"
28447
28448 \end_inset
28449
28450
28451 \begin_inset Index idx
28452 status collapsed
28453
28454 \begin_layout Plain Layout
28455 Boîtes ! Fenêtre de dialogue Boîte
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \end_layout
28462
28463 \begin_layout Subsection
28464 Taille
28465 \begin_inset Index idx
28466 status collapsed
28467
28468 \begin_layout Plain Layout
28469 Boîtes ! Taille
28470 \end_layout
28471
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Standard
28478 Dans la fenêtre de dialogue 
28479 \family sans
28480 Paramètres
28481 \begin_inset space ~
28482 \end_inset
28483
28484 de
28485 \begin_inset space ~
28486 \end_inset
28487
28488 Boîte
28489 \family default
28490  vous pouvez modifier la géométrie de la boîte avec les champs 
28491 \family sans
28492 Largeur
28493 \family default
28494  et 
28495 \family sans
28496 Hauteur
28497 \family default
28498 .
28499  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28500  dans le tableau
28501 \begin_inset space ~
28502 \end_inset
28503
28504
28505 \begin_inset CommandInset ref
28506 LatexCommand ref
28507 reference "tab:Unités"
28508
28509 \end_inset
28510
28511 .
28512  Le champ 
28513 \family sans
28514 Hauteur
28515 \family default
28516  offre en plus les spécifications de taille suivantes :
28517 \end_layout
28518
28519 \begin_layout Description
28520 Profondeur C'est simplement la 
28521 \begin_inset Quotes eld
28522 \end_inset
28523
28524 hauteur
28525 \begin_inset Quotes erd
28526 \end_inset
28527
28528  du texte.
28529  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28530  lignes de texte dans la boîte.
28531 \begin_inset Newline newline
28532 \end_inset
28533
28534
28535 \begin_inset Newline newline
28536 \end_inset
28537
28538
28539 \begin_inset Newline newline
28540 \end_inset
28541
28542
28543 \begin_inset Box Boxed
28544 position "c"
28545 hor_pos "c"
28546 has_inner_box 1
28547 inner_pos "c"
28548 use_parbox 0
28549 use_makebox 0
28550 width "12col%"
28551 special "none"
28552 height "1in"
28553 height_special "depth"
28554 status open
28555
28556 \begin_layout Plain Layout
28557 \align center
28558 Boîte dont la hauteur est égale à 1
28559 \begin_inset space \thinspace{}
28560 \end_inset
28561
28562 Profondeur
28563 \end_layout
28564
28565 \end_inset
28566
28567
28568 \begin_inset Newline newline
28569 \end_inset
28570
28571
28572 \begin_inset Newline newline
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \begin_layout Description
28579 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28580  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28581  est deux fois plus haute que le texte : 
28582 \begin_inset Box Boxed
28583 position "c"
28584 hor_pos "c"
28585 has_inner_box 1
28586 inner_pos "c"
28587 use_parbox 0
28588 use_makebox 0
28589 width "20col%"
28590 special "none"
28591 height "2in"
28592 height_special "height"
28593 status open
28594
28595 \begin_layout Plain Layout
28596 \align center
28597 Boîte dont la hauteur est 2
28598 \begin_inset space \thinspace{}
28599 \end_inset
28600
28601 Hauteur
28602 \end_layout
28603
28604 \end_inset
28605
28606
28607 \end_layout
28608
28609 \begin_layout Description
28610 Hauteur
28611 \begin_inset space ~
28612 \end_inset
28613
28614 Totale C'est égal à Hauteur
28615 \begin_inset space \thinspace{}
28616 \end_inset
28617
28618 +
28619 \begin_inset space \thinspace{}
28620 \end_inset
28621
28622 Profondeur : 
28623 \begin_inset Box Boxed
28624 position "c"
28625 hor_pos "c"
28626 has_inner_box 1
28627 inner_pos "c"
28628 use_parbox 0
28629 use_makebox 0
28630 width "20col%"
28631 special "none"
28632 height "1in"
28633 height_special "totalheight"
28634 status open
28635
28636 \begin_layout Plain Layout
28637 \align center
28638 Boîte dont la hauteur est 1
28639 \begin_inset space \thinspace{}
28640 \end_inset
28641
28642 Hauteur
28643 \begin_inset space ~
28644 \end_inset
28645
28646 Totale
28647 \end_layout
28648
28649 \end_inset
28650
28651
28652 \end_layout
28653
28654 \begin_layout Description
28655 Largeur On prend la largeur de la boîte comme hauteur : 
28656 \begin_inset Box Boxed
28657 position "c"
28658 hor_pos "c"
28659 has_inner_box 1
28660 inner_pos "c"
28661 use_parbox 0
28662 use_makebox 0
28663 width "12col%"
28664 special "none"
28665 height "1in"
28666 height_special "width"
28667 status open
28668
28669 \begin_layout Plain Layout
28670 \align center
28671 Boîte dont la hauteur est 1
28672 \begin_inset space \thinspace{}
28673 \end_inset
28674
28675 Largeur
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Subsection
28684 Alignement
28685 \begin_inset Index idx
28686 status collapsed
28687
28688 \begin_layout Plain Layout
28689 Boîtes ! Alignement
28690 \end_layout
28691
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \begin_layout Standard
28698 Quand vous avez choisi une 
28699 \family sans
28700 Boîte
28701 \begin_inset space ~
28702 \end_inset
28703
28704 Intérieure
28705 \family default
28706 , l'alignement vertical de la boîte peut être :
28707 \end_layout
28708
28709 \begin_layout Description
28710 Haut Ceci est un exemple de texte.
28711  
28712 \begin_inset Box Boxed
28713 position "t"
28714 hor_pos "c"
28715 has_inner_box 1
28716 inner_pos "c"
28717 use_parbox 0
28718 use_makebox 0
28719 width "12col%"
28720 special "none"
28721 height "1in"
28722 height_special "totalheight"
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726 \align center
28727 Cette boîte est alignée sur le haut.
28728 \end_layout
28729
28730 \end_inset
28731
28732  Ceci est un exemple de texte.
28733 \end_layout
28734
28735 \begin_layout Description
28736 Milieu Ceci est un exemple de texte.
28737  
28738 \begin_inset Box Boxed
28739 position "c"
28740 hor_pos "c"
28741 has_inner_box 1
28742 inner_pos "c"
28743 use_parbox 0
28744 use_makebox 0
28745 width "12col%"
28746 special "none"
28747 height "1in"
28748 height_special "totalheight"
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752 \align center
28753 Cette boîte est alignée au centre.
28754 \end_layout
28755
28756 \end_inset
28757
28758  Ceci est un exemple de texte.
28759 \end_layout
28760
28761 \begin_layout Description
28762 Bas Ceci est un exemple de texte.
28763  
28764 \begin_inset Box Boxed
28765 position "b"
28766 hor_pos "c"
28767 has_inner_box 1
28768 inner_pos "c"
28769 use_parbox 0
28770 use_makebox 0
28771 width "12col%"
28772 special "none"
28773 height "1in"
28774 height_special "totalheight"
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778 \align center
28779 Cette boîte est alignée sur le bas.
28780 \end_layout
28781
28782 \end_inset
28783
28784  Ceci est un exemple de texte.
28785 \end_layout
28786
28787 \begin_layout Standard
28788 \begin_inset Note Greyedout
28789 status open
28790
28791 \begin_layout Plain Layout
28792
28793 \series bold
28794 Note:
28795 \series default
28796  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28797  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28798  l'autre non.
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \begin_layout Standard
28807 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28808  paragraphe grâce à la fenêtre de dialogue 
28809 \family sans
28810 Paramètres
28811 \begin_inset space ~
28812 \end_inset
28813
28814 de
28815 \begin_inset space ~
28816 \end_inset
28817
28818 Boîte
28819 \family default
28820 .
28821 \end_layout
28822
28823 \begin_layout Standard
28824 \begin_inset VSpace bigskip
28825 \end_inset
28826
28827 Quand vous avez choisi une 
28828 \family sans
28829 Boîte
28830 \begin_inset space ~
28831 \end_inset
28832
28833 Intérieure
28834 \family default
28835 , l'alignement vertical du contenu de la boîte peut être :
28836 \end_layout
28837
28838 \begin_layout Description
28839 haut Ceci est un exemple de texte.
28840 \begin_inset Box Boxed
28841 position "c"
28842 hor_pos "c"
28843 has_inner_box 1
28844 inner_pos "t"
28845 use_parbox 0
28846 use_makebox 0
28847 width "12col%"
28848 special "none"
28849 height "1.5in"
28850 height_special "totalheight"
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854 \align center
28855 Le texte de cette boîte est aligné sur le haut.
28856 \end_layout
28857
28858 \end_inset
28859
28860  Ceci est un exemple de texte.
28861 \end_layout
28862
28863 \begin_layout Description
28864 milieu Ceci est un exemple de texte.
28865  
28866 \begin_inset Box Boxed
28867 position "c"
28868 hor_pos "c"
28869 has_inner_box 1
28870 inner_pos "c"
28871 use_parbox 0
28872 use_makebox 0
28873 width "12col%"
28874 special "none"
28875 height "1.5in"
28876 height_special "totalheight"
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880 \align center
28881 Le texte de cette boîte est aligné au centre
28882 \end_layout
28883
28884 \end_inset
28885
28886  Ceci est un exemple de texte.
28887 \end_layout
28888
28889 \begin_layout Description
28890 bas Ceci est un exemple de texte.
28891  
28892 \begin_inset Box Boxed
28893 position "c"
28894 hor_pos "c"
28895 has_inner_box 1
28896 inner_pos "b"
28897 use_parbox 0
28898 use_makebox 0
28899 width "12col%"
28900 special "none"
28901 height "1.5in"
28902 height_special "totalheight"
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906 \align center
28907 Le texte de cette boîte est aligné en bas.
28908 \end_layout
28909
28910 \end_inset
28911
28912  Ceci est un exemple de texte.
28913 \end_layout
28914
28915 \begin_layout Description
28916 élongation Ceci est un exemple de texte.
28917  
28918 \begin_inset Box Boxed
28919 position "c"
28920 hor_pos "c"
28921 has_inner_box 1
28922 inner_pos "s"
28923 use_parbox 0
28924 use_makebox 0
28925 width "12col%"
28926 special "none"
28927 height "1.5in"
28928 height_special "totalheight"
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932 \align center
28933 Le texte 
28934 \end_layout
28935
28936 \begin_layout Plain Layout
28937 \align center
28938 de cette
28939 \end_layout
28940
28941 \begin_layout Plain Layout
28942 \align center
28943 boîte est
28944 \end_layout
28945
28946 \begin_layout Plain Layout
28947 \align center
28948 allongé.
28949 \end_layout
28950
28951 \end_inset
28952
28953  Ceci est un exemple de texte.
28954 \end_layout
28955
28956 \begin_layout Standard
28957 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28958  paragraphe.
28959  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28960 \end_layout
28961
28962 \begin_layout Standard
28963 \begin_inset VSpace bigskip
28964 \end_inset
28965
28966 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28967  la fenêtre de dialogue 
28968 \family sans
28969 Paramètres
28970 \begin_inset space ~
28971 \end_inset
28972
28973 de
28974 \begin_inset space ~
28975 \end_inset
28976
28977 paragraphe
28978 \family default
28979  quand vous avez choisi une 
28980 \family sans
28981 Boîte
28982 \begin_inset space ~
28983 \end_inset
28984
28985 Intérieure
28986 \family default
28987 .
28988 \end_layout
28989
28990 \begin_layout Standard
28991 \align center
28992 \begin_inset Box Boxed
28993 position "c"
28994 hor_pos "c"
28995 has_inner_box 1
28996 inner_pos "s"
28997 use_parbox 0
28998 use_makebox 0
28999 width "15col%"
29000 special "none"
29001 height "1.25in"
29002 height_special "totalheight"
29003 status open
29004
29005 \begin_layout Plain Layout
29006 \align left
29007 Le texte de 
29008 \end_layout
29009
29010 \begin_layout Plain Layout
29011 \align left
29012 cette boîte
29013 \end_layout
29014
29015 \begin_layout Plain Layout
29016 \align right
29017 est allongé.
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 Si vous n'avez pas choisi une 
29027 \family sans
29028 Boîte
29029 \begin_inset space ~
29030 \end_inset
29031
29032 Intérieure
29033 \family default
29034 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
29035  de dialogue de boîte.
29036 \end_layout
29037
29038 \begin_layout Standard
29039 \align center
29040 \begin_inset Box Boxed
29041 position "c"
29042 hor_pos "s"
29043 has_inner_box 0
29044 inner_pos "s"
29045 use_parbox 0
29046 use_makebox 0
29047 width "90col%"
29048 special "none"
29049 height "1.25in"
29050 height_special "totalheight"
29051 status open
29052
29053 \begin_layout Plain Layout
29054 Le texte de cette boîte est allongé horizontalement.
29055 \end_layout
29056
29057 \end_inset
29058
29059
29060 \end_layout
29061
29062 \begin_layout Subsection
29063 Décorations
29064 \begin_inset CommandInset label
29065 LatexCommand label
29066 name "sec:Décorations"
29067
29068 \end_inset
29069
29070
29071 \begin_inset Index idx
29072 status collapsed
29073
29074 \begin_layout Plain Layout
29075 Boîtes ! Décorations
29076 \end_layout
29077
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \begin_layout Standard
29084 On peut spécifier le style de la boîte en utilisant la liste déroulante
29085  
29086 \family sans
29087 Décoration
29088 \family default
29089 .
29090  Les possibilités sont les suivantes :
29091 \end_layout
29092
29093 \begin_layout Description
29094 Aucun
29095 \begin_inset space ~
29096 \end_inset
29097
29098 cadre
29099 \begin_inset space ~
29100 \end_inset
29101
29102 tracé Rien n'est tracé
29103 \end_layout
29104
29105 \begin_layout Description
29106 Cadre
29107 \begin_inset space ~
29108 \end_inset
29109
29110 rectangulaire
29111 \begin_inset space ~
29112 \end_inset
29113
29114 simple Ceci dessine un cadre rectangulaire autour de la boîte.
29115  L'épaisseur du trait de ce cadre est donnée par la variable  
29116 \series bold
29117
29118 \backslash
29119 fboxrule
29120 \series default
29121 .
29122 \begin_inset Newline newline
29123 \end_inset
29124
29125
29126 \begin_inset Box Boxed
29127 position "c"
29128 hor_pos "c"
29129 has_inner_box 1
29130 inner_pos "c"
29131 use_parbox 0
29132 use_makebox 0
29133 width "20col%"
29134 special "none"
29135 height "1in"
29136 height_special "totalheight"
29137 status open
29138
29139 \begin_layout Plain Layout
29140 \align center
29141 Boîte rectangulaire
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Description
29150 Cadre
29151 \begin_inset space ~
29152 \end_inset
29153
29154 oval,
29155 \begin_inset space ~
29156 \end_inset
29157
29158 fin Ceci dessine un cadre ovalisée autour de la boîte.
29159  L'épaisseur du trait de ce cadre est de  0.4
29160 \begin_inset space \thinspace{}
29161 \end_inset
29162
29163 pt.
29164  
29165 \begin_inset Box ovalbox
29166 position "c"
29167 hor_pos "c"
29168 has_inner_box 1
29169 inner_pos "c"
29170 use_parbox 0
29171 use_makebox 0
29172 width "20col%"
29173 special "none"
29174 height "1in"
29175 height_special "totalheight"
29176 status open
29177
29178 \begin_layout Plain Layout
29179 \align center
29180 Boîte ovalisée, fine
29181 \end_layout
29182
29183 \end_inset
29184
29185
29186 \end_layout
29187
29188 \begin_layout Description
29189 Cadre
29190 \begin_inset space ~
29191 \end_inset
29192
29193 oval,
29194 \begin_inset space ~
29195 \end_inset
29196
29197 épais Ceci dessine un cadre ovalisée autour de la boîte.
29198  L'épaisseur du trait de ce cadre est de   0.8
29199 \begin_inset space \thinspace{}
29200 \end_inset
29201
29202 pt.
29203  
29204 \begin_inset Box Ovalbox
29205 position "c"
29206 hor_pos "c"
29207 has_inner_box 1
29208 inner_pos "c"
29209 use_parbox 0
29210 use_makebox 0
29211 width "20col%"
29212 special "none"
29213 height "1in"
29214 height_special "totalheight"
29215 status open
29216
29217 \begin_layout Plain Layout
29218 \align center
29219 Boîte ovalisée, épaisse
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Description
29228 Ombre
29229 \begin_inset space ~
29230 \end_inset
29231
29232 en
29233 \begin_inset space ~
29234 \end_inset
29235
29236 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
29237  L'épaisseur du trait de ce cadre est donnée par la variable  
29238 \series bold
29239
29240 \backslash
29241 fboxrule
29242 \series default
29243 , l'ombre a une épaisseur de  4
29244 \begin_inset space \thinspace{}
29245 \end_inset
29246
29247 pt.
29248  
29249 \begin_inset Box Shadowbox
29250 position "c"
29251 hor_pos "c"
29252 has_inner_box 1
29253 inner_pos "c"
29254 use_parbox 0
29255 use_makebox 0
29256 width "20col%"
29257 special "none"
29258 height "1in"
29259 height_special "totalheight"
29260 status open
29261
29262 \begin_layout Plain Layout
29263 \align center
29264 Boîte ombrée
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \end_layout
29271
29272 \begin_layout Description
29273 Fond
29274 \begin_inset space ~
29275 \end_inset
29276
29277 ombré Ceci dessine une boîte avec un arrière plan rouge.
29278  Contrairement aux boîtes coloriées
29279 \begin_inset Foot
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283 Voir la section
29284 \begin_inset space ~
29285 \end_inset
29286
29287
29288 \begin_inset CommandInset ref
29289 LatexCommand ref
29290 reference "sec:Boîtes-colorées"
29291
29292 \end_inset
29293
29294 .
29295 \end_layout
29296
29297 \end_inset
29298
29299 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
29300  son propre paragraphe.
29301 \lang english
29302
29303 \begin_inset Box Shaded
29304 position "t"
29305 hor_pos "c"
29306 has_inner_box 0
29307 inner_pos "t"
29308 use_parbox 0
29309 use_makebox 0
29310 width "50col%"
29311 special "none"
29312 height "1in"
29313 height_special "totalheight"
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Boîte avec fond ombré
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Description
29326 Cadre
29327 \begin_inset space ~
29328 \end_inset
29329
29330 rectangulaire
29331 \begin_inset space ~
29332 \end_inset
29333
29334 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29335  boîte.
29336  L'épaisseur du trait du cadre interne est de 0.75
29337 \begin_inset space \thinspace{}
29338 \end_inset
29339
29340
29341 \series bold
29342
29343 \backslash
29344 fboxrule
29345 \series default
29346 , l'épaisseur du trait du cadre externe est de 1.5
29347 \begin_inset space \thinspace{}
29348 \end_inset
29349
29350
29351 \series bold
29352
29353 \backslash
29354 fboxrule
29355 \series default
29356 .
29357  La distance entre les deux cadres est de  1.5
29358 \begin_inset space \thinspace{}
29359 \end_inset
29360
29361
29362 \series bold
29363
29364 \backslash
29365 fboxrule
29366 \series default
29367
29368 \begin_inset space \thinspace{}
29369 \end_inset
29370
29371 +
29372 \begin_inset space \thinspace{}
29373 \end_inset
29374
29375 0.5
29376 \begin_inset space \thinspace{}
29377 \end_inset
29378
29379 pt.
29380  
29381 \begin_inset Box Doublebox
29382 position "c"
29383 hor_pos "c"
29384 has_inner_box 1
29385 inner_pos "c"
29386 use_parbox 0
29387 use_makebox 0
29388 width "20col%"
29389 special "none"
29390 height "1in"
29391 height_special "totalheight"
29392 status open
29393
29394 \begin_layout Plain Layout
29395 \align center
29396 Boîte double
29397 \end_layout
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405 \begin_inset VSpace bigskip
29406 \end_inset
29407
29408 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29409  style de boîte utilisé.
29410  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29411  le paquetage LaTeX 
29412 \series bold
29413 fancybox
29414 \series default
29415
29416 \begin_inset Index idx
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420 Paquetages LaTeX ! fancybox
29421 \end_layout
29422
29423 \end_inset
29424
29425 .
29426 \end_layout
29427
29428 \begin_layout Standard
29429 \begin_inset VSpace bigskip
29430 \end_inset
29431
29432 Quand vous utilisez le style de décoration 
29433 \family sans
29434 cadre rectangulaire simple
29435 \family default
29436  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29437  de la boîte.
29438  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29439  prendra toute la largeur de la colonne, la boîte sera considérée comme
29440  son propre paragraphe et 
29441 \series bold
29442
29443 \backslash
29444 fboxrule
29445 \series default
29446  et 
29447 \series bold
29448
29449 \backslash
29450 fboxsep
29451 \series default
29452  n'ont aucun effet sur ce type de boîte.
29453  L'épaisseur de la ligne du cadre a la valeur de 
29454 \series bold
29455
29456 \backslash
29457 FrameRule
29458 \series default
29459 .
29460  
29461 \begin_inset Box Framed
29462 position "t"
29463 hor_pos "c"
29464 has_inner_box 0
29465 inner_pos "t"
29466 use_parbox 0
29467 use_makebox 0
29468 width "100col%"
29469 special "none"
29470 height "1in"
29471 height_special "totalheight"
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475 Boîte avec cadre simple et sauts de page
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \end_layout
29482
29483 \begin_layout Section
29484 Personnalisation des boîtes
29485 \begin_inset Index idx
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489 Boîtes! Personnalisation
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \end_layout
29496
29497 \begin_layout Standard
29498 La valeur implicite pour la variable 
29499 \series bold
29500
29501 \backslash
29502 fboxrule
29503 \series default
29504  est 0.4
29505 \begin_inset space \thinspace{}
29506 \end_inset
29507
29508 pt.
29509  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29510  pour avoir 2
29511 \begin_inset space \thinspace{}
29512 \end_inset
29513
29514 pt :
29515 \end_layout
29516
29517 \begin_layout Standard
29518
29519 \series bold
29520
29521 \backslash
29522 setlength{
29523 \backslash
29524 fboxrule}{2pt}
29525 \end_layout
29526
29527 \begin_layout Standard
29528 \begin_inset ERT
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532
29533
29534 \backslash
29535 setlength{
29536 \backslash
29537 fboxrule}{2pt}
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \begin_inset Box Boxed
29544 position "c"
29545 hor_pos "c"
29546 has_inner_box 1
29547 inner_pos "c"
29548 use_parbox 0
29549 use_makebox 0
29550 width "25col%"
29551 special "none"
29552 height "1in"
29553 height_special "totalheight"
29554 status open
29555
29556 \begin_layout Plain Layout
29557 \align center
29558 Boîte rectangulaire avec 
29559 \series bold
29560
29561 \backslash
29562 fboxrule
29563 \series default
29564
29565 \begin_inset space \thinspace{}
29566 \end_inset
29567
29568 =
29569 \begin_inset space \thinspace{}
29570 \end_inset
29571
29572 2
29573 \begin_inset space \thinspace{}
29574 \end_inset
29575
29576 pt
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \begin_inset ERT
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586
29587
29588 \backslash
29589 setlength{
29590 \backslash
29591 fboxrule}{0.4pt}
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Standard
29600 \begin_inset VSpace bigskip
29601 \end_inset
29602
29603 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29604  les types de cadres, implicitement il est de 3
29605 \begin_inset space \thinspace{}
29606 \end_inset
29607
29608 pt.
29609  Vous pouvez le modifier en donnant une autre valeur à la variable 
29610 \series bold
29611
29612 \backslash
29613 fboxsep
29614 \series default
29615 .
29616  Par exemple la commande
29617 \end_layout
29618
29619 \begin_layout Standard
29620
29621 \series bold
29622
29623 \backslash
29624 setlength{
29625 \backslash
29626 fboxsep}{10pt}
29627 \end_layout
29628
29629 \begin_layout Standard
29630 met une valeur de 10
29631 \begin_inset space \thinspace{}
29632 \end_inset
29633
29634 pt, comme celle utilisée pour cette boîte :
29635 \end_layout
29636
29637 \begin_layout Standard
29638 \begin_inset ERT
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642
29643
29644 \backslash
29645 setlength{
29646 \backslash
29647 fboxsep}{10pt}
29648 \end_layout
29649
29650 \end_inset
29651
29652
29653 \begin_inset Box Boxed
29654 position "c"
29655 hor_pos "c"
29656 has_inner_box 1
29657 inner_pos "c"
29658 use_parbox 0
29659 use_makebox 0
29660 width "25col%"
29661 special "none"
29662 height "1in"
29663 height_special "totalheight"
29664 status open
29665
29666 \begin_layout Plain Layout
29667 \align center
29668 Boîte rectangulaire avec 
29669 \series bold
29670
29671 \backslash
29672 fboxsep
29673 \series default
29674
29675 \begin_inset space \thinspace{}
29676 \end_inset
29677
29678 =
29679 \begin_inset space \thinspace{}
29680 \end_inset
29681
29682 10
29683 \begin_inset space \thinspace{}
29684 \end_inset
29685
29686 pt
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696
29697
29698 \backslash
29699 setlength{
29700 \backslash
29701 fboxsep}{3pt}
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Standard
29710 \begin_inset VSpace bigskip
29711 \end_inset
29712
29713 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29714  la commande 
29715 \series bold
29716
29717 \backslash
29718 cornersize
29719 \series default
29720 .
29721  Par exemple, la commande
29722 \end_layout
29723
29724 \begin_layout Standard
29725
29726 \series bold
29727
29728 \backslash
29729 cornersize*{1cm}
29730 \end_layout
29731
29732 \begin_layout Standard
29733 donne un diamètre de 1
29734 \begin_inset space \thinspace{}
29735 \end_inset
29736
29737 cm.
29738  La commande
29739 \end_layout
29740
29741 \begin_layout Standard
29742
29743 \series bold
29744
29745 \backslash
29746 cornersize{num}
29747 \end_layout
29748
29749 \begin_layout Standard
29750 fixe le diamètre à 
29751 \family sans
29752 num
29753 \begin_inset space \thinspace{}
29754 \end_inset
29755
29756 ×
29757 \begin_inset space \thinspace{}
29758 \end_inset
29759
29760 minimum(largeur et hauteur de la boîte)
29761 \family default
29762 .
29763  La valeur implicite est 
29764 \series bold
29765
29766 \backslash
29767 cornersize{0.5}
29768 \series default
29769 .
29770 \end_layout
29771
29772 \begin_layout Standard
29773 \begin_inset ERT
29774 status collapsed
29775
29776 \begin_layout Plain Layout
29777
29778
29779 \backslash
29780 cornersize*{1.5cm}
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \begin_inset Box Ovalbox
29787 position "c"
29788 hor_pos "c"
29789 has_inner_box 1
29790 inner_pos "c"
29791 use_parbox 0
29792 use_makebox 0
29793 width "25col%"
29794 special "none"
29795 height "1in"
29796 height_special "totalheight"
29797 status open
29798
29799 \begin_layout Plain Layout
29800 \align center
29801 Boîte ovale avec 
29802 \series bold
29803
29804 \backslash
29805 cornersize
29806 \series default
29807
29808 \begin_inset space \thinspace{}
29809 \end_inset
29810
29811 =
29812 \begin_inset space \thinspace{}
29813 \end_inset
29814
29815 1.5
29816 \begin_inset space \thinspace{}
29817 \end_inset
29818
29819 cm
29820 \end_layout
29821
29822 \end_inset
29823
29824
29825 \begin_inset ERT
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829
29830
29831 \backslash
29832 cornersize{0.5}
29833 \end_layout
29834
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Standard
29841 \begin_inset VSpace bigskip
29842 \end_inset
29843
29844 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29845  
29846 \series bold
29847
29848 \backslash
29849 shadowsize
29850 \series default
29851 .
29852  Elle est fixée à 2
29853 \begin_inset space \thinspace{}
29854 \end_inset
29855
29856 pt pour la boîte suivante par la commande :
29857 \end_layout
29858
29859 \begin_layout Standard
29860
29861 \series bold
29862
29863 \backslash
29864 setlength{
29865 \backslash
29866 shadowsize}{2pt}
29867 \end_layout
29868
29869 \begin_layout Standard
29870 \begin_inset ERT
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875
29876 \backslash
29877 setlength{
29878 \backslash
29879 shadowsize}{2pt}
29880 \end_layout
29881
29882 \end_inset
29883
29884
29885 \begin_inset Box Shadowbox
29886 position "c"
29887 hor_pos "c"
29888 has_inner_box 1
29889 inner_pos "c"
29890 use_parbox 0
29891 use_makebox 0
29892 width "25col%"
29893 special "none"
29894 height "1in"
29895 height_special "totalheight"
29896 status open
29897
29898 \begin_layout Plain Layout
29899 \align center
29900 Boîte ombrée avec 
29901 \series bold
29902
29903 \backslash
29904 shadowsize
29905 \series default
29906
29907 \begin_inset space \thinspace{}
29908 \end_inset
29909
29910 =
29911 \begin_inset space \thinspace{}
29912 \end_inset
29913
29914 2
29915 \begin_inset space \thinspace{}
29916 \end_inset
29917
29918 pt
29919 \end_layout
29920
29921 \end_inset
29922
29923
29924 \begin_inset ERT
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929
29930 \backslash
29931 setlength{
29932 \backslash
29933 shadowsize}{4pt}
29934 \end_layout
29935
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \begin_layout Standard
29942 \begin_inset VSpace bigskip
29943 \end_inset
29944
29945
29946 \end_layout
29947
29948 \begin_layout Standard
29949 La valeur implicite pour la longueur 
29950 \series bold
29951
29952 \backslash
29953 FrameRule
29954 \series default
29955  est 0,4
29956 \begin_inset space \thinspace{}
29957 \end_inset
29958
29959 pt.
29960  L'espacement implicite entre le contenu de la note et le cadre est de 9
29961 \begin_inset space \thinspace{}
29962 \end_inset
29963
29964 pt et il peut être modifié en utilisant la valeur de 
29965 \series bold
29966
29967 \backslash
29968 FrameSep
29969 \series default
29970 .
29971  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29972  suivantes en code TeX
29973 \end_layout
29974
29975 \begin_layout Standard
29976
29977 \series bold
29978
29979 \backslash
29980 setlength{
29981 \backslash
29982 FrameRule}{5pt}
29983 \begin_inset Newline newline
29984 \end_inset
29985
29986
29987 \backslash
29988 setlength{
29989 \backslash
29990 FrameSep}{0.5cm}
29991 \end_layout
29992
29993 \begin_layout Standard
29994 \begin_inset ERT
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998
29999
30000 \backslash
30001 setlength{
30002 \backslash
30003 FrameRule}{5pt}
30004 \end_layout
30005
30006 \begin_layout Plain Layout
30007
30008
30009 \backslash
30010 setlength{
30011 \backslash
30012 FrameSep}{0.5cm}
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \begin_inset Box Framed
30019 position "t"
30020 hor_pos "c"
30021 has_inner_box 0
30022 inner_pos "t"
30023 use_parbox 0
30024 use_makebox 0
30025 width "100col%"
30026 special "none"
30027 height "1in"
30028 height_special "totalheight"
30029 status open
30030
30031 \begin_layout Plain Layout
30032 Ceci est un texte dans une boîte autorisant les 
30033 \family sans
30034 sauts de page
30035 \family default
30036 .
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \begin_inset ERT
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046
30047
30048 \backslash
30049 setlength{
30050 \backslash
30051 FrameRule}{0.4pt}
30052 \end_layout
30053
30054 \begin_layout Plain Layout
30055
30056
30057 \backslash
30058 setlength{
30059 \backslash
30060 FrameSep}{9pt}
30061 \end_layout
30062
30063 \end_inset
30064
30065
30066 \end_layout
30067
30068 \begin_layout Standard
30069
30070 \lang english
30071 \begin_inset VSpace bigskip
30072 \end_inset
30073
30074
30075 \end_layout
30076
30077 \begin_layout Standard
30078 Pour les boîtes à 
30079 \family sans
30080 Fond
30081 \begin_inset space ~
30082 \end_inset
30083
30084 ombré
30085 \family default
30086 , l'espacement implicite entre le contenu de la boîte et son cadre est de
30087  3
30088 \begin_inset space \thinspace{}
30089 \end_inset
30090
30091 pt et il peut être modifié avec la valeur de 
30092 \series bold
30093
30094 \backslash
30095 fboxsep
30096 \series default
30097 .
30098  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
30099  localement avec la commande 
30100 \series bold
30101
30102 \backslash
30103 definecolor{shadecolor}
30104 \series default
30105 , soit globalement avec le menu 
30106 \family sans
30107 Outils\SpecialChar \menuseparator
30108 Préférences
30109 \family default
30110 \SpecialChar \menuseparator
30111
30112 \family sans
30113 Couleurs\SpecialChar \menuseparator
30114 boîte
30115 \begin_inset space ~
30116 \end_inset
30117
30118 ombrée
30119 \family default
30120 .
30121  La syntaxe de la commande 
30122 \series bold
30123
30124 \backslash
30125 definecolor
30126 \series default
30127  est expliquée dans la section
30128 \begin_inset space ~
30129 \end_inset
30130
30131
30132 \begin_inset CommandInset ref
30133 LatexCommand ref
30134 reference "sec:Tableaux-Colorés"
30135
30136 \end_inset
30137
30138
30139 \begin_inset Foot
30140 status collapsed
30141
30142 \begin_layout Plain Layout
30143 Notez que l'utilisation de 
30144 \series bold
30145
30146 \backslash
30147 definecolor
30148 \series default
30149  ne peut se faire sans le paquetage LaTeX 
30150 \series bold
30151 color
30152 \series default
30153  dans le préambule, voir la section
30154 \begin_inset space ~
30155 \end_inset
30156
30157
30158 \begin_inset CommandInset ref
30159 LatexCommand ref
30160 reference "sec:Boîtes-colorées"
30161
30162 \end_inset
30163
30164 .
30165  
30166 \end_layout
30167
30168 \end_inset
30169
30170 .
30171 \end_layout
30172
30173 \begin_layout Standard
30174 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
30175  les commandes en code TeX suivantes
30176 \end_layout
30177
30178 \begin_layout Standard
30179
30180 \series bold
30181
30182 \backslash
30183 setlength{
30184 \backslash
30185 fboxsep}{0.5cm}
30186 \series default
30187
30188 \begin_inset Newline newline
30189 \end_inset
30190
30191
30192 \series bold
30193
30194 \backslash
30195 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30196 \end_layout
30197
30198 \begin_layout Standard
30199 \begin_inset ERT
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203
30204
30205 \backslash
30206 setlength{
30207 \backslash
30208 fboxsep}{0.5cm}
30209 \end_layout
30210
30211 \begin_layout Plain Layout
30212
30213
30214 \backslash
30215 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \begin_inset Box Shaded
30222 position "t"
30223 hor_pos "c"
30224 has_inner_box 0
30225 inner_pos "t"
30226 use_parbox 0
30227 use_makebox 0
30228 width "100col%"
30229 special "none"
30230 height "1in"
30231 height_special "totalheight"
30232 status open
30233
30234 \begin_layout Plain Layout
30235
30236 \color yellow
30237 Ceci est un texte jaune dans une boîte à 
30238 \family sans
30239 Fond
30240 \begin_inset space ~
30241 \end_inset
30242
30243 ombré
30244 \family default
30245 \color inherit
30246  
30247 \color yellow
30248 avec un fond vert foncé.
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \begin_inset ERT
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258
30259
30260 \backslash
30261 setlength{
30262 \backslash
30263 fboxsep}{3pt}
30264 \end_layout
30265
30266 \begin_layout Plain Layout
30267
30268
30269 \backslash
30270 definecolor{shadecolor}{rgb}{1,0,0}
30271 \end_layout
30272
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \begin_layout Standard
30279
30280 \lang english
30281 \begin_inset VSpace bigskip
30282 \end_inset
30283
30284
30285 \end_layout
30286
30287 \begin_layout Standard
30288 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
30289  les boîtes qui suivent la commandes qui les a changées.
30290 \end_layout
30291
30292 \begin_layout Section
30293 Minipages
30294 \begin_inset CommandInset label
30295 LatexCommand label
30296 name "sec:Minipages"
30297
30298 \end_inset
30299
30300
30301 \begin_inset Index idx
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Boîtes ! Minipages
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \begin_layout Standard
30314 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
30315 ur d'une page.
30316  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
30317  règles d'indentation, de saut de ligne, etc.
30318  s'appliquent.
30319 \end_layout
30320
30321 \begin_layout Standard
30322 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
30323  langues.
30324 \end_layout
30325
30326 \begin_layout Standard
30327 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
30328  Leur largeur est fixée à 45
30329 \begin_inset space \thinspace{}
30330 \end_inset
30331
30332 col% et elles sont séparées par un ressort horizontal, qui a été inséré
30333  via le menu 
30334 \family sans
30335 Insérer\SpecialChar \menuseparator
30336 Typographie
30337 \begin_inset space ~
30338 \end_inset
30339
30340 spéciale\SpecialChar \menuseparator
30341 Ressort
30342 \begin_inset space ~
30343 \end_inset
30344
30345 Horizontal
30346 \family default
30347 .
30348 \end_layout
30349
30350 \begin_layout Standard
30351
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \lang english
30357 \begin_inset Box Frameless
30358 position "t"
30359 hor_pos "c"
30360 has_inner_box 1
30361 inner_pos "c"
30362 use_parbox 0
30363 use_makebox 0
30364 width "45col%"
30365 special "none"
30366 height "1in"
30367 height_special "totalheight"
30368 status open
30369
30370 \begin_layout Plain Layout
30371
30372 \lang german
30373 Dies ist ein deutscher Text.
30374  Dies ist ein deutscher Text.
30375  Dies ist ein deutscher Text.
30376  Dies ist ein deutscher Text.
30377  Dies ist ein deutscher Text.
30378  Dies ist ein deutscher Text.
30379  Dies ist ein deutscher Text.
30380  Dies ist ein deutscher Text.
30381  Dies ist ein deutscher Text.
30382  Dies ist ein deutscher Text.
30383  Dies ist ein deutscher Text.
30384  Dies ist ein deutscher Text.
30385  Dies ist ein deutscher Text
30386 \begin_inset Foot
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391 \lang german
30392 Dies ist eine deutsche Fußnote.
30393 \end_layout
30394
30395 \end_inset
30396
30397 .
30398  Dies ist ein deutscher Text.
30399  Dies ist ein deutscher Text.
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \begin_inset space \hfill{}
30406 \end_inset
30407
30408
30409 \begin_inset Box Frameless
30410 position "t"
30411 hor_pos "c"
30412 has_inner_box 1
30413 inner_pos "c"
30414 use_parbox 0
30415 use_makebox 0
30416 width "45col%"
30417 special "none"
30418 height "1in"
30419 height_special "totalheight"
30420 status open
30421
30422 \begin_layout Plain Layout
30423
30424 \lang english
30425 This is an English Text.
30426  This is an English Text.
30427  This is an English Text.
30428  This is an English Text.
30429  This is an English Text.
30430  This is an English Text.
30431  This is an English Text.
30432  This is an English Text.
30433  This is an English Text.
30434  This is an English Text.
30435  This is an English Text.
30436  This is an English Text.
30437  This is an English Text.
30438  This is an English Text.
30439  This is an English Text.
30440  This is an English Text.
30441 \begin_inset Foot
30442 status collapsed
30443
30444 \begin_layout Plain Layout
30445
30446 \lang english
30447 This is an English footnote.
30448 \end_layout
30449
30450 \end_inset
30451
30452  This is an English Text.
30453  
30454 \end_layout
30455
30456 \end_inset
30457
30458
30459 \end_layout
30460
30461 \begin_layout Standard
30462 \begin_inset VSpace bigskip
30463 \end_inset
30464
30465 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30466  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30467  minipages, même si vous les avez mis par exemple à 
30468 \family sans
30469 Moyen
30470 \family default
30471  dans les paramètres du document.
30472 \end_layout
30473
30474 \begin_layout Standard
30475 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30476  portion de texte, voyez la section
30477 \begin_inset space ~
30478 \end_inset
30479
30480
30481 \begin_inset CommandInset ref
30482 LatexCommand ref
30483 reference "sub:Couleur-pour-les-Paragraphes"
30484
30485 \end_inset
30486
30487 .
30488 \end_layout
30489
30490 \begin_layout Standard
30491 \begin_inset Note Greyedout
30492 status open
30493
30494 \begin_layout Plain Layout
30495
30496 \series bold
30497 Note:
30498 \series default
30499  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30500  mais les minipages peuvent être utilisées dans un tableau, un flottant
30501  ou une autre boîte.
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Section
30510 Les Parboxes
30511 \begin_inset CommandInset label
30512 LatexCommand label
30513 name "sec:Parboxes"
30514
30515 \end_inset
30516
30517
30518 \begin_inset Index idx
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522 Boîtes ! Parboxes
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \end_layout
30529
30530 \begin_layout Standard
30531 \begin_inset Note Note
30532 status collapsed
30533
30534 \begin_layout Plain Layout
30535
30536 \lang english
30537 En attendant une traduction de parbox (NdT)
30538 \end_layout
30539
30540 \end_inset
30541
30542 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30543  ne peuvent avoir de note de bas de page.
30544 \end_layout
30545
30546 \begin_layout Standard
30547 \align center
30548 \begin_inset Box Frameless
30549 position "t"
30550 hor_pos "c"
30551 has_inner_box 1
30552 inner_pos "t"
30553 use_parbox 1
30554 use_makebox 0
30555 width "33col%"
30556 special "none"
30557 height "1in"
30558 height_special "totalheight"
30559 status collapsed
30560
30561 \begin_layout Plain Layout
30562 Ceci est un texte à l'intérieur d'une parbox.
30563  Ceci est un texte à l'intérieur d'une parbox.
30564 \end_layout
30565
30566 \begin_layout Plain Layout
30567 Cette note de bas de page ne devrait pas apparaître :
30568 \begin_inset Foot
30569 status open
30570
30571 \begin_layout Plain Layout
30572 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30573  pas.
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \begin_layout Section
30587 Des Boîtes pour les Mots et les Caractères
30588 \begin_inset Index idx
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592 Boîtes ! Pour les caractères
30593 \end_layout
30594
30595 \end_inset
30596
30597
30598 \end_layout
30599
30600 \begin_layout Subsection
30601 Empêcher la Césure
30602 \begin_inset CommandInset label
30603 LatexCommand label
30604 name "sec:Empêcher-césure"
30605
30606 \end_inset
30607
30608
30609 \begin_inset Index idx
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613 Boîtes ! Pour empêcher la césure
30614 \end_layout
30615
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \begin_layout Standard
30622 Vous pouvez utiliser une boîte de type 
30623 \family sans
30624 Makebox
30625 \family default
30626  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30627 \begin_inset Newline newline
30628 \end_inset
30629
30630 Voici un exemple de texte :
30631 \end_layout
30632
30633 \begin_layout Standard
30634 Cette ligne est un exemple comment vous pouvez empêcher une césure
30635 \begin_inset space ~
30636 \end_inset
30637
30638
30639 \begin_inset Quotes eld
30640 \end_inset
30641
30642 motTrèsTrèsLong
30643 \begin_inset Quotes erd
30644 \end_inset
30645
30646
30647 \end_layout
30648
30649 \begin_layout Standard
30650 Pour empêcher que le mot 
30651 \begin_inset Quotes eld
30652 \end_inset
30653
30654 motTrèsTrèsLong
30655 \begin_inset Quotes erd
30656 \end_inset
30657
30658  soit coupé, mettez le mot dans une boîte, mettez 
30659 \family sans
30660 Boîte
30661 \begin_inset space ~
30662 \end_inset
30663
30664 intérieure
30665 \family default
30666  à 
30667 \family sans
30668 Makebox
30669 \family default
30670  et sa largeur à 1
30671 \begin_inset space \thinspace{}
30672 \end_inset
30673
30674 Largeur.
30675 \end_layout
30676
30677 \begin_layout Standard
30678 Voici le résultat :
30679 \end_layout
30680
30681 \begin_layout Standard
30682 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30683 \begin_inset Box Frameless
30684 position "t"
30685 hor_pos "c"
30686 has_inner_box 1
30687 inner_pos "t"
30688 use_parbox 0
30689 use_makebox 1
30690 width "1in"
30691 special "width"
30692 height "1in"
30693 height_special "totalheight"
30694 status open
30695
30696 \begin_layout Plain Layout
30697 motTrèsTrèsLong
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \end_layout
30704
30705 \begin_layout Standard
30706 Une autre méthode consiste à mettre la commande 
30707 \begin_inset Quotes eld
30708 \end_inset
30709
30710
30711 \series bold
30712
30713 \backslash
30714 -
30715 \series default
30716
30717 \begin_inset Quotes grd
30718 \end_inset
30719
30720  en code TeX, juste avant le mot :
30721 \end_layout
30722
30723 \begin_layout Standard
30724 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30725 \begin_inset Quotes eld
30726 \end_inset
30727
30728
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734
30735 \backslash
30736 -
30737 \end_layout
30738
30739 \end_inset
30740
30741 motTrèsTrèsLong
30742 \begin_inset Quotes erd
30743 \end_inset
30744
30745
30746 \end_layout
30747
30748 \begin_layout Standard
30749 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30750  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30751 \family sans
30752 Insérer\SpecialChar \menuseparator
30753 Typographie
30754 \begin_inset space ~
30755 \end_inset
30756
30757 spéciale\SpecialChar \menuseparator
30758 Passage
30759 \begin_inset space ~
30760 \end_inset
30761
30762 à
30763 \begin_inset space ~
30764 \end_inset
30765
30766 la
30767 \begin_inset space ~
30768 \end_inset
30769
30770 Ligne
30771 \family default
30772  (raccourci 
30773 \family sans
30774 Ctrl-Entrée
30775 \family default
30776 ) :
30777 \end_layout
30778
30779 \begin_layout Standard
30780 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30781 \begin_inset Newline newline
30782 \end_inset
30783
30784
30785 \begin_inset Box Frameless
30786 position "t"
30787 hor_pos "c"
30788 has_inner_box 1
30789 inner_pos "t"
30790 use_parbox 0
30791 use_makebox 1
30792 width "1in"
30793 special "width"
30794 height "1in"
30795 height_special "totalheight"
30796 status open
30797
30798 \begin_layout Plain Layout
30799 \begin_inset Quotes eld
30800 \end_inset
30801
30802 motTrèsTrèsLong
30803 \begin_inset Quotes erd
30804 \end_inset
30805
30806
30807 \end_layout
30808
30809 \end_inset
30810
30811
30812 \end_layout
30813
30814 \begin_layout Subsection
30815 Alignement Vertical
30816 \begin_inset CommandInset label
30817 LatexCommand label
30818 name "sub:Alignement-Vertical"
30819
30820 \end_inset
30821
30822
30823 \begin_inset Index idx
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827 Boîtes ! Pour l'alignement vertical
30828 \end_layout
30829
30830 \end_inset
30831
30832
30833 \begin_inset Index idx
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837 Boîtes ! Boîtes élévatrices
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \begin_inset Index idx
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847 Raisebox|see
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853 {
30854 \end_layout
30855
30856 \end_inset
30857
30858 Boîtes élévatrices
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864 }
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \begin_layout Standard
30878 Avec la commande 
30879 \series bold
30880
30881 \backslash
30882 raisebox
30883 \series default
30884  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30885  par rapport au texte qui l'entoure.
30886  La commande
30887 \series bold
30888  
30889 \backslash
30890 raisebox
30891 \series default
30892  s'utilise en suivant la syntaxe suivante :
30893 \end_layout
30894
30895 \begin_layout Standard
30896
30897 \series bold
30898
30899 \backslash
30900 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30901 \end_layout
30902
30903 \begin_layout Standard
30904 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30905  pour l'abaisser.
30906 \end_layout
30907
30908 \begin_layout Standard
30909 Pour aligner le mot 
30910 \begin_inset Quotes eld
30911 \end_inset
30912
30913 empêcher
30914 \begin_inset Quotes erd
30915 \end_inset
30916
30917  de façon à ce que le point le plus bas du caractère le plus 
30918 \begin_inset Quotes eld
30919 \end_inset
30920
30921 profond
30922 \begin_inset Quotes erd
30923 \end_inset
30924
30925 , le 
30926 \begin_inset Quotes eld
30927 \end_inset
30928
30929 p
30930 \begin_inset Quotes erd
30931 \end_inset
30932
30933 , soit au niveau de la ligne de base, insérez la commande 
30934 \end_layout
30935
30936 \begin_layout Standard
30937
30938 \series bold
30939
30940 \backslash
30941 raisebox{
30942 \backslash
30943 depth}{
30944 \end_layout
30945
30946 \begin_layout Standard
30947 en code TeX avant le mot.
30948  Insérez après le mot l'accolade fermante 
30949 \begin_inset Quotes eld
30950 \end_inset
30951
30952
30953 \series bold
30954 }
30955 \series default
30956
30957 \begin_inset Quotes erd
30958 \end_inset
30959
30960  en code TeX.
30961 \begin_inset Newline newline
30962 \end_inset
30963
30964 Voici le résultat :
30965 \end_layout
30966
30967 \begin_layout Standard
30968 Cette ligne de texte contient le mot 
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974
30975 \backslash
30976 raisebox{
30977 \backslash
30978 depth}{
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \begin_inset Quotes eld
30985 \end_inset
30986
30987 empêcher
30988 \begin_inset Quotes erd
30989 \end_inset
30990
30991
30992 \begin_inset ERT
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996
30997 }
30998 \end_layout
30999
31000 \end_inset
31001
31002  comme mot élevé.
31003 \end_layout
31004
31005 \begin_layout Standard
31006 \begin_inset VSpace bigskip
31007 \end_inset
31008
31009 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
31010  entre les lignes va être agrandie :
31011 \end_layout
31012
31013 \begin_layout Standard
31014 Cette ligne de texte contient le mot
31015 \begin_inset ERT
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019
31020
31021 \backslash
31022 raisebox{-
31023 \backslash
31024 depth}{
31025 \end_layout
31026
31027 \end_inset
31028
31029
31030 \begin_inset Quotes eld
31031 \end_inset
31032
31033 empêcher
31034 \begin_inset Quotes erd
31035 \end_inset
31036
31037
31038 \begin_inset ERT
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042
31043 }
31044 \end_layout
31045
31046 \end_inset
31047
31048  comme mot abaissé.
31049 \begin_inset Newline newline
31050 \end_inset
31051
31052 Cette ligne de texte contient le mot 
31053 \begin_inset ERT
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057
31058
31059 \backslash
31060 raisebox{0.5cm}{
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \begin_inset Quotes eld
31067 \end_inset
31068
31069 tester
31070 \begin_inset Quotes erd
31071 \end_inset
31072
31073
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079 }
31080 \end_layout
31081
31082 \end_inset
31083
31084  comme mot élevé.
31085 \end_layout
31086
31087 \begin_layout Standard
31088 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
31089  mettez la hauteur de la boîte à zéro.
31090  Par exemple utilisez
31091 \end_layout
31092
31093 \begin_layout Standard
31094
31095 \series bold
31096
31097 \backslash
31098 raisebox{-
31099 \backslash
31100 depth}[0pt]{
31101 \end_layout
31102
31103 \begin_layout Standard
31104 Cette ligne de texte contient le mot
31105 \begin_inset ERT
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109
31110
31111 \backslash
31112 raisebox{-
31113 \backslash
31114 depth}[0pt]{
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \begin_inset Quotes eld
31121 \end_inset
31122
31123 empêcher
31124 \begin_inset Quotes erd
31125 \end_inset
31126
31127
31128 \begin_inset ERT
31129 status collapsed
31130
31131 \begin_layout Plain Layout
31132
31133 }
31134 \end_layout
31135
31136 \end_inset
31137
31138  comme mot abaissé.
31139 \begin_inset Newline newline
31140 \end_inset
31141
31142 Cette ligne de texte contient le mot 
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148
31149 \backslash
31150 raisebox{0.5cm}[0pt]{
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \begin_inset Quotes eld
31157 \end_inset
31158
31159 tester
31160 \begin_inset Quotes erd
31161 \end_inset
31162
31163
31164 \begin_inset ERT
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168
31169 }
31170 \end_layout
31171
31172 \end_inset
31173
31174  comme mot élevé.
31175 \end_layout
31176
31177 \begin_layout Section
31178 Boîtes Colorées
31179 \begin_inset CommandInset label
31180 LatexCommand label
31181 name "sec:Boîtes-colorées"
31182
31183 \end_inset
31184
31185
31186 \begin_inset Index idx
31187 status collapsed
31188
31189 \begin_layout Plain Layout
31190 Boîtes ! Couleur
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \end_layout
31197
31198 \begin_layout Subsection
31199 De la couleur pour le texte
31200 \begin_inset Index idx
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204 Couleur ! Pour le texte
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \end_layout
31211
31212 \begin_layout Standard
31213 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
31214  une boîte appelée 
31215 \begin_inset Quotes eld
31216 \end_inset
31217
31218 colorbox
31219 \begin_inset Quotes erd
31220 \end_inset
31221
31222 .
31223  Cela demande que le paquetage LaTeX 
31224 \series bold
31225 color
31226 \series default
31227
31228 \begin_inset Index idx
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232 Paquetages LaTeX ! color
31233 \end_layout
31234
31235 \end_inset
31236
31237  soit chargé dans le préambule du document avec la commande
31238 \end_layout
31239
31240 \begin_layout Standard
31241
31242 \series bold
31243
31244 \backslash
31245 @ifundefined{textcolor}
31246 \begin_inset Newline newline
31247 \end_inset
31248
31249
31250 \begin_inset Phantom HPhantom
31251 status open
31252
31253 \begin_layout Plain Layout
31254
31255 \series bold
31256 \begin_inset space ~
31257 \end_inset
31258
31259
31260 \end_layout
31261
31262 \end_inset
31263
31264 {
31265 \backslash
31266 usepackage{color}}{}
31267 \end_layout
31268
31269 \begin_layout Standard
31270 Le paquetage 
31271 \series bold
31272 color
31273 \series default
31274  sera chargé automatiquement par LyX dès que vous colorez du texte.
31275 \begin_inset Foot
31276 status collapsed
31277
31278 \begin_layout Plain Layout
31279 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
31280  
31281 \series bold
31282
31283 \backslash
31284 @ifundefined
31285 \series default
31286 .
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Standard
31295 \begin_inset VSpace medskip
31296 \end_inset
31297
31298 Les boîtes colorées sont créées par la commande 
31299 \series bold
31300
31301 \backslash
31302 colorbox
31303 \series default
31304 .
31305  Elle est utilisée avec la syntaxe suivante :
31306 \end_layout
31307
31308 \begin_layout Standard
31309
31310 \series bold
31311
31312 \backslash
31313 colorbox{couleur}{contenu de la boîte}
31314 \end_layout
31315
31316 \begin_layout Standard
31317 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
31318  peuvent être placées à l'intérieur d'autres boîtes.
31319 \end_layout
31320
31321 \begin_layout Standard
31322 Les couleurs suivantes sont prédéfinies ::
31323 \begin_inset Newline newline
31324 \end_inset
31325
31326
31327 \family sans
31328 black
31329 \family default
31330  (noir), 
31331 \family sans
31332 blue
31333 \family default
31334  (bleu), 
31335 \family sans
31336 cyan
31337 \family default
31338 \series bold
31339 ,
31340 \series default
31341  
31342 \family sans
31343 green
31344 \family default
31345  (vert), 
31346 \family sans
31347 magenta
31348 \family default
31349
31350 \family sans
31351 red
31352 \family default
31353  (rouge), 
31354 \family sans
31355 white
31356 \family default
31357  (blanc), and 
31358 \family sans
31359 yellow
31360 \family default
31361  (jaune).
31362 \begin_inset Newline newline
31363 \end_inset
31364
31365 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31366  section
31367 \begin_inset space ~
31368 \end_inset
31369
31370
31371 \begin_inset CommandInset ref
31372 LatexCommand ref
31373 reference "sec:Tableaux-Colorés"
31374
31375 \end_inset
31376
31377 .
31378 \end_layout
31379
31380 \begin_layout Standard
31381 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31382 \end_layout
31383
31384 \begin_layout Standard
31385
31386 \series bold
31387
31388 \backslash
31389 colorbox{red}{
31390 \end_layout
31391
31392 \begin_layout Standard
31393 avant le mot en code TeX.
31394  Insérez l'accolade fermante 
31395 \begin_inset Quotes eld
31396 \end_inset
31397
31398 }
31399 \begin_inset Quotes erd
31400 \end_inset
31401
31402  après le mot, en code TeX.
31403 \begin_inset Newline newline
31404 \end_inset
31405
31406 Voici le résultat :
31407 \end_layout
31408
31409 \begin_layout Standard
31410 Cette ligne de texte contient le mot
31411 \begin_inset ERT
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415
31416
31417 \backslash
31418 colorbox{red}{
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \begin_inset Quotes eld
31425 \end_inset
31426
31427 Attention!
31428 \begin_inset Quotes erd
31429 \end_inset
31430
31431
31432 \begin_inset ERT
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436
31437 }
31438 \end_layout
31439
31440 \end_inset
31441
31442  sur fond rouge.
31443 \end_layout
31444
31445 \begin_layout Standard
31446 \begin_inset VSpace bigskip
31447 \end_inset
31448
31449 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31450  vous pouvez utiliser la commande 
31451 \series bold
31452
31453 \backslash
31454 fcolorbox
31455 \series default
31456  avec la syntaxe suivante :
31457 \end_layout
31458
31459 \begin_layout Standard
31460
31461 \series bold
31462
31463 \backslash
31464 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31465 \end_layout
31466
31467 \begin_layout Standard
31468
31469 \series bold
31470
31471 \backslash
31472 fcolorbox
31473 \series default
31474  est une extension de 
31475 \series bold
31476
31477 \backslash
31478 colorbox
31479 \series default
31480 .
31481  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31482  peuvent être modifiés avec les variables 
31483 \series bold
31484
31485 \backslash
31486 fboxrule
31487 \series default
31488  et 
31489 \series bold
31490
31491 \backslash
31492 fboxsep
31493 \series default
31494 , comme c'est décrit dans la section
31495 \begin_inset space ~
31496 \end_inset
31497
31498
31499 \begin_inset CommandInset ref
31500 LatexCommand ref
31501 reference "sec:Décorations"
31502
31503 \end_inset
31504
31505 .
31506 \end_layout
31507
31508 \begin_layout Standard
31509 Pour l'exemple suivant, on a utilisé la commande
31510 \end_layout
31511
31512 \begin_layout Standard
31513
31514 \series bold
31515
31516 \backslash
31517 fcolorbox{cyan}{magenta}{
31518 \end_layout
31519
31520 \begin_layout Standard
31521 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31522 \begin_inset space \thinspace{}
31523 \end_inset
31524
31525 mm:
31526 \begin_inset Newline newline
31527 \end_inset
31528
31529
31530 \begin_inset ERT
31531 status collapsed
31532
31533 \begin_layout Plain Layout
31534
31535
31536 \backslash
31537 fboxrule 1mm 
31538 \backslash
31539 fboxsep 1mm
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \begin_inset ERT
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549
31550
31551 \backslash
31552 fcolorbox{cyan}{magenta}{
31553 \end_layout
31554
31555 \end_inset
31556
31557 Ce texte est dans une boîte encadrée et colorée.
31558 \begin_inset ERT
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562
31563 }
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \begin_layout Standard
31572 \begin_inset VSpace bigskip
31573 \end_inset
31574
31575 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31576  les yeux ! - NdT) :
31577 \begin_inset Newline newline
31578 \end_inset
31579
31580
31581 \begin_inset ERT
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585
31586
31587 \backslash
31588 fcolorbox{cyan}{magenta}{
31589 \end_layout
31590
31591 \end_inset
31592
31593
31594 \color yellow
31595 Ce texte est coloré dans une boîte colorée et encadrée.
31596 \color inherit
31597
31598 \begin_inset ERT
31599 status collapsed
31600
31601 \begin_layout Plain Layout
31602
31603 }
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \begin_inset ERT
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613
31614
31615 \backslash
31616 fboxrule 0.4pt 
31617 \backslash
31618 fboxsep 3pt
31619 \end_layout
31620
31621 \end_inset
31622
31623
31624 \end_layout
31625
31626 \begin_layout Standard
31627
31628 \series bold
31629 \begin_inset VSpace medskip
31630 \end_inset
31631
31632
31633 \end_layout
31634
31635 \begin_layout Standard
31636 \begin_inset Note Greyedout
31637 status open
31638
31639 \begin_layout Plain Layout
31640
31641 \series bold
31642 Note:
31643 \series default
31644  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31645  de ligne.
31646  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31647  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31648 \end_layout
31649
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \begin_layout Subsection
31656 De la couleur pour les paragraphes
31657 \begin_inset CommandInset label
31658 LatexCommand label
31659 name "sub:Couleur-pour-les-Paragraphes"
31660
31661 \end_inset
31662
31663
31664 \begin_inset Index idx
31665 status collapsed
31666
31667 \begin_layout Plain Layout
31668 Couleur ! Pour les  paragraphes
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Standard
31677 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31678  texte dans une minipage.
31679  Avant la minipage, insérez la commande 
31680 \series bold
31681
31682 \backslash
31683 colorbox
31684 \series default
31685  
31686 \end_layout
31687
31688 \begin_layout Standard
31689
31690 \series bold
31691
31692 \backslash
31693 colorbox{color}{
31694 \end_layout
31695
31696 \begin_layout Standard
31697 en code TeX.
31698  Après la minipage, insérez l'accolade fermante 
31699 \begin_inset Quotes eld
31700 \end_inset
31701
31702 }
31703 \begin_inset Quotes erd
31704 \end_inset
31705
31706  en code TeX.
31707 \end_layout
31708
31709 \begin_layout Standard
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 colorbox{lightgrey}{
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \begin_inset Box Frameless
31724 position "t"
31725 hor_pos "c"
31726 has_inner_box 1
31727 inner_pos "t"
31728 use_parbox 0
31729 use_makebox 0
31730 width "100col%"
31731 special "none"
31732 height "1in"
31733 height_special "totalheight"
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 Ce texte a un fond coloré.
31738  Ce texte a un fond coloré.
31739 \end_layout
31740
31741 \begin_layout Plain Layout
31742 \begin_inset VSpace defskip
31743 \end_inset
31744
31745 Le texte peut avoir des notes de bas de page
31746 \begin_inset Foot
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750 Un autre exemple de note de bas de page
31751 \end_layout
31752
31753 \end_inset
31754
31755  et contenir des figures et des tableaux.
31756 \end_layout
31757
31758 \begin_layout Plain Layout
31759 \align center
31760 \begin_inset Tabular
31761 <lyxtabular version="3" rows="3" columns="3">
31762 <features tabularvalignment="middle">
31763 <column alignment="center" valignment="top" width="0">
31764 <column alignment="center" valignment="top" width="0">
31765 <column alignment="center" valignment="top" width="0">
31766 <row>
31767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31768 \begin_inset Text
31769
31770 \begin_layout Plain Layout
31771 a
31772 \end_layout
31773
31774 \end_inset
31775 </cell>
31776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31777 \begin_inset Text
31778
31779 \begin_layout Plain Layout
31780 !
31781 \end_layout
31782
31783 \end_inset
31784 </cell>
31785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31786 \begin_inset Text
31787
31788 \begin_layout Plain Layout
31789 3
31790 \end_layout
31791
31792 \end_inset
31793 </cell>
31794 </row>
31795 <row>
31796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31797 \begin_inset Text
31798
31799 \begin_layout Plain Layout
31800 <
31801 \end_layout
31802
31803 \end_inset
31804 </cell>
31805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31806 \begin_inset Text
31807
31808 \begin_layout Plain Layout
31809 b2
31810 \begin_inset Quotes erd
31811 \end_inset
31812
31813 |
31814 \end_layout
31815
31816 \end_inset
31817 </cell>
31818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31819 \begin_inset Text
31820
31821 \begin_layout Plain Layout
31822 >
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 </row>
31828 <row>
31829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31830 \begin_inset Text
31831
31832 \begin_layout Plain Layout
31833 1
31834 \end_layout
31835
31836 \end_inset
31837 </cell>
31838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31839 \begin_inset Text
31840
31841 \begin_layout Plain Layout
31842 §
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31848 \begin_inset Text
31849
31850 \begin_layout Plain Layout
31851 c
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 </row>
31857 </lyxtabular>
31858
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872 }
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Section
31881 Les boîtes pivotées et redimensionnées
31882 \end_layout
31883
31884 \begin_layout Standard
31885 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31886  charger le paquetage LaTeX 
31887 \series bold
31888 graphicx
31889 \series default
31890
31891 \begin_inset Index idx
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895 Paquetages LaTeX ! graphicx
31896 \end_layout
31897
31898 \end_inset
31899
31900  dans le préambule de votre document avec la commande
31901 \end_layout
31902
31903 \begin_layout Standard
31904
31905 \series bold
31906
31907 \backslash
31908 @ifundefined{rotatebox}
31909 \begin_inset Newline newline
31910 \end_inset
31911
31912
31913 \begin_inset Phantom HPhantom
31914 status open
31915
31916 \begin_layout Plain Layout
31917
31918 \series bold
31919 \begin_inset space ~
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \end_inset
31926
31927 {
31928 \backslash
31929 usepackage{graphicx}}{}
31930 \end_layout
31931
31932 \begin_layout Standard
31933 \begin_inset Note Greyedout
31934 status open
31935
31936 \begin_layout Plain Layout
31937
31938 \series bold
31939 Note:
31940 \series default
31941  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31942  redimensionnés.
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \begin_layout Standard
31951 \begin_inset Note Greyedout
31952 status open
31953
31954 \begin_layout Plain Layout
31955
31956 \series bold
31957 Note:
31958 \series default
31959  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31960  redimensionnée.
31961 \end_layout
31962
31963 \end_inset
31964
31965
31966 \end_layout
31967
31968 \begin_layout Subsection
31969 Les Boîtes pivotées
31970 \begin_inset Index idx
31971 status collapsed
31972
31973 \begin_layout Plain Layout
31974 Boîtes ! pivotées
31975 \end_layout
31976
31977 \end_inset
31978
31979
31980 \begin_inset Index idx
31981 status collapsed
31982
31983 \begin_layout Plain Layout
31984 Pivoter des objets
31985 \end_layout
31986
31987 \end_inset
31988
31989
31990 \begin_inset Index idx
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994 Figures ! Pivotées
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \begin_inset Index idx
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004 Tableau ! Pivoter
32005 \end_layout
32006
32007 \end_inset
32008
32009
32010 \end_layout
32011
32012 \begin_layout Standard
32013 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
32014  (rotated).
32015  Une telle boîte est créée avec la commande 
32016 \series bold
32017
32018 \backslash
32019 rotatebox
32020 \series default
32021  en code TeX avec la syntaxe
32022 \end_layout
32023
32024 \begin_layout Standard
32025
32026 \series bold
32027
32028 \backslash
32029 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
32030 \end_layout
32031
32032 \begin_layout Standard
32033 La position du pivot est donnée par l'origine de rotation spécifiée sous
32034  la forme 
32035 \series bold
32036 origin=position
32037 \series default
32038 .
32039  Les valeurs suivantes sont possibles pour la position: 
32040 \emph on
32041 c
32042 \emph default
32043  (centre), 
32044 \emph on
32045 l
32046 \emph default
32047  (gauche/
32048 \lang english
32049 left
32050 \lang french
32051 ), 
32052 \emph on
32053 r
32054 \emph default
32055  (droite/
32056 \lang english
32057 right
32058 \lang french
32059 ), 
32060 \emph on
32061 b
32062 \emph default
32063  (bas/
32064 \lang english
32065 bottom
32066 \lang french
32067 ), 
32068 \emph on
32069 t
32070 \emph default
32071  (haut/
32072 \lang english
32073 top
32074 \lang french
32075 ), et aussi des combinaisons des quatre positions de base.
32076  Par exemple 
32077 \emph on
32078 lt
32079 \emph default
32080  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
32081  Quand on ne donne pas d'origine, la position 
32082 \emph on
32083 l
32084 \emph default
32085  est utilisée.
32086  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
32087  ou négatif.
32088  Le sens positif de rotation est anti-horaire.
32089 \end_layout
32090
32091 \begin_layout Standard
32092 Dans l'exemple qui suit, la commande 
32093 \series bold
32094
32095 \backslash
32096 rotatebox[origin=c]{60}{
32097 \series default
32098  a été insérée en code TeX juste avant le texte 
32099 \begin_inset Quotes eld
32100 \end_inset
32101
32102 pivoté de 90°
32103 \begin_inset Quotes erd
32104 \end_inset
32105
32106  ; la boîte est refermée juste après le texte par une accolade fermante
32107  
32108 \begin_inset Quotes eld
32109 \end_inset
32110
32111 }
32112 \begin_inset Quotes erd
32113 \end_inset
32114
32115  en code TeX.
32116 \end_layout
32117
32118 \begin_layout Standard
32119 Voici une ligne avec du texte 
32120 \begin_inset ERT
32121 status collapsed
32122
32123 \begin_layout Plain Layout
32124
32125
32126 \backslash
32127 rotatebox[origin=c]{60}{
32128 \end_layout
32129
32130 \end_inset
32131
32132 pivoté de 60°
32133 \begin_inset ERT
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137
32138 }
32139 \end_layout
32140
32141 \end_inset
32142
32143 .
32144 \end_layout
32145
32146 \begin_layout Standard
32147 La boîte peut contenir une autre boîte ou une formule en ligne :
32148 \end_layout
32149
32150 \begin_layout Standard
32151 Voici une ligne avec du texte 
32152 \begin_inset ERT
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156
32157
32158 \backslash
32159 rotatebox[origin=r]{-60}{
32160 \end_layout
32161
32162 \end_inset
32163
32164
32165 \begin_inset Box Doublebox
32166 position "c"
32167 hor_pos "c"
32168 has_inner_box 0
32169 inner_pos "c"
32170 use_parbox 0
32171 use_makebox 0
32172 width "1in"
32173 special "width"
32174 height "1in"
32175 height_special "totalheight"
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179 pivoté de -60°
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \begin_inset ERT
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189
32190 }
32191 \end_layout
32192
32193 \end_inset
32194
32195  et encadré 
32196 \begin_inset ERT
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200
32201
32202 \backslash
32203 rotatebox[origin=lb]{60}{
32204 \end_layout
32205
32206 \end_inset
32207
32208
32209 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32210 \end_inset
32211
32212
32213 \begin_inset ERT
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217
32218 }
32219 \end_layout
32220
32221 \end_inset
32222
32223  et une formule.
32224 \end_layout
32225
32226 \begin_layout Standard
32227 ou encore une figure ou un tableau :
32228 \end_layout
32229
32230 \begin_layout Standard
32231 Voici une ligne
32232 \begin_inset ERT
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236
32237
32238 \backslash
32239 rotatebox[origin=lb]{90}{
32240 \end_layout
32241
32242 \end_inset
32243
32244
32245 \begin_inset Graphics
32246         filename ../clipart/platypus.eps
32247         lyxscale 50
32248         width 25col%
32249
32250 \end_inset
32251
32252
32253 \begin_inset ERT
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257
32258 }
32259 \end_layout
32260
32261 \end_inset
32262
32263  avec une image pivotée de 90° 
32264 \begin_inset ERT
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268
32269
32270 \backslash
32271 rotatebox[origin=l]{-90}{
32272 \end_layout
32273
32274 \end_inset
32275
32276
32277 \begin_inset Tabular
32278 <lyxtabular version="3" rows="2" columns="2">
32279 <features tabularvalignment="middle">
32280 <column alignment="center" valignment="top" width="0">
32281 <column alignment="center" valignment="top" width="0">
32282 <row>
32283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32284 \begin_inset Text
32285
32286 \begin_layout Plain Layout
32287 q
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296 w
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 </row>
32302 <row>
32303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32304 \begin_inset Text
32305
32306 \begin_layout Plain Layout
32307 e
32308 \end_layout
32309
32310 \end_inset
32311 </cell>
32312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32313 \begin_inset Text
32314
32315 \begin_layout Plain Layout
32316 r
32317 \end_layout
32318
32319 \end_inset
32320 </cell>
32321 </row>
32322 </lyxtabular>
32323
32324 \end_inset
32325
32326
32327 \begin_inset ERT
32328 status collapsed
32329
32330 \begin_layout Plain Layout
32331
32332 }
32333 \end_layout
32334
32335 \end_inset
32336
32337  et un tableau.
32338 \end_layout
32339
32340 \begin_layout Subsection
32341 Les boîtes redimensionnées
32342 \begin_inset Index idx
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346 Boîtes ! Redimensionnées
32347 \end_layout
32348
32349 \end_inset
32350
32351
32352 \begin_inset Index idx
32353 status collapsed
32354
32355 \begin_layout Plain Layout
32356 Redimensionner des objets
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \begin_inset Index idx
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366 Figures ! Redimensionnées
32367 \end_layout
32368
32369 \end_inset
32370
32371
32372 \begin_inset Index idx
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376 Tableau ! Redimensionner
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 Pour redimensionner des objets on peut utiliser les commandes 
32386 \series bold
32387
32388 \backslash
32389 scalebox
32390 \series default
32391  et 
32392 \series bold
32393
32394 \backslash
32395 resizebox
32396 \series default
32397  insérées sous forme de code TeX.
32398 \end_layout
32399
32400 \begin_layout Standard
32401
32402 \series bold
32403
32404 \backslash
32405 scalebox
32406 \series default
32407  est utilisée avec la syntaxe suivante :
32408 \end_layout
32409
32410 \begin_layout Standard
32411
32412 \series bold
32413
32414 \backslash
32415 scalebox{horizontal}[vertical]{contenu de la boîte}
32416 \end_layout
32417
32418 \begin_layout Standard
32419 Horizontal et vertical sont les facteurs d'échelle correspondants.
32420  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32421  utilisé comme facteur vertical.
32422 \end_layout
32423
32424 \begin_layout Standard
32425 Par exemple, la commande 
32426 \series bold
32427
32428 \backslash
32429 scalebox{2}{Bonjour}
32430 \series default
32431  crée un 
32432 \begin_inset ERT
32433 status collapsed
32434
32435 \begin_layout Plain Layout
32436
32437
32438 \backslash
32439 scalebox{2}{
32440 \end_layout
32441
32442 \end_inset
32443
32444 Bonjour
32445 \begin_inset ERT
32446 status collapsed
32447
32448 \begin_layout Plain Layout
32449
32450 }
32451 \end_layout
32452
32453 \end_inset
32454
32455  de taille double par rapport à la taille du texte du document.
32456 \end_layout
32457
32458 \begin_layout Standard
32459
32460 \series bold
32461
32462 \backslash
32463 scalebox{2}[1]{Hello}
32464 \series default
32465  au contraire va déformer le 
32466 \begin_inset ERT
32467 status collapsed
32468
32469 \begin_layout Plain Layout
32470
32471
32472 \backslash
32473 scalebox{2}[1]{
32474 \end_layout
32475
32476 \end_inset
32477
32478 Bonjour
32479 \begin_inset ERT
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483
32484 }
32485 \end_layout
32486
32487 \end_inset
32488
32489 .
32490 \end_layout
32491
32492 \begin_layout Standard
32493 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32494  La commande 
32495 \series bold
32496
32497 \backslash
32498 scalebox{-1}[1]{Hello}
32499 \series default
32500  peut donc être utilisée pour créer du texte en miroir : 
32501 \begin_inset ERT
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505
32506
32507 \backslash
32508 scalebox{-1}[1]{
32509 \end_layout
32510
32511 \end_inset
32512
32513 Bonjour
32514 \begin_inset ERT
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518
32519 }
32520 \end_layout
32521
32522 \end_inset
32523
32524
32525 \end_layout
32526
32527 \begin_layout Standard
32528
32529 \series bold
32530
32531 \backslash
32532 scalebox{1}[-1]{Bonjour}
32533 \series default
32534  effectue une réflexion du 
32535 \begin_inset ERT
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539
32540
32541 \backslash
32542 scalebox{1}[-1]{
32543 \end_layout
32544
32545 \end_inset
32546
32547 Bonjour
32548 \begin_inset ERT
32549 status collapsed
32550
32551 \begin_layout Plain Layout
32552
32553 }
32554 \end_layout
32555
32556 \end_inset
32557
32558  par rapport à la ligne de base.
32559 \end_layout
32560
32561 \begin_layout Standard
32562 La commande 
32563 \series bold
32564
32565 \backslash
32566 reflectbox{contenu de la boîte} 
32567 \series default
32568 existe aussi et est équivalente à
32569 \series bold
32570  
32571 \backslash
32572 scalebox{-1}[1]{contenu de la boîte}.
32573
32574 \series default
32575  
32576 \begin_inset Newline newline
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Standard
32583 \begin_inset VSpace bigskip
32584 \end_inset
32585
32586 La commande 
32587 \series bold
32588
32589 \backslash
32590 resizebox
32591 \series default
32592  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32593  données.
32594  La syntaxe de la commande est :
32595 \end_layout
32596
32597 \begin_layout Standard
32598
32599 \series bold
32600
32601 \backslash
32602 resizebox{largeur}{hauteur}{contenu de la boîte}
32603 \end_layout
32604
32605 \begin_layout Standard
32606 Si un des deux paramètres est remplacé par un point d'exclamation 
32607 \series bold
32608 !
32609 \series default
32610 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32611 \end_layout
32612
32613 \begin_layout Standard
32614 La commande 
32615 \series bold
32616
32617 \backslash
32618 resizebox{2cm}{1cm}{Bonjour}
32619 \series default
32620  produit : 
32621 \begin_inset ERT
32622 status collapsed
32623
32624 \begin_layout Plain Layout
32625
32626
32627 \backslash
32628 resizebox{2cm}{1cm}{
32629 \end_layout
32630
32631 \end_inset
32632
32633 Bonjour
32634 \begin_inset ERT
32635 status collapsed
32636
32637 \begin_layout Plain Layout
32638
32639 }
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \begin_inset Newline newline
32646 \end_inset
32647
32648 La commande 
32649 \series bold
32650
32651 \backslash
32652 resizebox{2cm}{!}{Bonjour}
32653 \series default
32654  produit : 
32655 \begin_inset ERT
32656 status collapsed
32657
32658 \begin_layout Plain Layout
32659
32660
32661 \backslash
32662 resizebox{2cm}{!}{
32663 \end_layout
32664
32665 \end_inset
32666
32667 Bonjour
32668 \begin_inset ERT
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672
32673 }
32674 \end_layout
32675
32676 \end_inset
32677
32678
32679 \end_layout
32680
32681 \begin_layout Standard
32682 \begin_inset VSpace bigskip
32683 \end_inset
32684
32685
32686 \end_layout
32687
32688 \begin_layout Standard
32689 \begin_inset Note Greyedout
32690 status open
32691
32692 \begin_layout Plain Layout
32693
32694 \series bold
32695 Note:
32696 \series default
32697  Quand les paramètres des commandes 
32698 \series bold
32699
32700 \backslash
32701 scalebox
32702 \series default
32703  ou 
32704 \series bold
32705
32706 \backslash
32707 resizebox
32708 \series default
32709  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32710  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32711  partiellement.
32712 \end_layout
32713
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \begin_layout Standard
32720 \begin_inset VSpace bigskip
32721 \end_inset
32722
32723
32724 \end_layout
32725
32726 \begin_layout Standard
32727 Les boîtes peuvent être combinée dans n'importe quel ordre.
32728  Par exemple, la commande 
32729 \begin_inset Newline newline
32730 \end_inset
32731
32732
32733 \series bold
32734
32735 \backslash
32736 rotatebox[origin=c]{-45}{
32737 \backslash
32738 resizebox{2cm}{!}{
32739 \backslash
32740 reflectbox{Bonjour}}}
32741 \begin_inset Newline newline
32742 \end_inset
32743
32744
32745 \series default
32746 produit :
32747 \end_layout
32748
32749 \begin_layout Standard
32750 \align center
32751 \begin_inset ERT
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755
32756
32757 \backslash
32758 rotatebox[origin=c]{-45}{
32759 \backslash
32760 resizebox{2cm}{!}{
32761 \backslash
32762 reflectbox{
32763 \end_layout
32764
32765 \end_inset
32766
32767 Bonjour
32768 \begin_inset ERT
32769 status collapsed
32770
32771 \begin_layout Plain Layout
32772
32773 }}}
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 \noindent
32783 Les images, les tableaux et les formules sont autorisées comme contenu de
32784  boîte :
32785 \end_layout
32786
32787 \begin_layout Standard
32788 \align center
32789 \begin_inset ERT
32790 status collapsed
32791
32792 \begin_layout Plain Layout
32793
32794
32795 \backslash
32796 rotatebox[origin=c]{-30}{
32797 \backslash
32798 resizebox{2cm}{!}{
32799 \backslash
32800 reflectbox{
32801 \end_layout
32802
32803 \end_inset
32804
32805
32806 \begin_inset Graphics
32807         filename ../clipart/platypus.eps
32808         lyxscale 50
32809         width 25col%
32810
32811 \end_inset
32812
32813
32814 \begin_inset ERT
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818
32819 }}}
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \begin_inset ERT
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829
32830
32831 \backslash
32832 rotatebox[origin=c]{-45}{
32833 \backslash
32834 resizebox{2cm}{!}{
32835 \backslash
32836 reflectbox{
32837 \end_layout
32838
32839 \end_inset
32840
32841
32842 \begin_inset Tabular
32843 <lyxtabular version="3" rows="2" columns="2">
32844 <features tabularvalignment="middle">
32845 <column alignment="center" valignment="top" width="0">
32846 <column alignment="center" valignment="top" width="0">
32847 <row>
32848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32849 \begin_inset Text
32850
32851 \begin_layout Plain Layout
32852 q
32853 \end_layout
32854
32855 \end_inset
32856 </cell>
32857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32858 \begin_inset Text
32859
32860 \begin_layout Plain Layout
32861 w
32862 \end_layout
32863
32864 \end_inset
32865 </cell>
32866 </row>
32867 <row>
32868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32869 \begin_inset Text
32870
32871 \begin_layout Plain Layout
32872 e
32873 \end_layout
32874
32875 \end_inset
32876 </cell>
32877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32878 \begin_inset Text
32879
32880 \begin_layout Plain Layout
32881 r
32882 \end_layout
32883
32884 \end_inset
32885 </cell>
32886 </row>
32887 </lyxtabular>
32888
32889 \end_inset
32890
32891
32892 \begin_inset ERT
32893 status collapsed
32894
32895 \begin_layout Plain Layout
32896
32897 }}}
32898 \end_layout
32899
32900 \end_inset
32901
32902
32903 \begin_inset ERT
32904 status collapsed
32905
32906 \begin_layout Plain Layout
32907
32908
32909 \backslash
32910 rotatebox[origin=c]{-45}{
32911 \backslash
32912 resizebox{2cm}{!}{
32913 \backslash
32914 reflectbox{
32915 \end_layout
32916
32917 \end_inset
32918
32919
32920 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32921 \end_inset
32922
32923
32924 \begin_inset ERT
32925 status collapsed
32926
32927 \begin_layout Plain Layout
32928
32929 }}}
32930 \end_layout
32931
32932 \end_inset
32933
32934
32935 \end_layout
32936
32937 \begin_layout Standard
32938 Quand on utilise le style global de formule 
32939 \series bold
32940 fleqn
32941 \series default
32942  dans le document
32943 \begin_inset Foot
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947 Quand 
32948 \begin_inset Quotes eld
32949 \end_inset
32950
32951 fleqn
32952 \begin_inset Quotes erd
32953 \end_inset
32954
32955  est ajouté aux options de la classe de document.
32956 \end_layout
32957
32958 \end_inset
32959
32960 , les formules hors texte peuvent aussi être redimensionnées.
32961 \end_layout
32962
32963 \begin_layout Chapter
32964
32965 \lang english
32966 Objects Surrounded by Text
32967 \begin_inset Index idx
32968 status collapsed
32969
32970 \begin_layout Plain Layout
32971
32972 \lang english
32973 Surrounded by text
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \end_layout
32980
32981 \begin_layout Section
32982 Flottant d'enrobage
32983 \begin_inset CommandInset label
32984 LatexCommand label
32985 name "sec:Flottant-d'enrobage"
32986
32987 \end_inset
32988
32989
32990 \begin_inset Index idx
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994 Flottants ! Flottants d'enrobage
32995 \end_layout
32996
32997 \end_inset
32998
32999
33000 \lang english
33001
33002 \begin_inset Index idx
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006
33007 \lang english
33008 Surrounded by text ! 
33009 \lang french
33010 Flottants d'enrobage
33011 \end_layout
33012
33013 \end_inset
33014
33015
33016 \end_layout
33017
33018 \begin_layout Standard
33019 \begin_inset Wrap figure
33020 lines 0
33021 placement l
33022 overhang 1cm
33023 width "40col%"
33024 status open
33025
33026 \begin_layout Plain Layout
33027 \begin_inset Graphics
33028         filename ../clipart/mobius.eps
33029         width 40col%
33030         scaleBeforeRotation
33031         rotateOrigin center
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \begin_layout Plain Layout
33039 \begin_inset Caption
33040
33041 \begin_layout Plain Layout
33042 \begin_inset CommandInset label
33043 LatexCommand label
33044 name "fig:Figure-enrobée"
33045
33046 \end_inset
33047
33048 Ceci est une figure habillée.
33049 \end_layout
33050
33051 \end_inset
33052
33053
33054 \end_layout
33055
33056 \end_inset
33057
33058  Ce type de flottant est utilisé quand on veut que le texte habille la figure
33059  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
33060  Vous pouvez en insérer un en utilisant le menu 
33061 \family sans
33062 Insérer\SpecialChar \menuseparator
33063 Flottant\SpecialChar \menuseparator
33064 Flottant
33065 \begin_inset space ~
33066 \end_inset
33067
33068 d'enrobage
33069 \family default
33070  à la condition que le paquetage LaTeX 
33071 \series bold
33072 wrapfig
33073 \series default
33074
33075 \begin_inset Index idx
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079 Paquetages LaTeX ! wrapfig
33080 \begin_inset ERT
33081 status collapsed
33082
33083 \begin_layout Plain Layout
33084
33085
33086 \backslash
33087 vspace{4mm}
33088 \end_layout
33089
33090 \end_inset
33091
33092
33093 \end_layout
33094
33095 \end_inset
33096
33097  soit installé.
33098 \begin_inset Foot
33099 status collapsed
33100
33101 \begin_layout Plain Layout
33102 Voyez dans la manuel 
33103 \emph on
33104 Configuration
33105 \begin_inset space ~
33106 \end_inset
33107
33108 LaTeX 
33109 \emph default
33110 comment installer des paquetages LaTeX.
33111 \end_layout
33112
33113 \end_inset
33114
33115  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
33116  sur la boîte du flottant.
33117  Les paramètres obligatoires sont l'
33118 \family sans
33119 Emplacement
33120 \family default
33121  et la 
33122 \family sans
33123 Largeur
33124 \family default
33125 .
33126  Les paramètres facultatifs sont le 
33127 \family sans
33128 Débordement
33129 \family default
33130  qui précise de combien le flottant déborde sur la marge du paragraphe ou
33131  de la page et la 
33132 \family sans
33133 Porté de la ligne
33134 \family default
33135  qui précise le nombre approximatif de lignes dont le flottant va avoir
33136  besoin.
33137  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
33138  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
33139  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
33140  à l'intérieur du paragraphe ou vers les autres paragraphes.
33141  La figure
33142 \begin_inset space ~
33143 \end_inset
33144
33145
33146 \begin_inset CommandInset ref
33147 LatexCommand ref
33148 reference "fig:Figure-enrobée"
33149
33150 \end_inset
33151
33152  est un exemple de flottant d'enrobage avec une largeur de 40
33153 \begin_inset space \thinspace{}
33154 \end_inset
33155
33156 col%, un débordement de 1
33157 \begin_inset space \thinspace{}
33158 \end_inset
33159
33160 cm et placé à gauche.
33161 \end_layout
33162
33163 \begin_layout Standard
33164 \begin_inset Note Greyedout
33165 status open
33166
33167 \begin_layout Plain Layout
33168
33169 \series bold
33170 Note:
33171 \series default
33172  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
33173  figure trop près du bas de page peut tout chambouler et faire que le flottant
33174  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
33175  de texte.
33176 \end_layout
33177
33178 \end_inset
33179
33180
33181 \end_layout
33182
33183 \begin_layout Standard
33184 En général:
33185 \end_layout
33186
33187 \begin_layout Itemize
33188 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
33189  qui risquent de passer à la page suivante.
33190  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
33191  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
33192  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
33193  de page.
33194 \end_layout
33195
33196 \begin_layout Itemize
33197 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
33198  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
33199 e.
33200 \end_layout
33201
33202 \begin_layout Itemize
33203 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
33204  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
33205  texte entre les deux, comme séparateur.
33206 \end_layout
33207
33208 \begin_layout Itemize
33209 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
33210  ou les tableaux.
33211 \end_layout
33212
33213 \begin_layout Itemize
33214
33215 \lang english
33216 Their numbering and referencing works as described in chap.
33217 \lang french
33218
33219 \begin_inset space \thinspace{}
33220 \end_inset
33221
33222
33223 \begin_inset CommandInset ref
33224 LatexCommand ref
33225 reference "chap:Flottants"
33226
33227 \end_inset
33228
33229 .
33230 \end_layout
33231
33232 \begin_layout Section
33233
33234 \lang english
33235 Surrounded Fixed Objects
33236 \begin_inset Index idx
33237 status collapsed
33238
33239 \begin_layout Plain Layout
33240
33241 \lang english
33242 Surrounded by text ! Fixed objects
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Standard
33251
33252 \lang english
33253 The wrap floats described in sec.
33254 \lang french
33255
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259
33260 \begin_inset CommandInset ref
33261 LatexCommand ref
33262 reference "sec:Flottant-d'enrobage"
33263
33264 \end_inset
33265
33266
33267 \lang english
33268  have these positions in the paragraph:
33269 \end_layout
33270
33271 \begin_layout Standard
33272 \noindent
33273 \align center
33274 \begin_inset Tabular
33275 <lyxtabular version="3" rows="2" columns="2">
33276 <features tabularvalignment="middle">
33277 <column alignment="center" valignment="top" width="0">
33278 <column alignment="center" valignment="top" width="0">
33279 <row>
33280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284 \begin_inset Graphics
33285         filename ../../images/dialog-show-new-inset_graphics.png
33286         scale 70
33287         scaleBeforeRotation
33288
33289 \end_inset
33290
33291
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 texte
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 </row>
33306 <row>
33307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311 texte
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Plain Layout
33320 texte
33321 \end_layout
33322
33323 \end_inset
33324 </cell>
33325 </row>
33326 </lyxtabular>
33327
33328 \end_inset
33329
33330  ou 
33331 \begin_inset Tabular
33332 <lyxtabular version="3" rows="2" columns="2">
33333 <features tabularvalignment="middle">
33334 <column alignment="center" valignment="top" width="0">
33335 <column alignment="center" valignment="top" width="0">
33336 <row>
33337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Plain Layout
33341 texte
33342 \end_layout
33343
33344 \end_inset
33345 </cell>
33346 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Plain Layout
33350 \begin_inset Graphics
33351         filename ../../images/dialog-show-new-inset_graphics.png
33352         scale 70
33353         scaleBeforeRotation
33354
33355 \end_inset
33356
33357
33358 \end_layout
33359
33360 \end_inset
33361 </cell>
33362 </row>
33363 <row>
33364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33365 \begin_inset Text
33366
33367 \begin_layout Plain Layout
33368 texte
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 texte
33378 \end_layout
33379
33380 \end_inset
33381 </cell>
33382 </row>
33383 </lyxtabular>
33384
33385 \end_inset
33386
33387
33388 \end_layout
33389
33390 \begin_layout Standard
33391
33392 \lang english
33393 To get an object exactly at the position where it is inserted, for example
33394  to get one of these positions:
33395 \lang french
33396
33397 \begin_inset VSpace defskip
33398 \end_inset
33399
33400
33401 \end_layout
33402
33403 \begin_layout Standard
33404 \noindent
33405 \align center
33406 \begin_inset Tabular
33407 <lyxtabular version="3" rows="2" columns="2">
33408 <features tabularvalignment="middle">
33409 <column alignment="center" valignment="top" width="0">
33410 <column alignment="center" valignment="top" width="0">
33411 <row>
33412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33413 \begin_inset Text
33414
33415 \begin_layout Plain Layout
33416 texte
33417 \end_layout
33418
33419 \end_inset
33420 </cell>
33421 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33422 \begin_inset Text
33423
33424 \begin_layout Plain Layout
33425 texte
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 </row>
33431 <row>
33432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 \begin_inset Graphics
33437         filename ../../images/dialog-show-new-inset_graphics.png
33438         scale 70
33439         scaleBeforeRotation
33440
33441 \end_inset
33442
33443
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 texte
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 </row>
33458 </lyxtabular>
33459
33460 \end_inset
33461
33462  
33463 \begin_inset Tabular
33464 <lyxtabular version="3" rows="2" columns="2">
33465 <features tabularvalignment="middle">
33466 <column alignment="center" valignment="top" width="0">
33467 <column alignment="center" valignment="top" width="0">
33468 <row>
33469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473 texte
33474 \end_layout
33475
33476 \end_inset
33477 </cell>
33478 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482 texte
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 </row>
33488 <row>
33489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 texte
33494 \end_layout
33495
33496 \end_inset
33497 </cell>
33498 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33499 \begin_inset Text
33500
33501 \begin_layout Plain Layout
33502 \begin_inset Graphics
33503         filename ../../images/dialog-show-new-inset_graphics.png
33504         scale 70
33505         scaleBeforeRotation
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 </row>
33515 </lyxtabular>
33516
33517 \end_inset
33518
33519  
33520 \begin_inset Tabular
33521 <lyxtabular version="3" rows="2" columns="3">
33522 <features tabularvalignment="middle">
33523 <column alignment="center" valignment="top" width="0">
33524 <column alignment="center" valignment="top" width="0">
33525 <column alignment="center" valignment="top" width="0">
33526 <row>
33527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33528 \begin_inset Text
33529
33530 \begin_layout Plain Layout
33531 texte
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 <cell alignment="center" valignment="top" topline="true" usebox="none">
33537 \begin_inset Text
33538
33539 \begin_layout Plain Layout
33540 \begin_inset Graphics
33541         filename ../../images/dialog-show-new-inset_graphics.png
33542         scale 70
33543         scaleBeforeRotation
33544
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \end_inset
33551 </cell>
33552 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556 texte
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 </row>
33562 <row>
33563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33564 \begin_inset Text
33565
33566 \begin_layout Plain Layout
33567 texte
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576 texte
33577 \end_layout
33578
33579 \end_inset
33580 </cell>
33581 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33582 \begin_inset Text
33583
33584 \begin_layout Plain Layout
33585 texte
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 </row>
33591 </lyxtabular>
33592
33593 \end_inset
33594
33595  
33596 \begin_inset Tabular
33597 <lyxtabular version="3" rows="2" columns="3">
33598 <features tabularvalignment="middle">
33599 <column alignment="center" valignment="top" width="0">
33600 <column alignment="center" valignment="top" width="0">
33601 <column alignment="center" valignment="top" width="0">
33602 <row>
33603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33604 \begin_inset Text
33605
33606 \begin_layout Plain Layout
33607 texte
33608 \end_layout
33609
33610 \end_inset
33611 </cell>
33612 <cell alignment="center" valignment="top" topline="true" usebox="none">
33613 \begin_inset Text
33614
33615 \begin_layout Plain Layout
33616 texte
33617 \end_layout
33618
33619 \end_inset
33620 </cell>
33621 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33622 \begin_inset Text
33623
33624 \begin_layout Plain Layout
33625 texte
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 </row>
33631 <row>
33632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636 texte
33637 \end_layout
33638
33639 \end_inset
33640 </cell>
33641 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33642 \begin_inset Text
33643
33644 \begin_layout Plain Layout
33645 \begin_inset Graphics
33646         filename ../../images/dialog-show-new-inset_graphics.png
33647         scale 70
33648         scaleBeforeRotation
33649
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33658 \begin_inset Text
33659
33660 \begin_layout Plain Layout
33661 texte
33662 \end_layout
33663
33664 \end_inset
33665 </cell>
33666 </row>
33667 </lyxtabular>
33668
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \begin_layout Standard
33675 \noindent
33676 \align center
33677 \begin_inset Tabular
33678 <lyxtabular version="3" rows="3" columns="2">
33679 <features tabularvalignment="middle">
33680 <column alignment="center" valignment="top" width="0">
33681 <column alignment="center" valignment="top" width="0">
33682 <row>
33683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33684 \begin_inset Text
33685
33686 \begin_layout Plain Layout
33687 texte
33688 \end_layout
33689
33690 \end_inset
33691 </cell>
33692 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33693 \begin_inset Text
33694
33695 \begin_layout Plain Layout
33696 texte
33697 \end_layout
33698
33699 \end_inset
33700 </cell>
33701 </row>
33702 <row>
33703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33704 \begin_inset Text
33705
33706 \begin_layout Plain Layout
33707 \begin_inset Graphics
33708         filename ../../images/dialog-show-new-inset_graphics.png
33709         scale 70
33710         scaleBeforeRotation
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \end_inset
33718 </cell>
33719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33720 \begin_inset Text
33721
33722 \begin_layout Plain Layout
33723 texte
33724 \end_layout
33725
33726 \end_inset
33727 </cell>
33728 </row>
33729 <row>
33730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33731 \begin_inset Text
33732
33733 \begin_layout Plain Layout
33734 texte
33735 \end_layout
33736
33737 \end_inset
33738 </cell>
33739 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33740 \begin_inset Text
33741
33742 \begin_layout Plain Layout
33743 texte
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 </row>
33749 </lyxtabular>
33750
33751 \end_inset
33752
33753  
33754 \begin_inset Tabular
33755 <lyxtabular version="3" rows="3" columns="3">
33756 <features tabularvalignment="middle">
33757 <column alignment="center" valignment="top" width="0">
33758 <column alignment="center" valignment="top" width="0">
33759 <column alignment="center" valignment="top" width="0">
33760 <row>
33761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33762 \begin_inset Text
33763
33764 \begin_layout Plain Layout
33765 texte
33766 \end_layout
33767
33768 \end_inset
33769 </cell>
33770 <cell alignment="center" valignment="top" topline="true" usebox="none">
33771 \begin_inset Text
33772
33773 \begin_layout Plain Layout
33774 texte
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783 texte
33784 \end_layout
33785
33786 \end_inset
33787 </cell>
33788 </row>
33789 <row>
33790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33791 \begin_inset Text
33792
33793 \begin_layout Plain Layout
33794 texte
33795 \end_layout
33796
33797 \end_inset
33798 </cell>
33799 <cell alignment="center" valignment="top" usebox="none">
33800 \begin_inset Text
33801
33802 \begin_layout Plain Layout
33803 \begin_inset Graphics
33804         filename ../../images/dialog-show-new-inset_graphics.png
33805         scale 70
33806         scaleBeforeRotation
33807
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \end_inset
33814 </cell>
33815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33816 \begin_inset Text
33817
33818 \begin_layout Plain Layout
33819 texte
33820 \end_layout
33821
33822 \end_inset
33823 </cell>
33824 </row>
33825 <row>
33826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 texte
33831 \end_layout
33832
33833 \end_inset
33834 </cell>
33835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839 texte
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33845 \begin_inset Text
33846
33847 \begin_layout Plain Layout
33848 texte
33849 \end_layout
33850
33851 \end_inset
33852 </cell>
33853 </row>
33854 </lyxtabular>
33855
33856 \end_inset
33857
33858  
33859 \begin_inset Tabular
33860 <lyxtabular version="3" rows="3" columns="2">
33861 <features tabularvalignment="middle">
33862 <column alignment="center" valignment="top" width="0">
33863 <column alignment="center" valignment="top" width="0">
33864 <row>
33865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 texte
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 texte
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 </row>
33884 <row>
33885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 texte
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33895 \begin_inset Text
33896
33897 \begin_layout Plain Layout
33898 \begin_inset Graphics
33899         filename ../../images/dialog-show-new-inset_graphics.png
33900         scale 70
33901         scaleBeforeRotation
33902
33903 \end_inset
33904
33905
33906 \end_layout
33907
33908 \end_inset
33909 </cell>
33910 </row>
33911 <row>
33912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33913 \begin_inset Text
33914
33915 \begin_layout Plain Layout
33916 texte
33917 \end_layout
33918
33919 \end_inset
33920 </cell>
33921 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925 texte
33926 \end_layout
33927
33928 \end_inset
33929 </cell>
33930 </row>
33931 </lyxtabular>
33932
33933 \end_inset
33934
33935
33936 \end_layout
33937
33938 \begin_layout Standard
33939 \noindent
33940
33941 \lang english
33942 you can use the LaTeX-package
33943 \lang french
33944  
33945 \series bold
33946 picinpar
33947 \series default
33948
33949 \begin_inset Index idx
33950 status collapsed
33951
33952 \begin_layout Plain Layout
33953 Paquetages LaTeX ! picinpar
33954 \end_layout
33955
33956 \end_inset
33957
33958 .
33959  
33960 \lang english
33961 Here is an example
33962 \lang french
33963 :
33964 \end_layout
33965
33966 \begin_layout Standard
33967 \begin_inset ERT
33968 status collapsed
33969
33970 \begin_layout Plain Layout
33971
33972
33973 \backslash
33974 ifpicinpar
33975 \end_layout
33976
33977 \end_inset
33978
33979
33980 \begin_inset Note Note
33981 status open
33982
33983 \begin_layout Plain Layout
33984 La section suivante ne sera affichée que si le paquetage LaTeX 
33985 \series bold
33986 picinpar
33987 \series default
33988  a été installé.
33989 \end_layout
33990
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \begin_layout Standard
33997 \begin_inset ERT
33998 status collapsed
33999
34000 \begin_layout Plain Layout
34001
34002
34003 \backslash
34004 begin{window}[2,c,{
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \begin_inset Graphics
34011         filename ../clipart/mobius.eps
34012         lyxscale 60
34013         width 40col%
34014         scaleBeforeRotation
34015         rotateOrigin center
34016
34017 \end_inset
34018
34019
34020 \begin_inset ERT
34021 status collapsed
34022
34023 \begin_layout Plain Layout
34024
34025 },]
34026 \end_layout
34027
34028 \begin_layout Plain Layout
34029
34030 {}
34031 \end_layout
34032
34033 \end_inset
34034
34035
34036 \size small
34037 \lang english
34038 It was in the spring of the year 1894 that all London was interested, and
34039  the fashionable world dismayed, by the murder of the Honourable Ronald
34040  Adair under most unusual and inexplicable circumstances.
34041  The public has already learned those particulars of the crime which
34042 \size default
34043
34044 \begin_inset ERT
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048
34049
34050 \backslash
34051 footnotemark{}
34052 \end_layout
34053
34054 \end_inset
34055
34056
34057 \size small
34058  came out in the police investigation, but a good deal was suppressed upon
34059  that occasion, since the case for the prosecution was so overwhelmingly
34060  strong that it was not necessary to bring forward all the facts.
34061  Only now, at the end of nearly ten years, am I allowed to supply those
34062  missing links which make up the whole of that remarkable chain
34063 \lang french
34064 .
34065 \size default
34066
34067 \begin_inset ERT
34068 status collapsed
34069
34070 \begin_layout Plain Layout
34071
34072
34073 \backslash
34074 end{window}
34075 \end_layout
34076
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \begin_layout Standard
34083
34084 \lang english
34085 \begin_inset ERT
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089
34090
34091 \backslash
34092 footnotetext{
34093 \end_layout
34094
34095 \end_inset
34096
34097 Footnote of the paragraph with the fixed object.
34098 \begin_inset ERT
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102
34103 }
34104 \end_layout
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \begin_layout Standard
34112
34113 \lang english
34114 Surrounded fixed objects are used to let text float around them, at which
34115  the object's position in the paragraph can be determined by the number
34116  of lines above it.
34117  In contrary to floats is it not possible to have a numbered caption.
34118 \end_layout
34119
34120 \begin_layout Standard
34121
34122 \lang english
34123 A fixed object is inserted by adding the command
34124 \end_layout
34125
34126 \begin_layout Standard
34127
34128 \series bold
34129
34130 \backslash
34131 begin{window}[2,c,{
34132 \end_layout
34133
34134 \begin_layout Standard
34135
34136 \lang english
34137 as TeX Code at the beginning of the paragraph.
34138  The first parameter in the bracket, here '2', defines the number of lines
34139  above the object, the second, here 'c', the position of the object.
34140  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
34141  Behind the command you insert the object.
34142  In this example an image with a width of 40
34143 \begin_inset space \thinspace{}
34144 \end_inset
34145
34146 % of the text column width was inserted.
34147  The object can also be a table, a box or an equation.
34148  Behind the object the command
34149 \end_layout
34150
34151 \begin_layout Standard
34152
34153 \series bold
34154 },description text]
34155 \begin_inset Newline newline
34156 \end_inset
34157
34158 {}
34159 \end_layout
34160
34161 \begin_layout Standard
34162
34163 \lang english
34164 is inserted.
34165  Note that the 
34166 \begin_inset Quotes eld
34167 \end_inset
34168
34169
34170 \series bold
34171 {}
34172 \series default
34173
34174 \begin_inset Quotes erd
34175 \end_inset
34176
34177  is in the second line.
34178  The description text is optional.
34179  The text surrounding the object must be in the same paragraph as the object,
34180  so it must begin directly after the 
34181 \series bold
34182 {}
34183 \series default
34184 .
34185  At the end of the paragraph insert the command:
34186 \end_layout
34187
34188 \begin_layout Standard
34189
34190 \series bold
34191 \lang english
34192
34193 \backslash
34194 end{window}
34195 \end_layout
34196
34197 \begin_layout Standard
34198
34199 \lang english
34200 Within a paragraph with a fixed object, you cannot insert footnotes in the
34201  normal way.
34202  You have to use instead the command 
34203 \series bold
34204
34205 \backslash
34206 footnotemark
34207 \series default
34208  inside the paragraph and outside the command 
34209 \series bold
34210
34211 \backslash
34212 footnotetext
34213 \series default
34214  as described in sec.
34215 \lang french
34216
34217 \begin_inset space \thinspace{}
34218 \end_inset
34219
34220
34221 \begin_inset CommandInset ref
34222 LatexCommand ref
34223 reference "sec:Notes-bas-de-page"
34224
34225 \end_inset
34226
34227 .
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset ERT
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235
34236
34237 \backslash
34238 else
34239 \end_layout
34240
34241 \end_inset
34242
34243
34244 \begin_inset Note Note
34245 status open
34246
34247 \begin_layout Plain Layout
34248 Ce qui suit sera affiché si le paquetage LaTeX 
34249 \series bold
34250 picinpar
34251 \series default
34252  n'est pas installé :
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \begin_layout Standard
34261 Vous devez installer le paquetage LaTeX 
34262 \series bold
34263 picinpar
34264 \series default
34265  pour voir la suite de cette section dans la sortie imprimée.
34266 \end_layout
34267
34268 \begin_layout Standard
34269 \begin_inset ERT
34270 status collapsed
34271
34272 \begin_layout Plain Layout
34273
34274
34275 \backslash
34276 fi
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \begin_layout Section
34285
34286 \lang english
34287 Initials
34288 \begin_inset Index idx
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292
34293 \lang english
34294 Initials
34295 \end_layout
34296
34297 \end_inset
34298
34299
34300 \begin_inset Index idx
34301 status collapsed
34302
34303 \begin_layout Plain Layout
34304
34305 \lang english
34306 Surrounded by text ! Initials
34307 \end_layout
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Standard
34315
34316 \lang english
34317 To use initials, you must have the LaTeX package
34318 \lang french
34319  
34320 \series bold
34321 lettrine
34322 \series default
34323
34324 \begin_inset Index idx
34325 status collapsed
34326
34327 \begin_layout Plain Layout
34328 Paquetages LaTeX ! lettrine
34329 \end_layout
34330
34331 \end_inset
34332
34333  
34334 \lang english
34335 installed and use the module 
34336 \family sans
34337 Initials
34338 \family default
34339  in your document (menu 
34340 \family sans
34341 Document\SpecialChar \menuseparator
34342 Settings\SpecialChar \menuseparator
34343 Modules
34344 \family default
34345 ).
34346  To insert an initial, use the style 
34347 \family sans
34348 Initial
34349 \family default
34350 .
34351  This style has a mandatory and an optional argument.
34352  The mandatory argument is inserted via the menu 
34353 \family sans
34354 Insert\SpecialChar \menuseparator
34355 Short
34356 \begin_inset space ~
34357 \end_inset
34358
34359 Title
34360 \family default
34361  and contains the letter that is the initial.
34362  To use the also the optional argument, insert another argument in front
34363  of the mandatory argument.
34364  This one contains parameters to modify the initial.
34365  For more information about the possible parameters see the documentation
34366  of
34367 \lang french
34368  
34369 \series bold
34370 lettrine
34371 \series default
34372
34373 \begin_inset CommandInset citation
34374 LatexCommand cite
34375 key "lettrine"
34376
34377 \end_inset
34378
34379 .
34380  
34381 \lang english
34382 The style itself contains the text that is surrounding the initial.
34383  The usual style is hereby that the word whose first letter is the initial,
34384  is printed with 
34385 \shape smallcaps
34386 small caps
34387 \shape default
34388 .
34389  To tell LaTeX where this word is finished, add a closing brace '
34390 \series bold
34391 }
34392 \series default
34393 ' as TeX Code behind it.
34394  At the end of the style there must be an opening brace '
34395 \series bold
34396 {
34397 \series default
34398 ' as TeX Code.
34399 \end_layout
34400
34401 \begin_layout Standard
34402
34403 \lang english
34404 Here are some examples:
34405 \end_layout
34406
34407 \begin_layout Standard
34408 \begin_inset ERT
34409 status collapsed
34410
34411 \begin_layout Plain Layout
34412
34413
34414 \backslash
34415 iflettrine
34416 \end_layout
34417
34418 \end_inset
34419
34420
34421 \begin_inset Note Note
34422 status open
34423
34424 \begin_layout Plain Layout
34425 La section suivante ne sera affichée que si le paquetage LaTeX 
34426 \series bold
34427 lettrine
34428 \series default
34429  a été installé.
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Enumerate
34438
34439 \lang english
34440 No optional argument, the initial is the letter 'I' in the math font 
34441 \begin_inset Formula $\mathfrak{Fraktur}$
34442 \end_inset
34443
34444
34445 \lang french
34446 :
34447 \end_layout
34448
34449 \begin_deeper
34450 \begin_layout Initial
34451 \begin_inset Argument
34452 status open
34453
34454 \begin_layout Plain Layout
34455 \begin_inset Formula $\mathfrak{I}$
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \end_inset
34462
34463 t
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469 }
34470 \end_layout
34471
34472 \end_inset
34473
34474  
34475 \lang english
34476 was in the spring of the year 1894 that all London was interested, and the
34477  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34478  under most unusual and inexplicable circumstances.
34479  The public has already learned those particulars of the crime which came
34480  out in the police investigation, but a good deal was suppressed upon that
34481  occasion, since the case for the prosecution was so overwhelmingly strong
34482  that it was not necessary to bring forward all the facts.
34483 \lang french
34484
34485 \begin_inset ERT
34486 status collapsed
34487
34488 \begin_layout Plain Layout
34489
34490 {
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \end_deeper
34499 \begin_layout Enumerate
34500
34501 \lang english
34502 Only one line is surrounding the initial, which is formed by two letters
34503  in standard font and no text is printed in small caps:
34504 \end_layout
34505
34506 \begin_deeper
34507 \begin_layout Initial
34508 \begin_inset Argument
34509 status open
34510
34511 \begin_layout Plain Layout
34512 lines=1
34513 \end_layout
34514
34515 \end_inset
34516
34517
34518 \begin_inset Argument
34519 status open
34520
34521 \begin_layout Plain Layout
34522 It
34523 \end_layout
34524
34525 \end_inset
34526
34527
34528 \begin_inset ERT
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532
34533 }
34534 \end_layout
34535
34536 \end_inset
34537
34538  
34539 \lang english
34540 was in the spring of the year 1894 that all London was interested, and the
34541  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34542  under most unusual and inexplicable circumstances.
34543  The public has already learned those particulars of the crime which came
34544  out in the police investigation, but a good deal was suppressed upon that
34545  occasion, since the case for the prosecution was so overwhelmingly strong
34546  that it was not necessary to bring forward all the facts.
34547 \lang french
34548
34549 \begin_inset ERT
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553
34554 {
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \end_deeper
34563 \begin_layout Enumerate
34564
34565 \lang english
34566 Magenta, hanging initial over 3
34567 \begin_inset space ~
34568 \end_inset
34569
34570 lines in the math font 
34571 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34572 \end_inset
34573
34574 , the text 
34575 \begin_inset Quotes eld
34576 \end_inset
34577
34578 t was in the spring
34579 \begin_inset Quotes erd
34580 \end_inset
34581
34582  is in 
34583 \shape smallcaps
34584 small caps
34585 \shape default
34586 ; to color the initial, you must insert this command before the initial:
34587 \begin_inset Newline newline
34588 \end_inset
34589
34590
34591 \series bold
34592 \lang french
34593
34594 \backslash
34595 renewcommand{
34596 \backslash
34597 LettrineFontHook}{
34598 \backslash
34599 color{color}}
34600 \series default
34601 \lang english
34602
34603 \begin_inset Newline newline
34604 \end_inset
34605
34606 where the second 
34607 \emph on
34608 color
34609 \emph default
34610  can be 
34611 \begin_inset Quotes eld
34612 \end_inset
34613
34614 red
34615 \begin_inset Quotes erd
34616 \end_inset
34617
34618
34619 \begin_inset Quotes eld
34620 \end_inset
34621
34622 blue
34623 \begin_inset Quotes erd
34624 \end_inset
34625
34626
34627 \begin_inset Quotes eld
34628 \end_inset
34629
34630 green
34631 \begin_inset Quotes erd
34632 \end_inset
34633
34634
34635 \begin_inset Quotes eld
34636 \end_inset
34637
34638 yellow
34639 \begin_inset Quotes erd
34640 \end_inset
34641
34642
34643 \begin_inset Quotes eld
34644 \end_inset
34645
34646 cyan
34647 \begin_inset Quotes erd
34648 \end_inset
34649
34650
34651 \begin_inset Quotes eld
34652 \end_inset
34653
34654 magenta
34655 \begin_inset Quotes erd
34656 \end_inset
34657
34658
34659 \begin_inset Quotes eld
34660 \end_inset
34661
34662 black
34663 \begin_inset Quotes erd
34664 \end_inset
34665
34666  or 
34667 \begin_inset Quotes eld
34668 \end_inset
34669
34670 white
34671 \begin_inset Quotes erd
34672 \end_inset
34673
34674 , and add this command to the document preamble
34675 \lang french
34676 :
34677 \begin_inset Newline newline
34678 \end_inset
34679
34680
34681 \series bold
34682
34683 \backslash
34684 @ifundefined{textcolor}
34685 \begin_inset Newline newline
34686 \end_inset
34687
34688
34689 \begin_inset space ~
34690 \end_inset
34691
34692 {
34693 \backslash
34694 usepackage{color}}{}
34695 \end_layout
34696
34697 \begin_deeper
34698 \begin_layout Standard
34699 \begin_inset ERT
34700 status collapsed
34701
34702 \begin_layout Plain Layout
34703
34704
34705 \backslash
34706 renewcommand{
34707 \backslash
34708 LettrineFontHook}{
34709 \backslash
34710 color{magenta}}
34711 \end_layout
34712
34713 \end_inset
34714
34715
34716 \lang english
34717
34718 \begin_inset Note Note
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722
34723 \lang english
34724 makes the initial magenta
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Initial
34733 \begin_inset Argument
34734 status open
34735
34736 \begin_layout Plain Layout
34737 lines=3, lhang=0.33, loversize=0.25
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \begin_inset Argument
34744 status open
34745
34746 \begin_layout Plain Layout
34747 \begin_inset Formula $\mathcal{I}$
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \end_inset
34754
34755
34756 \lang english
34757 t was in the spring
34758 \lang french
34759
34760 \begin_inset ERT
34761 status collapsed
34762
34763 \begin_layout Plain Layout
34764
34765 }
34766 \end_layout
34767
34768 \end_inset
34769
34770  
34771 \lang english
34772 of the year 1894 that all London was interested, and the fashionable world
34773  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34774  and inexplicable circumstances.
34775  The public has already learned those particulars of the crime which came
34776  out in the police investigation, but a good deal was suppressed upon that
34777  occasion, since the case for the prosecution was so overwhelmingly strong
34778  that it was not necessary to bring forward all the facts.
34779 \lang french
34780
34781 \begin_inset ERT
34782 status collapsed
34783
34784 \begin_layout Plain Layout
34785
34786 {
34787 \end_layout
34788
34789 \end_inset
34790
34791
34792 \end_layout
34793
34794 \end_deeper
34795 \begin_layout Standard
34796 \begin_inset ERT
34797 status collapsed
34798
34799 \begin_layout Plain Layout
34800
34801
34802 \backslash
34803 else
34804 \end_layout
34805
34806 \end_inset
34807
34808
34809 \begin_inset Note Note
34810 status open
34811
34812 \begin_layout Plain Layout
34813 Ce qui suit sera affiché si le paquetage LaTeX 
34814 \series bold
34815 lettrine
34816 \series default
34817  n'est pas installé :
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Standard
34826 Vous devez installer le paquetage LaTeX 
34827 \series bold
34828 lettrine
34829 \series default
34830  pour voir la suite de cette section dans la sortie imprimée.
34831 \end_layout
34832
34833 \begin_layout Standard
34834 \begin_inset ERT
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838
34839
34840 \backslash
34841 fi
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Chapter
34850 Trucs Externes
34851 \begin_inset Index idx
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 Trucs externes
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Standard
34864 Avec le menu 
34865 \family sans
34866 Insérer\SpecialChar \menuseparator
34867 Fichier
34868 \family default
34869  vous pouvez insérer un contenu externe à votre document.
34870  Ce contenu peut être :
34871 \end_layout
34872
34873 \begin_layout Description
34874 Document
34875 \begin_inset space ~
34876 \end_inset
34877
34878 LyX Un autre document LyX ; son contenu est directement inséré dans votre
34879  document.
34880 \end_layout
34881
34882 \begin_layout Description
34883 Texte
34884 \begin_inset space ~
34885 \end_inset
34886
34887 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
34888 e.
34889 \end_layout
34890
34891 \begin_layout Description
34892 Texte
34893 \begin_inset space ~
34894 \end_inset
34895
34896 Brut
34897 \begin_inset space ~
34898 \end_inset
34899
34900 par
34901 \begin_inset space ~
34902 \end_inset
34903
34904 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
34905  Les lignes vides créent un nouveau paragraphe dans votre document.
34906 \end_layout
34907
34908 \begin_layout Description
34909 Objet
34910 \begin_inset space ~
34911 \end_inset
34912
34913 Externe Fichiers de formats variés.
34914 \end_layout
34915
34916 \begin_layout Description
34917 Sous-document Documents LyX ou LaTeX.
34918 \end_layout
34919
34920 \begin_layout Section
34921 Objets Externes 
34922 \begin_inset Index idx
34923 status collapsed
34924
34925 \begin_layout Plain Layout
34926 Trucs externes ! Objets Externes
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \begin_layout Standard
34935 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
34936  de fichiers dans votre document sans avoir à convertir ces derniers en
34937  un format qui soit compatible avec le format de sortie, puisque c'est LyX
34938  qui va s'occuper des conversions.
34939  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
34940  LyX des images dans des formats divers.
34941  Quand vous avez activé 
34942 \family sans
34943 Aperçu
34944 \begin_inset space ~
34945 \end_inset
34946
34947 sur
34948 \begin_inset space ~
34949 \end_inset
34950
34951 le
34952 \begin_inset space ~
34953 \end_inset
34954
34955 vif
34956 \family default
34957  dans le menu des préférences de LyX, dans la rubrique 
34958 \family sans
34959 Apparence\SpecialChar \menuseparator
34960 Graphiques
34961 \family default
34962 , les objets externes de type Dia et Xfig sont affichés directement dans
34963  LyX.
34964 \end_layout
34965
34966 \begin_layout Standard
34967 On insère des objets externes en utilisant la fenêtre de dialogue 
34968 \family sans
34969 Objet
34970 \begin_inset space ~
34971 \end_inset
34972
34973 Externe
34974 \family default
34975  qui est accessible via le menu 
34976 \family sans
34977 Insérer\SpecialChar \menuseparator
34978 Fichiers\SpecialChar \menuseparator
34979 Objet
34980 \begin_inset space ~
34981 \end_inset
34982
34983 Externe
34984 \family default
34985 .
34986  Actuellement les types de fichiers (
34987 \family sans
34988 Modèles
34989 \family default
34990 ) suivants sont autorisés :
34991 \end_layout
34992
34993 \begin_layout Description
34994 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
34995  par le programme 
34996 \series bold
34997
34998 \begin_inset CommandInset href
34999 LatexCommand href
35000 name "XBoard"
35001 target "http://fr.wikipedia.org/wiki/XBoard"
35002
35003 \end_inset
35004
35005
35006 \series default
35007 .
35008 \end_layout
35009
35010 \begin_layout Description
35011 Date Ce modèle insère la date sous la forme 
35012 \emph on
35013 Jour-Mois-Année
35014 \emph default
35015 .
35016  Voici un exemple de date insérée comme objet externe :: 
35017 \begin_inset External
35018         template Date
35019         filename .
35020
35021 \end_inset
35022
35023
35024 \begin_inset space ~
35025 \end_inset
35026
35027
35028 \begin_inset Note Note
35029 status open
35030
35031 \begin_layout Plain Layout
35032 Retirer l'espace protégé quand le bug 4398 sera résolu !
35033 \end_layout
35034
35035 \end_inset
35036
35037
35038 \begin_inset Newline newline
35039 \end_inset
35040
35041 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
35042  Il y a deux autre méthodes pour insérer une date : Avec le menu 
35043 \family sans
35044 Insérer\SpecialChar \menuseparator
35045 Date
35046 \family default
35047  et avec la commande LaTeX 
35048 \series bold
35049
35050 \backslash
35051 today
35052 \series default
35053  entrée comme code TeX.
35054  Ces différentes méthodes sont comparée dans le tableau
35055 \begin_inset space ~
35056 \end_inset
35057
35058
35059 \begin_inset CommandInset ref
35060 LatexCommand ref
35061 reference "tab:Comparaison-des-dates"
35062
35063 \end_inset
35064
35065 .
35066 \end_layout
35067
35068 \begin_layout Description
35069 Dia Ce modèle accepte les diagrammes créés avec le programme 
35070 \series bold
35071
35072 \begin_inset CommandInset href
35073 LatexCommand href
35074 name "Dia"
35075 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
35076
35077 \end_inset
35078
35079
35080 \series default
35081 .
35082 \end_layout
35083
35084 \begin_layout Description
35085
35086 \lang english
35087 GnumericSpreadsheet With this template you can insert spreadsheets
35088 \begin_inset space \thinspace{}
35089 \end_inset
35090
35091 /
35092 \begin_inset space \thinspace{}
35093 \end_inset
35094
35095 tables in the format of 
35096 \series bold
35097
35098 \begin_inset CommandInset href
35099 LatexCommand href
35100 name "Gnumeric"
35101 target "http://fr.wikipedia.org/wiki/Gnumeric"
35102
35103 \end_inset
35104
35105
35106 \series default
35107
35108 \begin_inset CommandInset href
35109 LatexCommand href
35110 name "OpenDocument"
35111 target "http://fr.wikipedia.org/wiki/OpenDocument"
35112
35113 \end_inset
35114
35115
35116 \begin_inset CommandInset href
35117 LatexCommand href
35118 name "Microsoft Office XML"
35119 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
35120
35121 \end_inset
35122
35123  and 
35124 \begin_inset CommandInset href
35125 LatexCommand href
35126 name "Office Open XML"
35127 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
35128
35129 \end_inset
35130
35131 .
35132  For this feature LyX must have found the program 
35133 \family typewriter
35134 ssconvert
35135 \family default
35136  during its configuration.
35137  This program is part of Gnumeric, so that you must have Gnumeric installed,
35138  also if you don't have tables in the Gnumeric format.
35139  For examples and possible limitations have a look at LyX's example file
35140  
35141 \emph on
35142 spreadsheet.lyx
35143 \emph default
35144 .
35145 \end_layout
35146
35147 \begin_layout Description
35148 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
35149  par le programme 
35150 \series bold
35151
35152 \begin_inset CommandInset href
35153 LatexCommand href
35154 name "LilyPond"
35155 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
35156
35157 \end_inset
35158
35159
35160 \series default
35161 .
35162  
35163 \lang english
35164 For LyX's extended support for LilyPond have a look at LyX's example file
35165  
35166 \emph on
35167 lilypond.lyx
35168 \emph default
35169 .
35170 \end_layout
35171
35172 \begin_layout Description
35173 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
35174  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
35175  
35176 \emph on
35177 pages
35178 \emph default
35179  dans le champ 
35180 \family sans
35181 Option
35182 \family default
35183  dans l'onglet 
35184 \family sans
35185 Options LaTeX et LyX
35186 \family default
35187 .
35188  
35189 \lang english
35190 The argument of this option is a comma separated list, containing page numbers
35191  (insert as option 
35192 \series bold
35193 pages={3,5,6,8}
35194 \series default
35195 ), ranges of page numbers (
35196 \series bold
35197 pages={4-9}
35198 \series default
35199 ) or any combination.
35200  To insert empty pages use {}.
35201  E.
35202 \begin_inset space \thinspace{}
35203 \end_inset
35204
35205 g.
35206 \begin_inset space ~
35207 \end_inset
35208
35209
35210 \series bold
35211 pages={3,{},8-11,15}
35212 \series default
35213  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
35214  Page ranges are specified in the syntax 
35215 \emph on
35216 start
35217 \emph default
35218 -
35219 \emph on
35220 stop
35221 \emph default
35222 .
35223  This selects all pages from 
35224 \emph on
35225 start
35226 \emph default
35227  to 
35228 \emph on
35229 stop
35230 \emph default
35231 .
35232  Omitting 
35233 \emph on
35234 start
35235 \emph default
35236  defaults to the first page; omitting 
35237 \emph on
35238 stop
35239 \emph default
35240  defaults to the last page of the document.
35241  The last page can also be selected with the keyword 
35242 \series bold
35243 last
35244 \series default
35245 .
35246  (This is only permitted in a page range.) So 
35247 \series bold
35248 pages=-
35249 \series default
35250  will insert all pages of the document and 
35251 \series bold
35252 pages=last-1
35253 \series default
35254  will insert all pages in reverse order.
35255
35256 \lang french
35257  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
35258 \begin_inset Newline newline
35259 \end_inset
35260
35261
35262 \lang english
35263 The option 
35264 \series bold
35265 noautoscale
35266 \series default
35267  inserts the pages with their original size, if this option is not given,
35268  the pages will be resized to fith the width of the page of your document.
35269  In the tab 
35270 \family sans
35271 Size and Rotation
35272 \family default
35273  you can specify the width and height of the input pages and their rotation.
35274  If another width than 100
35275 \begin_inset space \thinspace{}
35276 \end_inset
35277
35278 Scale% is used, the option 
35279 \series bold
35280 noautoscale
35281 \series default
35282  will be overwritten.
35283  For more info and possible options, have a look into the documentation
35284  of the LaTeX-package 
35285 \series bold
35286 pdfpages
35287 \series default
35288 \lang french
35289  
35290 \begin_inset CommandInset citation
35291 LatexCommand cite
35292 key "pdfpages"
35293
35294 \end_inset
35295
35296 .
35297 \begin_inset Index idx
35298 status collapsed
35299
35300 \begin_layout Plain Layout
35301 Paquetages LaTeX ! pdfpages
35302 \end_layout
35303
35304 \end_inset
35305
35306
35307 \begin_inset Newline newline
35308 \end_inset
35309
35310
35311 \lang english
35312 To use this template in a 
35313 \family sans
35314 Beamer
35315 \family default
35316  presentation you need to first insert an 
35317 \family sans
35318 EndFrame
35319 \family default
35320  environment and in a subsequent paragraph a TeX Code box containing the
35321  command 
35322 \series bold
35323
35324 \backslash
35325 setbeamertemplate{background canvas}{}
35326 \series default
35327 .
35328  Then you can insert as many paragraphs containing the PDFPages template
35329  as you wish.
35330  Behind the included PDF pages you can resume the Beamer presentation by
35331  beginning a new frame or by starting a new section.
35332  To avoid stray blank pages prior to the PDF pages, make sure to use the
35333  
35334 \family sans
35335 Default
35336 \family default
35337  alignment for the paragraph containing the template.
35338 \begin_inset Newline newline
35339 \end_inset
35340
35341 Here is an included PDF which is rotated by -5°:
35342 \lang french
35343  
35344 \begin_inset External
35345         template PDFPages
35346         filename ../clipart/Abstract.pdf
35347         extra LaTeX "noautoscale, pages=-"
35348         rotateAngle -5
35349         rotateOrigin bottomleft
35350
35351 \end_inset
35352
35353
35354 \end_layout
35355
35356 \begin_layout Description
35357 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
35358  Les images peuvent être traitées dans la fenêtre de dialogue 
35359 \family sans
35360 Objet
35361 \begin_inset space ~
35362 \end_inset
35363
35364 Externe
35365 \family default
35366  comme les images qui sont habituellement incorporées en utilisant le menu
35367  
35368 \family sans
35369 Insérer\SpecialChar \menuseparator
35370 Graphique
35371 \family default
35372 , comme c'est décrit dans la section
35373 \begin_inset space ~
35374 \end_inset
35375
35376
35377 \begin_inset CommandInset ref
35378 LatexCommand ref
35379 reference "sec:Graphics-Dialog"
35380
35381 \end_inset
35382
35383 .
35384  La différence 
35385 \lang english
35386 to the normal image input
35387 \lang french
35388  est que seules les images matricielles sont autorisées, ce qui veut dire
35389  que les images PDF et EPS ne sont pas acceptées.
35390  
35391 \lang english
35392 Here is an inserted raster image:
35393 \lang french
35394  
35395 \begin_inset External
35396         template RasterImage
35397         filename ../clipart/ToolbarEnvBox.png
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \begin_layout Description
35405 XFig Ce modèle accepte les images créées avec le programme 
35406 \series bold
35407
35408 \begin_inset CommandInset href
35409 LatexCommand href
35410 name "Xfig"
35411 target "http://fr.wikipedia.org/wiki/Xfig"
35412
35413 \end_inset
35414
35415
35416 \series default
35417 .
35418 \end_layout
35419
35420 \begin_layout Standard
35421 \begin_inset Float table
35422 placement !h
35423 wide false
35424 sideways false
35425 status open
35426
35427 \begin_layout Plain Layout
35428 \begin_inset Caption
35429
35430 \begin_layout Plain Layout
35431 \begin_inset CommandInset label
35432 LatexCommand label
35433 name "tab:Comparaison-des-dates"
35434
35435 \end_inset
35436
35437 Comparaison des méthodes d'insertion de la date.
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Plain Layout
35446 \align center
35447 \begin_inset Tabular
35448 <lyxtabular version="3" rows="4" columns="4">
35449 <features tabularvalignment="middle">
35450 <column alignment="center" valignment="top" width="0">
35451 <column alignment="center" valignment="top" width="0">
35452 <column alignment="center" valignment="top" width="0">
35453 <column alignment="center" valignment="top" width="0">
35454 <row>
35455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35456 \begin_inset Text
35457
35458 \begin_layout Plain Layout
35459 Format du document
35460 \end_layout
35461
35462 \end_inset
35463 </cell>
35464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35465 \begin_inset Text
35466
35467 \begin_layout Plain Layout
35468
35469 \family sans
35470 Objet
35471 \begin_inset space ~
35472 \end_inset
35473
35474 Externe\SpecialChar \menuseparator
35475 Date
35476 \end_layout
35477
35478 \end_inset
35479 </cell>
35480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35481 \begin_inset Text
35482
35483 \begin_layout Plain Layout
35484
35485 \family sans
35486 Insérer\SpecialChar \menuseparator
35487 Date
35488 \end_layout
35489
35490 \end_inset
35491 </cell>
35492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35493 \begin_inset Text
35494
35495 \begin_layout Plain Layout
35496 commande 
35497 \series bold
35498
35499 \backslash
35500 today
35501 \end_layout
35502
35503 \end_inset
35504 </cell>
35505 </row>
35506 <row>
35507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35508 \begin_inset Text
35509
35510 \begin_layout Plain Layout
35511 LyX
35512 \end_layout
35513
35514 \end_inset
35515 </cell>
35516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35517 \begin_inset Text
35518
35519 \begin_layout Plain Layout
35520 comme boîte d'insert
35521 \end_layout
35522
35523 \end_inset
35524 </cell>
35525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35526 \begin_inset Text
35527
35528 \begin_layout Plain Layout
35529 comme date
35530 \end_layout
35531
35532 \end_inset
35533 </cell>
35534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35535 \begin_inset Text
35536
35537 \begin_layout Plain Layout
35538 comme boîte de code TeX
35539 \end_layout
35540
35541 \end_inset
35542 </cell>
35543 </row>
35544 <row>
35545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35546 \begin_inset Text
35547
35548 \begin_layout Plain Layout
35549 LaTeX
35550 \end_layout
35551
35552 \end_inset
35553 </cell>
35554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35555 \begin_inset Text
35556
35557 \begin_layout Plain Layout
35558 comme date
35559 \end_layout
35560
35561 \end_inset
35562 </cell>
35563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35564 \begin_inset Text
35565
35566 \begin_layout Plain Layout
35567 comme date
35568 \end_layout
35569
35570 \end_inset
35571 </cell>
35572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35573 \begin_inset Text
35574
35575 \begin_layout Plain Layout
35576 comme commande
35577 \end_layout
35578
35579 \end_inset
35580 </cell>
35581 </row>
35582 <row>
35583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35584 \begin_inset Text
35585
35586 \begin_layout Plain Layout
35587 DVI, PDF, PS
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35593 \begin_inset Text
35594
35595 \begin_layout Plain Layout
35596 comme date
35597 \end_layout
35598
35599 \end_inset
35600 </cell>
35601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605 comme date
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35611 \begin_inset Text
35612
35613 \begin_layout Plain Layout
35614 comme date date
35615 \end_layout
35616
35617 \end_inset
35618 </cell>
35619 </row>
35620 </lyxtabular>
35621
35622 \end_inset
35623
35624
35625 \end_layout
35626
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \begin_layout Standard
35633 Quand vous activez l'option 
35634 \family sans
35635 Brouillon
35636 \family default
35637  de l'onglet 
35638 \family sans
35639 Fichier
35640 \family default
35641  de la fenêtre de dialogue 
35642 \family sans
35643 Objet
35644 \begin_inset space ~
35645 \end_inset
35646
35647 Externe
35648 \family default
35649 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
35650 \begin_inset Newline newline
35651 \end_inset
35652
35653 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
35654  : 
35655 \begin_inset Graphics
35656         filename ../clipart/ExternalMaterialQt4.png
35657         scale 85
35658         scaleBeforeRotation
35659
35660 \end_inset
35661
35662  soit comme une image, selon que vous avez ou non activé l'option 
35663 \family sans
35664 Afficher
35665 \begin_inset space ~
35666 \end_inset
35667
35668 dans
35669 \begin_inset space ~
35670 \end_inset
35671
35672 LyX
35673 \family default
35674  de l'onglet 
35675 \family sans
35676 Options LaTeX et LyX
35677 \family default
35678  de la fenêtre de dialogue.
35679 \end_layout
35680
35681 \begin_layout Standard
35682 Le manuel 
35683 \family sans
35684 \emph on
35685 Personnalisation
35686 \family default
35687 \emph default
35688  explique comment vous pouvez créer vos propres modèles.
35689 \end_layout
35690
35691 \begin_layout Section
35692 Sous-documents
35693 \begin_inset CommandInset label
35694 LatexCommand label
35695 name "sec:Sous-documents"
35696
35697 \end_inset
35698
35699
35700 \begin_inset Index idx
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704 Trucs externes ! Sous-documents
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \begin_inset Index idx
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714 Fichiers ! Insérer
35715 \end_layout
35716
35717 \end_inset
35718
35719
35720 \end_layout
35721
35722 \begin_layout Standard
35723 Les sous-documents sont utilisés quand on a un document très long qui peut
35724  être décomposé en plusieurs parties ou sections plus petites.
35725  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
35726  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
35727  Les différents documents sont ce que l'on appelle les sous-documents et
35728  un document maître les relie pour imprimer le document complet ou seulement
35729  une partie de celui-ci.
35730  Un sous-document hérite du contenu de son maître, par exemple le préambule
35731  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
35732 \end_layout
35733
35734 \begin_layout Standard
35735 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
35736  maître, précisez dans le sous-document le document maître dans le menu
35737  
35738 \family sans
35739 Document\SpecialChar \menuseparator
35740 Paramètres\SpecialChar \menuseparator
35741 Classe de document
35742 \family default
35743 .
35744  Ce document maître sera par la suite utilisé de façon cachée par LyX à
35745  chaque fois que vous modifierez le sous-document.
35746 \end_layout
35747
35748 \begin_layout Standard
35749 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
35750  comme celle-ci : 
35751 \begin_inset Graphics
35752         filename clipart/ChildDocumentQt4.png
35753         lyxscale 70
35754         scale 60
35755         scaleBeforeRotation
35756
35757 \end_inset
35758
35759  Pour inclure des sous-documents dans un document maître , on utilise le
35760  menu 
35761 \family sans
35762 Insérer\SpecialChar \menuseparator
35763 Fichier\SpecialChar \menuseparator
35764 Sous-document
35765 \family default
35766 .
35767  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
35768  des quatre méthodes d'inclusion :
35769 \end_layout
35770
35771 \begin_layout Description
35772 Inclus
35773 \begin_inset space ~
35774 \end_inset
35775
35776 (include) Vous pouvez inclure des documents LyX et LaTeX.
35777  Quand vous cliquez sur le bouton 
35778 \family sans
35779 Charger
35780 \family default
35781  dans la fenêtre de dialogue 
35782 \family sans
35783 Sous-document
35784 \family default
35785 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
35786  vous puissiez le modifier.
35787 \begin_inset Newline newline
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \begin_layout Standard
35794 Voici un sous-document inséré avec la méthode 
35795 \family sans
35796 Inclus
35797 \family default
35798  : 
35799 \begin_inset CommandInset include
35800 LatexCommand include
35801 filename "DocumentBidon1.lyx"
35802
35803 \end_inset
35804
35805
35806 \end_layout
35807
35808 \begin_layout Standard
35809 La numérotation des sections va prendre en compte les sections des fichiers
35810  incorporés dans l'ordre où ils sont insérés dans le document maître.
35811  Le document qui est inclus comme exemple possède une sous-section qui sera
35812  numérotée comme sous-section de la section actuelle.
35813  Les étiquettes présentes dans le fichier inclus peuvent être référencées
35814  : la sous-section
35815 \begin_inset space ~
35816 \end_inset
35817
35818
35819 \begin_inset CommandInset ref
35820 LatexCommand ref
35821 reference "sub:Sous-section-externe-1"
35822
35823 \end_inset
35824
35825  est dans le fichier inclus.
35826 \end_layout
35827
35828 \begin_layout Standard
35829 Le préambule du sous-document est tout simplement ignoré, seul le préambule
35830  du document maître est utilisé.
35831  Les branches présentes dans le sous-document seront ignorées par le document
35832  maître si celui-ci ne possède pas une branche avec le même nom.
35833  Les documents inclus sont insérés en commençant une nouvelle page et sont
35834  suivis par un saut de page.
35835 \end_layout
35836
35837 \begin_layout Standard
35838 \begin_inset Note Greyedout
35839 status open
35840
35841 \begin_layout Plain Layout
35842
35843 \series bold
35844 Note:
35845 \series default
35846  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
35847  une classe de document différente de celle du document maître, vous recevez
35848  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
35849  que cela peut produire des résultats inattendus sur la sortie imprimée.
35850 \end_layout
35851
35852 \end_inset
35853
35854
35855 \end_layout
35856
35857 \begin_layout Description
35858 Incorporé
35859 \begin_inset space ~
35860 \end_inset
35861
35862 (input) Cette méthode est très semblable à la méthode Inclus, les différences
35863  sont :
35864 \end_layout
35865
35866 \begin_deeper
35867 \begin_layout Itemize
35868 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
35869  par un saut de page.
35870 \end_layout
35871
35872 \begin_layout Itemize
35873 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
35874  
35875 \family sans
35876 Aperçu
35877 \begin_inset space ~
35878 \end_inset
35879
35880 sur
35881 \begin_inset space ~
35882 \end_inset
35883
35884 le
35885 \begin_inset space ~
35886 \end_inset
35887
35888 vif
35889 \family default
35890  est activée dans les préférences dans la rubrique 
35891 \family sans
35892 Apparence\SpecialChar \menuseparator
35893 Graphique
35894 \family default
35895 .
35896 \end_layout
35897
35898 \begin_layout Itemize
35899 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
35900 \family sans
35901 Document\SpecialChar \menuseparator
35902 Paramètres\SpecialChar \menuseparator
35903 Sous-documents
35904 \family default
35905 .
35906 \end_layout
35907
35908 \end_deeper
35909 \begin_layout Standard
35910 Voici un sous document inséré en utilisant la méthode 
35911 \family sans
35912 Incorporé
35913 \family default
35914  : 
35915 \begin_inset CommandInset include
35916 LatexCommand input
35917 preview true
35918 filename "DocumentBidon2.lyx"
35919
35920 \end_inset
35921
35922
35923 \end_layout
35924
35925 \begin_layout Description
35926 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
35927  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
35928  sous forme de code source et aucune des commandes éventuellement présentes
35929  ne sera exécutée.
35930  Vous pouvez utiliser l'option 
35931 \family sans
35932 Marquer
35933 \begin_inset space ~
35934 \end_inset
35935
35936 les
35937 \begin_inset space ~
35938 \end_inset
35939
35940 espaces
35941 \family default
35942  qui matérialise chaque espace présente dans le code source par un caractère
35943  
35944 \begin_inset Quotes eld
35945 \end_inset
35946
35947
35948 \begin_inset ERT
35949 status collapsed
35950
35951 \begin_layout Plain Layout
35952
35953
35954 \backslash
35955 textvisiblespace 
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \begin_inset Quotes erd
35962 \end_inset
35963
35964  .
35965  La différence avec la méthode qui consiste à utiliser le menu 
35966 \family sans
35967 Insérer\SpecialChar \menuseparator
35968 Fichier\SpecialChar \menuseparator
35969 Texte
35970 \begin_inset space ~
35971 \end_inset
35972
35973 brut
35974 \family default
35975  est que le contenu du document n'apparaît pas dans LyX.
35976 \end_layout
35977
35978 \begin_layout Standard
35979 Voici un sous-document inclus en utilisant la méthode 
35980 \family sans
35981 verbatim
35982 \family default
35983  : 
35984 \begin_inset CommandInset include
35985 LatexCommand verbatiminput
35986 filename "DocumentTexteBidon.txt"
35987
35988 \end_inset
35989
35990
35991 \begin_inset VSpace bigskip
35992 \end_inset
35993
35994 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
35995  l'option 
35996 \family sans
35997 Marquer
35998 \begin_inset space ~
35999 \end_inset
36000
36001 les
36002 \begin_inset space ~
36003 \end_inset
36004
36005 espaces :
36006 \family default
36007  
36008 \begin_inset CommandInset include
36009 LatexCommand verbatiminput*
36010 filename "DocumentTexteBidon.txt"
36011
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \begin_layout Standard
36018 \begin_inset VSpace bigskip
36019 \end_inset
36020
36021
36022 \end_layout
36023
36024 \begin_layout Standard
36025 \begin_inset Note Greyedout
36026 status open
36027
36028 \begin_layout Plain Layout
36029
36030 \series bold
36031 Note:
36032 \series default
36033  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
36034  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \end_layout
36041
36042 \begin_layout Description
36043 Listings Ce type d'inclusion est décrit dans le chapitre
36044 \begin_inset space ~
36045 \end_inset
36046
36047
36048 \begin_inset CommandInset ref
36049 LatexCommand ref
36050 reference "cha:Program-Code-Listings"
36051
36052 \end_inset
36053
36054 .
36055 \end_layout
36056
36057 \begin_layout Standard
36058 \begin_inset Note Greyedout
36059 status open
36060
36061 \begin_layout Plain Layout
36062
36063 \series bold
36064 Note:
36065 \series default
36066  Inclure le même document deux fois dans un même document peut poser des
36067  problèmes avec LaTeX.
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \end_layout
36074
36075 \begin_layout Standard
36076 Si vous ne voulez visualiser ou exporter que certains des sous-documents
36077  de votre document maître, que ce soit pour diminuer les temps de compilation
36078  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
36079  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
36080  la sortie en utilisant le menu 
36081 \family sans
36082 Document\SpecialChar \menuseparator
36083 Paramètres\SpecialChar \menuseparator
36084 Sous-documents
36085 \family default
36086 .
36087  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
36088  sur la ligne correspondant dans la colonne 
36089 \family sans
36090 Inclus dans le résultat
36091 \family default
36092  de la liste (
36093 \begin_inset space ~
36094 \end_inset
36095
36096 notez que cela ne fonctionne que pour les documents inclus avec la méthode
36097  
36098 \begin_inset Quotes fld
36099 \end_inset
36100
36101 inclus
36102 \begin_inset Quotes frd
36103 \end_inset
36104
36105  et pas la méthode 
36106 \begin_inset Quotes fld
36107 \end_inset
36108
36109 incorporé
36110 \begin_inset Quotes frd
36111 \end_inset
36112
36113
36114 \begin_inset space ~
36115 \end_inset
36116
36117 ).
36118  Si on active l'option 
36119 \family sans
36120 Assurer la cohérence des compteurs et des références
36121 \family default
36122 , LyX va s'assurer que tous les numéros de pages, références etc...
36123  sont corrects comme si tous le document avait été traité.
36124  C'est utile si vous voulez que les sous-documents choisis aient exactement
36125  le même aspect que s'il étaient dans le document complet.
36126  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
36127  la totalité du document.
36128  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
36129  les compteurs et autres références n'ont pas à être à tout prix valides,
36130  vous devez impérativement désactiver cette option.
36131  
36132 \end_layout
36133
36134 \begin_layout Standard
36135 Une autre solution consiste à inclure chaque fichier dans une branche
36136 \begin_inset Foot
36137 status collapsed
36138
36139 \begin_layout Plain Layout
36140 Les branches sont décrites dans la section 
36141 \emph on
36142 Branches
36143 \emph default
36144  du 
36145 \emph on
36146 Guide de l'utilisateur
36147 \emph default
36148  de LyX.
36149 \end_layout
36150
36151 \end_inset
36152
36153 .
36154  En activant ou désactivant une branche, vous pouvez décider les fichiers
36155  inclus qui doivent apparaître dans la sortie imprimée.
36156  Cette méthode à l'avantage qu'elle peut aussi s'apliquer aux sous documents
36157  
36158 \begin_inset Quotes fld
36159 \end_inset
36160
36161 incorporés
36162 \begin_inset Quotes frd
36163 \end_inset
36164
36165 .
36166  Le défaut est que les compteurs et autres références ne sont pas conservés
36167  avec cette approche.
36168 \end_layout
36169
36170 \begin_layout Chapter
36171 Listings de Code Source
36172 \begin_inset CommandInset label
36173 LatexCommand label
36174 name "cha:Program-Code-Listings"
36175
36176 \end_inset
36177
36178
36179 \begin_inset Index idx
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183 Listings
36184 \end_layout
36185
36186 \end_inset
36187
36188
36189 \begin_inset Index idx
36190 status collapsed
36191
36192 \begin_layout Plain Layout
36193 Code Source
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \begin_inset Index idx
36200 status collapsed
36201
36202 \begin_layout Plain Layout
36203 Flottants ! Listings
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Standard
36212 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
36213  un insert 
36214 \family sans
36215 Listings
36216 \family default
36217  qui peut être créé grâce au menu 
36218 \family sans
36219 Insérer
36220 \family default
36221 \SpecialChar \menuseparator
36222
36223 \family sans
36224 Listing
36225 \begin_inset space ~
36226 \end_inset
36227
36228 de
36229 \begin_inset space ~
36230 \end_inset
36231
36232 Code
36233 \begin_inset space ~
36234 \end_inset
36235
36236 Source
36237 \family default
36238 .
36239  Le paquetage LaTeX 
36240 \series bold
36241 listings
36242 \series default
36243
36244 \begin_inset Index idx
36245 status collapsed
36246
36247 \begin_layout Plain Layout
36248 Paquetages LaTeX ! listings
36249 \end_layout
36250
36251 \end_inset
36252
36253  fournit un moyen puissant et flexible d'insérer des listings de code source
36254  dans votre document.
36255  
36256 \end_layout
36257
36258 \begin_layout Standard
36259 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
36260  contextuel s'ouvre pour vous permettre de modifier le format du listing.
36261 \end_layout
36262
36263 \begin_layout Standard
36264 Implicitement, un listing commence un nouveau paragraphe dans la sortie
36265  imprimée.
36266  L'option d'emplacement 
36267 \family sans
36268 Listing
36269 \begin_inset space ~
36270 \end_inset
36271
36272 en
36273 \begin_inset space ~
36274 \end_inset
36275
36276 Ligne
36277 \family default
36278  imprime le listing dans la ligne comme ceci : 
36279 \begin_inset listings
36280 lstparams "language={C++}"
36281 inline true
36282 status open
36283
36284 \begin_layout Plain Layout
36285
36286 int a=5;
36287 \end_layout
36288
36289 \end_inset
36290
36291
36292 \begin_inset Newline newline
36293 \end_inset
36294
36295 L'option 
36296 \family sans
36297 Flottant
36298 \family default
36299  crée un flottant de listing pour lequel vous pouvez préciser les options
36300  classiques d'emplacement : 
36301 \begin_inset Quotes eld
36302 \end_inset
36303
36304
36305 \family sans
36306 h
36307 \family default
36308
36309 \begin_inset Quotes erd
36310 \end_inset
36311
36312
36313 \begin_inset Quotes eld
36314 \end_inset
36315
36316
36317 \family sans
36318 t
36319 \family default
36320
36321 \begin_inset Quotes erd
36322 \end_inset
36323
36324
36325 \begin_inset Quotes eld
36326 \end_inset
36327
36328
36329 \family sans
36330 b
36331 \family default
36332
36333 \begin_inset Quotes erd
36334 \end_inset
36335
36336 , et 
36337 \begin_inset Quotes eld
36338 \end_inset
36339
36340
36341 \family sans
36342 p
36343 \family default
36344
36345 \begin_inset Quotes erd
36346 \end_inset
36347
36348  correspondant aux emplacement décrits dans la section
36349 \begin_inset space ~
36350 \end_inset
36351
36352
36353 \begin_inset CommandInset ref
36354 LatexCommand ref
36355 reference "sec:Placement-flottants"
36356
36357 \end_inset
36358
36359 .
36360  Les options de positionnement peuvent être mélangées et doivent être saisies
36361  sans séparation, par exemple, on peut taper 
36362 \begin_inset Quotes eld
36363 \end_inset
36364
36365
36366 \family sans
36367 htbp
36368 \family default
36369
36370 \begin_inset Quotes erd
36371 \end_inset
36372
36373 .
36374  L' option 
36375 \begin_inset Quotes eld
36376 \end_inset
36377
36378 h
36379 \begin_inset Quotes erd
36380 \end_inset
36381
36382  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
36383  
36384 \family sans
36385 Flottant
36386 \family default
36387  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
36388  légende et être référencés.
36389 \end_layout
36390
36391 \begin_layout Standard
36392 Vous pouvez ajouter une légende à un listing avec le menu 
36393 \family sans
36394 Insérer\SpecialChar \menuseparator
36395 Légende
36396 \family default
36397 .
36398  On peut référencer les listings de la même façon que les flottants :Voir
36399  le listing
36400 \begin_inset space ~
36401 \end_inset
36402
36403
36404 \begin_inset CommandInset ref
36405 LatexCommand ref
36406 reference "lst:Listing-exemple"
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Standard
36414 \begin_inset listings
36415 lstparams "language=Python"
36416 inline false
36417 status open
36418
36419 \begin_layout Plain Layout
36420
36421 \begin_inset Caption
36422
36423 \begin_layout Plain Layout
36424 \begin_inset CommandInset label
36425 LatexCommand label
36426 name "lst:Listing-exemple"
36427
36428 \end_inset
36429
36430 Exemple de listing flottant
36431 \end_layout
36432
36433 \end_inset
36434
36435 # Exemple de listing flottant
36436 \end_layout
36437
36438 \begin_layout Plain Layout
36439
36440 def func(param):
36441 \end_layout
36442
36443 \begin_layout Plain Layout
36444
36445     'ceci est une fonction python'
36446 \end_layout
36447
36448 \begin_layout Plain Layout
36449
36450     pass
36451 \end_layout
36452
36453 \end_inset
36454
36455
36456 \end_layout
36457
36458 \begin_layout Standard
36459 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
36460  de listing, les mots-clés de ce langage seront reconnus et mis en forme
36461  de manière particulière dans la sortie imprimée.
36462  Dans l'exemple de listing, le mot clé Python 
36463 \begin_inset Quotes eld
36464 \end_inset
36465
36466 def
36467 \begin_inset Quotes erd
36468 \end_inset
36469
36470  est reconnu et imprimé en caractères gras dans la sortie.
36471 \end_layout
36472
36473 \begin_layout Standard
36474 \begin_inset Note Greyedout
36475 status open
36476
36477 \begin_layout Plain Layout
36478
36479 \series bold
36480 Note:
36481 \series default
36482  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
36483  une police de caractères à 
36484 \family typewriter
36485 chasse fixe
36486 \family default
36487 , c'est que votre police ne contient probablement pas de série grasse.
36488  Dans ce cas choisissez une police différente dans le menu 
36489 \family sans
36490 Document\SpecialChar \menuseparator
36491 Paramètres\SpecialChar \menuseparator
36492 Polices
36493 \family default
36494 .
36495  (Les polices 
36496 \emph on
36497 LuxiMono, BeraMono
36498 \emph default
36499  et 
36500 \emph on
36501 Courier
36502 \emph default
36503  contiennent une série grasse.)
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Standard
36512 Dans la rubrique 
36513 \family sans
36514 Numérotation
36515 \begin_inset space ~
36516 \end_inset
36517
36518 des
36519 \begin_inset space ~
36520 \end_inset
36521
36522 Lignes
36523 \family default
36524  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
36525 n des lignes.
36526  Vous pouvez mettre un nombre dans le champ 
36527 \family sans
36528 Pas
36529 \family default
36530  pour désigner les lignes qui seront numérotées.
36531  Par exemple, si vous mettez 
36532 \begin_inset Quotes eld
36533 \end_inset
36534
36535 3
36536 \begin_inset Quotes erd
36537 \end_inset
36538
36539 , seule une ligne sur trois sera numérotée.
36540 \end_layout
36541
36542 \begin_layout Standard
36543 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
36544  apparaîtront dans la sortie.
36545  Vous devez utiliser l'option 
36546 \family sans
36547 Table
36548 \begin_inset space ~
36549 \end_inset
36550
36551 de
36552 \begin_inset space ~
36553 \end_inset
36554
36555 Caractères
36556 \begin_inset space ~
36557 \end_inset
36558
36559 Étendue
36560 \family default
36561  quand vous employez des caractères spécifiques à une langue donnée comme
36562  les umlauts Allemands dans votre listing.
36563 \begin_inset Newline newline
36564 \end_inset
36565
36566 Voici un exemple de listing avec la numérotation des lignes à gauche par
36567  pas de 3, en langage Python, avec les options 
36568 \begin_inset Quotes eld
36569 \end_inset
36570
36571 Table
36572 \begin_inset space ~
36573 \end_inset
36574
36575 de
36576 \begin_inset space ~
36577 \end_inset
36578
36579 caractères
36580 \begin_inset space ~
36581 \end_inset
36582
36583 étendue
36584 \begin_inset Quotes erd
36585 \end_inset
36586
36587  et 
36588 \begin_inset Quotes eld
36589 \end_inset
36590
36591 Espace
36592 \begin_inset space ~
36593 \end_inset
36594
36595 représenté
36596 \begin_inset space ~
36597 \end_inset
36598
36599 par
36600 \begin_inset space ~
36601 \end_inset
36602
36603 un
36604 \begin_inset space ~
36605 \end_inset
36606
36607 symbole
36608 \begin_inset Quotes erd
36609 \end_inset
36610
36611 , l'intervalle de ligne étant 3
36612 \begin_inset space \thinspace{}
36613 \end_inset
36614
36615 -
36616 \begin_inset space \thinspace{}
36617 \end_inset
36618
36619 8:
36620 \end_layout
36621
36622 \begin_layout Standard
36623 \begin_inset listings
36624 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36625 inline false
36626 status open
36627
36628 \begin_layout Plain Layout
36629
36630 def func(param):
36631 \end_layout
36632
36633 \begin_layout Plain Layout
36634
36635     'ceci est une fonction Python'
36636 \end_layout
36637
36638 \begin_layout Plain Layout
36639
36640     pass
36641 \end_layout
36642
36643 \begin_layout Plain Layout
36644
36645 def func(param):
36646 \end_layout
36647
36648 \begin_layout Plain Layout
36649
36650 'Ça, c'est un mot Allemand : Tschüß'
36651 \end_layout
36652
36653 \begin_layout Plain Layout
36654
36655 pass
36656 \end_layout
36657
36658 \begin_layout Plain Layout
36659
36660 def func(param):
36661 \end_layout
36662
36663 \begin_layout Plain Layout
36664
36665 'ceci est une fonction Python'
36666 \end_layout
36667
36668 \begin_layout Plain Layout
36669
36670 pass
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \end_layout
36677
36678 \begin_layout Standard
36679 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
36680  nombre de caractères que doit représenter une tabulation dans le champ
36681  
36682 \family sans
36683 Taille du tabulateur
36684 \family default
36685 .
36686 \end_layout
36687
36688 \begin_layout Standard
36689 \begin_inset Note Greyedout
36690 status open
36691
36692 \begin_layout Plain Layout
36693
36694 \series bold
36695 Note:
36696 \series default
36697  À cause d'un bug dans le paquetage 
36698 \series bold
36699 listings
36700 \series default
36701  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
36702  listing.
36703  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
36704  les lignes 3 et 6.
36705 \end_layout
36706
36707 \end_inset
36708
36709
36710 \end_layout
36711
36712 \begin_layout Standard
36713 \begin_inset VSpace bigskip
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \begin_layout Standard
36720 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
36721  listing.
36722  Pour le faire, il suffit d'utiliser le menu 
36723 \family sans
36724 Insérer\SpecialChar \menuseparator
36725 Fichier\SpecialChar \menuseparator
36726 Sous-document
36727 \family default
36728  et de choisir le type 
36729 \family sans
36730 Listing
36731 \family default
36732
36733 \begin_inset space ~
36734 \end_inset
36735
36736
36737 \family sans
36738 de
36739 \begin_inset space ~
36740 \end_inset
36741
36742 Code
36743 \begin_inset space ~
36744 \end_inset
36745
36746 source
36747 \family default
36748 .
36749 \begin_inset Foot
36750 status collapsed
36751
36752 \begin_layout Plain Layout
36753 Les autres types de sous-documents sont décrits dans la section
36754 \begin_inset space ~
36755 \end_inset
36756
36757
36758 \begin_inset CommandInset ref
36759 LatexCommand ref
36760 reference "sec:Sous-documents"
36761
36762 \end_inset
36763
36764 .
36765 \end_layout
36766
36767 \end_inset
36768
36769  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
36770  à utiliser pour le listing dans une zone de texte.
36771  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
36772  
36773 \begin_inset Quotes eld
36774 \end_inset
36775
36776 ?
36777 \begin_inset Quotes erd
36778 \end_inset
36779
36780  dans la zone de texte.
36781 \end_layout
36782
36783 \begin_layout Standard
36784 Pour faire référence à un sous-document de type listing, tapez une étiquette
36785  dans le champ correspondant de la fenêtre de dialogue.
36786  On peut alors faire référence à cette étiquette en utilisant le menu 
36787 \family sans
36788 Insérer\SpecialChar \menuseparator
36789 Référence
36790 \begin_inset space ~
36791 \end_inset
36792
36793 Croisée
36794 \family default
36795 .
36796 \end_layout
36797
36798 \begin_layout Standard
36799 Le listing
36800 \begin_inset space ~
36801 \end_inset
36802
36803
36804 \begin_inset CommandInset ref
36805 LatexCommand ref
36806 reference "lst:listing-fichier"
36807
36808 \end_inset
36809
36810  est une exemple de listing issu d'un fichier ; ici les lignes 10
36811 \begin_inset space \thinspace{}
36812 \end_inset
36813
36814 -
36815 \begin_inset space \thinspace{}
36816 \end_inset
36817
36818 15 de ce fichier LyX sont listées.
36819 \end_layout
36820
36821 \begin_layout Standard
36822 \begin_inset CommandInset include
36823 LatexCommand lstinputlisting
36824 filename "EmbeddedObjects.lyx"
36825 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
36826
36827 \end_inset
36828
36829
36830 \end_layout
36831
36832 \begin_layout Standard
36833 \begin_inset VSpace bigskip
36834 \end_inset
36835
36836
36837 \end_layout
36838
36839 \begin_layout Standard
36840 L'insertion d'une formule dans un listing peut se faire de la façon suivante
36841 \begin_inset space ~
36842 \end_inset
36843
36844 :
36845 \end_layout
36846
36847 \begin_layout Enumerate
36848 Ouvrez la fenêtre de dialogue listings et ajoutez
36849 \begin_inset Newline newline
36850 \end_inset
36851
36852
36853 \family sans
36854 mathescape=true
36855 \family default
36856
36857 \begin_inset Newline newline
36858 \end_inset
36859
36860 dans le champ de l'onglet 
36861 \family sans
36862 Avancé
36863 \family default
36864 .
36865 \end_layout
36866
36867 \begin_layout Enumerate
36868 Créez la formule en dehors du listing.
36869 \end_layout
36870
36871 \begin_layout Enumerate
36872 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
36873  (raccourci 
36874 \begin_inset Info
36875 type  "shortcut"
36876 arg   "copy"
36877 \end_inset
36878
36879 )
36880 \end_layout
36881
36882 \begin_layout Enumerate
36883 Dans le listing écrivez 
36884 \begin_inset Quotes eld
36885 \end_inset
36886
36887
36888 \family sans
36889 $$
36890 \family default
36891
36892 \begin_inset Quotes erd
36893 \end_inset
36894
36895  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
36896  
36897 \begin_inset Info
36898 type  "shortcut"
36899 arg   "paste"
36900 \end_inset
36901
36902 )
36903 \end_layout
36904
36905 \begin_layout Standard
36906 \begin_inset listings
36907 lstparams "language=Python,mathescape=true"
36908 inline false
36909 status open
36910
36911 \begin_layout Plain Layout
36912
36913 \begin_inset Caption
36914
36915 \begin_layout Plain Layout
36916 Exemple de listing flottant contenant une formule
36917 \end_layout
36918
36919 \end_inset
36920
36921 # Exemple de listing flottant
36922 \end_layout
36923
36924 \begin_layout Plain Layout
36925
36926 def func(param):
36927 \end_layout
36928
36929 \begin_layout Plain Layout
36930
36931     # $
36932 \backslash
36933 prod_{n=1}^{
36934 \backslash
36935 infty}
36936 \backslash
36937 ,
36938 \backslash
36939 frac{1}{x^{2}}$
36940 \end_layout
36941
36942 \begin_layout Plain Layout
36943
36944     pass
36945 \end_layout
36946
36947 \end_inset
36948
36949
36950 \end_layout
36951
36952 \begin_layout Standard
36953 \begin_inset VSpace bigskip
36954 \end_inset
36955
36956
36957 \end_layout
36958
36959 \begin_layout Standard
36960 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
36961  de dialogue 
36962 \family sans
36963 Document\SpecialChar \menuseparator
36964 Paramètres\SpecialChar \menuseparator
36965 Listings
36966 \family default
36967 .
36968  Pour avoir la liste des options disponibles, tapez un point d'interrogation
36969  
36970 \begin_inset Quotes eld
36971 \end_inset
36972
36973 ?
36974 \begin_inset Quotes erd
36975 \end_inset
36976
36977  dans le champ.
36978 \end_layout
36979
36980 \begin_layout Standard
36981 Pour plus d'information sur le paquetage 
36982 \series bold
36983 listings
36984 \series default
36985 , nous vous renvoyons à sa documentation 
36986 \begin_inset CommandInset citation
36987 LatexCommand cite
36988 key "listings"
36989
36990 \end_inset
36991
36992 .
36993 \end_layout
36994
36995 \begin_layout Standard
36996 \begin_inset Newpage newpage
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \begin_layout Chapter
37003 \start_of_appendix
37004 Unités de longueur utilisables avec LyX
37005 \begin_inset Argument
37006 status collapsed
37007
37008 \begin_layout Plain Layout
37009 Unités de longueur
37010 \end_layout
37011
37012 \end_inset
37013
37014
37015 \begin_inset Index idx
37016 status collapsed
37017
37018 \begin_layout Plain Layout
37019 Unités
37020 \end_layout
37021
37022 \end_inset
37023
37024
37025 \begin_inset CommandInset label
37026 LatexCommand label
37027 name "cha:Unités-de-longueur"
37028
37029 \end_inset
37030
37031
37032 \end_layout
37033
37034 \begin_layout Standard
37035 Pour comprendre les unités de longueur utilisées dans cette documentation,
37036  le tableau
37037 \begin_inset space ~
37038 \end_inset
37039
37040
37041 \begin_inset CommandInset ref
37042 LatexCommand ref
37043 reference "tab:Unités"
37044
37045 \end_inset
37046
37047 décrit les unités utilisées par LyX.
37048 \begin_inset Float table
37049 placement h
37050 wide false
37051 sideways false
37052 status open
37053
37054 \begin_layout Plain Layout
37055 \begin_inset Caption
37056
37057 \begin_layout Plain Layout
37058 \begin_inset CommandInset label
37059 LatexCommand label
37060 name "tab:Unités"
37061
37062 \end_inset
37063
37064 Unités de longueur
37065 \end_layout
37066
37067 \end_inset
37068
37069
37070 \end_layout
37071
37072 \begin_layout Plain Layout
37073 \begin_inset VSpace medskip
37074 \end_inset
37075
37076
37077 \end_layout
37078
37079 \begin_layout Plain Layout
37080 \align center
37081 \begin_inset Tabular
37082 <lyxtabular version="3" rows="20" columns="2">
37083 <features tabularvalignment="middle">
37084 <column alignment="center" valignment="top" width="0">
37085 <column alignment="center" valignment="top" width="0">
37086 <row>
37087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37088 \begin_inset Text
37089
37090 \begin_layout Plain Layout
37091 unité
37092 \end_layout
37093
37094 \end_inset
37095 </cell>
37096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37097 \begin_inset Text
37098
37099 \begin_layout Plain Layout
37100 nom/description
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 </row>
37106 <row>
37107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37108 \begin_inset Text
37109
37110 \begin_layout Plain Layout
37111 mm
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37117 \begin_inset Text
37118
37119 \begin_layout Plain Layout
37120 millimètre
37121 \end_layout
37122
37123 \end_inset
37124 </cell>
37125 </row>
37126 <row>
37127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37128 \begin_inset Text
37129
37130 \begin_layout Plain Layout
37131 cm
37132 \end_layout
37133
37134 \end_inset
37135 </cell>
37136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140 centimètre
37141 \end_layout
37142
37143 \end_inset
37144 </cell>
37145 </row>
37146 <row>
37147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37148 \begin_inset Text
37149
37150 \begin_layout Plain Layout
37151 in
37152 \end_layout
37153
37154 \end_inset
37155 </cell>
37156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout Plain Layout
37160 pouce (inch)
37161 \end_layout
37162
37163 \end_inset
37164 </cell>
37165 </row>
37166 <row>
37167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171 pt
37172 \end_layout
37173
37174 \end_inset
37175 </cell>
37176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37177 \begin_inset Text
37178
37179 \begin_layout Plain Layout
37180 point (72.27
37181 \begin_inset space \thinspace{}
37182 \end_inset
37183
37184 pt = 1
37185 \begin_inset space \thinspace{}
37186 \end_inset
37187
37188 in)
37189 \end_layout
37190
37191 \end_inset
37192 </cell>
37193 </row>
37194 <row>
37195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37196 \begin_inset Text
37197
37198 \begin_layout Plain Layout
37199 pc
37200 \end_layout
37201
37202 \end_inset
37203 </cell>
37204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 pica (1
37209 \begin_inset space \thinspace{}
37210 \end_inset
37211
37212 pc = 12
37213 \begin_inset space \thinspace{}
37214 \end_inset
37215
37216 pt)
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 </row>
37222 <row>
37223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227 sp
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236 scaled point (65536
37237 \begin_inset space \thinspace{}
37238 \end_inset
37239
37240 sp = 1
37241 \begin_inset space \thinspace{}
37242 \end_inset
37243
37244 pt)
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 </row>
37250 <row>
37251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37252 \begin_inset Text
37253
37254 \begin_layout Plain Layout
37255 bp
37256 \end_layout
37257
37258 \end_inset
37259 </cell>
37260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37261 \begin_inset Text
37262
37263 \begin_layout Plain Layout
37264 gros point (72
37265 \begin_inset space \thinspace{}
37266 \end_inset
37267
37268 bp = 1
37269 \begin_inset space \thinspace{}
37270 \end_inset
37271
37272 in)
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 </row>
37278 <row>
37279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283 dd
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37289 \begin_inset Text
37290
37291 \begin_layout Plain Layout
37292 didot (72
37293 \begin_inset space \thinspace{}
37294 \end_inset
37295
37296 dd 
37297 \begin_inset Formula $\approx$
37298 \end_inset
37299
37300  37.6
37301 \begin_inset space \thinspace{}
37302 \end_inset
37303
37304 mm)
37305 \end_layout
37306
37307 \end_inset
37308 </cell>
37309 </row>
37310 <row>
37311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37312 \begin_inset Text
37313
37314 \begin_layout Plain Layout
37315 cc
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37321 \begin_inset Text
37322
37323 \begin_layout Plain Layout
37324 cicero (1
37325 \begin_inset space \thinspace{}
37326 \end_inset
37327
37328 cc = 12
37329 \begin_inset space \thinspace{}
37330 \end_inset
37331
37332 dd)
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 </row>
37338 <row>
37339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343 Scale%
37344 \end_layout
37345
37346 \end_inset
37347 </cell>
37348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 % de la largeur originale de l'image
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 </row>
37358 <row>
37359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37360 \begin_inset Text
37361
37362 \begin_layout Plain Layout
37363 text%
37364 \end_layout
37365
37366 \end_inset
37367 </cell>
37368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 % de la largeur du texte
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 </row>
37378 <row>
37379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383 col%
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392 % de la largeur de la colonne
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 </row>
37398 <row>
37399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403 page%
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412 % de la largeur du papier
37413 \end_layout
37414
37415 \end_inset
37416 </cell>
37417 </row>
37418 <row>
37419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37420 \begin_inset Text
37421
37422 \begin_layout Plain Layout
37423 line%
37424 \end_layout
37425
37426 \end_inset
37427 </cell>
37428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432 % de la largeur de la ligne
37433 \end_layout
37434
37435 \end_inset
37436 </cell>
37437 </row>
37438 <row>
37439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37440 \begin_inset Text
37441
37442 \begin_layout Plain Layout
37443 theight%
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452 % la hauteur du texte
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 </row>
37458 <row>
37459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37460 \begin_inset Text
37461
37462 \begin_layout Plain Layout
37463 pheight%
37464 \end_layout
37465
37466 \end_inset
37467 </cell>
37468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37469 \begin_inset Text
37470
37471 \begin_layout Plain Layout
37472 % hauteur du papier
37473 \end_layout
37474
37475 \end_inset
37476 </cell>
37477 </row>
37478 <row>
37479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37480 \begin_inset Text
37481
37482 \begin_layout Plain Layout
37483 ex
37484 \end_layout
37485
37486 \end_inset
37487 </cell>
37488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37489 \begin_inset Text
37490
37491 \begin_layout Plain Layout
37492 hauteur de la lettre 
37493 \emph on
37494 x
37495 \emph default
37496  dans la police courante
37497 \end_layout
37498
37499 \end_inset
37500 </cell>
37501 </row>
37502 <row>
37503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507 em
37508 \end_layout
37509
37510 \end_inset
37511 </cell>
37512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516 largeur de la lettre
37517 \emph on
37518  M
37519 \emph default
37520  dans la police courante
37521 \end_layout
37522
37523 \end_inset
37524 </cell>
37525 </row>
37526 <row>
37527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531 mu
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540 unité mathématique (1
37541 \begin_inset space \thinspace{}
37542 \end_inset
37543
37544 mu = 1/18
37545 \begin_inset space \thinspace{}
37546 \end_inset
37547
37548 em)
37549 \end_layout
37550
37551 \end_inset
37552 </cell>
37553 </row>
37554 </lyxtabular>
37555
37556 \end_inset
37557
37558
37559 \end_layout
37560
37561 \end_inset
37562
37563
37564 \end_layout
37565
37566 \begin_layout Chapter
37567 Formats des fichiers de sortie graphiques
37568 \begin_inset CommandInset label
37569 LatexCommand label
37570 name "cha:Formats-fichiers-graphiques"
37571
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \begin_layout Section
37578 DVI
37579 \begin_inset Index idx
37580 status collapsed
37581
37582 \begin_layout Plain Layout
37583 Formats de Fichiers! DVI
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \begin_inset Index idx
37590 status collapsed
37591
37592 \begin_layout Plain Layout
37593 DVI|see
37594 \begin_inset ERT
37595 status collapsed
37596
37597 \begin_layout Plain Layout
37598
37599 {
37600 \end_layout
37601
37602 \end_inset
37603
37604 Formats de Fichiers
37605 \begin_inset ERT
37606 status collapsed
37607
37608 \begin_layout Plain Layout
37609
37610 }
37611 \end_layout
37612
37613 \end_inset
37614
37615
37616 \end_layout
37617
37618 \end_inset
37619
37620
37621 \end_layout
37622
37623 \begin_layout Standard
37624 Ce type de fichiers a l'extension 
37625 \begin_inset Quotes fld
37626 \end_inset
37627
37628
37629 \family typewriter
37630 .dvi
37631 \family default
37632
37633 \begin_inset Quotes frd
37634 \end_inset
37635
37636 .
37637  Il est appelé 
37638 \emph on
37639 indépendant de l'appareil
37640 \emph default
37641  ou 
37642 \begin_inset Quotes fld
37643 \end_inset
37644
37645 device independent (DVI)
37646 \begin_inset Quotes frd
37647 \end_inset
37648
37649 , car il est complètement portable ; vous pouvez les recopier d'une machine
37650  à l'autre sans avoir à faire de conversion.
37651  À l'époque où ce format a été développé, c'était loin d'être évident.
37652  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
37653  étape préliminaire avant la conversion vers un autre format comme le PostScript.
37654 \end_layout
37655
37656 \begin_layout Standard
37657 \begin_inset Note Greyedout
37658 status open
37659
37660 \begin_layout Plain Layout
37661
37662 \series bold
37663 Note:
37664 \series default
37665  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
37666  au fichier.
37667  
37668 \end_layout
37669
37670 \end_inset
37671
37672  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
37673  
37674 \family typewriter
37675 .dvi
37676 \family default
37677 .
37678  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
37679 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
37680  pour les rendre visibles quand vous faites défiler votre document.
37681  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
37682  avec de nombreuses images.
37683 \end_layout
37684
37685 \begin_layout Standard
37686 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
37687  menu 
37688 \family sans
37689 Fichier\SpecialChar \menuseparator
37690 Exporter\SpecialChar \menuseparator
37691 DVI.
37692
37693 \family default
37694  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
37695 \family sans
37696 Visualiser
37697 \family default
37698 .
37699 \end_layout
37700
37701 \begin_layout Section
37702 PostScript
37703 \begin_inset CommandInset label
37704 LatexCommand label
37705 name "sec:PostScript"
37706
37707 \end_inset
37708
37709
37710 \begin_inset Index idx
37711 status collapsed
37712
37713 \begin_layout Plain Layout
37714 Formats de Fichiers ! PostScript
37715 \end_layout
37716
37717 \end_inset
37718
37719
37720 \begin_inset Index idx
37721 status collapsed
37722
37723 \begin_layout Plain Layout
37724 PostScript|see
37725 \begin_inset ERT
37726 status collapsed
37727
37728 \begin_layout Plain Layout
37729
37730 {
37731 \end_layout
37732
37733 \end_inset
37734
37735 Formats de Fichiers
37736 \begin_inset ERT
37737 status collapsed
37738
37739 \begin_layout Plain Layout
37740
37741 }
37742 \end_layout
37743
37744 \end_inset
37745
37746
37747 \end_layout
37748
37749 \end_inset
37750
37751
37752 \end_layout
37753
37754 \begin_layout Standard
37755 Ce type de fichiers a l'extension 
37756 \begin_inset Quotes fld
37757 \end_inset
37758
37759
37760 \family typewriter
37761 .ps
37762 \family default
37763
37764 \begin_inset Quotes frd
37765 \end_inset
37766
37767 .
37768  PostScript a été développé par la société 
37769 \series bold
37770 Adobe
37771 \series default
37772  comme un langage pour les imprimantes.
37773  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
37774  pour imprimer le document.
37775  PostScript peut être considéré comme un 
37776 \begin_inset Quotes fld
37777 \end_inset
37778
37779 langage de programmation
37780 \begin_inset Quotes frd
37781 \end_inset
37782
37783  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
37784  images
37785 \begin_inset Foot
37786 status open
37787
37788 \begin_layout Plain Layout
37789 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
37790  LaTeX 
37791 \series bold
37792 pstricks
37793 \series default
37794
37795 \begin_inset CommandInset citation
37796 LatexCommand cite
37797 key "pstricks"
37798
37799 \end_inset
37800
37801 .
37802 \end_layout
37803
37804 \end_inset
37805
37806 .
37807  En partie à cause de toutes ces possibilités un fichier PostScript est
37808  souvent plus gros qu'un PDF.
37809 \end_layout
37810
37811 \begin_layout Standard
37812 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
37813  plus gros qu'un PDF.
37814 \end_layout
37815
37816 \begin_layout Standard
37817 PostScript ne peut contenir que des images au format 
37818 \begin_inset Quotes fld
37819 \end_inset
37820
37821 PostScript Encapsulé
37822 \begin_inset Quotes frd
37823 \end_inset
37824
37825  (encapsulated PostScript ou EPS, d'extension 
37826 \family typewriter
37827 .eps
37828 \family default
37829 ).
37830  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
37831  il doit les convertir en interne en EPS.
37832  Si vous avez par exemple 50 images dans votre document, LyX doit faire
37833  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
37834  document.
37835  Cela risque de ralentir de façon importante votre rythme de travail.
37836  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
37837  vos images directement en EPS pour éviter ce problème.
37838 \end_layout
37839
37840 \begin_layout Standard
37841 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
37842  le menu 
37843 \family sans
37844 Fichier\SpecialChar \menuseparator
37845 Exporter\SpecialChar \menuseparator
37846 PostScript.
37847
37848 \family default
37849  Vous pouvez visionner votre document sous forme PostScript grâce au menu
37850  
37851 \family sans
37852 Visualiser
37853 \family default
37854  ou en utilisant le bouton 
37855 \begin_inset Graphics
37856         filename ../../images/buffer-view_ps.png
37857         scale 85
37858         scaleBeforeRotation
37859
37860 \end_inset
37861
37862  de la barre d'outils.
37863 \end_layout
37864
37865 \begin_layout Section
37866 PDF
37867 \begin_inset Index idx
37868 status collapsed
37869
37870 \begin_layout Plain Layout
37871 Formats de Fichiers ! PDF
37872 \end_layout
37873
37874 \end_inset
37875
37876
37877 \begin_inset Index idx
37878 status collapsed
37879
37880 \begin_layout Plain Layout
37881 PDF
37882 \end_layout
37883
37884 \end_inset
37885
37886
37887 \end_layout
37888
37889 \begin_layout Standard
37890 Ce type de fichiers a l'extension 
37891 \begin_inset Quotes fld
37892 \end_inset
37893
37894
37895 \family typewriter
37896 .pdf
37897 \family default
37898
37899 \begin_inset Quotes frd
37900 \end_inset
37901
37902 .
37903  Ce 
37904 \begin_inset Quotes fld
37905 \end_inset
37906
37907 format de document portable
37908 \begin_inset Quotes frd
37909 \end_inset
37910
37911  (portable document format ou PDF) est développé par 
37912 \family typewriter
37913 Adobe
37914 \family default
37915  comme une évolution de PostScript.
37916  Il est plus comprimé et utilise moins de commandes que PostScript.
37917  Comme son nom l'indique, il est 
37918 \begin_inset Quotes fld
37919 \end_inset
37920
37921 portable
37922 \begin_inset Quotes frd
37923 \end_inset
37924
37925  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
37926  aura exactement le même aspect.
37927 \end_layout
37928
37929 \begin_layout Standard
37930 PDF peut contenir des images dans son propre format PDF et dans les formats
37931  JPG (format du 
37932 \begin_inset Quotes fld
37933 \end_inset
37934
37935 Joint Photographic Expert Group
37936 \begin_inset Quotes frd
37937 \end_inset
37938
37939  avec comme extension 
37940 \family typewriter
37941 .jpg
37942 \family default
37943  ou 
37944 \family typewriter
37945 .jpeg
37946 \family default
37947 ) et PNG (
37948 \begin_inset Quotes fld
37949 \end_inset
37950
37951 Portable Network Graphics
37952 \begin_inset Quotes frd
37953 \end_inset
37954
37955  avec l'extension 
37956 \family typewriter
37957 .png
37958 \family default
37959 ).
37960  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
37961  dans un de ces formats.
37962  Mais comme il est dit dans la section sur PostScript, les conversions d'images
37963  vont ralentir votre travail.
37964  Nous recommandons donc l'utilisation de l'un des trois formats cités.
37965 \end_layout
37966
37967 \begin_layout Standard
37968 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
37969  menu 
37970 \family sans
37971 Fichier\SpecialChar \menuseparator
37972 Exporter 
37973 \family default
37974 de trois façons différentes:
37975 \end_layout
37976
37977 \begin_layout Description
37978 PDF
37979 \begin_inset space ~
37980 \end_inset
37981
37982 (ps2pdf) Ceci utilise le programme 
37983 \family typewriter
37984 ps2pdf
37985 \family default
37986  qui créé un PDF à partir de la version PostScript de votre fichier.
37987  Cette dernière est produite par le programme 
37988 \family typewriter
37989 dvips
37990 \family default
37991  qui utilise une version DVI comme étape intermédiaire.
37992  Cette variante consiste donc en trois conversions.
37993 \end_layout
37994
37995 \begin_layout Description
37996 PDF
37997 \begin_inset space ~
37998 \end_inset
37999
38000 (dvipdfm) Ceci utilise le programme 
38001 \family typewriter
38002 dvipdfm
38003 \family default
38004  qui convertit votre fichier en DVI avant de le convertir en PDF.
38005 \end_layout
38006
38007 \begin_layout Description
38008 PDF
38009 \begin_inset space ~
38010 \end_inset
38011
38012 (pdflatex) Ceci utilise le programme 
38013 \family typewriter
38014 pdftex
38015 \family default
38016  qui convertit directement votre fichier en PDF.
38017 \end_layout
38018
38019 \begin_layout Standard
38020 Nous recommandons d'utiliser l'option 
38021 \family sans
38022 PDF
38023 \begin_inset space ~
38024 \end_inset
38025
38026 (pdflatex)
38027 \family default
38028  car 
38029 \family typewriter
38030 pdftex
38031 \family default
38032  accepte toutes les fonctionnalités des versions actuelles de PDF.
38033  Il est en plus rapide et stable.
38034  Le programme 
38035 \family typewriter
38036 dvipdfm
38037 \family default
38038  n'est plus développé est est donc un peu dépassé.
38039 \end_layout
38040
38041 \begin_layout Standard
38042
38043 \end_layout
38044
38045 \begin_layout Standard
38046 Vous pouvez visionner votre document sous forme PDF grâce au menu 
38047 \family sans
38048 Visualiser
38049 \family default
38050  ou en utilisant le bouton 
38051 \begin_inset Graphics
38052         filename ../../images/buffer-view_pdf2.png
38053         scale 85
38054         scaleBeforeRotation
38055
38056 \end_inset
38057
38058  de la barre d'outils
38059 \family sans
38060  (
38061 \family default
38062 qui utilise 
38063 \family sans
38064 PDF
38065 \begin_inset space ~
38066 \end_inset
38067
38068 (pdflatex)
38069 \family default
38070 ).
38071 \end_layout
38072
38073 \begin_layout Chapter
38074 Explication de l' Équation
38075 \begin_inset space ~
38076 \end_inset
38077
38078 (
38079 \begin_inset CommandInset ref
38080 LatexCommand ref
38081 reference "eq:Wgn"
38082
38083 \end_inset
38084
38085 )
38086 \begin_inset CommandInset label
38087 LatexCommand label
38088 name "cha:Explication-de-l'Equation"
38089
38090 \end_inset
38091
38092
38093 \end_layout
38094
38095 \begin_layout Standard
38096 La largeur totale de 
38097 \emph on
38098 n
38099 \emph default
38100  cellules de tableau 
38101 \begin_inset Formula $W_{\mathrm{tot\, n}}$
38102 \end_inset
38103
38104  peut être calculée avec
38105 \end_layout
38106
38107 \begin_layout Standard
38108 \begin_inset Formula 
38109 \begin{equation}
38110 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
38111 \end{equation}
38112
38113 \end_inset
38114
38115
38116 \end_layout
38117
38118 \begin_layout Standard
38119 Où 
38120 \begin_inset Formula $W_{g\, n}$
38121 \end_inset
38122
38123  est la largeur fixe de toutes les cellules.
38124  
38125 \series bold
38126
38127 \backslash
38128 tabcolsep
38129 \series default
38130  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
38131  sa valeur implicite est 6
38132 \begin_inset space \thinspace{}
38133 \end_inset
38134
38135 pt.
38136  
38137 \series bold
38138
38139 \backslash
38140 arrayrulewidth
38141 \series default
38142  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
38143 \begin_inset space \thinspace{}
38144 \end_inset
38145
38146 pt.
38147 \end_layout
38148
38149 \begin_layout Standard
38150 D'après l'équation
38151 \begin_inset space ~
38152 \end_inset
38153
38154
38155 \begin_inset CommandInset ref
38156 LatexCommand eqref
38157 reference "eq:Wtot_n"
38158
38159 \end_inset
38160
38161 , la largeur totale d'une multicolonne, 
38162 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
38163 \end_inset
38164
38165  est
38166 \end_layout
38167
38168 \begin_layout Standard
38169 \begin_inset Formula 
38170 \begin{equation}
38171 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
38172 \end{equation}
38173
38174 \end_inset
38175
38176
38177 \end_layout
38178
38179 \begin_layout Standard
38180 En posant que les équations 
38181 \begin_inset space ~
38182 \end_inset
38183
38184
38185 \begin_inset CommandInset ref
38186 LatexCommand eqref
38187 reference "eq:Wtot_n"
38188
38189 \end_inset
38190
38191  et 
38192 \begin_inset CommandInset ref
38193 LatexCommand eqref
38194 reference "eq:Wtot_mult"
38195
38196 \end_inset
38197
38198  sont égales, on peut calculer la largeur nécessaire 
38199 \begin_inset Formula $W_{g\, n}$
38200 \end_inset
38201
38202  quand 
38203 \emph on
38204 n
38205 \emph default
38206  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
38207  de 
38208 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
38209 \end_inset
38210
38211 :
38212 \end_layout
38213
38214 \begin_layout Standard
38215 \begin_inset Formula 
38216 \begin{equation}
38217 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
38218 \end{equation}
38219
38220 \end_inset
38221
38222
38223 \end_layout
38224
38225 \begin_layout Bibliography
38226 \labelwidthstring Bibliographie
38227 \begin_inset CommandInset bibitem
38228 LatexCommand bibitem
38229 key "latexcompanion"
38230
38231 \end_inset
38232
38233 Frank Mittelbach and Michel Goossens: 
38234 \emph on
38235 The LaTeX Companion Second Edition.
38236
38237 \emph default
38238  Addison-Wesley, 2004
38239 \end_layout
38240
38241 \begin_layout Bibliography
38242 \labelwidthstring Bibliographie
38243 \begin_inset CommandInset bibitem
38244 LatexCommand bibitem
38245 key "latexguide"
38246
38247 \end_inset
38248
38249 Helmut Kopka and Patrick W.
38250  Daly: 
38251 \emph on
38252 A Guide to LaTeX Fourth Edition.
38253
38254 \emph default
38255  Addison-Wesley, 2003
38256 \end_layout
38257
38258 \begin_layout Bibliography
38259 \labelwidthstring Bibliographie
38260 \begin_inset CommandInset bibitem
38261 LatexCommand bibitem
38262 key "latexbook"
38263
38264 \end_inset
38265
38266 Leslie Lamport: 
38267 \emph on
38268 LaTeX: A Document Preparation System.
38269
38270 \emph default
38271  Addison-Wesley, second edition, 1994
38272 \end_layout
38273
38274 \begin_layout Bibliography
38275 \labelwidthstring Bibliographie
38276 \begin_inset CommandInset bibitem
38277 LatexCommand bibitem
38278 key "booktabs"
38279
38280 \end_inset
38281
38282 Documentation du paquetage LaTeX 
38283 \series bold
38284
38285 \begin_inset CommandInset href
38286 LatexCommand href
38287 name "booktabs"
38288 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
38289
38290 \end_inset
38291
38292
38293 \series default
38294
38295 \begin_inset Index idx
38296 status collapsed
38297
38298 \begin_layout Plain Layout
38299 Paquetages LaTeX ! booktabs
38300 \end_layout
38301
38302 \end_inset
38303
38304
38305 \end_layout
38306
38307 \begin_layout Bibliography
38308 \labelwidthstring Bibliographie
38309 \begin_inset CommandInset bibitem
38310 LatexCommand bibitem
38311 key "caption"
38312
38313 \end_inset
38314
38315 Documentation du paquetage LaTeX 
38316 \series bold
38317
38318 \begin_inset CommandInset href
38319 LatexCommand href
38320 name "caption"
38321 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
38322
38323 \end_inset
38324
38325
38326 \series default
38327
38328 \begin_inset Index idx
38329 status collapsed
38330
38331 \begin_layout Plain Layout
38332 Paquetages LaTeX ! caption
38333 \end_layout
38334
38335 \end_inset
38336
38337
38338 \end_layout
38339
38340 \begin_layout Bibliography
38341 \labelwidthstring Bibliographie
38342 \begin_inset CommandInset bibitem
38343 LatexCommand bibitem
38344 key "endfloat"
38345
38346 \end_inset
38347
38348 Documentation du paquetage LaTeX 
38349 \series bold
38350
38351 \begin_inset CommandInset href
38352 LatexCommand href
38353 name "endfloat"
38354 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
38355
38356 \end_inset
38357
38358
38359 \series default
38360
38361 \begin_inset Index idx
38362 status collapsed
38363
38364 \begin_layout Plain Layout
38365 Paquetages LaTeX ! endfloat
38366 \end_layout
38367
38368 \end_inset
38369
38370
38371 \end_layout
38372
38373 \begin_layout Bibliography
38374 \labelwidthstring Bibliographie
38375 \begin_inset CommandInset bibitem
38376 LatexCommand bibitem
38377 key "footmisc"
38378
38379 \end_inset
38380
38381 Documentation du paquetage LaTeX 
38382 \series bold
38383
38384 \begin_inset CommandInset href
38385 LatexCommand href
38386 name "footmisc"
38387 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
38388
38389 \end_inset
38390
38391
38392 \series default
38393
38394 \begin_inset Index idx
38395 status collapsed
38396
38397 \begin_layout Plain Layout
38398 Paquetages LaTeX ! footmisc
38399 \end_layout
38400
38401 \end_inset
38402
38403
38404 \end_layout
38405
38406 \begin_layout Bibliography
38407 \labelwidthstring Bibliographie
38408 \begin_inset CommandInset bibitem
38409 LatexCommand bibitem
38410 key "hypcap"
38411
38412 \end_inset
38413
38414 Documentation du paquetage LaTeX 
38415 \series bold
38416
38417 \begin_inset CommandInset href
38418 LatexCommand href
38419 name "hypcap"
38420 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
38421
38422 \end_inset
38423
38424
38425 \series default
38426
38427 \begin_inset Index idx
38428 status collapsed
38429
38430 \begin_layout Plain Layout
38431 Paquetages LaTeX ! hyperref
38432 \end_layout
38433
38434 \end_inset
38435
38436
38437 \end_layout
38438
38439 \begin_layout Bibliography
38440 \labelwidthstring Bibliographie
38441 \begin_inset CommandInset bibitem
38442 LatexCommand bibitem
38443 key "hyperref"
38444
38445 \end_inset
38446
38447 Documentation du paquetage LaTeX 
38448 \series bold
38449
38450 \begin_inset CommandInset href
38451 LatexCommand href
38452 name "hyperref"
38453 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
38454
38455 \end_inset
38456
38457
38458 \series default
38459
38460 \begin_inset Index idx
38461 status collapsed
38462
38463 \begin_layout Plain Layout
38464 Paquetages LaTeX ! hyperref
38465 \end_layout
38466
38467 \end_inset
38468
38469
38470 \end_layout
38471
38472 \begin_layout Bibliography
38473 \labelwidthstring Bibliographie
38474 \begin_inset CommandInset bibitem
38475 LatexCommand bibitem
38476 key "KOMA-Script"
38477
38478 \end_inset
38479
38480 Documentation du paquetage LaTeX 
38481 \series bold
38482
38483 \begin_inset CommandInset href
38484 LatexCommand href
38485 name "KOMA-Script"
38486 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
38487
38488 \end_inset
38489
38490
38491 \series default
38492
38493 \begin_inset Index idx
38494 status collapsed
38495
38496 \begin_layout Plain Layout
38497 Paquetages LaTeX ! KOMA-Script
38498 \end_layout
38499
38500 \end_inset
38501
38502
38503 \end_layout
38504
38505 \begin_layout Bibliography
38506 \labelwidthstring Bibliographie
38507 \begin_inset CommandInset bibitem
38508 LatexCommand bibitem
38509 key "listings"
38510
38511 \end_inset
38512
38513 Documentation du paquetage LaTeX 
38514 \series bold
38515
38516 \begin_inset CommandInset href
38517 LatexCommand href
38518 name "listings"
38519 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
38520
38521 \end_inset
38522
38523
38524 \series default
38525
38526 \begin_inset Index idx
38527 status collapsed
38528
38529 \begin_layout Plain Layout
38530 Paquetages LaTeX ! listings
38531 \end_layout
38532
38533 \end_inset
38534
38535
38536 \end_layout
38537
38538 \begin_layout Bibliography
38539 \labelwidthstring Bibliographie
38540 \begin_inset CommandInset bibitem
38541 LatexCommand bibitem
38542 key "marginnote"
38543
38544 \end_inset
38545
38546 Documentation du paquetage LaTeX 
38547 \series bold
38548
38549 \begin_inset CommandInset href
38550 LatexCommand href
38551 name "marginnote"
38552 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
38553
38554 \end_inset
38555
38556
38557 \series default
38558
38559 \begin_inset Index idx
38560 status collapsed
38561
38562 \begin_layout Plain Layout
38563 Paquetages LaTeX ! marginnote
38564 \end_layout
38565
38566 \end_inset
38567
38568
38569 \end_layout
38570
38571 \begin_layout Bibliography
38572 \labelwidthstring Bibliographie
38573 \begin_inset CommandInset bibitem
38574 LatexCommand bibitem
38575 key "lettrine"
38576
38577 \end_inset
38578
38579 Documentation du paquetage LaTeX 
38580 \series bold
38581
38582 \begin_inset CommandInset href
38583 LatexCommand href
38584 name "lettrine"
38585 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
38586
38587 \end_inset
38588
38589
38590 \series default
38591  et un 
38592 \begin_inset CommandInset href
38593 LatexCommand href
38594 name "exemple"
38595 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
38596
38597 \end_inset
38598
38599
38600 \begin_inset Index idx
38601 status collapsed
38602
38603 \begin_layout Plain Layout
38604 Paquetages LaTeX ! lettrine
38605 \end_layout
38606
38607 \end_inset
38608
38609
38610 \end_layout
38611
38612 \begin_layout Bibliography
38613 \labelwidthstring Bibliographie
38614 \begin_inset CommandInset bibitem
38615 LatexCommand bibitem
38616 key "pstricks"
38617
38618 \end_inset
38619
38620 Page Web du paquetage LaTeX 
38621 \series bold
38622
38623 \begin_inset CommandInset href
38624 LatexCommand href
38625 name "PSTricks"
38626 target "http://tug.org/PSTricks/"
38627
38628 \end_inset
38629
38630
38631 \series default
38632
38633 \begin_inset Index idx
38634 status collapsed
38635
38636 \begin_layout Plain Layout
38637 Paquetages LaTeX ! PSTricks
38638 \end_layout
38639
38640 \end_inset
38641
38642
38643 \end_layout
38644
38645 \begin_layout Bibliography
38646 \labelwidthstring Bibliographie
38647 \begin_inset CommandInset bibitem
38648 LatexCommand bibitem
38649 key "sidecap"
38650
38651 \end_inset
38652
38653 Documentation du paquetage LaTeX 
38654 \series bold
38655
38656 \begin_inset CommandInset href
38657 LatexCommand href
38658 name "sidecap"
38659 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
38660
38661 \end_inset
38662
38663
38664 \series default
38665
38666 \begin_inset Index idx
38667 status collapsed
38668
38669 \begin_layout Plain Layout
38670 Paquetages LaTeX ! sidecap
38671 \end_layout
38672
38673 \end_inset
38674
38675
38676 \end_layout
38677
38678 \begin_layout Bibliography
38679 \labelwidthstring Bibliographie
38680 \begin_inset CommandInset bibitem
38681 LatexCommand bibitem
38682 key "pdfpages"
38683
38684 \end_inset
38685
38686 Documentation du paquetage LaTeX 
38687 \series bold
38688
38689 \begin_inset CommandInset href
38690 LatexCommand href
38691 name "pdfpages"
38692 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
38693
38694 \end_inset
38695
38696
38697 \series default
38698
38699 \begin_inset Index idx
38700 status collapsed
38701
38702 \begin_layout Plain Layout
38703 Paquetages LaTeX ! pdfpages
38704 \end_layout
38705
38706 \end_inset
38707
38708
38709 \end_layout
38710
38711 \begin_layout Bibliography
38712 \labelwidthstring Bibliographie
38713 \begin_inset CommandInset bibitem
38714 LatexCommand bibitem
38715 key "prettyref"
38716
38717 \end_inset
38718
38719 Documentation du paquetage LaTeX
38720 \series bold
38721  
38722 \begin_inset CommandInset href
38723 LatexCommand href
38724 name "prettyref"
38725 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
38726
38727 \end_inset
38728
38729
38730 \series default
38731
38732 \begin_inset Index idx
38733 status collapsed
38734
38735 \begin_layout Plain Layout
38736 Paquetages LaTeX ! prettyref
38737 \end_layout
38738
38739 \end_inset
38740
38741
38742 \end_layout
38743
38744 \begin_layout Bibliography
38745 \labelwidthstring Bibliographie
38746 \begin_inset CommandInset bibitem
38747 LatexCommand bibitem
38748 key "refstyle"
38749
38750 \end_inset
38751
38752 Documentation du paquetage LaTeX
38753 \series bold
38754  
38755 \begin_inset CommandInset href
38756 LatexCommand href
38757 name "refstyle"
38758 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
38759
38760 \end_inset
38761
38762
38763 \series default
38764
38765 \begin_inset Index idx
38766 status collapsed
38767
38768 \begin_layout Plain Layout
38769 Paquetages LaTeX ! refstyle
38770 \end_layout
38771
38772 \end_inset
38773
38774
38775 \end_layout
38776
38777 \begin_layout Bibliography
38778 \labelwidthstring Bibliographie
38779 \begin_inset CommandInset bibitem
38780 LatexCommand bibitem
38781 key "NewInLyX20"
38782
38783 \end_inset
38784
38785
38786 \begin_inset CommandInset href
38787 LatexCommand href
38788 name "Page Wiki"
38789 target "http://wiki.lyx.org/LyX/NewInLyX20"
38790
38791 \end_inset
38792
38793  au sujet des nouveautés de 
38794 \family sans
38795 LyX 2.0
38796 \family default
38797 .
38798 \end_layout
38799
38800 \begin_layout Standard
38801 \begin_inset CommandInset index_print
38802 LatexCommand printindex
38803 type "idx"
38804
38805 \end_inset
38806
38807
38808 \end_layout
38809
38810 \end_body
38811 \end_document