]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 544
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/fr/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102
103 % ------------------------------------
104 % used to check for needed LaTeX packages
105 \usepackage{ifthen}
106
107 % check for package arydshln
108 % used for tables with dashed lines
109 \newboolean{arydshln}
110 \IfFileExists{arydshln.sty}
111  {\usepackage{arydshln}
112   \setboolean{arydshln}{true}}
113  {\setboolean{arydshln}{false}}
114
115 % check for package marginnote
116 % used for margin notes
117 \newboolean{marginnote}
118 \IfFileExists{marginnote.sty}
119  {\usepackage{marginnote}
120   \let\marginpar\marginnote
121   \setboolean{marginnote}{true}}
122  {\setboolean{marginnote}{false}}
123
124 % check for package sidecap
125 % used for captions on the side
126 \newboolean{sidecap}
127 \IfFileExists{sidecap.sty}
128  {\usepackage{sidecap}
129   \setboolean{sidecap}{true}}
130  {\setboolean{sidecap}{false}}
131
132 % check for picinpar
133 % used for surrounded fixed objects
134 \newboolean{picinpar}
135 \IfFileExists{picinpar.sty}
136  {\usepackage{picinpar}
137   \setboolean{picinpar}{true}}
138  {\setboolean{picinpar}{false}}
139
140 % check for lettrine
141 \newboolean{lettrine}
142 \IfFileExists{lettrine.sty}
143  {\usepackage{lettrine}
144   \setboolean{lettrine}{true}}
145  {\setboolean{lettrine}{false}}
146
147 % check for diagbox
148 \newboolean{diagbox}
149 \IfFileExists{diagbox.sty}
150  {\usepackage{diagbox}
151   \setboolean{diagbox}{true}}
152  {\setboolean{diagbox}{false}}
153
154 % use normal list environments also in French documents
155 \@ifpackageloaded{babel}{%
156 \frenchbsetup{StandardLayout}
157 }{}
158 \end_preamble
159 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
160 \use_default_options false
161 \begin_modules
162 initials
163 graphicboxes
164 varwidth
165 \end_modules
166 \maintain_unincluded_children false
167 \language french
168 \language_package default
169 \inputencoding auto
170 \fontencoding global
171 \font_roman "lmodern" "default"
172 \font_sans "lmss" "default"
173 \font_typewriter "lmtt" "default"
174 \font_math "auto" "auto"
175 \font_default_family default
176 \use_non_tex_fonts false
177 \font_sc false
178 \font_osf false
179 \font_sf_scale 100 100
180 \font_tt_scale 100 100
181 \use_microtype false
182 \use_dash_ligatures true
183 \graphics default
184 \default_output_format pdf2
185 \output_sync 0
186 \bibtex_command default
187 \index_command default
188 \paperfontsize 12
189 \spacing single
190 \use_hyperref true
191 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
192 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
193 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
194 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
195 \pdf_bookmarks true
196 \pdf_bookmarksnumbered true
197 \pdf_bookmarksopen true
198 \pdf_bookmarksopenlevel 1
199 \pdf_breaklinks false
200 \pdf_pdfborder false
201 \pdf_colorlinks true
202 \pdf_backref false
203 \pdf_pdfusetitle false
204 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
205 \papersize default
206 \use_geometry false
207 \use_package amsmath 1
208 \use_package amssymb 1
209 \use_package cancel 1
210 \use_package esint 1
211 \use_package mathdots 1
212 \use_package mathtools 1
213 \use_package mhchem 1
214 \use_package stackrel 1
215 \use_package stmaryrd 1
216 \use_package undertilde 1
217 \cite_engine basic
218 \cite_engine_type default
219 \biblio_style plain
220 \use_bibtopic false
221 \use_indices false
222 \paperorientation portrait
223 \suppress_date false
224 \justification true
225 \use_refstyle 0
226 \use_minted 0
227 \notefontcolor #0000ff
228 \index Index
229 \shortcut idx
230 \color #008000
231 \end_index
232 \secnumdepth 3
233 \tocdepth 3
234 \paragraph_separation skip
235 \defskip medskip
236 \is_math_indent 0
237 \math_numbering_side default
238 \quotes_style swiss
239 \dynamic_quotes 0
240 \papercolumns 1
241 \papersides 2
242 \paperpagestyle default
243 \tracking_changes false
244 \output_changes false
245 \html_math_output 0
246 \html_css_as_file 0
247 \html_be_strict false
248 \end_header
249
250 \begin_body
251
252 \begin_layout Title
253 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
254  les boîtes et les objets externes de \SpecialChar LyX
255
256 \end_layout
257
258 \begin_layout Author
259 par l'Équipe \SpecialChar LyX
260
261 \begin_inset Foot
262 status collapsed
263
264 \begin_layout Plain Layout
265 \noindent
266 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
267  de la documentation de \SpecialChar LyX
268
269 \begin_inset CommandInset href
270 LatexCommand href
271 name "lyx-docs@lists.lyx.org"
272 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
273 type "mailto:"
274 literal "false"
275
276 \end_inset
277
278
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288
289 \family sans
290 \size normal
291 auteur original : Uwe Stöhr
292 \end_layout
293
294 \begin_layout Plain Layout
295
296 \family sans
297 \size normal
298 Traduction française : Siegfried Meunier-Guttin-Cluzel
299 \end_layout
300
301 \begin_layout Plain Layout
302
303 \family sans
304 \size normal
305 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
306 n/Navigation, 31/10/2012, JPChrétien
307 \end_layout
308
309 \begin_layout Plain Layout
310
311 \family sans
312 \size normal
313 version initiale 2.1.x avril 2014, mise à jour J.P.
314  Chrétien
315 \begin_inset Newline newline
316 \end_inset
317
318 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
319 \begin_inset Newline newline
320 \end_inset
321
322 Mise à jour pour 2.2, 26 janvier 2016 (JPC)
323 \begin_inset Newline newline
324 \end_inset
325
326 Mise à jour pour 2.2.3, section 2.11.3, 7 janvier 2017 (JPC)
327 \begin_inset Newline newline
328 \end_inset
329
330 Mise à jour pour 2.3.0, janvier 2018 (JPC)
331 \end_layout
332
333 \end_inset
334
335
336 \begin_inset Newline newline
337 \end_inset
338
339
340 \begin_inset Newline newline
341 \end_inset
342
343
344 \family sans
345 Version 2.3.x
346 \end_layout
347
348 \begin_layout Standard
349 \begin_inset CommandInset toc
350 LatexCommand tableofcontents
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Standard
358 \begin_inset Note Note
359 status open
360
361 \begin_layout Plain Layout
362 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
363  
364 \series bold
365 arydshln
366 \series default
367
368 \series bold
369 colortbl
370 \series default
371
372 \series bold
373 diagbox, lettrine, marginnote, picinpar
374 \series default
375 , et 
376 \series bold
377 sidecap
378 \series default
379  doivent être installés.
380  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
381  les sections qui nécessitent les paquetages en question n'apparaîtront
382  pas sur la sortie.
383 \end_layout
384
385 \begin_layout Plain Layout
386 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
387 \begin_inset Newline newline
388 \end_inset
389
390
391 \series bold
392 https://wiki.lyx.org/LyX/Manuals#EmbeddedObjects
393 \end_layout
394
395 \end_inset
396
397
398 \end_layout
399
400 \begin_layout Chapter
401 Figures
402 \begin_inset Index idx
403 status collapsed
404
405 \begin_layout Plain Layout
406 Figures
407 \end_layout
408
409 \end_inset
410
411
412 \begin_inset Index idx
413 status collapsed
414
415 \begin_layout Plain Layout
416 Graphiques|see
417 \begin_inset ERT
418 status collapsed
419
420 \begin_layout Plain Layout
421
422 {
423 \end_layout
424
425 \end_inset
426
427 Figures
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433 }
434 \end_layout
435
436 \end_inset
437
438
439 \end_layout
440
441 \end_inset
442
443
444 \end_layout
445
446 \begin_layout Section
447 La fenêtre de dialogue graphique
448 \begin_inset Index idx
449 status collapsed
450
451 \begin_layout Plain Layout
452 Figures ! Fenêtre de dialogue Graphique
453 \end_layout
454
455 \end_inset
456
457
458 \begin_inset CommandInset label
459 LatexCommand label
460 name "sec:Graphics-Dialog"
461
462 \end_inset
463
464
465 \end_layout
466
467 \begin_layout Standard
468 Pour placer une figure dans votre document, cliquez sur le bouton 
469 \begin_inset Info
470 type  "icon"
471 arg   "dialog-show-new-inset graphics"
472 \end_inset
473
474  dans la barre d'outils, ou faites 
475 \family sans
476 Insertion\SpecialChar menuseparator
477 Graphique
478 \family default
479 .
480  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
481  à charger.
482  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
483  dans le texte.
484 \end_layout
485
486 \begin_layout Standard
487 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
488  sur une image
489 \begin_inset Note Note
490 status collapsed
491
492 \begin_layout Plain Layout
493 Ça marche aussi avec le bouton gauche ! (NdT)
494 \end_layout
495
496 \end_inset
497
498 .
499  Cette fenêtre de dialogue possède trois onglets:
500 \end_layout
501
502 \begin_layout Description
503 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
504  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
505  Les unités de longueurs utilisées sont décrites dans l'annexe
506 \begin_inset space ~
507 \end_inset
508
509
510 \begin_inset CommandInset ref
511 LatexCommand ref
512 reference "cha:Unités-de-longueur"
513
514 \end_inset
515
516 .
517 \begin_inset Newline newline
518 \end_inset
519
520
521 \begin_inset Index idx
522 status collapsed
523
524 \begin_layout Plain Layout
525 Figures ! Pivotées
526 \end_layout
527
528 \end_inset
529
530 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
531  d'une montre, en donnant l'angle de rotation et la position du pivot.
532  L'image apparaîtra pivotée dans \SpecialChar LyX
533 .
534 \begin_inset Newline newline
535 \end_inset
536
537
538 \begin_inset Index idx
539 status collapsed
540
541 \begin_layout Plain Layout
542 Figures ! Redimensionnées
543 \end_layout
544
545 \end_inset
546
547 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
548  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
549  sa largeur.
550  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
551  déterminée automatiquement.
552  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
553  éventuellement une distorsion.
554  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
555  
556 \family sans
557 Conserver
558 \begin_inset space ~
559 \end_inset
560
561 les
562 \begin_inset space ~
563 \end_inset
564
565 proportions
566 \family default
567 .
568  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
569  pas les valeurs fixées.
570  
571 \begin_inset Newline newline
572 \end_inset
573
574 Les images peuvent être modifiée en utilisant le programme de votre choix
575  en faisant un clic droit dessus et en choisissant 
576 \family sans
577 Éditer le fichier ailleurs
578 \family default
579  dans le menu contextuel qui apparaît.
580  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
581  
582 \family sans
583 Formats
584 \begin_inset space ~
585 \end_inset
586
587 de
588 \begin_inset space ~
589 \end_inset
590
591 fichiers
592 \family default
593  dans la fenêtre de dialogue de 
594 \family sans
595 Préférences
596 \family default
597  de \SpecialChar LyX
598 .
599 \end_layout
600
601 \begin_layout Description
602 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
603  la sortie finale est de modifier les coordonnées de la zone de l'image
604  qui est affichée.
605  Cette zone peut être calculée automatiquement à partir des données présentes
606  dans le fichier en appuyant sur le bouton 
607 \family sans
608 Valeurs
609 \begin_inset space ~
610 \end_inset
611
612 du
613 \begin_inset space ~
614 \end_inset
615
616 Fichier
617 \family default
618 .
619  Avec l'option 
620 \family sans
621 Couper
622 \begin_inset space ~
623 \end_inset
624
625 à
626 \begin_inset space ~
627 \end_inset
628
629 la
630 \begin_inset space ~
631 \end_inset
632
633 boîte
634 \begin_inset space ~
635 \end_inset
636
637 de
638 \begin_inset space ~
639 \end_inset
640
641 délimitation, 
642 \family default
643 seule la portion de l'image qui est dans la zone définie sera imprimée.
644  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
645  donc vous pouvez ignorer l'onglet 
646 \family sans
647 Rogner
648 \family default
649 .
650 \end_layout
651
652 \begin_layout Description
653
654 \family sans
655 Options
656 \begin_inset space ~
657 \end_inset
658
659 \SpecialChar LaTeX
660
661 \begin_inset space ~
662 \end_inset
663
664 et
665 \begin_inset space ~
666 \end_inset
667
668 \SpecialChar LyX
669
670 \family default
671  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
672  et les
673  experts ès-\SpecialChar LaTeX
674  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
675
676 \begin_inset Newline newline
677 \end_inset
678
679 L'option 
680 \family sans
681 Mode brouillon
682 \family default
683  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
684  avec la taille de l'image.
685 \begin_inset Newline newline
686 \end_inset
687
688 Dans la section 
689 \family sans
690 Groupe
691 \begin_inset space ~
692 \end_inset
693
694 de
695 \begin_inset space ~
696 \end_inset
697
698 graphiques
699 \family default
700  vous pouvez définir ou de choisir un groupe de paramètres d'image
701 \begin_inset Index idx
702 status collapsed
703
704 \begin_layout Plain Layout
705 Figures ! Groupes de paramétrisation
706 \end_layout
707
708 \end_inset
709
710 .
711  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
712  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
713  les autres soient automatiquement modifiées de la même manière.
714  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
715  avoir à modifier leur taille manuellement une par une.
716  On peut rattacher une image à un groupe existant en utilisant le menu contextue
717 l de l'image et en cochant le nom du groupe dans la liste
718 \begin_inset Foot
719 status collapsed
720
721 \begin_layout Plain Layout
722 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
723 \end_layout
724
725 \end_inset
726
727 .
728 \end_layout
729
730 \begin_layout Standard
731 \begin_inset VSpace bigskip
732 \end_inset
733
734
735 \end_layout
736
737 \begin_layout Standard
738 Voici un exemple d'image au format PDF
739 \begin_inset Foot
740 status collapsed
741
742 \begin_layout Plain Layout
743 Les format d'images sont décrits dans la section
744 \begin_inset space ~
745 \end_inset
746
747
748 \begin_inset CommandInset ref
749 LatexCommand ref
750 reference "sec:Image-Formats"
751
752 \end_inset
753
754 .
755 \end_layout
756
757 \end_inset
758
759  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
760 nt:
761 \end_layout
762
763 \begin_layout Standard
764 \align center
765 \begin_inset Graphics
766         filename ../clipart/2D-intensity-plot.pdf
767         scaleBeforeRotation
768         rotateOrigin center
769
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Standard
776 Et voici la même image mais en mode brouillon:
777 \end_layout
778
779 \begin_layout Standard
780 \align center
781 \begin_inset Graphics
782         filename ../clipart/2D-intensity-plot.pdf
783         draft
784         scaleBeforeRotation
785         rotateOrigin center
786
787 \end_inset
788
789
790 \end_layout
791
792 \begin_layout Section
793 Figures flottantes
794 \begin_inset CommandInset label
795 LatexCommand label
796 name "sec:Figure-Floats"
797
798 \end_inset
799
800
801 \begin_inset Index idx
802 status collapsed
803
804 \begin_layout Plain Layout
805 Flottants ! Figures
806 \end_layout
807
808 \end_inset
809
810
811 \begin_inset Index idx
812 status collapsed
813
814 \begin_layout Plain Layout
815 Figures ! Flottants
816 \end_layout
817
818 \end_inset
819
820
821 \end_layout
822
823 \begin_layout Standard
824 Pour des explications d'ordre général concernant les flottants, jetez un
825  coup d'œil à la section
826 \begin_inset space ~
827 \end_inset
828
829
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "sec:Flottants-Introduction"
833
834 \end_inset
835
836 .
837 \end_layout
838
839 \begin_layout Standard
840 Le bouton 
841 \begin_inset Info
842 type  "icon"
843 arg   "float-insert figure"
844 \end_inset
845
846  de la barre d'outils et le menu 
847 \family sans
848 Insertion\SpecialChar menuseparator
849 Flottant\SpecialChar menuseparator
850 Figure
851 \family default
852  insèrent un flottant avec l'étiquette 
853 \begin_inset Quotes cld
854 \end_inset
855
856
857 \series bold
858 Figure
859 \begin_inset space ~
860 \end_inset
861
862 #:
863 \series default
864
865 \begin_inset Quotes crd
866 \end_inset
867
868  (# est le numéro réel de l'image).
869  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
870 \begin_inset space ~
871 \end_inset
872
873
874 \begin_inset CommandInset ref
875 LatexCommand ref
876 reference "fig:Une-etoile-dans"
877
878 \end_inset
879
880  ou en dessous de la légende comme pour la Figure
881 \begin_inset space ~
882 \end_inset
883
884
885 \begin_inset CommandInset ref
886 LatexCommand ref
887 reference "fig:Un-objet-3D"
888 plural "false"
889 caps "false"
890 noprefix "false"
891
892 \end_inset
893
894 .
895  Vous trouverez plus d'information sur le positionnement des légendes dans
896  la section
897 \begin_inset space ~
898 \end_inset
899
900
901 \begin_inset CommandInset ref
902 LatexCommand ref
903 reference "sec:Placement-légende"
904
905 \end_inset
906
907 .
908 \end_layout
909
910 \begin_layout Standard
911 \begin_inset Float figure
912 wide false
913 sideways false
914 status open
915
916 \begin_layout Plain Layout
917 \align center
918 \begin_inset Graphics
919         filename ../clipart/Star-structure.pdf
920         lyxscale 60
921         width 50col%
922         scaleBeforeRotation
923         rotateOrigin center
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Plain Layout
931 \begin_inset Caption Standard
932
933 \begin_layout Plain Layout
934 \begin_inset CommandInset label
935 LatexCommand label
936 name "fig:Une-etoile-dans"
937
938 \end_inset
939
940 Une étoile dans un flottant.
941 \end_layout
942
943 \end_inset
944
945
946 \end_layout
947
948 \end_inset
949
950
951 \end_layout
952
953 \begin_layout Standard
954 \begin_inset Float figure
955 wide false
956 sideways false
957 status open
958
959 \begin_layout Plain Layout
960 \begin_inset Caption Standard
961
962 \begin_layout Plain Layout
963 \begin_inset CommandInset label
964 LatexCommand label
965 name "fig:Un-objet-3D"
966
967 \end_inset
968
969 Un objet 3D.
970 \end_layout
971
972 \end_inset
973
974
975 \end_layout
976
977 \begin_layout Plain Layout
978 \align center
979 \begin_inset Graphics
980         filename ../clipart/3D-structure-distort.pdf
981         lyxscale 60
982         scale 80
983         scaleBeforeRotation
984         rotateOrigin center
985
986 \end_inset
987
988
989 \end_layout
990
991 \end_inset
992
993
994 \end_layout
995
996 \begin_layout Standard
997 \begin_inset Index idx
998 status collapsed
999
1000 \begin_layout Plain Layout
1001 References@Références ! à des Figures
1002 \end_layout
1003
1004 \end_inset
1005
1006 Les figure
1007 \begin_inset space ~
1008 \end_inset
1009
1010
1011 \begin_inset CommandInset ref
1012 LatexCommand ref
1013 reference "fig:Une-etoile-dans"
1014
1015 \end_inset
1016
1017  et 
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "fig:Un-objet-3D"
1021 plural "false"
1022 caps "false"
1023 noprefix "false"
1024
1025 \end_inset
1026
1027  sont des exemples de figures référencées.
1028  Dans le texte, on fait référence à une figure en faisant référence à sa
1029  légende.
1030  On insère donc une étiquette dans la légende en utilisant le menu 
1031 \family sans
1032 Insertion
1033 \family default
1034 \SpecialChar menuseparator
1035
1036 \family sans
1037 Étiquette
1038 \family default
1039  ou le bouton 
1040 \begin_inset Info
1041 type  "icon"
1042 arg   "label-insert"
1043 \end_inset
1044
1045  de la barre d'outils.
1046  On peut alors faire référence à cette étiquette en utilisant le menu 
1047 \family sans
1048 Insertion\SpecialChar menuseparator
1049 Référence
1050 \begin_inset space ~
1051 \end_inset
1052
1053 croisée
1054 \family default
1055  ou le bouton 
1056 \begin_inset Info
1057 type  "icon"
1058 arg   "dialog-show-new-inset ref"
1059 \end_inset
1060
1061  de la barre d'outils.
1062  Il est important d'utiliser des références pour les flottants de figures
1063  plutôt que des locutions vagues du genre 
1064 \begin_inset Quotes cld
1065 \end_inset
1066
1067 la figure ci-dessous
1068 \begin_inset Quotes crd
1069 \end_inset
1070
1071 , puisque \SpecialChar LaTeX
1072  va repositionner la figure dans le document final.
1073  Votre figure risque de ne plus être ci-dessous du tout !
1074 \begin_inset Newline newline
1075 \end_inset
1076
1077 Le référencement est expliqué plus en détail dans la section
1078 \begin_inset space ~
1079 \end_inset
1080
1081
1082 \begin_inset CommandInset ref
1083 LatexCommand ref
1084 reference "sec:Referencer-les-Flottants"
1085
1086 \end_inset
1087
1088 .
1089 \end_layout
1090
1091 \begin_layout Standard
1092 En principe on met une seule figure dans un flottant, mais parfois vous
1093  pouvez vouloir deux figures avec chacune sa sous-légende.
1094  C'est possible en insérant des flottants d'image dans des flottants d'image
1095  existants.
1096  Notez que seule la légende principale des flottants est reprise dans la
1097  liste des figures.
1098  La figure
1099 \begin_inset space ~
1100 \end_inset
1101
1102
1103 \begin_inset CommandInset ref
1104 LatexCommand ref
1105 reference "fig:Deux-images-déformées"
1106
1107 \end_inset
1108
1109  est un exemple de flottant de figure avec deux images mises l'une à côté
1110  de l'autre.
1111  Vous pouvez aussi mettre les images les unes sous les autres.
1112  Les figures
1113 \begin_inset space ~
1114 \end_inset
1115
1116
1117 \begin_inset CommandInset ref
1118 LatexCommand ref
1119 reference "fig:Pink-object"
1120
1121 \end_inset
1122
1123  et 
1124 \begin_inset CommandInset ref
1125 LatexCommand ref
1126 reference "fig:A-star"
1127
1128 \end_inset
1129
1130  sont des sous-figures.
1131 \end_layout
1132
1133 \begin_layout Standard
1134 \begin_inset Float figure
1135 wide false
1136 sideways false
1137 status open
1138
1139 \begin_layout Plain Layout
1140 \begin_inset Float figure
1141 wide false
1142 sideways false
1143 status collapsed
1144
1145 \begin_layout Plain Layout
1146 \begin_inset Caption Standard
1147
1148 \begin_layout Plain Layout
1149 \begin_inset CommandInset label
1150 LatexCommand label
1151 name "fig:Pink-object"
1152
1153 \end_inset
1154
1155 Objet rose
1156 \end_layout
1157
1158 \end_inset
1159
1160
1161 \end_layout
1162
1163 \begin_layout Plain Layout
1164 \begin_inset Graphics
1165         filename ../clipart/3D-structure-distort.pdf
1166         width 45col%
1167         scaleBeforeRotation
1168         groupId Déformés
1169
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \begin_inset space \hfill{}
1179 \end_inset
1180
1181
1182 \begin_inset Float figure
1183 wide false
1184 sideways false
1185 status collapsed
1186
1187 \begin_layout Plain Layout
1188 \begin_inset Caption Standard
1189
1190 \begin_layout Plain Layout
1191 \begin_inset CommandInset label
1192 LatexCommand label
1193 name "fig:A-star"
1194
1195 \end_inset
1196
1197 Une étoile
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \end_layout
1204
1205 \begin_layout Plain Layout
1206 \begin_inset Graphics
1207         filename ../clipart/Star-structure.pdf
1208         width 45col%
1209         scaleBeforeRotation
1210         groupId Déformés
1211
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \begin_inset space \hfill{}
1221 \end_inset
1222
1223
1224 \end_layout
1225
1226 \begin_layout Plain Layout
1227 \begin_inset Caption Standard
1228
1229 \begin_layout Plain Layout
1230 \begin_inset CommandInset label
1231 LatexCommand label
1232 name "fig:Deux-images-déformées"
1233
1234 \end_inset
1235
1236 Deux images déformées.
1237  Les deux images font partie du groupe de paramétrisation 
1238 \begin_inset Quotes cld
1239 \end_inset
1240
1241 déformés
1242 \begin_inset Quotes crd
1243 \end_inset
1244
1245 .
1246 \end_layout
1247
1248 \end_inset
1249
1250
1251 \end_layout
1252
1253 \end_inset
1254
1255
1256 \end_layout
1257
1258 \begin_layout Section
1259 Les formats d'images
1260 \begin_inset CommandInset label
1261 LatexCommand label
1262 name "sec:Image-Formats"
1263
1264 \end_inset
1265
1266
1267 \begin_inset Index idx
1268 status collapsed
1269
1270 \begin_layout Plain Layout
1271 Formats d' images
1272 \end_layout
1273
1274 \end_inset
1275
1276
1277 \begin_inset Index idx
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281 Figures ! Formats d'images
1282 \end_layout
1283
1284 \end_inset
1285
1286
1287 \end_layout
1288
1289 \begin_layout Standard
1290 Vous pouvez insérer des images dans n'importe quel format connu.
1291  Mais, comme nous l'avons expliqué dans l'annexe
1292 \begin_inset space ~
1293 \end_inset
1294
1295
1296 \begin_inset CommandInset ref
1297 LatexCommand ref
1298 reference "cha:Formats-fichiers-graphiques"
1299
1300 \end_inset
1301
1302 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1303  de formats d'images.
1304  Pour s'en sortir \SpecialChar LyX
1305  utilise le programme 
1306 \family typewriter
1307 ImageMagick
1308 \family default
1309  en arrière plan pour convertir les formats que vous utilisez dans un des
1310  formats acceptés par le format de sortie.
1311  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1312 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1313 \begin_inset space ~
1314 \end_inset
1315
1316
1317 \begin_inset CommandInset ref
1318 LatexCommand ref
1319 reference "cha:Formats-fichiers-graphiques"
1320
1321 \end_inset
1322
1323 .
1324 \end_layout
1325
1326 \begin_layout Standard
1327 Comme pour les polices de caractères, il y a deux grands types de formats
1328  d'images:
1329 \end_layout
1330
1331 \begin_layout Description
1332 Les
1333 \begin_inset space ~
1334 \end_inset
1335
1336 images
1337 \begin_inset space ~
1338 \end_inset
1339
1340 Matricielles
1341 \begin_inset space ~
1342 \end_inset
1343
1344 (ou
1345 \begin_inset space ~
1346 \end_inset
1347
1348 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1349  enregistrés sous un format compressé.
1350  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1351  petits carrés quand on utilise des agrandissements trop importants (aspect
1352  
1353 \begin_inset Quotes cld
1354 \end_inset
1355
1356 pixellisé
1357 \begin_inset Quotes crd
1358 \end_inset
1359
1360 ).
1361  Les formats matriciels les plus connus sont le GIF (
1362 \begin_inset Quotes cld
1363 \end_inset
1364
1365 Graphics Interchange Format
1366 \begin_inset Quotes crd
1367 \end_inset
1368
1369 , avec comme suffixe de fichier 
1370 \begin_inset Quotes cld
1371 \end_inset
1372
1373
1374 \family typewriter
1375 .gif
1376 \family default
1377
1378 \begin_inset Quotes crd
1379 \end_inset
1380
1381 )
1382 \begin_inset Index idx
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386 GIF|see
1387 \begin_inset ERT
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391
1392 {
1393 \end_layout
1394
1395 \end_inset
1396
1397 Format d'image
1398 \begin_inset ERT
1399 status collapsed
1400
1401 \begin_layout Plain Layout
1402
1403 }
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \end_inset
1412
1413 , le PNG (
1414 \begin_inset Quotes cld
1415 \end_inset
1416
1417 Portable Network Graphics
1418 \begin_inset Quotes crd
1419 \end_inset
1420
1421 , suffixe 
1422 \begin_inset Quotes cld
1423 \end_inset
1424
1425
1426 \family typewriter
1427 .png
1428 \family default
1429
1430 \begin_inset Quotes crd
1431 \end_inset
1432
1433 )
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 PNG|see
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 {
1445 \end_layout
1446
1447 \end_inset
1448
1449 Formats d'image
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 }
1456 \end_layout
1457
1458 \end_inset
1459
1460
1461 \end_layout
1462
1463 \end_inset
1464
1465  et le JPG (
1466 \begin_inset Quotes cld
1467 \end_inset
1468
1469 Joint Photographic Expert Group
1470 \begin_inset Quotes crd
1471 \end_inset
1472
1473 , suffixe 
1474 \begin_inset Quotes cld
1475 \end_inset
1476
1477
1478 \family typewriter
1479 .jpg
1480 \family default
1481
1482 \begin_inset Quotes crd
1483 \end_inset
1484
1485  ou 
1486 \begin_inset Quotes cld
1487 \end_inset
1488
1489
1490 \family typewriter
1491 .jpeg
1492 \family default
1493
1494 \begin_inset Quotes crd
1495 \end_inset
1496
1497 )
1498 \begin_inset Index idx
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 JPG|see
1503 \begin_inset ERT
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507
1508 {
1509 \end_layout
1510
1511 \end_inset
1512
1513 Formats d'image
1514 \begin_inset ERT
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518
1519 }
1520 \end_layout
1521
1522 \end_inset
1523
1524
1525 \end_layout
1526
1527 \end_inset
1528
1529 .
1530 \end_layout
1531
1532 \begin_layout Description
1533 Les
1534 \begin_inset space ~
1535 \end_inset
1536
1537 images
1538 \begin_inset space ~
1539 \end_inset
1540
1541 Vectorielles
1542 \begin_inset space ~
1543 \end_inset
1544
1545 (ou
1546 \begin_inset space ~
1547 \end_inset
1548
1549 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1550  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1551 nnée comme on le veut sans perte de précision.
1552  La possibilité de redimensionner les images est très utilisé pour les présentat
1553 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1554 nnement.
1555  Le redimensionnement permet aussi de présenter des documents en ligne où
1556  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1557  étudier les détails.
1558 \begin_inset Newline newline
1559 \end_inset
1560
1561 Les principaux formats vectoriels sont le SVG (
1562 \begin_inset Quotes cld
1563 \end_inset
1564
1565 Scalable Vector Graphics
1566 \begin_inset Quotes crd
1567 \end_inset
1568
1569 , suffixe 
1570 \begin_inset Quotes cld
1571 \end_inset
1572
1573
1574 \family typewriter
1575 .svg
1576 \family default
1577
1578 \begin_inset Quotes crd
1579 \end_inset
1580
1581 )
1582 \begin_inset Index idx
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586 SVG|see
1587 \begin_inset ERT
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591
1592 {
1593 \end_layout
1594
1595 \end_inset
1596
1597 Format d'image
1598 \begin_inset ERT
1599 status collapsed
1600
1601 \begin_layout Plain Layout
1602
1603 }
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \end_inset
1612
1613 , l'EPS ( 
1614 \begin_inset Quotes cld
1615 \end_inset
1616
1617 encapsulated PostScript
1618 \begin_inset Quotes crd
1619 \end_inset
1620
1621 , suffixe 
1622 \begin_inset Quotes cld
1623 \end_inset
1624
1625
1626 \family typewriter
1627 .eps
1628 \family default
1629
1630 \begin_inset Quotes crd
1631 \end_inset
1632
1633 )
1634 \begin_inset Index idx
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 EPS|see
1639 \begin_inset ERT
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643
1644 {
1645 \end_layout
1646
1647 \end_inset
1648
1649 Format d'image
1650 \begin_inset ERT
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654
1655 }
1656 \end_layout
1657
1658 \end_inset
1659
1660
1661 \end_layout
1662
1663 \end_inset
1664
1665 , le PDF (
1666 \begin_inset Quotes cld
1667 \end_inset
1668
1669 Portable Document Format
1670 \begin_inset Quotes crd
1671 \end_inset
1672
1673 , suffixe 
1674 \begin_inset Quotes cld
1675 \end_inset
1676
1677
1678 \family typewriter
1679 .pdf
1680 \family default
1681
1682 \begin_inset Quotes crd
1683 \end_inset
1684
1685 )
1686 \begin_inset Index idx
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690 PDF|see
1691 \begin_inset ERT
1692 status collapsed
1693
1694 \begin_layout Plain Layout
1695
1696 {
1697 \end_layout
1698
1699 \end_inset
1700
1701 Format d'image
1702 \begin_inset ERT
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706
1707 }
1708 \end_layout
1709
1710 \end_inset
1711
1712
1713 \end_layout
1714
1715 \end_inset
1716
1717  et le WMF (
1718 \begin_inset Quotes cld
1719 \end_inset
1720
1721 Windows Metafile
1722 \begin_inset Quotes crd
1723 \end_inset
1724
1725 , suffixe 
1726 \begin_inset Quotes cld
1727 \end_inset
1728
1729
1730 \family typewriter
1731 .wfm
1732 \family default
1733
1734 \begin_inset Quotes crd
1735 \end_inset
1736
1737  ou 
1738 \begin_inset Quotes cld
1739 \end_inset
1740
1741
1742 \family typewriter
1743 .emf
1744 \family default
1745
1746 \begin_inset Quotes crd
1747 \end_inset
1748
1749 )
1750 \begin_inset Index idx
1751 status collapsed
1752
1753 \begin_layout Plain Layout
1754 WMF|see
1755 \begin_inset ERT
1756 status collapsed
1757
1758 \begin_layout Plain Layout
1759
1760 {
1761 \end_layout
1762
1763 \end_inset
1764
1765 Formats d'images
1766 \begin_inset ERT
1767 status collapsed
1768
1769 \begin_layout Plain Layout
1770
1771 }
1772 \end_layout
1773
1774 \end_inset
1775
1776
1777 \end_layout
1778
1779 \end_inset
1780
1781 .
1782  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1783  en EPS, mais le résultat ne sera pas redimensionnable.
1784  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1785 \begin_inset Foot
1786 status collapsed
1787
1788 \begin_layout Plain Layout
1789 Dans le cas du PDF l'image initiale est aussi compressée.
1790 \end_layout
1791
1792 \end_inset
1793
1794
1795 \end_layout
1796
1797 \begin_layout Standard
1798 Les fichiers PDF générés par 
1799 \family typewriter
1800 Adobe Photoshop
1801 \family default
1802 , par exemple, sont des images matricielles.
1803 \end_layout
1804
1805 \begin_layout Standard
1806 En principe il est quasiment impossible de convertir une image matricielle
1807  en graphique vectoriel, seul le contraire est possible.
1808  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1809  dans respectivement un fichier de sortie PDF ou PostScript.
1810  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1811  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1812  WMF/SVG
1813 \begin_inset Formula $\to$
1814 \end_inset
1815
1816 PDF/EPS convenables.
1817 \end_layout
1818
1819 \begin_layout Chapter
1820 Tableaux
1821 \begin_inset Index idx
1822 status collapsed
1823
1824 \begin_layout Plain Layout
1825 Tableau
1826 \end_layout
1827
1828 \end_inset
1829
1830
1831 \end_layout
1832
1833 \begin_layout Section
1834 Introduction
1835 \begin_inset Index idx
1836 status collapsed
1837
1838 \begin_layout Plain Layout
1839 Tableau ! Introduction
1840 \end_layout
1841
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \begin_layout Standard
1848 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1849  
1850 \begin_inset Info
1851 type  "icon"
1852 arg   "tabular-insert"
1853 \end_inset
1854
1855  soit 
1856 \family sans
1857 Insertion\SpecialChar menuseparator
1858 Tableau
1859 \family default
1860 .
1861  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1862  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1863  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1864  sur un bouton de la souris pour valider votre choix.
1865  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1866  vous demandant le nombre de lignes et de colonnes.
1867 \begin_inset Newline newline
1868 \end_inset
1869
1870 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1871  une à droite de la colonne la plus à droite et une en bas de la rangée
1872  du bas, qui forment une boîte autour du tableau.
1873  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1874  apparaît séparée du reste du tableau.
1875  Voici un exemple :
1876 \end_layout
1877
1878 \begin_layout Standard
1879 \align center
1880 \begin_inset Tabular
1881 <lyxtabular version="3" rows="4" columns="4">
1882 <features tabularvalignment="middle">
1883 <column alignment="center" valignment="top">
1884 <column alignment="center" valignment="top">
1885 <column alignment="center" valignment="top">
1886 <column alignment="center" valignment="top">
1887 <row>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901 1
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 2
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919 3
1920 \end_layout
1921
1922 \end_inset
1923 </cell>
1924 </row>
1925 <row>
1926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Plain Layout
1930 A
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957
1958 \end_layout
1959
1960 \end_inset
1961 </cell>
1962 </row>
1963 <row>
1964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968 B
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 </row>
2001 <row>
2002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006 C
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2012 \begin_inset Text
2013
2014 \begin_layout Plain Layout
2015
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Plain Layout
2024
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2030 \begin_inset Text
2031
2032 \begin_layout Plain Layout
2033
2034 \end_layout
2035
2036 \end_inset
2037 </cell>
2038 </row>
2039 </lyxtabular>
2040
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Section
2047 La fenêtre 
2048 \family sans
2049 tableau
2050 \family default
2051
2052 \begin_inset Index idx
2053 status collapsed
2054
2055 \begin_layout Plain Layout
2056 Tableau ! Fenêtre de dialogue
2057 \end_layout
2058
2059 \end_inset
2060
2061
2062 \end_layout
2063
2064 \begin_layout Standard
2065 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2066  de la souris, qui ouvre le menu contextuel.
2067  A l'aide du choix de menu 
2068 \family sans
2069 Plus...
2070
2071 \family default
2072  vous pouvez modifier les réglages concernant la cellule, la colonne et
2073  la ligne dans laquelle le curseur se trouve.
2074  Le menu contextuel 
2075 \family sans
2076 Plus...\SpecialChar menuseparator
2077 Paramètres...
2078
2079 \family default
2080  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2081  sont possibles.
2082  La plupart des options peuvent s'appliquer à des sélections.
2083  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2084  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2085  votre sélection.
2086  Notez qu'il y a une différence entre sélectionner le 
2087 \emph on
2088 contenu 
2089 \emph default
2090 d'une cellule et sélectionner la cellule elle-même.
2091 \begin_inset Newline newline
2092 \end_inset
2093
2094 En cochant l'option 
2095 \family sans
2096 Application
2097 \begin_inset space ~
2098 \end_inset
2099
2100 immédiate
2101 \family default
2102  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2103  est appliquée directement.
2104  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2105  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2106  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2107  de dialogue, vous devez appuyer sur 
2108 \family sans
2109 Entrée
2110 \family default
2111  pour que la modification soit appliquée.
2112 \begin_inset Newline newline
2113 \end_inset
2114
2115 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2116  :
2117 \end_layout
2118
2119 \begin_layout Description
2120 Paramètres
2121 \begin_inset space ~
2122 \end_inset
2123
2124 du
2125 \begin_inset space ~
2126 \end_inset
2127
2128 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2129  la largeur de la colonne courante.
2130  L'alignement horizontal 
2131 \family sans
2132 Au
2133 \begin_inset space ~
2134 \end_inset
2135
2136 séparateur
2137 \begin_inset space ~
2138 \end_inset
2139
2140 décimal
2141 \family default
2142  est décrit dans la section
2143 \begin_inset space ~
2144 \end_inset
2145
2146
2147 \begin_inset CommandInset ref
2148 LatexCommand ref
2149 reference "subsec:Alignements-de-cellules"
2150
2151 \end_inset
2152
2153 .
2154  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2155  vertical de la ligne courante.
2156  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2157  et donc, plusieurs paragraphes de texte, voir la section
2158 \begin_inset space ~
2159 \end_inset
2160
2161
2162 \begin_inset CommandInset ref
2163 LatexCommand ref
2164 reference "subsec:Lignes-multiple-dans-cellule"
2165
2166 \end_inset
2167
2168 .
2169  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2170  pour accommoder le contenu de cellule le plus large.
2171 \begin_inset Newline newline
2172 \end_inset
2173
2174 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2175  un multi-colonnes, voir la section
2176 \begin_inset space ~
2177 \end_inset
2178
2179
2180 \begin_inset CommandInset ref
2181 LatexCommand ref
2182 reference "subsec:Multicolonnes"
2183
2184 \end_inset
2185
2186  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2187 \begin_inset space ~
2188 \end_inset
2189
2190
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "subsec:Multi-lignes"
2194
2195 \end_inset
2196
2197 .
2198 \begin_inset Newline newline
2199 \end_inset
2200
2201 L'option 
2202 \family sans
2203 Tourner
2204 \begin_inset space ~
2205 \end_inset
2206
2207 la
2208 \begin_inset space ~
2209 \end_inset
2210
2211 case
2212 \begin_inset space ~
2213 \end_inset
2214
2215 de
2216 \begin_inset space ~
2217 \end_inset
2218
2219 90°
2220 \family default
2221  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2222  L'option 
2223 \family sans
2224 Tourner
2225 \begin_inset space ~
2226 \end_inset
2227
2228 le
2229 \begin_inset space ~
2230 \end_inset
2231
2232 tableau
2233 \begin_inset space ~
2234 \end_inset
2235
2236 de
2237 \begin_inset space ~
2238 \end_inset
2239
2240 90°
2241 \family default
2242  fait pivoter tout le tableau.
2243  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2244 , mais devraient l'être dans la
2245  sortie finale.
2246  Pour plus d'information voir la section
2247 \begin_inset space ~
2248 \end_inset
2249
2250
2251 \begin_inset CommandInset ref
2252 LatexCommand ref
2253 reference "sec:Pivotement-des-cellules"
2254
2255 \end_inset
2256
2257 .
2258 \begin_inset Newline newline
2259 \end_inset
2260
2261
2262 \begin_inset Note Greyedout
2263 status open
2264
2265 \begin_layout Plain Layout
2266
2267 \series bold
2268 Note:
2269 \series default
2270  La plupart des visualiseurs DVI ne sont 
2271 \emph on
2272 pas
2273 \emph default
2274  capables d'afficher ces rotations.
2275 \end_layout
2276
2277 \end_inset
2278
2279
2280 \begin_inset Newline newline
2281 \end_inset
2282
2283 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2284  qui sont incorporés dans une ligne de texte :
2285 \begin_inset Newline newline
2286 \end_inset
2287
2288 Une ligne avec des tableaux alignés de différentes manières: 
2289 \begin_inset Tabular
2290 <lyxtabular version="3" rows="2" columns="2">
2291 <features tabularvalignment="top">
2292 <column alignment="center" valignment="top" width="0pt">
2293 <column alignment="center" valignment="top">
2294 <row>
2295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2305 \begin_inset Text
2306
2307 \begin_layout Plain Layout
2308 1
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 </row>
2314 <row>
2315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Plain Layout
2319 A
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Plain Layout
2328
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 </row>
2334 </lyxtabular>
2335
2336 \end_inset
2337
2338  
2339 \begin_inset Tabular
2340 <lyxtabular version="3" rows="2" columns="2">
2341 <features tabularvalignment="middle">
2342 <column alignment="center" valignment="top">
2343 <column alignment="center" valignment="top">
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2355 \begin_inset Text
2356
2357 \begin_layout Plain Layout
2358 1
2359 \end_layout
2360
2361 \end_inset
2362 </cell>
2363 </row>
2364 <row>
2365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369 A
2370 \end_layout
2371
2372 \end_inset
2373 </cell>
2374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 </row>
2384 </lyxtabular>
2385
2386 \end_inset
2387
2388  
2389 \begin_inset Tabular
2390 <lyxtabular version="3" rows="2" columns="2">
2391 <features tabularvalignment="bottom">
2392 <column alignment="center" valignment="top" width="0pt">
2393 <column alignment="center" valignment="top">
2394 <row>
2395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Plain Layout
2399
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408 1
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 </row>
2414 <row>
2415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Plain Layout
2419 A
2420 \end_layout
2421
2422 \end_inset
2423 </cell>
2424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Plain Layout
2428
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 </row>
2434 </lyxtabular>
2435
2436 \end_inset
2437
2438
2439 \begin_inset Newline newline
2440 \end_inset
2441
2442 On peut aussi entrer des paramètres \SpecialChar LaTeX
2443  pour obtenir des mise en formes spéciales
2444  pour le tableau, voir les sections
2445 \begin_inset space ~
2446 \end_inset
2447
2448
2449 \begin_inset CommandInset ref
2450 LatexCommand ref
2451 reference "subsec:Calculs-multicolonnes"
2452
2453 \end_inset
2454
2455  et 
2456 \begin_inset CommandInset ref
2457 LatexCommand ref
2458 reference "sec:Tableaux-Colorés"
2459
2460 \end_inset
2461
2462 .
2463 \end_layout
2464
2465 \begin_layout Description
2466 Bordures Cet onglet vous permet d'ajouter ou de supprimer les bordures pour
2467  la ligne ou la colonne courante.
2468  
2469 \begin_inset Newline newline
2470 \end_inset
2471
2472 En utilisant le style 
2473 \family sans
2474 Formel
2475 \family default
2476  à la place du style par 
2477 \family sans
2478 Défaut
2479 \family default
2480 , on va convertir le tableau en tableau formel comme on le décrit dans la
2481  section
2482 \begin_inset space ~
2483 \end_inset
2484
2485
2486 \begin_inset CommandInset ref
2487 LatexCommand ref
2488 reference "sec:Tableaux-Formels"
2489
2490 \end_inset
2491
2492 .
2493 \begin_inset Newline newline
2494 \end_inset
2495
2496 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2497  dans les lignes du tableau comme c'est décrit dans la section
2498 \begin_inset space ~
2499 \end_inset
2500
2501
2502 \begin_inset CommandInset ref
2503 LatexCommand ref
2504 reference "subsec:Espacement-lignes"
2505
2506 \end_inset
2507
2508 .
2509 \end_layout
2510
2511 \begin_layout Description
2512 Tableau
2513 \begin_inset space ~
2514 \end_inset
2515
2516 multi-pages Cet onglet est utilisé pour transformer un tableau en ce que
2517  l'on nomme un 
2518 \begin_inset Quotes cld
2519 \end_inset
2520
2521
2522 \emph on
2523 tableau multi-pages
2524 \emph default
2525
2526 \begin_inset Quotes crd
2527 \end_inset
2528
2529  qui peut continuer sur plusieurs pages.
2530  Les sections
2531 \begin_inset space ~
2532 \end_inset
2533
2534
2535 \begin_inset CommandInset ref
2536 LatexCommand ref
2537 reference "sec:Tableaux-multi-pages"
2538
2539 \end_inset
2540
2541  et 
2542 \begin_inset CommandInset ref
2543 LatexCommand ref
2544 reference "sec:Questions-sur-tableaux-multi-pages"
2545
2546 \end_inset
2547
2548  décrivent ces tableaux multi-pages plus en détail.
2549 \end_layout
2550
2551 \begin_layout Section
2552 La barre d'outils tableau
2553 \begin_inset Index idx
2554 status collapsed
2555
2556 \begin_layout Plain Layout
2557 Tableau ! Barre d'outils
2558 \end_layout
2559
2560 \end_inset
2561
2562
2563 \end_layout
2564
2565 \begin_layout Standard
2566 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2567  permet de modifier plus rapidement les tableaux.
2568  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2569  quand le
2570  curseur se trouve à l'intérieur d'un tableau.
2571  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2572  au menu 
2573 \family sans
2574 Visualiser\SpecialChar menuseparator
2575 Barres
2576 \begin_inset space ~
2577 \end_inset
2578
2579 d'outils\SpecialChar menuseparator
2580 Tableau
2581 \family default
2582 .
2583 \end_layout
2584
2585 \begin_layout Standard
2586 La barre d'outils contient les icônes suivantes :
2587 \end_layout
2588
2589 \begin_layout Labeling
2590 \labelwidthstring 00.00.0000
2591 \begin_inset Info
2592 type  "icon"
2593 arg   "tabular-feature append-row"
2594 \end_inset
2595
2596  ajoute une ligne sous la cellule ou la sélection courante
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Info
2602 type  "icon"
2603 arg   "tabular-feature append-column"
2604 \end_inset
2605
2606  ajoute une colonne à la droite de la cellule ou de la sélection courante
2607 \end_layout
2608
2609 \begin_layout Labeling
2610 \labelwidthstring 00.00.0000
2611 \begin_inset Info
2612 type  "icon"
2613 arg   "tabular-feature delete-row"
2614 \end_inset
2615
2616  supprime la ligne ou la sélection courante
2617 \end_layout
2618
2619 \begin_layout Labeling
2620 \labelwidthstring 00.00.0000
2621 \begin_inset Info
2622 type  "icon"
2623 arg   "tabular-feature delete-column"
2624 \end_inset
2625
2626  supprime la colonne ou la sélection courante
2627 \end_layout
2628
2629 \begin_layout Labeling
2630 \labelwidthstring 00.00.0000
2631 \begin_inset Info
2632 type  "icon"
2633 arg   "tabular-feature move-row-up"
2634 \end_inset
2635
2636  déplace la ligne vers le haut
2637 \end_layout
2638
2639 \begin_layout Labeling
2640 \labelwidthstring 00.00.0000
2641 \begin_inset Info
2642 type  "icon"
2643 arg   "tabular-feature move-column-left"
2644 \end_inset
2645
2646  déplace la colonne vers la gauche
2647 \end_layout
2648
2649 \begin_layout Labeling
2650 \labelwidthstring 00.00.0000
2651 \begin_inset Info
2652 type  "icon"
2653 arg   "tabular-feature move-row-down"
2654 \end_inset
2655
2656  déplace la ligne vers le bas
2657 \end_layout
2658
2659 \begin_layout Labeling
2660 \labelwidthstring 00.00.0000
2661 \begin_inset Info
2662 type  "icon"
2663 arg   "tabular-feature move-column-right"
2664 \end_inset
2665
2666  déplace la colonne vers la droite
2667 \end_layout
2668
2669 \begin_layout Labeling
2670 \labelwidthstring 00.00.0000
2671 \begin_inset Info
2672 type  "icon"
2673 arg   "tabular-feature toggle-line-top"
2674 \end_inset
2675
2676  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2677  courante
2678 \end_layout
2679
2680 \begin_layout Labeling
2681 \labelwidthstring 00.00.0000
2682 \begin_inset Info
2683 type  "icon"
2684 arg   "tabular-feature toggle-line-bottom"
2685 \end_inset
2686
2687  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2688 \end_layout
2689
2690 \begin_layout Labeling
2691 \labelwidthstring 00.00.0000
2692 \begin_inset Info
2693 type  "icon"
2694 arg   "tabular-feature toggle-line-left"
2695 \end_inset
2696
2697  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2698 \begin_inset Note Note
2699 status collapsed
2700
2701 \begin_layout Plain Layout
2702 ou colonne ?
2703 \end_layout
2704
2705 \end_inset
2706
2707  ou de la sélection courante
2708 \end_layout
2709
2710 \begin_layout Labeling
2711 \labelwidthstring 00.00.0000
2712 \begin_inset Info
2713 type  "icon"
2714 arg   "tabular-feature toggle-line-right"
2715 \end_inset
2716
2717  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2718 \begin_inset Note Note
2719 status collapsed
2720
2721 \begin_layout Plain Layout
2722 ou colonne ?
2723 \end_layout
2724
2725 \end_inset
2726
2727  ou de la sélection courante
2728 \end_layout
2729
2730 \begin_layout Labeling
2731 \labelwidthstring 00.00.0000
2732 \begin_inset Info
2733 type  "icon"
2734 arg   "tabular-feature set-all-lines"
2735 \end_inset
2736
2737  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2738  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2739  colonne et la ligne courante
2740 \end_layout
2741
2742 \begin_layout Labeling
2743 \labelwidthstring 00.00.0000
2744 \begin_inset Info
2745 type  "icon"
2746 arg   "tabular-feature unset-all-lines"
2747 \end_inset
2748
2749  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2750  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2751  aussi la colonne et la ligne courante
2752 \end_layout
2753
2754 \begin_layout Labeling
2755 \labelwidthstring 00.00.0000
2756 \begin_inset Info
2757 type  "icon"
2758 arg   "tabular-feature m-align-left"
2759 \end_inset
2760
2761  aligne à gauche le contenu de la cellule ou de la colonne courante
2762 \end_layout
2763
2764 \begin_layout Labeling
2765 \labelwidthstring 00.00.0000
2766 \begin_inset Info
2767 type  "icon"
2768 arg   "tabular-feature m-align-center"
2769 \end_inset
2770
2771  centre horizontalement le contenu de la cellule ou de la colonne courante
2772 \end_layout
2773
2774 \begin_layout Labeling
2775 \labelwidthstring 00.00.0000
2776 \begin_inset Info
2777 type  "icon"
2778 arg   "tabular-feature m-align-right"
2779 \end_inset
2780
2781  aligne à droite le contenu de la cellule ou de la colonne courante
2782 \end_layout
2783
2784 \begin_layout Labeling
2785 \labelwidthstring 00.00.0000
2786 \begin_inset Info
2787 type  "icon"
2788 arg   "tabular-feature align-decimal"
2789 \end_inset
2790
2791  aligne le contenu de la colonne courante sur un caractère
2792 \end_layout
2793
2794 \begin_layout Labeling
2795 \labelwidthstring 00.00.0000
2796 \begin_inset Info
2797 type  "icon"
2798 arg   "tabular-feature m-valign-top"
2799 \end_inset
2800
2801  aligne le contenu de la cellule courante verticalement vers le haut
2802 \end_layout
2803
2804 \begin_layout Labeling
2805 \labelwidthstring 00.00.0000
2806 \begin_inset Info
2807 type  "icon"
2808 arg   "tabular-feature m-valign-middle"
2809 \end_inset
2810
2811  centre verticalement le contenu de la cellule courante
2812 \end_layout
2813
2814 \begin_layout Labeling
2815 \labelwidthstring 00.00.0000
2816 \begin_inset Info
2817 type  "icon"
2818 arg   "tabular-feature m-valign-bottom"
2819 \end_inset
2820
2821  aligne le contenu de la cellule courante verticalement vers le bas
2822 \end_layout
2823
2824 \begin_layout Labeling
2825 \labelwidthstring 00.00.0000
2826 \begin_inset Info
2827 type  "icon"
2828 arg   "tabular-feature set-rotate-cell"
2829 \end_inset
2830
2831  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2832 re
2833 \end_layout
2834
2835 \begin_layout Labeling
2836 \labelwidthstring 00.00.0000
2837 \begin_inset Info
2838 type  "icon"
2839 arg   "tabular-feature set-rotate-tabular"
2840 \end_inset
2841
2842  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2843 \end_layout
2844
2845 \begin_layout Labeling
2846 \labelwidthstring 00.00.0000
2847 \begin_inset Info
2848 type  "icon"
2849 arg   "tabular-feature multicolumn"
2850 \end_inset
2851
2852  transforme en multi-colonnes la cellule ou la sélection courante
2853 \end_layout
2854
2855 \begin_layout Labeling
2856 \labelwidthstring 00.00.0000
2857 \begin_inset Info
2858 type  "icon"
2859 arg   "tabular-feature multirow"
2860 \end_inset
2861
2862  transforme en multi-lignes la cellule ou la sélection courante
2863 \end_layout
2864
2865 \begin_layout Standard
2866 \begin_inset Note Greyedout
2867 status open
2868
2869 \begin_layout Plain Layout
2870
2871 \series bold
2872 Note :
2873 \series default
2874  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2875  est utilisé pour toutes les autres cellules de la ligne.
2876 \end_layout
2877
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \begin_layout Section
2884 Le menu Édition tableau
2885 \begin_inset Index idx
2886 status collapsed
2887
2888 \begin_layout Plain Layout
2889 Tableau ! Menu Édition
2890 \end_layout
2891
2892 \end_inset
2893
2894
2895 \end_layout
2896
2897 \begin_layout Standard
2898 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2899  
2900 \family sans
2901 Édition\SpecialChar menuseparator
2902 Tableau
2903 \family default
2904  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2905  ou de la ligne courante et aussi de transformer la sélection courante en
2906  multi-colonnes.
2907  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2908 \end_layout
2909
2910 \begin_layout Section
2911 Flottant de tableau
2912 \begin_inset CommandInset label
2913 LatexCommand label
2914 name "sec:Table-Floats"
2915
2916 \end_inset
2917
2918
2919 \begin_inset Index idx
2920 status collapsed
2921
2922 \begin_layout Plain Layout
2923 Flottants ! Tableaux
2924 \end_layout
2925
2926 \end_inset
2927
2928
2929 \begin_inset Index idx
2930 status collapsed
2931
2932 \begin_layout Plain Layout
2933 Tableau ! Flottants
2934 \end_layout
2935
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \begin_layout Standard
2942 Pour des explications générales sur les flottants, jetez un œil à la section
2943 \begin_inset space ~
2944 \end_inset
2945
2946
2947 \begin_inset CommandInset ref
2948 LatexCommand ref
2949 reference "sec:Flottants-Introduction"
2950
2951 \end_inset
2952
2953 .
2954 \end_layout
2955
2956 \begin_layout Standard
2957 \begin_inset Float table
2958 placement h
2959 wide false
2960 sideways false
2961 status open
2962
2963 \begin_layout Plain Layout
2964 \begin_inset Caption Standard
2965
2966 \begin_layout Plain Layout
2967 \begin_inset CommandInset label
2968 LatexCommand label
2969 name "tab:Flottant-de-tableau"
2970
2971 \end_inset
2972
2973 Un flottant de tableau.
2974 \end_layout
2975
2976 \end_inset
2977
2978
2979 \end_layout
2980
2981 \begin_layout Plain Layout
2982 \align center
2983 \begin_inset Tabular
2984 <lyxtabular version="3" rows="3" columns="3">
2985 <features tabularvalignment="middle">
2986 <column alignment="center" valignment="top" width="0pt">
2987 <column alignment="center" valignment="top" width="0pt">
2988 <column alignment="center" valignment="top" width="0pt">
2989 <row>
2990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994 1
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003 2
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012 3
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 </row>
3018 <row>
3019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023 Jules
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032 Marie
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041 Jean
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 </row>
3047 <row>
3048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052 \begin_inset Formula $\int x^{2}dx$
3053 \end_inset
3054
3055
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 \begin_inset Formula $\left[\begin{array}{cc}
3065 a & b\\
3066 c & d
3067 \end{array}\right]$
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079 \begin_inset Formula $1+1=2$
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 </lyxtabular>
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \end_inset
3096
3097
3098 \end_layout
3099
3100 \begin_layout Standard
3101 Les flottants de tableau sont insérés en utilisant le menu 
3102 \family sans
3103 Insertion\SpecialChar menuseparator
3104 Flottant\SpecialChar menuseparator
3105 Tableau
3106 \family default
3107  ou le bouton 
3108 \begin_inset Info
3109 type  "icon"
3110 arg   "float-insert table"
3111 \end_inset
3112
3113  de la barre d'outils.
3114 \end_layout
3115
3116 \begin_layout Standard
3117 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3118  qui a comme étiquette 
3119 \begin_inset Quotes cld
3120 \end_inset
3121
3122 Tableau
3123 \begin_inset space ~
3124 \end_inset
3125
3126 #:
3127 \begin_inset Quotes crd
3128 \end_inset
3129
3130  (où # est le numéro du tableau).
3131  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3132 \end_layout
3133
3134 \begin_layout Standard
3135 Le tableau
3136 \begin_inset space ~
3137 \end_inset
3138
3139
3140 \begin_inset CommandInset ref
3141 LatexCommand ref
3142 reference "tab:Flottant-de-tableau"
3143
3144 \end_inset
3145
3146  est un exemple de tableau dans un flottant de tableau.
3147 \end_layout
3148
3149 \begin_layout Standard
3150 On met habituellement la légende au dessus des tableaux, mais cette règle
3151  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3152 .
3153  Cela signifie que si vous utilisez un document appartenant aux classes
3154  
3155 \family sans
3156 article
3157 \family default
3158
3159 \family sans
3160 book
3161 \family default
3162
3163 \family sans
3164 letter
3165 \family default
3166 , ou
3167 \family sans
3168  report
3169 \family default
3170  il n'y aura pas d'espace entre la légende et le tableau.
3171  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3172  la commande de chargement du paquetage \SpecialChar LaTeX
3173  
3174 \series bold
3175 caption
3176 \series default
3177
3178 \begin_inset Index idx
3179 status collapsed
3180
3181 \begin_layout Plain Layout
3182 Paquetages \SpecialChar LaTeX
3183  ! caption
3184 \end_layout
3185
3186 \end_inset
3187
3188  dans le préambule de votre document.
3189 \begin_inset Foot
3190 status collapsed
3191
3192 \begin_layout Plain Layout
3193 Pour plus d'information voyez la section
3194 \begin_inset space ~
3195 \end_inset
3196
3197
3198 \begin_inset CommandInset ref
3199 LatexCommand ref
3200 reference "sec:Placement-légende"
3201
3202 \end_inset
3203
3204 .
3205 \end_layout
3206
3207 \end_inset
3208
3209 :
3210 \end_layout
3211
3212 \begin_layout Standard
3213
3214 \series bold
3215 tableposition=top
3216 \end_layout
3217
3218 \begin_layout Standard
3219 Le paquetage 
3220 \series bold
3221 caption
3222 \series default
3223 , qui est décrit dans la section
3224 \begin_inset space ~
3225 \end_inset
3226
3227
3228 \begin_inset CommandInset ref
3229 LatexCommand ref
3230 reference "sec:Formatage-légende"
3231
3232 \end_inset
3233
3234 , est utilisé pour ajuster le format des légendes.
3235 \end_layout
3236
3237 \begin_layout Standard
3238 Dans le texte, on fait référence à un tableau
3239 \begin_inset Index idx
3240 status collapsed
3241
3242 \begin_layout Plain Layout
3243 References@Références ! à des Tableaux
3244 \end_layout
3245
3246 \end_inset
3247
3248  en faisant référence à sa légende.
3249  On insère donc une étiquette dans la légende en utilisant le menu 
3250 \family sans
3251 Insertion
3252 \family default
3253 \SpecialChar menuseparator
3254
3255 \family sans
3256 Étiquette
3257 \family default
3258  ou le bouton 
3259 \begin_inset Info
3260 type  "icon"
3261 arg   "label-insert"
3262 \end_inset
3263
3264  de la barre d'outils.
3265  On peut alors faire référence à cette étiquette en utilisant le menu 
3266 \family sans
3267 Insertion\SpecialChar menuseparator
3268 Référence
3269 \begin_inset space ~
3270 \end_inset
3271
3272 croisée
3273 \family default
3274  ou le bouton 
3275 \begin_inset Info
3276 type  "icon"
3277 arg   "dialog-show-new-inset ref"
3278 \end_inset
3279
3280  de la barre d'outils.
3281 \begin_inset Newline newline
3282 \end_inset
3283
3284 Les références croisées sont expliquées en détail dans la section
3285 \begin_inset space ~
3286 \end_inset
3287
3288
3289 \begin_inset CommandInset ref
3290 LatexCommand ref
3291 reference "sec:Referencer-les-Flottants"
3292
3293 \end_inset
3294
3295 .
3296 \end_layout
3297
3298 \begin_layout Section
3299 Tableaux multi-pages
3300 \begin_inset CommandInset label
3301 LatexCommand label
3302 name "sec:Tableaux-multi-pages"
3303
3304 \end_inset
3305
3306
3307 \begin_inset Index idx
3308 status collapsed
3309
3310 \begin_layout Plain Layout
3311 Tableau multi-pages
3312 \end_layout
3313
3314 \end_inset
3315
3316
3317 \begin_inset Index idx
3318 status collapsed
3319
3320 \begin_layout Plain Layout
3321 Tableau ! multi-pages
3322 \end_layout
3323
3324 \end_inset
3325
3326
3327 \end_layout
3328
3329 \begin_layout Standard
3330 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3331  l'option 
3332 \family sans
3333 Utiliser
3334 \begin_inset space ~
3335 \end_inset
3336
3337 les
3338 \begin_inset space ~
3339 \end_inset
3340
3341 tableaux
3342 \begin_inset space ~
3343 \end_inset
3344
3345 multi-pages
3346 \family default
3347  de l'onglet 
3348 \family sans
3349 Tableau
3350 \begin_inset space ~
3351 \end_inset
3352
3353 multi-pages
3354 \family default
3355  de la fenêtre 
3356 \family sans
3357 Paramètres
3358 \begin_inset space ~
3359 \end_inset
3360
3361 du
3362 \begin_inset space ~
3363 \end_inset
3364
3365 tableau
3366 \family default
3367  pour le répartir automatiquement sur plusieurs pages.
3368  En cochant cette option, vous activez les options suivantes:
3369 \end_layout
3370
3371 \begin_layout Description
3372 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3373  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3374  d'en-tête utilisées pour toutes les pages du tableau multi-pages; sauf
3375  pour la première page, si 
3376 \family sans
3377 Premier
3378 \begin_inset space ~
3379 \end_inset
3380
3381 en-tête
3382 \family default
3383  est défini.
3384  Ces lignes forment l'en-tête principal.
3385 \end_layout
3386
3387 \begin_layout Description
3388 Premier
3389 \begin_inset space ~
3390 \end_inset
3391
3392 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3393  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3394  d'en-tête utilisées pour la première page du tableau multi-pages.
3395 \end_layout
3396
3397 \begin_layout Description
3398 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3399  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3400  constituant les pieds de toutes les pages du tableau multi-pages; sauf
3401  de la dernière page si 
3402 \family sans
3403 Dernier
3404 \begin_inset space ~
3405 \end_inset
3406
3407 pied
3408 \family default
3409  est défini.
3410 \end_layout
3411
3412 \begin_layout Description
3413 Dernier
3414 \begin_inset space ~
3415 \end_inset
3416
3417 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3418  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3419  constituant le pied de la dernière page du tableau multi-pages.
3420 \end_layout
3421
3422 \begin_layout Description
3423 Légende La ligne courante contient la légende du tableau.
3424  La première ligne est transformée en une colonne unique et une légende
3425  est insérée.
3426  Vous trouverez d'autres explications sur les légendes pour les tableaux
3427  multi-pages dans la section
3428 \begin_inset space ~
3429 \end_inset
3430
3431
3432 \begin_inset CommandInset ref
3433 LatexCommand ref
3434 reference "subsec:Tableaux-multi-pages-légende"
3435
3436 \end_inset
3437
3438 .
3439 \end_layout
3440
3441 \begin_layout Standard
3442 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3443  Voyez le tableau multi-pages qui suit pour voir comment ça marche :
3444 \end_layout
3445
3446 \begin_layout Standard
3447 \align center
3448 \begin_inset Tabular
3449 <lyxtabular version="3" rows="69" columns="3">
3450 <features islongtable="true" longtabularalignment="center">
3451 <column alignment="left" valignment="top" width="0cm">
3452 <column alignment="left" valignment="top" width="0pt">
3453 <column alignment="center" valignment="top" width="0pt">
3454 <row endfirsthead="true">
3455 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459
3460 \series bold
3461 Exemple d'annuaire téléphonique (ignorez les noms)
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3476 \begin_inset Text
3477
3478 \begin_layout Plain Layout
3479
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 </row>
3485 <row endfirsthead="true">
3486 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3487 \begin_inset Text
3488
3489 \begin_layout Plain Layout
3490
3491 \series bold
3492 NOM
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 TEL.
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row endhead="true">
3519 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \series bold
3525 Exemple d'annuaire téléphonique
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row endhead="true">
3550 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 NOM
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 TEL.
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row endfoot="true">
3583 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587  continue page suivante
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row>
3612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 Annovi
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 Silvia
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 111
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Bertoli
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Stefano
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Bozzi
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Walter
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Cachia
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Maria
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Cachia
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Maurizio
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Cinquemani
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Giusi
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Colin
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Bernard
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Concli
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Gianfranco
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Dal Bosco
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Carolina
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Dalpiaz
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Annamaria
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Feliciello
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Domenico
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Focarelli
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Paola
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Galletti
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Oreste
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Gasparini
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Franca
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Rizzardi
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Paola
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Lassini
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Giancarlo
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Malfatti
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Luciano
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 111
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Malfatti
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Valeriano
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 111
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Meneguzzo
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Roberto
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 111
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Mezzadra
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Roberto
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 111
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Pirpamer
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Erich
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 111
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Pochiesa
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Paolo
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 111, 222
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Radina
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Claudio
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 111
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Stuffer
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Oskar
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 111
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Tacchelli
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Ugo
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 111
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Tezzele
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Margit
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 111
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Unterkalmsteiner
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Frieda
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 111
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Vieider
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Hilde
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 111
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Vigna
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Jürgen
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 111
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Weber
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Maurizio
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 111
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Winkler
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Franz
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 111
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577  
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \series bold
4608 Annovi
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 Silvia
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 555
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Bertoli
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Stefano
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Bozzi
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Walter
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Cachia
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Maria
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Cachia
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Maurizio
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Cinquemani
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Giusi
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Colin
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Bernard
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Concli
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Gianfranco
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Dal Bosco
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Carolina
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Dalpiaz
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Annamaria
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Feliciello
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Domenico
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Focarelli
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Paola
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Galletti
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Oreste
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Gasparini
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Franca
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 555
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Rizzardi
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Paola
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Lassini
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Giancarlo
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 555
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \series bold
5104 Malfatti
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Luciano
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 555
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \series bold
5135 Malfatti
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 Valeriano
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 555
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \series bold
5166 Meneguzzo
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 Roberto
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 555
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \series bold
5197 Mezzadra
5198 \end_layout
5199
5200 \end_inset
5201 </cell>
5202 <cell alignment="center" valignment="top" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Roberto
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 555
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \series bold
5228 Pirpamer
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 <cell alignment="center" valignment="top" usebox="none">
5234 \begin_inset Text
5235
5236 \begin_layout Plain Layout
5237 Erich
5238 \end_layout
5239
5240 \end_inset
5241 </cell>
5242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 555
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 </row>
5252 <row>
5253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257
5258 \series bold
5259 Pochiesa
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 <cell alignment="center" valignment="top" usebox="none">
5265 \begin_inset Text
5266
5267 \begin_layout Plain Layout
5268 Paolo
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 555, 222
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 </row>
5283 <row>
5284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288
5289 \series bold
5290 Radina
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Claudio
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308 555
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \series bold
5321 Stuffer
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 <cell alignment="center" valignment="top" usebox="none">
5327 \begin_inset Text
5328
5329 \begin_layout Plain Layout
5330 Oskar
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339 555
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 </row>
5345 <row>
5346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350
5351 \series bold
5352 Tacchelli
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 Ugo
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 555
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 </row>
5376 <row>
5377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381
5382 \series bold
5383 Tezzele
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 Margit
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 555
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 </row>
5407 <row>
5408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412
5413 \series bold
5414 Unterkalmsteiner
5415 \end_layout
5416
5417 \end_inset
5418 </cell>
5419 <cell alignment="center" valignment="top" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 Frieda
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 555
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \series bold
5445 Vieider
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 Hilde
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463 555
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 </row>
5469 <row>
5470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474
5475 \series bold
5476 Vigna
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 Jürgen
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 999
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 <row>
5501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505
5506 \series bold
5507 Weber
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 Maurizio
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 555
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \series bold
5538 Winkler
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 Franz
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 555
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 </row>
5562 <row endlastfoot="true">
5563 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 Fin
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 </row>
5591 </lyxtabular>
5592
5593 \end_inset
5594
5595
5596 \begin_inset ERT
5597 status collapsed
5598
5599 \begin_layout Plain Layout
5600
5601
5602 \backslash
5603 addtocounter{table}{-1}
5604 \end_layout
5605
5606 \end_inset
5607
5608
5609 \begin_inset Note Note
5610 status collapsed
5611
5612 \begin_layout Plain Layout
5613 Voyez la première note grisée de la section
5614 \begin_inset space ~
5615 \end_inset
5616
5617
5618 \begin_inset CommandInset ref
5619 LatexCommand ref
5620 reference "subsec:Tableaux-multi-pages-légende"
5621
5622 \end_inset
5623
5624  pour une explication de cette commande.
5625 \end_layout
5626
5627 \end_inset
5628
5629
5630 \end_layout
5631
5632 \begin_layout Subsection
5633 Notes de bas de page dans les tableaux multi-pages
5634 \begin_inset CommandInset label
5635 LatexCommand label
5636 name "subsec:Notes-dans-tableau-multi-pages"
5637
5638 \end_inset
5639
5640
5641 \begin_inset Index idx
5642 status collapsed
5643
5644 \begin_layout Plain Layout
5645 Tableau ! multi-pages ! Notes de bas de page
5646 \end_layout
5647
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \begin_layout Standard
5654 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5655  multi-pages.
5656  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5657  contenant la note.
5658  Par exemple le tableau
5659 \begin_inset space ~
5660 \end_inset
5661
5662
5663 \begin_inset CommandInset ref
5664 LatexCommand ref
5665 reference "tab:Légendes-tableau-différentes"
5666
5667 \end_inset
5668
5669  a une note de bas de page.
5670 \end_layout
5671
5672 \begin_layout Subsection
5673 Alignement des tableaux multi-pages
5674 \begin_inset Index idx
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678 Tableau ! multi-pages ! Alignement
5679 \end_layout
5680
5681 \end_inset
5682
5683
5684 \end_layout
5685
5686 \begin_layout Standard
5687 L'alignement horizontal des tableaux multi-pages peut être modifié dans
5688  la fenêtre de dialogue des paramètres de tableau.
5689  Pour les alignements à droite et à gauche, le tableau sera directement
5690  au bord de la page.
5691  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5692  l'alignement centré et modifier les valeurs des longueurs 
5693 \series bold
5694
5695 \backslash
5696 LTleft 
5697 \series default
5698 et 
5699 \series bold
5700
5701 \backslash
5702 LTright
5703 \series default
5704  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5705  avant le tableau multi-pages
5706  concerné :
5707 \end_layout
5708
5709 \begin_layout Standard
5710
5711 \series bold
5712
5713 \backslash
5714 setlength{
5715 \backslash
5716 LTleft}{valeur}
5717 \end_layout
5718
5719 \begin_layout Standard
5720 Où 
5721 \series bold
5722 valeur
5723 \series default
5724  peut avoir n'importe laquelle des unités listées dans le tableau
5725 \begin_inset space ~
5726 \end_inset
5727
5728
5729 \begin_inset CommandInset ref
5730 LatexCommand ref
5731 reference "cha:Unités-de-longueur"
5732
5733 \end_inset
5734
5735 .
5736  
5737 \series bold
5738
5739 \backslash
5740 LTleft
5741 \series default
5742  contrôle la distance horizontale entre le bord gauche de la page et le
5743  tableau, et
5744 \series bold
5745  
5746 \backslash
5747 LTright
5748 \series default
5749  la distance au bord droit.
5750  La valeur implicite des ces deux distances est 
5751 \series bold
5752
5753 \backslash
5754 fill
5755 \series default
5756 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5757 .
5758 \end_layout
5759
5760 \begin_layout Standard
5761 Le tableau multi-pages suivant a été centrée en mettant 
5762 \series bold
5763
5764 \backslash
5765 LTleft
5766 \series default
5767  à 
5768 \family sans
5769 0.1
5770 \backslash
5771 columnwidth
5772 \family default
5773 :
5774 \begin_inset ERT
5775 status collapsed
5776
5777 \begin_layout Plain Layout
5778
5779
5780 \backslash
5781 setlength{
5782 \backslash
5783 LTleft}{0.1
5784 \backslash
5785 columnwidth}
5786 \end_layout
5787
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \begin_layout Standard
5794 \begin_inset Tabular
5795 <lyxtabular version="3" rows="5" columns="5">
5796 <features islongtable="true" longtabularalignment="center">
5797 <column alignment="center" valignment="top">
5798 <column alignment="center" valignment="top">
5799 <column alignment="center" valignment="top">
5800 <column alignment="center" valignment="top">
5801 <column alignment="center" valignment="top">
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 1
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 2
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 3
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 4
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 5
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 asd
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 s
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 s
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 s
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 <row>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 asd
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 s
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 s
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 s
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 asd
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 <row>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 asd
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 s
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 s
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 s
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 asd
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 <row>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 asd
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 asd
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 asd
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 asd
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 </lyxtabular>
6038
6039 \end_inset
6040
6041
6042 \begin_inset ERT
6043 status collapsed
6044
6045 \begin_layout Plain Layout
6046
6047
6048 \backslash
6049 setlength{
6050 \backslash
6051 LTleft}{
6052 \backslash
6053 fill}
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \begin_inset ERT
6060 status collapsed
6061
6062 \begin_layout Plain Layout
6063
6064
6065 \backslash
6066 addtocounter{table}{-1}
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \begin_inset Note Note
6073 status collapsed
6074
6075 \begin_layout Plain Layout
6076 Voyez la première note grisée de la section
6077 \begin_inset space ~
6078 \end_inset
6079
6080
6081 \begin_inset CommandInset ref
6082 LatexCommand ref
6083 reference "subsec:Tableaux-multi-pages-légende"
6084
6085 \end_inset
6086
6087  pour une explication de cette commande.
6088 \end_layout
6089
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \begin_layout Subsection
6096 Légendes et tableaux multi-pages
6097 \begin_inset Index idx
6098 status collapsed
6099
6100 \begin_layout Plain Layout
6101 Tableau ! multi-pages ! Legendes@Légendes
6102 \end_layout
6103
6104 \end_inset
6105
6106
6107 \begin_inset CommandInset label
6108 LatexCommand label
6109 name "subsec:Tableaux-multi-pages-légende"
6110
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \begin_layout Standard
6117 Vous ne pouvez pas placer un tableau multi-pages dans un flottant de tableau
6118  puisque les flottants ne peuvent pas être sur plusieurs pages, mais l'environne
6119 ment de légende des flottants de tableau peut aussi être utilisé pour les
6120  tableaux multi-pages quand on utilise pour une ligne l'option de tableau
6121  multi-pages 
6122 \family sans
6123 Légende
6124 \family default
6125 , comme c'est expliqué dans la section
6126 \begin_inset space ~
6127 \end_inset
6128
6129
6130 \begin_inset CommandInset ref
6131 LatexCommand ref
6132 reference "sec:Tableaux-multi-pages"
6133
6134 \end_inset
6135
6136 .
6137 \end_layout
6138
6139 \begin_layout Standard
6140 Voici un petit Tableau multi-pages pour voir comment ça marche :
6141 \end_layout
6142
6143 \begin_layout Standard
6144 \begin_inset Tabular
6145 <lyxtabular version="3" rows="6" columns="5">
6146 <features islongtable="true" longtabularalignment="center">
6147 <column alignment="center" valignment="top">
6148 <column alignment="center" valignment="top">
6149 <column alignment="center" valignment="top">
6150 <column alignment="center" valignment="top">
6151 <column alignment="center" valignment="top">
6152 <row endfirsthead="true" caption="true">
6153 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 \begin_inset Caption Standard
6158
6159 \begin_layout Plain Layout
6160 Tableau multi-pages avec une légende
6161 \begin_inset Argument 1
6162 status open
6163
6164 \begin_layout Plain Layout
6165 Tableau multi-pages
6166 \end_layout
6167
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 </row>
6217 <row>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 1
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 2
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 3
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 4
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6255 \begin_inset Text
6256
6257 \begin_layout Plain Layout
6258 5
6259 \end_layout
6260
6261 \end_inset
6262 </cell>
6263 </row>
6264 <row>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 asd
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 s
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 s
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 s
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 asd
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 </row>
6311 <row>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 asd
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 s
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 s
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 s
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352 asd
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 </row>
6358 <row>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 asd
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 s
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 s
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 s
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 asd
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 asd
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 asd
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 asd
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 </row>
6452 </lyxtabular>
6453
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \begin_layout Standard
6460 \begin_inset VSpace medskip
6461 \end_inset
6462
6463
6464 \begin_inset Note Greyedout
6465 status open
6466
6467 \begin_layout Plain Layout
6468
6469 \series bold
6470 Note
6471 \begin_inset space ~
6472 \end_inset
6473
6474 1:
6475 \series default
6476  Le numéro de tableau est incrémenté à chaque tableau multi-pages, même
6477  si vous n'avez pas prévu de légende.
6478  De ce fait, vous pouvez avoir le cas où par exemple le tableau
6479 \begin_inset space ~
6480 \end_inset
6481
6482 2.4 suit le tableau
6483 \begin_inset space ~
6484 \end_inset
6485
6486 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux multi-page
6487 s sans légende.
6488  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6489  après
6490  chaque tableau multi-pages sans légende :
6491 \end_layout
6492
6493 \begin_layout Plain Layout
6494
6495 \series bold
6496
6497 \backslash
6498 addtocounter{table}{-1}
6499 \end_layout
6500
6501 \begin_layout Plain Layout
6502 Ce n'est pas nécessaire quand aucun de vos tableaux multi-pages n'a de légende
6503  et que vous ajoutez le code suivant dans le préambule du document :
6504 \end_layout
6505
6506 \begin_layout Plain Layout
6507
6508 \series bold
6509
6510 \backslash
6511 let
6512 \backslash
6513 myEnd
6514 \backslash
6515 endlongtable
6516 \begin_inset Newline newline
6517 \end_inset
6518
6519
6520 \backslash
6521 renewcommand{
6522 \backslash
6523 endlongtable}{
6524 \backslash
6525 myEnd
6526 \backslash
6527 addtocounter{table}{-1}}
6528 \end_layout
6529
6530 \end_inset
6531
6532
6533 \end_layout
6534
6535 \begin_layout Standard
6536 \begin_inset Note Greyedout
6537 status open
6538
6539 \begin_layout Plain Layout
6540
6541 \series bold
6542 Note
6543 \begin_inset space ~
6544 \end_inset
6545
6546 2:
6547 \series default
6548  Si vous utilisez 
6549 \series bold
6550 hyperref
6551 \series default
6552
6553 \begin_inset Index idx
6554 status collapsed
6555
6556 \begin_layout Plain Layout
6557 Paquetages \SpecialChar LaTeX
6558  ! hyperref
6559 \end_layout
6560
6561 \end_inset
6562
6563  dans les 
6564 \family sans
6565 Paramètres du document
6566 \family default
6567  rubrique 
6568 \family sans
6569 Propriétés
6570 \begin_inset space ~
6571 \end_inset
6572
6573 du
6574 \begin_inset space ~
6575 \end_inset
6576
6577 PDF
6578 \family default
6579 , pour transformer vos références croisées en liens cliquables, le lien
6580  vers un tableau multi-pages pointera toujours sur le début du document.
6581 \end_layout
6582
6583 \end_inset
6584
6585
6586 \end_layout
6587
6588 \begin_layout Subsubsection
6589 Références à des tableaux multi-pages
6590 \begin_inset Index idx
6591 status collapsed
6592
6593 \begin_layout Plain Layout
6594 Tableau ! multi-pages ! Références
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \begin_layout Standard
6603 \begin_inset Tabular
6604 <lyxtabular version="3" rows="6" columns="5">
6605 <features islongtable="true" longtabularalignment="center">
6606 <column alignment="center" valignment="top">
6607 <column alignment="center" valignment="top">
6608 <column alignment="center" valignment="top">
6609 <column alignment="center" valignment="top">
6610 <column alignment="center" valignment="top">
6611 <row endfirsthead="true" caption="true">
6612 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 \begin_inset Caption Standard
6617
6618 \begin_layout Plain Layout
6619 Tableau multi-pages référencé
6620 \begin_inset CommandInset label
6621 LatexCommand label
6622 name "tab:RefExemple"
6623
6624 \end_inset
6625
6626
6627 \end_layout
6628
6629 \end_inset
6630
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 </row>
6673 <row>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 1
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 2
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 3
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 4
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 5
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 <row>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 asd
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 s
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 s
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 s
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 </row>
6767 <row>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 asd
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 s
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 s
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 s
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 <row>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 asd
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 s
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 s
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 s
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 </row>
6861 <row>
6862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 sad
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 asd
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 asd
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 asd
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 </lyxtabular>
6909
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \begin_layout Standard
6916 Pour pouvoir faire référence à un tableau multi-pages, il faut insérer une
6917  étiquette dans sa légende.
6918 \end_layout
6919
6920 \begin_layout Standard
6921 Ceci est une référence au tableau
6922 \begin_inset space ~
6923 \end_inset
6924
6925
6926 \begin_inset CommandInset ref
6927 LatexCommand ref
6928 reference "tab:RefExemple"
6929
6930 \end_inset
6931
6932 .
6933 \end_layout
6934
6935 \begin_layout Standard
6936 La mise en forme de la légende peut être ajustée avec celle de toutes les
6937  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6938  
6939 \series bold
6940 caption
6941 \series default
6942
6943 \begin_inset Index idx
6944 status collapsed
6945
6946 \begin_layout Plain Layout
6947 Paquetages \SpecialChar LaTeX
6948  ! caption
6949 \end_layout
6950
6951 \end_inset
6952
6953 , voir la section
6954 \begin_inset space ~
6955 \end_inset
6956
6957
6958 \begin_inset CommandInset ref
6959 LatexCommand ref
6960 reference "sec:Formatage-légende"
6961
6962 \end_inset
6963
6964 .
6965 \end_layout
6966
6967 \begin_layout Subsubsection
6968 Largeur de la légende
6969 \begin_inset Index idx
6970 status collapsed
6971
6972 \begin_layout Plain Layout
6973 Tableau ! multi-pages ! Largeur de la légende
6974 \end_layout
6975
6976 \end_inset
6977
6978
6979 \end_layout
6980
6981 \begin_layout Standard
6982 La largeur maximale des lignes de légende est définie par la longueur 
6983 \series bold
6984
6985 \backslash
6986 LTcapwidth
6987 \series default
6988 .
6989  Sa valeur implicite est 4
6990 \begin_inset space \thinspace{}
6991 \end_inset
6992
6993 in.
6994  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6995  de votre document ou en tant que code \SpecialChar TeX
6996  directement dans votre document
6997  avant le tableau qui doit être affectée.
6998 \end_layout
6999
7000 \begin_layout Standard
7001
7002 \series bold
7003
7004 \backslash
7005 setlength{
7006 \backslash
7007 LTcapwidth}{largeur}
7008 \end_layout
7009
7010 \begin_layout Standard
7011 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
7012 \begin_inset space ~
7013 \end_inset
7014
7015
7016 \begin_inset CommandInset ref
7017 LatexCommand ref
7018 reference "cha:Unités-de-longueur"
7019
7020 \end_inset
7021
7022 .
7023 \end_layout
7024
7025 \begin_layout Standard
7026 Les tableaux suivants montrent la différence :
7027 \end_layout
7028
7029 \begin_layout Standard
7030 \begin_inset Tabular
7031 <lyxtabular version="3" rows="6" columns="5">
7032 <features islongtable="true" longtabularalignment="center">
7033 <column alignment="center" valignment="top">
7034 <column alignment="center" valignment="top">
7035 <column alignment="center" valignment="top">
7036 <column alignment="center" valignment="top">
7037 <column alignment="center" valignment="top">
7038 <row endfirsthead="true" caption="true">
7039 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 \begin_inset Caption Standard
7044
7045 \begin_layout Plain Layout
7046 long titre complet avec la largeur implicite long titre complet avec la
7047  largeur implicite long titre complet avec la largeur implicite
7048 \begin_inset Argument 1
7049 status open
7050
7051 \begin_layout Plain Layout
7052 Légende avec largeur implicite
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 <row>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 1
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 2
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 3
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 4
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 5
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 </row>
7151 <row>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 asd
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 s
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7189 \begin_inset Text
7190
7191 \begin_layout Plain Layout
7192 asd
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 </row>
7198 <row>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 asd
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 s
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 s
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7236 \begin_inset Text
7237
7238 \begin_layout Plain Layout
7239 asd
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 </row>
7245 <row>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 asd
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 s
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 s
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286 asd
7287 \end_layout
7288
7289 \end_inset
7290 </cell>
7291 </row>
7292 <row>
7293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 asd
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 sad
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 asd
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333 asd
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 </row>
7339 </lyxtabular>
7340
7341 \end_inset
7342
7343
7344 \end_layout
7345
7346 \begin_layout Standard
7347 \begin_inset ERT
7348 status collapsed
7349
7350 \begin_layout Plain Layout
7351
7352
7353 \backslash
7354 setlength{
7355 \backslash
7356 LTcapwidth}{5cm}
7357 \end_layout
7358
7359 \end_inset
7360
7361
7362 \begin_inset Tabular
7363 <lyxtabular version="3" rows="6" columns="5">
7364 <features islongtable="true" longtabularalignment="center">
7365 <column alignment="center" valignment="top">
7366 <column alignment="center" valignment="top">
7367 <column alignment="center" valignment="top">
7368 <column alignment="center" valignment="top">
7369 <column alignment="center" valignment="top">
7370 <row endfirsthead="true" caption="true">
7371 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 \begin_inset Caption Standard
7376
7377 \begin_layout Plain Layout
7378 long titre complet avec la largeur réglée à 5
7379 \begin_inset space \thinspace{}
7380 \end_inset
7381
7382 cm long titre complet avec la largeur réglée à 5
7383 \begin_inset space \thinspace{}
7384 \end_inset
7385
7386 cm long titre complet avec la largeur réglée à 5
7387 \begin_inset space \thinspace{}
7388 \end_inset
7389
7390 cm
7391 \begin_inset Argument 1
7392 status open
7393
7394 \begin_layout Plain Layout
7395 Légende avec largeur à
7396 \begin_inset space \thinspace{}
7397 \end_inset
7398
7399 =
7400 \begin_inset space \thinspace{}
7401 \end_inset
7402
7403 5
7404 \begin_inset space \thinspace{}
7405 \end_inset
7406
7407 cm
7408 \end_layout
7409
7410 \end_inset
7411
7412
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 </row>
7459 <row>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 1
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 2
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 3
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 4
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 5
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 asd
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 s
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 s
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 asd
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 asd
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 s
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 s
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594 asd
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 <row>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 asd
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 s
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 s
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 s
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 asd
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 </row>
7647 <row>
7648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 asd
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 sad
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 asd
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 asd
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 asd
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 </row>
7694 </lyxtabular>
7695
7696 \end_inset
7697
7698
7699 \end_layout
7700
7701 \begin_layout Standard
7702 \begin_inset ERT
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706
7707
7708 \backslash
7709 setlength{
7710 \backslash
7711 LTcapwidth}{4in}
7712 \end_layout
7713
7714 \end_inset
7715
7716
7717 \end_layout
7718
7719 \begin_layout Standard
7720 \begin_inset Note Greyedout
7721 status open
7722
7723 \begin_layout Plain Layout
7724
7725 \series bold
7726 Note:
7727 \series default
7728  Quand on utilise la paquetage \SpecialChar LaTeX
7729  
7730 \series bold
7731 caption
7732 \series default
7733
7734 \begin_inset Index idx
7735 status collapsed
7736
7737 \begin_layout Plain Layout
7738 Paquetages \SpecialChar LaTeX
7739  ! caption
7740 \end_layout
7741
7742 \end_inset
7743
7744  , comme c'est les cas dans ce document, la légende prend toute la largeur
7745  de la page quand on utilise la largeur implicite de 4
7746 \begin_inset space \thinspace{}
7747 \end_inset
7748
7749 in pour 
7750 \series bold
7751
7752 \backslash
7753 LTcapwidth
7754 \series default
7755 .
7756  Pour avoir dans ce cas une légende qui fasse exactement 4
7757 \begin_inset space \thinspace{}
7758 \end_inset
7759
7760 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7761  comme par exemple 3.99
7762 \begin_inset space \thinspace{}
7763 \end_inset
7764
7765 in, soit utiliser la commande \SpecialChar LaTeX
7766  
7767 \series bold
7768
7769 \backslash
7770 captionsetup{width=valeur}
7771 \series default
7772  qui est disponible dans le paquetage 
7773 \series bold
7774 caption
7775 \series default
7776 .
7777 \end_layout
7778
7779 \end_inset
7780
7781
7782 \end_layout
7783
7784 \begin_layout Subsubsection
7785 Des légendes différentes sur chaque page d'un tableau
7786 \begin_inset Argument 1
7787 status collapsed
7788
7789 \begin_layout Plain Layout
7790 Légendes différentes
7791 \end_layout
7792
7793 \end_inset
7794
7795
7796 \begin_inset Index idx
7797 status collapsed
7798
7799 \begin_layout Plain Layout
7800 Tableau ! multi-pages ! Legendes@Légendes différentes par page
7801 \end_layout
7802
7803 \end_inset
7804
7805
7806 \end_layout
7807
7808 \begin_layout Standard
7809 Quand la légende du tableau pour les pages suivantes doit être différente
7810  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7811  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7812  dans le menu contextuel
7813 \family sans
7814  Légende
7815 \begin_inset space ~
7816 \end_inset
7817
7818 (NonNuméroté)
7819 \family default
7820 .
7821  Le tableau
7822 \begin_inset space ~
7823 \end_inset
7824
7825
7826 \begin_inset CommandInset ref
7827 LatexCommand ref
7828 reference "tab:Légendes-tableau-différentes"
7829
7830 \end_inset
7831
7832  est un exemple de tableau long avec des légendes différentes et où la seconde
7833  légende ne contient pas le numéro du tableau.
7834 \end_layout
7835
7836 \begin_layout Standard
7837 \align center
7838 \begin_inset Tabular
7839 <lyxtabular version="3" rows="59" columns="3">
7840 <features islongtable="true" longtabularalignment="center">
7841 <column alignment="left" valignment="top" width="0pt">
7842 <column alignment="left" valignment="top" width="0pt">
7843 <column alignment="center" valignment="top" width="0pt">
7844 <row endfirsthead="true" caption="true">
7845 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 \begin_inset Caption Standard
7850
7851 \begin_layout Plain Layout
7852 Exemple d'annuaire téléphonique
7853 \begin_inset CommandInset label
7854 LatexCommand label
7855 name "tab:Légendes-tableau-différentes"
7856
7857 \end_inset
7858
7859
7860 \begin_inset Argument 1
7861 status collapsed
7862
7863 \begin_layout Plain Layout
7864 Exemple Annuaire 
7865 \end_layout
7866
7867 \end_inset
7868
7869
7870 \end_layout
7871
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7889 \begin_inset Text
7890
7891 \begin_layout Plain Layout
7892
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row endfirsthead="true">
7899 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \series bold
7905 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row endfirsthead="true">
7930 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \series bold
7936 NOM
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \series bold
7956 TÉL.
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row endhead="true" caption="true">
7963 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 \begin_inset Caption Unnumbered
7968
7969 \begin_layout Plain Layout
7970 Suite de l'exemple d'annuaire téléphonique
7971 \end_layout
7972
7973 \end_inset
7974
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 </row>
7999 <row endhead="true">
8000 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \series bold
8006 Exemple d'annuaire téléphonique
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row endhead="true">
8031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \series bold
8037 NOM
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \series bold
8057 TÉL.
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 <row endfoot="true">
8064 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 suite page suivante\SpecialChar ldots
8069
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 </row>
8093 <row>
8094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098
8099 \series bold
8100 Annovi
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 Silvia
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 111
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Bertoli
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 Stefano
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 111
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \series bold
8162 Bozzi
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 Walter
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 111
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \series bold
8193 Cachia
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 Maria
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 111
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \series bold
8224 Cachia
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 Maurizio
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 111
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \series bold
8255 Cinquemani
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 Giusi
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 111
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \series bold
8286 Colin
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 Bernard
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 111
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \series bold
8317 Concli
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 Gianfranco
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 111
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346
8347 \series bold
8348 Dal Bosco
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 Carolina
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 111
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \series bold
8379 Dalpiaz
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 Annamaria
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 111
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 </row>
8403 <row>
8404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408
8409 \series bold
8410 Feliciello
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 Domenico
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 111
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \series bold
8441 Focarelli
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 Paola
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 111
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \series bold
8472 Galletti
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 Oreste
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 111
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \series bold
8503 Gasparini
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 Franca
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 111
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \series bold
8534 Rizzardi
8535 \series default
8536
8537 \begin_inset Foot
8538 status open
8539
8540 \begin_layout Plain Layout
8541 Exemple de note de bas de page
8542 \end_layout
8543
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Paola
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 111
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Lassini
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Giancarlo
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Malfatti
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Luciano
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Malfatti
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Valeriano
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Meneguzzo
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Roberto
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 111
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Mezzadra
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Roberto
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 111
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Pirpamer
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Erich
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 111
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Pochiesa
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Paolo
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 111, 222
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Radina
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Claudio
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 111
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Stuffer
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Oskar
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 111
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Tacchelli
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Ugo
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 111
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Tezzele
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Margit
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 111
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Unterkalmsteiner
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Frieda
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 111
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Vieider
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Hilde
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 111
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Vigna
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Jürgen
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 111
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Weber
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Maurizio
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 111
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Winkler
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Franz
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 111
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071  
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row>
9096 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \series bold
9102 Annovi
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 Silvia
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 555
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \series bold
9133 Bertoli
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Stefano
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 555
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \series bold
9164 Bozzi
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 Walter
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 555
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \series bold
9195 Cachia
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 Maria
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 555
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226 Cachia
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 Maurizio
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 555
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 <row>
9251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \series bold
9257 Cinquemani
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 Giusi
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 555
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \series bold
9288 Colin
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 Bernard
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 555
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row>
9313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \series bold
9319 Concli
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 Gianfranco
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 555
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350 Dal Bosco
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Carolina
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 555
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \series bold
9381 Dalpiaz
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 Annamaria
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 555
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \series bold
9412 Feliciello
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 Domenico
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 555
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \series bold
9443 Focarelli
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 Paola
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 555
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row>
9468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \series bold
9474 Galletti
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 Oreste
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 555
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 </row>
9498 <row>
9499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503
9504 \series bold
9505 Gasparini
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 Franca
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 555
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 </row>
9529 <row>
9530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \series bold
9536 Rizzardi
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 Paola
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 555
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 </row>
9560 <row>
9561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \series bold
9567 Lassini
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 Giancarlo
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585 555
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 </row>
9591 <row>
9592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \series bold
9598 Malfatti
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607 Luciano
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616 555
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 </row>
9622 <row>
9623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \series bold
9629 Malfatti
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638 Valeriano
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 555
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 </row>
9653 <row>
9654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658
9659 \series bold
9660 Meneguzzo
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669 Roberto
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 555
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 </row>
9684 <row>
9685 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689
9690 \series bold
9691 Mezzadra
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 Roberto
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 555
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 </row>
9715 </lyxtabular>
9716
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \begin_layout Section
9723 Questions particulières concernant les tableaux multi-pages
9724 \begin_inset Argument 1
9725 status collapsed
9726
9727 \begin_layout Plain Layout
9728 Questions sur les tableaux multi-pages
9729 \end_layout
9730
9731 \end_inset
9732
9733
9734 \begin_inset CommandInset label
9735 LatexCommand label
9736 name "sec:Questions-sur-tableaux-multi-pages"
9737
9738 \end_inset
9739
9740
9741 \end_layout
9742
9743 \begin_layout Subsection
9744 Calculs des pages des tableaux multi-pages
9745 \begin_inset Index idx
9746 status collapsed
9747
9748 \begin_layout Plain Layout
9749 Tableau ! multi-pages ! Calculs
9750 \end_layout
9751
9752 \end_inset
9753
9754
9755 \end_layout
9756
9757 \begin_layout Standard
9758 \SpecialChar LaTeX
9759  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9760  utilisant des blocs (chunks).
9761  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9762  mémoire de \SpecialChar LaTeX
9763 .
9764  La valeur implicite est fixée pour des raisons historiques à seulement
9765  20
9766 \begin_inset space ~
9767 \end_inset
9768
9769 lignes de tableau.
9770  Si vous utilisez des tableaux multi-pages couvrant de nombreuses pages,
9771  ceci peut ralentir la création de votre document.
9772  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9773  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9774  préambule de votre document :
9775 \end_layout
9776
9777 \begin_layout Standard
9778
9779 \series bold
9780
9781 \backslash
9782 setcounter{LTchunksize}{100}
9783 \end_layout
9784
9785 \begin_layout Subsection
9786 Les flottants et les tableaux multi-pages
9787 \begin_inset Index idx
9788 status collapsed
9789
9790 \begin_layout Plain Layout
9791 Tableau ! multi-pages ! Flottants
9792 \end_layout
9793
9794 \end_inset
9795
9796
9797 \end_layout
9798
9799 \begin_layout Standard
9800 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9801  commence un tableau multi-pages.
9802  Pour éviter une telle situation, insérez un saut de page (menu 
9803 \family sans
9804 Insertion\SpecialChar menuseparator
9805 Typographie
9806 \begin_inset space ~
9807 \end_inset
9808
9809 spéciale\SpecialChar menuseparator
9810 Saut de page (vide le tampon)
9811 \family default
9812
9813 \begin_inset space \thinspace{}
9814 \end_inset
9815
9816 ) juste avant votre tableau multi-pages.
9817 \end_layout
9818
9819 \begin_layout Subsection
9820 Sauts de pages forcés
9821 \begin_inset Index idx
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825 Tableau ! multi-pages ! Sauts de pages forcés
9826 \end_layout
9827
9828 \end_inset
9829
9830
9831 \end_layout
9832
9833 \begin_layout Standard
9834 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9835  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9836  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9837  de
9838  saut de ligne 
9839 \begin_inset Quotes cld
9840 \end_inset
9841
9842
9843 \backslash
9844
9845 \backslash
9846
9847 \begin_inset Quotes crd
9848 \end_inset
9849
9850  en code \SpecialChar TeX
9851  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9852  Avant la commande 
9853 \begin_inset Quotes cld
9854 \end_inset
9855
9856
9857 \backslash
9858
9859 \backslash
9860
9861 \begin_inset Quotes crd
9862 \end_inset
9863
9864 , vous devez insérer en code \SpecialChar TeX
9865 , autant de caractères 
9866 \begin_inset Quotes cld
9867 \end_inset
9868
9869 &
9870 \begin_inset Quotes crd
9871 \end_inset
9872
9873  qu'il y a de colonnes après la cellule concernée.
9874  Le caractère 
9875 \begin_inset Quotes cld
9876 \end_inset
9877
9878 &
9879 \begin_inset Quotes crd
9880 \end_inset
9881
9882  sert à séparer les colonnes d'un tableau.
9883  Écrivez en code-\SpecialChar TeX
9884 , après chaque 
9885 \begin_inset Quotes cld
9886 \end_inset
9887
9888 &
9889 \begin_inset Quotes crd
9890 \end_inset
9891
9892  le contenu des cellules correspondantes et en même temps supprimez le contenu
9893  de ces cellules dans le texte normal.
9894  
9895 \begin_inset Newline newline
9896 \end_inset
9897
9898 Après la commande 
9899 \backslash
9900
9901 \backslash
9902 , insérez autant de caractères 
9903 \begin_inset Quotes cld
9904 \end_inset
9905
9906 &
9907 \begin_inset Quotes crd
9908 \end_inset
9909
9910  qu'il y a de colonnes avant la colonne traitée.
9911  Dans le tableau
9912 \begin_inset space ~
9913 \end_inset
9914
9915
9916 \begin_inset CommandInset ref
9917 LatexCommand ref
9918 reference "tab:Tableau-saut-de-page"
9919
9920 \end_inset
9921
9922  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9923  suivie par une autre colonne.
9924  La commande suivante a donc été insérée en code \SpecialChar TeX
9925  dans la cellule après
9926  le mot 
9927 \begin_inset Quotes cld
9928 \end_inset
9929
9930
9931 \emph on
9932 Castelchiodato,
9933 \emph default
9934
9935 \begin_inset Quotes crd
9936 \end_inset
9937
9938 :
9939 \end_layout
9940
9941 \begin_layout Standard
9942
9943 \series bold
9944 & 111
9945 \backslash
9946
9947 \backslash
9948  
9949 \backslash
9950 newpage
9951 \begin_inset Newline newline
9952 \end_inset
9953
9954 &
9955 \end_layout
9956
9957 \begin_layout Standard
9958 Le 
9959 \begin_inset Quotes cld
9960 \end_inset
9961
9962 111
9963 \begin_inset Quotes crd
9964 \end_inset
9965
9966  dans la troisième colonne de la ligne a été supprimé.
9967  
9968 \series bold
9969
9970 \backslash
9971 newpage
9972 \series default
9973  est nécessaire seulement quand un saut de page doit impérativement avoir
9974  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9975  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9976  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9977  est coupée, utilisez cette commande à la place de la précédente :
9978 \end_layout
9979
9980 \begin_layout Standard
9981
9982 \series bold
9983 & 111
9984 \backslash
9985
9986 \backslash
9987
9988 \begin_inset Newline newline
9989 \end_inset
9990
9991
9992 \backslash
9993 hline &
9994 \end_layout
9995
9996 \begin_layout Standard
9997 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9998  insérer la commande
9999 \end_layout
10000
10001 \begin_layout Standard
10002
10003 \series bold
10004
10005 \backslash
10006 setlength{
10007 \backslash
10008 parfillskip}{0pt}
10009 \end_layout
10010
10011 \begin_layout Standard
10012 au début de la cellule.
10013  Cela assure que la portion de la cellule qui va se trouver affichée sur
10014  la page suivante le sera avec toute la largeur de la cellule.
10015 \end_layout
10016
10017 \begin_layout Standard
10018 \align center
10019 \begin_inset Tabular
10020 <lyxtabular version="3" rows="38" columns="3">
10021 <features islongtable="true" longtabularalignment="center">
10022 <column alignment="left" valignment="top" width="0pt">
10023 <column alignment="left" valignment="top" width="3cm">
10024 <column alignment="center" valignment="top" width="0pt">
10025 <row endfirsthead="true" caption="true">
10026 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 \begin_inset Caption Standard
10031
10032 \begin_layout Plain Layout
10033 Tableau avec un saut de page forcé dans une cellule
10034 \begin_inset CommandInset label
10035 LatexCommand label
10036 name "tab:Tableau-saut-de-page"
10037
10038 \end_inset
10039
10040
10041 \begin_inset Argument 1
10042 status collapsed
10043
10044 \begin_layout Plain Layout
10045 Tableau avec un saut de page forcé dans une cellule
10046 \end_layout
10047
10048 \end_inset
10049
10050
10051 \end_layout
10052
10053 \end_inset
10054
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 </row>
10079 <row endfirsthead="true">
10080 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row endfirsthead="true">
10111 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \series bold
10117 NOM
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \series bold
10137 TÉL.
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row endhead="true" caption="true">
10144 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 \begin_inset Caption Unnumbered
10149
10150 \begin_layout Plain Layout
10151 Tableau sur deux pages avec un saut de page dans une cellule
10152 \end_layout
10153
10154 \end_inset
10155
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row endhead="true">
10181 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185  
10186 \series bold
10187 Exemple d'annuaire téléphonique
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row endhead="true">
10212 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \series bold
10218 NOM
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 TÉL.
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 </row>
10244 <row endfoot="true">
10245 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 suite page suivante\SpecialChar ldots
10250
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279
10280 \series bold
10281 Annovi
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Silvia
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 111
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \series bold
10312 Bertoli
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 Stefano
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 111
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 </row>
10336 <row>
10337 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \series bold
10343 Bozzi
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 Walter
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 111
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 </row>
10367 <row>
10368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \series bold
10374 Cachia
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 Maria
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 111
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \series bold
10405 Cachia
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 Maurizio
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 111
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 </row>
10429 <row>
10430 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434
10435 \series bold
10436 Cinquemani
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 Giusi
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 111
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \series bold
10467 Colin
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 Bernard
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 111
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 </row>
10491 <row>
10492 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496
10497 \series bold
10498 Concli
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 Gianfranco
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 111
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \series bold
10529 Dal Bosco
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 Carolina
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 111
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 </row>
10553 <row>
10554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558
10559 \series bold
10560 Dalpiaz
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569 Annamaria
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 111
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 </row>
10584 <row>
10585 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10586 \begin_inset Text
10587
10588 \begin_layout Plain Layout
10589
10590 \series bold
10591 Feliciello
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 Domenico
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 111
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 </row>
10615 <row>
10616 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \series bold
10622 Focarelli
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 Paola
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 111
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 <row>
10647 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651
10652 \series bold
10653 Galletti
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 Oreste
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 111
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \series bold
10684 Gasparini
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 Franca
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 111
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 <row>
10709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715 Lassini
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Giancarlo
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 111
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \series bold
10746 Malfatti
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 Luciano
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 111
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 </row>
10770 <row>
10771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775
10776 \series bold
10777 Malfatti
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Valeriano
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 111
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806
10807 \series bold
10808 Meneguzzo
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 Roberto
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 111
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 </row>
10832 <row>
10833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \series bold
10839 Mezzadra
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Roberto
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 111
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \series bold
10870 Pirpamer
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 Erich
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 111
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 </row>
10894 <row>
10895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \series bold
10901 Pochiesa
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Paolo
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 111, 222
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930
10931 \series bold
10932 Radina
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 Claudio
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 111
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 </row>
10956 <row>
10957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961
10962 \series bold
10963 Rizzardi
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Giancarlo, 11.
10973  Fürst von Montecompatri, 11.
10974  Fürst von Sulmona und Vivaro, 10.
10975  Fürst von Rossano, 5.
10976  Herzog von Canemorte, 11.
10977  Herzog von Palombara, 5.
10978  Herzog von Castelchiodato,
10979 \begin_inset ERT
10980 status open
10981
10982 \begin_layout Plain Layout
10983
10984 & 111
10985 \backslash
10986
10987 \backslash
10988  
10989 \backslash
10990 newpage
10991 \end_layout
10992
10993 \begin_layout Plain Layout
10994
10995 &
10996 \end_layout
10997
10998 \end_inset
10999
11000  11.
11001  Herzog von Poggionativo, 11.
11002  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11003  Graf von Valinfreda, 11.
11004  Baron von Cropalati, 11.
11005  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
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
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 </row>
11020 <row>
11021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025
11026 \series bold
11027 Stuffer
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 Oskar
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 111
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 </row>
11051 <row>
11052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056
11057 \series bold
11058 Tacchelli
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Ugo
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 111
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 </row>
11082 <row>
11083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \series bold
11089 Tezzele
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 Margit
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 111
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 <row>
11114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118
11119 \series bold
11120 Unterkalmsteiner
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 Frieda
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 111
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149
11150 \series bold
11151 Vieider
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 Hilde
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 111
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 </row>
11175 <row>
11176 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180
11181 \series bold
11182 Vigna
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 Jürgen
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 111
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 </row>
11206 <row>
11207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211
11212 \series bold
11213 Weber
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 Maurizio
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231 111
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 </row>
11237 <row>
11238 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242
11243 \series bold
11244 Winkler
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11250 \begin_inset Text
11251
11252 \begin_layout Plain Layout
11253 Franz
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 111
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 </row>
11268 </lyxtabular>
11269
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \begin_layout Section
11276 Colonnes et lignes à lignes multiples
11277 \end_layout
11278
11279 \begin_layout Subsection
11280 Lignes multiples dans une cellule de tableau
11281 \begin_inset CommandInset label
11282 LatexCommand label
11283 name "subsec:Lignes-multiple-dans-cellule"
11284
11285 \end_inset
11286
11287
11288 \begin_inset Index idx
11289 status collapsed
11290
11291 \begin_layout Plain Layout
11292 Plusieurs lignes dans une case de tableau
11293 \end_layout
11294
11295 \end_inset
11296
11297
11298 \begin_inset Index idx
11299 status collapsed
11300
11301 \begin_layout Plain Layout
11302 Tableau ! Saut de ligne
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Standard
11311 \noindent
11312 \begin_inset Float table
11313 placement H
11314 wide false
11315 sideways false
11316 status open
11317
11318 \begin_layout Plain Layout
11319 \begin_inset Caption Standard
11320
11321 \begin_layout Plain Layout
11322 \begin_inset CommandInset label
11323 LatexCommand label
11324 name "tab:Tableau-avec-plusieurs-lignes"
11325
11326 \end_inset
11327
11328 Tableau avec des lignes multiples dans une cellule
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \begin_layout Plain Layout
11337 \align center
11338 \begin_inset Tabular
11339 <lyxtabular version="3" rows="3" columns="3">
11340 <features tabularvalignment="middle">
11341 <column alignment="center" valignment="middle" width="2.5cm">
11342 <column alignment="center" valignment="middle">
11343 <column alignment="center" valignment="middle">
11344 <row>
11345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 Lignes
11350 \begin_inset Newline linebreak
11351 \end_inset
11352
11353 multiples
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 b
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 c
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 d
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 e
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 f
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 <row>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 g
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 h
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 i
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 </row>
11435 </lyxtabular>
11436
11437 \end_inset
11438
11439
11440 \end_layout
11441
11442 \end_inset
11443
11444
11445 \end_layout
11446
11447 \begin_layout Standard
11448 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11449  d'un paragraphe avec des sauts de lignes et des césures.
11450 \end_layout
11451
11452 \begin_layout Standard
11453 Pour obtenir le tableau
11454 \begin_inset space ~
11455 \end_inset
11456
11457
11458 \begin_inset CommandInset ref
11459 LatexCommand ref
11460 reference "tab:Tableau-avec-plusieurs-lignes"
11461
11462 \end_inset
11463
11464 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11465  droit dessus.
11466  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11467  2.5
11468 \begin_inset space \thinspace{}
11469 \end_inset
11470
11471 cm et choisissez les alignements vertical et horizontal centrés.
11472  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11473  Comme notre texte est plus petit que 2.5
11474 \begin_inset space \thinspace{}
11475 \end_inset
11476
11477 cm, une seule ligne va apparaître.
11478  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11479  
11480 \family sans
11481 Ctrl-Shift-Entrée
11482 \family default
11483 ).
11484  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11485 ement découpé en plusieurs lignes.
11486 \end_layout
11487
11488 \begin_layout Standard
11489 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11490  ne peut pas
11491  effectuer de césure si c'est le premier élément de la cellule.
11492  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11493  premier élément : Ajoutez un espace horizontal de 0
11494 \begin_inset space \thinspace{}
11495 \end_inset
11496
11497 pt juste avant votre mot.
11498  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11499  Le tableau
11500 \begin_inset space ~
11501 \end_inset
11502
11503
11504 \begin_inset CommandInset ref
11505 LatexCommand ref
11506 reference "tab:Tableau-césure"
11507
11508 \end_inset
11509
11510  montre l'effet de cette insertion.
11511 \end_layout
11512
11513 \begin_layout Standard
11514 \begin_inset Float table
11515 placement h
11516 wide false
11517 sideways false
11518 status open
11519
11520 \begin_layout Plain Layout
11521 \begin_inset Caption Standard
11522
11523 \begin_layout Plain Layout
11524 \begin_inset CommandInset label
11525 LatexCommand label
11526 name "tab:Tableau-césure"
11527
11528 \end_inset
11529
11530 Tableau avec et sans césure.
11531 \end_layout
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \begin_layout Plain Layout
11539 \begin_inset space \hfill{}
11540 \end_inset
11541
11542
11543 \begin_inset Tabular
11544 <lyxtabular version="3" rows="3" columns="3">
11545 <features tabularvalignment="middle">
11546 <column alignment="center" valignment="middle" width="2.5cm">
11547 <column alignment="center" valignment="middle">
11548 <column alignment="center" valignment="middle">
11549 <row>
11550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 mottrèslongdansunecellule
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 b
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 c
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row>
11579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 d
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 e
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 f
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 g
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 h
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 i
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 </lyxtabular>
11637
11638 \end_inset
11639
11640
11641 \begin_inset space \hfill{}
11642 \end_inset
11643
11644
11645 \begin_inset Tabular
11646 <lyxtabular version="3" rows="3" columns="3">
11647 <features tabularvalignment="middle">
11648 <column alignment="center" valignment="middle" width="2.5cm">
11649 <column alignment="center" valignment="middle">
11650 <column alignment="center" valignment="middle">
11651 <row>
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 \begin_inset space \hspace{}
11657 \length 0pt
11658 \end_inset
11659
11660 mottrèslongdansunecellule
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 b
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 c
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 </row>
11684 <row>
11685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 d
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 e
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 f
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 </row>
11713 <row>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 g
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 h
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 i
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 </row>
11742 </lyxtabular>
11743
11744 \end_inset
11745
11746
11747 \begin_inset space \hfill{}
11748 \end_inset
11749
11750
11751 \end_layout
11752
11753 \end_inset
11754
11755
11756 \end_layout
11757
11758 \begin_layout Subsection
11759 Multi-colonnes
11760 \begin_inset CommandInset label
11761 LatexCommand label
11762 name "subsec:Multicolonnes"
11763
11764 \end_inset
11765
11766
11767 \begin_inset Index idx
11768 status collapsed
11769
11770 \begin_layout Plain Layout
11771 Multi-colonnes
11772 \end_layout
11773
11774 \end_inset
11775
11776
11777 \begin_inset Index idx
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781 Tableau ! Multi-colonnes
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \begin_layout Subsubsection
11790 Les bases des multi-colonnes
11791 \end_layout
11792
11793 \begin_layout Standard
11794 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11795  qu'elle doit couvrir et utilisez soit le bouton 
11796 \begin_inset Info
11797 type  "icon"
11798 arg   "tabular-feature multicolumn"
11799 \end_inset
11800
11801  de la barre d'outils tableau, ou le menu 
11802 \family sans
11803 Édition\SpecialChar menuseparator
11804 Tableau\SpecialChar menuseparator
11805 Multi-colonnes
11806 \family default
11807 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11808  
11809 \family sans
11810 Multi-colonnes
11811 \family default
11812 .
11813 \end_layout
11814
11815 \begin_layout Standard
11816 Les multi-colonnes ont leurs propres paramètres de cellule.
11817  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11818  de la cellule, cela n'affecte que la cellule multi-colonnes.
11819  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11820  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11821 \end_layout
11822
11823 \begin_layout Standard
11824 \align center
11825 \begin_inset Tabular
11826 <lyxtabular version="3" rows="3" columns="4">
11827 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11828 <column alignment="center" valignment="top" width="0pt">
11829 <column alignment="center" valignment="middle">
11830 <column alignment="center" valignment="top" width="0in">
11831 <column alignment="center" valignment="top" width="0pt">
11832 <row>
11833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 abc
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 def ghi
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 jkl
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 </row>
11870 <row>
11871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 A
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 B
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 C
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 D
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
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 1
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 2
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 3
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 4
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 </lyxtabular>
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \begin_layout Subsubsection
11954 Calculs avec les multi-colonnes
11955 \begin_inset CommandInset label
11956 LatexCommand label
11957 name "subsec:Calculs-multicolonnes"
11958
11959 \end_inset
11960
11961
11962 \begin_inset Index idx
11963 status collapsed
11964
11965 \begin_layout Plain Layout
11966 Multi-colonnes ! Calculs
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \begin_layout Standard
11975 \SpecialChar LyX
11976  gère directement les multi-colonnes, mais nous devons faire attention à
11977  la largeur des cellules couvertes par la cellule multi-colonnes.
11978 \end_layout
11979
11980 \begin_layout Standard
11981 \begin_inset Float table
11982 placement h
11983 wide false
11984 sideways false
11985 status open
11986
11987 \begin_layout Plain Layout
11988 \begin_inset Caption Standard
11989
11990 \begin_layout Plain Layout
11991 \begin_inset CommandInset label
11992 LatexCommand label
11993 name "tab:Tableau-multicolonne-parfaite"
11994
11995 \end_inset
11996
11997 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
11998  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
11999 \begin_inset Argument 1
12000 status open
12001
12002 \begin_layout Plain Layout
12003 Tableau avec multi-colonnes parfaite
12004 \end_layout
12005
12006 \end_inset
12007
12008
12009 \end_layout
12010
12011 \end_inset
12012
12013
12014 \end_layout
12015
12016 \begin_layout Plain Layout
12017 \align center
12018 \begin_inset Tabular
12019 <lyxtabular version="3" rows="3" columns="3">
12020 <features tabularvalignment="middle">
12021 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12022 <column alignment="center" valignment="middle">
12023 <column alignment="center" valignment="top">
12024 <row>
12025 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 multi-colonnes sur plusieurs lignes
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 c
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 </row>
12053 <row>
12054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 d
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 e
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 f
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 <row>
12083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 g
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 h
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 i
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 </row>
12111 </lyxtabular>
12112
12113 \end_inset
12114
12115
12116 \end_layout
12117
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \begin_layout Standard
12124 Par exemple, pour créer le tableau
12125 \begin_inset space ~
12126 \end_inset
12127
12128
12129 \begin_inset CommandInset ref
12130 LatexCommand ref
12131 reference "tab:Tableau-multicolonne-parfaite"
12132
12133 \end_inset
12134
12135 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12136  3×3 et faites un clic droit dessus.
12137  Ensuite choisissez pour cette cellule
12138 \emph on
12139 ,
12140 \emph default
12141  dans la fenêtre de dialogue de tableau, 
12142 \emph on
12143 multi-colonnes
12144 \emph default
12145
12146 \emph on
12147 alignement
12148 \begin_inset space ~
12149 \end_inset
12150
12151 horizontal
12152 \begin_inset space ~
12153 \end_inset
12154
12155 centré
12156 \emph default
12157  et une largeur de 2.5
12158 \begin_inset space \thinspace{}
12159 \end_inset
12160
12161 cm.
12162  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12163  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12164 \begin_inset space \thinspace{}
12165 \end_inset
12166
12167 cm pour la première colonne.
12168  La deuxième colonne aura alors automatiquement une largeur de 1.25
12169 \begin_inset space \thinspace{}
12170 \end_inset
12171
12172 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12173  C'est ce qui a été fait pour le tableau
12174 \begin_inset space ~
12175 \end_inset
12176
12177
12178 \begin_inset CommandInset ref
12179 LatexCommand ref
12180 reference "tab:Tableau-multicolonne-imparfait"
12181
12182 \end_inset
12183
12184 .
12185 \end_layout
12186
12187 \begin_layout Standard
12188 \begin_inset Float table
12189 wide false
12190 sideways false
12191 status open
12192
12193 \begin_layout Plain Layout
12194 \begin_inset Caption Standard
12195
12196 \begin_layout Plain Layout
12197 \begin_inset CommandInset label
12198 LatexCommand label
12199 name "tab:Tableau-multicolonne-imparfait"
12200
12201 \end_inset
12202
12203 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12204  de la largeur de la cellule multi-colonnes.
12205 \begin_inset Argument 1
12206 status open
12207
12208 \begin_layout Plain Layout
12209 Tableau avec multi-colonnes pas parfaite
12210 \end_layout
12211
12212 \end_inset
12213
12214
12215 \end_layout
12216
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \begin_layout Plain Layout
12223 \align center
12224 \begin_inset Tabular
12225 <lyxtabular version="3" rows="3" columns="3">
12226 <features tabularvalignment="middle">
12227 <column alignment="center" valignment="top" width="1.25cm">
12228 <column alignment="center" valignment="top">
12229 <column alignment="center" valignment="top">
12230 <row>
12231 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12232 \begin_inset Text
12233
12234 \begin_layout Plain Layout
12235 multi-colonnes sur plusieurs lignes
12236 \end_layout
12237
12238 \end_inset
12239 </cell>
12240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12241 \begin_inset Text
12242
12243 \begin_layout Plain Layout
12244
12245 \end_layout
12246
12247 \end_inset
12248 </cell>
12249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Plain Layout
12253 c
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 </row>
12259 <row>
12260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12261 \begin_inset Text
12262
12263 \begin_layout Plain Layout
12264 d
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 e
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Plain Layout
12282 f
12283 \end_layout
12284
12285 \end_inset
12286 </cell>
12287 </row>
12288 <row>
12289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12290 \begin_inset Text
12291
12292 \begin_layout Plain Layout
12293 g
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 h
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 i
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 </row>
12317 </lyxtabular>
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \end_inset
12325
12326
12327 \end_layout
12328
12329 \begin_layout Standard
12330 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12331  de la cellule multi-colonnes, elle est un peu plus large.
12332  La raison est que la taille que l'on donne à une cellule, 
12333 \begin_inset Formula $W_{g}$
12334 \end_inset
12335
12336  n'est pas sa taille totale, 
12337 \begin_inset Formula $W_{\mathrm{tot}}$
12338 \end_inset
12339
12340  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12341  lui donne.
12342  L'annexe
12343 \begin_inset space ~
12344 \end_inset
12345
12346
12347 \begin_inset CommandInset ref
12348 LatexCommand ref
12349 reference "cha:Explication-de-l'Equation"
12350
12351 \end_inset
12352
12353  explique pourquoi en détail.
12354 \end_layout
12355
12356 \begin_layout Standard
12357 La largeur nécessaire 
12358 \begin_inset Formula $W_{g\,n}$
12359 \end_inset
12360
12361  quand 
12362 \emph on
12363 n
12364 \emph default
12365  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12366  ait une largeur totale de 
12367 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12368 \end_inset
12369
12370 :
12371 \begin_inset Formula 
12372 \begin{equation}
12373 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12374 \end{equation}
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Dans notre cas nous avons 
12383 \begin_inset Formula $n=2$
12384 \end_inset
12385
12386
12387 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12388 \end_inset
12389
12390 cm et les valeurs implicites pour les autres longueurs, l'équation
12391 \begin_inset space ~
12392 \end_inset
12393
12394
12395 \begin_inset CommandInset ref
12396 LatexCommand ref
12397 reference "eq:Wgn"
12398
12399 \end_inset
12400
12401  devient
12402 \begin_inset Formula 
12403 \begin{equation}
12404 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12405 \end{equation}
12406
12407 \end_inset
12408
12409
12410 \end_layout
12411
12412 \begin_layout Standard
12413 Pour permettre des calculs avec \SpecialChar LaTeX
12414 , vous devez charger le paquetage \SpecialChar LaTeX
12415  
12416 \series bold
12417 calc
12418 \series default
12419  avec la ligne suivante dans le préambule du document
12420 \begin_inset Index idx
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 Paquetages \SpecialChar LaTeX
12425  ! calc
12426 \end_layout
12427
12428 \end_inset
12429
12430
12431 \end_layout
12432
12433 \begin_layout Standard
12434
12435 \series bold
12436
12437 \backslash
12438 usepackage{calc}
12439 \end_layout
12440
12441 \begin_layout Standard
12442 \SpecialChar LyX
12443  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12444  de dialogue.
12445  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12446  dans la
12447  fenêtre de dialogue.
12448  Voici un aperçu de ces paramètres :
12449 \end_layout
12450
12451 \begin_layout Itemize
12452
12453 \series bold
12454 p{largeur}
12455 \series default
12456  crée une cellule de taille donnée, le texte est aligné verticalement en
12457  haut.
12458 \end_layout
12459
12460 \begin_layout Itemize
12461
12462 \series bold
12463 m{largeur}
12464 \series default
12465  crée une cellule de taille donnée, le texte est aligné verticalement au
12466  centre
12467 \end_layout
12468
12469 \begin_layout Itemize
12470
12471 \series bold
12472 b{largeur}
12473 \series default
12474  crée une cellule de taille donnée, le texte est aligné verticalement en
12475  bas
12476 \end_layout
12477
12478 \begin_layout Standard
12479 En entrant un paramètre \SpecialChar LaTeX
12480 , tous les réglages de cellule donnés dans la fenêtre
12481  de dialogue sont ignorés.
12482 \end_layout
12483
12484 \begin_layout Standard
12485 \begin_inset Note Greyedout
12486 status open
12487
12488 \begin_layout Plain Layout
12489
12490 \series bold
12491 Note:
12492 \series default
12493  À cause d'un bug, \SpecialChar LyX
12494  affiche quand même les réglages qui ne sont pas pris
12495  en compte.
12496 \end_layout
12497
12498 \end_inset
12499
12500
12501 \end_layout
12502
12503 \begin_layout Standard
12504 Comme le texte doit être centré horizontalement, on ajoute la commande 
12505 \series bold
12506
12507 \backslash
12508 centering
12509 \series default
12510 .
12511  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12512  suivant pour la première des
12513  colonnes recouvertes :
12514 \end_layout
12515
12516 \begin_layout Standard
12517
12518 \series bold
12519 >{
12520 \backslash
12521 centering}m{1.25cm-6.2pt}
12522 \end_layout
12523
12524 \begin_layout Standard
12525 La commande 
12526 \series bold
12527 >{ }
12528 \series default
12529  signifie que les commandes qui se trouvent entre les accolades doivent
12530  être appliquées avant que la cellule ne soit créée.
12531 \end_layout
12532
12533 \begin_layout Standard
12534 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12535  multi-colonnes, il est toujours aligné à gauche.
12536  Cela vient du fait que \SpecialChar LyX
12537  applique l'alignement seulement à des colonnes
12538  isolées.
12539  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12540  suivant pour la multi-colonnes
12541 \end_layout
12542
12543 \begin_layout Standard
12544
12545 \series bold
12546 >{
12547 \backslash
12548 centering}m{2.5cm}
12549 \end_layout
12550
12551 \begin_layout Subsection
12552 Multi-lignes
12553 \begin_inset CommandInset label
12554 LatexCommand label
12555 name "subsec:Multi-lignes"
12556
12557 \end_inset
12558
12559
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Multi-lignes
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \begin_inset Index idx
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Tableau ! multi-lignes
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \begin_layout Standard
12583 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12584  qu'elle doit couvrir et utilisez soit le bouton 
12585 \begin_inset Info
12586 type  "icon"
12587 arg   "tabular-feature multirow"
12588 \end_inset
12589
12590  de la barre d'outils tableau, ou le menu 
12591 \family sans
12592 Édition\SpecialChar menuseparator
12593 Tableau\SpecialChar menuseparator
12594 Multi-lignes
12595 \family default
12596 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12597  
12598 \family sans
12599 Multi-lignes
12600 \family default
12601 .
12602 \end_layout
12603
12604 \begin_layout Standard
12605 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12606 \end_layout
12607
12608 \begin_layout Standard
12609 \align center
12610 \begin_inset Tabular
12611 <lyxtabular version="3" rows="3" columns="3">
12612 <features tabularvalignment="middle">
12613 <column alignment="center" valignment="top" width="0pt">
12614 <column alignment="center" valignment="top">
12615 <column alignment="center" valignment="top">
12616 <row>
12617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 un contenu long
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 b
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 c
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 </row>
12645 <row>
12646 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 multi-lignes
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 e
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 f
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 </row>
12674 <row>
12675 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 h
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 i
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 </row>
12703 </lyxtabular>
12704
12705 \end_inset
12706
12707
12708 \end_layout
12709
12710 \begin_layout Standard
12711 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12712  la colonne.
12713  L'
12714 \family sans
12715 Espacement
12716 \begin_inset space ~
12717 \end_inset
12718
12719 vertical
12720 \family default
12721  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12722  est positive ou négative.
12723 \end_layout
12724
12725 \begin_layout Standard
12726 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12727  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12728  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12729  implicite, vous devez redéfinir la commande 
12730 \series bold
12731
12732 \backslash
12733 multirowsetup
12734 \series default
12735  avec la commande
12736 \end_layout
12737
12738 \begin_layout Standard
12739
12740 \series bold
12741
12742 \backslash
12743 renewcommand{
12744 \backslash
12745 multirowsetup}{
12746 \backslash
12747 centering}
12748 \end_layout
12749
12750 \begin_layout Standard
12751 dans le préambule du document.
12752  Après ça, tous les contenus de cellules multi-lignes du document seront
12753  centrés.
12754  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12755  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12756  juste
12757  avant le tableau concerné, plutôt que dans le préambule.
12758  Si le texte doit être aligné à droite, remplacez 
12759 \series bold
12760
12761 \backslash
12762 centering
12763 \series default
12764  par 
12765 \series bold
12766
12767 \backslash
12768 raggedleft
12769 \series default
12770 .
12771  Pour revenir à l'alignement à gauche utilisez 
12772 \series bold
12773
12774 \backslash
12775 raggedright
12776 \series default
12777 .
12778 \end_layout
12779
12780 \begin_layout Standard
12781 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12782  avec un décalage vertical de -4
12783 \begin_inset space \thinspace{}
12784 \end_inset
12785
12786 mm dans une colonne de 3
12787 \begin_inset space \thinspace{}
12788 \end_inset
12789
12790 cm de large
12791 \begin_inset space ~
12792 \end_inset
12793
12794 :
12795 \end_layout
12796
12797 \begin_layout Standard
12798 \noindent
12799 \align center
12800 \begin_inset ERT
12801 status collapsed
12802
12803 \begin_layout Plain Layout
12804
12805
12806 \backslash
12807 renewcommand{
12808 \backslash
12809 multirowsetup}{
12810 \backslash
12811 raggedleft}
12812 \end_layout
12813
12814 \end_inset
12815
12816
12817 \begin_inset Tabular
12818 <lyxtabular version="3" rows="4" columns="3">
12819 <features tabularvalignment="middle">
12820 <column alignment="center" valignment="top" width="3cm">
12821 <column alignment="center" valignment="top">
12822 <column alignment="center" valignment="top">
12823 <row>
12824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 un contenu long
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 b
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 c
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 </row>
12852 <row>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 t
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 n
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 m
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 </row>
12881 <row>
12882 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 multi-lignes
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12892 \begin_inset Text
12893
12894 \begin_layout Plain Layout
12895 e
12896 \end_layout
12897
12898 \end_inset
12899 </cell>
12900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 f
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 </row>
12910 <row>
12911 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924 h
12925 \end_layout
12926
12927 \end_inset
12928 </cell>
12929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933 i
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 </row>
12939 </lyxtabular>
12940
12941 \end_inset
12942
12943
12944 \begin_inset ERT
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948
12949
12950 \backslash
12951 renewcommand{
12952 \backslash
12953 multirowsetup}{
12954 \backslash
12955 raggedright}
12956 \end_layout
12957
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \begin_layout Standard
12964 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12965  utiliser un saut de ligne forcé (
12966 \begin_inset space ~
12967 \end_inset
12968
12969 raccourci 
12970 \family sans
12971 Ctrl+Entrée
12972 \family default
12973
12974 \begin_inset space ~
12975 \end_inset
12976
12977 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12978  on le voit dans ce tableau :
12979 \end_layout
12980
12981 \begin_layout Standard
12982 \noindent
12983 \align center
12984 \begin_inset Tabular
12985 <lyxtabular version="3" rows="3" columns="2">
12986 <features tabularvalignment="middle">
12987 <column alignment="left" valignment="middle" width="2cm">
12988 <column alignment="center" valignment="top">
12989 <row>
12990 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 aaa
12995 \begin_inset Newline newline
12996 \end_inset
12997
12998 aaa
12999 \begin_inset Newline newline
13000 \end_inset
13001
13002 mauvaise cellule
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011 ccc
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 </row>
13017 <row>
13018 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 ddd
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 </row>
13037 <row>
13038 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13039 \begin_inset Text
13040
13041 \begin_layout Plain Layout
13042 bbb
13043 \end_layout
13044
13045 \end_inset
13046 </cell>
13047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 eee
13052 \end_layout
13053
13054 \end_inset
13055 </cell>
13056 </row>
13057 </lyxtabular>
13058
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \begin_layout Standard
13065 Vous devez donc faire attention avec les saut de lignes forcés.
13066 \end_layout
13067
13068 \begin_layout Subsection
13069 Cellules avec ligne(s) diagonale(s)
13070 \end_layout
13071
13072 \begin_layout Standard
13073 Pour instruire le lecteur de la signification ds titres de lignes et de
13074  colonnes dans un tableau, il est pratique de partager le première cellule
13075  du tableau à l'aide d'une ou deux lignes diagonales.
13076  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13077  \SpecialChar LaTeX
13078
13079 \series bold
13080 \lang english
13081  diagbox
13082 \series default
13083 \lang french
13084
13085 \begin_inset Index idx
13086 status collapsed
13087
13088 \begin_layout Plain Layout
13089 Paquetages \SpecialChar LaTeX
13090  ! diagbox
13091 \end_layout
13092
13093 \end_inset
13094
13095 .
13096  Ce paquetage inclut la commande 
13097 \series bold
13098 \lang english
13099
13100 \backslash
13101 diagbox
13102 \series default
13103 \lang french
13104  que l'on peut insérer en mode \SpecialChar TeX
13105  et qui peut avoir 2 ou 3 arguments:
13106 \end_layout
13107
13108 \begin_layout Standard
13109
13110 \series bold
13111 \lang english
13112
13113 \backslash
13114 diagbox[options]
13115 \lang french
13116 {inférieur gauche}{supérieur droit}
13117 \end_layout
13118
13119 \begin_layout Standard
13120
13121 \series bold
13122 \lang english
13123
13124 \backslash
13125 diagbox[options]
13126 \lang french
13127 {inférieur gauche}{supérieur gauche}{supérieur droit}
13128 \end_layout
13129
13130 \begin_layout Standard
13131 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13132  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13133  Dans le second cas, la cellule est partagée par deux lignes.
13134 \end_layout
13135
13136 \begin_layout Standard
13137 \begin_inset ERT
13138 status collapsed
13139
13140 \begin_layout Plain Layout
13141
13142
13143 \backslash
13144 ifdiagbox
13145 \end_layout
13146
13147 \end_inset
13148
13149
13150 \begin_inset Note Note
13151 status open
13152
13153 \begin_layout Plain Layout
13154 La section suivante ne s'affichera que si vous avez installé le paquetage
13155  \SpecialChar LaTeX
13156  
13157 \series bold
13158 diagbox
13159 \series default
13160 .
13161 \end_layout
13162
13163 \end_inset
13164
13165
13166 \end_layout
13167
13168 \begin_layout Standard
13169 Voici un exemple de tableau où 
13170 \series bold
13171 \lang english
13172
13173 \backslash
13174 diagbox
13175 \lang french
13176  
13177 \series default
13178 est utilisé avec 2 arguments
13179 \begin_inset space ~
13180 \end_inset
13181
13182 dans la première cellule:
13183 \begin_inset VSpace medskip
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \begin_layout Standard
13190 \noindent
13191 \begin_inset Tabular
13192 <lyxtabular version="3" rows="4" columns="4">
13193 <features tabularvalignment="middle">
13194 <column alignment="center" valignment="top">
13195 <column alignment="center" valignment="top">
13196 <column alignment="center" valignment="top">
13197 <column alignment="center" valignment="top">
13198 <row>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 \begin_inset ERT
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207
13208
13209 \backslash
13210 diagbox{
13211 \end_layout
13212
13213 \end_inset
13214
13215 Nom
13216 \begin_inset ERT
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220
13221 }{
13222 \end_layout
13223
13224 \end_inset
13225
13226 Paramètre
13227 \begin_inset ERT
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231
13232 }
13233 \end_layout
13234
13235 \end_inset
13236
13237
13238 \end_layout
13239
13240 \end_inset
13241 </cell>
13242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13243 \begin_inset Text
13244
13245 \begin_layout Plain Layout
13246 Épaisseur en nm
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 Transparence en %
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 Dureté en MPa
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 </row>
13270 <row>
13271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 Vert parfait
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 45
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 80
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Plain Layout
13302 504
13303 \end_layout
13304
13305 \end_inset
13306 </cell>
13307 </row>
13308 <row>
13309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313 Multi-P foncé
13314 \end_layout
13315
13316 \end_inset
13317 </cell>
13318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Plain Layout
13322 60
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 72
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 982
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 </row>
13346 <row>
13347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 Pro transparent
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 18
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369 86
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 374
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 </row>
13384 </lyxtabular>
13385
13386 \end_inset
13387
13388
13389 \begin_inset VSpace medskip
13390 \end_inset
13391
13392
13393 \end_layout
13394
13395 \begin_layout Standard
13396 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13397  sport ou les distances:
13398 \end_layout
13399
13400 \begin_layout Standard
13401 \noindent
13402 \align center
13403 \begin_inset Tabular
13404 <lyxtabular version="3" rows="4" columns="4">
13405 <features tabularvalignment="middle">
13406 <column alignment="center" valignment="top" width="0pt">
13407 <column alignment="center" valignment="top">
13408 <column alignment="center" valignment="top">
13409 <column alignment="center" valignment="top">
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 \begin_inset ERT
13416 status collapsed
13417
13418 \begin_layout Plain Layout
13419
13420
13421 \backslash
13422 diagbox{
13423 \end_layout
13424
13425 \end_inset
13426
13427 À domicile
13428 \begin_inset ERT
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432
13433 }{
13434 \end_layout
13435
13436 \end_inset
13437
13438 Résultat
13439 \begin_inset ERT
13440 status collapsed
13441
13442 \begin_layout Plain Layout
13443
13444 }{
13445 \end_layout
13446
13447 \end_inset
13448
13449 À l'extérieur
13450 \begin_inset ERT
13451 status collapsed
13452
13453 \begin_layout Plain Layout
13454
13455 }
13456 \end_layout
13457
13458 \end_inset
13459
13460
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469 Tigres
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 Panthères
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 Faucons
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 Tigres
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 1:3
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 0:1
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row>
13532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536 Panthères
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 3:1
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 0:0
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 </row>
13569 <row>
13570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Plain Layout
13574 Faucons
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 1:0
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 0:0
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 </lyxtabular>
13608
13609 \end_inset
13610
13611
13612 \end_layout
13613
13614 \begin_layout Standard
13615 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13616  2 coins ou plus du tableau comme ici:
13617 \end_layout
13618
13619 \begin_layout Standard
13620 \noindent
13621 \align center
13622 \begin_inset Tabular
13623 <lyxtabular version="3" rows="5" columns="5">
13624 <features tabularvalignment="middle">
13625 <column alignment="center" valignment="top" width="0pt">
13626 <column alignment="center" valignment="top">
13627 <column alignment="center" valignment="top">
13628 <column alignment="center" valignment="top">
13629 <column alignment="center" valignment="top">
13630 <row>
13631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 \begin_inset ERT
13636 status open
13637
13638 \begin_layout Plain Layout
13639
13640
13641 \backslash
13642 diagbox{
13643 \end_layout
13644
13645 \end_inset
13646
13647 À domicile}{Résultat
13648 \begin_inset ERT
13649 status collapsed
13650
13651 \begin_layout Plain Layout
13652
13653 }{
13654 \end_layout
13655
13656 \end_inset
13657
13658 À l'extérieur
13659 \begin_inset ERT
13660 status collapsed
13661
13662 \begin_layout Plain Layout
13663
13664 }
13665 \end_layout
13666
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 Tigres
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 Panthères
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 Faucons
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 \begin_inset ERT
13706 status open
13707
13708 \begin_layout Plain Layout
13709
13710
13711 \backslash
13712 diagbox[dir=NE]{
13713 \end_layout
13714
13715 \end_inset
13716
13717 À domicile
13718 \begin_inset ERT
13719 status collapsed
13720
13721 \begin_layout Plain Layout
13722
13723 }{
13724 \end_layout
13725
13726 \end_inset
13727
13728 Résultat
13729 \begin_inset ERT
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733
13734 }{
13735 \end_layout
13736
13737 \end_inset
13738
13739 À l'extérieur
13740 \begin_inset ERT
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744
13745 }
13746 \end_layout
13747
13748 \end_inset
13749
13750
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 </row>
13756 <row>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 Tigres
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 1:3
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 0:1
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 Tigres
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 </row>
13803 <row>
13804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 Panthères
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 3:1
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 0:0
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 Panthères
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 </row>
13850 <row>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 Faucons
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 1:0
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 0:0
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 Faucons
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 </row>
13897 <row>
13898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902 \begin_inset ERT
13903 status open
13904
13905 \begin_layout Plain Layout
13906
13907
13908 \backslash
13909 diagbox[dir=SW]{
13910 \end_layout
13911
13912 \end_inset
13913
13914 À domicile
13915 \begin_inset ERT
13916 status collapsed
13917
13918 \begin_layout Plain Layout
13919
13920 }{
13921 \end_layout
13922
13923 \end_inset
13924
13925 Résultat
13926 \begin_inset ERT
13927 status collapsed
13928
13929 \begin_layout Plain Layout
13930
13931 }{
13932 \end_layout
13933
13934 \end_inset
13935
13936 À l'extérieur
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942 }
13943 \end_layout
13944
13945 \end_inset
13946
13947
13948 \end_layout
13949
13950 \end_inset
13951 </cell>
13952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956 Tigres
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 Panthères
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 Faucons
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 \begin_inset ERT
13984 status open
13985
13986 \begin_layout Plain Layout
13987
13988
13989 \backslash
13990 diagbox[dir=SE]{
13991 \end_layout
13992
13993 \end_inset
13994
13995 À domicile
13996 \begin_inset ERT
13997 status collapsed
13998
13999 \begin_layout Plain Layout
14000
14001 }{
14002 \end_layout
14003
14004 \end_inset
14005
14006 Résultat
14007 \begin_inset ERT
14008 status collapsed
14009
14010 \begin_layout Plain Layout
14011
14012 }{
14013 \end_layout
14014
14015 \end_inset
14016
14017 À l'extérieur
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 </lyxtabular>
14035
14036 \end_inset
14037
14038
14039 \end_layout
14040
14041 \begin_layout Standard
14042 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14043  
14044 \series bold
14045 dir=direction
14046 \series default
14047
14048 \emph on
14049 direction
14050 \emph default
14051  est à choisir parmi 
14052 \series bold
14053 NE
14054 \series default
14055
14056 \series bold
14057 SE
14058 \series default
14059
14060 \series bold
14061 SW
14062 \series default
14063  et 
14064 \series bold
14065 NW
14066 \series default
14067  comme sur une rose des vents.
14068  
14069 \series bold
14070 SW
14071 \series default
14072  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14073  du tableau ci-dessus, désigné via la commande:
14074 \end_layout
14075
14076 \begin_layout Standard
14077
14078 \series bold
14079 \lang english
14080
14081 \backslash
14082 diagbox[dir=SW]{
14083 \series default
14084 \lang french
14085 À domicile
14086 \series bold
14087 \lang english
14088 }{
14089 \series default
14090 \lang french
14091 Résultat
14092 \series bold
14093 \lang english
14094 }{
14095 \series default
14096 \lang french
14097 À l'extérieur
14098 \series bold
14099 \lang english
14100 }
14101 \series default
14102 \lang french
14103 .
14104  
14105 \end_layout
14106
14107 \begin_layout Standard
14108 Si aucune direction n'est spécifiée, elle est implicitement NW.
14109 \end_layout
14110
14111 \begin_layout Standard
14112 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14113  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14114  le contenu de la cellule va déborder:
14115 \end_layout
14116
14117 \begin_layout Standard
14118 \noindent
14119 \align center
14120 \begin_inset Tabular
14121 <lyxtabular version="3" rows="2" columns="2">
14122 <features tabularvalignment="middle">
14123 <column alignment="center" valignment="top" width="3cm">
14124 <column alignment="center" valignment="top">
14125 <row>
14126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 \begin_inset ERT
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134
14135
14136 \backslash
14137 diagbox{
14138 \end_layout
14139
14140 \end_inset
14141
14142 Nom
14143 \begin_inset ERT
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147
14148 }{
14149 \end_layout
14150
14151 \end_inset
14152
14153 Paramètre
14154 \begin_inset ERT
14155 status collapsed
14156
14157 \begin_layout Plain Layout
14158
14159 }
14160 \end_layout
14161
14162 \end_inset
14163
14164
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 Épaisseur en nm
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 </row>
14179 <row>
14180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 Vert parfait
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 45
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 </row>
14199 </lyxtabular>
14200
14201 \end_inset
14202
14203
14204 \end_layout
14205
14206 \begin_layout Standard
14207 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14208  cellule partagée, utilisez l'option de commande 
14209 \series bold
14210 \lang english
14211 width=3cm
14212 \series default
14213 \lang french
14214  (remplacez 
14215 \begin_inset Quotes cld
14216 \end_inset
14217
14218 3cm
14219 \begin_inset Quotes crd
14220 \end_inset
14221
14222 par la largeur désirée).
14223  Dans le tableau qui suit, la largeur de la première colonne est réglée
14224  à 4cm.
14225  Pour 
14226 \series bold
14227 \lang english
14228
14229 \backslash
14230 diagbox
14231 \series default
14232 \lang french
14233  une largeur de 4
14234 \begin_inset space \thinspace{}
14235 \end_inset
14236
14237 cm + 2
14238 \begin_inset space \thinspace{}
14239 \end_inset
14240
14241
14242 \backslash
14243 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14244  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14245  de la cellule.
14246  Le calcul de la largeur ne peut pas être fait directement dans l'option
14247  de la commande 
14248 \series bold
14249 \lang english
14250
14251 \backslash
14252 diagbox
14253 \series default
14254 \lang french
14255 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14256  la suite.
14257  Ceci se fait via les commandes en code \SpecialChar TeX
14258 :
14259 \end_layout
14260
14261 \begin_layout Standard
14262
14263 \series bold
14264
14265 \backslash
14266 newlength{
14267 \backslash
14268 diagtest}
14269 \begin_inset Newline newline
14270 \end_inset
14271
14272
14273 \backslash
14274 setlength{
14275 \backslash
14276 diagtest}{4cm+2
14277 \backslash
14278 tabcolsep}
14279 \end_layout
14280
14281 \begin_layout Standard
14282 \begin_inset ERT
14283 status collapsed
14284
14285 \begin_layout Plain Layout
14286
14287
14288 \backslash
14289 newlength{
14290 \backslash
14291 diagtest}
14292 \end_layout
14293
14294 \begin_layout Plain Layout
14295
14296
14297 \backslash
14298 setlength{
14299 \backslash
14300 diagtest}{4cm+2
14301 \backslash
14302 tabcolsep}
14303 \end_layout
14304
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \begin_layout Standard
14311 Pour permettre les calculs en \SpecialChar LaTeX
14312 , il faut charger dans le préambule du document
14313  le paquetage 
14314 \series bold
14315 calc
14316 \series default
14317
14318 \begin_inset Index idx
14319 status collapsed
14320
14321 \begin_layout Plain Layout
14322 Paquetages \SpecialChar LaTeX
14323  ! calc
14324 \end_layout
14325
14326 \end_inset
14327
14328 .
14329 \end_layout
14330
14331 \begin_layout Standard
14332 Dans le tableau vous pouvez maintenant utiliser la commande
14333 \end_layout
14334
14335 \begin_layout Standard
14336
14337 \series bold
14338
14339 \backslash
14340 diagbox[width=
14341 \backslash
14342 diagtest]{A}{B}
14343 \end_layout
14344
14345 \begin_layout Standard
14346 dans la première cellule:
14347 \end_layout
14348
14349 \begin_layout Standard
14350 \noindent
14351 \align center
14352 \begin_inset Tabular
14353 <lyxtabular version="3" rows="2" columns="2">
14354 <features tabularvalignment="middle">
14355 <column alignment="center" valignment="top" width="4cm">
14356 <column alignment="center" valignment="top">
14357 <row>
14358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 \begin_inset ERT
14363 status open
14364
14365 \begin_layout Plain Layout
14366
14367
14368 \backslash
14369 diagbox[width=
14370 \backslash
14371 diagtest]{
14372 \end_layout
14373
14374 \end_inset
14375
14376 A
14377 \begin_inset ERT
14378 status collapsed
14379
14380 \begin_layout Plain Layout
14381
14382 }{
14383 \end_layout
14384
14385 \end_inset
14386
14387 B
14388 \begin_inset ERT
14389 status collapsed
14390
14391 \begin_layout Plain Layout
14392
14393 }
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407 Épaisseur en nm
14408 \end_layout
14409
14410 \end_inset
14411 </cell>
14412 </row>
14413 <row>
14414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 Vert parfait
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14424 \begin_inset Text
14425
14426 \begin_layout Plain Layout
14427 45
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 </row>
14433 </lyxtabular>
14434
14435 \end_inset
14436
14437
14438 \end_layout
14439
14440 \begin_layout Standard
14441 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14442  la longueur de la diagonale ne peut pas être calculée correctement comme
14443  dans ce tableau:
14444 \end_layout
14445
14446 \begin_layout Standard
14447 \noindent
14448 \align center
14449 \begin_inset Tabular
14450 <lyxtabular version="3" rows="2" columns="2">
14451 <features tabularvalignment="middle">
14452 <column alignment="center" valignment="top" width="0pt">
14453 <column alignment="center" valignment="top">
14454 <row>
14455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464
14465 \backslash
14466 diagbox{
14467 \end_layout
14468
14469 \end_inset
14470
14471 A
14472 \begin_inset ERT
14473 status collapsed
14474
14475 \begin_layout Plain Layout
14476
14477 }{
14478 \end_layout
14479
14480 \end_inset
14481
14482 B
14483 \begin_inset ERT
14484 status collapsed
14485
14486 \begin_layout Plain Layout
14487
14488 }
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 Épaisseur en nm
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 </row>
14508 <row>
14509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513 Vert parfait
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522 45
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 </row>
14528 </lyxtabular>
14529
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \begin_layout Standard
14536 Dans ce cas, vous pouvez utiliser directement
14537 \series bold
14538  
14539 \lang english
14540 width
14541 \series default
14542 \lang french
14543  dans l'option de 
14544 \series bold
14545 \lang english
14546
14547 \backslash
14548 diagbox
14549 \series default
14550 \lang french
14551 , il n'est plus nécessaire d’ajouter 2
14552 \backslash
14553 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14554  colonne.
14555  Ici une largeur de 3cm est utilisée:
14556 \end_layout
14557
14558 \begin_layout Standard
14559 \noindent
14560 \align center
14561 \begin_inset Tabular
14562 <lyxtabular version="3" rows="2" columns="2">
14563 <features tabularvalignment="middle">
14564 <column alignment="center" valignment="top" width="0pt">
14565 <column alignment="center" valignment="top">
14566 <row>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571 \begin_inset ERT
14572 status open
14573
14574 \begin_layout Plain Layout
14575
14576
14577 \backslash
14578 diagbox[width=3cm]{
14579 \end_layout
14580
14581 \end_inset
14582
14583 A
14584 \begin_inset ERT
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588
14589 }{
14590 \end_layout
14591
14592 \end_inset
14593
14594 B
14595 \begin_inset ERT
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599
14600 }
14601 \end_layout
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 Épaisseur en nm
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 </row>
14620 <row>
14621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 Vert parfait
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634 45
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 </row>
14640 </lyxtabular>
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \begin_layout Standard
14648 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14649  supplémentaire pour placer le texte dans la cellule.
14650  Ceci peut être obtenu avec l'option
14651 \series bold
14652  
14653 \lang english
14654 height
14655 \lang french
14656 =3cm
14657 \series default
14658  de la commande 
14659 \series bold
14660 \lang english
14661
14662 \backslash
14663 diagbox
14664 \series default
14665 \lang french
14666  (remplacer « 3cm » par la hauteur désirée).
14667  Dans le tableau qui suit, la commande
14668 \end_layout
14669
14670 \begin_layout Standard
14671
14672 \series bold
14673
14674 \backslash
14675 diagbox[width=3cm,height=1.4cm]{A
14676 \backslash
14677
14678 \backslash
14679 B}{C
14680 \backslash
14681
14682 \backslash
14683 D}
14684 \end_layout
14685
14686 \begin_layout Standard
14687 est utilisée dans la première cellule.
14688  La commande 
14689 \backslash
14690
14691 \backslash
14692  crée le saut de ligne
14693 \begin_inset Foot
14694 status open
14695
14696 \begin_layout Plain Layout
14697 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14698  largeur fixée.
14699 \end_layout
14700
14701 \end_inset
14702
14703 .
14704 \end_layout
14705
14706 \begin_layout Standard
14707 \noindent
14708 \align center
14709 \begin_inset Tabular
14710 <lyxtabular version="3" rows="2" columns="2">
14711 <features tabularvalignment="middle">
14712 <column alignment="center" valignment="top">
14713 <column alignment="center" valignment="top">
14714 <row>
14715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14716 \begin_inset Text
14717
14718 \begin_layout Plain Layout
14719 \begin_inset ERT
14720 status open
14721
14722 \begin_layout Plain Layout
14723
14724
14725 \backslash
14726 diagbox[width=3cm,height=1.4cm]{
14727 \end_layout
14728
14729 \end_inset
14730
14731 A
14732 \begin_inset ERT
14733 status collapsed
14734
14735 \begin_layout Plain Layout
14736
14737
14738 \backslash
14739
14740 \backslash
14741
14742 \end_layout
14743
14744 \end_inset
14745
14746 B
14747 \begin_inset ERT
14748 status collapsed
14749
14750 \begin_layout Plain Layout
14751
14752 }{
14753 \end_layout
14754
14755 \end_inset
14756
14757 C
14758 \begin_inset ERT
14759 status collapsed
14760
14761 \begin_layout Plain Layout
14762
14763
14764 \backslash
14765
14766 \backslash
14767
14768 \end_layout
14769
14770 \end_inset
14771
14772 D
14773 \begin_inset ERT
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777
14778 }
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792 Épaisseur en nm
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 </row>
14798 <row>
14799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803 Vert parfait
14804 \end_layout
14805
14806 \end_inset
14807 </cell>
14808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14809 \begin_inset Text
14810
14811 \begin_layout Plain Layout
14812 45
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 </row>
14818 </lyxtabular>
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826 \begin_inset ERT
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830
14831
14832 \backslash
14833 else
14834 \end_layout
14835
14836 \end_inset
14837
14838
14839 \begin_inset Note Note
14840 status open
14841
14842 \begin_layout Plain Layout
14843 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14844  
14845 \series bold
14846 diagbox
14847 \series default
14848  n'est pas installé :
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 Vous devez installer le paquetage \SpecialChar LaTeX
14858  
14859 \series bold
14860 diagbox
14861 \series default
14862  pour voir le contenu de cette section dans la sortie imprimée.
14863 \end_layout
14864
14865 \begin_layout Standard
14866 \begin_inset ERT
14867 status collapsed
14868
14869 \begin_layout Plain Layout
14870
14871
14872 \backslash
14873 fi
14874 \end_layout
14875
14876 \end_inset
14877
14878
14879 \end_layout
14880
14881 \begin_layout Standard
14882 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14883  
14884 \series bold
14885 \lang english
14886 diagbox
14887 \series default
14888 \lang french
14889 , voir sa documentation, 
14890 \begin_inset CommandInset citation
14891 LatexCommand cite
14892 key "diagbox"
14893 literal "true"
14894
14895 \end_inset
14896
14897 .
14898 \end_layout
14899
14900 \begin_layout Section
14901 Les tableaux formels
14902 \begin_inset CommandInset label
14903 LatexCommand label
14904 name "sec:Tableaux-Formels"
14905
14906 \end_inset
14907
14908
14909 \begin_inset Index idx
14910 status collapsed
14911
14912 \begin_layout Plain Layout
14913 Tableau ! Formel
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \begin_layout Standard
14922 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14923  à celle du tableau
14924 \begin_inset space ~
14925 \end_inset
14926
14927
14928 \begin_inset CommandInset ref
14929 LatexCommand ref
14930 reference "tab:Exemple-tableau-booktabs"
14931
14932 \end_inset
14933
14934 .
14935  Ce genre de tableau est appelé 
14936 \begin_inset Quotes cld
14937 \end_inset
14938
14939
14940 \emph on
14941 formel
14942 \emph default
14943
14944 \begin_inset Quotes crd
14945 \end_inset
14946
14947 .
14948  Pour transformer un tableau en tableau formel, utilisez l'option 
14949 \family sans
14950 Formel
14951 \family default
14952  de l'onglet 
14953 \family sans
14954 Bordures
14955 \family default
14956  de la fenêtre de dialogue 
14957 \family sans
14958 Paramètres
14959 \begin_inset space ~
14960 \end_inset
14961
14962 du
14963 \begin_inset space ~
14964 \end_inset
14965
14966 tableau
14967 \family default
14968 .
14969 \end_layout
14970
14971 \begin_layout Standard
14972 \begin_inset Float table
14973 placement h
14974 wide false
14975 sideways false
14976 status open
14977
14978 \begin_layout Plain Layout
14979 \begin_inset Caption Standard
14980
14981 \begin_layout Plain Layout
14982 \begin_inset CommandInset label
14983 LatexCommand label
14984 name "tab:Exemple-tableau-booktabs"
14985
14986 \end_inset
14987
14988 Exemple de tableau formel
14989 \end_layout
14990
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Plain Layout
14997 \align center
14998 \begin_inset Tabular
14999 <lyxtabular version="3" rows="8" columns="4">
15000 <features booktabs="true" tabularvalignment="middle">
15001 <column alignment="center" valignment="top">
15002 <column alignment="center" valignment="top">
15003 <column alignment="center" valignment="top">
15004 <column alignment="center" valignment="top">
15005 <row>
15006 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 Système
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 <cell alignment="center" valignment="top" topline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 Chip
15020 \begin_inset space \thinspace{}
15021 \end_inset
15022
15023 1
15024 \end_layout
15025
15026 \end_inset
15027 </cell>
15028 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15029 \begin_inset Text
15030
15031 \begin_layout Plain Layout
15032 Chip
15033 \begin_inset space \thinspace{}
15034 \end_inset
15035
15036 2
15037 \end_layout
15038
15039 \end_inset
15040 </cell>
15041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 <row>
15052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 \begin_inset ERT
15057 status collapsed
15058
15059 \begin_layout Plain Layout
15060
15061
15062 \backslash
15063 cmidrule(r){2-2}
15064 \end_layout
15065
15066 \end_inset
15067
15068
15069 \begin_inset ERT
15070 status collapsed
15071
15072 \begin_layout Plain Layout
15073
15074
15075 \backslash
15076 cmidrule(l){3-4}
15077 \end_layout
15078
15079 \end_inset
15080
15081 Épaisseur du capteur en µm
15082 \end_layout
15083
15084 \end_inset
15085 </cell>
15086 <cell alignment="center" valignment="top" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 300
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 300
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 700
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 Angle du biseau en °
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" topline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 3.55
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" topline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 2.71
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 7.99
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 </row>
15152 <row topspace="default">
15153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15154 \begin_inset Text
15155
15156 \begin_layout Plain Layout
15157 Résolution spatiale en µm
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 <cell alignment="center" valignment="top" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166 4.26
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 10.17
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 10.56
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row topspace="default">
15191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 MTF à 
15196 \begin_inset Formula $f_{\mathrm{max}}$
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 0.53
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 0.37
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 0.39
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 </row>
15232 <row topspace="default">
15233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 \begin_inset ERT
15238 status collapsed
15239
15240 \begin_layout Plain Layout
15241
15242
15243 \backslash
15244 cmidrule[2pt](l{10pt}){1-1}
15245 \end_layout
15246
15247 \end_inset
15248
15249 résolution spatiale LSF
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 </row>
15282 <row>
15283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287 en µm
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 129.7
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 52.75
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 50.78
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 <row>
15321 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325 en % de la taille des pixels
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 76.3
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 95.9
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352 92.3
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 </row>
15358 </lyxtabular>
15359
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \begin_layout Standard
15371 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15372  
15373 \family sans
15374 Bordures
15375 \family default
15376  de la fenêtre de dialogue 
15377 \family sans
15378 Paramètres
15379 \begin_inset space ~
15380 \end_inset
15381
15382 du
15383 \begin_inset space ~
15384 \end_inset
15385
15386 tableau
15387 \family default
15388  comme c'est décrit dans la section
15389 \begin_inset space ~
15390 \end_inset
15391
15392
15393 \begin_inset CommandInset ref
15394 LatexCommand ref
15395 reference "subsec:Espacement-lignes"
15396
15397 \end_inset
15398
15399 .
15400 \end_layout
15401
15402 \begin_layout Standard
15403 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15404  verticales.
15405  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15406  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15407  sortie imprimée :
15408 \begin_inset Newline newline
15409 \end_inset
15410
15411 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15412 \begin_inset space \thinspace{}
15413 \end_inset
15414
15415 em alors que les autres lignes ont implicite une épaisseur de 0.05
15416 \begin_inset space \thinspace{}
15417 \end_inset
15418
15419 em.
15420 \end_layout
15421
15422 \begin_layout Standard
15423 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15424  les lignes de préambule suivantes :
15425 \end_layout
15426
15427 \begin_layout Standard
15428
15429 \series bold
15430
15431 \backslash
15432 let
15433 \backslash
15434 mytoprule
15435 \backslash
15436 toprule
15437 \begin_inset Newline newline
15438 \end_inset
15439
15440
15441 \backslash
15442 renewcommand{
15443 \backslash
15444 toprule}{
15445 \backslash
15446 mytoprule[width]}
15447 \end_layout
15448
15449 \begin_layout Standard
15450 Cet exemple concerne la première ligne, appelée 
15451 \series bold
15452 toprule
15453 \series default
15454 .
15455  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15456 \series bold
15457 toprule
15458 \series default
15459  par 
15460 \series bold
15461 bottomrule
15462 \series default
15463 .
15464  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15465  
15466 \series bold
15467 toprule
15468 \series default
15469  par 
15470 \series bold
15471 midrule
15472 \series default
15473 .
15474  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15475 \begin_inset space ~
15476 \end_inset
15477
15478
15479 \begin_inset CommandInset ref
15480 LatexCommand ref
15481 reference "cha:Unités-de-longueur"
15482
15483 \end_inset
15484
15485  pour préciser l'épaisseur voulue.
15486 \end_layout
15487
15488 \begin_layout Standard
15489 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15490  en mettant une ligne pour une cellule multi-colonnes.
15491  \SpecialChar LyX
15492  va utiliser en interne la commande 
15493 \series bold
15494
15495 \backslash
15496 cmidrule
15497 \series default
15498  pour créer cette ligne.
15499  Sa syntaxe complète est :
15500 \end_layout
15501
15502 \begin_layout Standard
15503
15504 \series bold
15505
15506 \backslash
15507 cmidrule[largeur](rognage){colDépart-colFin}
15508 \end_layout
15509
15510 \begin_layout Standard
15511 Les options de la commande 
15512 \series bold
15513
15514 \backslash
15515 cmidrule
15516 \series default
15517  ne sont pas actuellement gérées par \SpecialChar LyX
15518 , vous devez donc utiliser du code
15519  \SpecialChar TeX
15520  pour pouvoir les utiliser.
15521  On peut créer manuellement des lignes 
15522 \series bold
15523
15524 \backslash
15525 mitrales
15526 \series default
15527  en insérant la commande en code \SpecialChar TeX
15528  comme le premier élément de la première
15529  cellule de la ligne.
15530  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15531  en question.
15532 \end_layout
15533
15534 \begin_layout Standard
15535 La valeur 
15536 \series bold
15537 largeur
15538 \series default
15539  pour l'épaisseur des lignes est de 0.03
15540 \begin_inset space \thinspace{}
15541 \end_inset
15542
15543 em.
15544  
15545 \series bold
15546 colDépart
15547 \series default
15548  est le numéro de la colonne dans laquelle la ligne commence et 
15549 \series bold
15550 colFin
15551 \series default
15552  est le numéro de la colonne dans laquelle elle se termine.
15553  La valeur de 
15554 \series bold
15555 colFin
15556 \series default
15557  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15558  Le paramètre optionnel 
15559 \series bold
15560 rognage
15561 \series default
15562  peut être soit 
15563 \emph on
15564 l{largeurRognage}
15565 \emph default
15566 , ou 
15567 \emph on
15568 r{largeurRognage}
15569 \emph default
15570  où les valeurs de
15571 \emph on
15572  largeurRognage
15573 \emph default
15574  sont aussi optionnelles.
15575  En utilisant par exemple la valeur 
15576 \emph on
15577 l{2pt}
15578 \emph default
15579  pour ce paramètre, la ligne va être rognée de 2
15580 \begin_inset space \thinspace{}
15581 \end_inset
15582
15583 pt à son extrémité gauche.
15584  Si vous ne spécifiez pas de valeur pour 
15585 \emph on
15586 largeurRognage
15587 \emph default
15588  les lignes sont implicitement rognées de 0.5
15589 \begin_inset space \thinspace{}
15590 \end_inset
15591
15592 em.
15593 \end_layout
15594
15595 \begin_layout Standard
15596 \begin_inset VSpace bigskip
15597 \end_inset
15598
15599 Le tableau
15600 \begin_inset space ~
15601 \end_inset
15602
15603
15604 \begin_inset CommandInset ref
15605 LatexCommand ref
15606 reference "tab:Exemple-tableau-booktabs"
15607
15608 \end_inset
15609
15610  a été créé en utilisant les commandes
15611 \end_layout
15612
15613 \begin_layout Standard
15614
15615 \series bold
15616
15617 \backslash
15618 cmidrule(r){2-2}
15619 \backslash
15620 cmidrule(l){3-4}
15621 \end_layout
15622
15623 \begin_layout Standard
15624 au début de la deuxième ligne et
15625 \end_layout
15626
15627 \begin_layout Standard
15628
15629 \series bold
15630
15631 \backslash
15632 cmidrule[2pt](l{10pt}){1-1}
15633 \end_layout
15634
15635 \begin_layout Standard
15636 au début de la sixième ligne.
15637 \end_layout
15638
15639 \begin_layout Standard
15640 \begin_inset VSpace bigskip
15641 \end_inset
15642
15643
15644 \end_layout
15645
15646 \begin_layout Standard
15647 Vous pouvez vouloir des commandes 
15648 \series bold
15649
15650 \backslash
15651 cmidrule
15652 \series default
15653 s qui se recouvrent comme pour le tableau
15654 \begin_inset space ~
15655 \end_inset
15656
15657
15658 \begin_inset CommandInset ref
15659 LatexCommand ref
15660 reference "tab:Tableau-booktabs-special"
15661
15662 \end_inset
15663
15664 .
15665  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15666
15667 \end_layout
15668
15669 \begin_layout Standard
15670
15671 \series bold
15672
15673 \backslash
15674 morecmidrules
15675 \end_layout
15676
15677 \begin_layout Standard
15678 La commande qui a été utilisée pour la deuxième ligne du tableau
15679 \begin_inset space ~
15680 \end_inset
15681
15682
15683 \begin_inset CommandInset ref
15684 LatexCommand ref
15685 reference "tab:Tableau-booktabs-special"
15686
15687 \end_inset
15688
15689  est
15690 \end_layout
15691
15692 \begin_layout Standard
15693
15694 \series bold
15695
15696 \backslash
15697 cmidrule(r){2-2}
15698 \backslash
15699 cmidrule(l){3-4}
15700 \backslash
15701 morecmidrules
15702 \backslash
15703 cmidrule{2-4}
15704 \end_layout
15705
15706 \begin_layout Standard
15707 La commande pour la sixième ligne est
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \series bold
15713
15714 \backslash
15715 midrule
15716 \backslash
15717 morecmidrules
15718 \backslash
15719 cmidrule{3-4}
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \begin_inset VSpace bigskip
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \begin_layout Standard
15730 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15731 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15732  font toute la largeur du tableau :
15733 \end_layout
15734
15735 \begin_layout Standard
15736
15737 \series bold
15738
15739 \backslash
15740 specialrule{largeur}{espace au dessus}{espace en dessous}
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15745  du paquetage \SpecialChar LaTeX
15746  
15747 \series bold
15748 booktabs
15749 \series default
15750  
15751 \begin_inset CommandInset citation
15752 LatexCommand cite
15753 key "booktabs"
15754 literal "true"
15755
15756 \end_inset
15757
15758 .
15759 \begin_inset Index idx
15760 status collapsed
15761
15762 \begin_layout Plain Layout
15763 Paquetages \SpecialChar LaTeX
15764  ! booktabs
15765 \end_layout
15766
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \begin_layout Standard
15773 \begin_inset Float table
15774 placement h
15775 wide false
15776 sideways false
15777 status open
15778
15779 \begin_layout Plain Layout
15780 \begin_inset Caption Standard
15781
15782 \begin_layout Plain Layout
15783 \begin_inset CommandInset label
15784 LatexCommand label
15785 name "tab:Tableau-booktabs-special"
15786
15787 \end_inset
15788
15789 Tableau formel spécial
15790 \end_layout
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \begin_layout Plain Layout
15798 \align center
15799 \begin_inset Tabular
15800 <lyxtabular version="3" rows="8" columns="4">
15801 <features booktabs="true" tabularvalignment="middle">
15802 <column alignment="center" valignment="top">
15803 <column alignment="center" valignment="top">
15804 <column alignment="center" valignment="top">
15805 <column alignment="center" valignment="top">
15806 <row>
15807 <cell alignment="center" valignment="top" topline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 Système
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" topline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 Chip
15821 \begin_inset space \thinspace{}
15822 \end_inset
15823
15824 1
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 Chip
15834 \begin_inset space \thinspace{}
15835 \end_inset
15836
15837 2
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 <row>
15853 <cell alignment="center" valignment="top" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 \begin_inset ERT
15858 status collapsed
15859
15860 \begin_layout Plain Layout
15861
15862
15863 \backslash
15864 cmidrule(r){2-2}
15865 \end_layout
15866
15867 \end_inset
15868
15869
15870 \begin_inset ERT
15871 status collapsed
15872
15873 \begin_layout Plain Layout
15874
15875
15876 \backslash
15877 cmidrule(l){3-4}
15878 \end_layout
15879
15880 \end_inset
15881
15882
15883 \begin_inset ERT
15884 status collapsed
15885
15886 \begin_layout Plain Layout
15887
15888
15889 \backslash
15890 morecmidrules 
15891 \end_layout
15892
15893 \end_inset
15894
15895
15896 \begin_inset ERT
15897 status collapsed
15898
15899 \begin_layout Plain Layout
15900
15901
15902 \backslash
15903 cmidrule{2-4}
15904 \end_layout
15905
15906 \end_inset
15907
15908 Epaisseur du capteur en µm
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 300
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 <cell alignment="center" valignment="top" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926 300
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 700
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 <row>
15942 <cell alignment="center" valignment="top" topline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 Angle biseau en °
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" topline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 3.55
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 2.71
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 7.99
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row topspace="default">
15980 <cell alignment="center" valignment="top" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984 Résolution spatiale en µm
15985 \end_layout
15986
15987 \end_inset
15988 </cell>
15989 <cell alignment="center" valignment="top" usebox="none">
15990 \begin_inset Text
15991
15992 \begin_layout Plain Layout
15993 4.26
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002 10.17
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 <cell alignment="center" valignment="top" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011 10.56
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 </row>
16017 <row topspace="default">
16018 <cell alignment="center" valignment="top" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 MTF à 
16023 \begin_inset Formula $f_{\mathrm{max}}$
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 0.53
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 0.37
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 0.39
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 \begin_inset ERT
16065 status collapsed
16066
16067 \begin_layout Plain Layout
16068
16069
16070 \backslash
16071 morecmidrules 
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \begin_inset ERT
16078 status collapsed
16079
16080 \begin_layout Plain Layout
16081
16082
16083 \backslash
16084 cmidrule{3-4}
16085 \end_layout
16086
16087 \end_inset
16088
16089 résolution spatiale LSF
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 </row>
16122 <row>
16123 <cell alignment="center" valignment="top" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 en µm
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 129.7
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 52.75
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 <cell alignment="center" valignment="top" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 50.78
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row>
16161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 en % de la taille des pixels
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 76.3
16175 \end_layout
16176
16177 \end_inset
16178 </cell>
16179 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183 95.9
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 92.3
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 </row>
16198 </lyxtabular>
16199
16200 \end_inset
16201
16202
16203 \end_layout
16204
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \begin_layout Section
16211 Alignement vertical des tableaux
16212 \begin_inset Index idx
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216 Tableau ! Alignement
16217 \end_layout
16218
16219 \end_inset
16220
16221
16222 \end_layout
16223
16224 \begin_layout Standard
16225 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16226  doit être à l'intérieur d'une boîte.
16227  La boîte peut alors être alignée comme c'est décrit dans la 
16228 \begin_inset space ~
16229 \end_inset
16230
16231
16232 \begin_inset CommandInset ref
16233 LatexCommand ref
16234 reference "sec:Boîte-Dialogue"
16235
16236 \end_inset
16237
16238 .
16239 \end_layout
16240
16241 \begin_layout Standard
16242 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16243  minipage
16244 \begin_inset Foot
16245 status open
16246
16247 \begin_layout Plain Layout
16248 Les minipages son décrites dans la section
16249 \begin_inset space ~
16250 \end_inset
16251
16252
16253 \begin_inset CommandInset ref
16254 LatexCommand ref
16255 reference "sec:Minipages"
16256
16257 \end_inset
16258
16259 .
16260 \end_layout
16261
16262 \end_inset
16263
16264  dont la largeur est de 15
16265 \begin_inset space \thinspace{}
16266 \end_inset
16267
16268 col% :
16269 \end_layout
16270
16271 \begin_layout Itemize
16272 test 
16273 \begin_inset Box Frameless
16274 position "t"
16275 hor_pos "c"
16276 has_inner_box 1
16277 inner_pos "c"
16278 use_parbox 0
16279 use_makebox 0
16280 width "15col%"
16281 special "none"
16282 height "1in"
16283 height_special "totalheight"
16284 thickness "0.4pt"
16285 separation "3pt"
16286 shadowsize "4pt"
16287 framecolor "black"
16288 backgroundcolor "none"
16289 status collapsed
16290
16291 \begin_layout Plain Layout
16292 \begin_inset Tabular
16293 <lyxtabular version="3" rows="3" columns="3">
16294 <features tabularvalignment="middle">
16295 <column alignment="center" valignment="top">
16296 <column alignment="center" valignment="top">
16297 <column alignment="center" valignment="top">
16298 <row>
16299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 a
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 d
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 g
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 b
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 e
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 h
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 </row>
16356 <row>
16357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 c
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370 f
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 i
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 </lyxtabular>
16386
16387 \end_inset
16388
16389
16390 \end_layout
16391
16392 \end_inset
16393
16394  test 
16395 \begin_inset ERT
16396 status collapsed
16397
16398 \begin_layout Plain Layout
16399
16400
16401 \backslash
16402 raisebox{0.85
16403 \backslash
16404 baselineskip}{
16405 \end_layout
16406
16407 \end_inset
16408
16409
16410 \begin_inset Box Frameless
16411 position "t"
16412 hor_pos "c"
16413 has_inner_box 1
16414 inner_pos "c"
16415 use_parbox 0
16416 use_makebox 0
16417 width "15col%"
16418 special "none"
16419 height "1in"
16420 height_special "totalheight"
16421 thickness "0.4pt"
16422 separation "3pt"
16423 shadowsize "4pt"
16424 framecolor "black"
16425 backgroundcolor "none"
16426 status collapsed
16427
16428 \begin_layout Plain Layout
16429 \begin_inset Tabular
16430 <lyxtabular version="3" rows="3" columns="3">
16431 <features tabularvalignment="middle">
16432 <column alignment="center" valignment="top">
16433 <column alignment="center" valignment="top">
16434 <column alignment="center" valignment="top">
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 a
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 d
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 g
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469 b
16470 \end_layout
16471
16472 \end_inset
16473 </cell>
16474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16475 \begin_inset Text
16476
16477 \begin_layout Plain Layout
16478 e
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 h
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 </row>
16493 <row>
16494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 c
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16504 \begin_inset Text
16505
16506 \begin_layout Plain Layout
16507 f
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 i
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 </row>
16522 </lyxtabular>
16523
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \end_inset
16530
16531
16532 \begin_inset ERT
16533 status collapsed
16534
16535 \begin_layout Plain Layout
16536
16537 }
16538 \end_layout
16539
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \begin_layout Itemize
16546 test 
16547 \begin_inset Box Frameless
16548 position "c"
16549 hor_pos "c"
16550 has_inner_box 1
16551 inner_pos "c"
16552 use_parbox 0
16553 use_makebox 0
16554 width "15col%"
16555 special "none"
16556 height "1in"
16557 height_special "totalheight"
16558 thickness "0.4pt"
16559 separation "3pt"
16560 shadowsize "4pt"
16561 framecolor "black"
16562 backgroundcolor "none"
16563 status collapsed
16564
16565 \begin_layout Plain Layout
16566 \begin_inset Tabular
16567 <lyxtabular version="3" rows="3" columns="3">
16568 <features tabularvalignment="middle">
16569 <column alignment="center" valignment="top">
16570 <column alignment="center" valignment="top">
16571 <column alignment="center" valignment="top">
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 a
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 d
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 g
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 </row>
16601 <row>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 b
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615 e
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 h
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 c
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 f
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 i
16654 \end_layout
16655
16656 \end_inset
16657 </cell>
16658 </row>
16659 </lyxtabular>
16660
16661 \end_inset
16662
16663
16664 \end_layout
16665
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \begin_layout Itemize
16672 test 
16673 \begin_inset Box Frameless
16674 position "b"
16675 hor_pos "c"
16676 has_inner_box 1
16677 inner_pos "c"
16678 use_parbox 0
16679 use_makebox 0
16680 width "15col%"
16681 special "none"
16682 height "1in"
16683 height_special "totalheight"
16684 thickness "0.4pt"
16685 separation "3pt"
16686 shadowsize "4pt"
16687 framecolor "black"
16688 backgroundcolor "none"
16689 status collapsed
16690
16691 \begin_layout Plain Layout
16692 \begin_inset Tabular
16693 <lyxtabular version="3" rows="3" columns="3">
16694 <features tabularvalignment="middle">
16695 <column alignment="center" valignment="top">
16696 <column alignment="center" valignment="top">
16697 <column alignment="center" valignment="top">
16698 <row>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 a
16704 \end_layout
16705
16706 \end_inset
16707 </cell>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 d
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 g
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 </row>
16727 <row>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 b
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 e
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 h
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 c
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 f
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 i
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 </row>
16785 </lyxtabular>
16786
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793
16794  test 
16795 \begin_inset ERT
16796 status collapsed
16797
16798 \begin_layout Plain Layout
16799
16800
16801 \backslash
16802 raisebox{-0.32
16803 \backslash
16804 baselineskip}{
16805 \end_layout
16806
16807 \end_inset
16808
16809
16810 \begin_inset Box Frameless
16811 position "b"
16812 hor_pos "c"
16813 has_inner_box 1
16814 inner_pos "c"
16815 use_parbox 0
16816 use_makebox 0
16817 width "15col%"
16818 special "none"
16819 height "1in"
16820 height_special "totalheight"
16821 thickness "0.4pt"
16822 separation "3pt"
16823 shadowsize "4pt"
16824 framecolor "black"
16825 backgroundcolor "none"
16826 status collapsed
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Tabular
16830 <lyxtabular version="3" rows="3" columns="3">
16831 <features tabularvalignment="middle">
16832 <column alignment="center" valignment="top">
16833 <column alignment="center" valignment="top">
16834 <column alignment="center" valignment="top">
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 a
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 d
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 g
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 <row>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 b
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 e
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 h
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 </row>
16893 <row>
16894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 c
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907 f
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 i
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 </row>
16922 </lyxtabular>
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \begin_inset ERT
16933 status collapsed
16934
16935 \begin_layout Plain Layout
16936
16937 }
16938 \end_layout
16939
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \begin_layout Standard
16946 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16947  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16948  la ligne dans laquelle le tableau est inséré.
16949  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16950  boîte élévatrice (raisebox)
16951 \begin_inset Foot
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16956 \begin_inset space ~
16957 \end_inset
16958
16959
16960 \begin_inset CommandInset ref
16961 LatexCommand ref
16962 reference "subsec:Alignement-Vertical"
16963
16964 \end_inset
16965
16966 .
16967 \end_layout
16968
16969 \end_inset
16970
16971 .
16972  Dans l'exemple précédent, le deuxième tableau de la première ligne est
16973  aligné en utilisant la commande en code \SpecialChar TeX
16974  suivante 
16975 \end_layout
16976
16977 \begin_layout Standard
16978
16979 \series bold
16980
16981 \backslash
16982 raisebox{0.85
16983 \backslash
16984 baselineskip}{
16985 \end_layout
16986
16987 \begin_layout Standard
16988 placée juste avant la boîte minipage.
16989  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
16990 .
16991  Pour le deuxième tableau de la dernière ligne, la commande 
16992 \end_layout
16993
16994 \begin_layout Standard
16995
16996 \series bold
16997
16998 \backslash
16999 raisebox{-0.32
17000 \backslash
17001 baselineskip}{
17002 \end_layout
17003
17004 \begin_layout Standard
17005 est utilisée.
17006 \end_layout
17007
17008 \begin_layout Standard
17009 \begin_inset Note Greyedout
17010 status open
17011
17012 \begin_layout Plain Layout
17013
17014 \series bold
17015 Note:
17016 \series default
17017  L'alignement entre le contenu de la ligne du tableau et le texte de la
17018  ligne qui l'entoure ne peut pas être parfait.
17019  Le facteur utilisé dans la commande 
17020 \series bold
17021
17022 \backslash
17023 raisebox
17024 \series default
17025  pour obtenir cet alignement dépend de la police de caractères du document,
17026  de la taille de la police et de l'épaisseur des lignes du tableau.
17027 \end_layout
17028
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \begin_layout Section
17035 Tableaux colorés
17036 \begin_inset CommandInset label
17037 LatexCommand label
17038 name "sec:Tableaux-Colorés"
17039
17040 \end_inset
17041
17042
17043 \begin_inset Index idx
17044 status collapsed
17045
17046 \begin_layout Plain Layout
17047 Tableau ! Coloré
17048 \end_layout
17049
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \begin_layout Subsection
17056 Cellules colorées
17057 \begin_inset Index idx
17058 status collapsed
17059
17060 \begin_layout Plain Layout
17061 Couleur des tableaux ! Pour les cellules
17062 \end_layout
17063
17064 \end_inset
17065
17066
17067 \begin_inset Index idx
17068 status collapsed
17069
17070 \begin_layout Plain Layout
17071 Couleur ! Pour les cellules de tableau
17072 \end_layout
17073
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \begin_layout Standard
17080 \begin_inset Float table
17081 placement h
17082 wide false
17083 sideways false
17084 status open
17085
17086 \begin_layout Plain Layout
17087 \begin_inset Caption Standard
17088
17089 \begin_layout Plain Layout
17090 \begin_inset CommandInset label
17091 LatexCommand label
17092 name "tab:Tableau-coloré-sans-colortbl"
17093
17094 \end_inset
17095
17096 Tableau coloré sans utiliser le paquetage  
17097 \series bold
17098 colortbl
17099 \series default
17100
17101 \begin_inset Argument 1
17102 status open
17103
17104 \begin_layout Plain Layout
17105 Tableau sans colortbl
17106 \end_layout
17107
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Plain Layout
17119 \align center
17120 \begin_inset Tabular
17121 <lyxtabular version="3" rows="3" columns="3">
17122 <features tabularvalignment="middle">
17123 <column alignment="center" valignment="top">
17124 <column alignment="center" valignment="top">
17125 <column alignment="center" valignment="top">
17126 <row>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131
17132 \color green
17133 a
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142
17143 \color red
17144 b
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153
17154 \color red
17155 c
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166
17167 \color green
17168 d
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17174 \begin_inset Text
17175
17176 \begin_layout Plain Layout
17177
17178 \color blue
17179 e
17180 \end_layout
17181
17182 \end_inset
17183 </cell>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188
17189 \color blue
17190 f
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 <row>
17197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201
17202 \color green
17203 g
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212
17213 \color blue
17214 h
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \color blue
17225 i
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 </lyxtabular>
17232
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \begin_layout Standard
17244 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17245  et choisissez une couleur dans le menu 
17246 \family sans
17247 Édition\SpecialChar menuseparator
17248 Style
17249 \begin_inset space ~
17250 \end_inset
17251
17252 de
17253 \begin_inset space ~
17254 \end_inset
17255
17256 Texte
17257 \family default
17258 .
17259  C'est ce qui a été utilisé pour créer le tableau
17260 \begin_inset space ~
17261 \end_inset
17262
17263
17264 \begin_inset CommandInset ref
17265 LatexCommand ref
17266 reference "tab:Tableau-coloré-sans-colortbl"
17267
17268 \end_inset
17269
17270 .
17271  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17272  
17273 \series bold
17274 colortbl
17275 \series default
17276 .
17277 \begin_inset Index idx
17278 status collapsed
17279
17280 \begin_layout Plain Layout
17281 Paquetages \SpecialChar LaTeX
17282  ! colortbl
17283 \end_layout
17284
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \begin_layout Standard
17291 \begin_inset ERT
17292 status collapsed
17293
17294 \begin_layout Plain Layout
17295
17296
17297 \backslash
17298 ifcolortbl
17299 \end_layout
17300
17301 \end_inset
17302
17303
17304 \begin_inset Note Note
17305 status open
17306
17307 \begin_layout Plain Layout
17308 La section qui suit ne sera affichée que si vous avez installé le paquetage
17309  \SpecialChar LaTeX
17310  
17311 \series bold
17312 colortbl
17313 \series default
17314 .
17315 \end_layout
17316
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \begin_layout Standard
17323 Pour créer des tableaux colorés, vous devez charger le paquetage
17324 \series bold
17325  colortbl
17326 \series default
17327  dans le préambule avec la ligne
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333
17334 \backslash
17335 usepackage{colortbl}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 On choisit la couleur d'une colonne avec la commande 
17340 \end_layout
17341
17342 \begin_layout Standard
17343
17344 \series bold
17345
17346 \backslash
17347 columncolor{nom de couleur}
17348 \end_layout
17349
17350 \begin_layout Standard
17351 à l'intérieur d'une commande 
17352 \series bold
17353 >{ }
17354 \series default
17355 .
17356  Vous trouverez plus d'information sur la commande 
17357 \series bold
17358 >{}
17359 \series default
17360  dans la section
17361 \begin_inset space ~
17362 \end_inset
17363
17364
17365 \begin_inset CommandInset ref
17366 LatexCommand ref
17367 reference "subsec:Calculs-multicolonnes"
17368
17369 \end_inset
17370
17371 .
17372 \end_layout
17373
17374 \begin_layout Standard
17375 Les noms de couleurs suivants sont prédéfinis :
17376 \end_layout
17377
17378 \begin_layout Standard
17379
17380 \family sans
17381 red
17382 \family default
17383  (rouge), 
17384 \family sans
17385 green
17386 \family default
17387  (vert), 
17388 \family sans
17389 yellow
17390 \family default
17391  (jaune), 
17392 \family sans
17393 blue
17394 \family default
17395  (bleu), 
17396 \family sans
17397 cyan
17398 \family default
17399
17400 \family sans
17401 magenta
17402 \family default
17403
17404 \family sans
17405 black 
17406 \family default
17407 (noir) et 
17408 \family sans
17409 white 
17410 \family default
17411 (blanc)
17412 \end_layout
17413
17414 \begin_layout Standard
17415 \begin_inset VSpace medskip
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \begin_layout Standard
17422 Si vous ajoutez l'option
17423 \end_layout
17424
17425 \begin_layout Standard
17426
17427 \series bold
17428 dvipsname
17429 \end_layout
17430
17431 \begin_layout Standard
17432 aux options de la classe de document dans les paramètres du document, vous
17433  pouvez utiliser 61
17434 \begin_inset space ~
17435 \end_inset
17436
17437 couleurs supplémentaires.
17438  Ces couleurs sont listées dans l'annexe
17439 \begin_inset space ~
17440 \end_inset
17441
17442
17443 \begin_inset CommandInset ref
17444 LatexCommand ref
17445 reference "chap:Liste-de-noms-de-couleur-dvips"
17446
17447 \end_inset
17448
17449 .
17450  Une de ces couleurs, 
17451 \family sans
17452 Maroon
17453 \family default
17454 , est utilisée comme exemple dans le tableau
17455 \begin_inset space ~
17456 \end_inset
17457
17458
17459 \begin_inset CommandInset ref
17460 LatexCommand ref
17461 reference "tab:Tableau-coloré-avec-colortbl"
17462
17463 \end_inset
17464
17465 .
17466 \end_layout
17467
17468 \begin_layout Standard
17469 \begin_inset VSpace medskip
17470 \end_inset
17471
17472
17473 \end_layout
17474
17475 \begin_layout Standard
17476 Vous pouvez aussi définir votre propre couleur avec la commande
17477 \end_layout
17478
17479 \begin_layout Standard
17480
17481 \series bold
17482
17483 \backslash
17484 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 Le modèle de couleur peut être
17489 \end_layout
17490
17491 \begin_layout Labeling
17492 \labelwidthstring 00.00.0000
17493 cmyk
17494 \begin_inset space ~
17495 \end_inset
17496
17497 : cyan, magenta, jaune (yellow), noir (black)
17498 \end_layout
17499
17500 \begin_layout Labeling
17501 \labelwidthstring 00.00.0000
17502 rgb
17503 \begin_inset space ~
17504 \end_inset
17505
17506 : rouge (red), vert (green), bleu (blue)
17507 \end_layout
17508
17509 \begin_layout Labeling
17510 \labelwidthstring 00.00.0000
17511 gray
17512 \begin_inset space ~
17513 \end_inset
17514
17515 : dégradé de gris (gray)
17516 \end_layout
17517
17518 \begin_layout Standard
17519 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17520  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17521 \end_layout
17522
17523 \begin_layout Standard
17524 Vous pouvez par exemple définir la couleur 
17525 \begin_inset Quotes cld
17526 \end_inset
17527
17528
17529 \emph on
17530 vertfonce
17531 \begin_inset Quotes crd
17532 \end_inset
17533
17534  dans le préambule avec la ligne
17535 \end_layout
17536
17537 \begin_layout Standard
17538
17539 \series bold
17540
17541 \backslash
17542 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17543 \end_layout
17544
17545 \begin_layout Standard
17546 et la couleur 
17547 \emph on
17548
17549 \begin_inset Quotes cld
17550 \end_inset
17551
17552 grisclair
17553 \emph default
17554
17555 \begin_inset Quotes crd
17556 \end_inset
17557
17558  avec
17559 \end_layout
17560
17561 \begin_layout Standard
17562
17563 \series bold
17564
17565 \backslash
17566 definecolor{grisclair}{gray}{0.8}
17567 \end_layout
17568
17569 \begin_layout Standard
17570 \begin_inset VSpace medskip
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \begin_layout Standard
17577 Les lignes sont colorées avec la commande
17578 \end_layout
17579
17580 \begin_layout Standard
17581
17582 \series bold
17583
17584 \backslash
17585 rowcolor{nom de la couleur}
17586 \end_layout
17587
17588 \begin_layout Standard
17589 et les cellules sont colorées avec la commande
17590 \end_layout
17591
17592 \begin_layout Standard
17593
17594 \series bold
17595
17596 \backslash
17597 cellcolor{nom de la couleur}
17598 \end_layout
17599
17600 \begin_layout Standard
17601 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17602 .
17603 \end_layout
17604
17605 \begin_layout Standard
17606 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17607  choisissez une couleur dans le menu 
17608 \family sans
17609 Édition\SpecialChar menuseparator
17610 Style
17611 \begin_inset space ~
17612 \end_inset
17613
17614 de
17615 \begin_inset space ~
17616 \end_inset
17617
17618 Texte
17619 \family default
17620 .
17621  Si une cellule contient du code \SpecialChar TeX
17622 , faites bien attention à ne colorer que
17623  le texte, sinon le code \SpecialChar TeX
17624  coloré provoquera des erreurs \SpecialChar LaTeX
17625 .
17626 \end_layout
17627
17628 \begin_layout Standard
17629 \begin_inset Note Greyedout
17630 status open
17631
17632 \begin_layout Plain Layout
17633
17634 \series bold
17635 Note:
17636 \series default
17637  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17638  définies par l'utilisateur.
17639 \end_layout
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \begin_layout Standard
17647 \begin_inset VSpace bigskip
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \begin_layout Standard
17654 Pour créer le tableau
17655 \begin_inset space ~
17656 \end_inset
17657
17658
17659 \begin_inset CommandInset ref
17660 LatexCommand ref
17661 reference "tab:Tableau-coloré-avec-colortbl"
17662
17663 \end_inset
17664
17665  faites ce qui suit : La couleur de la première colonne doit être 
17666 \emph on
17667 vertfonce
17668 \emph default
17669 .
17670  On insère donc la commande
17671 \end_layout
17672
17673 \begin_layout Standard
17674
17675 \series bold
17676 >{
17677 \backslash
17678 columncolor{vertfonce}
17679 \backslash
17680 centering}c
17681 \end_layout
17682
17683 \begin_layout Standard
17684 en code \SpecialChar TeX
17685  pour cette colonne.
17686  La première ligne doit être bleu clair, d'où la commande en code \SpecialChar TeX
17687
17688 \end_layout
17689
17690 \begin_layout Standard
17691
17692 \series bold
17693
17694 \backslash
17695 rowcolor{cyan}
17696 \end_layout
17697
17698 \begin_layout Standard
17699 qui est insérée dans la première cellule de cette ligne.
17700  Notez que cela annule la couleur de colonne pour la première cellule.
17701  La dernière cellule de la dernière ligne est colorée en marron
17702 \series bold
17703  
17704 \series default
17705 en insérant en code \SpecialChar TeX
17706  la commande
17707 \end_layout
17708
17709 \begin_layout Standard
17710
17711 \series bold
17712
17713 \backslash
17714 cellcolor{Maroon}
17715 \end_layout
17716
17717 \begin_layout Standard
17718 Les caractères peuvent maintenant être colorés en utilisant le menu 
17719 \family sans
17720 Édition\SpecialChar menuseparator
17721 Style
17722 \begin_inset space ~
17723 \end_inset
17724
17725 de
17726 \begin_inset space ~
17727 \end_inset
17728
17729 Texte
17730 \family default
17731 .
17732 \end_layout
17733
17734 \begin_layout Standard
17735 \begin_inset Float table
17736 placement h
17737 wide false
17738 sideways false
17739 status open
17740
17741 \begin_layout Plain Layout
17742 \begin_inset Caption Standard
17743
17744 \begin_layout Plain Layout
17745 \begin_inset CommandInset label
17746 LatexCommand label
17747 name "tab:Tableau-coloré-avec-colortbl"
17748
17749 \end_inset
17750
17751 Tableau coloré en utilisant le paquetage 
17752 \series bold
17753 colortbl
17754 \series default
17755
17756 \begin_inset Argument 1
17757 status collapsed
17758
17759 \begin_layout Plain Layout
17760 Tableau avec colortbl
17761 \end_layout
17762
17763 \end_inset
17764
17765
17766 \end_layout
17767
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \begin_layout Plain Layout
17774 \align center
17775 \begin_inset Tabular
17776 <lyxtabular version="3" rows="3" columns="3">
17777 <features tabularvalignment="middle">
17778 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17779 <column alignment="center" valignment="top">
17780 <column alignment="center" valignment="top">
17781 <row>
17782 <cell alignment="center" valignment="top" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 \begin_inset ERT
17787 status collapsed
17788
17789 \begin_layout Plain Layout
17790
17791
17792 \backslash
17793 rowcolor{cyan}
17794 \end_layout
17795
17796 \end_inset
17797
17798
17799 \color magenta
17800 a
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809
17810 \color red
17811 b
17812 \end_layout
17813
17814 \end_inset
17815 </cell>
17816 <cell alignment="center" valignment="top" usebox="none">
17817 \begin_inset Text
17818
17819 \begin_layout Plain Layout
17820
17821 \color red
17822 c
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 </row>
17828 <row>
17829 <cell alignment="center" valignment="top" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833
17834 \color yellow
17835 d
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \color blue
17846 e
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \color blue
17857 f
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 </row>
17863 <row>
17864 <cell alignment="center" valignment="top" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868
17869 \color yellow
17870 g
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell alignment="center" valignment="top" usebox="none">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879
17880 \color blue
17881 h
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 \begin_inset ERT
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894
17895
17896 \backslash
17897 cellcolor{Maroon}
17898 \end_layout
17899
17900 \end_inset
17901
17902
17903 \color green
17904 i
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 </row>
17910 </lyxtabular>
17911
17912 \end_inset
17913
17914
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \begin_layout Standard
17923 \begin_inset ERT
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927
17928
17929 \backslash
17930 else
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \begin_inset Note Note
17937 status open
17938
17939 \begin_layout Plain Layout
17940 Ce qui suit sera affiché si le paquetage 
17941 \series bold
17942 colortbl
17943 \series default
17944  n'est pas installé :
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \begin_layout Standard
17953 Vous devez installer le paquetage 
17954 \series bold
17955 colortbl
17956 \series default
17957  pour voir le contenu des cette section dans la sortie imprimée.
17958 \end_layout
17959
17960 \begin_layout Standard
17961 \begin_inset ERT
17962 status collapsed
17963
17964 \begin_layout Plain Layout
17965
17966
17967 \backslash
17968 fi
17969 \end_layout
17970
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Subsection
17977 Lignes colorées
17978 \begin_inset Index idx
17979 status collapsed
17980
17981 \begin_layout Plain Layout
17982 Tableau Coloré ! Pour les lignes
17983 \end_layout
17984
17985 \end_inset
17986
17987
17988 \begin_inset Index idx
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992 Couleur ! Pour les lignes de tableau
17993 \end_layout
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \begin_layout Standard
18001 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18002  alternative à la méthode décrite dans le paragraphe précédent: il faut
18003  charger le paquetage 
18004 \series bold
18005 xcolor
18006 \series default
18007
18008 \begin_inset Index idx
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012 Paquetages \SpecialChar LaTeX
18013  ! xcolor
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 vspace{4mm}
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \end_inset
18030
18031  dans le préambule du document avec la commande
18032 \end_layout
18033
18034 \begin_layout Standard
18035
18036 \series bold
18037
18038 \backslash
18039 usepackage[table]{xcolor}
18040 \end_layout
18041
18042 \begin_layout Standard
18043
18044 \series bold
18045 xcolor
18046 \series default
18047  charge automatiquement le paquetage 
18048 \series bold
18049 colortbl
18050 \series default
18051
18052 \begin_inset Index idx
18053 status collapsed
18054
18055 \begin_layout Plain Layout
18056 Paquetages \SpecialChar LaTeX
18057  ! colortbl
18058 \end_layout
18059
18060 \end_inset
18061
18062 , il faut donc que
18063 \series bold
18064  colortbl
18065 \series default
18066  existe dans votre distribution \SpecialChar LaTeX
18067 , sinon vous aurez des erreurs.
18068 \end_layout
18069
18070 \begin_layout Standard
18071 \begin_inset ERT
18072 status collapsed
18073
18074 \begin_layout Plain Layout
18075
18076
18077 \backslash
18078 ifcolortbl
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \begin_inset Note Note
18085 status open
18086
18087 \begin_layout Plain Layout
18088 La section qui suit ne sera affichée que si vous avez installé le paquetage
18089  \SpecialChar LaTeX
18090  
18091 \series bold
18092 colortbl
18093 \series default
18094 .
18095 \end_layout
18096
18097 \end_inset
18098
18099
18100 \end_layout
18101
18102 \begin_layout Standard
18103 Les lignes de tableau sont colorées par la commande
18104 \end_layout
18105
18106 \begin_layout Standard
18107
18108 \series bold
18109
18110 \backslash
18111 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18112  paire}
18113 \end_layout
18114
18115 \begin_layout Standard
18116 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18117  avant le premier
18118  tableau nécessitant la coloration alternative des lignes.
18119  
18120 \series bold
18121 numéro de ligne
18122 \series default
18123  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18124  
18125 \series bold
18126 commandes
18127 \series default
18128 \emph on
18129  
18130 \emph default
18131 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18132  Par exemple la commande
18133 \end_layout
18134
18135 \begin_layout Standard
18136
18137 \series bold
18138
18139 \backslash
18140 rowcolors{1}{white}{lightgray}
18141 \end_layout
18142
18143 \begin_layout Standard
18144 donne le schéma de couleurs du tableau
18145 \begin_inset space ~
18146 \end_inset
18147
18148
18149 \begin_inset CommandInset ref
18150 LatexCommand ref
18151 reference "tab:Table-rowcolors"
18152
18153 \end_inset
18154
18155 .
18156  La commande
18157 \end_layout
18158
18159 \begin_layout Standard
18160
18161 \series bold
18162
18163 \backslash
18164 rowcolors[
18165 \backslash
18166 hline]{1}{lightgray}{cyan}
18167 \end_layout
18168
18169 \begin_layout Standard
18170 donne le schéma de couleurs du tableau
18171 \begin_inset space ~
18172 \end_inset
18173
18174
18175 \begin_inset CommandInset ref
18176 LatexCommand ref
18177 reference "tab:Table-rowcolors-2"
18178
18179 \end_inset
18180
18181 .
18182  Si 
18183 \series bold
18184 couleur ligne impaire
18185 \series default
18186  ou 
18187 \series bold
18188 couleur ligne paire
18189 \series default
18190  est vide, aucune couleur n'est utilisée, donc la commande
18191 \end_layout
18192
18193 \begin_layout Standard
18194
18195 \series bold
18196
18197 \backslash
18198 rowcolors{1}{}{}
18199 \end_layout
18200
18201 \begin_layout Standard
18202 supprime toutes les couleurs.
18203  
18204 \series bold
18205
18206 \backslash
18207 rowcolors
18208 \series default
18209  s'applique aux tableaux qui suivent cette commande.
18210 \end_layout
18211
18212 \begin_layout Standard
18213 \begin_inset ERT
18214 status open
18215
18216 \begin_layout Plain Layout
18217
18218
18219 \backslash
18220 rowcolors{1}{white}{lightgray}
18221 \end_layout
18222
18223 \end_inset
18224
18225
18226 \end_layout
18227
18228 \begin_layout Standard
18229 \begin_inset Float table
18230 placement h
18231 wide false
18232 sideways false
18233 status open
18234
18235 \begin_layout Plain Layout
18236 \begin_inset Caption Standard
18237
18238 \begin_layout Plain Layout
18239 \begin_inset CommandInset label
18240 LatexCommand label
18241 name "tab:Table-rowcolors"
18242
18243 \end_inset
18244
18245 Tableau avec une colonne sur deux en gris clair.
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Plain Layout
18254 \align center
18255 \begin_inset Tabular
18256 <lyxtabular version="3" rows="4" columns="3">
18257 <features tabularvalignment="middle">
18258 <column alignment="center" valignment="top">
18259 <column alignment="center" valignment="top" width="0pt">
18260 <column alignment="center" valignment="top" width="0pt">
18261 <row>
18262 <cell alignment="center" valignment="top" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 X
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 Y
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 Z
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295 1
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 <cell alignment="center" valignment="top" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304 2
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 3
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 <row>
18320 <cell alignment="center" valignment="top" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 4
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 5
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 6
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 </row>
18348 <row>
18349 <cell alignment="center" valignment="top" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 7
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 8
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 <cell alignment="center" valignment="top" usebox="none">
18368 \begin_inset Text
18369
18370 \begin_layout Plain Layout
18371 9
18372 \end_layout
18373
18374 \end_inset
18375 </cell>
18376 </row>
18377 </lyxtabular>
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \begin_layout Standard
18390 \begin_inset ERT
18391 status open
18392
18393 \begin_layout Plain Layout
18394
18395
18396 \backslash
18397 rowcolors[
18398 \backslash
18399 hline]{1}{lightgray}{cyan}
18400 \end_layout
18401
18402 \end_inset
18403
18404
18405 \end_layout
18406
18407 \begin_layout Standard
18408 \begin_inset Float table
18409 placement h
18410 wide false
18411 sideways false
18412 status open
18413
18414 \begin_layout Plain Layout
18415 \begin_inset Caption Standard
18416
18417 \begin_layout Plain Layout
18418 \begin_inset CommandInset label
18419 LatexCommand label
18420 name "tab:Table-rowcolors-2"
18421
18422 \end_inset
18423
18424 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18425  ligne
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Plain Layout
18434 \align center
18435 \begin_inset Tabular
18436 <lyxtabular version="3" rows="4" columns="3">
18437 <features tabularvalignment="middle">
18438 <column alignment="center" valignment="top">
18439 <column alignment="center" valignment="top">
18440 <column alignment="center" valignment="top" width="0pt">
18441 <row>
18442 <cell alignment="center" valignment="top" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 X
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 Y
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 Z
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 </row>
18470 <row>
18471 <cell alignment="center" valignment="top" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475 1
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 2
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 3
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 </row>
18499 <row>
18500 <cell alignment="center" valignment="top" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 4
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513 5
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522 6
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 </row>
18528 <row>
18529 <cell alignment="center" valignment="top" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 7
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 8
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 9
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 </lyxtabular>
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \end_layout
18568
18569 \begin_layout Standard
18570 \begin_inset ERT
18571 status collapsed
18572
18573 \begin_layout Plain Layout
18574
18575
18576 \backslash
18577 rowcolors{1}{}{}
18578 \end_layout
18579
18580 \end_inset
18581
18582
18583 \begin_inset Note Note
18584 status collapsed
18585
18586 \begin_layout Plain Layout
18587
18588 \lang english
18589 turns off the row coloring
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \begin_layout Standard
18598 \begin_inset ERT
18599 status collapsed
18600
18601 \begin_layout Plain Layout
18602
18603
18604 \backslash
18605 else
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \begin_inset Note Note
18612 status open
18613
18614 \begin_layout Plain Layout
18615 Ce qui suit sera affiché si le paquetage 
18616 \series bold
18617 colortbl
18618 \series default
18619  n'est pas installé :
18620 \end_layout
18621
18622 \end_inset
18623
18624
18625 \end_layout
18626
18627 \begin_layout Standard
18628 Vous devez installer le paquetage 
18629 \series bold
18630 colortbl
18631 \series default
18632  pour voir le contenu des cette section dans la sortie imprimée.
18633 \end_layout
18634
18635 \begin_layout Standard
18636 \begin_inset ERT
18637 status collapsed
18638
18639 \begin_layout Plain Layout
18640
18641
18642 \backslash
18643 fi
18644 \end_layout
18645
18646 \end_inset
18647
18648
18649 \end_layout
18650
18651 \begin_layout Subsection
18652 Les filets colorés
18653 \begin_inset Index idx
18654 status open
18655
18656 \begin_layout Plain Layout
18657 Tableau Coloré ! Pour les filets
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \begin_inset Index idx
18664 status collapsed
18665
18666 \begin_layout Plain Layout
18667 Couleur ! Pour les filets des tableaux
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \begin_inset Note Note
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677 on parle de filets plutôt que de lignes pour les tableaux
18678 \end_layout
18679
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \begin_layout Standard
18686 Comme c'est décrit dans la section
18687 \begin_inset space ~
18688 \end_inset
18689
18690
18691 \begin_inset CommandInset ref
18692 LatexCommand ref
18693 reference "subsec:Epaisseur-filets"
18694
18695 \end_inset
18696
18697 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18698  variable 
18699 \series bold
18700
18701 \backslash
18702 arrayrulewidth
18703 \series default
18704 .
18705  Elle est mise à 1.5
18706 \begin_inset space \thinspace{}
18707 \end_inset
18708
18709 pt pour tous les tableaux de cette section.
18710 \begin_inset ERT
18711 status collapsed
18712
18713 \begin_layout Plain Layout
18714
18715
18716 \backslash
18717 setlength{
18718 \backslash
18719 arrayrulewidth}{1.5pt}
18720 \end_layout
18721
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \begin_layout Standard
18728 Pour colorer les filets verticaux, par exemple en vert, créez le format
18729  de colonne suivant dans le préambule du document, en suivant la description
18730  de la section
18731 \begin_inset space ~
18732 \end_inset
18733
18734
18735 \begin_inset CommandInset ref
18736 LatexCommand ref
18737 reference "subsec:Formats-personnalisés"
18738
18739 \end_inset
18740
18741 :
18742 \end_layout
18743
18744 \begin_layout Standard
18745
18746 \series bold
18747
18748 \backslash
18749 newcolumntype{W}{!{
18750 \backslash
18751 color{green}
18752 \backslash
18753 vline}}
18754 \end_layout
18755
18756 \begin_layout Standard
18757 Pour le tableau
18758 \begin_inset space ~
18759 \end_inset
18760
18761
18762 \begin_inset CommandInset ref
18763 LatexCommand ref
18764 reference "tab:Tableau-filets-verticaux-colorés"
18765
18766 \end_inset
18767
18768  le paramètre \SpecialChar LaTeX
18769
18770 \series bold
18771  WcW
18772 \series default
18773  a été utilisé pour la dernière colonne et
18774 \series bold
18775  Wc
18776 \series default
18777  pour les autres colonnes.
18778 \end_layout
18779
18780 \begin_layout Standard
18781 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18782 \end_layout
18783
18784 \begin_layout Standard
18785 \begin_inset Float table
18786 placement h
18787 wide false
18788 sideways false
18789 status open
18790
18791 \begin_layout Plain Layout
18792 \begin_inset Caption Standard
18793
18794 \begin_layout Plain Layout
18795 \begin_inset CommandInset label
18796 LatexCommand label
18797 name "tab:Tableau-filets-verticaux-colorés"
18798
18799 \end_inset
18800
18801 Tableau avec filets verticaux colorés
18802 \end_layout
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Plain Layout
18810 \align center
18811 \begin_inset Tabular
18812 <lyxtabular version="3" rows="3" columns="3">
18813 <features tabularvalignment="middle">
18814 <column alignment="center" valignment="top" special="Wc">
18815 <column alignment="center" valignment="top" special="Wc">
18816 <column alignment="center" valignment="top" special="WcW">
18817 <row>
18818 <cell alignment="center" valignment="top" topline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 sd
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 </row>
18846 <row>
18847 <cell alignment="center" valignment="top" topline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 <cell alignment="center" valignment="top" topline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860 sd
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 </row>
18875 <row>
18876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 sd
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 </row>
18904 </lyxtabular>
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \begin_layout Standard
18917 \begin_inset VSpace bigskip
18918 \end_inset
18919
18920 Pour colorer les filets horizontaux en rouge comme pour le tableau
18921 \begin_inset space ~
18922 \end_inset
18923
18924
18925 \begin_inset CommandInset ref
18926 LatexCommand ref
18927 reference "tab:Tableau-filet-horizontaux-colorés"
18928
18929 \end_inset
18930
18931 , insérez les commandes suivantes en code \SpecialChar TeX
18932  juste avant le tableau ou le
18933  flottant de tableau :
18934 \end_layout
18935
18936 \begin_layout Standard
18937
18938 \series bold
18939
18940 \backslash
18941 let
18942 \backslash
18943 myHlineC
18944 \backslash
18945 hline
18946 \begin_inset Newline newline
18947 \end_inset
18948
18949
18950 \backslash
18951 renewcommand{
18952 \backslash
18953 hline}
18954 \begin_inset Newline newline
18955 \end_inset
18956
18957
18958 \begin_inset Phantom HPhantom
18959 status open
18960
18961 \begin_layout Plain Layout
18962
18963 \series bold
18964 \begin_inset space ~
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \end_inset
18971
18972 {
18973 \backslash
18974 arrayrulecolor{red}
18975 \backslash
18976 myHlineC
18977 \backslash
18978 arrayrulecolor{black}}
18979 \end_layout
18980
18981 \begin_layout Standard
18982 \begin_inset ERT
18983 status collapsed
18984
18985 \begin_layout Plain Layout
18986
18987
18988 \backslash
18989 let
18990 \backslash
18991 myHlineC
18992 \backslash
18993 hline
18994 \end_layout
18995
18996 \begin_layout Plain Layout
18997
18998
18999 \backslash
19000 renewcommand{
19001 \backslash
19002 hline}
19003 \end_layout
19004
19005 \begin_layout Plain Layout
19006
19007  {
19008 \backslash
19009 arrayrulecolor{red}
19010 \backslash
19011 myHlineC
19012 \backslash
19013 arrayrulecolor{black}}
19014 \end_layout
19015
19016 \end_inset
19017
19018
19019 \begin_inset Float table
19020 placement h
19021 wide false
19022 sideways false
19023 status open
19024
19025 \begin_layout Plain Layout
19026 \begin_inset Caption Standard
19027
19028 \begin_layout Plain Layout
19029 \begin_inset CommandInset label
19030 LatexCommand label
19031 name "tab:Tableau-filet-horizontaux-colorés"
19032
19033 \end_inset
19034
19035 Tableau avec filets horizontaux colorés
19036 \end_layout
19037
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \begin_layout Plain Layout
19044 \align center
19045 \begin_inset Tabular
19046 <lyxtabular version="3" rows="3" columns="3">
19047 <features tabularvalignment="middle">
19048 <column alignment="center" valignment="top">
19049 <column alignment="center" valignment="top">
19050 <column alignment="center" valignment="top">
19051 <row>
19052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 sd
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19071 \begin_inset Text
19072
19073 \begin_layout Plain Layout
19074
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 </row>
19080 <row>
19081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 sd
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 sd
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 </row>
19138 </lyxtabular>
19139
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \begin_layout Standard
19151 Pour revenir à la couleur noire implicite, insérez la commande suivante
19152  en code \SpecialChar TeX
19153 , juste après le tableau ou le flottant de tableau :
19154 \end_layout
19155
19156 \begin_layout Standard
19157
19158 \series bold
19159
19160 \backslash
19161 renewcommand{
19162 \backslash
19163 hline}{
19164 \backslash
19165 myHlineC}
19166 \end_layout
19167
19168 \begin_layout Standard
19169 Le tableau
19170 \begin_inset space ~
19171 \end_inset
19172
19173
19174 \begin_inset CommandInset ref
19175 LatexCommand ref
19176 reference "tab:Tableau-avec-filets-colorés"
19177
19178 \end_inset
19179
19180  est un exemple avec des filets horizontaux et verticaux colorés.
19181 \end_layout
19182
19183 \begin_layout Standard
19184 \begin_inset Float table
19185 placement h
19186 wide false
19187 sideways false
19188 status open
19189
19190 \begin_layout Plain Layout
19191 \begin_inset Caption Standard
19192
19193 \begin_layout Plain Layout
19194 \begin_inset CommandInset label
19195 LatexCommand label
19196 name "tab:Tableau-avec-filets-colorés"
19197
19198 \end_inset
19199
19200 Tableau avec filets horizontaux et verticaux colorés
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Plain Layout
19209 \align center
19210 \begin_inset Tabular
19211 <lyxtabular version="3" rows="3" columns="3">
19212 <features tabularvalignment="middle">
19213 <column alignment="center" valignment="top" special="Wc">
19214 <column alignment="center" valignment="top" special="Wc">
19215 <column alignment="center" valignment="top" special="WcW">
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 sd
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 </row>
19245 <row>
19246 <cell alignment="center" valignment="top" topline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 sd
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row topspace="default">
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 sd
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 </lyxtabular>
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \begin_layout Standard
19316 \begin_inset ERT
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320
19321
19322 \backslash
19323 renewcommand{
19324 \backslash
19325 hline}{
19326 \backslash
19327 myHlineC}
19328 \end_layout
19329
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \begin_layout Standard
19336 \begin_inset ERT
19337 status collapsed
19338
19339 \begin_layout Plain Layout
19340
19341
19342 \backslash
19343 setlength{
19344 \backslash
19345 arrayrulewidth}{1.2pt}
19346 \end_layout
19347
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \begin_layout Standard
19354 Pour mettre en couleur une partie des lignes seulement, une autre stratégie
19355  est nécessaire.
19356  Pour mettre en couleur toutes les lignes horizontales qui suivent une ligne
19357  donnée, insérer cette commande en mode \SpecialChar TeX
19358  en tant que dernière saisie dans
19359  la ligne qui doit précéder la première ligne colorée:
19360 \end_layout
19361
19362 \begin_layout Standard
19363
19364 \series bold
19365
19366 \backslash
19367
19368 \backslash
19369
19370 \backslash
19371 arrayrulecolor{blue}%
19372 \end_layout
19373
19374 \begin_layout Standard
19375 Pour revenir aux lignes noires, ajouter cette commande en tant que première
19376  saisie dans la ligne située au-dessus des lignes noires:
19377 \end_layout
19378
19379 \begin_layout Standard
19380
19381 \series bold
19382
19383 \backslash
19384 arrayrulecolor{black}
19385 \end_layout
19386
19387 \begin_layout Standard
19388 Avec ces commandes, il est possible d'obtenir des lignes colorées comme
19389  dans le tableau
19390 \begin_inset space ~
19391 \end_inset
19392
19393
19394 \begin_inset CommandInset ref
19395 LatexCommand ref
19396 reference "tab:Table-with-different-hor"
19397
19398 \end_inset
19399
19400 .
19401  Cependant, cette méthode ne permet pas de colorer la ligne située au-dessus
19402  de la première ligne du tableau.
19403 \end_layout
19404
19405 \begin_layout Standard
19406 \begin_inset Float table
19407 wide false
19408 sideways false
19409 status open
19410
19411 \begin_layout Plain Layout
19412 \begin_inset Caption Standard
19413
19414 \begin_layout Plain Layout
19415 \begin_inset CommandInset label
19416 LatexCommand label
19417 name "tab:Table-with-different-hor"
19418
19419 \end_inset
19420
19421 Tableau avec des lignes de couleurs différentes
19422 \end_layout
19423
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \begin_layout Plain Layout
19430 \align center
19431 \begin_inset Tabular
19432 <lyxtabular version="3" rows="6" columns="7">
19433 <features tabularvalignment="middle">
19434 <column alignment="center" valignment="top">
19435 <column alignment="center" valignment="top">
19436 <column alignment="center" valignment="top">
19437 <column alignment="center" valignment="top">
19438 <column alignment="center" valignment="top">
19439 <column alignment="center" valignment="top">
19440 <column alignment="center" valignment="top">
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 <cell alignment="center" valignment="top" topline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473
19474 \end_layout
19475
19476 \end_inset
19477 </cell>
19478 <cell alignment="center" valignment="top" topline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 <cell alignment="center" valignment="top" topline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500 \begin_inset ERT
19501 status open
19502
19503 \begin_layout Plain Layout
19504
19505
19506 \backslash
19507
19508 \backslash
19509
19510 \backslash
19511 arrayrulecolor{blue}%
19512 \end_layout
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 </row>
19522 <row>
19523 <cell alignment="center" valignment="top" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 Y
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 Y
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset ERT
19593 status open
19594
19595 \begin_layout Plain Layout
19596
19597
19598 \backslash
19599 arrayrulecolor{black}
19600 \end_layout
19601
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 <cell alignment="center" valignment="top" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell alignment="center" valignment="top" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 </row>
19664 <row>
19665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset ERT
19724 status collapsed
19725
19726 \begin_layout Plain Layout
19727
19728
19729 \backslash
19730
19731 \backslash
19732
19733 \backslash
19734 arrayrulecolor{green}%
19735 \end_layout
19736
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 </row>
19745 <row>
19746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 </row>
19810 <row>
19811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 \begin_inset ERT
19816 status collapsed
19817
19818 \begin_layout Plain Layout
19819
19820
19821 \backslash
19822 arrayrulecolor{black}
19823 \end_layout
19824
19825 \end_inset
19826
19827 B
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881 \begin_inset ERT
19882 status collapsed
19883
19884 \begin_layout Plain Layout
19885
19886
19887 \backslash
19888
19889 \backslash
19890
19891 \backslash
19892 arrayrulecolor{blue}%
19893 \end_layout
19894
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 </row>
19903 </lyxtabular>
19904
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \begin_layout Standard
19916 Pour modifier la couleur des lignes verticales dans une ligne donnée, comme
19917  dans le tableau
19918 \begin_inset space ~
19919 \end_inset
19920
19921
19922 \begin_inset CommandInset ref
19923 LatexCommand ref
19924 reference "tab:Table-with-different-ver"
19925
19926 \end_inset
19927
19928 , il faut utiliser les multi-colonnes.
19929  D'abord, supprimer toutes les lignes verticales qui ne couvrent pas toute
19930  la colonne.
19931  Ensuite, colorer toutes les lignes via la commande:
19932 \end_layout
19933
19934 \begin_layout Standard
19935
19936 \series bold
19937
19938 \backslash
19939
19940 \backslash
19941
19942 \backslash
19943 arrayrulecolor{blue}%
19944 \end_layout
19945
19946 \begin_layout Standard
19947 comme vu plus haut.
19948  Enfin insérer la commande suivante en mode \SpecialChar TeX
19949  pour chaque cellule de la ligne
19950  qui nécessite une ligne verticale avec une couleur différente:
19951 \end_layout
19952
19953 \begin_layout Standard
19954
19955 \series bold
19956
19957 \backslash
19958 multicolumn{1}{!{
19959 \backslash
19960 color{green}
19961 \backslash
19962 vline}c!{
19963 \backslash
19964 color{red}
19965 \backslash
19966 vline}}{
19967 \end_layout
19968
19969 \begin_layout Standard
19970 Ceci ajoute une ligne verticale des deux côtés de la cellule: à gauche,
19971  une ligne verte, à droite, une ligne rouge.
19972  S'il n'est pas nécessaire de changer la couleur, il est possible d'éviter
19973  le mettre la commande 
19974 \series bold
19975
19976 \backslash
19977 color
19978 \series default
19979 .
19980  Pour obtenir par exemple une ligne noire à gauche et une ligne bleue à
19981  droite, on peut saisir:
19982 \end_layout
19983
19984 \begin_layout Standard
19985
19986 \series bold
19987
19988 \backslash
19989 multicolumn{1}{!{
19990 \backslash
19991 color{black}
19992 \backslash
19993 vline}c|}{
19994 \end_layout
19995
19996 \begin_layout Standard
19997 du fait que la couleur bleue était déjà choisie pour toutes les lignes.
19998  Le caractère | crée donc la ligne verticale tandis que
19999 \series bold
20000  
20001 \backslash
20002 vline
20003 \series default
20004  le fait quand 
20005 \series bold
20006
20007 \backslash
20008 color
20009 \series default
20010  est utilisée.
20011  Pour mettre des lignes verticales sans changer aucune couleur, utiliser
20012  la commande:
20013 \end_layout
20014
20015 \begin_layout Standard
20016
20017 \series bold
20018
20019 \backslash
20020 multicolumn{1}{|c|}{
20021 \end_layout
20022
20023 \begin_layout Standard
20024 Après cette commande saisir le contenu de la cellule comme d'habitude en
20025  ajoutant une accolade fermante 
20026 \series bold
20027 }
20028 \series default
20029  en code \SpecialChar TeX
20030 .
20031 \end_layout
20032
20033 \begin_layout Standard
20034 \begin_inset Float table
20035 wide false
20036 sideways false
20037 status open
20038
20039 \begin_layout Plain Layout
20040 \begin_inset Caption Standard
20041
20042 \begin_layout Plain Layout
20043 \begin_inset CommandInset label
20044 LatexCommand label
20045 name "tab:Table-with-different-ver"
20046
20047 \end_inset
20048
20049 Tableau avec différentes couleurs pour les lignes verticales dans une ligne.
20050 \end_layout
20051
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \begin_layout Plain Layout
20058 \align center
20059 \begin_inset Tabular
20060 <lyxtabular version="3" rows="5" columns="7">
20061 <features tabularvalignment="middle">
20062 <column alignment="center" valignment="top">
20063 <column alignment="center" valignment="top">
20064 <column alignment="center" valignment="top">
20065 <column alignment="center" valignment="top">
20066 <column alignment="center" valignment="top">
20067 <column alignment="center" valignment="top">
20068 <column alignment="center" valignment="top">
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" topline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 <cell alignment="center" valignment="top" topline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 <cell alignment="center" valignment="top" topline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset ERT
20129 status open
20130
20131 \begin_layout Plain Layout
20132
20133
20134 \backslash
20135
20136 \backslash
20137
20138 \backslash
20139 arrayrulecolor{red}%
20140 \end_layout
20141
20142 \end_inset
20143
20144
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 <row>
20151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 \begin_inset ERT
20156 status open
20157
20158 \begin_layout Plain Layout
20159
20160
20161 \backslash
20162 multicolumn{1}{!{
20163 \backslash
20164 color{black}
20165 \backslash
20166 vline}c|}{
20167 \end_layout
20168
20169 \end_inset
20170
20171 Y
20172 \begin_inset ERT
20173 status collapsed
20174
20175 \begin_layout Plain Layout
20176
20177 }
20178 \end_layout
20179
20180 \end_inset
20181
20182
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 \begin_inset ERT
20228 status open
20229
20230 \begin_layout Plain Layout
20231
20232
20233 \backslash
20234 multicolumn{1}{c|}{
20235 \end_layout
20236
20237 \end_inset
20238
20239
20240 \begin_inset ERT
20241 status collapsed
20242
20243 \begin_layout Plain Layout
20244
20245 }
20246 \end_layout
20247
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset ERT
20260 status open
20261
20262 \begin_layout Plain Layout
20263
20264
20265 \backslash
20266 multicolumn{1}{c!{
20267 \backslash
20268 color{black}
20269 \backslash
20270 vline}}{
20271 \end_layout
20272
20273 \end_inset
20274
20275 Y
20276 \begin_inset ERT
20277 status collapsed
20278
20279 \begin_layout Plain Layout
20280
20281 }
20282 \end_layout
20283
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row>
20293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset ERT
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301
20302
20303 \backslash
20304 arrayrulecolor{black}
20305 \end_layout
20306
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 <cell alignment="center" valignment="top" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 <cell alignment="center" valignment="top" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \end_layout
20329
20330 \end_inset
20331 </cell>
20332 <cell alignment="center" valignment="top" usebox="none">
20333 \begin_inset Text
20334
20335 \begin_layout Plain Layout
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 <cell alignment="center" valignment="top" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345
20346 \end_layout
20347
20348 \end_inset
20349 </cell>
20350 <cell alignment="center" valignment="top" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 \begin_inset ERT
20364 status collapsed
20365
20366 \begin_layout Plain Layout
20367
20368
20369 \backslash
20370
20371 \backslash
20372
20373 \backslash
20374 arrayrulecolor{magenta}%
20375 \end_layout
20376
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383 </cell>
20384 </row>
20385 <row>
20386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390 \begin_inset ERT
20391 status collapsed
20392
20393 \begin_layout Plain Layout
20394
20395
20396 \backslash
20397 multicolumn{1}{|c!{
20398 \backslash
20399 color{red}
20400 \backslash
20401 vline}}{
20402 \end_layout
20403
20404 \end_inset
20405
20406
20407 \begin_inset ERT
20408 status collapsed
20409
20410 \begin_layout Plain Layout
20411
20412 }
20413 \end_layout
20414
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 \begin_inset ERT
20427 status collapsed
20428
20429 \begin_layout Plain Layout
20430
20431
20432 \backslash
20433 multicolumn{1}{c!{
20434 \backslash
20435 color{green}
20436 \backslash
20437 vline}}{
20438 \end_layout
20439
20440 \end_inset
20441
20442
20443 \begin_inset ERT
20444 status collapsed
20445
20446 \begin_layout Plain Layout
20447
20448 }
20449 \end_layout
20450
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462 \begin_inset ERT
20463 status collapsed
20464
20465 \begin_layout Plain Layout
20466
20467
20468 \backslash
20469 multicolumn{1}{c!{
20470 \backslash
20471 color{yellow}
20472 \backslash
20473 vline}}{
20474 \end_layout
20475
20476 \end_inset
20477
20478
20479 \begin_inset ERT
20480 status collapsed
20481
20482 \begin_layout Plain Layout
20483
20484 }
20485 \end_layout
20486
20487 \end_inset
20488
20489
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 \begin_inset ERT
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502
20503
20504 \backslash
20505 multicolumn{1}{c!{
20506 \backslash
20507 color{blue}
20508 \backslash
20509 vline}}{
20510 \end_layout
20511
20512 \end_inset
20513
20514
20515 \begin_inset ERT
20516 status collapsed
20517
20518 \begin_layout Plain Layout
20519
20520 }
20521 \end_layout
20522
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 \begin_inset ERT
20535 status collapsed
20536
20537 \begin_layout Plain Layout
20538
20539
20540 \backslash
20541 multicolumn{1}{c!{
20542 \backslash
20543 color{cyan}
20544 \backslash
20545 vline}}{
20546 \end_layout
20547
20548 \end_inset
20549
20550
20551 \begin_inset ERT
20552 status collapsed
20553
20554 \begin_layout Plain Layout
20555
20556 }
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset ERT
20571 status collapsed
20572
20573 \begin_layout Plain Layout
20574
20575
20576 \backslash
20577 multicolumn{1}{c!{
20578 \backslash
20579 color{black}
20580 \backslash
20581 vline}}{
20582 \end_layout
20583
20584 \end_inset
20585
20586
20587 \begin_inset ERT
20588 status collapsed
20589
20590 \begin_layout Plain Layout
20591
20592 }
20593 \end_layout
20594
20595 \end_inset
20596
20597
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606 \begin_inset ERT
20607 status collapsed
20608
20609 \begin_layout Plain Layout
20610
20611
20612 \backslash
20613 multicolumn{1}{c|}{
20614 \end_layout
20615
20616 \end_inset
20617
20618
20619 \begin_inset ERT
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623
20624 }
20625 \end_layout
20626
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 \begin_inset ERT
20641 status collapsed
20642
20643 \begin_layout Plain Layout
20644
20645
20646 \backslash
20647 arrayrulecolor{black}
20648 \end_layout
20649
20650 \end_inset
20651
20652 B
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 </lyxtabular>
20713
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \begin_layout Standard
20725 \begin_inset ERT
20726 status collapsed
20727
20728 \begin_layout Plain Layout
20729
20730
20731 \backslash
20732 setlength{
20733 \backslash
20734 arrayrulewidth}{0.4pt}
20735 \end_layout
20736
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \begin_layout Section
20743 Pivotement des cellules
20744 \begin_inset CommandInset label
20745 LatexCommand label
20746 name "sec:Pivotement-des-cellules"
20747
20748 \end_inset
20749
20750
20751 \begin_inset Index idx
20752 status collapsed
20753
20754 \begin_layout Plain Layout
20755 Tableau ! Pivotement des cellules
20756 \end_layout
20757
20758 \end_inset
20759
20760
20761 \begin_inset Index idx
20762 status collapsed
20763
20764 \begin_layout Plain Layout
20765 Pivoter des objets
20766 \end_layout
20767
20768 \end_inset
20769
20770
20771 \end_layout
20772
20773 \begin_layout Standard
20774 \begin_inset Note Greyedout
20775 status open
20776
20777 \begin_layout Plain Layout
20778
20779 \series bold
20780 Nota:
20781 \series default
20782  toutes les visionneuses DVI n'affichent pas les rotations.
20783 \end_layout
20784
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \begin_layout Standard
20791 Le tableau
20792 \begin_inset space ~
20793 \end_inset
20794
20795
20796 \begin_inset CommandInset ref
20797 LatexCommand ref
20798 reference "tab:Tableau-incluant-des"
20799
20800 \end_inset
20801
20802  est un exemple dans lequel 3 cellules pivotent de 45
20803 \begin_inset space \thinspace{}
20804 \end_inset
20805
20806 °.
20807 \end_layout
20808
20809 \begin_layout Standard
20810 \begin_inset Float table
20811 placement h
20812 wide false
20813 sideways false
20814 status open
20815
20816 \begin_layout Plain Layout
20817 \begin_inset Caption Standard
20818
20819 \begin_layout Plain Layout
20820 \begin_inset CommandInset label
20821 LatexCommand label
20822 name "tab:Tableau-incluant-des"
20823
20824 \end_inset
20825
20826 Tableau incluant des cellules pivotées dans la première ligne.
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \begin_layout Plain Layout
20835 \noindent
20836 \align center
20837 \begin_inset Tabular
20838 <lyxtabular version="3" rows="2" columns="3">
20839 <features tabularvalignment="middle">
20840 <column alignment="center" valignment="top" width="0pt">
20841 <column alignment="center" valignment="top" width="0pt">
20842 <column alignment="center" valignment="top" width="0pt">
20843 <row>
20844 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 soucoupes
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 assiettes
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20863 \begin_inset Text
20864
20865 \begin_layout Plain Layout
20866 plats
20867 \end_layout
20868
20869 \end_inset
20870 </cell>
20871 </row>
20872 <row>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 45
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886 33
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 21
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 </lyxtabular>
20902
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \begin_layout Standard
20914 \begin_inset Note Greyedout
20915 status open
20916
20917 \begin_layout Plain Layout
20918
20919 \series bold
20920 Nota:
20921 \series default
20922  les ruptures de ligne (raccourci 
20923 \begin_inset Info
20924 type  "shortcut"
20925 arg   "newline-insert newline"
20926 \end_inset
20927
20928 ) ne sont pas autorisées dans les cellules pivotées
20929 \end_layout
20930
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \begin_layout Standard
20937 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
20938  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
20939 \begin_inset Foot
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943 Pour en savoir plus sur ces boîtes, voir les sections
20944 \begin_inset space ~
20945 \end_inset
20946
20947
20948 \begin_inset CommandInset ref
20949 LatexCommand ref
20950 reference "sec:Minipages"
20951
20952 \end_inset
20953
20954  et 
20955 \begin_inset CommandInset ref
20956 LatexCommand ref
20957 reference "sec:Parboxes"
20958
20959 \end_inset
20960
20961 .
20962 \end_layout
20963
20964 \end_inset
20965
20966  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
20967  la hauteur de la cellule.
20968  Pour éviter d'avoir à estimer une largeur de boîte appropriée, il est possible
20969  d’utiliser une minipage à largeur variable.
20970  Une telle boîte est insérée en chargeant le module
20971 \family sans
20972  Minipages
20973 \begin_inset space ~
20974 \end_inset
20975
20976 à
20977 \begin_inset space ~
20978 \end_inset
20979
20980 largeur
20981 \begin_inset space ~
20982 \end_inset
20983
20984 variable
20985 \family default
20986  dans les paramètres du document.
20987  On peut alors utiliser le menu
20988 \family sans
20989  Insertion\SpecialChar menuseparator
20990 Inserts
20991 \begin_inset space ~
20992 \end_inset
20993
20994 personnalisables\SpecialChar menuseparator
20995 Minipage
20996 \begin_inset space ~
20997 \end_inset
20998
20999 (larg.
21000 \begin_inset space ~
21001 \end_inset
21002
21003 variable)
21004 \family default
21005 .
21006  Le tableau
21007 \begin_inset space ~
21008 \end_inset
21009
21010
21011 \begin_inset CommandInset ref
21012 LatexCommand ref
21013 reference "tab:Tableau-incluant-une"
21014
21015 \end_inset
21016
21017  donne un exemple d'une cellule multi-lignes où une minipage à largeur variable
21018  est utilisée.
21019 \end_layout
21020
21021 \begin_layout Standard
21022 \begin_inset Float table
21023 placement h
21024 wide false
21025 sideways false
21026 status open
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Caption Standard
21030
21031 \begin_layout Plain Layout
21032 \begin_inset CommandInset label
21033 LatexCommand label
21034 name "tab:Tableau-incluant-une"
21035
21036 \end_inset
21037
21038 Tableau incluant une cellule multi-lignes pivotée.
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \begin_layout Plain Layout
21047 \noindent
21048 \align center
21049 \begin_inset Tabular
21050 <lyxtabular version="3" rows="2" columns="3">
21051 <features tabularvalignment="middle">
21052 <column alignment="center" valignment="top">
21053 <column alignment="center" valignment="top" width="0pt">
21054 <column alignment="center" valignment="top">
21055 <row>
21056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060 a
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069 \begin_inset Flex Minipage (Var. Width)
21070 status open
21071
21072 \begin_layout Plain Layout
21073 cellule pivotée
21074 \begin_inset Newline newline
21075 \end_inset
21076
21077 avec saut de ligne
21078 \begin_inset space ~
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 e
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 b
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 c
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 d
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 </lyxtabular>
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \begin_layout Section
21143 Calcul de la largeur du tableau
21144 \begin_inset CommandInset label
21145 LatexCommand label
21146 name "sec:Table-Width-Calculation"
21147
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \begin_layout Standard
21154 Pour les tableaux un peu larges il est parfois difficile de garantir que
21155  le tableau ne déborde pas dans la marge.
21156  Fixer une largeur pour chaque colonne est une solution, mais quelle est
21157  la valeur à donner à chacune?
21158 \end_layout
21159
21160 \begin_layout Standard
21161 La largeur du tableau 
21162 \begin_inset Formula $L_{\mathrm{tableau}}$
21163 \end_inset
21164
21165  peut se calculer précisément: chaque colonne contribue pour sa largeur
21166  propre 
21167 \begin_inset Formula $L_{\mathrm{colonne}}$
21168 \end_inset
21169
21170  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
21171  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
21172
21173 \series bold
21174  
21175 \backslash
21176 tabcolsep
21177 \series default
21178 , implicitement 6
21179 \begin_inset space \thinspace{}
21180 \end_inset
21181
21182 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
21183  
21184 \series bold
21185
21186 \backslash
21187 arrayrulewidth
21188 \series default
21189 , implicitement 0.4
21190 \begin_inset space \thinspace{}
21191 \end_inset
21192
21193 pt).
21194  Donc si les 
21195 \begin_inset Formula $n$
21196 \end_inset
21197
21198
21199 \begin_inset space ~
21200 \end_inset
21201
21202 colonnes ont la même largeur, la largeur du tableau est
21203 \begin_inset Formula 
21204 \begin{equation}
21205 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21206 \end{equation}
21207
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \begin_layout Standard
21214 La largeur disponible pour placer un tableau est la distance entre les marges
21215  de la page ou la largeur de la colonne de texte (pour un document présenté
21216  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
21217  
21218 \series bold
21219
21220 \backslash
21221 columnwidth
21222 \series default
21223 .
21224  Si toutes le colonnes ont la même largeur et que 
21225 \begin_inset Formula $L_{\mathrm{tableau}}$
21226 \end_inset
21227
21228  doit valoir 1
21229 \begin_inset space \thinspace{}
21230 \end_inset
21231
21232
21233 \backslash
21234 columnwidth, 
21235 \begin_inset Formula $L_{\mathrm{colonne}}$
21236 \end_inset
21237
21238  se calcule facilement.
21239 \end_layout
21240
21241 \begin_layout Standard
21242 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
21243  
21244 \series bold
21245 calc
21246 \series default
21247
21248 \begin_inset Index idx
21249 status collapsed
21250
21251 \begin_layout Plain Layout
21252 Paquetages \SpecialChar LaTeX
21253  ! calc
21254 \end_layout
21255
21256 \end_inset
21257
21258  dans le préambule du document.
21259  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
21260  il faut utiliser le champ
21261 \family sans
21262  Argument \SpecialChar LaTeX
21263
21264 \family default
21265 .
21266  Le principe des commandes qui peuvent être saisies dans ce champ est celui
21267  qui est expliqué dans la section
21268 \begin_inset space ~
21269 \end_inset
21270
21271
21272 \begin_inset CommandInset ref
21273 LatexCommand ref
21274 reference "subsec:Calculs-multicolonnes"
21275
21276 \end_inset
21277
21278 .
21279  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
21280  saisir pour chaque colonne la commande
21281 \end_layout
21282
21283 \begin_layout Standard
21284
21285 \series bold
21286 >{
21287 \backslash
21288 centering}p{(1
21289 \backslash
21290 columnwidth-62.4pt)/5}
21291 \end_layout
21292
21293 \begin_layout Standard
21294 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
21295 \begin_inset space ~
21296 \end_inset
21297
21298 fois celle des 3 autres, le calcul est le suivant:
21299 \end_layout
21300
21301 \begin_layout Standard
21302 \begin_inset Formula 
21303 \begin{align}
21304 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21305  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21306  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
21307 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21308 \end{align}
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Standard
21316 Par conséquent, dans le tableau, la commande
21317 \end_layout
21318
21319 \begin_layout Standard
21320
21321 \series bold
21322 >{
21323 \backslash
21324 centering}p{(1
21325 \backslash
21326 columnwidth-62.4pt)/
21327 \backslash
21328 real{4.5}}
21329 \end_layout
21330
21331 \begin_layout Standard
21332 est utilisée pour les colonnes les plus larges, et la commande
21333 \end_layout
21334
21335 \begin_layout Standard
21336
21337 \series bold
21338 >{
21339 \backslash
21340 centering}p{(1
21341 \backslash
21342 columnwidth-62.4pt)/
21343 \backslash
21344 real{4.5}*
21345 \backslash
21346 real{0.75}}
21347 \end_layout
21348
21349 \begin_layout Standard
21350 est utilisée pour les plus étroites:
21351 \end_layout
21352
21353 \begin_layout Standard
21354 \begin_inset Tabular
21355 <lyxtabular version="3" rows="2" columns="5">
21356 <features tabularvalignment="middle">
21357 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21358 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21359 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21360 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21361 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21362 <row>
21363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 1
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 2
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 3
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 4
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 5
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 111111 1111111 111111 111111111 11111 11111 1111
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 2222 22222 222222 222222222 2222222 22 22222
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 333333 333333 333333 33333 3333333 333
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 </lyxtabular>
21457
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \begin_layout Section
21464 Personnalisation des tableaux
21465 \begin_inset Index idx
21466 status collapsed
21467
21468 \begin_layout Plain Layout
21469 Tableau ! Personnalisation
21470 \end_layout
21471
21472 \end_inset
21473
21474
21475 \begin_inset Index idx
21476 status collapsed
21477
21478 \begin_layout Plain Layout
21479 Personnalisation des tableaux
21480 \end_layout
21481
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \begin_layout Subsection
21488 Espacement des lignes
21489 \begin_inset CommandInset label
21490 LatexCommand label
21491 name "subsec:Espacement-lignes"
21492
21493 \end_inset
21494
21495
21496 \begin_inset Index idx
21497 status collapsed
21498
21499 \begin_layout Plain Layout
21500 Personnalisation des tableaux ! Espacement des lignes
21501 \end_layout
21502
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Standard
21509 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
21510  l'onglet 
21511 \family sans
21512 Bordures
21513 \family default
21514  de la fenêtre de dialogue 
21515 \family sans
21516 Paramètres
21517 \begin_inset space ~
21518 \end_inset
21519
21520 du
21521 \begin_inset space ~
21522 \end_inset
21523
21524 tableau
21525 \family default
21526 .
21527  Vous y trouverez trois possibilités :
21528 \end_layout
21529
21530 \begin_layout Description
21531 Haut
21532 \begin_inset space ~
21533 \end_inset
21534
21535 de
21536 \begin_inset space ~
21537 \end_inset
21538
21539 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
21540  Si le tableau est un tableau formel
21541 \begin_inset Foot
21542 status collapsed
21543
21544 \begin_layout Plain Layout
21545 Les tableaux formels sont décrits dans la section
21546 \begin_inset space ~
21547 \end_inset
21548
21549
21550 \begin_inset CommandInset ref
21551 LatexCommand ref
21552 reference "sec:Tableaux-Formels"
21553
21554 \end_inset
21555
21556 .
21557 \end_layout
21558
21559 \end_inset
21560
21561  \SpecialChar LyX
21562  va insérer implicitement un espace de 0.5
21563 \begin_inset space \thinspace{}
21564 \end_inset
21565
21566 em.
21567  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
21568  les filets verticaux comme dans le tableau suivant :
21569 \begin_inset VSpace medskip
21570 \end_inset
21571
21572
21573 \begin_inset Newline newline
21574 \end_inset
21575
21576
21577 \begin_inset space \hspace*{}
21578 \length 0pt
21579 \end_inset
21580
21581
21582 \begin_inset space \hfill{}
21583 \end_inset
21584
21585
21586 \begin_inset Tabular
21587 <lyxtabular version="3" rows="3" columns="1">
21588 <features tabularvalignment="middle">
21589 <column alignment="center" valignment="top">
21590 <row>
21591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595 A
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row topspace="3mm">
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 espace de 3
21607 \begin_inset space \thinspace{}
21608 \end_inset
21609
21610 mm en haut de la ligne
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 <row>
21617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 C
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 </lyxtabular>
21628
21629 \end_inset
21630
21631
21632 \begin_inset space \hfill{}
21633 \end_inset
21634
21635
21636 \begin_inset space \hspace*{}
21637 \length 0pt
21638 \end_inset
21639
21640
21641 \begin_inset VSpace medskip
21642 \end_inset
21643
21644
21645 \begin_inset Newline newline
21646 \end_inset
21647
21648 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
21649  pas de filets verticaux.
21650 \end_layout
21651
21652 \begin_layout Description
21653 Bas
21654 \begin_inset space ~
21655 \end_inset
21656
21657 de
21658 \begin_inset space ~
21659 \end_inset
21660
21661 ligne va ajouter de l'espace sous les caractères de la ligne.
21662  Si le tableau est un tableau formel \SpecialChar LyX
21663  va insérer implicitement un espace
21664  de 0.5
21665 \begin_inset space \thinspace{}
21666 \end_inset
21667
21668 em, pour les tableaux normaux, l'espace implicite est de 2
21669 \begin_inset space \thinspace{}
21670 \end_inset
21671
21672 pt.
21673 \end_layout
21674
21675 \begin_layout Description
21676 Entre
21677 \begin_inset space ~
21678 \end_inset
21679
21680 les
21681 \begin_inset space ~
21682 \end_inset
21683
21684 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
21685  Si le tableau est un tableau formel \SpecialChar LyX
21686  va insérer implicitement un espace
21687  de 0.5
21688 \begin_inset space \thinspace{}
21689 \end_inset
21690
21691 em.
21692  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
21693  les filets verticaux comme dans le tableau suivant :
21694 \begin_inset VSpace medskip
21695 \end_inset
21696
21697
21698 \begin_inset Newline newline
21699 \end_inset
21700
21701
21702 \begin_inset space \hspace*{}
21703 \length 0pt
21704 \end_inset
21705
21706
21707 \begin_inset space \hfill{}
21708 \end_inset
21709
21710
21711 \begin_inset Tabular
21712 <lyxtabular version="3" rows="3" columns="1">
21713 <features tabularvalignment="middle">
21714 <column alignment="center" valignment="top">
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 A
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row interlinespace="3mm">
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Formula $\downarrow$
21732 \end_inset
21733
21734  espace de 3
21735 \begin_inset space \thinspace{}
21736 \end_inset
21737
21738 mm entre les lignes 
21739 \begin_inset Formula $\downarrow$
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 </row>
21748 <row>
21749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Formula $\uparrow$
21754 \end_inset
21755
21756  espace de 3
21757 \begin_inset space \thinspace{}
21758 \end_inset
21759
21760 mm entre les lignes 
21761 \begin_inset Formula $\uparrow$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 </lyxtabular>
21771
21772 \end_inset
21773
21774
21775 \begin_inset space \hfill{}
21776 \end_inset
21777
21778
21779 \begin_inset space \hspace*{}
21780 \length 0pt
21781 \end_inset
21782
21783
21784 \begin_inset VSpace medskip
21785 \end_inset
21786
21787
21788 \begin_inset Newline newline
21789 \end_inset
21790
21791 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
21792  pas de filets verticaux.
21793 \end_layout
21794
21795 \begin_layout Standard
21796 \begin_inset VSpace bigskip
21797 \end_inset
21798
21799 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
21800  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
21801  dans le préambule :
21802 \end_layout
21803
21804 \begin_layout Standard
21805
21806 \series bold
21807
21808 \backslash
21809 @ifundefined{extrarowheight}
21810 \begin_inset Newline newline
21811 \end_inset
21812
21813
21814 \begin_inset Phantom HPhantom
21815 status open
21816
21817 \begin_layout Plain Layout
21818
21819 \series bold
21820 \begin_inset space ~
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827
21828 {
21829 \backslash
21830 usepackage{array}}{}
21831 \begin_inset Newline newline
21832 \end_inset
21833
21834
21835 \backslash
21836 setlength{
21837 \backslash
21838 extrarowheight}{height}
21839 \series default
21840 \lang english
21841
21842 \begin_inset Note Note
21843 status collapsed
21844
21845 \begin_layout Plain Layout
21846
21847 \lang english
21848 The package 
21849 \series bold
21850 array
21851 \series default
21852  will be loaded automatically by \SpecialChar LyX
21853  when you use self defined table formats.
21854  To avoid that it is loaded twice the command 
21855 \series bold
21856
21857 \backslash
21858 @ifundefined
21859 \series default
21860  is used in the above command.
21861 \end_layout
21862
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \begin_layout Standard
21869 Mais ceci présente le défaut que le texte des cellules de tableau n'est
21870  plus exactement centré verticalement.
21871  (le paquetage 
21872 \series bold
21873 array 
21874 \series default
21875 sera chargé automatiquement par \SpecialChar LyX
21876  quand vous utilisez des formats de tableaux
21877  auto-définis.
21878  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
21879  
21880 \series bold
21881
21882 \backslash
21883 @ifundefined
21884 \series default
21885  dans la commande précédente.)
21886 \end_layout
21887
21888 \begin_layout Standard
21889 Si vous utilisez des polices de taille plus grande que la taille normale,
21890  les bordures des tableaux sont souvent trop proches du texte.
21891  On peut corriger ce problème en insérant la commande 
21892 \series bold
21893
21894 \begin_inset space \space{}
21895 \end_inset
21896
21897
21898 \backslash
21899 strut
21900 \series default
21901  en code \SpecialChar TeX
21902  au debut d'une ligne du tableau.
21903  Le tableau
21904 \begin_inset space ~
21905 \end_inset
21906
21907
21908 \begin_inset CommandInset ref
21909 LatexCommand ref
21910 reference "tab:Alignement-vertical"
21911
21912 \end_inset
21913
21914  montre l'effet de cette commande.
21915 \end_layout
21916
21917 \begin_layout Standard
21918 \noindent
21919 \begin_inset Float table
21920 placement h
21921 wide false
21922 sideways false
21923 status open
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Caption Standard
21927
21928 \begin_layout Plain Layout
21929 \begin_inset CommandInset label
21930 LatexCommand label
21931 name "tab:Alignement-vertical"
21932
21933 \end_inset
21934
21935 Alignement vertical d'un texte avec une police de grande taille.
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \begin_layout Plain Layout
21944 \begin_inset space \hfill{}
21945 \end_inset
21946
21947
21948 \begin_inset Float table
21949 wide false
21950 sideways false
21951 status collapsed
21952
21953 \begin_layout Plain Layout
21954 \begin_inset Caption Standard
21955
21956 \begin_layout Plain Layout
21957 Tableau normal.
21958 \end_layout
21959
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \begin_layout Plain Layout
21966 \noindent
21967 \align center
21968 \begin_inset Tabular
21969 <lyxtabular version="3" rows="6" columns="1">
21970 <features tabularvalignment="middle">
21971 <column alignment="left" valignment="top">
21972 <row>
21973 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 Normal, g
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 <row>
21984 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988
21989 \size large
21990 Large
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 </row>
21996 <row>
21997 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001
22002 \size larger
22003 Larger
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \size largest
22016 Largest
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \size huge
22029 Huge
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \size huge
22042 Huger
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 </lyxtabular>
22049
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056
22057
22058 \begin_inset space \hfill{}
22059 \end_inset
22060
22061
22062 \begin_inset Float table
22063 wide false
22064 sideways false
22065 status collapsed
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Caption Standard
22069
22070 \begin_layout Plain Layout
22071 Tableau utilisant la commande 
22072 \series bold
22073
22074 \backslash
22075 strut
22076 \series default
22077 .
22078 \end_layout
22079
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \begin_layout Plain Layout
22086 \noindent
22087 \align center
22088 \begin_inset Tabular
22089 <lyxtabular version="3" rows="6" columns="1">
22090 <features tabularvalignment="middle">
22091 <column alignment="left" valignment="top">
22092 <row>
22093 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 Normal, g
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 </row>
22103 <row>
22104 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \size large
22110 \begin_inset ERT
22111 status collapsed
22112
22113 \begin_layout Plain Layout
22114
22115
22116 \backslash
22117 strut 
22118 \end_layout
22119
22120 \end_inset
22121
22122 Large
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 <row>
22129 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133
22134 \size larger
22135 \begin_inset ERT
22136 status collapsed
22137
22138 \begin_layout Plain Layout
22139
22140
22141 \backslash
22142 strut 
22143 \end_layout
22144
22145 \end_inset
22146
22147 Larger
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 </row>
22153 <row>
22154 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22155 \begin_inset Text
22156
22157 \begin_layout Plain Layout
22158
22159 \size largest
22160 \begin_inset ERT
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164
22165
22166 \backslash
22167 strut 
22168 \end_layout
22169
22170 \end_inset
22171
22172 Largest
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \size huge
22185 \begin_inset ERT
22186 status collapsed
22187
22188 \begin_layout Plain Layout
22189
22190
22191 \backslash
22192 strut 
22193 \end_layout
22194
22195 \end_inset
22196
22197 Huge
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 </row>
22203 <row>
22204 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \size giant
22210 \begin_inset ERT
22211 status collapsed
22212
22213 \begin_layout Plain Layout
22214
22215
22216 \backslash
22217 strut 
22218 \end_layout
22219
22220 \end_inset
22221
22222
22223 \size huge
22224 Huger
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 </row>
22230 </lyxtabular>
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \end_inset
22238
22239
22240 \begin_inset space \hfill{}
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \begin_layout Standard
22252 \begin_inset Newpage newpage
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Subsection
22259 Alignements de cellules spéciaux
22260 \begin_inset CommandInset label
22261 LatexCommand label
22262 name "subsec:Alignements-de-cellules"
22263
22264 \end_inset
22265
22266
22267 \begin_inset Index idx
22268 status collapsed
22269
22270 \begin_layout Plain Layout
22271 Personnalisation des tableaux ! Alignement de cellules spéciaux
22272 \end_layout
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Standard
22280 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
22281  cellules sur un caractère donné, par exemple le séparateur décimal comme
22282  dans le tableau
22283 \begin_inset space ~
22284 \end_inset
22285
22286
22287 \begin_inset CommandInset ref
22288 LatexCommand ref
22289 reference "tab:Tableau-centré-sur-séparateur-1"
22290
22291 \end_inset
22292
22293 .
22294  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
22295  soit en appuyant sur le bouton 
22296 \begin_inset Info
22297 type  "icon"
22298 arg   "tabular-feature align-decimal"
22299 \end_inset
22300
22301  de la barre d'outils ou en modifiant le paramètre 
22302 \family sans
22303 Alignement horizontal
22304 \family default
22305  à 
22306 \family sans
22307 Au séparateur décimal
22308 \family default
22309 .
22310  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
22311  dans les paramètres du tableau.
22312 \end_layout
22313
22314 \begin_layout Standard
22315 \begin_inset Float table
22316 placement h
22317 wide false
22318 sideways false
22319 status open
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Caption Standard
22323
22324 \begin_layout Plain Layout
22325 \begin_inset CommandInset label
22326 LatexCommand label
22327 name "tab:Tableau-centré-sur-séparateur-1"
22328
22329 \end_inset
22330
22331 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \begin_layout Plain Layout
22340 \align center
22341 \begin_inset Tabular
22342 <lyxtabular version="3" rows="4" columns="1">
22343 <features booktabs="true" tabularvalignment="middle">
22344 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22345 <row>
22346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350 en-tête
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" topline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 12,6
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 <row>
22368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 0,68
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383 -123,0
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 </row>
22389 </lyxtabular>
22390
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397
22398
22399 \end_layout
22400
22401 \begin_layout Standard
22402 \begin_inset Float table
22403 placement h
22404 wide false
22405 sideways false
22406 status open
22407
22408 \begin_layout Plain Layout
22409 \begin_inset Caption Standard
22410
22411 \begin_layout Plain Layout
22412 \begin_inset CommandInset label
22413 LatexCommand label
22414 name "tab:Tableau-centré-sur-séparateur-2"
22415
22416 \end_inset
22417
22418 Les cellules d'une colonnes sont centrées sur les opérateurs.
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \begin_layout Plain Layout
22427 \align center
22428 \begin_inset Tabular
22429 <lyxtabular version="3" rows="4" columns="2">
22430 <features booktabs="true" tabularvalignment="middle">
22431 <column alignment="right" valignment="top" width="0pt">
22432 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22433 <row>
22434 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 en-tête
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 <row>
22454 <cell alignment="center" valignment="top" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458 \begin_inset Formula $12\,+$
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 \begin_inset Formula $\,6$
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 <row>
22480 <cell alignment="center" valignment="top" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 \begin_inset Formula $0\,-$
22485 \end_inset
22486
22487
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 <cell alignment="center" valignment="top" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496 \begin_inset Formula $\,68$
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 </row>
22505 <row>
22506 <cell alignment="center" valignment="top" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Formula $-123\,/$
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 \begin_inset Formula $\,0$
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 </lyxtabular>
22532
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539
22540
22541 \end_layout
22542
22543 \begin_layout Standard
22544 L'alignement sur un caractère ne fonctionne pas avec des formules parce
22545  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
22546  formules.
22547  Dans ce cas on doit utiliser la méthode du tableau
22548 \begin_inset space ~
22549 \end_inset
22550
22551
22552 \begin_inset CommandInset ref
22553 LatexCommand ref
22554 reference "tab:Tableau-centré-sur-séparateur-2"
22555
22556 \end_inset
22557
22558 .
22559  Ce tableau a été créé comme un tableau 4×2.
22560  L'en-tête est une cellule multi-colonnes centrée.
22561  La première colonne est alignée à droite et contient la première partie
22562  et inclue l'opérateur.
22563  La seconde colonne contient le reste de la cellule aligné à gauche.
22564  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
22565  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
22566  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
22567  tableau, le paramètre \SpecialChar LaTeX
22568  suivant a été utilisé pour la deuxième colonne :
22569 \end_layout
22570
22571 \begin_layout Standard
22572
22573 \series bold
22574 @{}l
22575 \end_layout
22576
22577 \begin_layout Standard
22578 Le tableau
22579 \begin_inset space ~
22580 \end_inset
22581
22582
22583 \begin_inset CommandInset ref
22584 LatexCommand ref
22585 reference "tab:Plusieurs-exemples-alignements"
22586
22587 \end_inset
22588
22589  montre quelques exemples d'alignements.
22590  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
22591  comme pour la deuxième colonne du tableau
22592 \begin_inset space ~
22593 \end_inset
22594
22595
22596 \begin_inset CommandInset ref
22597 LatexCommand ref
22598 reference "tab:Tableau-centré-sur-séparateur-2"
22599
22600 \end_inset
22601
22602 .
22603 \end_layout
22604
22605 \begin_layout Standard
22606 \begin_inset Float table
22607 wide false
22608 sideways false
22609 status open
22610
22611 \begin_layout Plain Layout
22612 \begin_inset Caption Standard
22613
22614 \begin_layout Plain Layout
22615 \begin_inset CommandInset label
22616 LatexCommand label
22617 name "tab:Plusieurs-exemples-alignements"
22618
22619 \end_inset
22620
22621 Plusieurs exemples d'alignement de cellules.
22622 \end_layout
22623
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \begin_layout Plain Layout
22630 \align center
22631 \begin_inset Tabular
22632 <lyxtabular version="3" rows="4" columns="6">
22633 <features tabularvalignment="middle">
22634 <column alignment="right" valignment="top">
22635 <column alignment="left" valignment="top" special="@{}l">
22636 <column alignment="right" valignment="top">
22637 <column alignment="left" valignment="top" special="@{}l">
22638 <column alignment="right" valignment="top">
22639 <column alignment="left" valignment="top" special="@{}l">
22640 <row>
22641 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 unités
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 exposants
22664 \end_layout
22665
22666 \end_inset
22667 </cell>
22668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 relations
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 </row>
22696 <row>
22697 <cell alignment="center" valignment="top" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 12×
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 24
22711 \begin_inset space \thinspace{}
22712 \end_inset
22713
22714 bouteilles
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $10\cdot$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Formula $10^{\mbox{-}17}$
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 \begin_inset Formula $\Gamma(t)\propto$
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Formula $\:\Upsilon(t)$
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 1024×
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 768
22783 \begin_inset space \thinspace{}
22784 \end_inset
22785
22786 Pixels
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 \begin_inset Formula $5.78\cdot$
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \end_inset
22802 </cell>
22803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807 \begin_inset Formula $10^{7}$
22808 \end_inset
22809
22810
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 <cell alignment="center" valignment="top" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819 \begin_inset Formula $A\ne$
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831 \begin_inset Formula $\:B_{\mathrm{red}}$
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 </row>
22840 <row>
22841 <cell alignment="center" valignment="top" usebox="none">
22842 \begin_inset Text
22843
22844 \begin_layout Plain Layout
22845 32×
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 6
22855 \begin_inset space \thinspace{}
22856 \end_inset
22857
22858 cm
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 -
22868 \begin_inset Formula $33.5\cdot$
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $10^{4}$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 \begin_inset Formula $\sin(\alpha)\ge$
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904 \begin_inset Formula $\:\sin(\beta)$
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 </row>
22913 </lyxtabular>
22914
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Subsection
22926 Formats de cellule et de colonne personnalisés
22927 \begin_inset CommandInset label
22928 LatexCommand label
22929 name "subsec:Formats-personnalisés"
22930
22931 \end_inset
22932
22933
22934 \begin_inset Index idx
22935 status collapsed
22936
22937 \begin_layout Plain Layout
22938 Personnalisation des tableaux !  Format de cellule/colonne
22939 \end_layout
22940
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \begin_layout Standard
22947 Calculer la largeur nécessaire pour colonnes normales comme dans la section
22948 \begin_inset space ~
22949 \end_inset
22950
22951
22952 \begin_inset CommandInset ref
22953 LatexCommand ref
22954 reference "sec:Table-Width-Calculation"
22955
22956 \end_inset
22957
22958  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
22959  la section
22960 \begin_inset space ~
22961 \end_inset
22962
22963
22964 \begin_inset CommandInset ref
22965 LatexCommand ref
22966 reference "subsec:Calculs-multicolonnes"
22967
22968 \end_inset
22969
22970  peut devenir très pénible si vous avez plusieurs tableaux.
22971  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
22972  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
22973  du document.
22974  Le format est défini avec la commande
22975 \end_layout
22976
22977 \begin_layout Standard
22978
22979 \series bold
22980
22981 \backslash
22982 newcolumntype{nom du format}[nombre d'arguments]{commandes}
22983 \end_layout
22984
22985 \begin_layout Standard
22986 Le nom du format peut n'avoir qu'une lettre.
22987  Les lettres 
22988 \emph on
22989 b
22990 \emph default
22991
22992 \emph on
22993 c
22994 \emph default
22995
22996 \emph on
22997 l
22998 \emph default
22999
23000 \emph on
23001 m
23002 \emph default
23003
23004 \emph on
23005 p
23006 \emph default
23007  et 
23008 \emph on
23009 r
23010 \emph default
23011  sont prédéfinies et donc ne peuvent être utilisées.
23012  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
23013 \end_layout
23014
23015 \begin_layout Standard
23016 \begin_inset VSpace medskip
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Standard
23023 Pour de cellules multi-colonnes centrées verticalement et horizontalement
23024  avec une largeur donnée, vous pouvez définir le format de cellule suivant
23025  :
23026 \end_layout
23027
23028 \begin_layout Standard
23029
23030 \series bold
23031
23032 \backslash
23033 newcolumntype{M}[1]{>{
23034 \backslash
23035 centering
23036 \backslash
23037 hspace{0pt}}m{#1}}
23038 \end_layout
23039
23040 \begin_layout Standard
23041 Où le 
23042 \series bold
23043
23044 \backslash
23045 hspace{0pt}
23046 \series default
23047  évite le problème de césure du premier mot, comme c'est décrit en section
23048 \begin_inset space ~
23049 \end_inset
23050
23051
23052 \begin_inset CommandInset ref
23053 LatexCommand ref
23054 reference "subsec:Lignes-multiple-dans-cellule"
23055
23056 \end_inset
23057
23058 .
23059  Ensuite, vous pouvez entrer
23060 \end_layout
23061
23062 \begin_layout Standard
23063
23064 \series bold
23065 M{width}
23066 \end_layout
23067
23068 \begin_layout Standard
23069 comme paramètre \SpecialChar LaTeX
23070  dans la fenêtre de dialogue de tableau pour créer une multi-col
23071 onnes.
23072 \end_layout
23073
23074 \begin_layout Standard
23075 \begin_inset VSpace bigskip
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \begin_layout Standard
23082 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
23083  pouvez définir le format
23084 \end_layout
23085
23086 \begin_layout Standard
23087
23088 \series bold
23089
23090 \backslash
23091 newcolumntype{S}[2]{>{
23092 \backslash
23093 centering
23094 \backslash
23095 hspace{0pt}}
23096 \begin_inset Newline newline
23097 \end_inset
23098
23099
23100 \begin_inset Phantom HPhantom
23101 status open
23102
23103 \begin_layout Plain Layout
23104
23105 \series bold
23106
23107 \backslash
23108 newcolumntype{S}[2]
23109 \end_layout
23110
23111 \end_inset
23112
23113 m{(#1+(2
23114 \backslash
23115 tabcolsep+
23116 \backslash
23117 arrayrulewidth)*(1-#2))/#2}}
23118 \end_layout
23119
23120 \begin_layout Standard
23121 Ce format utilise l'équation
23122 \begin_inset space ~
23123 \end_inset
23124
23125
23126 \begin_inset CommandInset ref
23127 LatexCommand eqref
23128 reference "eq:Wgn"
23129
23130 \end_inset
23131
23132  pour calculer la largeur que doit avoir chacune des cellules couverte par
23133  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
23134 \end_layout
23135
23136 \begin_layout Standard
23137 Ensuite, vous pouvez entrer
23138 \end_layout
23139
23140 \begin_layout Standard
23141
23142 \series bold
23143 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
23144 \end_layout
23145
23146 \begin_layout Standard
23147 comme paramètre \SpecialChar LaTeX
23148  de la colonne.
23149 \end_layout
23150
23151 \begin_layout Standard
23152 \begin_inset VSpace bigskip
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \begin_layout Standard
23159 Pour des colonnes colorées, vous pouvez définir
23160 \end_layout
23161
23162 \begin_layout Standard
23163
23164 \series bold
23165
23166 \backslash
23167 newcolumntype{K}[1]{>{
23168 \backslash
23169 columncolor{#1}
23170 \backslash
23171 hspace{0pt}}c}
23172 \end_layout
23173
23174 \begin_layout Standard
23175 Le 
23176 \begin_inset Quotes cld
23177 \end_inset
23178
23179 c
23180 \begin_inset Quotes crd
23181 \end_inset
23182
23183  à la fin crée une colonne de largeur variable dont le texte est centré
23184  horizontalement.
23185  Vous pouvez maintenant entrer
23186 \end_layout
23187
23188 \begin_layout Standard
23189
23190 \series bold
23191 K{nom de couleur}
23192 \end_layout
23193
23194 \begin_layout Standard
23195 comme paramètre \SpecialChar LaTeX
23196 .
23197 \end_layout
23198
23199 \begin_layout Standard
23200 \begin_inset VSpace bigskip
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Standard
23207 Pour créer le tableau
23208 \begin_inset space ~
23209 \end_inset
23210
23211
23212 \begin_inset CommandInset ref
23213 LatexCommand ref
23214 reference "tab:Tableau-formats-personnalisés"
23215
23216 \end_inset
23217
23218  utilisez les paramètres \SpecialChar LaTeX
23219
23220 \end_layout
23221
23222 \begin_layout Standard
23223
23224 \series bold
23225 M{2.5cm}
23226 \end_layout
23227
23228 \begin_layout Standard
23229 pour la première colonne et la multi-colonnes,
23230 \end_layout
23231
23232 \begin_layout Standard
23233
23234 \series bold
23235 K{red}
23236 \end_layout
23237
23238 \begin_layout Standard
23239 pour la dernière colonne, et
23240 \end_layout
23241
23242 \begin_layout Standard
23243
23244 \series bold
23245 S{2.5cm}{2}
23246 \end_layout
23247
23248 \begin_layout Standard
23249 pour les cellules de la deuxième colonne.
23250 \end_layout
23251
23252 \begin_layout Standard
23253 \begin_inset Float table
23254 placement h
23255 wide false
23256 sideways false
23257 status open
23258
23259 \begin_layout Plain Layout
23260 \begin_inset Caption Standard
23261
23262 \begin_layout Plain Layout
23263 \begin_inset CommandInset label
23264 LatexCommand label
23265 name "tab:Tableau-formats-personnalisés"
23266
23267 \end_inset
23268
23269 Tableau utilisant des formats personnalisés
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \begin_layout Plain Layout
23278 \align center
23279 \begin_inset Tabular
23280 <lyxtabular version="3" rows="3" columns="4">
23281 <features tabularvalignment="middle">
23282 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23283 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23284 <column alignment="center" valignment="middle">
23285 <column alignment="center" valignment="middle" special="K{red}">
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 motTrèsLongDansUneCellule
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 multi-colonnes avec multi-lignes
23301 \end_layout
23302
23303 \end_inset
23304 </cell>
23305 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 c
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 </row>
23324 <row>
23325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23326 \begin_inset Text
23327
23328 \begin_layout Plain Layout
23329 d
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 e
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 f
23348 \end_layout
23349
23350 \end_inset
23351 </cell>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356 g
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 h
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 i
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 j
23386 \end_layout
23387
23388 \end_inset
23389 </cell>
23390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394 k
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 </lyxtabular>
23401
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408
23409
23410 \end_layout
23411
23412 \begin_layout Subsection
23413 Épaisseur des filets
23414 \begin_inset CommandInset label
23415 LatexCommand label
23416 name "subsec:Epaisseur-filets"
23417
23418 \end_inset
23419
23420
23421 \begin_inset Index idx
23422 status collapsed
23423
23424 \begin_layout Plain Layout
23425 Personnalisation des tableaux ! Épaisseur filets
23426 \end_layout
23427
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \begin_layout Standard
23434 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
23435  
23436 \series bold
23437
23438 \backslash
23439 arrayrulewidth
23440 \series default
23441 .
23442  Pour mettre, par exemple, une épaisseur de filet de 1.5
23443 \begin_inset space \thinspace{}
23444 \end_inset
23445
23446 pt, comme pour le tableau
23447 \begin_inset space ~
23448 \end_inset
23449
23450
23451 \begin_inset CommandInset ref
23452 LatexCommand ref
23453 reference "tab:Tableau-filets-1.5pt"
23454
23455 \end_inset
23456
23457 , insérez la commande
23458 \end_layout
23459
23460 \begin_layout Standard
23461
23462 \series bold
23463
23464 \backslash
23465 setlength{
23466 \backslash
23467 arrayrulewidth}{1.5pt}
23468 \end_layout
23469
23470 \begin_layout Standard
23471 en code \SpecialChar TeX
23472  avant le tableau ou le flottant de tableau.
23473  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
23474  suivent.
23475  pour revenir aux valeurs implicites, mettez 
23476 \series bold
23477
23478 \backslash
23479 arrayrulewidth
23480 \series default
23481  à 0.4
23482 \begin_inset space \thinspace{}
23483 \end_inset
23484
23485 pt en utilisant du code \SpecialChar LaTeX
23486  après le tableau ou le flottant de tableau.
23487 \end_layout
23488
23489 \begin_layout Standard
23490 \begin_inset ERT
23491 status collapsed
23492
23493 \begin_layout Plain Layout
23494
23495
23496 \backslash
23497 setlength{
23498 \backslash
23499 arrayrulewidth}{1.5pt}
23500 \end_layout
23501
23502 \end_inset
23503
23504
23505 \begin_inset Float table
23506 wide false
23507 sideways false
23508 status open
23509
23510 \begin_layout Plain Layout
23511 \begin_inset Caption Standard
23512
23513 \begin_layout Plain Layout
23514 \begin_inset CommandInset label
23515 LatexCommand label
23516 name "tab:Tableau-filets-1.5pt"
23517
23518 \end_inset
23519
23520 Tableau avec des filets de 1.5
23521 \begin_inset space \thinspace{}
23522 \end_inset
23523
23524 pt
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \begin_layout Plain Layout
23533 \align center
23534 \begin_inset Tabular
23535 <lyxtabular version="3" rows="3" columns="3">
23536 <features tabularvalignment="middle">
23537 <column alignment="center" valignment="top">
23538 <column alignment="center" valignment="top">
23539 <column alignment="center" valignment="top">
23540 <row>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 sd
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 </row>
23569 <row>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583 sd
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \end_layout
23605
23606 \end_inset
23607 </cell>
23608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 sd
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 </lyxtabular>
23628
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635
23636
23637 \begin_inset ERT
23638 status collapsed
23639
23640 \begin_layout Plain Layout
23641
23642
23643 \backslash
23644 setlength{
23645 \backslash
23646 arrayrulewidth}{0.4pt}
23647 \end_layout
23648
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \begin_layout Standard
23655 \begin_inset VSpace bigskip
23656 \end_inset
23657
23658 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
23659 \begin_inset space \thinspace{}
23660 \end_inset
23661
23662 pt, comme dans le tableau
23663 \begin_inset space ~
23664 \end_inset
23665
23666
23667 \begin_inset CommandInset ref
23668 LatexCommand ref
23669 reference "tab:Tableau-filets-horizontaux-1.5pt"
23670
23671 \end_inset
23672
23673 , insérez les commandes suivantes en code \SpecialChar TeX
23674  avant le tableau ou le flottant
23675  de tableau :
23676 \end_layout
23677
23678 \begin_layout Standard
23679
23680 \series bold
23681
23682 \backslash
23683 let
23684 \backslash
23685 myHline
23686 \backslash
23687 hline
23688 \begin_inset Newline newline
23689 \end_inset
23690
23691
23692 \backslash
23693 renewcommand{
23694 \backslash
23695 hline}
23696 \begin_inset Newline newline
23697 \end_inset
23698
23699  {
23700 \backslash
23701 noalign{
23702 \backslash
23703 global
23704 \backslash
23705 arrayrulewidth 1.5pt}
23706 \begin_inset Newline newline
23707 \end_inset
23708
23709  
23710 \backslash
23711 myHline
23712 \backslash
23713 noalign{
23714 \backslash
23715 global
23716 \backslash
23717 arrayrulewidth 0.4pt}}
23718 \end_layout
23719
23720 \begin_layout Standard
23721 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
23722  en code \SpecialChar TeX
23723  après le tableau ou le flottant de tableau :
23724 \end_layout
23725
23726 \begin_layout Standard
23727
23728 \series bold
23729
23730 \backslash
23731 renewcommand{
23732 \backslash
23733 hline}{
23734 \backslash
23735 myHline}
23736 \end_layout
23737
23738 \begin_layout Standard
23739 \begin_inset ERT
23740 status collapsed
23741
23742 \begin_layout Plain Layout
23743
23744
23745 \backslash
23746 let
23747 \backslash
23748 myHline
23749 \backslash
23750 hline
23751 \end_layout
23752
23753 \begin_layout Plain Layout
23754
23755
23756 \backslash
23757 renewcommand{
23758 \backslash
23759 hline}
23760 \end_layout
23761
23762 \begin_layout Plain Layout
23763
23764  {
23765 \backslash
23766 noalign{
23767 \backslash
23768 global
23769 \backslash
23770 arrayrulewidth 1.5pt}
23771 \end_layout
23772
23773 \begin_layout Plain Layout
23774
23775   
23776 \backslash
23777 myHline
23778 \backslash
23779 noalign{
23780 \backslash
23781 global
23782 \backslash
23783 arrayrulewidth 0.4pt}}
23784 \end_layout
23785
23786 \end_inset
23787
23788
23789 \begin_inset Float table
23790 wide false
23791 sideways false
23792 status open
23793
23794 \begin_layout Plain Layout
23795 \begin_inset Caption Standard
23796
23797 \begin_layout Plain Layout
23798 \begin_inset CommandInset label
23799 LatexCommand label
23800 name "tab:Tableau-filets-horizontaux-1.5pt"
23801
23802 \end_inset
23803
23804 Tableau avec des filets horizontaux de 1.5
23805 \begin_inset space \thinspace{}
23806 \end_inset
23807
23808 pt
23809 \end_layout
23810
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \begin_layout Plain Layout
23817 \align center
23818 \begin_inset Tabular
23819 <lyxtabular version="3" rows="3" columns="3">
23820 <features tabularvalignment="middle">
23821 <column alignment="center" valignment="top">
23822 <column alignment="center" valignment="top">
23823 <column alignment="center" valignment="top">
23824 <row>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 sd
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 </row>
23853 <row>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867 sd
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 <row>
23883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 sd
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 </lyxtabular>
23912
23913 \end_inset
23914
23915
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \begin_inset ERT
23922 status collapsed
23923
23924 \begin_layout Plain Layout
23925
23926
23927 \backslash
23928 renewcommand{
23929 \backslash
23930 hline}{
23931 \backslash
23932 myHline}
23933 \end_layout
23934
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \begin_layout Standard
23941 \begin_inset VSpace bigskip
23942 \end_inset
23943
23944 Pour que seuls les filets verticaux aient une épaisseur de 1.5
23945 \begin_inset space \thinspace{}
23946 \end_inset
23947
23948 pt, créez le format de colonne suivant dans le préambule, en suivant la
23949  description de la section
23950 \begin_inset space ~
23951 \end_inset
23952
23953
23954 \begin_inset CommandInset ref
23955 LatexCommand ref
23956 reference "subsec:Formats-personnalisés"
23957
23958 \end_inset
23959
23960 :
23961 \end_layout
23962
23963 \begin_layout Standard
23964
23965 \series bold
23966
23967 \backslash
23968 newcolumntype{V}{!{
23969 \backslash
23970 vrule width 1.5pt}}
23971 \end_layout
23972
23973 \begin_layout Standard
23974 Pour le tableau
23975 \begin_inset space ~
23976 \end_inset
23977
23978
23979 \begin_inset CommandInset ref
23980 LatexCommand ref
23981 reference "tab:Tableau-filets-verticaux-1.5pt"
23982
23983 \end_inset
23984
23985  le paramètre \SpecialChar LaTeX
23986  
23987 \end_layout
23988
23989 \begin_layout Standard
23990
23991 \series bold
23992 VcV
23993 \end_layout
23994
23995 \begin_layout Standard
23996 a été utilisé pour la dernière colonne et
23997 \end_layout
23998
23999 \begin_layout Standard
24000
24001 \series bold
24002 Vc
24003 \end_layout
24004
24005 \begin_layout Standard
24006 pour les autres colonnes.
24007 \end_layout
24008
24009 \begin_layout Standard
24010 \begin_inset Float table
24011 wide false
24012 sideways false
24013 status open
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Caption Standard
24017
24018 \begin_layout Plain Layout
24019 \begin_inset CommandInset label
24020 LatexCommand label
24021 name "tab:Tableau-filets-verticaux-1.5pt"
24022
24023 \end_inset
24024
24025 Tableau avec des filets verticaux de 1.5
24026 \begin_inset space \thinspace{}
24027 \end_inset
24028
24029 pt 
24030 \end_layout
24031
24032 \end_inset
24033
24034
24035 \end_layout
24036
24037 \begin_layout Plain Layout
24038 \align center
24039 \begin_inset Tabular
24040 <lyxtabular version="3" rows="3" columns="3">
24041 <features tabularvalignment="middle">
24042 <column alignment="center" valignment="top" special="Vc">
24043 <column alignment="center" valignment="top" special="Vc">
24044 <column alignment="center" valignment="top" special="VcV">
24045 <row>
24046 <cell alignment="center" valignment="top" topline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 sd
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 <cell alignment="center" valignment="top" topline="true" usebox="none">
24056 \begin_inset Text
24057
24058 \begin_layout Plain Layout
24059
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 <cell alignment="center" valignment="top" topline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 </row>
24074 <row>
24075 <cell alignment="center" valignment="top" topline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 sd
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 sd
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 </row>
24132 </lyxtabular>
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \begin_layout Subsection
24145 Filets à traits interrompus
24146 \begin_inset Index idx
24147 status collapsed
24148
24149 \begin_layout Plain Layout
24150 Personnalisation des tableaux ! Filets à traits interrompus
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 \begin_inset ERT
24160 status collapsed
24161
24162 \begin_layout Plain Layout
24163
24164
24165 \backslash
24166 ifarydshln
24167 \end_layout
24168
24169 \end_inset
24170
24171
24172 \begin_inset Note Note
24173 status open
24174
24175 \begin_layout Plain Layout
24176 La section suivante ne s'affichera que si vous avez installé le paquetage
24177  \SpecialChar LaTeX
24178  
24179 \series bold
24180 arydshln
24181 \series default
24182 .
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \begin_layout Standard
24191 \begin_inset Float table
24192 placement H
24193 wide false
24194 sideways false
24195 status open
24196
24197 \begin_layout Plain Layout
24198 \begin_inset Caption Standard
24199
24200 \begin_layout Plain Layout
24201 \begin_inset CommandInset label
24202 LatexCommand label
24203 name "tab:Tableau-filets-tirets"
24204
24205 \end_inset
24206
24207 Tableau avec des filets à traits interrompus
24208 \end_layout
24209
24210 \end_inset
24211
24212
24213 \end_layout
24214
24215 \begin_layout Plain Layout
24216 \align center
24217 \begin_inset Tabular
24218 <lyxtabular version="3" rows="5" columns="5">
24219 <features tabularvalignment="middle">
24220 <column alignment="center" valignment="top">
24221 <column alignment="center" valignment="top">
24222 <column alignment="center" valignment="top" special=":c">
24223 <column alignment="center" valignment="top">
24224 <column alignment="center" valignment="top">
24225 <row>
24226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 a
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 b
24240 \end_layout
24241
24242 \end_inset
24243 </cell>
24244 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248 c
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 d
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 e
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 </row>
24272 <row>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277 f
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 g
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 h
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 i
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 j
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 </row>
24319 <row>
24320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 \begin_inset ERT
24325 status collapsed
24326
24327 \begin_layout Plain Layout
24328
24329
24330 \backslash
24331 hdashline 
24332 \end_layout
24333
24334 \end_inset
24335
24336 k
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345 l
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 <cell alignment="center" valignment="top" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354 m
24355 \end_layout
24356
24357 \end_inset
24358 </cell>
24359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363 n
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372 o
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 </row>
24378 <row>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383 \begin_inset ERT
24384 status collapsed
24385
24386 \begin_layout Plain Layout
24387
24388
24389 \backslash
24390 cdashline{4-5}
24391 \end_layout
24392
24393 \end_inset
24394
24395 p
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 q
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413 r
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 s
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 </row>
24437 <row>
24438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442 t
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451 u
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 v
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469 w
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 x
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 </row>
24484 </lyxtabular>
24485
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \begin_layout Standard
24497 \SpecialChar LyX
24498  ne gère pas de façon native les filets à lignes interrompues, vous devez
24499  donc employer du code \SpecialChar TeX
24500 .
24501  Mais avant il faut charger le paquetage \SpecialChar LaTeX
24502  
24503 \series bold
24504 arydshln
24505 \series default
24506
24507 \begin_inset Index idx
24508 status collapsed
24509
24510 \begin_layout Plain Layout
24511 Paquetages \SpecialChar LaTeX
24512  ! arydshln
24513 \end_layout
24514
24515 \end_inset
24516
24517  dans le préambule du document avec la commande 
24518 \end_layout
24519
24520 \begin_layout Standard
24521
24522 \series bold
24523
24524 \backslash
24525 usepackage{arydshln}
24526 \end_layout
24527
24528 \begin_layout Standard
24529 Pour faire un filet vertical avec un trait interrompu, mettez deux points
24530  
24531 \begin_inset Quotes cld
24532 \end_inset
24533
24534 :
24535 \begin_inset Quotes crd
24536 \end_inset
24537
24538  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
24539  dans
24540  la fenêtre de dialogue de paramètre du tableau.
24541 \end_layout
24542
24543 \begin_layout Standard
24544 Pour un trait horizontal interrompu, ajoutez la commande
24545 \end_layout
24546
24547 \begin_layout Standard
24548
24549 \series bold
24550
24551 \backslash
24552 hdashline
24553 \end_layout
24554
24555 \begin_layout Standard
24556 en code \SpecialChar TeX
24557  comme premier élément de la première cellule de la ligne de tableau.
24558 \end_layout
24559
24560 \begin_layout Standard
24561 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
24562  commande 
24563 \end_layout
24564
24565 \begin_layout Standard
24566
24567 \series bold
24568
24569 \backslash
24570 cdashline{
24571 \series default
24572 numéros de colonnes}
24573 \end_layout
24574
24575 \begin_layout Standard
24576 en code \SpecialChar TeX
24577  comme premier élément de la première cellule de la ligne.
24578  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
24579  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
24580 \end_layout
24581
24582 \begin_layout Standard
24583
24584 \series bold
24585
24586 \backslash
24587 cdashline{2-4}
24588 \end_layout
24589
24590 \begin_layout Standard
24591 comme premier élément de la première cellule de la ligne contenant la multi-colo
24592 nnes.
24593 \end_layout
24594
24595 \begin_layout Standard
24596 \begin_inset VSpace bigskip
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 Le tableau
24604 \begin_inset space ~
24605 \end_inset
24606
24607
24608 \begin_inset CommandInset ref
24609 LatexCommand ref
24610 reference "tab:Tableau-filets-tirets"
24611
24612 \end_inset
24613
24614  a été créé en utilisant 
24615 \begin_inset Quotes cld
24616 \end_inset
24617
24618
24619 \series bold
24620 :c
24621 \series default
24622
24623 \begin_inset Quotes crd
24624 \end_inset
24625
24626  comme paramètre \SpecialChar LaTeX
24627  pour la troisième colonne.
24628  La commande en code \SpecialChar TeX
24629  
24630 \series bold
24631
24632 \backslash
24633 hdashline
24634 \series default
24635  a été insérée dans la première cellule de la troisième ligne et la commande
24636  en code \SpecialChar TeX
24637  
24638 \series bold
24639
24640 \backslash
24641 cdashline{4-5}
24642 \series default
24643  a été insérée dans la première cellule de la quatrième ligne.
24644 \end_layout
24645
24646 \begin_layout Standard
24647 \begin_inset VSpace bigskip
24648 \end_inset
24649
24650 Les filets interrompus peuvent également colorés comme indiqué tableau
24651 \begin_inset space ~
24652 \end_inset
24653
24654
24655 \begin_inset CommandInset ref
24656 LatexCommand ref
24657 reference "tab:Colored-table-with"
24658
24659 \end_inset
24660
24661 .
24662 \end_layout
24663
24664 \begin_layout Standard
24665 \begin_inset ERT
24666 status collapsed
24667
24668 \begin_layout Plain Layout
24669
24670
24671 \backslash
24672 setlength{
24673 \backslash
24674 arrayrulewidth}{1pt}
24675 \end_layout
24676
24677 \end_inset
24678
24679
24680 \begin_inset Note Note
24681 status collapsed
24682
24683 \begin_layout Plain Layout
24684 filets épaissis pour un meilleur affichage de la couleur du file
24685 \lang english
24686 t
24687 \end_layout
24688
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \begin_layout Standard
24695 \begin_inset ERT
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699
24700
24701 \backslash
24702 dashgapcolor{green}
24703 \end_layout
24704
24705 \end_inset
24706
24707
24708 \begin_inset Note Note
24709 status collapsed
24710
24711 \begin_layout Plain Layout
24712 espaces entre les tirets en vert
24713 \end_layout
24714
24715 \end_inset
24716
24717
24718 \end_layout
24719
24720 \begin_layout Standard
24721 \begin_inset ERT
24722 status collapsed
24723
24724 \begin_layout Plain Layout
24725
24726
24727 \backslash
24728 let
24729 \backslash
24730 myHdashline
24731 \backslash
24732 hdashline
24733 \end_layout
24734
24735 \begin_layout Plain Layout
24736
24737
24738 \backslash
24739 renewcommand{
24740 \backslash
24741 hdashline}
24742 \end_layout
24743
24744 \begin_layout Plain Layout
24745
24746  {
24747 \backslash
24748 arrayrulecolor{red}
24749 \backslash
24750 myHdashline
24751 \backslash
24752 arrayrulecolor{black}}
24753 \end_layout
24754
24755 \end_inset
24756
24757
24758 \begin_inset Note Note
24759 status collapsed
24760
24761 \begin_layout Plain Layout
24762 filets interrompus horizontaux en rouge
24763 \end_layout
24764
24765 \end_inset
24766
24767
24768 \end_layout
24769
24770 \begin_layout Standard
24771 \begin_inset ERT
24772 status collapsed
24773
24774 \begin_layout Plain Layout
24775
24776
24777 \backslash
24778 let
24779 \backslash
24780 myCdashline
24781 \backslash
24782 cdashline
24783 \end_layout
24784
24785 \begin_layout Plain Layout
24786
24787
24788 \backslash
24789 renewcommand{
24790 \backslash
24791 cdashline}[1]
24792 \end_layout
24793
24794 \begin_layout Plain Layout
24795
24796  {
24797 \backslash
24798 arrayrulecolor{yellow}
24799 \backslash
24800 myCdashline{#1}
24801 \backslash
24802 arrayrulecolor{black}}
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \begin_inset Note Note
24809 status collapsed
24810
24811 \begin_layout Plain Layout
24812 filets interrompus horizontaux en jaune, partiellement
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Standard
24821 \begin_inset Float table
24822 placement h
24823 wide false
24824 sideways false
24825 status open
24826
24827 \begin_layout Plain Layout
24828 \begin_inset Caption Standard
24829
24830 \begin_layout Plain Layout
24831 \begin_inset CommandInset label
24832 LatexCommand label
24833 name "tab:Colored-table-with"
24834
24835 \end_inset
24836
24837 Tableau coloré avec filets interropus
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \end_layout
24844
24845 \begin_layout Plain Layout
24846 \align center
24847 \begin_inset Tabular
24848 <lyxtabular version="3" rows="5" columns="5">
24849 <features tabularvalignment="middle">
24850 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
24851 <column alignment="center" valignment="top" width="0pt">
24852 <column alignment="center" valignment="top" width="0pt" special=":c">
24853 <column alignment="center" valignment="top">
24854 <column alignment="center" valignment="top">
24855 <row>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860 a
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869 b
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" topline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878 c
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887 d
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 e
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 </row>
24902 <row>
24903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907 f
24908 \end_layout
24909
24910 \end_inset
24911 </cell>
24912 <cell alignment="center" valignment="top" topline="true" usebox="none">
24913 \begin_inset Text
24914
24915 \begin_layout Plain Layout
24916 g
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 <cell alignment="center" valignment="top" topline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 h
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24931 \begin_inset Text
24932
24933 \begin_layout Plain Layout
24934 i
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Plain Layout
24943 j
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 <row>
24950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954 \begin_inset ERT
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958
24959
24960 \backslash
24961 hdashline 
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \begin_inset ERT
24968 status collapsed
24969
24970 \begin_layout Plain Layout
24971
24972
24973 \backslash
24974 rowcolor{Gray}
24975 \end_layout
24976
24977 \end_inset
24978
24979 k
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988 l
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 m
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 n
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015 o
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 </row>
25021 <row>
25022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026 \begin_inset ERT
25027 status collapsed
25028
25029 \begin_layout Plain Layout
25030
25031
25032 \backslash
25033 cdashline{4-5}
25034 \end_layout
25035
25036 \end_inset
25037
25038 p
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047 q
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 r
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 s
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 </row>
25080 <row>
25081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085 t
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094 u
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103 v
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112 w
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 \begin_inset ERT
25122 status collapsed
25123
25124 \begin_layout Plain Layout
25125
25126
25127 \backslash
25128 cellcolor{Maroon}
25129 \end_layout
25130
25131 \end_inset
25132
25133 i
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 </row>
25139 </lyxtabular>
25140
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \begin_layout Standard
25152 \begin_inset ERT
25153 status collapsed
25154
25155 \begin_layout Plain Layout
25156
25157
25158 \backslash
25159 renewcommand{
25160 \backslash
25161 hdashline}{
25162 \backslash
25163 myHdashline}
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \lang english
25170
25171 \begin_inset Note Note
25172 status collapsed
25173
25174 \begin_layout Plain Layout
25175 retour à la valeur implicite
25176 \end_layout
25177
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \begin_layout Standard
25184 \begin_inset ERT
25185 status collapsed
25186
25187 \begin_layout Plain Layout
25188
25189
25190 \backslash
25191 renewcommand{
25192 \backslash
25193 cdashline}{
25194 \backslash
25195 myCdashline}
25196 \end_layout
25197
25198 \end_inset
25199
25200
25201 \lang english
25202
25203 \begin_inset Note Note
25204 status collapsed
25205
25206 \begin_layout Plain Layout
25207 retour à la valeur implicite
25208 \end_layout
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Standard
25216 \begin_inset ERT
25217 status collapsed
25218
25219 \begin_layout Plain Layout
25220
25221
25222 \backslash
25223 nodashgapcolor
25224 \end_layout
25225
25226 \end_inset
25227
25228
25229 \lang english
25230
25231 \begin_inset Note Note
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235 retour à la valeur implicite
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \begin_layout Standard
25244 \begin_inset ERT
25245 status collapsed
25246
25247 \begin_layout Plain Layout
25248
25249
25250 \backslash
25251 setlength{
25252 \backslash
25253 arrayrulewidth}{0.4pt}
25254 \end_layout
25255
25256 \end_inset
25257
25258
25259 \lang english
25260
25261 \begin_inset Note Note
25262 status collapsed
25263
25264 \begin_layout Plain Layout
25265 retour à la valeur implicite
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \end_layout
25272
25273 \begin_layout Standard
25274 La coloration des lignes, des colonnes et des filets fonctionne comme il
25275  est décrit section
25276 \begin_inset space ~
25277 \end_inset
25278
25279
25280 \begin_inset CommandInset ref
25281 LatexCommand ref
25282 reference "sec:Tableaux-Colorés"
25283
25284 \end_inset
25285
25286 .
25287  Coloret les filets horizontaux fonctionne de manière analogue comme il
25288  est décrit ici, il suffit de remplacer la commande 
25289 \series bold
25290
25291 \backslash
25292 myHlineC
25293 \series default
25294  par 
25295 \series bold
25296
25297 \backslash
25298 myHdashline
25299 \series default
25300  et la commande 
25301 \backslash
25302
25303 \series bold
25304 hlinepar
25305 \series default
25306  
25307 \series bold
25308
25309 \backslash
25310 hdashline
25311 \series default
25312 .
25313  On utilise donc les commandes:
25314 \end_layout
25315
25316 \begin_layout Standard
25317
25318 \series bold
25319
25320 \backslash
25321 let
25322 \backslash
25323 myHdashline
25324 \backslash
25325 hdashline
25326 \begin_inset Newline newline
25327 \end_inset
25328
25329
25330 \backslash
25331 renewcommand{
25332 \backslash
25333 hdashline}
25334 \begin_inset Newline newline
25335 \end_inset
25336
25337
25338 \begin_inset Phantom HPhantom
25339 status open
25340
25341 \begin_layout Plain Layout
25342 \begin_inset space ~
25343 \end_inset
25344
25345
25346 \end_layout
25347
25348 \end_inset
25349
25350 {
25351 \backslash
25352 arrayrulecolor{red}
25353 \backslash
25354 myHdashline
25355 \backslash
25356 arrayrulecolor{black}}
25357 \end_layout
25358
25359 \begin_layout Standard
25360 Pour colorer 
25361 \series bold
25362
25363 \backslash
25364 cdashline
25365 \series default
25366 , la commande est:
25367 \end_layout
25368
25369 \begin_layout Standard
25370
25371 \series bold
25372
25373 \backslash
25374 let
25375 \backslash
25376 myCdashline
25377 \backslash
25378 cdashline
25379 \begin_inset Newline newline
25380 \end_inset
25381
25382
25383 \backslash
25384 renewcommand{
25385 \backslash
25386 cdashline}[1]
25387 \begin_inset Newline newline
25388 \end_inset
25389
25390
25391 \begin_inset Phantom HPhantom
25392 status open
25393
25394 \begin_layout Plain Layout
25395 \begin_inset space ~
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \end_inset
25402
25403 {
25404 \backslash
25405 arrayrulecolor{red}
25406 \backslash
25407 myCdashline{#1}
25408 \backslash
25409 arrayrulecolor{black}}
25410 \end_layout
25411
25412 \begin_layout Standard
25413 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
25414  code \SpecialChar TeX
25415  après le tableau,
25416 \end_layout
25417
25418 \begin_layout Standard
25419 pour 
25420 \series bold
25421
25422 \backslash
25423 hdashline:
25424 \end_layout
25425
25426 \begin_layout Standard
25427
25428 \series bold
25429
25430 \backslash
25431 renewcommand{
25432 \backslash
25433 hdashline}{
25434 \backslash
25435 myHdashline}
25436 \end_layout
25437
25438 \begin_layout Standard
25439 et pour 
25440 \series bold
25441
25442 \backslash
25443 cdashline
25444 \end_layout
25445
25446 \begin_layout Standard
25447
25448 \series bold
25449
25450 \backslash
25451 renewcommand{
25452 \backslash
25453 cdashline}{
25454 \backslash
25455 myCdashline}
25456 \end_layout
25457
25458 \begin_layout Standard
25459 Pour colorer les espaces entre les tirets la commande
25460 \end_layout
25461
25462 \begin_layout Standard
25463
25464 \series bold
25465
25466 \backslash
25467 dashgapcolor{couleur}
25468 \end_layout
25469
25470 \begin_layout Standard
25471 peut être insérée en code \SpecialChar TeX
25472  avant un tableau.
25473  
25474 \series bold
25475 couleur
25476 \series default
25477  est ici le nom d'une couleur définie précédemment.
25478  La commande
25479 \end_layout
25480
25481 \begin_layout Standard
25482
25483 \series bold
25484
25485 \backslash
25486 nodashgapcolor
25487 \end_layout
25488
25489 \begin_layout Standard
25490 annule les changements induits par 
25491 \series bold
25492
25493 \backslash
25494 dashgapcolor
25495 \series default
25496 .
25497 \end_layout
25498
25499 \begin_layout Standard
25500 \begin_inset Note Greyedout
25501 status open
25502
25503 \begin_layout Plain Layout
25504
25505 \series bold
25506 Not
25507 \series default
25508 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
25509  de 
25510 \series bold
25511 arydshln
25512 \series default
25513  en premier.
25514  Donc dans la cellule 
25515 \emph on
25516 k
25517 \emph default
25518  du tableau
25519 \begin_inset space ~
25520 \end_inset
25521
25522
25523 \begin_inset CommandInset ref
25524 LatexCommand ref
25525 reference "tab:Colored-table-with"
25526
25527 \end_inset
25528
25529  , la commande 
25530 \series bold
25531
25532 \backslash
25533 hdashline
25534 \series default
25535  est placée avant 
25536 \series bold
25537
25538 \backslash
25539 rowcolor
25540 \series default
25541 .
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \begin_layout Standard
25550 \begin_inset Note Greyedout
25551 status open
25552
25553 \begin_layout Plain Layout
25554
25555 \series bold
25556 Nota:
25557 \series default
25558  le paquetage \SpecialChar LaTeX
25559  
25560 \series bold
25561 arydshln
25562 \series default
25563  doit être chargé dans le préambule 
25564 \emph on
25565 avant
25566 \emph default
25567  le paquetage 
25568 \series bold
25569 colortbl
25570 \series default
25571
25572 \begin_inset Index idx
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576 Paquetages \SpecialChar LaTeX
25577  ! colortbl
25578 \end_layout
25579
25580 \end_inset
25581
25582 .
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \begin_layout Standard
25591 \begin_inset ERT
25592 status collapsed
25593
25594 \begin_layout Plain Layout
25595
25596
25597 \backslash
25598 else
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \begin_inset Note Note
25605 status open
25606
25607 \begin_layout Plain Layout
25608 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
25609  
25610 \series bold
25611 arydshln
25612 \series default
25613  n'est pas installé :
25614 \end_layout
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Vous devez installer le paquetage \SpecialChar LaTeX
25623  
25624 \series bold
25625 arydshln
25626 \series default
25627  pour voir le contenu des cette section dans la sortie imprimée.
25628 \end_layout
25629
25630 \begin_layout Standard
25631 \begin_inset ERT
25632 status collapsed
25633
25634 \begin_layout Plain Layout
25635
25636
25637 \backslash
25638 fi
25639 \end_layout
25640
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \begin_layout Standard
25647 Pour les détails concernant les filets colorés, voir la documentation du
25648  paquetage 
25649 \series bold
25650 arydshln
25651 \series default
25652
25653 \begin_inset CommandInset citation
25654 LatexCommand cite
25655 key "arydshln"
25656 literal "true"
25657
25658 \end_inset
25659
25660 .
25661 \end_layout
25662
25663 \begin_layout Chapter
25664 Flottants
25665 \begin_inset CommandInset label
25666 LatexCommand label
25667 name "chap:Flottants"
25668
25669 \end_inset
25670
25671
25672 \begin_inset Index idx
25673 status collapsed
25674
25675 \begin_layout Plain Layout
25676 Flottants
25677 \end_layout
25678
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \begin_layout Section
25685 Introduction
25686 \begin_inset CommandInset label
25687 LatexCommand label
25688 name "sec:Flottants-Introduction"
25689
25690 \end_inset
25691
25692
25693 \begin_inset Index idx
25694 status collapsed
25695
25696 \begin_layout Plain Layout
25697 Flottants ! Introduction
25698 \end_layout
25699
25700 \end_inset
25701
25702
25703 \end_layout
25704
25705 \begin_layout Standard
25706 Un flottant est une portion de document, qui peut être associé à une étiquette
25707  et dont la position n'est pas fixée.
25708  Il peut 
25709 \begin_inset Quotes cld
25710 \end_inset
25711
25712 flotter
25713 \begin_inset Quotes crd
25714 \end_inset
25715
25716  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
25717  plus approprié.
25718  Les 
25719 \family sans
25720 Notes
25721 \begin_inset space ~
25722 \end_inset
25723
25724 en
25725 \begin_inset space ~
25726 \end_inset
25727
25728 Bas
25729 \begin_inset space ~
25730 \end_inset
25731
25732 de
25733 \begin_inset space ~
25734 \end_inset
25735
25736 Page
25737 \family default
25738  et le 
25739 \family sans
25740 Notes
25741 \begin_inset space ~
25742 \end_inset
25743
25744 en
25745 \begin_inset space ~
25746 \end_inset
25747
25748 Marge
25749 \family default
25750  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
25751  sur la page suivante quand il y a trop de notes sur la page courante.
25752 \end_layout
25753
25754 \begin_layout Standard
25755 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
25756  très grande qualité.
25757  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
25758  éviter des lignes blanches ou des pages sans texte.
25759  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
25760  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
25761  le texte.
25762  Les flottants sont donc numérotés.
25763  Les références croisées sont décrites dans la section
25764 \begin_inset space ~
25765 \end_inset
25766
25767
25768 \begin_inset CommandInset ref
25769 LatexCommand ref
25770 reference "sec:Referencer-les-Flottants"
25771
25772 \end_inset
25773
25774 .
25775 \end_layout
25776
25777 \begin_layout Standard
25778 Pour insérer un flottant, on utilise un des sous menus du menu 
25779 \family sans
25780 Insertion\SpecialChar menuseparator
25781 Flottant
25782 \family default
25783  (barre d'outils 
25784 \begin_inset Info
25785 type  "icon"
25786 arg   "float-insert figure"
25787 \end_inset
25788
25789  ou 
25790 \begin_inset Info
25791 type  "icon"
25792 arg   "float-insert table"
25793 \end_inset
25794
25795 ).
25796  Une boîte va être insérée dans votre document avec par exemple une étiquette
25797  du genre 
25798 \begin_inset Quotes cld
25799 \end_inset
25800
25801 Figure
25802 \begin_inset space ~
25803 \end_inset
25804
25805 #:
25806 \begin_inset Quotes crd
25807 \end_inset
25808
25809  (où # est un numéro).
25810  L'étiquette est automatiquement traduite dans la langue du document dans
25811  la sortie finale.
25812  Après l'étiquette vous pouvez insérer du texte comme légende.
25813  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
25814  séparé, à l'intérieur du flottant.
25815  Vous trouverez plus de détails sur le positionnement des légendes dans
25816  la section
25817 \begin_inset space ~
25818 \end_inset
25819
25820
25821 \begin_inset CommandInset ref
25822 LatexCommand ref
25823 reference "sec:Placement-légende"
25824
25825 \end_inset
25826
25827 .
25828  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
25829 , vous pouvez fermer
25830  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
25831  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
25832  Une boîte de flottant fermée ressemble à ceci : 
25833 \begin_inset Graphics
25834         filename clipart/float.png
25835         scale 95
25836
25837 \end_inset
25838
25839  – une case grise avec un texte rouge.
25840 \end_layout
25841
25842 \begin_layout Standard
25843 Il est recommandé d'insérer les flottants comme des paragraphes séparés
25844  pour éviter des erreurs avec \SpecialChar LaTeX
25845 , quand le texte qui entoure le flottant est
25846  formaté de façon particulière.
25847 \end_layout
25848
25849 \begin_layout Section
25850 Les types de flottants
25851 \end_layout
25852
25853 \begin_layout Standard
25854 En plus des flottants de figures et de tableau qui sont décrits respectivement
25855  dans les sections
25856 \begin_inset space ~
25857 \end_inset
25858
25859
25860 \begin_inset CommandInset ref
25861 LatexCommand ref
25862 reference "sec:Figure-Floats"
25863
25864 \end_inset
25865
25866  et 
25867 \begin_inset CommandInset ref
25868 LatexCommand ref
25869 reference "sec:Table-Floats"
25870
25871 \end_inset
25872
25873 , \SpecialChar LyX
25874  offre aussi les types 
25875 \family sans
25876 Algorithme
25877 \family default
25878  et 
25879 \family sans
25880 Enrobage
25881 \family default
25882 .
25883  Ces derniers sont expliques dans la section
25884 \begin_inset space \thinspace{}
25885 \end_inset
25886
25887
25888 \begin_inset CommandInset ref
25889 LatexCommand ref
25890 reference "sec:Flottant-d'enrobage"
25891
25892 \end_inset
25893
25894 .
25895 \end_layout
25896
25897 \begin_layout Subsection
25898 Flottant d'algorithme
25899 \begin_inset Index idx
25900 status collapsed
25901
25902 \begin_layout Plain Layout
25903 Flottants ! Algorithmes
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \begin_layout Standard
25912 \begin_inset Float algorithm
25913 placement h
25914 wide false
25915 sideways false
25916 status open
25917
25918 \begin_layout Plain Layout
25919 \begin_inset Caption Standard
25920
25921 \begin_layout Plain Layout
25922 \begin_inset CommandInset label
25923 LatexCommand label
25924 name "alg:Exemple-Flottant-Algorithme"
25925
25926 \end_inset
25927
25928 Exemple de flottant d'algorithme
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \begin_layout LyX-Code
25937 for I in 1..N loop
25938 \begin_inset Newline newline
25939 \end_inset
25940
25941  Sum:= Sum + A(I); /*comment*/
25942 \begin_inset Newline newline
25943 \end_inset
25944
25945 end loop
25946 \begin_inset VSpace -4mm
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \end_inset
25953
25954
25955 \end_layout
25956
25957 \begin_layout Standard
25958 Ce type de flottant est inséré à l'aide du menu 
25959 \family sans
25960 Insertion\SpecialChar menuseparator
25961 Flottant\SpecialChar menuseparator
25962 Algorithme
25963 \family default
25964 .
25965  Il peut être utilisé pour des morceaux de code source ou des descriptions
25966  d'algorithmes et peut être utilisé comme une alternative au listing de
25967  code source qui est décrit au chapitre
25968 \begin_inset space ~
25969 \end_inset
25970
25971
25972 \begin_inset CommandInset ref
25973 LatexCommand ref
25974 reference "cha:Program-Code-Listings"
25975
25976 \end_inset
25977
25978 .
25979  Vous pouvez par exemple utiliser l'environnement Code
25980 \begin_inset space ~
25981 \end_inset
25982
25983 \SpecialChar LyX
25984  qui est décrit dans le 
25985 \emph on
25986 Guide
25987 \emph default
25988
25989 \begin_inset space ~
25990 \end_inset
25991
25992
25993 \emph on
25994 de
25995 \begin_inset space ~
25996 \end_inset
25997
25998 l'Utilisateur
25999 \emph default
26000  de \SpecialChar LyX
26001 .
26002  l'algorithme
26003 \begin_inset space ~
26004 \end_inset
26005
26006
26007 \begin_inset CommandInset ref
26008 LatexCommand ref
26009 reference "alg:Exemple-Flottant-Algorithme"
26010
26011 \end_inset
26012
26013  est un exemple de flottant d'algorithme où un espace vertical de -4
26014 \begin_inset space \thinspace{}
26015 \end_inset
26016
26017 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
26018  soit placée exactement sous le texte de la dernière ligne.
26019 \end_layout
26020
26021 \begin_layout Standard
26022 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
26023  du document.
26024  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
26025 ent en ajoutant la ligne suivante dans le préambule de votre document :
26026 \end_layout
26027
26028 \begin_layout Standard
26029
26030 \series bold
26031
26032 \backslash
26033 floatname{algorithm}{votre
26034 \begin_inset space ~
26035 \end_inset
26036
26037 nom}
26038 \end_layout
26039
26040 \begin_layout Standard
26041
26042 \family sans
26043  votre
26044 \begin_inset space ~
26045 \end_inset
26046
26047 nom
26048 \family default
26049  est le mot 
26050 \begin_inset Quotes cld
26051 \end_inset
26052
26053
26054 \emph on
26055 algorithme
26056 \emph default
26057
26058 \begin_inset Quotes crd
26059 \end_inset
26060
26061  dans votre langue.
26062 \end_layout
26063
26064 \begin_layout Standard
26065 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
26066 \family sans
26067 Insertion\SpecialChar menuseparator
26068 Listes
26069 \begin_inset space ~
26070 \end_inset
26071
26072 &
26073 \begin_inset space ~
26074 \end_inset
26075
26076 TdM\SpecialChar menuseparator
26077 Liste
26078 \begin_inset space ~
26079 \end_inset
26080
26081 des
26082 \begin_inset space ~
26083 \end_inset
26084
26085 algorithmes
26086 \family default
26087  si votre document est en la même langue que les menus de \SpecialChar LyX
26088 .
26089  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
26090  en code \SpecialChar TeX
26091  à la place:
26092 \end_layout
26093
26094 \begin_layout Standard
26095
26096 \series bold
26097
26098 \backslash
26099 listof{algorithm}{votre
26100 \begin_inset space ~
26101 \end_inset
26102
26103 nom}
26104 \end_layout
26105
26106 \begin_layout Standard
26107 où 
26108 \family sans
26109 votre
26110 \begin_inset space ~
26111 \end_inset
26112
26113 nom
26114 \family default
26115  est la traduction de 
26116 \begin_inset Quotes cld
26117 \end_inset
26118
26119
26120 \emph on
26121 List of Algorithm
26122 \emph default
26123 s
26124 \begin_inset Quotes crd
26125 \end_inset
26126
26127  dans votre langue.
26128 \end_layout
26129
26130 \begin_layout Standard
26131 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
26132  le schéma 
26133 \begin_inset Quotes cld
26134 \end_inset
26135
26136 chapitre.algorithme
26137 \begin_inset Quotes crd
26138 \end_inset
26139
26140  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
26141  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
26142  commande dans le préambule de votre document :
26143 \end_layout
26144
26145 \begin_layout Standard
26146
26147 \series bold
26148
26149 \backslash
26150 numberwithin{algorithm}{chapter}
26151 \end_layout
26152
26153 \begin_layout Standard
26154 Pour pouvoir utiliser la commande 
26155 \series bold
26156
26157 \backslash
26158 numberwithin
26159 \series default
26160 , activez l'option 
26161 \family sans
26162 Utiliser
26163 \begin_inset space ~
26164 \end_inset
26165
26166 le
26167 \begin_inset space ~
26168 \end_inset
26169
26170 paquetage
26171 \begin_inset space ~
26172 \end_inset
26173
26174 AMS
26175 \begin_inset space ~
26176 \end_inset
26177
26178 math
26179 \family default
26180  dans la rubrique 
26181 \family sans
26182 Options
26183 \begin_inset space ~
26184 \end_inset
26185
26186 des
26187 \begin_inset space ~
26188 \end_inset
26189
26190 Maths
26191 \family default
26192  de la fenêtre de dialogue 
26193 \family sans
26194 Paramètres
26195 \begin_inset space ~
26196 \end_inset
26197
26198 du
26199 \begin_inset space ~
26200 \end_inset
26201
26202 Document
26203 \family default
26204 .
26205 \end_layout
26206
26207 \begin_layout Section
26208 Numérotation des flottants
26209 \begin_inset Index idx
26210 status collapsed
26211
26212 \begin_layout Plain Layout
26213 Flottants ! Numérotation
26214 \end_layout
26215
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \begin_layout Standard
26222 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
26223  ils se trouvent, soit en utilisant un format du genre 
26224 \begin_inset Quotes cld
26225 \end_inset
26226
26227 chapitre.numéro
26228 \begin_inset Quotes crd
26229 \end_inset
26230
26231  ou 
26232 \begin_inset Quotes cld
26233 \end_inset
26234
26235 section.numéro
26236 \begin_inset Quotes crd
26237 \end_inset
26238
26239 .
26240  Cela dépend de la classe de document utilisée.
26241 \end_layout
26242
26243 \begin_layout Standard
26244 Pour changer le format de la numérotation qui ne dépend pas de la section
26245  dans laquelle on se trouve, on peut utiliser la commande suivante dans
26246  le préambule du document :
26247 \end_layout
26248
26249 \begin_layout Standard
26250
26251 \series bold
26252
26253 \backslash
26254 renewcommand{
26255 \backslash
26256 thetable}{
26257 \backslash
26258 roman{table}}
26259 \end_layout
26260
26261 \begin_layout Standard
26262
26263 \series bold
26264
26265 \backslash
26266 thetable
26267 \series default
26268  est la commande qui imprime le numéro du tableau, pour les figures, la
26269  commande serait 
26270 \series bold
26271
26272 \backslash
26273 thefigure
26274 \series default
26275 .
26276  La commande 
26277 \series bold
26278
26279 \backslash
26280 roman
26281 \series default
26282  utilisée dans la commande précédente, imprime le numéro du tableau sous
26283  forme de petits chiffres romains.
26284 \end_layout
26285
26286 \begin_layout Standard
26287 Pour changer le type de numérotation pour par exemple 
26288 \begin_inset Quotes cld
26289 \end_inset
26290
26291 sous-section.numéro
26292 \begin_inset Quotes crd
26293 \end_inset
26294
26295 , utilisez la commande suivante dans le préambule du document :
26296 \end_layout
26297
26298 \begin_layout Standard
26299
26300 \series bold
26301
26302 \backslash
26303 numberwithin{table}{subsection}
26304 \end_layout
26305
26306 \begin_layout Standard
26307 Pour pouvoir utiliser la commande 
26308 \series bold
26309
26310 \backslash
26311 numberwithin
26312 \series default
26313 , vous devez activer l'option 
26314 \family sans
26315 Utiliser
26316 \begin_inset space ~
26317 \end_inset
26318
26319 le
26320 \begin_inset space ~
26321 \end_inset
26322
26323 paquetage
26324 \begin_inset space ~
26325 \end_inset
26326
26327 maths
26328 \begin_inset space ~
26329 \end_inset
26330
26331 AMS
26332 \family default
26333  dans la rubrique 
26334 \family sans
26335 Options
26336 \begin_inset space ~
26337 \end_inset
26338
26339 des
26340 \begin_inset space ~
26341 \end_inset
26342
26343 Maths
26344 \family default
26345  de la fenêtre de dialogue 
26346 \family sans
26347 Paramètres
26348 \family default
26349  du document.
26350 \end_layout
26351
26352 \begin_layout Standard
26353 Veuillez aussi jeter un coup d'œil à la section
26354 \begin_inset space ~
26355 \end_inset
26356
26357
26358 \begin_inset CommandInset ref
26359 LatexCommand ref
26360 reference "subsec:Numerotation-notes-bas-de-page"
26361
26362 \end_inset
26363
26364  pour plus de détails et des notes importantes sur les commandes de numérotation.
26365 \end_layout
26366
26367 \begin_layout Section
26368 Faire référence à des flottants
26369 \begin_inset CommandInset label
26370 LatexCommand label
26371 name "sec:Referencer-les-Flottants"
26372
26373 \end_inset
26374
26375
26376 \begin_inset Index idx
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380 Flottants ! Références
26381 \end_layout
26382
26383 \end_inset
26384
26385
26386 \begin_inset Index idx
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390 References@Références ! à des Flottants 
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \begin_layout Standard
26399 Pour faire référence à un flottant, insérez une étiquette dans sa légende
26400  en utilisant le menu 
26401 \family sans
26402 Insertion\SpecialChar menuseparator
26403 Étiquette
26404 \family default
26405  ou le bouton 
26406 \begin_inset Info
26407 type  "icon"
26408 arg   "label-insert"
26409 \end_inset
26410
26411  de la barre d'outils.
26412  Une boîte grise de ce genre : 
26413 \begin_inset Graphics
26414         filename clipart/label.png
26415         scaleBeforeRotation
26416
26417 \end_inset
26418
26419  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
26420  de saisir le texte de l'étiquette.
26421  \SpecialChar LyX
26422  propose comme texte pour l'étiquette les premiers mots de la légendes
26423  précédés d'un préfixe.
26424  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
26425  préfixe sera 
26426 \begin_inset Quotes cld
26427 \end_inset
26428
26429
26430 \family sans
26431 fig:
26432 \family default
26433
26434 \begin_inset Quotes crd
26435 \end_inset
26436
26437 .
26438 \end_layout
26439
26440 \begin_layout Standard
26441 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
26442  Vous pouvez faire référence à cette étiquette en utilisant le menu 
26443 \family sans
26444 Insertion\SpecialChar menuseparator
26445 Référence
26446 \begin_inset space ~
26447 \end_inset
26448
26449 Croisée
26450 \family default
26451  ou le bouton 
26452 \begin_inset Info
26453 type  "icon"
26454 arg   "dialog-show-new-inset ref"
26455 \end_inset
26456
26457  de la barre d'outils.
26458  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
26459  définies dans votre document.
26460  Si vous avez plusieurs documents \SpecialChar LyX
26461  ouverts, vous pouvez choisir celui que
26462  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
26463  la fenêtre de dialogue.
26464  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
26465  une.
26466  Une boîte grise de référence croisée comme celle-ci : 
26467 \begin_inset Graphics
26468         filename clipart/reference.png
26469         scaleBeforeRotation
26470
26471 \end_inset
26472
26473  va être insérée.
26474  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
26475  de la référence croisée.
26476 \end_layout
26477
26478 \begin_layout Standard
26479 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
26480  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
26481  les deux.
26482  Si une référence croisées fait référence à une étiquette qui n'existe pas,
26483  vous verrez deux points d'interrogation dans la sortie imprimée à la place
26484  du numéro de la référence.
26485 \end_layout
26486
26487 \begin_layout Standard
26488 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
26489  Les références vers l'étiquette modifiée seront mise à jour automatiquement
26490  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
26491  pas à vous en préoccuper.
26492 \end_layout
26493
26494 \begin_layout Standard
26495 Le bouton 
26496 \family sans
26497 Aller
26498 \begin_inset space ~
26499 \end_inset
26500
26501 à
26502 \begin_inset space ~
26503 \end_inset
26504
26505 l'étiquette
26506 \family default
26507  dans la fenêtre de référence croisée va positionner le curseur juste devant
26508  l'étiquette à laquelle on fait référence.
26509  Le nom du bouton bouton 
26510 \family sans
26511 Revenir
26512 \family default
26513  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
26514 \end_layout
26515
26516 \begin_layout Subsection
26517 Formats de références croisées
26518 \begin_inset CommandInset label
26519 LatexCommand label
26520 name "subsec:Formats-Références-Croisées"
26521
26522 \end_inset
26523
26524
26525 \begin_inset Index idx
26526 status collapsed
26527
26528 \begin_layout Plain Layout
26529 References@Références ! Formats
26530 \end_layout
26531
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \begin_layout Standard
26538 Il y a six types de références croisées :
26539 \end_layout
26540
26541 \begin_layout Description
26542 <référence>
26543 \begin_inset space ~
26544 \end_inset
26545
26546 : affiche le numéro de l'élément, c'est le choix implicite : 
26547 \begin_inset CommandInset ref
26548 LatexCommand ref
26549 reference "fig:Deux-images-déformées"
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \begin_layout Description
26557 (<référence>)
26558 \begin_inset space ~
26559 \end_inset
26560
26561 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
26562  normalement pour faire référence à des formules mathématiques, en particulier
26563  quand le mot 
26564 \begin_inset Quotes cld
26565 \end_inset
26566
26567 Équation
26568 \begin_inset Quotes crd
26569 \end_inset
26570
26571  est omis : 
26572 \begin_inset CommandInset ref
26573 LatexCommand eqref
26574 reference "eq:Wgn"
26575
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \begin_layout Description
26582 <page>
26583 \begin_inset space ~
26584 \end_inset
26585
26586 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
26587 \begin_inset space ~
26588 \end_inset
26589
26590
26591 \begin_inset CommandInset ref
26592 LatexCommand pageref
26593 reference "fig:Deux-images-déformées"
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \begin_layout Description
26601 Sur
26602 \begin_inset space ~
26603 \end_inset
26604
26605 la
26606 \begin_inset space ~
26607 \end_inset
26608
26609 page
26610 \begin_inset space ~
26611 \end_inset
26612
26613 <page>
26614 \begin_inset space ~
26615 \end_inset
26616
26617 : affiche le mot 
26618 \begin_inset Quotes cld
26619 \end_inset
26620
26621 page
26622 \begin_inset Quotes crd
26623 \end_inset
26624
26625  suivi du numéro de la page sur laquelle se trouve l'élément : 
26626 \begin_inset CommandInset ref
26627 LatexCommand vpageref
26628 reference "fig:Deux-images-déformées"
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Description
26636 <référence>
26637 \begin_inset space ~
26638 \end_inset
26639
26640 page
26641 \begin_inset space ~
26642 \end_inset
26643
26644 <page>
26645 \begin_inset space ~
26646 \end_inset
26647
26648 : affiche le numéro de l'élément, le mot 
26649 \begin_inset Quotes cld
26650 \end_inset
26651
26652 page
26653 \begin_inset Quotes crd
26654 \end_inset
26655
26656  et le numéro de la page : 
26657 \begin_inset CommandInset ref
26658 LatexCommand vref
26659 reference "fig:Deux-images-déformées"
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \begin_layout Description
26667 Référence
26668 \begin_inset space ~
26669 \end_inset
26670
26671 mise
26672 \begin_inset space ~
26673 \end_inset
26674
26675 en
26676 \begin_inset space ~
26677 \end_inset
26678
26679 forme
26680 \begin_inset space ~
26681 \end_inset
26682
26683 : affiche une référence croisée qui définit son propre format.
26684 \begin_inset Newline newline
26685 \end_inset
26686
26687
26688 \begin_inset Note Greyedout
26689 status open
26690
26691 \begin_layout Plain Layout
26692
26693 \series bold
26694 Note:
26695 \series default
26696  Ce type de référence croisée n'est disponible que si vous avez installé
26697  le paquetage \SpecialChar LaTeX
26698  
26699 \series bold
26700 prettyref
26701 \series default
26702  ou 
26703 \series bold
26704 refstyle
26705 \series default
26706
26707 \begin_inset Index idx
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 Paquetages \SpecialChar LaTeX
26712  ! prettyref
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \begin_inset Index idx
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722 Paquetages \SpecialChar LaTeX
26723  ! refstyle
26724 \end_layout
26725
26726 \end_inset
26727
26728 .
26729 \end_layout
26730
26731 \end_inset
26732
26733
26734 \begin_inset Newline newline
26735 \end_inset
26736
26737 Vous pouvez choisir le paquetage \SpecialChar LaTeX
26738  qui doit être utilisé pour cette fonction
26739  en utilisant l'option 
26740 \family sans
26741 Utiliser refstyle (à la place de prettyref) pour les références croisées
26742 \family default
26743  dans le menu 
26744 \family sans
26745 Document\SpecialChar menuseparator
26746 Paramètres\SpecialChar menuseparator
26747 Classe de document
26748 \family default
26749 .
26750  Le format est précisé en ajoutant la commande 
26751 \series bold
26752
26753 \backslash
26754 newrefformat
26755 \series default
26756  (prettyref) ou 
26757 \series bold
26758
26759 \backslash
26760 newref
26761 \series default
26762  (refstyle) au préambule du document.
26763  Par exemple, pour redéfinir toutes les références à des figures (qui ont
26764  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
26765 \begin_inset space ~
26766 \end_inset
26767
26768 :
26769 \begin_inset Newline newline
26770 \end_inset
26771
26772
26773 \series bold
26774
26775 \backslash
26776 newref{fig}{refcmd={Image sur la page 
26777 \backslash
26778 pageref{#1}}}
26779 \series default
26780
26781 \begin_inset Newline newline
26782 \end_inset
26783
26784 Pour plus d'information sur le format, jetez un œil sur la documentation
26785  du paquetage, 
26786 \begin_inset CommandInset citation
26787 LatexCommand cite
26788 key "prettyref,refstyle"
26789 literal "true"
26790
26791 \end_inset
26792
26793 .
26794 \begin_inset Newline newline
26795 \end_inset
26796
26797 Les options 
26798 \family sans
26799 Plural
26800 \family default
26801  et 
26802 \family sans
26803 Capitalized
26804 \family default
26805  ne sont disponibles que si vous utilisez le paquetage \SpecialChar LaTeX
26806  
26807 \series bold
26808 refstyle
26809 \series default
26810 .
26811  
26812 \family sans
26813 Plural
26814 \family default
26815  met le nom au pluriel, e.
26816 \begin_inset space \thinspace{}
26817 \end_inset
26818
26819 g.
26820 \begin_inset space \space{}
26821 \end_inset
26822
26823
26824 \begin_inset Quotes cld
26825 \end_inset
26826
26827 tableaux
26828 \begin_inset Quotes crd
26829 \end_inset
26830
26831
26832 \family sans
26833 Capitalized
26834 \family default
26835  met une capitale au nom, e.
26836 \begin_inset space \thinspace{}
26837 \end_inset
26838
26839 g.
26840 \begin_inset space \space{}
26841 \end_inset
26842
26843
26844 \begin_inset Quotes cld
26845 \end_inset
26846
26847 Tableau
26848 \begin_inset Quotes crd
26849 \end_inset
26850
26851 .
26852 \end_layout
26853
26854 \begin_layout Description
26855 Référence
26856 \begin_inset space ~
26857 \end_inset
26858
26859 textuelle: affiche la légende de la référence
26860 \begin_inset space ~
26861 \end_inset
26862
26863
26864 \begin_inset CommandInset ref
26865 LatexCommand nameref
26866 reference "fig:Deux-images-déformées"
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \begin_layout Description
26874 Label
26875 \begin_inset space ~
26876 \end_inset
26877
26878 only: n'imprime que l'étiquette \SpecialChar LaTeX
26879  comme référence: 
26880 \begin_inset CommandInset ref
26881 LatexCommand labelonly
26882 reference "fig:Deux-images-déformées"
26883 plural "false"
26884 caps "false"
26885 noprefix "false"
26886
26887 \end_inset
26888
26889
26890 \begin_inset Newline newline
26891 \end_inset
26892
26893 Ceci perlmet d'utiliser l'étiquette en code TeX.
26894  L'option 
26895 \family sans
26896 No Prefix
26897 \family default
26898  enelève le préfixe du nom de l'étiquette: 
26899 \begin_inset CommandInset ref
26900 LatexCommand labelonly
26901 reference "fig:Deux-images-déformées"
26902 plural "false"
26903 caps "false"
26904 noprefix "true"
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \begin_layout Standard
26912
26913 \family sans
26914 <page>
26915 \family default
26916  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
26917  précédente, la même page ou la page suivante.
26918  Vous verrez par exemple un texte du genre 
26919 \begin_inset Quotes cld
26920 \end_inset
26921
26922
26923 \family sans
26924 sur cette page
26925 \family default
26926
26927 \begin_inset Quotes crd
26928 \end_inset
26929
26930  à la place.
26931  Le style 
26932 \family sans
26933 <référence>
26934 \begin_inset space ~
26935 \end_inset
26936
26937 page
26938 \begin_inset space ~
26939 \end_inset
26940
26941 <page> 
26942 \family default
26943 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
26944  page.
26945 \end_layout
26946
26947 \begin_layout Standard
26948 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
26949  se trouve sont calculés automatiquement par \SpecialChar LaTeX
26950 .
26951  Vous choisissez une des six variétés de références dans le champ Format
26952  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
26953  boîte de la référence croisée.
26954 \end_layout
26955
26956 \begin_layout Standard
26957 \begin_inset Note Greyedout
26958 status open
26959
26960 \begin_layout Plain Layout
26961
26962 \series bold
26963 Note:
26964 \series default
26965  L'utilisation du paquetage \SpecialChar LaTeX
26966  
26967 \series bold
26968 refstyle
26969 \series default
26970
26971 \begin_inset Index idx
26972 status collapsed
26973
26974 \begin_layout Plain Layout
26975 Paquetages \SpecialChar LaTeX
26976  ! refstyle
26977 \end_layout
26978
26979 \end_inset
26980
26981  est recommandée parce que 
26982 \series bold
26983 prettyref
26984 \series default
26985
26986 \begin_inset Index idx
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990 Paquetages \SpecialChar LaTeX
26991  ! prettyref
26992 \end_layout
26993
26994 \end_inset
26995
26996  ne connaît pas tous les raccourcis possibles pour les étiquettes
26997 \begin_inset Foot
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001 \begin_inset Quotes cld
27002 \end_inset
27003
27004 fig:
27005 \begin_inset Quotes crd
27006 \end_inset
27007
27008  est par exemple le raccourci \SpecialChar LyX
27009  pour les étiquettes dans les légendes de
27010  figures,.
27011 \end_layout
27012
27013 \end_inset
27014
27015  et n'est pas internationalisé.
27016 \end_layout
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \begin_layout Subsection
27024 Nommage automatique des références croisées
27025 \begin_inset Index idx
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029 References@Références ! Nommage automatique
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Standard
27038 Le paquetage \SpecialChar LaTeX
27039  
27040 \series bold
27041 hyperref
27042 \series default
27043
27044 \begin_inset Index idx
27045 status collapsed
27046
27047 \begin_layout Plain Layout
27048 Paquetages \SpecialChar LaTeX
27049  ! hyperref
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \series bold
27056
27057 \series default
27058 qui est activé dans la rubrique 
27059 \family sans
27060 Propriétés du PDF
27061 \family default
27062  de la fenêtre de dialogue 
27063 \family sans
27064 Paramètres du document
27065 \family default
27066  fournit une fonction très utile pour automatiser la création des références
27067  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
27068  une section).
27069  Par exemple pour vous éviter de devoir écrire le mot 
27070 \begin_inset Quotes cld
27071 \end_inset
27072
27073 Figure
27074 \begin_inset Quotes crd
27075 \end_inset
27076
27077  devant chaque référence à une figure.
27078  Pour profiter de ce nommage automatique des références croisées, vous devez
27079  activer 
27080 \series bold
27081 hyperref
27082 \series default
27083  et insérer la ligne suivante dans le préambule du document :
27084 \end_layout
27085
27086 \begin_layout Standard
27087
27088 \series bold
27089
27090 \backslash
27091 AtBeginDocument{
27092 \backslash
27093 renewcommand{
27094 \backslash
27095 ref}[1]{
27096 \backslash
27097 mbox{
27098 \backslash
27099 autoref{#1}}}}
27100 \end_layout
27101
27102 \begin_layout Standard
27103 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
27104  défaut, par exemple vous préférez le nom 
27105 \begin_inset Quotes cld
27106 \end_inset
27107
27108 sec.
27109 \begin_inset Quotes crd
27110 \end_inset
27111
27112  plutôt que 
27113 \begin_inset Quotes cld
27114 \end_inset
27115
27116 section
27117 \begin_inset Quotes crd
27118 \end_inset
27119
27120 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
27121 \end_layout
27122
27123 \begin_layout Standard
27124
27125 \series bold
27126
27127 \backslash
27128 addto
27129 \backslash
27130 extrasfrench{
27131 \backslash
27132 renewcommand{
27133 \backslash
27134 sectionautorefname}
27135 \begin_inset Newline newline
27136 \end_inset
27137
27138
27139 \begin_inset Phantom HPhantom
27140 status open
27141
27142 \begin_layout Plain Layout
27143
27144 \series bold
27145 \begin_inset space ~
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \end_inset
27152
27153 {sec.
27154 \backslash
27155 negthinspace}}
27156 \end_layout
27157
27158 \begin_layout Standard
27159 Si vous utilisez une autre langue que le français, remplacez 
27160 \series bold
27161
27162 \backslash
27163 extrasfrench
27164 \series default
27165  par 
27166 \series bold
27167
27168 \backslash
27169 extras***
27170 \series default
27171 , où *** est le nom de la langue que vous utilisez.
27172
27173 \series bold
27174  
27175 \end_layout
27176
27177 \begin_layout Standard
27178 Pour avoir des noms automatiques, mais pas pour certains types de références,
27179  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
27180 \end_layout
27181
27182 \begin_layout Standard
27183
27184 \series bold
27185
27186 \backslash
27187 addto
27188 \backslash
27189 extrasfrench{
27190 \backslash
27191 renewcommand*{
27192 \backslash
27193 equationautorefname}[1]{}}
27194 \end_layout
27195
27196 \begin_layout Standard
27197 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
27198  de 
27199 \series bold
27200 hyperref
27201 \series default
27202  
27203 \begin_inset CommandInset citation
27204 LatexCommand cite
27205 key "hyperref"
27206 literal "true"
27207
27208 \end_inset
27209
27210 .
27211 \end_layout
27212
27213 \begin_layout Standard
27214 \begin_inset Note Greyedout
27215 status open
27216
27217 \begin_layout Plain Layout
27218
27219 \series bold
27220 Note:
27221 \series default
27222  Le nommage automatique de références ne peut être utilisé si vous avez
27223  choisi le style de référence 
27224 \family sans
27225 Référence
27226 \begin_inset space ~
27227 \end_inset
27228
27229 mise
27230 \begin_inset space ~
27231 \end_inset
27232
27233 en
27234 \begin_inset space ~
27235 \end_inset
27236
27237 forme
27238 \family default
27239  décrit dans la section
27240 \begin_inset space ~
27241 \end_inset
27242
27243
27244 \begin_inset CommandInset ref
27245 LatexCommand ref
27246 reference "subsec:Formats-Références-Croisées"
27247
27248 \end_inset
27249
27250 .
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \begin_layout Standard
27259 Le manuel 
27260 \emph on
27261 Math
27262 \emph default
27263  est un exemple dans lequel on a utilisé le référencement automatique.
27264 \end_layout
27265
27266 \begin_layout Subsection
27267 Positionnement des références 
27268 \begin_inset CommandInset label
27269 LatexCommand label
27270 name "subsec:Reference-Position"
27271
27272 \end_inset
27273
27274
27275 \begin_inset Index idx
27276 status collapsed
27277
27278 \begin_layout Plain Layout
27279 References@Références ! Positionnement
27280 \end_layout
27281
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \begin_layout Standard
27288 Si vous utilisez le paquetage 
27289 \series bold
27290 hyperref, 
27291 \series default
27292 qui est activé dans la rubrique 
27293 \family sans
27294 Propriétés du PDF
27295 \family default
27296  de la fenêtre de dialogue 
27297 \family sans
27298 Paramètres du document,
27299 \family default
27300  pour lier vos références croisées dans la sortie finale, vous verrez que
27301  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
27302  l'image.
27303  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
27304  pourrez voir l'image sans faire défiler le texte.
27305  Ce problème vient du fait que le point d'ancrage de la référence se situe
27306  à l'endroit de l'étiquette.
27307  En utilisant le paquetage \SpecialChar LaTeX
27308  
27309 \series bold
27310 hypcap
27311 \series default
27312
27313 \begin_inset Index idx
27314 status collapsed
27315
27316 \begin_layout Plain Layout
27317 Paquetages \SpecialChar LaTeX
27318  ! hypcap
27319 \end_layout
27320
27321 \end_inset
27322
27323 , qui fait partie du paquetage \SpecialChar LaTeX
27324  
27325 \series bold
27326 oberdiek
27327 \series default
27328
27329 \begin_inset Index idx
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333 Paquetages \SpecialChar LaTeX
27334  ! oberdiek
27335 \end_layout
27336
27337 \end_inset
27338
27339 , le point d'ancrage d'un lien est place en haut du flottant.
27340  Pour utiliser cette fonction avec les flottants de figure, chargez 
27341 \series bold
27342 hypcap
27343 \series default
27344  dans l'entête du document avec la ligne
27345 \end_layout
27346
27347 \begin_layout Standard
27348
27349 \series bold
27350
27351 \backslash
27352 usepackage[figure]{hypcap}
27353 \end_layout
27354
27355 \begin_layout Standard
27356 Vous pouvez aussi utiliser 
27357 \series bold
27358 hypcap
27359 \series default
27360  pour tous les types de flottants, mais ce n'est pas recommandé pour des
27361  raisons de stabilité.
27362  Pour plus d'information, jetez un coup d'œil au manuel d' 
27363 \series bold
27364 hypcap
27365 \series default
27366  
27367 \begin_inset CommandInset citation
27368 LatexCommand cite
27369 key "hypcap"
27370 literal "true"
27371
27372 \end_inset
27373
27374 .
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset Note Greyedout
27379 status open
27380
27381 \begin_layout Plain Layout
27382
27383 \series bold
27384 Note:
27385 \series default
27386  
27387 \series bold
27388 hypcap
27389 \series default
27390  n'a aucun effet pour les références à des sous-figures.
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Section
27399 Placement des flottants
27400 \begin_inset CommandInset label
27401 LatexCommand label
27402 name "sec:Placement-flottants"
27403
27404 \end_inset
27405
27406
27407 \begin_inset Index idx
27408 status collapsed
27409
27410 \begin_layout Plain Layout
27411 Flottants ! Placement
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \end_layout
27418
27419 \begin_layout Standard
27420 En faisant un clic droit sur la boîte d'un flottant et 
27421 \lang english
27422 clicking on 
27423 \family sans
27424 Settings
27425 \family default
27426 \lang french
27427  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
27428  paramètres de placement que \SpecialChar LaTeX
27429  utilise pour déterminer où placer le flottant.
27430 \begin_inset Newline newline
27431 \end_inset
27432
27433 L'option 
27434 \family sans
27435 Plusieurs
27436 \begin_inset space ~
27437 \end_inset
27438
27439 colonnes
27440 \family default
27441  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
27442  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
27443  confiné sur une seule colonne.
27444 \begin_inset Newline newline
27445 \end_inset
27446
27447 L'option 
27448 \family sans
27449 Rotation
27450 \begin_inset space ~
27451 \end_inset
27452
27453 90°
27454 \family default
27455  est utilisée pour faire tourner les flottants, voyez la section
27456 \begin_inset space ~
27457 \end_inset
27458
27459
27460 \begin_inset CommandInset ref
27461 LatexCommand ref
27462 reference "sec:Flottants-renversés"
27463
27464 \end_inset
27465
27466 .
27467 \end_layout
27468
27469 \begin_layout Standard
27470 En désactivant l'option 
27471 \family sans
27472 Utilise
27473 \begin_inset space ~
27474 \end_inset
27475
27476 le
27477 \begin_inset space ~
27478 \end_inset
27479
27480 placement
27481 \begin_inset space ~
27482 \end_inset
27483
27484 par
27485 \begin_inset space ~
27486 \end_inset
27487
27488 défaut
27489 \family default
27490  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
27491  le placement du flottant:
27492 \end_layout
27493
27494 \begin_layout Description
27495 Ici,
27496 \begin_inset space ~
27497 \end_inset
27498
27499 si
27500 \begin_inset space ~
27501 \end_inset
27502
27503 possible: essaie de placer le flottant à la position où il a été inséré
27504  dans \SpecialChar LyX
27505
27506 \end_layout
27507
27508 \begin_layout Description
27509 Haut
27510 \begin_inset space ~
27511 \end_inset
27512
27513 de
27514 \begin_inset space ~
27515 \end_inset
27516
27517 la
27518 \begin_inset space ~
27519 \end_inset
27520
27521 page: essaie de placer le flottant en haut de la page courante
27522 \end_layout
27523
27524 \begin_layout Description
27525 Bas
27526 \begin_inset space ~
27527 \end_inset
27528
27529 de
27530 \begin_inset space ~
27531 \end_inset
27532
27533 la
27534 \begin_inset space ~
27535 \end_inset
27536
27537 page: essaie de placer le flottant en bas de la page courante
27538 \end_layout
27539
27540 \begin_layout Description
27541 Page
27542 \begin_inset space ~
27543 \end_inset
27544
27545 de
27546 \begin_inset space ~
27547 \end_inset
27548
27549 flottants: essaie de placer le flottant sur une page à part, éventuellement
27550  avec d'autres flottants 
27551 \end_layout
27552
27553 \begin_layout Standard
27554 \SpecialChar LaTeX
27555  utilise
27556 \emph on
27557  toujours 
27558 \emph default
27559 les options dans l'ordre donné ci-dessus.
27560  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
27561  va d'abord
27562  essayer 
27563 \family sans
27564 Ici
27565 \begin_inset space ~
27566 \end_inset
27567
27568 si
27569 \begin_inset space ~
27570 \end_inset
27571
27572 possible
27573 \family default
27574 , ensuite 
27575 \family sans
27576 Haut
27577 \begin_inset space ~
27578 \end_inset
27579
27580 de
27581 \begin_inset space ~
27582 \end_inset
27583
27584 la
27585 \begin_inset space ~
27586 \end_inset
27587
27588 page
27589 \family default
27590 , et ainsi de suite.
27591  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
27592  va essayer les options
27593  que vous avez cochées, mais dans l'ordre donné ci-dessus.
27594  Si aucune des quatre options de placement n'est possible, la procédure
27595  est répétée avec la possibilité de mettre les flottant sur la page suivante.
27596 \end_layout
27597
27598 \begin_layout Standard
27599 Implicitement, chaque option a ses propres règles d'application:
27600 \end_layout
27601
27602 \begin_layout Standard
27603
27604 \family sans
27605 Haut
27606 \begin_inset space ~
27607 \end_inset
27608
27609 de
27610 \begin_inset space ~
27611 \end_inset
27612
27613 la
27614 \begin_inset space ~
27615 \end_inset
27616
27617 page
27618 \family default
27619  : seuls les flottants occupant moins de 70% de la page peuvent être placés
27620  en haut de page (
27621 \series bold
27622
27623 \backslash
27624 topfraction
27625 \series default
27626 ).
27627 \end_layout
27628
27629 \begin_layout Standard
27630
27631 \family sans
27632 Bas
27633 \begin_inset space ~
27634 \end_inset
27635
27636 de
27637 \begin_inset space ~
27638 \end_inset
27639
27640 la
27641 \begin_inset space ~
27642 \end_inset
27643
27644 page
27645 \family default
27646  : seuls les flottants occupant moins de 30% de la page peuvent être placés
27647  en bas de page (
27648 \series bold
27649
27650 \backslash
27651 bottomfraction
27652 \series default
27653 ).
27654 \end_layout
27655
27656 \begin_layout Standard
27657
27658 \family sans
27659 Page
27660 \begin_inset space ~
27661 \end_inset
27662
27663 de
27664 \begin_inset space ~
27665 \end_inset
27666
27667 flottants
27668 \family default
27669  : plusieurs flottants peuvent être placés ensembles sur une page seulement
27670  si ils occupent plus de 50% de celle-ci (
27671 \series bold
27672
27673 \backslash
27674 floatpagefraction
27675 \series default
27676 ).
27677 \end_layout
27678
27679 \begin_layout Standard
27680 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
27681  supplémentaire 
27682 \family sans
27683 Ignorer
27684 \begin_inset space ~
27685 \end_inset
27686
27687 les
27688 \begin_inset space ~
27689 \end_inset
27690
27691 règles
27692 \begin_inset space ~
27693 \end_inset
27694
27695 \SpecialChar LaTeX
27696
27697 \family default
27698 \lang english
27699 .
27700 \begin_inset Newline newline
27701 \end_inset
27702
27703
27704 \lang french
27705 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
27706  qui sont données
27707  entre parenthèses après les descriptions des règles données ci-dessus.
27708  Par exemple, pour augmenter à 50
27709 \begin_inset space \thinspace{}
27710 \end_inset
27711
27712 % la valeur de la règle de bas de page dont la valeur implicite est souvent
27713  trop petite, ajoutez cette ligne au préambule de votre document :
27714 \end_layout
27715
27716 \begin_layout Standard
27717
27718 \series bold
27719
27720 \backslash
27721 renewcommand{
27722 \backslash
27723 bottomfraction}{0.5}
27724 \end_layout
27725
27726 \begin_layout Standard
27727 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
27728  exactement à l'endroit où vous l'avez inséré.
27729  dans ce cas utilisez l'option 
27730 \family sans
27731 Ici
27732 \begin_inset space ~
27733 \end_inset
27734
27735 à
27736 \begin_inset space ~
27737 \end_inset
27738
27739 tout
27740 \begin_inset space ~
27741 \end_inset
27742
27743 Prix
27744 \family default
27745 .
27746  Utilisez cette option le moins souvent possible et seulement quand le document
27747  est presque prêt à être imprimé.
27748  En effet, le flottant n'est plus capable de 
27749 \begin_inset Quotes cld
27750 \end_inset
27751
27752 flotter
27753 \begin_inset Quotes crd
27754 \end_inset
27755
27756 , ce qui peut perturber toutes les mises en page.
27757 \end_layout
27758
27759 \begin_layout Standard
27760 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
27761  sont toujours entourés par le texte d'un paragraphe donné.
27762 \begin_inset VSpace bigskip
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Standard
27769 On peut parfois se trouver dans la situation où un flottant est placé en
27770  haut d'une page alors que la section concernée ne commence qu'au milieu
27771  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
27772  la section précédente.
27773  On peut utiliser la commande \SpecialChar LaTeX
27774  
27775 \series bold
27776
27777 \backslash
27778 suppressfloats
27779 \series default
27780  pour éviter ce cas.
27781  Elle empêche le placement d'un flottant donné dans la page dans laquelle
27782  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
27783  soit placé avant que la section commence.
27784  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
27785  votre document :
27786 \end_layout
27787
27788 \begin_layout Standard
27789
27790 \series bold
27791
27792 \backslash
27793 let
27794 \backslash
27795 mySection
27796 \backslash
27797 section
27798 \begin_inset Newline newline
27799 \end_inset
27800
27801
27802 \backslash
27803 renewcommand{
27804 \backslash
27805 section}{
27806 \backslash
27807 suppressfloats[t]
27808 \backslash
27809 mySection}
27810 \end_layout
27811
27812 \begin_layout Standard
27813 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
27814  comme les chapitres et les sous-sections.
27815  Il n'est pas recommandé d'utiliser cette définition avec des portions de
27816  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
27817  pourrait ensuite
27818  avoir du mal à trouver un positionnement correct.
27819 \end_layout
27820
27821 \begin_layout Standard
27822 \begin_inset VSpace bigskip
27823 \end_inset
27824
27825 Dans certains cas il est demandé de placer toutes les figures et tous les
27826  tableaux à la fin du document.
27827  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
27828  
27829 \series bold
27830 endfloat
27831 \series default
27832
27833 \begin_inset Index idx
27834 status collapsed
27835
27836 \begin_layout Plain Layout
27837 Paquetages \SpecialChar LaTeX
27838  ! endfloat
27839 \end_layout
27840
27841 \end_inset
27842
27843  a été développé.
27844  Il met en effet tous les flottants de figures et de tableaux à la fin du
27845  document dans leurs propres sections.
27846  À la position d'origine du flottant, une indication textuelle du genre
27847  
27848 \begin_inset Quotes cld
27849 \end_inset
27850
27851
27852 \family sans
27853 [Figure
27854 \begin_inset space ~
27855 \end_inset
27856
27857 3.2 
27858 \lang english
27859 about here.
27860 \lang french
27861 ]
27862 \family default
27863
27864 \begin_inset Quotes crd
27865 \end_inset
27866
27867  est insérée.
27868  Le paquetage 
27869 \series bold
27870 endfloat
27871 \series default
27872  est chargé dans le préambule avec la ligne suivante 
27873 \end_layout
27874
27875 \begin_layout Standard
27876
27877 \series bold
27878
27879 \backslash
27880 usepackage[options]{endfloat}
27881 \end_layout
27882
27883 \begin_layout Standard
27884 Il y a aussi de nombreuses options de paquetage pour modifier le format
27885  des sections de figures ou de tableau qui sont créées.
27886  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
27887  
27888 \series bold
27889 endfloa
27890 \series default
27891
27892 \begin_inset CommandInset citation
27893 LatexCommand cite
27894 key "endfloat"
27895 literal "true"
27896
27897 \end_inset
27898
27899 .
27900 \begin_inset Newline newline
27901 \end_inset
27902
27903
27904 \begin_inset Note Greyedout
27905 status open
27906
27907 \begin_layout Plain Layout
27908
27909 \series bold
27910 Note: endfloat
27911 \series default
27912  ne fournit pas de traduction automatique de l'indication textuelle, vous
27913  devez donc le faire manuellement, voyez la section
27914 \begin_inset space ~
27915 \end_inset
27916
27917 4 de 
27918 \begin_inset CommandInset citation
27919 LatexCommand cite
27920 key "endfloat"
27921 literal "true"
27922
27923 \end_inset
27924
27925 .
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \begin_inset Newline newline
27932 \end_inset
27933
27934
27935 \begin_inset Note Greyedout
27936 status open
27937
27938 \begin_layout Plain Layout
27939
27940 \series bold
27941 Note:
27942 \series default
27943  Il y a actuellement un bug dans le paquetage 
27944 \series bold
27945 endfloat
27946 \series default
27947  quand la légende contient un 
27948 \begin_inset Quotes cld
27949 \end_inset
27950
27951 ß
27952 \begin_inset Quotes crd
27953 \end_inset
27954
27955  allemand.
27956  Utilisez dans ce cas la commande 
27957 \begin_inset Quotes cld
27958 \end_inset
27959
27960
27961 \series bold
27962
27963 \backslash
27964 ss
27965 \series default
27966
27967 \begin_inset Quotes crd
27968 \end_inset
27969
27970  en code \SpecialChar TeX
27971  à la place du 
27972 \begin_inset Quotes cld
27973 \end_inset
27974
27975 ß
27976 \begin_inset Quotes crd
27977 \end_inset
27978
27979 .
27980 \end_layout
27981
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \begin_layout Standard
27988 \begin_inset VSpace bigskip
27989 \end_inset
27990
27991 Pour plus d'information sur les manières de placer les flottants, jetez
27992  un coup d'œil aux livres sur \SpecialChar LaTeX
27993
27994 \begin_inset CommandInset citation
27995 LatexCommand cite
27996 key "latexcompanion,latexguide,latexbook"
27997 literal "true"
27998
27999 \end_inset
28000
28001 .
28002 \end_layout
28003
28004 \begin_layout Section
28005 Rotation des flottants
28006 \begin_inset CommandInset label
28007 LatexCommand label
28008 name "sec:Flottants-renversés"
28009
28010 \end_inset
28011
28012
28013 \begin_inset Index idx
28014 status collapsed
28015
28016 \begin_layout Plain Layout
28017 Flottants ! Renversés
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Standard
28026 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
28027  tableaux très larges.
28028  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
28029  un clic droit sur la boîte du flottant et utilisez l'option 
28030 \family sans
28031 Rotation
28032 \begin_inset space ~
28033 \end_inset
28034
28035 90°
28036 \family default
28037 .
28038 \end_layout
28039
28040 \begin_layout Standard
28041 Les flottants pivotés sont systématiquement placés sur leur propre page
28042  (ou colonne, si vous avez un document sur deux colonnes).
28043  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
28044  
28045 \family sans
28046 Plusieurs
28047 \begin_inset space ~
28048 \end_inset
28049
28050 colonnes
28051 \family default
28052  dans les paramètres du flottant.
28053  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
28054  du côté de la marge externe.
28055  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
28056  ajouter soit l'option 
28057 \series bold
28058 figuresleft
28059 \series default
28060  soit l'option 
28061 \series bold
28062 figuresright
28063 \series default
28064  aux options de la classe de document.
28065 \end_layout
28066
28067 \begin_layout Standard
28068 Faire référence à un flottant pivoté se fait de la même manière que pour
28069  un flottant normal, la mise en forme de la légende est aussi identique
28070  : Le tableau
28071 \begin_inset space ~
28072 \end_inset
28073
28074
28075 \begin_inset CommandInset ref
28076 LatexCommand ref
28077 reference "tab:Tableau-pivoté"
28078
28079 \end_inset
28080
28081  est un exemple de flottant de tableau pivoté.
28082 \end_layout
28083
28084 \begin_layout Standard
28085 \begin_inset Note Greyedout
28086 status open
28087
28088 \begin_layout Plain Layout
28089
28090 \series bold
28091 Note:
28092 \series default
28093  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
28094  DVI.
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 \begin_inset Float table
28104 wide false
28105 sideways true
28106 status open
28107
28108 \begin_layout Plain Layout
28109 \begin_inset Caption Standard
28110
28111 \begin_layout Plain Layout
28112 \begin_inset CommandInset label
28113 LatexCommand label
28114 name "tab:Tableau-pivoté"
28115
28116 \end_inset
28117
28118  Tableau pivoté
28119 \end_layout
28120
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \begin_layout Plain Layout
28127 \align center
28128 \begin_inset Tabular
28129 <lyxtabular version="3" rows="1" columns="5">
28130 <features tabularvalignment="middle">
28131 <column alignment="center" valignment="top">
28132 <column alignment="center" valignment="top">
28133 <column alignment="center" valignment="top">
28134 <column alignment="center" valignment="top">
28135 <column alignment="center" valignment="top">
28136 <row>
28137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28138 \begin_inset Text
28139
28140 \begin_layout Plain Layout
28141 test
28142 \end_layout
28143
28144 \end_inset
28145 </cell>
28146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28147 \begin_inset Text
28148
28149 \begin_layout Plain Layout
28150 b
28151 \end_layout
28152
28153 \end_inset
28154 </cell>
28155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28156 \begin_inset Text
28157
28158 \begin_layout Plain Layout
28159 c
28160 \end_layout
28161
28162 \end_inset
28163 </cell>
28164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28165 \begin_inset Text
28166
28167 \begin_layout Plain Layout
28168 d
28169 \end_layout
28170
28171 \end_inset
28172 </cell>
28173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28174 \begin_inset Text
28175
28176 \begin_layout Plain Layout
28177 e
28178 \end_layout
28179
28180 \end_inset
28181 </cell>
28182 </row>
28183 </lyxtabular>
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \begin_layout Section
28196 Sous-flottants
28197 \begin_inset Index idx
28198 status collapsed
28199
28200 \begin_layout Plain Layout
28201 Flottants ! Sous-flottants
28202 \end_layout
28203
28204 \end_inset
28205
28206
28207 \end_layout
28208
28209 \begin_layout Standard
28210 Un exemple de sous-flottant : une figure composée de plusieurs images.
28211  On les crée en insérant un flottant dans un flottant existant.
28212  Le positionnement des sous-flottants peut être contrôlé comme pour les
28213  paragraphes comme on le voit avec les tableaux
28214 \begin_inset space ~
28215 \end_inset
28216
28217
28218 \begin_inset CommandInset ref
28219 LatexCommand ref
28220 reference "tab:Deux-sous-tableaux-cote-a-cote"
28221
28222 \end_inset
28223
28224  et 
28225 \begin_inset CommandInset ref
28226 LatexCommand ref
28227 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
28228
28229 \end_inset
28230
28231 .
28232 \end_layout
28233
28234 \begin_layout Standard
28235 On fait référence à des sous-flottants comme on le ferait avec des flottants
28236  normaux : Les tableaux
28237 \begin_inset space ~
28238 \end_inset
28239
28240
28241 \begin_inset CommandInset ref
28242 LatexCommand ref
28243 reference "tab:Le-sous-tableau-a"
28244
28245 \end_inset
28246
28247  et 
28248 \begin_inset CommandInset ref
28249 LatexCommand ref
28250 reference "tab:Le-sous-tableau-b"
28251
28252 \end_inset
28253
28254  sont des sous-tableaux du tableau
28255 \begin_inset space ~
28256 \end_inset
28257
28258
28259 \begin_inset CommandInset ref
28260 LatexCommand ref
28261 reference "tab:Deux-sous-tableaux-cote-a-cote"
28262
28263 \end_inset
28264
28265 .
28266 \end_layout
28267
28268 \begin_layout Standard
28269 \begin_inset Float table
28270 wide false
28271 sideways false
28272 status open
28273
28274 \begin_layout Plain Layout
28275 \begin_inset Caption Standard
28276
28277 \begin_layout Plain Layout
28278 \begin_inset CommandInset label
28279 LatexCommand label
28280 name "tab:Deux-sous-tableaux-cote-a-cote"
28281
28282 \end_inset
28283
28284 Deux sous-tableaux placés côte-à-côte.
28285 \end_layout
28286
28287 \end_inset
28288
28289
28290 \end_layout
28291
28292 \begin_layout Plain Layout
28293 \align center
28294 \begin_inset space \hfill{}
28295 \end_inset
28296
28297
28298 \begin_inset Float table
28299 wide false
28300 sideways false
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304 \begin_inset Caption Standard
28305
28306 \begin_layout Plain Layout
28307 \begin_inset CommandInset label
28308 LatexCommand label
28309 name "tab:Le-sous-tableau-a"
28310
28311 \end_inset
28312
28313 Le sous-tableau a
28314 \end_layout
28315
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \begin_layout Plain Layout
28322 \align center
28323 \begin_inset Tabular
28324 <lyxtabular version="3" rows="1" columns="5">
28325 <features tabularvalignment="middle">
28326 <column alignment="center" valignment="top">
28327 <column alignment="center" valignment="top">
28328 <column alignment="center" valignment="top">
28329 <column alignment="center" valignment="top">
28330 <column alignment="center" valignment="top">
28331 <row>
28332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28333 \begin_inset Text
28334
28335 \begin_layout Plain Layout
28336 test
28337 \end_layout
28338
28339 \end_inset
28340 </cell>
28341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28342 \begin_inset Text
28343
28344 \begin_layout Plain Layout
28345 b
28346 \end_layout
28347
28348 \end_inset
28349 </cell>
28350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28351 \begin_inset Text
28352
28353 \begin_layout Plain Layout
28354 c
28355 \end_layout
28356
28357 \end_inset
28358 </cell>
28359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28360 \begin_inset Text
28361
28362 \begin_layout Plain Layout
28363 d
28364 \end_layout
28365
28366 \end_inset
28367 </cell>
28368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28369 \begin_inset Text
28370
28371 \begin_layout Plain Layout
28372 e
28373 \end_layout
28374
28375 \end_inset
28376 </cell>
28377 </row>
28378 </lyxtabular>
28379
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \end_inset
28386
28387
28388 \begin_inset space \hfill{}
28389 \end_inset
28390
28391
28392 \begin_inset Float table
28393 wide false
28394 sideways false
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398 \begin_inset Caption Standard
28399
28400 \begin_layout Plain Layout
28401 \begin_inset CommandInset label
28402 LatexCommand label
28403 name "tab:Le-sous-tableau-b"
28404
28405 \end_inset
28406
28407 Le sous-tableau b.
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \begin_layout Plain Layout
28416 \align center
28417 \begin_inset Tabular
28418 <lyxtabular version="3" rows="1" columns="5">
28419 <features tabularvalignment="middle">
28420 <column alignment="center" valignment="top">
28421 <column alignment="center" valignment="top">
28422 <column alignment="center" valignment="top">
28423 <column alignment="center" valignment="top">
28424 <column alignment="center" valignment="top">
28425 <row>
28426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28427 \begin_inset Text
28428
28429 \begin_layout Plain Layout
28430 e
28431 \end_layout
28432
28433 \end_inset
28434 </cell>
28435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28436 \begin_inset Text
28437
28438 \begin_layout Plain Layout
28439 d
28440 \end_layout
28441
28442 \end_inset
28443 </cell>
28444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout Plain Layout
28448 c
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28454 \begin_inset Text
28455
28456 \begin_layout Plain Layout
28457 b
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 test
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 </row>
28472 </lyxtabular>
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \end_inset
28480
28481
28482 \begin_inset space \hfill{}
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \begin_layout Standard
28494 \begin_inset Float table
28495 wide false
28496 sideways false
28497 status open
28498
28499 \begin_layout Plain Layout
28500 \begin_inset Caption Standard
28501
28502 \begin_layout Plain Layout
28503 \begin_inset CommandInset label
28504 LatexCommand label
28505 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
28506
28507 \end_inset
28508
28509 Deux sous-tableaux placés l'un sur l'autre.
28510  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \end_layout
28517
28518 \begin_layout Plain Layout
28519 \align center
28520 \begin_inset Float table
28521 wide false
28522 sideways false
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526 \begin_inset Caption Standard
28527
28528 \begin_layout Plain Layout
28529
28530 \end_layout
28531
28532 \end_inset
28533
28534
28535 \end_layout
28536
28537 \begin_layout Plain Layout
28538 \align center
28539 \begin_inset Tabular
28540 <lyxtabular version="3" rows="1" columns="4">
28541 <features tabularvalignment="middle">
28542 <column alignment="center" valignment="top">
28543 <column alignment="center" valignment="top">
28544 <column alignment="center" valignment="top">
28545 <column alignment="center" valignment="top">
28546 <row>
28547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28548 \begin_inset Text
28549
28550 \begin_layout Plain Layout
28551 test
28552 \end_layout
28553
28554 \end_inset
28555 </cell>
28556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28557 \begin_inset Text
28558
28559 \begin_layout Plain Layout
28560 test
28561 \end_layout
28562
28563 \end_inset
28564 </cell>
28565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28566 \begin_inset Text
28567
28568 \begin_layout Plain Layout
28569 test
28570 \end_layout
28571
28572 \end_inset
28573 </cell>
28574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28575 \begin_inset Text
28576
28577 \begin_layout Plain Layout
28578 test
28579 \end_layout
28580
28581 \end_inset
28582 </cell>
28583 </row>
28584 </lyxtabular>
28585
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Plain Layout
28597 \align center
28598 \begin_inset Float table
28599 wide false
28600 sideways false
28601 status collapsed
28602
28603 \begin_layout Plain Layout
28604 \begin_inset Caption Standard
28605
28606 \begin_layout Plain Layout
28607
28608 \end_layout
28609
28610 \end_inset
28611
28612
28613 \end_layout
28614
28615 \begin_layout Plain Layout
28616 \align center
28617 \begin_inset Tabular
28618 <lyxtabular version="3" rows="1" columns="5">
28619 <features tabularvalignment="middle">
28620 <column alignment="center" valignment="top">
28621 <column alignment="center" valignment="top">
28622 <column alignment="center" valignment="top">
28623 <column alignment="center" valignment="top">
28624 <column alignment="center" valignment="top">
28625 <row>
28626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28627 \begin_inset Text
28628
28629 \begin_layout Plain Layout
28630 a
28631 \end_layout
28632
28633 \end_inset
28634 </cell>
28635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28636 \begin_inset Text
28637
28638 \begin_layout Plain Layout
28639 b
28640 \end_layout
28641
28642 \end_inset
28643 </cell>
28644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28645 \begin_inset Text
28646
28647 \begin_layout Plain Layout
28648 c
28649 \end_layout
28650
28651 \end_inset
28652 </cell>
28653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28654 \begin_inset Text
28655
28656 \begin_layout Plain Layout
28657 d
28658 \end_layout
28659
28660 \end_inset
28661 </cell>
28662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28663 \begin_inset Text
28664
28665 \begin_layout Plain Layout
28666 e
28667 \end_layout
28668
28669 \end_inset
28670 </cell>
28671 </row>
28672 </lyxtabular>
28673
28674 \end_inset
28675
28676
28677 \end_layout
28678
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Section
28690 Flottants côte-à-côte
28691 \begin_inset Index idx
28692 status collapsed
28693
28694 \begin_layout Plain Layout
28695 Flottants ! côte-à-côte
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \begin_layout Standard
28704 Pour placer des flottants côte-à-côte, comme pour la figure
28705 \begin_inset space ~
28706 \end_inset
28707
28708
28709 \begin_inset CommandInset ref
28710 LatexCommand ref
28711 reference "fig:Flottant-gauche"
28712
28713 \end_inset
28714
28715  et 
28716 \begin_inset CommandInset ref
28717 LatexCommand ref
28718 reference "fig:Flottant-droit"
28719
28720 \end_inset
28721
28722 , on n'utilise 
28723 \emph on
28724 qu'un seul 
28725 \emph default
28726 flottant.
28727  On y insère deux boîtes de minipages.
28728 \begin_inset Foot
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 Les minipages sont décrites dans la section
28733 \begin_inset space ~
28734 \end_inset
28735
28736
28737 \begin_inset CommandInset ref
28738 LatexCommand ref
28739 reference "sec:Minipages"
28740
28741 \end_inset
28742
28743 .
28744 \end_layout
28745
28746 \end_inset
28747
28748  La largeur est mise à 45
28749 \begin_inset space \thinspace{}
28750 \end_inset
28751
28752 -50
28753 \begin_inset space \thinspace{}
28754 \end_inset
28755
28756 column% et l'alignement de la boîte à 
28757 \family sans
28758 Bas
28759 \family default
28760  pour chaque minipage.
28761  Les boîtes minipages contiennent l'image et la légende exactement comme
28762  avec un flottant.
28763  La seule différence est que l'unité de longueur 
28764 \family sans
28765 Largeur
28766 \begin_inset space ~
28767 \end_inset
28768
28769 colonne
28770 \begin_inset space ~
28771 \end_inset
28772
28773 %
28774 \family default
28775  utilisée pour l'image est maintenant définie par rapport à la largeur des
28776  boîtes minipages.
28777 \end_layout
28778
28779 \begin_layout Standard
28780 \begin_inset Float figure
28781 wide false
28782 sideways false
28783 status open
28784
28785 \begin_layout Plain Layout
28786 \begin_inset Box Frameless
28787 position "b"
28788 hor_pos "c"
28789 has_inner_box 1
28790 inner_pos "t"
28791 use_parbox 0
28792 use_makebox 0
28793 width "45col%"
28794 special "none"
28795 height "1in"
28796 height_special "totalheight"
28797 thickness "0.4pt"
28798 separation "3pt"
28799 shadowsize "4pt"
28800 framecolor "black"
28801 backgroundcolor "none"
28802 status open
28803
28804 \begin_layout Plain Layout
28805 \align center
28806 \begin_inset Graphics
28807         filename ../clipart/2D-intensity-plot.pdf
28808         width 100col%
28809         scaleBeforeRotation
28810
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \begin_layout Plain Layout
28817 \begin_inset Caption Standard
28818
28819 \begin_layout Plain Layout
28820 \begin_inset CommandInset label
28821 LatexCommand label
28822 name "fig:Flottant-gauche"
28823
28824 \end_inset
28825
28826 Flottant du côté gauche.
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \begin_inset space \hfill{}
28838 \end_inset
28839
28840
28841 \begin_inset Box Frameless
28842 position "b"
28843 hor_pos "c"
28844 has_inner_box 1
28845 inner_pos "t"
28846 use_parbox 0
28847 use_makebox 0
28848 width "45col%"
28849 special "none"
28850 height "1in"
28851 height_special "totalheight"
28852 thickness "0.4pt"
28853 separation "3pt"
28854 shadowsize "4pt"
28855 framecolor "black"
28856 backgroundcolor "none"
28857 status open
28858
28859 \begin_layout Plain Layout
28860 \align center
28861 \begin_inset Graphics
28862         filename ../clipart/Star-structure.pdf
28863         width 100col%
28864         scaleBeforeRotation
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Plain Layout
28872 \begin_inset Caption Standard
28873
28874 \begin_layout Plain Layout
28875 \begin_inset CommandInset label
28876 LatexCommand label
28877 name "fig:Flottant-droit"
28878
28879 \end_inset
28880
28881 Flottant du côté droit.
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Une solution alternative plus simple consiste à utiliser le module 
28901 \family sans
28902 Minipages à largeur variable
28903 \family default
28904 , voir la section
28905 \begin_inset space \thinspace{}
28906 \end_inset
28907
28908
28909 \begin_inset CommandInset ref
28910 LatexCommand ref
28911 reference "sec:Minipages"
28912
28913 \end_inset
28914
28915 .
28916  Les minipages à largeur variable s’adaptent automatiquement à la largeur
28917  des figures et des tableaux.
28918  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
28919  améliorent l'alignement horizontal des figures.
28920  Le fichier du répertoire des exemples 
28921 \emph on
28922 varwidth-floats-side-by-side
28923 \emph default
28924  donnes des exemples d'utilisation du module.
28925 \end_layout
28926
28927 \begin_layout Section
28928 Mise en forme de la légende
28929 \begin_inset Index idx
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 Légende ! Mise en forme
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \begin_inset Index idx
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943 Flottants ! Mise en forme de la Légende
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \begin_inset CommandInset label
28950 LatexCommand label
28951 name "sec:Formatage-légende"
28952
28953 \end_inset
28954
28955
28956 \end_layout
28957
28958 \begin_layout Standard
28959 L'environnement 
28960 \family sans
28961 Légende
28962 \family default
28963  est l'environnement de paragraphe implicite pour les 
28964 \family sans
28965 flottants
28966 \family default
28967 .
28968  Dans la fenêtre de \SpecialChar LyX
28969  les légendes apparaissent comme une étiquette comme
28970  par exemple 
28971 \begin_inset Quotes cld
28972 \end_inset
28973
28974
28975 \family sans
28976 Figure #:
28977 \family default
28978
28979 \begin_inset Quotes crd
28980 \end_inset
28981
28982  suivi par le texte de la légende.
28983  Le 
28984 \begin_inset Quotes cld
28985 \end_inset
28986
28987 #
28988 \begin_inset Quotes crd
28989 \end_inset
28990
28991  étant remplacé par le numéro de référence réel.
28992  implicitement l'étiquette et le numéro sont dans la même police de caractères
28993  que le texte de la légende et deux points suivent le numéro pour séparer
28994  l'étiquette du texte.
28995  Ce format de légende n'est pas forcément adapté à tous les types de documents.
28996 \end_layout
28997
28998 \begin_layout Standard
28999 Pour modifier le format implicite des légendes, il faut charger le paquetage
29000  \SpecialChar LaTeX
29001  
29002 \series bold
29003 caption
29004 \series default
29005
29006 \begin_inset Index idx
29007 status collapsed
29008
29009 \begin_layout Plain Layout
29010 Paquetages \SpecialChar LaTeX
29011  ! caption
29012 \end_layout
29013
29014 \end_inset
29015
29016  dans le préambule de votre document avec la ligne suivante :
29017 \end_layout
29018
29019 \begin_layout Standard
29020
29021 \series bold
29022
29023 \backslash
29024 usepackage[format definition]{caption}
29025 \end_layout
29026
29027 \begin_layout Standard
29028 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
29029  grasse et les légendes de tableau toujours au dessus des tableaux, comme
29030  dans ce document, utilisez les commandes suivantes :
29031 \end_layout
29032
29033 \begin_layout Standard
29034
29035 \series bold
29036
29037 \backslash
29038 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
29039 \end_layout
29040
29041 \begin_layout Standard
29042 Vous pouvez aussi définir des formats de légendes différents pour les différents
29043  types de flottants.
29044  Dans ce cas chargez le paquetage 
29045 \series bold
29046 caption 
29047 \series default
29048 sans option de format spécifique et définissez les différents formats à
29049  l'aide de la commande 
29050 \end_layout
29051
29052 \begin_layout Standard
29053
29054 \series bold
29055
29056 \backslash
29057 captionsetup[type de flottant]{définition du format}
29058 \end_layout
29059
29060 \begin_layout Standard
29061 dans le préambule du document.
29062  Par exemple les formats de légende de la Figure
29063 \begin_inset space ~
29064 \end_inset
29065
29066
29067 \begin_inset CommandInset ref
29068 LatexCommand ref
29069 reference "fig:Legende-de-fig"
29070
29071 \end_inset
29072
29073  et du Tableau
29074 \begin_inset space ~
29075 \end_inset
29076
29077
29078 \begin_inset CommandInset ref
29079 LatexCommand ref
29080 reference "tab:Légende-de-tab"
29081
29082 \end_inset
29083
29084  peuvent être créés en utilisant les commandes suivantes dans le préambule
29085  :
29086 \end_layout
29087
29088 \begin_layout Standard
29089
29090 \series bold
29091
29092 \backslash
29093 usepackage[tableposition=top]{caption}
29094 \series default
29095
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099
29100 \series bold
29101
29102 \backslash
29103 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
29104 \begin_inset Newline newline
29105 \end_inset
29106
29107
29108 \begin_inset Phantom HPhantom
29109 status open
29110
29111 \begin_layout Plain Layout
29112
29113 \series bold
29114
29115 \backslash
29116 captionsetup[figure]{
29117 \end_layout
29118
29119 \end_inset
29120
29121 labelsep=period}
29122 \begin_inset Newline newline
29123 \end_inset
29124
29125
29126 \backslash
29127 captionsetup[table]{labelfont={bf,sf}}
29128 \end_layout
29129
29130 \begin_layout Standard
29131 \begin_inset Note Greyedout
29132 status open
29133
29134 \begin_layout Plain Layout
29135
29136 \series bold
29137 Note:
29138 \series default
29139  L'option 
29140 \series bold
29141 tableposition=top
29142 \series default
29143  n'a pas d'effet quand on utilise un document de classe 
29144 \series bold
29145 KOMA-Script
29146 \series default
29147
29148 \begin_inset Index idx
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 Paquetages \SpecialChar LaTeX
29153  ! KOMA-Script
29154 \end_layout
29155
29156 \end_inset
29157
29158 .
29159  Dans ce cas on doit utiliser l'option 
29160 \series bold
29161 captions=tableheading
29162 \series default
29163  de la classe de document.
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \end_layout
29170
29171 \begin_layout Standard
29172 Pour plus d'information sur le paquetage 
29173 \series bold
29174 caption
29175 \series default
29176  nous vous renvoyons à sa documentation 
29177 \begin_inset CommandInset citation
29178 LatexCommand cite
29179 key "caption"
29180 literal "true"
29181
29182 \end_inset
29183
29184 .
29185 \end_layout
29186
29187 \begin_layout Standard
29188 Pour changer le nom de l'étiquette, par exemple de 
29189 \begin_inset Quotes cld
29190 \end_inset
29191
29192 Figure
29193 \begin_inset Quotes crd
29194 \end_inset
29195
29196  à 
29197 \begin_inset Quotes cld
29198 \end_inset
29199
29200 Image
29201 \begin_inset Quotes crd
29202 \end_inset
29203
29204 , utilisez la commande suivante dans le préambule :
29205 \end_layout
29206
29207 \begin_layout Standard
29208
29209 \series bold
29210
29211 \backslash
29212 renewcommand{
29213 \backslash
29214 fnum@figure}{Image~
29215 \backslash
29216 thefigure}
29217 \end_layout
29218
29219 \begin_layout Standard
29220 où 
29221 \series bold
29222
29223 \backslash
29224 thefigure
29225 \series default
29226  insère le numéro de la figure et
29227 \series bold
29228  
29229 \begin_inset Quotes cld
29230 \end_inset
29231
29232 ~
29233 \series default
29234
29235 \begin_inset Quotes crd
29236 \end_inset
29237
29238  ajoute une espace insécable.
29239 \end_layout
29240
29241 \begin_layout Standard
29242 \begin_inset VSpace bigskip
29243 \end_inset
29244
29245 Si vous utilisez un document de classe 
29246 \series bold
29247 KOMA-Script
29248 \series default
29249
29250 \begin_inset Index idx
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254 Paquetages \SpecialChar LaTeX
29255  ! KOMA-Script
29256 \end_layout
29257
29258 \end_inset
29259
29260  (
29261 \family sans
29262 article (KOMA-Script)
29263 \family default
29264
29265 \family sans
29266 book (KOMA-Script)
29267 \family default
29268
29269 \family sans
29270 letter (KOMA-Script)
29271 \family default
29272 , ou 
29273 \family sans
29274 report (KOMA-Script)
29275 \family default
29276
29277 \begin_inset space \thinspace{}
29278 \end_inset
29279
29280 ), Vous pouvez utiliser la commande incorporée 
29281 \series bold
29282
29283 \backslash
29284 setkomafont 
29285 \series default
29286 du paquetage
29287 \series bold
29288  KOMA-Script 
29289 \series default
29290 à la place du paquetage
29291 \series bold
29292  caption.
29293  
29294 \series default
29295 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
29296  suivante au préambule de votre document :
29297 \end_layout
29298
29299 \begin_layout Standard
29300
29301 \series bold
29302
29303 \backslash
29304 setkomafont{captionlabel}{
29305 \backslash
29306 bfseries}
29307 \end_layout
29308
29309 \begin_layout Standard
29310 Pour plus d'information au sujet de 
29311 \series bold
29312
29313 \backslash
29314 setkomafont
29315 \series default
29316  nous vous renvoyons à la documentation du paquetage 
29317 \series bold
29318 KOMA-Script
29319 \series default
29320  
29321 \begin_inset CommandInset citation
29322 LatexCommand cite
29323 key "KOMA-Script"
29324 literal "true"
29325
29326 \end_inset
29327
29328 .
29329 \end_layout
29330
29331 \begin_layout Standard
29332 \begin_inset ERT
29333 status collapsed
29334
29335 \begin_layout Plain Layout
29336
29337
29338 \backslash
29339 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29340 }
29341 \end_layout
29342
29343 \end_inset
29344
29345
29346 \begin_inset Note Note
29347 status open
29348
29349 \begin_layout Plain Layout
29350 Le format de la légende n'est modifié que pour cet exemple.
29351 \end_layout
29352
29353 \end_inset
29354
29355
29356 \end_layout
29357
29358 \begin_layout Standard
29359 \begin_inset Float figure
29360 placement !p
29361 wide false
29362 sideways false
29363 status open
29364
29365 \begin_layout Plain Layout
29366 \align center
29367 \begin_inset Graphics
29368         filename ../clipart/2D-intensity-plot.pdf
29369         scaleBeforeRotation
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Plain Layout
29377 \begin_inset Caption Standard
29378
29379 \begin_layout Plain Layout
29380 \begin_inset CommandInset label
29381 LatexCommand label
29382 name "fig:Legende-de-fig"
29383
29384 \end_inset
29385
29386 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
29387  pour montrer les différents types de formats de légendes.
29388  Ici on a utilisé un format de légende personnalisé.
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \begin_layout Standard
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407
29408 \backslash
29409 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29410 on}
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Standard
29419 \begin_inset Float table
29420 placement !p
29421 wide false
29422 sideways false
29423 status open
29424
29425 \begin_layout Plain Layout
29426 \begin_inset Caption Standard
29427
29428 \begin_layout Plain Layout
29429 \begin_inset CommandInset label
29430 LatexCommand label
29431 name "tab:Légende-de-tab"
29432
29433 \end_inset
29434
29435 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
29436  pour montrer les différents types de formats de légendes.
29437  Ici on a utilisé le format de légende implicite.
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \end_layout
29444
29445 \begin_layout Plain Layout
29446 \align center
29447 \begin_inset Tabular
29448 <lyxtabular version="3" rows="1" columns="5">
29449 <features tabularvalignment="middle">
29450 <column alignment="center" valignment="top">
29451 <column alignment="center" valignment="top">
29452 <column alignment="center" valignment="top">
29453 <column alignment="center" valignment="top">
29454 <column alignment="center" valignment="top">
29455 <row>
29456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29457 \begin_inset Text
29458
29459 \begin_layout Plain Layout
29460 a
29461 \end_layout
29462
29463 \end_inset
29464 </cell>
29465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29466 \begin_inset Text
29467
29468 \begin_layout Plain Layout
29469 b
29470 \end_layout
29471
29472 \end_inset
29473 </cell>
29474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29475 \begin_inset Text
29476
29477 \begin_layout Plain Layout
29478 c
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487 d
29488 \end_layout
29489
29490 \end_inset
29491 </cell>
29492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29493 \begin_inset Text
29494
29495 \begin_layout Plain Layout
29496 e
29497 \end_layout
29498
29499 \end_inset
29500 </cell>
29501 </row>
29502 </lyxtabular>
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Section
29515 Positionnement de la Légende
29516 \begin_inset Index idx
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520 Légende ! Placement
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 Flottants ! Placement de la légende
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \begin_inset CommandInset label
29537 LatexCommand label
29538 name "sec:Placement-légende"
29539
29540 \end_inset
29541
29542
29543 \end_layout
29544
29545 \begin_layout Standard
29546 La règle habituelle pour placer la légende est :
29547 \end_layout
29548
29549 \begin_layout Description
29550 Figure
29551 \begin_inset space ~
29552 \end_inset
29553
29554 : La légende est placée en dessous de la figure
29555 \end_layout
29556
29557 \begin_layout Description
29558 Tableau
29559 \begin_inset space ~
29560 \end_inset
29561
29562 : La légende est placée au dessus du tableau
29563 \end_layout
29564
29565 \begin_layout Standard
29566 Malheureusement les classes standard de \SpecialChar LaTeX
29567  ne gèrent pas les légendes au dessus
29568  des tableaux.
29569  Ce qui fait que si vous utilisez une des classes de document 
29570 \family sans
29571 article
29572 \family default
29573
29574 \family sans
29575 book
29576 \family default
29577
29578 \family sans
29579 letter
29580 \family default
29581 , ou 
29582 \family sans
29583 report
29584 \family default
29585  il n'y aura pas d'espace libre entre la légende et le tableau.
29586  Pour insérer l'espace nécessaire, 
29587 \lang english
29588 load
29589 \lang french
29590  le paquetage \SpecialChar LaTeX
29591  
29592 \series bold
29593 caption
29594 \series default
29595
29596 \begin_inset Index idx
29597 status collapsed
29598
29599 \begin_layout Plain Layout
29600 Paquetages \SpecialChar LaTeX
29601  ! caption
29602 \end_layout
29603
29604 \end_inset
29605
29606  dans le préambule de votre document avec l'option
29607 \begin_inset Foot
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 Voir la section
29612 \begin_inset space ~
29613 \end_inset
29614
29615
29616 \begin_inset CommandInset ref
29617 LatexCommand ref
29618 reference "sec:Formatage-légende"
29619
29620 \end_inset
29621
29622  pour plus d'information sur le paquetage 
29623 \series bold
29624 caption
29625 \series default
29626 .
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \end_layout
29633
29634 \begin_layout Standard
29635
29636 \series bold
29637 tableposition=top
29638 \end_layout
29639
29640 \begin_layout Standard
29641 Si vous utilisez une classe de document 
29642 \series bold
29643 KOMA-Script
29644 \series default
29645
29646 \begin_inset Index idx
29647 status collapsed
29648
29649 \begin_layout Plain Layout
29650 Paquetages \SpecialChar LaTeX
29651  ! KOMA-Script
29652 \end_layout
29653
29654 \end_inset
29655
29656  (
29657 \family sans
29658 article (KOMA-Script)
29659 \family default
29660
29661 \family sans
29662 book (KOMA-Script)
29663 \family default
29664
29665 \family sans
29666 letter (KOMA-Script)
29667 \family default
29668 , ou 
29669 \family sans
29670 report (KOMA-Script)
29671 \family default
29672
29673 \begin_inset space \thinspace{}
29674 \end_inset
29675
29676 ), vous pouvez utiliser à la place du paquetage 
29677 \series bold
29678 caption
29679 \series default
29680  l'option
29681 \end_layout
29682
29683 \begin_layout Standard
29684
29685 \series bold
29686 captions=tableheading
29687 \end_layout
29688
29689 \begin_layout Standard
29690 de la classe de document.
29691 \begin_inset Foot
29692 status open
29693
29694 \begin_layout Plain Layout
29695 Cette option est utilisée dans le document
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \begin_layout Standard
29704 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
29705  le menu contextuel dans une légende avec un clic droit et indiquer si la
29706  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
29707  Vous pouvez de cette façon écraser le réglage global de placement des légendes
29708  pour certaines d'entre elles.
29709  Le tableau
29710 \begin_inset space ~
29711 \end_inset
29712
29713
29714 \begin_inset CommandInset ref
29715 LatexCommand ref
29716 reference "tab:A-caption-marked"
29717
29718 \end_inset
29719
29720  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
29721  alors qu'elle est insérée au-dessus.
29722  Par comparaison, la légende du tableau
29723 \begin_inset space ~
29724 \end_inset
29725
29726
29727 \begin_inset CommandInset ref
29728 LatexCommand ref
29729 reference "tab:A-standard-table"
29730
29731 \end_inset
29732
29733  n'est pas repositionnée.
29734 \end_layout
29735
29736 \begin_layout Standard
29737 \begin_inset Float table
29738 wide false
29739 sideways false
29740 status open
29741
29742 \begin_layout Plain Layout
29743 \begin_inset Caption Below
29744
29745 \begin_layout Plain Layout
29746 \begin_inset CommandInset label
29747 LatexCommand label
29748 name "tab:A-caption-marked"
29749
29750 \end_inset
29751
29752 Une légende positionnée sous le tableau par le menu contextuel
29753 \lang english
29754 .
29755 \end_layout
29756
29757 \end_inset
29758
29759
29760 \end_layout
29761
29762 \begin_layout Plain Layout
29763 \align center
29764 \begin_inset Tabular
29765 <lyxtabular version="3" rows="3" columns="3">
29766 <features tabularvalignment="middle">
29767 <column alignment="center" valignment="top" width="0pt">
29768 <column alignment="center" valignment="top" width="0pt">
29769 <column alignment="center" valignment="top" width="0pt">
29770 <row>
29771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29772 \begin_inset Text
29773
29774 \begin_layout Plain Layout
29775 1
29776 \end_layout
29777
29778 \end_inset
29779 </cell>
29780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29781 \begin_inset Text
29782
29783 \begin_layout Plain Layout
29784 2
29785 \end_layout
29786
29787 \end_inset
29788 </cell>
29789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29790 \begin_inset Text
29791
29792 \begin_layout Plain Layout
29793 3
29794 \end_layout
29795
29796 \end_inset
29797 </cell>
29798 </row>
29799 <row>
29800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29801 \begin_inset Text
29802
29803 \begin_layout Plain Layout
29804 Jean
29805 \end_layout
29806
29807 \end_inset
29808 </cell>
29809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29810 \begin_inset Text
29811
29812 \begin_layout Plain Layout
29813 Marie
29814 \end_layout
29815
29816 \end_inset
29817 </cell>
29818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29819 \begin_inset Text
29820
29821 \begin_layout Plain Layout
29822 Pierre
29823 \end_layout
29824
29825 \end_inset
29826 </cell>
29827 </row>
29828 <row>
29829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29830 \begin_inset Text
29831
29832 \begin_layout Plain Layout
29833 \begin_inset Formula $\int x^{2}dx$
29834 \end_inset
29835
29836
29837 \end_layout
29838
29839 \end_inset
29840 </cell>
29841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29842 \begin_inset Text
29843
29844 \begin_layout Plain Layout
29845 \begin_inset Formula $\left[\begin{array}{cc}
29846 a & b\\
29847 c & d
29848 \end{array}\right]$
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \end_inset
29855 </cell>
29856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29857 \begin_inset Text
29858
29859 \begin_layout Plain Layout
29860 \begin_inset Formula $1+1=2$
29861 \end_inset
29862
29863
29864 \end_layout
29865
29866 \end_inset
29867 </cell>
29868 </row>
29869 </lyxtabular>
29870
29871 \end_inset
29872
29873
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset Float table
29883 wide false
29884 sideways false
29885 status open
29886
29887 \begin_layout Plain Layout
29888 \begin_inset Caption Standard
29889
29890 \begin_layout Plain Layout
29891 \begin_inset CommandInset label
29892 LatexCommand label
29893 name "tab:A-standard-table"
29894
29895 \end_inset
29896
29897 Une légende de tableau standard
29898 \end_layout
29899
29900 \end_inset
29901
29902
29903 \end_layout
29904
29905 \begin_layout Plain Layout
29906 \align center
29907 \begin_inset Tabular
29908 <lyxtabular version="3" rows="3" columns="3">
29909 <features tabularvalignment="middle">
29910 <column alignment="center" valignment="top" width="0pt">
29911 <column alignment="center" valignment="top" width="0pt">
29912 <column alignment="center" valignment="top" width="0pt">
29913 <row>
29914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29915 \begin_inset Text
29916
29917 \begin_layout Plain Layout
29918 1
29919 \end_layout
29920
29921 \end_inset
29922 </cell>
29923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29924 \begin_inset Text
29925
29926 \begin_layout Plain Layout
29927 2
29928 \end_layout
29929
29930 \end_inset
29931 </cell>
29932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29933 \begin_inset Text
29934
29935 \begin_layout Plain Layout
29936 3
29937 \end_layout
29938
29939 \end_inset
29940 </cell>
29941 </row>
29942 <row>
29943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29944 \begin_inset Text
29945
29946 \begin_layout Plain Layout
29947 Jean
29948 \end_layout
29949
29950 \end_inset
29951 </cell>
29952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29953 \begin_inset Text
29954
29955 \begin_layout Plain Layout
29956 Marie
29957 \end_layout
29958
29959 \end_inset
29960 </cell>
29961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29962 \begin_inset Text
29963
29964 \begin_layout Plain Layout
29965 Pierre
29966 \end_layout
29967
29968 \end_inset
29969 </cell>
29970 </row>
29971 <row>
29972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29973 \begin_inset Text
29974
29975 \begin_layout Plain Layout
29976 \begin_inset Formula $\int x^{2}dx$
29977 \end_inset
29978
29979
29980 \end_layout
29981
29982 \end_inset
29983 </cell>
29984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29985 \begin_inset Text
29986
29987 \begin_layout Plain Layout
29988 \begin_inset Formula $\left[\begin{array}{cc}
29989 a & b\\
29990 c & d
29991 \end{array}\right]$
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \end_inset
29998 </cell>
29999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Plain Layout
30003 \begin_inset Formula $1+1=2$
30004 \end_inset
30005
30006
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 </row>
30012 </lyxtabular>
30013
30014 \end_inset
30015
30016
30017 \end_layout
30018
30019 \end_inset
30020
30021
30022 \end_layout
30023
30024 \begin_layout Standard
30025 \begin_inset VSpace bigskip
30026 \end_inset
30027
30028 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
30029  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
30030  
30031 \series bold
30032 sidecap
30033 \series default
30034
30035 \begin_inset Index idx
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039 Paquetages \SpecialChar LaTeX
30040  ! sidecap
30041 \end_layout
30042
30043 \end_inset
30044
30045  dans le préambule de votre document avec la ligne de commande suivante
30046 \end_layout
30047
30048 \begin_layout Standard
30049
30050 \series bold
30051
30052 \backslash
30053 usepackage[option]{sidecap}
30054 \end_layout
30055
30056 \begin_layout Standard
30057 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
30058  extérieure – à droite sur les pages impaires et à gauche sur les pages
30059  paires.
30060  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
30061  
30062 \series bold
30063 innercaption
30064 \series default
30065 .
30066  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
30067  
30068 \series bold
30069 rightcaption
30070 \series default
30071  ou 
30072 \series bold
30073 leftcaption
30074 \series default
30075 .
30076 \end_layout
30077
30078 \begin_layout Standard
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 ifsidecap
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \begin_inset Note Note
30093 status open
30094
30095 \begin_layout Plain Layout
30096 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
30097  
30098 \series bold
30099 sidecap
30100 \series default
30101  a été installé.
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
30111  ajouter ces commandes dans le préambule de votre document :
30112 \end_layout
30113
30114 \begin_layout Standard
30115 \noindent
30116 \begin_inset CommandInset line
30117 LatexCommand rule
30118 offset "0.5ex"
30119 width "100line%"
30120 height "1pt"
30121
30122 \end_inset
30123
30124
30125 \end_layout
30126
30127 \begin_layout Standard
30128
30129 \series bold
30130
30131 \backslash
30132 newcommand{
30133 \backslash
30134 TabBesBeg}[1][1.0]{%
30135 \begin_inset Newline newline
30136 \end_inset
30137
30138
30139 \begin_inset Phantom HPhantom
30140 status open
30141
30142 \begin_layout Plain Layout
30143 \begin_inset space ~
30144 \end_inset
30145
30146
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \backslash
30153 let
30154 \backslash
30155 MyTable
30156 \backslash
30157 table
30158 \begin_inset Newline newline
30159 \end_inset
30160
30161
30162 \begin_inset Phantom HPhantom
30163 status open
30164
30165 \begin_layout Plain Layout
30166
30167 \series medium
30168 \begin_inset space ~
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \end_inset
30175
30176
30177 \backslash
30178 let
30179 \backslash
30180 MyEndtable
30181 \backslash
30182 endtable
30183 \begin_inset Newline newline
30184 \end_inset
30185
30186
30187 \begin_inset Phantom HPhantom
30188 status open
30189
30190 \begin_layout Plain Layout
30191
30192 \series medium
30193 \begin_inset space ~
30194 \end_inset
30195
30196
30197 \end_layout
30198
30199 \end_inset
30200
30201
30202 \backslash
30203 renewenvironment{table}[1]{
30204 \backslash
30205 begin{SCtable}[#1]##1}{
30206 \backslash
30207 end{SCtable}}}
30208 \end_layout
30209
30210 \begin_layout Standard
30211
30212 \series bold
30213
30214 \backslash
30215 newcommand{
30216 \backslash
30217 TabBesEnd}{%
30218 \begin_inset Newline newline
30219 \end_inset
30220
30221
30222 \begin_inset Phantom HPhantom
30223 status open
30224
30225 \begin_layout Plain Layout
30226 \begin_inset space ~
30227 \end_inset
30228
30229
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \backslash
30236 let
30237 \backslash
30238 table
30239 \backslash
30240 MyTable
30241 \begin_inset Newline newline
30242 \end_inset
30243
30244
30245 \begin_inset Phantom HPhantom
30246 status open
30247
30248 \begin_layout Plain Layout
30249 \begin_inset space ~
30250 \end_inset
30251
30252
30253 \end_layout
30254
30255 \end_inset
30256
30257
30258 \backslash
30259 let
30260 \backslash
30261 endtable
30262 \backslash
30263 MyEndtable
30264 \end_layout
30265
30266 \begin_layout Standard
30267
30268 \series bold
30269
30270 \backslash
30271 newcommand{
30272 \backslash
30273 FigBesBeg}[1][1.0]{%
30274 \begin_inset Newline newline
30275 \end_inset
30276
30277
30278 \begin_inset Phantom HPhantom
30279 status open
30280
30281 \begin_layout Plain Layout
30282 \begin_inset space ~
30283 \end_inset
30284
30285
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \backslash
30292 let
30293 \backslash
30294 MyFigure
30295 \backslash
30296 figure
30297 \begin_inset Newline newline
30298 \end_inset
30299
30300
30301 \begin_inset Phantom HPhantom
30302 status open
30303
30304 \begin_layout Plain Layout
30305 \begin_inset space ~
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \backslash
30315 let
30316 \backslash
30317 MyEndfigure
30318 \backslash
30319 endfigure
30320 \begin_inset Newline newline
30321 \end_inset
30322
30323
30324 \begin_inset Phantom HPhantom
30325 status open
30326
30327 \begin_layout Plain Layout
30328 \begin_inset space ~
30329 \end_inset
30330
30331
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \backslash
30338 renewenvironment{figure}[1]{
30339 \backslash
30340 begin{SCfigure}[#1]##1}{
30341 \backslash
30342 end{SCfigure}}}
30343 \end_layout
30344
30345 \begin_layout Standard
30346
30347 \series bold
30348
30349 \backslash
30350 newcommand{
30351 \backslash
30352 FigBesEnd}{%
30353 \begin_inset Newline newline
30354 \end_inset
30355
30356
30357 \begin_inset Phantom HPhantom
30358 status open
30359
30360 \begin_layout Plain Layout
30361 \begin_inset space ~
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \end_inset
30368
30369
30370 \backslash
30371 let
30372 \backslash
30373 figure
30374 \backslash
30375 MyFigure
30376 \begin_inset Newline newline
30377 \end_inset
30378
30379
30380 \begin_inset Phantom HPhantom
30381 status open
30382
30383 \begin_layout Plain Layout
30384 \begin_inset space ~
30385 \end_inset
30386
30387
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \backslash
30394 let
30395 \backslash
30396 endfigure
30397 \backslash
30398 MyEndfigure}
30399 \end_layout
30400
30401 \begin_layout Standard
30402 \noindent
30403 \begin_inset CommandInset line
30404 LatexCommand rule
30405 offset "0.5ex"
30406 width "100line%"
30407 height "1pt"
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \begin_layout Standard
30415 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
30416  la légende se place sur le côté.
30417  Pour les flottants de figure, utilisez la commande
30418 \end_layout
30419
30420 \begin_layout Standard
30421
30422 \series bold
30423
30424 \backslash
30425 FigBesBeg
30426 \end_layout
30427
30428 \begin_layout Standard
30429 en code \SpecialChar TeX
30430  avant le flottant.
30431  Et insérez la commande
30432 \end_layout
30433
30434 \begin_layout Standard
30435
30436 \series bold
30437
30438 \backslash
30439 FigBesEnd
30440 \end_layout
30441
30442 \begin_layout Standard
30443 en code \SpecialChar TeX
30444  à l'endroit où vous voulez revenir à la définition originale du
30445  flottant.
30446 \end_layout
30447
30448 \begin_layout Standard
30449 Pour les flottants de tableau, utilisez les commandes correspondantes
30450 \end_layout
30451
30452 \begin_layout Standard
30453
30454 \series bold
30455
30456 \backslash
30457 TabBesBeg
30458 \series default
30459  et 
30460 \series bold
30461
30462 \backslash
30463 TabBesEnd
30464 \end_layout
30465
30466 \begin_layout Standard
30467 La figure
30468 \begin_inset space ~
30469 \end_inset
30470
30471
30472 \begin_inset CommandInset ref
30473 LatexCommand ref
30474 reference "fig:legende-a-coté-fig"
30475
30476 \end_inset
30477
30478  et le tableau
30479 \begin_inset space ~
30480 \end_inset
30481
30482
30483 \begin_inset CommandInset ref
30484 LatexCommand ref
30485 reference "tab:legende-à-coté-tableau"
30486
30487 \end_inset
30488
30489  sont des exemples où la légende a été mises sur le coté.
30490 \end_layout
30491
30492 \begin_layout Standard
30493 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
30494  pour les flottants de tableau et vers le bas pour les flottants de figure.
30495  Pour changer ce comportement, vous pouvez utiliser les commandes
30496 \end_layout
30497
30498 \begin_layout Standard
30499
30500 \series bold
30501
30502 \backslash
30503 sidecaptionvpos{type flottant}{placement}
30504 \end_layout
30505
30506 \begin_layout Standard
30507 dans le préambule du document ou en code \SpecialChar TeX
30508  juste avant le flottant visé.
30509  Le type du flottant est soit 
30510 \family sans
30511 figure
30512 \family default
30513  soit 
30514 \family sans
30515 table
30516 \family default
30517 , le placement peut être 
30518 \begin_inset Quotes cld
30519 \end_inset
30520
30521
30522 \family sans
30523 t
30524 \family default
30525
30526 \begin_inset Quotes crd
30527 \end_inset
30528
30529  pour haut (top), 
30530 \begin_inset Quotes cld
30531 \end_inset
30532
30533
30534 \family sans
30535 c
30536 \family default
30537
30538 \begin_inset Quotes crd
30539 \end_inset
30540
30541
30542 \begin_inset Quotes erd
30543 \end_inset
30544
30545  pour centre (center), ou 
30546 \begin_inset Quotes cld
30547 \end_inset
30548
30549
30550 \family sans
30551 b
30552 \family default
30553
30554 \begin_inset Quotes crd
30555 \end_inset
30556
30557  pour bas (bottom).
30558  Pour que, par exemple, les légendes des flottants de figure soient centrés
30559  verticalement, utilisez la commande
30560 \end_layout
30561
30562 \begin_layout Standard
30563
30564 \series bold
30565
30566 \backslash
30567 sidecaptionvpos{figure}{c}
30568 \end_layout
30569
30570 \begin_layout Standard
30571 C'est ce qui a été utilisé pour la figure
30572 \begin_inset space ~
30573 \end_inset
30574
30575
30576 \begin_inset CommandInset ref
30577 LatexCommand ref
30578 reference "fig:legende-à-coté-fig-2"
30579
30580 \end_inset
30581
30582 .
30583 \end_layout
30584
30585 \begin_layout Standard
30586 \begin_inset VSpace medskip
30587 \end_inset
30588
30589
30590 \end_layout
30591
30592 \begin_layout Standard
30593 La largeur de légende par défaut est celle de l'image ou du tableau.
30594  Pour des images ou des tableaux étroits, comme le tableau
30595 \begin_inset space ~
30596 \end_inset
30597
30598
30599 \begin_inset CommandInset ref
30600 LatexCommand ref
30601 reference "tab:legende-à-coté-tableau"
30602
30603 \end_inset
30604
30605 , cela donne des légendes trop étroites.
30606  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
30607  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
30608  La largeur de la légende sera automatiquement recalculée dans le cas où
30609  cette dernière déborderait dans la marge de la page ou de la colonne à
30610  cause de la largeur indiquée.
30611  Le 
30612 \emph on
30613 facteur 
30614 \emph default
30615 peut soit être donné comme argument pour 
30616 \series bold
30617
30618 \backslash
30619 FigBesBeg
30620 \series default
30621 :
30622 \end_layout
30623
30624 \begin_layout Standard
30625
30626 \series bold
30627
30628 \backslash
30629 FigBesBeg[facteur]
30630 \end_layout
30631
30632 \begin_layout Standard
30633 ou dans la définition de 
30634 \series bold
30635
30636 \backslash
30637 FigBesBeg 
30638 \series default
30639 en remplaçant le
30640 \series bold
30641  1.0 
30642 \series default
30643 par une autre valeur.
30644  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
30645  façon implicite quand  
30646 \series bold
30647
30648 \backslash
30649 FigBesBeg
30650 \series default
30651  est utilisé sans argument.
30652  Pour le tableau
30653 \begin_inset space ~
30654 \end_inset
30655
30656
30657 \begin_inset CommandInset ref
30658 LatexCommand ref
30659 reference "tab:cap-beside-tab-wider"
30660
30661 \end_inset
30662
30663  on a utilisé 5 comme facteur.
30664 \end_layout
30665
30666 \begin_layout Standard
30667
30668 \lang english
30669 \begin_inset Note Greyedout
30670 status open
30671
30672 \begin_layout Plain Layout
30673
30674 \series bold
30675 Note:
30676 \series default
30677  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
30678  utiliser l'option de placement, 
30679 \family sans
30680 Ici
30681 \begin_inset space ~
30682 \end_inset
30683
30684 à
30685 \begin_inset space ~
30686 \end_inset
30687
30688 tout
30689 \begin_inset space ~
30690 \end_inset
30691
30692 prix
30693 \family default
30694  parce qu'elle n'est pas gérée par 
30695 \series bold
30696 sidecap
30697 \series default
30698 .
30699 \end_layout
30700
30701 \end_inset
30702
30703
30704 \end_layout
30705
30706 \begin_layout Standard
30707 \begin_inset VSpace medskip
30708 \end_inset
30709
30710 Pour plus d'information sur le paquetage 
30711 \series bold
30712 sidecap
30713 \series default
30714  nous vous renvoyons à sa documentation 
30715 \begin_inset CommandInset citation
30716 LatexCommand cite
30717 key "sidecap"
30718 literal "true"
30719
30720 \end_inset
30721
30722 .
30723 \end_layout
30724
30725 \begin_layout Standard
30726 \begin_inset Note Greyedout
30727 status open
30728
30729 \begin_layout Plain Layout
30730
30731 \series bold
30732 Note:
30733 \series default
30734  Le paquetage \SpecialChar LaTeX
30735  
30736 \series bold
30737 hypcap
30738 \series default
30739
30740 \begin_inset Index idx
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744 Paquetages \SpecialChar LaTeX
30745  ! hypcap
30746 \end_layout
30747
30748 \end_inset
30749
30750 , qui est décrit dans la section
30751 \begin_inset space ~
30752 \end_inset
30753
30754
30755 \begin_inset CommandInset ref
30756 LatexCommand ref
30757 reference "subsec:Reference-Position"
30758
30759 \end_inset
30760
30761 , n'a pas d'effet sur les flottants avec une légende placée à côté.
30762 \end_layout
30763
30764 \end_inset
30765
30766
30767 \end_layout
30768
30769 \begin_layout Standard
30770 \begin_inset ERT
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774
30775
30776 \backslash
30777 FigBesBeg 
30778 \end_layout
30779
30780 \end_inset
30781
30782
30783 \end_layout
30784
30785 \begin_layout Standard
30786 \begin_inset Float figure
30787 wide false
30788 sideways false
30789 status open
30790
30791 \begin_layout Plain Layout
30792 \begin_inset Graphics
30793         filename ../clipart/3D-structure-distort.pdf
30794         scale 50
30795         scaleBeforeRotation
30796
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \begin_layout Plain Layout
30803 \begin_inset Caption Standard
30804
30805 \begin_layout Plain Layout
30806 \begin_inset CommandInset label
30807 LatexCommand label
30808 name "fig:legende-a-coté-fig"
30809
30810 \end_inset
30811
30812 Une légende à côté d'une figure.
30813 \end_layout
30814
30815 \end_inset
30816
30817
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \end_layout
30824
30825 \begin_layout Standard
30826 \begin_inset ERT
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830
30831
30832 \backslash
30833 FigBesEnd
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \end_layout
30840
30841 \begin_layout Standard
30842 \begin_inset ERT
30843 status collapsed
30844
30845 \begin_layout Plain Layout
30846
30847
30848 \backslash
30849 TabBesBeg 
30850 \end_layout
30851
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 \begin_inset Float table
30859 wide false
30860 sideways false
30861 status open
30862
30863 \begin_layout Plain Layout
30864 \begin_inset Caption Standard
30865
30866 \begin_layout Plain Layout
30867 \begin_inset CommandInset label
30868 LatexCommand label
30869 name "tab:legende-à-coté-tableau"
30870
30871 \end_inset
30872
30873 Une légende à côté d'un tableau.
30874 \end_layout
30875
30876 \end_inset
30877
30878
30879 \end_layout
30880
30881 \begin_layout Plain Layout
30882 \begin_inset Tabular
30883 <lyxtabular version="3" rows="4" columns="5">
30884 <features tabularvalignment="middle">
30885 <column alignment="center" valignment="top">
30886 <column alignment="center" valignment="top">
30887 <column alignment="center" valignment="top">
30888 <column alignment="center" valignment="top">
30889 <column alignment="center" valignment="top">
30890 <row>
30891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30892 \begin_inset Text
30893
30894 \begin_layout Plain Layout
30895 a
30896 \end_layout
30897
30898 \end_inset
30899 </cell>
30900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30901 \begin_inset Text
30902
30903 \begin_layout Plain Layout
30904
30905 \end_layout
30906
30907 \end_inset
30908 </cell>
30909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30910 \begin_inset Text
30911
30912 \begin_layout Plain Layout
30913 b
30914 \end_layout
30915
30916 \end_inset
30917 </cell>
30918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30919 \begin_inset Text
30920
30921 \begin_layout Plain Layout
30922
30923 \end_layout
30924
30925 \end_inset
30926 </cell>
30927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30928 \begin_inset Text
30929
30930 \begin_layout Plain Layout
30931 c
30932 \end_layout
30933
30934 \end_inset
30935 </cell>
30936 </row>
30937 <row>
30938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30939 \begin_inset Text
30940
30941 \begin_layout Plain Layout
30942
30943 \end_layout
30944
30945 \end_inset
30946 </cell>
30947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30948 \begin_inset Text
30949
30950 \begin_layout Plain Layout
30951 d
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30957 \begin_inset Text
30958
30959 \begin_layout Plain Layout
30960
30961 \end_layout
30962
30963 \end_inset
30964 </cell>
30965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30966 \begin_inset Text
30967
30968 \begin_layout Plain Layout
30969 e
30970 \end_layout
30971
30972 \end_inset
30973 </cell>
30974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30975 \begin_inset Text
30976
30977 \begin_layout Plain Layout
30978
30979 \end_layout
30980
30981 \end_inset
30982 </cell>
30983 </row>
30984 <row>
30985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30986 \begin_inset Text
30987
30988 \begin_layout Plain Layout
30989 f
30990 \end_layout
30991
30992 \end_inset
30993 </cell>
30994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30995 \begin_inset Text
30996
30997 \begin_layout Plain Layout
30998
30999 \end_layout
31000
31001 \end_inset
31002 </cell>
31003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31004 \begin_inset Text
31005
31006 \begin_layout Plain Layout
31007 g
31008 \end_layout
31009
31010 \end_inset
31011 </cell>
31012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31013 \begin_inset Text
31014
31015 \begin_layout Plain Layout
31016
31017 \end_layout
31018
31019 \end_inset
31020 </cell>
31021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31022 \begin_inset Text
31023
31024 \begin_layout Plain Layout
31025 h
31026 \end_layout
31027
31028 \end_inset
31029 </cell>
31030 </row>
31031 <row>
31032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31033 \begin_inset Text
31034
31035 \begin_layout Plain Layout
31036
31037 \end_layout
31038
31039 \end_inset
31040 </cell>
31041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31042 \begin_inset Text
31043
31044 \begin_layout Plain Layout
31045 i
31046 \end_layout
31047
31048 \end_inset
31049 </cell>
31050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31051 \begin_inset Text
31052
31053 \begin_layout Plain Layout
31054
31055 \end_layout
31056
31057 \end_inset
31058 </cell>
31059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31060 \begin_inset Text
31061
31062 \begin_layout Plain Layout
31063 j
31064 \end_layout
31065
31066 \end_inset
31067 </cell>
31068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31069 \begin_inset Text
31070
31071 \begin_layout Plain Layout
31072
31073 \end_layout
31074
31075 \end_inset
31076 </cell>
31077 </row>
31078 </lyxtabular>
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \end_inset
31086
31087
31088 \end_layout
31089
31090 \begin_layout Standard
31091 \begin_inset ERT
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095
31096
31097 \backslash
31098 TabBesEnd
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset ERT
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111
31112
31113 \backslash
31114 FigBesBeg 
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \end_layout
31121
31122 \begin_layout Standard
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128
31129 \backslash
31130 sidecaptionvpos{figure}{c}
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \begin_inset Float figure
31137 wide false
31138 sideways false
31139 status open
31140
31141 \begin_layout Plain Layout
31142 \begin_inset Graphics
31143         filename ../clipart/3D-structure-distort.pdf
31144         scale 50
31145         scaleBeforeRotation
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \begin_layout Plain Layout
31153 \begin_inset Caption Standard
31154
31155 \begin_layout Plain Layout
31156 \begin_inset CommandInset label
31157 LatexCommand label
31158 name "fig:legende-à-coté-fig-2"
31159
31160 \end_inset
31161
31162 Une légende centrée verticalement à côté d'une figure.
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181
31182 \backslash
31183 FigBesEnd
31184 \end_layout
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 \begin_inset ERT
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196
31197
31198 \backslash
31199 TabBesBeg[5]
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Standard
31208 \begin_inset Float table
31209 wide false
31210 sideways false
31211 status open
31212
31213 \begin_layout Plain Layout
31214 \begin_inset Caption Standard
31215
31216 \begin_layout Plain Layout
31217
31218 \lang english
31219 \begin_inset CommandInset label
31220 LatexCommand label
31221 name "tab:cap-beside-tab-wider"
31222
31223 \end_inset
31224
31225 This is a caption is wider than the one in
31226 \lang french
31227  tableau
31228 \begin_inset space ~
31229 \end_inset
31230
31231
31232 \begin_inset CommandInset ref
31233 LatexCommand ref
31234 reference "tab:legende-à-coté-tableau"
31235
31236 \end_inset
31237
31238 .
31239 \end_layout
31240
31241 \end_inset
31242
31243
31244 \end_layout
31245
31246 \begin_layout Plain Layout
31247 \begin_inset Tabular
31248 <lyxtabular version="3" rows="4" columns="5">
31249 <features tabularvalignment="middle">
31250 <column alignment="center" valignment="top">
31251 <column alignment="center" valignment="top">
31252 <column alignment="center" valignment="top">
31253 <column alignment="center" valignment="top">
31254 <column alignment="center" valignment="top">
31255 <row>
31256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31257 \begin_inset Text
31258
31259 \begin_layout Plain Layout
31260 a
31261 \end_layout
31262
31263 \end_inset
31264 </cell>
31265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31266 \begin_inset Text
31267
31268 \begin_layout Plain Layout
31269
31270 \end_layout
31271
31272 \end_inset
31273 </cell>
31274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31275 \begin_inset Text
31276
31277 \begin_layout Plain Layout
31278 b
31279 \end_layout
31280
31281 \end_inset
31282 </cell>
31283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31284 \begin_inset Text
31285
31286 \begin_layout Plain Layout
31287
31288 \end_layout
31289
31290 \end_inset
31291 </cell>
31292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31293 \begin_inset Text
31294
31295 \begin_layout Plain Layout
31296 c
31297 \end_layout
31298
31299 \end_inset
31300 </cell>
31301 </row>
31302 <row>
31303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31304 \begin_inset Text
31305
31306 \begin_layout Plain Layout
31307
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31313 \begin_inset Text
31314
31315 \begin_layout Plain Layout
31316 d
31317 \end_layout
31318
31319 \end_inset
31320 </cell>
31321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31322 \begin_inset Text
31323
31324 \begin_layout Plain Layout
31325
31326 \end_layout
31327
31328 \end_inset
31329 </cell>
31330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31331 \begin_inset Text
31332
31333 \begin_layout Plain Layout
31334 e
31335 \end_layout
31336
31337 \end_inset
31338 </cell>
31339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31340 \begin_inset Text
31341
31342 \begin_layout Plain Layout
31343
31344 \end_layout
31345
31346 \end_inset
31347 </cell>
31348 </row>
31349 <row>
31350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354 f
31355 \end_layout
31356
31357 \end_inset
31358 </cell>
31359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31360 \begin_inset Text
31361
31362 \begin_layout Plain Layout
31363
31364 \end_layout
31365
31366 \end_inset
31367 </cell>
31368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31369 \begin_inset Text
31370
31371 \begin_layout Plain Layout
31372 g
31373 \end_layout
31374
31375 \end_inset
31376 </cell>
31377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31378 \begin_inset Text
31379
31380 \begin_layout Plain Layout
31381
31382 \end_layout
31383
31384 \end_inset
31385 </cell>
31386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31387 \begin_inset Text
31388
31389 \begin_layout Plain Layout
31390 h
31391 \end_layout
31392
31393 \end_inset
31394 </cell>
31395 </row>
31396 <row>
31397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31398 \begin_inset Text
31399
31400 \begin_layout Plain Layout
31401
31402 \end_layout
31403
31404 \end_inset
31405 </cell>
31406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31407 \begin_inset Text
31408
31409 \begin_layout Plain Layout
31410 i
31411 \end_layout
31412
31413 \end_inset
31414 </cell>
31415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31416 \begin_inset Text
31417
31418 \begin_layout Plain Layout
31419
31420 \end_layout
31421
31422 \end_inset
31423 </cell>
31424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31425 \begin_inset Text
31426
31427 \begin_layout Plain Layout
31428 j
31429 \end_layout
31430
31431 \end_inset
31432 </cell>
31433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31434 \begin_inset Text
31435
31436 \begin_layout Plain Layout
31437
31438 \end_layout
31439
31440 \end_inset
31441 </cell>
31442 </row>
31443 </lyxtabular>
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 \begin_inset ERT
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460
31461
31462 \backslash
31463 TabBesEnd
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472 \begin_inset ERT
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476
31477
31478 \backslash
31479 else
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \begin_inset Note Note
31486 status open
31487
31488 \begin_layout Plain Layout
31489 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
31490  
31491 \series bold
31492 sidecap
31493 \series default
31494  n'est pas installé :
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 Vous devez installer le paquetage \SpecialChar LaTeX
31504  
31505 \series bold
31506 sidecap
31507 \series default
31508  pour voir la suite de cette section dans la sortie imprimée.
31509 \end_layout
31510
31511 \begin_layout Standard
31512 \begin_inset ERT
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516
31517
31518 \backslash
31519 fi
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Section
31528 Les listes de flottants
31529 \begin_inset Index idx
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533 Flottants ! Listes de Flottants
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Standard
31542 De la même façon que la table des matières fait la liste des sections du
31543  document, il y a des listes pour tous les types de flottants, comme par
31544  exemple pour les figures du document.
31545  Vous pouvez les insérer en utilisant le menu 
31546 \family sans
31547 Insertion\SpecialChar menuseparator
31548 Listes
31549 \begin_inset space ~
31550 \end_inset
31551
31552 &
31553 \begin_inset space ~
31554 \end_inset
31555
31556 TdM
31557 \family default
31558 .
31559 \end_layout
31560
31561 \begin_layout Standard
31562 Les entrées de la liste sont la légende du flottant ou éventuellement le
31563  titre court, le numéro du flottant, et le numéro de la page où le flottant
31564  apparaît dans le document.
31565 \end_layout
31566
31567 \begin_layout Standard
31568 Vous trouverez à la fin de ce document une liste des figures et une liste
31569  des tableaux.
31570 \end_layout
31571
31572 \begin_layout Chapter
31573 Notes
31574 \end_layout
31575
31576 \begin_layout Section
31577 Les notes de \SpecialChar LyX
31578
31579 \begin_inset Index idx
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583 Notes ! Notes \SpecialChar LyX
31584  
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \begin_layout Standard
31593 On peut insérer une note en utilisant le bouton 
31594 \begin_inset Info
31595 type  "icon"
31596 arg   "note-insert"
31597 \end_inset
31598
31599  de la barre d'outils ou avec le menu 
31600 \family sans
31601 Insertion\SpecialChar menuseparator
31602 Note
31603 \family default
31604 .
31605  Il y a trois types de notes :
31606 \end_layout
31607
31608 \begin_layout Description
31609 Note
31610 \begin_inset space ~
31611 \end_inset
31612
31613 \SpecialChar LyX
31614  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
31615  La boîte de cette note ressemble à ceci :
31616 \begin_inset Newline newline
31617 \end_inset
31618
31619
31620 \begin_inset Newline newline
31621 \end_inset
31622
31623
31624 \begin_inset Graphics
31625         filename clipart/LyXNoteImage.png
31626         display false
31627         scale 90
31628         scaleBeforeRotation
31629
31630 \end_inset
31631
31632  
31633 \begin_inset Note Note
31634 status open
31635
31636 \begin_layout Plain Layout
31637 Le texte de cette note n'apparaîtra pas à l'impression.
31638 \end_layout
31639
31640 \end_inset
31641
31642
31643 \end_layout
31644
31645 \begin_layout Description
31646 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
31647  il est inséré comme un commentaire \SpecialChar LaTeX
31648  quand vous exportez votre document
31649  vers un fichier au format \SpecialChar LaTeX
31650  avec le menu 
31651 \family sans
31652 Fichier\SpecialChar menuseparator
31653 Exporter\SpecialChar menuseparator
31654 LaTeX
31655 \begin_inset space ~
31656 \end_inset
31657
31658 (pdflatex) / (plain)
31659 \family default
31660 .
31661  La boîte de cette note ressemble à ceci :
31662 \begin_inset Newline newline
31663 \end_inset
31664
31665
31666 \begin_inset Newline newline
31667 \end_inset
31668
31669
31670 \begin_inset Graphics
31671         filename clipart/CommentNoteImage.png
31672         display false
31673         scale 90
31674         scaleBeforeRotation
31675
31676 \end_inset
31677
31678  
31679 \begin_inset Note Comment
31680 status open
31681
31682 \begin_layout Plain Layout
31683 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
31684  \SpecialChar LaTeX
31685 .
31686 \end_layout
31687
31688 \end_inset
31689
31690
31691 \end_layout
31692
31693 \begin_layout Description
31694 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
31695  La boîte de cette note ressemble à ceci :
31696 \begin_inset Newline newline
31697 \end_inset
31698
31699
31700 \begin_inset Newline newline
31701 \end_inset
31702
31703
31704 \begin_inset Graphics
31705         filename clipart/GreyedOutNoteImage.png
31706         lyxscale 80
31707         display false
31708         scale 90
31709         scaleBeforeRotation
31710
31711 \end_inset
31712
31713
31714 \begin_inset Newline newline
31715 \end_inset
31716
31717
31718 \begin_inset ERT
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722
31723
31724 \backslash
31725 renewenvironment{lyxgreyedout}
31726 \end_layout
31727
31728 \begin_layout Plain Layout
31729
31730 {
31731 \backslash
31732 textcolor[gray]{0.8}
31733 \backslash
31734 bgroup}{
31735 \backslash
31736 egroup}
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \begin_inset Note Greyedout
31743 status open
31744
31745 \begin_layout Plain Layout
31746 Le texte de ce commentaire apparaîtra à l'impression sous forme de texte
31747  grisé.
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \begin_inset ERT
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757
31758
31759 \backslash
31760 renewenvironment{lyxgreyedout}
31761 \end_layout
31762
31763 \begin_layout Plain Layout
31764
31765 {
31766 \backslash
31767 textcolor{blue}
31768 \backslash
31769 bgroup}{
31770 \backslash
31771 egroup}
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \begin_inset Note Note
31778 status collapsed
31779
31780 \begin_layout Plain Layout
31781 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
31782  originale qu'elle a dans \SpecialChar LyX
31783 .
31784  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
31785  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
31786 \end_layout
31787
31788 \end_inset
31789
31790
31791 \begin_inset Newline newline
31792 \end_inset
31793
31794
31795 \begin_inset Newline newline
31796 \end_inset
31797
31798 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
31799  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
31800 \end_layout
31801
31802 \begin_layout Standard
31803 \begin_inset VSpace bigskip
31804 \end_inset
31805
31806 Quand vous utilisez le bouton 
31807 \begin_inset Info
31808 type  "icon"
31809 arg   "note-insert"
31810 \end_inset
31811
31812  de la barre d'outils, vous insérez une 
31813 \family sans
31814 Note
31815 \begin_inset space ~
31816 \end_inset
31817
31818 \SpecialChar LyX
31819
31820 \family default
31821 .
31822  Vous pouvez commuter entre les trois types de note avec un clic droit sur
31823  la boîte.
31824  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
31825 la et cliquez sur le bouton d'insertion de note.
31826  Pour retransformer une note en texte, appuyez sur la touche 
31827 \family sans
31828 backspace
31829 \family default
31830  quand le curseur est au tout début de la note ou appuyez sur la touche
31831  
31832 \family sans
31833 Suppr.
31834
31835 \family default
31836  quand le curseur se trouve à la fin de la note.
31837 \end_layout
31838
31839 \begin_layout Standard
31840 \begin_inset VSpace bigskip
31841 \end_inset
31842
31843
31844 \end_layout
31845
31846 \begin_layout Standard
31847 Vous pouvez changer la couleur des notes grisées dans le menu 
31848 \family sans
31849 Document\SpecialChar menuseparator
31850 Paramètres\SpecialChar menuseparator
31851 Couleurs
31852 \family default
31853 .
31854 \end_layout
31855
31856 \begin_layout Section
31857 Notes en bas de page
31858 \begin_inset CommandInset label
31859 LatexCommand label
31860 name "sec:Notes-bas-de-page"
31861
31862 \end_inset
31863
31864
31865 \begin_inset Index idx
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869 Notes ! Notes de bas de page
31870 \end_layout
31871
31872 \end_inset
31873
31874
31875 \begin_inset Index idx
31876 status collapsed
31877
31878 \begin_layout Plain Layout
31879 Notes de bas de page
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Standard
31888 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
31889  
31890 \begin_inset Info
31891 type  "icon"
31892 arg   "footnote-insert"
31893 \end_inset
31894
31895  de la barre d'outils, soit en utilisant le menu 
31896 \family sans
31897 Insertion\SpecialChar menuseparator
31898 Note
31899 \begin_inset space ~
31900 \end_inset
31901
31902 en
31903 \begin_inset space ~
31904 \end_inset
31905
31906 Bas
31907 \begin_inset space ~
31908 \end_inset
31909
31910 de
31911 \begin_inset space ~
31912 \end_inset
31913
31914 Page
31915 \family default
31916 .
31917  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
31918  rouge 
31919 \begin_inset Quotes cld
31920 \end_inset
31921
31922 bas
31923 \begin_inset Quotes crd
31924 \end_inset
31925
31926  qui ressemble à ceci : 
31927 \begin_inset Graphics
31928         filename clipart/footnote.png
31929         scale 95
31930         scaleBeforeRotation
31931
31932 \end_inset
31933
31934  Vous pouvez y entrer votre texte.
31935  Si vous voulez transformer du texte déjà existant en note en bas de page,
31936  sélectionnez-le et cliquez sur le bouton 
31937 \family sans
31938 Note
31939 \begin_inset space ~
31940 \end_inset
31941
31942 en
31943 \begin_inset space ~
31944 \end_inset
31945
31946 Bas
31947 \begin_inset space ~
31948 \end_inset
31949
31950 de
31951 \begin_inset space ~
31952 \end_inset
31953
31954 Page
31955 \family default
31956  de la barre d'outils.
31957  Pour retransformer une note de bas de page en texte, appuyez sur la touche
31958  
31959 \family sans
31960 Backspace
31961 \family default
31962  quand le curseur est au tout début de la note ou appuyez sur la touche
31963  
31964 \family sans
31965 Suppr.
31966
31967 \family default
31968  quand le curseur se trouve à la fin de la note.
31969 \end_layout
31970
31971 \begin_layout Standard
31972 Voici un exemple de note en bas de page:
31973 \begin_inset Foot
31974 status open
31975
31976 \begin_layout Plain Layout
31977 \begin_inset CommandInset label
31978 LatexCommand label
31979 name "fn:Note-en-bas"
31980
31981 \end_inset
31982
31983 Ceci est un exemple de note en bas de page.
31984 \end_layout
31985
31986 \end_inset
31987
31988
31989 \begin_inset ERT
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993
31994
31995 \backslash
31996 newcounter{MyRepeatFoot}
31997 \end_layout
31998
31999 \begin_layout Plain Layout
32000
32001
32002 \backslash
32003 setcounter{MyRepeatFoot}{
32004 \backslash
32005 thefootnote}
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \end_layout
32012
32013 \begin_layout Standard
32014 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
32015  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
32016  de note.
32017  Le texte de la note est placé en bas de la page courante.
32018  Le numéro de note est calculé par \SpecialChar LaTeX
32019 , et les numéros se suivent.
32020  Selon votre classe de document les numéros de notes pourront être réinitialisés
32021  à chaque nouveau chapitre.
32022 \end_layout
32023
32024 \begin_layout Standard
32025 On peut faire référence à une note en bas de page comme on le fait avec
32026  les flottants : Insérez une étiquette dans la note et faites une référence
32027  croisée vers cette étiquette comme c'est décrit dans la
32028 \begin_inset space ~
32029 \end_inset
32030
32031
32032 \begin_inset CommandInset ref
32033 LatexCommand ref
32034 reference "sec:Referencer-les-Flottants"
32035
32036 \end_inset
32037
32038 .
32039 \begin_inset Newline newline
32040 \end_inset
32041
32042 Voici une référence à une note de bas de page :
32043 \begin_inset space ~
32044 \end_inset
32045
32046
32047 \begin_inset CommandInset ref
32048 LatexCommand ref
32049 reference "fn:Note-en-bas"
32050
32051 \end_inset
32052
32053 .
32054 \end_layout
32055
32056 \begin_layout Standard
32057 \begin_inset VSpace defskip
32058 \end_inset
32059
32060 Les notes de bas de page dans un titre ne sont habituellement pas numérotées
32061  avec des symboles et ne peuvent pas contenir plusieurs paragraphes: voyez
32062  par exemple le note de bas de page du titre du présent document.
32063 \end_layout
32064
32065 \begin_layout Standard
32066 Les notes de bas de page dans des tableaux multi-pages sont décrites dans
32067  la section
32068 \begin_inset space ~
32069 \end_inset
32070
32071
32072 \begin_inset CommandInset ref
32073 LatexCommand ref
32074 reference "subsec:Notes-dans-tableau-multi-pages"
32075
32076 \end_inset
32077
32078 .
32079 \end_layout
32080
32081 \begin_layout Standard
32082 \begin_inset VSpace defskip
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Standard
32089 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
32090  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
32091 e, vu que la minipage est considérée comme une page se trouvant dans une
32092  autre page.
32093  Pour plus d'information sur les minipages, voyez la section
32094 \begin_inset space ~
32095 \end_inset
32096
32097
32098 \begin_inset CommandInset ref
32099 LatexCommand ref
32100 reference "sec:Minipages"
32101
32102 \end_inset
32103
32104 .
32105  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
32106  s'imprime en bas de page comme une note normale, on doit utiliser cette
32107  méthode : On insère la commande 
32108 \series bold
32109
32110 \backslash
32111 footnotemark{}
32112 \series default
32113  en code \SpecialChar TeX
32114  à la place de la note de bas de page.
32115  Le texte de la note est mis en argument de la commande \SpecialChar TeX
32116  
32117 \series bold
32118
32119 \backslash
32120 footnotetext
32121 \series default
32122  après la minipage.
32123 \begin_inset Newline newline
32124 \end_inset
32125
32126 C'est ce qui a été fait pour la minipage qui suit avec la commande
32127 \end_layout
32128
32129 \begin_layout Standard
32130
32131 \series bold
32132
32133 \backslash
32134 footnotetext{
32135 \series default
32136 Note de bas de page en dehors de la minipage.
32137 \series bold
32138 }
32139 \end_layout
32140
32141 \begin_layout Standard
32142 \begin_inset Box Frameless
32143 position "t"
32144 hor_pos "c"
32145 has_inner_box 1
32146 inner_pos "t"
32147 use_parbox 0
32148 use_makebox 0
32149 width "100col%"
32150 special "none"
32151 height "1in"
32152 height_special "totalheight"
32153 thickness "0.4pt"
32154 separation "3pt"
32155 shadowsize "4pt"
32156 framecolor "black"
32157 backgroundcolor "none"
32158 status open
32159
32160 \begin_layout Plain Layout
32161 Un exemple de texte dans une minipage.
32162 \begin_inset Foot
32163 status open
32164
32165 \begin_layout Plain Layout
32166 Note de bas de page dans la minipage.
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Plain Layout
32175 Un autre exemple de texte dans une minipage.
32176 \begin_inset ERT
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180
32181
32182 \backslash
32183 footnotemark{}
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \end_layout
32195
32196 \begin_layout Standard
32197 \begin_inset ERT
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201
32202
32203 \backslash
32204 footnotetext{
32205 \end_layout
32206
32207 \end_inset
32208
32209 Note de bas de page en dehors de la minipage.
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215 }
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Standard
32224 \begin_inset VSpace defskip
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
32232  utilisez la commande 
32233 \series bold
32234
32235 \backslash
32236 footnotemark[number]
32237 \series default
32238  en code \SpecialChar TeX
32239 .
32240 \begin_inset Newline newline
32241 \end_inset
32242
32243 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
32244  votre texte, vous devez enregistrer son numéro.
32245  Dans l'exemple de marque de note de bas de page suivant, ces commandes
32246  ont été insérées en code \SpecialChar TeX
32247  après la note
32248 \begin_inset space ~
32249 \end_inset
32250
32251
32252 \begin_inset CommandInset ref
32253 LatexCommand ref
32254 reference "fn:Note-en-bas"
32255
32256 \end_inset
32257
32258  pour enregistrer son numéro
32259 \begin_inset space ~
32260 \end_inset
32261
32262 :
32263 \end_layout
32264
32265 \begin_layout Standard
32266
32267 \series bold
32268
32269 \backslash
32270 newcounter{MaNoteDupliquee}
32271 \begin_inset Newline newline
32272 \end_inset
32273
32274
32275 \backslash
32276 setcounter{MaNoteDupliquee}{
32277 \backslash
32278 thefootnote}
32279 \end_layout
32280
32281 \begin_layout Standard
32282 La note de bas de page a été créée avec la commande
32283 \begin_inset space ~
32284 \end_inset
32285
32286 :
32287 \end_layout
32288
32289 \begin_layout Standard
32290
32291 \series bold
32292
32293 \backslash
32294 footnotemark[
32295 \backslash
32296 MaNoteDupliquee]
32297 \end_layout
32298
32299 \begin_layout Standard
32300 Voici une note de bas de page dupliquée
32301 \begin_inset space ~
32302 \end_inset
32303
32304 :
32305 \begin_inset ERT
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309
32310
32311 \backslash
32312 footnotemark[
32313 \backslash
32314 theMyRepeatFoot]
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \begin_layout Standard
32323 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
32324 t du numéro de note et juste utiliser la commande suivante
32325 \end_layout
32326
32327 \begin_layout Standard
32328
32329 \series bold
32330
32331 \backslash
32332 footnotemark[
32333 \backslash
32334 thefootnote]
32335 \end_layout
32336
32337 \begin_layout Standard
32338 Voici une autre note de bas de page dupliquée
32339 \begin_inset space ~
32340 \end_inset
32341
32342 :
32343 \begin_inset ERT
32344 status collapsed
32345
32346 \begin_layout Plain Layout
32347
32348
32349 \backslash
32350 footnotemark[
32351 \backslash
32352 thefootnote]
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \end_layout
32359
32360 \begin_layout Subsection
32361 Numérotation de notes de bas de page
32362 \begin_inset CommandInset label
32363 LatexCommand label
32364 name "subsec:Numerotation-notes-bas-de-page"
32365
32366 \end_inset
32367
32368
32369 \begin_inset Index idx
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373 Notes de bas de page ! Numérotation
32374 \end_layout
32375
32376 \end_inset
32377
32378
32379 \end_layout
32380
32381 \begin_layout Standard
32382 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
32383  ajoutez cette commande dans le préambule de votre document :
32384 \end_layout
32385
32386 \begin_layout Standard
32387
32388 \series bold
32389
32390 \backslash
32391 @addtoreset{footnote}{section}
32392 \end_layout
32393
32394 \begin_layout Standard
32395 \begin_inset VSpace bigskip
32396 \end_inset
32397
32398 La commande de préambule suivante change le style de numérotation des notes
32399  en petits chiffres romains :
32400 \end_layout
32401
32402 \begin_layout Standard
32403
32404 \series bold
32405
32406 \backslash
32407 renewcommand{
32408 \backslash
32409 thefootnote}{
32410 \backslash
32411 roman{footnote}}
32412 \end_layout
32413
32414 \begin_layout Standard
32415 \begin_inset ERT
32416 status collapsed
32417
32418 \begin_layout Plain Layout
32419
32420
32421 \backslash
32422 renewcommand{
32423 \backslash
32424 thefootnote}{
32425 \backslash
32426 roman{footnote}}
32427 \end_layout
32428
32429 \end_inset
32430
32431  Cette note de bas de page utilise une numérotation en chiffres romains
32432  :
32433 \begin_inset Foot
32434 status open
32435
32436 \begin_layout Plain Layout
32437 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
32438  romains.
32439 \end_layout
32440
32441 \end_inset
32442
32443
32444 \end_layout
32445
32446 \begin_layout Standard
32447 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
32448  la commande précédente 
32449 \series bold
32450
32451 \backslash
32452 roman
32453 \series default
32454  par 
32455 \series bold
32456
32457 \backslash
32458 Roman
32459 \series default
32460 .
32461  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
32462  utilisez respectivement soit 
32463 \series bold
32464
32465 \backslash
32466 Alph
32467 \series default
32468  soit 
32469 \series bold
32470
32471 \backslash
32472 alph
32473 \series default
32474 .
32475  Pour les 
32476 \begin_inset Quotes cld
32477 \end_inset
32478
32479 numéroter
32480 \begin_inset Quotes crd
32481 \end_inset
32482
32483  avec des symboles, utilisez 
32484 \series bold
32485
32486 \backslash
32487 fnsymbol
32488 \series default
32489 .
32490 \end_layout
32491
32492 \begin_layout Standard
32493 \begin_inset Note Greyedout
32494 status open
32495
32496 \begin_layout Plain Layout
32497
32498 \series bold
32499 Note:
32500 \series default
32501  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
32502  puisque cette numérotation est limitée à des lettres seules.
32503 \end_layout
32504
32505 \end_inset
32506
32507
32508 \begin_inset Newline newline
32509 \end_inset
32510
32511
32512 \begin_inset Note Greyedout
32513 status open
32514
32515 \begin_layout Plain Layout
32516
32517 \series bold
32518 Note:
32519 \series default
32520  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
32521 \end_layout
32522
32523 \end_inset
32524
32525
32526 \end_layout
32527
32528 \begin_layout Standard
32529 Pour revenir au style de numérotation implicite quand vous en avez changé,
32530  utilisez 
32531 \series bold
32532
32533 \backslash
32534 arabic
32535 \series default
32536  à la place de 
32537 \series bold
32538
32539 \backslash
32540 roman
32541 \series default
32542  dans la commande précédente.
32543 \begin_inset ERT
32544 status collapsed
32545
32546 \begin_layout Plain Layout
32547
32548
32549 \backslash
32550 renewcommand{
32551 \backslash
32552 thefootnote}{
32553 \backslash
32554 arabic{footnote}}
32555 \end_layout
32556
32557 \end_inset
32558
32559
32560 \end_layout
32561
32562 \begin_layout Standard
32563 \begin_inset VSpace bigskip
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \begin_layout Standard
32570 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
32571  le schéma 
32572 \begin_inset Quotes cld
32573 \end_inset
32574
32575 chapitre.note
32576 \begin_inset Quotes crd
32577 \end_inset
32578
32579 , ajoutez la commande suivante au préambule de votre document :
32580 \end_layout
32581
32582 \begin_layout Standard
32583
32584 \series bold
32585
32586 \backslash
32587 numberwithin{footnote}{chapter}
32588 \end_layout
32589
32590 \begin_layout Standard
32591 Pour pouvoir utiliser la commande 
32592 \series bold
32593
32594 \backslash
32595 numberwithin
32596 \series default
32597 , activez dans la rubrique 
32598 \family sans
32599 Options
32600 \begin_inset space ~
32601 \end_inset
32602
32603 des
32604 \begin_inset space ~
32605 \end_inset
32606
32607 Maths
32608 \family default
32609  dans les paramètres du document, l'option 
32610 \family sans
32611 Utiliser
32612 \begin_inset space ~
32613 \end_inset
32614
32615 le
32616 \begin_inset space ~
32617 \end_inset
32618
32619 paquetage
32620 \begin_inset space ~
32621 \end_inset
32622
32623 maths
32624 \begin_inset space ~
32625 \end_inset
32626
32627 AMS
32628 \family default
32629 .
32630 \end_layout
32631
32632 \begin_layout Standard
32633 \begin_inset ERT
32634 status collapsed
32635
32636 \begin_layout Plain Layout
32637
32638
32639 \backslash
32640 numberwithin{footnote}{chapter}
32641 \end_layout
32642
32643 \end_inset
32644
32645 Ceci est un autre exemple de note de bas de page:
32646 \series bold
32647
32648 \begin_inset Foot
32649 status open
32650
32651 \begin_layout Plain Layout
32652 Cette note est numérotée en suivant le schéma 
32653 \begin_inset Quotes cld
32654 \end_inset
32655
32656 chapitre.note
32657 \begin_inset Quotes crd
32658 \end_inset
32659
32660 .
32661 \end_layout
32662
32663 \end_inset
32664
32665
32666 \series default
32667
32668 \begin_inset ERT
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672
32673
32674 \backslash
32675 renewcommand{
32676 \backslash
32677 thefootnote}{
32678 \backslash
32679 arabic{footnote}}
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset Note Greyedout
32689 status open
32690
32691 \begin_layout Plain Layout
32692
32693 \series bold
32694 Note:
32695 \series default
32696  
32697 \series bold
32698
32699 \backslash
32700 numberwithin
32701 \series default
32702  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
32703  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
32704  prises en compte.
32705  
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Standard
32714 Donc pour avoir par exemple le schéma 
32715 \begin_inset Quotes cld
32716 \end_inset
32717
32718 chapitre.
32719 \backslash
32720 Roman{note}
32721 \begin_inset Quotes crd
32722 \end_inset
32723
32724 , utilisez la commande suivante plutôt que 
32725 \series bold
32726
32727 \backslash
32728 numberwithin
32729 \series default
32730  :
32731 \end_layout
32732
32733 \begin_layout Standard
32734
32735 \series bold
32736
32737 \backslash
32738 renewcommand{
32739 \backslash
32740 thefootnote}{
32741 \backslash
32742 thechapter.
32743 \backslash
32744 Roman{footnote}}
32745 \end_layout
32746
32747 \begin_layout Subsection
32748 Positionnement de notes de bas de page
32749 \begin_inset Index idx
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753 Notes de bas de page ! Positionnement
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Standard
32762 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
32763  vertical entre elles en bas de la page.
32764  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
32765  de 1.5
32766 \begin_inset space \thinspace{}
32767 \end_inset
32768
32769 mm avec la commande suivante dans le préambule :
32770 \end_layout
32771
32772 \begin_layout Standard
32773
32774 \series bold
32775
32776 \backslash
32777 let
32778 \backslash
32779 myFoot
32780 \backslash
32781 footnote
32782 \begin_inset Newline newline
32783 \end_inset
32784
32785
32786 \backslash
32787 renewcommand{
32788 \backslash
32789 footnote}[1]{
32790 \backslash
32791 myFoot{#1
32792 \backslash
32793 vspace{1.5mm}}}
32794 \end_layout
32795
32796 \begin_layout Standard
32797 \begin_inset VSpace bigskip
32798 \end_inset
32799
32800 Dans un document à deux colonnes les notes de bas de page apparaissent en
32801  bas de chaque colonne, comme sur la Figure
32802 \begin_inset space ~
32803 \end_inset
32804
32805
32806 \begin_inset CommandInset ref
32807 LatexCommand ref
32808 reference "fig:Position-standard-note-bas-de-page"
32809
32810 \end_inset
32811
32812 .
32813  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
32814  sur la Figure
32815 \begin_inset space ~
32816 \end_inset
32817
32818
32819 \begin_inset CommandInset ref
32820 LatexCommand ref
32821 reference "fig:Position-note-avec-ftnright"
32822
32823 \end_inset
32824
32825 , utilisez le paquetage \SpecialChar LaTeX
32826  
32827 \series bold
32828 ftnright
32829 \series default
32830
32831 \begin_inset Index idx
32832 status collapsed
32833
32834 \begin_layout Plain Layout
32835 Paquetages \SpecialChar LaTeX
32836  ! ftnright
32837 \end_layout
32838
32839 \end_inset
32840
32841  avec cette commande dans le préambule du document:
32842 \end_layout
32843
32844 \begin_layout Standard
32845
32846 \series bold
32847
32848 \backslash
32849 usepackage{ftnright}
32850 \end_layout
32851
32852 \begin_layout Standard
32853 \begin_inset Float figure
32854 placement !h
32855 wide false
32856 sideways false
32857 status open
32858
32859 \begin_layout Plain Layout
32860 \noindent
32861 \align center
32862 \begin_inset Box Boxed
32863 position "t"
32864 hor_pos "c"
32865 has_inner_box 0
32866 inner_pos "t"
32867 use_parbox 0
32868 use_makebox 0
32869 width ""
32870 special "none"
32871 height "1in"
32872 height_special "totalheight"
32873 thickness "0.4pt"
32874 separation "3pt"
32875 shadowsize "4pt"
32876 framecolor "black"
32877 backgroundcolor "none"
32878 status open
32879
32880 \begin_layout Plain Layout
32881 \begin_inset Graphics
32882         filename ../clipart/without_fntright.pdf
32883         width 100col%
32884         scaleBeforeRotation
32885
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \begin_layout Plain Layout
32897 \begin_inset Caption Standard
32898
32899 \begin_layout Plain Layout
32900 \begin_inset CommandInset label
32901 LatexCommand label
32902 name "fig:Position-standard-note-bas-de-page"
32903
32904 \end_inset
32905
32906 Positionnement standard des notes de bas de page dans un document à deux
32907  colonnes.
32908 \end_layout
32909
32910 \end_inset
32911
32912
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \begin_layout Standard
32921 \begin_inset Float figure
32922 placement !h
32923 wide false
32924 sideways false
32925 status open
32926
32927 \begin_layout Plain Layout
32928 \noindent
32929 \align center
32930 \begin_inset Box Boxed
32931 position "t"
32932 hor_pos "c"
32933 has_inner_box 0
32934 inner_pos "t"
32935 use_parbox 0
32936 use_makebox 0
32937 width ""
32938 special "none"
32939 height "1in"
32940 height_special "totalheight"
32941 thickness "0.4pt"
32942 separation "3pt"
32943 shadowsize "4pt"
32944 framecolor "black"
32945 backgroundcolor "none"
32946 status open
32947
32948 \begin_layout Plain Layout
32949 \begin_inset Graphics
32950         filename ../clipart/with_fntright.pdf
32951         width 100col%
32952         scaleBeforeRotation
32953
32954 \end_inset
32955
32956
32957 \end_layout
32958
32959 \end_inset
32960
32961
32962 \end_layout
32963
32964 \begin_layout Plain Layout
32965 \begin_inset Caption Standard
32966
32967 \begin_layout Plain Layout
32968 \begin_inset CommandInset label
32969 LatexCommand label
32970 name "fig:Position-note-avec-ftnright"
32971
32972 \end_inset
32973
32974 Positionnement de notes de bas de page dans un document à deux colonnes
32975  en utilisant le paquetage \SpecialChar LaTeX
32976  
32977 \series bold
32978 ftnright
32979 \series default
32980 .
32981 \end_layout
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 \begin_inset VSpace bigskip
32995 \end_inset
32996
32997 Dans certaines publications scientifiques, il est courant de rassembler
32998  les notes de bas de page et de les imprimer dans un paragraphe particulier
32999  à la fin de la section, comme sur la Figure
33000 \begin_inset space ~
33001 \end_inset
33002
33003
33004 \begin_inset CommandInset ref
33005 LatexCommand ref
33006 reference "fig:Notes-de-fin"
33007
33008 \end_inset
33009
33010 .
33011  On les appelle 
33012 \begin_inset Quotes cld
33013 \end_inset
33014
33015 notes de fin
33016 \begin_inset Quotes crd
33017 \end_inset
33018
33019 .
33020 \begin_inset Index idx
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024 Notes de fin
33025 \end_layout
33026
33027 \end_inset
33028
33029  Pour utiliser des notes de fin à la place des notes de bas de page dans
33030  votre document, charger le module 
33031 \family sans
33032 Note de bas de page en fin de document
33033 \family default
33034  à partir de 
33035 \family sans
33036 Document\SpecialChar menuseparator
33037 Paramètres\SpecialChar menuseparator
33038 Modules
33039 \family default
33040 .
33041  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
33042 \end_layout
33043
33044 \begin_layout Standard
33045
33046 \series bold
33047
33048 \backslash
33049 theendnotes
33050 \end_layout
33051
33052 \begin_layout Standard
33053 en code \SpecialChar TeX
33054  à la fin d'une section ou d'un chapitre.
33055 \end_layout
33056
33057 \begin_layout Standard
33058 \begin_inset Float figure
33059 wide false
33060 sideways false
33061 status open
33062
33063 \begin_layout Plain Layout
33064 \align center
33065 \begin_inset Box Boxed
33066 position "t"
33067 hor_pos "c"
33068 has_inner_box 0
33069 inner_pos "t"
33070 use_parbox 0
33071 use_makebox 0
33072 width ""
33073 special "none"
33074 height "1in"
33075 height_special "totalheight"
33076 thickness "0.4pt"
33077 separation "3pt"
33078 shadowsize "4pt"
33079 framecolor "black"
33080 backgroundcolor "none"
33081 status open
33082
33083 \begin_layout Plain Layout
33084 \begin_inset Graphics
33085         filename ../clipart/endnotes.pdf
33086         width 100col%
33087         scaleBeforeRotation
33088
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \end_inset
33095
33096
33097 \end_layout
33098
33099 \begin_layout Plain Layout
33100 \begin_inset Caption Standard
33101
33102 \begin_layout Plain Layout
33103 \begin_inset CommandInset label
33104 LatexCommand label
33105 name "fig:Notes-de-fin"
33106
33107 \end_inset
33108
33109 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
33110  séparé à la fin des sections ou des chapitres.
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \end_inset
33119
33120
33121 \end_layout
33122
33123 \begin_layout Standard
33124 \begin_inset VSpace medskip
33125 \end_inset
33126
33127 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
33128  dans la langue du document, cela doit être fait manuellement.
33129  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
33130  
33131 \begin_inset Quotes cld
33132 \end_inset
33133
33134 Notes
33135 \begin_inset Quotes crd
33136 \end_inset
33137
33138  en sa traduction Allemande
33139 \begin_inset Foot
33140 status collapsed
33141
33142 \begin_layout Plain Layout
33143 En français, 
33144 \begin_inset Quotes cld
33145 \end_inset
33146
33147 Notes
33148 \begin_inset Quotes crd
33149 \end_inset
33150
33151  peut être conservé.
33152 \end_layout
33153
33154 \end_inset
33155
33156  
33157 \begin_inset Quotes cld
33158 \end_inset
33159
33160 Anmerkungen
33161 \begin_inset Quotes crd
33162 \end_inset
33163
33164  :
33165 \end_layout
33166
33167 \begin_layout Standard
33168
33169 \series bold
33170
33171 \backslash
33172 renewcommand{
33173 \backslash
33174 notesname}{Anmerkungen}
33175 \end_layout
33176
33177 \begin_layout Standard
33178 \begin_inset VSpace medskip
33179 \end_inset
33180
33181 La numérotation des notes de fin peut être modifiée comme celle des notes
33182  de bas de page comme c'est décrit dans la section
33183 \begin_inset space ~
33184 \end_inset
33185
33186
33187 \begin_inset CommandInset ref
33188 LatexCommand ref
33189 reference "subsec:Numerotation-notes-bas-de-page"
33190
33191 \end_inset
33192
33193  ; remplacez juste la commande 
33194 \series bold
33195
33196 \backslash
33197 thefootnote
33198 \series default
33199  par 
33200 \series bold
33201
33202 \backslash
33203 theendnote
33204 \series default
33205 .
33206  Pour réinitialiser le numéro de note de fin, utilisez la commande 
33207 \series bold
33208
33209 \backslash
33210 @addtoreset
33211 \series default
33212  comme c'est décrit dans la section
33213 \begin_inset space ~
33214 \end_inset
33215
33216
33217 \begin_inset CommandInset ref
33218 LatexCommand ref
33219 reference "subsec:Numerotation-notes-bas-de-page"
33220
33221 \end_inset
33222
33223  et remplacez le paramètre de commande 
33224 \series bold
33225 footnote
33226 \series default
33227  par 
33228 \series bold
33229 endnote
33230 \series default
33231 .
33232 \end_layout
33233
33234 \begin_layout Standard
33235 Pour les notes de fin, il y a la commande 
33236 \series bold
33237
33238 \backslash
33239 endnotemark[numéro]
33240 \series default
33241  qui est semblable à 
33242 \series bold
33243
33244 \backslash
33245 footnotemark
33246 \series default
33247 , décrite dans la section
33248 \begin_inset space ~
33249 \end_inset
33250
33251
33252 \begin_inset CommandInset ref
33253 LatexCommand ref
33254 reference "sec:Notes-bas-de-page"
33255
33256 \end_inset
33257
33258 .
33259 \end_layout
33260
33261 \begin_layout Standard
33262 \begin_inset VSpace bigskip
33263 \end_inset
33264
33265  Les notes de bas de page peuvent être mise dans la marge de la page et
33266  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
33267
33268  
33269 \series bold
33270 footmisc
33271 \series default
33272
33273 \begin_inset Index idx
33274 status collapsed
33275
33276 \begin_layout Plain Layout
33277 Paquetages \SpecialChar LaTeX
33278  ! footmisc
33279 \end_layout
33280
33281 \end_inset
33282
33283
33284 \begin_inset CommandInset citation
33285 LatexCommand cite
33286 key "footmisc"
33287 literal "true"
33288
33289 \end_inset
33290
33291  pour plus d'information à ce sujet.
33292 \end_layout
33293
33294 \begin_layout Standard
33295 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
33296  voyez les livres sur \SpecialChar LaTeX
33297
33298 \begin_inset CommandInset citation
33299 LatexCommand cite
33300 key "latexcompanion,latexguide,latexbook"
33301 literal "true"
33302
33303 \end_inset
33304
33305 .
33306  Si vous utilisez une classe de document  
33307 \series bold
33308 KOMA-Script
33309 \series default
33310
33311 \begin_inset Index idx
33312 status collapsed
33313
33314 \begin_layout Plain Layout
33315 Paquetages \SpecialChar LaTeX
33316  ! KOMA-Script
33317 \end_layout
33318
33319 \end_inset
33320
33321 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
33322  des commandes spécifiques à la classe de document utilisée, voyez 
33323 \begin_inset CommandInset citation
33324 LatexCommand cite
33325 key "KOMA-Script"
33326 literal "true"
33327
33328 \end_inset
33329
33330 .
33331 \end_layout
33332
33333 \begin_layout Section
33334 Notes en marge
33335 \begin_inset Index idx
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339 Notes ! Notes en Marge
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Standard
33348 Les notes en marge dans \SpecialChar LyX
33349  ressemblent aux notes en bas de page et se comportent
33350  de la même façon.
33351  Quand vous insérez une note en marge avec 
33352 \family sans
33353 Insertion\SpecialChar menuseparator
33354 Note
33355 \begin_inset space ~
33356 \end_inset
33357
33358 en
33359 \begin_inset space ~
33360 \end_inset
33361
33362 Marge
33363 \family default
33364  ou avec le bouton 
33365 \begin_inset Info
33366 type  "icon"
33367 arg   "marginalnote-insert"
33368 \end_inset
33369
33370  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
33371  grise avec une étiquette rouge 
33372 \begin_inset Quotes cld
33373 \end_inset
33374
33375 marge
33376 \begin_inset Quotes crd
33377 \end_inset
33378
33379 .
33380  
33381 \begin_inset Marginal
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385 C'est une note en marge.
33386 \end_layout
33387
33388 \end_inset
33389
33390  Cette boîte est la représentation de votre note dans \SpecialChar LyX
33391 .
33392  Vous pouvez y entrer votre texte.
33393 \end_layout
33394
33395 \begin_layout Standard
33396 Les notes en marge apparaissent dans la marge de droite dans les documents
33397  imprimées sur une seule face.
33398  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
33399  
33400 \begin_inset Quotes cld
33401 \end_inset
33402
33403 extérieure
33404 \begin_inset Quotes crd
33405 \end_inset
33406
33407  – la gauche sur les pages paires et la droite sur les pages impaires.
33408  Le texte de la note en marge est aligné à l'opposé de la marge externe
33409  – aligné à droite quand la note apparaît dans la marge de gauche.
33410  La première ligne de la note apparaît à la hauteur de la ligne de texte
33411  où la note a été insérée dans le document.
33412 \end_layout
33413
33414 \begin_layout Standard
33415 \begin_inset VSpace bigskip
33416 \end_inset
33417
33418 Pour placer une note dans la marge interne, ajoutez la commande suivante
33419  :
33420 \end_layout
33421
33422 \begin_layout Standard
33423
33424 \series bold
33425
33426 \backslash
33427 reversemarginpar
33428 \end_layout
33429
33430 \begin_layout Standard
33431 sous forme de code \SpecialChar TeX
33432  avant votre note de marge.
33433  Le nouveau positionnement est pris en compte pour toutes les notes en marge
33434  qui suivent 
33435 \begin_inset ERT
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439
33440
33441 \backslash
33442 reversemarginpar 
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \begin_inset Marginal
33449 status open
33450
33451 \begin_layout Plain Layout
33452 Cette note en marge est dans la marge interne.
33453 \end_layout
33454
33455 \end_inset
33456
33457
33458 \series bold
33459
33460 \begin_inset Newline newline
33461 \end_inset
33462
33463
33464 \series default
33465
33466 \begin_inset Note Greyedout
33467 status open
33468
33469 \begin_layout Plain Layout
33470
33471 \series bold
33472 Note:
33473 \series default
33474  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
33475  les notes sont souvent mal mises en formes dans la sortie imprimée.
33476 \end_layout
33477
33478 \end_inset
33479
33480
33481 \end_layout
33482
33483 \begin_layout Standard
33484 Pour revenir au positionnement implicite, ajoutez la commande :
33485 \end_layout
33486
33487 \begin_layout Standard
33488
33489 \series bold
33490
33491 \backslash
33492 normalmarginpar
33493 \end_layout
33494
33495 \begin_layout Standard
33496 sous forme de code \SpecialChar TeX
33497 .
33498 \begin_inset ERT
33499 status collapsed
33500
33501 \begin_layout Plain Layout
33502
33503
33504 \backslash
33505 normalmarginpar 
33506 \end_layout
33507
33508 \end_inset
33509
33510
33511 \begin_inset Newline newline
33512 \end_inset
33513
33514  
33515 \begin_inset Note Greyedout
33516 status open
33517
33518 \begin_layout Plain Layout
33519
33520 \series bold
33521 Note:
33522 \series default
33523  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
33524  
33525 \series bold
33526
33527 \backslash
33528 reversemarginpar
33529 \series default
33530  est aussi utilisée.
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \begin_layout Standard
33539 \begin_inset VSpace bigskip
33540 \end_inset
33541
33542
33543 \begin_inset Marginal
33544 status open
33545
33546 \begin_layout Plain Layout
33547 UnTrèsLongMotEnMarge sans césure.
33548 \end_layout
33549
33550 \end_inset
33551
33552  Comme dans le cas décrit dans la section
33553 \begin_inset space ~
33554 \end_inset
33555
33556
33557 \begin_inset CommandInset ref
33558 LatexCommand ref
33559 reference "subsec:Lignes-multiple-dans-cellule"
33560
33561 \end_inset
33562
33563 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
33564  mot d'une note en marge.
33565  Pour éviter ce problème, insérez un espacement horizontal de 0
33566 \begin_inset space \thinspace{}
33567 \end_inset
33568
33569 pt avant le mot en question: 
33570 \begin_inset Marginal
33571 status open
33572
33573 \begin_layout Plain Layout
33574 \begin_inset space \hspace{}
33575 \length 0pt
33576 \end_inset
33577
33578 UnMotTrèsLongEnMarge avec une césure.
33579 \end_layout
33580
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \begin_layout Standard
33587 \begin_inset VSpace bigskip
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Standard
33594 \begin_inset Note Greyedout
33595 status open
33596
33597 \begin_layout Plain Layout
33598
33599 \series bold
33600 Note:
33601 \series default
33602  Normalement, les notes en marge ne peuvent pas être utilisées dans des
33603  tableaux, des flottants et des notes de bas de page.
33604 \end_layout
33605
33606 \end_inset
33607
33608
33609 \end_layout
33610
33611 \begin_layout Standard
33612 \begin_inset VSpace bigskip
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Standard
33619 \begin_inset ERT
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623
33624
33625 \backslash
33626 ifmarginnote
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \begin_inset Note Note
33633 status open
33634
33635 \begin_layout Plain Layout
33636 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
33637  
33638 \series bold
33639 marginnote
33640 \series default
33641  a été installé.
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
33651  
33652 \series bold
33653 marginnote
33654 \series default
33655
33656 \begin_inset Index idx
33657 status collapsed
33658
33659 \begin_layout Plain Layout
33660 Paquetages \SpecialChar LaTeX
33661  ! marginnote
33662 \end_layout
33663
33664 \end_inset
33665
33666 .
33667  En ajoutant les deux lignes suivantes au préambule de votre document, la
33668  commande que \SpecialChar LyX
33669  utilise pour les notes de marge est redéfinie pour utiliser
33670  la commande fournie par le paquetage 
33671 \series bold
33672 marginnote
33673 \series default
33674  :
33675 \end_layout
33676
33677 \begin_layout Standard
33678
33679 \series bold
33680
33681 \backslash
33682 usepackage{marginnote}
33683 \begin_inset Newline newline
33684 \end_inset
33685
33686
33687 \backslash
33688 let
33689 \backslash
33690 marginpar
33691 \backslash
33692 marginnote
33693 \end_layout
33694
33695 \begin_layout Standard
33696 Ce paquetage est aussi utilisé dans ce document parce que 
33697 \series bold
33698 marginnote
33699 \series default
33700  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
33701  vertical pour une note.
33702  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
33703  sont trop proches les unes des autres ou que vous voulez améliorer la mise
33704  en page.
33705  Le décalage est inséré dans \SpecialChar LyX
33706  sous forme de code \SpecialChar TeX
33707  directement après la note
33708  sous la forme
33709 \end_layout
33710
33711 \begin_layout Standard
33712
33713 \series bold
33714 [offset]
33715 \end_layout
33716
33717 \begin_layout Standard
33718 où l'offset utilise l'une des unités listées dans le tableau
33719 \begin_inset space ~
33720 \end_inset
33721
33722
33723 \begin_inset CommandInset ref
33724 LatexCommand ref
33725 reference "cha:Unités-de-longueur"
33726
33727 \end_inset
33728
33729 .
33730  Une valeur négative déplace la note vers le haut, une valeur positive la
33731  déplace vers le bas.
33732  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
33733  vers le haut de 1.5
33734 \begin_inset space \thinspace{}
33735 \end_inset
33736
33737 cm avec la commande en code \SpecialChar TeX
33738  
33739 \begin_inset Quotes cld
33740 \end_inset
33741
33742
33743 \series bold
33744 [-1.5cm]
33745 \series default
33746
33747 \begin_inset Quotes crd
33748 \end_inset
33749
33750
33751 \begin_inset Marginal
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755 Cette note en marge est décalée vers le haut de 1.5
33756 \begin_inset space \thinspace{}
33757 \end_inset
33758
33759 cm par rapport à sa position d'origine.
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \begin_inset ERT
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769
33770 [-1.5cm]
33771 \end_layout
33772
33773 \end_inset
33774
33775
33776 \end_layout
33777
33778 \begin_layout Standard
33779 \begin_inset VSpace medskip
33780 \end_inset
33781
33782 Avec le paquetage 
33783 \series bold
33784 marginnote
33785 \series default
33786  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
33787  Par exemple les commandes 
33788 \end_layout
33789
33790 \begin_layout Standard
33791
33792 \series bold
33793
33794 \backslash
33795 renewcommand*{
33796 \backslash
33797 raggedleftmarginnote}{
33798 \backslash
33799 centering}
33800 \begin_inset Newline newline
33801 \end_inset
33802
33803
33804 \backslash
33805 renewcommand*{
33806 \backslash
33807 raggedrightmarginnote}{
33808 \backslash
33809 centering}
33810 \end_layout
33811
33812 \begin_layout Standard
33813 donnent un alignement centré.
33814  
33815 \series bold
33816
33817 \backslash
33818 raggedleftmarginnote
33819 \series default
33820  indique une note qui apparaît dans la marge de gauche.
33821 \begin_inset ERT
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825
33826
33827 \backslash
33828 renewcommand*{
33829 \backslash
33830 raggedleftmarginnote}{
33831 \backslash
33832 centering}
33833 \end_layout
33834
33835 \begin_layout Plain Layout
33836
33837
33838 \backslash
33839 renewcommand*{
33840 \backslash
33841 raggedrightmarginnote}{
33842 \backslash
33843 centering}
33844 \end_layout
33845
33846 \end_inset
33847
33848
33849 \begin_inset Marginal
33850 status collapsed
33851
33852 \begin_layout Plain Layout
33853 Le texte de cette note en marge est centré.
33854 \end_layout
33855
33856 \end_inset
33857
33858 .
33859  Le comportement implicite est donné par
33860 \end_layout
33861
33862 \begin_layout Standard
33863
33864 \series bold
33865
33866 \backslash
33867 renewcommand*{
33868 \backslash
33869 raggedleftmarginnote}{
33870 \backslash
33871 raggedleft}
33872 \begin_inset Newline newline
33873 \end_inset
33874
33875
33876 \backslash
33877 renewcommand*{
33878 \backslash
33879 raggedrightmarginnote}{
33880 \backslash
33881 raggedright}
33882 \series default
33883
33884 \begin_inset ERT
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888
33889
33890 \backslash
33891 renewcommand*{
33892 \backslash
33893 raggedleftmarginnote}{
33894 \backslash
33895 raggedleft}
33896 \end_layout
33897
33898 \begin_layout Plain Layout
33899
33900
33901 \backslash
33902 renewcommand*{
33903 \backslash
33904 raggedrightmarginnote}{
33905 \backslash
33906 raggedright}
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \begin_layout Standard
33915 \begin_inset VSpace medskip
33916 \end_inset
33917
33918 Pour les autre fonctions du paquetage 
33919 \series bold
33920 marginnote
33921 \series default
33922  nous vous renvoyons à sa documentation 
33923 \begin_inset CommandInset citation
33924 LatexCommand cite
33925 key "marginnote"
33926 literal "true"
33927
33928 \end_inset
33929
33930 .
33931 \end_layout
33932
33933 \begin_layout Standard
33934 \begin_inset VSpace bigskip
33935 \end_inset
33936
33937 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
33938  définition.
33939  Pour créer par exemple une entête pour toutes les notes en marge avec le
33940  texte 
33941 \begin_inset Quotes cld
33942 \end_inset
33943
33944
33945 \family sans
33946 \series bold
33947 \bar under
33948 Attention!
33949 \family default
33950 \series default
33951 \bar default
33952
33953 \begin_inset Quotes crd
33954 \end_inset
33955
33956  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
33957  de votre document :
33958 \end_layout
33959
33960 \begin_layout Standard
33961
33962 \series bold
33963
33964 \backslash
33965 let
33966 \backslash
33967 myMarginpar
33968 \backslash
33969 marginpar
33970 \begin_inset Newline newline
33971 \end_inset
33972
33973
33974 \backslash
33975 renewcommand{
33976 \backslash
33977 marginpar}[1]{
33978 \backslash
33979 myMarginpar{%
33980 \begin_inset Newline newline
33981 \end_inset
33982
33983
33984 \begin_inset Phantom HPhantom
33985 status open
33986
33987 \begin_layout Plain Layout
33988
33989 \series bold
33990 \begin_inset space ~
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \end_inset
33997
33998
33999 \backslash
34000 hspace{0pt}
34001 \backslash
34002 textsf{
34003 \backslash
34004 textbf{
34005 \backslash
34006 underbar{Attention!}}}%
34007 \begin_inset Newline newline
34008 \end_inset
34009
34010
34011 \begin_inset Phantom HPhantom
34012 status open
34013
34014 \begin_layout Plain Layout
34015
34016 \series bold
34017 \begin_inset space ~
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \end_inset
34024
34025
34026 \backslash
34027 vspace{1.5mm}
34028 \backslash
34029
34030 \backslash
34031 #1}}
34032 \end_layout
34033
34034 \begin_layout Standard
34035 \begin_inset ERT
34036 status collapsed
34037
34038 \begin_layout Plain Layout
34039
34040
34041 \backslash
34042 let
34043 \backslash
34044 myMarginpar
34045 \backslash
34046 marginpar
34047 \end_layout
34048
34049 \begin_layout Plain Layout
34050
34051
34052 \backslash
34053 renewcommand{
34054 \backslash
34055 marginpar}[1]{
34056 \backslash
34057 myMarginpar{%
34058 \end_layout
34059
34060 \begin_layout Plain Layout
34061
34062    
34063 \backslash
34064 textsf{
34065 \backslash
34066 textbf{
34067 \backslash
34068 underbar{Attention!}}}%
34069 \end_layout
34070
34071 \begin_layout Plain Layout
34072
34073    
34074 \backslash
34075 vspace{1.5mm}
34076 \backslash
34077
34078 \backslash
34079 #1}}
34080 \end_layout
34081
34082 \end_inset
34083
34084
34085 \begin_inset Marginal
34086 status open
34087
34088 \begin_layout Plain Layout
34089 Ceci est une note en marge avec une en-tête prédéfinie.
34090 \end_layout
34091
34092 \end_inset
34093
34094
34095 \begin_inset ERT
34096 status collapsed
34097
34098 \begin_layout Plain Layout
34099
34100 [-1.5cm]
34101 \end_layout
34102
34103 \end_inset
34104
34105
34106 \begin_inset ERT
34107 status collapsed
34108
34109 \begin_layout Plain Layout
34110
34111
34112 \backslash
34113 renewcommand{
34114 \backslash
34115 marginpar}[1]{
34116 \backslash
34117 myMarginpar{#1}}
34118 \end_layout
34119
34120 \end_inset
34121
34122
34123 \begin_inset Note Note
34124 status collapsed
34125
34126 \begin_layout Plain Layout
34127
34128 \lang english
34129 The margin note format is changed only for this example.
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \begin_layout Standard
34138 \begin_inset ERT
34139 status collapsed
34140
34141 \begin_layout Plain Layout
34142
34143
34144 \backslash
34145 else
34146 \end_layout
34147
34148 \end_inset
34149
34150
34151 \begin_inset Note Note
34152 status open
34153
34154 \begin_layout Plain Layout
34155 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
34156  
34157 \series bold
34158 marginnote
34159 \series default
34160  n'est pas installé :
34161 \end_layout
34162
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \begin_layout Standard
34169 Vous devez installer le paquetage \SpecialChar LaTeX
34170  
34171 \series bold
34172 marginnote
34173 \series default
34174  pour voir la suite de cette section dans la sortie imprimée.
34175 \end_layout
34176
34177 \begin_layout Standard
34178 \begin_inset ERT
34179 status collapsed
34180
34181 \begin_layout Plain Layout
34182
34183
34184 \backslash
34185 fi
34186 \end_layout
34187
34188 \end_inset
34189
34190
34191 \end_layout
34192
34193 \begin_layout Chapter
34194 Boîtes
34195 \end_layout
34196
34197 \begin_layout Section
34198 Introduction
34199 \begin_inset Index idx
34200 status collapsed
34201
34202 \begin_layout Plain Layout
34203 Boîtes ! Introduction
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Standard
34212 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
34213  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
34214  voir la section
34215 \begin_inset space ~
34216 \end_inset
34217
34218
34219 \begin_inset CommandInset ref
34220 LatexCommand ref
34221 reference "sec:Minipages"
34222
34223 \end_inset
34224
34225 , pour encadrer des portions de texte, voir la section
34226 \begin_inset space ~
34227 \end_inset
34228
34229
34230 \begin_inset CommandInset ref
34231 LatexCommand ref
34232 reference "sec:Décorations"
34233
34234 \end_inset
34235
34236 , pour empêcher que des mots subissent une césure, voir la section
34237 \begin_inset space ~
34238 \end_inset
34239
34240
34241 \begin_inset CommandInset ref
34242 LatexCommand ref
34243 reference "sec:Empêcher-césure"
34244
34245 \end_inset
34246
34247 , pour aligner du texte, voir la section
34248 \begin_inset space ~
34249 \end_inset
34250
34251
34252 \begin_inset CommandInset ref
34253 LatexCommand ref
34254 reference "subsec:Alignement-Vertical"
34255
34256 \end_inset
34257
34258 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
34259 \begin_inset space ~
34260 \end_inset
34261
34262
34263 \begin_inset CommandInset ref
34264 LatexCommand ref
34265 reference "sec:Boîtes-colorées"
34266
34267 \end_inset
34268
34269 .
34270 \end_layout
34271
34272 \begin_layout Standard
34273 On peut insérer une boîte en utilisant le menu 
34274 \family sans
34275 Insertion\SpecialChar menuseparator
34276 Boîte
34277 \family default
34278  ou avec le bouton 
34279 \begin_inset Info
34280 type  "icon"
34281 arg   "box-insert Frameless"
34282 \end_inset
34283
34284  de la barre d'outils.
34285  Une boîte grise avec une étiquette 
34286 \family sans
34287 Boîte
34288 \begin_inset space ~
34289 \end_inset
34290
34291 (Minipage)
34292 \family default
34293
34294 \begin_inset Graphics
34295         filename clipart/BoxInsetDefault.png
34296         scale 95
34297         scaleBeforeRotation
34298
34299 \end_inset
34300
34301  est alors insérée.
34302  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
34303  et en choisissant 
34304 \family sans
34305 Paramètres
34306 \family default
34307  .
34308  La fenêtre de dialogue qui apparaît donne accès aux types de
34309 \family sans
34310  Boîte
34311 \begin_inset space ~
34312 \end_inset
34313
34314 Intérieure
34315 \family default
34316  
34317 \family sans
34318 Makebox, Parbox
34319 \family default
34320  et 
34321 \family sans
34322 Minipage
34323 \family default
34324 .
34325  Le type 
34326 \family sans
34327 Minipage
34328 \family default
34329  est le type implicite pour les boîtes nouvellement créées et il est décrit
34330  dans la section
34331 \begin_inset space ~
34332 \end_inset
34333
34334
34335 \begin_inset CommandInset ref
34336 LatexCommand ref
34337 reference "sec:Minipages"
34338
34339 \end_inset
34340
34341 ; le type 
34342 \family sans
34343 Parbox
34344 \family default
34345  est décrit dans la section
34346 \begin_inset space ~
34347 \end_inset
34348
34349
34350 \begin_inset CommandInset ref
34351 LatexCommand ref
34352 reference "sec:Parboxes"
34353
34354 \end_inset
34355
34356  et le type 
34357 \family sans
34358 Makebox
34359 \family default
34360  est décrit dans la section
34361 \begin_inset space ~
34362 \end_inset
34363
34364
34365 \begin_inset CommandInset ref
34366 LatexCommand ref
34367 reference "sec:Empêcher-césure"
34368
34369 \end_inset
34370
34371 .
34372 \end_layout
34373
34374 \begin_layout Standard
34375 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
34376  comme les flottants ou les notes de bas de page.
34377 \end_layout
34378
34379 \begin_layout Standard
34380 \begin_inset Note Greyedout
34381 status open
34382
34383 \begin_layout Plain Layout
34384
34385 \series bold
34386 Note:
34387 \series default
34388  Vous ne pouvez pas employer une boîte comme élément dans un environnement
34389  de type 
34390 \family sans
34391 Liste
34392 \family default
34393  ou 
34394 \family sans
34395 Description
34396 \family default
34397 .
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \begin_layout Standard
34406 \begin_inset Note Greyedout
34407 status open
34408
34409 \begin_layout Plain Layout
34410
34411 \series bold
34412 Note:
34413 \series default
34414  Pour une raison inconnue, vous ne pouvez mettre le type de la 
34415 \family sans
34416 Boîte
34417 \begin_inset space ~
34418 \end_inset
34419
34420 Intérieure
34421 \family default
34422  à 
34423 \family sans
34424 Aucune
34425 \family default
34426  que quand vous utilisez une boîte encadrée.
34427  Les boîtes sans 
34428 \family sans
34429 Boîte
34430 \begin_inset space ~
34431 \end_inset
34432
34433 Intérieure
34434 \family default
34435  et sans cadre sont expliquées dans la section
34436 \begin_inset space ~
34437 \end_inset
34438
34439
34440 \begin_inset CommandInset ref
34441 LatexCommand ref
34442 reference "sec:Empêcher-césure"
34443
34444 \end_inset
34445
34446 .
34447 \end_layout
34448
34449 \end_inset
34450
34451
34452 \end_layout
34453
34454 \begin_layout Section
34455 La fenêtre de dialogue Boîte
34456 \begin_inset CommandInset label
34457 LatexCommand label
34458 name "sec:Boîte-Dialogue"
34459
34460 \end_inset
34461
34462
34463 \begin_inset Index idx
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467 Boîtes ! Fenêtre de dialogue Boîte
34468 \end_layout
34469
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \begin_layout Subsection
34476 Taille
34477 \begin_inset Index idx
34478 status collapsed
34479
34480 \begin_layout Plain Layout
34481 Boîtes ! Taille
34482 \end_layout
34483
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \begin_layout Standard
34490 Dans la fenêtre de dialogue 
34491 \family sans
34492 Paramètres
34493 \begin_inset space ~
34494 \end_inset
34495
34496 de
34497 \begin_inset space ~
34498 \end_inset
34499
34500 Boîte
34501 \family default
34502  vous pouvez modifier la géométrie de la boîte avec les champs 
34503 \family sans
34504 Largeur
34505 \family default
34506  et 
34507 \family sans
34508 Hauteur
34509 \family default
34510 .
34511  Les unités de longueur qui sont utilisables dans ces champs sont décrites
34512  dans le tableau
34513 \begin_inset space ~
34514 \end_inset
34515
34516
34517 \begin_inset CommandInset ref
34518 LatexCommand ref
34519 reference "tab:Unités"
34520
34521 \end_inset
34522
34523 .
34524  Le champ 
34525 \family sans
34526 Hauteur
34527 \family default
34528  offre en plus les spécifications de taille suivantes :
34529 \end_layout
34530
34531 \begin_layout Description
34532 Profondeur C'est simplement la 
34533 \begin_inset Quotes cld
34534 \end_inset
34535
34536 hauteur
34537 \begin_inset Quotes crd
34538 \end_inset
34539
34540  du texte.
34541  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
34542  lignes de texte dans la boîte.
34543 \begin_inset Newline newline
34544 \end_inset
34545
34546
34547 \begin_inset Newline newline
34548 \end_inset
34549
34550
34551 \begin_inset Newline newline
34552 \end_inset
34553
34554
34555 \begin_inset Box Boxed
34556 position "c"
34557 hor_pos "c"
34558 has_inner_box 1
34559 inner_pos "c"
34560 use_parbox 0
34561 use_makebox 0
34562 width "12col%"
34563 special "none"
34564 height "1in"
34565 height_special "depth"
34566 thickness "0.4pt"
34567 separation "3pt"
34568 shadowsize "4pt"
34569 framecolor "black"
34570 backgroundcolor "none"
34571 status open
34572
34573 \begin_layout Plain Layout
34574 \align center
34575 Boîte dont la hauteur est égale à 1
34576 \begin_inset space \thinspace{}
34577 \end_inset
34578
34579 Profondeur
34580 \end_layout
34581
34582 \end_inset
34583
34584
34585 \begin_inset Newline newline
34586 \end_inset
34587
34588
34589 \begin_inset Newline newline
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \begin_layout Description
34596 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
34597  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
34598  est deux fois plus haute que le texte : 
34599 \begin_inset Box Boxed
34600 position "c"
34601 hor_pos "c"
34602 has_inner_box 1
34603 inner_pos "c"
34604 use_parbox 0
34605 use_makebox 0
34606 width "20col%"
34607 special "none"
34608 height "2in"
34609 height_special "height"
34610 thickness "0.4pt"
34611 separation "3pt"
34612 shadowsize "4pt"
34613 framecolor "black"
34614 backgroundcolor "none"
34615 status open
34616
34617 \begin_layout Plain Layout
34618 \align center
34619 Boîte dont la hauteur est 2
34620 \begin_inset space \thinspace{}
34621 \end_inset
34622
34623 Hauteur
34624 \end_layout
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Description
34632 Hauteur
34633 \begin_inset space ~
34634 \end_inset
34635
34636 Totale C'est égal à Hauteur
34637 \begin_inset space \thinspace{}
34638 \end_inset
34639
34640 +
34641 \begin_inset space \thinspace{}
34642 \end_inset
34643
34644 Profondeur : 
34645 \begin_inset Box Boxed
34646 position "c"
34647 hor_pos "c"
34648 has_inner_box 1
34649 inner_pos "c"
34650 use_parbox 0
34651 use_makebox 0
34652 width "20col%"
34653 special "none"
34654 height "1in"
34655 height_special "totalheight"
34656 thickness "0.4pt"
34657 separation "3pt"
34658 shadowsize "4pt"
34659 framecolor "black"
34660 backgroundcolor "none"
34661 status open
34662
34663 \begin_layout Plain Layout
34664 \align center
34665 Boîte dont la hauteur est 1
34666 \begin_inset space \thinspace{}
34667 \end_inset
34668
34669 Hauteur
34670 \begin_inset space ~
34671 \end_inset
34672
34673 Totale
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Description
34682 Largeur On prend la largeur de la boîte comme hauteur : 
34683 \begin_inset Box Boxed
34684 position "c"
34685 hor_pos "c"
34686 has_inner_box 1
34687 inner_pos "c"
34688 use_parbox 0
34689 use_makebox 0
34690 width "12col%"
34691 special "none"
34692 height "1in"
34693 height_special "width"
34694 thickness "0.4pt"
34695 separation "3pt"
34696 shadowsize "4pt"
34697 framecolor "black"
34698 backgroundcolor "none"
34699 status open
34700
34701 \begin_layout Plain Layout
34702 \align center
34703 Boîte dont la hauteur est 1
34704 \begin_inset space \thinspace{}
34705 \end_inset
34706
34707 Largeur
34708 \end_layout
34709
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \begin_layout Subsection
34716 Alignement
34717 \begin_inset Index idx
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721 Boîtes ! Alignement
34722 \end_layout
34723
34724 \end_inset
34725
34726
34727 \end_layout
34728
34729 \begin_layout Standard
34730 Quand vous avez choisi une 
34731 \family sans
34732 Boîte
34733 \begin_inset space ~
34734 \end_inset
34735
34736 Intérieure
34737 \family default
34738 , l'alignement vertical de la boîte peut être :
34739 \end_layout
34740
34741 \begin_layout Description
34742 Haut Ceci est un exemple de texte.
34743  
34744 \begin_inset Box Boxed
34745 position "t"
34746 hor_pos "c"
34747 has_inner_box 1
34748 inner_pos "c"
34749 use_parbox 0
34750 use_makebox 0
34751 width "12col%"
34752 special "none"
34753 height "1in"
34754 height_special "totalheight"
34755 thickness "0.4pt"
34756 separation "3pt"
34757 shadowsize "4pt"
34758 framecolor "black"
34759 backgroundcolor "none"
34760 status collapsed
34761
34762 \begin_layout Plain Layout
34763 \align center
34764 Cette boîte est alignée sur le haut.
34765 \end_layout
34766
34767 \end_inset
34768
34769  Ceci est un exemple de texte.
34770 \end_layout
34771
34772 \begin_layout Description
34773 Milieu Ceci est un exemple de texte.
34774  
34775 \begin_inset Box Boxed
34776 position "c"
34777 hor_pos "c"
34778 has_inner_box 1
34779 inner_pos "c"
34780 use_parbox 0
34781 use_makebox 0
34782 width "12col%"
34783 special "none"
34784 height "1in"
34785 height_special "totalheight"
34786 thickness "0.4pt"
34787 separation "3pt"
34788 shadowsize "4pt"
34789 framecolor "black"
34790 backgroundcolor "none"
34791 status collapsed
34792
34793 \begin_layout Plain Layout
34794 \align center
34795 Cette boîte est alignée au centre.
34796 \end_layout
34797
34798 \end_inset
34799
34800  Ceci est un exemple de texte.
34801 \end_layout
34802
34803 \begin_layout Description
34804 Bas Ceci est un exemple de texte.
34805  
34806 \begin_inset Box Boxed
34807 position "b"
34808 hor_pos "c"
34809 has_inner_box 1
34810 inner_pos "c"
34811 use_parbox 0
34812 use_makebox 0
34813 width "12col%"
34814 special "none"
34815 height "1in"
34816 height_special "totalheight"
34817 thickness "0.4pt"
34818 separation "3pt"
34819 shadowsize "4pt"
34820 framecolor "black"
34821 backgroundcolor "none"
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825 \align center
34826 Cette boîte est alignée sur le bas.
34827 \end_layout
34828
34829 \end_inset
34830
34831  Ceci est un exemple de texte.
34832 \end_layout
34833
34834 \begin_layout Standard
34835 \begin_inset Note Greyedout
34836 status open
34837
34838 \begin_layout Plain Layout
34839
34840 \series bold
34841 Note:
34842 \series default
34843  L'alignement vertical peut être perturbé dans la sortie finale quand vous
34844  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
34845  l'autre non.
34846 \end_layout
34847
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \begin_layout Standard
34854 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
34855  paragraphe grâce à la fenêtre de dialogue 
34856 \family sans
34857 Paramètres
34858 \begin_inset space ~
34859 \end_inset
34860
34861 de
34862 \begin_inset space ~
34863 \end_inset
34864
34865 Boîte
34866 \family default
34867 .
34868 \end_layout
34869
34870 \begin_layout Standard
34871 \begin_inset VSpace bigskip
34872 \end_inset
34873
34874 Quand vous avez choisi une 
34875 \family sans
34876 Boîte
34877 \begin_inset space ~
34878 \end_inset
34879
34880 Intérieure
34881 \family default
34882 , l'alignement vertical du contenu de la boîte peut être :
34883 \end_layout
34884
34885 \begin_layout Description
34886 haut Ceci est un exemple de texte.
34887 \begin_inset Box Boxed
34888 position "c"
34889 hor_pos "c"
34890 has_inner_box 1
34891 inner_pos "t"
34892 use_parbox 0
34893 use_makebox 0
34894 width "12col%"
34895 special "none"
34896 height "1.5in"
34897 height_special "totalheight"
34898 thickness "0.4pt"
34899 separation "3pt"
34900 shadowsize "4pt"
34901 framecolor "black"
34902 backgroundcolor "none"
34903 status collapsed
34904
34905 \begin_layout Plain Layout
34906 \align center
34907 Le texte de cette boîte est aligné sur le haut.
34908 \end_layout
34909
34910 \end_inset
34911
34912  Ceci est un exemple de texte.
34913 \end_layout
34914
34915 \begin_layout Description
34916 milieu Ceci est un exemple de texte.
34917  
34918 \begin_inset Box Boxed
34919 position "c"
34920 hor_pos "c"
34921 has_inner_box 1
34922 inner_pos "c"
34923 use_parbox 0
34924 use_makebox 0
34925 width "12col%"
34926 special "none"
34927 height "1.5in"
34928 height_special "totalheight"
34929 thickness "0.4pt"
34930 separation "3pt"
34931 shadowsize "4pt"
34932 framecolor "black"
34933 backgroundcolor "none"
34934 status collapsed
34935
34936 \begin_layout Plain Layout
34937 \align center
34938 Le texte de cette boîte est aligné au centre
34939 \end_layout
34940
34941 \end_inset
34942
34943  Ceci est un exemple de texte.
34944 \end_layout
34945
34946 \begin_layout Description
34947 bas Ceci est un exemple de texte.
34948  
34949 \begin_inset Box Boxed
34950 position "c"
34951 hor_pos "c"
34952 has_inner_box 1
34953 inner_pos "b"
34954 use_parbox 0
34955 use_makebox 0
34956 width "12col%"
34957 special "none"
34958 height "1.5in"
34959 height_special "totalheight"
34960 thickness "0.4pt"
34961 separation "3pt"
34962 shadowsize "4pt"
34963 framecolor "black"
34964 backgroundcolor "none"
34965 status collapsed
34966
34967 \begin_layout Plain Layout
34968 \align center
34969 Le texte de cette boîte est aligné en bas.
34970 \end_layout
34971
34972 \end_inset
34973
34974  Ceci est un exemple de texte.
34975 \end_layout
34976
34977 \begin_layout Description
34978 élongation Ceci est un exemple de texte.
34979  
34980 \begin_inset Box Boxed
34981 position "c"
34982 hor_pos "c"
34983 has_inner_box 1
34984 inner_pos "s"
34985 use_parbox 0
34986 use_makebox 0
34987 width "12col%"
34988 special "none"
34989 height "1.5in"
34990 height_special "totalheight"
34991 thickness "0.4pt"
34992 separation "3pt"
34993 shadowsize "4pt"
34994 framecolor "black"
34995 backgroundcolor "none"
34996 status collapsed
34997
34998 \begin_layout Plain Layout
34999 \align center
35000 Le texte 
35001 \end_layout
35002
35003 \begin_layout Plain Layout
35004 \align center
35005 de cette
35006 \end_layout
35007
35008 \begin_layout Plain Layout
35009 \align center
35010 boîte est
35011 \end_layout
35012
35013 \begin_layout Plain Layout
35014 \align center
35015 allongé.
35016 \end_layout
35017
35018 \end_inset
35019
35020  Ceci est un exemple de texte.
35021 \end_layout
35022
35023 \begin_layout Standard
35024 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
35025  paragraphe.
35026  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
35027 \end_layout
35028
35029 \begin_layout Standard
35030 \begin_inset VSpace bigskip
35031 \end_inset
35032
35033 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
35034  la fenêtre de dialogue 
35035 \family sans
35036 Paramètres
35037 \begin_inset space ~
35038 \end_inset
35039
35040 de
35041 \begin_inset space ~
35042 \end_inset
35043
35044 paragraphe
35045 \family default
35046  quand vous avez choisi une 
35047 \family sans
35048 Boîte
35049 \begin_inset space ~
35050 \end_inset
35051
35052 Intérieure
35053 \family default
35054 .
35055 \end_layout
35056
35057 \begin_layout Standard
35058 \align center
35059 \begin_inset Box Boxed
35060 position "c"
35061 hor_pos "c"
35062 has_inner_box 1
35063 inner_pos "s"
35064 use_parbox 0
35065 use_makebox 0
35066 width "15col%"
35067 special "none"
35068 height "1.25in"
35069 height_special "totalheight"
35070 thickness "0.4pt"
35071 separation "3pt"
35072 shadowsize "4pt"
35073 framecolor "black"
35074 backgroundcolor "none"
35075 status open
35076
35077 \begin_layout Plain Layout
35078 \align left
35079 Le texte de 
35080 \end_layout
35081
35082 \begin_layout Plain Layout
35083 \align left
35084 cette boîte
35085 \end_layout
35086
35087 \begin_layout Plain Layout
35088 \align right
35089 est allongé.
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \begin_layout Standard
35098 Si vous n'avez pas choisi une 
35099 \family sans
35100 Boîte
35101 \begin_inset space ~
35102 \end_inset
35103
35104 Intérieure
35105 \family default
35106 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
35107  de dialogue de boîte.
35108 \end_layout
35109
35110 \begin_layout Standard
35111 \align center
35112 \begin_inset Box Boxed
35113 position "c"
35114 hor_pos "s"
35115 has_inner_box 0
35116 inner_pos "s"
35117 use_parbox 0
35118 use_makebox 0
35119 width "90col%"
35120 special "none"
35121 height "1.25in"
35122 height_special "totalheight"
35123 thickness "0.4pt"
35124 separation "3pt"
35125 shadowsize "4pt"
35126 framecolor "black"
35127 backgroundcolor "none"
35128 status open
35129
35130 \begin_layout Plain Layout
35131 Le texte de cette boîte est allongé horizontalement.
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Subsection
35140 Décorations
35141 \begin_inset CommandInset label
35142 LatexCommand label
35143 name "sec:Décorations"
35144
35145 \end_inset
35146
35147
35148 \begin_inset Index idx
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152 Boîtes ! Décorations
35153 \end_layout
35154
35155 \end_inset
35156
35157
35158 \end_layout
35159
35160 \begin_layout Standard
35161 On peut spécifier le style de la boîte en utilisant la liste déroulante
35162  
35163 \family sans
35164 Décoration
35165 \family default
35166 .
35167  Les possibilités sont les suivantes :
35168 \end_layout
35169
35170 \begin_layout Description
35171 Aucun
35172 \begin_inset space ~
35173 \end_inset
35174
35175 cadre
35176 \begin_inset space ~
35177 \end_inset
35178
35179 tracé Rien n'est tracé
35180 \end_layout
35181
35182 \begin_layout Description
35183 Cadre
35184 \begin_inset space ~
35185 \end_inset
35186
35187 rectangulaire
35188 \begin_inset space ~
35189 \end_inset
35190
35191 simple Ceci dessine un cadre rectangulaire autour de la boîte.
35192  L'épaisseur du trait de ce cadre peut être précisé.
35193 \begin_inset Newline newline
35194 \end_inset
35195
35196
35197 \begin_inset Box Boxed
35198 position "c"
35199 hor_pos "c"
35200 has_inner_box 1
35201 inner_pos "c"
35202 use_parbox 0
35203 use_makebox 0
35204 width "20col%"
35205 special "none"
35206 height "1in"
35207 height_special "totalheight"
35208 thickness "0.4pt"
35209 separation "3pt"
35210 shadowsize "4pt"
35211 framecolor "black"
35212 backgroundcolor "none"
35213 status open
35214
35215 \begin_layout Plain Layout
35216 \align center
35217 Boîte rectangulaire
35218 \end_layout
35219
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \begin_layout Description
35226 Cadre
35227 \begin_inset space ~
35228 \end_inset
35229
35230 oval,
35231 \begin_inset space ~
35232 \end_inset
35233
35234 fin Ceci dessine un cadre ovalisée autour de la boîte.
35235  L'épaisseur du trait de ce cadre est de  0.4
35236 \begin_inset space \thinspace{}
35237 \end_inset
35238
35239 pt.
35240  
35241 \begin_inset Box ovalbox
35242 position "c"
35243 hor_pos "c"
35244 has_inner_box 1
35245 inner_pos "c"
35246 use_parbox 0
35247 use_makebox 0
35248 width "20col%"
35249 special "none"
35250 height "1in"
35251 height_special "totalheight"
35252 thickness "0.4pt"
35253 separation "3pt"
35254 shadowsize "4pt"
35255 framecolor "black"
35256 backgroundcolor "none"
35257 status open
35258
35259 \begin_layout Plain Layout
35260 \align center
35261 Boîte ovalisée, fine
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \begin_layout Description
35270 Cadre
35271 \begin_inset space ~
35272 \end_inset
35273
35274 oval,
35275 \begin_inset space ~
35276 \end_inset
35277
35278 épais Ceci dessine un cadre ovalisée autour de la boîte.
35279  L'épaisseur du trait de ce cadre est de   0.8
35280 \begin_inset space \thinspace{}
35281 \end_inset
35282
35283 pt.
35284  
35285 \begin_inset Box Ovalbox
35286 position "c"
35287 hor_pos "c"
35288 has_inner_box 1
35289 inner_pos "c"
35290 use_parbox 0
35291 use_makebox 0
35292 width "20col%"
35293 special "none"
35294 height "1in"
35295 height_special "totalheight"
35296 thickness "0.4pt"
35297 separation "3pt"
35298 shadowsize "4pt"
35299 framecolor "black"
35300 backgroundcolor "none"
35301 status open
35302
35303 \begin_layout Plain Layout
35304 \align center
35305 Boîte ovalisée, épaisse
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \end_layout
35312
35313 \begin_layout Description
35314 Ombre
35315 \begin_inset space ~
35316 \end_inset
35317
35318 en
35319 \begin_inset space ~
35320 \end_inset
35321
35322 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
35323  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
35324  
35325 \begin_inset Box Shadowbox
35326 position "c"
35327 hor_pos "c"
35328 has_inner_box 1
35329 inner_pos "c"
35330 use_parbox 0
35331 use_makebox 0
35332 width "20col%"
35333 special "none"
35334 height "1in"
35335 height_special "totalheight"
35336 thickness "0.4pt"
35337 separation "3pt"
35338 shadowsize "4pt"
35339 framecolor "black"
35340 backgroundcolor "none"
35341 status open
35342
35343 \begin_layout Plain Layout
35344 \align center
35345 Boîte ombrée
35346 \end_layout
35347
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \begin_layout Description
35354 Fond
35355 \begin_inset space ~
35356 \end_inset
35357
35358 ombré Ceci dessine une boîte avec un arrière plan rouge.
35359  Contrairement aux boîtes coloriées
35360 \begin_inset Foot
35361 status collapsed
35362
35363 \begin_layout Plain Layout
35364 Voir la section
35365 \begin_inset space ~
35366 \end_inset
35367
35368
35369 \begin_inset CommandInset ref
35370 LatexCommand ref
35371 reference "sec:Boîtes-colorées"
35372
35373 \end_inset
35374
35375 .
35376 \end_layout
35377
35378 \end_inset
35379
35380 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
35381  son propre paragraphe.
35382 \begin_inset Box Shaded
35383 position "t"
35384 hor_pos "c"
35385 has_inner_box 0
35386 inner_pos "t"
35387 use_parbox 0
35388 use_makebox 0
35389 width "50col%"
35390 special "none"
35391 height "1in"
35392 height_special "totalheight"
35393 thickness "0.4pt"
35394 separation "3pt"
35395 shadowsize "4pt"
35396 framecolor "black"
35397 backgroundcolor "none"
35398 status open
35399
35400 \begin_layout Plain Layout
35401 Boîte avec fond ombré
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Description
35410 Cadre
35411 \begin_inset space ~
35412 \end_inset
35413
35414 rectangulaire
35415 \begin_inset space ~
35416 \end_inset
35417
35418 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
35419  boîte.
35420  L'épaisseur du trait du cadre interne est de 0.75
35421 \begin_inset space \thinspace{}
35422 \end_inset
35423
35424 épaisseur
35425 \begin_inset space ~
35426 \end_inset
35427
35428 du
35429 \begin_inset space ~
35430 \end_inset
35431
35432 trait, l'épaisseur du trait du cadre externe est de 1.5
35433 \begin_inset space \thinspace{}
35434 \end_inset
35435
35436 épaisseur
35437 \begin_inset space ~
35438 \end_inset
35439
35440 du
35441 \begin_inset space ~
35442 \end_inset
35443
35444 trait.
35445  La distance entre les deux cadres est de 1.5
35446 \begin_inset space \thinspace{}
35447 \end_inset
35448
35449 épaisseur
35450 \begin_inset space ~
35451 \end_inset
35452
35453 du
35454 \begin_inset space ~
35455 \end_inset
35456
35457 trait
35458 \begin_inset space \thinspace{}
35459 \end_inset
35460
35461 +
35462 \begin_inset space \thinspace{}
35463 \end_inset
35464
35465 0.5
35466 \begin_inset space \thinspace{}
35467 \end_inset
35468
35469 pt.
35470  
35471 \begin_inset Box Doublebox
35472 position "c"
35473 hor_pos "c"
35474 has_inner_box 1
35475 inner_pos "c"
35476 use_parbox 0
35477 use_makebox 0
35478 width "20col%"
35479 special "none"
35480 height "1in"
35481 height_special "totalheight"
35482 thickness "0.4pt"
35483 separation "3pt"
35484 shadowsize "4pt"
35485 framecolor "black"
35486 backgroundcolor "none"
35487 status open
35488
35489 \begin_layout Plain Layout
35490 \align center
35491 Boîte double
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 \begin_inset VSpace bigskip
35501 \end_inset
35502
35503 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
35504  s'adapte pour montrer le style
35505  de boîte utilisé.
35506  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
35507  le paquetage \SpecialChar LaTeX
35508  
35509 \series bold
35510 fancybox
35511 \series default
35512
35513 \begin_inset Index idx
35514 status collapsed
35515
35516 \begin_layout Plain Layout
35517 Paquetages \SpecialChar LaTeX
35518  ! fancybox
35519 \end_layout
35520
35521 \end_inset
35522
35523 .
35524 \end_layout
35525
35526 \begin_layout Standard
35527 \begin_inset VSpace bigskip
35528 \end_inset
35529
35530 Quand vous utilisez le style de décoration 
35531 \family sans
35532 cadre rectangulaire simple
35533 \family default
35534  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
35535  de la boîte.
35536  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
35537  prendra toute la largeur de la colonne et la boîte sera considérée comme
35538  son propre paragraphe: 
35539 \begin_inset Box Framed
35540 position "t"
35541 hor_pos "c"
35542 has_inner_box 0
35543 inner_pos "t"
35544 use_parbox 0
35545 use_makebox 0
35546 width "100col%"
35547 special "none"
35548 height "1in"
35549 height_special "totalheight"
35550 thickness "0.4pt"
35551 separation "3pt"
35552 shadowsize "4pt"
35553 framecolor "black"
35554 backgroundcolor "none"
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558 Boîte avec cadre simple et sauts de page
35559 \end_layout
35560
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \begin_layout Section
35567 Personnalisation des boîtes
35568 \begin_inset Index idx
35569 status collapsed
35570
35571 \begin_layout Plain Layout
35572 Boîtes! Personnalisation
35573 \end_layout
35574
35575 \end_inset
35576
35577
35578 \end_layout
35579
35580 \begin_layout Standard
35581 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
35582  la commande 
35583 \series bold
35584
35585 \backslash
35586 cornersize
35587 \series default
35588 .
35589  Par exemple, la commande
35590 \end_layout
35591
35592 \begin_layout Standard
35593
35594 \series bold
35595
35596 \backslash
35597 cornersize*{1cm}
35598 \end_layout
35599
35600 \begin_layout Standard
35601 donne un diamètre de 1
35602 \begin_inset space \thinspace{}
35603 \end_inset
35604
35605 cm.
35606  La commande
35607 \end_layout
35608
35609 \begin_layout Standard
35610
35611 \series bold
35612
35613 \backslash
35614 cornersize{num}
35615 \end_layout
35616
35617 \begin_layout Standard
35618 fixe le diamètre à 
35619 \family sans
35620 num
35621 \begin_inset space \thinspace{}
35622 \end_inset
35623
35624 ×
35625 \begin_inset space \thinspace{}
35626 \end_inset
35627
35628 minimum(largeur et hauteur de la boîte)
35629 \family default
35630 .
35631  La valeur implicite est 
35632 \series bold
35633
35634 \backslash
35635 cornersize{0.5}
35636 \series default
35637 .
35638 \end_layout
35639
35640 \begin_layout Standard
35641 \begin_inset ERT
35642 status collapsed
35643
35644 \begin_layout Plain Layout
35645
35646
35647 \backslash
35648 cornersize*{1.5cm}
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \begin_inset Box Ovalbox
35655 position "c"
35656 hor_pos "c"
35657 has_inner_box 1
35658 inner_pos "c"
35659 use_parbox 0
35660 use_makebox 0
35661 width "25col%"
35662 special "none"
35663 height "1in"
35664 height_special "totalheight"
35665 thickness "0.4pt"
35666 separation "3pt"
35667 shadowsize "4pt"
35668 framecolor "black"
35669 backgroundcolor "none"
35670 status open
35671
35672 \begin_layout Plain Layout
35673 \align center
35674 Boîte ovale avec 
35675 \series bold
35676
35677 \backslash
35678 cornersize
35679 \series default
35680
35681 \begin_inset space \thinspace{}
35682 \end_inset
35683
35684 =
35685 \begin_inset space \thinspace{}
35686 \end_inset
35687
35688 1.5
35689 \begin_inset space \thinspace{}
35690 \end_inset
35691
35692 cm
35693 \end_layout
35694
35695 \end_inset
35696
35697
35698 \begin_inset ERT
35699 status collapsed
35700
35701 \begin_layout Plain Layout
35702
35703
35704 \backslash
35705 cornersize{0.5}
35706 \end_layout
35707
35708 \end_inset
35709
35710
35711 \end_layout
35712
35713 \begin_layout Standard
35714 \begin_inset VSpace bigskip
35715 \end_inset
35716
35717
35718 \end_layout
35719
35720 \begin_layout Standard
35721 La couleur rouge utilisée implicitement pour les boîtes à 
35722 \family sans
35723 Fond
35724 \begin_inset space ~
35725 \end_inset
35726
35727 ombré
35728 \family default
35729  peut soit être modifiée localement avec la commande 
35730 \series bold
35731
35732 \backslash
35733 definecolor{shadecolor}
35734 \series default
35735 , soit globalement avec le menu 
35736 \family sans
35737 Outils\SpecialChar menuseparator
35738 Préférences
35739 \family default
35740 \SpecialChar menuseparator
35741
35742 \family sans
35743 Couleurs\SpecialChar menuseparator
35744 boîte
35745 \begin_inset space ~
35746 \end_inset
35747
35748 ombrée
35749 \family default
35750 .
35751  La syntaxe de la commande 
35752 \series bold
35753
35754 \backslash
35755 definecolor
35756 \series default
35757  est expliquée dans la section
35758 \begin_inset space ~
35759 \end_inset
35760
35761
35762 \begin_inset CommandInset ref
35763 LatexCommand ref
35764 reference "sec:Tableaux-Colorés"
35765
35766 \end_inset
35767
35768 .
35769 \begin_inset Foot
35770 status collapsed
35771
35772 \begin_layout Plain Layout
35773 Notez que l'utilisation de 
35774 \series bold
35775
35776 \backslash
35777 definecolor
35778 \series default
35779  ne peut se faire sans le paquetage \SpecialChar LaTeX
35780  
35781 \series bold
35782 color
35783 \series default
35784  dans le préambule, voir la section
35785 \begin_inset space ~
35786 \end_inset
35787
35788
35789 \begin_inset CommandInset ref
35790 LatexCommand ref
35791 reference "sec:Boîtes-colorées"
35792
35793 \end_inset
35794
35795 .
35796  
35797 \end_layout
35798
35799 \end_inset
35800
35801
35802 \end_layout
35803
35804 \begin_layout Standard
35805 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
35806  le commande en code \SpecialChar TeX
35807  suivantes
35808 \end_layout
35809
35810 \begin_layout Standard
35811
35812 \series bold
35813
35814 \backslash
35815 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35816 \end_layout
35817
35818 \begin_layout Standard
35819 \begin_inset ERT
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823
35824
35825 \backslash
35826 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35827 \end_layout
35828
35829 \end_inset
35830
35831
35832 \begin_inset Box Shaded
35833 position "t"
35834 hor_pos "c"
35835 has_inner_box 0
35836 inner_pos "t"
35837 use_parbox 0
35838 use_makebox 0
35839 width "100col%"
35840 special "none"
35841 height "1in"
35842 height_special "totalheight"
35843 thickness "0.4pt"
35844 separation "3pt"
35845 shadowsize "4pt"
35846 framecolor "black"
35847 backgroundcolor "none"
35848 status open
35849
35850 \begin_layout Plain Layout
35851
35852 \color yellow
35853 Ceci est un texte jaune dans une boîte à 
35854 \family sans
35855 Fond
35856 \begin_inset space ~
35857 \end_inset
35858
35859 ombré
35860 \family default
35861 \color inherit
35862  
35863 \color yellow
35864 avec un fond vert foncé.
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \begin_inset ERT
35871 status collapsed
35872
35873 \begin_layout Plain Layout
35874
35875
35876 \backslash
35877 definecolor{shadecolor}{rgb}{1,0,0}
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \begin_layout Standard
35886 \begin_inset VSpace bigskip
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \begin_layout Standard
35893 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
35894  boîtes qui suivent la commandes qui les a changées.
35895 \end_layout
35896
35897 \begin_layout Section
35898 Minipages
35899 \begin_inset CommandInset label
35900 LatexCommand label
35901 name "sec:Minipages"
35902
35903 \end_inset
35904
35905
35906 \begin_inset Index idx
35907 status collapsed
35908
35909 \begin_layout Plain Layout
35910 Boîtes ! Minipages
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \end_layout
35917
35918 \begin_layout Standard
35919 \SpecialChar LaTeX
35920  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
35921  d'une page.
35922  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
35923  règles d'indentation, de saut de ligne, etc.
35924  s'appliquent.
35925 \end_layout
35926
35927 \begin_layout Standard
35928 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
35929  langues.
35930 \end_layout
35931
35932 \begin_layout Standard
35933 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
35934  Leur largeur est fixée à 45
35935 \begin_inset space \thinspace{}
35936 \end_inset
35937
35938 col% et elles sont séparées par un ressort horizontal, qui a été inséré
35939  via le menu 
35940 \family sans
35941 Insertion\SpecialChar menuseparator
35942 Typographie
35943 \begin_inset space ~
35944 \end_inset
35945
35946 spéciale\SpecialChar menuseparator
35947 Ressort
35948 \begin_inset space ~
35949 \end_inset
35950
35951 Horizontal
35952 \family default
35953 .
35954 \end_layout
35955
35956 \begin_layout Standard
35957 \begin_inset Box Frameless
35958 position "t"
35959 hor_pos "c"
35960 has_inner_box 1
35961 inner_pos "c"
35962 use_parbox 0
35963 use_makebox 0
35964 width "45col%"
35965 special "none"
35966 height "1in"
35967 height_special "totalheight"
35968 thickness "0.4pt"
35969 separation "3pt"
35970 shadowsize "4pt"
35971 framecolor "black"
35972 backgroundcolor "none"
35973 status open
35974
35975 \begin_layout Plain Layout
35976 Ceci est un texte en français.
35977  Ceci est un texte en français.
35978  Ceci est un texte en français.
35979  Ceci est un texte en français.
35980  Ceci est un texte en français.
35981  Ceci est un texte en français.
35982  Ceci est un texte en français.
35983  Ceci est un texte en français.Ceci est un texte en français.
35984  Ceci est un texte en français.
35985  Ceci est un texte en français.
35986  Ceci est un texte en français
35987 \begin_inset Foot
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991 Ceci est une note de bas de page en français.
35992 \end_layout
35993
35994 \end_inset
35995
35996 .Ceci est un texte en français
35997 \end_layout
35998
35999 \end_inset
36000
36001
36002 \begin_inset space \hfill{}
36003 \end_inset
36004
36005
36006 \begin_inset Box Frameless
36007 position "t"
36008 hor_pos "c"
36009 has_inner_box 1
36010 inner_pos "c"
36011 use_parbox 0
36012 use_makebox 0
36013 width "45col%"
36014 special "none"
36015 height "1in"
36016 height_special "totalheight"
36017 thickness "0.4pt"
36018 separation "3pt"
36019 shadowsize "4pt"
36020 framecolor "black"
36021 backgroundcolor "none"
36022 status open
36023
36024 \begin_layout Plain Layout
36025
36026 \lang english
36027 This is an English Text.
36028  This is an English Text.
36029  This is an English Text.
36030  This is an English Text.
36031  This is an English Text.
36032  This is an English Text.
36033  This is an English Text.
36034  This is an English Text.
36035  This is an English Text.
36036  This is an English Text.
36037  This is an English Text.
36038  This is an English Text.
36039  This is an English Text.
36040  This is an English Text.
36041  This is an English Text.
36042  This is an English Text.
36043 \begin_inset Foot
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047
36048 \lang english
36049 This is an English footnote.
36050 \end_layout
36051
36052 \end_inset
36053
36054  This is an English Text.
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \begin_layout Standard
36063 \begin_inset VSpace bigskip
36064 \end_inset
36065
36066 Les paramètres globaux du document sont ignorés au sein d'une minipage.
36067  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
36068  minipages, même si vous les avez mis par exemple à 
36069 \family sans
36070 Moyen
36071 \family default
36072  dans les paramètres du document.
36073 \end_layout
36074
36075 \begin_layout Standard
36076 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
36077  portion de texte, voyez la section
36078 \begin_inset space ~
36079 \end_inset
36080
36081
36082 \begin_inset CommandInset ref
36083 LatexCommand ref
36084 reference "sec:Boîtes-colorées"
36085
36086 \end_inset
36087
36088 .
36089 \end_layout
36090
36091 \begin_layout Standard
36092 \begin_inset Note Greyedout
36093 status open
36094
36095 \begin_layout Plain Layout
36096
36097 \series bold
36098 Note:
36099 \series default
36100  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
36101  mais les minipages peuvent être utilisées dans un tableau, un flottant
36102  ou une autre boîte.
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \end_layout
36109
36110 \begin_layout Standard
36111 \begin_inset VSpace bigskip
36112 \end_inset
36113
36114
36115 \end_layout
36116
36117 \begin_layout Standard
36118 \SpecialChar LyX
36119  propose également une fonctionnalité de base pour des minipages dont la
36120  taille est automatiquement déterminée par la largeur de leur contenu, via
36121  le module 
36122 \family sans
36123 Minipages de largeur variable
36124 \family default
36125 .
36126  Le fichier du répertoire des exemples \SpecialChar LyX
36127  
36128 \emph on
36129 varwidth-floats-side-by-side
36130 \emph default
36131  illustre l'utilisation de minipages de largeur variable pour placer deux
36132  flottants côte à côte.
36133 \end_layout
36134
36135 \begin_layout Section
36136 Les parboxes
36137 \begin_inset CommandInset label
36138 LatexCommand label
36139 name "sec:Parboxes"
36140
36141 \end_inset
36142
36143
36144 \begin_inset Index idx
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148 Boîtes ! Parboxes
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
36158  ne peuvent avoir de note de bas de page.
36159 \end_layout
36160
36161 \begin_layout Standard
36162 \align center
36163 \begin_inset Box Frameless
36164 position "t"
36165 hor_pos "c"
36166 has_inner_box 1
36167 inner_pos "t"
36168 use_parbox 1
36169 use_makebox 0
36170 width "33col%"
36171 special "none"
36172 height "1in"
36173 height_special "totalheight"
36174 thickness "0.4pt"
36175 separation "3pt"
36176 shadowsize "4pt"
36177 framecolor "black"
36178 backgroundcolor "none"
36179 status open
36180
36181 \begin_layout Plain Layout
36182 Ceci est un texte à l'intérieur d'une parbox.
36183  Ceci est un texte à l'intérieur d'une parbox.
36184 \end_layout
36185
36186 \begin_layout Plain Layout
36187 Cette note de bas de page ne devrait pas apparaître :
36188 \begin_inset Foot
36189 status open
36190
36191 \begin_layout Plain Layout
36192 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
36193  pas.
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \begin_layout Section
36207 Des boîtes pour les mots et les caractères
36208 \begin_inset Index idx
36209 status collapsed
36210
36211 \begin_layout Plain Layout
36212 Boîtes ! Pour les caractères
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \end_layout
36219
36220 \begin_layout Subsection
36221 Empêcher la césure
36222 \begin_inset CommandInset label
36223 LatexCommand label
36224 name "sec:Empêcher-césure"
36225
36226 \end_inset
36227
36228
36229 \begin_inset Index idx
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233 Boîtes ! Pour empêcher la césure
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \begin_layout Standard
36242 Vous pouvez utiliser une boîte de type 
36243 \family sans
36244 Makebox
36245 \family default
36246  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
36247 \begin_inset Newline newline
36248 \end_inset
36249
36250 Voici un exemple de texte :
36251 \end_layout
36252
36253 \begin_layout Standard
36254 Cette ligne est un exemple comment vous pouvez empêcher une césure
36255 \begin_inset space ~
36256 \end_inset
36257
36258
36259 \begin_inset Quotes cld
36260 \end_inset
36261
36262 motTrèsTrèsLong
36263 \begin_inset Quotes crd
36264 \end_inset
36265
36266
36267 \end_layout
36268
36269 \begin_layout Standard
36270 Pour empêcher que le mot 
36271 \begin_inset Quotes cld
36272 \end_inset
36273
36274 motTrèsTrèsLong
36275 \begin_inset Quotes crd
36276 \end_inset
36277
36278  soit coupé, mettez le mot dans une boîte, mettez 
36279 \family sans
36280 Boîte
36281 \begin_inset space ~
36282 \end_inset
36283
36284 intérieure
36285 \family default
36286  à 
36287 \family sans
36288 Makebox
36289 \family default
36290  sans spécifier de largeur.
36291 \end_layout
36292
36293 \begin_layout Standard
36294 Voici le résultat :
36295 \end_layout
36296
36297 \begin_layout Standard
36298 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36299  
36300 \begin_inset Box Frameless
36301 position "t"
36302 hor_pos "c"
36303 has_inner_box 1
36304 inner_pos "t"
36305 use_parbox 0
36306 use_makebox 1
36307 width ""
36308 special "none"
36309 height "1in"
36310 height_special "totalheight"
36311 thickness "0.4pt"
36312 separation "3pt"
36313 shadowsize "4pt"
36314 framecolor "black"
36315 backgroundcolor "none"
36316 status open
36317
36318 \begin_layout Plain Layout
36319 \begin_inset Quotes cld
36320 \end_inset
36321
36322 motTrèsTrèsLong
36323 \begin_inset Quotes crd
36324 \end_inset
36325
36326
36327 \end_layout
36328
36329 \end_inset
36330
36331
36332 \end_layout
36333
36334 \begin_layout Standard
36335 Une autre méthode consiste à mettre la commande 
36336 \series bold
36337
36338 \begin_inset Quotes cld
36339 \end_inset
36340
36341
36342 \backslash
36343 -
36344 \series default
36345
36346 \begin_inset Quotes crd
36347 \end_inset
36348
36349  en code \SpecialChar TeX
36350 , juste avant le mot :
36351 \end_layout
36352
36353 \begin_layout Standard
36354 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36355  
36356 \begin_inset Quotes cld
36357 \end_inset
36358
36359
36360 \begin_inset ERT
36361 status collapsed
36362
36363 \begin_layout Plain Layout
36364
36365
36366 \backslash
36367 -
36368 \end_layout
36369
36370 \end_inset
36371
36372 motTrèsTrèsLong
36373 \begin_inset Quotes crd
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \begin_layout Standard
36380 Bien sûr, maintenant le mot dépasse dans la marge latérale.
36381  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
36382 \family sans
36383 Insertion\SpecialChar menuseparator
36384 Typographie
36385 \begin_inset space ~
36386 \end_inset
36387
36388 spéciale\SpecialChar menuseparator
36389 Passage
36390 \begin_inset space ~
36391 \end_inset
36392
36393 à
36394 \begin_inset space ~
36395 \end_inset
36396
36397 la
36398 \begin_inset space ~
36399 \end_inset
36400
36401 Ligne
36402 \family default
36403  (raccourci 
36404 \family sans
36405 Ctrl-Entrée
36406 \family default
36407 ) :
36408 \end_layout
36409
36410 \begin_layout Standard
36411 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36412 \begin_inset Newline newline
36413 \end_inset
36414
36415
36416 \begin_inset Box Frameless
36417 position "t"
36418 hor_pos "c"
36419 has_inner_box 1
36420 inner_pos "t"
36421 use_parbox 0
36422 use_makebox 1
36423 width ""
36424 special "none"
36425 height "1in"
36426 height_special "totalheight"
36427 thickness "0.4pt"
36428 separation "3pt"
36429 shadowsize "4pt"
36430 framecolor "black"
36431 backgroundcolor "none"
36432 status open
36433
36434 \begin_layout Plain Layout
36435 \begin_inset Quotes cld
36436 \end_inset
36437
36438 motTrèsTrèsLong
36439 \begin_inset Quotes crd
36440 \end_inset
36441
36442
36443 \end_layout
36444
36445 \end_inset
36446
36447
36448 \end_layout
36449
36450 \begin_layout Subsection
36451 Alignement vertical
36452 \begin_inset CommandInset label
36453 LatexCommand label
36454 name "subsec:Alignement-Vertical"
36455
36456 \end_inset
36457
36458
36459 \begin_inset Index idx
36460 status collapsed
36461
36462 \begin_layout Plain Layout
36463 Boîtes ! Pour l'alignement vertical
36464 \end_layout
36465
36466 \end_inset
36467
36468
36469 \begin_inset Index idx
36470 status collapsed
36471
36472 \begin_layout Plain Layout
36473 Boîtes ! Boîtes élévatrices
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \begin_inset Index idx
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483 Raisebox|see
36484 \begin_inset ERT
36485 status collapsed
36486
36487 \begin_layout Plain Layout
36488
36489 {
36490 \end_layout
36491
36492 \end_inset
36493
36494 Boîtes élévatrices
36495 \begin_inset ERT
36496 status collapsed
36497
36498 \begin_layout Plain Layout
36499
36500 }
36501 \end_layout
36502
36503 \end_inset
36504
36505
36506 \end_layout
36507
36508 \end_inset
36509
36510
36511 \end_layout
36512
36513 \begin_layout Standard
36514 Avec la commande 
36515 \series bold
36516
36517 \backslash
36518 raisebox
36519 \series default
36520  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
36521  par rapport au texte qui l'entoure.
36522  La commande
36523 \series bold
36524  
36525 \backslash
36526 raisebox
36527 \series default
36528  s'utilise en suivant la syntaxe suivante :
36529 \end_layout
36530
36531 \begin_layout Standard
36532
36533 \series bold
36534
36535 \backslash
36536 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
36537 \end_layout
36538
36539 \begin_layout Standard
36540 Le déplacement peut être une valeur positive pour élever la boîte ou négative
36541  pour l'abaisser.
36542 \end_layout
36543
36544 \begin_layout Standard
36545 Pour aligner le mot 
36546 \begin_inset Quotes cld
36547 \end_inset
36548
36549 empêcher
36550 \begin_inset Quotes crd
36551 \end_inset
36552
36553  de façon à ce que le point le plus bas du caractère le plus 
36554 \begin_inset Quotes cld
36555 \end_inset
36556
36557 profond
36558 \begin_inset Quotes crd
36559 \end_inset
36560
36561 , le 
36562 \begin_inset Quotes cld
36563 \end_inset
36564
36565 p
36566 \begin_inset Quotes crd
36567 \end_inset
36568
36569 , soit au niveau de la ligne de base, insérez la commande 
36570 \end_layout
36571
36572 \begin_layout Standard
36573
36574 \series bold
36575
36576 \backslash
36577 raisebox{
36578 \backslash
36579 depth}{
36580 \end_layout
36581
36582 \begin_layout Standard
36583 en code \SpecialChar TeX
36584  avant le mot.
36585  Insérez après le mot l'accolade fermante 
36586 \begin_inset Quotes cld
36587 \end_inset
36588
36589
36590 \series bold
36591 }
36592 \series default
36593
36594 \begin_inset Quotes crd
36595 \end_inset
36596
36597  en code \SpecialChar TeX
36598 .
36599 \begin_inset Newline newline
36600 \end_inset
36601
36602 Voici le résultat :
36603 \end_layout
36604
36605 \begin_layout Standard
36606 Cette ligne de texte contient le mot 
36607 \begin_inset ERT
36608 status open
36609
36610 \begin_layout Plain Layout
36611
36612
36613 \backslash
36614 raisebox{
36615 \backslash
36616 depth}{
36617 \end_layout
36618
36619 \end_inset
36620
36621
36622 \begin_inset Quotes cld
36623 \end_inset
36624
36625 empêcher
36626 \begin_inset Quotes crd
36627 \end_inset
36628
36629
36630 \begin_inset ERT
36631 status collapsed
36632
36633 \begin_layout Plain Layout
36634
36635 }
36636 \end_layout
36637
36638 \end_inset
36639
36640  comme mot élevé.
36641 \end_layout
36642
36643 \begin_layout Standard
36644 \begin_inset VSpace bigskip
36645 \end_inset
36646
36647 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
36648  entre les lignes va être agrandie :
36649 \end_layout
36650
36651 \begin_layout Standard
36652 Cette ligne de texte contient le mot
36653 \begin_inset ERT
36654 status collapsed
36655
36656 \begin_layout Plain Layout
36657
36658
36659 \backslash
36660 raisebox{-
36661 \backslash
36662 depth}{
36663 \end_layout
36664
36665 \end_inset
36666
36667
36668 \begin_inset Quotes cld
36669 \end_inset
36670
36671 empêcher
36672 \begin_inset Quotes crd
36673 \end_inset
36674
36675
36676 \begin_inset ERT
36677 status collapsed
36678
36679 \begin_layout Plain Layout
36680
36681 }
36682 \end_layout
36683
36684 \end_inset
36685
36686  comme mot abaissé.
36687 \begin_inset Newline newline
36688 \end_inset
36689
36690 Cette ligne de texte contient le mot 
36691 \begin_inset ERT
36692 status collapsed
36693
36694 \begin_layout Plain Layout
36695
36696
36697 \backslash
36698 raisebox{0.5cm}{
36699 \end_layout
36700
36701 \end_inset
36702
36703
36704 \begin_inset Quotes cld
36705 \end_inset
36706
36707 tester
36708 \begin_inset Quotes crd
36709 \end_inset
36710
36711
36712 \begin_inset ERT
36713 status collapsed
36714
36715 \begin_layout Plain Layout
36716
36717 }
36718 \end_layout
36719
36720 \end_inset
36721
36722  comme mot élevé.
36723 \end_layout
36724
36725 \begin_layout Standard
36726 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
36727  mettez la hauteur de la boîte à zéro.
36728  Par exemple utilisez
36729 \end_layout
36730
36731 \begin_layout Standard
36732
36733 \series bold
36734
36735 \backslash
36736 raisebox{-
36737 \backslash
36738 depth}[0pt]{
36739 \end_layout
36740
36741 \begin_layout Standard
36742 Cette ligne de texte contient le mot
36743 \begin_inset ERT
36744 status collapsed
36745
36746 \begin_layout Plain Layout
36747
36748
36749 \backslash
36750 raisebox{-
36751 \backslash
36752 depth}[0pt]{
36753 \end_layout
36754
36755 \end_inset
36756
36757
36758 \begin_inset Quotes cld
36759 \end_inset
36760
36761 empêcher
36762 \begin_inset Quotes crd
36763 \end_inset
36764
36765
36766 \begin_inset ERT
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770
36771 }
36772 \end_layout
36773
36774 \end_inset
36775
36776  comme mot abaissé.
36777 \begin_inset Newline newline
36778 \end_inset
36779
36780
36781 \begin_inset Newline newline
36782 \end_inset
36783
36784 Cette ligne de texte contient le mot 
36785 \begin_inset ERT
36786 status collapsed
36787
36788 \begin_layout Plain Layout
36789
36790
36791 \backslash
36792 raisebox{0.5cm}[0pt]{
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \begin_inset Quotes cld
36799 \end_inset
36800
36801 tester
36802 \begin_inset Quotes crd
36803 \end_inset
36804
36805
36806 \begin_inset ERT
36807 status collapsed
36808
36809 \begin_layout Plain Layout
36810
36811 }
36812 \end_layout
36813
36814 \end_inset
36815
36816  comme mot élevé.
36817 \end_layout
36818
36819 \begin_layout Section
36820 Boîtes colorées
36821 \begin_inset CommandInset label
36822 LatexCommand label
36823 name "sec:Boîtes-colorées"
36824
36825 \end_inset
36826
36827
36828 \begin_inset Index idx
36829 status collapsed
36830
36831 \begin_layout Plain Layout
36832 Boîtes ! Couleur
36833 \end_layout
36834
36835 \end_inset
36836
36837
36838 \end_layout
36839
36840 \begin_layout Standard
36841 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
36842  couleur désirée dans la fenêtre de dialogue de la boîte.
36843  Voici par exemple une boîte avec un fond orangé:
36844 \lang english
36845  
36846 \begin_inset Box Frameless
36847 position "t"
36848 hor_pos "c"
36849 has_inner_box 1
36850 inner_pos "t"
36851 use_parbox 0
36852 use_makebox 1
36853 width ""
36854 special "none"
36855 height "1in"
36856 height_special "totalheight"
36857 thickness "0.4pt"
36858 separation "3pt"
36859 shadowsize "4pt"
36860 framecolor "black"
36861 backgroundcolor "orange"
36862 status open
36863
36864 \begin_layout Plain Layout
36865 Boîte avec un fond orangé
36866 \end_layout
36867
36868 \end_inset
36869
36870
36871 \end_layout
36872
36873 \begin_layout Standard
36874 Si vous utilisez la décoration 
36875 \family sans
36876 Cadre
36877 \begin_inset space ~
36878 \end_inset
36879
36880 rectangulaire
36881 \begin_inset space ~
36882 \end_inset
36883
36884 simple
36885 \family default
36886 , vous pouvez colorer le cadre.
36887  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
36888  le met implicitement
36889  en blanc).
36890  voici un exemple: 
36891 \begin_inset Box Boxed
36892 position "t"
36893 hor_pos "c"
36894 has_inner_box 0
36895 inner_pos "t"
36896 use_parbox 0
36897 use_makebox 0
36898 width ""
36899 special "none"
36900 height "1in"
36901 height_special "totalheight"
36902 thickness "0.4pt"
36903 separation "3pt"
36904 shadowsize "4pt"
36905 framecolor "teal"
36906 backgroundcolor "yellow"
36907 status open
36908
36909 \begin_layout Plain Layout
36910 Box with teal frame color and yellow background color
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \end_layout
36917
36918 \begin_layout Standard
36919 \begin_inset VSpace bigskip
36920 \end_inset
36921
36922 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
36923  est en couleurs:
36924 \begin_inset Newline newline
36925 \end_inset
36926
36927
36928 \begin_inset Box Boxed
36929 position "t"
36930 hor_pos "c"
36931 has_inner_box 0
36932 inner_pos "t"
36933 use_parbox 0
36934 use_makebox 0
36935 width ""
36936 special "none"
36937 height "1in"
36938 height_special "totalheight"
36939 thickness "0.4pt"
36940 separation "3pt"
36941 shadowsize "4pt"
36942 framecolor "cyan"
36943 backgroundcolor "magenta"
36944 status open
36945
36946 \begin_layout Plain Layout
36947
36948 \color yellow
36949 Ce texte est coloré dans une boîte colorée et encadrée.
36950 \end_layout
36951
36952 \end_inset
36953
36954
36955 \end_layout
36956
36957 \begin_layout Standard
36958 \begin_inset VSpace bigskip
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \begin_layout Standard
36965 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
36966  définir vos propres couleurs comme c'est décrit dans la section
36967 \begin_inset space ~
36968 \end_inset
36969
36970
36971 \begin_inset CommandInset ref
36972 LatexCommand ref
36973 reference "sec:Tableaux-Colorés"
36974
36975 \end_inset
36976
36977 .
36978  Pour cela vous devez saisir la boîte ne code TeX.
36979 \end_layout
36980
36981 \begin_layout Standard
36982 Les boîtes à fond coloré sont créées par la commande 
36983 \series bold
36984
36985 \backslash
36986 colorbox
36987 \series default
36988 .
36989  Elle est utilisée avec la syntaxe suivante :
36990 \end_layout
36991
36992 \begin_layout Standard
36993
36994 \series bold
36995
36996 \backslash
36997 colorbox{couleur}{contenu de la boîte}
36998 \end_layout
36999
37000 \begin_layout Standard
37001 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
37002  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
37003  un mot sur fond 
37004 \emph on
37005 vertfonce
37006 \emph default
37007 , insérez la commande 
37008 \end_layout
37009
37010 \begin_layout Standard
37011
37012 \series bold
37013
37014 \backslash
37015 colorbox{vertfonce}{
37016 \end_layout
37017
37018 \begin_layout Standard
37019 avant le mot en code \SpecialChar TeX
37020 .
37021  Insérez l'accolade fermante 
37022 \begin_inset Quotes cld
37023 \end_inset
37024
37025 }
37026 \begin_inset Quotes crd
37027 \end_inset
37028
37029  après le mot, en code \SpecialChar TeX
37030 .
37031 \begin_inset Newline newline
37032 \end_inset
37033
37034 Voici le résultat :
37035 \end_layout
37036
37037 \begin_layout Standard
37038 Cette ligne de texte contient le mot
37039 \begin_inset ERT
37040 status collapsed
37041
37042 \begin_layout Plain Layout
37043
37044
37045 \backslash
37046 colorbox{vertfonce}{
37047 \end_layout
37048
37049 \end_inset
37050
37051
37052 \begin_inset Quotes cld
37053 \end_inset
37054
37055 Attention!
37056 \begin_inset Quotes crd
37057 \end_inset
37058
37059
37060 \begin_inset ERT
37061 status collapsed
37062
37063 \begin_layout Plain Layout
37064
37065 }
37066 \end_layout
37067
37068 \end_inset
37069
37070  sur fond vertfonce.
37071 \end_layout
37072
37073 \begin_layout Standard
37074 Les boîtes avec fond et cadre colorés sont créées via la commande 
37075 \series bold
37076
37077 \backslash
37078 fcolorbox
37079 \series default
37080  avec la syntaxe suivante :
37081 \end_layout
37082
37083 \begin_layout Standard
37084
37085 \series bold
37086
37087 \backslash
37088 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
37089 \end_layout
37090
37091 \begin_layout Section
37092 Boîtes pivotées et redimensionnées
37093 \end_layout
37094
37095 \begin_layout Standard
37096 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
37097 \family sans
37098 BoîtesGraphiques
37099 \family default
37100  oit être vchargé via les paramètres du document.
37101 \end_layout
37102
37103 \begin_layout Standard
37104 \begin_inset Note Greyedout
37105 status open
37106
37107 \begin_layout Plain Layout
37108
37109 \series bold
37110 Note:
37111 \series default
37112  La plupart des visualiseurs DVI ne sont 
37113 \emph on
37114 pas
37115 \emph default
37116  capables d'afficher des rotations ou des redimensionnements.
37117 \end_layout
37118
37119 \end_inset
37120
37121
37122 \end_layout
37123
37124 \begin_layout Standard
37125 \begin_inset Note Greyedout
37126 status open
37127
37128 \begin_layout Plain Layout
37129
37130 \series bold
37131 Note:
37132 \series default
37133  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
37134  redimensionnée.
37135 \end_layout
37136
37137 \end_inset
37138
37139
37140 \end_layout
37141
37142 \begin_layout Subsection
37143 Boîtes pivotées
37144 \begin_inset Index idx
37145 status collapsed
37146
37147 \begin_layout Plain Layout
37148 Boîtes ! pivotées
37149 \end_layout
37150
37151 \end_inset
37152
37153
37154 \begin_inset Index idx
37155 status collapsed
37156
37157 \begin_layout Plain Layout
37158 Pivoter des objets
37159 \end_layout
37160
37161 \end_inset
37162
37163
37164 \end_layout
37165
37166 \begin_layout Standard
37167 Pour faire tourner des objets, vous pouvez les mettre dans une 
37168 \family sans
37169 BoîtePivotée
37170 \family default
37171 .
37172  Une telle boîte est insérée via le menu 
37173 \family sans
37174 Insertion\SpecialChar menuseparator
37175 Inserts personnalisables\SpecialChar menuseparator
37176 BoîtePivotée
37177 \family default
37178 .
37179 \end_layout
37180
37181 \begin_layout Standard
37182 La position du pivot peut être précisée via l'insert 
37183 \family sans
37184 Origine
37185 \family default
37186  (menu 
37187 \family sans
37188 Insertion\SpecialChar menuseparator
37189 Origine
37190 \family default
37191 ) sous la forme 
37192 \series bold
37193 origin=position
37194 \series default
37195 .
37196  Les valeurs suivantes sont possibles pour la position: 
37197 \emph on
37198 c
37199 \emph default
37200  (centre), 
37201 \emph on
37202 l
37203 \emph default
37204  (gauche/
37205 \lang english
37206 left
37207 \lang french
37208 ), 
37209 \emph on
37210 r
37211 \emph default
37212  (droite/
37213 \lang english
37214 right
37215 \lang french
37216 ), 
37217 \emph on
37218 b
37219 \emph default
37220  (bas/
37221 \lang english
37222 bottom
37223 \lang french
37224 ), 
37225 \emph on
37226 t
37227 \emph default
37228  (haut/
37229 \lang english
37230 top
37231 \lang french
37232 ), et aussi des combinaisons des quatre positions de base.
37233  Par exemple 
37234 \emph on
37235 lt
37236 \emph default
37237  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
37238  Quand on ne donne pas d'origine, la position 
37239 \emph on
37240 l
37241 \emph default
37242  est utilisée.
37243  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
37244  ou négatif.
37245  Le sens positif de rotation est anti-horaire.
37246 \end_layout
37247
37248 \begin_layout Standard
37249 Dans l'exemple qui suit, 
37250 \series bold
37251 origin=c
37252 \series default
37253  a été saisi dans l'insert 
37254 \family sans
37255 Origin
37256 \family default
37257  et 
37258 \series bold
37259 60
37260 \series default
37261  a été saisi dans l'insert 
37262 \family sans
37263 Angle
37264 \family default
37265 .
37266 \end_layout
37267
37268 \begin_layout Standard
37269 Voici une ligne avec du 
37270 \begin_inset Flex Rotatebox
37271 status open
37272
37273 \begin_layout Plain Layout
37274 \begin_inset Argument 1
37275 status open
37276
37277 \begin_layout Plain Layout
37278 origin=c
37279 \end_layout
37280
37281 \end_inset
37282
37283
37284 \begin_inset Argument 2
37285 status open
37286
37287 \begin_layout Plain Layout
37288 60
37289 \end_layout
37290
37291 \end_inset
37292
37293 texte pivoté
37294 \end_layout
37295
37296 \end_inset
37297
37298 .
37299 \end_layout
37300
37301 \begin_layout Standard
37302 La boîte peut contenir une autre boîte ou une formule en ligne :
37303 \end_layout
37304
37305 \begin_layout Standard
37306 Voici une ligne avec du 
37307 \begin_inset Flex Rotatebox
37308 status open
37309
37310 \begin_layout Plain Layout
37311 \begin_inset Argument 1
37312 status open
37313
37314 \begin_layout Plain Layout
37315 origin=r
37316 \end_layout
37317
37318 \end_inset
37319
37320
37321 \begin_inset Argument 2
37322 status open
37323
37324 \begin_layout Plain Layout
37325 -60
37326 \end_layout
37327
37328 \end_inset
37329
37330
37331 \begin_inset Box Doublebox
37332 position "c"
37333 hor_pos "c"
37334 has_inner_box 0
37335 inner_pos "c"
37336 use_parbox 0
37337 use_makebox 0
37338 width "1in"
37339 special "width"
37340 height "1in"
37341 height_special "totalheight"
37342 thickness "0.4pt"
37343 separation "3pt"
37344 shadowsize "4pt"
37345 framecolor "black"
37346 backgroundcolor "none"
37347 status collapsed
37348
37349 \begin_layout Plain Layout
37350 texte pivoté
37351 \end_layout
37352
37353 \end_inset
37354
37355
37356 \end_layout
37357
37358 \end_inset
37359
37360  et encadré 
37361 \begin_inset Flex Rotatebox
37362 status open
37363
37364 \begin_layout Plain Layout
37365 \begin_inset Argument 1
37366 status open
37367
37368 \begin_layout Plain Layout
37369 origin=lb
37370 \end_layout
37371
37372 \end_inset
37373
37374
37375 \begin_inset Argument 2
37376 status open
37377
37378 \begin_layout Plain Layout
37379 60
37380 \end_layout
37381
37382 \end_inset
37383
37384
37385 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37386 \end_inset
37387
37388
37389 \end_layout
37390
37391 \end_inset
37392
37393  et une formule.
37394 \end_layout
37395
37396 \begin_layout Standard
37397 ou encore une figure ou un tableau :
37398 \end_layout
37399
37400 \begin_layout Standard
37401 Voici une ligne 
37402 \begin_inset Flex Rotatebox
37403 status open
37404
37405 \begin_layout Plain Layout
37406 \begin_inset Argument 1
37407 status open
37408
37409 \begin_layout Plain Layout
37410 origin=lb
37411 \end_layout
37412
37413 \end_inset
37414
37415
37416 \begin_inset Argument 2
37417 status open
37418
37419 \begin_layout Plain Layout
37420 90
37421 \end_layout
37422
37423 \end_inset
37424
37425
37426 \begin_inset Graphics
37427         filename ../clipart/Star-structure.pdf
37428         lyxscale 50
37429         width 25col%
37430
37431 \end_inset
37432
37433
37434 \end_layout
37435
37436 \end_inset
37437
37438  avec une image pivotée de 90° 
37439 \begin_inset Flex Rotatebox
37440 status open
37441
37442 \begin_layout Plain Layout
37443 \begin_inset Argument 2
37444 status open
37445
37446 \begin_layout Plain Layout
37447 -90
37448 \end_layout
37449
37450 \end_inset
37451
37452
37453 \begin_inset Tabular
37454 <lyxtabular version="3" rows="2" columns="2">
37455 <features tabularvalignment="middle">
37456 <column alignment="center" valignment="top">
37457 <column alignment="center" valignment="top">
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 q
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 w
37473 \end_layout
37474
37475 \end_inset
37476 </cell>
37477 </row>
37478 <row>
37479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37480 \begin_inset Text
37481
37482 \begin_layout Plain Layout
37483 e
37484 \end_layout
37485
37486 \end_inset
37487 </cell>
37488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37489 \begin_inset Text
37490
37491 \begin_layout Plain Layout
37492 r
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 </row>
37498 </lyxtabular>
37499
37500 \end_inset
37501
37502
37503 \end_layout
37504
37505 \end_inset
37506
37507  et un tableau.
37508 \begin_inset Index idx
37509 status collapsed
37510
37511 \begin_layout Plain Layout
37512 Figures ! Pivotées
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \begin_inset Index idx
37519 status collapsed
37520
37521 \begin_layout Plain Layout
37522 Tableau ! Pivoter
37523 \end_layout
37524
37525 \end_inset
37526
37527
37528 \end_layout
37529
37530 \begin_layout Standard
37531
37532 \lang english
37533 \begin_inset Note Greyedout
37534 status open
37535
37536 \begin_layout Plain Layout
37537
37538 \series bold
37539 Nota:
37540 \series default
37541  si l'insert 
37542 \family sans
37543 Angle
37544 \family default
37545  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37546  \SpecialChar LaTeX
37547  à l'affichage ou l'exportation du document.
37548 \end_layout
37549
37550 \end_inset
37551
37552
37553 \end_layout
37554
37555 \begin_layout Subsection
37556 Les boîtes redimensionnées
37557 \begin_inset Index idx
37558 status collapsed
37559
37560 \begin_layout Plain Layout
37561 Boîtes ! Redimensionnées
37562 \end_layout
37563
37564 \end_inset
37565
37566
37567 \begin_inset Index idx
37568 status collapsed
37569
37570 \begin_layout Plain Layout
37571 Redimensionner des objets
37572 \end_layout
37573
37574 \end_inset
37575
37576
37577 \end_layout
37578
37579 \begin_layout Standard
37580 Pour redimensionner des objets, il faut les insérer dans une 
37581 \family sans
37582 BoîteÉchelle
37583 \family default
37584 , et pour cela utiliser le menu 
37585 \family sans
37586 Insertion\SpecialChar menuseparator
37587 Inserts personnalisables\SpecialChar menuseparator
37588 BoîteÉchelle
37589 \family default
37590 .
37591 \end_layout
37592
37593 \begin_layout Standard
37594 L'insert 
37595 \family sans
37596 BoîteÉchelle
37597 \family default
37598  comporte un insert obligatoire 
37599 \family sans
37600 Facteur-H 
37601 \family default
37602 et un insert facultatif 
37603 \family sans
37604 Facteur-V
37605 \family default
37606  (ouvert via le menu 
37607 \family sans
37608 Insertion\SpecialChar menuseparator
37609 Facteur-V)
37610 \family default
37611 .
37612  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
37613  vertical.
37614  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
37615  comme facteur vertical.
37616 \end_layout
37617
37618 \begin_layout Standard
37619 Pour doubler la taille du texte par rapport à la taille de texte du document,
37620  saisir 
37621 \series bold
37622 2
37623 \series default
37624  dans l'insert 
37625 \family sans
37626 Facteur-H:
37627 \family default
37628  
37629 \begin_inset Flex Scalebox
37630 status open
37631
37632 \begin_layout Plain Layout
37633 \begin_inset Argument 1
37634 status open
37635
37636 \begin_layout Plain Layout
37637 2
37638 \end_layout
37639
37640 \end_inset
37641
37642 Bonjour
37643 \end_layout
37644
37645 \end_inset
37646
37647
37648 \end_layout
37649
37650 \begin_layout Standard
37651
37652 \series bold
37653 2
37654 \series default
37655  comme 
37656 \family sans
37657 Facteur-H
37658 \family default
37659  et 
37660 \series bold
37661 1
37662 \series default
37663  comme
37664 \family sans
37665  Facteur-V
37666 \family default
37667  déforme le texte: 
37668 \begin_inset Flex Scalebox
37669 status open
37670
37671 \begin_layout Plain Layout
37672 \begin_inset Argument 1
37673 status open
37674
37675 \begin_layout Plain Layout
37676 2
37677 \end_layout
37678
37679 \end_inset
37680
37681
37682 \begin_inset Argument 2
37683 status open
37684
37685 \begin_layout Plain Layout
37686 1
37687 \end_layout
37688
37689 \end_inset
37690
37691 Bonjour
37692 \end_layout
37693
37694 \end_inset
37695
37696 .
37697 \end_layout
37698
37699 \begin_layout Standard
37700 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
37701  par conséquent 
37702 \series bold
37703 -1
37704 \series default
37705  comme
37706 \family sans
37707  Facteur-H
37708 \family default
37709  et 
37710 \series bold
37711 1
37712 \series default
37713  comme
37714 \family sans
37715  Facteur-V 
37716 \family default
37717 permet de créer de l'écriture en miroir: 
37718 \begin_inset Flex Scalebox
37719 status open
37720
37721 \begin_layout Plain Layout
37722 \begin_inset Argument 1
37723 status open
37724
37725 \begin_layout Plain Layout
37726 -1
37727 \end_layout
37728
37729 \end_inset
37730
37731
37732 \begin_inset Argument 2
37733 status open
37734
37735 \begin_layout Plain Layout
37736 1
37737 \end_layout
37738
37739 \end_inset
37740
37741 Bonjour
37742 \end_layout
37743
37744 \end_inset
37745
37746
37747 \end_layout
37748
37749 \begin_layout Standard
37750
37751 \series bold
37752 1
37753 \series default
37754  comme
37755 \family sans
37756  Facteur-H
37757 \family default
37758  et 
37759 \series bold
37760 -1
37761 \series default
37762  comme
37763 \family sans
37764  Facteur-V
37765 \family default
37766  réfléchit le texte 
37767 \begin_inset Flex Scalebox
37768 status open
37769
37770 \begin_layout Plain Layout
37771 \begin_inset Argument 1
37772 status open
37773
37774 \begin_layout Plain Layout
37775 1
37776 \end_layout
37777
37778 \end_inset
37779
37780
37781 \begin_inset Argument 2
37782 status open
37783
37784 \begin_layout Plain Layout
37785 -1
37786 \end_layout
37787
37788 \end_inset
37789
37790 Bonjour
37791 \end_layout
37792
37793 \end_inset
37794
37795  sous la ligne de base.
37796 \end_layout
37797
37798 \begin_layout Standard
37799 La 
37800 \family sans
37801 BoîteMiroir
37802 \family default
37803  (menu 
37804 \family sans
37805 Insertion\SpecialChar menuseparator
37806 Inserts personnalisables\SpecialChar menuseparator
37807 BoîteMiroir)
37808 \family default
37809  est équivalente à 
37810 \series bold
37811 -1
37812 \series default
37813  comme
37814 \family sans
37815  Facteur-H
37816 \family default
37817  et 
37818 \series bold
37819 1
37820 \series default
37821  comme
37822 \family sans
37823  Facteur-V
37824 \family default
37825  pour une 
37826 \family sans
37827 BoîteÉchelle
37828 \family default
37829 .
37830 \end_layout
37831
37832 \begin_layout Standard
37833
37834 \lang english
37835 \begin_inset Note Greyedout
37836 status open
37837
37838 \begin_layout Plain Layout
37839
37840 \series bold
37841 Nota:
37842 \series default
37843  si l'insert 
37844 \family sans
37845 Facteur-H
37846 \family default
37847  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37848  \SpecialChar LaTeX
37849  à l'affichage ou l'exportation du document.
37850 \end_layout
37851
37852 \end_inset
37853
37854
37855 \end_layout
37856
37857 \begin_layout Standard
37858 \begin_inset VSpace bigskip
37859 \end_inset
37860
37861 La 
37862 \family sans
37863 BoîteRetaillée
37864 \family default
37865  (menu 
37866 \family sans
37867 Insertion\SpecialChar menuseparator
37868 Inserts personnalisables\SpecialChar menuseparator
37869 BoîteRetaillée
37870 \family default
37871 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
37872  L'insert 
37873 \family sans
37874 BoîteRetaillée
37875 \family default
37876  comporte un insert obligatoire 
37877 \family sans
37878 Largeur
37879 \family default
37880  et un insert facultatif 
37881 \family sans
37882 Hauteur
37883 \family default
37884  (obtenu via 
37885 \family sans
37886 Insertion\SpecialChar menuseparator
37887 Hauteur)
37888 \family default
37889 .
37890  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
37891  unité.
37892  Le tableau
37893 \begin_inset space ~
37894 \end_inset
37895
37896  
37897 \begin_inset CommandInset ref
37898 LatexCommand ref
37899 reference "tab:Unités"
37900
37901 \end_inset
37902
37903  énumère les unités possibles.
37904  S'il y a un point d'exclamation 
37905 \series bold
37906 !
37907 \series default
37908  dans un des deux inserts, la taille est ajustée pour conserver le rapport
37909  d'aspect de la boîte.
37910  S'il n'y a pas d'insert 
37911 \family sans
37912 Hauteur
37913 \family default
37914 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
37915  
37916 \end_layout
37917
37918 \begin_layout Standard
37919
37920 \series bold
37921 2cm
37922 \series default
37923  comme 
37924 \family sans
37925 Largeur
37926 \family default
37927  et 
37928 \series bold
37929 1cm
37930 \series default
37931  comme 
37932 \family sans
37933 Hauteur
37934 \family default
37935  produit: 
37936 \begin_inset Flex Resizebox
37937 status open
37938
37939 \begin_layout Plain Layout
37940 \begin_inset Argument 1
37941 status open
37942
37943 \begin_layout Plain Layout
37944 2cm
37945 \end_layout
37946
37947 \end_inset
37948
37949
37950 \begin_inset Argument 2
37951 status open
37952
37953 \begin_layout Plain Layout
37954 1cm
37955 \end_layout
37956
37957 \end_inset
37958
37959 Bonjour
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \begin_inset Newline newline
37966 \end_inset
37967
37968
37969 \series bold
37970 2cm
37971 \series default
37972  comme 
37973 \family sans
37974 Largeur
37975 \family default
37976  et 
37977 \series bold
37978 !
37979 \series default
37980  comme 
37981 \family sans
37982 Hauteur
37983 \family default
37984  (ou aucune
37985 \family sans
37986  Hauteur
37987 \family default
37988 ) produit: 
37989 \begin_inset Flex Resizebox
37990 status open
37991
37992 \begin_layout Plain Layout
37993 \begin_inset Argument 1
37994 status open
37995
37996 \begin_layout Plain Layout
37997 2cm
37998 \end_layout
37999
38000 \end_inset
38001
38002
38003 \begin_inset Argument 2
38004 status open
38005
38006 \begin_layout Plain Layout
38007 !
38008 \end_layout
38009
38010 \end_inset
38011
38012 Bonjour
38013 \end_layout
38014
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \begin_layout Standard
38021 \begin_inset Note Greyedout
38022 status open
38023
38024 \begin_layout Plain Layout
38025
38026 \series bold
38027 Nota:
38028 \series default
38029  si l'insert 
38030 \family sans
38031 Largeur
38032 \family default
38033  est vide ou contient autre chose que des nombres, vous aurez des erreurs
38034  \SpecialChar LaTeX
38035  à l'affichage ou l'exportation du document.
38036 \end_layout
38037
38038 \end_inset
38039
38040
38041 \end_layout
38042
38043 \begin_layout Standard
38044 \begin_inset VSpace bigskip
38045 \end_inset
38046
38047
38048 \end_layout
38049
38050 \begin_layout Standard
38051 Les boîtes peuvent être combinée dans n'importe quel ordre.
38052  Par exemple voici une
38053 \family sans
38054  BoîteMiroir
38055 \family default
38056  
38057 \family sans
38058 dans une BoîteRetaillée 
38059 \family default
38060 qui est à son tour dans une 
38061 \family sans
38062 BoîtePivotée
38063 \family default
38064 :
38065 \end_layout
38066
38067 \begin_layout Standard
38068 \noindent
38069 \align center
38070 \begin_inset Flex Rotatebox
38071 status open
38072
38073 \begin_layout Plain Layout
38074 \begin_inset Argument 1
38075 status open
38076
38077 \begin_layout Plain Layout
38078 origin=c
38079 \end_layout
38080
38081 \end_inset
38082
38083
38084 \begin_inset Argument 2
38085 status open
38086
38087 \begin_layout Plain Layout
38088 -45
38089 \end_layout
38090
38091 \end_inset
38092
38093
38094 \begin_inset Flex Resizebox
38095 status open
38096
38097 \begin_layout Plain Layout
38098 \begin_inset Argument 1
38099 status open
38100
38101 \begin_layout Plain Layout
38102 2cm
38103 \end_layout
38104
38105 \end_inset
38106
38107
38108 \begin_inset Flex Reflectbox
38109 status open
38110
38111 \begin_layout Plain Layout
38112 Bonjour
38113 \end_layout
38114
38115 \end_inset
38116
38117
38118 \end_layout
38119
38120 \end_inset
38121
38122
38123 \end_layout
38124
38125 \end_inset
38126
38127
38128 \end_layout
38129
38130 \begin_layout Standard
38131 \noindent
38132 Les images, les tableaux et les formules sont autorisées comme contenu de
38133  boîte :
38134 \end_layout
38135
38136 \begin_layout Standard
38137 \noindent
38138 \align center
38139 \begin_inset Flex Resizebox
38140 status open
38141
38142 \begin_layout Plain Layout
38143 \begin_inset Argument 1
38144 status open
38145
38146 \begin_layout Plain Layout
38147 2cm
38148 \end_layout
38149
38150 \end_inset
38151
38152
38153 \begin_inset Flex Reflectbox
38154 status open
38155
38156 \begin_layout Plain Layout
38157 \begin_inset Graphics
38158         filename ../clipart/Star-structure.pdf
38159         lyxscale 50
38160         width 25col%
38161
38162 \end_inset
38163
38164
38165 \end_layout
38166
38167 \end_inset
38168
38169
38170 \end_layout
38171
38172 \end_inset
38173
38174  
38175 \begin_inset Flex Resizebox
38176 status open
38177
38178 \begin_layout Plain Layout
38179 \begin_inset Argument 1
38180 status open
38181
38182 \begin_layout Plain Layout
38183 2cm
38184 \end_layout
38185
38186 \end_inset
38187
38188
38189 \begin_inset Flex Reflectbox
38190 status open
38191
38192 \begin_layout Plain Layout
38193 \begin_inset Tabular
38194 <lyxtabular version="3" rows="2" columns="2">
38195 <features tabularvalignment="middle">
38196 <column alignment="center" valignment="top">
38197 <column alignment="center" valignment="top">
38198 <row>
38199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38200 \begin_inset Text
38201
38202 \begin_layout Plain Layout
38203 q
38204 \end_layout
38205
38206 \end_inset
38207 </cell>
38208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38209 \begin_inset Text
38210
38211 \begin_layout Plain Layout
38212 w
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 </row>
38218 <row>
38219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38220 \begin_inset Text
38221
38222 \begin_layout Plain Layout
38223 e
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38229 \begin_inset Text
38230
38231 \begin_layout Plain Layout
38232 r
38233 \end_layout
38234
38235 \end_inset
38236 </cell>
38237 </row>
38238 </lyxtabular>
38239
38240 \end_inset
38241
38242
38243 \end_layout
38244
38245 \end_inset
38246
38247
38248 \end_layout
38249
38250 \end_inset
38251
38252  
38253 \begin_inset Flex Resizebox
38254 status open
38255
38256 \begin_layout Plain Layout
38257 \begin_inset Argument 1
38258 status open
38259
38260 \begin_layout Plain Layout
38261 3cm
38262 \end_layout
38263
38264 \end_inset
38265
38266
38267 \begin_inset Flex Reflectbox
38268 status open
38269
38270 \begin_layout Plain Layout
38271 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38272 \end_inset
38273
38274
38275 \end_layout
38276
38277 \end_inset
38278
38279
38280 \end_layout
38281
38282 \end_inset
38283
38284
38285 \begin_inset Index idx
38286 status collapsed
38287
38288 \begin_layout Plain Layout
38289 Figures ! Redimensionnées
38290 \end_layout
38291
38292 \end_inset
38293
38294
38295 \begin_inset Index idx
38296 status collapsed
38297
38298 \begin_layout Plain Layout
38299 Tableau ! Redimensionner
38300 \end_layout
38301
38302 \end_inset
38303
38304
38305 \end_layout
38306
38307 \begin_layout Standard
38308 Quand on utilise le style global de formule 
38309 \series bold
38310 fleqn
38311 \series default
38312  dans le document
38313 \begin_inset Foot
38314 status collapsed
38315
38316 \begin_layout Plain Layout
38317 Quand 
38318 \begin_inset Quotes cld
38319 \end_inset
38320
38321 fleqn
38322 \begin_inset Quotes crd
38323 \end_inset
38324
38325  est ajouté aux options de la classe de document.
38326 \end_layout
38327
38328 \end_inset
38329
38330 , les formules hors texte peuvent aussi être redimensionnées.
38331 \end_layout
38332
38333 \begin_layout Chapter
38334 Objets entourés par du texte
38335 \begin_inset Index idx
38336 status collapsed
38337
38338 \begin_layout Plain Layout
38339 Entourés par du texte
38340 \end_layout
38341
38342 \end_inset
38343
38344
38345 \end_layout
38346
38347 \begin_layout Section
38348 Flottant d'enrobage
38349 \begin_inset CommandInset label
38350 LatexCommand label
38351 name "sec:Flottant-d'enrobage"
38352
38353 \end_inset
38354
38355
38356 \begin_inset Index idx
38357 status collapsed
38358
38359 \begin_layout Plain Layout
38360 Flottants ! Flottants d'enrobage
38361 \end_layout
38362
38363 \end_inset
38364
38365
38366 \begin_inset Index idx
38367 status collapsed
38368
38369 \begin_layout Plain Layout
38370 Entourés par du texte ! Flottants d'enrobage
38371 \end_layout
38372
38373 \end_inset
38374
38375
38376 \end_layout
38377
38378 \begin_layout Standard
38379 \begin_inset Wrap figure
38380 lines 0
38381 placement l
38382 overhang 1cm
38383 width "40col%"
38384 status open
38385
38386 \begin_layout Plain Layout
38387 \begin_inset Graphics
38388         filename ../clipart/2D-intensity-plot.pdf
38389         width 40col%
38390         scaleBeforeRotation
38391         rotateOrigin center
38392
38393 \end_inset
38394
38395
38396 \end_layout
38397
38398 \begin_layout Plain Layout
38399 \begin_inset Caption Standard
38400
38401 \begin_layout Plain Layout
38402 \begin_inset CommandInset label
38403 LatexCommand label
38404 name "fig:Figure-enrobée"
38405
38406 \end_inset
38407
38408 Ceci est une figure habillée.
38409 \end_layout
38410
38411 \end_inset
38412
38413
38414 \end_layout
38415
38416 \end_inset
38417
38418  Ce type de flottant est utilisé quand on veut que le texte habille la figure
38419  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
38420  Vous pouvez en insérer un en utilisant le menu 
38421 \family sans
38422 Insertion\SpecialChar menuseparator
38423 Flottant\SpecialChar menuseparator
38424 Flottant
38425 \begin_inset space ~
38426 \end_inset
38427
38428 d'enrobage
38429 \family default
38430  à la condition que le paquetage \SpecialChar LaTeX
38431  
38432 \series bold
38433 wrapfig
38434 \series default
38435
38436 \begin_inset Index idx
38437 status collapsed
38438
38439 \begin_layout Plain Layout
38440 Paquetages \SpecialChar LaTeX
38441  ! wrapfig
38442 \end_layout
38443
38444 \end_inset
38445
38446  soit installé.
38447 \begin_inset Foot
38448 status collapsed
38449
38450 \begin_layout Plain Layout
38451 Voyez dans la manuel 
38452 \emph on
38453 Configuration
38454 \begin_inset space ~
38455 \end_inset
38456
38457 \SpecialChar LaTeX
38458  
38459 \emph default
38460 comment installer des paquetages \SpecialChar LaTeX
38461 .
38462 \end_layout
38463
38464 \end_inset
38465
38466  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
38467  sur la boîte du flottant.
38468  Les paramètres obligatoires sont l'
38469 \family sans
38470 Emplacement
38471 \family default
38472  et la 
38473 \family sans
38474 Largeur
38475 \family default
38476 .
38477  Les paramètres facultatifs sont le 
38478 \family sans
38479 Débordement
38480 \family default
38481  qui précise de combien le flottant déborde sur la marge du paragraphe ou
38482  de la page et la 
38483 \family sans
38484 Porté de la ligne
38485 \family default
38486  qui précise le nombre approximatif de lignes dont le flottant va avoir
38487  besoin.
38488  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
38489  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
38490  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
38491  à faire flotter le flottant
38492  à l'intérieur du paragraphe ou vers les autres paragraphes.
38493  La figure
38494 \begin_inset space ~
38495 \end_inset
38496
38497
38498 \begin_inset CommandInset ref
38499 LatexCommand ref
38500 reference "fig:Figure-enrobée"
38501
38502 \end_inset
38503
38504  est un exemple de flottant d'enrobage avec une largeur de 40
38505 \begin_inset space \thinspace{}
38506 \end_inset
38507
38508 col%, un débordement de 1
38509 \begin_inset space \thinspace{}
38510 \end_inset
38511
38512 cm et placé à gauche.
38513 \end_layout
38514
38515 \begin_layout Standard
38516 \begin_inset Note Greyedout
38517 status open
38518
38519 \begin_layout Plain Layout
38520
38521 \series bold
38522 Note:
38523 \series default
38524  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
38525  figure trop près du bas de page peut tout chambouler et faire que le flottant
38526  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
38527  de texte.
38528 \end_layout
38529
38530 \end_inset
38531
38532
38533 \end_layout
38534
38535 \begin_layout Standard
38536 En général:
38537 \end_layout
38538
38539 \begin_layout Itemize
38540 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
38541  qui risquent de passer à la page suivante.
38542  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
38543  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
38544  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
38545  de page.
38546 \end_layout
38547
38548 \begin_layout Itemize
38549 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
38550  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
38551 e.
38552 \end_layout
38553
38554 \begin_layout Itemize
38555 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
38556  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
38557  texte entre les deux, comme séparateur.
38558 \end_layout
38559
38560 \begin_layout Itemize
38561 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
38562  ou les tableaux.
38563 \end_layout
38564
38565 \begin_layout Itemize
38566 Leur numérotation et leur référencement fonctionnent comme décrit dans le
38567  chapitre
38568 \begin_inset space ~
38569 \end_inset
38570
38571
38572 \begin_inset CommandInset ref
38573 LatexCommand ref
38574 reference "chap:Flottants"
38575
38576 \end_inset
38577
38578 .
38579 \end_layout
38580
38581 \begin_layout Section
38582 Objets fixes entourés par du texte
38583 \begin_inset Index idx
38584 status collapsed
38585
38586 \begin_layout Plain Layout
38587 Entouré par du texte ! Objets fixes
38588 \end_layout
38589
38590 \end_inset
38591
38592
38593 \end_layout
38594
38595 \begin_layout Standard
38596 Les flottants d'enrobage décrits dans la section
38597 \begin_inset space \thinspace{}
38598 \end_inset
38599
38600
38601 \begin_inset CommandInset ref
38602 LatexCommand ref
38603 reference "sec:Flottant-d'enrobage"
38604
38605 \end_inset
38606
38607  prennent les positions suivantes dans le paragraphe :
38608 \end_layout
38609
38610 \begin_layout Standard
38611 \noindent
38612 \align center
38613 \begin_inset Tabular
38614 <lyxtabular version="3" rows="2" columns="2">
38615 <features tabularvalignment="middle">
38616 <column alignment="center" valignment="top">
38617 <column alignment="center" valignment="top">
38618 <row>
38619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38620 \begin_inset Text
38621
38622 \begin_layout Plain Layout
38623 \begin_inset Info
38624 type  "icon"
38625 arg   "dialog-show-new-inset graphics"
38626 \end_inset
38627
38628
38629 \end_layout
38630
38631 \end_inset
38632 </cell>
38633 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38634 \begin_inset Text
38635
38636 \begin_layout Plain Layout
38637 texte
38638 \end_layout
38639
38640 \end_inset
38641 </cell>
38642 </row>
38643 <row>
38644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38645 \begin_inset Text
38646
38647 \begin_layout Plain Layout
38648 texte
38649 \end_layout
38650
38651 \end_inset
38652 </cell>
38653 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38654 \begin_inset Text
38655
38656 \begin_layout Plain Layout
38657 texte
38658 \end_layout
38659
38660 \end_inset
38661 </cell>
38662 </row>
38663 </lyxtabular>
38664
38665 \end_inset
38666
38667  ou 
38668 \begin_inset Tabular
38669 <lyxtabular version="3" rows="2" columns="2">
38670 <features tabularvalignment="middle">
38671 <column alignment="center" valignment="top">
38672 <column alignment="center" valignment="top">
38673 <row>
38674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38675 \begin_inset Text
38676
38677 \begin_layout Plain Layout
38678 texte
38679 \end_layout
38680
38681 \end_inset
38682 </cell>
38683 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38684 \begin_inset Text
38685
38686 \begin_layout Plain Layout
38687 \begin_inset Info
38688 type  "icon"
38689 arg   "dialog-show-new-inset graphics"
38690 \end_inset
38691
38692
38693 \end_layout
38694
38695 \end_inset
38696 </cell>
38697 </row>
38698 <row>
38699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38700 \begin_inset Text
38701
38702 \begin_layout Plain Layout
38703 texte
38704 \end_layout
38705
38706 \end_inset
38707 </cell>
38708 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38709 \begin_inset Text
38710
38711 \begin_layout Plain Layout
38712 texte
38713 \end_layout
38714
38715 \end_inset
38716 </cell>
38717 </row>
38718 </lyxtabular>
38719
38720 \end_inset
38721
38722
38723 \end_layout
38724
38725 \begin_layout Standard
38726 Pour avoir un objet exactement à la position à laquelle il a été inséré,
38727  par exemple pour avoir une de ces positions :
38728 \begin_inset VSpace defskip
38729 \end_inset
38730
38731
38732 \end_layout
38733
38734 \begin_layout Standard
38735 \noindent
38736 \align center
38737 \begin_inset Tabular
38738 <lyxtabular version="3" rows="2" columns="2">
38739 <features tabularvalignment="middle">
38740 <column alignment="center" valignment="top">
38741 <column alignment="center" valignment="top">
38742 <row>
38743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38744 \begin_inset Text
38745
38746 \begin_layout Plain Layout
38747 texte
38748 \end_layout
38749
38750 \end_inset
38751 </cell>
38752 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38753 \begin_inset Text
38754
38755 \begin_layout Plain Layout
38756 texte
38757 \end_layout
38758
38759 \end_inset
38760 </cell>
38761 </row>
38762 <row>
38763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38764 \begin_inset Text
38765
38766 \begin_layout Plain Layout
38767 \begin_inset Info
38768 type  "icon"
38769 arg   "dialog-show-new-inset graphics"
38770 \end_inset
38771
38772
38773 \end_layout
38774
38775 \end_inset
38776 </cell>
38777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38778 \begin_inset Text
38779
38780 \begin_layout Plain Layout
38781 texte
38782 \end_layout
38783
38784 \end_inset
38785 </cell>
38786 </row>
38787 </lyxtabular>
38788
38789 \end_inset
38790
38791  
38792 \begin_inset Tabular
38793 <lyxtabular version="3" rows="2" columns="2">
38794 <features tabularvalignment="middle">
38795 <column alignment="center" valignment="top">
38796 <column alignment="center" valignment="top">
38797 <row>
38798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38799 \begin_inset Text
38800
38801 \begin_layout Plain Layout
38802 texte
38803 \end_layout
38804
38805 \end_inset
38806 </cell>
38807 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38808 \begin_inset Text
38809
38810 \begin_layout Plain Layout
38811 texte
38812 \end_layout
38813
38814 \end_inset
38815 </cell>
38816 </row>
38817 <row>
38818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38819 \begin_inset Text
38820
38821 \begin_layout Plain Layout
38822 texte
38823 \end_layout
38824
38825 \end_inset
38826 </cell>
38827 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38828 \begin_inset Text
38829
38830 \begin_layout Plain Layout
38831 \begin_inset Info
38832 type  "icon"
38833 arg   "dialog-show-new-inset graphics"
38834 \end_inset
38835
38836
38837 \end_layout
38838
38839 \end_inset
38840 </cell>
38841 </row>
38842 </lyxtabular>
38843
38844 \end_inset
38845
38846  
38847 \begin_inset Tabular
38848 <lyxtabular version="3" rows="2" columns="3">
38849 <features tabularvalignment="middle">
38850 <column alignment="center" valignment="top">
38851 <column alignment="center" valignment="top">
38852 <column alignment="center" valignment="top">
38853 <row>
38854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38855 \begin_inset Text
38856
38857 \begin_layout Plain Layout
38858 texte
38859 \end_layout
38860
38861 \end_inset
38862 </cell>
38863 <cell alignment="center" valignment="top" topline="true" usebox="none">
38864 \begin_inset Text
38865
38866 \begin_layout Plain Layout
38867 \begin_inset Info
38868 type  "icon"
38869 arg   "dialog-show-new-inset graphics"
38870 \end_inset
38871
38872
38873 \end_layout
38874
38875 \end_inset
38876 </cell>
38877 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38878 \begin_inset Text
38879
38880 \begin_layout Plain Layout
38881 texte
38882 \end_layout
38883
38884 \end_inset
38885 </cell>
38886 </row>
38887 <row>
38888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38889 \begin_inset Text
38890
38891 \begin_layout Plain Layout
38892 texte
38893 \end_layout
38894
38895 \end_inset
38896 </cell>
38897 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38898 \begin_inset Text
38899
38900 \begin_layout Plain Layout
38901 texte
38902 \end_layout
38903
38904 \end_inset
38905 </cell>
38906 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38907 \begin_inset Text
38908
38909 \begin_layout Plain Layout
38910 texte
38911 \end_layout
38912
38913 \end_inset
38914 </cell>
38915 </row>
38916 </lyxtabular>
38917
38918 \end_inset
38919
38920  
38921 \begin_inset Tabular
38922 <lyxtabular version="3" rows="2" columns="3">
38923 <features tabularvalignment="middle">
38924 <column alignment="center" valignment="top">
38925 <column alignment="center" valignment="top">
38926 <column alignment="center" valignment="top">
38927 <row>
38928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38929 \begin_inset Text
38930
38931 \begin_layout Plain Layout
38932 texte
38933 \end_layout
38934
38935 \end_inset
38936 </cell>
38937 <cell alignment="center" valignment="top" topline="true" usebox="none">
38938 \begin_inset Text
38939
38940 \begin_layout Plain Layout
38941 texte
38942 \end_layout
38943
38944 \end_inset
38945 </cell>
38946 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38947 \begin_inset Text
38948
38949 \begin_layout Plain Layout
38950 texte
38951 \end_layout
38952
38953 \end_inset
38954 </cell>
38955 </row>
38956 <row>
38957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38958 \begin_inset Text
38959
38960 \begin_layout Plain Layout
38961 texte
38962 \end_layout
38963
38964 \end_inset
38965 </cell>
38966 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38967 \begin_inset Text
38968
38969 \begin_layout Plain Layout
38970 \begin_inset Info
38971 type  "icon"
38972 arg   "dialog-show-new-inset graphics"
38973 \end_inset
38974
38975
38976 \end_layout
38977
38978 \end_inset
38979 </cell>
38980 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38981 \begin_inset Text
38982
38983 \begin_layout Plain Layout
38984 texte
38985 \end_layout
38986
38987 \end_inset
38988 </cell>
38989 </row>
38990 </lyxtabular>
38991
38992 \end_inset
38993
38994
38995 \end_layout
38996
38997 \begin_layout Standard
38998 \noindent
38999 \align center
39000 \begin_inset Tabular
39001 <lyxtabular version="3" rows="3" columns="2">
39002 <features tabularvalignment="middle">
39003 <column alignment="center" valignment="top">
39004 <column alignment="center" valignment="top">
39005 <row>
39006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39007 \begin_inset Text
39008
39009 \begin_layout Plain Layout
39010 texte
39011 \end_layout
39012
39013 \end_inset
39014 </cell>
39015 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39016 \begin_inset Text
39017
39018 \begin_layout Plain Layout
39019 texte
39020 \end_layout
39021
39022 \end_inset
39023 </cell>
39024 </row>
39025 <row>
39026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39027 \begin_inset Text
39028
39029 \begin_layout Plain Layout
39030 \begin_inset Info
39031 type  "icon"
39032 arg   "dialog-show-new-inset graphics"
39033 \end_inset
39034
39035
39036 \end_layout
39037
39038 \end_inset
39039 </cell>
39040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39041 \begin_inset Text
39042
39043 \begin_layout Plain Layout
39044 texte
39045 \end_layout
39046
39047 \end_inset
39048 </cell>
39049 </row>
39050 <row>
39051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39052 \begin_inset Text
39053
39054 \begin_layout Plain Layout
39055 texte
39056 \end_layout
39057
39058 \end_inset
39059 </cell>
39060 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39061 \begin_inset Text
39062
39063 \begin_layout Plain Layout
39064 texte
39065 \end_layout
39066
39067 \end_inset
39068 </cell>
39069 </row>
39070 </lyxtabular>
39071
39072 \end_inset
39073
39074  
39075 \begin_inset Tabular
39076 <lyxtabular version="3" rows="3" columns="3">
39077 <features tabularvalignment="middle">
39078 <column alignment="center" valignment="top">
39079 <column alignment="center" valignment="top">
39080 <column alignment="center" valignment="top">
39081 <row>
39082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39083 \begin_inset Text
39084
39085 \begin_layout Plain Layout
39086 texte
39087 \end_layout
39088
39089 \end_inset
39090 </cell>
39091 <cell alignment="center" valignment="top" topline="true" usebox="none">
39092 \begin_inset Text
39093
39094 \begin_layout Plain Layout
39095 texte
39096 \end_layout
39097
39098 \end_inset
39099 </cell>
39100 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39101 \begin_inset Text
39102
39103 \begin_layout Plain Layout
39104 texte
39105 \end_layout
39106
39107 \end_inset
39108 </cell>
39109 </row>
39110 <row>
39111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39112 \begin_inset Text
39113
39114 \begin_layout Plain Layout
39115 texte
39116 \end_layout
39117
39118 \end_inset
39119 </cell>
39120 <cell alignment="center" valignment="top" usebox="none">
39121 \begin_inset Text
39122
39123 \begin_layout Plain Layout
39124 \begin_inset Info
39125 type  "icon"
39126 arg   "dialog-show-new-inset graphics"
39127 \end_inset
39128
39129
39130 \end_layout
39131
39132 \end_inset
39133 </cell>
39134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39135 \begin_inset Text
39136
39137 \begin_layout Plain Layout
39138 texte
39139 \end_layout
39140
39141 \end_inset
39142 </cell>
39143 </row>
39144 <row>
39145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39146 \begin_inset Text
39147
39148 \begin_layout Plain Layout
39149 texte
39150 \end_layout
39151
39152 \end_inset
39153 </cell>
39154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39155 \begin_inset Text
39156
39157 \begin_layout Plain Layout
39158 texte
39159 \end_layout
39160
39161 \end_inset
39162 </cell>
39163 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39164 \begin_inset Text
39165
39166 \begin_layout Plain Layout
39167 texte
39168 \end_layout
39169
39170 \end_inset
39171 </cell>
39172 </row>
39173 </lyxtabular>
39174
39175 \end_inset
39176
39177  
39178 \begin_inset Tabular
39179 <lyxtabular version="3" rows="3" columns="2">
39180 <features tabularvalignment="middle">
39181 <column alignment="center" valignment="top">
39182 <column alignment="center" valignment="top">
39183 <row>
39184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39185 \begin_inset Text
39186
39187 \begin_layout Plain Layout
39188 texte
39189 \end_layout
39190
39191 \end_inset
39192 </cell>
39193 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39194 \begin_inset Text
39195
39196 \begin_layout Plain Layout
39197 texte
39198 \end_layout
39199
39200 \end_inset
39201 </cell>
39202 </row>
39203 <row>
39204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39205 \begin_inset Text
39206
39207 \begin_layout Plain Layout
39208 texte
39209 \end_layout
39210
39211 \end_inset
39212 </cell>
39213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39214 \begin_inset Text
39215
39216 \begin_layout Plain Layout
39217 \begin_inset Info
39218 type  "icon"
39219 arg   "dialog-show-new-inset graphics"
39220 \end_inset
39221
39222
39223 \end_layout
39224
39225 \end_inset
39226 </cell>
39227 </row>
39228 <row>
39229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39230 \begin_inset Text
39231
39232 \begin_layout Plain Layout
39233 texte
39234 \end_layout
39235
39236 \end_inset
39237 </cell>
39238 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39239 \begin_inset Text
39240
39241 \begin_layout Plain Layout
39242 texte
39243 \end_layout
39244
39245 \end_inset
39246 </cell>
39247 </row>
39248 </lyxtabular>
39249
39250 \end_inset
39251
39252
39253 \end_layout
39254
39255 \begin_layout Standard
39256 vous pouvez utiliser la paquetage \SpecialChar LaTeX
39257  
39258 \end_layout
39259
39260 \begin_layout Standard
39261 \noindent
39262
39263 \series bold
39264 picinpar
39265 \series default
39266
39267 \begin_inset Index idx
39268 status collapsed
39269
39270 \begin_layout Plain Layout
39271 Paquetages \SpecialChar LaTeX
39272  ! picinpar
39273 \end_layout
39274
39275 \end_inset
39276
39277 .
39278  Voici un exemple :
39279 \end_layout
39280
39281 \begin_layout Standard
39282 \begin_inset ERT
39283 status collapsed
39284
39285 \begin_layout Plain Layout
39286
39287
39288 \backslash
39289 ifpicinpar
39290 \end_layout
39291
39292 \end_inset
39293
39294
39295 \begin_inset Note Note
39296 status open
39297
39298 \begin_layout Plain Layout
39299 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
39300  
39301 \series bold
39302 picinpar
39303 \series default
39304  a été installé.
39305 \end_layout
39306
39307 \end_inset
39308
39309
39310 \end_layout
39311
39312 \begin_layout Standard
39313 \begin_inset ERT
39314 status collapsed
39315
39316 \begin_layout Plain Layout
39317
39318
39319 \backslash
39320 begin{window}[2,c,{
39321 \end_layout
39322
39323 \end_inset
39324
39325
39326 \begin_inset Graphics
39327         filename ../clipart/2D-intensity-plot.pdf
39328         lyxscale 60
39329         width 40col%
39330         scaleBeforeRotation
39331         rotateOrigin center
39332
39333 \end_inset
39334
39335
39336 \begin_inset ERT
39337 status collapsed
39338
39339 \begin_layout Plain Layout
39340
39341 },]
39342 \end_layout
39343
39344 \begin_layout Plain Layout
39345
39346 {}
39347 \end_layout
39348
39349 \end_inset
39350
39351
39352 \size small
39353 \lang english
39354 It was in the spring of the year 1894 that all London was interested, and
39355  the fashionable world dismayed, by the murder of the Honourable Ronald
39356  Adair under most unusual and inexplicable circumstances.
39357  The public has already learned those particulars of the crime which
39358 \size default
39359
39360 \begin_inset ERT
39361 status collapsed
39362
39363 \begin_layout Plain Layout
39364
39365
39366 \backslash
39367 footnotemark{}
39368 \end_layout
39369
39370 \end_inset
39371
39372
39373 \size small
39374  came out in the police investigation, but a good deal was suppressed upon
39375  that occasion, since the case for the prosecution was so overwhelmingly
39376  strong that it was not necessary to bring forward all the facts.
39377  Only now, at the end of nearly ten years, am I allowed to supply those
39378  missing links which make up the whole of that remarkable chain
39379 \lang french
39380 .
39381 \size default
39382
39383 \begin_inset ERT
39384 status collapsed
39385
39386 \begin_layout Plain Layout
39387
39388
39389 \backslash
39390 end{window}
39391 \end_layout
39392
39393 \end_inset
39394
39395
39396 \end_layout
39397
39398 \begin_layout Standard
39399 \begin_inset ERT
39400 status collapsed
39401
39402 \begin_layout Plain Layout
39403
39404
39405 \backslash
39406 footnotetext{
39407 \end_layout
39408
39409 \end_inset
39410
39411 Note de pied de page du paragraphe avec objet fixe.
39412 \begin_inset ERT
39413 status collapsed
39414
39415 \begin_layout Plain Layout
39416
39417 }
39418 \end_layout
39419
39420 \end_inset
39421
39422
39423 \end_layout
39424
39425 \begin_layout Standard
39426 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
39427  d'eux et leur position est déterminée par le nombre de lignes de texte
39428  situées audessus d'eux.
39429  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
39430  numérotée.
39431 \end_layout
39432
39433 \begin_layout Standard
39434 Un objet fixe enrobé est inséré en ajoutant la commande
39435 \end_layout
39436
39437 \begin_layout Standard
39438
39439 \series bold
39440
39441 \backslash
39442 begin{window}[2,c,{
39443 \end_layout
39444
39445 \begin_layout Standard
39446 en code \SpecialChar TeX
39447  au debut du paragraphe.
39448  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
39449  dessus de l'objet, le second, ici 'c', la position de l'objet.
39450  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
39451  ) sont possibles.
39452  Après la commande, vous insérez votre objet.
39453  Dans cet exemple, c'est une image avec une largeur de 40
39454 \begin_inset space \thinspace{}
39455 \end_inset
39456
39457 % de la colonne de texte qui a été insérée.
39458  L'objet peut aussi être un tableau, une boîte ou une équation.
39459  Après l'objet, on insère la commande
39460 \end_layout
39461
39462 \begin_layout Standard
39463
39464 \series bold
39465 },texte de description ]
39466 \begin_inset Newline newline
39467 \end_inset
39468
39469 {}
39470 \end_layout
39471
39472 \begin_layout Standard
39473 Notez que le 
39474 \begin_inset Quotes cld
39475 \end_inset
39476
39477
39478 \series bold
39479 {}
39480 \series default
39481
39482 \begin_inset Quotes crd
39483 \end_inset
39484
39485  est sur la deuxième ligne.
39486  Le texte de description est facultatif.
39487  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
39488  il doit donc commence juste après le 
39489 \series bold
39490 {}
39491 \series default
39492 .
39493  A la fin du paragraphe on insère la commande :
39494 \end_layout
39495
39496 \begin_layout Standard
39497
39498 \series bold
39499
39500 \backslash
39501 end{window}
39502 \end_layout
39503
39504 \begin_layout Standard
39505 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
39506  ajouter des notes de pied de page de la façon habituelle.
39507  Vous devez utiliser la commande 
39508 \series bold
39509
39510 \backslash
39511 footnotemark
39512 \series default
39513  à l'intérieur du paragraphe et la commande 
39514 \series bold
39515
39516 \backslash
39517 footnotetext
39518 \series default
39519  à l'extérieur, comme décrit dans la section
39520 \begin_inset space \thinspace{}
39521 \end_inset
39522
39523
39524 \begin_inset CommandInset ref
39525 LatexCommand ref
39526 reference "sec:Notes-bas-de-page"
39527
39528 \end_inset
39529
39530 .
39531 \end_layout
39532
39533 \begin_layout Standard
39534 \begin_inset ERT
39535 status collapsed
39536
39537 \begin_layout Plain Layout
39538
39539
39540 \backslash
39541 else
39542 \end_layout
39543
39544 \end_inset
39545
39546
39547 \begin_inset Note Note
39548 status open
39549
39550 \begin_layout Plain Layout
39551 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
39552  
39553 \series bold
39554 picinpar
39555 \series default
39556  n'est pas installé :
39557 \end_layout
39558
39559 \end_inset
39560
39561
39562 \end_layout
39563
39564 \begin_layout Standard
39565 Vous devez installer le paquetage \SpecialChar LaTeX
39566  
39567 \series bold
39568 picinpar
39569 \series default
39570  pour voir la suite de cette section dans la sortie imprimée.
39571 \end_layout
39572
39573 \begin_layout Standard
39574 \begin_inset ERT
39575 status collapsed
39576
39577 \begin_layout Plain Layout
39578
39579
39580 \backslash
39581 fi
39582 \end_layout
39583
39584 \end_inset
39585
39586
39587 \end_layout
39588
39589 \begin_layout Section
39590 Lettrines
39591 \begin_inset Index idx
39592 status collapsed
39593
39594 \begin_layout Plain Layout
39595 Lettrines
39596 \end_layout
39597
39598 \end_inset
39599
39600
39601 \begin_inset Index idx
39602 status collapsed
39603
39604 \begin_layout Plain Layout
39605 Entouré par du texte ! Lettrines
39606 \end_layout
39607
39608 \end_inset
39609
39610
39611 \end_layout
39612
39613 \begin_layout Standard
39614 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
39615  
39616 \series bold
39617 lettrine
39618 \series default
39619
39620 \begin_inset Index idx
39621 status collapsed
39622
39623 \begin_layout Plain Layout
39624 Paquetages \SpecialChar LaTeX
39625  ! lettrine
39626 \end_layout
39627
39628 \end_inset
39629
39630  doit être installé et vous devez utiliser le module Initiales (
39631 \begin_inset space ~
39632 \end_inset
39633
39634 menu 
39635 \family sans
39636 Document\SpecialChar menuseparator
39637 Paramètres\SpecialChar menuseparator
39638 Modules
39639 \family default
39640
39641 \begin_inset space ~
39642 \end_inset
39643
39644 ).
39645  Pour insérer une lettrine, utilisez le style 
39646 \family sans
39647 Initial
39648 \family default
39649 .
39650  Les paramètres sont insérés avec le menu 
39651 \family sans
39652 Insertion
39653 \family default
39654 .
39655  Le paramètre obligatoire 
39656 \family sans
39657 \lang english
39658 Initial
39659 \family default
39660 \lang french
39661  contient la/les lettre(s) qui sert d'initiale, le paramètre 
39662 \family sans
39663 \lang english
39664 Rest
39665 \begin_inset space ~
39666 \end_inset
39667
39668 of
39669 \begin_inset space ~
39670 \end_inset
39671
39672 Initial
39673 \family default
39674  
39675 \lang french
39676 contient
39677 \lang english
39678  the rest of the word or text of the initial letter(s)
39679 \lang french
39680 .
39681  Le paramètre 
39682 \family sans
39683 \lang english
39684 Options
39685 \family default
39686 \lang french
39687  contient paramètres pour modifier la lettrine.
39688  Pour plus d'informations sur les paramètres possibles, voyez la documentation
39689  du paquetage 
39690 \series bold
39691 lettrine
39692 \series default
39693
39694 \begin_inset CommandInset citation
39695 LatexCommand cite
39696 key "lettrine"
39697 literal "true"
39698
39699 \end_inset
39700
39701 .
39702  Le style lui-même contient le texte qui doit entourer la lettrine.
39703  Le style habituel est par conséquent que le mot dont la première lettre
39704  est l'initiale soit en 
39705 \shape smallcaps
39706 petites capitales
39707 \shape default
39708 .
39709 \end_layout
39710
39711 \begin_layout Standard
39712 \begin_inset Newpage pagebreak
39713 \end_inset
39714
39715
39716 \end_layout
39717
39718 \begin_layout Standard
39719 Voici quelques exemples
39720 \begin_inset space ~
39721 \end_inset
39722
39723 :
39724 \end_layout
39725
39726 \begin_layout Standard
39727 \begin_inset ERT
39728 status collapsed
39729
39730 \begin_layout Plain Layout
39731
39732
39733 \backslash
39734 iflettrine
39735 \end_layout
39736
39737 \end_inset
39738
39739
39740 \begin_inset Note Note
39741 status open
39742
39743 \begin_layout Plain Layout
39744 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
39745  
39746 \series bold
39747 lettrine
39748 \series default
39749  a été installé.
39750 \end_layout
39751
39752 \end_inset
39753
39754
39755 \end_layout
39756
39757 \begin_layout Enumerate
39758 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
39759  mathématique 
39760 \begin_inset Formula $\mathfrak{Fraktur}$
39761 \end_inset
39762
39763 :
39764 \end_layout
39765
39766 \begin_deeper
39767 \begin_layout Initial
39768 \begin_inset Argument 2
39769 status open
39770
39771 \begin_layout Plain Layout
39772 \begin_inset Formula $\mathfrak{I}$
39773 \end_inset
39774
39775
39776 \end_layout
39777
39778 \end_inset
39779
39780
39781 \begin_inset Argument 3
39782 status open
39783
39784 \begin_layout Plain Layout
39785 t
39786 \end_layout
39787
39788 \end_inset
39789
39790  
39791 \lang english
39792 was in the spring of the year 1894 that all London was interested, and the
39793  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39794  under most unusual and inexplicable circumstances.
39795  The public has already learned those particulars of the crime which came
39796  out in the police investigation, but a good deal was suppressed upon that
39797  occasion, since the case for the prosecution was so overwhelmingly strong
39798  that it was not necessary to bring forward all the facts.
39799 \end_layout
39800
39801 \end_deeper
39802 \begin_layout Enumerate
39803 L'initiale est entourée par une seule ligne et est formée de deux lettres
39804  dans la police standard ; aucun texte n'est écrit en petites capitales
39805 \begin_inset space ~
39806 \end_inset
39807
39808 :
39809 \end_layout
39810
39811 \begin_deeper
39812 \begin_layout Initial
39813 \begin_inset Argument 1
39814 status open
39815
39816 \begin_layout Plain Layout
39817 lines=1
39818 \end_layout
39819
39820 \end_inset
39821
39822
39823 \begin_inset Argument 2
39824 status open
39825
39826 \begin_layout Plain Layout
39827 It
39828 \end_layout
39829
39830 \end_inset
39831
39832  
39833 \lang english
39834 was in the spring of the year 1894 that all London was interested, and the
39835  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39836  under most unusual and inexplicable circumstances.
39837  The public has already learned those particulars of the crime which came
39838  out in the police investigation, but a good deal was suppressed upon that
39839  occasion, since the case for the prosecution was so overwhelmingly strong
39840  that it was not necessary to bring forward all the facts.
39841 \end_layout
39842
39843 \end_deeper
39844 \begin_layout Enumerate
39845 Initiale descendante sur 3
39846 \begin_inset space ~
39847 \end_inset
39848
39849 lignes en magenta en police mathématique
39850 \begin_inset Newline newline
39851 \end_inset
39852
39853
39854 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39855 \end_inset
39856
39857 , le texte 
39858 \begin_inset Quotes cld
39859 \end_inset
39860
39861
39862 \lang english
39863 t was in the spring
39864 \lang french
39865
39866 \begin_inset Quotes crd
39867 \end_inset
39868
39869  est en 
39870 \shape smallcaps
39871 petites capitales
39872 \shape default
39873  ; pour colorer la lettrine, il faut insérer la commande suivante juste
39874  avant l'initiale
39875 \begin_inset space ~
39876 \end_inset
39877
39878 :
39879 \begin_inset Newline newline
39880 \end_inset
39881
39882
39883 \series bold
39884
39885 \backslash
39886 renewcommand{
39887 \backslash
39888 LettrineFontHook}{
39889 \backslash
39890 color{couleur}}
39891 \series default
39892
39893 \begin_inset Newline newline
39894 \end_inset
39895
39896 où la 
39897 \emph on
39898 couleur
39899 \emph default
39900  peut être 
39901 \begin_inset Quotes cld
39902 \end_inset
39903
39904 red
39905 \begin_inset Quotes crd
39906 \end_inset
39907
39908
39909 \begin_inset Quotes cld
39910 \end_inset
39911
39912 blue
39913 \begin_inset Quotes crd
39914 \end_inset
39915
39916
39917 \begin_inset Quotes cld
39918 \end_inset
39919
39920 green
39921 \begin_inset Quotes crd
39922 \end_inset
39923
39924
39925 \begin_inset Quotes cld
39926 \end_inset
39927
39928 yellow
39929 \begin_inset Quotes crd
39930 \end_inset
39931
39932
39933 \begin_inset Quotes cld
39934 \end_inset
39935
39936 cyan
39937 \begin_inset Quotes crd
39938 \end_inset
39939
39940
39941 \begin_inset Quotes cld
39942 \end_inset
39943
39944 magenta
39945 \begin_inset Quotes crd
39946 \end_inset
39947
39948
39949 \begin_inset Quotes cld
39950 \end_inset
39951
39952 black
39953 \begin_inset Quotes crd
39954 \end_inset
39955
39956  ou 
39957 \begin_inset Quotes cld
39958 \end_inset
39959
39960 white
39961 \begin_inset Quotes crd
39962 \end_inset
39963
39964 .
39965  On doit aussi ajouter la commande suivante au préambule du document
39966 \begin_inset space ~
39967 \end_inset
39968
39969 :
39970 \begin_inset Newline newline
39971 \end_inset
39972
39973
39974 \series bold
39975
39976 \backslash
39977 @ifundefined{textcolor}
39978 \begin_inset Newline newline
39979 \end_inset
39980
39981
39982 \begin_inset space ~
39983 \end_inset
39984
39985 {
39986 \backslash
39987 usepackage{color}}{}
39988 \end_layout
39989
39990 \begin_deeper
39991 \begin_layout Standard
39992 \begin_inset ERT
39993 status collapsed
39994
39995 \begin_layout Plain Layout
39996
39997
39998 \backslash
39999 renewcommand{
40000 \backslash
40001 LettrineFontHook}{
40002 \backslash
40003 color{magenta}}
40004 \end_layout
40005
40006 \end_inset
40007
40008
40009 \begin_inset Note Note
40010 status collapsed
40011
40012 \begin_layout Plain Layout
40013 colore la lettrine en magenta
40014 \end_layout
40015
40016 \end_inset
40017
40018
40019 \end_layout
40020
40021 \begin_layout Initial
40022 \begin_inset Argument 1
40023 status open
40024
40025 \begin_layout Plain Layout
40026 lines=3, lhang=0.33, loversize=0.25
40027 \end_layout
40028
40029 \end_inset
40030
40031
40032 \begin_inset Argument 2
40033 status open
40034
40035 \begin_layout Plain Layout
40036 \begin_inset Formula $\mathcal{I}$
40037 \end_inset
40038
40039
40040 \end_layout
40041
40042 \end_inset
40043
40044
40045 \begin_inset Argument 3
40046 status open
40047
40048 \begin_layout Plain Layout
40049
40050 \lang english
40051 t was in the spring
40052 \end_layout
40053
40054 \end_inset
40055
40056
40057 \lang english
40058  of the year 1894 that all London was interested, and the fashionable world
40059  dismayed, by the murder of the Honourable Ronald Adair under most unusual
40060  and inexplicable circumstances.
40061  The public has already learned those particulars of the crime which came
40062  out in the police investigation, but a good deal was suppressed upon that
40063  occasion, since the case for the prosecution was so overwhelmingly strong
40064  that it was not necessary to bring forward all the facts.
40065 \end_layout
40066
40067 \end_deeper
40068 \begin_layout Standard
40069 \begin_inset ERT
40070 status collapsed
40071
40072 \begin_layout Plain Layout
40073
40074
40075 \backslash
40076 else
40077 \end_layout
40078
40079 \end_inset
40080
40081
40082 \begin_inset Note Note
40083 status open
40084
40085 \begin_layout Plain Layout
40086 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
40087  
40088 \series bold
40089 lettrine
40090 \series default
40091  n'est pas installé :
40092 \end_layout
40093
40094 \end_inset
40095
40096
40097 \end_layout
40098
40099 \begin_layout Standard
40100 Vous devez installer le paquetage \SpecialChar LaTeX
40101  
40102 \series bold
40103 lettrine
40104 \series default
40105  pour voir la suite de cette section dans la sortie imprimée.
40106 \end_layout
40107
40108 \begin_layout Standard
40109 \begin_inset ERT
40110 status collapsed
40111
40112 \begin_layout Plain Layout
40113
40114
40115 \backslash
40116 fi
40117 \end_layout
40118
40119 \end_inset
40120
40121
40122 \end_layout
40123
40124 \begin_layout Chapter
40125 Trucs externes
40126 \begin_inset Index idx
40127 status collapsed
40128
40129 \begin_layout Plain Layout
40130 Trucs externes
40131 \end_layout
40132
40133 \end_inset
40134
40135
40136 \end_layout
40137
40138 \begin_layout Standard
40139 Avec le menu 
40140 \family sans
40141 Insertion\SpecialChar menuseparator
40142 Fichier
40143 \family default
40144  vous pouvez insérer un contenu externe à votre document.
40145  Ce contenu peut être :
40146 \end_layout
40147
40148 \begin_layout Description
40149 Document
40150 \begin_inset space ~
40151 \end_inset
40152
40153 \SpecialChar LyX
40154  Un autre document \SpecialChar LyX
40155  ; son contenu est directement inséré dans votre document.
40156 \end_layout
40157
40158 \begin_layout Description
40159 Texte
40160 \begin_inset space ~
40161 \end_inset
40162
40163 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
40164 e.
40165 \end_layout
40166
40167 \begin_layout Description
40168 Texte
40169 \begin_inset space ~
40170 \end_inset
40171
40172 Brut
40173 \begin_inset space ~
40174 \end_inset
40175
40176 par
40177 \begin_inset space ~
40178 \end_inset
40179
40180 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
40181  Les lignes vides créent un nouveau paragraphe dans votre document.
40182 \end_layout
40183
40184 \begin_layout Description
40185 Objet
40186 \begin_inset space ~
40187 \end_inset
40188
40189 Externe Fichiers de formats variés.
40190 \end_layout
40191
40192 \begin_layout Description
40193 Sous-document Documents \SpecialChar LyX
40194  ou \SpecialChar LaTeX
40195 .
40196 \end_layout
40197
40198 \begin_layout Section
40199 Objets externes 
40200 \begin_inset Index idx
40201 status collapsed
40202
40203 \begin_layout Plain Layout
40204 Trucs externes ! Objets Externes
40205 \end_layout
40206
40207 \end_inset
40208
40209
40210 \end_layout
40211
40212 \begin_layout Standard
40213 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
40214  de fichiers dans votre document sans avoir à convertir ces derniers en
40215  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
40216
40217  qui va s'occuper des conversions.
40218  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
40219  \SpecialChar LyX
40220  des images dans des formats divers.
40221  Quand vous avez activé 
40222 \family sans
40223 Aperçu
40224 \begin_inset space ~
40225 \end_inset
40226
40227 sur
40228 \begin_inset space ~
40229 \end_inset
40230
40231 le
40232 \begin_inset space ~
40233 \end_inset
40234
40235 vif
40236 \family default
40237  dans le menu des préférences de \SpecialChar LyX
40238 , dans la rubrique 
40239 \family sans
40240 Apparence\SpecialChar menuseparator
40241 Graphiques
40242 \family default
40243 , les objets externes de type Dia et Xfig sont affichés directement dans
40244  \SpecialChar LyX
40245 .
40246 \end_layout
40247
40248 \begin_layout Standard
40249 On insère des objets externes en utilisant la fenêtre de dialogue 
40250 \family sans
40251 Objet
40252 \begin_inset space ~
40253 \end_inset
40254
40255 Externe
40256 \family default
40257  qui est accessible via le menu 
40258 \family sans
40259 Insertion\SpecialChar menuseparator
40260 Fichiers\SpecialChar menuseparator
40261 Objet
40262 \begin_inset space ~
40263 \end_inset
40264
40265 Externe
40266 \family default
40267 .
40268  Actuellement les types de fichiers (
40269 \family sans
40270 Modèles
40271 \family default
40272 ) suivants sont autorisés :
40273 \end_layout
40274
40275 \begin_layout Description
40276 Diagramme
40277 \begin_inset space ~
40278 \end_inset
40279
40280 Dia accepte les diagrammes créés avec le programme 
40281 \series bold
40282
40283 \begin_inset CommandInset href
40284 LatexCommand href
40285 name "Dia"
40286 target "https://fr.wikipedia.org/wiki/Dia_(logiciel)"
40287 literal "false"
40288
40289 \end_inset
40290
40291
40292 \series default
40293 .
40294 \end_layout
40295
40296 \begin_layout Description
40297 Échiquier accepte les diagrammes de positions d'échec produits par le programme
40298  
40299 \series bold
40300
40301 \begin_inset CommandInset href
40302 LatexCommand href
40303 name "XBoard"
40304 target "https://fr.wikipedia.org/wiki/XBoard"
40305 literal "false"
40306
40307 \end_inset
40308
40309
40310 \series default
40311 .
40312 \end_layout
40313
40314 \begin_layout Description
40315 Figure
40316 \begin_inset space ~
40317 \end_inset
40318
40319 Inkscape supporte les images graphiques vectorielles SVG contenant du texte
40320  écrit en \SpecialChar LaTeX
40321 .
40322  Il repose sur une fonctionnalité du programme 
40323 \series bold
40324
40325 \begin_inset CommandInset href
40326 LatexCommand href
40327 name "Inkscape"
40328 target "https://inkscape.org/fr"
40329 literal "false"
40330
40331 \end_inset
40332
40333
40334 \series default
40335  qui crée un fichier PDF ou EPS et un fichier \SpecialChar LaTeX
40336  particulier à partir d'un
40337  fichier SVG donné (depuis 
40338 \noun on
40339 Inkscape
40340 \noun default
40341 , la fonctionnalité est disponible via l'option 
40342 \family sans
40343 Exclure le texte du fichier PDF et créer un fichier LaTeX 
40344 \family default
40345 lorsqu'on enregistre un dessin en tant que PDF ou EPS).
40346  L'avantage de ces fichiers est d'assurer l'uniformité du style dans le
40347  document, et il est possible de saisir du code \SpecialChar TeX
40348  dans le texte du SVG.
40349 \begin_inset Newline newline
40350 \end_inset
40351
40352 Le modèle lit les fichiers SVG et utilise un convertisseur pour engendrer
40353  les fichiers PDF/EPS et \SpecialChar LaTeX
40354  (via
40355 \noun on
40356  
40357 \noun default
40358 Inkscape
40359 \noun on
40360 )
40361 \noun default
40362  à la volée, vous n'avez donc pas à exporter ces fichiers vous-mêmes.
40363  Si vous préférez cette dernière solution, et voulez utiliser les fichiers
40364  donnés 
40365 \family typewriter
40366 *.pdf
40367 \family default
40368  et 
40369 \family typewriter
40370 *.pdf_tex
40371 \family default
40372  ou 
40373 \family typewriter
40374 *.eps
40375 \family default
40376  et 
40377 \family typewriter
40378 *.eps_tex
40379 \family default
40380  à la place, saisissez simplement le nom des fichiers 
40381 \family typewriter
40382 *.pdf_tex
40383 \family default
40384  ou 
40385 \family typewriter
40386 *.eps_tex 
40387 \family default
40388 via le menu 
40389 \family sans
40390 Insertion\SpecialChar menuseparator
40391 Fichier\SpecialChar menuseparator
40392 Sous-document
40393 \family default
40394  (voir sec.
40395 \begin_inset space ~
40396 \end_inset
40397
40398
40399 \begin_inset CommandInset ref
40400 LatexCommand ref
40401 reference "sec:Sous-documents"
40402 plural "false"
40403 caps "false"
40404 noprefix "false"
40405
40406 \end_inset
40407
40408 ) plutôt que d'utiliser ce modèle.
40409 \begin_inset Newline newline
40410 \end_inset
40411
40412 Il est possible d'utiliser les commandes du code TeX comme 
40413 \series bold
40414
40415 \backslash
40416 Large
40417 \series default
40418
40419 \series bold
40420
40421 \backslash
40422 small
40423 \series default
40424 , etc.dans le texte du SVG.
40425  La taille de la police sera celle des paramètres du document \SpecialChar LyX
40426 .
40427  Voir
40428 \begin_inset space ~
40429 \end_inset
40430
40431
40432 \begin_inset CommandInset citation
40433 LatexCommand cite
40434 key "Inkscape"
40435 literal "false"
40436
40437 \end_inset
40438
40439  pour plus d'information et des exemples.
40440 \begin_inset Newline newline
40441 \end_inset
40442
40443
40444 \end_layout
40445
40446 \begin_layout Description
40447 Figure
40448 \begin_inset space ~
40449 \end_inset
40450
40451 Xfig accepte les images créées avec le programme 
40452 \begin_inset CommandInset href
40453 LatexCommand href
40454 name "Xfig"
40455 target "https://fr.wikipedia.org/wiki/Xfig"
40456 literal "false"
40457
40458 \end_inset
40459
40460 .
40461 \end_layout
40462
40463 \begin_layout Description
40464 Graphiques
40465 \begin_inset space ~
40466 \end_inset
40467
40468 vectoriels peut être utilisé pour les graphiques
40469 \begin_inset space ~
40470 \end_inset
40471
40472 vectoriels.
40473  Les graphiques peuvent être traitées dans la fenêtre de dialogue 
40474 \family sans
40475 Objet
40476 \begin_inset space ~
40477 \end_inset
40478
40479 Externe
40480 \family default
40481  comme les images qui sont habituellement incorporées en utilisant le menu
40482  
40483 \family sans
40484 Insertion\SpecialChar menuseparator
40485 Graphique
40486 \family default
40487 , comme c'est décrit dans la section
40488 \begin_inset space ~
40489 \end_inset
40490
40491
40492 \begin_inset CommandInset ref
40493 LatexCommand ref
40494 reference "sec:Graphics-Dialog"
40495
40496 \end_inset
40497
40498 .
40499  Voici un graphique vectoriel inséré en tant qu'objet externe: 
40500 \begin_inset External
40501         template VectorGraphics
40502         filename ../clipart/SVG-Drawing.svg
40503         lyxscale 50
40504         scale 33
40505
40506 \end_inset
40507
40508
40509 \end_layout
40510
40511 \begin_layout Description
40512 Image
40513 \begin_inset space ~
40514 \end_inset
40515
40516 tramée peut être utilisé pour les images matricielles (bitmap).
40517  Les images peuvent être traitées dans la fenêtre de dialogue 
40518 \family sans
40519 Objet
40520 \begin_inset space ~
40521 \end_inset
40522
40523 Externe
40524 \family default
40525  comme les images qui sont habituellement incorporées en utilisant le menu
40526  
40527 \family sans
40528 Insertion\SpecialChar menuseparator
40529 Graphique
40530 \family default
40531 , comme c'est décrit dans la section
40532 \begin_inset space ~
40533 \end_inset
40534
40535
40536 \begin_inset CommandInset ref
40537 LatexCommand ref
40538 reference "sec:Graphics-Dialog"
40539
40540 \end_inset
40541
40542 .
40543  Voici un exemple d'insertion d'image matricielle
40544 \begin_inset space ~
40545 \end_inset
40546
40547
40548 \begin_inset External
40549         template RasterImage
40550         filename ../clipart/ToolbarEnvBox.png
40551
40552 \end_inset
40553
40554
40555 \end_layout
40556
40557 \begin_layout Description
40558 Musique
40559 \begin_inset space ~
40560 \end_inset
40561
40562 mise
40563 \begin_inset space ~
40564 \end_inset
40565
40566 en
40567 \begin_inset space ~
40568 \end_inset
40569
40570 forme
40571 \begin_inset space ~
40572 \end_inset
40573
40574 avec
40575 \begin_inset space ~
40576 \end_inset
40577
40578 Lilypond est utilisé avec des partitions musicales mises en forme par le
40579  programme 
40580 \series bold
40581
40582 \begin_inset CommandInset href
40583 LatexCommand href
40584 name "LilyPond"
40585 target "https://fr.wikipedia.org/wiki/GNU_LilyPond"
40586 literal "false"
40587
40588 \end_inset
40589
40590
40591 \series default
40592 .
40593  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
40594  au fichier \SpecialChar LyX
40595  d'exemple 
40596 \emph on
40597 lilypond.lyx
40598 \emph default
40599 .
40600 \end_layout
40601
40602 \begin_layout Description
40603 Pages
40604 \begin_inset space ~
40605 \end_inset
40606
40607 PDF permet d'insérer des documents en PDF dans votre document.
40608  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
40609  
40610 \emph on
40611 pages
40612 \emph default
40613  dans le champ 
40614 \family sans
40615 Option
40616 \family default
40617  dans l'onglet 
40618 \family sans
40619 Options \SpecialChar LaTeX
40620  et \SpecialChar LyX
40621
40622 \family default
40623 .
40624  L'argument de cette option est une liste d'éléments séparés par des virgules,
40625  contenant des numéros de pages (
40626 \begin_inset space ~
40627 \end_inset
40628
40629 insérez comme option 
40630 \series bold
40631 pages={3,5,6,8}
40632 \series default
40633
40634 \begin_inset space ~
40635 \end_inset
40636
40637 ), des plages de numéros de pages (
40638 \series bold
40639
40640 \begin_inset space ~
40641 \end_inset
40642
40643 pages={4-9}
40644 \series default
40645
40646 \begin_inset space ~
40647 \end_inset
40648
40649 ) ou n'importe quelle combinaison des deux.
40650  Pour insérer des pages vides, utilisez 
40651 \series bold
40652 {}
40653 \series default
40654 .
40655  Par exemple 
40656 \begin_inset space ~
40657 \end_inset
40658
40659
40660 \series bold
40661 pages={3,{},8-11,15}
40662 \series default
40663  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
40664  15.
40665  Les plages de pages sont décrites avec la syntaxe 
40666 \emph on
40667 début-fin
40668 \emph default
40669  qui sélectionne toutes les pages de 
40670 \emph on
40671 début
40672 \emph default
40673  jusqu'à 
40674 \emph on
40675 fin
40676 \emph default
40677 .
40678  Si on omet 
40679 \emph on
40680 début
40681 \emph default
40682 , on commence implicitement à la première page ; de même, omettre 
40683 \emph on
40684 fin
40685 \emph default
40686  termine implicitement à la dernière page du document.
40687  La dernière page du document peut aussi être désignée par le mot-clé 
40688 \series bold
40689 last
40690 \series default
40691  (
40692 \begin_inset space ~
40693 \end_inset
40694
40695 ce dernier n'est accepté que pour une plage de pages
40696 \begin_inset space ~
40697 \end_inset
40698
40699 ).
40700  Donc 
40701 \series bold
40702 pages=-
40703 \series default
40704  va insérer toutes les pages du document et 
40705 \series bold
40706 pages=last-1
40707 \series default
40708  va insérer toutes les pages dans l'ordre inverse.
40709  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
40710 \begin_inset Newline newline
40711 \end_inset
40712
40713 L'option 
40714 \series bold
40715 noautoscale
40716 \series default
40717  insère les pages avec leur taille d'origine, si cette option n'est pas
40718  donnée, les pages seront redimensionnées
40719 \begin_inset space \space{}
40720 \end_inset
40721
40722 pour tenir dans la largeur de page de votre document.
40723  Dans l'onglet 
40724 \family sans
40725 Taille
40726 \begin_inset space ~
40727 \end_inset
40728
40729 et
40730 \begin_inset space ~
40731 \end_inset
40732
40733 rotation
40734 \family default
40735  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
40736  qu'une éventuelle rotation.
40737  Si vous utilisez une autre largeur que 100
40738 \begin_inset space \thinspace{}
40739 \end_inset
40740
40741 Échelle%, l'option 
40742 \series bold
40743 noautoscale
40744 \series default
40745  sera neutralisée.
40746  Pour plus d'information sur les options possibles, jetez un œil sur la
40747  documentation du paquetage \SpecialChar LaTeX
40748  
40749 \series bold
40750 pdfpages
40751 \series default
40752  
40753 \begin_inset CommandInset citation
40754 LatexCommand cite
40755 key "pdfpages"
40756 literal "true"
40757
40758 \end_inset
40759
40760 .
40761 \begin_inset Index idx
40762 status collapsed
40763
40764 \begin_layout Plain Layout
40765 Paquetages \SpecialChar LaTeX
40766  ! pdfpages
40767 \end_layout
40768
40769 \end_inset
40770
40771
40772 \begin_inset Newline newline
40773 \end_inset
40774
40775 Pour utiliser ce modèle dans une présentation 
40776 \family sans
40777 Beamer
40778 \family default
40779  vous devez d'abord insérer un environnement 
40780 \family sans
40781 FinCadre
40782 \family default
40783  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
40784  contenant la commande
40785  
40786 \series bold
40787
40788 \backslash
40789 setbeamertemplate{background canvas}{}
40790 \series default
40791 .
40792  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
40793  que vous voulez.
40794  Après les pages PDF incorporées, vous pouvez reprendre la présentation
40795  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
40796  section.
40797  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
40798  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
40799  le modèle.
40800 \begin_inset Newline newline
40801 \end_inset
40802
40803 Voici un PDF incorporé basculé de -5°
40804 \begin_inset space ~
40805 \end_inset
40806
40807 °: 
40808 \begin_inset External
40809         template PDFPages
40810         filename ../clipart/Abstract.pdf
40811         extra LaTeX "noautoscale, pages=-"
40812         rotateAngle -5
40813         rotateOrigin bottomleft
40814
40815 \end_inset
40816
40817
40818 \end_layout
40819
40820 \begin_layout Description
40821 Tableur permet d'insérer des feuilles de calcul ou des tableaux dans le
40822  format de 
40823 \series bold
40824
40825 \begin_inset CommandInset href
40826 LatexCommand href
40827 name "Gnumeric"
40828 target "https://fr.wikipedia.org/wiki/Gnumeric"
40829 literal "false"
40830
40831 \end_inset
40832
40833
40834 \series default
40835
40836 \begin_inset CommandInset href
40837 LatexCommand href
40838 name "OpenDocument"
40839 target "https://fr.wikipedia.org/wiki/OpenDocument"
40840 literal "false"
40841
40842 \end_inset
40843
40844
40845 \begin_inset CommandInset href
40846 LatexCommand href
40847 name "Microsoft Office XML"
40848 target "https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40849 literal "false"
40850
40851 \end_inset
40852
40853  et 
40854 \begin_inset CommandInset href
40855 LatexCommand href
40856 name "Office Open XML"
40857 target "https://fr.wikipedia.org/wiki/Office_Open_XML"
40858 literal "false"
40859
40860 \end_inset
40861
40862 .
40863  Pour cette fonction, \SpecialChar LyX
40864  doit pouvoir trouver le programme 
40865 \family typewriter
40866 ssconvert
40867 \family default
40868  au cours de sa configuration.
40869  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
40870  même si vous n'avez pas de tableaux au format gnumeric.
40871  Pour des exemples et les limitations possibles, jetez un œil au fichier
40872  \SpecialChar LyX
40873  d'exemple, 
40874 \emph on
40875 spreadsheet.lyx
40876 \emph default
40877 .
40878 \end_layout
40879
40880 \begin_layout Standard
40881 Quand vous activez l'option 
40882 \family sans
40883 Brouillon
40884 \family default
40885  de l'onglet 
40886 \family sans
40887 Fichier
40888 \family default
40889  de la fenêtre de dialogue 
40890 \family sans
40891 Objet
40892 \begin_inset space ~
40893 \end_inset
40894
40895 Externe
40896 \family default
40897 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40898 \begin_inset Newline newline
40899 \end_inset
40900
40901 Les objets externes apparaissent dans \SpecialChar LyX
40902 , soit comme une boîte comme celle-ci
40903  : 
40904 \begin_inset Graphics
40905         filename ../clipart/ExternalMaterial.png
40906         scale 95
40907         scaleBeforeRotation
40908
40909 \end_inset
40910
40911  soit comme une image, selon que vous avez ou non activé l'option 
40912 \family sans
40913 Afficher
40914 \begin_inset space ~
40915 \end_inset
40916
40917 dans
40918 \begin_inset space ~
40919 \end_inset
40920
40921 \SpecialChar LyX
40922
40923 \family default
40924  de l'onglet 
40925 \family sans
40926 Options LaTeX et LyX
40927 \family default
40928  de la fenêtre de dialogue.
40929 \end_layout
40930
40931 \begin_layout Standard
40932 Le manuel 
40933 \family sans
40934 \emph on
40935 Personnalisation
40936 \family default
40937 \emph default
40938  explique comment vous pouvez créer vos propres modèles.
40939 \end_layout
40940
40941 \begin_layout Section
40942 Sous-documents
40943 \begin_inset CommandInset label
40944 LatexCommand label
40945 name "sec:Sous-documents"
40946
40947 \end_inset
40948
40949
40950 \begin_inset Index idx
40951 status collapsed
40952
40953 \begin_layout Plain Layout
40954 Trucs externes ! Sous-documents
40955 \end_layout
40956
40957 \end_inset
40958
40959
40960 \begin_inset Index idx
40961 status collapsed
40962
40963 \begin_layout Plain Layout
40964 Fichiers ! Insertion
40965 \end_layout
40966
40967 \end_inset
40968
40969
40970 \end_layout
40971
40972 \begin_layout Standard
40973 Les sous-documents sont utilisés quand on a un document très long qui peut
40974  être décomposé en plusieurs parties ou sections plus petites.
40975  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40976  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40977  Les différents documents sont ce que l'on appelle les sous-documents et
40978  un document maître les relie pour imprimer le document complet ou seulement
40979  une partie de celui-ci.
40980  Un sous-document hérite du contenu de son maître, par exemple le préambule
40981  \SpecialChar LaTeX
40982 , la bibliographie, et les étiquettes pour les références croisées.
40983 \end_layout
40984
40985 \begin_layout Standard
40986 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40987  maître, précisez dans le sous-document le document maître dans le menu
40988  
40989 \family sans
40990 Document\SpecialChar menuseparator
40991 Paramètres\SpecialChar menuseparator
40992 Classe de document
40993 \family default
40994 .
40995  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
40996  à chaque
40997  fois que vous modifierez le sous-document.
40998 \end_layout
40999
41000 \begin_layout Standard
41001 Les documents inclus sont visualisés dans \SpecialChar LyX
41002  sous la forme d'une boîte comme
41003  celle-ci : 
41004 \begin_inset Graphics
41005         filename clipart/SousDocument.png
41006         scale 95
41007         scaleBeforeRotation
41008
41009 \end_inset
41010
41011  Pour inclure des sous-documents dans un document maître , on utilise le
41012  menu 
41013 \family sans
41014 Insertion\SpecialChar menuseparator
41015 Fichier\SpecialChar menuseparator
41016 Sous-document
41017 \family default
41018 .
41019  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
41020  des quatre méthodes d'inclusion :
41021 \end_layout
41022
41023 \begin_layout Description
41024 Inclus
41025 \begin_inset space ~
41026 \end_inset
41027
41028 (include) Vous pouvez inclure des documents \SpecialChar LyX
41029  et \SpecialChar LaTeX
41030 .
41031  Quand vous cliquez sur le bouton 
41032 \family sans
41033 Modifier
41034 \family default
41035  dans la fenêtre de dialogue 
41036 \family sans
41037 Sous-document
41038 \family default
41039 , le document inclus est ouvert dans \SpecialChar LyX
41040  dans un nouvel onglet pour que vous
41041  puissiez le modifier.
41042 \begin_inset Newline newline
41043 \end_inset
41044
41045
41046 \end_layout
41047
41048 \begin_layout Standard
41049 Voici un sous-document inséré avec la méthode 
41050 \family sans
41051 Inclus
41052 \family default
41053  : 
41054 \begin_inset CommandInset include
41055 LatexCommand include
41056 filename "DocumentBidon1.lyx"
41057
41058 \end_inset
41059
41060
41061 \end_layout
41062
41063 \begin_layout Standard
41064 La numérotation des sections va prendre en compte les sections des fichiers
41065  incorporés dans l'ordre où ils sont insérés dans le document maître.
41066  Le document qui est inclus comme exemple possède une sous-section qui sera
41067  numérotée comme sous-section de la section actuelle.
41068  Les étiquettes présentes dans le fichier inclus peuvent être référencées
41069  : la sous-section
41070 \begin_inset space ~
41071 \end_inset
41072
41073
41074 \begin_inset CommandInset ref
41075 LatexCommand ref
41076 reference "subsec:Sous-section-externe-1"
41077
41078 \end_inset
41079
41080  est dans le fichier inclus.
41081 \end_layout
41082
41083 \begin_layout Standard
41084 Le préambule du sous-document est tout simplement ignoré, seul le préambule
41085  du document maître est utilisé.
41086  Les branches présentes dans le sous-document seront ignorées par le document
41087  maître si celui-ci ne possède pas une branche avec le même nom.
41088  Les documents inclus sont insérés en commençant une nouvelle page et sont
41089  suivis par un saut de page.
41090 \end_layout
41091
41092 \begin_layout Standard
41093 \begin_inset Note Greyedout
41094 status open
41095
41096 \begin_layout Plain Layout
41097
41098 \series bold
41099 Note:
41100 \series default
41101  Quand vous avez inclus un fichier \SpecialChar LyX
41102  ou \SpecialChar LaTeX
41103 , et que ce dernier utilise une classe
41104  de document différente de celle du document maître, vous recevez un avertisseme
41105 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
41106  produire des résultats inattendus sur la sortie imprimée.
41107 \end_layout
41108
41109 \end_inset
41110
41111
41112 \end_layout
41113
41114 \begin_layout Description
41115 Incorporé
41116 \begin_inset space ~
41117 \end_inset
41118
41119 (input) Cette méthode est très semblable à la méthode Inclus, les différences
41120  sont :
41121 \end_layout
41122
41123 \begin_deeper
41124 \begin_layout Itemize
41125 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
41126  par un saut de page.
41127 \end_layout
41128
41129 \begin_layout Itemize
41130 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
41131  quand l'option
41132  
41133 \family sans
41134 Aperçu
41135 \begin_inset space ~
41136 \end_inset
41137
41138 sur
41139 \begin_inset space ~
41140 \end_inset
41141
41142 le
41143 \begin_inset space ~
41144 \end_inset
41145
41146 vif
41147 \family default
41148  est activée dans les préférences dans la rubrique 
41149 \family sans
41150 Apparence\SpecialChar menuseparator
41151 Graphique
41152 \family default
41153 .
41154 \end_layout
41155
41156 \begin_layout Itemize
41157 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
41158 \family sans
41159 Document\SpecialChar menuseparator
41160 Paramètres\SpecialChar menuseparator
41161 Sous-documents
41162 \family default
41163 .
41164 \end_layout
41165
41166 \end_deeper
41167 \begin_layout Standard
41168 Voici un sous document inséré en utilisant la méthode 
41169 \family sans
41170 Incorporé
41171 \family default
41172  : 
41173 \begin_inset CommandInset include
41174 LatexCommand input
41175 preview true
41176 filename "DocumentBidon2.lyx"
41177
41178 \end_inset
41179
41180
41181 \end_layout
41182
41183 \begin_layout Standard
41184 Voici un sous-document
41185 \emph on
41186 input
41187 \emph default
41188  comme \SpecialChar LaTeX
41189  source:
41190 \end_layout
41191
41192 \begin_layout Quote
41193 \begin_inset CommandInset include
41194 LatexCommand input
41195 filename "DocumentTexteBidon.txt"
41196
41197 \end_inset
41198
41199
41200 \end_layout
41201
41202 \begin_layout Description
41203 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
41204  Si c'est un fichier \SpecialChar LyX
41205  ou \SpecialChar LaTeX
41206 , le contenu sera affiché dans la sortie sous forme
41207  de code source et aucune des commandes éventuellement présentes ne sera
41208  exécutée.
41209  Vous pouvez utiliser l'option 
41210 \family sans
41211 Marquer
41212 \begin_inset space ~
41213 \end_inset
41214
41215 les
41216 \begin_inset space ~
41217 \end_inset
41218
41219 espaces
41220 \family default
41221  qui matérialise chaque espace présente dans le code source par un caractère
41222  
41223 \begin_inset Quotes cld
41224 \end_inset
41225
41226
41227 \begin_inset ERT
41228 status collapsed
41229
41230 \begin_layout Plain Layout
41231
41232
41233 \backslash
41234 textvisiblespace 
41235 \end_layout
41236
41237 \end_inset
41238
41239
41240 \begin_inset Quotes crd
41241 \end_inset
41242
41243  .
41244  La différence avec la méthode qui consiste à utiliser le menu 
41245 \family sans
41246 Insertion\SpecialChar menuseparator
41247 Fichier\SpecialChar menuseparator
41248 Texte
41249 \begin_inset space ~
41250 \end_inset
41251
41252 brut
41253 \family default
41254  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
41255 .
41256 \end_layout
41257
41258 \begin_layout Standard
41259 Voici un sous-document inclus en utilisant la méthode 
41260 \family sans
41261 verbatim
41262 \family default
41263  : 
41264 \begin_inset CommandInset include
41265 LatexCommand verbatiminput
41266 filename "DocumentTexteBidon.txt"
41267
41268 \end_inset
41269
41270
41271 \begin_inset VSpace bigskip
41272 \end_inset
41273
41274 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
41275  l'option 
41276 \family sans
41277 Marquer
41278 \begin_inset space ~
41279 \end_inset
41280
41281 les
41282 \begin_inset space ~
41283 \end_inset
41284
41285 espaces :
41286 \family default
41287  
41288 \begin_inset CommandInset include
41289 LatexCommand verbatiminput*
41290 filename "DocumentTexteBidon.txt"
41291
41292 \end_inset
41293
41294
41295 \end_layout
41296
41297 \begin_layout Standard
41298 \begin_inset VSpace bigskip
41299 \end_inset
41300
41301
41302 \end_layout
41303
41304 \begin_layout Standard
41305 \begin_inset Note Greyedout
41306 status open
41307
41308 \begin_layout Plain Layout
41309
41310 \series bold
41311 Note:
41312 \series default
41313  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
41314  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
41315 \end_layout
41316
41317 \end_inset
41318
41319
41320 \end_layout
41321
41322 \begin_layout Description
41323 Listings Ce type d'inclusion est décrit dans le chapitre
41324 \begin_inset space ~
41325 \end_inset
41326
41327
41328 \begin_inset CommandInset ref
41329 LatexCommand ref
41330 reference "cha:Program-Code-Listings"
41331
41332 \end_inset
41333
41334 .
41335 \end_layout
41336
41337 \begin_layout Standard
41338 \begin_inset Note Greyedout
41339 status open
41340
41341 \begin_layout Plain Layout
41342
41343 \series bold
41344 Note:
41345 \series default
41346  Inclure le même document deux fois dans un même document peut poser des
41347  problèmes avec \SpecialChar LaTeX
41348 .
41349 \end_layout
41350
41351 \end_inset
41352
41353
41354 \end_layout
41355
41356 \begin_layout Standard
41357 Si vous ne voulez visualiser ou exporter que certains des sous-documents
41358  de votre document maître, que ce soit pour diminuer les temps de compilation
41359  ou parce que vous voulez distribuer des chapitres isolés d'un livre que
41360  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
41361  la sortie en utilisant le menu 
41362 \family sans
41363 Document\SpecialChar menuseparator
41364 Paramètres\SpecialChar menuseparator
41365 Sous-documents
41366 \family default
41367 .
41368  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
41369  sur la ligne correspondant dans la colonne 
41370 \family sans
41371 Inclus dans le résultat
41372 \family default
41373  de la liste (
41374 \begin_inset space ~
41375 \end_inset
41376
41377 notez que cela ne fonctionne que pour les documents inclus avec la méthode
41378  
41379 \begin_inset Quotes cld
41380 \end_inset
41381
41382 inclus
41383 \begin_inset Quotes crd
41384 \end_inset
41385
41386  et pas la méthode 
41387 \begin_inset Quotes cld
41388 \end_inset
41389
41390 incorporé
41391 \begin_inset Quotes crd
41392 \end_inset
41393
41394
41395 \begin_inset space ~
41396 \end_inset
41397
41398 ).
41399  Si on active l'option 
41400 \family sans
41401 Assurer la cohérence des compteurs et des références
41402 \family default
41403 , \SpecialChar LyX
41404  va s'assurer que tous les numéros de pages, références etc...
41405  sont corrects comme si tous le document avait été traité.
41406  C'est utile si vous voulez que les sous-documents choisis aient exactement
41407  le même aspect que s'il étaient dans le document complet.
41408  Pour réaliser cette condition, il faut que \SpecialChar LyX
41409  traite de façon silencieuse
41410  la totalité du document.
41411  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
41412  les compteurs et autres références n'ont pas à être à tout prix valides,
41413  vous devez impérativement désactiver cette option.
41414  
41415 \end_layout
41416
41417 \begin_layout Standard
41418 Une autre solution consiste à inclure chaque fichier dans une branche
41419 \begin_inset Foot
41420 status collapsed
41421
41422 \begin_layout Plain Layout
41423 Les branches sont décrites dans la section 
41424 \emph on
41425 Branches
41426 \emph default
41427  du 
41428 \emph on
41429 Guide de l'utilisateur
41430 \emph default
41431  de \SpecialChar LyX
41432 .
41433 \end_layout
41434
41435 \end_inset
41436
41437 .
41438  En activant ou désactivant une branche, vous pouvez décider les fichiers
41439  inclus qui doivent apparaître dans la sortie imprimée.
41440  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
41441  
41442 \begin_inset Quotes cld
41443 \end_inset
41444
41445 incorporés
41446 \begin_inset Quotes crd
41447 \end_inset
41448
41449 .
41450  Le défaut est que les compteurs et autres références ne sont pas conservés
41451  avec cette approche.
41452 \end_layout
41453
41454 \begin_layout Chapter
41455 Listings de code source
41456 \begin_inset CommandInset label
41457 LatexCommand label
41458 name "cha:Program-Code-Listings"
41459
41460 \end_inset
41461
41462
41463 \begin_inset Index idx
41464 status collapsed
41465
41466 \begin_layout Plain Layout
41467 Listings
41468 \end_layout
41469
41470 \end_inset
41471
41472
41473 \begin_inset Index idx
41474 status collapsed
41475
41476 \begin_layout Plain Layout
41477 Code Source
41478 \end_layout
41479
41480 \end_inset
41481
41482
41483 \begin_inset Index idx
41484 status collapsed
41485
41486 \begin_layout Plain Layout
41487 Flottants ! Listings
41488 \end_layout
41489
41490 \end_inset
41491
41492
41493 \end_layout
41494
41495 \begin_layout Standard
41496 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
41497  un insert 
41498 \family sans
41499 Listings
41500 \family default
41501  qui peut être créé grâce au menu 
41502 \family sans
41503 Insertion
41504 \family default
41505 \SpecialChar menuseparator
41506
41507 \family sans
41508 Listing
41509 \begin_inset space ~
41510 \end_inset
41511
41512 de
41513 \begin_inset space ~
41514 \end_inset
41515
41516 Code
41517 \begin_inset space ~
41518 \end_inset
41519
41520 Source
41521 \family default
41522 .
41523  Les paquetages \SpecialChar LaTeX
41524  
41525 \series bold
41526 listings
41527 \series default
41528
41529 \begin_inset Index idx
41530 status collapsed
41531
41532 \begin_layout Plain Layout
41533 Paquetages \SpecialChar LaTeX
41534  ! listings
41535 \end_layout
41536
41537 \end_inset
41538
41539  et 
41540 \series bold
41541 minted
41542 \series default
41543
41544 \begin_inset Index idx
41545 status collapsed
41546
41547 \begin_layout Plain Layout
41548 Paquetages \SpecialChar LaTeX
41549  ! minted
41550 \end_layout
41551
41552 \end_inset
41553
41554  fournit un moyen puissant et flexible d'insérer des listings de code source
41555  dans votre document.
41556  Il n'est possible d'utiliser que l'un de ces paquetages dans un document.
41557  
41558 \series bold
41559 listings
41560 \series default
41561  est l'alternative implicite.
41562 \end_layout
41563
41564 \begin_layout Standard
41565
41566 \lang english
41567 \begin_inset Note Note
41568 status open
41569
41570 \begin_layout Plain Layout
41571
41572 \series bold
41573 Nota:
41574 \series default
41575  LyX NE souhaite PAS encourager les utilisateurs dans l'utilisation de l'option
41576  
41577 \family typewriter
41578 -shell-escape
41579 \family default
41580  dans les définitions des convertisseurs.
41581  Cette option fonctionne, mais elle affecte gravement la sécurité.
41582  Une discussion active sur la liste de messagerie des développeurs (en anglais)
41583  traite de la manière de traiter ce problème.
41584  Une fois ce problème résolu, la présente note pourra être mise à jour.
41585 \end_layout
41586
41587 \begin_layout Plain Layout
41588 =====
41589 \end_layout
41590
41591 \begin_layout Plain Layout
41592 Pour utiliser
41593 \series bold
41594  minted
41595 \series default
41596 , vous devez sélectionner cette option en tant que paquetage d'accentuation
41597  de la syntaxe dans la page 
41598 \family sans
41599 Listings
41600 \family default
41601  des paramètres du document.
41602
41603 \series bold
41604  minted
41605 \series default
41606  nécessite en plus la présence du moduler 
41607 \family sans
41608 pygments
41609 \family default
41610  du logiciel 
41611 \noun on
41612 Python
41613 \noun default
41614
41615 \begin_inset Foot
41616 status collapsed
41617
41618 \begin_layout Plain Layout
41619 Avec \SpecialChar LyX
41620  pour Windows, 
41621 \family sans
41622 pygments
41623 \family default
41624  est installé.
41625 \end_layout
41626
41627 \end_inset
41628
41629  et l'option 
41630 \family typewriter
41631 -shell-escape
41632 \family default
41633  pour le processeur \SpecialChar LaTeX
41634 .
41635  Si par exemple vous souhaitez visionner ou afficher votre document en 
41636 \family sans
41637 PDF
41638 \begin_inset space ~
41639 \end_inset
41640
41641 (pdflatex)
41642 \family default
41643 , ouvrez dans les préférences \SpecialChar LyX
41644  la section 
41645 \family sans
41646 Gestion des fichiers\SpecialChar menuseparator
41647 Convertisseurs
41648 \family default
41649 .
41650  Allez alors à l'entrée
41651 \family sans
41652  LaTeX
41653 \begin_inset space ~
41654 \end_inset
41655
41656 (pdflatex) -> PDF
41657 \begin_inset space ~
41658 \end_inset
41659
41660 (pdflatex)
41661 \family default
41662 et examinez le champ 
41663 \family sans
41664 Convertisseur
41665 \family default
41666 .
41667  Vous voyez que le contenu implicite est
41668 \begin_inset Newline newline
41669 \end_inset
41670
41671
41672 \series bold
41673 pdflatex $$i
41674 \series default
41675
41676 \begin_inset Newline newline
41677 \end_inset
41678
41679 Remplacez-le par
41680 \begin_inset Newline newline
41681 \end_inset
41682
41683
41684 \series bold
41685 pdflatex $$i -shell-escape
41686 \begin_inset Newline newline
41687 \end_inset
41688
41689
41690 \series default
41691 et appuyez sur le bouton
41692 \family sans
41693  Modifier puis sur Appliquer
41694 \family default
41695  or 
41696 \family sans
41697 Enregistrer
41698 \family default
41699 .
41700  La même opération peut être effectuée pour le formats imprimables 
41701 \family sans
41702 PDF
41703 \begin_inset space ~
41704 \end_inset
41705
41706 (LuaTeX)
41707 \family default
41708  et 
41709 \family sans
41710 PDF
41711 \begin_inset space ~
41712 \end_inset
41713
41714 (XeTeX)
41715 \family default
41716 .
41717 \end_layout
41718
41719 \end_inset
41720
41721
41722 \end_layout
41723
41724 \begin_layout Standard
41725 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
41726  contextuel s'ouvre pour vous permettre de modifier le format du listing.
41727 \end_layout
41728
41729 \begin_layout Standard
41730 Implicitement, un listing commence un nouveau paragraphe dans la sortie
41731  imprimée.
41732  L'option d'emplacement 
41733 \family sans
41734 Listing
41735 \begin_inset space ~
41736 \end_inset
41737
41738 en
41739 \begin_inset space ~
41740 \end_inset
41741
41742 Ligne
41743 \family default
41744  imprime le listing dans la ligne comme ceci : 
41745 \begin_inset listings
41746 lstparams "language={C++}"
41747 inline true
41748 status open
41749
41750 \begin_layout Plain Layout
41751
41752 int a=5;
41753 \end_layout
41754
41755 \end_inset
41756
41757
41758 \begin_inset Newline newline
41759 \end_inset
41760
41761 L'option 
41762 \family sans
41763 Flottant
41764 \family default
41765  crée un flottant de listing pour lequel vous pouvez préciser les options
41766  classiques d'emplacement : 
41767 \begin_inset Quotes cld
41768 \end_inset
41769
41770
41771 \family sans
41772 h
41773 \family default
41774
41775 \begin_inset Quotes crd
41776 \end_inset
41777
41778
41779 \begin_inset Quotes cld
41780 \end_inset
41781
41782
41783 \family sans
41784 t
41785 \family default
41786
41787 \begin_inset Quotes crd
41788 \end_inset
41789
41790
41791 \begin_inset Quotes cld
41792 \end_inset
41793
41794
41795 \family sans
41796 b
41797 \family default
41798
41799 \begin_inset Quotes crd
41800 \end_inset
41801
41802 , et 
41803 \begin_inset Quotes cld
41804 \end_inset
41805
41806
41807 \family sans
41808 p
41809 \family default
41810
41811 \begin_inset Quotes crd
41812 \end_inset
41813
41814  correspondant aux emplacement décrits dans la section
41815 \begin_inset space ~
41816 \end_inset
41817
41818
41819 \begin_inset CommandInset ref
41820 LatexCommand ref
41821 reference "sec:Placement-flottants"
41822
41823 \end_inset
41824
41825 .
41826  Les options de positionnement peuvent être mélangées et doivent être saisies
41827  sans séparation, par exemple, on peut taper 
41828 \begin_inset Quotes cld
41829 \end_inset
41830
41831
41832 \family sans
41833 htbp
41834 \family default
41835
41836 \begin_inset Quotes crd
41837 \end_inset
41838
41839 .
41840  L'option 
41841 \begin_inset Quotes cld
41842 \end_inset
41843
41844 h
41845 \begin_inset Quotes crd
41846 \end_inset
41847
41848  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
41849  
41850 \family sans
41851 Flottant
41852 \family default
41853  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
41854  légende et être référencés.
41855 \end_layout
41856
41857 \begin_layout Standard
41858 Vous pouvez ajouter une légende à des listings 
41859 \lang english
41860 that are not inline
41861 \lang french
41862  avec le menu 
41863 \family sans
41864 Insertion\SpecialChar menuseparator
41865 Légende
41866 \family default
41867 .
41868  On peut référencer les listings de la même façon que les flottants :Voir
41869  le listing
41870 \begin_inset space ~
41871 \end_inset
41872
41873
41874 \begin_inset CommandInset ref
41875 LatexCommand ref
41876 reference "lst:Listing-exemple"
41877
41878 \end_inset
41879
41880 .
41881  Une liste des listings qui contient tous les listings légendés peut être
41882  créée par le menu 
41883 \family sans
41884 Insertion\SpecialChar menuseparator
41885 Listes
41886 \begin_inset space ~
41887 \end_inset
41888
41889 &
41890 \begin_inset space ~
41891 \end_inset
41892
41893 TdM\SpecialChar menuseparator
41894 Liste des listings
41895 \family default
41896 .
41897  Les éléments de la liste sont les légendes et le numéro de listing.
41898 \end_layout
41899
41900 \begin_layout Standard
41901 \begin_inset listings
41902 lstparams "language=Python"
41903 inline false
41904 status open
41905
41906 \begin_layout Plain Layout
41907
41908 \begin_inset Caption Standard
41909
41910 \begin_layout Plain Layout
41911 \begin_inset CommandInset label
41912 LatexCommand label
41913 name "lst:Listing-exemple"
41914
41915 \end_inset
41916
41917 Exemple de listing flottant
41918 \end_layout
41919
41920 \end_inset
41921
41922 # Exemple de listing flottant
41923 \end_layout
41924
41925 \begin_layout Plain Layout
41926
41927 def func(param):
41928 \end_layout
41929
41930 \begin_layout Plain Layout
41931
41932     'ceci est une fonction python'
41933 \end_layout
41934
41935 \begin_layout Plain Layout
41936
41937     pass
41938 \end_layout
41939
41940 \end_inset
41941
41942
41943 \end_layout
41944
41945 \begin_layout Standard
41946 \begin_inset Note Greyedout
41947 status open
41948
41949 \begin_layout Plain Layout
41950
41951 \series bold
41952 Nota: 
41953 \series default
41954 le paquetage 
41955 \series bold
41956 listings
41957 \series default
41958  place implicitement les légendes avant le listing.
41959 \begin_inset Newline newline
41960 \end_inset
41961
41962 Le paquetage 
41963 \series bold
41964 minted
41965 \series default
41966  les place après le listing s'il est dans un flottant.
41967  S'il n'est pas flottant, la légende sera placée avant le listing si elle
41968  est insérée en première ligne, sinon elle sera placée après le listing.
41969  Si vous souhaitez forcer le placement avant le listing dans tous les cas,
41970  vous devez ajouter les lignes qui suivent en dernier dans le préambule:
41971 \begin_inset Newline newline
41972 \end_inset
41973
41974
41975 \series bold
41976
41977 \backslash
41978 @ifundefined{newfloat}
41979 \begin_inset Newline newline
41980 \end_inset
41981
41982
41983 \begin_inset Phantom HPhantom
41984 status open
41985
41986 \begin_layout Plain Layout
41987 \begin_inset space ~
41988 \end_inset
41989
41990
41991 \end_layout
41992
41993 \end_inset
41994
41995 {
41996 \backslash
41997 usepackage{float}}{}
41998 \begin_inset Newline newline
41999 \end_inset
42000
42001
42002 \backslash
42003 floatstyle{plaintop}
42004 \series default
42005
42006 \begin_inset Note Note
42007 status collapsed
42008
42009 \begin_layout Plain Layout
42010 Le paquetage 
42011 \series bold
42012 float 
42013 \series default
42014 sera automatiquement chargé par \SpecialChar LyX
42015  si vous utilisez un placement particulier
42016  des flottants pour l'ensemble du document.
42017  L'usage de la commande 
42018 \series bold
42019
42020 \backslash
42021 @ifundefined
42022 \series default
42023  évitera de le charger deux fois.
42024 \end_layout
42025
42026 \end_inset
42027
42028
42029 \end_layout
42030
42031 \end_inset
42032
42033
42034 \end_layout
42035
42036 \begin_layout Standard
42037 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
42038  de listing, les mots-clés de ce langage seront reconnus et mis en forme
42039  de manière particulière dans la sortie imprimée.
42040  Dans l'exemple de listing, le mot clé Python 
42041 \begin_inset Quotes cld
42042 \end_inset
42043
42044 def
42045 \begin_inset Quotes crd
42046 \end_inset
42047
42048  est reconnu et imprimé en caractères gras dans la sortie.
42049 \end_layout
42050
42051 \begin_layout Standard
42052 \begin_inset Note Greyedout
42053 status open
42054
42055 \begin_layout Plain Layout
42056
42057 \series bold
42058 Note:
42059 \series default
42060  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
42061  une police de caractères à 
42062 \family typewriter
42063 chasse fixe
42064 \family default
42065 , c'est que votre police ne contient probablement pas de série grasse.
42066  Dans ce cas choisissez une police différente dans le menu 
42067 \family sans
42068 Document\SpecialChar menuseparator
42069 Paramètres\SpecialChar menuseparator
42070 Polices
42071 \family default
42072 .
42073  (Les polices 
42074 \emph on
42075 LuxiMono, BeraMono
42076 \emph default
42077  et 
42078 \emph on
42079 Courier
42080 \emph default
42081  contiennent une série grasse.)
42082 \end_layout
42083
42084 \end_inset
42085
42086
42087 \end_layout
42088
42089 \begin_layout Standard
42090 Dans la rubrique 
42091 \family sans
42092 Numérotation
42093 \begin_inset space ~
42094 \end_inset
42095
42096 des
42097 \begin_inset space ~
42098 \end_inset
42099
42100 Lignes
42101 \family default
42102  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
42103 n des lignes.
42104  Vous pouvez mettre un nombre dans le champ 
42105 \family sans
42106 Pas
42107 \family default
42108  pour désigner les lignes qui seront numérotées.
42109  Par exemple, si vous mettez 
42110 \begin_inset Quotes cld
42111 \end_inset
42112
42113 3
42114 \begin_inset Quotes crd
42115 \end_inset
42116
42117 , seule une ligne sur trois sera numérotée.
42118 \end_layout
42119
42120 \begin_layout Standard
42121 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
42122  apparaîtront dans la sortie.
42123  Vous devez utiliser l'option 
42124 \family sans
42125 Table
42126 \begin_inset space ~
42127 \end_inset
42128
42129 de
42130 \begin_inset space ~
42131 \end_inset
42132
42133 Caractères
42134 \begin_inset space ~
42135 \end_inset
42136
42137 Étendue
42138 \family default
42139  
42140 \lang english
42141 is only meaningful for the 
42142 \series bold
42143 listings
42144 \series default
42145  package
42146 \lang french
42147  et vous devez le utiliser quand vous employez des caractères spécifiques
42148  à une langue donnée comme les umlauts Allemands dans votre listing.
42149 \begin_inset Newline newline
42150 \end_inset
42151
42152 Voici un exemple de listing avec la numérotation des lignes à gauche par
42153  pas de 3, en langage Python, avec les options 
42154 \begin_inset Quotes cld
42155 \end_inset
42156
42157 Table
42158 \begin_inset space ~
42159 \end_inset
42160
42161 de
42162 \begin_inset space ~
42163 \end_inset
42164
42165 caractères
42166 \begin_inset space ~
42167 \end_inset
42168
42169 étendue
42170 \begin_inset Quotes crd
42171 \end_inset
42172
42173  et 
42174 \begin_inset Quotes cld
42175 \end_inset
42176
42177 Espace
42178 \begin_inset space ~
42179 \end_inset
42180
42181 représenté
42182 \begin_inset space ~
42183 \end_inset
42184
42185 par
42186 \begin_inset space ~
42187 \end_inset
42188
42189 un
42190 \begin_inset space ~
42191 \end_inset
42192
42193 symbole
42194 \begin_inset Quotes crd
42195 \end_inset
42196
42197 , l'intervalle de ligne étant 3
42198 \begin_inset space \thinspace{}
42199 \end_inset
42200
42201 -
42202 \begin_inset space \thinspace{}
42203 \end_inset
42204
42205 8:
42206 \end_layout
42207
42208 \begin_layout Standard
42209 \begin_inset listings
42210 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
42211 inline false
42212 status open
42213
42214 \begin_layout Plain Layout
42215
42216 def func(param):
42217 \end_layout
42218
42219 \begin_layout Plain Layout
42220
42221     'ceci est une fonction Python'
42222 \end_layout
42223
42224 \begin_layout Plain Layout
42225
42226     pass
42227 \end_layout
42228
42229 \begin_layout Plain Layout
42230
42231 def func(param):
42232 \end_layout
42233
42234 \begin_layout Plain Layout
42235
42236 'Ça, c'est un mot Allemand : Tschüß'
42237 \end_layout
42238
42239 \begin_layout Plain Layout
42240
42241 pass
42242 \end_layout
42243
42244 \begin_layout Plain Layout
42245
42246 def func(param):
42247 \end_layout
42248
42249 \begin_layout Plain Layout
42250
42251 'ceci est une fonction Python'
42252 \end_layout
42253
42254 \begin_layout Plain Layout
42255
42256 pass
42257 \end_layout
42258
42259 \end_inset
42260
42261
42262 \end_layout
42263
42264 \begin_layout Standard
42265 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
42266  nombre de caractères que doit représenter une tabulation dans le champ
42267  
42268 \family sans
42269 Taille du tabulateur
42270 \family default
42271 .
42272 \end_layout
42273
42274 \begin_layout Standard
42275 \begin_inset Note Greyedout
42276 status open
42277
42278 \begin_layout Plain Layout
42279
42280 \series bold
42281 Note:
42282 \series default
42283  À cause d'un bug dans le paquetage 
42284 \series bold
42285 listings
42286 \series default
42287  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
42288  listing.
42289  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
42290  les lignes 3 et 6.
42291 \end_layout
42292
42293 \end_inset
42294
42295
42296 \end_layout
42297
42298 \begin_layout Standard
42299 \begin_inset VSpace bigskip
42300 \end_inset
42301
42302
42303 \end_layout
42304
42305 \begin_layout Standard
42306 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
42307  listing.
42308  Pour le faire, il suffit d'utiliser le menu 
42309 \family sans
42310 Insertion\SpecialChar menuseparator
42311 Fichier\SpecialChar menuseparator
42312 Sous-document
42313 \family default
42314  et de choisir le type 
42315 \family sans
42316 Listing
42317 \family default
42318
42319 \begin_inset space ~
42320 \end_inset
42321
42322
42323 \family sans
42324 de
42325 \begin_inset space ~
42326 \end_inset
42327
42328 Code
42329 \begin_inset space ~
42330 \end_inset
42331
42332 source
42333 \family default
42334 .
42335 \begin_inset Foot
42336 status collapsed
42337
42338 \begin_layout Plain Layout
42339 Les autres types de sous-documents sont décrits dans la section
42340 \begin_inset space ~
42341 \end_inset
42342
42343
42344 \begin_inset CommandInset ref
42345 LatexCommand ref
42346 reference "sec:Sous-documents"
42347
42348 \end_inset
42349
42350 .
42351 \end_layout
42352
42353 \end_inset
42354
42355  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
42356  à utiliser pour le listing dans une zone de texte.
42357  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
42358  
42359 \begin_inset Quotes cld
42360 \end_inset
42361
42362 ?
42363 \begin_inset Quotes crd
42364 \end_inset
42365
42366  dans la zone de texte.
42367 \end_layout
42368
42369 \begin_layout Standard
42370 Pour faire référence à un sous-document de type listing, tapez une étiquette
42371  dans le champ correspondant de la fenêtre de dialogue.
42372  On peut alors faire référence à cette étiquette en utilisant le menu 
42373 \family sans
42374 Insertion\SpecialChar menuseparator
42375 Référence
42376 \begin_inset space ~
42377 \end_inset
42378
42379 Croisée
42380 \family default
42381 .
42382 \end_layout
42383
42384 \begin_layout Standard
42385 Le listing
42386 \begin_inset space ~
42387 \end_inset
42388
42389
42390 \begin_inset CommandInset ref
42391 LatexCommand ref
42392 reference "lst:listing-fichier"
42393
42394 \end_inset
42395
42396  est un exemple de listing issu d'un fichier ; ici les lignes 10
42397 \begin_inset space \thinspace{}
42398 \end_inset
42399
42400 -
42401 \begin_inset space \thinspace{}
42402 \end_inset
42403
42404 15 de ce fichier \SpecialChar LyX
42405  sont listées.
42406 \end_layout
42407
42408 \begin_layout Standard
42409 \begin_inset Newpage pagebreak
42410 \end_inset
42411
42412
42413 \end_layout
42414
42415 \begin_layout Standard
42416 \begin_inset CommandInset include
42417 LatexCommand lstinputlisting
42418 filename "EmbeddedObjects.lyx"
42419 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
42420
42421 \end_inset
42422
42423
42424 \end_layout
42425
42426 \begin_layout Standard
42427 \begin_inset VSpace bigskip
42428 \end_inset
42429
42430
42431 \end_layout
42432
42433 \begin_layout Standard
42434 L'insertion d'une formule dans un listing peut se faire de la façon suivante
42435 \begin_inset space ~
42436 \end_inset
42437
42438 :
42439 \end_layout
42440
42441 \begin_layout Enumerate
42442 Ouvrez la fenêtre de dialogue listings et ajoutez
42443 \begin_inset Newline newline
42444 \end_inset
42445
42446
42447 \family sans
42448 mathescape=true
42449 \family default
42450
42451 \begin_inset Newline newline
42452 \end_inset
42453
42454 dans le champ de l'onglet 
42455 \family sans
42456 Avancé
42457 \family default
42458 .
42459 \end_layout
42460
42461 \begin_layout Enumerate
42462 Créez la formule en dehors du listing.
42463 \end_layout
42464
42465 \begin_layout Enumerate
42466 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
42467  (raccourci 
42468 \begin_inset Info
42469 type  "shortcut"
42470 arg   "copy"
42471 \end_inset
42472
42473 )
42474 \end_layout
42475
42476 \begin_layout Enumerate
42477 Dans le listing écrivez 
42478 \begin_inset Quotes cld
42479 \end_inset
42480
42481
42482 \family sans
42483 $$
42484 \family default
42485
42486 \begin_inset Quotes crd
42487 \end_inset
42488
42489  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
42490  
42491 \begin_inset Info
42492 type  "shortcut"
42493 arg   "paste"
42494 \end_inset
42495
42496 )
42497 \end_layout
42498
42499 \begin_layout Standard
42500 \begin_inset listings
42501 lstparams "language=Python,mathescape=true"
42502 inline false
42503 status open
42504
42505 \begin_layout Plain Layout
42506
42507 \begin_inset Caption Standard
42508
42509 \begin_layout Plain Layout
42510 Exemple de listing flottant contenant une formule
42511 \end_layout
42512
42513 \end_inset
42514
42515 # Exemple de listing flottant
42516 \end_layout
42517
42518 \begin_layout Plain Layout
42519
42520 def func(param):
42521 \end_layout
42522
42523 \begin_layout Plain Layout
42524
42525     # $
42526 \backslash
42527 prod_{n=1}^{
42528 \backslash
42529 infty}
42530 \backslash
42531 ,
42532 \backslash
42533 frac{1}{x^{2}}$
42534 \end_layout
42535
42536 \begin_layout Plain Layout
42537
42538     pass
42539 \end_layout
42540
42541 \end_inset
42542
42543
42544 \end_layout
42545
42546 \begin_layout Standard
42547 \begin_inset VSpace bigskip
42548 \end_inset
42549
42550
42551 \end_layout
42552
42553 \begin_layout Standard
42554 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
42555  de dialogue 
42556 \family sans
42557 Document\SpecialChar menuseparator
42558 Paramètres\SpecialChar menuseparator
42559 Listings
42560 \family default
42561 .
42562  Pour avoir la liste des options disponibles, tapez un point d'interrogation
42563  
42564 \begin_inset Quotes cld
42565 \end_inset
42566
42567 ?
42568 \begin_inset Quotes crd
42569 \end_inset
42570
42571  dans le champ.
42572 \end_layout
42573
42574 \begin_layout Standard
42575 Pour plus d'information sur les paquetages 
42576 \series bold
42577 listings
42578 \series default
42579  et 
42580 \series bold
42581 minted
42582 \series default
42583 , nous vous renvoyons à sa documentation 
42584 \begin_inset CommandInset citation
42585 LatexCommand cite
42586 key "listings,minted"
42587 literal "true"
42588
42589 \end_inset
42590
42591 .
42592 \end_layout
42593
42594 \begin_layout Standard
42595 \begin_inset Newpage newpage
42596 \end_inset
42597
42598
42599 \end_layout
42600
42601 \begin_layout Chapter
42602 \start_of_appendix
42603 Unités de longueur utilisables avec \SpecialChar LyX
42604
42605 \begin_inset Argument 1
42606 status collapsed
42607
42608 \begin_layout Plain Layout
42609 Unités de longueur
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset Index idx
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619 Unités
42620 \end_layout
42621
42622 \end_inset
42623
42624
42625 \begin_inset CommandInset label
42626 LatexCommand label
42627 name "cha:Unités-de-longueur"
42628
42629 \end_inset
42630
42631
42632 \end_layout
42633
42634 \begin_layout Standard
42635 Pour comprendre les unités de longueur utilisées dans cette documentation,
42636  le tableau
42637 \begin_inset space ~
42638 \end_inset
42639
42640
42641 \begin_inset CommandInset ref
42642 LatexCommand ref
42643 reference "tab:Unités"
42644
42645 \end_inset
42646
42647 décrit les unités utilisées par \SpecialChar LyX
42648 .
42649 \begin_inset Float table
42650 placement h
42651 wide false
42652 sideways false
42653 status open
42654
42655 \begin_layout Plain Layout
42656 \begin_inset Caption Standard
42657
42658 \begin_layout Plain Layout
42659 \begin_inset CommandInset label
42660 LatexCommand label
42661 name "tab:Unités"
42662
42663 \end_inset
42664
42665 Unités de longueur
42666 \end_layout
42667
42668 \end_inset
42669
42670
42671 \end_layout
42672
42673 \begin_layout Plain Layout
42674 \begin_inset VSpace medskip
42675 \end_inset
42676
42677
42678 \end_layout
42679
42680 \begin_layout Plain Layout
42681 \align center
42682 \begin_inset Tabular
42683 <lyxtabular version="3" rows="21" columns="3">
42684 <features tabularvalignment="middle">
42685 <column alignment="center" valignment="top">
42686 <column alignment="center" valignment="middle" width="48col%">
42687 <column alignment="center" valignment="top">
42688 <row>
42689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42690 \begin_inset Text
42691
42692 \begin_layout Plain Layout
42693 unité
42694 \end_layout
42695
42696 \end_inset
42697 </cell>
42698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42699 \begin_inset Text
42700
42701 \begin_layout Plain Layout
42702 nom/description
42703 \end_layout
42704
42705 \end_inset
42706 </cell>
42707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42708 \begin_inset Text
42709
42710 \begin_layout Plain Layout
42711 commande \SpecialChar LaTeX
42712
42713 \end_layout
42714
42715 \end_inset
42716 </cell>
42717 </row>
42718 <row>
42719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42720 \begin_inset Text
42721
42722 \begin_layout Plain Layout
42723 bp
42724 \end_layout
42725
42726 \end_inset
42727 </cell>
42728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42729 \begin_inset Text
42730
42731 \begin_layout Plain Layout
42732 gros point (72
42733 \begin_inset space \thinspace{}
42734 \end_inset
42735
42736 bp = 1
42737 \begin_inset space \thinspace{}
42738 \end_inset
42739
42740 in)
42741 \end_layout
42742
42743 \end_inset
42744 </cell>
42745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42746 \begin_inset Text
42747
42748 \begin_layout Plain Layout
42749 -
42750 \end_layout
42751
42752 \end_inset
42753 </cell>
42754 </row>
42755 <row>
42756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42757 \begin_inset Text
42758
42759 \begin_layout Plain Layout
42760 cc
42761 \end_layout
42762
42763 \end_inset
42764 </cell>
42765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42766 \begin_inset Text
42767
42768 \begin_layout Plain Layout
42769 cicero (1
42770 \begin_inset space \thinspace{}
42771 \end_inset
42772
42773 cc = 12
42774 \begin_inset space \thinspace{}
42775 \end_inset
42776
42777 dd)
42778 \end_layout
42779
42780 \end_inset
42781 </cell>
42782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42783 \begin_inset Text
42784
42785 \begin_layout Plain Layout
42786 -
42787 \end_layout
42788
42789 \end_inset
42790 </cell>
42791 </row>
42792 <row>
42793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42794 \begin_inset Text
42795
42796 \begin_layout Plain Layout
42797 cm
42798 \end_layout
42799
42800 \end_inset
42801 </cell>
42802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42803 \begin_inset Text
42804
42805 \begin_layout Plain Layout
42806 centimètre
42807 \end_layout
42808
42809 \end_inset
42810 </cell>
42811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42812 \begin_inset Text
42813
42814 \begin_layout Plain Layout
42815 -
42816 \end_layout
42817
42818 \end_inset
42819 </cell>
42820 </row>
42821 <row>
42822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42823 \begin_inset Text
42824
42825 \begin_layout Plain Layout
42826 dd
42827 \end_layout
42828
42829 \end_inset
42830 </cell>
42831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42832 \begin_inset Text
42833
42834 \begin_layout Plain Layout
42835 didot (72
42836 \begin_inset space \thinspace{}
42837 \end_inset
42838
42839 dd 
42840 \begin_inset Formula $\approx$
42841 \end_inset
42842
42843  37.6
42844 \begin_inset space \thinspace{}
42845 \end_inset
42846
42847 mm)
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42853 \begin_inset Text
42854
42855 \begin_layout Plain Layout
42856 -
42857 \end_layout
42858
42859 \end_inset
42860 </cell>
42861 </row>
42862 <row>
42863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42864 \begin_inset Text
42865
42866 \begin_layout Plain Layout
42867 em
42868 \end_layout
42869
42870 \end_inset
42871 </cell>
42872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42873 \begin_inset Text
42874
42875 \begin_layout Plain Layout
42876 largeur de lettre
42877 \emph on
42878  M
42879 \emph default
42880  dans police courante
42881 \end_layout
42882
42883 \end_inset
42884 </cell>
42885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42886 \begin_inset Text
42887
42888 \begin_layout Plain Layout
42889 -
42890 \end_layout
42891
42892 \end_inset
42893 </cell>
42894 </row>
42895 <row>
42896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42897 \begin_inset Text
42898
42899 \begin_layout Plain Layout
42900 ex
42901 \end_layout
42902
42903 \end_inset
42904 </cell>
42905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42906 \begin_inset Text
42907
42908 \begin_layout Plain Layout
42909 hauteur de lettre 
42910 \emph on
42911 x
42912 \emph default
42913  dans police courante
42914 \end_layout
42915
42916 \end_inset
42917 </cell>
42918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42919 \begin_inset Text
42920
42921 \begin_layout Plain Layout
42922 -
42923 \end_layout
42924
42925 \end_inset
42926 </cell>
42927 </row>
42928 <row>
42929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42930 \begin_inset Text
42931
42932 \begin_layout Plain Layout
42933 in
42934 \end_layout
42935
42936 \end_inset
42937 </cell>
42938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42939 \begin_inset Text
42940
42941 \begin_layout Plain Layout
42942 pouce (inch)
42943 \end_layout
42944
42945 \end_inset
42946 </cell>
42947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42948 \begin_inset Text
42949
42950 \begin_layout Plain Layout
42951 -
42952 \end_layout
42953
42954 \end_inset
42955 </cell>
42956 </row>
42957 <row>
42958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42959 \begin_inset Text
42960
42961 \begin_layout Plain Layout
42962 mm
42963 \end_layout
42964
42965 \end_inset
42966 </cell>
42967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42968 \begin_inset Text
42969
42970 \begin_layout Plain Layout
42971 millimètre
42972 \end_layout
42973
42974 \end_inset
42975 </cell>
42976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42977 \begin_inset Text
42978
42979 \begin_layout Plain Layout
42980 -
42981 \end_layout
42982
42983 \end_inset
42984 </cell>
42985 </row>
42986 <row>
42987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42988 \begin_inset Text
42989
42990 \begin_layout Plain Layout
42991 mu
42992 \end_layout
42993
42994 \end_inset
42995 </cell>
42996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42997 \begin_inset Text
42998
42999 \begin_layout Plain Layout
43000 unité mathématique (1
43001 \begin_inset space \thinspace{}
43002 \end_inset
43003
43004 mu = 1/18
43005 \begin_inset space \thinspace{}
43006 \end_inset
43007
43008 em)
43009 \end_layout
43010
43011 \end_inset
43012 </cell>
43013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43014 \begin_inset Text
43015
43016 \begin_layout Plain Layout
43017 -
43018 \end_layout
43019
43020 \end_inset
43021 </cell>
43022 </row>
43023 <row>
43024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43025 \begin_inset Text
43026
43027 \begin_layout Plain Layout
43028 pc
43029 \end_layout
43030
43031 \end_inset
43032 </cell>
43033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43034 \begin_inset Text
43035
43036 \begin_layout Plain Layout
43037 pica (1
43038 \begin_inset space \thinspace{}
43039 \end_inset
43040
43041 pc = 12
43042 \begin_inset space \thinspace{}
43043 \end_inset
43044
43045 pt)
43046 \end_layout
43047
43048 \end_inset
43049 </cell>
43050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43051 \begin_inset Text
43052
43053 \begin_layout Plain Layout
43054 -
43055 \end_layout
43056
43057 \end_inset
43058 </cell>
43059 </row>
43060 <row>
43061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43062 \begin_inset Text
43063
43064 \begin_layout Plain Layout
43065 pt
43066 \end_layout
43067
43068 \end_inset
43069 </cell>
43070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43071 \begin_inset Text
43072
43073 \begin_layout Plain Layout
43074 point (72.27
43075 \begin_inset space \thinspace{}
43076 \end_inset
43077
43078 pt = 1
43079 \begin_inset space \thinspace{}
43080 \end_inset
43081
43082 in)
43083 \end_layout
43084
43085 \end_inset
43086 </cell>
43087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43088 \begin_inset Text
43089
43090 \begin_layout Plain Layout
43091 -
43092 \end_layout
43093
43094 \end_inset
43095 </cell>
43096 </row>
43097 <row>
43098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43099 \begin_inset Text
43100
43101 \begin_layout Plain Layout
43102 sp
43103 \end_layout
43104
43105 \end_inset
43106 </cell>
43107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43108 \begin_inset Text
43109
43110 \begin_layout Plain Layout
43111 scaled point (65536
43112 \begin_inset space \thinspace{}
43113 \end_inset
43114
43115 sp = 1
43116 \begin_inset space \thinspace{}
43117 \end_inset
43118
43119 pt)
43120 \end_layout
43121
43122 \end_inset
43123 </cell>
43124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43125 \begin_inset Text
43126
43127 \begin_layout Plain Layout
43128 -
43129 \end_layout
43130
43131 \end_inset
43132 </cell>
43133 </row>
43134 <row>
43135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43136 \begin_inset Text
43137
43138 \begin_layout Plain Layout
43139 Échelle graphique %
43140 \end_layout
43141
43142 \end_inset
43143 </cell>
43144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43145 \begin_inset Text
43146
43147 \begin_layout Plain Layout
43148 % de largeur originale de l'image
43149 \end_layout
43150
43151 \end_inset
43152 </cell>
43153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43154 \begin_inset Text
43155
43156 \begin_layout Plain Layout
43157
43158 \end_layout
43159
43160 \end_inset
43161 </cell>
43162 </row>
43163 <row>
43164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43165 \begin_inset Text
43166
43167 \begin_layout Plain Layout
43168 Hauteur page %
43169 \end_layout
43170
43171 \end_inset
43172 </cell>
43173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43174 \begin_inset Text
43175
43176 \begin_layout Plain Layout
43177 % de hauteur du papier
43178 \end_layout
43179
43180 \end_inset
43181 </cell>
43182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43183 \begin_inset Text
43184
43185 \begin_layout Plain Layout
43186
43187 \backslash
43188 paperheight
43189 \end_layout
43190
43191 \end_inset
43192 </cell>
43193 </row>
43194 <row>
43195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43196 \begin_inset Text
43197
43198 \begin_layout Plain Layout
43199 Hauteur texte %
43200 \end_layout
43201
43202 \end_inset
43203 </cell>
43204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43205 \begin_inset Text
43206
43207 \begin_layout Plain Layout
43208 % de hauteur du texte
43209 \end_layout
43210
43211 \end_inset
43212 </cell>
43213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43214 \begin_inset Text
43215
43216 \begin_layout Plain Layout
43217
43218 \backslash
43219 textheight
43220 \end_layout
43221
43222 \end_inset
43223 </cell>
43224 </row>
43225 <row>
43226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43227 \begin_inset Text
43228
43229 \begin_layout Plain Layout
43230 Interligne %
43231 \end_layout
43232
43233 \end_inset
43234 </cell>
43235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43236 \begin_inset Text
43237
43238 \begin_layout Plain Layout
43239 % de hauteur entre lignes de base de deux lignes de texte consécutives
43240 \end_layout
43241
43242 \end_inset
43243 </cell>
43244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43245 \begin_inset Text
43246
43247 \begin_layout Plain Layout
43248
43249 \backslash
43250 baselineskip
43251 \end_layout
43252
43253 \end_inset
43254 </cell>
43255 </row>
43256 <row>
43257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43258 \begin_inset Text
43259
43260 \begin_layout Plain Layout
43261 Largeur colonne %
43262 \end_layout
43263
43264 \end_inset
43265 </cell>
43266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43267 \begin_inset Text
43268
43269 \begin_layout Plain Layout
43270 % de largeur de la colonne
43271 \end_layout
43272
43273 \end_inset
43274 </cell>
43275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43276 \begin_inset Text
43277
43278 \begin_layout Plain Layout
43279
43280 \backslash
43281 columnwidth
43282 \end_layout
43283
43284 \end_inset
43285 </cell>
43286 </row>
43287 <row>
43288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43289 \begin_inset Text
43290
43291 \begin_layout Plain Layout
43292 Largeur ligne %
43293 \end_layout
43294
43295 \end_inset
43296 </cell>
43297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43298 \begin_inset Text
43299
43300 \begin_layout Plain Layout
43301 % de largeur de la ligne
43302 \end_layout
43303
43304 \end_inset
43305 </cell>
43306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43307 \begin_inset Text
43308
43309 \begin_layout Plain Layout
43310
43311 \backslash
43312 linewidth
43313 \end_layout
43314
43315 \end_inset
43316 </cell>
43317 </row>
43318 <row>
43319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43320 \begin_inset Text
43321
43322 \begin_layout Plain Layout
43323 Largeur page %
43324 \end_layout
43325
43326 \end_inset
43327 </cell>
43328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43329 \begin_inset Text
43330
43331 \begin_layout Plain Layout
43332 % de largeur du papier
43333 \end_layout
43334
43335 \end_inset
43336 </cell>
43337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43338 \begin_inset Text
43339
43340 \begin_layout Plain Layout
43341
43342 \backslash
43343 paperwidth
43344 \end_layout
43345
43346 \end_inset
43347 </cell>
43348 </row>
43349 <row>
43350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43351 \begin_inset Text
43352
43353 \begin_layout Plain Layout
43354 Largeur texte %
43355 \end_layout
43356
43357 \end_inset
43358 </cell>
43359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43360 \begin_inset Text
43361
43362 \begin_layout Plain Layout
43363 % de largeur du texte
43364 \end_layout
43365
43366 \end_inset
43367 </cell>
43368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43369 \begin_inset Text
43370
43371 \begin_layout Plain Layout
43372
43373 \backslash
43374 textwidth
43375 \end_layout
43376
43377 \end_inset
43378 </cell>
43379 </row>
43380 </lyxtabular>
43381
43382 \end_inset
43383
43384
43385 \end_layout
43386
43387 \end_inset
43388
43389
43390 \end_layout
43391
43392 \begin_layout Chapter
43393 Formats des fichiers de sortie graphiques
43394 \begin_inset CommandInset label
43395 LatexCommand label
43396 name "cha:Formats-fichiers-graphiques"
43397
43398 \end_inset
43399
43400
43401 \end_layout
43402
43403 \begin_layout Section
43404 DVI
43405 \begin_inset Index idx
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409 Formats de Fichiers! DVI
43410 \end_layout
43411
43412 \end_inset
43413
43414
43415 \begin_inset Index idx
43416 status collapsed
43417
43418 \begin_layout Plain Layout
43419 DVI|see
43420 \begin_inset ERT
43421 status collapsed
43422
43423 \begin_layout Plain Layout
43424
43425 {
43426 \end_layout
43427
43428 \end_inset
43429
43430 Formats de Fichiers
43431 \begin_inset ERT
43432 status collapsed
43433
43434 \begin_layout Plain Layout
43435
43436 }
43437 \end_layout
43438
43439 \end_inset
43440
43441
43442 \end_layout
43443
43444 \end_inset
43445
43446
43447 \end_layout
43448
43449 \begin_layout Standard
43450 Ce type de fichiers a l'extension 
43451 \begin_inset Quotes cld
43452 \end_inset
43453
43454
43455 \family typewriter
43456 .dvi
43457 \family default
43458
43459 \begin_inset Quotes crd
43460 \end_inset
43461
43462 .
43463  Il est appelé 
43464 \emph on
43465 indépendant de l'appareil
43466 \emph default
43467  ou 
43468 \begin_inset Quotes cld
43469 \end_inset
43470
43471 device independent (DVI)
43472 \begin_inset Quotes crd
43473 \end_inset
43474
43475 , car il est complètement portable ; vous pouvez les recopier d'une machine
43476  à l'autre sans avoir à faire de conversion.
43477  À l'époque où ce format a été développé, c'était loin d'être évident.
43478  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
43479  étape préliminaire avant la conversion vers un autre format comme le PostScript.
43480 \end_layout
43481
43482 \begin_layout Standard
43483 \begin_inset Note Greyedout
43484 status open
43485
43486 \begin_layout Plain Layout
43487
43488 \series bold
43489 Note:
43490 \series default
43491  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
43492  au fichier.
43493  
43494 \end_layout
43495
43496 \end_inset
43497
43498  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
43499  
43500 \family typewriter
43501 .dvi
43502 \family default
43503 .
43504  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
43505 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
43506  pour les rendre visibles quand vous faites défiler votre document.
43507  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
43508  avec de nombreuses images.
43509 \end_layout
43510
43511 \begin_layout Standard
43512 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
43513  menu 
43514 \family sans
43515 Fichier\SpecialChar menuseparator
43516 Exporter\SpecialChar menuseparator
43517 DVI.
43518
43519 \family default
43520  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
43521 \family sans
43522 Visualiser
43523 \family default
43524 .
43525 \end_layout
43526
43527 \begin_layout Section
43528 PostScript
43529 \begin_inset Index idx
43530 status collapsed
43531
43532 \begin_layout Plain Layout
43533 Formats de Fichiers ! PostScript
43534 \end_layout
43535
43536 \end_inset
43537
43538
43539 \begin_inset Index idx
43540 status collapsed
43541
43542 \begin_layout Plain Layout
43543 PostScript|see
43544 \begin_inset ERT
43545 status collapsed
43546
43547 \begin_layout Plain Layout
43548
43549 {
43550 \end_layout
43551
43552 \end_inset
43553
43554 Formats de Fichiers
43555 \begin_inset ERT
43556 status collapsed
43557
43558 \begin_layout Plain Layout
43559
43560 }
43561 \end_layout
43562
43563 \end_inset
43564
43565
43566 \end_layout
43567
43568 \end_inset
43569
43570
43571 \end_layout
43572
43573 \begin_layout Standard
43574 Ce type de fichiers a l'extension 
43575 \begin_inset Quotes cld
43576 \end_inset
43577
43578
43579 \family typewriter
43580 .ps
43581 \family default
43582
43583 \begin_inset Quotes crd
43584 \end_inset
43585
43586 .
43587  PostScript a été développé par la société 
43588 \series bold
43589 Adobe
43590 \series default
43591  comme un langage pour les imprimantes.
43592  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
43593  pour imprimer le document.
43594  PostScript peut être considéré comme un 
43595 \begin_inset Quotes cld
43596 \end_inset
43597
43598 langage de programmation
43599 \begin_inset Quotes crd
43600 \end_inset
43601
43602  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
43603  images.
43604 \begin_inset Foot
43605 status collapsed
43606
43607 \begin_layout Plain Layout
43608 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
43609  \SpecialChar LaTeX
43610  
43611 \series bold
43612 pstricks
43613 \series default
43614
43615 \begin_inset CommandInset citation
43616 LatexCommand cite
43617 key "pstricks"
43618 literal "true"
43619
43620 \end_inset
43621
43622 .
43623 \end_layout
43624
43625 \end_inset
43626
43627  En partie à cause de toutes ces possibilités un fichier PostScript est
43628  souvent plus gros qu'un PDF.
43629 \end_layout
43630
43631 \begin_layout Standard
43632 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
43633  plus gros qu'un PDF.
43634 \end_layout
43635
43636 \begin_layout Standard
43637 PostScript ne peut contenir que des images au format 
43638 \begin_inset Quotes cld
43639 \end_inset
43640
43641 PostScript Encapsulé
43642 \begin_inset Quotes crd
43643 \end_inset
43644
43645  (encapsulated PostScript ou EPS, d'extension 
43646 \family typewriter
43647 .eps
43648 \family default
43649 ).
43650  Comme \SpecialChar LyX
43651  vous permet n'importe quel format d'image connu dans votre document,
43652  il doit les convertir en interne en EPS.
43653  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
43654  doit faire 50
43655  conversions à chaque fois que vous visualisez ou que vous exportez votre
43656  document.
43657  Cela risque de ralentir de façon importante votre rythme de travail.
43658  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
43659  vos images directement en EPS pour éviter ce problème.
43660 \end_layout
43661
43662 \begin_layout Standard
43663 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
43664  le menu 
43665 \family sans
43666 Fichier\SpecialChar menuseparator
43667 Exporter\SpecialChar menuseparator
43668 PostScript.
43669
43670 \family default
43671  Vous pouvez visionner votre document sous forme PostScript grâce au menu
43672  
43673 \family sans
43674 Visualiser
43675 \family default
43676 .
43677 \end_layout
43678
43679 \begin_layout Section
43680 PDF
43681 \begin_inset Index idx
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685 Formats de Fichiers ! PDF
43686 \end_layout
43687
43688 \end_inset
43689
43690
43691 \begin_inset Index idx
43692 status collapsed
43693
43694 \begin_layout Plain Layout
43695 PDF
43696 \end_layout
43697
43698 \end_inset
43699
43700
43701 \end_layout
43702
43703 \begin_layout Standard
43704 Ce type de fichiers a l'extension 
43705 \begin_inset Quotes cld
43706 \end_inset
43707
43708
43709 \family typewriter
43710 .pdf
43711 \family default
43712
43713 \begin_inset Quotes crd
43714 \end_inset
43715
43716 .
43717  Ce 
43718 \begin_inset Quotes cld
43719 \end_inset
43720
43721 format de document portable
43722 \begin_inset Quotes crd
43723 \end_inset
43724
43725  (portable document format ou PDF) est développé par 
43726 \family typewriter
43727 Adobe
43728 \family default
43729  comme une évolution de PostScript.
43730  Il est plus comprimé et utilise moins de commandes que PostScript.
43731  Comme son nom l'indique, il est 
43732 \begin_inset Quotes cld
43733 \end_inset
43734
43735 portable
43736 \begin_inset Quotes crd
43737 \end_inset
43738
43739  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
43740  aura exactement le même aspect.
43741 \end_layout
43742
43743 \begin_layout Standard
43744 PDF peut contenir des images dans son propre format PDF et dans les formats
43745  JPG (format du 
43746 \begin_inset Quotes cld
43747 \end_inset
43748
43749 Joint Photographic Expert Group
43750 \begin_inset Quotes crd
43751 \end_inset
43752
43753  avec comme extension 
43754 \family typewriter
43755 .jpg
43756 \family default
43757  ou 
43758 \family typewriter
43759 .jpeg
43760 \family default
43761 ) et PNG (
43762 \begin_inset Quotes cld
43763 \end_inset
43764
43765 Portable Network Graphics
43766 \begin_inset Quotes crd
43767 \end_inset
43768
43769  avec l'extension 
43770 \family typewriter
43771 .png
43772 \family default
43773 ).
43774  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
43775  les convertit
43776  dans un de ces formats.
43777  Mais comme il est dit dans la section sur PostScript, les conversions d'images
43778  vont ralentir votre travail.
43779  Nous recommandons donc l'utilisation de l'un des trois formats cités.
43780 \end_layout
43781
43782 \begin_layout Standard
43783 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
43784  menu 
43785 \family sans
43786 Fichier\SpecialChar menuseparator
43787 Exporter 
43788 \family default
43789 de trois façons différentes:
43790 \end_layout
43791
43792 \begin_layout Description
43793 PDF
43794 \begin_inset space ~
43795 \end_inset
43796
43797 (ps2pdf) Ceci utilise le programme 
43798 \family typewriter
43799 ps2pdf
43800 \family default
43801  qui créé un PDF à partir de la version PostScript de votre fichier.
43802  Cette dernière est produite par le programme 
43803 \family typewriter
43804 dvips
43805 \family default
43806  qui utilise une version DVI comme étape intermédiaire.
43807  Cette variante consiste donc en trois conversions.
43808 \end_layout
43809
43810 \begin_layout Description
43811 PDF
43812 \begin_inset space ~
43813 \end_inset
43814
43815 (dvipdfm) Ceci utilise le programme 
43816 \family typewriter
43817 dvipdfm
43818 \family default
43819  qui convertit votre fichier en DVI avant de le convertir en PDF.
43820 \end_layout
43821
43822 \begin_layout Description
43823 PDF
43824 \begin_inset space ~
43825 \end_inset
43826
43827 (pdflatex) Ceci utilise le programme 
43828 \family typewriter
43829 pdftex
43830 \family default
43831  qui convertit directement votre fichier en PDF.
43832 \end_layout
43833
43834 \begin_layout Standard
43835 Nous recommandons d'utiliser l'option 
43836 \family sans
43837 PDF
43838 \begin_inset space ~
43839 \end_inset
43840
43841 (pdflatex)
43842 \family default
43843  car 
43844 \family typewriter
43845 pdftex
43846 \family default
43847  accepte toutes les fonctionnalités des versions actuelles de PDF.
43848  Il est en plus rapide et stable.
43849  Le programme 
43850 \family typewriter
43851 dvipdfm
43852 \family default
43853  n'est plus développé est est donc un peu dépassé.
43854 \end_layout
43855
43856 \begin_layout Standard
43857 Vous pouvez visionner votre document sous forme PDF grâce au menu 
43858 \family sans
43859 Visualiser
43860 \family default
43861  ou en utilisant un bouton de la barre d'outils.
43862 \end_layout
43863
43864 \begin_layout Chapter
43865 Liste de noms de couleur pour dvips
43866 \begin_inset CommandInset label
43867 LatexCommand label
43868 name "chap:Liste-de-noms-de-couleur-dvips"
43869
43870 \end_inset
43871
43872
43873 \end_layout
43874
43875 \begin_layout Standard
43876 \begin_inset Tabular
43877 <lyxtabular version="3" rows="17" columns="4">
43878 <features tabularvalignment="middle">
43879 <column alignment="left" valignment="top" width="0pt">
43880 <column alignment="left" valignment="top" width="0pt">
43881 <column alignment="left" valignment="top" width="0pt">
43882 <column alignment="left" valignment="top" width="0pt">
43883 <row>
43884 <cell alignment="left" valignment="top" usebox="none">
43885 \begin_inset Text
43886
43887 \begin_layout Plain Layout
43888 \begin_inset ERT
43889 status collapsed
43890
43891 \begin_layout Plain Layout
43892
43893
43894 \backslash
43895 fcolorbox{black}{
43896 \end_layout
43897
43898 \end_inset
43899
43900 white
43901 \begin_inset ERT
43902 status collapsed
43903
43904 \begin_layout Plain Layout
43905
43906 }{
43907 \end_layout
43908
43909 \end_inset
43910
43911 Couleur
43912 \begin_inset ERT
43913 status collapsed
43914
43915 \begin_layout Plain Layout
43916
43917 }
43918 \end_layout
43919
43920 \end_inset
43921
43922  Nom
43923 \end_layout
43924
43925 \end_inset
43926 </cell>
43927 <cell alignment="left" valignment="top" usebox="none">
43928 \begin_inset Text
43929
43930 \begin_layout Plain Layout
43931 \begin_inset ERT
43932 status collapsed
43933
43934 \begin_layout Plain Layout
43935
43936
43937 \backslash
43938 fcolorbox{black}{
43939 \end_layout
43940
43941 \end_inset
43942
43943 white
43944 \begin_inset ERT
43945 status collapsed
43946
43947 \begin_layout Plain Layout
43948
43949 }{
43950 \end_layout
43951
43952 \end_inset
43953
43954 Couleur
43955 \begin_inset ERT
43956 status collapsed
43957
43958 \begin_layout Plain Layout
43959
43960 }
43961 \end_layout
43962
43963 \end_inset
43964
43965  Nom
43966 \end_layout
43967
43968 \end_inset
43969 </cell>
43970 <cell alignment="left" valignment="top" usebox="none">
43971 \begin_inset Text
43972
43973 \begin_layout Plain Layout
43974 \begin_inset ERT
43975 status collapsed
43976
43977 \begin_layout Plain Layout
43978
43979
43980 \backslash
43981 fcolorbox{black}{
43982 \end_layout
43983
43984 \end_inset
43985
43986 white
43987 \begin_inset ERT
43988 status collapsed
43989
43990 \begin_layout Plain Layout
43991
43992 }{
43993 \end_layout
43994
43995 \end_inset
43996
43997 Couleur
43998 \begin_inset ERT
43999 status collapsed
44000
44001 \begin_layout Plain Layout
44002
44003 }
44004 \end_layout
44005
44006 \end_inset
44007
44008  Nom
44009 \end_layout
44010
44011 \end_inset
44012 </cell>
44013 <cell alignment="left" valignment="top" usebox="none">
44014 \begin_inset Text
44015
44016 \begin_layout Plain Layout
44017 \begin_inset ERT
44018 status collapsed
44019
44020 \begin_layout Plain Layout
44021
44022
44023 \backslash
44024 fcolorbox{black}{
44025 \end_layout
44026
44027 \end_inset
44028
44029 white
44030 \begin_inset ERT
44031 status collapsed
44032
44033 \begin_layout Plain Layout
44034
44035 }{
44036 \end_layout
44037
44038 \end_inset
44039
44040 Couleur
44041 \begin_inset ERT
44042 status collapsed
44043
44044 \begin_layout Plain Layout
44045
44046 }
44047 \end_layout
44048
44049 \end_inset
44050
44051  Nom
44052 \end_layout
44053
44054 \end_inset
44055 </cell>
44056 </row>
44057 <row>
44058 <cell alignment="center" valignment="top" usebox="none">
44059 \begin_inset Text
44060
44061 \begin_layout Plain Layout
44062 \begin_inset ERT
44063 status collapsed
44064
44065 \begin_layout Plain Layout
44066
44067
44068 \backslash
44069 fcolorbox{black}{
44070 \end_layout
44071
44072 \end_inset
44073
44074 Apricot
44075 \begin_inset ERT
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079
44080 }{
44081 \end_layout
44082
44083 \end_inset
44084
44085
44086 \begin_inset Phantom Phantom
44087 status open
44088
44089 \begin_layout Plain Layout
44090 W
44091 \end_layout
44092
44093 \end_inset
44094
44095
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101 }
44102 \end_layout
44103
44104 \end_inset
44105
44106  Apricot
44107 \end_layout
44108
44109 \end_inset
44110 </cell>
44111 <cell alignment="center" valignment="top" usebox="none">
44112 \begin_inset Text
44113
44114 \begin_layout Plain Layout
44115 \begin_inset ERT
44116 status collapsed
44117
44118 \begin_layout Plain Layout
44119
44120
44121 \backslash
44122 fcolorbox{black}{
44123 \end_layout
44124
44125 \end_inset
44126
44127 Aquamarine
44128 \begin_inset ERT
44129 status collapsed
44130
44131 \begin_layout Plain Layout
44132
44133 }{
44134 \end_layout
44135
44136 \end_inset
44137
44138
44139 \begin_inset Phantom Phantom
44140 status open
44141
44142 \begin_layout Plain Layout
44143 W
44144 \end_layout
44145
44146 \end_inset
44147
44148
44149 \begin_inset ERT
44150 status collapsed
44151
44152 \begin_layout Plain Layout
44153
44154 }
44155 \end_layout
44156
44157 \end_inset
44158
44159  Aquamarine
44160 \end_layout
44161
44162 \end_inset
44163 </cell>
44164 <cell alignment="center" valignment="top" usebox="none">
44165 \begin_inset Text
44166
44167 \begin_layout Plain Layout
44168 \begin_inset ERT
44169 status collapsed
44170
44171 \begin_layout Plain Layout
44172
44173
44174 \backslash
44175 fcolorbox{black}{
44176 \end_layout
44177
44178 \end_inset
44179
44180 Bittersweet
44181 \begin_inset ERT
44182 status collapsed
44183
44184 \begin_layout Plain Layout
44185
44186 }{
44187 \end_layout
44188
44189 \end_inset
44190
44191
44192 \begin_inset Phantom Phantom
44193 status open
44194
44195 \begin_layout Plain Layout
44196 W
44197 \end_layout
44198
44199 \end_inset
44200
44201
44202 \begin_inset ERT
44203 status collapsed
44204
44205 \begin_layout Plain Layout
44206
44207 }
44208 \end_layout
44209
44210 \end_inset
44211
44212  Bittersweet
44213 \end_layout
44214
44215 \end_inset
44216 </cell>
44217 <cell alignment="center" valignment="top" usebox="none">
44218 \begin_inset Text
44219
44220 \begin_layout Plain Layout
44221 \begin_inset ERT
44222 status collapsed
44223
44224 \begin_layout Plain Layout
44225
44226
44227 \backslash
44228 fcolorbox{black}{
44229 \end_layout
44230
44231 \end_inset
44232
44233 BlueGreen
44234 \begin_inset ERT
44235 status collapsed
44236
44237 \begin_layout Plain Layout
44238
44239 }{
44240 \end_layout
44241
44242 \end_inset
44243
44244
44245 \begin_inset Phantom Phantom
44246 status open
44247
44248 \begin_layout Plain Layout
44249 W
44250 \end_layout
44251
44252 \end_inset
44253
44254
44255 \begin_inset ERT
44256 status collapsed
44257
44258 \begin_layout Plain Layout
44259
44260 }
44261 \end_layout
44262
44263 \end_inset
44264
44265  BlueGreen
44266 \end_layout
44267
44268 \end_inset
44269 </cell>
44270 </row>
44271 <row>
44272 <cell alignment="left" valignment="top" usebox="none">
44273 \begin_inset Text
44274
44275 \begin_layout Plain Layout
44276 \begin_inset ERT
44277 status collapsed
44278
44279 \begin_layout Plain Layout
44280
44281
44282 \backslash
44283 fcolorbox{black}{
44284 \end_layout
44285
44286 \end_inset
44287
44288 BlueViolet
44289 \begin_inset ERT
44290 status collapsed
44291
44292 \begin_layout Plain Layout
44293
44294 }{
44295 \end_layout
44296
44297 \end_inset
44298
44299
44300 \begin_inset Phantom Phantom
44301 status open
44302
44303 \begin_layout Plain Layout
44304 W
44305 \end_layout
44306
44307 \end_inset
44308
44309
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315 }
44316 \end_layout
44317
44318 \end_inset
44319
44320  BlueViolet
44321 \end_layout
44322
44323 \end_inset
44324 </cell>
44325 <cell alignment="left" valignment="top" usebox="none">
44326 \begin_inset Text
44327
44328 \begin_layout Plain Layout
44329 \begin_inset ERT
44330 status collapsed
44331
44332 \begin_layout Plain Layout
44333
44334
44335 \backslash
44336 fcolorbox{black}{
44337 \end_layout
44338
44339 \end_inset
44340
44341 BrickRed
44342 \begin_inset ERT
44343 status collapsed
44344
44345 \begin_layout Plain Layout
44346
44347 }{
44348 \end_layout
44349
44350 \end_inset
44351
44352
44353 \begin_inset Phantom Phantom
44354 status open
44355
44356 \begin_layout Plain Layout
44357 W
44358 \end_layout
44359
44360 \end_inset
44361
44362
44363 \begin_inset ERT
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367
44368 }
44369 \end_layout
44370
44371 \end_inset
44372
44373  BrickRed
44374 \end_layout
44375
44376 \end_inset
44377 </cell>
44378 <cell alignment="left" valignment="top" usebox="none">
44379 \begin_inset Text
44380
44381 \begin_layout Plain Layout
44382 \begin_inset ERT
44383 status collapsed
44384
44385 \begin_layout Plain Layout
44386
44387
44388 \backslash
44389 fcolorbox{black}{
44390 \end_layout
44391
44392 \end_inset
44393
44394 Brown
44395 \begin_inset ERT
44396 status collapsed
44397
44398 \begin_layout Plain Layout
44399
44400 }{
44401 \end_layout
44402
44403 \end_inset
44404
44405
44406 \begin_inset Phantom Phantom
44407 status open
44408
44409 \begin_layout Plain Layout
44410 W
44411 \end_layout
44412
44413 \end_inset
44414
44415
44416 \begin_inset ERT
44417 status collapsed
44418
44419 \begin_layout Plain Layout
44420
44421 }
44422 \end_layout
44423
44424 \end_inset
44425
44426  Brown
44427 \end_layout
44428
44429 \end_inset
44430 </cell>
44431 <cell alignment="left" valignment="top" usebox="none">
44432 \begin_inset Text
44433
44434 \begin_layout Plain Layout
44435 \begin_inset ERT
44436 status collapsed
44437
44438 \begin_layout Plain Layout
44439
44440
44441 \backslash
44442 fcolorbox{black}{
44443 \end_layout
44444
44445 \end_inset
44446
44447 BurntOrange
44448 \begin_inset ERT
44449 status collapsed
44450
44451 \begin_layout Plain Layout
44452
44453 }{
44454 \end_layout
44455
44456 \end_inset
44457
44458
44459 \begin_inset Phantom Phantom
44460 status open
44461
44462 \begin_layout Plain Layout
44463 W
44464 \end_layout
44465
44466 \end_inset
44467
44468
44469 \begin_inset ERT
44470 status collapsed
44471
44472 \begin_layout Plain Layout
44473
44474 }
44475 \end_layout
44476
44477 \end_inset
44478
44479  BurntOrange
44480 \end_layout
44481
44482 \end_inset
44483 </cell>
44484 </row>
44485 <row>
44486 <cell alignment="left" valignment="top" usebox="none">
44487 \begin_inset Text
44488
44489 \begin_layout Plain Layout
44490 \begin_inset ERT
44491 status collapsed
44492
44493 \begin_layout Plain Layout
44494
44495
44496 \backslash
44497 fcolorbox{black}{
44498 \end_layout
44499
44500 \end_inset
44501
44502 CadetBlue
44503 \begin_inset ERT
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507
44508 }{
44509 \end_layout
44510
44511 \end_inset
44512
44513
44514 \begin_inset Phantom Phantom
44515 status open
44516
44517 \begin_layout Plain Layout
44518 W
44519 \end_layout
44520
44521 \end_inset
44522
44523
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529 }
44530 \end_layout
44531
44532 \end_inset
44533
44534  CadetBlue
44535 \end_layout
44536
44537 \end_inset
44538 </cell>
44539 <cell alignment="left" valignment="top" usebox="none">
44540 \begin_inset Text
44541
44542 \begin_layout Plain Layout
44543 \begin_inset ERT
44544 status collapsed
44545
44546 \begin_layout Plain Layout
44547
44548
44549 \backslash
44550 fcolorbox{black}{
44551 \end_layout
44552
44553 \end_inset
44554
44555 CarnationPink
44556 \begin_inset ERT
44557 status collapsed
44558
44559 \begin_layout Plain Layout
44560
44561 }{
44562 \end_layout
44563
44564 \end_inset
44565
44566
44567 \begin_inset Phantom Phantom
44568 status open
44569
44570 \begin_layout Plain Layout
44571 W
44572 \end_layout
44573
44574 \end_inset
44575
44576
44577 \begin_inset ERT
44578 status collapsed
44579
44580 \begin_layout Plain Layout
44581
44582 }
44583 \end_layout
44584
44585 \end_inset
44586
44587  CarnationPink
44588 \end_layout
44589
44590 \end_inset
44591 </cell>
44592 <cell alignment="left" valignment="top" usebox="none">
44593 \begin_inset Text
44594
44595 \begin_layout Plain Layout
44596 \begin_inset ERT
44597 status collapsed
44598
44599 \begin_layout Plain Layout
44600
44601
44602 \backslash
44603 fcolorbox{black}{
44604 \end_layout
44605
44606 \end_inset
44607
44608 Cerulean
44609 \begin_inset ERT
44610 status collapsed
44611
44612 \begin_layout Plain Layout
44613
44614 }{
44615 \end_layout
44616
44617 \end_inset
44618
44619
44620 \begin_inset Phantom Phantom
44621 status open
44622
44623 \begin_layout Plain Layout
44624 W
44625 \end_layout
44626
44627 \end_inset
44628
44629
44630 \begin_inset ERT
44631 status collapsed
44632
44633 \begin_layout Plain Layout
44634
44635 }
44636 \end_layout
44637
44638 \end_inset
44639
44640  Cerulean
44641 \end_layout
44642
44643 \end_inset
44644 </cell>
44645 <cell alignment="left" valignment="top" usebox="none">
44646 \begin_inset Text
44647
44648 \begin_layout Plain Layout
44649 \begin_inset ERT
44650 status collapsed
44651
44652 \begin_layout Plain Layout
44653
44654
44655 \backslash
44656 fcolorbox{black}{
44657 \end_layout
44658
44659 \end_inset
44660
44661 CornflowerBlue
44662 \begin_inset ERT
44663 status collapsed
44664
44665 \begin_layout Plain Layout
44666
44667 }{
44668 \end_layout
44669
44670 \end_inset
44671
44672
44673 \begin_inset Phantom Phantom
44674 status open
44675
44676 \begin_layout Plain Layout
44677 W
44678 \end_layout
44679
44680 \end_inset
44681
44682
44683 \begin_inset ERT
44684 status collapsed
44685
44686 \begin_layout Plain Layout
44687
44688 }
44689 \end_layout
44690
44691 \end_inset
44692
44693  CornflowerBlue
44694 \end_layout
44695
44696 \end_inset
44697 </cell>
44698 </row>
44699 <row>
44700 <cell alignment="left" valignment="top" usebox="none">
44701 \begin_inset Text
44702
44703 \begin_layout Plain Layout
44704 \begin_inset ERT
44705 status collapsed
44706
44707 \begin_layout Plain Layout
44708
44709
44710 \backslash
44711 fcolorbox{black}{
44712 \end_layout
44713
44714 \end_inset
44715
44716 Dandelion
44717 \begin_inset ERT
44718 status collapsed
44719
44720 \begin_layout Plain Layout
44721
44722 }{
44723 \end_layout
44724
44725 \end_inset
44726
44727
44728 \begin_inset Phantom Phantom
44729 status open
44730
44731 \begin_layout Plain Layout
44732 W
44733 \end_layout
44734
44735 \end_inset
44736
44737
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743 }
44744 \end_layout
44745
44746 \end_inset
44747
44748  Dandelion
44749 \end_layout
44750
44751 \end_inset
44752 </cell>
44753 <cell alignment="left" valignment="top" usebox="none">
44754 \begin_inset Text
44755
44756 \begin_layout Plain Layout
44757 \begin_inset ERT
44758 status collapsed
44759
44760 \begin_layout Plain Layout
44761
44762
44763 \backslash
44764 fcolorbox{black}{
44765 \end_layout
44766
44767 \end_inset
44768
44769 DarkOrchid
44770 \begin_inset ERT
44771 status collapsed
44772
44773 \begin_layout Plain Layout
44774
44775 }{
44776 \end_layout
44777
44778 \end_inset
44779
44780
44781 \begin_inset Phantom Phantom
44782 status open
44783
44784 \begin_layout Plain Layout
44785 W
44786 \end_layout
44787
44788 \end_inset
44789
44790
44791 \begin_inset ERT
44792 status collapsed
44793
44794 \begin_layout Plain Layout
44795
44796 }
44797 \end_layout
44798
44799 \end_inset
44800
44801  DarkOrchid
44802 \end_layout
44803
44804 \end_inset
44805 </cell>
44806 <cell alignment="left" valignment="top" usebox="none">
44807 \begin_inset Text
44808
44809 \begin_layout Plain Layout
44810 \begin_inset ERT
44811 status collapsed
44812
44813 \begin_layout Plain Layout
44814
44815
44816 \backslash
44817 fcolorbox{black}{
44818 \end_layout
44819
44820 \end_inset
44821
44822 Emerald
44823 \begin_inset ERT
44824 status collapsed
44825
44826 \begin_layout Plain Layout
44827
44828 }{
44829 \end_layout
44830
44831 \end_inset
44832
44833
44834 \begin_inset Phantom Phantom
44835 status open
44836
44837 \begin_layout Plain Layout
44838 W
44839 \end_layout
44840
44841 \end_inset
44842
44843
44844 \begin_inset ERT
44845 status collapsed
44846
44847 \begin_layout Plain Layout
44848
44849 }
44850 \end_layout
44851
44852 \end_inset
44853
44854  Emerald
44855 \end_layout
44856
44857 \end_inset
44858 </cell>
44859 <cell alignment="left" valignment="top" usebox="none">
44860 \begin_inset Text
44861
44862 \begin_layout Plain Layout
44863 \begin_inset ERT
44864 status collapsed
44865
44866 \begin_layout Plain Layout
44867
44868
44869 \backslash
44870 fcolorbox{black}{
44871 \end_layout
44872
44873 \end_inset
44874
44875 ForestGreen
44876 \begin_inset ERT
44877 status collapsed
44878
44879 \begin_layout Plain Layout
44880
44881 }{
44882 \end_layout
44883
44884 \end_inset
44885
44886
44887 \begin_inset Phantom Phantom
44888 status open
44889
44890 \begin_layout Plain Layout
44891 W
44892 \end_layout
44893
44894 \end_inset
44895
44896
44897 \begin_inset ERT
44898 status collapsed
44899
44900 \begin_layout Plain Layout
44901
44902 }
44903 \end_layout
44904
44905 \end_inset
44906
44907  ForestGreen
44908 \end_layout
44909
44910 \end_inset
44911 </cell>
44912 </row>
44913 <row>
44914 <cell alignment="left" valignment="top" usebox="none">
44915 \begin_inset Text
44916
44917 \begin_layout Plain Layout
44918 \begin_inset ERT
44919 status collapsed
44920
44921 \begin_layout Plain Layout
44922
44923
44924 \backslash
44925 fcolorbox{black}{
44926 \end_layout
44927
44928 \end_inset
44929
44930 Fuchsia
44931 \begin_inset ERT
44932 status collapsed
44933
44934 \begin_layout Plain Layout
44935
44936 }{
44937 \end_layout
44938
44939 \end_inset
44940
44941
44942 \begin_inset Phantom Phantom
44943 status open
44944
44945 \begin_layout Plain Layout
44946 W
44947 \end_layout
44948
44949 \end_inset
44950
44951
44952 \begin_inset ERT
44953 status collapsed
44954
44955 \begin_layout Plain Layout
44956
44957 }
44958 \end_layout
44959
44960 \end_inset
44961
44962  Fuchsia
44963 \end_layout
44964
44965 \end_inset
44966 </cell>
44967 <cell alignment="left" valignment="top" usebox="none">
44968 \begin_inset Text
44969
44970 \begin_layout Plain Layout
44971 \begin_inset ERT
44972 status collapsed
44973
44974 \begin_layout Plain Layout
44975
44976
44977 \backslash
44978 fcolorbox{black}{
44979 \end_layout
44980
44981 \end_inset
44982
44983 Goldenrod
44984 \begin_inset ERT
44985 status collapsed
44986
44987 \begin_layout Plain Layout
44988
44989 }{
44990 \end_layout
44991
44992 \end_inset
44993
44994
44995 \begin_inset Phantom Phantom
44996 status open
44997
44998 \begin_layout Plain Layout
44999 W
45000 \end_layout
45001
45002 \end_inset
45003
45004
45005 \begin_inset ERT
45006 status collapsed
45007
45008 \begin_layout Plain Layout
45009
45010 }
45011 \end_layout
45012
45013 \end_inset
45014
45015  Goldenrod
45016 \end_layout
45017
45018 \end_inset
45019 </cell>
45020 <cell alignment="left" valignment="top" usebox="none">
45021 \begin_inset Text
45022
45023 \begin_layout Plain Layout
45024 \begin_inset ERT
45025 status collapsed
45026
45027 \begin_layout Plain Layout
45028
45029
45030 \backslash
45031 fcolorbox{black}{
45032 \end_layout
45033
45034 \end_inset
45035
45036 Gray
45037 \begin_inset ERT
45038 status collapsed
45039
45040 \begin_layout Plain Layout
45041
45042 }{
45043 \end_layout
45044
45045 \end_inset
45046
45047
45048 \begin_inset Phantom Phantom
45049 status open
45050
45051 \begin_layout Plain Layout
45052 W
45053 \end_layout
45054
45055 \end_inset
45056
45057
45058 \begin_inset ERT
45059 status collapsed
45060
45061 \begin_layout Plain Layout
45062
45063 }
45064 \end_layout
45065
45066 \end_inset
45067
45068  Gray
45069 \end_layout
45070
45071 \end_inset
45072 </cell>
45073 <cell alignment="left" valignment="top" usebox="none">
45074 \begin_inset Text
45075
45076 \begin_layout Plain Layout
45077 \begin_inset ERT
45078 status collapsed
45079
45080 \begin_layout Plain Layout
45081
45082
45083 \backslash
45084 fcolorbox{black}{
45085 \end_layout
45086
45087 \end_inset
45088
45089 GreenYellow
45090 \begin_inset ERT
45091 status collapsed
45092
45093 \begin_layout Plain Layout
45094
45095 }{
45096 \end_layout
45097
45098 \end_inset
45099
45100
45101 \begin_inset Phantom Phantom
45102 status open
45103
45104 \begin_layout Plain Layout
45105 W
45106 \end_layout
45107
45108 \end_inset
45109
45110
45111 \begin_inset ERT
45112 status collapsed
45113
45114 \begin_layout Plain Layout
45115
45116 }
45117 \end_layout
45118
45119 \end_inset
45120
45121  GreenYellow
45122 \end_layout
45123
45124 \end_inset
45125 </cell>
45126 </row>
45127 <row>
45128 <cell alignment="center" valignment="top" usebox="none">
45129 \begin_inset Text
45130
45131 \begin_layout Plain Layout
45132 \begin_inset ERT
45133 status collapsed
45134
45135 \begin_layout Plain Layout
45136
45137
45138 \backslash
45139 fcolorbox{black}{
45140 \end_layout
45141
45142 \end_inset
45143
45144 JungleGreen
45145 \begin_inset ERT
45146 status collapsed
45147
45148 \begin_layout Plain Layout
45149
45150 }{
45151 \end_layout
45152
45153 \end_inset
45154
45155
45156 \begin_inset Phantom Phantom
45157 status open
45158
45159 \begin_layout Plain Layout
45160 W
45161 \end_layout
45162
45163 \end_inset
45164
45165
45166 \begin_inset ERT
45167 status collapsed
45168
45169 \begin_layout Plain Layout
45170
45171 }
45172 \end_layout
45173
45174 \end_inset
45175
45176  JungleGreen
45177 \end_layout
45178
45179 \end_inset
45180 </cell>
45181 <cell alignment="center" valignment="top" usebox="none">
45182 \begin_inset Text
45183
45184 \begin_layout Plain Layout
45185 \begin_inset ERT
45186 status collapsed
45187
45188 \begin_layout Plain Layout
45189
45190
45191 \backslash
45192 fcolorbox{black}{
45193 \end_layout
45194
45195 \end_inset
45196
45197 Lavender
45198 \begin_inset ERT
45199 status collapsed
45200
45201 \begin_layout Plain Layout
45202
45203 }{
45204 \end_layout
45205
45206 \end_inset
45207
45208
45209 \begin_inset Phantom Phantom
45210 status open
45211
45212 \begin_layout Plain Layout
45213 W
45214 \end_layout
45215
45216 \end_inset
45217
45218
45219 \begin_inset ERT
45220 status collapsed
45221
45222 \begin_layout Plain Layout
45223
45224 }
45225 \end_layout
45226
45227 \end_inset
45228
45229  Lavender
45230 \end_layout
45231
45232 \end_inset
45233 </cell>
45234 <cell alignment="center" valignment="top" usebox="none">
45235 \begin_inset Text
45236
45237 \begin_layout Plain Layout
45238 \begin_inset ERT
45239 status collapsed
45240
45241 \begin_layout Plain Layout
45242
45243
45244 \backslash
45245 fcolorbox{black}{
45246 \end_layout
45247
45248 \end_inset
45249
45250 LimeGreen
45251 \begin_inset ERT
45252 status collapsed
45253
45254 \begin_layout Plain Layout
45255
45256 }{
45257 \end_layout
45258
45259 \end_inset
45260
45261
45262 \begin_inset Phantom Phantom
45263 status open
45264
45265 \begin_layout Plain Layout
45266 W
45267 \end_layout
45268
45269 \end_inset
45270
45271
45272 \begin_inset ERT
45273 status collapsed
45274
45275 \begin_layout Plain Layout
45276
45277 }
45278 \end_layout
45279
45280 \end_inset
45281
45282  LimeGreen
45283 \end_layout
45284
45285 \end_inset
45286 </cell>
45287 <cell alignment="center" valignment="top" usebox="none">
45288 \begin_inset Text
45289
45290 \begin_layout Plain Layout
45291 \begin_inset ERT
45292 status collapsed
45293
45294 \begin_layout Plain Layout
45295
45296
45297 \backslash
45298 fcolorbox{black}{
45299 \end_layout
45300
45301 \end_inset
45302
45303 Mahogany
45304 \begin_inset ERT
45305 status collapsed
45306
45307 \begin_layout Plain Layout
45308
45309 }{
45310 \end_layout
45311
45312 \end_inset
45313
45314
45315 \begin_inset Phantom Phantom
45316 status open
45317
45318 \begin_layout Plain Layout
45319 W
45320 \end_layout
45321
45322 \end_inset
45323
45324
45325 \begin_inset ERT
45326 status collapsed
45327
45328 \begin_layout Plain Layout
45329
45330 }
45331 \end_layout
45332
45333 \end_inset
45334
45335  Mahogany
45336 \end_layout
45337
45338 \end_inset
45339 </cell>
45340 </row>
45341 <row>
45342 <cell alignment="left" valignment="top" usebox="none">
45343 \begin_inset Text
45344
45345 \begin_layout Plain Layout
45346 \begin_inset ERT
45347 status collapsed
45348
45349 \begin_layout Plain Layout
45350
45351
45352 \backslash
45353 fcolorbox{black}{
45354 \end_layout
45355
45356 \end_inset
45357
45358 Mahogany
45359 \begin_inset ERT
45360 status collapsed
45361
45362 \begin_layout Plain Layout
45363
45364 }{
45365 \end_layout
45366
45367 \end_inset
45368
45369
45370 \begin_inset Phantom Phantom
45371 status open
45372
45373 \begin_layout Plain Layout
45374 W
45375 \end_layout
45376
45377 \end_inset
45378
45379
45380 \begin_inset ERT
45381 status collapsed
45382
45383 \begin_layout Plain Layout
45384
45385 }
45386 \end_layout
45387
45388 \end_inset
45389
45390  Mahogany
45391 \end_layout
45392
45393 \end_inset
45394 </cell>
45395 <cell alignment="left" valignment="top" usebox="none">
45396 \begin_inset Text
45397
45398 \begin_layout Plain Layout
45399 \begin_inset ERT
45400 status collapsed
45401
45402 \begin_layout Plain Layout
45403
45404
45405 \backslash
45406 fcolorbox{black}{
45407 \end_layout
45408
45409 \end_inset
45410
45411 Maroon
45412 \begin_inset ERT
45413 status collapsed
45414
45415 \begin_layout Plain Layout
45416
45417 }{
45418 \end_layout
45419
45420 \end_inset
45421
45422
45423 \begin_inset Phantom Phantom
45424 status open
45425
45426 \begin_layout Plain Layout
45427 W
45428 \end_layout
45429
45430 \end_inset
45431
45432
45433 \begin_inset ERT
45434 status collapsed
45435
45436 \begin_layout Plain Layout
45437
45438 }
45439 \end_layout
45440
45441 \end_inset
45442
45443  Maroon
45444 \end_layout
45445
45446 \end_inset
45447 </cell>
45448 <cell alignment="left" valignment="top" usebox="none">
45449 \begin_inset Text
45450
45451 \begin_layout Plain Layout
45452 \begin_inset ERT
45453 status collapsed
45454
45455 \begin_layout Plain Layout
45456
45457
45458 \backslash
45459 fcolorbox{black}{
45460 \end_layout
45461
45462 \end_inset
45463
45464 Melon
45465 \begin_inset ERT
45466 status collapsed
45467
45468 \begin_layout Plain Layout
45469
45470 }{
45471 \end_layout
45472
45473 \end_inset
45474
45475
45476 \begin_inset Phantom Phantom
45477 status open
45478
45479 \begin_layout Plain Layout
45480 W
45481 \end_layout
45482
45483 \end_inset
45484
45485
45486 \begin_inset ERT
45487 status collapsed
45488
45489 \begin_layout Plain Layout
45490
45491 }
45492 \end_layout
45493
45494 \end_inset
45495
45496  Melon
45497 \end_layout
45498
45499 \end_inset
45500 </cell>
45501 <cell alignment="left" valignment="top" usebox="none">
45502 \begin_inset Text
45503
45504 \begin_layout Plain Layout
45505 \begin_inset ERT
45506 status collapsed
45507
45508 \begin_layout Plain Layout
45509
45510
45511 \backslash
45512 fcolorbox{black}{
45513 \end_layout
45514
45515 \end_inset
45516
45517 MidnightBlue
45518 \begin_inset ERT
45519 status collapsed
45520
45521 \begin_layout Plain Layout
45522
45523 }{
45524 \end_layout
45525
45526 \end_inset
45527
45528
45529 \begin_inset Phantom Phantom
45530 status open
45531
45532 \begin_layout Plain Layout
45533 W
45534 \end_layout
45535
45536 \end_inset
45537
45538
45539 \begin_inset ERT
45540 status collapsed
45541
45542 \begin_layout Plain Layout
45543
45544 }
45545 \end_layout
45546
45547 \end_inset
45548
45549  MidnightBlue
45550 \end_layout
45551
45552 \end_inset
45553 </cell>
45554 </row>
45555 <row>
45556 <cell alignment="left" valignment="top" usebox="none">
45557 \begin_inset Text
45558
45559 \begin_layout Plain Layout
45560 \begin_inset ERT
45561 status collapsed
45562
45563 \begin_layout Plain Layout
45564
45565
45566 \backslash
45567 fcolorbox{black}{
45568 \end_layout
45569
45570 \end_inset
45571
45572 Mulberry
45573 \begin_inset ERT
45574 status collapsed
45575
45576 \begin_layout Plain Layout
45577
45578 }{
45579 \end_layout
45580
45581 \end_inset
45582
45583
45584 \begin_inset Phantom Phantom
45585 status open
45586
45587 \begin_layout Plain Layout
45588 W
45589 \end_layout
45590
45591 \end_inset
45592
45593
45594 \begin_inset ERT
45595 status collapsed
45596
45597 \begin_layout Plain Layout
45598
45599 }
45600 \end_layout
45601
45602 \end_inset
45603
45604  Mulberry
45605 \end_layout
45606
45607 \end_inset
45608 </cell>
45609 <cell alignment="left" valignment="top" usebox="none">
45610 \begin_inset Text
45611
45612 \begin_layout Plain Layout
45613 \begin_inset ERT
45614 status collapsed
45615
45616 \begin_layout Plain Layout
45617
45618
45619 \backslash
45620 fcolorbox{black}{
45621 \end_layout
45622
45623 \end_inset
45624
45625 NavyBlue
45626 \begin_inset ERT
45627 status collapsed
45628
45629 \begin_layout Plain Layout
45630
45631 }{
45632 \end_layout
45633
45634 \end_inset
45635
45636
45637 \begin_inset Phantom Phantom
45638 status open
45639
45640 \begin_layout Plain Layout
45641 W
45642 \end_layout
45643
45644 \end_inset
45645
45646
45647 \begin_inset ERT
45648 status collapsed
45649
45650 \begin_layout Plain Layout
45651
45652 }
45653 \end_layout
45654
45655 \end_inset
45656
45657  NavyBlue
45658 \end_layout
45659
45660 \end_inset
45661 </cell>
45662 <cell alignment="left" valignment="top" usebox="none">
45663 \begin_inset Text
45664
45665 \begin_layout Plain Layout
45666 \begin_inset ERT
45667 status collapsed
45668
45669 \begin_layout Plain Layout
45670
45671
45672 \backslash
45673 fcolorbox{black}{
45674 \end_layout
45675
45676 \end_inset
45677
45678 OliveGreen
45679 \begin_inset ERT
45680 status collapsed
45681
45682 \begin_layout Plain Layout
45683
45684 }{
45685 \end_layout
45686
45687 \end_inset
45688
45689
45690 \begin_inset Phantom Phantom
45691 status open
45692
45693 \begin_layout Plain Layout
45694 W
45695 \end_layout
45696
45697 \end_inset
45698
45699
45700 \begin_inset ERT
45701 status collapsed
45702
45703 \begin_layout Plain Layout
45704
45705 }
45706 \end_layout
45707
45708 \end_inset
45709
45710  OliveGreen
45711 \end_layout
45712
45713 \end_inset
45714 </cell>
45715 <cell alignment="left" valignment="top" usebox="none">
45716 \begin_inset Text
45717
45718 \begin_layout Plain Layout
45719 \begin_inset ERT
45720 status collapsed
45721
45722 \begin_layout Plain Layout
45723
45724
45725 \backslash
45726 fcolorbox{black}{
45727 \end_layout
45728
45729 \end_inset
45730
45731 Orange
45732 \begin_inset ERT
45733 status collapsed
45734
45735 \begin_layout Plain Layout
45736
45737 }{
45738 \end_layout
45739
45740 \end_inset
45741
45742
45743 \begin_inset Phantom Phantom
45744 status open
45745
45746 \begin_layout Plain Layout
45747 W
45748 \end_layout
45749
45750 \end_inset
45751
45752
45753 \begin_inset ERT
45754 status collapsed
45755
45756 \begin_layout Plain Layout
45757
45758 }
45759 \end_layout
45760
45761 \end_inset
45762
45763  Orange
45764 \end_layout
45765
45766 \end_inset
45767 </cell>
45768 </row>
45769 <row>
45770 <cell alignment="left" valignment="top" usebox="none">
45771 \begin_inset Text
45772
45773 \begin_layout Plain Layout
45774 \begin_inset ERT
45775 status collapsed
45776
45777 \begin_layout Plain Layout
45778
45779
45780 \backslash
45781 fcolorbox{black}{
45782 \end_layout
45783
45784 \end_inset
45785
45786 OrangeRed
45787 \begin_inset ERT
45788 status collapsed
45789
45790 \begin_layout Plain Layout
45791
45792 }{
45793 \end_layout
45794
45795 \end_inset
45796
45797
45798 \begin_inset Phantom Phantom
45799 status open
45800
45801 \begin_layout Plain Layout
45802 W
45803 \end_layout
45804
45805 \end_inset
45806
45807
45808 \begin_inset ERT
45809 status collapsed
45810
45811 \begin_layout Plain Layout
45812
45813 }
45814 \end_layout
45815
45816 \end_inset
45817
45818  OrangeRed
45819 \end_layout
45820
45821 \end_inset
45822 </cell>
45823 <cell alignment="left" valignment="top" usebox="none">
45824 \begin_inset Text
45825
45826 \begin_layout Plain Layout
45827 \begin_inset ERT
45828 status collapsed
45829
45830 \begin_layout Plain Layout
45831
45832
45833 \backslash
45834 fcolorbox{black}{
45835 \end_layout
45836
45837 \end_inset
45838
45839 Orchid
45840 \begin_inset ERT
45841 status collapsed
45842
45843 \begin_layout Plain Layout
45844
45845 }{
45846 \end_layout
45847
45848 \end_inset
45849
45850
45851 \begin_inset Phantom Phantom
45852 status open
45853
45854 \begin_layout Plain Layout
45855 W
45856 \end_layout
45857
45858 \end_inset
45859
45860
45861 \begin_inset ERT
45862 status collapsed
45863
45864 \begin_layout Plain Layout
45865
45866 }
45867 \end_layout
45868
45869 \end_inset
45870
45871  Orchid
45872 \end_layout
45873
45874 \end_inset
45875 </cell>
45876 <cell alignment="left" valignment="top" usebox="none">
45877 \begin_inset Text
45878
45879 \begin_layout Plain Layout
45880 \begin_inset ERT
45881 status collapsed
45882
45883 \begin_layout Plain Layout
45884
45885
45886 \backslash
45887 fcolorbox{black}{
45888 \end_layout
45889
45890 \end_inset
45891
45892 Peach
45893 \begin_inset ERT
45894 status collapsed
45895
45896 \begin_layout Plain Layout
45897
45898 }{
45899 \end_layout
45900
45901 \end_inset
45902
45903
45904 \begin_inset Phantom Phantom
45905 status open
45906
45907 \begin_layout Plain Layout
45908 W
45909 \end_layout
45910
45911 \end_inset
45912
45913
45914 \begin_inset ERT
45915 status collapsed
45916
45917 \begin_layout Plain Layout
45918
45919 }
45920 \end_layout
45921
45922 \end_inset
45923
45924  Peach
45925 \end_layout
45926
45927 \end_inset
45928 </cell>
45929 <cell alignment="left" valignment="top" usebox="none">
45930 \begin_inset Text
45931
45932 \begin_layout Plain Layout
45933 \begin_inset ERT
45934 status collapsed
45935
45936 \begin_layout Plain Layout
45937
45938
45939 \backslash
45940 fcolorbox{black}{
45941 \end_layout
45942
45943 \end_inset
45944
45945 Periwinkle
45946 \begin_inset ERT
45947 status collapsed
45948
45949 \begin_layout Plain Layout
45950
45951 }{
45952 \end_layout
45953
45954 \end_inset
45955
45956
45957 \begin_inset Phantom Phantom
45958 status open
45959
45960 \begin_layout Plain Layout
45961 W
45962 \end_layout
45963
45964 \end_inset
45965
45966
45967 \begin_inset ERT
45968 status collapsed
45969
45970 \begin_layout Plain Layout
45971
45972 }
45973 \end_layout
45974
45975 \end_inset
45976
45977  Periwinkle
45978 \end_layout
45979
45980 \end_inset
45981 </cell>
45982 </row>
45983 <row>
45984 <cell alignment="left" valignment="top" usebox="none">
45985 \begin_inset Text
45986
45987 \begin_layout Plain Layout
45988 \begin_inset ERT
45989 status collapsed
45990
45991 \begin_layout Plain Layout
45992
45993
45994 \backslash
45995 fcolorbox{black}{
45996 \end_layout
45997
45998 \end_inset
45999
46000 PineGreen
46001 \begin_inset ERT
46002 status collapsed
46003
46004 \begin_layout Plain Layout
46005
46006 }{
46007 \end_layout
46008
46009 \end_inset
46010
46011
46012 \begin_inset Phantom Phantom
46013 status open
46014
46015 \begin_layout Plain Layout
46016 W
46017 \end_layout
46018
46019 \end_inset
46020
46021
46022 \begin_inset ERT
46023 status collapsed
46024
46025 \begin_layout Plain Layout
46026
46027 }
46028 \end_layout
46029
46030 \end_inset
46031
46032  PineGreen
46033 \end_layout
46034
46035 \end_inset
46036 </cell>
46037 <cell alignment="left" valignment="top" usebox="none">
46038 \begin_inset Text
46039
46040 \begin_layout Plain Layout
46041 \begin_inset ERT
46042 status collapsed
46043
46044 \begin_layout Plain Layout
46045
46046
46047 \backslash
46048 fcolorbox{black}{
46049 \end_layout
46050
46051 \end_inset
46052
46053 Plum
46054 \begin_inset ERT
46055 status collapsed
46056
46057 \begin_layout Plain Layout
46058
46059 }{
46060 \end_layout
46061
46062 \end_inset
46063
46064
46065 \begin_inset Phantom Phantom
46066 status open
46067
46068 \begin_layout Plain Layout
46069 W
46070 \end_layout
46071
46072 \end_inset
46073
46074
46075 \begin_inset ERT
46076 status collapsed
46077
46078 \begin_layout Plain Layout
46079
46080 }
46081 \end_layout
46082
46083 \end_inset
46084
46085  Plum
46086 \end_layout
46087
46088 \end_inset
46089 </cell>
46090 <cell alignment="left" valignment="top" usebox="none">
46091 \begin_inset Text
46092
46093 \begin_layout Plain Layout
46094 \begin_inset ERT
46095 status collapsed
46096
46097 \begin_layout Plain Layout
46098
46099
46100 \backslash
46101 fcolorbox{black}{
46102 \end_layout
46103
46104 \end_inset
46105
46106 ProcessBlue
46107 \begin_inset ERT
46108 status collapsed
46109
46110 \begin_layout Plain Layout
46111
46112 }{
46113 \end_layout
46114
46115 \end_inset
46116
46117
46118 \begin_inset Phantom Phantom
46119 status open
46120
46121 \begin_layout Plain Layout
46122 W
46123 \end_layout
46124
46125 \end_inset
46126
46127
46128 \begin_inset ERT
46129 status collapsed
46130
46131 \begin_layout Plain Layout
46132
46133 }
46134 \end_layout
46135
46136 \end_inset
46137
46138  ProcessBlue
46139 \end_layout
46140
46141 \end_inset
46142 </cell>
46143 <cell alignment="left" valignment="top" usebox="none">
46144 \begin_inset Text
46145
46146 \begin_layout Plain Layout
46147 \begin_inset ERT
46148 status collapsed
46149
46150 \begin_layout Plain Layout
46151
46152
46153 \backslash
46154 fcolorbox{black}{
46155 \end_layout
46156
46157 \end_inset
46158
46159 Purple
46160 \begin_inset ERT
46161 status collapsed
46162
46163 \begin_layout Plain Layout
46164
46165 }{
46166 \end_layout
46167
46168 \end_inset
46169
46170
46171 \begin_inset Phantom Phantom
46172 status open
46173
46174 \begin_layout Plain Layout
46175 W
46176 \end_layout
46177
46178 \end_inset
46179
46180
46181 \begin_inset ERT
46182 status collapsed
46183
46184 \begin_layout Plain Layout
46185
46186 }
46187 \end_layout
46188
46189 \end_inset
46190
46191  Purple
46192 \end_layout
46193
46194 \end_inset
46195 </cell>
46196 </row>
46197 <row>
46198 <cell alignment="left" valignment="top" usebox="none">
46199 \begin_inset Text
46200
46201 \begin_layout Plain Layout
46202 \begin_inset ERT
46203 status collapsed
46204
46205 \begin_layout Plain Layout
46206
46207
46208 \backslash
46209 fcolorbox{black}{
46210 \end_layout
46211
46212 \end_inset
46213
46214 RawSienna
46215 \begin_inset ERT
46216 status collapsed
46217
46218 \begin_layout Plain Layout
46219
46220 }{
46221 \end_layout
46222
46223 \end_inset
46224
46225
46226 \begin_inset Phantom Phantom
46227 status open
46228
46229 \begin_layout Plain Layout
46230 W
46231 \end_layout
46232
46233 \end_inset
46234
46235
46236 \begin_inset ERT
46237 status collapsed
46238
46239 \begin_layout Plain Layout
46240
46241 }
46242 \end_layout
46243
46244 \end_inset
46245
46246  RawSienna
46247 \end_layout
46248
46249 \end_inset
46250 </cell>
46251 <cell alignment="left" valignment="top" usebox="none">
46252 \begin_inset Text
46253
46254 \begin_layout Plain Layout
46255 \begin_inset ERT
46256 status collapsed
46257
46258 \begin_layout Plain Layout
46259
46260
46261 \backslash
46262 fcolorbox{black}{
46263 \end_layout
46264
46265 \end_inset
46266
46267 RedOrange
46268 \begin_inset ERT
46269 status collapsed
46270
46271 \begin_layout Plain Layout
46272
46273 }{
46274 \end_layout
46275
46276 \end_inset
46277
46278
46279 \begin_inset Phantom Phantom
46280 status open
46281
46282 \begin_layout Plain Layout
46283 W
46284 \end_layout
46285
46286 \end_inset
46287
46288
46289 \begin_inset ERT
46290 status collapsed
46291
46292 \begin_layout Plain Layout
46293
46294 }
46295 \end_layout
46296
46297 \end_inset
46298
46299  RedOrange
46300 \end_layout
46301
46302 \end_inset
46303 </cell>
46304 <cell alignment="left" valignment="top" usebox="none">
46305 \begin_inset Text
46306
46307 \begin_layout Plain Layout
46308 \begin_inset ERT
46309 status collapsed
46310
46311 \begin_layout Plain Layout
46312
46313
46314 \backslash
46315 fcolorbox{black}{
46316 \end_layout
46317
46318 \end_inset
46319
46320 RedViolet
46321 \begin_inset ERT
46322 status collapsed
46323
46324 \begin_layout Plain Layout
46325
46326 }{
46327 \end_layout
46328
46329 \end_inset
46330
46331
46332 \begin_inset Phantom Phantom
46333 status open
46334
46335 \begin_layout Plain Layout
46336 W
46337 \end_layout
46338
46339 \end_inset
46340
46341
46342 \begin_inset ERT
46343 status collapsed
46344
46345 \begin_layout Plain Layout
46346
46347 }
46348 \end_layout
46349
46350 \end_inset
46351
46352  RedViolet
46353 \end_layout
46354
46355 \end_inset
46356 </cell>
46357 <cell alignment="left" valignment="top" usebox="none">
46358 \begin_inset Text
46359
46360 \begin_layout Plain Layout
46361 \begin_inset ERT
46362 status collapsed
46363
46364 \begin_layout Plain Layout
46365
46366
46367 \backslash
46368 fcolorbox{black}{
46369 \end_layout
46370
46371 \end_inset
46372
46373 Rhodamine
46374 \begin_inset ERT
46375 status collapsed
46376
46377 \begin_layout Plain Layout
46378
46379 }{
46380 \end_layout
46381
46382 \end_inset
46383
46384
46385 \begin_inset Phantom Phantom
46386 status open
46387
46388 \begin_layout Plain Layout
46389 W
46390 \end_layout
46391
46392 \end_inset
46393
46394
46395 \begin_inset ERT
46396 status collapsed
46397
46398 \begin_layout Plain Layout
46399
46400 }
46401 \end_layout
46402
46403 \end_inset
46404
46405  Rhodamine
46406 \end_layout
46407
46408 \end_inset
46409 </cell>
46410 </row>
46411 <row>
46412 <cell alignment="left" valignment="top" usebox="none">
46413 \begin_inset Text
46414
46415 \begin_layout Plain Layout
46416 \begin_inset ERT
46417 status collapsed
46418
46419 \begin_layout Plain Layout
46420
46421
46422 \backslash
46423 fcolorbox{black}{
46424 \end_layout
46425
46426 \end_inset
46427
46428 RoyalBlue
46429 \begin_inset ERT
46430 status collapsed
46431
46432 \begin_layout Plain Layout
46433
46434 }{
46435 \end_layout
46436
46437 \end_inset
46438
46439
46440 \begin_inset Phantom Phantom
46441 status open
46442
46443 \begin_layout Plain Layout
46444 W
46445 \end_layout
46446
46447 \end_inset
46448
46449
46450 \begin_inset ERT
46451 status collapsed
46452
46453 \begin_layout Plain Layout
46454
46455 }
46456 \end_layout
46457
46458 \end_inset
46459
46460  RoyalBlue
46461 \end_layout
46462
46463 \end_inset
46464 </cell>
46465 <cell alignment="left" valignment="top" usebox="none">
46466 \begin_inset Text
46467
46468 \begin_layout Plain Layout
46469 \begin_inset ERT
46470 status collapsed
46471
46472 \begin_layout Plain Layout
46473
46474
46475 \backslash
46476 fcolorbox{black}{
46477 \end_layout
46478
46479 \end_inset
46480
46481 RoyalPurple
46482 \begin_inset ERT
46483 status collapsed
46484
46485 \begin_layout Plain Layout
46486
46487 }{
46488 \end_layout
46489
46490 \end_inset
46491
46492
46493 \begin_inset Phantom Phantom
46494 status open
46495
46496 \begin_layout Plain Layout
46497 W
46498 \end_layout
46499
46500 \end_inset
46501
46502
46503 \begin_inset ERT
46504 status collapsed
46505
46506 \begin_layout Plain Layout
46507
46508 }
46509 \end_layout
46510
46511 \end_inset
46512
46513  RoyalPurple
46514 \end_layout
46515
46516 \end_inset
46517 </cell>
46518 <cell alignment="left" valignment="top" usebox="none">
46519 \begin_inset Text
46520
46521 \begin_layout Plain Layout
46522 \begin_inset ERT
46523 status collapsed
46524
46525 \begin_layout Plain Layout
46526
46527
46528 \backslash
46529 fcolorbox{black}{
46530 \end_layout
46531
46532 \end_inset
46533
46534 RubineRed
46535 \begin_inset ERT
46536 status collapsed
46537
46538 \begin_layout Plain Layout
46539
46540 }{
46541 \end_layout
46542
46543 \end_inset
46544
46545
46546 \begin_inset Phantom Phantom
46547 status open
46548
46549 \begin_layout Plain Layout
46550 W
46551 \end_layout
46552
46553 \end_inset
46554
46555
46556 \begin_inset ERT
46557 status collapsed
46558
46559 \begin_layout Plain Layout
46560
46561 }
46562 \end_layout
46563
46564 \end_inset
46565
46566  RubineRed
46567 \end_layout
46568
46569 \end_inset
46570 </cell>
46571 <cell alignment="left" valignment="top" usebox="none">
46572 \begin_inset Text
46573
46574 \begin_layout Plain Layout
46575 \begin_inset ERT
46576 status collapsed
46577
46578 \begin_layout Plain Layout
46579
46580
46581 \backslash
46582 fcolorbox{black}{
46583 \end_layout
46584
46585 \end_inset
46586
46587 Salmon
46588 \begin_inset ERT
46589 status collapsed
46590
46591 \begin_layout Plain Layout
46592
46593 }{
46594 \end_layout
46595
46596 \end_inset
46597
46598
46599 \begin_inset Phantom Phantom
46600 status open
46601
46602 \begin_layout Plain Layout
46603 W
46604 \end_layout
46605
46606 \end_inset
46607
46608
46609 \begin_inset ERT
46610 status collapsed
46611
46612 \begin_layout Plain Layout
46613
46614 }
46615 \end_layout
46616
46617 \end_inset
46618
46619  Salmon
46620 \end_layout
46621
46622 \end_inset
46623 </cell>
46624 </row>
46625 <row>
46626 <cell alignment="left" valignment="top" usebox="none">
46627 \begin_inset Text
46628
46629 \begin_layout Plain Layout
46630 \begin_inset ERT
46631 status collapsed
46632
46633 \begin_layout Plain Layout
46634
46635
46636 \backslash
46637 fcolorbox{black}{
46638 \end_layout
46639
46640 \end_inset
46641
46642 SeaGreen
46643 \begin_inset ERT
46644 status collapsed
46645
46646 \begin_layout Plain Layout
46647
46648 }{
46649 \end_layout
46650
46651 \end_inset
46652
46653
46654 \begin_inset Phantom Phantom
46655 status open
46656
46657 \begin_layout Plain Layout
46658 W
46659 \end_layout
46660
46661 \end_inset
46662
46663
46664 \begin_inset ERT
46665 status collapsed
46666
46667 \begin_layout Plain Layout
46668
46669 }
46670 \end_layout
46671
46672 \end_inset
46673
46674  SeaGreen
46675 \end_layout
46676
46677 \end_inset
46678 </cell>
46679 <cell alignment="left" valignment="top" usebox="none">
46680 \begin_inset Text
46681
46682 \begin_layout Plain Layout
46683 \begin_inset ERT
46684 status collapsed
46685
46686 \begin_layout Plain Layout
46687
46688
46689 \backslash
46690 fcolorbox{black}{
46691 \end_layout
46692
46693 \end_inset
46694
46695 Sepia
46696 \begin_inset ERT
46697 status collapsed
46698
46699 \begin_layout Plain Layout
46700
46701 }{
46702 \end_layout
46703
46704 \end_inset
46705
46706
46707 \begin_inset Phantom Phantom
46708 status open
46709
46710 \begin_layout Plain Layout
46711 W
46712 \end_layout
46713
46714 \end_inset
46715
46716
46717 \begin_inset ERT
46718 status collapsed
46719
46720 \begin_layout Plain Layout
46721
46722 }
46723 \end_layout
46724
46725 \end_inset
46726
46727  Sepia
46728 \end_layout
46729
46730 \end_inset
46731 </cell>
46732 <cell alignment="left" valignment="top" usebox="none">
46733 \begin_inset Text
46734
46735 \begin_layout Plain Layout
46736 \begin_inset ERT
46737 status collapsed
46738
46739 \begin_layout Plain Layout
46740
46741
46742 \backslash
46743 fcolorbox{black}{
46744 \end_layout
46745
46746 \end_inset
46747
46748 SkyBlue
46749 \begin_inset ERT
46750 status collapsed
46751
46752 \begin_layout Plain Layout
46753
46754 }{
46755 \end_layout
46756
46757 \end_inset
46758
46759
46760 \begin_inset Phantom Phantom
46761 status open
46762
46763 \begin_layout Plain Layout
46764 W
46765 \end_layout
46766
46767 \end_inset
46768
46769
46770 \begin_inset ERT
46771 status collapsed
46772
46773 \begin_layout Plain Layout
46774
46775 }
46776 \end_layout
46777
46778 \end_inset
46779
46780  SkyBlue
46781 \end_layout
46782
46783 \end_inset
46784 </cell>
46785 <cell alignment="left" valignment="top" usebox="none">
46786 \begin_inset Text
46787
46788 \begin_layout Plain Layout
46789 \begin_inset ERT
46790 status collapsed
46791
46792 \begin_layout Plain Layout
46793
46794
46795 \backslash
46796 fcolorbox{black}{
46797 \end_layout
46798
46799 \end_inset
46800
46801 SpringGreen
46802 \begin_inset ERT
46803 status collapsed
46804
46805 \begin_layout Plain Layout
46806
46807 }{
46808 \end_layout
46809
46810 \end_inset
46811
46812
46813 \begin_inset Phantom Phantom
46814 status open
46815
46816 \begin_layout Plain Layout
46817 W
46818 \end_layout
46819
46820 \end_inset
46821
46822
46823 \begin_inset ERT
46824 status collapsed
46825
46826 \begin_layout Plain Layout
46827
46828 }
46829 \end_layout
46830
46831 \end_inset
46832
46833  SpringGreen
46834 \end_layout
46835
46836 \end_inset
46837 </cell>
46838 </row>
46839 <row>
46840 <cell alignment="left" valignment="top" usebox="none">
46841 \begin_inset Text
46842
46843 \begin_layout Plain Layout
46844 \begin_inset ERT
46845 status collapsed
46846
46847 \begin_layout Plain Layout
46848
46849
46850 \backslash
46851 fcolorbox{black}{
46852 \end_layout
46853
46854 \end_inset
46855
46856 Tan
46857 \begin_inset ERT
46858 status collapsed
46859
46860 \begin_layout Plain Layout
46861
46862 }{
46863 \end_layout
46864
46865 \end_inset
46866
46867
46868 \begin_inset Phantom Phantom
46869 status open
46870
46871 \begin_layout Plain Layout
46872 W
46873 \end_layout
46874
46875 \end_inset
46876
46877
46878 \begin_inset ERT
46879 status collapsed
46880
46881 \begin_layout Plain Layout
46882
46883 }
46884 \end_layout
46885
46886 \end_inset
46887
46888  Tan
46889 \end_layout
46890
46891 \end_inset
46892 </cell>
46893 <cell alignment="left" valignment="top" usebox="none">
46894 \begin_inset Text
46895
46896 \begin_layout Plain Layout
46897 \begin_inset ERT
46898 status collapsed
46899
46900 \begin_layout Plain Layout
46901
46902
46903 \backslash
46904 fcolorbox{black}{
46905 \end_layout
46906
46907 \end_inset
46908
46909 TealBlue
46910 \begin_inset ERT
46911 status collapsed
46912
46913 \begin_layout Plain Layout
46914
46915 }{
46916 \end_layout
46917
46918 \end_inset
46919
46920
46921 \begin_inset Phantom Phantom
46922 status open
46923
46924 \begin_layout Plain Layout
46925 W
46926 \end_layout
46927
46928 \end_inset
46929
46930
46931 \begin_inset ERT
46932 status collapsed
46933
46934 \begin_layout Plain Layout
46935
46936 }
46937 \end_layout
46938
46939 \end_inset
46940
46941  TealBlue
46942 \end_layout
46943
46944 \end_inset
46945 </cell>
46946 <cell alignment="left" valignment="top" usebox="none">
46947 \begin_inset Text
46948
46949 \begin_layout Plain Layout
46950 \begin_inset ERT
46951 status collapsed
46952
46953 \begin_layout Plain Layout
46954
46955
46956 \backslash
46957 fcolorbox{black}{
46958 \end_layout
46959
46960 \end_inset
46961
46962 Thistle
46963 \begin_inset ERT
46964 status collapsed
46965
46966 \begin_layout Plain Layout
46967
46968 }{
46969 \end_layout
46970
46971 \end_inset
46972
46973
46974 \begin_inset Phantom Phantom
46975 status open
46976
46977 \begin_layout Plain Layout
46978 W
46979 \end_layout
46980
46981 \end_inset
46982
46983
46984 \begin_inset ERT
46985 status collapsed
46986
46987 \begin_layout Plain Layout
46988
46989 }
46990 \end_layout
46991
46992 \end_inset
46993
46994  Thistle
46995 \end_layout
46996
46997 \end_inset
46998 </cell>
46999 <cell alignment="left" valignment="top" usebox="none">
47000 \begin_inset Text
47001
47002 \begin_layout Plain Layout
47003 \begin_inset ERT
47004 status collapsed
47005
47006 \begin_layout Plain Layout
47007
47008
47009 \backslash
47010 fcolorbox{black}{
47011 \end_layout
47012
47013 \end_inset
47014
47015 Turquoise
47016 \begin_inset ERT
47017 status collapsed
47018
47019 \begin_layout Plain Layout
47020
47021 }{
47022 \end_layout
47023
47024 \end_inset
47025
47026
47027 \begin_inset Phantom Phantom
47028 status open
47029
47030 \begin_layout Plain Layout
47031 W
47032 \end_layout
47033
47034 \end_inset
47035
47036
47037 \begin_inset ERT
47038 status collapsed
47039
47040 \begin_layout Plain Layout
47041
47042 }
47043 \end_layout
47044
47045 \end_inset
47046
47047  Turquoise
47048 \end_layout
47049
47050 \end_inset
47051 </cell>
47052 </row>
47053 <row>
47054 <cell alignment="left" valignment="top" usebox="none">
47055 \begin_inset Text
47056
47057 \begin_layout Plain Layout
47058 \begin_inset ERT
47059 status collapsed
47060
47061 \begin_layout Plain Layout
47062
47063
47064 \backslash
47065 fcolorbox{black}{
47066 \end_layout
47067
47068 \end_inset
47069
47070 Violet
47071 \begin_inset ERT
47072 status collapsed
47073
47074 \begin_layout Plain Layout
47075
47076 }{
47077 \end_layout
47078
47079 \end_inset
47080
47081
47082 \begin_inset Phantom Phantom
47083 status open
47084
47085 \begin_layout Plain Layout
47086 W
47087 \end_layout
47088
47089 \end_inset
47090
47091
47092 \begin_inset ERT
47093 status collapsed
47094
47095 \begin_layout Plain Layout
47096
47097 }
47098 \end_layout
47099
47100 \end_inset
47101
47102  Violet
47103 \end_layout
47104
47105 \end_inset
47106 </cell>
47107 <cell alignment="left" valignment="top" usebox="none">
47108 \begin_inset Text
47109
47110 \begin_layout Plain Layout
47111 \begin_inset ERT
47112 status collapsed
47113
47114 \begin_layout Plain Layout
47115
47116
47117 \backslash
47118 fcolorbox{black}{
47119 \end_layout
47120
47121 \end_inset
47122
47123 VioletRed
47124 \begin_inset ERT
47125 status collapsed
47126
47127 \begin_layout Plain Layout
47128
47129 }{
47130 \end_layout
47131
47132 \end_inset
47133
47134
47135 \begin_inset Phantom Phantom
47136 status open
47137
47138 \begin_layout Plain Layout
47139 W
47140 \end_layout
47141
47142 \end_inset
47143
47144
47145 \begin_inset ERT
47146 status collapsed
47147
47148 \begin_layout Plain Layout
47149
47150 }
47151 \end_layout
47152
47153 \end_inset
47154
47155  VioletRed
47156 \end_layout
47157
47158 \end_inset
47159 </cell>
47160 <cell alignment="left" valignment="top" usebox="none">
47161 \begin_inset Text
47162
47163 \begin_layout Plain Layout
47164 \begin_inset ERT
47165 status collapsed
47166
47167 \begin_layout Plain Layout
47168
47169
47170 \backslash
47171 fcolorbox{black}{
47172 \end_layout
47173
47174 \end_inset
47175
47176 WildStrawberry
47177 \begin_inset ERT
47178 status collapsed
47179
47180 \begin_layout Plain Layout
47181
47182 }{
47183 \end_layout
47184
47185 \end_inset
47186
47187
47188 \begin_inset Phantom Phantom
47189 status open
47190
47191 \begin_layout Plain Layout
47192 W
47193 \end_layout
47194
47195 \end_inset
47196
47197
47198 \begin_inset ERT
47199 status collapsed
47200
47201 \begin_layout Plain Layout
47202
47203 }
47204 \end_layout
47205
47206 \end_inset
47207
47208  WildStrawberry
47209 \end_layout
47210
47211 \end_inset
47212 </cell>
47213 <cell alignment="left" valignment="top" usebox="none">
47214 \begin_inset Text
47215
47216 \begin_layout Plain Layout
47217 \begin_inset ERT
47218 status collapsed
47219
47220 \begin_layout Plain Layout
47221
47222
47223 \backslash
47224 fcolorbox{black}{
47225 \end_layout
47226
47227 \end_inset
47228
47229 YellowGreen
47230 \begin_inset ERT
47231 status collapsed
47232
47233 \begin_layout Plain Layout
47234
47235 }{
47236 \end_layout
47237
47238 \end_inset
47239
47240
47241 \begin_inset Phantom Phantom
47242 status open
47243
47244 \begin_layout Plain Layout
47245 W
47246 \end_layout
47247
47248 \end_inset
47249
47250
47251 \begin_inset ERT
47252 status collapsed
47253
47254 \begin_layout Plain Layout
47255
47256 }
47257 \end_layout
47258
47259 \end_inset
47260
47261  YellowGreen
47262 \end_layout
47263
47264 \end_inset
47265 </cell>
47266 </row>
47267 <row>
47268 <cell alignment="left" valignment="top" usebox="none">
47269 \begin_inset Text
47270
47271 \begin_layout Plain Layout
47272 \begin_inset ERT
47273 status collapsed
47274
47275 \begin_layout Plain Layout
47276
47277
47278 \backslash
47279 fcolorbox{black}{
47280 \end_layout
47281
47282 \end_inset
47283
47284 YellowOrange
47285 \begin_inset ERT
47286 status collapsed
47287
47288 \begin_layout Plain Layout
47289
47290 }{
47291 \end_layout
47292
47293 \end_inset
47294
47295
47296 \begin_inset Phantom Phantom
47297 status open
47298
47299 \begin_layout Plain Layout
47300 W
47301 \end_layout
47302
47303 \end_inset
47304
47305
47306 \begin_inset ERT
47307 status collapsed
47308
47309 \begin_layout Plain Layout
47310
47311 }
47312 \end_layout
47313
47314 \end_inset
47315
47316  YellowOrange
47317 \end_layout
47318
47319 \end_inset
47320 </cell>
47321 <cell alignment="left" valignment="top" usebox="none">
47322 \begin_inset Text
47323
47324 \begin_layout Plain Layout
47325
47326 \end_layout
47327
47328 \end_inset
47329 </cell>
47330 <cell alignment="left" valignment="top" usebox="none">
47331 \begin_inset Text
47332
47333 \begin_layout Plain Layout
47334
47335 \end_layout
47336
47337 \end_inset
47338 </cell>
47339 <cell alignment="left" valignment="top" usebox="none">
47340 \begin_inset Text
47341
47342 \begin_layout Plain Layout
47343
47344 \end_layout
47345
47346 \end_inset
47347 </cell>
47348 </row>
47349 </lyxtabular>
47350
47351 \end_inset
47352
47353
47354 \end_layout
47355
47356 \begin_layout Chapter
47357 Explication de l' équation
47358 \begin_inset space ~
47359 \end_inset
47360
47361 (
47362 \begin_inset CommandInset ref
47363 LatexCommand ref
47364 reference "eq:Wgn"
47365
47366 \end_inset
47367
47368 )
47369 \begin_inset CommandInset label
47370 LatexCommand label
47371 name "cha:Explication-de-l'Equation"
47372
47373 \end_inset
47374
47375
47376 \end_layout
47377
47378 \begin_layout Standard
47379 La largeur totale de 
47380 \emph on
47381 n
47382 \emph default
47383  cellules de tableau 
47384 \begin_inset Formula $L_{\mathrm{tot\,n}}$
47385 \end_inset
47386
47387  peut être calculée avec
47388 \begin_inset Formula 
47389 \begin{equation}
47390 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
47391 \end{equation}
47392
47393 \end_inset
47394
47395
47396 \end_layout
47397
47398 \begin_layout Standard
47399 où 
47400 \begin_inset Formula $L_{g\,n}$
47401 \end_inset
47402
47403  est la largeur fixe de toutes les cellules.
47404  
47405 \series bold
47406
47407 \backslash
47408 tabcolsep
47409 \series default
47410  est la largeur utilisée par \SpecialChar LaTeX
47411  entre le texte de la cellule et la bordure,
47412  sa valeur implicite est 6
47413 \begin_inset space \thinspace{}
47414 \end_inset
47415
47416 pt.
47417  
47418 \series bold
47419
47420 \backslash
47421 arrayrulewidth
47422 \series default
47423  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
47424 \begin_inset space \thinspace{}
47425 \end_inset
47426
47427 pt.
47428 \end_layout
47429
47430 \begin_layout Standard
47431 D'après l'équation
47432 \begin_inset space ~
47433 \end_inset
47434
47435
47436 \begin_inset CommandInset ref
47437 LatexCommand eqref
47438 reference "eq:Wtot_n"
47439
47440 \end_inset
47441
47442 , la largeur totale d'une multi-colonnes, 
47443 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
47444 \end_inset
47445
47446  est
47447 \begin_inset Formula 
47448 \begin{equation}
47449 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
47450 \end{equation}
47451
47452 \end_inset
47453
47454
47455 \end_layout
47456
47457 \begin_layout Standard
47458 En posant que les équations 
47459 \begin_inset space ~
47460 \end_inset
47461
47462
47463 \begin_inset CommandInset ref
47464 LatexCommand eqref
47465 reference "eq:Wtot_n"
47466
47467 \end_inset
47468
47469  et 
47470 \begin_inset CommandInset ref
47471 LatexCommand eqref
47472 reference "eq:Wtot_mult"
47473
47474 \end_inset
47475
47476  sont égales, on peut calculer la largeur nécessaire 
47477 \begin_inset Formula $L_{g\,n}$
47478 \end_inset
47479
47480  quand 
47481 \emph on
47482 n
47483 \emph default
47484  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
47485  de 
47486 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
47487 \end_inset
47488
47489 :
47490 \begin_inset Formula 
47491 \begin{equation}
47492 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
47493 \end{equation}
47494
47495 \end_inset
47496
47497
47498 \end_layout
47499
47500 \begin_layout Bibliography
47501 \begin_inset CommandInset bibitem
47502 LatexCommand bibitem
47503 key "latexcompanion"
47504 literal "true"
47505
47506 \end_inset
47507
47508 Frank Mittelbach and Michel Goossens: 
47509 \emph on
47510 The \SpecialChar LaTeX
47511  Companion Second Edition.
47512
47513 \emph default
47514  Addison-Wesley, 2004
47515 \end_layout
47516
47517 \begin_layout Bibliography
47518 \begin_inset CommandInset bibitem
47519 LatexCommand bibitem
47520 key "latexguide"
47521 literal "true"
47522
47523 \end_inset
47524
47525 Helmut Kopka and Patrick W.
47526  Daly: 
47527 \emph on
47528 A Guide to \SpecialChar LaTeX
47529  Fourth Edition.
47530
47531 \emph default
47532  Addison-Wesley, 2003
47533 \end_layout
47534
47535 \begin_layout Bibliography
47536 \begin_inset CommandInset bibitem
47537 LatexCommand bibitem
47538 key "latexbook"
47539 literal "true"
47540
47541 \end_inset
47542
47543 Leslie Lamport: 
47544 \emph on
47545 \SpecialChar LaTeX
47546 : A Document Preparation System.
47547
47548 \emph default
47549  Addison-Wesley, second edition, 1994
47550 \end_layout
47551
47552 \begin_layout Bibliography
47553 \begin_inset CommandInset bibitem
47554 LatexCommand bibitem
47555 key "arydshln"
47556 literal "true"
47557
47558 \end_inset
47559
47560 Documentation du paquetage \SpecialChar LaTeX
47561
47562 \series bold
47563  
47564 \begin_inset CommandInset href
47565 LatexCommand href
47566 name "arydshln"
47567 target "https://www.ctan.org/tex-archive/macros/latex/contrib//arydshln/arydshln.pdf"
47568 literal "false"
47569
47570 \end_inset
47571
47572
47573 \series default
47574
47575 \begin_inset Index idx
47576 status collapsed
47577
47578 \begin_layout Plain Layout
47579 Paquetages \SpecialChar LaTeX
47580  ! arydshln
47581 \end_layout
47582
47583 \end_inset
47584
47585
47586 \end_layout
47587
47588 \begin_layout Bibliography
47589 \begin_inset CommandInset bibitem
47590 LatexCommand bibitem
47591 key "booktabs"
47592 literal "true"
47593
47594 \end_inset
47595
47596 Documentation du paquetage \SpecialChar LaTeX
47597  
47598 \series bold
47599
47600 \begin_inset CommandInset href
47601 LatexCommand href
47602 name "booktabs"
47603 target "https://www.ctan.org/tex-archive/macros/latex/contrib//booktabs/booktabs.pdf"
47604 literal "false"
47605
47606 \end_inset
47607
47608
47609 \series default
47610
47611 \begin_inset Index idx
47612 status collapsed
47613
47614 \begin_layout Plain Layout
47615 Paquetages \SpecialChar LaTeX
47616  ! booktabs
47617 \end_layout
47618
47619 \end_inset
47620
47621
47622 \end_layout
47623
47624 \begin_layout Bibliography
47625 \begin_inset CommandInset bibitem
47626 LatexCommand bibitem
47627 key "caption"
47628 literal "true"
47629
47630 \end_inset
47631
47632 Documentation du paquetage \SpecialChar LaTeX
47633  
47634 \series bold
47635
47636 \begin_inset CommandInset href
47637 LatexCommand href
47638 name "caption"
47639 target "https://www.ctan.org/tex-archive/macros/latex/contrib/caption/caption-eng.pdf"
47640 literal "false"
47641
47642 \end_inset
47643
47644
47645 \series default
47646
47647 \begin_inset Index idx
47648 status collapsed
47649
47650 \begin_layout Plain Layout
47651 Paquetages \SpecialChar LaTeX
47652  ! caption
47653 \end_layout
47654
47655 \end_inset
47656
47657
47658 \end_layout
47659
47660 \begin_layout Bibliography
47661 \begin_inset CommandInset bibitem
47662 LatexCommand bibitem
47663 key "diagbox"
47664 literal "true"
47665
47666 \end_inset
47667
47668 Documentation du paquetage \SpecialChar LaTeX
47669  
47670 \series bold
47671
47672 \begin_inset CommandInset href
47673 LatexCommand href
47674 name "diagbox"
47675 target "https://www.ctan.org/tex-archive/macros/latex/contrib//diagbox/diagbox.pdf"
47676 literal "false"
47677
47678 \end_inset
47679
47680
47681 \series default
47682
47683 \begin_inset Index idx
47684 status collapsed
47685
47686 \begin_layout Plain Layout
47687 Paquetages \SpecialChar LaTeX
47688  ! diagbox
47689 \end_layout
47690
47691 \end_inset
47692
47693
47694 \end_layout
47695
47696 \begin_layout Bibliography
47697 \begin_inset CommandInset bibitem
47698 LatexCommand bibitem
47699 key "endfloat"
47700 literal "true"
47701
47702 \end_inset
47703
47704 Documentation du paquetage \SpecialChar LaTeX
47705  
47706 \series bold
47707
47708 \begin_inset CommandInset href
47709 LatexCommand href
47710 name "endfloat"
47711 target "https://www.ctan.org/tex-archive/macros/latex/contrib//endfloat/endfloat.pdf"
47712 literal "false"
47713
47714 \end_inset
47715
47716
47717 \series default
47718
47719 \begin_inset Index idx
47720 status collapsed
47721
47722 \begin_layout Plain Layout
47723 Paquetages \SpecialChar LaTeX
47724  ! endfloat
47725 \end_layout
47726
47727 \end_inset
47728
47729
47730 \end_layout
47731
47732 \begin_layout Bibliography
47733 \begin_inset CommandInset bibitem
47734 LatexCommand bibitem
47735 key "footmisc"
47736 literal "true"
47737
47738 \end_inset
47739
47740 Documentation du paquetage \SpecialChar LaTeX
47741  
47742 \series bold
47743
47744 \begin_inset CommandInset href
47745 LatexCommand href
47746 name "footmisc"
47747 target "https://www.ctan.org/tex-archive/macros/latex/contrib//footmisc/footmisc.pdf"
47748 literal "false"
47749
47750 \end_inset
47751
47752
47753 \series default
47754
47755 \begin_inset Index idx
47756 status collapsed
47757
47758 \begin_layout Plain Layout
47759 Paquetages \SpecialChar LaTeX
47760  ! footmisc
47761 \end_layout
47762
47763 \end_inset
47764
47765
47766 \end_layout
47767
47768 \begin_layout Bibliography
47769 \begin_inset CommandInset bibitem
47770 LatexCommand bibitem
47771 key "hypcap"
47772 literal "true"
47773
47774 \end_inset
47775
47776 Documentation du paquetage \SpecialChar LaTeX
47777  
47778 \series bold
47779
47780 \begin_inset CommandInset href
47781 LatexCommand href
47782 name "hypcap"
47783 target "https://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
47784 literal "false"
47785
47786 \end_inset
47787
47788
47789 \series default
47790
47791 \begin_inset Index idx
47792 status collapsed
47793
47794 \begin_layout Plain Layout
47795 Paquetages \SpecialChar LaTeX
47796  ! hyperref
47797 \end_layout
47798
47799 \end_inset
47800
47801
47802 \end_layout
47803
47804 \begin_layout Bibliography
47805 \begin_inset CommandInset bibitem
47806 LatexCommand bibitem
47807 key "hyperref"
47808 literal "true"
47809
47810 \end_inset
47811
47812 Documentation du paquetage \SpecialChar LaTeX
47813  
47814 \series bold
47815
47816 \begin_inset CommandInset href
47817 LatexCommand href
47818 name "hyperref"
47819 target "https://www.ctan.org/tex-archive/macros/latex/contrib//hyperref/hyperref.pdf"
47820 literal "false"
47821
47822 \end_inset
47823
47824
47825 \series default
47826
47827 \begin_inset Index idx
47828 status collapsed
47829
47830 \begin_layout Plain Layout
47831 Paquetages \SpecialChar LaTeX
47832  ! hyperref
47833 \end_layout
47834
47835 \end_inset
47836
47837
47838 \end_layout
47839
47840 \begin_layout Bibliography
47841 \begin_inset CommandInset bibitem
47842 LatexCommand bibitem
47843 key "KOMA-Script"
47844 literal "true"
47845
47846 \end_inset
47847
47848 Documentation du paquetage \SpecialChar LaTeX
47849  
47850 \series bold
47851
47852 \begin_inset CommandInset href
47853 LatexCommand href
47854 name "KOMA-Script"
47855 target "https://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47856 literal "false"
47857
47858 \end_inset
47859
47860
47861 \series default
47862
47863 \begin_inset Index idx
47864 status collapsed
47865
47866 \begin_layout Plain Layout
47867 Paquetages \SpecialChar LaTeX
47868  ! KOMA-Script
47869 \end_layout
47870
47871 \end_inset
47872
47873
47874 \end_layout
47875
47876 \begin_layout Bibliography
47877 \begin_inset CommandInset bibitem
47878 LatexCommand bibitem
47879 key "lettrine"
47880 literal "true"
47881
47882 \end_inset
47883
47884 Documentation du paquetage \SpecialChar LaTeX
47885  
47886 \series bold
47887
47888 \begin_inset CommandInset href
47889 LatexCommand href
47890 name "lettrine"
47891 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47892 literal "false"
47893
47894 \end_inset
47895
47896
47897 \series default
47898  et un 
47899 \begin_inset CommandInset href
47900 LatexCommand href
47901 name "exemple"
47902 target "https://www.ctan.org/tex-archive/macros/latex/contrib/lettrine/doc/demo.pdf"
47903 literal "false"
47904
47905 \end_inset
47906
47907
47908 \begin_inset Index idx
47909 status collapsed
47910
47911 \begin_layout Plain Layout
47912 Paquetages \SpecialChar LaTeX
47913  ! lettrine
47914 \end_layout
47915
47916 \end_inset
47917
47918
47919 \end_layout
47920
47921 \begin_layout Bibliography
47922 \begin_inset CommandInset bibitem
47923 LatexCommand bibitem
47924 key "listings"
47925 literal "true"
47926
47927 \end_inset
47928
47929 Documentation du paquetage \SpecialChar LaTeX
47930  
47931 \series bold
47932
47933 \begin_inset CommandInset href
47934 LatexCommand href
47935 name "listings"
47936 target "https://www.ctan.org/tex-archive/macros/latex/contrib//listings/listings.pdf"
47937 literal "false"
47938
47939 \end_inset
47940
47941
47942 \series default
47943
47944 \begin_inset Index idx
47945 status collapsed
47946
47947 \begin_layout Plain Layout
47948 Paquetages \SpecialChar LaTeX
47949  ! listings
47950 \end_layout
47951
47952 \end_inset
47953
47954
47955 \end_layout
47956
47957 \begin_layout Bibliography
47958 \begin_inset CommandInset bibitem
47959 LatexCommand bibitem
47960 key "minted"
47961 literal "true"
47962
47963 \end_inset
47964
47965 Documentation du paquetage \SpecialChar LaTeX
47966  
47967 \series bold
47968
47969 \begin_inset CommandInset href
47970 LatexCommand href
47971 name "minted"
47972 target "https://www.ctan.org/tex-archive/macros/latex/contrib//minted/minted.pdf"
47973 literal "false"
47974
47975 \end_inset
47976
47977
47978 \series default
47979
47980 \begin_inset Index idx
47981 status collapsed
47982
47983 \begin_layout Plain Layout
47984 Paquetages \SpecialChar LaTeX
47985  ! minted
47986 \end_layout
47987
47988 \end_inset
47989
47990
47991 \end_layout
47992
47993 \begin_layout Bibliography
47994 \begin_inset CommandInset bibitem
47995 LatexCommand bibitem
47996 key "marginnote"
47997 literal "true"
47998
47999 \end_inset
48000
48001 Documentation du paquetage \SpecialChar LaTeX
48002  
48003 \series bold
48004
48005 \begin_inset CommandInset href
48006 LatexCommand href
48007 name "marginnote"
48008 target "https://www.ctan.org/tex-archive/macros/latex/contrib//marginnote/marginnote.pdf"
48009 literal "false"
48010
48011 \end_inset
48012
48013
48014 \series default
48015
48016 \begin_inset Index idx
48017 status collapsed
48018
48019 \begin_layout Plain Layout
48020 Paquetages \SpecialChar LaTeX
48021  ! marginnote
48022 \end_layout
48023
48024 \end_inset
48025
48026
48027 \end_layout
48028
48029 \begin_layout Bibliography
48030 \begin_inset CommandInset bibitem
48031 LatexCommand bibitem
48032 key "pdfpages"
48033 literal "true"
48034
48035 \end_inset
48036
48037 Documentation du paquetage \SpecialChar LaTeX
48038  
48039 \series bold
48040
48041 \begin_inset CommandInset href
48042 LatexCommand href
48043 name "pdfpages"
48044 target "https://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
48045 literal "false"
48046
48047 \end_inset
48048
48049
48050 \series default
48051
48052 \begin_inset Index idx
48053 status collapsed
48054
48055 \begin_layout Plain Layout
48056 Paquetages \SpecialChar LaTeX
48057  ! pdfpages
48058 \end_layout
48059
48060 \end_inset
48061
48062
48063 \end_layout
48064
48065 \begin_layout Bibliography
48066 \begin_inset CommandInset bibitem
48067 LatexCommand bibitem
48068 key "prettyref"
48069 literal "true"
48070
48071 \end_inset
48072
48073 Documentation du paquetage \SpecialChar LaTeX
48074
48075 \series bold
48076  
48077 \begin_inset CommandInset href
48078 LatexCommand href
48079 name "prettyref"
48080 target "https://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
48081 literal "false"
48082
48083 \end_inset
48084
48085
48086 \series default
48087
48088 \begin_inset Index idx
48089 status collapsed
48090
48091 \begin_layout Plain Layout
48092 Paquetages \SpecialChar LaTeX
48093  ! prettyref
48094 \end_layout
48095
48096 \end_inset
48097
48098
48099 \end_layout
48100
48101 \begin_layout Bibliography
48102 \begin_inset CommandInset bibitem
48103 LatexCommand bibitem
48104 key "pstricks"
48105 literal "true"
48106
48107 \end_inset
48108
48109 Page Web du paquetage \SpecialChar LaTeX
48110  
48111 \series bold
48112
48113 \begin_inset CommandInset href
48114 LatexCommand href
48115 name "PSTricks"
48116 target "http://tug.org/PSTricks/"
48117 literal "false"
48118
48119 \end_inset
48120
48121
48122 \series default
48123
48124 \begin_inset Index idx
48125 status collapsed
48126
48127 \begin_layout Plain Layout
48128 Paquetages \SpecialChar LaTeX
48129  ! PSTricks
48130 \end_layout
48131
48132 \end_inset
48133
48134
48135 \end_layout
48136
48137 \begin_layout Bibliography
48138 \begin_inset CommandInset bibitem
48139 LatexCommand bibitem
48140 key "refstyle"
48141 literal "true"
48142
48143 \end_inset
48144
48145 Documentation du paquetage \SpecialChar LaTeX
48146
48147 \series bold
48148  
48149 \begin_inset CommandInset href
48150 LatexCommand href
48151 name "refstyle"
48152 target "https://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
48153 literal "false"
48154
48155 \end_inset
48156
48157
48158 \series default
48159
48160 \begin_inset Index idx
48161 status collapsed
48162
48163 \begin_layout Plain Layout
48164 Paquetages \SpecialChar LaTeX
48165  ! refstyle
48166 \end_layout
48167
48168 \end_inset
48169
48170
48171 \end_layout
48172
48173 \begin_layout Bibliography
48174 \begin_inset CommandInset bibitem
48175 LatexCommand bibitem
48176 key "sidecap"
48177 literal "true"
48178
48179 \end_inset
48180
48181 Documentation du paquetage \SpecialChar LaTeX
48182  
48183 \series bold
48184
48185 \begin_inset CommandInset href
48186 LatexCommand href
48187 name "sidecap"
48188 target "https://www.ctan.org/tex-archive/macros/latex/contrib//sidecap/sidecap.pdf"
48189 literal "false"
48190
48191 \end_inset
48192
48193
48194 \series default
48195
48196 \begin_inset Index idx
48197 status collapsed
48198
48199 \begin_layout Plain Layout
48200 Paquetages \SpecialChar LaTeX
48201  ! sidecap
48202 \end_layout
48203
48204 \end_inset
48205
48206
48207 \end_layout
48208
48209 \begin_layout Bibliography
48210 \begin_inset CommandInset bibitem
48211 LatexCommand bibitem
48212 key "Inkscape"
48213 literal "true"
48214
48215 \end_inset
48216
48217 Documentation de l'option 
48218 \begin_inset CommandInset href
48219 LatexCommand href
48220 name "Exclure le texte du PDF"
48221 target "https://www.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
48222 literal "false"
48223
48224 \end_inset
48225
48226  du programme 
48227 \noun on
48228
48229 \begin_inset CommandInset href
48230 LatexCommand href
48231 name "Inkscape"
48232 target "https://inkscape.org/fr/"
48233 literal "false"
48234
48235 \end_inset
48236
48237
48238 \end_layout
48239
48240 \begin_layout Standard
48241 \begin_inset CommandInset index_print
48242 LatexCommand printindex
48243 type "idx"
48244 name "Index"
48245 literal "false"
48246
48247 \end_inset
48248
48249
48250 \end_layout
48251
48252 \end_body
48253 \end_document