]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
doc files: fix some path and reference mistakes
[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 \end_modules
165 \maintain_unincluded_children false
166 \language french
167 \language_package default
168 \inputencoding auto
169 \fontencoding global
170 \font_roman "lmodern" "default"
171 \font_sans "lmss" "default"
172 \font_typewriter "lmtt" "default"
173 \font_math "auto" "auto"
174 \font_default_family default
175 \use_non_tex_fonts false
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100 100
179 \font_tt_scale 100 100
180 \use_microtype false
181 \use_dash_ligatures false
182 \graphics default
183 \default_output_format pdf2
184 \output_sync 0
185 \bibtex_command default
186 \index_command default
187 \paperfontsize 12
188 \spacing single
189 \use_hyperref true
190 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
191 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
192 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
193 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
194 \pdf_bookmarks true
195 \pdf_bookmarksnumbered true
196 \pdf_bookmarksopen true
197 \pdf_bookmarksopenlevel 1
198 \pdf_breaklinks false
199 \pdf_pdfborder false
200 \pdf_colorlinks true
201 \pdf_backref false
202 \pdf_pdfusetitle false
203 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
204 \papersize default
205 \use_geometry false
206 \use_package amsmath 1
207 \use_package amssymb 1
208 \use_package cancel 1
209 \use_package esint 1
210 \use_package mathdots 1
211 \use_package mathtools 1
212 \use_package mhchem 1
213 \use_package stackrel 1
214 \use_package stmaryrd 1
215 \use_package undertilde 1
216 \cite_engine basic
217 \cite_engine_type default
218 \biblio_style plain
219 \use_bibtopic false
220 \use_indices false
221 \paperorientation portrait
222 \suppress_date false
223 \justification true
224 \use_refstyle 0
225 \use_minted 0
226 \notefontcolor #0000ff
227 \index Index
228 \shortcut idx
229 \color #008000
230 \end_index
231 \secnumdepth 3
232 \tocdepth 3
233 \paragraph_separation skip
234 \defskip medskip
235 \is_math_indent 0
236 \math_numbering_side default
237 \quotes_style swiss
238 \dynamic_quotes 0
239 \papercolumns 1
240 \papersides 2
241 \paperpagestyle default
242 \tracking_changes false
243 \output_changes false
244 \html_math_output 0
245 \html_css_as_file 0
246 \html_be_strict false
247 \end_header
248
249 \begin_body
250
251 \begin_layout Title
252 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
253  les boîtes et les objets externes de \SpecialChar LyX
254
255 \end_layout
256
257 \begin_layout Author
258 par l'Équipe \SpecialChar LyX
259
260 \begin_inset Foot
261 status collapsed
262
263 \begin_layout Plain Layout
264 \noindent
265 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
266  de la documentation de \SpecialChar LyX
267
268 \begin_inset CommandInset href
269 LatexCommand href
270 name "lyx-docs@lists.lyx.org"
271 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
272 type "mailto:"
273 literal "false"
274
275 \end_inset
276
277
278 \end_layout
279
280 \end_inset
281
282
283 \begin_inset Note Note
284 status collapsed
285
286 \begin_layout Plain Layout
287 auteur original : Uwe Stöhr
288 \end_layout
289
290 \begin_layout Plain Layout
291 Traduction française : Siegfried Meunier-Guttin-Cluzel
292 \end_layout
293
294 \begin_layout Plain Layout
295 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
296 n/Navigation, 31/10/2012, JPChrétien
297 \end_layout
298
299 \begin_layout Plain Layout
300 version initiale 2.1.x avril 2014, mise à jour J.P.
301  Chrétien
302 \end_layout
303
304 \begin_layout Plain Layout
305 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
306 \end_layout
307
308 \begin_layout Plain Layout
309 Mise à jour pour 2.2, 26 janvier 2016 (JPC)
310 \end_layout
311
312 \begin_layout Plain Layout
313 Mise à jour pour 2.2.3, section 2.11.3, 7 janvier 2017 (JPC)
314 \end_layout
315
316 \end_inset
317
318
319 \begin_inset Newline newline
320 \end_inset
321
322
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \family sans
328 Version 2.2.x
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset CommandInset toc
333 LatexCommand tableofcontents
334
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Standard
341 \begin_inset Note Note
342 status open
343
344 \begin_layout Plain Layout
345 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
346  
347 \series bold
348 arydshln
349 \series default
350
351 \series bold
352 colortbl
353 \series default
354
355 \series bold
356 diagbox, lettrine, marginnote, picinpar
357 \series default
358 , et 
359 \series bold
360 sidecap
361 \series default
362  doivent être installés.
363  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
364  les sections qui nécessitent les paquetages en question n'apparaîtront
365  pas sur la sortie.
366 \end_layout
367
368 \begin_layout Plain Layout
369 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
370 \begin_inset Newline newline
371 \end_inset
372
373
374 \series bold
375 http://wiki.lyx.org/\SpecialChar LyX
376 /Manuals#EmbeddedObjects
377 \end_layout
378
379 \end_inset
380
381
382 \end_layout
383
384 \begin_layout Chapter
385 Figures
386 \begin_inset Index idx
387 status collapsed
388
389 \begin_layout Plain Layout
390 Figures
391 \end_layout
392
393 \end_inset
394
395
396 \begin_inset Index idx
397 status collapsed
398
399 \begin_layout Plain Layout
400 Graphiques|see
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406 {
407 \end_layout
408
409 \end_inset
410
411 Figures
412 \begin_inset ERT
413 status collapsed
414
415 \begin_layout Plain Layout
416
417 }
418 \end_layout
419
420 \end_inset
421
422
423 \end_layout
424
425 \end_inset
426
427
428 \end_layout
429
430 \begin_layout Section
431 La fenêtre de dialogue graphique
432 \begin_inset Index idx
433 status collapsed
434
435 \begin_layout Plain Layout
436 Figures ! Fenêtre de dialogue Graphique
437 \end_layout
438
439 \end_inset
440
441
442 \begin_inset CommandInset label
443 LatexCommand label
444 name "sec:Graphics-Dialog"
445
446 \end_inset
447
448
449 \end_layout
450
451 \begin_layout Standard
452 Pour placer une figure dans votre document, cliquez sur le bouton 
453 \begin_inset Info
454 type  "icon"
455 arg   "dialog-show-new-inset graphics"
456 \end_inset
457
458  dans la barre d'outils, ou faites 
459 \family sans
460 Insertion\SpecialChar menuseparator
461 Graphique
462 \family default
463 .
464  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
465  à charger.
466  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
467  dans le texte.
468 \end_layout
469
470 \begin_layout Standard
471 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
472  sur une image
473 \begin_inset Note Note
474 status collapsed
475
476 \begin_layout Plain Layout
477 Ça marche aussi avec le bouton gauche ! (NdT)
478 \end_layout
479
480 \end_inset
481
482 .
483  Cette fenêtre de dialogue possède trois onglets:
484 \end_layout
485
486 \begin_layout Description
487 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
488  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
489  Les unités de longueurs utilisées sont décrites dans l'annexe
490 \begin_inset space ~
491 \end_inset
492
493
494 \begin_inset CommandInset ref
495 LatexCommand ref
496 reference "cha:Unités-de-longueur"
497
498 \end_inset
499
500 .
501 \begin_inset Newline newline
502 \end_inset
503
504
505 \begin_inset Index idx
506 status collapsed
507
508 \begin_layout Plain Layout
509 Figures ! Pivotées
510 \end_layout
511
512 \end_inset
513
514 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
515  d'une montre, en donnant l'angle de rotation et la position du pivot.
516  L'image apparaîtra pivotée dans \SpecialChar LyX
517 .
518 \begin_inset Newline newline
519 \end_inset
520
521
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 Figures ! Redimensionnées
527 \end_layout
528
529 \end_inset
530
531 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
532  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
533  sa largeur.
534  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
535  déterminée automatiquement.
536  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
537  éventuellement une distorsion.
538  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
539  
540 \family sans
541 Conserver
542 \begin_inset space ~
543 \end_inset
544
545 les
546 \begin_inset space ~
547 \end_inset
548
549 proportions
550 \family default
551 .
552  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
553  pas les valeurs fixées.
554  
555 \begin_inset Newline newline
556 \end_inset
557
558 Les images peuvent être modifiée en utilisant le programme de votre choix
559  en faisant un clic droit dessus et en choisissant 
560 \family sans
561 Éditer le fichier ailleurs
562 \family default
563  dans le menu contextuel qui apparaît.
564  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
565  
566 \family sans
567 Formats
568 \begin_inset space ~
569 \end_inset
570
571 de
572 \begin_inset space ~
573 \end_inset
574
575 fichiers
576 \family default
577  dans la fenêtre de dialogue de 
578 \family sans
579 Préférences
580 \family default
581  de \SpecialChar LyX
582 .
583 \end_layout
584
585 \begin_layout Description
586 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
587  la sortie finale est de modifier les coordonnées de la zone de l'image
588  qui est affichée.
589  Cette zone peut être calculée automatiquement à partir des données présentes
590  dans le fichier en appuyant sur le bouton 
591 \family sans
592 Valeurs
593 \begin_inset space ~
594 \end_inset
595
596 du
597 \begin_inset space ~
598 \end_inset
599
600 Fichier
601 \family default
602 .
603  Avec l'option 
604 \family sans
605 Couper
606 \begin_inset space ~
607 \end_inset
608
609 à
610 \begin_inset space ~
611 \end_inset
612
613 la
614 \begin_inset space ~
615 \end_inset
616
617 boîte
618 \begin_inset space ~
619 \end_inset
620
621 de
622 \begin_inset space ~
623 \end_inset
624
625 délimitation, 
626 \family default
627 seule la portion de l'image qui est dans la zone définie sera imprimée.
628  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
629  donc vous pouvez ignorer l'onglet 
630 \family sans
631 Rogner
632 \family default
633 .
634 \end_layout
635
636 \begin_layout Description
637
638 \family sans
639 Options
640 \begin_inset space ~
641 \end_inset
642
643 \SpecialChar LaTeX
644
645 \begin_inset space ~
646 \end_inset
647
648 et
649 \begin_inset space ~
650 \end_inset
651
652 \SpecialChar LyX
653
654 \family default
655  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
656  et les
657  experts ès-\SpecialChar LaTeX
658  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
659
660 \begin_inset Newline newline
661 \end_inset
662
663 L'option 
664 \family sans
665 Mode brouillon
666 \family default
667  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
668  avec la taille de l'image.
669 \begin_inset Newline newline
670 \end_inset
671
672 Dans la section 
673 \family sans
674 Groupe
675 \begin_inset space ~
676 \end_inset
677
678 de
679 \begin_inset space ~
680 \end_inset
681
682 graphiques
683 \family default
684  vous pouvez définir ou de choisir un groupe de paramètres d'image
685 \begin_inset Index idx
686 status collapsed
687
688 \begin_layout Plain Layout
689 Figures ! Groupes de paramétrisation
690 \end_layout
691
692 \end_inset
693
694 .
695  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
696  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
697  les autres soient automatiquement modifiées de la même manière.
698  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
699  avoir à modifier leur taille manuellement une par une.
700  On peut rattacher une image à un groupe existant en utilisant le menu contextue
701 l de l'image et en cochant le nom du groupe dans la liste
702 \begin_inset Foot
703 status collapsed
704
705 \begin_layout Plain Layout
706 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
707 \end_layout
708
709 \end_inset
710
711 .
712 \end_layout
713
714 \begin_layout Standard
715 \begin_inset VSpace bigskip
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 Voici un exemple d'image au format PDF
723 \begin_inset Foot
724 status collapsed
725
726 \begin_layout Plain Layout
727 Les format d'images sont décrits dans la section
728 \begin_inset space ~
729 \end_inset
730
731
732 \begin_inset CommandInset ref
733 LatexCommand ref
734 reference "sec:Image-Formats"
735
736 \end_inset
737
738 .
739 \end_layout
740
741 \end_inset
742
743  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
744 nt:
745 \end_layout
746
747 \begin_layout Standard
748 \align center
749 \begin_inset Graphics
750         filename ../clipart/2D-intensity-plot.pdf
751         scaleBeforeRotation
752         rotateOrigin center
753
754 \end_inset
755
756
757 \end_layout
758
759 \begin_layout Standard
760 Et voici la même image mais en mode brouillon:
761 \end_layout
762
763 \begin_layout Standard
764 \align center
765 \begin_inset Graphics
766         filename ../clipart/2D-intensity-plot.pdf
767         draft
768         scaleBeforeRotation
769         rotateOrigin center
770
771 \end_inset
772
773
774 \end_layout
775
776 \begin_layout Section
777 Figures flottantes
778 \begin_inset CommandInset label
779 LatexCommand label
780 name "sec:Figure-Floats"
781
782 \end_inset
783
784
785 \begin_inset Index idx
786 status collapsed
787
788 \begin_layout Plain Layout
789 Flottants ! Figures
790 \end_layout
791
792 \end_inset
793
794
795 \begin_inset Index idx
796 status collapsed
797
798 \begin_layout Plain Layout
799 Figures ! Flottants
800 \end_layout
801
802 \end_inset
803
804
805 \end_layout
806
807 \begin_layout Standard
808 Pour des explications d'ordre général concernant les flottants, jetez un
809  coup d'œil à la section
810 \begin_inset space ~
811 \end_inset
812
813
814 \begin_inset CommandInset ref
815 LatexCommand ref
816 reference "sec:Flottants-Introduction"
817
818 \end_inset
819
820 .
821 \end_layout
822
823 \begin_layout Standard
824 Le bouton 
825 \begin_inset Info
826 type  "icon"
827 arg   "float-insert figure"
828 \end_inset
829
830  de la barre d'outils et le menu 
831 \family sans
832 Insertion\SpecialChar menuseparator
833 Flottant\SpecialChar menuseparator
834 Figure
835 \family default
836  insèrent un flottant avec l'étiquette 
837 \begin_inset Quotes cld
838 \end_inset
839
840
841 \series bold
842 Figure
843 \begin_inset space ~
844 \end_inset
845
846 #:
847 \series default
848
849 \begin_inset Quotes crd
850 \end_inset
851
852  (# est le numéro réel de l'image).
853  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
854 \begin_inset space ~
855 \end_inset
856
857
858 \begin_inset CommandInset ref
859 LatexCommand ref
860 reference "fig:Une-etoile-dans"
861
862 \end_inset
863
864  ou en dessous de la légende comme pour la Figure
865 \begin_inset space ~
866 \end_inset
867
868
869 \begin_inset CommandInset ref
870 LatexCommand ref
871 reference "fig:Un-objet-3D"
872 plural "false"
873 caps "false"
874 noprefix "false"
875
876 \end_inset
877
878 .
879  Vous trouverez plus d'information sur le positionnement des légendes dans
880  la section
881 \begin_inset space ~
882 \end_inset
883
884
885 \begin_inset CommandInset ref
886 LatexCommand ref
887 reference "sec:Placement-légende"
888
889 \end_inset
890
891 .
892 \end_layout
893
894 \begin_layout Standard
895 \begin_inset Float figure
896 wide false
897 sideways false
898 status open
899
900 \begin_layout Plain Layout
901 \align center
902 \begin_inset Graphics
903         filename ../clipart/Star-structure.pdf
904         lyxscale 60
905         width 50col%
906         scaleBeforeRotation
907         rotateOrigin center
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Plain Layout
915 \begin_inset Caption Standard
916
917 \begin_layout Plain Layout
918 \begin_inset CommandInset label
919 LatexCommand label
920 name "fig:Une-etoile-dans"
921
922 \end_inset
923
924 Une étoile dans un flottant.
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Standard
938 \begin_inset Float figure
939 wide false
940 sideways false
941 status open
942
943 \begin_layout Plain Layout
944 \begin_inset Caption Standard
945
946 \begin_layout Plain Layout
947 \begin_inset CommandInset label
948 LatexCommand label
949 name "fig:Un-objet-3D"
950
951 \end_inset
952
953 Un objet 3D.
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Plain Layout
962 \align center
963 \begin_inset Graphics
964         filename ../clipart/3D-structure-distort.pdf
965         lyxscale 60
966         scale 80
967         scaleBeforeRotation
968         rotateOrigin center
969
970 \end_inset
971
972
973 \end_layout
974
975 \end_inset
976
977
978 \end_layout
979
980 \begin_layout Standard
981 \begin_inset Index idx
982 status collapsed
983
984 \begin_layout Plain Layout
985 References@Références ! à des Figures
986 \end_layout
987
988 \end_inset
989
990 Les figure
991 \begin_inset space ~
992 \end_inset
993
994
995 \begin_inset CommandInset ref
996 LatexCommand ref
997 reference "fig:Une-etoile-dans"
998
999 \end_inset
1000
1001  et 
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "fig:Un-objet-3D"
1005 plural "false"
1006 caps "false"
1007 noprefix "false"
1008
1009 \end_inset
1010
1011  sont des exemples de figures référencées.
1012  Dans le texte, on fait référence à une figure en faisant référence à sa
1013  légende.
1014  On insère donc une étiquette dans la légende en utilisant le menu 
1015 \family sans
1016 Insertion
1017 \family default
1018 \SpecialChar menuseparator
1019
1020 \family sans
1021 Étiquette
1022 \family default
1023  ou le bouton 
1024 \begin_inset Info
1025 type  "icon"
1026 arg   "label-insert"
1027 \end_inset
1028
1029  de la barre d'outils.
1030  On peut alors faire référence à cette étiquette en utilisant le menu 
1031 \family sans
1032 Insertion\SpecialChar menuseparator
1033 Référence
1034 \begin_inset space ~
1035 \end_inset
1036
1037 croisée
1038 \family default
1039  ou le bouton 
1040 \begin_inset Info
1041 type  "icon"
1042 arg   "dialog-show-new-inset ref"
1043 \end_inset
1044
1045  de la barre d'outils.
1046  Il est important d'utiliser des références pour les flottants de figures
1047  plutôt que des locutions vagues du genre 
1048 \begin_inset Quotes cld
1049 \end_inset
1050
1051 la figure ci-dessous
1052 \begin_inset Quotes crd
1053 \end_inset
1054
1055 , puisque \SpecialChar LaTeX
1056  va repositionner la figure dans le document final.
1057  Votre figure risque de ne plus être ci-dessous du tout !
1058 \begin_inset Newline newline
1059 \end_inset
1060
1061 Le référencement est expliqué plus en détail dans la section
1062 \begin_inset space ~
1063 \end_inset
1064
1065
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "sec:Referencer-les-Flottants"
1069
1070 \end_inset
1071
1072 .
1073 \end_layout
1074
1075 \begin_layout Standard
1076 En principe on met une seule figure dans un flottant, mais parfois vous
1077  pouvez vouloir deux figures avec chacune sa sous-légende.
1078  C'est possible en insérant des flottants d'image dans des flottants d'image
1079  existants.
1080  Notez que seule la légende principale des flottants est reprise dans la
1081  liste des figures.
1082  La figure
1083 \begin_inset space ~
1084 \end_inset
1085
1086
1087 \begin_inset CommandInset ref
1088 LatexCommand ref
1089 reference "fig:Deux-images-déformées"
1090
1091 \end_inset
1092
1093  est un exemple de flottant de figure avec deux images mises l'une à côté
1094  de l'autre.
1095  Vous pouvez aussi mettre les images les unes sous les autres.
1096  Les figures
1097 \begin_inset space ~
1098 \end_inset
1099
1100
1101 \begin_inset CommandInset ref
1102 LatexCommand ref
1103 reference "fig:Pink-object"
1104
1105 \end_inset
1106
1107  et 
1108 \begin_inset CommandInset ref
1109 LatexCommand ref
1110 reference "fig:A-star"
1111
1112 \end_inset
1113
1114  sont des sous-figures.
1115 \end_layout
1116
1117 \begin_layout Standard
1118 \begin_inset Float figure
1119 wide false
1120 sideways false
1121 status open
1122
1123 \begin_layout Plain Layout
1124 \begin_inset Float figure
1125 wide false
1126 sideways false
1127 status collapsed
1128
1129 \begin_layout Plain Layout
1130 \begin_inset Caption Standard
1131
1132 \begin_layout Plain Layout
1133 \begin_inset CommandInset label
1134 LatexCommand label
1135 name "fig:Pink-object"
1136
1137 \end_inset
1138
1139 Objet rose
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \begin_layout Plain Layout
1148 \begin_inset Graphics
1149         filename ../clipart/3D-structure-distort.pdf
1150         width 45col%
1151         scaleBeforeRotation
1152         groupId Déformés
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \end_inset
1160
1161
1162 \begin_inset space \hfill{}
1163 \end_inset
1164
1165
1166 \begin_inset Float figure
1167 wide false
1168 sideways false
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172 \begin_inset Caption Standard
1173
1174 \begin_layout Plain Layout
1175 \begin_inset CommandInset label
1176 LatexCommand label
1177 name "fig:A-star"
1178
1179 \end_inset
1180
1181 Une étoile
1182 \end_layout
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \begin_layout Plain Layout
1190 \begin_inset Graphics
1191         filename ../clipart/Star-structure.pdf
1192         width 45col%
1193         scaleBeforeRotation
1194         groupId Déformés
1195
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \end_inset
1202
1203
1204 \begin_inset space \hfill{}
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \begin_layout Plain Layout
1211 \begin_inset Caption Standard
1212
1213 \begin_layout Plain Layout
1214 \begin_inset CommandInset label
1215 LatexCommand label
1216 name "fig:Deux-images-déformées"
1217
1218 \end_inset
1219
1220 Deux images déformées.
1221  Les deux images font partie du groupe de paramétrisation 
1222 \begin_inset Quotes cld
1223 \end_inset
1224
1225 déformés
1226 \begin_inset Quotes crd
1227 \end_inset
1228
1229 .
1230 \end_layout
1231
1232 \end_inset
1233
1234
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \end_layout
1241
1242 \begin_layout Section
1243 Les formats d'images
1244 \begin_inset CommandInset label
1245 LatexCommand label
1246 name "sec:Image-Formats"
1247
1248 \end_inset
1249
1250
1251 \begin_inset Index idx
1252 status collapsed
1253
1254 \begin_layout Plain Layout
1255 Formats d' images
1256 \end_layout
1257
1258 \end_inset
1259
1260
1261 \begin_inset Index idx
1262 status collapsed
1263
1264 \begin_layout Plain Layout
1265 Figures ! Formats d'images
1266 \end_layout
1267
1268 \end_inset
1269
1270
1271 \end_layout
1272
1273 \begin_layout Standard
1274 Vous pouvez insérer des images dans n'importe quel format connu.
1275  Mais, comme nous l'avons expliqué dans l'annexe
1276 \begin_inset space ~
1277 \end_inset
1278
1279
1280 \begin_inset CommandInset ref
1281 LatexCommand ref
1282 reference "cha:Formats-fichiers-graphiques"
1283
1284 \end_inset
1285
1286 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1287  de formats d'images.
1288  Pour s'en sortir \SpecialChar LyX
1289  utilise le programme 
1290 \family typewriter
1291 ImageMagick
1292 \family default
1293  en arrière plan pour convertir les formats que vous utilisez dans un des
1294  formats acceptés par le format de sortie.
1295  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1296 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1297 \begin_inset space ~
1298 \end_inset
1299
1300
1301 \begin_inset CommandInset ref
1302 LatexCommand ref
1303 reference "cha:Formats-fichiers-graphiques"
1304
1305 \end_inset
1306
1307 .
1308 \end_layout
1309
1310 \begin_layout Standard
1311 Comme pour les polices de caractères, il y a deux grands types de formats
1312  d'images:
1313 \end_layout
1314
1315 \begin_layout Description
1316 Les
1317 \begin_inset space ~
1318 \end_inset
1319
1320 images
1321 \begin_inset space ~
1322 \end_inset
1323
1324 Matricielles
1325 \begin_inset space ~
1326 \end_inset
1327
1328 (ou
1329 \begin_inset space ~
1330 \end_inset
1331
1332 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1333  enregistrés sous un format compressé.
1334  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1335  petits carrés quand on utilise des agrandissements trop importants (aspect
1336  
1337 \begin_inset Quotes cld
1338 \end_inset
1339
1340 pixellisé
1341 \begin_inset Quotes crd
1342 \end_inset
1343
1344 ).
1345  Les formats matriciels les plus connus sont le GIF (
1346 \begin_inset Quotes cld
1347 \end_inset
1348
1349 Graphics Interchange Format
1350 \begin_inset Quotes crd
1351 \end_inset
1352
1353 , avec comme suffixe de fichier 
1354 \begin_inset Quotes cld
1355 \end_inset
1356
1357
1358 \family typewriter
1359 .gif
1360 \family default
1361
1362 \begin_inset Quotes crd
1363 \end_inset
1364
1365 )
1366 \begin_inset Index idx
1367 status collapsed
1368
1369 \begin_layout Plain Layout
1370 GIF|see
1371 \begin_inset ERT
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375
1376 {
1377 \end_layout
1378
1379 \end_inset
1380
1381 Format d'image
1382 \begin_inset ERT
1383 status collapsed
1384
1385 \begin_layout Plain Layout
1386
1387 }
1388 \end_layout
1389
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \end_inset
1396
1397 , le PNG (
1398 \begin_inset Quotes cld
1399 \end_inset
1400
1401 Portable Network Graphics
1402 \begin_inset Quotes crd
1403 \end_inset
1404
1405 , suffixe 
1406 \begin_inset Quotes cld
1407 \end_inset
1408
1409
1410 \family typewriter
1411 .png
1412 \family default
1413
1414 \begin_inset Quotes crd
1415 \end_inset
1416
1417 )
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 PNG|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Formats d'image
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449  et le JPG (
1450 \begin_inset Quotes cld
1451 \end_inset
1452
1453 Joint Photographic Expert Group
1454 \begin_inset Quotes crd
1455 \end_inset
1456
1457 , suffixe 
1458 \begin_inset Quotes cld
1459 \end_inset
1460
1461
1462 \family typewriter
1463 .jpg
1464 \family default
1465
1466 \begin_inset Quotes crd
1467 \end_inset
1468
1469  ou 
1470 \begin_inset Quotes cld
1471 \end_inset
1472
1473
1474 \family typewriter
1475 .jpeg
1476 \family default
1477
1478 \begin_inset Quotes crd
1479 \end_inset
1480
1481 )
1482 \begin_inset Index idx
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486 JPG|see
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 {
1493 \end_layout
1494
1495 \end_inset
1496
1497 Formats d'image
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 }
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512
1513 .
1514 \end_layout
1515
1516 \begin_layout Description
1517 Les
1518 \begin_inset space ~
1519 \end_inset
1520
1521 images
1522 \begin_inset space ~
1523 \end_inset
1524
1525 Vectorielles
1526 \begin_inset space ~
1527 \end_inset
1528
1529 (ou
1530 \begin_inset space ~
1531 \end_inset
1532
1533 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1534  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1535 nnée comme on le veut sans perte de précision.
1536  La possibilité de redimensionner les images est très utilisé pour les présentat
1537 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1538 nnement.
1539  Le redimensionnement permet aussi de présenter des documents en ligne où
1540  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1541  étudier les détails.
1542 \begin_inset Newline newline
1543 \end_inset
1544
1545 Les principaux formats vectoriels sont le SVG (
1546 \begin_inset Quotes cld
1547 \end_inset
1548
1549 Scalable Vector Graphics
1550 \begin_inset Quotes crd
1551 \end_inset
1552
1553 , suffixe 
1554 \begin_inset Quotes cld
1555 \end_inset
1556
1557
1558 \family typewriter
1559 .svg
1560 \family default
1561
1562 \begin_inset Quotes crd
1563 \end_inset
1564
1565 )
1566 \begin_inset Index idx
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570 SVG|see
1571 \begin_inset ERT
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575
1576 {
1577 \end_layout
1578
1579 \end_inset
1580
1581 Format d'image
1582 \begin_inset ERT
1583 status collapsed
1584
1585 \begin_layout Plain Layout
1586
1587 }
1588 \end_layout
1589
1590 \end_inset
1591
1592
1593 \end_layout
1594
1595 \end_inset
1596
1597 , l'EPS ( 
1598 \begin_inset Quotes cld
1599 \end_inset
1600
1601 encapsulated PostScript
1602 \begin_inset Quotes crd
1603 \end_inset
1604
1605 , suffixe 
1606 \begin_inset Quotes cld
1607 \end_inset
1608
1609
1610 \family typewriter
1611 .eps
1612 \family default
1613
1614 \begin_inset Quotes crd
1615 \end_inset
1616
1617 )
1618 \begin_inset Index idx
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 EPS|see
1623 \begin_inset ERT
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628 {
1629 \end_layout
1630
1631 \end_inset
1632
1633 Format d'image
1634 \begin_inset ERT
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638
1639 }
1640 \end_layout
1641
1642 \end_inset
1643
1644
1645 \end_layout
1646
1647 \end_inset
1648
1649 , le PDF (
1650 \begin_inset Quotes cld
1651 \end_inset
1652
1653 Portable Document Format
1654 \begin_inset Quotes crd
1655 \end_inset
1656
1657 , suffixe 
1658 \begin_inset Quotes cld
1659 \end_inset
1660
1661
1662 \family typewriter
1663 .pdf
1664 \family default
1665
1666 \begin_inset Quotes crd
1667 \end_inset
1668
1669 )
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 PDF|see
1675 \begin_inset ERT
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679
1680 {
1681 \end_layout
1682
1683 \end_inset
1684
1685 Format d'image
1686 \begin_inset ERT
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690
1691 }
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \end_inset
1700
1701  et le WMF (
1702 \begin_inset Quotes cld
1703 \end_inset
1704
1705 Windows Metafile
1706 \begin_inset Quotes crd
1707 \end_inset
1708
1709 , suffixe 
1710 \begin_inset Quotes cld
1711 \end_inset
1712
1713
1714 \family typewriter
1715 .wfm
1716 \family default
1717
1718 \begin_inset Quotes crd
1719 \end_inset
1720
1721  ou 
1722 \begin_inset Quotes cld
1723 \end_inset
1724
1725
1726 \family typewriter
1727 .emf
1728 \family default
1729
1730 \begin_inset Quotes crd
1731 \end_inset
1732
1733 )
1734 \begin_inset Index idx
1735 status collapsed
1736
1737 \begin_layout Plain Layout
1738 WMF|see
1739 \begin_inset ERT
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743
1744 {
1745 \end_layout
1746
1747 \end_inset
1748
1749 Formats d'images
1750 \begin_inset ERT
1751 status collapsed
1752
1753 \begin_layout Plain Layout
1754
1755 }
1756 \end_layout
1757
1758 \end_inset
1759
1760
1761 \end_layout
1762
1763 \end_inset
1764
1765 .
1766  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1767  en EPS, mais le résultat ne sera pas redimensionnable.
1768  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1769 \begin_inset Foot
1770 status collapsed
1771
1772 \begin_layout Plain Layout
1773 Dans le cas du PDF l'image initiale est aussi compressée.
1774 \end_layout
1775
1776 \end_inset
1777
1778
1779 \end_layout
1780
1781 \begin_layout Standard
1782 Les fichiers PDF générés par 
1783 \family typewriter
1784 Adobe Photoshop
1785 \family default
1786 , par exemple, sont des images matricielles.
1787 \end_layout
1788
1789 \begin_layout Standard
1790 En principe il est quasiment impossible de convertir une image matricielle
1791  en graphique vectoriel, seul le contraire est possible.
1792  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1793  dans respectivement un fichier de sortie PDF ou PostScript.
1794  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1795  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1796  WMF/SVG
1797 \begin_inset Formula $\to$
1798 \end_inset
1799
1800 PDF/EPS convenables.
1801 \end_layout
1802
1803 \begin_layout Chapter
1804 Tableaux
1805 \begin_inset Index idx
1806 status collapsed
1807
1808 \begin_layout Plain Layout
1809 Tableau
1810 \end_layout
1811
1812 \end_inset
1813
1814
1815 \end_layout
1816
1817 \begin_layout Section
1818 Introduction
1819 \begin_inset Index idx
1820 status collapsed
1821
1822 \begin_layout Plain Layout
1823 Tableau ! Introduction
1824 \end_layout
1825
1826 \end_inset
1827
1828
1829 \end_layout
1830
1831 \begin_layout Standard
1832 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1833  
1834 \begin_inset Info
1835 type  "icon"
1836 arg   "tabular-insert"
1837 \end_inset
1838
1839  soit 
1840 \family sans
1841 Insertion\SpecialChar menuseparator
1842 Tableau
1843 \family default
1844 .
1845  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1846  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1847  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1848  sur un bouton de la souris pour valider votre choix.
1849  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1850  vous demandant le nombre de lignes et de colonnes.
1851 \begin_inset Newline newline
1852 \end_inset
1853
1854 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1855  une à droite de la colonne la plus à droite et une en bas de la rangée
1856  du bas, qui forment une boîte autour du tableau.
1857  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1858  apparaît séparée du reste du tableau.
1859  Voici un exemple :
1860 \end_layout
1861
1862 \begin_layout Standard
1863 \align center
1864 \begin_inset Tabular
1865 <lyxtabular version="3" rows="4" columns="4">
1866 <features tabularvalignment="middle">
1867 <column alignment="center" valignment="top">
1868 <column alignment="center" valignment="top">
1869 <column alignment="center" valignment="top">
1870 <column alignment="center" valignment="top">
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885 1
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 2
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903 3
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 </row>
1909 <row>
1910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1911 \begin_inset Text
1912
1913 \begin_layout Plain Layout
1914 A
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Plain Layout
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 </row>
1947 <row>
1948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 B
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 </row>
1985 <row>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990 C
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2005 \begin_inset Text
2006
2007 \begin_layout Plain Layout
2008
2009 \end_layout
2010
2011 \end_inset
2012 </cell>
2013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2014 \begin_inset Text
2015
2016 \begin_layout Plain Layout
2017
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 </row>
2023 </lyxtabular>
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Section
2031 La fenêtre 
2032 \family sans
2033 tableau
2034 \family default
2035
2036 \begin_inset Index idx
2037 status collapsed
2038
2039 \begin_layout Plain Layout
2040 Tableau ! Fenêtre de dialogue
2041 \end_layout
2042
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2050  de la souris, qui ouvre le menu contextuel.
2051  A l'aide du choix de menu 
2052 \family sans
2053 Plus...
2054
2055 \family default
2056  vous pouvez modifier les réglages concernant la cellule, la colonne et
2057  la ligne dans laquelle le curseur se trouve.
2058  Le menu contextuel 
2059 \family sans
2060 Plus...\SpecialChar menuseparator
2061 Paramètres...
2062
2063 \family default
2064  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2065  sont possibles.
2066  La plupart des options peuvent s'appliquer à des sélections.
2067  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2068  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2069  votre sélection.
2070  Notez qu'il y a une différence entre sélectionner le 
2071 \emph on
2072 contenu 
2073 \emph default
2074 d'une cellule et sélectionner la cellule elle-même.
2075 \begin_inset Newline newline
2076 \end_inset
2077
2078 En cochant l'option 
2079 \family sans
2080 Application
2081 \begin_inset space ~
2082 \end_inset
2083
2084 immédiate
2085 \family default
2086  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2087  est appliquée directement.
2088  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2089  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2090  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2091  de dialogue, vous devez appuyer sur 
2092 \family sans
2093 Entrée
2094 \family default
2095  pour que la modification soit appliquée.
2096 \begin_inset Newline newline
2097 \end_inset
2098
2099 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2100  :
2101 \end_layout
2102
2103 \begin_layout Description
2104 Paramètres
2105 \begin_inset space ~
2106 \end_inset
2107
2108 du
2109 \begin_inset space ~
2110 \end_inset
2111
2112 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2113  la largeur de la colonne courante.
2114  L'alignement horizontal 
2115 \family sans
2116 Au
2117 \begin_inset space ~
2118 \end_inset
2119
2120 séparateur
2121 \begin_inset space ~
2122 \end_inset
2123
2124 décimal
2125 \family default
2126  est décrit dans la section
2127 \begin_inset space ~
2128 \end_inset
2129
2130
2131 \begin_inset CommandInset ref
2132 LatexCommand ref
2133 reference "subsec:Alignements-de-cellules"
2134
2135 \end_inset
2136
2137 .
2138  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2139  vertical de la ligne courante.
2140  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2141  et donc, plusieurs paragraphes de texte, voir la section
2142 \begin_inset space ~
2143 \end_inset
2144
2145
2146 \begin_inset CommandInset ref
2147 LatexCommand ref
2148 reference "subsec:Lignes-multiple-dans-cellule"
2149
2150 \end_inset
2151
2152 .
2153  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2154  pour accommoder le contenu de cellule le plus large.
2155 \begin_inset Newline newline
2156 \end_inset
2157
2158 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2159  un multi-colonnes, voir la section
2160 \begin_inset space ~
2161 \end_inset
2162
2163
2164 \begin_inset CommandInset ref
2165 LatexCommand ref
2166 reference "subsec:Multicolonnes"
2167
2168 \end_inset
2169
2170  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2171 \begin_inset space ~
2172 \end_inset
2173
2174
2175 \begin_inset CommandInset ref
2176 LatexCommand ref
2177 reference "subsec:Multi-lignes"
2178
2179 \end_inset
2180
2181 .
2182 \begin_inset Newline newline
2183 \end_inset
2184
2185 L'option 
2186 \family sans
2187 Tourner
2188 \begin_inset space ~
2189 \end_inset
2190
2191 la
2192 \begin_inset space ~
2193 \end_inset
2194
2195 case
2196 \begin_inset space ~
2197 \end_inset
2198
2199 de
2200 \begin_inset space ~
2201 \end_inset
2202
2203 90°
2204 \family default
2205  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2206  L'option 
2207 \family sans
2208 Tourner
2209 \begin_inset space ~
2210 \end_inset
2211
2212 le
2213 \begin_inset space ~
2214 \end_inset
2215
2216 tableau
2217 \begin_inset space ~
2218 \end_inset
2219
2220 de
2221 \begin_inset space ~
2222 \end_inset
2223
2224 90°
2225 \family default
2226  fait pivoter tout le tableau.
2227  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2228 , mais devraient l'être dans la
2229  sortie finale.
2230  Pour plus d'information voir la section
2231 \begin_inset space ~
2232 \end_inset
2233
2234
2235 \begin_inset CommandInset ref
2236 LatexCommand ref
2237 reference "sec:Pivotement-des-cellules"
2238
2239 \end_inset
2240
2241 .
2242 \begin_inset Newline newline
2243 \end_inset
2244
2245
2246 \begin_inset Note Greyedout
2247 status open
2248
2249 \begin_layout Plain Layout
2250
2251 \series bold
2252 Note:
2253 \series default
2254  La plupart des visualiseurs DVI ne sont 
2255 \emph on
2256 pas
2257 \emph default
2258  capables d'afficher ces rotations.
2259 \end_layout
2260
2261 \end_inset
2262
2263
2264 \begin_inset Newline newline
2265 \end_inset
2266
2267 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2268  qui sont incorporés dans une ligne de texte :
2269 \begin_inset Newline newline
2270 \end_inset
2271
2272 Une ligne avec des tableaux alignés de différentes manières: 
2273 \begin_inset Tabular
2274 <lyxtabular version="3" rows="2" columns="2">
2275 <features tabularvalignment="top">
2276 <column alignment="center" valignment="top" width="0pt">
2277 <column alignment="center" valignment="top">
2278 <row>
2279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2280 \begin_inset Text
2281
2282 \begin_layout Plain Layout
2283
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Plain Layout
2292 1
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 </row>
2298 <row>
2299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Plain Layout
2303 A
2304 \end_layout
2305
2306 \end_inset
2307 </cell>
2308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 </row>
2318 </lyxtabular>
2319
2320 \end_inset
2321
2322  
2323 \begin_inset Tabular
2324 <lyxtabular version="3" rows="2" columns="2">
2325 <features tabularvalignment="middle">
2326 <column alignment="center" valignment="top">
2327 <column alignment="center" valignment="top">
2328 <row>
2329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 1
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 </row>
2348 <row>
2349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353 A
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 </lyxtabular>
2369
2370 \end_inset
2371
2372  
2373 \begin_inset Tabular
2374 <lyxtabular version="3" rows="2" columns="2">
2375 <features tabularvalignment="bottom">
2376 <column alignment="center" valignment="top" width="0pt">
2377 <column alignment="center" valignment="top">
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 1
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 <row>
2399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403 A
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 </row>
2418 </lyxtabular>
2419
2420 \end_inset
2421
2422
2423 \begin_inset Newline newline
2424 \end_inset
2425
2426 On peut aussi entrer des paramètres \SpecialChar LaTeX
2427  pour obtenir des mise en formes spéciales
2428  pour le tableau, voir les sections
2429 \begin_inset space ~
2430 \end_inset
2431
2432
2433 \begin_inset CommandInset ref
2434 LatexCommand ref
2435 reference "subsec:Calculs-multicolonnes"
2436
2437 \end_inset
2438
2439  et 
2440 \begin_inset CommandInset ref
2441 LatexCommand ref
2442 reference "sec:Tableaux-Colorés"
2443
2444 \end_inset
2445
2446 .
2447 \end_layout
2448
2449 \begin_layout Description
2450 Bordures Cet onglet vous permet d'ajouter ou de supprimer les bordures pour
2451  la ligne ou la colonne courante.
2452  
2453 \begin_inset Newline newline
2454 \end_inset
2455
2456 En utilisant le style 
2457 \family sans
2458 Formel
2459 \family default
2460  à la place du style par 
2461 \family sans
2462 Défaut
2463 \family default
2464 , on va convertir le tableau en tableau formel comme on le décrit dans la
2465  section
2466 \begin_inset space ~
2467 \end_inset
2468
2469
2470 \begin_inset CommandInset ref
2471 LatexCommand ref
2472 reference "sec:Tableaux-Formels"
2473
2474 \end_inset
2475
2476 .
2477 \begin_inset Newline newline
2478 \end_inset
2479
2480 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2481  dans les lignes du tableau comme c'est décrit dans la section
2482 \begin_inset space ~
2483 \end_inset
2484
2485
2486 \begin_inset CommandInset ref
2487 LatexCommand ref
2488 reference "subsec:Espacement-lignes"
2489
2490 \end_inset
2491
2492 .
2493 \end_layout
2494
2495 \begin_layout Description
2496 Tableau
2497 \begin_inset space ~
2498 \end_inset
2499
2500 multi-pages Cet onglet est utilisé pour transformer un tableau en ce que
2501  l'on nomme un 
2502 \begin_inset Quotes cld
2503 \end_inset
2504
2505
2506 \emph on
2507 tableau multi-pages
2508 \emph default
2509
2510 \begin_inset Quotes crd
2511 \end_inset
2512
2513  qui peut continuer sur plusieurs pages.
2514  Les sections
2515 \begin_inset space ~
2516 \end_inset
2517
2518
2519 \begin_inset CommandInset ref
2520 LatexCommand ref
2521 reference "sec:Tableaux-multi-pages"
2522
2523 \end_inset
2524
2525  et 
2526 \begin_inset CommandInset ref
2527 LatexCommand ref
2528 reference "sec:Questions-sur-tableaux-multi-pages"
2529
2530 \end_inset
2531
2532  décrivent ces tableaux multi-pages plus en détail.
2533 \end_layout
2534
2535 \begin_layout Section
2536 La barre d'outils tableau
2537 \begin_inset Index idx
2538 status collapsed
2539
2540 \begin_layout Plain Layout
2541 Tableau ! Barre d'outils
2542 \end_layout
2543
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Standard
2550 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2551  permet de modifier plus rapidement les tableaux.
2552  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2553  quand le
2554  curseur se trouve à l'intérieur d'un tableau.
2555  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2556  au menu 
2557 \family sans
2558 Visualiser\SpecialChar menuseparator
2559 Barres
2560 \begin_inset space ~
2561 \end_inset
2562
2563 d'outils\SpecialChar menuseparator
2564 Tableau
2565 \family default
2566 .
2567 \end_layout
2568
2569 \begin_layout Standard
2570 La barre d'outils contient les icônes suivantes :
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575 \begin_inset Info
2576 type  "icon"
2577 arg   "tabular-feature append-row"
2578 \end_inset
2579
2580  ajoute une ligne sous la cellule ou la sélection courante
2581 \end_layout
2582
2583 \begin_layout Labeling
2584 \labelwidthstring 00.00.0000
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "tabular-feature append-column"
2588 \end_inset
2589
2590  ajoute une colonne à la droite de la cellule ou de la sélection courante
2591 \end_layout
2592
2593 \begin_layout Labeling
2594 \labelwidthstring 00.00.0000
2595 \begin_inset Info
2596 type  "icon"
2597 arg   "tabular-feature delete-row"
2598 \end_inset
2599
2600  supprime la ligne ou la sélection courante
2601 \end_layout
2602
2603 \begin_layout Labeling
2604 \labelwidthstring 00.00.0000
2605 \begin_inset Info
2606 type  "icon"
2607 arg   "tabular-feature delete-column"
2608 \end_inset
2609
2610  supprime la colonne ou la sélection courante
2611 \end_layout
2612
2613 \begin_layout Labeling
2614 \labelwidthstring 00.00.0000
2615 \begin_inset Info
2616 type  "icon"
2617 arg   "tabular-feature move-row-up"
2618 \end_inset
2619
2620  déplace la ligne vers le haut
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "tabular-feature move-column-left"
2628 \end_inset
2629
2630  déplace la colonne vers la gauche
2631 \end_layout
2632
2633 \begin_layout Labeling
2634 \labelwidthstring 00.00.0000
2635 \begin_inset Info
2636 type  "icon"
2637 arg   "tabular-feature move-row-down"
2638 \end_inset
2639
2640  déplace la ligne vers le bas
2641 \end_layout
2642
2643 \begin_layout Labeling
2644 \labelwidthstring 00.00.0000
2645 \begin_inset Info
2646 type  "icon"
2647 arg   "tabular-feature move-column-right"
2648 \end_inset
2649
2650  déplace la colonne vers la droite
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655 \begin_inset Info
2656 type  "icon"
2657 arg   "tabular-feature toggle-line-top"
2658 \end_inset
2659
2660  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2661  courante
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "tabular-feature toggle-line-bottom"
2669 \end_inset
2670
2671  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "tabular-feature toggle-line-left"
2679 \end_inset
2680
2681  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2682 \begin_inset Note Note
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 ou colonne ?
2687 \end_layout
2688
2689 \end_inset
2690
2691  ou de la sélection courante
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "tabular-feature toggle-line-right"
2699 \end_inset
2700
2701  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2702 \begin_inset Note Note
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 ou colonne ?
2707 \end_layout
2708
2709 \end_inset
2710
2711  ou de la sélection courante
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "tabular-feature set-all-lines"
2719 \end_inset
2720
2721  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2722  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2723  colonne et la ligne courante
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Info
2729 type  "icon"
2730 arg   "tabular-feature unset-all-lines"
2731 \end_inset
2732
2733  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2734  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2735  aussi la colonne et la ligne courante
2736 \end_layout
2737
2738 \begin_layout Labeling
2739 \labelwidthstring 00.00.0000
2740 \begin_inset Info
2741 type  "icon"
2742 arg   "tabular-feature m-align-left"
2743 \end_inset
2744
2745  aligne à gauche le contenu de la cellule ou de la colonne courante
2746 \end_layout
2747
2748 \begin_layout Labeling
2749 \labelwidthstring 00.00.0000
2750 \begin_inset Info
2751 type  "icon"
2752 arg   "tabular-feature m-align-center"
2753 \end_inset
2754
2755  centre horizontalement le contenu de la cellule ou de la colonne courante
2756 \end_layout
2757
2758 \begin_layout Labeling
2759 \labelwidthstring 00.00.0000
2760 \begin_inset Info
2761 type  "icon"
2762 arg   "tabular-feature m-align-right"
2763 \end_inset
2764
2765  aligne à droite le contenu de la cellule ou de la colonne courante
2766 \end_layout
2767
2768 \begin_layout Labeling
2769 \labelwidthstring 00.00.0000
2770 \begin_inset Info
2771 type  "icon"
2772 arg   "tabular-feature align-decimal"
2773 \end_inset
2774
2775  aligne le contenu de la colonne courante sur un caractère
2776 \end_layout
2777
2778 \begin_layout Labeling
2779 \labelwidthstring 00.00.0000
2780 \begin_inset Info
2781 type  "icon"
2782 arg   "tabular-feature m-valign-top"
2783 \end_inset
2784
2785  aligne le contenu de la cellule courante verticalement vers le haut
2786 \end_layout
2787
2788 \begin_layout Labeling
2789 \labelwidthstring 00.00.0000
2790 \begin_inset Info
2791 type  "icon"
2792 arg   "tabular-feature m-valign-middle"
2793 \end_inset
2794
2795  centre verticalement le contenu de la cellule courante
2796 \end_layout
2797
2798 \begin_layout Labeling
2799 \labelwidthstring 00.00.0000
2800 \begin_inset Info
2801 type  "icon"
2802 arg   "tabular-feature m-valign-bottom"
2803 \end_inset
2804
2805  aligne le contenu de la cellule courante verticalement vers le bas
2806 \end_layout
2807
2808 \begin_layout Labeling
2809 \labelwidthstring 00.00.0000
2810 \begin_inset Info
2811 type  "icon"
2812 arg   "tabular-feature set-rotate-cell"
2813 \end_inset
2814
2815  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2816 re
2817 \end_layout
2818
2819 \begin_layout Labeling
2820 \labelwidthstring 00.00.0000
2821 \begin_inset Info
2822 type  "icon"
2823 arg   "tabular-feature set-rotate-tabular"
2824 \end_inset
2825
2826  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2827 \end_layout
2828
2829 \begin_layout Labeling
2830 \labelwidthstring 00.00.0000
2831 \begin_inset Info
2832 type  "icon"
2833 arg   "tabular-feature multicolumn"
2834 \end_inset
2835
2836  transforme en multi-colonnes la cellule ou la sélection courante
2837 \end_layout
2838
2839 \begin_layout Labeling
2840 \labelwidthstring 00.00.0000
2841 \begin_inset Info
2842 type  "icon"
2843 arg   "tabular-feature multirow"
2844 \end_inset
2845
2846  transforme en multi-lignes la cellule ou la sélection courante
2847 \end_layout
2848
2849 \begin_layout Standard
2850 \begin_inset Note Greyedout
2851 status open
2852
2853 \begin_layout Plain Layout
2854
2855 \series bold
2856 Note :
2857 \series default
2858  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2859  est utilisé pour toutes les autres cellules de la ligne.
2860 \end_layout
2861
2862 \end_inset
2863
2864
2865 \end_layout
2866
2867 \begin_layout Section
2868 Le menu Édition tableau
2869 \begin_inset Index idx
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 Tableau ! Menu Édition
2874 \end_layout
2875
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \begin_layout Standard
2882 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2883  
2884 \family sans
2885 Édition\SpecialChar menuseparator
2886 Tableau
2887 \family default
2888  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2889  ou de la ligne courante et aussi de transformer la sélection courante en
2890  multi-colonnes.
2891  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2892 \end_layout
2893
2894 \begin_layout Section
2895 Flottant de tableau
2896 \begin_inset CommandInset label
2897 LatexCommand label
2898 name "sec:Table-Floats"
2899
2900 \end_inset
2901
2902
2903 \begin_inset Index idx
2904 status collapsed
2905
2906 \begin_layout Plain Layout
2907 Flottants ! Tableaux
2908 \end_layout
2909
2910 \end_inset
2911
2912
2913 \begin_inset Index idx
2914 status collapsed
2915
2916 \begin_layout Plain Layout
2917 Tableau ! Flottants
2918 \end_layout
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \begin_layout Standard
2926 Pour des explications générales sur les flottants, jetez un œil à la section
2927 \begin_inset space ~
2928 \end_inset
2929
2930
2931 \begin_inset CommandInset ref
2932 LatexCommand ref
2933 reference "sec:Flottants-Introduction"
2934
2935 \end_inset
2936
2937 .
2938 \end_layout
2939
2940 \begin_layout Standard
2941 \begin_inset Float table
2942 placement h
2943 wide false
2944 sideways false
2945 status open
2946
2947 \begin_layout Plain Layout
2948 \begin_inset Caption Standard
2949
2950 \begin_layout Plain Layout
2951 \begin_inset CommandInset label
2952 LatexCommand label
2953 name "tab:Flottant-de-tableau"
2954
2955 \end_inset
2956
2957 Un flottant de tableau.
2958 \end_layout
2959
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \begin_layout Plain Layout
2966 \align center
2967 \begin_inset Tabular
2968 <lyxtabular version="3" rows="3" columns="3">
2969 <features tabularvalignment="middle">
2970 <column alignment="center" valignment="top" width="0pt">
2971 <column alignment="center" valignment="top" width="0pt">
2972 <column alignment="center" valignment="top" width="0pt">
2973 <row>
2974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 1
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 2
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996 3
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row>
3003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 Jules
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016 Marie
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025 Jean
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 </row>
3031 <row>
3032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 \begin_inset Formula $\int x^{2}dx$
3037 \end_inset
3038
3039
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048 \begin_inset Formula $\left[\begin{array}{cc}
3049 a & b\\
3050 c & d
3051 \end{array}\right]$
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $1+1=2$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 </lyxtabular>
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \begin_layout Standard
3085 Les flottants de tableau sont insérés en utilisant le menu 
3086 \family sans
3087 Insertion\SpecialChar menuseparator
3088 Flottant\SpecialChar menuseparator
3089 Tableau
3090 \family default
3091  ou le bouton 
3092 \begin_inset Info
3093 type  "icon"
3094 arg   "float-insert table"
3095 \end_inset
3096
3097  de la barre d'outils.
3098 \end_layout
3099
3100 \begin_layout Standard
3101 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3102  qui a comme étiquette 
3103 \begin_inset Quotes cld
3104 \end_inset
3105
3106 Tableau
3107 \begin_inset space ~
3108 \end_inset
3109
3110 #:
3111 \begin_inset Quotes crd
3112 \end_inset
3113
3114  (où # est le numéro du tableau).
3115  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3116 \end_layout
3117
3118 \begin_layout Standard
3119 Le tableau
3120 \begin_inset space ~
3121 \end_inset
3122
3123
3124 \begin_inset CommandInset ref
3125 LatexCommand ref
3126 reference "tab:Flottant-de-tableau"
3127
3128 \end_inset
3129
3130  est un exemple de tableau dans un flottant de tableau.
3131 \end_layout
3132
3133 \begin_layout Standard
3134 On met habituellement la légende au dessus des tableaux, mais cette règle
3135  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3136 .
3137  Cela signifie que si vous utilisez un document appartenant aux classes
3138  
3139 \family sans
3140 article
3141 \family default
3142
3143 \family sans
3144 book
3145 \family default
3146
3147 \family sans
3148 letter
3149 \family default
3150 , ou
3151 \family sans
3152  report
3153 \family default
3154  il n'y aura pas d'espace entre la légende et le tableau.
3155  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3156  la commande de chargement du paquetage \SpecialChar LaTeX
3157  
3158 \series bold
3159 caption
3160 \series default
3161
3162 \begin_inset Index idx
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166 Paquetages \SpecialChar LaTeX
3167  ! caption
3168 \end_layout
3169
3170 \end_inset
3171
3172  dans le préambule de votre document.
3173 \begin_inset Foot
3174 status collapsed
3175
3176 \begin_layout Plain Layout
3177 Pour plus d'information voyez la section
3178 \begin_inset space ~
3179 \end_inset
3180
3181
3182 \begin_inset CommandInset ref
3183 LatexCommand ref
3184 reference "sec:Placement-légende"
3185
3186 \end_inset
3187
3188 .
3189 \end_layout
3190
3191 \end_inset
3192
3193 :
3194 \end_layout
3195
3196 \begin_layout Standard
3197
3198 \series bold
3199 tableposition=top
3200 \end_layout
3201
3202 \begin_layout Standard
3203 Le paquetage 
3204 \series bold
3205 caption
3206 \series default
3207 , qui est décrit dans la section
3208 \begin_inset space ~
3209 \end_inset
3210
3211
3212 \begin_inset CommandInset ref
3213 LatexCommand ref
3214 reference "sec:Formatage-légende"
3215
3216 \end_inset
3217
3218 , est utilisé pour ajuster le format des légendes.
3219 \end_layout
3220
3221 \begin_layout Standard
3222 Dans le texte, on fait référence à un tableau
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 References@Références ! à des Tableaux
3228 \end_layout
3229
3230 \end_inset
3231
3232  en faisant référence à sa légende.
3233  On insère donc une étiquette dans la légende en utilisant le menu 
3234 \family sans
3235 Insertion
3236 \family default
3237 \SpecialChar menuseparator
3238
3239 \family sans
3240 Étiquette
3241 \family default
3242  ou le bouton 
3243 \begin_inset Info
3244 type  "icon"
3245 arg   "label-insert"
3246 \end_inset
3247
3248  de la barre d'outils.
3249  On peut alors faire référence à cette étiquette en utilisant le menu 
3250 \family sans
3251 Insertion\SpecialChar menuseparator
3252 Référence
3253 \begin_inset space ~
3254 \end_inset
3255
3256 croisée
3257 \family default
3258  ou le bouton 
3259 \begin_inset Info
3260 type  "icon"
3261 arg   "dialog-show-new-inset ref"
3262 \end_inset
3263
3264  de la barre d'outils.
3265 \begin_inset Newline newline
3266 \end_inset
3267
3268 Les références croisées sont expliquées en détail dans la section
3269 \begin_inset space ~
3270 \end_inset
3271
3272
3273 \begin_inset CommandInset ref
3274 LatexCommand ref
3275 reference "sec:Referencer-les-Flottants"
3276
3277 \end_inset
3278
3279 .
3280 \end_layout
3281
3282 \begin_layout Section
3283 Tableaux multi-pages
3284 \begin_inset CommandInset label
3285 LatexCommand label
3286 name "sec:Tableaux-multi-pages"
3287
3288 \end_inset
3289
3290
3291 \begin_inset Index idx
3292 status collapsed
3293
3294 \begin_layout Plain Layout
3295 Tableau multi-pages
3296 \end_layout
3297
3298 \end_inset
3299
3300
3301 \begin_inset Index idx
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305 Tableau ! multi-pages
3306 \end_layout
3307
3308 \end_inset
3309
3310
3311 \end_layout
3312
3313 \begin_layout Standard
3314 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3315  l'option 
3316 \family sans
3317 Utiliser
3318 \begin_inset space ~
3319 \end_inset
3320
3321 les
3322 \begin_inset space ~
3323 \end_inset
3324
3325 tableaux
3326 \begin_inset space ~
3327 \end_inset
3328
3329 multi-pages
3330 \family default
3331  de l'onglet 
3332 \family sans
3333 Tableau
3334 \begin_inset space ~
3335 \end_inset
3336
3337 multi-pages
3338 \family default
3339  de la fenêtre 
3340 \family sans
3341 Paramètres
3342 \begin_inset space ~
3343 \end_inset
3344
3345 du
3346 \begin_inset space ~
3347 \end_inset
3348
3349 tableau
3350 \family default
3351  pour le répartir automatiquement sur plusieurs pages.
3352  En cochant cette option, vous activez les options suivantes:
3353 \end_layout
3354
3355 \begin_layout Description
3356 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3357  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3358  d'en-tête utilisées pour toutes les pages du tableau multi-pages; sauf
3359  pour la première page, si 
3360 \family sans
3361 Premier
3362 \begin_inset space ~
3363 \end_inset
3364
3365 en-tête
3366 \family default
3367  est défini.
3368  Ces lignes forment l'en-tête principal.
3369 \end_layout
3370
3371 \begin_layout Description
3372 Premier
3373 \begin_inset space ~
3374 \end_inset
3375
3376 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3377  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3378  d'en-tête utilisées pour la première page du tableau multi-pages.
3379 \end_layout
3380
3381 \begin_layout Description
3382 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3383  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3384  constituant les pieds de toutes les pages du tableau multi-pages; sauf
3385  de la dernière page si 
3386 \family sans
3387 Dernier
3388 \begin_inset space ~
3389 \end_inset
3390
3391 pied
3392 \family default
3393  est défini.
3394 \end_layout
3395
3396 \begin_layout Description
3397 Dernier
3398 \begin_inset space ~
3399 \end_inset
3400
3401 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3402  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3403  constituant le pied de la dernière page du tableau multi-pages.
3404 \end_layout
3405
3406 \begin_layout Description
3407 Légende La ligne courante contient la légende du tableau.
3408  La première ligne est transformée en une colonne unique et une légende
3409  est insérée.
3410  Vous trouverez d'autres explications sur les légendes pour les tableaux
3411  multi-pages dans la section
3412 \begin_inset space ~
3413 \end_inset
3414
3415
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "subsec:Tableaux-multi-pages-légende"
3419
3420 \end_inset
3421
3422 .
3423 \end_layout
3424
3425 \begin_layout Standard
3426 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3427  Voyez le tableau multi-pages qui suit pour voir comment ça marche :
3428 \end_layout
3429
3430 \begin_layout Standard
3431 \align center
3432 \begin_inset Tabular
3433 <lyxtabular version="3" rows="69" columns="3">
3434 <features islongtable="true" longtabularalignment="center">
3435 <column alignment="left" valignment="top" width="0cm">
3436 <column alignment="left" valignment="top" width="0pt">
3437 <column alignment="center" valignment="top" width="0pt">
3438 <row endfirsthead="true">
3439 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \series bold
3445 Exemple d'annuaire téléphonique (ignorez les noms)
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 </row>
3469 <row endfirsthead="true">
3470 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474
3475 \series bold
3476 NOM
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 TEL.
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 </row>
3502 <row endhead="true">
3503 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507
3508 \series bold
3509 Exemple d'annuaire téléphonique
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 </row>
3533 <row endhead="true">
3534 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538
3539 \series bold
3540 NOM
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3546 \begin_inset Text
3547
3548 \begin_layout Plain Layout
3549
3550 \end_layout
3551
3552 \end_inset
3553 </cell>
3554 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 TEL.
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 <row endfoot="true">
3567 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571  continue page suivante
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row>
3596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 Annovi
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell alignment="center" valignment="top" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611 Silvia
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620 111
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 </row>
3626 <row>
3627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633 Bertoli
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 Stefano
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 111
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Bozzi
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Walter
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Cachia
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Maria
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Cachia
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Maurizio
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Cinquemani
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Giusi
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Colin
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Bernard
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Concli
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Gianfranco
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Dal Bosco
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Carolina
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Dalpiaz
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Annamaria
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Feliciello
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Domenico
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Focarelli
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Paola
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Galletti
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Oreste
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Gasparini
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Franca
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Rizzardi
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Paola
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Lassini
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Giancarlo
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Malfatti
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Luciano
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Malfatti
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Valeriano
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Meneguzzo
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Roberto
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191 Mezzadra
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 Roberto
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 111
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220
4221 \series bold
4222 Pirpamer
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Erich
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 111
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251
4252 \series bold
4253 Pochiesa
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 Paolo
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 111, 222
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \series bold
4284 Radina
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 Claudio
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 111
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \series bold
4315 Stuffer
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 Oskar
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 111
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 <row>
4340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344
4345 \series bold
4346 Tacchelli
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 Ugo
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 111
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 </row>
4370 <row>
4371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375
4376 \series bold
4377 Tezzele
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 Margit
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 111
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 </row>
4401 <row>
4402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406
4407 \series bold
4408 Unterkalmsteiner
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 Frieda
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 111
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 </row>
4432 <row>
4433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437
4438 \series bold
4439 Vieider
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 Hilde
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 111
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468
4469 \series bold
4470 Vigna
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 Jürgen
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 111
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row>
4495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499
4500 \series bold
4501 Weber
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 Maurizio
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 111
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 </row>
4525 <row>
4526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530
4531 \series bold
4532 Winkler
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 Franz
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 111
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 </row>
4556 <row>
4557 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561  
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 </row>
4585 <row>
4586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590
4591 \series bold
4592 Annovi
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Silvia
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 555
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621
4622 \series bold
4623 Bertoli
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 Stefano
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 555
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Bozzi
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Walter
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Cachia
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Maria
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Cachia
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Maurizio
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Cinquemani
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Giusi
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Colin
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Bernard
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Concli
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Gianfranco
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Dal Bosco
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Carolina
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Dalpiaz
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Annamaria
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Feliciello
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Domenico
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Focarelli
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Paola
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Galletti
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Oreste
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Gasparini
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Franca
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Rizzardi
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Paola
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Lassini
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Giancarlo
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Malfatti
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Luciano
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Malfatti
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Valeriano
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Meneguzzo
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Roberto
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Mezzadra
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Roberto
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Pirpamer
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Erich
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 555
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \series bold
5243 Pochiesa
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Paolo
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 555, 222
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274 Radina
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Claudio
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 555
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row>
5299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \series bold
5305 Stuffer
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 Oskar
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 555
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \series bold
5336 Tacchelli
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 Ugo
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 555
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 <row>
5361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365
5366 \series bold
5367 Tezzele
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 Margit
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 555
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 </row>
5391 <row>
5392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396
5397 \series bold
5398 Unterkalmsteiner
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 Frieda
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 555
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427
5428 \series bold
5429 Vieider
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 Hilde
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 555
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458
5459 \series bold
5460 Vigna
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 Jürgen
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 999
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489
5490 \series bold
5491 Weber
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 Maurizio
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 555
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 <row>
5516 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520
5521 \series bold
5522 Winkler
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 Franz
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 555
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 </row>
5546 <row endlastfoot="true">
5547 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 Fin
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 </row>
5575 </lyxtabular>
5576
5577 \end_inset
5578
5579
5580 \begin_inset ERT
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584
5585
5586 \backslash
5587 addtocounter{table}{-1}
5588 \end_layout
5589
5590 \end_inset
5591
5592
5593 \begin_inset Note Note
5594 status collapsed
5595
5596 \begin_layout Plain Layout
5597 Voyez la première note grisée de la section
5598 \begin_inset space ~
5599 \end_inset
5600
5601
5602 \begin_inset CommandInset ref
5603 LatexCommand ref
5604 reference "subsec:Tableaux-multi-pages-légende"
5605
5606 \end_inset
5607
5608  pour une explication de cette commande.
5609 \end_layout
5610
5611 \end_inset
5612
5613
5614 \end_layout
5615
5616 \begin_layout Subsection
5617 Notes de bas de page dans les tableaux multi-pages
5618 \begin_inset CommandInset label
5619 LatexCommand label
5620 name "subsec:Notes-dans-tableau-multi-pages"
5621
5622 \end_inset
5623
5624
5625 \begin_inset Index idx
5626 status collapsed
5627
5628 \begin_layout Plain Layout
5629 Tableau ! multi-pages ! Notes de bas de page
5630 \end_layout
5631
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \begin_layout Standard
5638 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5639  multi-pages.
5640  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5641  contenant la note.
5642  Par exemple le tableau
5643 \begin_inset space ~
5644 \end_inset
5645
5646
5647 \begin_inset CommandInset ref
5648 LatexCommand ref
5649 reference "tab:Légendes-tableau-différentes"
5650
5651 \end_inset
5652
5653  a une note de bas de page.
5654 \end_layout
5655
5656 \begin_layout Subsection
5657 Alignement des tableaux multi-pages
5658 \begin_inset Index idx
5659 status collapsed
5660
5661 \begin_layout Plain Layout
5662 Tableau ! multi-pages ! Alignement
5663 \end_layout
5664
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \begin_layout Standard
5671 L'alignement horizontal des tableaux multi-pages peut être modifié dans
5672  la fenêtre de dialogue des paramètres de tableau.
5673  Pour les alignements à droite et à gauche, le tableau sera directement
5674  au bord de la page.
5675  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5676  l'alignement centré et modifier les valeurs des longueurs 
5677 \series bold
5678
5679 \backslash
5680 LTleft 
5681 \series default
5682 et 
5683 \series bold
5684
5685 \backslash
5686 LTright
5687 \series default
5688  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5689  avant le tableau multi-pages
5690  concerné :
5691 \end_layout
5692
5693 \begin_layout Standard
5694
5695 \series bold
5696
5697 \backslash
5698 setlength{
5699 \backslash
5700 LTleft}{valeur}
5701 \end_layout
5702
5703 \begin_layout Standard
5704 Où 
5705 \series bold
5706 valeur
5707 \series default
5708  peut avoir n'importe laquelle des unités listées dans le tableau
5709 \begin_inset space ~
5710 \end_inset
5711
5712
5713 \begin_inset CommandInset ref
5714 LatexCommand ref
5715 reference "cha:Unités-de-longueur"
5716
5717 \end_inset
5718
5719 .
5720  
5721 \series bold
5722
5723 \backslash
5724 LTleft
5725 \series default
5726  contrôle la distance horizontale entre le bord gauche de la page et le
5727  tableau, et
5728 \series bold
5729  
5730 \backslash
5731 LTright
5732 \series default
5733  la distance au bord droit.
5734  La valeur implicite des ces deux distances est 
5735 \series bold
5736
5737 \backslash
5738 fill
5739 \series default
5740 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5741 .
5742 \end_layout
5743
5744 \begin_layout Standard
5745 Le tableau multi-pages suivant a été centrée en mettant 
5746 \series bold
5747
5748 \backslash
5749 LTleft
5750 \series default
5751  à 
5752 \family sans
5753 0.1
5754 \backslash
5755 columnwidth
5756 \family default
5757 :
5758 \begin_inset ERT
5759 status collapsed
5760
5761 \begin_layout Plain Layout
5762
5763
5764 \backslash
5765 setlength{
5766 \backslash
5767 LTleft}{0.1
5768 \backslash
5769 columnwidth}
5770 \end_layout
5771
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \begin_layout Standard
5778 \begin_inset Tabular
5779 <lyxtabular version="3" rows="5" columns="5">
5780 <features islongtable="true" longtabularalignment="center">
5781 <column alignment="center" valignment="top">
5782 <column alignment="center" valignment="top">
5783 <column alignment="center" valignment="top">
5784 <column alignment="center" valignment="top">
5785 <column alignment="center" valignment="top">
5786 <row>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 1
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 2
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 3
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 4
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 5
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 asd
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 s
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 s
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 s
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 asd
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 <row>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 asd
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 s
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 s
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 s
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 asd
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 asd
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 s
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 asd
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 </row>
5974 <row>
5975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 asd
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 asd
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 asd
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 </lyxtabular>
6022
6023 \end_inset
6024
6025
6026 \begin_inset ERT
6027 status collapsed
6028
6029 \begin_layout Plain Layout
6030
6031
6032 \backslash
6033 setlength{
6034 \backslash
6035 LTleft}{
6036 \backslash
6037 fill}
6038 \end_layout
6039
6040 \end_inset
6041
6042
6043 \begin_inset ERT
6044 status collapsed
6045
6046 \begin_layout Plain Layout
6047
6048
6049 \backslash
6050 addtocounter{table}{-1}
6051 \end_layout
6052
6053 \end_inset
6054
6055
6056 \begin_inset Note Note
6057 status collapsed
6058
6059 \begin_layout Plain Layout
6060 Voyez la première note grisée de la section
6061 \begin_inset space ~
6062 \end_inset
6063
6064
6065 \begin_inset CommandInset ref
6066 LatexCommand ref
6067 reference "subsec:Tableaux-multi-pages-légende"
6068
6069 \end_inset
6070
6071  pour une explication de cette commande.
6072 \end_layout
6073
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \begin_layout Subsection
6080 Légendes et tableaux multi-pages
6081 \begin_inset Index idx
6082 status collapsed
6083
6084 \begin_layout Plain Layout
6085 Tableau ! multi-pages ! Legendes@Légendes
6086 \end_layout
6087
6088 \end_inset
6089
6090
6091 \begin_inset CommandInset label
6092 LatexCommand label
6093 name "subsec:Tableaux-multi-pages-légende"
6094
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \begin_layout Standard
6101 Vous ne pouvez pas placer un tableau multi-pages dans un flottant de tableau
6102  puisque les flottants ne peuvent pas être sur plusieurs pages, mais l'environne
6103 ment de légende des flottants de tableau peut aussi être utilisé pour les
6104  tableaux multi-pages quand on utilise pour une ligne l'option de tableau
6105  multi-pages 
6106 \family sans
6107 Légende
6108 \family default
6109 , comme c'est expliqué dans la section
6110 \begin_inset space ~
6111 \end_inset
6112
6113
6114 \begin_inset CommandInset ref
6115 LatexCommand ref
6116 reference "sec:Tableaux-multi-pages"
6117
6118 \end_inset
6119
6120 .
6121 \end_layout
6122
6123 \begin_layout Standard
6124 Voici un petit Tableau multi-pages pour voir comment ça marche :
6125 \end_layout
6126
6127 \begin_layout Standard
6128 \begin_inset Tabular
6129 <lyxtabular version="3" rows="6" columns="5">
6130 <features islongtable="true" longtabularalignment="center">
6131 <column alignment="center" valignment="top">
6132 <column alignment="center" valignment="top">
6133 <column alignment="center" valignment="top">
6134 <column alignment="center" valignment="top">
6135 <column alignment="center" valignment="top">
6136 <row endfirsthead="true" caption="true">
6137 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 \begin_inset Caption Standard
6142
6143 \begin_layout Plain Layout
6144 Tableau multi-pages avec une légende
6145 \begin_inset Argument 1
6146 status open
6147
6148 \begin_layout Plain Layout
6149 Tableau multi-pages
6150 \end_layout
6151
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \end_inset
6158
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 <row>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 1
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 2
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 3
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 4
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 5
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 <row>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 asd
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 s
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 s
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 s
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 asd
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 </row>
6295 <row>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 asd
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 s
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 s
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 asd
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 </row>
6342 <row>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 asd
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 s
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 s
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 s
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 asd
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 </row>
6389 <row>
6390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 asd
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 asd
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 asd
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 asd
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 asd
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 </lyxtabular>
6437
6438 \end_inset
6439
6440
6441 \end_layout
6442
6443 \begin_layout Standard
6444 \begin_inset VSpace medskip
6445 \end_inset
6446
6447
6448 \begin_inset Note Greyedout
6449 status open
6450
6451 \begin_layout Plain Layout
6452
6453 \series bold
6454 Note
6455 \begin_inset space ~
6456 \end_inset
6457
6458 1:
6459 \series default
6460  Le numéro de tableau est incrémenté à chaque tableau multi-pages, même
6461  si vous n'avez pas prévu de légende.
6462  De ce fait, vous pouvez avoir le cas où par exemple le tableau
6463 \begin_inset space ~
6464 \end_inset
6465
6466 2.4 suit le tableau
6467 \begin_inset space ~
6468 \end_inset
6469
6470 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux multi-page
6471 s sans légende.
6472  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6473  après
6474  chaque tableau multi-pages sans légende :
6475 \end_layout
6476
6477 \begin_layout Plain Layout
6478
6479 \series bold
6480
6481 \backslash
6482 addtocounter{table}{-1}
6483 \end_layout
6484
6485 \begin_layout Plain Layout
6486 Ce n'est pas nécessaire quand aucun de vos tableaux multi-pages n'a de légende
6487  et que vous ajoutez le code suivant dans le préambule du document :
6488 \end_layout
6489
6490 \begin_layout Plain Layout
6491
6492 \series bold
6493
6494 \backslash
6495 let
6496 \backslash
6497 myEnd
6498 \backslash
6499 endlongtable
6500 \begin_inset Newline newline
6501 \end_inset
6502
6503
6504 \backslash
6505 renewcommand{
6506 \backslash
6507 endlongtable}{
6508 \backslash
6509 myEnd
6510 \backslash
6511 addtocounter{table}{-1}}
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \begin_layout Standard
6520 \begin_inset Note Greyedout
6521 status open
6522
6523 \begin_layout Plain Layout
6524
6525 \series bold
6526 Note
6527 \begin_inset space ~
6528 \end_inset
6529
6530 2:
6531 \series default
6532  Si vous utilisez 
6533 \series bold
6534 hyperref
6535 \series default
6536
6537 \begin_inset Index idx
6538 status collapsed
6539
6540 \begin_layout Plain Layout
6541 Paquetages \SpecialChar LaTeX
6542  ! hyperref
6543 \end_layout
6544
6545 \end_inset
6546
6547  dans les 
6548 \family sans
6549 Paramètres du document
6550 \family default
6551  rubrique 
6552 \family sans
6553 Propriétés
6554 \begin_inset space ~
6555 \end_inset
6556
6557 du
6558 \begin_inset space ~
6559 \end_inset
6560
6561 PDF
6562 \family default
6563 , pour transformer vos références croisées en liens cliquables, le lien
6564  vers un tableau multi-pages pointera toujours sur le début du document.
6565 \end_layout
6566
6567 \end_inset
6568
6569
6570 \end_layout
6571
6572 \begin_layout Subsubsection
6573 Références à des tableaux multi-pages
6574 \begin_inset Index idx
6575 status collapsed
6576
6577 \begin_layout Plain Layout
6578 Tableau ! multi-pages ! Références
6579 \end_layout
6580
6581 \end_inset
6582
6583
6584 \end_layout
6585
6586 \begin_layout Standard
6587 \begin_inset Tabular
6588 <lyxtabular version="3" rows="6" columns="5">
6589 <features islongtable="true" longtabularalignment="center">
6590 <column alignment="center" valignment="top">
6591 <column alignment="center" valignment="top">
6592 <column alignment="center" valignment="top">
6593 <column alignment="center" valignment="top">
6594 <column alignment="center" valignment="top">
6595 <row endfirsthead="true" caption="true">
6596 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 \begin_inset Caption Standard
6601
6602 \begin_layout Plain Layout
6603 Tableau multi-pages référencé
6604 \begin_inset CommandInset label
6605 LatexCommand label
6606 name "tab:RefExemple"
6607
6608 \end_inset
6609
6610
6611 \end_layout
6612
6613 \end_inset
6614
6615
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 </row>
6657 <row>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 1
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 2
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 3
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 4
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 5
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 </row>
6704 <row>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 asd
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 s
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 s
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 s
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 asd
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 </row>
6751 <row>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 asd
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 s
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 s
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 s
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 asd
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 </row>
6798 <row>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 asd
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 s
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 s
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 asd
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 </row>
6845 <row>
6846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 asd
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 sad
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 asd
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 </row>
6892 </lyxtabular>
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \begin_layout Standard
6900 Pour pouvoir faire référence à un tableau multi-pages, il faut insérer une
6901  étiquette dans sa légende.
6902 \end_layout
6903
6904 \begin_layout Standard
6905 Ceci est une référence au tableau
6906 \begin_inset space ~
6907 \end_inset
6908
6909
6910 \begin_inset CommandInset ref
6911 LatexCommand ref
6912 reference "tab:RefExemple"
6913
6914 \end_inset
6915
6916 .
6917 \end_layout
6918
6919 \begin_layout Standard
6920 La mise en forme de la légende peut être ajustée avec celle de toutes les
6921  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6922  
6923 \series bold
6924 caption
6925 \series default
6926
6927 \begin_inset Index idx
6928 status collapsed
6929
6930 \begin_layout Plain Layout
6931 Paquetages \SpecialChar LaTeX
6932  ! caption
6933 \end_layout
6934
6935 \end_inset
6936
6937 , voir la section
6938 \begin_inset space ~
6939 \end_inset
6940
6941
6942 \begin_inset CommandInset ref
6943 LatexCommand ref
6944 reference "sec:Formatage-légende"
6945
6946 \end_inset
6947
6948 .
6949 \end_layout
6950
6951 \begin_layout Subsubsection
6952 Largeur de la légende
6953 \begin_inset Index idx
6954 status collapsed
6955
6956 \begin_layout Plain Layout
6957 Tableau ! multi-pages ! Largeur de la légende
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \end_layout
6964
6965 \begin_layout Standard
6966 La largeur maximale des lignes de légende est définie par la longueur 
6967 \series bold
6968
6969 \backslash
6970 LTcapwidth
6971 \series default
6972 .
6973  Sa valeur implicite est 4
6974 \begin_inset space \thinspace{}
6975 \end_inset
6976
6977 in.
6978  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6979  de votre document ou en tant que code \SpecialChar TeX
6980  directement dans votre document
6981  avant le tableau qui doit être affectée.
6982 \end_layout
6983
6984 \begin_layout Standard
6985
6986 \series bold
6987
6988 \backslash
6989 setlength{
6990 \backslash
6991 LTcapwidth}{largeur}
6992 \end_layout
6993
6994 \begin_layout Standard
6995 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
6996 \begin_inset space ~
6997 \end_inset
6998
6999
7000 \begin_inset CommandInset ref
7001 LatexCommand ref
7002 reference "cha:Unités-de-longueur"
7003
7004 \end_inset
7005
7006 .
7007 \end_layout
7008
7009 \begin_layout Standard
7010 Les tableaux suivants montrent la différence :
7011 \end_layout
7012
7013 \begin_layout Standard
7014 \begin_inset Tabular
7015 <lyxtabular version="3" rows="6" columns="5">
7016 <features islongtable="true" longtabularalignment="center">
7017 <column alignment="center" valignment="top">
7018 <column alignment="center" valignment="top">
7019 <column alignment="center" valignment="top">
7020 <column alignment="center" valignment="top">
7021 <column alignment="center" valignment="top">
7022 <row endfirsthead="true" caption="true">
7023 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 \begin_inset Caption Standard
7028
7029 \begin_layout Plain Layout
7030 long titre complet avec la largeur implicite long titre complet avec la
7031  largeur implicite long titre complet avec la largeur implicite
7032 \begin_inset Argument 1
7033 status open
7034
7035 \begin_layout Plain Layout
7036 Légende avec largeur implicite
7037 \end_layout
7038
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 </row>
7088 <row>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 1
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 2
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 3
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7117 \begin_inset Text
7118
7119 \begin_layout Plain Layout
7120 4
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 5
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 </row>
7135 <row>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 asd
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 s
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 s
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 s
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 asd
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 </row>
7182 <row>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 asd
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 s
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 s
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 s
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 asd
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 </row>
7229 <row>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 s
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 s
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 s
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 asd
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 </row>
7276 <row>
7277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 sad
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299 asd
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 asd
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 asd
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 </row>
7323 </lyxtabular>
7324
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \begin_layout Standard
7331 \begin_inset ERT
7332 status collapsed
7333
7334 \begin_layout Plain Layout
7335
7336
7337 \backslash
7338 setlength{
7339 \backslash
7340 LTcapwidth}{5cm}
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \begin_inset Tabular
7347 <lyxtabular version="3" rows="6" columns="5">
7348 <features islongtable="true" longtabularalignment="center">
7349 <column alignment="center" valignment="top">
7350 <column alignment="center" valignment="top">
7351 <column alignment="center" valignment="top">
7352 <column alignment="center" valignment="top">
7353 <column alignment="center" valignment="top">
7354 <row endfirsthead="true" caption="true">
7355 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 \begin_inset Caption Standard
7360
7361 \begin_layout Plain Layout
7362 long titre complet avec la largeur réglée à 5
7363 \begin_inset space \thinspace{}
7364 \end_inset
7365
7366 cm long titre complet avec la largeur réglée à 5
7367 \begin_inset space \thinspace{}
7368 \end_inset
7369
7370 cm long titre complet avec la largeur réglée à 5
7371 \begin_inset space \thinspace{}
7372 \end_inset
7373
7374 cm
7375 \begin_inset Argument 1
7376 status open
7377
7378 \begin_layout Plain Layout
7379 Légende avec largeur à
7380 \begin_inset space \thinspace{}
7381 \end_inset
7382
7383 =
7384 \begin_inset space \thinspace{}
7385 \end_inset
7386
7387 5
7388 \begin_inset space \thinspace{}
7389 \end_inset
7390
7391 cm
7392 \end_layout
7393
7394 \end_inset
7395
7396
7397 \end_layout
7398
7399 \end_inset
7400
7401
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410
7411 \end_layout
7412
7413 \end_inset
7414 </cell>
7415 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 </row>
7443 <row>
7444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448 1
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 2
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 3
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475 4
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484 5
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 </row>
7490 <row>
7491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 asd
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 s
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513 s
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 s
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 asd
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 asd
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 s
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 s
7561 \end_layout
7562
7563 \end_inset
7564 </cell>
7565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 s
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 asd
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 </row>
7584 <row>
7585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 asd
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 s
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607 s
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 s
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 asd
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 asd
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 sad
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 asd
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 asd
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 asd
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 </lyxtabular>
7679
7680 \end_inset
7681
7682
7683 \end_layout
7684
7685 \begin_layout Standard
7686 \begin_inset ERT
7687 status collapsed
7688
7689 \begin_layout Plain Layout
7690
7691
7692 \backslash
7693 setlength{
7694 \backslash
7695 LTcapwidth}{4in}
7696 \end_layout
7697
7698 \end_inset
7699
7700
7701 \end_layout
7702
7703 \begin_layout Standard
7704 \begin_inset Note Greyedout
7705 status open
7706
7707 \begin_layout Plain Layout
7708
7709 \series bold
7710 Note:
7711 \series default
7712  Quand on utilise la paquetage \SpecialChar LaTeX
7713  
7714 \series bold
7715 caption
7716 \series default
7717
7718 \begin_inset Index idx
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722 Paquetages \SpecialChar LaTeX
7723  ! caption
7724 \end_layout
7725
7726 \end_inset
7727
7728  , comme c'est les cas dans ce document, la légende prend toute la largeur
7729  de la page quand on utilise la largeur implicite de 4
7730 \begin_inset space \thinspace{}
7731 \end_inset
7732
7733 in pour 
7734 \series bold
7735
7736 \backslash
7737 LTcapwidth
7738 \series default
7739 .
7740  Pour avoir dans ce cas une légende qui fasse exactement 4
7741 \begin_inset space \thinspace{}
7742 \end_inset
7743
7744 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7745  comme par exemple 3.99
7746 \begin_inset space \thinspace{}
7747 \end_inset
7748
7749 in, soit utiliser la commande \SpecialChar LaTeX
7750  
7751 \series bold
7752
7753 \backslash
7754 captionsetup{width=valeur}
7755 \series default
7756  qui est disponible dans le paquetage 
7757 \series bold
7758 caption
7759 \series default
7760 .
7761 \end_layout
7762
7763 \end_inset
7764
7765
7766 \end_layout
7767
7768 \begin_layout Subsubsection
7769 Des légendes différentes sur chaque page d'un tableau
7770 \begin_inset Argument 1
7771 status collapsed
7772
7773 \begin_layout Plain Layout
7774 Légendes différentes
7775 \end_layout
7776
7777 \end_inset
7778
7779
7780 \begin_inset Index idx
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784 Tableau ! multi-pages ! Legendes@Légendes différentes par page
7785 \end_layout
7786
7787 \end_inset
7788
7789
7790 \end_layout
7791
7792 \begin_layout Standard
7793 Quand la légende du tableau pour les pages suivantes doit être différente
7794  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7795  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7796  dans le menu contextuel
7797 \family sans
7798  Légende
7799 \begin_inset space ~
7800 \end_inset
7801
7802 (NonNuméroté)
7803 \family default
7804 .
7805  Le tableau
7806 \begin_inset space ~
7807 \end_inset
7808
7809
7810 \begin_inset CommandInset ref
7811 LatexCommand ref
7812 reference "tab:Légendes-tableau-différentes"
7813
7814 \end_inset
7815
7816  est un exemple de tableau long avec des légendes différentes et où la seconde
7817  légende ne contient pas le numéro du tableau.
7818 \end_layout
7819
7820 \begin_layout Standard
7821 \align center
7822 \begin_inset Tabular
7823 <lyxtabular version="3" rows="59" columns="3">
7824 <features islongtable="true" longtabularalignment="center">
7825 <column alignment="left" valignment="top" width="0pt">
7826 <column alignment="left" valignment="top" width="0pt">
7827 <column alignment="center" valignment="top" width="0pt">
7828 <row endfirsthead="true" caption="true">
7829 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 \begin_inset Caption Standard
7834
7835 \begin_layout Plain Layout
7836 Exemple d'annuaire téléphonique
7837 \begin_inset CommandInset label
7838 LatexCommand label
7839 name "tab:Légendes-tableau-différentes"
7840
7841 \end_inset
7842
7843
7844 \begin_inset Argument 1
7845 status collapsed
7846
7847 \begin_layout Plain Layout
7848 Exemple Annuaire 
7849 \end_layout
7850
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 </row>
7882 <row endfirsthead="true">
7883 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \series bold
7889 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row endfirsthead="true">
7914 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 NOM
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \series bold
7940 TÉL.
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row endhead="true" caption="true">
7947 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 \begin_inset Caption Unnumbered
7952
7953 \begin_layout Plain Layout
7954 Suite de l'exemple d'annuaire téléphonique
7955 \end_layout
7956
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row endhead="true">
7984 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Exemple d'annuaire téléphonique
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row endhead="true">
8015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 NOM
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 TÉL.
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row endfoot="true">
8048 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052 suite page suivante\SpecialChar ldots
8053
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Annovi
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Silvia
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Bertoli
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Stefano
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Bozzi
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Walter
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Cachia
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Maria
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Cachia
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Maurizio
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Cinquemani
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Giusi
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Colin
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Bernard
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Concli
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Gianfranco
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Dal Bosco
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Carolina
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Dalpiaz
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Annamaria
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Feliciello
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Domenico
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \series bold
8425 Focarelli
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Paola
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 111
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \series bold
8456 Galletti
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Oreste
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 111
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \series bold
8487 Gasparini
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Franca
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 111
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \series bold
8518 Rizzardi
8519 \series default
8520
8521 \begin_inset Foot
8522 status open
8523
8524 \begin_layout Plain Layout
8525 Exemple de note de bas de page
8526 \end_layout
8527
8528 \end_inset
8529
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Paola
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 111
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \series bold
8561 Lassini
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Giancarlo
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 111
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \series bold
8592 Malfatti
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 Luciano
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 111
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 <row>
8617 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621
8622 \series bold
8623 Malfatti
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 Valeriano
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 111
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \series bold
8654 Meneguzzo
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Roberto
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 111
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \series bold
8685 Mezzadra
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 Roberto
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 111
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 <row>
8710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714
8715 \series bold
8716 Pirpamer
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 Erich
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 111
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 </row>
8740 <row>
8741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745
8746 \series bold
8747 Pochiesa
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 Paolo
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 111, 222
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \series bold
8778 Radina
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 Claudio
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796 111
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 </row>
8802 <row>
8803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807
8808 \series bold
8809 Stuffer
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 Oskar
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827 111
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 </row>
8833 <row>
8834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838
8839 \series bold
8840 Tacchelli
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 Ugo
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 111
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 </row>
8864 <row>
8865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871 Tezzele
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 Margit
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 111
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \series bold
8902 Unterkalmsteiner
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Frieda
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920 111
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \series bold
8933 Vieider
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 Hilde
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951 111
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \series bold
8964 Vigna
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Jürgen
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982 111
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 </row>
8988 <row>
8989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993
8994 \series bold
8995 Weber
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Maurizio
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013 111
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \series bold
9026 Winkler
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 Franz
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 111
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055  
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \series bold
9086 Annovi
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 Silvia
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 555
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 <row>
9111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115
9116 \series bold
9117 Bertoli
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 Stefano
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 555
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \series bold
9148 Bozzi
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 Walter
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 555
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 </row>
9172 <row>
9173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \series bold
9179 Cachia
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Maria
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 555
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \series bold
9210 Cachia
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 Maurizio
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 555
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 </row>
9234 <row>
9235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239
9240 \series bold
9241 Cinquemani
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250 Giusi
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 555
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \series bold
9272 Colin
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 Bernard
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 555
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \series bold
9303 Concli
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 Gianfranco
9313 \end_layout
9314
9315 \end_inset
9316 </cell>
9317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321 555
9322 \end_layout
9323
9324 \end_inset
9325 </cell>
9326 </row>
9327 <row>
9328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332
9333 \series bold
9334 Dal Bosco
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Carolina
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9349 \begin_inset Text
9350
9351 \begin_layout Plain Layout
9352 555
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 </row>
9358 <row>
9359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \series bold
9365 Dalpiaz
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374 Annamaria
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 555
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 <row>
9390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \series bold
9396 Feliciello
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9402 \begin_inset Text
9403
9404 \begin_layout Plain Layout
9405 Domenico
9406 \end_layout
9407
9408 \end_inset
9409 </cell>
9410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414 555
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 </row>
9420 <row>
9421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \series bold
9427 Focarelli
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 Paola
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 555
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \series bold
9458 Galletti
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 Oreste
9468 \end_layout
9469
9470 \end_inset
9471 </cell>
9472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 555
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \series bold
9489 Gasparini
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 Franca
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507 555
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \series bold
9520 Rizzardi
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 Paola
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9535 \begin_inset Text
9536
9537 \begin_layout Plain Layout
9538 555
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \series bold
9551 Lassini
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9557 \begin_inset Text
9558
9559 \begin_layout Plain Layout
9560 Giancarlo
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Plain Layout
9569 555
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 <row>
9576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580
9581 \series bold
9582 Malfatti
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 Luciano
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 555
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 <row>
9607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \series bold
9613 Malfatti
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 Valeriano
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631 555
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row>
9638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \series bold
9644 Meneguzzo
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 Roberto
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662 555
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 </row>
9668 <row>
9669 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \series bold
9675 Mezzadra
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 Roberto
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9690 \begin_inset Text
9691
9692 \begin_layout Plain Layout
9693 555
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 </row>
9699 </lyxtabular>
9700
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \begin_layout Section
9707 Questions particulières concernant les tableaux multi-pages
9708 \begin_inset Argument 1
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712 Questions sur les tableaux multi-pages
9713 \end_layout
9714
9715 \end_inset
9716
9717
9718 \begin_inset CommandInset label
9719 LatexCommand label
9720 name "sec:Questions-sur-tableaux-multi-pages"
9721
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \begin_layout Subsection
9728 Calculs des pages des tableaux multi-pages
9729 \begin_inset Index idx
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733 Tableau ! multi-pages ! Calculs
9734 \end_layout
9735
9736 \end_inset
9737
9738
9739 \end_layout
9740
9741 \begin_layout Standard
9742 \SpecialChar LaTeX
9743  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9744  utilisant des blocs (chunks).
9745  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9746  mémoire de \SpecialChar LaTeX
9747 .
9748  La valeur implicite est fixée pour des raisons historiques à seulement
9749  20
9750 \begin_inset space ~
9751 \end_inset
9752
9753 lignes de tableau.
9754  Si vous utilisez des tableaux multi-pages couvrant de nombreuses pages,
9755  ceci peut ralentir la création de votre document.
9756  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9757  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9758  préambule de votre document :
9759 \end_layout
9760
9761 \begin_layout Standard
9762
9763 \series bold
9764
9765 \backslash
9766 setcounter{LTchunksize}{100}
9767 \end_layout
9768
9769 \begin_layout Subsection
9770 Les flottants et les tableaux multi-pages
9771 \begin_inset Index idx
9772 status collapsed
9773
9774 \begin_layout Plain Layout
9775 Tableau ! multi-pages ! Flottants
9776 \end_layout
9777
9778 \end_inset
9779
9780
9781 \end_layout
9782
9783 \begin_layout Standard
9784 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9785  commence un tableau multi-pages.
9786  Pour éviter une telle situation, insérez un saut de page (menu 
9787 \family sans
9788 Insertion\SpecialChar menuseparator
9789 Typographie
9790 \begin_inset space ~
9791 \end_inset
9792
9793 spéciale\SpecialChar menuseparator
9794 Saut de page (vide le tampon)
9795 \family default
9796
9797 \begin_inset space \thinspace{}
9798 \end_inset
9799
9800 ) juste avant votre tableau multi-pages.
9801 \end_layout
9802
9803 \begin_layout Subsection
9804 Sauts de pages forcés
9805 \begin_inset Index idx
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809 Tableau ! multi-pages ! Sauts de pages forcés
9810 \end_layout
9811
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \begin_layout Standard
9818 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9819  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9820  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9821  de
9822  saut de ligne 
9823 \begin_inset Quotes cld
9824 \end_inset
9825
9826
9827 \backslash
9828
9829 \backslash
9830
9831 \begin_inset Quotes crd
9832 \end_inset
9833
9834  en code \SpecialChar TeX
9835  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9836  Avant la commande 
9837 \begin_inset Quotes cld
9838 \end_inset
9839
9840
9841 \backslash
9842
9843 \backslash
9844
9845 \begin_inset Quotes crd
9846 \end_inset
9847
9848 , vous devez insérer en code \SpecialChar TeX
9849 , autant de caractères 
9850 \begin_inset Quotes cld
9851 \end_inset
9852
9853 &
9854 \begin_inset Quotes crd
9855 \end_inset
9856
9857  qu'il y a de colonnes après la cellule concernée.
9858  Le caractère 
9859 \begin_inset Quotes cld
9860 \end_inset
9861
9862 &
9863 \begin_inset Quotes crd
9864 \end_inset
9865
9866  sert à séparer les colonnes d'un tableau.
9867  Écrivez en code-\SpecialChar TeX
9868 , après chaque 
9869 \begin_inset Quotes cld
9870 \end_inset
9871
9872 &
9873 \begin_inset Quotes crd
9874 \end_inset
9875
9876  le contenu des cellules correspondantes et en même temps supprimez le contenu
9877  de ces cellules dans le texte normal.
9878  
9879 \begin_inset Newline newline
9880 \end_inset
9881
9882 Après la commande 
9883 \backslash
9884
9885 \backslash
9886 , insérez autant de caractères 
9887 \begin_inset Quotes cld
9888 \end_inset
9889
9890 &
9891 \begin_inset Quotes crd
9892 \end_inset
9893
9894  qu'il y a de colonnes avant la colonne traitée.
9895  Dans le tableau
9896 \begin_inset space ~
9897 \end_inset
9898
9899
9900 \begin_inset CommandInset ref
9901 LatexCommand ref
9902 reference "tab:Tableau-saut-de-page"
9903
9904 \end_inset
9905
9906  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9907  suivie par une autre colonne.
9908  La commande suivante a donc été insérée en code \SpecialChar TeX
9909  dans la cellule après
9910  le mot 
9911 \begin_inset Quotes cld
9912 \end_inset
9913
9914
9915 \emph on
9916 Castelchiodato,
9917 \emph default
9918
9919 \begin_inset Quotes crd
9920 \end_inset
9921
9922 :
9923 \end_layout
9924
9925 \begin_layout Standard
9926
9927 \series bold
9928 & 111
9929 \backslash
9930
9931 \backslash
9932  
9933 \backslash
9934 newpage
9935 \begin_inset Newline newline
9936 \end_inset
9937
9938 &
9939 \end_layout
9940
9941 \begin_layout Standard
9942 Le 
9943 \begin_inset Quotes cld
9944 \end_inset
9945
9946 111
9947 \begin_inset Quotes crd
9948 \end_inset
9949
9950  dans la troisième colonne de la ligne a été supprimé.
9951  
9952 \series bold
9953
9954 \backslash
9955 newpage
9956 \series default
9957  est nécessaire seulement quand un saut de page doit impérativement avoir
9958  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9959  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9960  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9961  est coupée, utilisez cette commande à la place de la précédente :
9962 \end_layout
9963
9964 \begin_layout Standard
9965
9966 \series bold
9967 & 111
9968 \backslash
9969
9970 \backslash
9971
9972 \begin_inset Newline newline
9973 \end_inset
9974
9975
9976 \backslash
9977 hline &
9978 \end_layout
9979
9980 \begin_layout Standard
9981 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9982  insérer la commande
9983 \end_layout
9984
9985 \begin_layout Standard
9986
9987 \series bold
9988
9989 \backslash
9990 setlength{
9991 \backslash
9992 parfillskip}{0pt}
9993 \end_layout
9994
9995 \begin_layout Standard
9996 au début de la cellule.
9997  Cela assure que la portion de la cellule qui va se trouver affichée sur
9998  la page suivante le sera avec toute la largeur de la cellule.
9999 \end_layout
10000
10001 \begin_layout Standard
10002 \align center
10003 \begin_inset Tabular
10004 <lyxtabular version="3" rows="38" columns="3">
10005 <features islongtable="true" longtabularalignment="center">
10006 <column alignment="left" valignment="top" width="0pt">
10007 <column alignment="left" valignment="top" width="3cm">
10008 <column alignment="center" valignment="top" width="0pt">
10009 <row endfirsthead="true" caption="true">
10010 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 \begin_inset Caption Standard
10015
10016 \begin_layout Plain Layout
10017 Tableau avec un saut de page forcé dans une cellule
10018 \begin_inset CommandInset label
10019 LatexCommand label
10020 name "tab:Tableau-saut-de-page"
10021
10022 \end_inset
10023
10024
10025 \begin_inset Argument 1
10026 status collapsed
10027
10028 \begin_layout Plain Layout
10029 Tableau avec un saut de page forcé dans une cellule
10030 \end_layout
10031
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \end_inset
10038
10039
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 </row>
10063 <row endfirsthead="true">
10064 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \series bold
10070 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row endfirsthead="true">
10095 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \series bold
10101 NOM
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \series bold
10121 TÉL.
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row endhead="true" caption="true">
10128 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 \begin_inset Caption Unnumbered
10133
10134 \begin_layout Plain Layout
10135 Tableau sur deux pages avec un saut de page dans une cellule
10136 \end_layout
10137
10138 \end_inset
10139
10140
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 </row>
10164 <row endhead="true">
10165 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169  
10170 \series bold
10171 Exemple d'annuaire téléphonique
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 </row>
10195 <row endhead="true">
10196 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202 NOM
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \series bold
10222 TÉL.
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 </row>
10228 <row endfoot="true">
10229 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 suite page suivante\SpecialChar ldots
10234
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 </row>
10258 <row>
10259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \series bold
10265 Annovi
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 Silvia
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 111
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 </row>
10289 <row>
10290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294
10295 \series bold
10296 Bertoli
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 Stefano
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 111
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 </row>
10320 <row>
10321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325
10326 \series bold
10327 Bozzi
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 Walter
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 111
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 </row>
10351 <row>
10352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356
10357 \series bold
10358 Cachia
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 Maria
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 111
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row>
10383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387
10388 \series bold
10389 Cachia
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 Maurizio
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 111
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 </row>
10413 <row>
10414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418
10419 \series bold
10420 Cinquemani
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 Giusi
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 111
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 </row>
10444 <row>
10445 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449
10450 \series bold
10451 Colin
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 Bernard
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 111
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 </row>
10475 <row>
10476 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480
10481 \series bold
10482 Concli
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 Gianfranco
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 111
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 </row>
10506 <row>
10507 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511
10512 \series bold
10513 Dal Bosco
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 Carolina
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 111
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 <row>
10538 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \series bold
10544 Dalpiaz
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 Annamaria
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 111
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 </row>
10568 <row>
10569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573
10574 \series bold
10575 Feliciello
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 Domenico
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 111
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 </row>
10599 <row>
10600 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604
10605 \series bold
10606 Focarelli
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 Paola
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624 111
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 </row>
10630 <row>
10631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635
10636 \series bold
10637 Galletti
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 Oreste
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 111
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 </row>
10661 <row>
10662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666
10667 \series bold
10668 Gasparini
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 Franca
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686 111
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \series bold
10699 Lassini
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 Giancarlo
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 111
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 </row>
10723 <row>
10724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728
10729 \series bold
10730 Malfatti
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 Luciano
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 111
10749 \end_layout
10750
10751 \end_inset
10752 </cell>
10753 </row>
10754 <row>
10755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759
10760 \series bold
10761 Malfatti
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 Valeriano
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779 111
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 </row>
10785 <row>
10786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790
10791 \series bold
10792 Meneguzzo
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 Roberto
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 111
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 <row>
10817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821
10822 \series bold
10823 Mezzadra
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 Roberto
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 111
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 </row>
10847 <row>
10848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852
10853 \series bold
10854 Pirpamer
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 Erich
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 111
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 </row>
10878 <row>
10879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \series bold
10885 Pochiesa
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 Paolo
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903 111, 222
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 </row>
10909 <row>
10910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914
10915 \series bold
10916 Radina
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 Claudio
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 111
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 <row>
10941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945
10946 \series bold
10947 Rizzardi
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 Giancarlo, 11.
10957  Fürst von Montecompatri, 11.
10958  Fürst von Sulmona und Vivaro, 10.
10959  Fürst von Rossano, 5.
10960  Herzog von Canemorte, 11.
10961  Herzog von Palombara, 5.
10962  Herzog von Castelchiodato,
10963 \begin_inset ERT
10964 status open
10965
10966 \begin_layout Plain Layout
10967
10968 & 111
10969 \backslash
10970
10971 \backslash
10972  
10973 \backslash
10974 newpage
10975 \end_layout
10976
10977 \begin_layout Plain Layout
10978
10979 &
10980 \end_layout
10981
10982 \end_inset
10983
10984  11.
10985  Herzog von Poggionativo, 11.
10986  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10987  Graf von Valinfreda, 11.
10988  Baron von Cropalati, 11.
10989  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 <row>
11005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \series bold
11011 Stuffer
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 Oskar
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 111
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row>
11036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \series bold
11042 Tacchelli
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 Ugo
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060 111
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 </row>
11066 <row>
11067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071
11072 \series bold
11073 Tezzele
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 Margit
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 111
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 </row>
11097 <row>
11098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102
11103 \series bold
11104 Unterkalmsteiner
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 Frieda
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122 111
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 </row>
11128 <row>
11129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133
11134 \series bold
11135 Vieider
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 Hilde
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 111
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 </row>
11159 <row>
11160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164
11165 \series bold
11166 Vigna
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 Jürgen
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 111
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 </row>
11190 <row>
11191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195
11196 \series bold
11197 Weber
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 Maurizio
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 111
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 </row>
11221 <row>
11222 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226
11227 \series bold
11228 Winkler
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 Franz
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 111
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 </row>
11252 </lyxtabular>
11253
11254 \end_inset
11255
11256
11257 \end_layout
11258
11259 \begin_layout Section
11260 Colonnes et lignes à lignes multiples
11261 \end_layout
11262
11263 \begin_layout Subsection
11264 Lignes multiples dans une cellule de tableau
11265 \begin_inset CommandInset label
11266 LatexCommand label
11267 name "subsec:Lignes-multiple-dans-cellule"
11268
11269 \end_inset
11270
11271
11272 \begin_inset Index idx
11273 status collapsed
11274
11275 \begin_layout Plain Layout
11276 Plusieurs lignes dans une case de tableau
11277 \end_layout
11278
11279 \end_inset
11280
11281
11282 \begin_inset Index idx
11283 status collapsed
11284
11285 \begin_layout Plain Layout
11286 Tableau ! Saut de ligne
11287 \end_layout
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \begin_layout Standard
11295 \noindent
11296 \begin_inset Float table
11297 placement H
11298 wide false
11299 sideways false
11300 status open
11301
11302 \begin_layout Plain Layout
11303 \begin_inset Caption Standard
11304
11305 \begin_layout Plain Layout
11306 \begin_inset CommandInset label
11307 LatexCommand label
11308 name "tab:Tableau-avec-plusieurs-lignes"
11309
11310 \end_inset
11311
11312 Tableau avec des lignes multiples dans une cellule
11313 \end_layout
11314
11315 \end_inset
11316
11317
11318 \end_layout
11319
11320 \begin_layout Plain Layout
11321 \align center
11322 \begin_inset Tabular
11323 <lyxtabular version="3" rows="3" columns="3">
11324 <features tabularvalignment="middle">
11325 <column alignment="center" valignment="middle" width="2.5cm">
11326 <column alignment="center" valignment="middle">
11327 <column alignment="center" valignment="middle">
11328 <row>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 Lignes
11334 \begin_inset Newline linebreak
11335 \end_inset
11336
11337 multiples
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 b
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 c
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 </row>
11361 <row>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 d
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 e
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 f
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 </row>
11390 <row>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 g
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 h
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 i
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 </row>
11419 </lyxtabular>
11420
11421 \end_inset
11422
11423
11424 \end_layout
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Standard
11432 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11433  d'un paragraphe avec des sauts de lignes et des césures.
11434 \end_layout
11435
11436 \begin_layout Standard
11437 Pour obtenir le tableau
11438 \begin_inset space ~
11439 \end_inset
11440
11441
11442 \begin_inset CommandInset ref
11443 LatexCommand ref
11444 reference "tab:Tableau-avec-plusieurs-lignes"
11445
11446 \end_inset
11447
11448 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11449  droit dessus.
11450  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11451  2.5
11452 \begin_inset space \thinspace{}
11453 \end_inset
11454
11455 cm et choisissez les alignements vertical et horizontal centrés.
11456  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11457  Comme notre texte est plus petit que 2.5
11458 \begin_inset space \thinspace{}
11459 \end_inset
11460
11461 cm, une seule ligne va apparaître.
11462  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11463  
11464 \family sans
11465 Ctrl-Shift-Entrée
11466 \family default
11467 ).
11468  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11469 ement découpé en plusieurs lignes.
11470 \end_layout
11471
11472 \begin_layout Standard
11473 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11474  ne peut pas
11475  effectuer de césure si c'est le premier élément de la cellule.
11476  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11477  premier élément : Ajoutez un espace horizontal de 0
11478 \begin_inset space \thinspace{}
11479 \end_inset
11480
11481 pt juste avant votre mot.
11482  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11483  Le tableau
11484 \begin_inset space ~
11485 \end_inset
11486
11487
11488 \begin_inset CommandInset ref
11489 LatexCommand ref
11490 reference "tab:Tableau-césure"
11491
11492 \end_inset
11493
11494  montre l'effet de cette insertion.
11495 \end_layout
11496
11497 \begin_layout Standard
11498 \begin_inset Float table
11499 placement h
11500 wide false
11501 sideways false
11502 status open
11503
11504 \begin_layout Plain Layout
11505 \begin_inset Caption Standard
11506
11507 \begin_layout Plain Layout
11508 \begin_inset CommandInset label
11509 LatexCommand label
11510 name "tab:Tableau-césure"
11511
11512 \end_inset
11513
11514 Tableau avec et sans césure.
11515 \end_layout
11516
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \begin_layout Plain Layout
11523 \begin_inset space \hfill{}
11524 \end_inset
11525
11526
11527 \begin_inset Tabular
11528 <lyxtabular version="3" rows="3" columns="3">
11529 <features tabularvalignment="middle">
11530 <column alignment="center" valignment="middle" width="2.5cm">
11531 <column alignment="center" valignment="middle">
11532 <column alignment="center" valignment="middle">
11533 <row>
11534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11535 \begin_inset Text
11536
11537 \begin_layout Plain Layout
11538 mottrèslongdansunecellule
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11544 \begin_inset Text
11545
11546 \begin_layout Plain Layout
11547 b
11548 \end_layout
11549
11550 \end_inset
11551 </cell>
11552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 c
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 </row>
11562 <row>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 d
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576 e
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Plain Layout
11585 f
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 <row>
11592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 g
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 h
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 i
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 </lyxtabular>
11621
11622 \end_inset
11623
11624
11625 \begin_inset space \hfill{}
11626 \end_inset
11627
11628
11629 \begin_inset Tabular
11630 <lyxtabular version="3" rows="3" columns="3">
11631 <features tabularvalignment="middle">
11632 <column alignment="center" valignment="middle" width="2.5cm">
11633 <column alignment="center" valignment="middle">
11634 <column alignment="center" valignment="middle">
11635 <row>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 \begin_inset space \hspace{}
11641 \length 0pt
11642 \end_inset
11643
11644 mottrèslongdansunecellule
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 b
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 c
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 </row>
11668 <row>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 d
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 e
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 f
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 </row>
11697 <row>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 g
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 h
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 i
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 </lyxtabular>
11727
11728 \end_inset
11729
11730
11731 \begin_inset space \hfill{}
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Subsection
11743 Multi-colonnes
11744 \begin_inset CommandInset label
11745 LatexCommand label
11746 name "subsec:Multicolonnes"
11747
11748 \end_inset
11749
11750
11751 \begin_inset Index idx
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755 Multi-colonnes
11756 \end_layout
11757
11758 \end_inset
11759
11760
11761 \begin_inset Index idx
11762 status collapsed
11763
11764 \begin_layout Plain Layout
11765 Tableau ! Multi-colonnes
11766 \end_layout
11767
11768 \end_inset
11769
11770
11771 \end_layout
11772
11773 \begin_layout Subsubsection
11774 Les bases des multi-colonnes
11775 \end_layout
11776
11777 \begin_layout Standard
11778 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11779  qu'elle doit couvrir et utilisez soit le bouton 
11780 \begin_inset Info
11781 type  "icon"
11782 arg   "tabular-feature multicolumn"
11783 \end_inset
11784
11785  de la barre d'outils tableau, ou le menu 
11786 \family sans
11787 Édition\SpecialChar menuseparator
11788 Tableau\SpecialChar menuseparator
11789 Multi-colonnes
11790 \family default
11791 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11792  
11793 \family sans
11794 Multi-colonnes
11795 \family default
11796 .
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Les multi-colonnes ont leurs propres paramètres de cellule.
11801  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11802  de la cellule, cela n'affecte que la cellule multi-colonnes.
11803  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11804  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11805 \end_layout
11806
11807 \begin_layout Standard
11808 \align center
11809 \begin_inset Tabular
11810 <lyxtabular version="3" rows="3" columns="4">
11811 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11812 <column alignment="center" valignment="top" width="0pt">
11813 <column alignment="center" valignment="middle">
11814 <column alignment="center" valignment="top" width="0in">
11815 <column alignment="center" valignment="top" width="0pt">
11816 <row>
11817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 abc
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 def ghi
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 jkl
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 </row>
11854 <row>
11855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 A
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 B
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 C
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11883 \begin_inset Text
11884
11885 \begin_layout Plain Layout
11886 D
11887 \end_layout
11888
11889 \end_inset
11890 </cell>
11891 </row>
11892 <row>
11893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 1
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 2
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 3
11916 \end_layout
11917
11918 \end_inset
11919 </cell>
11920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11921 \begin_inset Text
11922
11923 \begin_layout Plain Layout
11924 4
11925 \end_layout
11926
11927 \end_inset
11928 </cell>
11929 </row>
11930 </lyxtabular>
11931
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \begin_layout Subsubsection
11938 Calculs avec les multi-colonnes
11939 \begin_inset CommandInset label
11940 LatexCommand label
11941 name "subsec:Calculs-multicolonnes"
11942
11943 \end_inset
11944
11945
11946 \begin_inset Index idx
11947 status collapsed
11948
11949 \begin_layout Plain Layout
11950 Multi-colonnes ! Calculs
11951 \end_layout
11952
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Standard
11959 \SpecialChar LyX
11960  gère directement les multi-colonnes, mais nous devons faire attention à
11961  la largeur des cellules couvertes par la cellule multi-colonnes.
11962 \end_layout
11963
11964 \begin_layout Standard
11965 \begin_inset Float table
11966 placement h
11967 wide false
11968 sideways false
11969 status open
11970
11971 \begin_layout Plain Layout
11972 \begin_inset Caption Standard
11973
11974 \begin_layout Plain Layout
11975 \begin_inset CommandInset label
11976 LatexCommand label
11977 name "tab:Tableau-multicolonne-parfaite"
11978
11979 \end_inset
11980
11981 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
11982  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
11983 \begin_inset Argument 1
11984 status open
11985
11986 \begin_layout Plain Layout
11987 Tableau avec multi-colonnes parfaite
11988 \end_layout
11989
11990 \end_inset
11991
11992
11993 \end_layout
11994
11995 \end_inset
11996
11997
11998 \end_layout
11999
12000 \begin_layout Plain Layout
12001 \align center
12002 \begin_inset Tabular
12003 <lyxtabular version="3" rows="3" columns="3">
12004 <features tabularvalignment="middle">
12005 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12006 <column alignment="center" valignment="middle">
12007 <column alignment="center" valignment="top">
12008 <row>
12009 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 multi-colonnes sur plusieurs lignes
12014 \end_layout
12015
12016 \end_inset
12017 </cell>
12018 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12019 \begin_inset Text
12020
12021 \begin_layout Plain Layout
12022
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12028 \begin_inset Text
12029
12030 \begin_layout Plain Layout
12031 c
12032 \end_layout
12033
12034 \end_inset
12035 </cell>
12036 </row>
12037 <row>
12038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042 d
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051 e
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 f
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 </row>
12066 <row>
12067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071 g
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 h
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 i
12090 \end_layout
12091
12092 \end_inset
12093 </cell>
12094 </row>
12095 </lyxtabular>
12096
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \end_inset
12103
12104
12105 \end_layout
12106
12107 \begin_layout Standard
12108 Par exemple, pour créer le tableau
12109 \begin_inset space ~
12110 \end_inset
12111
12112
12113 \begin_inset CommandInset ref
12114 LatexCommand ref
12115 reference "tab:Tableau-multicolonne-parfaite"
12116
12117 \end_inset
12118
12119 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12120  3×3 et faites un clic droit dessus.
12121  Ensuite choisissez pour cette cellule
12122 \emph on
12123 ,
12124 \emph default
12125  dans la fenêtre de dialogue de tableau, 
12126 \emph on
12127 multi-colonnes
12128 \emph default
12129
12130 \emph on
12131 alignement
12132 \begin_inset space ~
12133 \end_inset
12134
12135 horizontal
12136 \begin_inset space ~
12137 \end_inset
12138
12139 centré
12140 \emph default
12141  et une largeur de 2.5
12142 \begin_inset space \thinspace{}
12143 \end_inset
12144
12145 cm.
12146  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12147  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12148 \begin_inset space \thinspace{}
12149 \end_inset
12150
12151 cm pour la première colonne.
12152  La deuxième colonne aura alors automatiquement une largeur de 1.25
12153 \begin_inset space \thinspace{}
12154 \end_inset
12155
12156 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12157  C'est ce qui a été fait pour le tableau
12158 \begin_inset space ~
12159 \end_inset
12160
12161
12162 \begin_inset CommandInset ref
12163 LatexCommand ref
12164 reference "tab:Tableau-multicolonne-imparfait"
12165
12166 \end_inset
12167
12168 .
12169 \end_layout
12170
12171 \begin_layout Standard
12172 \begin_inset Float table
12173 wide false
12174 sideways false
12175 status open
12176
12177 \begin_layout Plain Layout
12178 \begin_inset Caption Standard
12179
12180 \begin_layout Plain Layout
12181 \begin_inset CommandInset label
12182 LatexCommand label
12183 name "tab:Tableau-multicolonne-imparfait"
12184
12185 \end_inset
12186
12187 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12188  de la largeur de la cellule multi-colonnes.
12189 \begin_inset Argument 1
12190 status open
12191
12192 \begin_layout Plain Layout
12193 Tableau avec multi-colonnes pas parfaite
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \begin_layout Plain Layout
12207 \align center
12208 \begin_inset Tabular
12209 <lyxtabular version="3" rows="3" columns="3">
12210 <features tabularvalignment="middle">
12211 <column alignment="center" valignment="top" width="1.25cm">
12212 <column alignment="center" valignment="top">
12213 <column alignment="center" valignment="top">
12214 <row>
12215 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 multi-colonnes sur plusieurs lignes
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 c
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 </row>
12243 <row>
12244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248 d
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257 e
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 f
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 </row>
12272 <row>
12273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277 g
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Plain Layout
12286 h
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295 i
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 </row>
12301 </lyxtabular>
12302
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \end_inset
12309
12310
12311 \end_layout
12312
12313 \begin_layout Standard
12314 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12315  de la cellule multi-colonnes, elle est un peu plus large.
12316  La raison est que la taille que l'on donne à une cellule, 
12317 \begin_inset Formula $W_{g}$
12318 \end_inset
12319
12320  n'est pas sa taille totale, 
12321 \begin_inset Formula $W_{\mathrm{tot}}$
12322 \end_inset
12323
12324  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12325  lui donne.
12326  L'annexe
12327 \begin_inset space ~
12328 \end_inset
12329
12330
12331 \begin_inset CommandInset ref
12332 LatexCommand ref
12333 reference "cha:Explication-de-l'Equation"
12334
12335 \end_inset
12336
12337  explique pourquoi en détail.
12338 \end_layout
12339
12340 \begin_layout Standard
12341 La largeur nécessaire 
12342 \begin_inset Formula $W_{g\,n}$
12343 \end_inset
12344
12345  quand 
12346 \emph on
12347 n
12348 \emph default
12349  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12350  ait une largeur totale de 
12351 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12352 \end_inset
12353
12354 :
12355 \begin_inset Formula 
12356 \begin{equation}
12357 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12358 \end{equation}
12359
12360 \end_inset
12361
12362
12363 \end_layout
12364
12365 \begin_layout Standard
12366 Dans notre cas nous avons 
12367 \begin_inset Formula $n=2$
12368 \end_inset
12369
12370
12371 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12372 \end_inset
12373
12374 cm et les valeurs implicites pour les autres longueurs, l'équation
12375 \begin_inset space ~
12376 \end_inset
12377
12378
12379 \begin_inset CommandInset ref
12380 LatexCommand ref
12381 reference "eq:Wgn"
12382
12383 \end_inset
12384
12385  devient
12386 \begin_inset Formula 
12387 \begin{equation}
12388 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12389 \end{equation}
12390
12391 \end_inset
12392
12393
12394 \end_layout
12395
12396 \begin_layout Standard
12397 Pour permettre des calculs avec \SpecialChar LaTeX
12398 , vous devez charger le paquetage \SpecialChar LaTeX
12399  
12400 \series bold
12401 calc
12402 \series default
12403  avec la ligne suivante dans le préambule du document
12404 \begin_inset Index idx
12405 status collapsed
12406
12407 \begin_layout Plain Layout
12408 Paquetages \SpecialChar LaTeX
12409  ! calc
12410 \end_layout
12411
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \begin_layout Standard
12418
12419 \series bold
12420
12421 \backslash
12422 usepackage{calc}
12423 \end_layout
12424
12425 \begin_layout Standard
12426 \SpecialChar LyX
12427  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12428  de dialogue.
12429  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12430  dans la
12431  fenêtre de dialogue.
12432  Voici un aperçu de ces paramètres :
12433 \end_layout
12434
12435 \begin_layout Itemize
12436
12437 \series bold
12438 p{largeur}
12439 \series default
12440  crée une cellule de taille donnée, le texte est aligné verticalement en
12441  haut.
12442 \end_layout
12443
12444 \begin_layout Itemize
12445
12446 \series bold
12447 m{largeur}
12448 \series default
12449  crée une cellule de taille donnée, le texte est aligné verticalement au
12450  centre
12451 \end_layout
12452
12453 \begin_layout Itemize
12454
12455 \series bold
12456 b{largeur}
12457 \series default
12458  crée une cellule de taille donnée, le texte est aligné verticalement en
12459  bas
12460 \end_layout
12461
12462 \begin_layout Standard
12463 En entrant un paramètre \SpecialChar LaTeX
12464 , tous les réglages de cellule donnés dans la fenêtre
12465  de dialogue sont ignorés.
12466 \end_layout
12467
12468 \begin_layout Standard
12469 \begin_inset Note Greyedout
12470 status open
12471
12472 \begin_layout Plain Layout
12473
12474 \series bold
12475 Note:
12476 \series default
12477  À cause d'un bug, \SpecialChar LyX
12478  affiche quand même les réglages qui ne sont pas pris
12479  en compte.
12480 \end_layout
12481
12482 \end_inset
12483
12484
12485 \end_layout
12486
12487 \begin_layout Standard
12488 Comme le texte doit être centré horizontalement, on ajoute la commande 
12489 \series bold
12490
12491 \backslash
12492 centering
12493 \series default
12494 .
12495  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12496  suivant pour la première des
12497  colonnes recouvertes :
12498 \end_layout
12499
12500 \begin_layout Standard
12501
12502 \series bold
12503 >{
12504 \backslash
12505 centering}m{1.25cm-6.2pt}
12506 \end_layout
12507
12508 \begin_layout Standard
12509 La commande 
12510 \series bold
12511 >{ }
12512 \series default
12513  signifie que les commandes qui se trouvent entre les accolades doivent
12514  être appliquées avant que la cellule ne soit créée.
12515 \end_layout
12516
12517 \begin_layout Standard
12518 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12519  multi-colonnes, il est toujours aligné à gauche.
12520  Cela vient du fait que \SpecialChar LyX
12521  applique l'alignement seulement à des colonnes
12522  isolées.
12523  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12524  suivant pour la multi-colonnes
12525 \end_layout
12526
12527 \begin_layout Standard
12528
12529 \series bold
12530 >{
12531 \backslash
12532 centering}m{2.5cm}
12533 \end_layout
12534
12535 \begin_layout Subsection
12536 Multi-lignes
12537 \begin_inset CommandInset label
12538 LatexCommand label
12539 name "subsec:Multi-lignes"
12540
12541 \end_inset
12542
12543
12544 \begin_inset Index idx
12545 status collapsed
12546
12547 \begin_layout Plain Layout
12548 Multi-lignes
12549 \end_layout
12550
12551 \end_inset
12552
12553
12554 \begin_inset Index idx
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558 Tableau ! multi-lignes
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \end_layout
12565
12566 \begin_layout Standard
12567 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12568  qu'elle doit couvrir et utilisez soit le bouton 
12569 \begin_inset Info
12570 type  "icon"
12571 arg   "tabular-feature multirow"
12572 \end_inset
12573
12574  de la barre d'outils tableau, ou le menu 
12575 \family sans
12576 Édition\SpecialChar menuseparator
12577 Tableau\SpecialChar menuseparator
12578 Multi-lignes
12579 \family default
12580 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12581  
12582 \family sans
12583 Multi-lignes
12584 \family default
12585 .
12586 \end_layout
12587
12588 \begin_layout Standard
12589 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12590 \end_layout
12591
12592 \begin_layout Standard
12593 \align center
12594 \begin_inset Tabular
12595 <lyxtabular version="3" rows="3" columns="3">
12596 <features tabularvalignment="middle">
12597 <column alignment="center" valignment="top" width="0pt">
12598 <column alignment="center" valignment="top">
12599 <column alignment="center" valignment="top">
12600 <row>
12601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 un contenu long
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 b
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 c
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 </row>
12629 <row>
12630 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 multi-lignes
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 e
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 f
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 <row>
12659 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 h
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 i
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 </row>
12687 </lyxtabular>
12688
12689 \end_inset
12690
12691
12692 \end_layout
12693
12694 \begin_layout Standard
12695 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12696  la colonne.
12697  L'
12698 \family sans
12699 Espacement
12700 \begin_inset space ~
12701 \end_inset
12702
12703 vertical
12704 \family default
12705  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12706  est positive ou négative.
12707 \end_layout
12708
12709 \begin_layout Standard
12710 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12711  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12712  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12713  implicite, vous devez redéfinir la commande 
12714 \series bold
12715
12716 \backslash
12717 multirowsetup
12718 \series default
12719  avec la commande
12720 \end_layout
12721
12722 \begin_layout Standard
12723
12724 \series bold
12725
12726 \backslash
12727 renewcommand{
12728 \backslash
12729 multirowsetup}{
12730 \backslash
12731 centering}
12732 \end_layout
12733
12734 \begin_layout Standard
12735 dans le préambule du document.
12736  Après ça, tous les contenus de cellules multi-lignes du document seront
12737  centrés.
12738  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12739  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12740  juste
12741  avant le tableau concerné, plutôt que dans le préambule.
12742  Si le texte doit être aligné à droite, remplacez 
12743 \series bold
12744
12745 \backslash
12746 centering
12747 \series default
12748  par 
12749 \series bold
12750
12751 \backslash
12752 raggedleft
12753 \series default
12754 .
12755  Pour revenir à l'alignement à gauche utilisez 
12756 \series bold
12757
12758 \backslash
12759 raggedright
12760 \series default
12761 .
12762 \end_layout
12763
12764 \begin_layout Standard
12765 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12766  avec un décalage vertical de -4
12767 \begin_inset space \thinspace{}
12768 \end_inset
12769
12770 mm dans une colonne de 3
12771 \begin_inset space \thinspace{}
12772 \end_inset
12773
12774 cm de large
12775 \begin_inset space ~
12776 \end_inset
12777
12778 :
12779 \end_layout
12780
12781 \begin_layout Standard
12782 \noindent
12783 \align center
12784 \begin_inset ERT
12785 status collapsed
12786
12787 \begin_layout Plain Layout
12788
12789
12790 \backslash
12791 renewcommand{
12792 \backslash
12793 multirowsetup}{
12794 \backslash
12795 raggedleft}
12796 \end_layout
12797
12798 \end_inset
12799
12800
12801 \begin_inset Tabular
12802 <lyxtabular version="3" rows="4" columns="3">
12803 <features tabularvalignment="middle">
12804 <column alignment="center" valignment="top" width="3cm">
12805 <column alignment="center" valignment="top">
12806 <column alignment="center" valignment="top">
12807 <row>
12808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12809 \begin_inset Text
12810
12811 \begin_layout Plain Layout
12812 un contenu long
12813 \end_layout
12814
12815 \end_inset
12816 </cell>
12817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 b
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 c
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 </row>
12836 <row>
12837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12838 \begin_inset Text
12839
12840 \begin_layout Plain Layout
12841 t
12842 \end_layout
12843
12844 \end_inset
12845 </cell>
12846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12847 \begin_inset Text
12848
12849 \begin_layout Plain Layout
12850 n
12851 \end_layout
12852
12853 \end_inset
12854 </cell>
12855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12856 \begin_inset Text
12857
12858 \begin_layout Plain Layout
12859 m
12860 \end_layout
12861
12862 \end_inset
12863 </cell>
12864 </row>
12865 <row>
12866 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12867 \begin_inset Text
12868
12869 \begin_layout Plain Layout
12870 multi-lignes
12871 \end_layout
12872
12873 \end_inset
12874 </cell>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879 e
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 f
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 </row>
12894 <row>
12895 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12896 \begin_inset Text
12897
12898 \begin_layout Plain Layout
12899
12900 \end_layout
12901
12902 \end_inset
12903 </cell>
12904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12905 \begin_inset Text
12906
12907 \begin_layout Plain Layout
12908 h
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 i
12918 \end_layout
12919
12920 \end_inset
12921 </cell>
12922 </row>
12923 </lyxtabular>
12924
12925 \end_inset
12926
12927
12928 \begin_inset ERT
12929 status collapsed
12930
12931 \begin_layout Plain Layout
12932
12933
12934 \backslash
12935 renewcommand{
12936 \backslash
12937 multirowsetup}{
12938 \backslash
12939 raggedright}
12940 \end_layout
12941
12942 \end_inset
12943
12944
12945 \end_layout
12946
12947 \begin_layout Standard
12948 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12949  utiliser un saut de ligne forcé (
12950 \begin_inset space ~
12951 \end_inset
12952
12953 raccourci 
12954 \family sans
12955 Ctrl+Entrée
12956 \family default
12957
12958 \begin_inset space ~
12959 \end_inset
12960
12961 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12962  on le voit dans ce tableau :
12963 \end_layout
12964
12965 \begin_layout Standard
12966 \noindent
12967 \align center
12968 \begin_inset Tabular
12969 <lyxtabular version="3" rows="3" columns="2">
12970 <features tabularvalignment="middle">
12971 <column alignment="left" valignment="middle" width="2cm">
12972 <column alignment="center" valignment="top">
12973 <row>
12974 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 aaa
12979 \begin_inset Newline newline
12980 \end_inset
12981
12982 aaa
12983 \begin_inset Newline newline
12984 \end_inset
12985
12986 mauvaise cellule
12987 \end_layout
12988
12989 \end_inset
12990 </cell>
12991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12992 \begin_inset Text
12993
12994 \begin_layout Plain Layout
12995 ccc
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 </row>
13001 <row>
13002 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 ddd
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 </row>
13021 <row>
13022 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 bbb
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 eee
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 </row>
13041 </lyxtabular>
13042
13043 \end_inset
13044
13045
13046 \end_layout
13047
13048 \begin_layout Standard
13049 Vous devez donc faire attention avec les saut de lignes forcés.
13050 \end_layout
13051
13052 \begin_layout Subsection
13053 Cellules avec ligne(s) diagonale(s)
13054 \end_layout
13055
13056 \begin_layout Standard
13057 Pour instruire le lecteur de la signification ds titres de lignes et de
13058  colonnes dans un tableau, il est pratique de partager le première cellule
13059  du tableau à l'aide d'une ou deux lignes diagonales.
13060  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13061  \SpecialChar LaTeX
13062
13063 \series bold
13064 \lang english
13065  diagbox
13066 \series default
13067 \lang french
13068
13069 \begin_inset Index idx
13070 status collapsed
13071
13072 \begin_layout Plain Layout
13073 Paquetages \SpecialChar LaTeX
13074  ! diagbox
13075 \end_layout
13076
13077 \end_inset
13078
13079 .
13080  Ce paquetage inclut la commande 
13081 \series bold
13082 \lang english
13083
13084 \backslash
13085 diagbox
13086 \series default
13087 \lang french
13088  que l'on peut insérer en mode \SpecialChar TeX
13089  et qui peut avoir 2 ou 3 arguments:
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \series bold
13095 \lang english
13096
13097 \backslash
13098 diagbox[options]
13099 \lang french
13100 {inférieur gauche}{supérieur droit}
13101 \end_layout
13102
13103 \begin_layout Standard
13104
13105 \series bold
13106 \lang english
13107
13108 \backslash
13109 diagbox[options]
13110 \lang french
13111 {inférieur gauche}{supérieur gauche}{supérieur droit}
13112 \end_layout
13113
13114 \begin_layout Standard
13115 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13116  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13117  Dans le second cas, la cellule est partagée par deux lignes.
13118 \end_layout
13119
13120 \begin_layout Standard
13121 \begin_inset ERT
13122 status collapsed
13123
13124 \begin_layout Plain Layout
13125
13126
13127 \backslash
13128 ifdiagbox
13129 \end_layout
13130
13131 \end_inset
13132
13133
13134 \begin_inset Note Note
13135 status open
13136
13137 \begin_layout Plain Layout
13138 La section suivante ne s'affichera que si vous avez installé le paquetage
13139  \SpecialChar LaTeX
13140  
13141 \series bold
13142 diagbox
13143 \series default
13144 .
13145 \end_layout
13146
13147 \end_inset
13148
13149
13150 \end_layout
13151
13152 \begin_layout Standard
13153 Voici un exemple de tableau où 
13154 \series bold
13155 \lang english
13156
13157 \backslash
13158 diagbox
13159 \lang french
13160  
13161 \series default
13162 est utilisé avec 2 arguments
13163 \begin_inset space ~
13164 \end_inset
13165
13166 dans la première cellule:
13167 \begin_inset VSpace medskip
13168 \end_inset
13169
13170
13171 \end_layout
13172
13173 \begin_layout Standard
13174 \noindent
13175 \begin_inset Tabular
13176 <lyxtabular version="3" rows="4" columns="4">
13177 <features tabularvalignment="middle">
13178 <column alignment="center" valignment="top">
13179 <column alignment="center" valignment="top">
13180 <column alignment="center" valignment="top">
13181 <column alignment="center" valignment="top">
13182 <row>
13183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 \begin_inset ERT
13188 status collapsed
13189
13190 \begin_layout Plain Layout
13191
13192
13193 \backslash
13194 diagbox{
13195 \end_layout
13196
13197 \end_inset
13198
13199 Nom
13200 \begin_inset ERT
13201 status collapsed
13202
13203 \begin_layout Plain Layout
13204
13205 }{
13206 \end_layout
13207
13208 \end_inset
13209
13210 Paramètre
13211 \begin_inset ERT
13212 status collapsed
13213
13214 \begin_layout Plain Layout
13215
13216 }
13217 \end_layout
13218
13219 \end_inset
13220
13221
13222 \end_layout
13223
13224 \end_inset
13225 </cell>
13226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13227 \begin_inset Text
13228
13229 \begin_layout Plain Layout
13230 Épaisseur en nm
13231 \end_layout
13232
13233 \end_inset
13234 </cell>
13235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 Transparence en %
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 Dureté en MPa
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 </row>
13254 <row>
13255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13256 \begin_inset Text
13257
13258 \begin_layout Plain Layout
13259 Vert parfait
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268 45
13269 \end_layout
13270
13271 \end_inset
13272 </cell>
13273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 80
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 504
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 </row>
13292 <row>
13293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 Multi-P foncé
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13303 \begin_inset Text
13304
13305 \begin_layout Plain Layout
13306 60
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 72
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 982
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 </row>
13330 <row>
13331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 Pro transparent
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 18
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 86
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 374
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 </lyxtabular>
13369
13370 \end_inset
13371
13372
13373 \begin_inset VSpace medskip
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \begin_layout Standard
13380 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13381  sport ou les distances:
13382 \end_layout
13383
13384 \begin_layout Standard
13385 \noindent
13386 \align center
13387 \begin_inset Tabular
13388 <lyxtabular version="3" rows="4" columns="4">
13389 <features tabularvalignment="middle">
13390 <column alignment="center" valignment="top" width="0pt">
13391 <column alignment="center" valignment="top">
13392 <column alignment="center" valignment="top">
13393 <column alignment="center" valignment="top">
13394 <row>
13395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 \begin_inset ERT
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403
13404
13405 \backslash
13406 diagbox{
13407 \end_layout
13408
13409 \end_inset
13410
13411 À domicile
13412 \begin_inset ERT
13413 status collapsed
13414
13415 \begin_layout Plain Layout
13416
13417 }{
13418 \end_layout
13419
13420 \end_inset
13421
13422 Résultat
13423 \begin_inset ERT
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427
13428 }{
13429 \end_layout
13430
13431 \end_inset
13432
13433 À l'extérieur
13434 \begin_inset ERT
13435 status collapsed
13436
13437 \begin_layout Plain Layout
13438
13439 }
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \end_layout
13446
13447 \end_inset
13448 </cell>
13449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13450 \begin_inset Text
13451
13452 \begin_layout Plain Layout
13453 Tigres
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 Panthères
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 Faucons
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 </row>
13477 <row>
13478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13479 \begin_inset Text
13480
13481 \begin_layout Plain Layout
13482 Tigres
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13497 \begin_inset Text
13498
13499 \begin_layout Plain Layout
13500 1:3
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509 0:1
13510 \end_layout
13511
13512 \end_inset
13513 </cell>
13514 </row>
13515 <row>
13516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13517 \begin_inset Text
13518
13519 \begin_layout Plain Layout
13520 Panthères
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Plain Layout
13529 3:1
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 0:0
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 </row>
13553 <row>
13554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13555 \begin_inset Text
13556
13557 \begin_layout Plain Layout
13558 Faucons
13559 \end_layout
13560
13561 \end_inset
13562 </cell>
13563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 1:0
13568 \end_layout
13569
13570 \end_inset
13571 </cell>
13572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 0:0
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 </row>
13591 </lyxtabular>
13592
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Standard
13599 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13600  2 coins ou plus du tableau comme ici:
13601 \end_layout
13602
13603 \begin_layout Standard
13604 \noindent
13605 \align center
13606 \begin_inset Tabular
13607 <lyxtabular version="3" rows="5" columns="5">
13608 <features tabularvalignment="middle">
13609 <column alignment="center" valignment="top" width="0pt">
13610 <column alignment="center" valignment="top">
13611 <column alignment="center" valignment="top">
13612 <column alignment="center" valignment="top">
13613 <column alignment="center" valignment="top">
13614 <row>
13615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619 \begin_inset ERT
13620 status open
13621
13622 \begin_layout Plain Layout
13623
13624
13625 \backslash
13626 diagbox{
13627 \end_layout
13628
13629 \end_inset
13630
13631 À domicile}{Résultat
13632 \begin_inset ERT
13633 status collapsed
13634
13635 \begin_layout Plain Layout
13636
13637 }{
13638 \end_layout
13639
13640 \end_inset
13641
13642 À l'extérieur
13643 \begin_inset ERT
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647
13648 }
13649 \end_layout
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 Tigres
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13668 \begin_inset Text
13669
13670 \begin_layout Plain Layout
13671 Panthères
13672 \end_layout
13673
13674 \end_inset
13675 </cell>
13676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 Faucons
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 \begin_inset ERT
13690 status open
13691
13692 \begin_layout Plain Layout
13693
13694
13695 \backslash
13696 diagbox[dir=NE]{
13697 \end_layout
13698
13699 \end_inset
13700
13701 À domicile
13702 \begin_inset ERT
13703 status collapsed
13704
13705 \begin_layout Plain Layout
13706
13707 }{
13708 \end_layout
13709
13710 \end_inset
13711
13712 Résultat
13713 \begin_inset ERT
13714 status collapsed
13715
13716 \begin_layout Plain Layout
13717
13718 }{
13719 \end_layout
13720
13721 \end_inset
13722
13723 À l'extérieur
13724 \begin_inset ERT
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728
13729 }
13730 \end_layout
13731
13732 \end_inset
13733
13734
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 <row>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 Tigres
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 1:3
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 0:1
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 Tigres
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 </row>
13787 <row>
13788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 Panthères
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 3:1
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 0:0
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 Panthères
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 </row>
13834 <row>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 Faucons
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 1:0
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 0:0
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 Faucons
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 </row>
13881 <row>
13882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 \begin_inset ERT
13887 status open
13888
13889 \begin_layout Plain Layout
13890
13891
13892 \backslash
13893 diagbox[dir=SW]{
13894 \end_layout
13895
13896 \end_inset
13897
13898 À domicile
13899 \begin_inset ERT
13900 status collapsed
13901
13902 \begin_layout Plain Layout
13903
13904 }{
13905 \end_layout
13906
13907 \end_inset
13908
13909 Résultat
13910 \begin_inset ERT
13911 status collapsed
13912
13913 \begin_layout Plain Layout
13914
13915 }{
13916 \end_layout
13917
13918 \end_inset
13919
13920 À l'extérieur
13921 \begin_inset ERT
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925
13926 }
13927 \end_layout
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Plain Layout
13940 Tigres
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13946 \begin_inset Text
13947
13948 \begin_layout Plain Layout
13949 Panthères
13950 \end_layout
13951
13952 \end_inset
13953 </cell>
13954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13955 \begin_inset Text
13956
13957 \begin_layout Plain Layout
13958 Faucons
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 \begin_inset ERT
13968 status open
13969
13970 \begin_layout Plain Layout
13971
13972
13973 \backslash
13974 diagbox[dir=SE]{
13975 \end_layout
13976
13977 \end_inset
13978
13979 À domicile
13980 \begin_inset ERT
13981 status collapsed
13982
13983 \begin_layout Plain Layout
13984
13985 }{
13986 \end_layout
13987
13988 \end_inset
13989
13990 Résultat
13991 \begin_inset ERT
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995
13996 }{
13997 \end_layout
13998
13999 \end_inset
14000
14001 À l'extérieur
14002 \begin_inset ERT
14003 status collapsed
14004
14005 \begin_layout Plain Layout
14006
14007 }
14008 \end_layout
14009
14010 \end_inset
14011
14012
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 </row>
14018 </lyxtabular>
14019
14020 \end_inset
14021
14022
14023 \end_layout
14024
14025 \begin_layout Standard
14026 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14027  
14028 \series bold
14029 dir=direction
14030 \series default
14031
14032 \emph on
14033 direction
14034 \emph default
14035  est à choisir parmi 
14036 \series bold
14037 NE
14038 \series default
14039
14040 \series bold
14041 SE
14042 \series default
14043
14044 \series bold
14045 SW
14046 \series default
14047  et 
14048 \series bold
14049 NW
14050 \series default
14051  comme sur une rose des vents.
14052  
14053 \series bold
14054 SW
14055 \series default
14056  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14057  du tableau ci-dessus, désigné via la commande:
14058 \end_layout
14059
14060 \begin_layout Standard
14061
14062 \series bold
14063 \lang english
14064
14065 \backslash
14066 diagbox[dir=SW]{
14067 \series default
14068 \lang french
14069 À domicile
14070 \series bold
14071 \lang english
14072 }{
14073 \series default
14074 \lang french
14075 Résultat
14076 \series bold
14077 \lang english
14078 }{
14079 \series default
14080 \lang french
14081 À l'extérieur
14082 \series bold
14083 \lang english
14084 }
14085 \series default
14086 \lang french
14087 .
14088  
14089 \end_layout
14090
14091 \begin_layout Standard
14092 Si aucune direction n'est spécifiée, elle est implicitement NW.
14093 \end_layout
14094
14095 \begin_layout Standard
14096 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14097  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14098  le contenu de la cellule va déborder:
14099 \end_layout
14100
14101 \begin_layout Standard
14102 \noindent
14103 \align center
14104 \begin_inset Tabular
14105 <lyxtabular version="3" rows="2" columns="2">
14106 <features tabularvalignment="middle">
14107 <column alignment="center" valignment="top" width="3cm">
14108 <column alignment="center" valignment="top">
14109 <row>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 \begin_inset ERT
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118
14119
14120 \backslash
14121 diagbox{
14122 \end_layout
14123
14124 \end_inset
14125
14126 Nom
14127 \begin_inset ERT
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131
14132 }{
14133 \end_layout
14134
14135 \end_inset
14136
14137 Paramètre
14138 \begin_inset ERT
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142
14143 }
14144 \end_layout
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \end_inset
14152 </cell>
14153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157 Épaisseur en nm
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 </row>
14163 <row>
14164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 Vert parfait
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14174 \begin_inset Text
14175
14176 \begin_layout Plain Layout
14177 45
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 </row>
14183 </lyxtabular>
14184
14185 \end_inset
14186
14187
14188 \end_layout
14189
14190 \begin_layout Standard
14191 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14192  cellule partagée, utilisez l'option de commande 
14193 \series bold
14194 \lang english
14195 width=3cm
14196 \series default
14197 \lang french
14198  (remplacez 
14199 \begin_inset Quotes cld
14200 \end_inset
14201
14202 3cm
14203 \begin_inset Quotes crd
14204 \end_inset
14205
14206 par la largeur désirée).
14207  Dans le tableau qui suit, la largeur de la première colonne est réglée
14208  à 4cm.
14209  Pour 
14210 \series bold
14211 \lang english
14212
14213 \backslash
14214 diagbox
14215 \series default
14216 \lang french
14217  une largeur de 4
14218 \begin_inset space \thinspace{}
14219 \end_inset
14220
14221 cm + 2
14222 \begin_inset space \thinspace{}
14223 \end_inset
14224
14225
14226 \backslash
14227 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14228  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14229  de la cellule.
14230  Le calcul de la largeur ne peut pas être fait directement dans l'option
14231  de la commande 
14232 \series bold
14233 \lang english
14234
14235 \backslash
14236 diagbox
14237 \series default
14238 \lang french
14239 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14240  la suite.
14241  Ceci se fait via les commandes en code \SpecialChar TeX
14242 :
14243 \end_layout
14244
14245 \begin_layout Standard
14246
14247 \series bold
14248
14249 \backslash
14250 newlength{
14251 \backslash
14252 diagtest}
14253 \begin_inset Newline newline
14254 \end_inset
14255
14256
14257 \backslash
14258 setlength{
14259 \backslash
14260 diagtest}{4cm+2
14261 \backslash
14262 tabcolsep}
14263 \end_layout
14264
14265 \begin_layout Standard
14266 \begin_inset ERT
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271
14272 \backslash
14273 newlength{
14274 \backslash
14275 diagtest}
14276 \end_layout
14277
14278 \begin_layout Plain Layout
14279
14280
14281 \backslash
14282 setlength{
14283 \backslash
14284 diagtest}{4cm+2
14285 \backslash
14286 tabcolsep}
14287 \end_layout
14288
14289 \end_inset
14290
14291
14292 \end_layout
14293
14294 \begin_layout Standard
14295 Pour permettre les calculs en \SpecialChar LaTeX
14296 , il faut charger dans le préambule du document
14297  le paquetage 
14298 \series bold
14299 calc
14300 \series default
14301
14302 \begin_inset Index idx
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306 Paquetages \SpecialChar LaTeX
14307  ! calc
14308 \end_layout
14309
14310 \end_inset
14311
14312 .
14313 \end_layout
14314
14315 \begin_layout Standard
14316 Dans le tableau vous pouvez maintenant utiliser la commande
14317 \end_layout
14318
14319 \begin_layout Standard
14320
14321 \series bold
14322
14323 \backslash
14324 diagbox[width=
14325 \backslash
14326 diagtest]{A}{B}
14327 \end_layout
14328
14329 \begin_layout Standard
14330 dans la première cellule:
14331 \end_layout
14332
14333 \begin_layout Standard
14334 \noindent
14335 \align center
14336 \begin_inset Tabular
14337 <lyxtabular version="3" rows="2" columns="2">
14338 <features tabularvalignment="middle">
14339 <column alignment="center" valignment="top" width="4cm">
14340 <column alignment="center" valignment="top">
14341 <row>
14342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14343 \begin_inset Text
14344
14345 \begin_layout Plain Layout
14346 \begin_inset ERT
14347 status open
14348
14349 \begin_layout Plain Layout
14350
14351
14352 \backslash
14353 diagbox[width=
14354 \backslash
14355 diagtest]{
14356 \end_layout
14357
14358 \end_inset
14359
14360 A
14361 \begin_inset ERT
14362 status collapsed
14363
14364 \begin_layout Plain Layout
14365
14366 }{
14367 \end_layout
14368
14369 \end_inset
14370
14371 B
14372 \begin_inset ERT
14373 status collapsed
14374
14375 \begin_layout Plain Layout
14376
14377 }
14378 \end_layout
14379
14380 \end_inset
14381
14382
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 Épaisseur en nm
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 </row>
14397 <row>
14398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402 Vert parfait
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411 45
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 </lyxtabular>
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \begin_layout Standard
14425 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14426  la longueur de la diagonale ne peut pas être calculée correctement comme
14427  dans ce tableau:
14428 \end_layout
14429
14430 \begin_layout Standard
14431 \noindent
14432 \align center
14433 \begin_inset Tabular
14434 <lyxtabular version="3" rows="2" columns="2">
14435 <features tabularvalignment="middle">
14436 <column alignment="center" valignment="top" width="0pt">
14437 <column alignment="center" valignment="top">
14438 <row>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447
14448
14449 \backslash
14450 diagbox{
14451 \end_layout
14452
14453 \end_inset
14454
14455 A
14456 \begin_inset ERT
14457 status collapsed
14458
14459 \begin_layout Plain Layout
14460
14461 }{
14462 \end_layout
14463
14464 \end_inset
14465
14466 B
14467 \begin_inset ERT
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471
14472 }
14473 \end_layout
14474
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 Épaisseur en nm
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 </row>
14492 <row>
14493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497 Vert parfait
14498 \end_layout
14499
14500 \end_inset
14501 </cell>
14502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506 45
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 </row>
14512 </lyxtabular>
14513
14514 \end_inset
14515
14516
14517 \end_layout
14518
14519 \begin_layout Standard
14520 Dans ce cas, vous pouvez utiliser directement
14521 \series bold
14522  
14523 \lang english
14524 width
14525 \series default
14526 \lang french
14527  dans l'option de 
14528 \series bold
14529 \lang english
14530
14531 \backslash
14532 diagbox
14533 \series default
14534 \lang french
14535 , il n'est plus nécessaire d’ajouter 2
14536 \backslash
14537 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14538  colonne.
14539  Ici une largeur de 3cm est utilisée:
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \noindent
14544 \align center
14545 \begin_inset Tabular
14546 <lyxtabular version="3" rows="2" columns="2">
14547 <features tabularvalignment="middle">
14548 <column alignment="center" valignment="top" width="0pt">
14549 <column alignment="center" valignment="top">
14550 <row>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 \begin_inset ERT
14556 status open
14557
14558 \begin_layout Plain Layout
14559
14560
14561 \backslash
14562 diagbox[width=3cm]{
14563 \end_layout
14564
14565 \end_inset
14566
14567 A
14568 \begin_inset ERT
14569 status collapsed
14570
14571 \begin_layout Plain Layout
14572
14573 }{
14574 \end_layout
14575
14576 \end_inset
14577
14578 B
14579 \begin_inset ERT
14580 status collapsed
14581
14582 \begin_layout Plain Layout
14583
14584 }
14585 \end_layout
14586
14587 \end_inset
14588
14589
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598 Épaisseur en nm
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 </row>
14604 <row>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 Vert parfait
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 45
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 </row>
14624 </lyxtabular>
14625
14626 \end_inset
14627
14628
14629 \end_layout
14630
14631 \begin_layout Standard
14632 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14633  supplémentaire pour placer le texte dans la cellule.
14634  Ceci peut être obtenu avec l'option
14635 \series bold
14636  
14637 \lang english
14638 height
14639 \lang french
14640 =3cm
14641 \series default
14642  de la commande 
14643 \series bold
14644 \lang english
14645
14646 \backslash
14647 diagbox
14648 \series default
14649 \lang french
14650  (remplacer « 3cm » par la hauteur désirée).
14651  Dans le tableau qui suit, la commande
14652 \end_layout
14653
14654 \begin_layout Standard
14655
14656 \series bold
14657
14658 \backslash
14659 diagbox[width=3cm,height=1.4cm]{A
14660 \backslash
14661
14662 \backslash
14663 B}{C
14664 \backslash
14665
14666 \backslash
14667 D}
14668 \end_layout
14669
14670 \begin_layout Standard
14671 est utilisée dans la première cellule.
14672  La commande 
14673 \backslash
14674
14675 \backslash
14676  crée le saut de ligne
14677 \begin_inset Foot
14678 status open
14679
14680 \begin_layout Plain Layout
14681 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14682  largeur fixée.
14683 \end_layout
14684
14685 \end_inset
14686
14687 .
14688 \end_layout
14689
14690 \begin_layout Standard
14691 \noindent
14692 \align center
14693 \begin_inset Tabular
14694 <lyxtabular version="3" rows="2" columns="2">
14695 <features tabularvalignment="middle">
14696 <column alignment="center" valignment="top">
14697 <column alignment="center" valignment="top">
14698 <row>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703 \begin_inset ERT
14704 status open
14705
14706 \begin_layout Plain Layout
14707
14708
14709 \backslash
14710 diagbox[width=3cm,height=1.4cm]{
14711 \end_layout
14712
14713 \end_inset
14714
14715 A
14716 \begin_inset ERT
14717 status collapsed
14718
14719 \begin_layout Plain Layout
14720
14721
14722 \backslash
14723
14724 \backslash
14725
14726 \end_layout
14727
14728 \end_inset
14729
14730 B
14731 \begin_inset ERT
14732 status collapsed
14733
14734 \begin_layout Plain Layout
14735
14736 }{
14737 \end_layout
14738
14739 \end_inset
14740
14741 C
14742 \begin_inset ERT
14743 status collapsed
14744
14745 \begin_layout Plain Layout
14746
14747
14748 \backslash
14749
14750 \backslash
14751
14752 \end_layout
14753
14754 \end_inset
14755
14756 D
14757 \begin_inset ERT
14758 status collapsed
14759
14760 \begin_layout Plain Layout
14761
14762 }
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Plain Layout
14776 Épaisseur en nm
14777 \end_layout
14778
14779 \end_inset
14780 </cell>
14781 </row>
14782 <row>
14783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14784 \begin_inset Text
14785
14786 \begin_layout Plain Layout
14787 Vert parfait
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14793 \begin_inset Text
14794
14795 \begin_layout Plain Layout
14796 45
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 </lyxtabular>
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Standard
14810 \begin_inset ERT
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814
14815
14816 \backslash
14817 else
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \begin_inset Note Note
14824 status open
14825
14826 \begin_layout Plain Layout
14827 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14828  
14829 \series bold
14830 diagbox
14831 \series default
14832  n'est pas installé :
14833 \end_layout
14834
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \begin_layout Standard
14841 Vous devez installer le paquetage \SpecialChar LaTeX
14842  
14843 \series bold
14844 diagbox
14845 \series default
14846  pour voir le contenu de cette section dans la sortie imprimée.
14847 \end_layout
14848
14849 \begin_layout Standard
14850 \begin_inset ERT
14851 status collapsed
14852
14853 \begin_layout Plain Layout
14854
14855
14856 \backslash
14857 fi
14858 \end_layout
14859
14860 \end_inset
14861
14862
14863 \end_layout
14864
14865 \begin_layout Standard
14866 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14867  
14868 \series bold
14869 \lang english
14870 diagbox
14871 \series default
14872 \lang french
14873 , voir sa documentation, 
14874 \begin_inset CommandInset citation
14875 LatexCommand cite
14876 key "diagbox"
14877 literal "true"
14878
14879 \end_inset
14880
14881 .
14882 \end_layout
14883
14884 \begin_layout Section
14885 Les tableaux formels
14886 \begin_inset CommandInset label
14887 LatexCommand label
14888 name "sec:Tableaux-Formels"
14889
14890 \end_inset
14891
14892
14893 \begin_inset Index idx
14894 status collapsed
14895
14896 \begin_layout Plain Layout
14897 Tableau ! Formel
14898 \end_layout
14899
14900 \end_inset
14901
14902
14903 \end_layout
14904
14905 \begin_layout Standard
14906 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14907  à celle du tableau
14908 \begin_inset space ~
14909 \end_inset
14910
14911
14912 \begin_inset CommandInset ref
14913 LatexCommand ref
14914 reference "tab:Exemple-tableau-booktabs"
14915
14916 \end_inset
14917
14918 .
14919  Ce genre de tableau est appelé 
14920 \begin_inset Quotes cld
14921 \end_inset
14922
14923
14924 \emph on
14925 formel
14926 \emph default
14927
14928 \begin_inset Quotes crd
14929 \end_inset
14930
14931 .
14932  Pour transformer un tableau en tableau formel, utilisez l'option 
14933 \family sans
14934 Formel
14935 \family default
14936  de l'onglet 
14937 \family sans
14938 Bordures
14939 \family default
14940  de la fenêtre de dialogue 
14941 \family sans
14942 Paramètres
14943 \begin_inset space ~
14944 \end_inset
14945
14946 du
14947 \begin_inset space ~
14948 \end_inset
14949
14950 tableau
14951 \family default
14952 .
14953 \end_layout
14954
14955 \begin_layout Standard
14956 \begin_inset Float table
14957 placement h
14958 wide false
14959 sideways false
14960 status open
14961
14962 \begin_layout Plain Layout
14963 \begin_inset Caption Standard
14964
14965 \begin_layout Plain Layout
14966 \begin_inset CommandInset label
14967 LatexCommand label
14968 name "tab:Exemple-tableau-booktabs"
14969
14970 \end_inset
14971
14972 Exemple de tableau formel
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Plain Layout
14981 \align center
14982 \begin_inset Tabular
14983 <lyxtabular version="3" rows="8" columns="4">
14984 <features booktabs="true" tabularvalignment="middle">
14985 <column alignment="center" valignment="top">
14986 <column alignment="center" valignment="top">
14987 <column alignment="center" valignment="top">
14988 <column alignment="center" valignment="top">
14989 <row>
14990 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 Système
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 Chip
15004 \begin_inset space \thinspace{}
15005 \end_inset
15006
15007 1
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 Chip
15017 \begin_inset space \thinspace{}
15018 \end_inset
15019
15020 2
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 </row>
15035 <row>
15036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040 \begin_inset ERT
15041 status collapsed
15042
15043 \begin_layout Plain Layout
15044
15045
15046 \backslash
15047 cmidrule(r){2-2}
15048 \end_layout
15049
15050 \end_inset
15051
15052
15053 \begin_inset ERT
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057
15058
15059 \backslash
15060 cmidrule(l){3-4}
15061 \end_layout
15062
15063 \end_inset
15064
15065 Épaisseur du capteur en µm
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 300
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 300
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 700
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 Angle du biseau en °
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 3.55
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 2.71
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 7.99
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 </row>
15136 <row topspace="default">
15137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 Résolution spatiale en µm
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 4.26
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 10.17
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell alignment="center" valignment="top" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168 10.56
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 <row topspace="default">
15175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179 MTF à 
15180 \begin_inset Formula $f_{\mathrm{max}}$
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 0.53
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 0.37
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 0.39
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row topspace="default">
15217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 \begin_inset ERT
15222 status collapsed
15223
15224 \begin_layout Plain Layout
15225
15226
15227 \backslash
15228 cmidrule[2pt](l{10pt}){1-1}
15229 \end_layout
15230
15231 \end_inset
15232
15233 résolution spatiale LSF
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 en µm
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 129.7
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 52.75
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 <cell alignment="center" valignment="top" usebox="none">
15295 \begin_inset Text
15296
15297 \begin_layout Plain Layout
15298 50.78
15299 \end_layout
15300
15301 \end_inset
15302 </cell>
15303 </row>
15304 <row>
15305 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 en % de la taille des pixels
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 76.3
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 95.9
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 92.3
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 </lyxtabular>
15343
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \begin_layout Standard
15355 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15356  
15357 \family sans
15358 Bordures
15359 \family default
15360  de la fenêtre de dialogue 
15361 \family sans
15362 Paramètres
15363 \begin_inset space ~
15364 \end_inset
15365
15366 du
15367 \begin_inset space ~
15368 \end_inset
15369
15370 tableau
15371 \family default
15372  comme c'est décrit dans la section
15373 \begin_inset space ~
15374 \end_inset
15375
15376
15377 \begin_inset CommandInset ref
15378 LatexCommand ref
15379 reference "subsec:Espacement-lignes"
15380
15381 \end_inset
15382
15383 .
15384 \end_layout
15385
15386 \begin_layout Standard
15387 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15388  verticales.
15389  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15390  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15391  sortie imprimée :
15392 \begin_inset Newline newline
15393 \end_inset
15394
15395 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15396 \begin_inset space \thinspace{}
15397 \end_inset
15398
15399 em alors que les autres lignes ont implicite une épaisseur de 0.05
15400 \begin_inset space \thinspace{}
15401 \end_inset
15402
15403 em.
15404 \end_layout
15405
15406 \begin_layout Standard
15407 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15408  les lignes de préambule suivantes :
15409 \end_layout
15410
15411 \begin_layout Standard
15412
15413 \series bold
15414
15415 \backslash
15416 let
15417 \backslash
15418 mytoprule
15419 \backslash
15420 toprule
15421 \begin_inset Newline newline
15422 \end_inset
15423
15424
15425 \backslash
15426 renewcommand{
15427 \backslash
15428 toprule}{
15429 \backslash
15430 mytoprule[width]}
15431 \end_layout
15432
15433 \begin_layout Standard
15434 Cet exemple concerne la première ligne, appelée 
15435 \series bold
15436 toprule
15437 \series default
15438 .
15439  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15440 \series bold
15441 toprule
15442 \series default
15443  par 
15444 \series bold
15445 bottomrule
15446 \series default
15447 .
15448  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15449  
15450 \series bold
15451 toprule
15452 \series default
15453  par 
15454 \series bold
15455 midrule
15456 \series default
15457 .
15458  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15459 \begin_inset space ~
15460 \end_inset
15461
15462
15463 \begin_inset CommandInset ref
15464 LatexCommand ref
15465 reference "cha:Unités-de-longueur"
15466
15467 \end_inset
15468
15469  pour préciser l'épaisseur voulue.
15470 \end_layout
15471
15472 \begin_layout Standard
15473 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15474  en mettant une ligne pour une cellule multi-colonnes.
15475  \SpecialChar LyX
15476  va utiliser en interne la commande 
15477 \series bold
15478
15479 \backslash
15480 cmidrule
15481 \series default
15482  pour créer cette ligne.
15483  Sa syntaxe complète est :
15484 \end_layout
15485
15486 \begin_layout Standard
15487
15488 \series bold
15489
15490 \backslash
15491 cmidrule[largeur](rognage){colDépart-colFin}
15492 \end_layout
15493
15494 \begin_layout Standard
15495 Les options de la commande 
15496 \series bold
15497
15498 \backslash
15499 cmidrule
15500 \series default
15501  ne sont pas actuellement gérées par \SpecialChar LyX
15502 , vous devez donc utiliser du code
15503  \SpecialChar TeX
15504  pour pouvoir les utiliser.
15505  On peut créer manuellement des lignes 
15506 \series bold
15507
15508 \backslash
15509 mitrales
15510 \series default
15511  en insérant la commande en code \SpecialChar TeX
15512  comme le premier élément de la première
15513  cellule de la ligne.
15514  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15515  en question.
15516 \end_layout
15517
15518 \begin_layout Standard
15519 La valeur 
15520 \series bold
15521 largeur
15522 \series default
15523  pour l'épaisseur des lignes est de 0.03
15524 \begin_inset space \thinspace{}
15525 \end_inset
15526
15527 em.
15528  
15529 \series bold
15530 colDépart
15531 \series default
15532  est le numéro de la colonne dans laquelle la ligne commence et 
15533 \series bold
15534 colFin
15535 \series default
15536  est le numéro de la colonne dans laquelle elle se termine.
15537  La valeur de 
15538 \series bold
15539 colFin
15540 \series default
15541  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15542  Le paramètre optionnel 
15543 \series bold
15544 rognage
15545 \series default
15546  peut être soit 
15547 \emph on
15548 l{largeurRognage}
15549 \emph default
15550 , ou 
15551 \emph on
15552 r{largeurRognage}
15553 \emph default
15554  où les valeurs de
15555 \emph on
15556  largeurRognage
15557 \emph default
15558  sont aussi optionnelles.
15559  En utilisant par exemple la valeur 
15560 \emph on
15561 l{2pt}
15562 \emph default
15563  pour ce paramètre, la ligne va être rognée de 2
15564 \begin_inset space \thinspace{}
15565 \end_inset
15566
15567 pt à son extrémité gauche.
15568  Si vous ne spécifiez pas de valeur pour 
15569 \emph on
15570 largeurRognage
15571 \emph default
15572  les lignes sont implicitement rognées de 0.5
15573 \begin_inset space \thinspace{}
15574 \end_inset
15575
15576 em.
15577 \end_layout
15578
15579 \begin_layout Standard
15580 \begin_inset VSpace bigskip
15581 \end_inset
15582
15583 Le tableau
15584 \begin_inset space ~
15585 \end_inset
15586
15587
15588 \begin_inset CommandInset ref
15589 LatexCommand ref
15590 reference "tab:Exemple-tableau-booktabs"
15591
15592 \end_inset
15593
15594  a été créé en utilisant les commandes
15595 \end_layout
15596
15597 \begin_layout Standard
15598
15599 \series bold
15600
15601 \backslash
15602 cmidrule(r){2-2}
15603 \backslash
15604 cmidrule(l){3-4}
15605 \end_layout
15606
15607 \begin_layout Standard
15608 au début de la deuxième ligne et
15609 \end_layout
15610
15611 \begin_layout Standard
15612
15613 \series bold
15614
15615 \backslash
15616 cmidrule[2pt](l{10pt}){1-1}
15617 \end_layout
15618
15619 \begin_layout Standard
15620 au début de la sixième ligne.
15621 \end_layout
15622
15623 \begin_layout Standard
15624 \begin_inset VSpace bigskip
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 Vous pouvez vouloir des commandes 
15632 \series bold
15633
15634 \backslash
15635 cmidrule
15636 \series default
15637 s qui se recouvrent comme pour le tableau
15638 \begin_inset space ~
15639 \end_inset
15640
15641
15642 \begin_inset CommandInset ref
15643 LatexCommand ref
15644 reference "tab:Tableau-booktabs-special"
15645
15646 \end_inset
15647
15648 .
15649  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15650
15651 \end_layout
15652
15653 \begin_layout Standard
15654
15655 \series bold
15656
15657 \backslash
15658 morecmidrules
15659 \end_layout
15660
15661 \begin_layout Standard
15662 La commande qui a été utilisée pour la deuxième ligne du tableau
15663 \begin_inset space ~
15664 \end_inset
15665
15666
15667 \begin_inset CommandInset ref
15668 LatexCommand ref
15669 reference "tab:Tableau-booktabs-special"
15670
15671 \end_inset
15672
15673  est
15674 \end_layout
15675
15676 \begin_layout Standard
15677
15678 \series bold
15679
15680 \backslash
15681 cmidrule(r){2-2}
15682 \backslash
15683 cmidrule(l){3-4}
15684 \backslash
15685 morecmidrules
15686 \backslash
15687 cmidrule{2-4}
15688 \end_layout
15689
15690 \begin_layout Standard
15691 La commande pour la sixième ligne est
15692 \end_layout
15693
15694 \begin_layout Standard
15695
15696 \series bold
15697
15698 \backslash
15699 midrule
15700 \backslash
15701 morecmidrules
15702 \backslash
15703 cmidrule{3-4}
15704 \end_layout
15705
15706 \begin_layout Standard
15707 \begin_inset VSpace bigskip
15708 \end_inset
15709
15710
15711 \end_layout
15712
15713 \begin_layout Standard
15714 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15715 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15716  font toute la largeur du tableau :
15717 \end_layout
15718
15719 \begin_layout Standard
15720
15721 \series bold
15722
15723 \backslash
15724 specialrule{largeur}{espace au dessus}{espace en dessous}
15725 \end_layout
15726
15727 \begin_layout Standard
15728 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15729  du paquetage \SpecialChar LaTeX
15730  
15731 \series bold
15732 booktabs
15733 \series default
15734  
15735 \begin_inset CommandInset citation
15736 LatexCommand cite
15737 key "booktabs"
15738 literal "true"
15739
15740 \end_inset
15741
15742 .
15743 \begin_inset Index idx
15744 status collapsed
15745
15746 \begin_layout Plain Layout
15747 Paquetages \SpecialChar LaTeX
15748  ! booktabs
15749 \end_layout
15750
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \begin_layout Standard
15757 \begin_inset Float table
15758 placement h
15759 wide false
15760 sideways false
15761 status open
15762
15763 \begin_layout Plain Layout
15764 \begin_inset Caption Standard
15765
15766 \begin_layout Plain Layout
15767 \begin_inset CommandInset label
15768 LatexCommand label
15769 name "tab:Tableau-booktabs-special"
15770
15771 \end_inset
15772
15773 Tableau formel spécial
15774 \end_layout
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Plain Layout
15782 \align center
15783 \begin_inset Tabular
15784 <lyxtabular version="3" rows="8" columns="4">
15785 <features booktabs="true" tabularvalignment="middle">
15786 <column alignment="center" valignment="top">
15787 <column alignment="center" valignment="top">
15788 <column alignment="center" valignment="top">
15789 <column alignment="center" valignment="top">
15790 <row>
15791 <cell alignment="center" valignment="top" topline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 Système
15796 \end_layout
15797
15798 \end_inset
15799 </cell>
15800 <cell alignment="center" valignment="top" topline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 Chip
15805 \begin_inset space \thinspace{}
15806 \end_inset
15807
15808 1
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 Chip
15818 \begin_inset space \thinspace{}
15819 \end_inset
15820
15821 2
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 <row>
15837 <cell alignment="center" valignment="top" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841 \begin_inset ERT
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845
15846
15847 \backslash
15848 cmidrule(r){2-2}
15849 \end_layout
15850
15851 \end_inset
15852
15853
15854 \begin_inset ERT
15855 status collapsed
15856
15857 \begin_layout Plain Layout
15858
15859
15860 \backslash
15861 cmidrule(l){3-4}
15862 \end_layout
15863
15864 \end_inset
15865
15866
15867 \begin_inset ERT
15868 status collapsed
15869
15870 \begin_layout Plain Layout
15871
15872
15873 \backslash
15874 morecmidrules 
15875 \end_layout
15876
15877 \end_inset
15878
15879
15880 \begin_inset ERT
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884
15885
15886 \backslash
15887 cmidrule{2-4}
15888 \end_layout
15889
15890 \end_inset
15891
15892 Epaisseur du capteur en µm
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 300
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 300
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 700
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 <row>
15926 <cell alignment="center" valignment="top" topline="true" usebox="none">
15927 \begin_inset Text
15928
15929 \begin_layout Plain Layout
15930 Angle biseau en °
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 3.55
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948 2.71
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 7.99
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row topspace="default">
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 Résolution spatiale en µm
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 4.26
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 10.17
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 10.56
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 </row>
16001 <row topspace="default">
16002 <cell alignment="center" valignment="top" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 MTF à 
16007 \begin_inset Formula $f_{\mathrm{max}}$
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 0.53
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 0.37
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 <cell alignment="center" valignment="top" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 0.39
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 <row>
16044 <cell alignment="center" valignment="top" topline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 \begin_inset ERT
16049 status collapsed
16050
16051 \begin_layout Plain Layout
16052
16053
16054 \backslash
16055 morecmidrules 
16056 \end_layout
16057
16058 \end_inset
16059
16060
16061 \begin_inset ERT
16062 status collapsed
16063
16064 \begin_layout Plain Layout
16065
16066
16067 \backslash
16068 cmidrule{3-4}
16069 \end_layout
16070
16071 \end_inset
16072
16073 résolution spatiale LSF
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 <cell alignment="center" valignment="top" topline="true" usebox="none">
16079 \begin_inset Text
16080
16081 \begin_layout Plain Layout
16082
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111 en µm
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 129.7
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 <cell alignment="center" valignment="top" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129 52.75
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138 50.78
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 </row>
16144 <row>
16145 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149 en % de la taille des pixels
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158 76.3
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 95.9
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 92.3
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 </row>
16182 </lyxtabular>
16183
16184 \end_inset
16185
16186
16187 \end_layout
16188
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \begin_layout Section
16195 Alignement vertical des tableaux
16196 \begin_inset Index idx
16197 status collapsed
16198
16199 \begin_layout Plain Layout
16200 Tableau ! Alignement
16201 \end_layout
16202
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \begin_layout Standard
16209 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16210  doit être à l'intérieur d'une boîte.
16211  La boîte peut alors être alignée comme c'est décrit dans la 
16212 \begin_inset space ~
16213 \end_inset
16214
16215
16216 \begin_inset CommandInset ref
16217 LatexCommand ref
16218 reference "sec:Boîte-Dialogue"
16219
16220 \end_inset
16221
16222 .
16223 \end_layout
16224
16225 \begin_layout Standard
16226 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16227  minipage
16228 \begin_inset Foot
16229 status open
16230
16231 \begin_layout Plain Layout
16232 Les minipages son décrites dans la section
16233 \begin_inset space ~
16234 \end_inset
16235
16236
16237 \begin_inset CommandInset ref
16238 LatexCommand ref
16239 reference "sec:Minipages"
16240
16241 \end_inset
16242
16243 .
16244 \end_layout
16245
16246 \end_inset
16247
16248  dont la largeur est de 15
16249 \begin_inset space \thinspace{}
16250 \end_inset
16251
16252 col% :
16253 \end_layout
16254
16255 \begin_layout Itemize
16256 test 
16257 \begin_inset Box Frameless
16258 position "t"
16259 hor_pos "c"
16260 has_inner_box 1
16261 inner_pos "c"
16262 use_parbox 0
16263 use_makebox 0
16264 width "15col%"
16265 special "none"
16266 height "1in"
16267 height_special "totalheight"
16268 thickness "0.4pt"
16269 separation "3pt"
16270 shadowsize "4pt"
16271 framecolor "black"
16272 backgroundcolor "none"
16273 status collapsed
16274
16275 \begin_layout Plain Layout
16276 \begin_inset Tabular
16277 <lyxtabular version="3" rows="3" columns="3">
16278 <features tabularvalignment="middle">
16279 <column alignment="center" valignment="top">
16280 <column alignment="center" valignment="top">
16281 <column alignment="center" valignment="top">
16282 <row>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 a
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 d
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16302 \begin_inset Text
16303
16304 \begin_layout Plain Layout
16305 g
16306 \end_layout
16307
16308 \end_inset
16309 </cell>
16310 </row>
16311 <row>
16312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 b
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 e
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 h
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 c
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 f
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 i
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 </lyxtabular>
16370
16371 \end_inset
16372
16373
16374 \end_layout
16375
16376 \end_inset
16377
16378  test 
16379 \begin_inset ERT
16380 status collapsed
16381
16382 \begin_layout Plain Layout
16383
16384
16385 \backslash
16386 raisebox{0.85
16387 \backslash
16388 baselineskip}{
16389 \end_layout
16390
16391 \end_inset
16392
16393
16394 \begin_inset Box Frameless
16395 position "t"
16396 hor_pos "c"
16397 has_inner_box 1
16398 inner_pos "c"
16399 use_parbox 0
16400 use_makebox 0
16401 width "15col%"
16402 special "none"
16403 height "1in"
16404 height_special "totalheight"
16405 thickness "0.4pt"
16406 separation "3pt"
16407 shadowsize "4pt"
16408 framecolor "black"
16409 backgroundcolor "none"
16410 status collapsed
16411
16412 \begin_layout Plain Layout
16413 \begin_inset Tabular
16414 <lyxtabular version="3" rows="3" columns="3">
16415 <features tabularvalignment="middle">
16416 <column alignment="center" valignment="top">
16417 <column alignment="center" valignment="top">
16418 <column alignment="center" valignment="top">
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 a
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 d
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 g
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453 b
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 e
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 h
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 </row>
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 c
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 f
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 i
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 </lyxtabular>
16507
16508 \end_inset
16509
16510
16511 \end_layout
16512
16513 \end_inset
16514
16515
16516 \begin_inset ERT
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520
16521 }
16522 \end_layout
16523
16524 \end_inset
16525
16526
16527 \end_layout
16528
16529 \begin_layout Itemize
16530 test 
16531 \begin_inset Box Frameless
16532 position "c"
16533 hor_pos "c"
16534 has_inner_box 1
16535 inner_pos "c"
16536 use_parbox 0
16537 use_makebox 0
16538 width "15col%"
16539 special "none"
16540 height "1in"
16541 height_special "totalheight"
16542 thickness "0.4pt"
16543 separation "3pt"
16544 shadowsize "4pt"
16545 framecolor "black"
16546 backgroundcolor "none"
16547 status collapsed
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Tabular
16551 <lyxtabular version="3" rows="3" columns="3">
16552 <features tabularvalignment="middle">
16553 <column alignment="center" valignment="top">
16554 <column alignment="center" valignment="top">
16555 <column alignment="center" valignment="top">
16556 <row>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 a
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 d
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579 g
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 b
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 e
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 h
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 c
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 f
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 i
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 </lyxtabular>
16644
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \begin_layout Itemize
16656 test 
16657 \begin_inset Box Frameless
16658 position "b"
16659 hor_pos "c"
16660 has_inner_box 1
16661 inner_pos "c"
16662 use_parbox 0
16663 use_makebox 0
16664 width "15col%"
16665 special "none"
16666 height "1in"
16667 height_special "totalheight"
16668 thickness "0.4pt"
16669 separation "3pt"
16670 shadowsize "4pt"
16671 framecolor "black"
16672 backgroundcolor "none"
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Tabular
16677 <lyxtabular version="3" rows="3" columns="3">
16678 <features tabularvalignment="middle">
16679 <column alignment="center" valignment="top">
16680 <column alignment="center" valignment="top">
16681 <column alignment="center" valignment="top">
16682 <row>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 a
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 d
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 g
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 b
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 e
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 h
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 </row>
16740 <row>
16741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 c
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 f
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 i
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 </lyxtabular>
16770
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \end_inset
16777
16778  test 
16779 \begin_inset ERT
16780 status collapsed
16781
16782 \begin_layout Plain Layout
16783
16784
16785 \backslash
16786 raisebox{-0.32
16787 \backslash
16788 baselineskip}{
16789 \end_layout
16790
16791 \end_inset
16792
16793
16794 \begin_inset Box Frameless
16795 position "b"
16796 hor_pos "c"
16797 has_inner_box 1
16798 inner_pos "c"
16799 use_parbox 0
16800 use_makebox 0
16801 width "15col%"
16802 special "none"
16803 height "1in"
16804 height_special "totalheight"
16805 thickness "0.4pt"
16806 separation "3pt"
16807 shadowsize "4pt"
16808 framecolor "black"
16809 backgroundcolor "none"
16810 status collapsed
16811
16812 \begin_layout Plain Layout
16813 \begin_inset Tabular
16814 <lyxtabular version="3" rows="3" columns="3">
16815 <features tabularvalignment="middle">
16816 <column alignment="center" valignment="top">
16817 <column alignment="center" valignment="top">
16818 <column alignment="center" valignment="top">
16819 <row>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 a
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 d
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 g
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 b
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 e
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 h
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 c
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 f
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 i
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 </lyxtabular>
16907
16908 \end_inset
16909
16910
16911 \end_layout
16912
16913 \end_inset
16914
16915
16916 \begin_inset ERT
16917 status collapsed
16918
16919 \begin_layout Plain Layout
16920
16921 }
16922 \end_layout
16923
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \begin_layout Standard
16930 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16931  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16932  la ligne dans laquelle le tableau est inséré.
16933  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16934  boîte élévatrice (raisebox)
16935 \begin_inset Foot
16936 status collapsed
16937
16938 \begin_layout Plain Layout
16939 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16940 \begin_inset space ~
16941 \end_inset
16942
16943
16944 \begin_inset CommandInset ref
16945 LatexCommand ref
16946 reference "subsec:Alignement-Vertical"
16947
16948 \end_inset
16949
16950 .
16951 \end_layout
16952
16953 \end_inset
16954
16955 .
16956  Dans l'exemple précédent, le deuxième tableau de la première ligne est
16957  aligné en utilisant la commande en code \SpecialChar TeX
16958  suivante 
16959 \end_layout
16960
16961 \begin_layout Standard
16962
16963 \series bold
16964
16965 \backslash
16966 raisebox{0.85
16967 \backslash
16968 baselineskip}{
16969 \end_layout
16970
16971 \begin_layout Standard
16972 placée juste avant la boîte minipage.
16973  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
16974 .
16975  Pour le deuxième tableau de la dernière ligne, la commande 
16976 \end_layout
16977
16978 \begin_layout Standard
16979
16980 \series bold
16981
16982 \backslash
16983 raisebox{-0.32
16984 \backslash
16985 baselineskip}{
16986 \end_layout
16987
16988 \begin_layout Standard
16989 est utilisée.
16990 \end_layout
16991
16992 \begin_layout Standard
16993 \begin_inset Note Greyedout
16994 status open
16995
16996 \begin_layout Plain Layout
16997
16998 \series bold
16999 Note:
17000 \series default
17001  L'alignement entre le contenu de la ligne du tableau et le texte de la
17002  ligne qui l'entoure ne peut pas être parfait.
17003  Le facteur utilisé dans la commande 
17004 \series bold
17005
17006 \backslash
17007 raisebox
17008 \series default
17009  pour obtenir cet alignement dépend de la police de caractères du document,
17010  de la taille de la police et de l'épaisseur des lignes du tableau.
17011 \end_layout
17012
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \begin_layout Section
17019 Tableaux colorés
17020 \begin_inset CommandInset label
17021 LatexCommand label
17022 name "sec:Tableaux-Colorés"
17023
17024 \end_inset
17025
17026
17027 \begin_inset Index idx
17028 status collapsed
17029
17030 \begin_layout Plain Layout
17031 Tableau ! Coloré
17032 \end_layout
17033
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \begin_layout Subsection
17040 Cellules colorées
17041 \begin_inset Index idx
17042 status collapsed
17043
17044 \begin_layout Plain Layout
17045 Couleur des tableaux ! Pour les cellules
17046 \end_layout
17047
17048 \end_inset
17049
17050
17051 \begin_inset Index idx
17052 status collapsed
17053
17054 \begin_layout Plain Layout
17055 Couleur ! Pour les cellules de tableau
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \begin_layout Standard
17064 \begin_inset Float table
17065 placement h
17066 wide false
17067 sideways false
17068 status open
17069
17070 \begin_layout Plain Layout
17071 \begin_inset Caption Standard
17072
17073 \begin_layout Plain Layout
17074 \begin_inset CommandInset label
17075 LatexCommand label
17076 name "tab:Tableau-coloré-sans-colortbl"
17077
17078 \end_inset
17079
17080 Tableau coloré sans utiliser le paquetage  
17081 \series bold
17082 colortbl
17083 \series default
17084
17085 \begin_inset Argument 1
17086 status open
17087
17088 \begin_layout Plain Layout
17089 Tableau sans colortbl
17090 \end_layout
17091
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \end_inset
17098
17099
17100 \end_layout
17101
17102 \begin_layout Plain Layout
17103 \align center
17104 \begin_inset Tabular
17105 <lyxtabular version="3" rows="3" columns="3">
17106 <features tabularvalignment="middle">
17107 <column alignment="center" valignment="top">
17108 <column alignment="center" valignment="top">
17109 <column alignment="center" valignment="top">
17110 <row>
17111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115
17116 \color green
17117 a
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126
17127 \color red
17128 b
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137
17138 \color red
17139 c
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 </row>
17145 <row>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150
17151 \color green
17152 d
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \color blue
17163 e
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \color blue
17174 f
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 </row>
17180 <row>
17181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185
17186 \color green
17187 g
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196
17197 \color blue
17198 h
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207
17208 \color blue
17209 i
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 </lyxtabular>
17216
17217 \end_inset
17218
17219
17220 \end_layout
17221
17222 \end_inset
17223
17224
17225 \end_layout
17226
17227 \begin_layout Standard
17228 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17229  et choisissez une couleur dans le menu 
17230 \family sans
17231 Édition\SpecialChar menuseparator
17232 Style
17233 \begin_inset space ~
17234 \end_inset
17235
17236 de
17237 \begin_inset space ~
17238 \end_inset
17239
17240 Texte
17241 \family default
17242 .
17243  C'est ce qui a été utilisé pour créer le tableau
17244 \begin_inset space ~
17245 \end_inset
17246
17247
17248 \begin_inset CommandInset ref
17249 LatexCommand ref
17250 reference "tab:Tableau-coloré-sans-colortbl"
17251
17252 \end_inset
17253
17254 .
17255  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17256  
17257 \series bold
17258 colortbl
17259 \series default
17260 .
17261 \begin_inset Index idx
17262 status collapsed
17263
17264 \begin_layout Plain Layout
17265 Paquetages \SpecialChar LaTeX
17266  ! colortbl
17267 \end_layout
17268
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \begin_layout Standard
17275 \begin_inset ERT
17276 status collapsed
17277
17278 \begin_layout Plain Layout
17279
17280
17281 \backslash
17282 ifcolortbl
17283 \end_layout
17284
17285 \end_inset
17286
17287
17288 \begin_inset Note Note
17289 status open
17290
17291 \begin_layout Plain Layout
17292 La section qui suit ne sera affichée que si vous avez installé le paquetage
17293  \SpecialChar LaTeX
17294  
17295 \series bold
17296 colortbl
17297 \series default
17298 .
17299 \end_layout
17300
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \begin_layout Standard
17307 Pour créer des tableaux colorés, vous devez charger le paquetage
17308 \series bold
17309  colortbl
17310 \series default
17311  dans le préambule avec la ligne
17312 \end_layout
17313
17314 \begin_layout Standard
17315
17316 \series bold
17317
17318 \backslash
17319 usepackage{colortbl}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 On choisit la couleur d'une colonne avec la commande 
17324 \end_layout
17325
17326 \begin_layout Standard
17327
17328 \series bold
17329
17330 \backslash
17331 columncolor{nom de couleur}
17332 \end_layout
17333
17334 \begin_layout Standard
17335 à l'intérieur d'une commande 
17336 \series bold
17337 >{ }
17338 \series default
17339 .
17340  Vous trouverez plus d'information sur la commande 
17341 \series bold
17342 >{}
17343 \series default
17344  dans la section
17345 \begin_inset space ~
17346 \end_inset
17347
17348
17349 \begin_inset CommandInset ref
17350 LatexCommand ref
17351 reference "subsec:Calculs-multicolonnes"
17352
17353 \end_inset
17354
17355 .
17356 \end_layout
17357
17358 \begin_layout Standard
17359 Les noms de couleurs suivants sont prédéfinis :
17360 \end_layout
17361
17362 \begin_layout Standard
17363
17364 \family sans
17365 red
17366 \family default
17367  (rouge), 
17368 \family sans
17369 green
17370 \family default
17371  (vert), 
17372 \family sans
17373 yellow
17374 \family default
17375  (jaune), 
17376 \family sans
17377 blue
17378 \family default
17379  (bleu), 
17380 \family sans
17381 cyan
17382 \family default
17383
17384 \family sans
17385 magenta
17386 \family default
17387
17388 \family sans
17389 black 
17390 \family default
17391 (noir) et 
17392 \family sans
17393 white 
17394 \family default
17395 (blanc)
17396 \end_layout
17397
17398 \begin_layout Standard
17399 \begin_inset VSpace medskip
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \begin_layout Standard
17406 Si vous ajoutez l'option
17407 \end_layout
17408
17409 \begin_layout Standard
17410
17411 \series bold
17412 dvipsname
17413 \end_layout
17414
17415 \begin_layout Standard
17416 aux options de la classe de document dans les paramètres du document, vous
17417  pouvez utiliser 61
17418 \begin_inset space ~
17419 \end_inset
17420
17421 couleurs supplémentaires.
17422  Ces couleurs sont listées dans l'annexe
17423 \begin_inset space ~
17424 \end_inset
17425
17426
17427 \begin_inset CommandInset ref
17428 LatexCommand ref
17429 reference "chap:Liste-de-noms-de-couleur-dvips"
17430
17431 \end_inset
17432
17433 .
17434  Une de ces couleurs, 
17435 \family sans
17436 Maroon
17437 \family default
17438 , est utilisée comme exemple dans le tableau
17439 \begin_inset space ~
17440 \end_inset
17441
17442
17443 \begin_inset CommandInset ref
17444 LatexCommand ref
17445 reference "tab:Tableau-coloré-avec-colortbl"
17446
17447 \end_inset
17448
17449 .
17450 \end_layout
17451
17452 \begin_layout Standard
17453 \begin_inset VSpace medskip
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \begin_layout Standard
17460 Vous pouvez aussi définir votre propre couleur avec la commande
17461 \end_layout
17462
17463 \begin_layout Standard
17464
17465 \series bold
17466
17467 \backslash
17468 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17469 \end_layout
17470
17471 \begin_layout Standard
17472 Le modèle de couleur peut être
17473 \end_layout
17474
17475 \begin_layout Labeling
17476 \labelwidthstring 00.00.0000
17477 cmyk
17478 \begin_inset space ~
17479 \end_inset
17480
17481 : cyan, magenta, jaune (yellow), noir (black)
17482 \end_layout
17483
17484 \begin_layout Labeling
17485 \labelwidthstring 00.00.0000
17486 rgb
17487 \begin_inset space ~
17488 \end_inset
17489
17490 : rouge (red), vert (green), bleu (blue)
17491 \end_layout
17492
17493 \begin_layout Labeling
17494 \labelwidthstring 00.00.0000
17495 gray
17496 \begin_inset space ~
17497 \end_inset
17498
17499 : dégradé de gris (gray)
17500 \end_layout
17501
17502 \begin_layout Standard
17503 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17504  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17505 \end_layout
17506
17507 \begin_layout Standard
17508 Vous pouvez par exemple définir la couleur 
17509 \begin_inset Quotes cld
17510 \end_inset
17511
17512
17513 \emph on
17514 vertfonce
17515 \begin_inset Quotes crd
17516 \end_inset
17517
17518  dans le préambule avec la ligne
17519 \end_layout
17520
17521 \begin_layout Standard
17522
17523 \series bold
17524
17525 \backslash
17526 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17527 \end_layout
17528
17529 \begin_layout Standard
17530 et la couleur 
17531 \emph on
17532
17533 \begin_inset Quotes cld
17534 \end_inset
17535
17536 grisclair
17537 \emph default
17538
17539 \begin_inset Quotes crd
17540 \end_inset
17541
17542  avec
17543 \end_layout
17544
17545 \begin_layout Standard
17546
17547 \series bold
17548
17549 \backslash
17550 definecolor{grisclair}{gray}{0.8}
17551 \end_layout
17552
17553 \begin_layout Standard
17554 \begin_inset VSpace medskip
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \begin_layout Standard
17561 Les lignes sont colorées avec la commande
17562 \end_layout
17563
17564 \begin_layout Standard
17565
17566 \series bold
17567
17568 \backslash
17569 rowcolor{nom de la couleur}
17570 \end_layout
17571
17572 \begin_layout Standard
17573 et les cellules sont colorées avec la commande
17574 \end_layout
17575
17576 \begin_layout Standard
17577
17578 \series bold
17579
17580 \backslash
17581 cellcolor{nom de la couleur}
17582 \end_layout
17583
17584 \begin_layout Standard
17585 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17586 .
17587 \end_layout
17588
17589 \begin_layout Standard
17590 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17591  choisissez une couleur dans le menu 
17592 \family sans
17593 Édition\SpecialChar menuseparator
17594 Style
17595 \begin_inset space ~
17596 \end_inset
17597
17598 de
17599 \begin_inset space ~
17600 \end_inset
17601
17602 Texte
17603 \family default
17604 .
17605  Si une cellule contient du code \SpecialChar TeX
17606 , faites bien attention à ne colorer que
17607  le texte, sinon le code \SpecialChar TeX
17608  coloré provoquera des erreurs \SpecialChar LaTeX
17609 .
17610 \end_layout
17611
17612 \begin_layout Standard
17613 \begin_inset Note Greyedout
17614 status open
17615
17616 \begin_layout Plain Layout
17617
17618 \series bold
17619 Note:
17620 \series default
17621  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17622  définies par l'utilisateur.
17623 \end_layout
17624
17625 \end_inset
17626
17627
17628 \end_layout
17629
17630 \begin_layout Standard
17631 \begin_inset VSpace bigskip
17632 \end_inset
17633
17634
17635 \end_layout
17636
17637 \begin_layout Standard
17638 Pour créer le tableau
17639 \begin_inset space ~
17640 \end_inset
17641
17642
17643 \begin_inset CommandInset ref
17644 LatexCommand ref
17645 reference "tab:Tableau-coloré-avec-colortbl"
17646
17647 \end_inset
17648
17649  faites ce qui suit : La couleur de la première colonne doit être 
17650 \emph on
17651 vertfonce
17652 \emph default
17653 .
17654  On insère donc la commande
17655 \end_layout
17656
17657 \begin_layout Standard
17658
17659 \series bold
17660 >{
17661 \backslash
17662 columncolor{vertfonce}
17663 \backslash
17664 centering}c
17665 \end_layout
17666
17667 \begin_layout Standard
17668 en code \SpecialChar TeX
17669  pour cette colonne.
17670  La première ligne doit être bleu clair, d'où la commande en code \SpecialChar TeX
17671
17672 \end_layout
17673
17674 \begin_layout Standard
17675
17676 \series bold
17677
17678 \backslash
17679 rowcolor{cyan}
17680 \end_layout
17681
17682 \begin_layout Standard
17683 qui est insérée dans la première cellule de cette ligne.
17684  Notez que cela annule la couleur de colonne pour la première cellule.
17685  La dernière cellule de la dernière ligne est colorée en marron
17686 \series bold
17687  
17688 \series default
17689 en insérant en code \SpecialChar TeX
17690  la commande
17691 \end_layout
17692
17693 \begin_layout Standard
17694
17695 \series bold
17696
17697 \backslash
17698 cellcolor{Maroon}
17699 \end_layout
17700
17701 \begin_layout Standard
17702 Les caractères peuvent maintenant être colorés en utilisant le menu 
17703 \family sans
17704 Édition\SpecialChar menuseparator
17705 Style
17706 \begin_inset space ~
17707 \end_inset
17708
17709 de
17710 \begin_inset space ~
17711 \end_inset
17712
17713 Texte
17714 \family default
17715 .
17716 \end_layout
17717
17718 \begin_layout Standard
17719 \begin_inset Float table
17720 placement h
17721 wide false
17722 sideways false
17723 status open
17724
17725 \begin_layout Plain Layout
17726 \begin_inset Caption Standard
17727
17728 \begin_layout Plain Layout
17729 \begin_inset CommandInset label
17730 LatexCommand label
17731 name "tab:Tableau-coloré-avec-colortbl"
17732
17733 \end_inset
17734
17735 Tableau coloré en utilisant le paquetage 
17736 \series bold
17737 colortbl
17738 \series default
17739
17740 \begin_inset Argument 1
17741 status collapsed
17742
17743 \begin_layout Plain Layout
17744 Tableau avec colortbl
17745 \end_layout
17746
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Plain Layout
17758 \align center
17759 \begin_inset Tabular
17760 <lyxtabular version="3" rows="3" columns="3">
17761 <features tabularvalignment="middle">
17762 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17763 <column alignment="center" valignment="top">
17764 <column alignment="center" valignment="top">
17765 <row>
17766 <cell alignment="center" valignment="top" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 \begin_inset ERT
17771 status collapsed
17772
17773 \begin_layout Plain Layout
17774
17775
17776 \backslash
17777 rowcolor{cyan}
17778 \end_layout
17779
17780 \end_inset
17781
17782
17783 \color magenta
17784 a
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793
17794 \color red
17795 b
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \color red
17806 c
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 </row>
17812 <row>
17813 <cell alignment="center" valignment="top" usebox="none">
17814 \begin_inset Text
17815
17816 \begin_layout Plain Layout
17817
17818 \color yellow
17819 d
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 <cell alignment="center" valignment="top" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828
17829 \color blue
17830 e
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \color blue
17841 f
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 </row>
17847 <row>
17848 <cell alignment="center" valignment="top" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852
17853 \color yellow
17854 g
17855 \end_layout
17856
17857 \end_inset
17858 </cell>
17859 <cell alignment="center" valignment="top" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863
17864 \color blue
17865 h
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 \begin_inset ERT
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878
17879
17880 \backslash
17881 cellcolor{Maroon}
17882 \end_layout
17883
17884 \end_inset
17885
17886
17887 \color green
17888 i
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 </lyxtabular>
17895
17896 \end_inset
17897
17898
17899 \end_layout
17900
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \begin_layout Standard
17907 \begin_inset ERT
17908 status collapsed
17909
17910 \begin_layout Plain Layout
17911
17912
17913 \backslash
17914 else
17915 \end_layout
17916
17917 \end_inset
17918
17919
17920 \begin_inset Note Note
17921 status open
17922
17923 \begin_layout Plain Layout
17924 Ce qui suit sera affiché si le paquetage 
17925 \series bold
17926 colortbl
17927 \series default
17928  n'est pas installé :
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Standard
17937 Vous devez installer le paquetage 
17938 \series bold
17939 colortbl
17940 \series default
17941  pour voir le contenu des cette section dans la sortie imprimée.
17942 \end_layout
17943
17944 \begin_layout Standard
17945 \begin_inset ERT
17946 status collapsed
17947
17948 \begin_layout Plain Layout
17949
17950
17951 \backslash
17952 fi
17953 \end_layout
17954
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \begin_layout Subsection
17961 Lignes colorées
17962 \begin_inset Index idx
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966 Tableau Coloré ! Pour les lignes
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \begin_inset Index idx
17973 status collapsed
17974
17975 \begin_layout Plain Layout
17976 Couleur ! Pour les lignes de tableau
17977 \end_layout
17978
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \begin_layout Standard
17985 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
17986  alternative à la méthode décrite dans le paragraphe précédent: il faut
17987  charger le paquetage 
17988 \series bold
17989 xcolor
17990 \series default
17991
17992 \begin_inset Index idx
17993 status collapsed
17994
17995 \begin_layout Plain Layout
17996 Paquetages \SpecialChar LaTeX
17997  ! xcolor
17998 \begin_inset ERT
17999 status collapsed
18000
18001 \begin_layout Plain Layout
18002
18003
18004 \backslash
18005 vspace{4mm}
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \end_layout
18012
18013 \end_inset
18014
18015  dans le préambule du document avec la commande
18016 \end_layout
18017
18018 \begin_layout Standard
18019
18020 \series bold
18021
18022 \backslash
18023 usepackage[table]{xcolor}
18024 \end_layout
18025
18026 \begin_layout Standard
18027
18028 \series bold
18029 xcolor
18030 \series default
18031  charge automatiquement le paquetage 
18032 \series bold
18033 colortbl
18034 \series default
18035
18036 \begin_inset Index idx
18037 status collapsed
18038
18039 \begin_layout Plain Layout
18040 Paquetages \SpecialChar LaTeX
18041  ! colortbl
18042 \end_layout
18043
18044 \end_inset
18045
18046 , il faut donc que
18047 \series bold
18048  colortbl
18049 \series default
18050  existe dans votre distribution \SpecialChar LaTeX
18051 , sinon vous aurez des erreurs.
18052 \end_layout
18053
18054 \begin_layout Standard
18055 \begin_inset ERT
18056 status collapsed
18057
18058 \begin_layout Plain Layout
18059
18060
18061 \backslash
18062 ifcolortbl
18063 \end_layout
18064
18065 \end_inset
18066
18067
18068 \begin_inset Note Note
18069 status open
18070
18071 \begin_layout Plain Layout
18072 La section qui suit ne sera affichée que si vous avez installé le paquetage
18073  \SpecialChar LaTeX
18074  
18075 \series bold
18076 colortbl
18077 \series default
18078 .
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 Les lignes de tableau sont colorées par la commande
18088 \end_layout
18089
18090 \begin_layout Standard
18091
18092 \series bold
18093
18094 \backslash
18095 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18096  paire}
18097 \end_layout
18098
18099 \begin_layout Standard
18100 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18101  avant le premier
18102  tableau nécessitant la coloration alternative des lignes.
18103  
18104 \series bold
18105 numéro de ligne
18106 \series default
18107  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18108  
18109 \series bold
18110 commandes
18111 \series default
18112 \emph on
18113  
18114 \emph default
18115 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18116  Par exemple la commande
18117 \end_layout
18118
18119 \begin_layout Standard
18120
18121 \series bold
18122
18123 \backslash
18124 rowcolors{1}{white}{lightgray}
18125 \end_layout
18126
18127 \begin_layout Standard
18128 donne le schéma de couleurs du tableau
18129 \begin_inset space ~
18130 \end_inset
18131
18132
18133 \begin_inset CommandInset ref
18134 LatexCommand ref
18135 reference "tab:Table-rowcolors"
18136
18137 \end_inset
18138
18139 .
18140  La commande
18141 \end_layout
18142
18143 \begin_layout Standard
18144
18145 \series bold
18146
18147 \backslash
18148 rowcolors[
18149 \backslash
18150 hline]{1}{lightgray}{cyan}
18151 \end_layout
18152
18153 \begin_layout Standard
18154 donne le schéma de couleurs du tableau
18155 \begin_inset space ~
18156 \end_inset
18157
18158
18159 \begin_inset CommandInset ref
18160 LatexCommand ref
18161 reference "tab:Table-rowcolors-2"
18162
18163 \end_inset
18164
18165 .
18166  Si 
18167 \series bold
18168 couleur ligne impaire
18169 \series default
18170  ou 
18171 \series bold
18172 couleur ligne paire
18173 \series default
18174  est vide, aucune couleur n'est utilisée, donc la commande
18175 \end_layout
18176
18177 \begin_layout Standard
18178
18179 \series bold
18180
18181 \backslash
18182 rowcolors{1}{}{}
18183 \end_layout
18184
18185 \begin_layout Standard
18186 supprime toutes les couleurs.
18187  
18188 \series bold
18189
18190 \backslash
18191 rowcolors
18192 \series default
18193  s'applique aux tableaux qui suivent cette commande.
18194 \end_layout
18195
18196 \begin_layout Standard
18197 \begin_inset ERT
18198 status open
18199
18200 \begin_layout Plain Layout
18201
18202
18203 \backslash
18204 rowcolors{1}{white}{lightgray}
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Standard
18213 \begin_inset Float table
18214 placement h
18215 wide false
18216 sideways false
18217 status open
18218
18219 \begin_layout Plain Layout
18220 \begin_inset Caption Standard
18221
18222 \begin_layout Plain Layout
18223 \begin_inset CommandInset label
18224 LatexCommand label
18225 name "tab:Table-rowcolors"
18226
18227 \end_inset
18228
18229 Tableau avec une colonne sur deux en gris clair.
18230 \end_layout
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \begin_layout Plain Layout
18238 \align center
18239 \begin_inset Tabular
18240 <lyxtabular version="3" rows="4" columns="3">
18241 <features tabularvalignment="middle">
18242 <column alignment="center" valignment="top">
18243 <column alignment="center" valignment="top" width="0pt">
18244 <column alignment="center" valignment="top" width="0pt">
18245 <row>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 X
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 <cell alignment="center" valignment="top" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259 Y
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 <cell alignment="center" valignment="top" usebox="none">
18265 \begin_inset Text
18266
18267 \begin_layout Plain Layout
18268 Z
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 </row>
18274 <row>
18275 <cell alignment="center" valignment="top" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 1
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 <cell alignment="center" valignment="top" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288 2
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 3
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 </row>
18303 <row>
18304 <cell alignment="center" valignment="top" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 4
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 <cell alignment="center" valignment="top" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 5
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 <cell alignment="center" valignment="top" usebox="none">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326 6
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 </row>
18332 <row>
18333 <cell alignment="center" valignment="top" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337 7
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 <cell alignment="center" valignment="top" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346 8
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 9
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 </row>
18361 </lyxtabular>
18362
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \begin_layout Standard
18374 \begin_inset ERT
18375 status open
18376
18377 \begin_layout Plain Layout
18378
18379
18380 \backslash
18381 rowcolors[
18382 \backslash
18383 hline]{1}{lightgray}{cyan}
18384 \end_layout
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \begin_layout Standard
18392 \begin_inset Float table
18393 placement h
18394 wide false
18395 sideways false
18396 status open
18397
18398 \begin_layout Plain Layout
18399 \begin_inset Caption Standard
18400
18401 \begin_layout Plain Layout
18402 \begin_inset CommandInset label
18403 LatexCommand label
18404 name "tab:Table-rowcolors-2"
18405
18406 \end_inset
18407
18408 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18409  ligne
18410 \end_layout
18411
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \begin_layout Plain Layout
18418 \align center
18419 \begin_inset Tabular
18420 <lyxtabular version="3" rows="4" columns="3">
18421 <features tabularvalignment="middle">
18422 <column alignment="center" valignment="top">
18423 <column alignment="center" valignment="top">
18424 <column alignment="center" valignment="top" width="0pt">
18425 <row>
18426 <cell alignment="center" valignment="top" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 X
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 <cell alignment="center" valignment="top" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439 Y
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 <cell alignment="center" valignment="top" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448 Z
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 </row>
18454 <row>
18455 <cell alignment="center" valignment="top" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 1
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 <cell alignment="center" valignment="top" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468 2
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 3
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 </row>
18483 <row>
18484 <cell alignment="center" valignment="top" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 4
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 5
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 6
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 </row>
18512 <row>
18513 <cell alignment="center" valignment="top" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 7
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 <cell alignment="center" valignment="top" usebox="none">
18523 \begin_inset Text
18524
18525 \begin_layout Plain Layout
18526 8
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 <cell alignment="center" valignment="top" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 9
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 </row>
18541 </lyxtabular>
18542
18543 \end_inset
18544
18545
18546 \end_layout
18547
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \begin_layout Standard
18554 \begin_inset ERT
18555 status collapsed
18556
18557 \begin_layout Plain Layout
18558
18559
18560 \backslash
18561 rowcolors{1}{}{}
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \begin_inset Note Note
18568 status collapsed
18569
18570 \begin_layout Plain Layout
18571
18572 \lang english
18573 turns off the row coloring
18574 \end_layout
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Standard
18582 \begin_inset ERT
18583 status collapsed
18584
18585 \begin_layout Plain Layout
18586
18587
18588 \backslash
18589 else
18590 \end_layout
18591
18592 \end_inset
18593
18594
18595 \begin_inset Note Note
18596 status open
18597
18598 \begin_layout Plain Layout
18599 Ce qui suit sera affiché si le paquetage 
18600 \series bold
18601 colortbl
18602 \series default
18603  n'est pas installé :
18604 \end_layout
18605
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \begin_layout Standard
18612 Vous devez installer le paquetage 
18613 \series bold
18614 colortbl
18615 \series default
18616  pour voir le contenu des cette section dans la sortie imprimée.
18617 \end_layout
18618
18619 \begin_layout Standard
18620 \begin_inset ERT
18621 status collapsed
18622
18623 \begin_layout Plain Layout
18624
18625
18626 \backslash
18627 fi
18628 \end_layout
18629
18630 \end_inset
18631
18632
18633 \end_layout
18634
18635 \begin_layout Subsection
18636 Les filets colorés
18637 \begin_inset Index idx
18638 status open
18639
18640 \begin_layout Plain Layout
18641 Tableau Coloré ! Pour les filets
18642 \end_layout
18643
18644 \end_inset
18645
18646
18647 \begin_inset Index idx
18648 status collapsed
18649
18650 \begin_layout Plain Layout
18651 Couleur ! Pour les filets des tableaux
18652 \end_layout
18653
18654 \end_inset
18655
18656
18657 \begin_inset Note Note
18658 status collapsed
18659
18660 \begin_layout Plain Layout
18661 on parle de filets plutôt que de lignes pour les tableaux
18662 \end_layout
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \begin_layout Standard
18670 Comme c'est décrit dans la section
18671 \begin_inset space ~
18672 \end_inset
18673
18674
18675 \begin_inset CommandInset ref
18676 LatexCommand ref
18677 reference "subsec:Epaisseur-filets"
18678
18679 \end_inset
18680
18681 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18682  variable 
18683 \series bold
18684
18685 \backslash
18686 arrayrulewidth
18687 \series default
18688 .
18689  Elle est mise à 1.5
18690 \begin_inset space \thinspace{}
18691 \end_inset
18692
18693 pt pour tous les tableaux de cette section.
18694 \begin_inset ERT
18695 status collapsed
18696
18697 \begin_layout Plain Layout
18698
18699
18700 \backslash
18701 setlength{
18702 \backslash
18703 arrayrulewidth}{1.5pt}
18704 \end_layout
18705
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \begin_layout Standard
18712 Pour colorer les filets verticaux, par exemple en vert, créez le format
18713  de colonne suivant dans le préambule du document, en suivant la description
18714  de la section
18715 \begin_inset space ~
18716 \end_inset
18717
18718
18719 \begin_inset CommandInset ref
18720 LatexCommand ref
18721 reference "subsec:Formats-personnalisés"
18722
18723 \end_inset
18724
18725 :
18726 \end_layout
18727
18728 \begin_layout Standard
18729
18730 \series bold
18731
18732 \backslash
18733 newcolumntype{W}{!{
18734 \backslash
18735 color{green}
18736 \backslash
18737 vline}}
18738 \end_layout
18739
18740 \begin_layout Standard
18741 Pour le tableau
18742 \begin_inset space ~
18743 \end_inset
18744
18745
18746 \begin_inset CommandInset ref
18747 LatexCommand ref
18748 reference "tab:Tableau-filets-verticaux-colorés"
18749
18750 \end_inset
18751
18752  le paramètre \SpecialChar LaTeX
18753
18754 \series bold
18755  WcW
18756 \series default
18757  a été utilisé pour la dernière colonne et
18758 \series bold
18759  Wc
18760 \series default
18761  pour les autres colonnes.
18762 \end_layout
18763
18764 \begin_layout Standard
18765 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18766 \end_layout
18767
18768 \begin_layout Standard
18769 \begin_inset Float table
18770 placement h
18771 wide false
18772 sideways false
18773 status open
18774
18775 \begin_layout Plain Layout
18776 \begin_inset Caption Standard
18777
18778 \begin_layout Plain Layout
18779 \begin_inset CommandInset label
18780 LatexCommand label
18781 name "tab:Tableau-filets-verticaux-colorés"
18782
18783 \end_inset
18784
18785 Tableau avec filets verticaux colorés
18786 \end_layout
18787
18788 \end_inset
18789
18790
18791 \end_layout
18792
18793 \begin_layout Plain Layout
18794 \align center
18795 \begin_inset Tabular
18796 <lyxtabular version="3" rows="3" columns="3">
18797 <features tabularvalignment="middle">
18798 <column alignment="center" valignment="top" special="Wc">
18799 <column alignment="center" valignment="top" special="Wc">
18800 <column alignment="center" valignment="top" special="WcW">
18801 <row>
18802 <cell alignment="center" valignment="top" topline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 sd
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 </row>
18830 <row>
18831 <cell alignment="center" valignment="top" topline="true" usebox="none">
18832 \begin_inset Text
18833
18834 \begin_layout Plain Layout
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 sd
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 </row>
18859 <row>
18860 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 sd
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 </lyxtabular>
18889
18890 \end_inset
18891
18892
18893 \end_layout
18894
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \begin_layout Standard
18901 \begin_inset VSpace bigskip
18902 \end_inset
18903
18904 Pour colorer les filets horizontaux en rouge comme pour le tableau
18905 \begin_inset space ~
18906 \end_inset
18907
18908
18909 \begin_inset CommandInset ref
18910 LatexCommand ref
18911 reference "tab:Tableau-filet-horizontaux-colorés"
18912
18913 \end_inset
18914
18915 , insérez les commandes suivantes en code \SpecialChar TeX
18916  juste avant le tableau ou le
18917  flottant de tableau :
18918 \end_layout
18919
18920 \begin_layout Standard
18921
18922 \series bold
18923
18924 \backslash
18925 let
18926 \backslash
18927 myHlineC
18928 \backslash
18929 hline
18930 \begin_inset Newline newline
18931 \end_inset
18932
18933
18934 \backslash
18935 renewcommand{
18936 \backslash
18937 hline}
18938 \begin_inset Newline newline
18939 \end_inset
18940
18941
18942 \begin_inset Phantom HPhantom
18943 status open
18944
18945 \begin_layout Plain Layout
18946
18947 \series bold
18948 \begin_inset space ~
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \end_inset
18955
18956 {
18957 \backslash
18958 arrayrulecolor{red}
18959 \backslash
18960 myHlineC
18961 \backslash
18962 arrayrulecolor{black}}
18963 \end_layout
18964
18965 \begin_layout Standard
18966 \begin_inset ERT
18967 status collapsed
18968
18969 \begin_layout Plain Layout
18970
18971
18972 \backslash
18973 let
18974 \backslash
18975 myHlineC
18976 \backslash
18977 hline
18978 \end_layout
18979
18980 \begin_layout Plain Layout
18981
18982
18983 \backslash
18984 renewcommand{
18985 \backslash
18986 hline}
18987 \end_layout
18988
18989 \begin_layout Plain Layout
18990
18991  {
18992 \backslash
18993 arrayrulecolor{red}
18994 \backslash
18995 myHlineC
18996 \backslash
18997 arrayrulecolor{black}}
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \begin_inset Float table
19004 placement h
19005 wide false
19006 sideways false
19007 status open
19008
19009 \begin_layout Plain Layout
19010 \begin_inset Caption Standard
19011
19012 \begin_layout Plain Layout
19013 \begin_inset CommandInset label
19014 LatexCommand label
19015 name "tab:Tableau-filet-horizontaux-colorés"
19016
19017 \end_inset
19018
19019 Tableau avec filets horizontaux colorés
19020 \end_layout
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \begin_layout Plain Layout
19028 \align center
19029 \begin_inset Tabular
19030 <lyxtabular version="3" rows="3" columns="3">
19031 <features tabularvalignment="middle">
19032 <column alignment="center" valignment="top">
19033 <column alignment="center" valignment="top">
19034 <column alignment="center" valignment="top">
19035 <row>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 sd
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 </row>
19064 <row>
19065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19066 \begin_inset Text
19067
19068 \begin_layout Plain Layout
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078 sd
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 </row>
19093 <row>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 sd
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 </row>
19122 </lyxtabular>
19123
19124 \end_inset
19125
19126
19127 \end_layout
19128
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \begin_layout Standard
19135 Pour revenir à la couleur noire implicite, insérez la commande suivante
19136  en code \SpecialChar TeX
19137 , juste après le tableau ou le flottant de tableau :
19138 \end_layout
19139
19140 \begin_layout Standard
19141
19142 \series bold
19143
19144 \backslash
19145 renewcommand{
19146 \backslash
19147 hline}{
19148 \backslash
19149 myHlineC}
19150 \end_layout
19151
19152 \begin_layout Standard
19153 Le tableau
19154 \begin_inset space ~
19155 \end_inset
19156
19157
19158 \begin_inset CommandInset ref
19159 LatexCommand ref
19160 reference "tab:Tableau-avec-filets-colorés"
19161
19162 \end_inset
19163
19164  est un exemple avec des filets horizontaux et verticaux colorés.
19165 \end_layout
19166
19167 \begin_layout Standard
19168 \begin_inset Float table
19169 placement h
19170 wide false
19171 sideways false
19172 status open
19173
19174 \begin_layout Plain Layout
19175 \begin_inset Caption Standard
19176
19177 \begin_layout Plain Layout
19178 \begin_inset CommandInset label
19179 LatexCommand label
19180 name "tab:Tableau-avec-filets-colorés"
19181
19182 \end_inset
19183
19184 Tableau avec filets horizontaux et verticaux colorés
19185 \end_layout
19186
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \begin_layout Plain Layout
19193 \align center
19194 \begin_inset Tabular
19195 <lyxtabular version="3" rows="3" columns="3">
19196 <features tabularvalignment="middle">
19197 <column alignment="center" valignment="top" special="Wc">
19198 <column alignment="center" valignment="top" special="Wc">
19199 <column alignment="center" valignment="top" special="WcW">
19200 <row>
19201 <cell alignment="center" valignment="top" topline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 sd
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 <cell alignment="center" valignment="top" topline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 <cell alignment="center" valignment="top" topline="true" usebox="none">
19220 \begin_inset Text
19221
19222 \begin_layout Plain Layout
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 <row>
19230 <cell alignment="center" valignment="top" topline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243 sd
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252
19253 \end_layout
19254
19255 \end_inset
19256 </cell>
19257 </row>
19258 <row topspace="default">
19259 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 sd
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 </row>
19287 </lyxtabular>
19288
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \begin_layout Standard
19300 \begin_inset ERT
19301 status collapsed
19302
19303 \begin_layout Plain Layout
19304
19305
19306 \backslash
19307 renewcommand{
19308 \backslash
19309 hline}{
19310 \backslash
19311 myHlineC}
19312 \end_layout
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \begin_layout Standard
19320 \begin_inset ERT
19321 status collapsed
19322
19323 \begin_layout Plain Layout
19324
19325
19326 \backslash
19327 setlength{
19328 \backslash
19329 arrayrulewidth}{1.2pt}
19330 \end_layout
19331
19332 \end_inset
19333
19334
19335 \end_layout
19336
19337 \begin_layout Standard
19338 Pour mettre en couleur une partie des lignes seulement, une autre stratégie
19339  est nécessaire.
19340  Pour mettre en couleur toutes les lignes horizontales qui suivent une ligne
19341  donnée, insérer cette commande en mode \SpecialChar TeX
19342  en tant que dernière saisie dans
19343  la ligne qui doit précéder la première ligne colorée:
19344 \end_layout
19345
19346 \begin_layout Standard
19347
19348 \series bold
19349
19350 \backslash
19351
19352 \backslash
19353
19354 \backslash
19355 arrayrulecolor{blue}%
19356 \end_layout
19357
19358 \begin_layout Standard
19359 Pour revenir aux lignes noires, ajouter cette commande en tant que première
19360  saisie dans la ligne située au-dessus des lignes noires:
19361 \end_layout
19362
19363 \begin_layout Standard
19364
19365 \series bold
19366
19367 \backslash
19368 arrayrulecolor{black}
19369 \end_layout
19370
19371 \begin_layout Standard
19372 Avec ces commandes, il est possible d'obtenir des lignes colorées comme
19373  dans le tableau
19374 \begin_inset space ~
19375 \end_inset
19376
19377
19378 \begin_inset CommandInset ref
19379 LatexCommand ref
19380 reference "tab:Table-with-different-hor"
19381
19382 \end_inset
19383
19384 .
19385  Cependant, cette méthode ne permet pas de colorer la ligne située au-dessus
19386  de la première ligne du tableau.
19387 \end_layout
19388
19389 \begin_layout Standard
19390 \begin_inset Float table
19391 wide false
19392 sideways false
19393 status open
19394
19395 \begin_layout Plain Layout
19396 \begin_inset Caption Standard
19397
19398 \begin_layout Plain Layout
19399 \begin_inset CommandInset label
19400 LatexCommand label
19401 name "tab:Table-with-different-hor"
19402
19403 \end_inset
19404
19405 Tableau avec des lignes de couleurs différentes
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \begin_layout Plain Layout
19414 \align center
19415 \begin_inset Tabular
19416 <lyxtabular version="3" rows="6" columns="7">
19417 <features tabularvalignment="middle">
19418 <column alignment="center" valignment="top">
19419 <column alignment="center" valignment="top">
19420 <column alignment="center" valignment="top">
19421 <column alignment="center" valignment="top">
19422 <column alignment="center" valignment="top">
19423 <column alignment="center" valignment="top">
19424 <column alignment="center" valignment="top">
19425 <row>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell alignment="center" valignment="top" topline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 <cell alignment="center" valignment="top" topline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" topline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 \begin_inset ERT
19485 status open
19486
19487 \begin_layout Plain Layout
19488
19489
19490 \backslash
19491
19492 \backslash
19493
19494 \backslash
19495 arrayrulecolor{blue}%
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 </row>
19506 <row>
19507 <cell alignment="center" valignment="top" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511 Y
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 Y
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 </row>
19571 <row>
19572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19573 \begin_inset Text
19574
19575 \begin_layout Plain Layout
19576 \begin_inset ERT
19577 status open
19578
19579 \begin_layout Plain Layout
19580
19581
19582 \backslash
19583 arrayrulecolor{black}
19584 \end_layout
19585
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 <cell alignment="center" valignment="top" usebox="none">
19594 \begin_inset Text
19595
19596 \begin_layout Plain Layout
19597
19598 \end_layout
19599
19600 \end_inset
19601 </cell>
19602 <cell alignment="center" valignment="top" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624
19625 \end_layout
19626
19627 \end_inset
19628 </cell>
19629 <cell alignment="center" valignment="top" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 <cell alignment="center" valignment="top" usebox="none">
19668 \begin_inset Text
19669
19670 \begin_layout Plain Layout
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707 \begin_inset ERT
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711
19712
19713 \backslash
19714
19715 \backslash
19716
19717 \backslash
19718 arrayrulecolor{green}%
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 </row>
19729 <row>
19730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 </row>
19794 <row>
19795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset ERT
19800 status collapsed
19801
19802 \begin_layout Plain Layout
19803
19804
19805 \backslash
19806 arrayrulecolor{black}
19807 \end_layout
19808
19809 \end_inset
19810
19811 B
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838
19839 \end_layout
19840
19841 \end_inset
19842 </cell>
19843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865 \begin_inset ERT
19866 status collapsed
19867
19868 \begin_layout Plain Layout
19869
19870
19871 \backslash
19872
19873 \backslash
19874
19875 \backslash
19876 arrayrulecolor{blue}%
19877 \end_layout
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 </lyxtabular>
19888
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \begin_layout Standard
19900 Pour modifier la couleur des lignes verticales dans une ligne donnée, comme
19901  dans le tableau
19902 \begin_inset space ~
19903 \end_inset
19904
19905
19906 \begin_inset CommandInset ref
19907 LatexCommand ref
19908 reference "tab:Table-with-different-ver"
19909
19910 \end_inset
19911
19912 , il faut utiliser les multi-colonnes.
19913  D'abord, supprimer toutes les lignes verticales qui ne couvrent pas toute
19914  la colonne.
19915  Ensuite, colorer toutes les lignes via la commande:
19916 \end_layout
19917
19918 \begin_layout Standard
19919
19920 \series bold
19921
19922 \backslash
19923
19924 \backslash
19925
19926 \backslash
19927 arrayrulecolor{blue}%
19928 \end_layout
19929
19930 \begin_layout Standard
19931 comme vu plus haut.
19932  Enfin insérer la commande suivante en mode \SpecialChar TeX
19933  pour chaque cellule de la ligne
19934  qui nécessite une ligne verticale avec une couleur différente:
19935 \end_layout
19936
19937 \begin_layout Standard
19938
19939 \series bold
19940
19941 \backslash
19942 multicolumn{1}{!{
19943 \backslash
19944 color{green}
19945 \backslash
19946 vline}c!{
19947 \backslash
19948 color{red}
19949 \backslash
19950 vline}}{
19951 \end_layout
19952
19953 \begin_layout Standard
19954 Ceci ajoute une ligne verticale des deux côtés de la cellule: à gauche,
19955  une ligne verte, à droite, une ligne rouge.
19956  S'il n'est pas nécessaire de changer la couleur, il est possible d'éviter
19957  le mettre la commande 
19958 \series bold
19959
19960 \backslash
19961 color
19962 \series default
19963 .
19964  Pour obtenir par exemple une ligne noire à gauche et une ligne bleue à
19965  droite, on peut saisir:
19966 \end_layout
19967
19968 \begin_layout Standard
19969
19970 \series bold
19971
19972 \backslash
19973 multicolumn{1}{!{
19974 \backslash
19975 color{black}
19976 \backslash
19977 vline}c|}{
19978 \end_layout
19979
19980 \begin_layout Standard
19981 du fait que la couleur bleue était déjà choisie pour toutes les lignes.
19982  Le caractère | crée donc la ligne verticale tandis que
19983 \series bold
19984  
19985 \backslash
19986 vline
19987 \series default
19988  le fait quand 
19989 \series bold
19990
19991 \backslash
19992 color
19993 \series default
19994  est utilisée.
19995  Pour mettre des lignes verticales sans changer aucune couleur, utiliser
19996  la commande:
19997 \end_layout
19998
19999 \begin_layout Standard
20000
20001 \series bold
20002
20003 \backslash
20004 multicolumn{1}{|c|}{
20005 \end_layout
20006
20007 \begin_layout Standard
20008 Après cette commande saisir le contenu de la cellule comme d'habitude en
20009  ajoutant une accolade fermante 
20010 \series bold
20011 }
20012 \series default
20013  en code \SpecialChar TeX
20014 .
20015 \end_layout
20016
20017 \begin_layout Standard
20018 \begin_inset Float table
20019 wide false
20020 sideways false
20021 status open
20022
20023 \begin_layout Plain Layout
20024 \begin_inset Caption Standard
20025
20026 \begin_layout Plain Layout
20027 \begin_inset CommandInset label
20028 LatexCommand label
20029 name "tab:Table-with-different-ver"
20030
20031 \end_inset
20032
20033 Tableau avec différentes couleurs pour les lignes verticales dans une ligne.
20034 \end_layout
20035
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Plain Layout
20042 \align center
20043 \begin_inset Tabular
20044 <lyxtabular version="3" rows="5" columns="7">
20045 <features tabularvalignment="middle">
20046 <column alignment="center" valignment="top">
20047 <column alignment="center" valignment="top">
20048 <column alignment="center" valignment="top">
20049 <column alignment="center" valignment="top">
20050 <column alignment="center" valignment="top">
20051 <column alignment="center" valignment="top">
20052 <column alignment="center" valignment="top">
20053 <row>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" topline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" topline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" topline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112 \begin_inset ERT
20113 status open
20114
20115 \begin_layout Plain Layout
20116
20117
20118 \backslash
20119
20120 \backslash
20121
20122 \backslash
20123 arrayrulecolor{red}%
20124 \end_layout
20125
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 </row>
20134 <row>
20135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 \begin_inset ERT
20140 status open
20141
20142 \begin_layout Plain Layout
20143
20144
20145 \backslash
20146 multicolumn{1}{!{
20147 \backslash
20148 color{black}
20149 \backslash
20150 vline}c|}{
20151 \end_layout
20152
20153 \end_inset
20154
20155 Y
20156 \begin_inset ERT
20157 status collapsed
20158
20159 \begin_layout Plain Layout
20160
20161 }
20162 \end_layout
20163
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset ERT
20212 status open
20213
20214 \begin_layout Plain Layout
20215
20216
20217 \backslash
20218 multicolumn{1}{c|}{
20219 \end_layout
20220
20221 \end_inset
20222
20223
20224 \begin_inset ERT
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228
20229 }
20230 \end_layout
20231
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243 \begin_inset ERT
20244 status open
20245
20246 \begin_layout Plain Layout
20247
20248
20249 \backslash
20250 multicolumn{1}{c!{
20251 \backslash
20252 color{black}
20253 \backslash
20254 vline}}{
20255 \end_layout
20256
20257 \end_inset
20258
20259 Y
20260 \begin_inset ERT
20261 status collapsed
20262
20263 \begin_layout Plain Layout
20264
20265 }
20266 \end_layout
20267
20268 \end_inset
20269
20270
20271 \end_layout
20272
20273 \end_inset
20274 </cell>
20275 </row>
20276 <row>
20277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset ERT
20282 status collapsed
20283
20284 \begin_layout Plain Layout
20285
20286
20287 \backslash
20288 arrayrulecolor{black}
20289 \end_layout
20290
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 <cell alignment="center" valignment="top" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302
20303 \end_layout
20304
20305 \end_inset
20306 </cell>
20307 <cell alignment="center" valignment="top" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 <cell alignment="center" valignment="top" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347 \begin_inset ERT
20348 status collapsed
20349
20350 \begin_layout Plain Layout
20351
20352
20353 \backslash
20354
20355 \backslash
20356
20357 \backslash
20358 arrayrulecolor{magenta}%
20359 \end_layout
20360
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374 \begin_inset ERT
20375 status collapsed
20376
20377 \begin_layout Plain Layout
20378
20379
20380 \backslash
20381 multicolumn{1}{|c!{
20382 \backslash
20383 color{red}
20384 \backslash
20385 vline}}{
20386 \end_layout
20387
20388 \end_inset
20389
20390
20391 \begin_inset ERT
20392 status collapsed
20393
20394 \begin_layout Plain Layout
20395
20396 }
20397 \end_layout
20398
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset ERT
20411 status collapsed
20412
20413 \begin_layout Plain Layout
20414
20415
20416 \backslash
20417 multicolumn{1}{c!{
20418 \backslash
20419 color{green}
20420 \backslash
20421 vline}}{
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \begin_inset ERT
20428 status collapsed
20429
20430 \begin_layout Plain Layout
20431
20432 }
20433 \end_layout
20434
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 \begin_inset ERT
20447 status collapsed
20448
20449 \begin_layout Plain Layout
20450
20451
20452 \backslash
20453 multicolumn{1}{c!{
20454 \backslash
20455 color{yellow}
20456 \backslash
20457 vline}}{
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \begin_inset ERT
20464 status collapsed
20465
20466 \begin_layout Plain Layout
20467
20468 }
20469 \end_layout
20470
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 \begin_inset ERT
20483 status collapsed
20484
20485 \begin_layout Plain Layout
20486
20487
20488 \backslash
20489 multicolumn{1}{c!{
20490 \backslash
20491 color{blue}
20492 \backslash
20493 vline}}{
20494 \end_layout
20495
20496 \end_inset
20497
20498
20499 \begin_inset ERT
20500 status collapsed
20501
20502 \begin_layout Plain Layout
20503
20504 }
20505 \end_layout
20506
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518 \begin_inset ERT
20519 status collapsed
20520
20521 \begin_layout Plain Layout
20522
20523
20524 \backslash
20525 multicolumn{1}{c!{
20526 \backslash
20527 color{cyan}
20528 \backslash
20529 vline}}{
20530 \end_layout
20531
20532 \end_inset
20533
20534
20535 \begin_inset ERT
20536 status collapsed
20537
20538 \begin_layout Plain Layout
20539
20540 }
20541 \end_layout
20542
20543 \end_inset
20544
20545
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset ERT
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558
20559
20560 \backslash
20561 multicolumn{1}{c!{
20562 \backslash
20563 color{black}
20564 \backslash
20565 vline}}{
20566 \end_layout
20567
20568 \end_inset
20569
20570
20571 \begin_inset ERT
20572 status collapsed
20573
20574 \begin_layout Plain Layout
20575
20576 }
20577 \end_layout
20578
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 \begin_inset ERT
20591 status collapsed
20592
20593 \begin_layout Plain Layout
20594
20595
20596 \backslash
20597 multicolumn{1}{c|}{
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \begin_inset ERT
20604 status collapsed
20605
20606 \begin_layout Plain Layout
20607
20608 }
20609 \end_layout
20610
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 <row>
20620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 \begin_inset ERT
20625 status collapsed
20626
20627 \begin_layout Plain Layout
20628
20629
20630 \backslash
20631 arrayrulecolor{black}
20632 \end_layout
20633
20634 \end_inset
20635
20636 B
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 </lyxtabular>
20697
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \begin_layout Standard
20709 \begin_inset ERT
20710 status collapsed
20711
20712 \begin_layout Plain Layout
20713
20714
20715 \backslash
20716 setlength{
20717 \backslash
20718 arrayrulewidth}{0.4pt}
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Section
20727 Pivotement des cellules
20728 \begin_inset CommandInset label
20729 LatexCommand label
20730 name "sec:Pivotement-des-cellules"
20731
20732 \end_inset
20733
20734
20735 \begin_inset Index idx
20736 status collapsed
20737
20738 \begin_layout Plain Layout
20739 Tableau ! Pivotement des cellules
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \begin_inset Index idx
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749 Pivoter des objets
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 \begin_inset Note Greyedout
20759 status open
20760
20761 \begin_layout Plain Layout
20762
20763 \series bold
20764 Nota:
20765 \series default
20766  toutes les visionneuses DVI n'affichent pas les rotations.
20767 \end_layout
20768
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \begin_layout Standard
20775 Le tableau
20776 \begin_inset space ~
20777 \end_inset
20778
20779
20780 \begin_inset CommandInset ref
20781 LatexCommand ref
20782 reference "tab:Tableau-incluant-des"
20783
20784 \end_inset
20785
20786  est un exemple dans lequel 3 cellules pivotent de 45
20787 \begin_inset space \thinspace{}
20788 \end_inset
20789
20790 °.
20791 \end_layout
20792
20793 \begin_layout Standard
20794 \begin_inset Float table
20795 placement h
20796 wide false
20797 sideways false
20798 status open
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Caption Standard
20802
20803 \begin_layout Plain Layout
20804 \begin_inset CommandInset label
20805 LatexCommand label
20806 name "tab:Tableau-incluant-des"
20807
20808 \end_inset
20809
20810 Tableau incluant des cellules pivotées dans la première ligne.
20811 \end_layout
20812
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Plain Layout
20819 \noindent
20820 \align center
20821 \begin_inset Tabular
20822 <lyxtabular version="3" rows="2" columns="3">
20823 <features tabularvalignment="middle">
20824 <column alignment="center" valignment="top" width="0pt">
20825 <column alignment="center" valignment="top" width="0pt">
20826 <column alignment="center" valignment="top" width="0pt">
20827 <row>
20828 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832 soucoupes
20833 \end_layout
20834
20835 \end_inset
20836 </cell>
20837 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841 assiettes
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 <cell alignment="center" valignment="top" rotate="45" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850 plats
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 <row>
20857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861 45
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 33
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 21
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 </lyxtabular>
20886
20887 \end_inset
20888
20889
20890 \end_layout
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Standard
20898 \begin_inset Note Greyedout
20899 status open
20900
20901 \begin_layout Plain Layout
20902
20903 \series bold
20904 Nota:
20905 \series default
20906  les ruptures de ligne (raccourci 
20907 \begin_inset Info
20908 type  "shortcut"
20909 arg   "newline-insert newline"
20910 \end_inset
20911
20912 ) ne sont pas autorisées dans les cellules pivotées
20913 \end_layout
20914
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \begin_layout Standard
20921 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
20922  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
20923 \begin_inset Foot
20924 status collapsed
20925
20926 \begin_layout Plain Layout
20927 Pour en savoir plus sur ces boîtes, voir les sections
20928 \begin_inset space ~
20929 \end_inset
20930
20931
20932 \begin_inset CommandInset ref
20933 LatexCommand ref
20934 reference "sec:Minipages"
20935
20936 \end_inset
20937
20938  et 
20939 \begin_inset CommandInset ref
20940 LatexCommand ref
20941 reference "sec:Parboxes"
20942
20943 \end_inset
20944
20945 .
20946 \end_layout
20947
20948 \end_inset
20949
20950  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
20951  la hauteur de la cellule.
20952  Le tableau
20953 \begin_inset space ~
20954 \end_inset
20955
20956
20957 \begin_inset CommandInset ref
20958 LatexCommand ref
20959 reference "tab:Tableau-incluant-une"
20960
20961 \end_inset
20962
20963  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
20964  réglée à 3
20965 \begin_inset space \thinspace{}
20966 \end_inset
20967
20968 cm.
20969 \end_layout
20970
20971 \begin_layout Standard
20972 \begin_inset Float table
20973 placement h
20974 wide false
20975 sideways false
20976 status open
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Caption Standard
20980
20981 \begin_layout Plain Layout
20982 \begin_inset CommandInset label
20983 LatexCommand label
20984 name "tab:Tableau-incluant-une"
20985
20986 \end_inset
20987
20988 Tableau incluant une cellule multi-lignes pivotée.
20989 \end_layout
20990
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \begin_layout Plain Layout
20997 \noindent
20998 \align center
20999 \begin_inset Tabular
21000 <lyxtabular version="3" rows="2" columns="3">
21001 <features tabularvalignment="middle">
21002 <column alignment="center" valignment="top">
21003 <column alignment="center" valignment="top" width="0pt">
21004 <column alignment="center" valignment="top">
21005 <row>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010 a
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 \begin_inset Box Frameless
21020 position "t"
21021 hor_pos "c"
21022 has_inner_box 1
21023 inner_pos "t"
21024 use_parbox 0
21025 use_makebox 0
21026 width "3cm"
21027 special "none"
21028 height "1in"
21029 height_special "totalheight"
21030 thickness "0.4pt"
21031 separation "3pt"
21032 shadowsize "4pt"
21033 framecolor "black"
21034 backgroundcolor "none"
21035 status open
21036
21037 \begin_layout Plain Layout
21038 cellule pivotée
21039 \begin_inset Newline newline
21040 \end_inset
21041
21042 avec saut de ligne
21043 \end_layout
21044
21045 \end_inset
21046
21047
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 e
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 <row>
21063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 b
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 c
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 d
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 </row>
21091 </lyxtabular>
21092
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \begin_layout Section
21104 Calcul de la largeur du tableau
21105 \begin_inset CommandInset label
21106 LatexCommand label
21107 name "sec:Table-Width-Calculation"
21108
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \begin_layout Standard
21115 Pour les tableaux un peu larges il est parfois difficile de garantir que
21116  le tableau ne déborde pas dans la marge.
21117  Fixer une largeur pour chaque colonne est une solution, mais quelle est
21118  la valeur à donner à chacune?
21119 \end_layout
21120
21121 \begin_layout Standard
21122 La largeur du tableau 
21123 \begin_inset Formula $L_{\mathrm{tableau}}$
21124 \end_inset
21125
21126  peut se calculer précisément: chaque colonne contribue pour sa largeur
21127  propre 
21128 \begin_inset Formula $L_{\mathrm{colonne}}$
21129 \end_inset
21130
21131  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
21132  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
21133
21134 \series bold
21135  
21136 \backslash
21137 tabcolsep
21138 \series default
21139 , implicitement 6
21140 \begin_inset space \thinspace{}
21141 \end_inset
21142
21143 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
21144  
21145 \series bold
21146
21147 \backslash
21148 arrayrulewidth
21149 \series default
21150 , implicitement 0.4
21151 \begin_inset space \thinspace{}
21152 \end_inset
21153
21154 pt).
21155  Donc si les 
21156 \begin_inset Formula $n$
21157 \end_inset
21158
21159
21160 \begin_inset space ~
21161 \end_inset
21162
21163 colonnes ont la même largeur, la largeur du tableau est
21164 \begin_inset Formula 
21165 \begin{equation}
21166 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
21167 \end{equation}
21168
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \begin_layout Standard
21175 La largeur disponible pour placer un tableau est la distance entre les marges
21176  de la page ou la largeur de la colonne de texte (pour un document présenté
21177  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
21178  
21179 \series bold
21180
21181 \backslash
21182 columnwidth
21183 \series default
21184 .
21185  Si toutes le colonnes ont la même largeur et que 
21186 \begin_inset Formula $L_{\mathrm{tableau}}$
21187 \end_inset
21188
21189  doit valoir 1
21190 \begin_inset space \thinspace{}
21191 \end_inset
21192
21193
21194 \backslash
21195 columnwidth, 
21196 \begin_inset Formula $L_{\mathrm{colonne}}$
21197 \end_inset
21198
21199  se calcule facilement.
21200 \end_layout
21201
21202 \begin_layout Standard
21203 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
21204  
21205 \series bold
21206 calc
21207 \series default
21208
21209 \begin_inset Index idx
21210 status collapsed
21211
21212 \begin_layout Plain Layout
21213 Paquetages \SpecialChar LaTeX
21214  ! calc
21215 \end_layout
21216
21217 \end_inset
21218
21219  dans le préambule du document.
21220  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
21221  il faut utiliser le champ
21222 \family sans
21223  Argument \SpecialChar LaTeX
21224
21225 \family default
21226 .
21227  Le principe des commandes qui peuvent être saisies dans ce champ est celui
21228  qui est expliqué dans la section
21229 \begin_inset space ~
21230 \end_inset
21231
21232
21233 \begin_inset CommandInset ref
21234 LatexCommand ref
21235 reference "subsec:Calculs-multicolonnes"
21236
21237 \end_inset
21238
21239 .
21240  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
21241  saisir pour chaque colonne la commande
21242 \end_layout
21243
21244 \begin_layout Standard
21245
21246 \series bold
21247 >{
21248 \backslash
21249 centering}p{(1
21250 \backslash
21251 columnwidth-62.4pt)/5}
21252 \end_layout
21253
21254 \begin_layout Standard
21255 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
21256 \begin_inset space ~
21257 \end_inset
21258
21259 fois celle des 3 autres, le calcul est le suivant:
21260 \end_layout
21261
21262 \begin_layout Standard
21263 \begin_inset Formula 
21264 \begin{align}
21265 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
21266  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
21267  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
21268 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
21269 \end{align}
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \begin_layout Standard
21277 Par conséquent, dans le tableau, la commande
21278 \end_layout
21279
21280 \begin_layout Standard
21281
21282 \series bold
21283 >{
21284 \backslash
21285 centering}p{(1
21286 \backslash
21287 columnwidth-62.4pt)/
21288 \backslash
21289 real{4.5}}
21290 \end_layout
21291
21292 \begin_layout Standard
21293 est utilisée pour les colonnes les plus larges, et la commande
21294 \end_layout
21295
21296 \begin_layout Standard
21297
21298 \series bold
21299 >{
21300 \backslash
21301 centering}p{(1
21302 \backslash
21303 columnwidth-62.4pt)/
21304 \backslash
21305 real{4.5}*
21306 \backslash
21307 real{0.75}}
21308 \end_layout
21309
21310 \begin_layout Standard
21311 est utilisée pour les plus étroites:
21312 \end_layout
21313
21314 \begin_layout Standard
21315 \begin_inset Tabular
21316 <lyxtabular version="3" rows="2" columns="5">
21317 <features tabularvalignment="middle">
21318 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21319 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21320 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21321 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
21322 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
21323 <row>
21324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 1
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 2
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 3
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 4
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 5
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row>
21371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375 111111 1111111 111111 111111111 11111 11111 1111
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 2222 22222 222222 222222222 2222222 22 22222
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 333333 333333 333333 33333 3333333 333
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 </row>
21417 </lyxtabular>
21418
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \begin_layout Section
21425 Personnalisation des tableaux
21426 \begin_inset Index idx
21427 status collapsed
21428
21429 \begin_layout Plain Layout
21430 Tableau ! Personnalisation
21431 \end_layout
21432
21433 \end_inset
21434
21435
21436 \begin_inset Index idx
21437 status collapsed
21438
21439 \begin_layout Plain Layout
21440 Personnalisation des tableaux
21441 \end_layout
21442
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \begin_layout Subsection
21449 Espacement des lignes
21450 \begin_inset CommandInset label
21451 LatexCommand label
21452 name "subsec:Espacement-lignes"
21453
21454 \end_inset
21455
21456
21457 \begin_inset Index idx
21458 status collapsed
21459
21460 \begin_layout Plain Layout
21461 Personnalisation des tableaux ! Espacement des lignes
21462 \end_layout
21463
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \begin_layout Standard
21470 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
21471  l'onglet 
21472 \family sans
21473 Bordures
21474 \family default
21475  de la fenêtre de dialogue 
21476 \family sans
21477 Paramètres
21478 \begin_inset space ~
21479 \end_inset
21480
21481 du
21482 \begin_inset space ~
21483 \end_inset
21484
21485 tableau
21486 \family default
21487 .
21488  Vous y trouverez trois possibilités :
21489 \end_layout
21490
21491 \begin_layout Description
21492 Haut
21493 \begin_inset space ~
21494 \end_inset
21495
21496 de
21497 \begin_inset space ~
21498 \end_inset
21499
21500 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
21501  Si le tableau est un tableau formel
21502 \begin_inset Foot
21503 status collapsed
21504
21505 \begin_layout Plain Layout
21506 Les tableaux formels sont décrits dans la section
21507 \begin_inset space ~
21508 \end_inset
21509
21510
21511 \begin_inset CommandInset ref
21512 LatexCommand ref
21513 reference "sec:Tableaux-Formels"
21514
21515 \end_inset
21516
21517 .
21518 \end_layout
21519
21520 \end_inset
21521
21522  \SpecialChar LyX
21523  va insérer implicitement un espace de 0.5
21524 \begin_inset space \thinspace{}
21525 \end_inset
21526
21527 em.
21528  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
21529  les filets verticaux comme dans le tableau suivant :
21530 \begin_inset VSpace medskip
21531 \end_inset
21532
21533
21534 \begin_inset Newline newline
21535 \end_inset
21536
21537
21538 \begin_inset space \hspace*{}
21539 \length 0pt
21540 \end_inset
21541
21542
21543 \begin_inset space \hfill{}
21544 \end_inset
21545
21546
21547 \begin_inset Tabular
21548 <lyxtabular version="3" rows="3" columns="1">
21549 <features tabularvalignment="middle">
21550 <column alignment="center" valignment="top">
21551 <row>
21552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 A
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row topspace="3mm">
21563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 espace de 3
21568 \begin_inset space \thinspace{}
21569 \end_inset
21570
21571 mm en haut de la ligne
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 C
21583 \end_layout
21584
21585 \end_inset
21586 </cell>
21587 </row>
21588 </lyxtabular>
21589
21590 \end_inset
21591
21592
21593 \begin_inset space \hfill{}
21594 \end_inset
21595
21596
21597 \begin_inset space \hspace*{}
21598 \length 0pt
21599 \end_inset
21600
21601
21602 \begin_inset VSpace medskip
21603 \end_inset
21604
21605
21606 \begin_inset Newline newline
21607 \end_inset
21608
21609 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
21610  pas de filets verticaux.
21611 \end_layout
21612
21613 \begin_layout Description
21614 Bas
21615 \begin_inset space ~
21616 \end_inset
21617
21618 de
21619 \begin_inset space ~
21620 \end_inset
21621
21622 ligne va ajouter de l'espace sous les caractères de la ligne.
21623  Si le tableau est un tableau formel \SpecialChar LyX
21624  va insérer implicitement un espace
21625  de 0.5
21626 \begin_inset space \thinspace{}
21627 \end_inset
21628
21629 em, pour les tableaux normaux, l'espace implicite est de 2
21630 \begin_inset space \thinspace{}
21631 \end_inset
21632
21633 pt.
21634 \end_layout
21635
21636 \begin_layout Description
21637 Entre
21638 \begin_inset space ~
21639 \end_inset
21640
21641 les
21642 \begin_inset space ~
21643 \end_inset
21644
21645 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
21646  Si le tableau est un tableau formel \SpecialChar LyX
21647  va insérer implicitement un espace
21648  de 0.5
21649 \begin_inset space \thinspace{}
21650 \end_inset
21651
21652 em.
21653  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
21654  les filets verticaux comme dans le tableau suivant :
21655 \begin_inset VSpace medskip
21656 \end_inset
21657
21658
21659 \begin_inset Newline newline
21660 \end_inset
21661
21662
21663 \begin_inset space \hspace*{}
21664 \length 0pt
21665 \end_inset
21666
21667
21668 \begin_inset space \hfill{}
21669 \end_inset
21670
21671
21672 \begin_inset Tabular
21673 <lyxtabular version="3" rows="3" columns="1">
21674 <features tabularvalignment="middle">
21675 <column alignment="center" valignment="top">
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 A
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row interlinespace="3mm">
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\downarrow$
21693 \end_inset
21694
21695  espace de 3
21696 \begin_inset space \thinspace{}
21697 \end_inset
21698
21699 mm entre les lignes 
21700 \begin_inset Formula $\downarrow$
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 </row>
21709 <row>
21710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21711 \begin_inset Text
21712
21713 \begin_layout Plain Layout
21714 \begin_inset Formula $\uparrow$
21715 \end_inset
21716
21717  espace de 3
21718 \begin_inset space \thinspace{}
21719 \end_inset
21720
21721 mm entre les lignes 
21722 \begin_inset Formula $\uparrow$
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 </row>
21731 </lyxtabular>
21732
21733 \end_inset
21734
21735
21736 \begin_inset space \hfill{}
21737 \end_inset
21738
21739
21740 \begin_inset space \hspace*{}
21741 \length 0pt
21742 \end_inset
21743
21744
21745 \begin_inset VSpace medskip
21746 \end_inset
21747
21748
21749 \begin_inset Newline newline
21750 \end_inset
21751
21752 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
21753  pas de filets verticaux.
21754 \end_layout
21755
21756 \begin_layout Standard
21757 \begin_inset VSpace bigskip
21758 \end_inset
21759
21760 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
21761  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
21762  dans le préambule :
21763 \end_layout
21764
21765 \begin_layout Standard
21766
21767 \series bold
21768
21769 \backslash
21770 @ifundefined{extrarowheight}
21771 \begin_inset Newline newline
21772 \end_inset
21773
21774
21775 \begin_inset Phantom HPhantom
21776 status open
21777
21778 \begin_layout Plain Layout
21779
21780 \series bold
21781 \begin_inset space ~
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788
21789 {
21790 \backslash
21791 usepackage{array}}{}
21792 \begin_inset Newline newline
21793 \end_inset
21794
21795
21796 \backslash
21797 setlength{
21798 \backslash
21799 extrarowheight}{height}
21800 \series default
21801 \lang english
21802
21803 \begin_inset Note Note
21804 status collapsed
21805
21806 \begin_layout Plain Layout
21807
21808 \lang english
21809 The package 
21810 \series bold
21811 array
21812 \series default
21813  will be loaded automatically by \SpecialChar LyX
21814  when you use self defined table formats.
21815  To avoid that it is loaded twice the command 
21816 \series bold
21817
21818 \backslash
21819 @ifundefined
21820 \series default
21821  is used in the above command.
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \begin_layout Standard
21830 Mais ceci présente le défaut que le texte des cellules de tableau n'est
21831  plus exactement centré verticalement.
21832  (le paquetage 
21833 \series bold
21834 array 
21835 \series default
21836 sera chargé automatiquement par \SpecialChar LyX
21837  quand vous utilisez des formats de tableaux
21838  auto-définis.
21839  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
21840  
21841 \series bold
21842
21843 \backslash
21844 @ifundefined
21845 \series default
21846  dans la commande précédente.)
21847 \end_layout
21848
21849 \begin_layout Standard
21850 Si vous utilisez des polices de taille plus grande que la taille normale,
21851  les bordures des tableaux sont souvent trop proches du texte.
21852  On peut corriger ce problème en insérant la commande 
21853 \series bold
21854
21855 \begin_inset space \space{}
21856 \end_inset
21857
21858
21859 \backslash
21860 strut
21861 \series default
21862  en code \SpecialChar TeX
21863  au debut d'une ligne du tableau.
21864  Le tableau
21865 \begin_inset space ~
21866 \end_inset
21867
21868
21869 \begin_inset CommandInset ref
21870 LatexCommand ref
21871 reference "tab:Alignement-vertical"
21872
21873 \end_inset
21874
21875  montre l'effet de cette commande.
21876 \end_layout
21877
21878 \begin_layout Standard
21879 \noindent
21880 \begin_inset Float table
21881 placement h
21882 wide false
21883 sideways false
21884 status open
21885
21886 \begin_layout Plain Layout
21887 \begin_inset Caption Standard
21888
21889 \begin_layout Plain Layout
21890 \begin_inset CommandInset label
21891 LatexCommand label
21892 name "tab:Alignement-vertical"
21893
21894 \end_inset
21895
21896 Alignement vertical d'un texte avec une police de grande taille.
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \begin_layout Plain Layout
21905 \begin_inset space \hfill{}
21906 \end_inset
21907
21908
21909 \begin_inset Float table
21910 wide false
21911 sideways false
21912 status collapsed
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Caption Standard
21916
21917 \begin_layout Plain Layout
21918 Tableau normal.
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Plain Layout
21927 \noindent
21928 \align center
21929 \begin_inset Tabular
21930 <lyxtabular version="3" rows="6" columns="1">
21931 <features tabularvalignment="middle">
21932 <column alignment="left" valignment="top">
21933 <row>
21934 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 Normal, g
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 </row>
21944 <row>
21945 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949
21950 \size large
21951 Large
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 </row>
21957 <row>
21958 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21959 \begin_inset Text
21960
21961 \begin_layout Plain Layout
21962
21963 \size larger
21964 Larger
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \size largest
21977 Largest
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 huge
21990 Huge
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 </row>
21996 <row>
21997 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001
22002 \size huge
22003 Huger
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 </lyxtabular>
22010
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \begin_inset space \hfill{}
22020 \end_inset
22021
22022
22023 \begin_inset Float table
22024 wide false
22025 sideways false
22026 status collapsed
22027
22028 \begin_layout Plain Layout
22029 \begin_inset Caption Standard
22030
22031 \begin_layout Plain Layout
22032 Tableau utilisant la commande 
22033 \series bold
22034
22035 \backslash
22036 strut
22037 \series default
22038 .
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Plain Layout
22047 \noindent
22048 \align center
22049 \begin_inset Tabular
22050 <lyxtabular version="3" rows="6" columns="1">
22051 <features tabularvalignment="middle">
22052 <column alignment="left" valignment="top">
22053 <row>
22054 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058 Normal, g
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 </row>
22064 <row>
22065 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \size large
22071 \begin_inset ERT
22072 status collapsed
22073
22074 \begin_layout Plain Layout
22075
22076
22077 \backslash
22078 strut 
22079 \end_layout
22080
22081 \end_inset
22082
22083 Large
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 </row>
22089 <row>
22090 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094
22095 \size larger
22096 \begin_inset ERT
22097 status collapsed
22098
22099 \begin_layout Plain Layout
22100
22101
22102 \backslash
22103 strut 
22104 \end_layout
22105
22106 \end_inset
22107
22108 Larger
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 </row>
22114 <row>
22115 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119
22120 \size largest
22121 \begin_inset ERT
22122 status collapsed
22123
22124 \begin_layout Plain Layout
22125
22126
22127 \backslash
22128 strut 
22129 \end_layout
22130
22131 \end_inset
22132
22133 Largest
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 </row>
22139 <row>
22140 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144
22145 \size huge
22146 \begin_inset ERT
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150
22151
22152 \backslash
22153 strut 
22154 \end_layout
22155
22156 \end_inset
22157
22158 Huge
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 </row>
22164 <row>
22165 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169
22170 \size giant
22171 \begin_inset ERT
22172 status collapsed
22173
22174 \begin_layout Plain Layout
22175
22176
22177 \backslash
22178 strut 
22179 \end_layout
22180
22181 \end_inset
22182
22183
22184 \size huge
22185 Huger
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 </row>
22191 </lyxtabular>
22192
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199
22200
22201 \begin_inset space \hfill{}
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \begin_layout Standard
22213 \begin_inset Newpage newpage
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \begin_layout Subsection
22220 Alignements de cellules spéciaux
22221 \begin_inset CommandInset label
22222 LatexCommand label
22223 name "subsec:Alignements-de-cellules"
22224
22225 \end_inset
22226
22227
22228 \begin_inset Index idx
22229 status collapsed
22230
22231 \begin_layout Plain Layout
22232 Personnalisation des tableaux ! Alignement de cellules spéciaux
22233 \end_layout
22234
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \begin_layout Standard
22241 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
22242  cellules sur un caractère donné, par exemple le séparateur décimal comme
22243  dans le tableau
22244 \begin_inset space ~
22245 \end_inset
22246
22247
22248 \begin_inset CommandInset ref
22249 LatexCommand ref
22250 reference "tab:Tableau-centré-sur-séparateur-1"
22251
22252 \end_inset
22253
22254 .
22255  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
22256  soit en appuyant sur le bouton 
22257 \begin_inset Info
22258 type  "icon"
22259 arg   "tabular-feature align-decimal"
22260 \end_inset
22261
22262  de la barre d'outils ou en modifiant le paramètre 
22263 \family sans
22264 Alignement horizontal
22265 \family default
22266  à 
22267 \family sans
22268 Au séparateur décimal
22269 \family default
22270 .
22271  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
22272  dans les paramètres du tableau.
22273 \end_layout
22274
22275 \begin_layout Standard
22276 \begin_inset Float table
22277 placement h
22278 wide false
22279 sideways false
22280 status open
22281
22282 \begin_layout Plain Layout
22283 \begin_inset Caption Standard
22284
22285 \begin_layout Plain Layout
22286 \begin_inset CommandInset label
22287 LatexCommand label
22288 name "tab:Tableau-centré-sur-séparateur-1"
22289
22290 \end_inset
22291
22292 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
22293 \end_layout
22294
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \begin_layout Plain Layout
22301 \align center
22302 \begin_inset Tabular
22303 <lyxtabular version="3" rows="4" columns="1">
22304 <features booktabs="true" tabularvalignment="middle">
22305 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
22306 <row>
22307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 en-tête
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 </row>
22317 <row>
22318 <cell alignment="center" valignment="top" topline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 12,6
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 0,68
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 </row>
22339 <row>
22340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 -123,0
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 </lyxtabular>
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \begin_layout Standard
22363 \begin_inset Float table
22364 placement h
22365 wide false
22366 sideways false
22367 status open
22368
22369 \begin_layout Plain Layout
22370 \begin_inset Caption Standard
22371
22372 \begin_layout Plain Layout
22373 \begin_inset CommandInset label
22374 LatexCommand label
22375 name "tab:Tableau-centré-sur-séparateur-2"
22376
22377 \end_inset
22378
22379 Les cellules d'une colonnes sont centrées sur les opérateurs.
22380 \end_layout
22381
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \begin_layout Plain Layout
22388 \align center
22389 \begin_inset Tabular
22390 <lyxtabular version="3" rows="4" columns="2">
22391 <features booktabs="true" tabularvalignment="middle">
22392 <column alignment="right" valignment="top" width="0pt">
22393 <column alignment="left" valignment="top" width="0pt" special="@{}l">
22394 <row>
22395 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 en-tête
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 </row>
22414 <row>
22415 <cell alignment="center" valignment="top" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 \begin_inset Formula $12\,+$
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 \begin_inset Formula $\,6$
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 <row>
22441 <cell alignment="center" valignment="top" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 \begin_inset Formula $0\,-$
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Formula $\,68$
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 </row>
22466 <row>
22467 <cell alignment="center" valignment="top" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 \begin_inset Formula $-123\,/$
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 <cell alignment="center" valignment="top" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483 \begin_inset Formula $\,0$
22484 \end_inset
22485
22486
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 </row>
22492 </lyxtabular>
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500
22501
22502 \end_layout
22503
22504 \begin_layout Standard
22505 L'alignement sur un caractère ne fonctionne pas avec des formules parce
22506  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
22507  formules.
22508  Dans ce cas on doit utiliser la méthode du tableau
22509 \begin_inset space ~
22510 \end_inset
22511
22512
22513 \begin_inset CommandInset ref
22514 LatexCommand ref
22515 reference "tab:Tableau-centré-sur-séparateur-2"
22516
22517 \end_inset
22518
22519 .
22520  Ce tableau a été créé comme un tableau 4×2.
22521  L'en-tête est une cellule multi-colonnes centrée.
22522  La première colonne est alignée à droite et contient la première partie
22523  et inclue l'opérateur.
22524  La seconde colonne contient le reste de la cellule aligné à gauche.
22525  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
22526  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
22527  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
22528  tableau, le paramètre \SpecialChar LaTeX
22529  suivant a été utilisé pour la deuxième colonne :
22530 \end_layout
22531
22532 \begin_layout Standard
22533
22534 \series bold
22535 @{}l
22536 \end_layout
22537
22538 \begin_layout Standard
22539 Le tableau
22540 \begin_inset space ~
22541 \end_inset
22542
22543
22544 \begin_inset CommandInset ref
22545 LatexCommand ref
22546 reference "tab:Plusieurs-exemples-alignements"
22547
22548 \end_inset
22549
22550  montre quelques exemples d'alignements.
22551  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
22552  comme pour la deuxième colonne du tableau
22553 \begin_inset space ~
22554 \end_inset
22555
22556
22557 \begin_inset CommandInset ref
22558 LatexCommand ref
22559 reference "tab:Tableau-centré-sur-séparateur-2"
22560
22561 \end_inset
22562
22563 .
22564 \end_layout
22565
22566 \begin_layout Standard
22567 \begin_inset Float table
22568 wide false
22569 sideways false
22570 status open
22571
22572 \begin_layout Plain Layout
22573 \begin_inset Caption Standard
22574
22575 \begin_layout Plain Layout
22576 \begin_inset CommandInset label
22577 LatexCommand label
22578 name "tab:Plusieurs-exemples-alignements"
22579
22580 \end_inset
22581
22582 Plusieurs exemples d'alignement de cellules.
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \end_layout
22589
22590 \begin_layout Plain Layout
22591 \align center
22592 \begin_inset Tabular
22593 <lyxtabular version="3" rows="4" columns="6">
22594 <features tabularvalignment="middle">
22595 <column alignment="right" valignment="top">
22596 <column alignment="left" valignment="top" special="@{}l">
22597 <column alignment="right" valignment="top">
22598 <column alignment="left" valignment="top" special="@{}l">
22599 <column alignment="right" valignment="top">
22600 <column alignment="left" valignment="top" special="@{}l">
22601 <row>
22602 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 unités
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 exposants
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 relations
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 12×
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 24
22672 \begin_inset space \thinspace{}
22673 \end_inset
22674
22675 bouteilles
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 <cell alignment="center" valignment="top" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 \begin_inset Formula $10\cdot$
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 \begin_inset Formula $10^{\mbox{-}17}$
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 \begin_inset Formula $\Gamma(t)\propto$
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Formula $\:\Upsilon(t)$
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 </row>
22729 <row>
22730 <cell alignment="center" valignment="top" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 1024×
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 768
22744 \begin_inset space \thinspace{}
22745 \end_inset
22746
22747 Pixels
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 <cell alignment="center" valignment="top" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756 \begin_inset Formula $5.78\cdot$
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 \begin_inset Formula $10^{7}$
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $A\ne$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell alignment="center" valignment="top" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 \begin_inset Formula $\:B_{\mathrm{red}}$
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 </row>
22801 <row>
22802 <cell alignment="center" valignment="top" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 32×
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 6
22816 \begin_inset space \thinspace{}
22817 \end_inset
22818
22819 cm
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 <cell alignment="center" valignment="top" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 -
22829 \begin_inset Formula $33.5\cdot$
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 \begin_inset Formula $10^{4}$
22842 \end_inset
22843
22844
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 \begin_inset Formula $\sin(\alpha)\ge$
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865 \begin_inset Formula $\:\sin(\beta)$
22866 \end_inset
22867
22868
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 </row>
22874 </lyxtabular>
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \begin_layout Subsection
22887 Formats de cellule et de colonne personnalisés
22888 \begin_inset CommandInset label
22889 LatexCommand label
22890 name "subsec:Formats-personnalisés"
22891
22892 \end_inset
22893
22894
22895 \begin_inset Index idx
22896 status collapsed
22897
22898 \begin_layout Plain Layout
22899 Personnalisation des tableaux !  Format de cellule/colonne
22900 \end_layout
22901
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \begin_layout Standard
22908 Calculer la largeur nécessaire pour colonnes normales comme dans la section
22909 \begin_inset space ~
22910 \end_inset
22911
22912
22913 \begin_inset CommandInset ref
22914 LatexCommand ref
22915 reference "sec:Table-Width-Calculation"
22916
22917 \end_inset
22918
22919  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
22920  la section
22921 \begin_inset space ~
22922 \end_inset
22923
22924
22925 \begin_inset CommandInset ref
22926 LatexCommand ref
22927 reference "subsec:Calculs-multicolonnes"
22928
22929 \end_inset
22930
22931  peut devenir très pénible si vous avez plusieurs tableaux.
22932  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
22933  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
22934  du document.
22935  Le format est défini avec la commande
22936 \end_layout
22937
22938 \begin_layout Standard
22939
22940 \series bold
22941
22942 \backslash
22943 newcolumntype{nom du format}[nombre d'arguments]{commandes}
22944 \end_layout
22945
22946 \begin_layout Standard
22947 Le nom du format peut n'avoir qu'une lettre.
22948  Les lettres 
22949 \emph on
22950 b
22951 \emph default
22952
22953 \emph on
22954 c
22955 \emph default
22956
22957 \emph on
22958 l
22959 \emph default
22960
22961 \emph on
22962 m
22963 \emph default
22964
22965 \emph on
22966 p
22967 \emph default
22968  et 
22969 \emph on
22970 r
22971 \emph default
22972  sont prédéfinies et donc ne peuvent être utilisées.
22973  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
22974 \end_layout
22975
22976 \begin_layout Standard
22977 \begin_inset VSpace medskip
22978 \end_inset
22979
22980
22981 \end_layout
22982
22983 \begin_layout Standard
22984 Pour de cellules multi-colonnes centrées verticalement et horizontalement
22985  avec une largeur donnée, vous pouvez définir le format de cellule suivant
22986  :
22987 \end_layout
22988
22989 \begin_layout Standard
22990
22991 \series bold
22992
22993 \backslash
22994 newcolumntype{M}[1]{>{
22995 \backslash
22996 centering
22997 \backslash
22998 hspace{0pt}}m{#1}}
22999 \end_layout
23000
23001 \begin_layout Standard
23002 Où le 
23003 \series bold
23004
23005 \backslash
23006 hspace{0pt}
23007 \series default
23008  évite le problème de césure du premier mot, comme c'est décrit en section
23009 \begin_inset space ~
23010 \end_inset
23011
23012
23013 \begin_inset CommandInset ref
23014 LatexCommand ref
23015 reference "subsec:Lignes-multiple-dans-cellule"
23016
23017 \end_inset
23018
23019 .
23020  Ensuite, vous pouvez entrer
23021 \end_layout
23022
23023 \begin_layout Standard
23024
23025 \series bold
23026 M{width}
23027 \end_layout
23028
23029 \begin_layout Standard
23030 comme paramètre \SpecialChar LaTeX
23031  dans la fenêtre de dialogue de tableau pour créer une multi-col
23032 onnes.
23033 \end_layout
23034
23035 \begin_layout Standard
23036 \begin_inset VSpace bigskip
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \begin_layout Standard
23043 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
23044  pouvez définir le format
23045 \end_layout
23046
23047 \begin_layout Standard
23048
23049 \series bold
23050
23051 \backslash
23052 newcolumntype{S}[2]{>{
23053 \backslash
23054 centering
23055 \backslash
23056 hspace{0pt}}
23057 \begin_inset Newline newline
23058 \end_inset
23059
23060
23061 \begin_inset Phantom HPhantom
23062 status open
23063
23064 \begin_layout Plain Layout
23065
23066 \series bold
23067
23068 \backslash
23069 newcolumntype{S}[2]
23070 \end_layout
23071
23072 \end_inset
23073
23074 m{(#1+(2
23075 \backslash
23076 tabcolsep+
23077 \backslash
23078 arrayrulewidth)*(1-#2))/#2}}
23079 \end_layout
23080
23081 \begin_layout Standard
23082 Ce format utilise l'équation
23083 \begin_inset space ~
23084 \end_inset
23085
23086
23087 \begin_inset CommandInset ref
23088 LatexCommand eqref
23089 reference "eq:Wgn"
23090
23091 \end_inset
23092
23093  pour calculer la largeur que doit avoir chacune des cellules couverte par
23094  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
23095 \end_layout
23096
23097 \begin_layout Standard
23098 Ensuite, vous pouvez entrer
23099 \end_layout
23100
23101 \begin_layout Standard
23102
23103 \series bold
23104 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
23105 \end_layout
23106
23107 \begin_layout Standard
23108 comme paramètre \SpecialChar LaTeX
23109  de la colonne.
23110 \end_layout
23111
23112 \begin_layout Standard
23113 \begin_inset VSpace bigskip
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 Pour des colonnes colorées, vous pouvez définir
23121 \end_layout
23122
23123 \begin_layout Standard
23124
23125 \series bold
23126
23127 \backslash
23128 newcolumntype{K}[1]{>{
23129 \backslash
23130 columncolor{#1}
23131 \backslash
23132 hspace{0pt}}c}
23133 \end_layout
23134
23135 \begin_layout Standard
23136 Le 
23137 \begin_inset Quotes cld
23138 \end_inset
23139
23140 c
23141 \begin_inset Quotes crd
23142 \end_inset
23143
23144  à la fin crée une colonne de largeur variable dont le texte est centré
23145  horizontalement.
23146  Vous pouvez maintenant entrer
23147 \end_layout
23148
23149 \begin_layout Standard
23150
23151 \series bold
23152 K{nom de couleur}
23153 \end_layout
23154
23155 \begin_layout Standard
23156 comme paramètre \SpecialChar LaTeX
23157 .
23158 \end_layout
23159
23160 \begin_layout Standard
23161 \begin_inset VSpace bigskip
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \begin_layout Standard
23168 Pour créer le tableau
23169 \begin_inset space ~
23170 \end_inset
23171
23172
23173 \begin_inset CommandInset ref
23174 LatexCommand ref
23175 reference "tab:Tableau-formats-personnalisés"
23176
23177 \end_inset
23178
23179  utilisez les paramètres \SpecialChar LaTeX
23180
23181 \end_layout
23182
23183 \begin_layout Standard
23184
23185 \series bold
23186 M{2.5cm}
23187 \end_layout
23188
23189 \begin_layout Standard
23190 pour la première colonne et la multi-colonnes,
23191 \end_layout
23192
23193 \begin_layout Standard
23194
23195 \series bold
23196 K{red}
23197 \end_layout
23198
23199 \begin_layout Standard
23200 pour la dernière colonne, et
23201 \end_layout
23202
23203 \begin_layout Standard
23204
23205 \series bold
23206 S{2.5cm}{2}
23207 \end_layout
23208
23209 \begin_layout Standard
23210 pour les cellules de la deuxième colonne.
23211 \end_layout
23212
23213 \begin_layout Standard
23214 \begin_inset Float table
23215 placement h
23216 wide false
23217 sideways false
23218 status open
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Caption Standard
23222
23223 \begin_layout Plain Layout
23224 \begin_inset CommandInset label
23225 LatexCommand label
23226 name "tab:Tableau-formats-personnalisés"
23227
23228 \end_inset
23229
23230 Tableau utilisant des formats personnalisés
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Plain Layout
23239 \align center
23240 \begin_inset Tabular
23241 <lyxtabular version="3" rows="3" columns="4">
23242 <features tabularvalignment="middle">
23243 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
23244 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
23245 <column alignment="center" valignment="middle">
23246 <column alignment="center" valignment="middle" special="K{red}">
23247 <row>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 motTrèsLongDansUneCellule
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 multi-colonnes avec multi-lignes
23262 \end_layout
23263
23264 \end_inset
23265 </cell>
23266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23267 \begin_inset Text
23268
23269 \begin_layout Plain Layout
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279 c
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 </row>
23285 <row>
23286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 d
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 e
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23305 \begin_inset Text
23306
23307 \begin_layout Plain Layout
23308 f
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 g
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 </row>
23323 <row>
23324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 h
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 i
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 j
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 k
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 </lyxtabular>
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \begin_layout Subsection
23374 Épaisseur des filets
23375 \begin_inset CommandInset label
23376 LatexCommand label
23377 name "subsec:Epaisseur-filets"
23378
23379 \end_inset
23380
23381
23382 \begin_inset Index idx
23383 status collapsed
23384
23385 \begin_layout Plain Layout
23386 Personnalisation des tableaux ! Épaisseur filets
23387 \end_layout
23388
23389 \end_inset
23390
23391
23392 \end_layout
23393
23394 \begin_layout Standard
23395 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
23396  
23397 \series bold
23398
23399 \backslash
23400 arrayrulewidth
23401 \series default
23402 .
23403  Pour mettre, par exemple, une épaisseur de filet de 1.5
23404 \begin_inset space \thinspace{}
23405 \end_inset
23406
23407 pt, comme pour le tableau
23408 \begin_inset space ~
23409 \end_inset
23410
23411
23412 \begin_inset CommandInset ref
23413 LatexCommand ref
23414 reference "tab:Tableau-filets-1.5pt"
23415
23416 \end_inset
23417
23418 , insérez la commande
23419 \end_layout
23420
23421 \begin_layout Standard
23422
23423 \series bold
23424
23425 \backslash
23426 setlength{
23427 \backslash
23428 arrayrulewidth}{1.5pt}
23429 \end_layout
23430
23431 \begin_layout Standard
23432 en code \SpecialChar TeX
23433  avant le tableau ou le flottant de tableau.
23434  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
23435  suivent.
23436  pour revenir aux valeurs implicites, mettez 
23437 \series bold
23438
23439 \backslash
23440 arrayrulewidth
23441 \series default
23442  à 0.4
23443 \begin_inset space \thinspace{}
23444 \end_inset
23445
23446 pt en utilisant du code \SpecialChar LaTeX
23447  après le tableau ou le flottant de tableau.
23448 \end_layout
23449
23450 \begin_layout Standard
23451 \begin_inset ERT
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455
23456
23457 \backslash
23458 setlength{
23459 \backslash
23460 arrayrulewidth}{1.5pt}
23461 \end_layout
23462
23463 \end_inset
23464
23465
23466 \begin_inset Float table
23467 wide false
23468 sideways false
23469 status open
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Caption Standard
23473
23474 \begin_layout Plain Layout
23475 \begin_inset CommandInset label
23476 LatexCommand label
23477 name "tab:Tableau-filets-1.5pt"
23478
23479 \end_inset
23480
23481 Tableau avec des filets de 1.5
23482 \begin_inset space \thinspace{}
23483 \end_inset
23484
23485 pt
23486 \end_layout
23487
23488 \end_inset
23489
23490
23491 \end_layout
23492
23493 \begin_layout Plain Layout
23494 \align center
23495 \begin_inset Tabular
23496 <lyxtabular version="3" rows="3" columns="3">
23497 <features tabularvalignment="middle">
23498 <column alignment="center" valignment="top">
23499 <column alignment="center" valignment="top">
23500 <column alignment="center" valignment="top">
23501 <row>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 sd
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515
23516 \end_layout
23517
23518 \end_inset
23519 </cell>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 sd
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 sd
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 </row>
23588 </lyxtabular>
23589
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596
23597
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 setlength{
23606 \backslash
23607 arrayrulewidth}{0.4pt}
23608 \end_layout
23609
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \begin_layout Standard
23616 \begin_inset VSpace bigskip
23617 \end_inset
23618
23619 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
23620 \begin_inset space \thinspace{}
23621 \end_inset
23622
23623 pt, comme dans le tableau
23624 \begin_inset space ~
23625 \end_inset
23626
23627
23628 \begin_inset CommandInset ref
23629 LatexCommand ref
23630 reference "tab:Tableau-filets-horizontaux-1.5pt"
23631
23632 \end_inset
23633
23634 , insérez les commandes suivantes en code \SpecialChar TeX
23635  avant le tableau ou le flottant
23636  de tableau :
23637 \end_layout
23638
23639 \begin_layout Standard
23640
23641 \series bold
23642
23643 \backslash
23644 let
23645 \backslash
23646 myHline
23647 \backslash
23648 hline
23649 \begin_inset Newline newline
23650 \end_inset
23651
23652
23653 \backslash
23654 renewcommand{
23655 \backslash
23656 hline}
23657 \begin_inset Newline newline
23658 \end_inset
23659
23660  {
23661 \backslash
23662 noalign{
23663 \backslash
23664 global
23665 \backslash
23666 arrayrulewidth 1.5pt}
23667 \begin_inset Newline newline
23668 \end_inset
23669
23670  
23671 \backslash
23672 myHline
23673 \backslash
23674 noalign{
23675 \backslash
23676 global
23677 \backslash
23678 arrayrulewidth 0.4pt}}
23679 \end_layout
23680
23681 \begin_layout Standard
23682 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
23683  en code \SpecialChar TeX
23684  après le tableau ou le flottant de tableau :
23685 \end_layout
23686
23687 \begin_layout Standard
23688
23689 \series bold
23690
23691 \backslash
23692 renewcommand{
23693 \backslash
23694 hline}{
23695 \backslash
23696 myHline}
23697 \end_layout
23698
23699 \begin_layout Standard
23700 \begin_inset ERT
23701 status collapsed
23702
23703 \begin_layout Plain Layout
23704
23705
23706 \backslash
23707 let
23708 \backslash
23709 myHline
23710 \backslash
23711 hline
23712 \end_layout
23713
23714 \begin_layout Plain Layout
23715
23716
23717 \backslash
23718 renewcommand{
23719 \backslash
23720 hline}
23721 \end_layout
23722
23723 \begin_layout Plain Layout
23724
23725  {
23726 \backslash
23727 noalign{
23728 \backslash
23729 global
23730 \backslash
23731 arrayrulewidth 1.5pt}
23732 \end_layout
23733
23734 \begin_layout Plain Layout
23735
23736   
23737 \backslash
23738 myHline
23739 \backslash
23740 noalign{
23741 \backslash
23742 global
23743 \backslash
23744 arrayrulewidth 0.4pt}}
23745 \end_layout
23746
23747 \end_inset
23748
23749
23750 \begin_inset Float table
23751 wide false
23752 sideways false
23753 status open
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Caption Standard
23757
23758 \begin_layout Plain Layout
23759 \begin_inset CommandInset label
23760 LatexCommand label
23761 name "tab:Tableau-filets-horizontaux-1.5pt"
23762
23763 \end_inset
23764
23765 Tableau avec des filets horizontaux de 1.5
23766 \begin_inset space \thinspace{}
23767 \end_inset
23768
23769 pt
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \begin_layout Plain Layout
23778 \align center
23779 \begin_inset Tabular
23780 <lyxtabular version="3" rows="3" columns="3">
23781 <features tabularvalignment="middle">
23782 <column alignment="center" valignment="top">
23783 <column alignment="center" valignment="top">
23784 <column alignment="center" valignment="top">
23785 <row>
23786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790 sd
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 <row>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 sd
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 sd
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 </lyxtabular>
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \begin_inset ERT
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886
23887
23888 \backslash
23889 renewcommand{
23890 \backslash
23891 hline}{
23892 \backslash
23893 myHline}
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \begin_layout Standard
23902 \begin_inset VSpace bigskip
23903 \end_inset
23904
23905 Pour que seuls les filets verticaux aient une épaisseur de 1.5
23906 \begin_inset space \thinspace{}
23907 \end_inset
23908
23909 pt, créez le format de colonne suivant dans le préambule, en suivant la
23910  description de la section
23911 \begin_inset space ~
23912 \end_inset
23913
23914
23915 \begin_inset CommandInset ref
23916 LatexCommand ref
23917 reference "subsec:Formats-personnalisés"
23918
23919 \end_inset
23920
23921 :
23922 \end_layout
23923
23924 \begin_layout Standard
23925
23926 \series bold
23927
23928 \backslash
23929 newcolumntype{V}{!{
23930 \backslash
23931 vrule width 1.5pt}}
23932 \end_layout
23933
23934 \begin_layout Standard
23935 Pour le tableau
23936 \begin_inset space ~
23937 \end_inset
23938
23939
23940 \begin_inset CommandInset ref
23941 LatexCommand ref
23942 reference "tab:Tableau-filets-verticaux-1.5pt"
23943
23944 \end_inset
23945
23946  le paramètre \SpecialChar LaTeX
23947  
23948 \end_layout
23949
23950 \begin_layout Standard
23951
23952 \series bold
23953 VcV
23954 \end_layout
23955
23956 \begin_layout Standard
23957 a été utilisé pour la dernière colonne et
23958 \end_layout
23959
23960 \begin_layout Standard
23961
23962 \series bold
23963 Vc
23964 \end_layout
23965
23966 \begin_layout Standard
23967 pour les autres colonnes.
23968 \end_layout
23969
23970 \begin_layout Standard
23971 \begin_inset Float table
23972 wide false
23973 sideways false
23974 status open
23975
23976 \begin_layout Plain Layout
23977 \begin_inset Caption Standard
23978
23979 \begin_layout Plain Layout
23980 \begin_inset CommandInset label
23981 LatexCommand label
23982 name "tab:Tableau-filets-verticaux-1.5pt"
23983
23984 \end_inset
23985
23986 Tableau avec des filets verticaux de 1.5
23987 \begin_inset space \thinspace{}
23988 \end_inset
23989
23990 pt 
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Plain Layout
23999 \align center
24000 \begin_inset Tabular
24001 <lyxtabular version="3" rows="3" columns="3">
24002 <features tabularvalignment="middle">
24003 <column alignment="center" valignment="top" special="Vc">
24004 <column alignment="center" valignment="top" special="Vc">
24005 <column alignment="center" valignment="top" special="VcV">
24006 <row>
24007 <cell alignment="center" valignment="top" topline="true" usebox="none">
24008 \begin_inset Text
24009
24010 \begin_layout Plain Layout
24011 sd
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 <cell alignment="center" valignment="top" topline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 </row>
24035 <row>
24036 <cell alignment="center" valignment="top" topline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049 sd
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" topline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087 sd
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 </lyxtabular>
24094
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \begin_layout Subsection
24106 Filets à traits interrompus
24107 \begin_inset Index idx
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111 Personnalisation des tableaux ! Filets à traits interrompus
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Standard
24120 \begin_inset ERT
24121 status collapsed
24122
24123 \begin_layout Plain Layout
24124
24125
24126 \backslash
24127 ifarydshln
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \begin_inset Note Note
24134 status open
24135
24136 \begin_layout Plain Layout
24137 La section suivante ne s'affichera que si vous avez installé le paquetage
24138  \SpecialChar LaTeX
24139  
24140 \series bold
24141 arydshln
24142 \series default
24143 .
24144 \end_layout
24145
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \begin_layout Standard
24152 \begin_inset Float table
24153 placement H
24154 wide false
24155 sideways false
24156 status open
24157
24158 \begin_layout Plain Layout
24159 \begin_inset Caption Standard
24160
24161 \begin_layout Plain Layout
24162 \begin_inset CommandInset label
24163 LatexCommand label
24164 name "tab:Tableau-filets-tirets"
24165
24166 \end_inset
24167
24168 Tableau avec des filets à traits interrompus
24169 \end_layout
24170
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Plain Layout
24177 \align center
24178 \begin_inset Tabular
24179 <lyxtabular version="3" rows="5" columns="5">
24180 <features tabularvalignment="middle">
24181 <column alignment="center" valignment="top">
24182 <column alignment="center" valignment="top">
24183 <column alignment="center" valignment="top" special=":c">
24184 <column alignment="center" valignment="top">
24185 <column alignment="center" valignment="top">
24186 <row>
24187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 a
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 b
24201 \end_layout
24202
24203 \end_inset
24204 </cell>
24205 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209 c
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218 d
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227 e
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 </row>
24233 <row>
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 f
24239 \end_layout
24240
24241 \end_inset
24242 </cell>
24243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24244 \begin_inset Text
24245
24246 \begin_layout Plain Layout
24247 g
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256 h
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265 i
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274 j
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 </row>
24280 <row>
24281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285 \begin_inset ERT
24286 status collapsed
24287
24288 \begin_layout Plain Layout
24289
24290
24291 \backslash
24292 hdashline 
24293 \end_layout
24294
24295 \end_inset
24296
24297 k
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 l
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 m
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 n
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333 o
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 \begin_inset ERT
24345 status collapsed
24346
24347 \begin_layout Plain Layout
24348
24349
24350 \backslash
24351 cdashline{4-5}
24352 \end_layout
24353
24354 \end_inset
24355
24356 p
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365 q
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374 r
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383 s
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 </row>
24398 <row>
24399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403 t
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 u
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421 v
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 w
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439 x
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 </row>
24445 </lyxtabular>
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Standard
24458 \SpecialChar LyX
24459  ne gère pas de façon native les filets à lignes interrompues, vous devez
24460  donc employer du code \SpecialChar TeX
24461 .
24462  Mais avant il faut charger le paquetage \SpecialChar LaTeX
24463  
24464 \series bold
24465 arydshln
24466 \series default
24467
24468 \begin_inset Index idx
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472 Paquetages \SpecialChar LaTeX
24473  ! arydshln
24474 \end_layout
24475
24476 \end_inset
24477
24478  dans le préambule du document avec la commande 
24479 \end_layout
24480
24481 \begin_layout Standard
24482
24483 \series bold
24484
24485 \backslash
24486 usepackage{arydshln}
24487 \end_layout
24488
24489 \begin_layout Standard
24490 Pour faire un filet vertical avec un trait interrompu, mettez deux points
24491  
24492 \begin_inset Quotes cld
24493 \end_inset
24494
24495 :
24496 \begin_inset Quotes crd
24497 \end_inset
24498
24499  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
24500  dans
24501  la fenêtre de dialogue de paramètre du tableau.
24502 \end_layout
24503
24504 \begin_layout Standard
24505 Pour un trait horizontal interrompu, ajoutez la commande
24506 \end_layout
24507
24508 \begin_layout Standard
24509
24510 \series bold
24511
24512 \backslash
24513 hdashline
24514 \end_layout
24515
24516 \begin_layout Standard
24517 en code \SpecialChar TeX
24518  comme premier élément de la première cellule de la ligne de tableau.
24519 \end_layout
24520
24521 \begin_layout Standard
24522 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
24523  commande 
24524 \end_layout
24525
24526 \begin_layout Standard
24527
24528 \series bold
24529
24530 \backslash
24531 cdashline{
24532 \series default
24533 numéros de colonnes}
24534 \end_layout
24535
24536 \begin_layout Standard
24537 en code \SpecialChar TeX
24538  comme premier élément de la première cellule de la ligne.
24539  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
24540  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
24541 \end_layout
24542
24543 \begin_layout Standard
24544
24545 \series bold
24546
24547 \backslash
24548 cdashline{2-4}
24549 \end_layout
24550
24551 \begin_layout Standard
24552 comme premier élément de la première cellule de la ligne contenant la multi-colo
24553 nnes.
24554 \end_layout
24555
24556 \begin_layout Standard
24557 \begin_inset VSpace bigskip
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \begin_layout Standard
24564 Le tableau
24565 \begin_inset space ~
24566 \end_inset
24567
24568
24569 \begin_inset CommandInset ref
24570 LatexCommand ref
24571 reference "tab:Tableau-filets-tirets"
24572
24573 \end_inset
24574
24575  a été créé en utilisant 
24576 \begin_inset Quotes cld
24577 \end_inset
24578
24579
24580 \series bold
24581 :c
24582 \series default
24583
24584 \begin_inset Quotes crd
24585 \end_inset
24586
24587  comme paramètre \SpecialChar LaTeX
24588  pour la troisième colonne.
24589  La commande en code \SpecialChar TeX
24590  
24591 \series bold
24592
24593 \backslash
24594 hdashline
24595 \series default
24596  a été insérée dans la première cellule de la troisième ligne et la commande
24597  en code \SpecialChar TeX
24598  
24599 \series bold
24600
24601 \backslash
24602 cdashline{4-5}
24603 \series default
24604  a été insérée dans la première cellule de la quatrième ligne.
24605 \end_layout
24606
24607 \begin_layout Standard
24608 \begin_inset VSpace bigskip
24609 \end_inset
24610
24611 Les filets interrompus peuvent également colorés comme indiqué tableau
24612 \begin_inset space ~
24613 \end_inset
24614
24615
24616 \begin_inset CommandInset ref
24617 LatexCommand ref
24618 reference "tab:Colored-table-with"
24619
24620 \end_inset
24621
24622 .
24623 \end_layout
24624
24625 \begin_layout Standard
24626 \begin_inset ERT
24627 status collapsed
24628
24629 \begin_layout Plain Layout
24630
24631
24632 \backslash
24633 setlength{
24634 \backslash
24635 arrayrulewidth}{1pt}
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \begin_inset Note Note
24642 status collapsed
24643
24644 \begin_layout Plain Layout
24645 filets épaissis pour un meilleur affichage de la couleur du file
24646 \lang english
24647 t
24648 \end_layout
24649
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \begin_layout Standard
24656 \begin_inset ERT
24657 status collapsed
24658
24659 \begin_layout Plain Layout
24660
24661
24662 \backslash
24663 dashgapcolor{green}
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \begin_inset Note Note
24670 status collapsed
24671
24672 \begin_layout Plain Layout
24673 espaces entre les tirets en vert
24674 \end_layout
24675
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \begin_layout Standard
24682 \begin_inset ERT
24683 status collapsed
24684
24685 \begin_layout Plain Layout
24686
24687
24688 \backslash
24689 let
24690 \backslash
24691 myHdashline
24692 \backslash
24693 hdashline
24694 \end_layout
24695
24696 \begin_layout Plain Layout
24697
24698
24699 \backslash
24700 renewcommand{
24701 \backslash
24702 hdashline}
24703 \end_layout
24704
24705 \begin_layout Plain Layout
24706
24707  {
24708 \backslash
24709 arrayrulecolor{red}
24710 \backslash
24711 myHdashline
24712 \backslash
24713 arrayrulecolor{black}}
24714 \end_layout
24715
24716 \end_inset
24717
24718
24719 \begin_inset Note Note
24720 status collapsed
24721
24722 \begin_layout Plain Layout
24723 filets interrompus horizontaux en rouge
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Standard
24732 \begin_inset ERT
24733 status collapsed
24734
24735 \begin_layout Plain Layout
24736
24737
24738 \backslash
24739 let
24740 \backslash
24741 myCdashline
24742 \backslash
24743 cdashline
24744 \end_layout
24745
24746 \begin_layout Plain Layout
24747
24748
24749 \backslash
24750 renewcommand{
24751 \backslash
24752 cdashline}[1]
24753 \end_layout
24754
24755 \begin_layout Plain Layout
24756
24757  {
24758 \backslash
24759 arrayrulecolor{yellow}
24760 \backslash
24761 myCdashline{#1}
24762 \backslash
24763 arrayrulecolor{black}}
24764 \end_layout
24765
24766 \end_inset
24767
24768
24769 \begin_inset Note Note
24770 status collapsed
24771
24772 \begin_layout Plain Layout
24773 filets interrompus horizontaux en jaune, partiellement
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \begin_layout Standard
24782 \begin_inset Float table
24783 placement h
24784 wide false
24785 sideways false
24786 status open
24787
24788 \begin_layout Plain Layout
24789 \begin_inset Caption Standard
24790
24791 \begin_layout Plain Layout
24792 \begin_inset CommandInset label
24793 LatexCommand label
24794 name "tab:Colored-table-with"
24795
24796 \end_inset
24797
24798 Tableau coloré avec filets interropus
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Plain Layout
24807 \align center
24808 \begin_inset Tabular
24809 <lyxtabular version="3" rows="5" columns="5">
24810 <features tabularvalignment="middle">
24811 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
24812 <column alignment="center" valignment="top" width="0pt">
24813 <column alignment="center" valignment="top" width="0pt" special=":c">
24814 <column alignment="center" valignment="top">
24815 <column alignment="center" valignment="top">
24816 <row>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821 a
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830 b
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839 c
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848 d
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857 e
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 </row>
24863 <row>
24864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 f
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877 g
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" topline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 h
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 i
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904 j
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 </row>
24910 <row>
24911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 \begin_inset ERT
24916 status collapsed
24917
24918 \begin_layout Plain Layout
24919
24920
24921 \backslash
24922 hdashline 
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \begin_inset ERT
24929 status collapsed
24930
24931 \begin_layout Plain Layout
24932
24933
24934 \backslash
24935 rowcolor{Gray}
24936 \end_layout
24937
24938 \end_inset
24939
24940 k
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 l
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 m
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967 n
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976 o
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 </row>
24982 <row>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987 \begin_inset ERT
24988 status collapsed
24989
24990 \begin_layout Plain Layout
24991
24992
24993 \backslash
24994 cdashline{4-5}
24995 \end_layout
24996
24997 \end_inset
24998
24999 p
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 q
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017 r
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026 s
25027 \end_layout
25028
25029 \end_inset
25030 </cell>
25031 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 </row>
25041 <row>
25042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 t
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055 u
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064 v
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073 w
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082 \begin_inset ERT
25083 status collapsed
25084
25085 \begin_layout Plain Layout
25086
25087
25088 \backslash
25089 cellcolor{Maroon}
25090 \end_layout
25091
25092 \end_inset
25093
25094 i
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 </row>
25100 </lyxtabular>
25101
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 \begin_inset ERT
25114 status collapsed
25115
25116 \begin_layout Plain Layout
25117
25118
25119 \backslash
25120 renewcommand{
25121 \backslash
25122 hdashline}{
25123 \backslash
25124 myHdashline}
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \lang english
25131
25132 \begin_inset Note Note
25133 status collapsed
25134
25135 \begin_layout Plain Layout
25136 retour à la valeur implicite
25137 \end_layout
25138
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \begin_layout Standard
25145 \begin_inset ERT
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149
25150
25151 \backslash
25152 renewcommand{
25153 \backslash
25154 cdashline}{
25155 \backslash
25156 myCdashline}
25157 \end_layout
25158
25159 \end_inset
25160
25161
25162 \lang english
25163
25164 \begin_inset Note Note
25165 status collapsed
25166
25167 \begin_layout Plain Layout
25168 retour à la valeur implicite
25169 \end_layout
25170
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \begin_layout Standard
25177 \begin_inset ERT
25178 status collapsed
25179
25180 \begin_layout Plain Layout
25181
25182
25183 \backslash
25184 nodashgapcolor
25185 \end_layout
25186
25187 \end_inset
25188
25189
25190 \lang english
25191
25192 \begin_inset Note Note
25193 status collapsed
25194
25195 \begin_layout Plain Layout
25196 retour à la valeur implicite
25197 \end_layout
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \begin_layout Standard
25205 \begin_inset ERT
25206 status collapsed
25207
25208 \begin_layout Plain Layout
25209
25210
25211 \backslash
25212 setlength{
25213 \backslash
25214 arrayrulewidth}{0.4pt}
25215 \end_layout
25216
25217 \end_inset
25218
25219
25220 \lang english
25221
25222 \begin_inset Note Note
25223 status collapsed
25224
25225 \begin_layout Plain Layout
25226 retour à la valeur implicite
25227 \end_layout
25228
25229 \end_inset
25230
25231
25232 \end_layout
25233
25234 \begin_layout Standard
25235 La coloration des lignes, des colonnes et des filets fonctionne comme il
25236  est décrit section
25237 \begin_inset space ~
25238 \end_inset
25239
25240
25241 \begin_inset CommandInset ref
25242 LatexCommand ref
25243 reference "sec:Tableaux-Colorés"
25244
25245 \end_inset
25246
25247 .
25248  Coloret les filets horizontaux fonctionne de manière analogue comme il
25249  est décrit ici, il suffit de remplacer la commande 
25250 \series bold
25251
25252 \backslash
25253 myHlineC
25254 \series default
25255  par 
25256 \series bold
25257
25258 \backslash
25259 myHdashline
25260 \series default
25261  et la commande 
25262 \backslash
25263
25264 \series bold
25265 hlinepar
25266 \series default
25267  
25268 \series bold
25269
25270 \backslash
25271 hdashline
25272 \series default
25273 .
25274  On utilise donc les commandes:
25275 \end_layout
25276
25277 \begin_layout Standard
25278
25279 \series bold
25280
25281 \backslash
25282 let
25283 \backslash
25284 myHdashline
25285 \backslash
25286 hdashline
25287 \begin_inset Newline newline
25288 \end_inset
25289
25290
25291 \backslash
25292 renewcommand{
25293 \backslash
25294 hdashline}
25295 \begin_inset Newline newline
25296 \end_inset
25297
25298
25299 \begin_inset Phantom HPhantom
25300 status open
25301
25302 \begin_layout Plain Layout
25303 \begin_inset space ~
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \end_inset
25310
25311 {
25312 \backslash
25313 arrayrulecolor{red}
25314 \backslash
25315 myHdashline
25316 \backslash
25317 arrayrulecolor{black}}
25318 \end_layout
25319
25320 \begin_layout Standard
25321 Pour colorer 
25322 \series bold
25323
25324 \backslash
25325 cdashline
25326 \series default
25327 , la commande est:
25328 \end_layout
25329
25330 \begin_layout Standard
25331
25332 \series bold
25333
25334 \backslash
25335 let
25336 \backslash
25337 myCdashline
25338 \backslash
25339 cdashline
25340 \begin_inset Newline newline
25341 \end_inset
25342
25343
25344 \backslash
25345 renewcommand{
25346 \backslash
25347 cdashline}[1]
25348 \begin_inset Newline newline
25349 \end_inset
25350
25351
25352 \begin_inset Phantom HPhantom
25353 status open
25354
25355 \begin_layout Plain Layout
25356 \begin_inset space ~
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \end_inset
25363
25364 {
25365 \backslash
25366 arrayrulecolor{red}
25367 \backslash
25368 myCdashline{#1}
25369 \backslash
25370 arrayrulecolor{black}}
25371 \end_layout
25372
25373 \begin_layout Standard
25374 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
25375  code \SpecialChar TeX
25376  après le tableau,
25377 \end_layout
25378
25379 \begin_layout Standard
25380 pour 
25381 \series bold
25382
25383 \backslash
25384 hdashline:
25385 \end_layout
25386
25387 \begin_layout Standard
25388
25389 \series bold
25390
25391 \backslash
25392 renewcommand{
25393 \backslash
25394 hdashline}{
25395 \backslash
25396 myHdashline}
25397 \end_layout
25398
25399 \begin_layout Standard
25400 et pour 
25401 \series bold
25402
25403 \backslash
25404 cdashline
25405 \end_layout
25406
25407 \begin_layout Standard
25408
25409 \series bold
25410
25411 \backslash
25412 renewcommand{
25413 \backslash
25414 cdashline}{
25415 \backslash
25416 myCdashline}
25417 \end_layout
25418
25419 \begin_layout Standard
25420 Pour colorer les espaces entre les tirets la commande
25421 \end_layout
25422
25423 \begin_layout Standard
25424
25425 \series bold
25426
25427 \backslash
25428 dashgapcolor{couleur}
25429 \end_layout
25430
25431 \begin_layout Standard
25432 peut être insérée en code \SpecialChar TeX
25433  avant un tableau.
25434  
25435 \series bold
25436 couleur
25437 \series default
25438  est ici le nom d'une couleur définie précédemment.
25439  La commande
25440 \end_layout
25441
25442 \begin_layout Standard
25443
25444 \series bold
25445
25446 \backslash
25447 nodashgapcolor
25448 \end_layout
25449
25450 \begin_layout Standard
25451 annule les changements induits par 
25452 \series bold
25453
25454 \backslash
25455 dashgapcolor
25456 \series default
25457 .
25458 \end_layout
25459
25460 \begin_layout Standard
25461 \begin_inset Note Greyedout
25462 status open
25463
25464 \begin_layout Plain Layout
25465
25466 \series bold
25467 Not
25468 \series default
25469 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
25470  de 
25471 \series bold
25472 arydshln
25473 \series default
25474  en premier.
25475  Donc dans la cellule 
25476 \emph on
25477 k
25478 \emph default
25479  du tableau
25480 \begin_inset space ~
25481 \end_inset
25482
25483
25484 \begin_inset CommandInset ref
25485 LatexCommand ref
25486 reference "tab:Colored-table-with"
25487
25488 \end_inset
25489
25490  , la commande 
25491 \series bold
25492
25493 \backslash
25494 hdashline
25495 \series default
25496  est placée avant 
25497 \series bold
25498
25499 \backslash
25500 rowcolor
25501 \series default
25502 .
25503 \end_layout
25504
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \begin_layout Standard
25511 \begin_inset Note Greyedout
25512 status open
25513
25514 \begin_layout Plain Layout
25515
25516 \series bold
25517 Nota:
25518 \series default
25519  le paquetage \SpecialChar LaTeX
25520  
25521 \series bold
25522 arydshln
25523 \series default
25524  doit être chargé dans le préambule 
25525 \emph on
25526 avant
25527 \emph default
25528  le paquetage 
25529 \series bold
25530 colortbl
25531 \series default
25532
25533 \begin_inset Index idx
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537 Paquetages \SpecialChar LaTeX
25538  ! colortbl
25539 \end_layout
25540
25541 \end_inset
25542
25543 .
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552 \begin_inset ERT
25553 status collapsed
25554
25555 \begin_layout Plain Layout
25556
25557
25558 \backslash
25559 else
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \begin_inset Note Note
25566 status open
25567
25568 \begin_layout Plain Layout
25569 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
25570  
25571 \series bold
25572 arydshln
25573 \series default
25574  n'est pas installé :
25575 \end_layout
25576
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \begin_layout Standard
25583 Vous devez installer le paquetage \SpecialChar LaTeX
25584  
25585 \series bold
25586 arydshln
25587 \series default
25588  pour voir le contenu des cette section dans la sortie imprimée.
25589 \end_layout
25590
25591 \begin_layout Standard
25592 \begin_inset ERT
25593 status collapsed
25594
25595 \begin_layout Plain Layout
25596
25597
25598 \backslash
25599 fi
25600 \end_layout
25601
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Standard
25608 Pour les détails concernant les filets colorés, voir la documentation du
25609  paquetage 
25610 \series bold
25611 arydshln
25612 \series default
25613
25614 \begin_inset CommandInset citation
25615 LatexCommand cite
25616 key "arydshln"
25617 literal "true"
25618
25619 \end_inset
25620
25621 .
25622 \end_layout
25623
25624 \begin_layout Chapter
25625 Flottants
25626 \begin_inset CommandInset label
25627 LatexCommand label
25628 name "chap:Flottants"
25629
25630 \end_inset
25631
25632
25633 \begin_inset Index idx
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637 Flottants
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \begin_layout Section
25646 Introduction
25647 \begin_inset CommandInset label
25648 LatexCommand label
25649 name "sec:Flottants-Introduction"
25650
25651 \end_inset
25652
25653
25654 \begin_inset Index idx
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658 Flottants ! Introduction
25659 \end_layout
25660
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \begin_layout Standard
25667 Un flottant est une portion de document, qui peut être associé à une étiquette
25668  et dont la position n'est pas fixée.
25669  Il peut 
25670 \begin_inset Quotes cld
25671 \end_inset
25672
25673 flotter
25674 \begin_inset Quotes crd
25675 \end_inset
25676
25677  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
25678  plus approprié.
25679  Les 
25680 \family sans
25681 Notes
25682 \begin_inset space ~
25683 \end_inset
25684
25685 en
25686 \begin_inset space ~
25687 \end_inset
25688
25689 Bas
25690 \begin_inset space ~
25691 \end_inset
25692
25693 de
25694 \begin_inset space ~
25695 \end_inset
25696
25697 Page
25698 \family default
25699  et le 
25700 \family sans
25701 Notes
25702 \begin_inset space ~
25703 \end_inset
25704
25705 en
25706 \begin_inset space ~
25707 \end_inset
25708
25709 Marge
25710 \family default
25711  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
25712  sur la page suivante quand il y a trop de notes sur la page courante.
25713 \end_layout
25714
25715 \begin_layout Standard
25716 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
25717  très grande qualité.
25718  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
25719  éviter des lignes blanches ou des pages sans texte.
25720  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
25721  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
25722  le texte.
25723  Les flottants sont donc numérotés.
25724  Les références croisées sont décrites dans la section
25725 \begin_inset space ~
25726 \end_inset
25727
25728
25729 \begin_inset CommandInset ref
25730 LatexCommand ref
25731 reference "sec:Referencer-les-Flottants"
25732
25733 \end_inset
25734
25735 .
25736 \end_layout
25737
25738 \begin_layout Standard
25739 Pour insérer un flottant, on utilise un des sous menus du menu 
25740 \family sans
25741 Insertion\SpecialChar menuseparator
25742 Flottant
25743 \family default
25744  (barre d'outils 
25745 \begin_inset Info
25746 type  "icon"
25747 arg   "float-insert figure"
25748 \end_inset
25749
25750  ou 
25751 \begin_inset Info
25752 type  "icon"
25753 arg   "float-insert table"
25754 \end_inset
25755
25756 ).
25757  Une boîte va être insérée dans votre document avec par exemple une étiquette
25758  du genre 
25759 \begin_inset Quotes cld
25760 \end_inset
25761
25762 Figure
25763 \begin_inset space ~
25764 \end_inset
25765
25766 #:
25767 \begin_inset Quotes crd
25768 \end_inset
25769
25770  (où # est un numéro).
25771  L'étiquette est automatiquement traduite dans la langue du document dans
25772  la sortie finale.
25773  Après l'étiquette vous pouvez insérer du texte comme légende.
25774  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
25775  séparé, à l'intérieur du flottant.
25776  Vous trouverez plus de détails sur le positionnement des légendes dans
25777  la section
25778 \begin_inset space ~
25779 \end_inset
25780
25781
25782 \begin_inset CommandInset ref
25783 LatexCommand ref
25784 reference "sec:Placement-légende"
25785
25786 \end_inset
25787
25788 .
25789  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
25790 , vous pouvez fermer
25791  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
25792  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
25793  Une boîte de flottant fermée ressemble à ceci : 
25794 \begin_inset Graphics
25795         filename clipart/float.png
25796         scale 95
25797
25798 \end_inset
25799
25800  – une case grise avec un texte rouge.
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Il est recommandé d'insérer les flottants comme des paragraphes séparés
25805  pour éviter des erreurs avec \SpecialChar LaTeX
25806 , quand le texte qui entoure le flottant est
25807  formaté de façon particulière.
25808 \end_layout
25809
25810 \begin_layout Section
25811 Les types de flottants
25812 \end_layout
25813
25814 \begin_layout Standard
25815 En plus des flottants de figures et de tableau qui sont décrits respectivement
25816  dans les sections
25817 \begin_inset space ~
25818 \end_inset
25819
25820
25821 \begin_inset CommandInset ref
25822 LatexCommand ref
25823 reference "sec:Figure-Floats"
25824
25825 \end_inset
25826
25827  et 
25828 \begin_inset CommandInset ref
25829 LatexCommand ref
25830 reference "sec:Table-Floats"
25831
25832 \end_inset
25833
25834 , \SpecialChar LyX
25835  offre aussi les types 
25836 \family sans
25837 Algorithme
25838 \family default
25839  et 
25840 \family sans
25841 Enrobage
25842 \family default
25843 .
25844  Ces derniers sont expliques dans la section
25845 \begin_inset space \thinspace{}
25846 \end_inset
25847
25848
25849 \begin_inset CommandInset ref
25850 LatexCommand ref
25851 reference "sec:Flottant-d'enrobage"
25852
25853 \end_inset
25854
25855 .
25856 \end_layout
25857
25858 \begin_layout Subsection
25859 Flottant d'algorithme
25860 \begin_inset Index idx
25861 status collapsed
25862
25863 \begin_layout Plain Layout
25864 Flottants ! Algorithmes
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \begin_layout Standard
25873 \begin_inset Float algorithm
25874 placement h
25875 wide false
25876 sideways false
25877 status open
25878
25879 \begin_layout Plain Layout
25880 \begin_inset Caption Standard
25881
25882 \begin_layout Plain Layout
25883 \begin_inset CommandInset label
25884 LatexCommand label
25885 name "alg:Exemple-Flottant-Algorithme"
25886
25887 \end_inset
25888
25889 Exemple de flottant d'algorithme
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \begin_layout LyX-Code
25898 for I in 1..N loop
25899 \begin_inset Newline newline
25900 \end_inset
25901
25902  Sum:= Sum + A(I); /*comment*/
25903 \begin_inset Newline newline
25904 \end_inset
25905
25906 end loop
25907 \begin_inset VSpace -4mm
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \begin_layout Standard
25919 Ce type de flottant est inséré à l'aide du menu 
25920 \family sans
25921 Insertion\SpecialChar menuseparator
25922 Flottant\SpecialChar menuseparator
25923 Algorithme
25924 \family default
25925 .
25926  Il peut être utilisé pour des morceaux de code source ou des descriptions
25927  d'algorithmes et peut être utilisé comme une alternative au listing de
25928  code source qui est décrit au chapitre
25929 \begin_inset space ~
25930 \end_inset
25931
25932
25933 \begin_inset CommandInset ref
25934 LatexCommand ref
25935 reference "cha:Program-Code-Listings"
25936
25937 \end_inset
25938
25939 .
25940  Vous pouvez par exemple utiliser l'environnement Code
25941 \begin_inset space ~
25942 \end_inset
25943
25944 \SpecialChar LyX
25945  qui est décrit dans le 
25946 \emph on
25947 Guide
25948 \emph default
25949
25950 \begin_inset space ~
25951 \end_inset
25952
25953
25954 \emph on
25955 de
25956 \begin_inset space ~
25957 \end_inset
25958
25959 l'Utilisateur
25960 \emph default
25961  de \SpecialChar LyX
25962 .
25963  l'algorithme
25964 \begin_inset space ~
25965 \end_inset
25966
25967
25968 \begin_inset CommandInset ref
25969 LatexCommand ref
25970 reference "alg:Exemple-Flottant-Algorithme"
25971
25972 \end_inset
25973
25974  est un exemple de flottant d'algorithme où un espace vertical de -4
25975 \begin_inset space \thinspace{}
25976 \end_inset
25977
25978 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
25979  soit placée exactement sous le texte de la dernière ligne.
25980 \end_layout
25981
25982 \begin_layout Standard
25983 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
25984  du document.
25985  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
25986 ent en ajoutant la ligne suivante dans le préambule de votre document :
25987 \end_layout
25988
25989 \begin_layout Standard
25990
25991 \series bold
25992
25993 \backslash
25994 floatname{algorithm}{votre
25995 \begin_inset space ~
25996 \end_inset
25997
25998 nom}
25999 \end_layout
26000
26001 \begin_layout Standard
26002
26003 \family sans
26004  votre
26005 \begin_inset space ~
26006 \end_inset
26007
26008 nom
26009 \family default
26010  est le mot 
26011 \begin_inset Quotes cld
26012 \end_inset
26013
26014
26015 \emph on
26016 algorithme
26017 \emph default
26018
26019 \begin_inset Quotes crd
26020 \end_inset
26021
26022  dans votre langue.
26023 \end_layout
26024
26025 \begin_layout Standard
26026 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
26027 \family sans
26028 Insertion\SpecialChar menuseparator
26029 Listes
26030 \begin_inset space ~
26031 \end_inset
26032
26033 &
26034 \begin_inset space ~
26035 \end_inset
26036
26037 TdM\SpecialChar menuseparator
26038 Liste
26039 \begin_inset space ~
26040 \end_inset
26041
26042 des
26043 \begin_inset space ~
26044 \end_inset
26045
26046 algorithmes
26047 \family default
26048  si votre document est en la même langue que les menus de \SpecialChar LyX
26049 .
26050  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
26051  en code \SpecialChar TeX
26052  à la place:
26053 \end_layout
26054
26055 \begin_layout Standard
26056
26057 \series bold
26058
26059 \backslash
26060 listof{algorithm}{votre
26061 \begin_inset space ~
26062 \end_inset
26063
26064 nom}
26065 \end_layout
26066
26067 \begin_layout Standard
26068 où 
26069 \family sans
26070 votre
26071 \begin_inset space ~
26072 \end_inset
26073
26074 nom
26075 \family default
26076  est la traduction de 
26077 \begin_inset Quotes cld
26078 \end_inset
26079
26080
26081 \emph on
26082 List of Algorithm
26083 \emph default
26084 s
26085 \begin_inset Quotes crd
26086 \end_inset
26087
26088  dans votre langue.
26089 \end_layout
26090
26091 \begin_layout Standard
26092 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
26093  le schéma 
26094 \begin_inset Quotes cld
26095 \end_inset
26096
26097 chapitre.algorithme
26098 \begin_inset Quotes crd
26099 \end_inset
26100
26101  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
26102  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
26103  commande dans le préambule de votre document :
26104 \end_layout
26105
26106 \begin_layout Standard
26107
26108 \series bold
26109
26110 \backslash
26111 numberwithin{algorithm}{chapter}
26112 \end_layout
26113
26114 \begin_layout Standard
26115 Pour pouvoir utiliser la commande 
26116 \series bold
26117
26118 \backslash
26119 numberwithin
26120 \series default
26121 , activez l'option 
26122 \family sans
26123 Utiliser
26124 \begin_inset space ~
26125 \end_inset
26126
26127 le
26128 \begin_inset space ~
26129 \end_inset
26130
26131 paquetage
26132 \begin_inset space ~
26133 \end_inset
26134
26135 AMS
26136 \begin_inset space ~
26137 \end_inset
26138
26139 math
26140 \family default
26141  dans la rubrique 
26142 \family sans
26143 Options
26144 \begin_inset space ~
26145 \end_inset
26146
26147 des
26148 \begin_inset space ~
26149 \end_inset
26150
26151 Maths
26152 \family default
26153  de la fenêtre de dialogue 
26154 \family sans
26155 Paramètres
26156 \begin_inset space ~
26157 \end_inset
26158
26159 du
26160 \begin_inset space ~
26161 \end_inset
26162
26163 Document
26164 \family default
26165 .
26166 \end_layout
26167
26168 \begin_layout Section
26169 Numérotation des flottants
26170 \begin_inset Index idx
26171 status collapsed
26172
26173 \begin_layout Plain Layout
26174 Flottants ! Numérotation
26175 \end_layout
26176
26177 \end_inset
26178
26179
26180 \end_layout
26181
26182 \begin_layout Standard
26183 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
26184  ils se trouvent, soit en utilisant un format du genre 
26185 \begin_inset Quotes cld
26186 \end_inset
26187
26188 chapitre.numéro
26189 \begin_inset Quotes crd
26190 \end_inset
26191
26192  ou 
26193 \begin_inset Quotes cld
26194 \end_inset
26195
26196 section.numéro
26197 \begin_inset Quotes crd
26198 \end_inset
26199
26200 .
26201  Cela dépend de la classe de document utilisée.
26202 \end_layout
26203
26204 \begin_layout Standard
26205 Pour changer le format de la numérotation qui ne dépend pas de la section
26206  dans laquelle on se trouve, on peut utiliser la commande suivante dans
26207  le préambule du document :
26208 \end_layout
26209
26210 \begin_layout Standard
26211
26212 \series bold
26213
26214 \backslash
26215 renewcommand{
26216 \backslash
26217 thetable}{
26218 \backslash
26219 roman{table}}
26220 \end_layout
26221
26222 \begin_layout Standard
26223
26224 \series bold
26225
26226 \backslash
26227 thetable
26228 \series default
26229  est la commande qui imprime le numéro du tableau, pour les figures, la
26230  commande serait 
26231 \series bold
26232
26233 \backslash
26234 thefigure
26235 \series default
26236 .
26237  La commande 
26238 \series bold
26239
26240 \backslash
26241 roman
26242 \series default
26243  utilisée dans la commande précédente, imprime le numéro du tableau sous
26244  forme de petits chiffres romains.
26245 \end_layout
26246
26247 \begin_layout Standard
26248 Pour changer le type de numérotation pour par exemple 
26249 \begin_inset Quotes cld
26250 \end_inset
26251
26252 sous-section.numéro
26253 \begin_inset Quotes crd
26254 \end_inset
26255
26256 , utilisez la commande suivante dans le préambule du document :
26257 \end_layout
26258
26259 \begin_layout Standard
26260
26261 \series bold
26262
26263 \backslash
26264 numberwithin{table}{subsection}
26265 \end_layout
26266
26267 \begin_layout Standard
26268 Pour pouvoir utiliser la commande 
26269 \series bold
26270
26271 \backslash
26272 numberwithin
26273 \series default
26274 , vous devez activer l'option 
26275 \family sans
26276 Utiliser
26277 \begin_inset space ~
26278 \end_inset
26279
26280 le
26281 \begin_inset space ~
26282 \end_inset
26283
26284 paquetage
26285 \begin_inset space ~
26286 \end_inset
26287
26288 maths
26289 \begin_inset space ~
26290 \end_inset
26291
26292 AMS
26293 \family default
26294  dans la rubrique 
26295 \family sans
26296 Options
26297 \begin_inset space ~
26298 \end_inset
26299
26300 des
26301 \begin_inset space ~
26302 \end_inset
26303
26304 Maths
26305 \family default
26306  de la fenêtre de dialogue 
26307 \family sans
26308 Paramètres
26309 \family default
26310  du document.
26311 \end_layout
26312
26313 \begin_layout Standard
26314 Veuillez aussi jeter un coup d'œil à la section
26315 \begin_inset space ~
26316 \end_inset
26317
26318
26319 \begin_inset CommandInset ref
26320 LatexCommand ref
26321 reference "subsec:Numerotation-notes-bas-de-page"
26322
26323 \end_inset
26324
26325  pour plus de détails et des notes importantes sur les commandes de numérotation.
26326 \end_layout
26327
26328 \begin_layout Section
26329 Faire référence à des flottants
26330 \begin_inset CommandInset label
26331 LatexCommand label
26332 name "sec:Referencer-les-Flottants"
26333
26334 \end_inset
26335
26336
26337 \begin_inset Index idx
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341 Flottants ! Références
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \begin_inset Index idx
26348 status collapsed
26349
26350 \begin_layout Plain Layout
26351 References@Références ! à des Flottants 
26352 \end_layout
26353
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \begin_layout Standard
26360 Pour faire référence à un flottant, insérez une étiquette dans sa légende
26361  en utilisant le menu 
26362 \family sans
26363 Insertion\SpecialChar menuseparator
26364 Étiquette
26365 \family default
26366  ou le bouton 
26367 \begin_inset Info
26368 type  "icon"
26369 arg   "label-insert"
26370 \end_inset
26371
26372  de la barre d'outils.
26373  Une boîte grise de ce genre : 
26374 \begin_inset Graphics
26375         filename clipart/label.png
26376         scaleBeforeRotation
26377
26378 \end_inset
26379
26380  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
26381  de saisir le texte de l'étiquette.
26382  \SpecialChar LyX
26383  propose comme texte pour l'étiquette les premiers mots de la légendes
26384  précédés d'un préfixe.
26385  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
26386  préfixe sera 
26387 \begin_inset Quotes cld
26388 \end_inset
26389
26390
26391 \family sans
26392 fig:
26393 \family default
26394
26395 \begin_inset Quotes crd
26396 \end_inset
26397
26398 .
26399 \end_layout
26400
26401 \begin_layout Standard
26402 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
26403  Vous pouvez faire référence à cette étiquette en utilisant le menu 
26404 \family sans
26405 Insertion\SpecialChar menuseparator
26406 Référence
26407 \begin_inset space ~
26408 \end_inset
26409
26410 Croisée
26411 \family default
26412  ou le bouton 
26413 \begin_inset Info
26414 type  "icon"
26415 arg   "dialog-show-new-inset ref"
26416 \end_inset
26417
26418  de la barre d'outils.
26419  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
26420  définies dans votre document.
26421  Si vous avez plusieurs documents \SpecialChar LyX
26422  ouverts, vous pouvez choisir celui que
26423  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
26424  la fenêtre de dialogue.
26425  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
26426  une.
26427  Une boîte grise de référence croisée comme celle-ci : 
26428 \begin_inset Graphics
26429         filename clipart/reference.png
26430         scaleBeforeRotation
26431
26432 \end_inset
26433
26434  va être insérée.
26435  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
26436  de la référence croisée.
26437 \end_layout
26438
26439 \begin_layout Standard
26440 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
26441  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
26442  les deux.
26443  Si une référence croisées fait référence à une étiquette qui n'existe pas,
26444  vous verrez deux points d'interrogation dans la sortie imprimée à la place
26445  du numéro de la référence.
26446 \end_layout
26447
26448 \begin_layout Standard
26449 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
26450  Les références vers l'étiquette modifiée seront mise à jour automatiquement
26451  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
26452  pas à vous en préoccuper.
26453 \end_layout
26454
26455 \begin_layout Standard
26456 Le bouton 
26457 \family sans
26458 Aller
26459 \begin_inset space ~
26460 \end_inset
26461
26462 à
26463 \begin_inset space ~
26464 \end_inset
26465
26466 l'étiquette
26467 \family default
26468  dans la fenêtre de référence croisée va positionner le curseur juste devant
26469  l'étiquette à laquelle on fait référence.
26470  Le nom du bouton bouton 
26471 \family sans
26472 Revenir
26473 \family default
26474  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
26475 \end_layout
26476
26477 \begin_layout Subsection
26478 Formats de références croisées
26479 \begin_inset CommandInset label
26480 LatexCommand label
26481 name "subsec:Formats-Références-Croisées"
26482
26483 \end_inset
26484
26485
26486 \begin_inset Index idx
26487 status collapsed
26488
26489 \begin_layout Plain Layout
26490 References@Références ! Formats
26491 \end_layout
26492
26493 \end_inset
26494
26495
26496 \end_layout
26497
26498 \begin_layout Standard
26499 Il y a six types de références croisées :
26500 \end_layout
26501
26502 \begin_layout Description
26503 <référence>
26504 \begin_inset space ~
26505 \end_inset
26506
26507 : affiche le numéro de l'élément, c'est le choix implicite : 
26508 \begin_inset CommandInset ref
26509 LatexCommand ref
26510 reference "fig:Deux-images-déformées"
26511
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \begin_layout Description
26518 (<référence>)
26519 \begin_inset space ~
26520 \end_inset
26521
26522 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
26523  normalement pour faire référence à des formules mathématiques, en particulier
26524  quand le mot 
26525 \begin_inset Quotes cld
26526 \end_inset
26527
26528 Équation
26529 \begin_inset Quotes crd
26530 \end_inset
26531
26532  est omis : 
26533 \begin_inset CommandInset ref
26534 LatexCommand eqref
26535 reference "eq:Wgn"
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \begin_layout Description
26543 <page>
26544 \begin_inset space ~
26545 \end_inset
26546
26547 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
26548 \begin_inset space ~
26549 \end_inset
26550
26551
26552 \begin_inset CommandInset ref
26553 LatexCommand pageref
26554 reference "fig:Deux-images-déformées"
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \begin_layout Description
26562 Sur
26563 \begin_inset space ~
26564 \end_inset
26565
26566 la
26567 \begin_inset space ~
26568 \end_inset
26569
26570 page
26571 \begin_inset space ~
26572 \end_inset
26573
26574 <page>
26575 \begin_inset space ~
26576 \end_inset
26577
26578 : affiche le mot 
26579 \begin_inset Quotes cld
26580 \end_inset
26581
26582 page
26583 \begin_inset Quotes crd
26584 \end_inset
26585
26586  suivi du numéro de la page sur laquelle se trouve l'élément : 
26587 \begin_inset CommandInset ref
26588 LatexCommand vpageref
26589 reference "fig:Deux-images-déformées"
26590
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \begin_layout Description
26597 <référence>
26598 \begin_inset space ~
26599 \end_inset
26600
26601 page
26602 \begin_inset space ~
26603 \end_inset
26604
26605 <page>
26606 \begin_inset space ~
26607 \end_inset
26608
26609 : affiche le numéro de l'élément, le mot 
26610 \begin_inset Quotes cld
26611 \end_inset
26612
26613 page
26614 \begin_inset Quotes crd
26615 \end_inset
26616
26617  et le numéro de la page : 
26618 \begin_inset CommandInset ref
26619 LatexCommand vref
26620 reference "fig:Deux-images-déformées"
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Description
26628 Référence
26629 \begin_inset space ~
26630 \end_inset
26631
26632 mise
26633 \begin_inset space ~
26634 \end_inset
26635
26636 en
26637 \begin_inset space ~
26638 \end_inset
26639
26640 forme
26641 \begin_inset space ~
26642 \end_inset
26643
26644 : affiche une référence croisée qui définit son propre format.
26645 \begin_inset Newline newline
26646 \end_inset
26647
26648
26649 \begin_inset Note Greyedout
26650 status open
26651
26652 \begin_layout Plain Layout
26653
26654 \series bold
26655 Note:
26656 \series default
26657  Ce type de référence croisée n'est disponible que si vous avez installé
26658  le paquetage \SpecialChar LaTeX
26659  
26660 \series bold
26661 prettyref
26662 \series default
26663  ou 
26664 \series bold
26665 refstyle
26666 \series default
26667
26668 \begin_inset Index idx
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672 Paquetages \SpecialChar LaTeX
26673  ! prettyref
26674 \end_layout
26675
26676 \end_inset
26677
26678
26679 \begin_inset Index idx
26680 status collapsed
26681
26682 \begin_layout Plain Layout
26683 Paquetages \SpecialChar LaTeX
26684  ! refstyle
26685 \end_layout
26686
26687 \end_inset
26688
26689 .
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \begin_inset Newline newline
26696 \end_inset
26697
26698 Vous pouvez choisir le paquetage \SpecialChar LaTeX
26699  qui doit être utilisé pour cette fonction
26700  en utilisant l'option 
26701 \family sans
26702 Utiliser refstyle (à la place de prettyref) pour les références croisées
26703 \family default
26704  dans le menu 
26705 \family sans
26706 Document\SpecialChar menuseparator
26707 Paramètres\SpecialChar menuseparator
26708 Classe de document
26709 \family default
26710 .
26711  Le format est précisé en ajoutant la commande 
26712 \series bold
26713
26714 \backslash
26715 newrefformat
26716 \series default
26717  (prettyref) ou 
26718 \series bold
26719
26720 \backslash
26721 newref
26722 \series default
26723  (refstyle) au préambule du document.
26724  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
26725  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
26726 \begin_inset space ~
26727 \end_inset
26728
26729 :
26730 \begin_inset Newline newline
26731 \end_inset
26732
26733
26734 \series bold
26735
26736 \backslash
26737 newref{fig}{refcmd={Image sur la page 
26738 \backslash
26739 pageref{#1}}}
26740 \series default
26741
26742 \begin_inset Newline newline
26743 \end_inset
26744
26745 Pour plus d'information sur le format, jetez un œil sur la documentation
26746  du paquetage, 
26747 \begin_inset CommandInset citation
26748 LatexCommand cite
26749 key "prettyref,refstyle"
26750 literal "true"
26751
26752 \end_inset
26753
26754 .
26755 \begin_inset Newline newline
26756 \end_inset
26757
26758 Les options 
26759 \family sans
26760 Plural
26761 \family default
26762  et 
26763 \family sans
26764 Capitalized
26765 \family default
26766  ne sont disponibles que si vous utilisez le paquetage \SpecialChar LaTeX
26767  
26768 \series bold
26769 refstyle
26770 \series default
26771 .
26772  
26773 \family sans
26774 Plural
26775 \family default
26776  met le nom au pluriel, e.
26777 \begin_inset space \thinspace{}
26778 \end_inset
26779
26780 g.
26781 \begin_inset space \space{}
26782 \end_inset
26783
26784
26785 \begin_inset Quotes cld
26786 \end_inset
26787
26788 tableaux
26789 \begin_inset Quotes crd
26790 \end_inset
26791
26792
26793 \family sans
26794 Capitalized
26795 \family default
26796  met une capitale au nom, e.
26797 \begin_inset space \thinspace{}
26798 \end_inset
26799
26800 g.
26801 \begin_inset space \space{}
26802 \end_inset
26803
26804
26805 \begin_inset Quotes cld
26806 \end_inset
26807
26808 Tableau
26809 \begin_inset Quotes crd
26810 \end_inset
26811
26812 .
26813 \end_layout
26814
26815 \begin_layout Description
26816 Référence
26817 \begin_inset space ~
26818 \end_inset
26819
26820 textuelle: affiche la légende de la référence
26821 \begin_inset space ~
26822 \end_inset
26823
26824
26825 \begin_inset CommandInset ref
26826 LatexCommand nameref
26827 reference "fig:Deux-images-déformées"
26828
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \begin_layout Description
26835 Label
26836 \begin_inset space ~
26837 \end_inset
26838
26839 only: n'imprime que l'étiquette \SpecialChar LaTeX
26840  comme reference: 
26841 \begin_inset CommandInset ref
26842 LatexCommand labelonly
26843 reference "fig:Deux-images-déformées"
26844 plural "false"
26845 caps "false"
26846 noprefix "false"
26847
26848 \end_inset
26849
26850
26851 \begin_inset Newline newline
26852 \end_inset
26853
26854 Ceci perlmet d'utiliser l'étiquette en code TeX.
26855  L'option 
26856 \family sans
26857 No Prefix
26858 \family default
26859  enelève le préfixe du nom de l'étiquette: 
26860 \begin_inset CommandInset ref
26861 LatexCommand labelonly
26862 reference "fig:Deux-images-déformées"
26863 plural "false"
26864 caps "false"
26865 noprefix "true"
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Standard
26873
26874 \family sans
26875 <page>
26876 \family default
26877  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
26878  précédente, la même page ou la page suivante.
26879  Vous verrez par exemple un texte du genre 
26880 \begin_inset Quotes cld
26881 \end_inset
26882
26883
26884 \family sans
26885 sur cette page
26886 \family default
26887
26888 \begin_inset Quotes crd
26889 \end_inset
26890
26891  à la place.
26892  Le style 
26893 \family sans
26894 <référence>
26895 \begin_inset space ~
26896 \end_inset
26897
26898 page
26899 \begin_inset space ~
26900 \end_inset
26901
26902 <page> 
26903 \family default
26904 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
26905  page.
26906 \end_layout
26907
26908 \begin_layout Standard
26909 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
26910  se trouve sont calculés automatiquement par \SpecialChar LaTeX
26911 .
26912  Vous choisissez une des six variétés de références dans le champ Format
26913  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
26914  boîte de la référence croisée.
26915 \end_layout
26916
26917 \begin_layout Standard
26918 \begin_inset Note Greyedout
26919 status open
26920
26921 \begin_layout Plain Layout
26922
26923 \series bold
26924 Note:
26925 \series default
26926  L'utilisation du paquetage \SpecialChar LaTeX
26927  
26928 \series bold
26929 refstyle
26930 \series default
26931
26932 \begin_inset Index idx
26933 status collapsed
26934
26935 \begin_layout Plain Layout
26936 Paquetages \SpecialChar LaTeX
26937  ! refstyle
26938 \end_layout
26939
26940 \end_inset
26941
26942  est recommandée parce que 
26943 \series bold
26944 prettyref
26945 \series default
26946
26947 \begin_inset Index idx
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951 Paquetages \SpecialChar LaTeX
26952  ! prettyref
26953 \end_layout
26954
26955 \end_inset
26956
26957  ne connaît pas tous les raccourcis possibles pour les étiquettes
26958 \begin_inset Foot
26959 status collapsed
26960
26961 \begin_layout Plain Layout
26962 \begin_inset Quotes cld
26963 \end_inset
26964
26965 fig:
26966 \begin_inset Quotes crd
26967 \end_inset
26968
26969  est par exemple le raccourci \SpecialChar LyX
26970  pour les étiquettes dans les légendes de
26971  figures,.
26972 \end_layout
26973
26974 \end_inset
26975
26976  et n'est pas internationalisé.
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \begin_layout Subsection
26985 Nommage automatique des références croisées
26986 \begin_inset Index idx
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990 References@Références ! Nommage automatique
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \begin_layout Standard
26999 Le paquetage \SpecialChar LaTeX
27000  
27001 \series bold
27002 hyperref
27003 \series default
27004
27005 \begin_inset Index idx
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009 Paquetages \SpecialChar LaTeX
27010  ! hyperref
27011 \end_layout
27012
27013 \end_inset
27014
27015
27016 \series bold
27017
27018 \series default
27019 qui est activé dans la rubrique 
27020 \family sans
27021 Propriétés du PDF
27022 \family default
27023  de la fenêtre de dialogue 
27024 \family sans
27025 Paramètres du document
27026 \family default
27027  fournit une fonction très utile pour automatiser la création des références
27028  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
27029  une section).
27030  Par exemple pour vous éviter de devoir écrire le mot 
27031 \begin_inset Quotes cld
27032 \end_inset
27033
27034 Figure
27035 \begin_inset Quotes crd
27036 \end_inset
27037
27038  devant chaque référence à une figure.
27039  Pour profiter de ce nommage automatique des références croisées, vous devez
27040  activer 
27041 \series bold
27042 hyperref
27043 \series default
27044  et insérer la ligne suivante dans le préambule du document :
27045 \end_layout
27046
27047 \begin_layout Standard
27048
27049 \series bold
27050
27051 \backslash
27052 AtBeginDocument{
27053 \backslash
27054 renewcommand{
27055 \backslash
27056 ref}[1]{
27057 \backslash
27058 mbox{
27059 \backslash
27060 autoref{#1}}}}
27061 \end_layout
27062
27063 \begin_layout Standard
27064 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
27065  défaut, par exemple vous préférez le nom 
27066 \begin_inset Quotes cld
27067 \end_inset
27068
27069 sec.
27070 \begin_inset Quotes crd
27071 \end_inset
27072
27073  plutôt que 
27074 \begin_inset Quotes cld
27075 \end_inset
27076
27077 section
27078 \begin_inset Quotes crd
27079 \end_inset
27080
27081 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
27082 \end_layout
27083
27084 \begin_layout Standard
27085
27086 \series bold
27087
27088 \backslash
27089 addto
27090 \backslash
27091 extrasfrench{
27092 \backslash
27093 renewcommand{
27094 \backslash
27095 sectionautorefname}
27096 \begin_inset Newline newline
27097 \end_inset
27098
27099
27100 \begin_inset Phantom HPhantom
27101 status open
27102
27103 \begin_layout Plain Layout
27104
27105 \series bold
27106 \begin_inset space ~
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \end_inset
27113
27114 {sec.
27115 \backslash
27116 negthinspace}}
27117 \end_layout
27118
27119 \begin_layout Standard
27120 Si vous utilisez une autre langue que le français, remplacez 
27121 \series bold
27122
27123 \backslash
27124 extrasfrench
27125 \series default
27126  par 
27127 \series bold
27128
27129 \backslash
27130 extras***
27131 \series default
27132 , où *** est le nom de la langue que vous utilisez.
27133
27134 \series bold
27135  
27136 \end_layout
27137
27138 \begin_layout Standard
27139 Pour avoir des noms automatiques, mais pas pour certains types de références,
27140  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
27141 \end_layout
27142
27143 \begin_layout Standard
27144
27145 \series bold
27146
27147 \backslash
27148 addto
27149 \backslash
27150 extrasfrench{
27151 \backslash
27152 renewcommand*{
27153 \backslash
27154 equationautorefname}[1]{}}
27155 \end_layout
27156
27157 \begin_layout Standard
27158 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
27159  de 
27160 \series bold
27161 hyperref
27162 \series default
27163  
27164 \begin_inset CommandInset citation
27165 LatexCommand cite
27166 key "hyperref"
27167 literal "true"
27168
27169 \end_inset
27170
27171 .
27172 \end_layout
27173
27174 \begin_layout Standard
27175 \begin_inset Note Greyedout
27176 status open
27177
27178 \begin_layout Plain Layout
27179
27180 \series bold
27181 Note:
27182 \series default
27183  Le nommage automatique de références ne peut être utilisé si vous avez
27184  choisi le style de référence 
27185 \family sans
27186 Référence
27187 \begin_inset space ~
27188 \end_inset
27189
27190 mise
27191 \begin_inset space ~
27192 \end_inset
27193
27194 en
27195 \begin_inset space ~
27196 \end_inset
27197
27198 forme
27199 \family default
27200  décrit dans la section
27201 \begin_inset space ~
27202 \end_inset
27203
27204
27205 \begin_inset CommandInset ref
27206 LatexCommand ref
27207 reference "subsec:Formats-Références-Croisées"
27208
27209 \end_inset
27210
27211 .
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 Le manuel 
27221 \emph on
27222 Math
27223 \emph default
27224  est un exemple dans lequel on a utilisé le référencement automatique.
27225 \end_layout
27226
27227 \begin_layout Subsection
27228 Positionnement des références 
27229 \begin_inset CommandInset label
27230 LatexCommand label
27231 name "subsec:Reference-Position"
27232
27233 \end_inset
27234
27235
27236 \begin_inset Index idx
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240 References@Références ! Positionnement
27241 \end_layout
27242
27243 \end_inset
27244
27245
27246 \end_layout
27247
27248 \begin_layout Standard
27249 Si vous utilisez le paquetage 
27250 \series bold
27251 hyperref, 
27252 \series default
27253 qui est activé dans la rubrique 
27254 \family sans
27255 Propriétés du PDF
27256 \family default
27257  de la fenêtre de dialogue 
27258 \family sans
27259 Paramètres du document,
27260 \family default
27261  pour lier vos références croisées dans la sortie finale, vous verrez que
27262  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
27263  l'image.
27264  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
27265  pourrez voir l'image sans faire défiler le texte.
27266  Ce problème vient du fait que le point d'ancrage de la référence se situe
27267  à l'endroit de l'étiquette.
27268  En utilisant le paquetage \SpecialChar LaTeX
27269  
27270 \series bold
27271 hypcap
27272 \series default
27273
27274 \begin_inset Index idx
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278 Paquetages \SpecialChar LaTeX
27279  ! hypcap
27280 \end_layout
27281
27282 \end_inset
27283
27284 , qui fait partie du paquetage \SpecialChar LaTeX
27285  
27286 \series bold
27287 oberdiek
27288 \series default
27289
27290 \begin_inset Index idx
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294 Paquetages \SpecialChar LaTeX
27295  ! oberdiek
27296 \end_layout
27297
27298 \end_inset
27299
27300 , le point d'ancrage d'un lien est place en haut du flottant.
27301  Pour utiliser cette fonction avec les flottants de figure, chargez 
27302 \series bold
27303 hypcap
27304 \series default
27305  dans l'entête du document avec la ligne
27306 \end_layout
27307
27308 \begin_layout Standard
27309
27310 \series bold
27311
27312 \backslash
27313 usepackage[figure]{hypcap}
27314 \end_layout
27315
27316 \begin_layout Standard
27317 Vous pouvez aussi utiliser 
27318 \series bold
27319 hypcap
27320 \series default
27321  pour tous les types de flottants, mais ce n'est pas recommandé pour des
27322  raisons de stabilité.
27323  Pour plus d'information, jetez un coup d'œil au manuel d' 
27324 \series bold
27325 hypcap
27326 \series default
27327  
27328 \begin_inset CommandInset citation
27329 LatexCommand cite
27330 key "hypcap"
27331 literal "true"
27332
27333 \end_inset
27334
27335 .
27336 \end_layout
27337
27338 \begin_layout Standard
27339 \begin_inset Note Greyedout
27340 status open
27341
27342 \begin_layout Plain Layout
27343
27344 \series bold
27345 Note:
27346 \series default
27347  
27348 \series bold
27349 hypcap
27350 \series default
27351  n'a aucun effet pour les références à des sous-figures.
27352 \end_layout
27353
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \begin_layout Section
27360 Placement des flottants
27361 \begin_inset CommandInset label
27362 LatexCommand label
27363 name "sec:Placement-flottants"
27364
27365 \end_inset
27366
27367
27368 \begin_inset Index idx
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372 Flottants ! Placement
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \begin_layout Standard
27381 En faisant un clic droit sur la boîte d'un flottant et 
27382 \lang english
27383 clicking on 
27384 \family sans
27385 Settings
27386 \family default
27387 \lang french
27388  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
27389  paramètres de placement que \SpecialChar LaTeX
27390  utilise pour déterminer où placer le flottant.
27391 \begin_inset Newline newline
27392 \end_inset
27393
27394 L'option 
27395 \family sans
27396 Plusieurs
27397 \begin_inset space ~
27398 \end_inset
27399
27400 colonnes
27401 \family default
27402  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
27403  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
27404  confiné sur une seule colonne.
27405 \begin_inset Newline newline
27406 \end_inset
27407
27408 L'option 
27409 \family sans
27410 Rotation
27411 \begin_inset space ~
27412 \end_inset
27413
27414 90°
27415 \family default
27416  est utilisée pour faire tourner les flottants, voyez la section
27417 \begin_inset space ~
27418 \end_inset
27419
27420
27421 \begin_inset CommandInset ref
27422 LatexCommand ref
27423 reference "sec:Flottants-renversés"
27424
27425 \end_inset
27426
27427 .
27428 \end_layout
27429
27430 \begin_layout Standard
27431 En désactivant l'option 
27432 \family sans
27433 Utilise
27434 \begin_inset space ~
27435 \end_inset
27436
27437 le
27438 \begin_inset space ~
27439 \end_inset
27440
27441 placement
27442 \begin_inset space ~
27443 \end_inset
27444
27445 par
27446 \begin_inset space ~
27447 \end_inset
27448
27449 défaut
27450 \family default
27451  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
27452  le placement du flottant:
27453 \end_layout
27454
27455 \begin_layout Description
27456 Ici,
27457 \begin_inset space ~
27458 \end_inset
27459
27460 si
27461 \begin_inset space ~
27462 \end_inset
27463
27464 possible: essaie de placer le flottant à la position où il a été inséré
27465  dans \SpecialChar LyX
27466
27467 \end_layout
27468
27469 \begin_layout Description
27470 Haut
27471 \begin_inset space ~
27472 \end_inset
27473
27474 de
27475 \begin_inset space ~
27476 \end_inset
27477
27478 la
27479 \begin_inset space ~
27480 \end_inset
27481
27482 page: essaie de placer le flottant en haut de la page courante
27483 \end_layout
27484
27485 \begin_layout Description
27486 Bas
27487 \begin_inset space ~
27488 \end_inset
27489
27490 de
27491 \begin_inset space ~
27492 \end_inset
27493
27494 la
27495 \begin_inset space ~
27496 \end_inset
27497
27498 page: essaie de placer le flottant en bas de la page courante
27499 \end_layout
27500
27501 \begin_layout Description
27502 Page
27503 \begin_inset space ~
27504 \end_inset
27505
27506 de
27507 \begin_inset space ~
27508 \end_inset
27509
27510 flottants: essaie de placer le flottant sur une page à part, éventuellement
27511  avec d'autres flottants 
27512 \end_layout
27513
27514 \begin_layout Standard
27515 \SpecialChar LaTeX
27516  utilise
27517 \emph on
27518  toujours 
27519 \emph default
27520 les options dans l'ordre donné ci-dessus.
27521  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
27522  va d'abord
27523  essayer 
27524 \family sans
27525 Ici
27526 \begin_inset space ~
27527 \end_inset
27528
27529 si
27530 \begin_inset space ~
27531 \end_inset
27532
27533 possible
27534 \family default
27535 , ensuite 
27536 \family sans
27537 Haut
27538 \begin_inset space ~
27539 \end_inset
27540
27541 de
27542 \begin_inset space ~
27543 \end_inset
27544
27545 la
27546 \begin_inset space ~
27547 \end_inset
27548
27549 page
27550 \family default
27551 , et ainsi de suite.
27552  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
27553  va essayer les options
27554  que vous avez cochées, mais dans l'ordre donné ci-dessus.
27555  Si aucune des quatre options de placement n'est possible, la procédure
27556  est répétée avec la possibilité de mettre les flottant sur la page suivante.
27557 \end_layout
27558
27559 \begin_layout Standard
27560 Implicitement, chaque option a ses propres règles d'application:
27561 \end_layout
27562
27563 \begin_layout Standard
27564
27565 \family sans
27566 Haut
27567 \begin_inset space ~
27568 \end_inset
27569
27570 de
27571 \begin_inset space ~
27572 \end_inset
27573
27574 la
27575 \begin_inset space ~
27576 \end_inset
27577
27578 page
27579 \family default
27580  : seuls les flottants occupant moins de 70% de la page peuvent être placés
27581  en haut de page (
27582 \series bold
27583
27584 \backslash
27585 topfraction
27586 \series default
27587 ).
27588 \end_layout
27589
27590 \begin_layout Standard
27591
27592 \family sans
27593 Bas
27594 \begin_inset space ~
27595 \end_inset
27596
27597 de
27598 \begin_inset space ~
27599 \end_inset
27600
27601 la
27602 \begin_inset space ~
27603 \end_inset
27604
27605 page
27606 \family default
27607  : seuls les flottants occupant moins de 30% de la page peuvent être placés
27608  en bas de page (
27609 \series bold
27610
27611 \backslash
27612 bottomfraction
27613 \series default
27614 ).
27615 \end_layout
27616
27617 \begin_layout Standard
27618
27619 \family sans
27620 Page
27621 \begin_inset space ~
27622 \end_inset
27623
27624 de
27625 \begin_inset space ~
27626 \end_inset
27627
27628 flottants
27629 \family default
27630  : plusieurs flottants peuvent être placés ensembles sur une page seulement
27631  si ils occupent plus de 50% de celle-ci (
27632 \series bold
27633
27634 \backslash
27635 floatpagefraction
27636 \series default
27637 ).
27638 \end_layout
27639
27640 \begin_layout Standard
27641 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
27642  supplémentaire 
27643 \family sans
27644 Ignorer
27645 \begin_inset space ~
27646 \end_inset
27647
27648 les
27649 \begin_inset space ~
27650 \end_inset
27651
27652 règles
27653 \begin_inset space ~
27654 \end_inset
27655
27656 \SpecialChar LaTeX
27657
27658 \family default
27659 \lang english
27660 .
27661 \begin_inset Newline newline
27662 \end_inset
27663
27664
27665 \lang french
27666 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
27667  qui sont données
27668  entre parenthèses après les descriptions des règles données ci-dessus.
27669  Par exemple, pour augmenter à 50
27670 \begin_inset space \thinspace{}
27671 \end_inset
27672
27673 % la valeur de la règle de bas de page dont la valeur implicite est souvent
27674  trop petite, ajoutez cette ligne au préambule de votre document :
27675 \end_layout
27676
27677 \begin_layout Standard
27678
27679 \series bold
27680
27681 \backslash
27682 renewcommand{
27683 \backslash
27684 bottomfraction}{0.5}
27685 \end_layout
27686
27687 \begin_layout Standard
27688 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
27689  exactement à l'endroit où vous l'avez inséré.
27690  dans ce cas utilisez l'option 
27691 \family sans
27692 Ici
27693 \begin_inset space ~
27694 \end_inset
27695
27696 à
27697 \begin_inset space ~
27698 \end_inset
27699
27700 tout
27701 \begin_inset space ~
27702 \end_inset
27703
27704 Prix
27705 \family default
27706 .
27707  Utilisez cette option le moins souvent possible et seulement quand le document
27708  est presque prêt à être imprimé.
27709  En effet, le flottant n'est plus capable de 
27710 \begin_inset Quotes cld
27711 \end_inset
27712
27713 flotter
27714 \begin_inset Quotes crd
27715 \end_inset
27716
27717 , ce qui peut perturber toutes les mises en page.
27718 \end_layout
27719
27720 \begin_layout Standard
27721 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
27722  sont toujours entourés par le texte d'un paragraphe donné.
27723 \begin_inset VSpace bigskip
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \begin_layout Standard
27730 On peut parfois se trouver dans la situation où un flottant est placé en
27731  haut d'une page alors que la section concernée ne commence qu'au milieu
27732  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
27733  la section précédente.
27734  On peut utiliser la commande \SpecialChar LaTeX
27735  
27736 \series bold
27737
27738 \backslash
27739 suppressfloats
27740 \series default
27741  pour éviter ce cas.
27742  Elle empêche le placement d'un flottant donné dans la page dans laquelle
27743  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
27744  soit placé avant que la section commence.
27745  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
27746  votre document :
27747 \end_layout
27748
27749 \begin_layout Standard
27750
27751 \series bold
27752
27753 \backslash
27754 let
27755 \backslash
27756 mySection
27757 \backslash
27758 section
27759 \begin_inset Newline newline
27760 \end_inset
27761
27762
27763 \backslash
27764 renewcommand{
27765 \backslash
27766 section}{
27767 \backslash
27768 suppressfloats[t]
27769 \backslash
27770 mySection}
27771 \end_layout
27772
27773 \begin_layout Standard
27774 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
27775  comme les chapitres et les sous-sections.
27776  Il n'est pas recommandé d'utiliser cette définition avec des portions de
27777  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
27778  pourrait ensuite
27779  avoir du mal à trouver un positionnement correct.
27780 \end_layout
27781
27782 \begin_layout Standard
27783 \begin_inset VSpace bigskip
27784 \end_inset
27785
27786 Dans certains cas il est demandé de placer toutes les figures et tous les
27787  tableaux à la fin du document.
27788  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
27789  
27790 \series bold
27791 endfloat
27792 \series default
27793
27794 \begin_inset Index idx
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798 Paquetages \SpecialChar LaTeX
27799  ! endfloat
27800 \end_layout
27801
27802 \end_inset
27803
27804  a été développé.
27805  Il met en effet tous les flottants de figures et de tableaux à la fin du
27806  document dans leurs propres sections.
27807  À la position d'origine du flottant, une indication textuelle du genre
27808  
27809 \begin_inset Quotes cld
27810 \end_inset
27811
27812
27813 \family sans
27814 [Figure
27815 \begin_inset space ~
27816 \end_inset
27817
27818 3.2 
27819 \lang english
27820 about here.
27821 \lang french
27822 ]
27823 \family default
27824
27825 \begin_inset Quotes crd
27826 \end_inset
27827
27828  est insérée.
27829  Le paquetage 
27830 \series bold
27831 endfloat
27832 \series default
27833  est chargé dans le préambule avec la ligne suivante 
27834 \end_layout
27835
27836 \begin_layout Standard
27837
27838 \series bold
27839
27840 \backslash
27841 usepackage[options]{endfloat}
27842 \end_layout
27843
27844 \begin_layout Standard
27845 Il y a aussi de nombreuses options de paquetage pour modifier le format
27846  des sections de figures ou de tableau qui sont créées.
27847  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
27848  
27849 \series bold
27850 endfloa
27851 \series default
27852
27853 \begin_inset CommandInset citation
27854 LatexCommand cite
27855 key "endfloat"
27856 literal "true"
27857
27858 \end_inset
27859
27860 .
27861 \begin_inset Newline newline
27862 \end_inset
27863
27864
27865 \begin_inset Note Greyedout
27866 status open
27867
27868 \begin_layout Plain Layout
27869
27870 \series bold
27871 Note: endfloat
27872 \series default
27873  ne fournit pas de traduction automatique de l'indication textuelle, vous
27874  devez donc le faire manuellement, voyez la section
27875 \begin_inset space ~
27876 \end_inset
27877
27878 4 de 
27879 \begin_inset CommandInset citation
27880 LatexCommand cite
27881 key "endfloat"
27882 literal "true"
27883
27884 \end_inset
27885
27886 .
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \begin_inset Newline newline
27893 \end_inset
27894
27895
27896 \begin_inset Note Greyedout
27897 status open
27898
27899 \begin_layout Plain Layout
27900
27901 \series bold
27902 Note:
27903 \series default
27904  Il y a actuellement un bug dans le paquetage 
27905 \series bold
27906 endfloat
27907 \series default
27908  quand la légende contient un 
27909 \begin_inset Quotes cld
27910 \end_inset
27911
27912 ß
27913 \begin_inset Quotes crd
27914 \end_inset
27915
27916  allemand.
27917  Utilisez dans ce cas la commande 
27918 \begin_inset Quotes cld
27919 \end_inset
27920
27921
27922 \series bold
27923
27924 \backslash
27925 ss
27926 \series default
27927
27928 \begin_inset Quotes crd
27929 \end_inset
27930
27931  en code \SpecialChar TeX
27932  à la place du 
27933 \begin_inset Quotes cld
27934 \end_inset
27935
27936 ß
27937 \begin_inset Quotes crd
27938 \end_inset
27939
27940 .
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \begin_layout Standard
27949 \begin_inset VSpace bigskip
27950 \end_inset
27951
27952 Pour plus d'information sur les manières de placer les flottants, jetez
27953  un coup d'œil aux livres sur \SpecialChar LaTeX
27954
27955 \begin_inset CommandInset citation
27956 LatexCommand cite
27957 key "latexcompanion,latexguide,latexbook"
27958 literal "true"
27959
27960 \end_inset
27961
27962 .
27963 \end_layout
27964
27965 \begin_layout Section
27966 Rotation des flottants
27967 \begin_inset CommandInset label
27968 LatexCommand label
27969 name "sec:Flottants-renversés"
27970
27971 \end_inset
27972
27973
27974 \begin_inset Index idx
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 Flottants ! Renversés
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
27988  tableaux très larges.
27989  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
27990  un clic droit sur la boîte du flottant et utilisez l'option 
27991 \family sans
27992 Rotation
27993 \begin_inset space ~
27994 \end_inset
27995
27996 90°
27997 \family default
27998 .
27999 \end_layout
28000
28001 \begin_layout Standard
28002 Les flottants pivotés sont systématiquement placés sur leur propre page
28003  (ou colonne, si vous avez un document sur deux colonnes).
28004  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
28005  
28006 \family sans
28007 Plusieurs
28008 \begin_inset space ~
28009 \end_inset
28010
28011 colonnes
28012 \family default
28013  dans les paramètres du flottant.
28014  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
28015  du côté de la marge externe.
28016  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
28017  ajouter soit l'option 
28018 \series bold
28019 figuresleft
28020 \series default
28021  soit l'option 
28022 \series bold
28023 figuresright
28024 \series default
28025  aux options de la classe de document.
28026 \end_layout
28027
28028 \begin_layout Standard
28029 Faire référence à un flottant pivoté se fait de la même manière que pour
28030  un flottant normal, la mise en forme de la légende est aussi identique
28031  : Le tableau
28032 \begin_inset space ~
28033 \end_inset
28034
28035
28036 \begin_inset CommandInset ref
28037 LatexCommand ref
28038 reference "tab:Tableau-pivoté"
28039
28040 \end_inset
28041
28042  est un exemple de flottant de tableau pivoté.
28043 \end_layout
28044
28045 \begin_layout Standard
28046 \begin_inset Note Greyedout
28047 status open
28048
28049 \begin_layout Plain Layout
28050
28051 \series bold
28052 Note:
28053 \series default
28054  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
28055  DVI.
28056 \end_layout
28057
28058 \end_inset
28059
28060
28061 \end_layout
28062
28063 \begin_layout Standard
28064 \begin_inset Float table
28065 wide false
28066 sideways true
28067 status open
28068
28069 \begin_layout Plain Layout
28070 \begin_inset Caption Standard
28071
28072 \begin_layout Plain Layout
28073 \begin_inset CommandInset label
28074 LatexCommand label
28075 name "tab:Tableau-pivoté"
28076
28077 \end_inset
28078
28079  Tableau pivoté
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \begin_layout Plain Layout
28088 \align center
28089 \begin_inset Tabular
28090 <lyxtabular version="3" rows="1" columns="5">
28091 <features tabularvalignment="middle">
28092 <column alignment="center" valignment="top">
28093 <column alignment="center" valignment="top">
28094 <column alignment="center" valignment="top">
28095 <column alignment="center" valignment="top">
28096 <column alignment="center" valignment="top">
28097 <row>
28098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28099 \begin_inset Text
28100
28101 \begin_layout Plain Layout
28102 test
28103 \end_layout
28104
28105 \end_inset
28106 </cell>
28107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28108 \begin_inset Text
28109
28110 \begin_layout Plain Layout
28111 b
28112 \end_layout
28113
28114 \end_inset
28115 </cell>
28116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28117 \begin_inset Text
28118
28119 \begin_layout Plain Layout
28120 c
28121 \end_layout
28122
28123 \end_inset
28124 </cell>
28125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28126 \begin_inset Text
28127
28128 \begin_layout Plain Layout
28129 d
28130 \end_layout
28131
28132 \end_inset
28133 </cell>
28134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28135 \begin_inset Text
28136
28137 \begin_layout Plain Layout
28138 e
28139 \end_layout
28140
28141 \end_inset
28142 </cell>
28143 </row>
28144 </lyxtabular>
28145
28146 \end_inset
28147
28148
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \begin_layout Section
28157 Sous-flottants
28158 \begin_inset Index idx
28159 status collapsed
28160
28161 \begin_layout Plain Layout
28162 Flottants ! Sous-flottants
28163 \end_layout
28164
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \begin_layout Standard
28171 Un exemple de sous-flottant : une figure composée de plusieurs images.
28172  On les crée en insérant un flottant dans un flottant existant.
28173  Le positionnement des sous-flottants peut être contrôlé comme pour les
28174  paragraphes comme on le voit avec les tableaux
28175 \begin_inset space ~
28176 \end_inset
28177
28178
28179 \begin_inset CommandInset ref
28180 LatexCommand ref
28181 reference "tab:Deux-sous-tableaux-cote-a-cote"
28182
28183 \end_inset
28184
28185  et 
28186 \begin_inset CommandInset ref
28187 LatexCommand ref
28188 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
28189
28190 \end_inset
28191
28192 .
28193 \end_layout
28194
28195 \begin_layout Standard
28196 On fait référence à des sous-flottants comme on le ferait avec des flottants
28197  normaux : Les tableaux
28198 \begin_inset space ~
28199 \end_inset
28200
28201
28202 \begin_inset CommandInset ref
28203 LatexCommand ref
28204 reference "tab:Le-sous-tableau-a"
28205
28206 \end_inset
28207
28208  et 
28209 \begin_inset CommandInset ref
28210 LatexCommand ref
28211 reference "tab:Le-sous-tableau-b"
28212
28213 \end_inset
28214
28215  sont des sous-tableaux du tableau
28216 \begin_inset space ~
28217 \end_inset
28218
28219
28220 \begin_inset CommandInset ref
28221 LatexCommand ref
28222 reference "tab:Deux-sous-tableaux-cote-a-cote"
28223
28224 \end_inset
28225
28226 .
28227 \end_layout
28228
28229 \begin_layout Standard
28230 \begin_inset Float table
28231 wide false
28232 sideways false
28233 status open
28234
28235 \begin_layout Plain Layout
28236 \begin_inset Caption Standard
28237
28238 \begin_layout Plain Layout
28239 \begin_inset CommandInset label
28240 LatexCommand label
28241 name "tab:Deux-sous-tableaux-cote-a-cote"
28242
28243 \end_inset
28244
28245 Deux sous-tableaux placés côte-à-côte.
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \begin_layout Plain Layout
28254 \align center
28255 \begin_inset space \hfill{}
28256 \end_inset
28257
28258
28259 \begin_inset Float table
28260 wide false
28261 sideways false
28262 status collapsed
28263
28264 \begin_layout Plain Layout
28265 \begin_inset Caption Standard
28266
28267 \begin_layout Plain Layout
28268 \begin_inset CommandInset label
28269 LatexCommand label
28270 name "tab:Le-sous-tableau-a"
28271
28272 \end_inset
28273
28274 Le sous-tableau a
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Plain Layout
28283 \align center
28284 \begin_inset Tabular
28285 <lyxtabular version="3" rows="1" columns="5">
28286 <features tabularvalignment="middle">
28287 <column alignment="center" valignment="top">
28288 <column alignment="center" valignment="top">
28289 <column alignment="center" valignment="top">
28290 <column alignment="center" valignment="top">
28291 <column alignment="center" valignment="top">
28292 <row>
28293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28294 \begin_inset Text
28295
28296 \begin_layout Plain Layout
28297 test
28298 \end_layout
28299
28300 \end_inset
28301 </cell>
28302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28303 \begin_inset Text
28304
28305 \begin_layout Plain Layout
28306 b
28307 \end_layout
28308
28309 \end_inset
28310 </cell>
28311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28312 \begin_inset Text
28313
28314 \begin_layout Plain Layout
28315 c
28316 \end_layout
28317
28318 \end_inset
28319 </cell>
28320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28321 \begin_inset Text
28322
28323 \begin_layout Plain Layout
28324 d
28325 \end_layout
28326
28327 \end_inset
28328 </cell>
28329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28330 \begin_inset Text
28331
28332 \begin_layout Plain Layout
28333 e
28334 \end_layout
28335
28336 \end_inset
28337 </cell>
28338 </row>
28339 </lyxtabular>
28340
28341 \end_inset
28342
28343
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \begin_inset space \hfill{}
28350 \end_inset
28351
28352
28353 \begin_inset Float table
28354 wide false
28355 sideways false
28356 status collapsed
28357
28358 \begin_layout Plain Layout
28359 \begin_inset Caption Standard
28360
28361 \begin_layout Plain Layout
28362 \begin_inset CommandInset label
28363 LatexCommand label
28364 name "tab:Le-sous-tableau-b"
28365
28366 \end_inset
28367
28368 Le sous-tableau b.
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Plain Layout
28377 \align center
28378 \begin_inset Tabular
28379 <lyxtabular version="3" rows="1" columns="5">
28380 <features tabularvalignment="middle">
28381 <column alignment="center" valignment="top">
28382 <column alignment="center" valignment="top">
28383 <column alignment="center" valignment="top">
28384 <column alignment="center" valignment="top">
28385 <column alignment="center" valignment="top">
28386 <row>
28387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28388 \begin_inset Text
28389
28390 \begin_layout Plain Layout
28391 e
28392 \end_layout
28393
28394 \end_inset
28395 </cell>
28396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28397 \begin_inset Text
28398
28399 \begin_layout Plain Layout
28400 d
28401 \end_layout
28402
28403 \end_inset
28404 </cell>
28405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28406 \begin_inset Text
28407
28408 \begin_layout Plain Layout
28409 c
28410 \end_layout
28411
28412 \end_inset
28413 </cell>
28414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28415 \begin_inset Text
28416
28417 \begin_layout Plain Layout
28418 b
28419 \end_layout
28420
28421 \end_inset
28422 </cell>
28423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28424 \begin_inset Text
28425
28426 \begin_layout Plain Layout
28427 test
28428 \end_layout
28429
28430 \end_inset
28431 </cell>
28432 </row>
28433 </lyxtabular>
28434
28435 \end_inset
28436
28437
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \begin_inset space \hfill{}
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \end_inset
28450
28451
28452 \end_layout
28453
28454 \begin_layout Standard
28455 \begin_inset Float table
28456 wide false
28457 sideways false
28458 status open
28459
28460 \begin_layout Plain Layout
28461 \begin_inset Caption Standard
28462
28463 \begin_layout Plain Layout
28464 \begin_inset CommandInset label
28465 LatexCommand label
28466 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
28467
28468 \end_inset
28469
28470 Deux sous-tableaux placés l'un sur l'autre.
28471  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Plain Layout
28480 \align center
28481 \begin_inset Float table
28482 wide false
28483 sideways false
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487 \begin_inset Caption Standard
28488
28489 \begin_layout Plain Layout
28490
28491 \end_layout
28492
28493 \end_inset
28494
28495
28496 \end_layout
28497
28498 \begin_layout Plain Layout
28499 \align center
28500 \begin_inset Tabular
28501 <lyxtabular version="3" rows="1" columns="4">
28502 <features tabularvalignment="middle">
28503 <column alignment="center" valignment="top">
28504 <column alignment="center" valignment="top">
28505 <column alignment="center" valignment="top">
28506 <column alignment="center" valignment="top">
28507 <row>
28508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28509 \begin_inset Text
28510
28511 \begin_layout Plain Layout
28512 test
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28518 \begin_inset Text
28519
28520 \begin_layout Plain Layout
28521 test
28522 \end_layout
28523
28524 \end_inset
28525 </cell>
28526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28527 \begin_inset Text
28528
28529 \begin_layout Plain Layout
28530 test
28531 \end_layout
28532
28533 \end_inset
28534 </cell>
28535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Plain Layout
28539 test
28540 \end_layout
28541
28542 \end_inset
28543 </cell>
28544 </row>
28545 </lyxtabular>
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \begin_layout Plain Layout
28558 \align center
28559 \begin_inset Float table
28560 wide false
28561 sideways false
28562 status collapsed
28563
28564 \begin_layout Plain Layout
28565 \begin_inset Caption Standard
28566
28567 \begin_layout Plain Layout
28568
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \end_layout
28575
28576 \begin_layout Plain Layout
28577 \align center
28578 \begin_inset Tabular
28579 <lyxtabular version="3" rows="1" columns="5">
28580 <features tabularvalignment="middle">
28581 <column alignment="center" valignment="top">
28582 <column alignment="center" valignment="top">
28583 <column alignment="center" valignment="top">
28584 <column alignment="center" valignment="top">
28585 <column alignment="center" valignment="top">
28586 <row>
28587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28588 \begin_inset Text
28589
28590 \begin_layout Plain Layout
28591 a
28592 \end_layout
28593
28594 \end_inset
28595 </cell>
28596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28597 \begin_inset Text
28598
28599 \begin_layout Plain Layout
28600 b
28601 \end_layout
28602
28603 \end_inset
28604 </cell>
28605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28606 \begin_inset Text
28607
28608 \begin_layout Plain Layout
28609 c
28610 \end_layout
28611
28612 \end_inset
28613 </cell>
28614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28615 \begin_inset Text
28616
28617 \begin_layout Plain Layout
28618 d
28619 \end_layout
28620
28621 \end_inset
28622 </cell>
28623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28624 \begin_inset Text
28625
28626 \begin_layout Plain Layout
28627 e
28628 \end_layout
28629
28630 \end_inset
28631 </cell>
28632 </row>
28633 </lyxtabular>
28634
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \end_layout
28649
28650 \begin_layout Section
28651 Flottants côte-à-côte
28652 \begin_inset Index idx
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656 Flottants ! côte-à-côte
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \begin_layout Standard
28665 Pour placer des flottants côte-à-côte, comme pour la figure
28666 \begin_inset space ~
28667 \end_inset
28668
28669
28670 \begin_inset CommandInset ref
28671 LatexCommand ref
28672 reference "fig:Flottant-gauche"
28673
28674 \end_inset
28675
28676  et 
28677 \begin_inset CommandInset ref
28678 LatexCommand ref
28679 reference "fig:Flottant-droit"
28680
28681 \end_inset
28682
28683 , on n'utilise 
28684 \emph on
28685 qu'un seul 
28686 \emph default
28687 flottant.
28688  On y insère deux boîtes de minipages.
28689 \begin_inset Foot
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 Les minipages sont décrites dans la section
28694 \begin_inset space ~
28695 \end_inset
28696
28697
28698 \begin_inset CommandInset ref
28699 LatexCommand ref
28700 reference "sec:Minipages"
28701
28702 \end_inset
28703
28704 .
28705 \end_layout
28706
28707 \end_inset
28708
28709  La largeur est mise à 45
28710 \begin_inset space \thinspace{}
28711 \end_inset
28712
28713 -50
28714 \begin_inset space \thinspace{}
28715 \end_inset
28716
28717 column% et l'alignement de la boîte à 
28718 \family sans
28719 Bas
28720 \family default
28721  pour chaque minipage.
28722  Les boîtes minipages contiennent l'image et la légende exactement comme
28723  avec un flottant.
28724  La seule différence est que l'unité de longueur 
28725 \family sans
28726 Largeur
28727 \begin_inset space ~
28728 \end_inset
28729
28730 colonne
28731 \begin_inset space ~
28732 \end_inset
28733
28734 %
28735 \family default
28736  utilisée pour l'image est maintenant définie par rapport à la largeur des
28737  boîtes minipages.
28738 \end_layout
28739
28740 \begin_layout Standard
28741 \begin_inset Float figure
28742 wide false
28743 sideways false
28744 status open
28745
28746 \begin_layout Plain Layout
28747 \begin_inset Box Frameless
28748 position "b"
28749 hor_pos "c"
28750 has_inner_box 1
28751 inner_pos "t"
28752 use_parbox 0
28753 use_makebox 0
28754 width "45col%"
28755 special "none"
28756 height "1in"
28757 height_special "totalheight"
28758 thickness "0.4pt"
28759 separation "3pt"
28760 shadowsize "4pt"
28761 framecolor "black"
28762 backgroundcolor "none"
28763 status open
28764
28765 \begin_layout Plain Layout
28766 \align center
28767 \begin_inset Graphics
28768         filename ../clipart/2D-intensity-plot.pdf
28769         width 100col%
28770         scaleBeforeRotation
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Plain Layout
28778 \begin_inset Caption Standard
28779
28780 \begin_layout Plain Layout
28781 \begin_inset CommandInset label
28782 LatexCommand label
28783 name "fig:Flottant-gauche"
28784
28785 \end_inset
28786
28787 Flottant du côté gauche.
28788 \end_layout
28789
28790 \end_inset
28791
28792
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \begin_inset space \hfill{}
28799 \end_inset
28800
28801
28802 \begin_inset Box Frameless
28803 position "b"
28804 hor_pos "c"
28805 has_inner_box 1
28806 inner_pos "t"
28807 use_parbox 0
28808 use_makebox 0
28809 width "45col%"
28810 special "none"
28811 height "1in"
28812 height_special "totalheight"
28813 thickness "0.4pt"
28814 separation "3pt"
28815 shadowsize "4pt"
28816 framecolor "black"
28817 backgroundcolor "none"
28818 status open
28819
28820 \begin_layout Plain Layout
28821 \align center
28822 \begin_inset Graphics
28823         filename ../clipart/Star-structure.pdf
28824         width 100col%
28825         scaleBeforeRotation
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \begin_layout Plain Layout
28833 \begin_inset Caption Standard
28834
28835 \begin_layout Plain Layout
28836 \begin_inset CommandInset label
28837 LatexCommand label
28838 name "fig:Flottant-droit"
28839
28840 \end_inset
28841
28842 Flottant du côté droit.
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \end_layout
28854
28855 \end_inset
28856
28857
28858 \end_layout
28859
28860 \begin_layout Standard
28861 Une solution alternative plus simple consiste à utiliser le module 
28862 \family sans
28863 Minipages à largeur variable
28864 \family default
28865 , voir la section
28866 \begin_inset space \thinspace{}
28867 \end_inset
28868
28869
28870 \begin_inset CommandInset ref
28871 LatexCommand ref
28872 reference "sec:Minipages"
28873
28874 \end_inset
28875
28876 .
28877  Les minipages à largeur variable s’adaptent automatiquement à la largeur
28878  des figures et des tableaux.
28879  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
28880  améliorent l'alignement horizontal des figures.
28881  Le fichier du répertoire des exemples 
28882 \emph on
28883 varwidth-floats-side-by-side
28884 \emph default
28885  donnes des exemples d'utilisation du module.
28886 \end_layout
28887
28888 \begin_layout Section
28889 Mise en forme de la légende
28890 \begin_inset Index idx
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894 Légende ! Mise en forme
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \begin_inset Index idx
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 Flottants ! Mise en forme de la Légende
28905 \end_layout
28906
28907 \end_inset
28908
28909
28910 \begin_inset CommandInset label
28911 LatexCommand label
28912 name "sec:Formatage-légende"
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \begin_layout Standard
28920 L'environnement 
28921 \family sans
28922 Légende
28923 \family default
28924  est l'environnement de paragraphe implicite pour les 
28925 \family sans
28926 flottants
28927 \family default
28928 .
28929  Dans la fenêtre de \SpecialChar LyX
28930  les légendes apparaissent comme une étiquette comme
28931  par exemple 
28932 \begin_inset Quotes cld
28933 \end_inset
28934
28935
28936 \family sans
28937 Figure #:
28938 \family default
28939
28940 \begin_inset Quotes crd
28941 \end_inset
28942
28943  suivi par le texte de la légende.
28944  Le 
28945 \begin_inset Quotes cld
28946 \end_inset
28947
28948 #
28949 \begin_inset Quotes crd
28950 \end_inset
28951
28952  étant remplacé par le numéro de référence réel.
28953  implicitement l'étiquette et le numéro sont dans la même police de caractères
28954  que le texte de la légende et deux points suivent le numéro pour séparer
28955  l'étiquette du texte.
28956  Ce format de légende n'est pas forcément adapté à tous les types de documents.
28957 \end_layout
28958
28959 \begin_layout Standard
28960 Pour modifier le format implicite des légendes, il faut charger le paquetage
28961  \SpecialChar LaTeX
28962  
28963 \series bold
28964 caption
28965 \series default
28966
28967 \begin_inset Index idx
28968 status collapsed
28969
28970 \begin_layout Plain Layout
28971 Paquetages \SpecialChar LaTeX
28972  ! caption
28973 \end_layout
28974
28975 \end_inset
28976
28977  dans le préambule de votre document avec la ligne suivante :
28978 \end_layout
28979
28980 \begin_layout Standard
28981
28982 \series bold
28983
28984 \backslash
28985 usepackage[format definition]{caption}
28986 \end_layout
28987
28988 \begin_layout Standard
28989 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
28990  grasse et les légendes de tableau toujours au dessus des tableaux, comme
28991  dans ce document, utilisez les commandes suivantes :
28992 \end_layout
28993
28994 \begin_layout Standard
28995
28996 \series bold
28997
28998 \backslash
28999 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
29000 \end_layout
29001
29002 \begin_layout Standard
29003 Vous pouvez aussi définir des formats de légendes différents pour les différents
29004  types de flottants.
29005  Dans ce cas chargez le paquetage 
29006 \series bold
29007 caption 
29008 \series default
29009 sans option de format spécifique et définissez les différents formats à
29010  l'aide de la commande 
29011 \end_layout
29012
29013 \begin_layout Standard
29014
29015 \series bold
29016
29017 \backslash
29018 captionsetup[type de flottant]{définition du format}
29019 \end_layout
29020
29021 \begin_layout Standard
29022 dans le préambule du document.
29023  Par exemple les formats de légende de la Figure
29024 \begin_inset space ~
29025 \end_inset
29026
29027
29028 \begin_inset CommandInset ref
29029 LatexCommand ref
29030 reference "fig:Legende-de-fig"
29031
29032 \end_inset
29033
29034  et du Tableau
29035 \begin_inset space ~
29036 \end_inset
29037
29038
29039 \begin_inset CommandInset ref
29040 LatexCommand ref
29041 reference "tab:Légende-de-tab"
29042
29043 \end_inset
29044
29045  peuvent être créés en utilisant les commandes suivantes dans le préambule
29046  :
29047 \end_layout
29048
29049 \begin_layout Standard
29050
29051 \series bold
29052
29053 \backslash
29054 usepackage[tableposition=top]{caption}
29055 \series default
29056
29057 \begin_inset Newline newline
29058 \end_inset
29059
29060
29061 \series bold
29062
29063 \backslash
29064 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
29065 \begin_inset Newline newline
29066 \end_inset
29067
29068
29069 \begin_inset Phantom HPhantom
29070 status open
29071
29072 \begin_layout Plain Layout
29073
29074 \series bold
29075
29076 \backslash
29077 captionsetup[figure]{
29078 \end_layout
29079
29080 \end_inset
29081
29082 labelsep=period}
29083 \begin_inset Newline newline
29084 \end_inset
29085
29086
29087 \backslash
29088 captionsetup[table]{labelfont={bf,sf}}
29089 \end_layout
29090
29091 \begin_layout Standard
29092 \begin_inset Note Greyedout
29093 status open
29094
29095 \begin_layout Plain Layout
29096
29097 \series bold
29098 Note:
29099 \series default
29100  L'option 
29101 \series bold
29102 tableposition=top
29103 \series default
29104  n'a pas d'effet quand on utilise un document de classe 
29105 \series bold
29106 KOMA-Script
29107 \series default
29108
29109 \begin_inset Index idx
29110 status collapsed
29111
29112 \begin_layout Plain Layout
29113 Paquetages \SpecialChar LaTeX
29114  ! KOMA-Script
29115 \end_layout
29116
29117 \end_inset
29118
29119 .
29120  Dans ce cas on doit utiliser l'option 
29121 \series bold
29122 captions=tableheading
29123 \series default
29124  de la classe de document.
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \end_layout
29131
29132 \begin_layout Standard
29133 Pour plus d'information sur le paquetage 
29134 \series bold
29135 caption
29136 \series default
29137  nous vous renvoyons à sa documentation 
29138 \begin_inset CommandInset citation
29139 LatexCommand cite
29140 key "caption"
29141 literal "true"
29142
29143 \end_inset
29144
29145 .
29146 \end_layout
29147
29148 \begin_layout Standard
29149 Pour changer le nom de l'étiquette, par exemple de 
29150 \begin_inset Quotes cld
29151 \end_inset
29152
29153 Figure
29154 \begin_inset Quotes crd
29155 \end_inset
29156
29157  à 
29158 \begin_inset Quotes cld
29159 \end_inset
29160
29161 Image
29162 \begin_inset Quotes crd
29163 \end_inset
29164
29165 , utilisez la commande suivante dans le préambule :
29166 \end_layout
29167
29168 \begin_layout Standard
29169
29170 \series bold
29171
29172 \backslash
29173 renewcommand{
29174 \backslash
29175 fnum@figure}{Image~
29176 \backslash
29177 thefigure}
29178 \end_layout
29179
29180 \begin_layout Standard
29181 où 
29182 \series bold
29183
29184 \backslash
29185 thefigure
29186 \series default
29187  insère le numéro de la figure et
29188 \series bold
29189  
29190 \begin_inset Quotes cld
29191 \end_inset
29192
29193 ~
29194 \series default
29195
29196 \begin_inset Quotes crd
29197 \end_inset
29198
29199  ajoute une espace insécable.
29200 \end_layout
29201
29202 \begin_layout Standard
29203 \begin_inset VSpace bigskip
29204 \end_inset
29205
29206 Si vous utilisez un document de classe 
29207 \series bold
29208 KOMA-Script
29209 \series default
29210
29211 \begin_inset Index idx
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 Paquetages \SpecialChar LaTeX
29216  ! KOMA-Script
29217 \end_layout
29218
29219 \end_inset
29220
29221  (
29222 \family sans
29223 article (KOMA-Script)
29224 \family default
29225
29226 \family sans
29227 book (KOMA-Script)
29228 \family default
29229
29230 \family sans
29231 letter (KOMA-Script)
29232 \family default
29233 , ou 
29234 \family sans
29235 report (KOMA-Script)
29236 \family default
29237
29238 \begin_inset space \thinspace{}
29239 \end_inset
29240
29241 ), Vous pouvez utiliser la commande incorporée 
29242 \series bold
29243
29244 \backslash
29245 setkomafont 
29246 \series default
29247 du paquetage
29248 \series bold
29249  KOMA-Script 
29250 \series default
29251 à la place du paquetage
29252 \series bold
29253  caption.
29254  
29255 \series default
29256 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
29257  suivante au préambule de votre document :
29258 \end_layout
29259
29260 \begin_layout Standard
29261
29262 \series bold
29263
29264 \backslash
29265 setkomafont{captionlabel}{
29266 \backslash
29267 bfseries}
29268 \end_layout
29269
29270 \begin_layout Standard
29271 Pour plus d'information au sujet de 
29272 \series bold
29273
29274 \backslash
29275 setkomafont
29276 \series default
29277  nous vous renvoyons à la documentation du paquetage 
29278 \series bold
29279 KOMA-Script
29280 \series default
29281  
29282 \begin_inset CommandInset citation
29283 LatexCommand cite
29284 key "KOMA-Script"
29285 literal "true"
29286
29287 \end_inset
29288
29289 .
29290 \end_layout
29291
29292 \begin_layout Standard
29293 \begin_inset ERT
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297
29298
29299 \backslash
29300 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
29301 }
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \begin_inset Note Note
29308 status open
29309
29310 \begin_layout Plain Layout
29311 Le format de la légende n'est modifié que pour cet exemple.
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \end_layout
29318
29319 \begin_layout Standard
29320 \begin_inset Float figure
29321 placement !p
29322 wide false
29323 sideways false
29324 status open
29325
29326 \begin_layout Plain Layout
29327 \align center
29328 \begin_inset Graphics
29329         filename ../clipart/2D-intensity-plot.pdf
29330         scaleBeforeRotation
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Plain Layout
29338 \begin_inset Caption Standard
29339
29340 \begin_layout Plain Layout
29341 \begin_inset CommandInset label
29342 LatexCommand label
29343 name "fig:Legende-de-fig"
29344
29345 \end_inset
29346
29347 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
29348  pour montrer les différents types de formats de légendes.
29349  Ici on a utilisé un format de légende personnalisé.
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \end_inset
29358
29359
29360 \end_layout
29361
29362 \begin_layout Standard
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
29371 on}
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \begin_layout Standard
29380 \begin_inset Float table
29381 placement !p
29382 wide false
29383 sideways false
29384 status open
29385
29386 \begin_layout Plain Layout
29387 \begin_inset Caption Standard
29388
29389 \begin_layout Plain Layout
29390 \begin_inset CommandInset label
29391 LatexCommand label
29392 name "tab:Légende-de-tab"
29393
29394 \end_inset
29395
29396 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
29397  pour montrer les différents types de formats de légendes.
29398  Ici on a utilisé le format de légende implicite.
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Plain Layout
29407 \align center
29408 \begin_inset Tabular
29409 <lyxtabular version="3" rows="1" columns="5">
29410 <features tabularvalignment="middle">
29411 <column alignment="center" valignment="top">
29412 <column alignment="center" valignment="top">
29413 <column alignment="center" valignment="top">
29414 <column alignment="center" valignment="top">
29415 <column alignment="center" valignment="top">
29416 <row>
29417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29418 \begin_inset Text
29419
29420 \begin_layout Plain Layout
29421 a
29422 \end_layout
29423
29424 \end_inset
29425 </cell>
29426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29427 \begin_inset Text
29428
29429 \begin_layout Plain Layout
29430 b
29431 \end_layout
29432
29433 \end_inset
29434 </cell>
29435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29436 \begin_inset Text
29437
29438 \begin_layout Plain Layout
29439 c
29440 \end_layout
29441
29442 \end_inset
29443 </cell>
29444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29445 \begin_inset Text
29446
29447 \begin_layout Plain Layout
29448 d
29449 \end_layout
29450
29451 \end_inset
29452 </cell>
29453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457 e
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 </row>
29463 </lyxtabular>
29464
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \end_inset
29471
29472
29473 \end_layout
29474
29475 \begin_layout Section
29476 Positionnement de la Légende
29477 \begin_inset Index idx
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481 Légende ! Placement
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \begin_inset Index idx
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491 Flottants ! Placement de la légende
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \begin_inset CommandInset label
29498 LatexCommand label
29499 name "sec:Placement-légende"
29500
29501 \end_inset
29502
29503
29504 \end_layout
29505
29506 \begin_layout Standard
29507 La règle habituelle pour placer la légende est :
29508 \end_layout
29509
29510 \begin_layout Description
29511 Figure
29512 \begin_inset space ~
29513 \end_inset
29514
29515 : La légende est placée en dessous de la figure
29516 \end_layout
29517
29518 \begin_layout Description
29519 Tableau
29520 \begin_inset space ~
29521 \end_inset
29522
29523 : La légende est placée au dessus du tableau
29524 \end_layout
29525
29526 \begin_layout Standard
29527 Malheureusement les classes standard de \SpecialChar LaTeX
29528  ne gèrent pas les légendes au dessus
29529  des tableaux.
29530  Ce qui fait que si vous utilisez une des classes de document 
29531 \family sans
29532 article
29533 \family default
29534
29535 \family sans
29536 book
29537 \family default
29538
29539 \family sans
29540 letter
29541 \family default
29542 , ou 
29543 \family sans
29544 report
29545 \family default
29546  il n'y aura pas d'espace libre entre la légende et le tableau.
29547  Pour insérer l'espace nécessaire, 
29548 \lang english
29549 load
29550 \lang french
29551  le paquetage \SpecialChar LaTeX
29552  
29553 \series bold
29554 caption
29555 \series default
29556
29557 \begin_inset Index idx
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561 Paquetages \SpecialChar LaTeX
29562  ! caption
29563 \end_layout
29564
29565 \end_inset
29566
29567  dans le préambule de votre document avec l'option
29568 \begin_inset Foot
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 Voir la section
29573 \begin_inset space ~
29574 \end_inset
29575
29576
29577 \begin_inset CommandInset ref
29578 LatexCommand ref
29579 reference "sec:Formatage-légende"
29580
29581 \end_inset
29582
29583  pour plus d'information sur le paquetage 
29584 \series bold
29585 caption
29586 \series default
29587 .
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \begin_layout Standard
29596
29597 \series bold
29598 tableposition=top
29599 \end_layout
29600
29601 \begin_layout Standard
29602 Si vous utilisez une classe de document 
29603 \series bold
29604 KOMA-Script
29605 \series default
29606
29607 \begin_inset Index idx
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 Paquetages \SpecialChar LaTeX
29612  ! KOMA-Script
29613 \end_layout
29614
29615 \end_inset
29616
29617  (
29618 \family sans
29619 article (KOMA-Script)
29620 \family default
29621
29622 \family sans
29623 book (KOMA-Script)
29624 \family default
29625
29626 \family sans
29627 letter (KOMA-Script)
29628 \family default
29629 , ou 
29630 \family sans
29631 report (KOMA-Script)
29632 \family default
29633
29634 \begin_inset space \thinspace{}
29635 \end_inset
29636
29637 ), vous pouvez utiliser à la place du paquetage 
29638 \series bold
29639 caption
29640 \series default
29641  l'option
29642 \end_layout
29643
29644 \begin_layout Standard
29645
29646 \series bold
29647 captions=tableheading
29648 \end_layout
29649
29650 \begin_layout Standard
29651 de la classe de document.
29652 \begin_inset Foot
29653 status open
29654
29655 \begin_layout Plain Layout
29656 Cette option est utilisée dans le document
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \begin_layout Standard
29665 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
29666  le menu contextuel dans une légende avec un clic droit et indiquer si la
29667  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
29668  Vous pouvez de cette façon écraser le réglage global de placement des légendes
29669  pour certaines d'entre elles.
29670  Le tableau
29671 \begin_inset space ~
29672 \end_inset
29673
29674
29675 \begin_inset CommandInset ref
29676 LatexCommand ref
29677 reference "tab:A-caption-marked"
29678
29679 \end_inset
29680
29681  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
29682  alors qu'elle est insérée au-dessus.
29683  Par comparaison, la légende du tableau
29684 \begin_inset space ~
29685 \end_inset
29686
29687
29688 \begin_inset CommandInset ref
29689 LatexCommand ref
29690 reference "tab:A-standard-table"
29691
29692 \end_inset
29693
29694  n'est pas repositionnée.
29695 \end_layout
29696
29697 \begin_layout Standard
29698 \begin_inset Float table
29699 wide false
29700 sideways false
29701 status open
29702
29703 \begin_layout Plain Layout
29704 \begin_inset Caption Below
29705
29706 \begin_layout Plain Layout
29707 \begin_inset CommandInset label
29708 LatexCommand label
29709 name "tab:A-caption-marked"
29710
29711 \end_inset
29712
29713 Une légende positionnée sous le tableau par le menu contextuel
29714 \lang english
29715 .
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \end_layout
29722
29723 \begin_layout Plain Layout
29724 \align center
29725 \begin_inset Tabular
29726 <lyxtabular version="3" rows="3" columns="3">
29727 <features tabularvalignment="middle">
29728 <column alignment="center" valignment="top" width="0pt">
29729 <column alignment="center" valignment="top" width="0pt">
29730 <column alignment="center" valignment="top" width="0pt">
29731 <row>
29732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29733 \begin_inset Text
29734
29735 \begin_layout Plain Layout
29736 1
29737 \end_layout
29738
29739 \end_inset
29740 </cell>
29741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29742 \begin_inset Text
29743
29744 \begin_layout Plain Layout
29745 2
29746 \end_layout
29747
29748 \end_inset
29749 </cell>
29750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29751 \begin_inset Text
29752
29753 \begin_layout Plain Layout
29754 3
29755 \end_layout
29756
29757 \end_inset
29758 </cell>
29759 </row>
29760 <row>
29761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29762 \begin_inset Text
29763
29764 \begin_layout Plain Layout
29765 Jean
29766 \end_layout
29767
29768 \end_inset
29769 </cell>
29770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29771 \begin_inset Text
29772
29773 \begin_layout Plain Layout
29774 Marie
29775 \end_layout
29776
29777 \end_inset
29778 </cell>
29779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29780 \begin_inset Text
29781
29782 \begin_layout Plain Layout
29783 Pierre
29784 \end_layout
29785
29786 \end_inset
29787 </cell>
29788 </row>
29789 <row>
29790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29791 \begin_inset Text
29792
29793 \begin_layout Plain Layout
29794 \begin_inset Formula $\int x^{2}dx$
29795 \end_inset
29796
29797
29798 \end_layout
29799
29800 \end_inset
29801 </cell>
29802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29803 \begin_inset Text
29804
29805 \begin_layout Plain Layout
29806 \begin_inset Formula $\left[\begin{array}{cc}
29807 a & b\\
29808 c & d
29809 \end{array}\right]$
29810 \end_inset
29811
29812
29813 \end_layout
29814
29815 \end_inset
29816 </cell>
29817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29818 \begin_inset Text
29819
29820 \begin_layout Plain Layout
29821 \begin_inset Formula $1+1=2$
29822 \end_inset
29823
29824
29825 \end_layout
29826
29827 \end_inset
29828 </cell>
29829 </row>
29830 </lyxtabular>
29831
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \end_inset
29838
29839
29840 \end_layout
29841
29842 \begin_layout Standard
29843 \begin_inset Float table
29844 wide false
29845 sideways false
29846 status open
29847
29848 \begin_layout Plain Layout
29849 \begin_inset Caption Standard
29850
29851 \begin_layout Plain Layout
29852 \begin_inset CommandInset label
29853 LatexCommand label
29854 name "tab:A-standard-table"
29855
29856 \end_inset
29857
29858 Une légende de tableau standard
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \end_layout
29865
29866 \begin_layout Plain Layout
29867 \align center
29868 \begin_inset Tabular
29869 <lyxtabular version="3" rows="3" columns="3">
29870 <features tabularvalignment="middle">
29871 <column alignment="center" valignment="top" width="0pt">
29872 <column alignment="center" valignment="top" width="0pt">
29873 <column alignment="center" valignment="top" width="0pt">
29874 <row>
29875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29876 \begin_inset Text
29877
29878 \begin_layout Plain Layout
29879 1
29880 \end_layout
29881
29882 \end_inset
29883 </cell>
29884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29885 \begin_inset Text
29886
29887 \begin_layout Plain Layout
29888 2
29889 \end_layout
29890
29891 \end_inset
29892 </cell>
29893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29894 \begin_inset Text
29895
29896 \begin_layout Plain Layout
29897 3
29898 \end_layout
29899
29900 \end_inset
29901 </cell>
29902 </row>
29903 <row>
29904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29905 \begin_inset Text
29906
29907 \begin_layout Plain Layout
29908 Jean
29909 \end_layout
29910
29911 \end_inset
29912 </cell>
29913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29914 \begin_inset Text
29915
29916 \begin_layout Plain Layout
29917 Marie
29918 \end_layout
29919
29920 \end_inset
29921 </cell>
29922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29923 \begin_inset Text
29924
29925 \begin_layout Plain Layout
29926 Pierre
29927 \end_layout
29928
29929 \end_inset
29930 </cell>
29931 </row>
29932 <row>
29933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29934 \begin_inset Text
29935
29936 \begin_layout Plain Layout
29937 \begin_inset Formula $\int x^{2}dx$
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \end_inset
29944 </cell>
29945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29946 \begin_inset Text
29947
29948 \begin_layout Plain Layout
29949 \begin_inset Formula $\left[\begin{array}{cc}
29950 a & b\\
29951 c & d
29952 \end{array}\right]$
29953 \end_inset
29954
29955
29956 \end_layout
29957
29958 \end_inset
29959 </cell>
29960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29961 \begin_inset Text
29962
29963 \begin_layout Plain Layout
29964 \begin_inset Formula $1+1=2$
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \end_inset
29971 </cell>
29972 </row>
29973 </lyxtabular>
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986 \begin_inset VSpace bigskip
29987 \end_inset
29988
29989 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
29990  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
29991  
29992 \series bold
29993 sidecap
29994 \series default
29995
29996 \begin_inset Index idx
29997 status collapsed
29998
29999 \begin_layout Plain Layout
30000 Paquetages \SpecialChar LaTeX
30001  ! sidecap
30002 \end_layout
30003
30004 \end_inset
30005
30006  dans le préambule de votre document avec la ligne de commande suivante
30007 \end_layout
30008
30009 \begin_layout Standard
30010
30011 \series bold
30012
30013 \backslash
30014 usepackage[option]{sidecap}
30015 \end_layout
30016
30017 \begin_layout Standard
30018 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
30019  extérieure – à droite sur les pages impaires et à gauche sur les pages
30020  paires.
30021  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
30022  
30023 \series bold
30024 innercaption
30025 \series default
30026 .
30027  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
30028  
30029 \series bold
30030 rightcaption
30031 \series default
30032  ou 
30033 \series bold
30034 leftcaption
30035 \series default
30036 .
30037 \end_layout
30038
30039 \begin_layout Standard
30040 \begin_inset ERT
30041 status collapsed
30042
30043 \begin_layout Plain Layout
30044
30045
30046 \backslash
30047 ifsidecap
30048 \end_layout
30049
30050 \end_inset
30051
30052
30053 \begin_inset Note Note
30054 status open
30055
30056 \begin_layout Plain Layout
30057 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
30058  
30059 \series bold
30060 sidecap
30061 \series default
30062  a été installé.
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
30072  ajouter ces commandes dans le préambule de votre document :
30073 \end_layout
30074
30075 \begin_layout Standard
30076 \noindent
30077 \begin_inset CommandInset line
30078 LatexCommand rule
30079 offset "0.5ex"
30080 width "100line%"
30081 height "1pt"
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \begin_layout Standard
30089
30090 \series bold
30091
30092 \backslash
30093 newcommand{
30094 \backslash
30095 TabBesBeg}[1][1.0]{%
30096 \begin_inset Newline newline
30097 \end_inset
30098
30099
30100 \begin_inset Phantom HPhantom
30101 status open
30102
30103 \begin_layout Plain Layout
30104 \begin_inset space ~
30105 \end_inset
30106
30107
30108 \end_layout
30109
30110 \end_inset
30111
30112
30113 \backslash
30114 let
30115 \backslash
30116 MyTable
30117 \backslash
30118 table
30119 \begin_inset Newline newline
30120 \end_inset
30121
30122
30123 \begin_inset Phantom HPhantom
30124 status open
30125
30126 \begin_layout Plain Layout
30127
30128 \series medium
30129 \begin_inset space ~
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \backslash
30139 let
30140 \backslash
30141 MyEndtable
30142 \backslash
30143 endtable
30144 \begin_inset Newline newline
30145 \end_inset
30146
30147
30148 \begin_inset Phantom HPhantom
30149 status open
30150
30151 \begin_layout Plain Layout
30152
30153 \series medium
30154 \begin_inset space ~
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \backslash
30164 renewenvironment{table}[1]{
30165 \backslash
30166 begin{SCtable}[#1]##1}{
30167 \backslash
30168 end{SCtable}}}
30169 \end_layout
30170
30171 \begin_layout Standard
30172
30173 \series bold
30174
30175 \backslash
30176 newcommand{
30177 \backslash
30178 TabBesEnd}{%
30179 \begin_inset Newline newline
30180 \end_inset
30181
30182
30183 \begin_inset Phantom HPhantom
30184 status open
30185
30186 \begin_layout Plain Layout
30187 \begin_inset space ~
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \end_inset
30194
30195
30196 \backslash
30197 let
30198 \backslash
30199 table
30200 \backslash
30201 MyTable
30202 \begin_inset Newline newline
30203 \end_inset
30204
30205
30206 \begin_inset Phantom HPhantom
30207 status open
30208
30209 \begin_layout Plain Layout
30210 \begin_inset space ~
30211 \end_inset
30212
30213
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \backslash
30220 let
30221 \backslash
30222 endtable
30223 \backslash
30224 MyEndtable
30225 \end_layout
30226
30227 \begin_layout Standard
30228
30229 \series bold
30230
30231 \backslash
30232 newcommand{
30233 \backslash
30234 FigBesBeg}[1][1.0]{%
30235 \begin_inset Newline newline
30236 \end_inset
30237
30238
30239 \begin_inset Phantom HPhantom
30240 status open
30241
30242 \begin_layout Plain Layout
30243 \begin_inset space ~
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \end_inset
30250
30251
30252 \backslash
30253 let
30254 \backslash
30255 MyFigure
30256 \backslash
30257 figure
30258 \begin_inset Newline newline
30259 \end_inset
30260
30261
30262 \begin_inset Phantom HPhantom
30263 status open
30264
30265 \begin_layout Plain Layout
30266 \begin_inset space ~
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \backslash
30276 let
30277 \backslash
30278 MyEndfigure
30279 \backslash
30280 endfigure
30281 \begin_inset Newline newline
30282 \end_inset
30283
30284
30285 \begin_inset Phantom HPhantom
30286 status open
30287
30288 \begin_layout Plain Layout
30289 \begin_inset space ~
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \end_inset
30296
30297
30298 \backslash
30299 renewenvironment{figure}[1]{
30300 \backslash
30301 begin{SCfigure}[#1]##1}{
30302 \backslash
30303 end{SCfigure}}}
30304 \end_layout
30305
30306 \begin_layout Standard
30307
30308 \series bold
30309
30310 \backslash
30311 newcommand{
30312 \backslash
30313 FigBesEnd}{%
30314 \begin_inset Newline newline
30315 \end_inset
30316
30317
30318 \begin_inset Phantom HPhantom
30319 status open
30320
30321 \begin_layout Plain Layout
30322 \begin_inset space ~
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \backslash
30332 let
30333 \backslash
30334 figure
30335 \backslash
30336 MyFigure
30337 \begin_inset Newline newline
30338 \end_inset
30339
30340
30341 \begin_inset Phantom HPhantom
30342 status open
30343
30344 \begin_layout Plain Layout
30345 \begin_inset space ~
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \backslash
30355 let
30356 \backslash
30357 endfigure
30358 \backslash
30359 MyEndfigure}
30360 \end_layout
30361
30362 \begin_layout Standard
30363 \noindent
30364 \begin_inset CommandInset line
30365 LatexCommand rule
30366 offset "0.5ex"
30367 width "100line%"
30368 height "1pt"
30369
30370 \end_inset
30371
30372
30373 \end_layout
30374
30375 \begin_layout Standard
30376 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
30377  la légende se place sur le côté.
30378  Pour les flottants de figure, utilisez la commande
30379 \end_layout
30380
30381 \begin_layout Standard
30382
30383 \series bold
30384
30385 \backslash
30386 FigBesBeg
30387 \end_layout
30388
30389 \begin_layout Standard
30390 en code \SpecialChar TeX
30391  avant le flottant.
30392  Et insérez la commande
30393 \end_layout
30394
30395 \begin_layout Standard
30396
30397 \series bold
30398
30399 \backslash
30400 FigBesEnd
30401 \end_layout
30402
30403 \begin_layout Standard
30404 en code \SpecialChar TeX
30405  à l'endroit où vous voulez revenir à la définition originale du
30406  flottant.
30407 \end_layout
30408
30409 \begin_layout Standard
30410 Pour les flottants de tableau, utilisez les commandes correspondantes
30411 \end_layout
30412
30413 \begin_layout Standard
30414
30415 \series bold
30416
30417 \backslash
30418 TabBesBeg
30419 \series default
30420  et 
30421 \series bold
30422
30423 \backslash
30424 TabBesEnd
30425 \end_layout
30426
30427 \begin_layout Standard
30428 La figure
30429 \begin_inset space ~
30430 \end_inset
30431
30432
30433 \begin_inset CommandInset ref
30434 LatexCommand ref
30435 reference "fig:legende-a-coté-fig"
30436
30437 \end_inset
30438
30439  et le tableau
30440 \begin_inset space ~
30441 \end_inset
30442
30443
30444 \begin_inset CommandInset ref
30445 LatexCommand ref
30446 reference "tab:legende-à-coté-tableau"
30447
30448 \end_inset
30449
30450  sont des exemples où la légende a été mises sur le coté.
30451 \end_layout
30452
30453 \begin_layout Standard
30454 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
30455  pour les flottants de tableau et vers le bas pour les flottants de figure.
30456  Pour changer ce comportement, vous pouvez utiliser les commandes
30457 \end_layout
30458
30459 \begin_layout Standard
30460
30461 \series bold
30462
30463 \backslash
30464 sidecaptionvpos{type flottant}{placement}
30465 \end_layout
30466
30467 \begin_layout Standard
30468 dans le préambule du document ou en code \SpecialChar TeX
30469  juste avant le flottant visé.
30470  Le type du flottant est soit 
30471 \family sans
30472 figure
30473 \family default
30474  soit 
30475 \family sans
30476 table
30477 \family default
30478 , le placement peut être 
30479 \begin_inset Quotes cld
30480 \end_inset
30481
30482
30483 \family sans
30484 t
30485 \family default
30486
30487 \begin_inset Quotes crd
30488 \end_inset
30489
30490  pour haut (top), 
30491 \begin_inset Quotes cld
30492 \end_inset
30493
30494
30495 \family sans
30496 c
30497 \family default
30498
30499 \begin_inset Quotes crd
30500 \end_inset
30501
30502
30503 \begin_inset Quotes erd
30504 \end_inset
30505
30506  pour centre (center), ou 
30507 \begin_inset Quotes cld
30508 \end_inset
30509
30510
30511 \family sans
30512 b
30513 \family default
30514
30515 \begin_inset Quotes crd
30516 \end_inset
30517
30518  pour bas (bottom).
30519  Pour que, par exemple, les légendes des flottants de figure soient centrés
30520  verticalement, utilisez la commande
30521 \end_layout
30522
30523 \begin_layout Standard
30524
30525 \series bold
30526
30527 \backslash
30528 sidecaptionvpos{figure}{c}
30529 \end_layout
30530
30531 \begin_layout Standard
30532 C'est ce qui a été utilisé pour la figure
30533 \begin_inset space ~
30534 \end_inset
30535
30536
30537 \begin_inset CommandInset ref
30538 LatexCommand ref
30539 reference "fig:legende-à-coté-fig-2"
30540
30541 \end_inset
30542
30543 .
30544 \end_layout
30545
30546 \begin_layout Standard
30547 \begin_inset VSpace medskip
30548 \end_inset
30549
30550
30551 \end_layout
30552
30553 \begin_layout Standard
30554 La largeur de légende par défaut est celle de l'image ou du tableau.
30555  Pour des images ou des tableaux étroits, comme le tableau
30556 \begin_inset space ~
30557 \end_inset
30558
30559
30560 \begin_inset CommandInset ref
30561 LatexCommand ref
30562 reference "tab:legende-à-coté-tableau"
30563
30564 \end_inset
30565
30566 , cela donne des légendes trop étroites.
30567  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
30568  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
30569  La largeur de la légende sera automatiquement recalculée dans le cas où
30570  cette dernière déborderait dans la marge de la page ou de la colonne à
30571  cause de la largeur indiquée.
30572  Le 
30573 \emph on
30574 facteur 
30575 \emph default
30576 peut soit être donné comme argument pour 
30577 \series bold
30578
30579 \backslash
30580 FigBesBeg
30581 \series default
30582 :
30583 \end_layout
30584
30585 \begin_layout Standard
30586
30587 \series bold
30588
30589 \backslash
30590 FigBesBeg[facteur]
30591 \end_layout
30592
30593 \begin_layout Standard
30594 ou dans la définition de 
30595 \series bold
30596
30597 \backslash
30598 FigBesBeg 
30599 \series default
30600 en remplaçant le
30601 \series bold
30602  1.0 
30603 \series default
30604 par une autre valeur.
30605  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
30606  façon implicite quand  
30607 \series bold
30608
30609 \backslash
30610 FigBesBeg
30611 \series default
30612  est utilisé sans argument.
30613  Pour le tableau
30614 \begin_inset space ~
30615 \end_inset
30616
30617
30618 \begin_inset CommandInset ref
30619 LatexCommand ref
30620 reference "tab:cap-beside-tab-wider"
30621
30622 \end_inset
30623
30624  on a utilisé 5 comme facteur.
30625 \end_layout
30626
30627 \begin_layout Standard
30628
30629 \lang english
30630 \begin_inset Note Greyedout
30631 status open
30632
30633 \begin_layout Plain Layout
30634
30635 \series bold
30636 Note:
30637 \series default
30638  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
30639  utiliser l'option de placement, 
30640 \family sans
30641 Ici
30642 \begin_inset space ~
30643 \end_inset
30644
30645 à
30646 \begin_inset space ~
30647 \end_inset
30648
30649 tout
30650 \begin_inset space ~
30651 \end_inset
30652
30653 prix
30654 \family default
30655  parce qu'elle n'est pas gérée par 
30656 \series bold
30657 sidecap
30658 \series default
30659 .
30660 \end_layout
30661
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \begin_layout Standard
30668 \begin_inset VSpace medskip
30669 \end_inset
30670
30671 Pour plus d'information sur le paquetage 
30672 \series bold
30673 sidecap
30674 \series default
30675  nous vous renvoyons à sa documentation 
30676 \begin_inset CommandInset citation
30677 LatexCommand cite
30678 key "sidecap"
30679 literal "true"
30680
30681 \end_inset
30682
30683 .
30684 \end_layout
30685
30686 \begin_layout Standard
30687 \begin_inset Note Greyedout
30688 status open
30689
30690 \begin_layout Plain Layout
30691
30692 \series bold
30693 Note:
30694 \series default
30695  Le paquetage \SpecialChar LaTeX
30696  
30697 \series bold
30698 hypcap
30699 \series default
30700
30701 \begin_inset Index idx
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705 Paquetages \SpecialChar LaTeX
30706  ! hypcap
30707 \end_layout
30708
30709 \end_inset
30710
30711 , qui est décrit dans la section
30712 \begin_inset space ~
30713 \end_inset
30714
30715
30716 \begin_inset CommandInset ref
30717 LatexCommand ref
30718 reference "subsec:Reference-Position"
30719
30720 \end_inset
30721
30722 , n'a pas d'effet sur les flottants avec une légende placée à côté.
30723 \end_layout
30724
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \begin_layout Standard
30731 \begin_inset ERT
30732 status collapsed
30733
30734 \begin_layout Plain Layout
30735
30736
30737 \backslash
30738 FigBesBeg 
30739 \end_layout
30740
30741 \end_inset
30742
30743
30744 \end_layout
30745
30746 \begin_layout Standard
30747 \begin_inset Float figure
30748 wide false
30749 sideways false
30750 status open
30751
30752 \begin_layout Plain Layout
30753 \begin_inset Graphics
30754         filename ../clipart/3D-structure-distort.pdf
30755         scale 50
30756         scaleBeforeRotation
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Plain Layout
30764 \begin_inset Caption Standard
30765
30766 \begin_layout Plain Layout
30767 \begin_inset CommandInset label
30768 LatexCommand label
30769 name "fig:legende-a-coté-fig"
30770
30771 \end_inset
30772
30773 Une légende à côté d'une figure.
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \end_inset
30782
30783
30784 \end_layout
30785
30786 \begin_layout Standard
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792
30793 \backslash
30794 FigBesEnd
30795 \end_layout
30796
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \begin_layout Standard
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808
30809 \backslash
30810 TabBesBeg 
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \begin_layout Standard
30819 \begin_inset Float table
30820 wide false
30821 sideways false
30822 status open
30823
30824 \begin_layout Plain Layout
30825 \begin_inset Caption Standard
30826
30827 \begin_layout Plain Layout
30828 \begin_inset CommandInset label
30829 LatexCommand label
30830 name "tab:legende-à-coté-tableau"
30831
30832 \end_inset
30833
30834 Une légende à côté d'un tableau.
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \end_layout
30841
30842 \begin_layout Plain Layout
30843 \begin_inset Tabular
30844 <lyxtabular version="3" rows="4" columns="5">
30845 <features tabularvalignment="middle">
30846 <column alignment="center" valignment="top">
30847 <column alignment="center" valignment="top">
30848 <column alignment="center" valignment="top">
30849 <column alignment="center" valignment="top">
30850 <column alignment="center" valignment="top">
30851 <row>
30852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30853 \begin_inset Text
30854
30855 \begin_layout Plain Layout
30856 a
30857 \end_layout
30858
30859 \end_inset
30860 </cell>
30861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30862 \begin_inset Text
30863
30864 \begin_layout Plain Layout
30865
30866 \end_layout
30867
30868 \end_inset
30869 </cell>
30870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30871 \begin_inset Text
30872
30873 \begin_layout Plain Layout
30874 b
30875 \end_layout
30876
30877 \end_inset
30878 </cell>
30879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Plain Layout
30883
30884 \end_layout
30885
30886 \end_inset
30887 </cell>
30888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30889 \begin_inset Text
30890
30891 \begin_layout Plain Layout
30892 c
30893 \end_layout
30894
30895 \end_inset
30896 </cell>
30897 </row>
30898 <row>
30899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30900 \begin_inset Text
30901
30902 \begin_layout Plain Layout
30903
30904 \end_layout
30905
30906 \end_inset
30907 </cell>
30908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30909 \begin_inset Text
30910
30911 \begin_layout Plain Layout
30912 d
30913 \end_layout
30914
30915 \end_inset
30916 </cell>
30917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30918 \begin_inset Text
30919
30920 \begin_layout Plain Layout
30921
30922 \end_layout
30923
30924 \end_inset
30925 </cell>
30926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30927 \begin_inset Text
30928
30929 \begin_layout Plain Layout
30930 e
30931 \end_layout
30932
30933 \end_inset
30934 </cell>
30935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30936 \begin_inset Text
30937
30938 \begin_layout Plain Layout
30939
30940 \end_layout
30941
30942 \end_inset
30943 </cell>
30944 </row>
30945 <row>
30946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30947 \begin_inset Text
30948
30949 \begin_layout Plain Layout
30950 f
30951 \end_layout
30952
30953 \end_inset
30954 </cell>
30955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30956 \begin_inset Text
30957
30958 \begin_layout Plain Layout
30959
30960 \end_layout
30961
30962 \end_inset
30963 </cell>
30964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30965 \begin_inset Text
30966
30967 \begin_layout Plain Layout
30968 g
30969 \end_layout
30970
30971 \end_inset
30972 </cell>
30973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30974 \begin_inset Text
30975
30976 \begin_layout Plain Layout
30977
30978 \end_layout
30979
30980 \end_inset
30981 </cell>
30982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30983 \begin_inset Text
30984
30985 \begin_layout Plain Layout
30986 h
30987 \end_layout
30988
30989 \end_inset
30990 </cell>
30991 </row>
30992 <row>
30993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30994 \begin_inset Text
30995
30996 \begin_layout Plain Layout
30997
30998 \end_layout
30999
31000 \end_inset
31001 </cell>
31002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31003 \begin_inset Text
31004
31005 \begin_layout Plain Layout
31006 i
31007 \end_layout
31008
31009 \end_inset
31010 </cell>
31011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31012 \begin_inset Text
31013
31014 \begin_layout Plain Layout
31015
31016 \end_layout
31017
31018 \end_inset
31019 </cell>
31020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31021 \begin_inset Text
31022
31023 \begin_layout Plain Layout
31024 j
31025 \end_layout
31026
31027 \end_inset
31028 </cell>
31029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31030 \begin_inset Text
31031
31032 \begin_layout Plain Layout
31033
31034 \end_layout
31035
31036 \end_inset
31037 </cell>
31038 </row>
31039 </lyxtabular>
31040
31041 \end_inset
31042
31043
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Standard
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057
31058 \backslash
31059 TabBesEnd
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 \begin_inset ERT
31069 status collapsed
31070
31071 \begin_layout Plain Layout
31072
31073
31074 \backslash
31075 FigBesBeg 
31076 \end_layout
31077
31078 \end_inset
31079
31080
31081 \end_layout
31082
31083 \begin_layout Standard
31084 \begin_inset ERT
31085 status collapsed
31086
31087 \begin_layout Plain Layout
31088
31089
31090 \backslash
31091 sidecaptionvpos{figure}{c}
31092 \end_layout
31093
31094 \end_inset
31095
31096
31097 \begin_inset Float figure
31098 wide false
31099 sideways false
31100 status open
31101
31102 \begin_layout Plain Layout
31103 \begin_inset Graphics
31104         filename ../clipart/3D-structure-distort.pdf
31105         scale 50
31106         scaleBeforeRotation
31107
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Plain Layout
31114 \begin_inset Caption Standard
31115
31116 \begin_layout Plain Layout
31117 \begin_inset CommandInset label
31118 LatexCommand label
31119 name "fig:legende-à-coté-fig-2"
31120
31121 \end_inset
31122
31123 Une légende centrée verticalement à côté d'une figure.
31124 \end_layout
31125
31126 \end_inset
31127
31128
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \end_layout
31135
31136 \begin_layout Standard
31137 \begin_inset ERT
31138 status collapsed
31139
31140 \begin_layout Plain Layout
31141
31142
31143 \backslash
31144 FigBesEnd
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \begin_layout Standard
31153 \begin_inset ERT
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157
31158
31159 \backslash
31160 TabBesBeg[5]
31161 \end_layout
31162
31163 \end_inset
31164
31165
31166 \end_layout
31167
31168 \begin_layout Standard
31169 \begin_inset Float table
31170 wide false
31171 sideways false
31172 status open
31173
31174 \begin_layout Plain Layout
31175 \begin_inset Caption Standard
31176
31177 \begin_layout Plain Layout
31178
31179 \lang english
31180 \begin_inset CommandInset label
31181 LatexCommand label
31182 name "tab:cap-beside-tab-wider"
31183
31184 \end_inset
31185
31186 This is a caption is wider than the one in
31187 \lang french
31188  tableau
31189 \begin_inset space ~
31190 \end_inset
31191
31192
31193 \begin_inset CommandInset ref
31194 LatexCommand ref
31195 reference "tab:legende-à-coté-tableau"
31196
31197 \end_inset
31198
31199 .
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Plain Layout
31208 \begin_inset Tabular
31209 <lyxtabular version="3" rows="4" columns="5">
31210 <features tabularvalignment="middle">
31211 <column alignment="center" valignment="top">
31212 <column alignment="center" valignment="top">
31213 <column alignment="center" valignment="top">
31214 <column alignment="center" valignment="top">
31215 <column alignment="center" valignment="top">
31216 <row>
31217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31218 \begin_inset Text
31219
31220 \begin_layout Plain Layout
31221 a
31222 \end_layout
31223
31224 \end_inset
31225 </cell>
31226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31227 \begin_inset Text
31228
31229 \begin_layout Plain Layout
31230
31231 \end_layout
31232
31233 \end_inset
31234 </cell>
31235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31236 \begin_inset Text
31237
31238 \begin_layout Plain Layout
31239 b
31240 \end_layout
31241
31242 \end_inset
31243 </cell>
31244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31245 \begin_inset Text
31246
31247 \begin_layout Plain Layout
31248
31249 \end_layout
31250
31251 \end_inset
31252 </cell>
31253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31254 \begin_inset Text
31255
31256 \begin_layout Plain Layout
31257 c
31258 \end_layout
31259
31260 \end_inset
31261 </cell>
31262 </row>
31263 <row>
31264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31265 \begin_inset Text
31266
31267 \begin_layout Plain Layout
31268
31269 \end_layout
31270
31271 \end_inset
31272 </cell>
31273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31274 \begin_inset Text
31275
31276 \begin_layout Plain Layout
31277 d
31278 \end_layout
31279
31280 \end_inset
31281 </cell>
31282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31283 \begin_inset Text
31284
31285 \begin_layout Plain Layout
31286
31287 \end_layout
31288
31289 \end_inset
31290 </cell>
31291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31292 \begin_inset Text
31293
31294 \begin_layout Plain Layout
31295 e
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304
31305 \end_layout
31306
31307 \end_inset
31308 </cell>
31309 </row>
31310 <row>
31311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31312 \begin_inset Text
31313
31314 \begin_layout Plain Layout
31315 f
31316 \end_layout
31317
31318 \end_inset
31319 </cell>
31320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31321 \begin_inset Text
31322
31323 \begin_layout Plain Layout
31324
31325 \end_layout
31326
31327 \end_inset
31328 </cell>
31329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31330 \begin_inset Text
31331
31332 \begin_layout Plain Layout
31333 g
31334 \end_layout
31335
31336 \end_inset
31337 </cell>
31338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31339 \begin_inset Text
31340
31341 \begin_layout Plain Layout
31342
31343 \end_layout
31344
31345 \end_inset
31346 </cell>
31347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31348 \begin_inset Text
31349
31350 \begin_layout Plain Layout
31351 h
31352 \end_layout
31353
31354 \end_inset
31355 </cell>
31356 </row>
31357 <row>
31358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31359 \begin_inset Text
31360
31361 \begin_layout Plain Layout
31362
31363 \end_layout
31364
31365 \end_inset
31366 </cell>
31367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31368 \begin_inset Text
31369
31370 \begin_layout Plain Layout
31371 i
31372 \end_layout
31373
31374 \end_inset
31375 </cell>
31376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31377 \begin_inset Text
31378
31379 \begin_layout Plain Layout
31380
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31386 \begin_inset Text
31387
31388 \begin_layout Plain Layout
31389 j
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout Plain Layout
31398
31399 \end_layout
31400
31401 \end_inset
31402 </cell>
31403 </row>
31404 </lyxtabular>
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \end_inset
31412
31413
31414 \end_layout
31415
31416 \begin_layout Standard
31417 \begin_inset ERT
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421
31422
31423 \backslash
31424 TabBesEnd
31425 \end_layout
31426
31427 \end_inset
31428
31429
31430 \end_layout
31431
31432 \begin_layout Standard
31433 \begin_inset ERT
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437
31438
31439 \backslash
31440 else
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \begin_inset Note Note
31447 status open
31448
31449 \begin_layout Plain Layout
31450 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
31451  
31452 \series bold
31453 sidecap
31454 \series default
31455  n'est pas installé :
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \begin_layout Standard
31464 Vous devez installer le paquetage \SpecialChar LaTeX
31465  
31466 \series bold
31467 sidecap
31468 \series default
31469  pour voir la suite de cette section dans la sortie imprimée.
31470 \end_layout
31471
31472 \begin_layout Standard
31473 \begin_inset ERT
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477
31478
31479 \backslash
31480 fi
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \end_layout
31487
31488 \begin_layout Section
31489 Les listes de flottants
31490 \begin_inset Index idx
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494 Flottants ! Listes de Flottants
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 De la même façon que la table des matières fait la liste des sections du
31504  document, il y a des listes pour tous les types de flottants, comme par
31505  exemple pour les figures du document.
31506  Vous pouvez les insérer en utilisant le menu 
31507 \family sans
31508 Insertion\SpecialChar menuseparator
31509 Listes
31510 \begin_inset space ~
31511 \end_inset
31512
31513 &
31514 \begin_inset space ~
31515 \end_inset
31516
31517 TdM
31518 \family default
31519 .
31520 \end_layout
31521
31522 \begin_layout Standard
31523 Les entrées de la liste sont la légende du flottant ou éventuellement le
31524  titre court, le numéro du flottant, et le numéro de la page où le flottant
31525  apparaît dans le document.
31526 \end_layout
31527
31528 \begin_layout Standard
31529 Vous trouverez à la fin de ce document une liste des figures et une liste
31530  des tableaux.
31531 \end_layout
31532
31533 \begin_layout Chapter
31534 Notes
31535 \end_layout
31536
31537 \begin_layout Section
31538 Les notes de \SpecialChar LyX
31539
31540 \begin_inset Index idx
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544 Notes ! Notes \SpecialChar LyX
31545  
31546 \end_layout
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 On peut insérer une note en utilisant le bouton 
31555 \begin_inset Info
31556 type  "icon"
31557 arg   "note-insert"
31558 \end_inset
31559
31560  de la barre d'outils ou avec le menu 
31561 \family sans
31562 Insertion\SpecialChar menuseparator
31563 Note
31564 \family default
31565 .
31566  Il y a trois types de notes :
31567 \end_layout
31568
31569 \begin_layout Description
31570 Note
31571 \begin_inset space ~
31572 \end_inset
31573
31574 \SpecialChar LyX
31575  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
31576  La boîte de cette note ressemble à ceci :
31577 \begin_inset Newline newline
31578 \end_inset
31579
31580
31581 \begin_inset Newline newline
31582 \end_inset
31583
31584
31585 \begin_inset Graphics
31586         filename clipart/LyXNoteImage.png
31587         display false
31588         scale 90
31589         scaleBeforeRotation
31590
31591 \end_inset
31592
31593  
31594 \begin_inset Note Note
31595 status open
31596
31597 \begin_layout Plain Layout
31598 Le texte de cette note n'apparaîtra pas à l'impression.
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \begin_layout Description
31607 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
31608  il est inséré comme un commentaire \SpecialChar LaTeX
31609  quand vous exportez votre document
31610  vers un fichier au format \SpecialChar LaTeX
31611  avec le menu 
31612 \family sans
31613 Fichier\SpecialChar menuseparator
31614 Exporter\SpecialChar menuseparator
31615 LaTeX
31616 \begin_inset space ~
31617 \end_inset
31618
31619 (pdflatex) / (plain)
31620 \family default
31621 .
31622  La boîte de cette note ressemble à ceci :
31623 \begin_inset Newline newline
31624 \end_inset
31625
31626
31627 \begin_inset Newline newline
31628 \end_inset
31629
31630
31631 \begin_inset Graphics
31632         filename clipart/CommentNoteImage.png
31633         display false
31634         scale 90
31635         scaleBeforeRotation
31636
31637 \end_inset
31638
31639  
31640 \begin_inset Note Comment
31641 status open
31642
31643 \begin_layout Plain Layout
31644 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
31645  \SpecialChar LaTeX
31646 .
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \end_layout
31653
31654 \begin_layout Description
31655 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
31656  La boîte de cette note ressemble à ceci :
31657 \begin_inset Newline newline
31658 \end_inset
31659
31660
31661 \begin_inset Newline newline
31662 \end_inset
31663
31664
31665 \begin_inset Graphics
31666         filename clipart/GreyedOutNoteImage.png
31667         lyxscale 80
31668         display false
31669         scale 90
31670         scaleBeforeRotation
31671
31672 \end_inset
31673
31674
31675 \begin_inset Newline newline
31676 \end_inset
31677
31678
31679 \begin_inset ERT
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683
31684
31685 \backslash
31686 renewenvironment{lyxgreyedout}
31687 \end_layout
31688
31689 \begin_layout Plain Layout
31690
31691 {
31692 \backslash
31693 textcolor[gray]{0.8}
31694 \backslash
31695 bgroup}{
31696 \backslash
31697 egroup}
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \begin_inset Note Greyedout
31704 status open
31705
31706 \begin_layout Plain Layout
31707 Le texte de ce commentaire apparaîtra à l'impression sous forme de texte
31708  grisé.
31709 \end_layout
31710
31711 \end_inset
31712
31713
31714 \begin_inset ERT
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718
31719
31720 \backslash
31721 renewenvironment{lyxgreyedout}
31722 \end_layout
31723
31724 \begin_layout Plain Layout
31725
31726 {
31727 \backslash
31728 textcolor{blue}
31729 \backslash
31730 bgroup}{
31731 \backslash
31732 egroup}
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \begin_inset Note Note
31739 status collapsed
31740
31741 \begin_layout Plain Layout
31742 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
31743  originale qu'elle a dans \SpecialChar LyX
31744 .
31745  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
31746  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
31747 \end_layout
31748
31749 \end_inset
31750
31751
31752 \begin_inset Newline newline
31753 \end_inset
31754
31755
31756 \begin_inset Newline newline
31757 \end_inset
31758
31759 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
31760  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
31761 \end_layout
31762
31763 \begin_layout Standard
31764 \begin_inset VSpace bigskip
31765 \end_inset
31766
31767 Quand vous utilisez le bouton 
31768 \begin_inset Info
31769 type  "icon"
31770 arg   "note-insert"
31771 \end_inset
31772
31773  de la barre d'outils, vous insérez une 
31774 \family sans
31775 Note
31776 \begin_inset space ~
31777 \end_inset
31778
31779 \SpecialChar LyX
31780
31781 \family default
31782 .
31783  Vous pouvez commuter entre les trois types de note avec un clic droit sur
31784  la boîte.
31785  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
31786 la et cliquez sur le bouton d'insertion de note.
31787  Pour retransformer une note en texte, appuyez sur la touche 
31788 \family sans
31789 backspace
31790 \family default
31791  quand le curseur est au tout début de la note ou appuyez sur la touche
31792  
31793 \family sans
31794 Suppr.
31795
31796 \family default
31797  quand le curseur se trouve à la fin de la note.
31798 \end_layout
31799
31800 \begin_layout Standard
31801 \begin_inset VSpace bigskip
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 Vous pouvez changer la couleur des notes grisées dans le menu 
31809 \family sans
31810 Document\SpecialChar menuseparator
31811 Paramètres\SpecialChar menuseparator
31812 Couleurs
31813 \family default
31814 .
31815 \end_layout
31816
31817 \begin_layout Section
31818 Notes en bas de page
31819 \begin_inset CommandInset label
31820 LatexCommand label
31821 name "sec:Notes-bas-de-page"
31822
31823 \end_inset
31824
31825
31826 \begin_inset Index idx
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830 Notes ! Notes de bas de page
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \begin_inset Index idx
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840 Notes de bas de page
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \end_layout
31847
31848 \begin_layout Standard
31849 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
31850  
31851 \begin_inset Info
31852 type  "icon"
31853 arg   "footnote-insert"
31854 \end_inset
31855
31856  de la barre d'outils, soit en utilisant le menu 
31857 \family sans
31858 Insertion\SpecialChar menuseparator
31859 Note
31860 \begin_inset space ~
31861 \end_inset
31862
31863 en
31864 \begin_inset space ~
31865 \end_inset
31866
31867 Bas
31868 \begin_inset space ~
31869 \end_inset
31870
31871 de
31872 \begin_inset space ~
31873 \end_inset
31874
31875 Page
31876 \family default
31877 .
31878  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
31879  rouge 
31880 \begin_inset Quotes cld
31881 \end_inset
31882
31883 bas
31884 \begin_inset Quotes crd
31885 \end_inset
31886
31887  qui ressemble à ceci : 
31888 \begin_inset Graphics
31889         filename clipart/footnote.png
31890         scale 95
31891         scaleBeforeRotation
31892
31893 \end_inset
31894
31895  Vous pouvez y entrer votre texte.
31896  Si vous voulez transformer du texte déjà existant en note en bas de page,
31897  sélectionnez-le et cliquez sur le bouton 
31898 \family sans
31899 Note
31900 \begin_inset space ~
31901 \end_inset
31902
31903 en
31904 \begin_inset space ~
31905 \end_inset
31906
31907 Bas
31908 \begin_inset space ~
31909 \end_inset
31910
31911 de
31912 \begin_inset space ~
31913 \end_inset
31914
31915 Page
31916 \family default
31917  de la barre d'outils.
31918  Pour retransformer une note de bas de page en texte, appuyez sur la touche
31919  
31920 \family sans
31921 Backspace
31922 \family default
31923  quand le curseur est au tout début de la note ou appuyez sur la touche
31924  
31925 \family sans
31926 Suppr.
31927
31928 \family default
31929  quand le curseur se trouve à la fin de la note.
31930 \end_layout
31931
31932 \begin_layout Standard
31933 Voici un exemple de note en bas de page:
31934 \begin_inset Foot
31935 status open
31936
31937 \begin_layout Plain Layout
31938 \begin_inset CommandInset label
31939 LatexCommand label
31940 name "fn:Note-en-bas"
31941
31942 \end_inset
31943
31944 Ceci est un exemple de note en bas de page.
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \begin_inset ERT
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954
31955
31956 \backslash
31957 newcounter{MyRepeatFoot}
31958 \end_layout
31959
31960 \begin_layout Plain Layout
31961
31962
31963 \backslash
31964 setcounter{MyRepeatFoot}{
31965 \backslash
31966 thefootnote}
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \end_layout
31973
31974 \begin_layout Standard
31975 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
31976  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
31977  de note.
31978  Le texte de la note est placé en bas de la page courante.
31979  Le numéro de note est calculé par \SpecialChar LaTeX
31980 , et les numéros se suivent.
31981  Selon votre classe de document les numéros de notes pourront être réinitialisés
31982  à chaque nouveau chapitre.
31983 \end_layout
31984
31985 \begin_layout Standard
31986 On peut faire référence à une note en bas de page comme on le fait avec
31987  les flottants : Insérez une étiquette dans la note et faites une référence
31988  croisée vers cette étiquette comme c'est décrit dans la
31989 \begin_inset space ~
31990 \end_inset
31991
31992
31993 \begin_inset CommandInset ref
31994 LatexCommand ref
31995 reference "sec:Referencer-les-Flottants"
31996
31997 \end_inset
31998
31999 .
32000 \begin_inset Newline newline
32001 \end_inset
32002
32003 Voici une référence à une note de bas de page :
32004 \begin_inset space ~
32005 \end_inset
32006
32007
32008 \begin_inset CommandInset ref
32009 LatexCommand ref
32010 reference "fn:Note-en-bas"
32011
32012 \end_inset
32013
32014 .
32015 \end_layout
32016
32017 \begin_layout Standard
32018 \begin_inset VSpace defskip
32019 \end_inset
32020
32021
32022 \lang english
32023 Footnotes in title environments are usually not numbered with symbols and
32024  they cannot contain several paragraphs.
32025  See for example the footnote in the titling of this document.
32026 \end_layout
32027
32028 \begin_layout Standard
32029 \begin_inset VSpace defskip
32030 \end_inset
32031
32032
32033 \end_layout
32034
32035 \begin_layout Standard
32036 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
32037  par \SpecialChar LaTeX
32038  pour des raisons techniques.
32039  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
32040  
32041 \series bold
32042
32043 \backslash
32044 footnotemark{}
32045 \series default
32046  en code \SpecialChar TeX
32047  à la place de la note de bas de page.
32048  Le texte de la note est mis en argument de la commande \SpecialChar TeX
32049  
32050 \series bold
32051
32052 \backslash
32053 footnotetext
32054 \series default
32055  après le tableau.
32056 \begin_inset Newline newline
32057 \end_inset
32058
32059 C'est ce qui a été fait pour le tableau qui suit avec la commande
32060 \end_layout
32061
32062 \begin_layout Standard
32063
32064 \series bold
32065
32066 \backslash
32067 footnotetext{
32068 \series default
32069 Note de bas de page de tableau imprimée.
32070 \series bold
32071 }
32072 \end_layout
32073
32074 \begin_layout Standard
32075
32076 \lang english
32077 \begin_inset Tabular
32078 <lyxtabular version="3" rows="2" columns="1">
32079 <features tabularvalignment="middle">
32080 <column alignment="center" valignment="top">
32081 <row>
32082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32083 \begin_inset Text
32084
32085 \begin_layout Plain Layout
32086 Un exemple de texte
32087 \begin_inset Foot
32088 status open
32089
32090 \begin_layout Plain Layout
32091 Cette note ne sera pas imprimée
32092 \begin_inset space ~
32093 \end_inset
32094
32095 !
32096 \end_layout
32097
32098 \end_inset
32099
32100
32101 \end_layout
32102
32103 \end_inset
32104 </cell>
32105 </row>
32106 <row>
32107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32108 \begin_inset Text
32109
32110 \begin_layout Plain Layout
32111 Un autre exemple de texte
32112 \begin_inset ERT
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116
32117
32118 \backslash
32119 footnotemark{}
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \end_inset
32128 </cell>
32129 </row>
32130 </lyxtabular>
32131
32132 \end_inset
32133
32134
32135 \begin_inset ERT
32136 status collapsed
32137
32138 \begin_layout Plain Layout
32139
32140
32141 \backslash
32142 footnotetext{
32143 \end_layout
32144
32145 \end_inset
32146
32147
32148 \lang french
32149 Note de bas de page de tableau imprimée.
32150 \lang english
32151
32152 \begin_inset ERT
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156
32157 }
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \begin_layout Standard
32166 Les notes de bas de page dans des tableaux multi-pages sont décrites dans
32167  la section
32168 \begin_inset space ~
32169 \end_inset
32170
32171
32172 \begin_inset CommandInset ref
32173 LatexCommand ref
32174 reference "subsec:Notes-dans-tableau-multi-pages"
32175
32176 \end_inset
32177
32178 .
32179 \end_layout
32180
32181 \begin_layout Standard
32182 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
32183  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
32184 e, vu que la minipage est considérée comme une page se trouvant dans une
32185  autre page.
32186  Pour plus d'information sur les minipages, voyez la section
32187 \begin_inset space ~
32188 \end_inset
32189
32190
32191 \begin_inset CommandInset ref
32192 LatexCommand ref
32193 reference "sec:Minipages"
32194
32195 \end_inset
32196
32197 .
32198  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
32199  s'imprime en bas de page comme une note normale, on doit aussi utiliser
32200  la méthode utilisant les commandes 
32201 \series bold
32202
32203 \backslash
32204 footnotemark{}
32205 \series default
32206  et 
32207 \series bold
32208
32209 \backslash
32210 footnotetext
32211 \series default
32212 .
32213 \end_layout
32214
32215 \begin_layout Standard
32216 \begin_inset Box Frameless
32217 position "t"
32218 hor_pos "c"
32219 has_inner_box 1
32220 inner_pos "t"
32221 use_parbox 0
32222 use_makebox 0
32223 width "100col%"
32224 special "none"
32225 height "1in"
32226 height_special "totalheight"
32227 thickness "0.4pt"
32228 separation "3pt"
32229 shadowsize "4pt"
32230 framecolor "black"
32231 backgroundcolor "none"
32232 status open
32233
32234 \begin_layout Plain Layout
32235 Un exemple de texte dans une minipage.
32236 \begin_inset Foot
32237 status open
32238
32239 \begin_layout Plain Layout
32240 Note de bas de page dans la minipage.
32241 \end_layout
32242
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \begin_layout Plain Layout
32249 Un autre exemple de texte dans une minipage.
32250 \begin_inset ERT
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254
32255
32256 \backslash
32257 footnotemark{}
32258 \end_layout
32259
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 \begin_inset ERT
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275
32276
32277 \backslash
32278 footnotetext{
32279 \end_layout
32280
32281 \end_inset
32282
32283 Note de bas de page en dehors de la minipage.
32284 \begin_inset ERT
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288
32289 }
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \begin_layout Standard
32298 \begin_inset VSpace defskip
32299 \end_inset
32300
32301
32302 \end_layout
32303
32304 \begin_layout Standard
32305 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
32306  utilisez la commande 
32307 \series bold
32308
32309 \backslash
32310 footnotemark[number]
32311 \series default
32312  en code \SpecialChar TeX
32313 .
32314 \begin_inset Newline newline
32315 \end_inset
32316
32317 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
32318  votre texte, vous devez enregistrer son numéro.
32319  Dans l'exemple de marque de note de bas de page suivant, ces commandes
32320  ont été insérées en code \SpecialChar TeX
32321  après la note
32322 \begin_inset space ~
32323 \end_inset
32324
32325
32326 \begin_inset CommandInset ref
32327 LatexCommand ref
32328 reference "fn:Note-en-bas"
32329
32330 \end_inset
32331
32332  pour enregistrer son numéro
32333 \begin_inset space ~
32334 \end_inset
32335
32336 :
32337 \end_layout
32338
32339 \begin_layout Standard
32340
32341 \series bold
32342
32343 \backslash
32344 newcounter{MaNoteDupliquee}
32345 \begin_inset Newline newline
32346 \end_inset
32347
32348
32349 \backslash
32350 setcounter{MaNoteDupliquee}{
32351 \backslash
32352 thefootnote}
32353 \end_layout
32354
32355 \begin_layout Standard
32356 La note de bas de page a été créée avec la commande
32357 \begin_inset space ~
32358 \end_inset
32359
32360 :
32361 \end_layout
32362
32363 \begin_layout Standard
32364
32365 \series bold
32366
32367 \backslash
32368 footnotemark[
32369 \backslash
32370 MaNoteDupliquee]
32371 \end_layout
32372
32373 \begin_layout Standard
32374 Voici une note de bas de page dupliquée
32375 \begin_inset space ~
32376 \end_inset
32377
32378 :
32379 \begin_inset ERT
32380 status collapsed
32381
32382 \begin_layout Plain Layout
32383
32384
32385 \backslash
32386 footnotemark[
32387 \backslash
32388 theMyRepeatFoot]
32389 \end_layout
32390
32391 \end_inset
32392
32393
32394 \end_layout
32395
32396 \begin_layout Standard
32397 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
32398 t du numéro de note et juste utiliser la commande suivante
32399 \end_layout
32400
32401 \begin_layout Standard
32402
32403 \series bold
32404
32405 \backslash
32406 footnotemark[
32407 \backslash
32408 thefootnote]
32409 \end_layout
32410
32411 \begin_layout Standard
32412 Voici une autre note de bas de page dupliquée
32413 \begin_inset space ~
32414 \end_inset
32415
32416 :
32417 \begin_inset ERT
32418 status collapsed
32419
32420 \begin_layout Plain Layout
32421
32422
32423 \backslash
32424 footnotemark[
32425 \backslash
32426 thefootnote]
32427 \end_layout
32428
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \begin_layout Subsection
32435 Numérotation de notes de bas de page
32436 \begin_inset CommandInset label
32437 LatexCommand label
32438 name "subsec:Numerotation-notes-bas-de-page"
32439
32440 \end_inset
32441
32442
32443 \begin_inset Index idx
32444 status collapsed
32445
32446 \begin_layout Plain Layout
32447 Notes de bas de page ! Numérotation
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Standard
32456 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
32457  ajoutez cette commande dans le préambule de votre document :
32458 \end_layout
32459
32460 \begin_layout Standard
32461
32462 \series bold
32463
32464 \backslash
32465 @addtoreset{footnote}{section}
32466 \end_layout
32467
32468 \begin_layout Standard
32469 \begin_inset VSpace bigskip
32470 \end_inset
32471
32472 La commande de préambule suivante change le style de numérotation des notes
32473  en petits chiffres romains :
32474 \end_layout
32475
32476 \begin_layout Standard
32477
32478 \series bold
32479
32480 \backslash
32481 renewcommand{
32482 \backslash
32483 thefootnote}{
32484 \backslash
32485 roman{footnote}}
32486 \end_layout
32487
32488 \begin_layout Standard
32489 \begin_inset ERT
32490 status collapsed
32491
32492 \begin_layout Plain Layout
32493
32494
32495 \backslash
32496 renewcommand{
32497 \backslash
32498 thefootnote}{
32499 \backslash
32500 roman{footnote}}
32501 \end_layout
32502
32503 \end_inset
32504
32505  Cette note de bas de page utilise une numérotation en chiffres romains
32506  :
32507 \begin_inset Foot
32508 status open
32509
32510 \begin_layout Plain Layout
32511 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
32512  romains.
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \begin_layout Standard
32521 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
32522  la commande précédente 
32523 \series bold
32524
32525 \backslash
32526 roman
32527 \series default
32528  par 
32529 \series bold
32530
32531 \backslash
32532 Roman
32533 \series default
32534 .
32535  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
32536  utilisez respectivement soit 
32537 \series bold
32538
32539 \backslash
32540 Alph
32541 \series default
32542  soit 
32543 \series bold
32544
32545 \backslash
32546 alph
32547 \series default
32548 .
32549  Pour les 
32550 \begin_inset Quotes cld
32551 \end_inset
32552
32553 numéroter
32554 \begin_inset Quotes crd
32555 \end_inset
32556
32557  avec des symboles, utilisez 
32558 \series bold
32559
32560 \backslash
32561 fnsymbol
32562 \series default
32563 .
32564 \end_layout
32565
32566 \begin_layout Standard
32567 \begin_inset Note Greyedout
32568 status open
32569
32570 \begin_layout Plain Layout
32571
32572 \series bold
32573 Note:
32574 \series default
32575  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
32576  puisque cette numérotation est limitée à des lettres seules.
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \begin_inset Newline newline
32583 \end_inset
32584
32585
32586 \begin_inset Note Greyedout
32587 status open
32588
32589 \begin_layout Plain Layout
32590
32591 \series bold
32592 Note:
32593 \series default
32594  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
32595 \end_layout
32596
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \begin_layout Standard
32603 Pour revenir au style de numérotation implicite quand vous en avez changé,
32604  utilisez 
32605 \series bold
32606
32607 \backslash
32608 arabic
32609 \series default
32610  à la place de 
32611 \series bold
32612
32613 \backslash
32614 roman
32615 \series default
32616  dans la commande précédente.
32617 \begin_inset ERT
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621
32622
32623 \backslash
32624 renewcommand{
32625 \backslash
32626 thefootnote}{
32627 \backslash
32628 arabic{footnote}}
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \begin_layout Standard
32637 \begin_inset VSpace bigskip
32638 \end_inset
32639
32640
32641 \end_layout
32642
32643 \begin_layout Standard
32644 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
32645  le schéma 
32646 \begin_inset Quotes cld
32647 \end_inset
32648
32649 chapitre.note
32650 \begin_inset Quotes crd
32651 \end_inset
32652
32653 , ajoutez la commande suivante au préambule de votre document :
32654 \end_layout
32655
32656 \begin_layout Standard
32657
32658 \series bold
32659
32660 \backslash
32661 numberwithin{footnote}{chapter}
32662 \end_layout
32663
32664 \begin_layout Standard
32665 Pour pouvoir utiliser la commande 
32666 \series bold
32667
32668 \backslash
32669 numberwithin
32670 \series default
32671 , activez dans la rubrique 
32672 \family sans
32673 Options
32674 \begin_inset space ~
32675 \end_inset
32676
32677 des
32678 \begin_inset space ~
32679 \end_inset
32680
32681 Maths
32682 \family default
32683  dans les paramètres du document, l'option 
32684 \family sans
32685 Utiliser
32686 \begin_inset space ~
32687 \end_inset
32688
32689 le
32690 \begin_inset space ~
32691 \end_inset
32692
32693 paquetage
32694 \begin_inset space ~
32695 \end_inset
32696
32697 maths
32698 \begin_inset space ~
32699 \end_inset
32700
32701 AMS
32702 \family default
32703 .
32704 \end_layout
32705
32706 \begin_layout Standard
32707 \begin_inset ERT
32708 status collapsed
32709
32710 \begin_layout Plain Layout
32711
32712
32713 \backslash
32714 numberwithin{footnote}{chapter}
32715 \end_layout
32716
32717 \end_inset
32718
32719 Ceci est un autre exemple de note de bas de page:
32720 \series bold
32721
32722 \begin_inset Foot
32723 status open
32724
32725 \begin_layout Plain Layout
32726 Cette note est numérotée en suivant le schéma 
32727 \begin_inset Quotes cld
32728 \end_inset
32729
32730 chapitre.note
32731 \begin_inset Quotes crd
32732 \end_inset
32733
32734 .
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \series default
32741
32742 \begin_inset ERT
32743 status collapsed
32744
32745 \begin_layout Plain Layout
32746
32747
32748 \backslash
32749 renewcommand{
32750 \backslash
32751 thefootnote}{
32752 \backslash
32753 arabic{footnote}}
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Standard
32762 \begin_inset Note Greyedout
32763 status open
32764
32765 \begin_layout Plain Layout
32766
32767 \series bold
32768 Note:
32769 \series default
32770  
32771 \series bold
32772
32773 \backslash
32774 numberwithin
32775 \series default
32776  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
32777  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
32778  prises en compte.
32779  
32780 \end_layout
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 Donc pour avoir par exemple le schéma 
32789 \begin_inset Quotes cld
32790 \end_inset
32791
32792 chapitre.
32793 \backslash
32794 Roman{note}
32795 \begin_inset Quotes crd
32796 \end_inset
32797
32798 , utilisez la commande suivante plutôt que 
32799 \series bold
32800
32801 \backslash
32802 numberwithin
32803 \series default
32804  :
32805 \end_layout
32806
32807 \begin_layout Standard
32808
32809 \series bold
32810
32811 \backslash
32812 renewcommand{
32813 \backslash
32814 thefootnote}{
32815 \backslash
32816 thechapter.
32817 \backslash
32818 Roman{footnote}}
32819 \end_layout
32820
32821 \begin_layout Subsection
32822 Positionnement de notes de bas de page
32823 \begin_inset Index idx
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827 Notes de bas de page ! Positionnement
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \end_layout
32834
32835 \begin_layout Standard
32836 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
32837  vertical entre elles en bas de la page.
32838  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
32839  de 1.5
32840 \begin_inset space \thinspace{}
32841 \end_inset
32842
32843 mm avec la commande suivante dans le préambule :
32844 \end_layout
32845
32846 \begin_layout Standard
32847
32848 \series bold
32849
32850 \backslash
32851 let
32852 \backslash
32853 myFoot
32854 \backslash
32855 footnote
32856 \begin_inset Newline newline
32857 \end_inset
32858
32859
32860 \backslash
32861 renewcommand{
32862 \backslash
32863 footnote}[1]{
32864 \backslash
32865 myFoot{#1
32866 \backslash
32867 vspace{1.5mm}}}
32868 \end_layout
32869
32870 \begin_layout Standard
32871 \begin_inset VSpace bigskip
32872 \end_inset
32873
32874 Dans un document à deux colonnes les notes de bas de page apparaissent en
32875  bas de chaque colonne, comme sur la Figure
32876 \begin_inset space ~
32877 \end_inset
32878
32879
32880 \begin_inset CommandInset ref
32881 LatexCommand ref
32882 reference "fig:Position-standard-note-bas-de-page"
32883
32884 \end_inset
32885
32886 .
32887  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
32888  sur la Figure
32889 \begin_inset space ~
32890 \end_inset
32891
32892
32893 \begin_inset CommandInset ref
32894 LatexCommand ref
32895 reference "fig:Position-note-avec-ftnright"
32896
32897 \end_inset
32898
32899 , utilisez le paquetage \SpecialChar LaTeX
32900  
32901 \series bold
32902 ftnright
32903 \series default
32904
32905 \begin_inset Index idx
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909 Paquetages \SpecialChar LaTeX
32910  ! ftnright
32911 \end_layout
32912
32913 \end_inset
32914
32915  avec cette commande dans le préambule du document:
32916 \end_layout
32917
32918 \begin_layout Standard
32919
32920 \series bold
32921
32922 \backslash
32923 usepackage{ftnright}
32924 \end_layout
32925
32926 \begin_layout Standard
32927 \begin_inset Float figure
32928 placement !h
32929 wide false
32930 sideways false
32931 status open
32932
32933 \begin_layout Plain Layout
32934 \noindent
32935 \align center
32936 \begin_inset Box Boxed
32937 position "t"
32938 hor_pos "c"
32939 has_inner_box 0
32940 inner_pos "t"
32941 use_parbox 0
32942 use_makebox 0
32943 width ""
32944 special "none"
32945 height "1in"
32946 height_special "totalheight"
32947 thickness "0.4pt"
32948 separation "3pt"
32949 shadowsize "4pt"
32950 framecolor "black"
32951 backgroundcolor "none"
32952 status open
32953
32954 \begin_layout Plain Layout
32955 \begin_inset Graphics
32956         filename ../clipart/without_fntright.pdf
32957         width 100col%
32958         scaleBeforeRotation
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \end_inset
32966
32967
32968 \end_layout
32969
32970 \begin_layout Plain Layout
32971 \begin_inset Caption Standard
32972
32973 \begin_layout Plain Layout
32974 \begin_inset CommandInset label
32975 LatexCommand label
32976 name "fig:Position-standard-note-bas-de-page"
32977
32978 \end_inset
32979
32980 Positionnement standard des notes de bas de page dans un document à deux
32981  colonnes.
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \end_inset
32990
32991
32992 \end_layout
32993
32994 \begin_layout Standard
32995 \begin_inset Float figure
32996 placement !h
32997 wide false
32998 sideways false
32999 status open
33000
33001 \begin_layout Plain Layout
33002 \noindent
33003 \align center
33004 \begin_inset Box Boxed
33005 position "t"
33006 hor_pos "c"
33007 has_inner_box 0
33008 inner_pos "t"
33009 use_parbox 0
33010 use_makebox 0
33011 width ""
33012 special "none"
33013 height "1in"
33014 height_special "totalheight"
33015 thickness "0.4pt"
33016 separation "3pt"
33017 shadowsize "4pt"
33018 framecolor "black"
33019 backgroundcolor "none"
33020 status open
33021
33022 \begin_layout Plain Layout
33023 \begin_inset Graphics
33024         filename ../clipart/with_fntright.pdf
33025         width 100col%
33026         scaleBeforeRotation
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \begin_layout Plain Layout
33039 \begin_inset Caption Standard
33040
33041 \begin_layout Plain Layout
33042 \begin_inset CommandInset label
33043 LatexCommand label
33044 name "fig:Position-note-avec-ftnright"
33045
33046 \end_inset
33047
33048 Positionnement de notes de bas de page dans un document à deux colonnes
33049  en utilisant le paquetage \SpecialChar LaTeX
33050  
33051 \series bold
33052 ftnright
33053 \series default
33054 .
33055 \end_layout
33056
33057 \end_inset
33058
33059
33060 \end_layout
33061
33062 \end_inset
33063
33064
33065 \end_layout
33066
33067 \begin_layout Standard
33068 \begin_inset VSpace bigskip
33069 \end_inset
33070
33071 Dans certaines publications scientifiques, il est courant de rassembler
33072  les notes de bas de page et de les imprimer dans un paragraphe particulier
33073  à la fin de la section, comme sur la Figure
33074 \begin_inset space ~
33075 \end_inset
33076
33077
33078 \begin_inset CommandInset ref
33079 LatexCommand ref
33080 reference "fig:Notes-de-fin"
33081
33082 \end_inset
33083
33084 .
33085  On les appelle 
33086 \begin_inset Quotes cld
33087 \end_inset
33088
33089 notes de fin
33090 \begin_inset Quotes crd
33091 \end_inset
33092
33093 .
33094 \begin_inset Index idx
33095 status collapsed
33096
33097 \begin_layout Plain Layout
33098 Notes de fin
33099 \end_layout
33100
33101 \end_inset
33102
33103  Pour utiliser des notes de fin à la place des notes de bas de page dans
33104  votre document, charger le module 
33105 \family sans
33106 Note de bas de page en fin de document
33107 \family default
33108  à partir de 
33109 \family sans
33110 Document\SpecialChar menuseparator
33111 Paramètres\SpecialChar menuseparator
33112 Modules
33113 \family default
33114 .
33115  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
33116 \end_layout
33117
33118 \begin_layout Standard
33119
33120 \series bold
33121
33122 \backslash
33123 theendnotes
33124 \end_layout
33125
33126 \begin_layout Standard
33127 en code \SpecialChar TeX
33128  à la fin d'une section ou d'un chapitre.
33129 \end_layout
33130
33131 \begin_layout Standard
33132 \begin_inset Float figure
33133 wide false
33134 sideways false
33135 status open
33136
33137 \begin_layout Plain Layout
33138 \align center
33139 \begin_inset Box Boxed
33140 position "t"
33141 hor_pos "c"
33142 has_inner_box 0
33143 inner_pos "t"
33144 use_parbox 0
33145 use_makebox 0
33146 width ""
33147 special "none"
33148 height "1in"
33149 height_special "totalheight"
33150 thickness "0.4pt"
33151 separation "3pt"
33152 shadowsize "4pt"
33153 framecolor "black"
33154 backgroundcolor "none"
33155 status open
33156
33157 \begin_layout Plain Layout
33158 \begin_inset Graphics
33159         filename ../clipart/endnotes.pdf
33160         width 100col%
33161         scaleBeforeRotation
33162
33163 \end_inset
33164
33165
33166 \end_layout
33167
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Plain Layout
33174 \begin_inset Caption Standard
33175
33176 \begin_layout Plain Layout
33177 \begin_inset CommandInset label
33178 LatexCommand label
33179 name "fig:Notes-de-fin"
33180
33181 \end_inset
33182
33183 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
33184  séparé à la fin des sections ou des chapitres.
33185 \end_layout
33186
33187 \end_inset
33188
33189
33190 \end_layout
33191
33192 \end_inset
33193
33194
33195 \end_layout
33196
33197 \begin_layout Standard
33198 \begin_inset VSpace medskip
33199 \end_inset
33200
33201 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
33202  dans la langue du document, cela doit être fait manuellement.
33203  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
33204  
33205 \begin_inset Quotes cld
33206 \end_inset
33207
33208 Notes
33209 \begin_inset Quotes crd
33210 \end_inset
33211
33212  en sa traduction Allemande
33213 \begin_inset Foot
33214 status collapsed
33215
33216 \begin_layout Plain Layout
33217 En français, 
33218 \begin_inset Quotes cld
33219 \end_inset
33220
33221 Notes
33222 \begin_inset Quotes crd
33223 \end_inset
33224
33225  peut être conservé.
33226 \end_layout
33227
33228 \end_inset
33229
33230  
33231 \begin_inset Quotes cld
33232 \end_inset
33233
33234 Anmerkungen
33235 \begin_inset Quotes crd
33236 \end_inset
33237
33238  :
33239 \end_layout
33240
33241 \begin_layout Standard
33242
33243 \series bold
33244
33245 \backslash
33246 renewcommand{
33247 \backslash
33248 notesname}{Anmerkungen}
33249 \end_layout
33250
33251 \begin_layout Standard
33252 \begin_inset VSpace medskip
33253 \end_inset
33254
33255 La numérotation des notes de fin peut être modifiée comme celle des notes
33256  de bas de page comme c'est décrit dans la section
33257 \begin_inset space ~
33258 \end_inset
33259
33260
33261 \begin_inset CommandInset ref
33262 LatexCommand ref
33263 reference "subsec:Numerotation-notes-bas-de-page"
33264
33265 \end_inset
33266
33267  ; remplacez juste la commande 
33268 \series bold
33269
33270 \backslash
33271 thefootnote
33272 \series default
33273  par 
33274 \series bold
33275
33276 \backslash
33277 theendnote
33278 \series default
33279 .
33280  Pour réinitialiser le numéro de note de fin, utilisez la commande 
33281 \series bold
33282
33283 \backslash
33284 @addtoreset
33285 \series default
33286  comme c'est décrit dans la section
33287 \begin_inset space ~
33288 \end_inset
33289
33290
33291 \begin_inset CommandInset ref
33292 LatexCommand ref
33293 reference "subsec:Numerotation-notes-bas-de-page"
33294
33295 \end_inset
33296
33297  et remplacez le paramètre de commande 
33298 \series bold
33299 footnote
33300 \series default
33301  par 
33302 \series bold
33303 endnote
33304 \series default
33305 .
33306 \end_layout
33307
33308 \begin_layout Standard
33309 Pour les notes de fin, il y a la commande 
33310 \series bold
33311
33312 \backslash
33313 endnotemark[numéro]
33314 \series default
33315  qui est semblable à 
33316 \series bold
33317
33318 \backslash
33319 footnotemark
33320 \series default
33321 , décrite dans la section
33322 \begin_inset space ~
33323 \end_inset
33324
33325
33326 \begin_inset CommandInset ref
33327 LatexCommand ref
33328 reference "sec:Notes-bas-de-page"
33329
33330 \end_inset
33331
33332 .
33333 \end_layout
33334
33335 \begin_layout Standard
33336 \begin_inset VSpace bigskip
33337 \end_inset
33338
33339  Les notes de bas de page peuvent être mise dans la marge de la page et
33340  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
33341
33342  
33343 \series bold
33344 footmisc
33345 \series default
33346
33347 \begin_inset Index idx
33348 status collapsed
33349
33350 \begin_layout Plain Layout
33351 Paquetages \SpecialChar LaTeX
33352  ! footmisc
33353 \end_layout
33354
33355 \end_inset
33356
33357
33358 \begin_inset CommandInset citation
33359 LatexCommand cite
33360 key "footmisc"
33361 literal "true"
33362
33363 \end_inset
33364
33365  pour plus d'information à ce sujet.
33366 \end_layout
33367
33368 \begin_layout Standard
33369 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
33370  voyez les livres sur \SpecialChar LaTeX
33371
33372 \begin_inset CommandInset citation
33373 LatexCommand cite
33374 key "latexcompanion,latexguide,latexbook"
33375 literal "true"
33376
33377 \end_inset
33378
33379 .
33380  Si vous utilisez une classe de document  
33381 \series bold
33382 KOMA-Script
33383 \series default
33384
33385 \begin_inset Index idx
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389 Paquetages \SpecialChar LaTeX
33390  ! KOMA-Script
33391 \end_layout
33392
33393 \end_inset
33394
33395 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
33396  des commandes spécifiques à la classe de document utilisée, voyez 
33397 \begin_inset CommandInset citation
33398 LatexCommand cite
33399 key "KOMA-Script"
33400 literal "true"
33401
33402 \end_inset
33403
33404 .
33405 \end_layout
33406
33407 \begin_layout Section
33408 Notes en marge
33409 \begin_inset Index idx
33410 status collapsed
33411
33412 \begin_layout Plain Layout
33413 Notes ! Notes en Marge
33414 \end_layout
33415
33416 \end_inset
33417
33418
33419 \end_layout
33420
33421 \begin_layout Standard
33422 Les notes en marge dans \SpecialChar LyX
33423  ressemblent aux notes en bas de page et se comportent
33424  de la même façon.
33425  Quand vous insérez une note en marge avec 
33426 \family sans
33427 Insertion\SpecialChar menuseparator
33428 Note
33429 \begin_inset space ~
33430 \end_inset
33431
33432 en
33433 \begin_inset space ~
33434 \end_inset
33435
33436 Marge
33437 \family default
33438  ou avec le bouton 
33439 \begin_inset Info
33440 type  "icon"
33441 arg   "marginalnote-insert"
33442 \end_inset
33443
33444  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
33445  grise avec une étiquette rouge 
33446 \begin_inset Quotes cld
33447 \end_inset
33448
33449 marge
33450 \begin_inset Quotes crd
33451 \end_inset
33452
33453 .
33454  
33455 \begin_inset Marginal
33456 status collapsed
33457
33458 \begin_layout Plain Layout
33459 C'est une note en marge.
33460 \end_layout
33461
33462 \end_inset
33463
33464  Cette boîte est la représentation de votre note dans \SpecialChar LyX
33465 .
33466  Vous pouvez y entrer votre texte.
33467 \end_layout
33468
33469 \begin_layout Standard
33470 Les notes en marge apparaissent dans la marge de droite dans les documents
33471  imprimées sur une seule face.
33472  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
33473  
33474 \begin_inset Quotes cld
33475 \end_inset
33476
33477 extérieure
33478 \begin_inset Quotes crd
33479 \end_inset
33480
33481  – la gauche sur les pages paires et la droite sur les pages impaires.
33482  Le texte de la note en marge est aligné à l'opposé de la marge externe
33483  – aligné à droite quand la note apparaît dans la marge de gauche.
33484  La première ligne de la note apparaît à la hauteur de la ligne de texte
33485  où la note a été insérée dans le document.
33486 \end_layout
33487
33488 \begin_layout Standard
33489 \begin_inset VSpace bigskip
33490 \end_inset
33491
33492 Pour placer une note dans la marge interne, ajoutez la commande suivante
33493  :
33494 \end_layout
33495
33496 \begin_layout Standard
33497
33498 \series bold
33499
33500 \backslash
33501 reversemarginpar
33502 \end_layout
33503
33504 \begin_layout Standard
33505 sous forme de code \SpecialChar TeX
33506  avant votre note de marge.
33507  Le nouveau positionnement est pris en compte pour toutes les notes en marge
33508  qui suivent 
33509 \begin_inset ERT
33510 status collapsed
33511
33512 \begin_layout Plain Layout
33513
33514
33515 \backslash
33516 reversemarginpar 
33517 \end_layout
33518
33519 \end_inset
33520
33521
33522 \begin_inset Marginal
33523 status open
33524
33525 \begin_layout Plain Layout
33526 Cette note en marge est dans la marge interne.
33527 \end_layout
33528
33529 \end_inset
33530
33531
33532 \series bold
33533
33534 \begin_inset Newline newline
33535 \end_inset
33536
33537
33538 \series default
33539
33540 \begin_inset Note Greyedout
33541 status open
33542
33543 \begin_layout Plain Layout
33544
33545 \series bold
33546 Note:
33547 \series default
33548  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
33549  les notes sont souvent mal mises en formes dans la sortie imprimée.
33550 \end_layout
33551
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \begin_layout Standard
33558 Pour revenir au positionnement implicite, ajoutez la commande :
33559 \end_layout
33560
33561 \begin_layout Standard
33562
33563 \series bold
33564
33565 \backslash
33566 normalmarginpar
33567 \end_layout
33568
33569 \begin_layout Standard
33570 sous forme de code \SpecialChar TeX
33571 .
33572 \begin_inset ERT
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576
33577
33578 \backslash
33579 normalmarginpar 
33580 \end_layout
33581
33582 \end_inset
33583
33584
33585 \begin_inset Newline newline
33586 \end_inset
33587
33588  
33589 \begin_inset Note Greyedout
33590 status open
33591
33592 \begin_layout Plain Layout
33593
33594 \series bold
33595 Note:
33596 \series default
33597  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
33598  
33599 \series bold
33600
33601 \backslash
33602 reversemarginpar
33603 \series default
33604  est aussi utilisée.
33605 \end_layout
33606
33607 \end_inset
33608
33609
33610 \end_layout
33611
33612 \begin_layout Standard
33613 \begin_inset VSpace bigskip
33614 \end_inset
33615
33616
33617 \begin_inset Marginal
33618 status open
33619
33620 \begin_layout Plain Layout
33621 UnTrèsLongMotEnMarge sans césure.
33622 \end_layout
33623
33624 \end_inset
33625
33626  Comme dans le cas décrit dans la section
33627 \begin_inset space ~
33628 \end_inset
33629
33630
33631 \begin_inset CommandInset ref
33632 LatexCommand ref
33633 reference "subsec:Lignes-multiple-dans-cellule"
33634
33635 \end_inset
33636
33637 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
33638  mot d'une note en marge.
33639  Pour éviter ce problème, insérez un espacement horizontal de 0
33640 \begin_inset space \thinspace{}
33641 \end_inset
33642
33643 pt avant le mot en question: 
33644 \begin_inset Marginal
33645 status open
33646
33647 \begin_layout Plain Layout
33648 \begin_inset space \hspace{}
33649 \length 0pt
33650 \end_inset
33651
33652 UnMotTrèsLongEnMarge avec une césure.
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \end_layout
33659
33660 \begin_layout Standard
33661 \begin_inset VSpace bigskip
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \begin_layout Standard
33668 \begin_inset Note Greyedout
33669 status open
33670
33671 \begin_layout Plain Layout
33672
33673 \series bold
33674 Note:
33675 \series default
33676  Normalement, les notes en marge ne peuvent pas être utilisées dans des
33677  tableaux, des flottants et des notes de bas de page.
33678 \end_layout
33679
33680 \end_inset
33681
33682
33683 \end_layout
33684
33685 \begin_layout Standard
33686 \begin_inset VSpace bigskip
33687 \end_inset
33688
33689
33690 \end_layout
33691
33692 \begin_layout Standard
33693 \begin_inset ERT
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697
33698
33699 \backslash
33700 ifmarginnote
33701 \end_layout
33702
33703 \end_inset
33704
33705
33706 \begin_inset Note Note
33707 status open
33708
33709 \begin_layout Plain Layout
33710 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
33711  
33712 \series bold
33713 marginnote
33714 \series default
33715  a été installé.
33716 \end_layout
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \begin_layout Standard
33724 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
33725  
33726 \series bold
33727 marginnote
33728 \series default
33729
33730 \begin_inset Index idx
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734 Paquetages \SpecialChar LaTeX
33735  ! marginnote
33736 \end_layout
33737
33738 \end_inset
33739
33740 .
33741  En ajoutant les deux lignes suivantes au préambule de votre document, la
33742  commande que \SpecialChar LyX
33743  utilise pour les notes de marge est redéfinie pour utiliser
33744  la commande fournie par le paquetage 
33745 \series bold
33746 marginnote
33747 \series default
33748  :
33749 \end_layout
33750
33751 \begin_layout Standard
33752
33753 \series bold
33754
33755 \backslash
33756 usepackage{marginnote}
33757 \begin_inset Newline newline
33758 \end_inset
33759
33760
33761 \backslash
33762 let
33763 \backslash
33764 marginpar
33765 \backslash
33766 marginnote
33767 \end_layout
33768
33769 \begin_layout Standard
33770 Ce paquetage est aussi utilisé dans ce document parce que 
33771 \series bold
33772 marginnote
33773 \series default
33774  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
33775  vertical pour une note.
33776  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
33777  sont trop proches les unes des autres ou que vous voulez améliorer la mise
33778  en page.
33779  Le décalage est inséré dans \SpecialChar LyX
33780  sous forme de code \SpecialChar TeX
33781  directement après la note
33782  sous la forme
33783 \end_layout
33784
33785 \begin_layout Standard
33786
33787 \series bold
33788 [offset]
33789 \end_layout
33790
33791 \begin_layout Standard
33792 où l'offset utilise l'une des unités listées dans le tableau
33793 \begin_inset space ~
33794 \end_inset
33795
33796
33797 \begin_inset CommandInset ref
33798 LatexCommand ref
33799 reference "cha:Unités-de-longueur"
33800
33801 \end_inset
33802
33803 .
33804  Une valeur négative déplace la note vers le haut, une valeur positive la
33805  déplace vers le bas.
33806  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
33807  vers le haut de 1.5
33808 \begin_inset space \thinspace{}
33809 \end_inset
33810
33811 cm avec la commande en code \SpecialChar TeX
33812  
33813 \begin_inset Quotes cld
33814 \end_inset
33815
33816
33817 \series bold
33818 [-1.5cm]
33819 \series default
33820
33821 \begin_inset Quotes crd
33822 \end_inset
33823
33824
33825 \begin_inset Marginal
33826 status collapsed
33827
33828 \begin_layout Plain Layout
33829 Cette note en marge est décalée vers le haut de 1.5
33830 \begin_inset space \thinspace{}
33831 \end_inset
33832
33833 cm par rapport à sa position d'origine.
33834 \end_layout
33835
33836 \end_inset
33837
33838
33839 \begin_inset ERT
33840 status collapsed
33841
33842 \begin_layout Plain Layout
33843
33844 [-1.5cm]
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \end_layout
33851
33852 \begin_layout Standard
33853 \begin_inset VSpace medskip
33854 \end_inset
33855
33856 Avec le paquetage 
33857 \series bold
33858 marginnote
33859 \series default
33860  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
33861  Par exemple les commandes 
33862 \end_layout
33863
33864 \begin_layout Standard
33865
33866 \series bold
33867
33868 \backslash
33869 renewcommand*{
33870 \backslash
33871 raggedleftmarginnote}{
33872 \backslash
33873 centering}
33874 \begin_inset Newline newline
33875 \end_inset
33876
33877
33878 \backslash
33879 renewcommand*{
33880 \backslash
33881 raggedrightmarginnote}{
33882 \backslash
33883 centering}
33884 \end_layout
33885
33886 \begin_layout Standard
33887 donnent un alignement centré.
33888  
33889 \series bold
33890
33891 \backslash
33892 raggedleftmarginnote
33893 \series default
33894  indique une note qui apparaît dans la marge de gauche.
33895 \begin_inset ERT
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899
33900
33901 \backslash
33902 renewcommand*{
33903 \backslash
33904 raggedleftmarginnote}{
33905 \backslash
33906 centering}
33907 \end_layout
33908
33909 \begin_layout Plain Layout
33910
33911
33912 \backslash
33913 renewcommand*{
33914 \backslash
33915 raggedrightmarginnote}{
33916 \backslash
33917 centering}
33918 \end_layout
33919
33920 \end_inset
33921
33922
33923 \begin_inset Marginal
33924 status collapsed
33925
33926 \begin_layout Plain Layout
33927 Le texte de cette note en marge est centré.
33928 \end_layout
33929
33930 \end_inset
33931
33932 .
33933  Le comportement implicite est donné par
33934 \end_layout
33935
33936 \begin_layout Standard
33937
33938 \series bold
33939
33940 \backslash
33941 renewcommand*{
33942 \backslash
33943 raggedleftmarginnote}{
33944 \backslash
33945 raggedleft}
33946 \begin_inset Newline newline
33947 \end_inset
33948
33949
33950 \backslash
33951 renewcommand*{
33952 \backslash
33953 raggedrightmarginnote}{
33954 \backslash
33955 raggedright}
33956 \series default
33957
33958 \begin_inset ERT
33959 status collapsed
33960
33961 \begin_layout Plain Layout
33962
33963
33964 \backslash
33965 renewcommand*{
33966 \backslash
33967 raggedleftmarginnote}{
33968 \backslash
33969 raggedleft}
33970 \end_layout
33971
33972 \begin_layout Plain Layout
33973
33974
33975 \backslash
33976 renewcommand*{
33977 \backslash
33978 raggedrightmarginnote}{
33979 \backslash
33980 raggedright}
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \begin_layout Standard
33989 \begin_inset VSpace medskip
33990 \end_inset
33991
33992 Pour les autre fonctions du paquetage 
33993 \series bold
33994 marginnote
33995 \series default
33996  nous vous renvoyons à sa documentation 
33997 \begin_inset CommandInset citation
33998 LatexCommand cite
33999 key "marginnote"
34000 literal "true"
34001
34002 \end_inset
34003
34004 .
34005 \end_layout
34006
34007 \begin_layout Standard
34008 \begin_inset VSpace bigskip
34009 \end_inset
34010
34011 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
34012  définition.
34013  Pour créer par exemple une entête pour toutes les notes en marge avec le
34014  texte 
34015 \begin_inset Quotes cld
34016 \end_inset
34017
34018
34019 \family sans
34020 \series bold
34021 \bar under
34022 Attention!
34023 \family default
34024 \series default
34025 \bar default
34026
34027 \begin_inset Quotes crd
34028 \end_inset
34029
34030  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
34031  de votre document :
34032 \end_layout
34033
34034 \begin_layout Standard
34035
34036 \series bold
34037
34038 \backslash
34039 let
34040 \backslash
34041 myMarginpar
34042 \backslash
34043 marginpar
34044 \begin_inset Newline newline
34045 \end_inset
34046
34047
34048 \backslash
34049 renewcommand{
34050 \backslash
34051 marginpar}[1]{
34052 \backslash
34053 myMarginpar{%
34054 \begin_inset Newline newline
34055 \end_inset
34056
34057
34058 \begin_inset Phantom HPhantom
34059 status open
34060
34061 \begin_layout Plain Layout
34062
34063 \series bold
34064 \begin_inset space ~
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \end_inset
34071
34072
34073 \backslash
34074 hspace{0pt}
34075 \backslash
34076 textsf{
34077 \backslash
34078 textbf{
34079 \backslash
34080 underbar{Attention!}}}%
34081 \begin_inset Newline newline
34082 \end_inset
34083
34084
34085 \begin_inset Phantom HPhantom
34086 status open
34087
34088 \begin_layout Plain Layout
34089
34090 \series bold
34091 \begin_inset space ~
34092 \end_inset
34093
34094
34095 \end_layout
34096
34097 \end_inset
34098
34099
34100 \backslash
34101 vspace{1.5mm}
34102 \backslash
34103
34104 \backslash
34105 #1}}
34106 \end_layout
34107
34108 \begin_layout Standard
34109 \begin_inset ERT
34110 status collapsed
34111
34112 \begin_layout Plain Layout
34113
34114
34115 \backslash
34116 let
34117 \backslash
34118 myMarginpar
34119 \backslash
34120 marginpar
34121 \end_layout
34122
34123 \begin_layout Plain Layout
34124
34125
34126 \backslash
34127 renewcommand{
34128 \backslash
34129 marginpar}[1]{
34130 \backslash
34131 myMarginpar{%
34132 \end_layout
34133
34134 \begin_layout Plain Layout
34135
34136    
34137 \backslash
34138 textsf{
34139 \backslash
34140 textbf{
34141 \backslash
34142 underbar{Attention!}}}%
34143 \end_layout
34144
34145 \begin_layout Plain Layout
34146
34147    
34148 \backslash
34149 vspace{1.5mm}
34150 \backslash
34151
34152 \backslash
34153 #1}}
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \begin_inset Marginal
34160 status open
34161
34162 \begin_layout Plain Layout
34163 Ceci est une note en marge avec une en-tête prédéfinie.
34164 \end_layout
34165
34166 \end_inset
34167
34168
34169 \begin_inset ERT
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173
34174 [-1.5cm]
34175 \end_layout
34176
34177 \end_inset
34178
34179
34180 \begin_inset ERT
34181 status collapsed
34182
34183 \begin_layout Plain Layout
34184
34185
34186 \backslash
34187 renewcommand{
34188 \backslash
34189 marginpar}[1]{
34190 \backslash
34191 myMarginpar{#1}}
34192 \end_layout
34193
34194 \end_inset
34195
34196
34197 \begin_inset Note Note
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201
34202 \lang english
34203 The margin note format is changed only for this example.
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Standard
34212 \begin_inset ERT
34213 status collapsed
34214
34215 \begin_layout Plain Layout
34216
34217
34218 \backslash
34219 else
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \begin_inset Note Note
34226 status open
34227
34228 \begin_layout Plain Layout
34229 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
34230  
34231 \series bold
34232 marginnote
34233 \series default
34234  n'est pas installé :
34235 \end_layout
34236
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \begin_layout Standard
34243 Vous devez installer le paquetage \SpecialChar LaTeX
34244  
34245 \series bold
34246 marginnote
34247 \series default
34248  pour voir la suite de cette section dans la sortie imprimée.
34249 \end_layout
34250
34251 \begin_layout Standard
34252 \begin_inset ERT
34253 status collapsed
34254
34255 \begin_layout Plain Layout
34256
34257
34258 \backslash
34259 fi
34260 \end_layout
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Chapter
34268 Boîtes
34269 \end_layout
34270
34271 \begin_layout Section
34272 Introduction
34273 \begin_inset Index idx
34274 status collapsed
34275
34276 \begin_layout Plain Layout
34277 Boîtes ! Introduction
34278 \end_layout
34279
34280 \end_inset
34281
34282
34283 \end_layout
34284
34285 \begin_layout Standard
34286 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
34287  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
34288  voir la section
34289 \begin_inset space ~
34290 \end_inset
34291
34292
34293 \begin_inset CommandInset ref
34294 LatexCommand ref
34295 reference "sec:Minipages"
34296
34297 \end_inset
34298
34299 , pour encadrer des portions de texte, voir la section
34300 \begin_inset space ~
34301 \end_inset
34302
34303
34304 \begin_inset CommandInset ref
34305 LatexCommand ref
34306 reference "sec:Décorations"
34307
34308 \end_inset
34309
34310 , pour empêcher que des mots subissent une césure, voir la section
34311 \begin_inset space ~
34312 \end_inset
34313
34314
34315 \begin_inset CommandInset ref
34316 LatexCommand ref
34317 reference "sec:Empêcher-césure"
34318
34319 \end_inset
34320
34321 , pour aligner du texte, voir la section
34322 \begin_inset space ~
34323 \end_inset
34324
34325
34326 \begin_inset CommandInset ref
34327 LatexCommand ref
34328 reference "subsec:Alignement-Vertical"
34329
34330 \end_inset
34331
34332 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
34333 \begin_inset space ~
34334 \end_inset
34335
34336
34337 \begin_inset CommandInset ref
34338 LatexCommand ref
34339 reference "sec:Boîtes-colorées"
34340
34341 \end_inset
34342
34343 .
34344 \end_layout
34345
34346 \begin_layout Standard
34347 On peut insérer une boîte en utilisant le menu 
34348 \family sans
34349 Insertion\SpecialChar menuseparator
34350 Boîte
34351 \family default
34352  ou avec le bouton 
34353 \begin_inset Info
34354 type  "icon"
34355 arg   "box-insert Frameless"
34356 \end_inset
34357
34358  de la barre d'outils.
34359  Une boîte grise avec une étiquette 
34360 \family sans
34361 Boîte
34362 \begin_inset space ~
34363 \end_inset
34364
34365 (Minipage)
34366 \family default
34367
34368 \begin_inset Graphics
34369         filename clipart/BoxInsetDefault.png
34370         scale 95
34371         scaleBeforeRotation
34372
34373 \end_inset
34374
34375  est alors insérée.
34376  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
34377  et en choisissant 
34378 \family sans
34379 Paramètres
34380 \family default
34381  .
34382  La fenêtre de dialogue qui apparaît donne accès aux types de
34383 \family sans
34384  Boîte
34385 \begin_inset space ~
34386 \end_inset
34387
34388 Intérieure
34389 \family default
34390  
34391 \family sans
34392 Makebox, Parbox
34393 \family default
34394  et 
34395 \family sans
34396 Minipage
34397 \family default
34398 .
34399  Le type 
34400 \family sans
34401 Minipage
34402 \family default
34403  est le type implicite pour les boîtes nouvellement créées et il est décrit
34404  dans la section
34405 \begin_inset space ~
34406 \end_inset
34407
34408
34409 \begin_inset CommandInset ref
34410 LatexCommand ref
34411 reference "sec:Minipages"
34412
34413 \end_inset
34414
34415 ; le type 
34416 \family sans
34417 Parbox
34418 \family default
34419  est décrit dans la section
34420 \begin_inset space ~
34421 \end_inset
34422
34423
34424 \begin_inset CommandInset ref
34425 LatexCommand ref
34426 reference "sec:Parboxes"
34427
34428 \end_inset
34429
34430  et le type 
34431 \family sans
34432 Makebox
34433 \family default
34434  est décrit dans la section
34435 \begin_inset space ~
34436 \end_inset
34437
34438
34439 \begin_inset CommandInset ref
34440 LatexCommand ref
34441 reference "sec:Empêcher-césure"
34442
34443 \end_inset
34444
34445 .
34446 \end_layout
34447
34448 \begin_layout Standard
34449 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
34450  comme les flottants ou les notes de bas de page.
34451 \end_layout
34452
34453 \begin_layout Standard
34454 \begin_inset Note Greyedout
34455 status open
34456
34457 \begin_layout Plain Layout
34458
34459 \series bold
34460 Note:
34461 \series default
34462  Vous ne pouvez pas employer une boîte comme élément dans un environnement
34463  de type 
34464 \family sans
34465 Liste
34466 \family default
34467  ou 
34468 \family sans
34469 Description
34470 \family default
34471 .
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \end_layout
34478
34479 \begin_layout Standard
34480 \begin_inset Note Greyedout
34481 status open
34482
34483 \begin_layout Plain Layout
34484
34485 \series bold
34486 Note:
34487 \series default
34488  Pour une raison inconnue, vous ne pouvez mettre le type de la 
34489 \family sans
34490 Boîte
34491 \begin_inset space ~
34492 \end_inset
34493
34494 Intérieure
34495 \family default
34496  à 
34497 \family sans
34498 Aucune
34499 \family default
34500  que quand vous utilisez une boîte encadrée.
34501  Les boîtes sans 
34502 \family sans
34503 Boîte
34504 \begin_inset space ~
34505 \end_inset
34506
34507 Intérieure
34508 \family default
34509  et sans cadre sont expliquées dans la section
34510 \begin_inset space ~
34511 \end_inset
34512
34513
34514 \begin_inset CommandInset ref
34515 LatexCommand ref
34516 reference "sec:Empêcher-césure"
34517
34518 \end_inset
34519
34520 .
34521 \end_layout
34522
34523 \end_inset
34524
34525
34526 \end_layout
34527
34528 \begin_layout Section
34529 La fenêtre de dialogue Boîte
34530 \begin_inset CommandInset label
34531 LatexCommand label
34532 name "sec:Boîte-Dialogue"
34533
34534 \end_inset
34535
34536
34537 \begin_inset Index idx
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 Boîtes ! Fenêtre de dialogue Boîte
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Subsection
34550 Taille
34551 \begin_inset Index idx
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555 Boîtes ! Taille
34556 \end_layout
34557
34558 \end_inset
34559
34560
34561 \end_layout
34562
34563 \begin_layout Standard
34564 Dans la fenêtre de dialogue 
34565 \family sans
34566 Paramètres
34567 \begin_inset space ~
34568 \end_inset
34569
34570 de
34571 \begin_inset space ~
34572 \end_inset
34573
34574 Boîte
34575 \family default
34576  vous pouvez modifier la géométrie de la boîte avec les champs 
34577 \family sans
34578 Largeur
34579 \family default
34580  et 
34581 \family sans
34582 Hauteur
34583 \family default
34584 .
34585  Les unités de longueur qui sont utilisables dans ces champs sont décrites
34586  dans le tableau
34587 \begin_inset space ~
34588 \end_inset
34589
34590
34591 \begin_inset CommandInset ref
34592 LatexCommand ref
34593 reference "tab:Unités"
34594
34595 \end_inset
34596
34597 .
34598  Le champ 
34599 \family sans
34600 Hauteur
34601 \family default
34602  offre en plus les spécifications de taille suivantes :
34603 \end_layout
34604
34605 \begin_layout Description
34606 Profondeur C'est simplement la 
34607 \begin_inset Quotes cld
34608 \end_inset
34609
34610 hauteur
34611 \begin_inset Quotes crd
34612 \end_inset
34613
34614  du texte.
34615  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
34616  lignes de texte dans la boîte.
34617 \begin_inset Newline newline
34618 \end_inset
34619
34620
34621 \begin_inset Newline newline
34622 \end_inset
34623
34624
34625 \begin_inset Newline newline
34626 \end_inset
34627
34628
34629 \begin_inset Box Boxed
34630 position "c"
34631 hor_pos "c"
34632 has_inner_box 1
34633 inner_pos "c"
34634 use_parbox 0
34635 use_makebox 0
34636 width "12col%"
34637 special "none"
34638 height "1in"
34639 height_special "depth"
34640 thickness "0.4pt"
34641 separation "3pt"
34642 shadowsize "4pt"
34643 framecolor "black"
34644 backgroundcolor "none"
34645 status open
34646
34647 \begin_layout Plain Layout
34648 \align center
34649 Boîte dont la hauteur est égale à 1
34650 \begin_inset space \thinspace{}
34651 \end_inset
34652
34653 Profondeur
34654 \end_layout
34655
34656 \end_inset
34657
34658
34659 \begin_inset Newline newline
34660 \end_inset
34661
34662
34663 \begin_inset Newline newline
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Description
34670 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
34671  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
34672  est deux fois plus haute que le texte : 
34673 \begin_inset Box Boxed
34674 position "c"
34675 hor_pos "c"
34676 has_inner_box 1
34677 inner_pos "c"
34678 use_parbox 0
34679 use_makebox 0
34680 width "20col%"
34681 special "none"
34682 height "2in"
34683 height_special "height"
34684 thickness "0.4pt"
34685 separation "3pt"
34686 shadowsize "4pt"
34687 framecolor "black"
34688 backgroundcolor "none"
34689 status open
34690
34691 \begin_layout Plain Layout
34692 \align center
34693 Boîte dont la hauteur est 2
34694 \begin_inset space \thinspace{}
34695 \end_inset
34696
34697 Hauteur
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Description
34706 Hauteur
34707 \begin_inset space ~
34708 \end_inset
34709
34710 Totale C'est égal à Hauteur
34711 \begin_inset space \thinspace{}
34712 \end_inset
34713
34714 +
34715 \begin_inset space \thinspace{}
34716 \end_inset
34717
34718 Profondeur : 
34719 \begin_inset Box Boxed
34720 position "c"
34721 hor_pos "c"
34722 has_inner_box 1
34723 inner_pos "c"
34724 use_parbox 0
34725 use_makebox 0
34726 width "20col%"
34727 special "none"
34728 height "1in"
34729 height_special "totalheight"
34730 thickness "0.4pt"
34731 separation "3pt"
34732 shadowsize "4pt"
34733 framecolor "black"
34734 backgroundcolor "none"
34735 status open
34736
34737 \begin_layout Plain Layout
34738 \align center
34739 Boîte dont la hauteur est 1
34740 \begin_inset space \thinspace{}
34741 \end_inset
34742
34743 Hauteur
34744 \begin_inset space ~
34745 \end_inset
34746
34747 Totale
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Description
34756 Largeur On prend la largeur de la boîte comme hauteur : 
34757 \begin_inset Box Boxed
34758 position "c"
34759 hor_pos "c"
34760 has_inner_box 1
34761 inner_pos "c"
34762 use_parbox 0
34763 use_makebox 0
34764 width "12col%"
34765 special "none"
34766 height "1in"
34767 height_special "width"
34768 thickness "0.4pt"
34769 separation "3pt"
34770 shadowsize "4pt"
34771 framecolor "black"
34772 backgroundcolor "none"
34773 status open
34774
34775 \begin_layout Plain Layout
34776 \align center
34777 Boîte dont la hauteur est 1
34778 \begin_inset space \thinspace{}
34779 \end_inset
34780
34781 Largeur
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Subsection
34790 Alignement
34791 \begin_inset Index idx
34792 status collapsed
34793
34794 \begin_layout Plain Layout
34795 Boîtes ! Alignement
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Standard
34804 Quand vous avez choisi une 
34805 \family sans
34806 Boîte
34807 \begin_inset space ~
34808 \end_inset
34809
34810 Intérieure
34811 \family default
34812 , l'alignement vertical de la boîte peut être :
34813 \end_layout
34814
34815 \begin_layout Description
34816 Haut Ceci est un exemple de texte.
34817  
34818 \begin_inset Box Boxed
34819 position "t"
34820 hor_pos "c"
34821 has_inner_box 1
34822 inner_pos "c"
34823 use_parbox 0
34824 use_makebox 0
34825 width "12col%"
34826 special "none"
34827 height "1in"
34828 height_special "totalheight"
34829 thickness "0.4pt"
34830 separation "3pt"
34831 shadowsize "4pt"
34832 framecolor "black"
34833 backgroundcolor "none"
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 \align center
34838 Cette boîte est alignée sur le haut.
34839 \end_layout
34840
34841 \end_inset
34842
34843  Ceci est un exemple de texte.
34844 \end_layout
34845
34846 \begin_layout Description
34847 Milieu Ceci est un exemple de texte.
34848  
34849 \begin_inset Box Boxed
34850 position "c"
34851 hor_pos "c"
34852 has_inner_box 1
34853 inner_pos "c"
34854 use_parbox 0
34855 use_makebox 0
34856 width "12col%"
34857 special "none"
34858 height "1in"
34859 height_special "totalheight"
34860 thickness "0.4pt"
34861 separation "3pt"
34862 shadowsize "4pt"
34863 framecolor "black"
34864 backgroundcolor "none"
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868 \align center
34869 Cette boîte est alignée au centre.
34870 \end_layout
34871
34872 \end_inset
34873
34874  Ceci est un exemple de texte.
34875 \end_layout
34876
34877 \begin_layout Description
34878 Bas Ceci est un exemple de texte.
34879  
34880 \begin_inset Box Boxed
34881 position "b"
34882 hor_pos "c"
34883 has_inner_box 1
34884 inner_pos "c"
34885 use_parbox 0
34886 use_makebox 0
34887 width "12col%"
34888 special "none"
34889 height "1in"
34890 height_special "totalheight"
34891 thickness "0.4pt"
34892 separation "3pt"
34893 shadowsize "4pt"
34894 framecolor "black"
34895 backgroundcolor "none"
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899 \align center
34900 Cette boîte est alignée sur le bas.
34901 \end_layout
34902
34903 \end_inset
34904
34905  Ceci est un exemple de texte.
34906 \end_layout
34907
34908 \begin_layout Standard
34909 \begin_inset Note Greyedout
34910 status open
34911
34912 \begin_layout Plain Layout
34913
34914 \series bold
34915 Note:
34916 \series default
34917  L'alignement vertical peut être perturbé dans la sortie finale quand vous
34918  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
34919  l'autre non.
34920 \end_layout
34921
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \begin_layout Standard
34928 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
34929  paragraphe grâce à la fenêtre de dialogue 
34930 \family sans
34931 Paramètres
34932 \begin_inset space ~
34933 \end_inset
34934
34935 de
34936 \begin_inset space ~
34937 \end_inset
34938
34939 Boîte
34940 \family default
34941 .
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \begin_inset VSpace bigskip
34946 \end_inset
34947
34948 Quand vous avez choisi une 
34949 \family sans
34950 Boîte
34951 \begin_inset space ~
34952 \end_inset
34953
34954 Intérieure
34955 \family default
34956 , l'alignement vertical du contenu de la boîte peut être :
34957 \end_layout
34958
34959 \begin_layout Description
34960 haut Ceci est un exemple de texte.
34961 \begin_inset Box Boxed
34962 position "c"
34963 hor_pos "c"
34964 has_inner_box 1
34965 inner_pos "t"
34966 use_parbox 0
34967 use_makebox 0
34968 width "12col%"
34969 special "none"
34970 height "1.5in"
34971 height_special "totalheight"
34972 thickness "0.4pt"
34973 separation "3pt"
34974 shadowsize "4pt"
34975 framecolor "black"
34976 backgroundcolor "none"
34977 status collapsed
34978
34979 \begin_layout Plain Layout
34980 \align center
34981 Le texte de cette boîte est aligné sur le haut.
34982 \end_layout
34983
34984 \end_inset
34985
34986  Ceci est un exemple de texte.
34987 \end_layout
34988
34989 \begin_layout Description
34990 milieu Ceci est un exemple de texte.
34991  
34992 \begin_inset Box Boxed
34993 position "c"
34994 hor_pos "c"
34995 has_inner_box 1
34996 inner_pos "c"
34997 use_parbox 0
34998 use_makebox 0
34999 width "12col%"
35000 special "none"
35001 height "1.5in"
35002 height_special "totalheight"
35003 thickness "0.4pt"
35004 separation "3pt"
35005 shadowsize "4pt"
35006 framecolor "black"
35007 backgroundcolor "none"
35008 status collapsed
35009
35010 \begin_layout Plain Layout
35011 \align center
35012 Le texte de cette boîte est aligné au centre
35013 \end_layout
35014
35015 \end_inset
35016
35017  Ceci est un exemple de texte.
35018 \end_layout
35019
35020 \begin_layout Description
35021 bas Ceci est un exemple de texte.
35022  
35023 \begin_inset Box Boxed
35024 position "c"
35025 hor_pos "c"
35026 has_inner_box 1
35027 inner_pos "b"
35028 use_parbox 0
35029 use_makebox 0
35030 width "12col%"
35031 special "none"
35032 height "1.5in"
35033 height_special "totalheight"
35034 thickness "0.4pt"
35035 separation "3pt"
35036 shadowsize "4pt"
35037 framecolor "black"
35038 backgroundcolor "none"
35039 status collapsed
35040
35041 \begin_layout Plain Layout
35042 \align center
35043 Le texte de cette boîte est aligné en bas.
35044 \end_layout
35045
35046 \end_inset
35047
35048  Ceci est un exemple de texte.
35049 \end_layout
35050
35051 \begin_layout Description
35052 élongation Ceci est un exemple de texte.
35053  
35054 \begin_inset Box Boxed
35055 position "c"
35056 hor_pos "c"
35057 has_inner_box 1
35058 inner_pos "s"
35059 use_parbox 0
35060 use_makebox 0
35061 width "12col%"
35062 special "none"
35063 height "1.5in"
35064 height_special "totalheight"
35065 thickness "0.4pt"
35066 separation "3pt"
35067 shadowsize "4pt"
35068 framecolor "black"
35069 backgroundcolor "none"
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073 \align center
35074 Le texte 
35075 \end_layout
35076
35077 \begin_layout Plain Layout
35078 \align center
35079 de cette
35080 \end_layout
35081
35082 \begin_layout Plain Layout
35083 \align center
35084 boîte est
35085 \end_layout
35086
35087 \begin_layout Plain Layout
35088 \align center
35089 allongé.
35090 \end_layout
35091
35092 \end_inset
35093
35094  Ceci est un exemple de texte.
35095 \end_layout
35096
35097 \begin_layout Standard
35098 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
35099  paragraphe.
35100  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
35101 \end_layout
35102
35103 \begin_layout Standard
35104 \begin_inset VSpace bigskip
35105 \end_inset
35106
35107 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
35108  la fenêtre de dialogue 
35109 \family sans
35110 Paramètres
35111 \begin_inset space ~
35112 \end_inset
35113
35114 de
35115 \begin_inset space ~
35116 \end_inset
35117
35118 paragraphe
35119 \family default
35120  quand vous avez choisi une 
35121 \family sans
35122 Boîte
35123 \begin_inset space ~
35124 \end_inset
35125
35126 Intérieure
35127 \family default
35128 .
35129 \end_layout
35130
35131 \begin_layout Standard
35132 \align center
35133 \begin_inset Box Boxed
35134 position "c"
35135 hor_pos "c"
35136 has_inner_box 1
35137 inner_pos "s"
35138 use_parbox 0
35139 use_makebox 0
35140 width "15col%"
35141 special "none"
35142 height "1.25in"
35143 height_special "totalheight"
35144 thickness "0.4pt"
35145 separation "3pt"
35146 shadowsize "4pt"
35147 framecolor "black"
35148 backgroundcolor "none"
35149 status open
35150
35151 \begin_layout Plain Layout
35152 \align left
35153 Le texte de 
35154 \end_layout
35155
35156 \begin_layout Plain Layout
35157 \align left
35158 cette boîte
35159 \end_layout
35160
35161 \begin_layout Plain Layout
35162 \align right
35163 est allongé.
35164 \end_layout
35165
35166 \end_inset
35167
35168
35169 \end_layout
35170
35171 \begin_layout Standard
35172 Si vous n'avez pas choisi une 
35173 \family sans
35174 Boîte
35175 \begin_inset space ~
35176 \end_inset
35177
35178 Intérieure
35179 \family default
35180 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
35181  de dialogue de boîte.
35182 \end_layout
35183
35184 \begin_layout Standard
35185 \align center
35186 \begin_inset Box Boxed
35187 position "c"
35188 hor_pos "s"
35189 has_inner_box 0
35190 inner_pos "s"
35191 use_parbox 0
35192 use_makebox 0
35193 width "90col%"
35194 special "none"
35195 height "1.25in"
35196 height_special "totalheight"
35197 thickness "0.4pt"
35198 separation "3pt"
35199 shadowsize "4pt"
35200 framecolor "black"
35201 backgroundcolor "none"
35202 status open
35203
35204 \begin_layout Plain Layout
35205 Le texte de cette boîte est allongé horizontalement.
35206 \end_layout
35207
35208 \end_inset
35209
35210
35211 \end_layout
35212
35213 \begin_layout Subsection
35214 Décorations
35215 \begin_inset CommandInset label
35216 LatexCommand label
35217 name "sec:Décorations"
35218
35219 \end_inset
35220
35221
35222 \begin_inset Index idx
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226 Boîtes ! Décorations
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Standard
35235 On peut spécifier le style de la boîte en utilisant la liste déroulante
35236  
35237 \family sans
35238 Décoration
35239 \family default
35240 .
35241  Les possibilités sont les suivantes :
35242 \end_layout
35243
35244 \begin_layout Description
35245 Aucun
35246 \begin_inset space ~
35247 \end_inset
35248
35249 cadre
35250 \begin_inset space ~
35251 \end_inset
35252
35253 tracé Rien n'est tracé
35254 \end_layout
35255
35256 \begin_layout Description
35257 Cadre
35258 \begin_inset space ~
35259 \end_inset
35260
35261 rectangulaire
35262 \begin_inset space ~
35263 \end_inset
35264
35265 simple Ceci dessine un cadre rectangulaire autour de la boîte.
35266  L'épaisseur du trait de ce cadre peut être précisé.
35267 \begin_inset Newline newline
35268 \end_inset
35269
35270
35271 \begin_inset Box Boxed
35272 position "c"
35273 hor_pos "c"
35274 has_inner_box 1
35275 inner_pos "c"
35276 use_parbox 0
35277 use_makebox 0
35278 width "20col%"
35279 special "none"
35280 height "1in"
35281 height_special "totalheight"
35282 thickness "0.4pt"
35283 separation "3pt"
35284 shadowsize "4pt"
35285 framecolor "black"
35286 backgroundcolor "none"
35287 status open
35288
35289 \begin_layout Plain Layout
35290 \align center
35291 Boîte rectangulaire
35292 \end_layout
35293
35294 \end_inset
35295
35296
35297 \end_layout
35298
35299 \begin_layout Description
35300 Cadre
35301 \begin_inset space ~
35302 \end_inset
35303
35304 oval,
35305 \begin_inset space ~
35306 \end_inset
35307
35308 fin Ceci dessine un cadre ovalisée autour de la boîte.
35309  L'épaisseur du trait de ce cadre est de  0.4
35310 \begin_inset space \thinspace{}
35311 \end_inset
35312
35313 pt.
35314  
35315 \begin_inset Box ovalbox
35316 position "c"
35317 hor_pos "c"
35318 has_inner_box 1
35319 inner_pos "c"
35320 use_parbox 0
35321 use_makebox 0
35322 width "20col%"
35323 special "none"
35324 height "1in"
35325 height_special "totalheight"
35326 thickness "0.4pt"
35327 separation "3pt"
35328 shadowsize "4pt"
35329 framecolor "black"
35330 backgroundcolor "none"
35331 status open
35332
35333 \begin_layout Plain Layout
35334 \align center
35335 Boîte ovalisée, fine
35336 \end_layout
35337
35338 \end_inset
35339
35340
35341 \end_layout
35342
35343 \begin_layout Description
35344 Cadre
35345 \begin_inset space ~
35346 \end_inset
35347
35348 oval,
35349 \begin_inset space ~
35350 \end_inset
35351
35352 épais Ceci dessine un cadre ovalisée autour de la boîte.
35353  L'épaisseur du trait de ce cadre est de   0.8
35354 \begin_inset space \thinspace{}
35355 \end_inset
35356
35357 pt.
35358  
35359 \begin_inset Box Ovalbox
35360 position "c"
35361 hor_pos "c"
35362 has_inner_box 1
35363 inner_pos "c"
35364 use_parbox 0
35365 use_makebox 0
35366 width "20col%"
35367 special "none"
35368 height "1in"
35369 height_special "totalheight"
35370 thickness "0.4pt"
35371 separation "3pt"
35372 shadowsize "4pt"
35373 framecolor "black"
35374 backgroundcolor "none"
35375 status open
35376
35377 \begin_layout Plain Layout
35378 \align center
35379 Boîte ovalisée, épaisse
35380 \end_layout
35381
35382 \end_inset
35383
35384
35385 \end_layout
35386
35387 \begin_layout Description
35388 Ombre
35389 \begin_inset space ~
35390 \end_inset
35391
35392 en
35393 \begin_inset space ~
35394 \end_inset
35395
35396 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
35397  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
35398  
35399 \begin_inset Box Shadowbox
35400 position "c"
35401 hor_pos "c"
35402 has_inner_box 1
35403 inner_pos "c"
35404 use_parbox 0
35405 use_makebox 0
35406 width "20col%"
35407 special "none"
35408 height "1in"
35409 height_special "totalheight"
35410 thickness "0.4pt"
35411 separation "3pt"
35412 shadowsize "4pt"
35413 framecolor "black"
35414 backgroundcolor "none"
35415 status open
35416
35417 \begin_layout Plain Layout
35418 \align center
35419 Boîte ombrée
35420 \end_layout
35421
35422 \end_inset
35423
35424
35425 \end_layout
35426
35427 \begin_layout Description
35428 Fond
35429 \begin_inset space ~
35430 \end_inset
35431
35432 ombré Ceci dessine une boîte avec un arrière plan rouge.
35433  Contrairement aux boîtes coloriées
35434 \begin_inset Foot
35435 status collapsed
35436
35437 \begin_layout Plain Layout
35438 Voir la section
35439 \begin_inset space ~
35440 \end_inset
35441
35442
35443 \begin_inset CommandInset ref
35444 LatexCommand ref
35445 reference "sec:Boîtes-colorées"
35446
35447 \end_inset
35448
35449 .
35450 \end_layout
35451
35452 \end_inset
35453
35454 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
35455  son propre paragraphe.
35456 \begin_inset Box Shaded
35457 position "t"
35458 hor_pos "c"
35459 has_inner_box 0
35460 inner_pos "t"
35461 use_parbox 0
35462 use_makebox 0
35463 width "50col%"
35464 special "none"
35465 height "1in"
35466 height_special "totalheight"
35467 thickness "0.4pt"
35468 separation "3pt"
35469 shadowsize "4pt"
35470 framecolor "black"
35471 backgroundcolor "none"
35472 status open
35473
35474 \begin_layout Plain Layout
35475 Boîte avec fond ombré
35476 \end_layout
35477
35478 \end_inset
35479
35480
35481 \end_layout
35482
35483 \begin_layout Description
35484 Cadre
35485 \begin_inset space ~
35486 \end_inset
35487
35488 rectangulaire
35489 \begin_inset space ~
35490 \end_inset
35491
35492 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
35493  boîte.
35494  L'épaisseur du trait du cadre interne est de 0.75
35495 \begin_inset space \thinspace{}
35496 \end_inset
35497
35498 épaisseur
35499 \begin_inset space ~
35500 \end_inset
35501
35502 du
35503 \begin_inset space ~
35504 \end_inset
35505
35506 trait, l'épaisseur du trait du cadre externe est de 1.5
35507 \begin_inset space \thinspace{}
35508 \end_inset
35509
35510 épaisseur
35511 \begin_inset space ~
35512 \end_inset
35513
35514 du
35515 \begin_inset space ~
35516 \end_inset
35517
35518 trait.
35519  La distance entre les deux cadres est de 1.5
35520 \begin_inset space \thinspace{}
35521 \end_inset
35522
35523 épaisseur
35524 \begin_inset space ~
35525 \end_inset
35526
35527 du
35528 \begin_inset space ~
35529 \end_inset
35530
35531 trait
35532 \begin_inset space \thinspace{}
35533 \end_inset
35534
35535 +
35536 \begin_inset space \thinspace{}
35537 \end_inset
35538
35539 0.5
35540 \begin_inset space \thinspace{}
35541 \end_inset
35542
35543 pt.
35544  
35545 \begin_inset Box Doublebox
35546 position "c"
35547 hor_pos "c"
35548 has_inner_box 1
35549 inner_pos "c"
35550 use_parbox 0
35551 use_makebox 0
35552 width "20col%"
35553 special "none"
35554 height "1in"
35555 height_special "totalheight"
35556 thickness "0.4pt"
35557 separation "3pt"
35558 shadowsize "4pt"
35559 framecolor "black"
35560 backgroundcolor "none"
35561 status open
35562
35563 \begin_layout Plain Layout
35564 \align center
35565 Boîte double
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574 \begin_inset VSpace bigskip
35575 \end_inset
35576
35577 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
35578  s'adapte pour montrer le style
35579  de boîte utilisé.
35580  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
35581  le paquetage \SpecialChar LaTeX
35582  
35583 \series bold
35584 fancybox
35585 \series default
35586
35587 \begin_inset Index idx
35588 status collapsed
35589
35590 \begin_layout Plain Layout
35591 Paquetages \SpecialChar LaTeX
35592  ! fancybox
35593 \end_layout
35594
35595 \end_inset
35596
35597 .
35598 \end_layout
35599
35600 \begin_layout Standard
35601 \begin_inset VSpace bigskip
35602 \end_inset
35603
35604 Quand vous utilisez le style de décoration 
35605 \family sans
35606 cadre rectangulaire simple
35607 \family default
35608  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
35609  de la boîte.
35610  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
35611  prendra toute la largeur de la colonne et la boîte sera considérée comme
35612  son propre paragraphe: 
35613 \begin_inset Box Framed
35614 position "t"
35615 hor_pos "c"
35616 has_inner_box 0
35617 inner_pos "t"
35618 use_parbox 0
35619 use_makebox 0
35620 width "100col%"
35621 special "none"
35622 height "1in"
35623 height_special "totalheight"
35624 thickness "0.4pt"
35625 separation "3pt"
35626 shadowsize "4pt"
35627 framecolor "black"
35628 backgroundcolor "none"
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632 Boîte avec cadre simple et sauts de page
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \begin_layout Section
35641 Personnalisation des boîtes
35642 \begin_inset Index idx
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646 Boîtes! Personnalisation
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \begin_layout Standard
35655 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
35656  la commande 
35657 \series bold
35658
35659 \backslash
35660 cornersize
35661 \series default
35662 .
35663  Par exemple, la commande
35664 \end_layout
35665
35666 \begin_layout Standard
35667
35668 \series bold
35669
35670 \backslash
35671 cornersize*{1cm}
35672 \end_layout
35673
35674 \begin_layout Standard
35675 donne un diamètre de 1
35676 \begin_inset space \thinspace{}
35677 \end_inset
35678
35679 cm.
35680  La commande
35681 \end_layout
35682
35683 \begin_layout Standard
35684
35685 \series bold
35686
35687 \backslash
35688 cornersize{num}
35689 \end_layout
35690
35691 \begin_layout Standard
35692 fixe le diamètre à 
35693 \family sans
35694 num
35695 \begin_inset space \thinspace{}
35696 \end_inset
35697
35698 ×
35699 \begin_inset space \thinspace{}
35700 \end_inset
35701
35702 minimum(largeur et hauteur de la boîte)
35703 \family default
35704 .
35705  La valeur implicite est 
35706 \series bold
35707
35708 \backslash
35709 cornersize{0.5}
35710 \series default
35711 .
35712 \end_layout
35713
35714 \begin_layout Standard
35715 \begin_inset ERT
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719
35720
35721 \backslash
35722 cornersize*{1.5cm}
35723 \end_layout
35724
35725 \end_inset
35726
35727
35728 \begin_inset Box Ovalbox
35729 position "c"
35730 hor_pos "c"
35731 has_inner_box 1
35732 inner_pos "c"
35733 use_parbox 0
35734 use_makebox 0
35735 width "25col%"
35736 special "none"
35737 height "1in"
35738 height_special "totalheight"
35739 thickness "0.4pt"
35740 separation "3pt"
35741 shadowsize "4pt"
35742 framecolor "black"
35743 backgroundcolor "none"
35744 status open
35745
35746 \begin_layout Plain Layout
35747 \align center
35748 Boîte ovale avec 
35749 \series bold
35750
35751 \backslash
35752 cornersize
35753 \series default
35754
35755 \begin_inset space \thinspace{}
35756 \end_inset
35757
35758 =
35759 \begin_inset space \thinspace{}
35760 \end_inset
35761
35762 1.5
35763 \begin_inset space \thinspace{}
35764 \end_inset
35765
35766 cm
35767 \end_layout
35768
35769 \end_inset
35770
35771
35772 \begin_inset ERT
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776
35777
35778 \backslash
35779 cornersize{0.5}
35780 \end_layout
35781
35782 \end_inset
35783
35784
35785 \end_layout
35786
35787 \begin_layout Standard
35788 \begin_inset VSpace bigskip
35789 \end_inset
35790
35791
35792 \end_layout
35793
35794 \begin_layout Standard
35795 La couleur rouge utilisée implicitement pour les boîtes à 
35796 \family sans
35797 Fond
35798 \begin_inset space ~
35799 \end_inset
35800
35801 ombré
35802 \family default
35803  peut soit être modifiée localement avec la commande 
35804 \series bold
35805
35806 \backslash
35807 definecolor{shadecolor}
35808 \series default
35809 , soit globalement avec le menu 
35810 \family sans
35811 Outils\SpecialChar menuseparator
35812 Préférences
35813 \family default
35814 \SpecialChar menuseparator
35815
35816 \family sans
35817 Couleurs\SpecialChar menuseparator
35818 boîte
35819 \begin_inset space ~
35820 \end_inset
35821
35822 ombrée
35823 \family default
35824 .
35825  La syntaxe de la commande 
35826 \series bold
35827
35828 \backslash
35829 definecolor
35830 \series default
35831  est expliquée dans la section
35832 \begin_inset space ~
35833 \end_inset
35834
35835
35836 \begin_inset CommandInset ref
35837 LatexCommand ref
35838 reference "sec:Tableaux-Colorés"
35839
35840 \end_inset
35841
35842 .
35843 \begin_inset Foot
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847 Notez que l'utilisation de 
35848 \series bold
35849
35850 \backslash
35851 definecolor
35852 \series default
35853  ne peut se faire sans le paquetage \SpecialChar LaTeX
35854  
35855 \series bold
35856 color
35857 \series default
35858  dans le préambule, voir la section
35859 \begin_inset space ~
35860 \end_inset
35861
35862
35863 \begin_inset CommandInset ref
35864 LatexCommand ref
35865 reference "sec:Boîtes-colorées"
35866
35867 \end_inset
35868
35869 .
35870  
35871 \end_layout
35872
35873 \end_inset
35874
35875
35876 \end_layout
35877
35878 \begin_layout Standard
35879 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
35880  le commande en code \SpecialChar TeX
35881  suivantes
35882 \end_layout
35883
35884 \begin_layout Standard
35885
35886 \series bold
35887
35888 \backslash
35889 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35890 \end_layout
35891
35892 \begin_layout Standard
35893 \begin_inset ERT
35894 status collapsed
35895
35896 \begin_layout Plain Layout
35897
35898
35899 \backslash
35900 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
35901 \end_layout
35902
35903 \end_inset
35904
35905
35906 \begin_inset Box Shaded
35907 position "t"
35908 hor_pos "c"
35909 has_inner_box 0
35910 inner_pos "t"
35911 use_parbox 0
35912 use_makebox 0
35913 width "100col%"
35914 special "none"
35915 height "1in"
35916 height_special "totalheight"
35917 thickness "0.4pt"
35918 separation "3pt"
35919 shadowsize "4pt"
35920 framecolor "black"
35921 backgroundcolor "none"
35922 status open
35923
35924 \begin_layout Plain Layout
35925
35926 \color yellow
35927 Ceci est un texte jaune dans une boîte à 
35928 \family sans
35929 Fond
35930 \begin_inset space ~
35931 \end_inset
35932
35933 ombré
35934 \family default
35935 \color inherit
35936  
35937 \color yellow
35938 avec un fond vert foncé.
35939 \end_layout
35940
35941 \end_inset
35942
35943
35944 \begin_inset ERT
35945 status collapsed
35946
35947 \begin_layout Plain Layout
35948
35949
35950 \backslash
35951 definecolor{shadecolor}{rgb}{1,0,0}
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \begin_layout Standard
35960 \begin_inset VSpace bigskip
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
35968  boîtes qui suivent la commandes qui les a changées.
35969 \end_layout
35970
35971 \begin_layout Section
35972 Minipages
35973 \begin_inset CommandInset label
35974 LatexCommand label
35975 name "sec:Minipages"
35976
35977 \end_inset
35978
35979
35980 \begin_inset Index idx
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984 Boîtes ! Minipages
35985 \end_layout
35986
35987 \end_inset
35988
35989
35990 \end_layout
35991
35992 \begin_layout Standard
35993 \SpecialChar LaTeX
35994  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
35995  d'une page.
35996  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
35997  règles d'indentation, de saut de ligne, etc.
35998  s'appliquent.
35999 \end_layout
36000
36001 \begin_layout Standard
36002 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
36003  langues.
36004 \end_layout
36005
36006 \begin_layout Standard
36007 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
36008  Leur largeur est fixée à 45
36009 \begin_inset space \thinspace{}
36010 \end_inset
36011
36012 col% et elles sont séparées par un ressort horizontal, qui a été inséré
36013  via le menu 
36014 \family sans
36015 Insertion\SpecialChar menuseparator
36016 Typographie
36017 \begin_inset space ~
36018 \end_inset
36019
36020 spéciale\SpecialChar menuseparator
36021 Ressort
36022 \begin_inset space ~
36023 \end_inset
36024
36025 Horizontal
36026 \family default
36027 .
36028 \end_layout
36029
36030 \begin_layout Standard
36031 \begin_inset Box Frameless
36032 position "t"
36033 hor_pos "c"
36034 has_inner_box 1
36035 inner_pos "c"
36036 use_parbox 0
36037 use_makebox 0
36038 width "45col%"
36039 special "none"
36040 height "1in"
36041 height_special "totalheight"
36042 thickness "0.4pt"
36043 separation "3pt"
36044 shadowsize "4pt"
36045 framecolor "black"
36046 backgroundcolor "none"
36047 status open
36048
36049 \begin_layout Plain Layout
36050 Ceci est un texte en français.
36051  Ceci est un texte en français.
36052  Ceci est un texte en français.
36053  Ceci est un texte en français.
36054  Ceci est un texte en français.
36055  Ceci est un texte en français.
36056  Ceci est un texte en français.
36057  Ceci est un texte en français.Ceci est un texte en français.
36058  Ceci est un texte en français.
36059  Ceci est un texte en français.
36060  Ceci est un texte en français
36061 \begin_inset Foot
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065 Ceci est une note de bas de page en français.
36066 \end_layout
36067
36068 \end_inset
36069
36070 .Ceci est un texte en français
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \begin_inset space \hfill{}
36077 \end_inset
36078
36079
36080 \begin_inset Box Frameless
36081 position "t"
36082 hor_pos "c"
36083 has_inner_box 1
36084 inner_pos "c"
36085 use_parbox 0
36086 use_makebox 0
36087 width "45col%"
36088 special "none"
36089 height "1in"
36090 height_special "totalheight"
36091 thickness "0.4pt"
36092 separation "3pt"
36093 shadowsize "4pt"
36094 framecolor "black"
36095 backgroundcolor "none"
36096 status open
36097
36098 \begin_layout Plain Layout
36099
36100 \lang english
36101 This is an English Text.
36102  This is an English Text.
36103  This is an English Text.
36104  This is an English Text.
36105  This is an English Text.
36106  This is an English Text.
36107  This is an English Text.
36108  This is an English Text.
36109  This is an English Text.
36110  This is an English Text.
36111  This is an English Text.
36112  This is an English Text.
36113  This is an English Text.
36114  This is an English Text.
36115  This is an English Text.
36116  This is an English Text.
36117 \begin_inset Foot
36118 status collapsed
36119
36120 \begin_layout Plain Layout
36121
36122 \lang english
36123 This is an English footnote.
36124 \end_layout
36125
36126 \end_inset
36127
36128  This is an English Text.
36129 \end_layout
36130
36131 \end_inset
36132
36133
36134 \end_layout
36135
36136 \begin_layout Standard
36137 \begin_inset VSpace bigskip
36138 \end_inset
36139
36140 Les paramètres globaux du document sont ignorés au sein d'une minipage.
36141  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
36142  minipages, même si vous les avez mis par exemple à 
36143 \family sans
36144 Moyen
36145 \family default
36146  dans les paramètres du document.
36147 \end_layout
36148
36149 \begin_layout Standard
36150 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
36151  portion de texte, voyez la section
36152 \begin_inset space ~
36153 \end_inset
36154
36155
36156 \begin_inset CommandInset ref
36157 LatexCommand ref
36158 reference "sec:Boîtes-colorées"
36159
36160 \end_inset
36161
36162 .
36163 \end_layout
36164
36165 \begin_layout Standard
36166 \begin_inset Note Greyedout
36167 status open
36168
36169 \begin_layout Plain Layout
36170
36171 \series bold
36172 Note:
36173 \series default
36174  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
36175  mais les minipages peuvent être utilisées dans un tableau, un flottant
36176  ou une autre boîte.
36177 \end_layout
36178
36179 \end_inset
36180
36181
36182 \end_layout
36183
36184 \begin_layout Standard
36185 \begin_inset VSpace bigskip
36186 \end_inset
36187
36188
36189 \end_layout
36190
36191 \begin_layout Standard
36192 \SpecialChar LyX
36193  propose également une fonctionnalité de base pour des minipages dont la
36194  taille est automatiquement déterminée par la largeur de leur contenu, via
36195  le module 
36196 \family sans
36197 Minipages de largeur variable
36198 \family default
36199 .
36200  Le fichier du répertoire des exemples \SpecialChar LyX
36201  
36202 \emph on
36203 varwidth-floats-side-by-side
36204 \emph default
36205  illustre l'utilisation de minipages de largeur variable pour placer deux
36206  flottants côte à côte.
36207 \end_layout
36208
36209 \begin_layout Section
36210 Les parboxes
36211 \begin_inset CommandInset label
36212 LatexCommand label
36213 name "sec:Parboxes"
36214
36215 \end_inset
36216
36217
36218 \begin_inset Index idx
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222 Boîtes ! Parboxes
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \end_layout
36229
36230 \begin_layout Standard
36231 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
36232  ne peuvent avoir de note de bas de page.
36233 \end_layout
36234
36235 \begin_layout Standard
36236 \align center
36237 \begin_inset Box Frameless
36238 position "t"
36239 hor_pos "c"
36240 has_inner_box 1
36241 inner_pos "t"
36242 use_parbox 1
36243 use_makebox 0
36244 width "33col%"
36245 special "none"
36246 height "1in"
36247 height_special "totalheight"
36248 thickness "0.4pt"
36249 separation "3pt"
36250 shadowsize "4pt"
36251 framecolor "black"
36252 backgroundcolor "none"
36253 status open
36254
36255 \begin_layout Plain Layout
36256 Ceci est un texte à l'intérieur d'une parbox.
36257  Ceci est un texte à l'intérieur d'une parbox.
36258 \end_layout
36259
36260 \begin_layout Plain Layout
36261 Cette note de bas de page ne devrait pas apparaître :
36262 \begin_inset Foot
36263 status open
36264
36265 \begin_layout Plain Layout
36266 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
36267  pas.
36268 \end_layout
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \end_inset
36276
36277
36278 \end_layout
36279
36280 \begin_layout Section
36281 Des boîtes pour les mots et les caractères
36282 \begin_inset Index idx
36283 status collapsed
36284
36285 \begin_layout Plain Layout
36286 Boîtes ! Pour les caractères
36287 \end_layout
36288
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \begin_layout Subsection
36295 Empêcher la césure
36296 \begin_inset CommandInset label
36297 LatexCommand label
36298 name "sec:Empêcher-césure"
36299
36300 \end_inset
36301
36302
36303 \begin_inset Index idx
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307 Boîtes ! Pour empêcher la césure
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \begin_layout Standard
36316 Vous pouvez utiliser une boîte de type 
36317 \family sans
36318 Makebox
36319 \family default
36320  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
36321 \begin_inset Newline newline
36322 \end_inset
36323
36324 Voici un exemple de texte :
36325 \end_layout
36326
36327 \begin_layout Standard
36328 Cette ligne est un exemple comment vous pouvez empêcher une césure
36329 \begin_inset space ~
36330 \end_inset
36331
36332
36333 \begin_inset Quotes cld
36334 \end_inset
36335
36336 motTrèsTrèsLong
36337 \begin_inset Quotes crd
36338 \end_inset
36339
36340
36341 \end_layout
36342
36343 \begin_layout Standard
36344 Pour empêcher que le mot 
36345 \begin_inset Quotes cld
36346 \end_inset
36347
36348 motTrèsTrèsLong
36349 \begin_inset Quotes crd
36350 \end_inset
36351
36352  soit coupé, mettez le mot dans une boîte, mettez 
36353 \family sans
36354 Boîte
36355 \begin_inset space ~
36356 \end_inset
36357
36358 intérieure
36359 \family default
36360  à 
36361 \family sans
36362 Makebox
36363 \family default
36364  sans spécifier de largeur.
36365 \end_layout
36366
36367 \begin_layout Standard
36368 Voici le résultat :
36369 \end_layout
36370
36371 \begin_layout Standard
36372 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36373  
36374 \begin_inset Box Frameless
36375 position "t"
36376 hor_pos "c"
36377 has_inner_box 1
36378 inner_pos "t"
36379 use_parbox 0
36380 use_makebox 1
36381 width ""
36382 special "none"
36383 height "1in"
36384 height_special "totalheight"
36385 thickness "0.4pt"
36386 separation "3pt"
36387 shadowsize "4pt"
36388 framecolor "black"
36389 backgroundcolor "none"
36390 status open
36391
36392 \begin_layout Plain Layout
36393 \begin_inset Quotes cld
36394 \end_inset
36395
36396 motTrèsTrèsLong
36397 \begin_inset Quotes crd
36398 \end_inset
36399
36400
36401 \end_layout
36402
36403 \end_inset
36404
36405
36406 \end_layout
36407
36408 \begin_layout Standard
36409 Une autre méthode consiste à mettre la commande 
36410 \series bold
36411
36412 \begin_inset Quotes cld
36413 \end_inset
36414
36415
36416 \backslash
36417 -
36418 \series default
36419
36420 \begin_inset Quotes crd
36421 \end_inset
36422
36423  en code \SpecialChar TeX
36424 , juste avant le mot :
36425 \end_layout
36426
36427 \begin_layout Standard
36428 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36429  
36430 \begin_inset Quotes cld
36431 \end_inset
36432
36433
36434 \begin_inset ERT
36435 status collapsed
36436
36437 \begin_layout Plain Layout
36438
36439
36440 \backslash
36441 -
36442 \end_layout
36443
36444 \end_inset
36445
36446 motTrèsTrèsLong
36447 \begin_inset Quotes crd
36448 \end_inset
36449
36450
36451 \end_layout
36452
36453 \begin_layout Standard
36454 Bien sûr, maintenant le mot dépasse dans la marge latérale.
36455  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
36456 \family sans
36457 Insertion\SpecialChar menuseparator
36458 Typographie
36459 \begin_inset space ~
36460 \end_inset
36461
36462 spéciale\SpecialChar menuseparator
36463 Passage
36464 \begin_inset space ~
36465 \end_inset
36466
36467 à
36468 \begin_inset space ~
36469 \end_inset
36470
36471 la
36472 \begin_inset space ~
36473 \end_inset
36474
36475 Ligne
36476 \family default
36477  (raccourci 
36478 \family sans
36479 Ctrl-Entrée
36480 \family default
36481 ) :
36482 \end_layout
36483
36484 \begin_layout Standard
36485 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
36486 \begin_inset Newline newline
36487 \end_inset
36488
36489
36490 \begin_inset Box Frameless
36491 position "t"
36492 hor_pos "c"
36493 has_inner_box 1
36494 inner_pos "t"
36495 use_parbox 0
36496 use_makebox 1
36497 width ""
36498 special "none"
36499 height "1in"
36500 height_special "totalheight"
36501 thickness "0.4pt"
36502 separation "3pt"
36503 shadowsize "4pt"
36504 framecolor "black"
36505 backgroundcolor "none"
36506 status open
36507
36508 \begin_layout Plain Layout
36509 \begin_inset Quotes cld
36510 \end_inset
36511
36512 motTrèsTrèsLong
36513 \begin_inset Quotes crd
36514 \end_inset
36515
36516
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \begin_layout Subsection
36525 Alignement vertical
36526 \begin_inset CommandInset label
36527 LatexCommand label
36528 name "subsec:Alignement-Vertical"
36529
36530 \end_inset
36531
36532
36533 \begin_inset Index idx
36534 status collapsed
36535
36536 \begin_layout Plain Layout
36537 Boîtes ! Pour l'alignement vertical
36538 \end_layout
36539
36540 \end_inset
36541
36542
36543 \begin_inset Index idx
36544 status collapsed
36545
36546 \begin_layout Plain Layout
36547 Boîtes ! Boîtes élévatrices
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \begin_inset Index idx
36554 status collapsed
36555
36556 \begin_layout Plain Layout
36557 Raisebox|see
36558 \begin_inset ERT
36559 status collapsed
36560
36561 \begin_layout Plain Layout
36562
36563 {
36564 \end_layout
36565
36566 \end_inset
36567
36568 Boîtes élévatrices
36569 \begin_inset ERT
36570 status collapsed
36571
36572 \begin_layout Plain Layout
36573
36574 }
36575 \end_layout
36576
36577 \end_inset
36578
36579
36580 \end_layout
36581
36582 \end_inset
36583
36584
36585 \end_layout
36586
36587 \begin_layout Standard
36588 Avec la commande 
36589 \series bold
36590
36591 \backslash
36592 raisebox
36593 \series default
36594  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
36595  par rapport au texte qui l'entoure.
36596  La commande
36597 \series bold
36598  
36599 \backslash
36600 raisebox
36601 \series default
36602  s'utilise en suivant la syntaxe suivante :
36603 \end_layout
36604
36605 \begin_layout Standard
36606
36607 \series bold
36608
36609 \backslash
36610 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
36611 \end_layout
36612
36613 \begin_layout Standard
36614 Le déplacement peut être une valeur positive pour élever la boîte ou négative
36615  pour l'abaisser.
36616 \end_layout
36617
36618 \begin_layout Standard
36619 Pour aligner le mot 
36620 \begin_inset Quotes cld
36621 \end_inset
36622
36623 empêcher
36624 \begin_inset Quotes crd
36625 \end_inset
36626
36627  de façon à ce que le point le plus bas du caractère le plus 
36628 \begin_inset Quotes cld
36629 \end_inset
36630
36631 profond
36632 \begin_inset Quotes crd
36633 \end_inset
36634
36635 , le 
36636 \begin_inset Quotes cld
36637 \end_inset
36638
36639 p
36640 \begin_inset Quotes crd
36641 \end_inset
36642
36643 , soit au niveau de la ligne de base, insérez la commande 
36644 \end_layout
36645
36646 \begin_layout Standard
36647
36648 \series bold
36649
36650 \backslash
36651 raisebox{
36652 \backslash
36653 depth}{
36654 \end_layout
36655
36656 \begin_layout Standard
36657 en code \SpecialChar TeX
36658  avant le mot.
36659  Insérez après le mot l'accolade fermante 
36660 \begin_inset Quotes cld
36661 \end_inset
36662
36663
36664 \series bold
36665 }
36666 \series default
36667
36668 \begin_inset Quotes crd
36669 \end_inset
36670
36671  en code \SpecialChar TeX
36672 .
36673 \begin_inset Newline newline
36674 \end_inset
36675
36676 Voici le résultat :
36677 \end_layout
36678
36679 \begin_layout Standard
36680 Cette ligne de texte contient le mot 
36681 \begin_inset ERT
36682 status open
36683
36684 \begin_layout Plain Layout
36685
36686
36687 \backslash
36688 raisebox{
36689 \backslash
36690 depth}{
36691 \end_layout
36692
36693 \end_inset
36694
36695
36696 \begin_inset Quotes cld
36697 \end_inset
36698
36699 empêcher
36700 \begin_inset Quotes crd
36701 \end_inset
36702
36703
36704 \begin_inset ERT
36705 status collapsed
36706
36707 \begin_layout Plain Layout
36708
36709 }
36710 \end_layout
36711
36712 \end_inset
36713
36714  comme mot élevé.
36715 \end_layout
36716
36717 \begin_layout Standard
36718 \begin_inset VSpace bigskip
36719 \end_inset
36720
36721 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
36722  entre les lignes va être agrandie :
36723 \end_layout
36724
36725 \begin_layout Standard
36726 Cette ligne de texte contient le mot
36727 \begin_inset ERT
36728 status collapsed
36729
36730 \begin_layout Plain Layout
36731
36732
36733 \backslash
36734 raisebox{-
36735 \backslash
36736 depth}{
36737 \end_layout
36738
36739 \end_inset
36740
36741
36742 \begin_inset Quotes cld
36743 \end_inset
36744
36745 empêcher
36746 \begin_inset Quotes crd
36747 \end_inset
36748
36749
36750 \begin_inset ERT
36751 status collapsed
36752
36753 \begin_layout Plain Layout
36754
36755 }
36756 \end_layout
36757
36758 \end_inset
36759
36760  comme mot abaissé.
36761 \begin_inset Newline newline
36762 \end_inset
36763
36764 Cette ligne de texte contient le mot 
36765 \begin_inset ERT
36766 status collapsed
36767
36768 \begin_layout Plain Layout
36769
36770
36771 \backslash
36772 raisebox{0.5cm}{
36773 \end_layout
36774
36775 \end_inset
36776
36777
36778 \begin_inset Quotes cld
36779 \end_inset
36780
36781 tester
36782 \begin_inset Quotes crd
36783 \end_inset
36784
36785
36786 \begin_inset ERT
36787 status collapsed
36788
36789 \begin_layout Plain Layout
36790
36791 }
36792 \end_layout
36793
36794 \end_inset
36795
36796  comme mot élevé.
36797 \end_layout
36798
36799 \begin_layout Standard
36800 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
36801  mettez la hauteur de la boîte à zéro.
36802  Par exemple utilisez
36803 \end_layout
36804
36805 \begin_layout Standard
36806
36807 \series bold
36808
36809 \backslash
36810 raisebox{-
36811 \backslash
36812 depth}[0pt]{
36813 \end_layout
36814
36815 \begin_layout Standard
36816 Cette ligne de texte contient le mot
36817 \begin_inset ERT
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821
36822
36823 \backslash
36824 raisebox{-
36825 \backslash
36826 depth}[0pt]{
36827 \end_layout
36828
36829 \end_inset
36830
36831
36832 \begin_inset Quotes cld
36833 \end_inset
36834
36835 empêcher
36836 \begin_inset Quotes crd
36837 \end_inset
36838
36839
36840 \begin_inset ERT
36841 status collapsed
36842
36843 \begin_layout Plain Layout
36844
36845 }
36846 \end_layout
36847
36848 \end_inset
36849
36850  comme mot abaissé.
36851 \begin_inset Newline newline
36852 \end_inset
36853
36854
36855 \begin_inset Newline newline
36856 \end_inset
36857
36858 Cette ligne de texte contient le mot 
36859 \begin_inset ERT
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863
36864
36865 \backslash
36866 raisebox{0.5cm}[0pt]{
36867 \end_layout
36868
36869 \end_inset
36870
36871
36872 \begin_inset Quotes cld
36873 \end_inset
36874
36875 tester
36876 \begin_inset Quotes crd
36877 \end_inset
36878
36879
36880 \begin_inset ERT
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884
36885 }
36886 \end_layout
36887
36888 \end_inset
36889
36890  comme mot élevé.
36891 \end_layout
36892
36893 \begin_layout Section
36894 Boîtes colorées
36895 \begin_inset CommandInset label
36896 LatexCommand label
36897 name "sec:Boîtes-colorées"
36898
36899 \end_inset
36900
36901
36902 \begin_inset Index idx
36903 status collapsed
36904
36905 \begin_layout Plain Layout
36906 Boîtes ! Couleur
36907 \end_layout
36908
36909 \end_inset
36910
36911
36912 \end_layout
36913
36914 \begin_layout Standard
36915 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
36916  couleur désirée dans la fenêtre de dialogue de la boîte.
36917  Voici par exemple une boîte avec un fond orangé:
36918 \lang english
36919  
36920 \begin_inset Box Frameless
36921 position "t"
36922 hor_pos "c"
36923 has_inner_box 1
36924 inner_pos "t"
36925 use_parbox 0
36926 use_makebox 1
36927 width ""
36928 special "none"
36929 height "1in"
36930 height_special "totalheight"
36931 thickness "0.4pt"
36932 separation "3pt"
36933 shadowsize "4pt"
36934 framecolor "black"
36935 backgroundcolor "orange"
36936 status open
36937
36938 \begin_layout Plain Layout
36939 Boîte avec un fond orangé
36940 \end_layout
36941
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \begin_layout Standard
36948 Si vous utilisez la décoration 
36949 \family sans
36950 Cadre
36951 \begin_inset space ~
36952 \end_inset
36953
36954 rectangulaire
36955 \begin_inset space ~
36956 \end_inset
36957
36958 simple
36959 \family default
36960 , vous pouvez colorer le cadre.
36961  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
36962  le met implicitement
36963  en blanc).
36964  voici un exemple: 
36965 \begin_inset Box Boxed
36966 position "t"
36967 hor_pos "c"
36968 has_inner_box 0
36969 inner_pos "t"
36970 use_parbox 0
36971 use_makebox 0
36972 width ""
36973 special "none"
36974 height "1in"
36975 height_special "totalheight"
36976 thickness "0.4pt"
36977 separation "3pt"
36978 shadowsize "4pt"
36979 framecolor "teal"
36980 backgroundcolor "yellow"
36981 status open
36982
36983 \begin_layout Plain Layout
36984 Box with teal frame color and yellow background color
36985 \end_layout
36986
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \begin_layout Standard
36993 \begin_inset VSpace bigskip
36994 \end_inset
36995
36996 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
36997  est en couleurs:
36998 \begin_inset Newline newline
36999 \end_inset
37000
37001
37002 \begin_inset Box Boxed
37003 position "t"
37004 hor_pos "c"
37005 has_inner_box 0
37006 inner_pos "t"
37007 use_parbox 0
37008 use_makebox 0
37009 width ""
37010 special "none"
37011 height "1in"
37012 height_special "totalheight"
37013 thickness "0.4pt"
37014 separation "3pt"
37015 shadowsize "4pt"
37016 framecolor "cyan"
37017 backgroundcolor "magenta"
37018 status open
37019
37020 \begin_layout Plain Layout
37021
37022 \color yellow
37023 Ce texte est coloré dans une boîte colorée et encadrée.
37024 \end_layout
37025
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \begin_layout Standard
37032 \begin_inset VSpace bigskip
37033 \end_inset
37034
37035
37036 \end_layout
37037
37038 \begin_layout Standard
37039 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
37040  définir vos propres couleurs comme c'est décrit dans la section
37041 \begin_inset space ~
37042 \end_inset
37043
37044
37045 \begin_inset CommandInset ref
37046 LatexCommand ref
37047 reference "sec:Tableaux-Colorés"
37048
37049 \end_inset
37050
37051 .
37052  Pour cela vous devez saisir la boîte ne code TeX.
37053 \end_layout
37054
37055 \begin_layout Standard
37056 Les boîtes à fond coloré sont créées par la commande 
37057 \series bold
37058
37059 \backslash
37060 colorbox
37061 \series default
37062 .
37063  Elle est utilisée avec la syntaxe suivante :
37064 \end_layout
37065
37066 \begin_layout Standard
37067
37068 \series bold
37069
37070 \backslash
37071 colorbox{couleur}{contenu de la boîte}
37072 \end_layout
37073
37074 \begin_layout Standard
37075 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
37076  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
37077  un mot sur fond 
37078 \emph on
37079 vertfonce
37080 \emph default
37081 , insérez la commande 
37082 \end_layout
37083
37084 \begin_layout Standard
37085
37086 \series bold
37087
37088 \backslash
37089 colorbox{vertfonce}{
37090 \end_layout
37091
37092 \begin_layout Standard
37093 avant le mot en code \SpecialChar TeX
37094 .
37095  Insérez l'accolade fermante 
37096 \begin_inset Quotes cld
37097 \end_inset
37098
37099 }
37100 \begin_inset Quotes crd
37101 \end_inset
37102
37103  après le mot, en code \SpecialChar TeX
37104 .
37105 \begin_inset Newline newline
37106 \end_inset
37107
37108 Voici le résultat :
37109 \end_layout
37110
37111 \begin_layout Standard
37112 Cette ligne de texte contient le mot
37113 \begin_inset ERT
37114 status collapsed
37115
37116 \begin_layout Plain Layout
37117
37118
37119 \backslash
37120 colorbox{vertfonce}{
37121 \end_layout
37122
37123 \end_inset
37124
37125
37126 \begin_inset Quotes cld
37127 \end_inset
37128
37129 Attention!
37130 \begin_inset Quotes crd
37131 \end_inset
37132
37133
37134 \begin_inset ERT
37135 status collapsed
37136
37137 \begin_layout Plain Layout
37138
37139 }
37140 \end_layout
37141
37142 \end_inset
37143
37144  sur fond vertfonce.
37145 \end_layout
37146
37147 \begin_layout Standard
37148 Les boîtes avec fond et cadre colorés sont créées via la commande 
37149 \series bold
37150
37151 \backslash
37152 fcolorbox
37153 \series default
37154  avec la syntaxe suivante :
37155 \end_layout
37156
37157 \begin_layout Standard
37158
37159 \series bold
37160
37161 \backslash
37162 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
37163 \end_layout
37164
37165 \begin_layout Section
37166 Boîtes pivotées et redimensionnées
37167 \end_layout
37168
37169 \begin_layout Standard
37170 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
37171 \family sans
37172 BoîtesGraphiques
37173 \family default
37174  oit être vchargé via les paramètres du document.
37175 \end_layout
37176
37177 \begin_layout Standard
37178 \begin_inset Note Greyedout
37179 status open
37180
37181 \begin_layout Plain Layout
37182
37183 \series bold
37184 Note:
37185 \series default
37186  La plupart des visualiseurs DVI ne sont 
37187 \emph on
37188 pas
37189 \emph default
37190  capables d'afficher des rotations ou des redimensionnements.
37191 \end_layout
37192
37193 \end_inset
37194
37195
37196 \end_layout
37197
37198 \begin_layout Standard
37199 \begin_inset Note Greyedout
37200 status open
37201
37202 \begin_layout Plain Layout
37203
37204 \series bold
37205 Note:
37206 \series default
37207  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
37208  redimensionnée.
37209 \end_layout
37210
37211 \end_inset
37212
37213
37214 \end_layout
37215
37216 \begin_layout Subsection
37217 Boîtes pivotées
37218 \begin_inset Index idx
37219 status collapsed
37220
37221 \begin_layout Plain Layout
37222 Boîtes ! pivotées
37223 \end_layout
37224
37225 \end_inset
37226
37227
37228 \begin_inset Index idx
37229 status collapsed
37230
37231 \begin_layout Plain Layout
37232 Pivoter des objets
37233 \end_layout
37234
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 Pour faire tourner des objets, vous pouvez les mettre dans une 
37242 \family sans
37243 BoîtePivotée
37244 \family default
37245 .
37246  Une telle boîte est insérée via le menu 
37247 \family sans
37248 Insertion\SpecialChar menuseparator
37249 Inserts personnalisables\SpecialChar menuseparator
37250 BoîtePivotée
37251 \family default
37252 .
37253 \end_layout
37254
37255 \begin_layout Standard
37256 La position du pivot peut être précisée via l'insert 
37257 \family sans
37258 Origine
37259 \family default
37260  (menu 
37261 \family sans
37262 Insertion\SpecialChar menuseparator
37263 Origine
37264 \family default
37265 ) sous la forme 
37266 \series bold
37267 origin=position
37268 \series default
37269 .
37270  Les valeurs suivantes sont possibles pour la position: 
37271 \emph on
37272 c
37273 \emph default
37274  (centre), 
37275 \emph on
37276 l
37277 \emph default
37278  (gauche/
37279 \lang english
37280 left
37281 \lang french
37282 ), 
37283 \emph on
37284 r
37285 \emph default
37286  (droite/
37287 \lang english
37288 right
37289 \lang french
37290 ), 
37291 \emph on
37292 b
37293 \emph default
37294  (bas/
37295 \lang english
37296 bottom
37297 \lang french
37298 ), 
37299 \emph on
37300 t
37301 \emph default
37302  (haut/
37303 \lang english
37304 top
37305 \lang french
37306 ), et aussi des combinaisons des quatre positions de base.
37307  Par exemple 
37308 \emph on
37309 lt
37310 \emph default
37311  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
37312  Quand on ne donne pas d'origine, la position 
37313 \emph on
37314 l
37315 \emph default
37316  est utilisée.
37317  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
37318  ou négatif.
37319  Le sens positif de rotation est anti-horaire.
37320 \end_layout
37321
37322 \begin_layout Standard
37323 Dans l'exemple qui suit, 
37324 \series bold
37325 origin=c
37326 \series default
37327  a été saisi dans l'insert 
37328 \family sans
37329 Origin
37330 \family default
37331  et 
37332 \series bold
37333 60
37334 \series default
37335  a été saisi dans l'insert 
37336 \family sans
37337 Angle
37338 \family default
37339 .
37340 \end_layout
37341
37342 \begin_layout Standard
37343 Voici une ligne avec du 
37344 \begin_inset Flex Rotatebox
37345 status open
37346
37347 \begin_layout Plain Layout
37348 \begin_inset Argument 1
37349 status open
37350
37351 \begin_layout Plain Layout
37352 origin=c
37353 \end_layout
37354
37355 \end_inset
37356
37357
37358 \begin_inset Argument 2
37359 status open
37360
37361 \begin_layout Plain Layout
37362 60
37363 \end_layout
37364
37365 \end_inset
37366
37367 texte pivoté
37368 \end_layout
37369
37370 \end_inset
37371
37372 .
37373 \end_layout
37374
37375 \begin_layout Standard
37376 La boîte peut contenir une autre boîte ou une formule en ligne :
37377 \end_layout
37378
37379 \begin_layout Standard
37380 Voici une ligne avec du 
37381 \begin_inset Flex Rotatebox
37382 status open
37383
37384 \begin_layout Plain Layout
37385 \begin_inset Argument 1
37386 status open
37387
37388 \begin_layout Plain Layout
37389 origin=r
37390 \end_layout
37391
37392 \end_inset
37393
37394
37395 \begin_inset Argument 2
37396 status open
37397
37398 \begin_layout Plain Layout
37399 -60
37400 \end_layout
37401
37402 \end_inset
37403
37404
37405 \begin_inset Box Doublebox
37406 position "c"
37407 hor_pos "c"
37408 has_inner_box 0
37409 inner_pos "c"
37410 use_parbox 0
37411 use_makebox 0
37412 width "1in"
37413 special "width"
37414 height "1in"
37415 height_special "totalheight"
37416 thickness "0.4pt"
37417 separation "3pt"
37418 shadowsize "4pt"
37419 framecolor "black"
37420 backgroundcolor "none"
37421 status collapsed
37422
37423 \begin_layout Plain Layout
37424 texte pivoté
37425 \end_layout
37426
37427 \end_inset
37428
37429
37430 \end_layout
37431
37432 \end_inset
37433
37434  et encadré 
37435 \begin_inset Flex Rotatebox
37436 status open
37437
37438 \begin_layout Plain Layout
37439 \begin_inset Argument 1
37440 status open
37441
37442 \begin_layout Plain Layout
37443 origin=lb
37444 \end_layout
37445
37446 \end_inset
37447
37448
37449 \begin_inset Argument 2
37450 status open
37451
37452 \begin_layout Plain Layout
37453 60
37454 \end_layout
37455
37456 \end_inset
37457
37458
37459 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37460 \end_inset
37461
37462
37463 \end_layout
37464
37465 \end_inset
37466
37467  et une formule.
37468 \end_layout
37469
37470 \begin_layout Standard
37471 ou encore une figure ou un tableau :
37472 \end_layout
37473
37474 \begin_layout Standard
37475 Voici une ligne 
37476 \begin_inset Flex Rotatebox
37477 status open
37478
37479 \begin_layout Plain Layout
37480 \begin_inset Argument 1
37481 status open
37482
37483 \begin_layout Plain Layout
37484 origin=lb
37485 \end_layout
37486
37487 \end_inset
37488
37489
37490 \begin_inset Argument 2
37491 status open
37492
37493 \begin_layout Plain Layout
37494 90
37495 \end_layout
37496
37497 \end_inset
37498
37499
37500 \begin_inset Graphics
37501         filename ../clipart/Star-structure.pdf
37502         lyxscale 50
37503         width 25col%
37504
37505 \end_inset
37506
37507
37508 \end_layout
37509
37510 \end_inset
37511
37512  avec une image pivotée de 90° 
37513 \begin_inset Flex Rotatebox
37514 status open
37515
37516 \begin_layout Plain Layout
37517 \begin_inset Argument 2
37518 status open
37519
37520 \begin_layout Plain Layout
37521 -90
37522 \end_layout
37523
37524 \end_inset
37525
37526
37527 \begin_inset Tabular
37528 <lyxtabular version="3" rows="2" columns="2">
37529 <features tabularvalignment="middle">
37530 <column alignment="center" valignment="top">
37531 <column alignment="center" valignment="top">
37532 <row>
37533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37534 \begin_inset Text
37535
37536 \begin_layout Plain Layout
37537 q
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37543 \begin_inset Text
37544
37545 \begin_layout Plain Layout
37546 w
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 </row>
37552 <row>
37553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557 e
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566 r
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 </row>
37572 </lyxtabular>
37573
37574 \end_inset
37575
37576
37577 \end_layout
37578
37579 \end_inset
37580
37581  et un tableau.
37582 \begin_inset Index idx
37583 status collapsed
37584
37585 \begin_layout Plain Layout
37586 Figures ! Pivotées
37587 \end_layout
37588
37589 \end_inset
37590
37591
37592 \begin_inset Index idx
37593 status collapsed
37594
37595 \begin_layout Plain Layout
37596 Tableau ! Pivoter
37597 \end_layout
37598
37599 \end_inset
37600
37601
37602 \end_layout
37603
37604 \begin_layout Standard
37605
37606 \lang english
37607 \begin_inset Note Greyedout
37608 status open
37609
37610 \begin_layout Plain Layout
37611
37612 \series bold
37613 Nota:
37614 \series default
37615  si l'insert 
37616 \family sans
37617 Angle
37618 \family default
37619  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37620  \SpecialChar LaTeX
37621  à l'affichage ou l'exportation du document.
37622 \end_layout
37623
37624 \end_inset
37625
37626
37627 \end_layout
37628
37629 \begin_layout Subsection
37630 Les boîtes redimensionnées
37631 \begin_inset Index idx
37632 status collapsed
37633
37634 \begin_layout Plain Layout
37635 Boîtes ! Redimensionnées
37636 \end_layout
37637
37638 \end_inset
37639
37640
37641 \begin_inset Index idx
37642 status collapsed
37643
37644 \begin_layout Plain Layout
37645 Redimensionner des objets
37646 \end_layout
37647
37648 \end_inset
37649
37650
37651 \end_layout
37652
37653 \begin_layout Standard
37654 Pour redimensionner des objets, il faut les insérer dans une 
37655 \family sans
37656 BoîteÉchelle
37657 \family default
37658 , et pour cela utiliser le menu 
37659 \family sans
37660 Insertion\SpecialChar menuseparator
37661 Inserts personnalisables\SpecialChar menuseparator
37662 BoîteÉchelle
37663 \family default
37664 .
37665 \end_layout
37666
37667 \begin_layout Standard
37668 L'insert 
37669 \family sans
37670 BoîteÉchelle
37671 \family default
37672  comporte un insert obligatoire 
37673 \family sans
37674 Facteur-H 
37675 \family default
37676 et un insert facultatif 
37677 \family sans
37678 Facteur-V
37679 \family default
37680  (ouvert via le menu 
37681 \family sans
37682 Insertion\SpecialChar menuseparator
37683 Facteur-V)
37684 \family default
37685 .
37686  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
37687  vertical.
37688  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
37689  comme facteur vertical.
37690 \end_layout
37691
37692 \begin_layout Standard
37693 Pour doubler la taille du texte par rapport à la taille de texte du document,
37694  saisir 
37695 \series bold
37696 2
37697 \series default
37698  dans l'insert 
37699 \family sans
37700 Facteur-H:
37701 \family default
37702  
37703 \begin_inset Flex Scalebox
37704 status open
37705
37706 \begin_layout Plain Layout
37707 \begin_inset Argument 1
37708 status open
37709
37710 \begin_layout Plain Layout
37711 2
37712 \end_layout
37713
37714 \end_inset
37715
37716 Bonjour
37717 \end_layout
37718
37719 \end_inset
37720
37721
37722 \end_layout
37723
37724 \begin_layout Standard
37725
37726 \series bold
37727 2
37728 \series default
37729  comme 
37730 \family sans
37731 Facteur-H
37732 \family default
37733  et 
37734 \series bold
37735 1
37736 \series default
37737  comme
37738 \family sans
37739  Facteur-V
37740 \family default
37741  déforme le texte: 
37742 \begin_inset Flex Scalebox
37743 status open
37744
37745 \begin_layout Plain Layout
37746 \begin_inset Argument 1
37747 status open
37748
37749 \begin_layout Plain Layout
37750 2
37751 \end_layout
37752
37753 \end_inset
37754
37755
37756 \begin_inset Argument 2
37757 status open
37758
37759 \begin_layout Plain Layout
37760 1
37761 \end_layout
37762
37763 \end_inset
37764
37765 Bonjour
37766 \end_layout
37767
37768 \end_inset
37769
37770 .
37771 \end_layout
37772
37773 \begin_layout Standard
37774 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
37775  par conséquent 
37776 \series bold
37777 -1
37778 \series default
37779  comme
37780 \family sans
37781  Facteur-H
37782 \family default
37783  et 
37784 \series bold
37785 1
37786 \series default
37787  comme
37788 \family sans
37789  Facteur-V 
37790 \family default
37791 permet de créer de l'écriture en miroir: 
37792 \begin_inset Flex Scalebox
37793 status open
37794
37795 \begin_layout Plain Layout
37796 \begin_inset Argument 1
37797 status open
37798
37799 \begin_layout Plain Layout
37800 -1
37801 \end_layout
37802
37803 \end_inset
37804
37805
37806 \begin_inset Argument 2
37807 status open
37808
37809 \begin_layout Plain Layout
37810 1
37811 \end_layout
37812
37813 \end_inset
37814
37815 Bonjour
37816 \end_layout
37817
37818 \end_inset
37819
37820
37821 \end_layout
37822
37823 \begin_layout Standard
37824
37825 \series bold
37826 1
37827 \series default
37828  comme
37829 \family sans
37830  Facteur-H
37831 \family default
37832  et 
37833 \series bold
37834 -1
37835 \series default
37836  comme
37837 \family sans
37838  Facteur-V
37839 \family default
37840  réfléchit le texte 
37841 \begin_inset Flex Scalebox
37842 status open
37843
37844 \begin_layout Plain Layout
37845 \begin_inset Argument 1
37846 status open
37847
37848 \begin_layout Plain Layout
37849 1
37850 \end_layout
37851
37852 \end_inset
37853
37854
37855 \begin_inset Argument 2
37856 status open
37857
37858 \begin_layout Plain Layout
37859 -1
37860 \end_layout
37861
37862 \end_inset
37863
37864 Bonjour
37865 \end_layout
37866
37867 \end_inset
37868
37869  sous la ligne de base.
37870 \end_layout
37871
37872 \begin_layout Standard
37873 La 
37874 \family sans
37875 BoîteMiroir
37876 \family default
37877  (menu 
37878 \family sans
37879 Insertion\SpecialChar menuseparator
37880 Inserts personnalisables\SpecialChar menuseparator
37881 BoîteMiroir)
37882 \family default
37883  est équivalente à 
37884 \series bold
37885 -1
37886 \series default
37887  comme
37888 \family sans
37889  Facteur-H
37890 \family default
37891  et 
37892 \series bold
37893 1
37894 \series default
37895  comme
37896 \family sans
37897  Facteur-V
37898 \family default
37899  pour une 
37900 \family sans
37901 BoîteÉchelle
37902 \family default
37903 .
37904 \end_layout
37905
37906 \begin_layout Standard
37907
37908 \lang english
37909 \begin_inset Note Greyedout
37910 status open
37911
37912 \begin_layout Plain Layout
37913
37914 \series bold
37915 Nota:
37916 \series default
37917  si l'insert 
37918 \family sans
37919 Facteur-H
37920 \family default
37921  est vide ou contient autre chose que des nombres, vous aurez des erreurs
37922  \SpecialChar LaTeX
37923  à l'affichage ou l'exportation du document.
37924 \end_layout
37925
37926 \end_inset
37927
37928
37929 \end_layout
37930
37931 \begin_layout Standard
37932 \begin_inset VSpace bigskip
37933 \end_inset
37934
37935 La 
37936 \family sans
37937 BoîteRetaillée
37938 \family default
37939  (menu 
37940 \family sans
37941 Insertion\SpecialChar menuseparator
37942 Inserts personnalisables\SpecialChar menuseparator
37943 BoîteRetaillée
37944 \family default
37945 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
37946  L'insert 
37947 \family sans
37948 BoîteRetaillée
37949 \family default
37950  comporte un insert obligatoire 
37951 \family sans
37952 Largeur
37953 \family default
37954  et un insert facultatif 
37955 \family sans
37956 Hauteur
37957 \family default
37958  (obtenu via 
37959 \family sans
37960 Insertion\SpecialChar menuseparator
37961 Hauteur)
37962 \family default
37963 .
37964  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
37965  unité.
37966  Le tableau
37967 \begin_inset space ~
37968 \end_inset
37969
37970  
37971 \begin_inset CommandInset ref
37972 LatexCommand ref
37973 reference "tab:Unités"
37974
37975 \end_inset
37976
37977  énumère les unités possibles.
37978  S'il y a un point d'exclamation 
37979 \series bold
37980 !
37981 \series default
37982  dans un des deux inserts, la taille est ajustée pour conserver le rapport
37983  d'aspect de la boîte.
37984  S'il n'y a pas d'insert 
37985 \family sans
37986 Hauteur
37987 \family default
37988 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
37989  
37990 \end_layout
37991
37992 \begin_layout Standard
37993
37994 \series bold
37995 2cm
37996 \series default
37997  comme 
37998 \family sans
37999 Largeur
38000 \family default
38001  et 
38002 \series bold
38003 1cm
38004 \series default
38005  comme 
38006 \family sans
38007 Hauteur
38008 \family default
38009  produit: 
38010 \begin_inset Flex Resizebox
38011 status open
38012
38013 \begin_layout Plain Layout
38014 \begin_inset Argument 1
38015 status open
38016
38017 \begin_layout Plain Layout
38018 2cm
38019 \end_layout
38020
38021 \end_inset
38022
38023
38024 \begin_inset Argument 2
38025 status open
38026
38027 \begin_layout Plain Layout
38028 1cm
38029 \end_layout
38030
38031 \end_inset
38032
38033 Bonjour
38034 \end_layout
38035
38036 \end_inset
38037
38038
38039 \begin_inset Newline newline
38040 \end_inset
38041
38042
38043 \series bold
38044 2cm
38045 \series default
38046  comme 
38047 \family sans
38048 Largeur
38049 \family default
38050  et 
38051 \series bold
38052 !
38053 \series default
38054  comme 
38055 \family sans
38056 Hauteur
38057 \family default
38058  (ou aucune
38059 \family sans
38060  Hauteur
38061 \family default
38062 ) produit: 
38063 \begin_inset Flex Resizebox
38064 status open
38065
38066 \begin_layout Plain Layout
38067 \begin_inset Argument 1
38068 status open
38069
38070 \begin_layout Plain Layout
38071 2cm
38072 \end_layout
38073
38074 \end_inset
38075
38076
38077 \begin_inset Argument 2
38078 status open
38079
38080 \begin_layout Plain Layout
38081 !
38082 \end_layout
38083
38084 \end_inset
38085
38086 Bonjour
38087 \end_layout
38088
38089 \end_inset
38090
38091
38092 \end_layout
38093
38094 \begin_layout Standard
38095 \begin_inset Note Greyedout
38096 status open
38097
38098 \begin_layout Plain Layout
38099
38100 \series bold
38101 Nota:
38102 \series default
38103  si l'insert 
38104 \family sans
38105 Largeur
38106 \family default
38107  est vide ou contient autre chose que des nombres, vous aurez des erreurs
38108  \SpecialChar LaTeX
38109  à l'affichage ou l'exportation du document.
38110 \end_layout
38111
38112 \end_inset
38113
38114
38115 \end_layout
38116
38117 \begin_layout Standard
38118 \begin_inset VSpace bigskip
38119 \end_inset
38120
38121
38122 \end_layout
38123
38124 \begin_layout Standard
38125 Les boîtes peuvent être combinée dans n'importe quel ordre.
38126  Par exemple voici une
38127 \family sans
38128  BoîteMiroir
38129 \family default
38130  
38131 \family sans
38132 dans une BoîteRetaillée 
38133 \family default
38134 qui est à son tour dans une 
38135 \family sans
38136 BoîtePivotée
38137 \family default
38138 :
38139 \end_layout
38140
38141 \begin_layout Standard
38142 \noindent
38143 \align center
38144 \begin_inset Flex Rotatebox
38145 status open
38146
38147 \begin_layout Plain Layout
38148 \begin_inset Argument 1
38149 status open
38150
38151 \begin_layout Plain Layout
38152 origin=c
38153 \end_layout
38154
38155 \end_inset
38156
38157
38158 \begin_inset Argument 2
38159 status open
38160
38161 \begin_layout Plain Layout
38162 -45
38163 \end_layout
38164
38165 \end_inset
38166
38167
38168 \begin_inset Flex Resizebox
38169 status open
38170
38171 \begin_layout Plain Layout
38172 \begin_inset Argument 1
38173 status open
38174
38175 \begin_layout Plain Layout
38176 2cm
38177 \end_layout
38178
38179 \end_inset
38180
38181
38182 \begin_inset Flex Reflectbox
38183 status open
38184
38185 \begin_layout Plain Layout
38186 Bonjour
38187 \end_layout
38188
38189 \end_inset
38190
38191
38192 \end_layout
38193
38194 \end_inset
38195
38196
38197 \end_layout
38198
38199 \end_inset
38200
38201
38202 \end_layout
38203
38204 \begin_layout Standard
38205 \noindent
38206 Les images, les tableaux et les formules sont autorisées comme contenu de
38207  boîte :
38208 \end_layout
38209
38210 \begin_layout Standard
38211 \noindent
38212 \align center
38213 \begin_inset Flex Resizebox
38214 status open
38215
38216 \begin_layout Plain Layout
38217 \begin_inset Argument 1
38218 status open
38219
38220 \begin_layout Plain Layout
38221 2cm
38222 \end_layout
38223
38224 \end_inset
38225
38226
38227 \begin_inset Flex Reflectbox
38228 status open
38229
38230 \begin_layout Plain Layout
38231 \begin_inset Graphics
38232         filename ../clipart/Star-structure.pdf
38233         lyxscale 50
38234         width 25col%
38235
38236 \end_inset
38237
38238
38239 \end_layout
38240
38241 \end_inset
38242
38243
38244 \end_layout
38245
38246 \end_inset
38247
38248  
38249 \begin_inset Flex Resizebox
38250 status open
38251
38252 \begin_layout Plain Layout
38253 \begin_inset Argument 1
38254 status open
38255
38256 \begin_layout Plain Layout
38257 2cm
38258 \end_layout
38259
38260 \end_inset
38261
38262
38263 \begin_inset Flex Reflectbox
38264 status open
38265
38266 \begin_layout Plain Layout
38267 \begin_inset Tabular
38268 <lyxtabular version="3" rows="2" columns="2">
38269 <features tabularvalignment="middle">
38270 <column alignment="center" valignment="top">
38271 <column alignment="center" valignment="top">
38272 <row>
38273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38274 \begin_inset Text
38275
38276 \begin_layout Plain Layout
38277 q
38278 \end_layout
38279
38280 \end_inset
38281 </cell>
38282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38283 \begin_inset Text
38284
38285 \begin_layout Plain Layout
38286 w
38287 \end_layout
38288
38289 \end_inset
38290 </cell>
38291 </row>
38292 <row>
38293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38294 \begin_inset Text
38295
38296 \begin_layout Plain Layout
38297 e
38298 \end_layout
38299
38300 \end_inset
38301 </cell>
38302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38303 \begin_inset Text
38304
38305 \begin_layout Plain Layout
38306 r
38307 \end_layout
38308
38309 \end_inset
38310 </cell>
38311 </row>
38312 </lyxtabular>
38313
38314 \end_inset
38315
38316
38317 \end_layout
38318
38319 \end_inset
38320
38321
38322 \end_layout
38323
38324 \end_inset
38325
38326  
38327 \begin_inset Flex Resizebox
38328 status open
38329
38330 \begin_layout Plain Layout
38331 \begin_inset Argument 1
38332 status open
38333
38334 \begin_layout Plain Layout
38335 3cm
38336 \end_layout
38337
38338 \end_inset
38339
38340
38341 \begin_inset Flex Reflectbox
38342 status open
38343
38344 \begin_layout Plain Layout
38345 \begin_inset Formula $\int A\,\mathrm{d}x=B$
38346 \end_inset
38347
38348
38349 \end_layout
38350
38351 \end_inset
38352
38353
38354 \end_layout
38355
38356 \end_inset
38357
38358
38359 \begin_inset Index idx
38360 status collapsed
38361
38362 \begin_layout Plain Layout
38363 Figures ! Redimensionnées
38364 \end_layout
38365
38366 \end_inset
38367
38368
38369 \begin_inset Index idx
38370 status collapsed
38371
38372 \begin_layout Plain Layout
38373 Tableau ! Redimensionner
38374 \end_layout
38375
38376 \end_inset
38377
38378
38379 \end_layout
38380
38381 \begin_layout Standard
38382 Quand on utilise le style global de formule 
38383 \series bold
38384 fleqn
38385 \series default
38386  dans le document
38387 \begin_inset Foot
38388 status collapsed
38389
38390 \begin_layout Plain Layout
38391 Quand 
38392 \begin_inset Quotes cld
38393 \end_inset
38394
38395 fleqn
38396 \begin_inset Quotes crd
38397 \end_inset
38398
38399  est ajouté aux options de la classe de document.
38400 \end_layout
38401
38402 \end_inset
38403
38404 , les formules hors texte peuvent aussi être redimensionnées.
38405 \end_layout
38406
38407 \begin_layout Chapter
38408 Objets entourés par du texte
38409 \begin_inset Index idx
38410 status collapsed
38411
38412 \begin_layout Plain Layout
38413 Entourés par du texte
38414 \end_layout
38415
38416 \end_inset
38417
38418
38419 \end_layout
38420
38421 \begin_layout Section
38422 Flottant d'enrobage
38423 \begin_inset CommandInset label
38424 LatexCommand label
38425 name "sec:Flottant-d'enrobage"
38426
38427 \end_inset
38428
38429
38430 \begin_inset Index idx
38431 status collapsed
38432
38433 \begin_layout Plain Layout
38434 Flottants ! Flottants d'enrobage
38435 \end_layout
38436
38437 \end_inset
38438
38439
38440 \begin_inset Index idx
38441 status collapsed
38442
38443 \begin_layout Plain Layout
38444 Entourés par du texte ! Flottants d'enrobage
38445 \end_layout
38446
38447 \end_inset
38448
38449
38450 \end_layout
38451
38452 \begin_layout Standard
38453 \begin_inset Wrap figure
38454 lines 0
38455 placement l
38456 overhang 1cm
38457 width "40col%"
38458 status open
38459
38460 \begin_layout Plain Layout
38461 \begin_inset Graphics
38462         filename ../clipart/2D-intensity-plot.pdf
38463         width 40col%
38464         scaleBeforeRotation
38465         rotateOrigin center
38466
38467 \end_inset
38468
38469
38470 \end_layout
38471
38472 \begin_layout Plain Layout
38473 \begin_inset Caption Standard
38474
38475 \begin_layout Plain Layout
38476 \begin_inset CommandInset label
38477 LatexCommand label
38478 name "fig:Figure-enrobée"
38479
38480 \end_inset
38481
38482 Ceci est une figure habillée.
38483 \end_layout
38484
38485 \end_inset
38486
38487
38488 \end_layout
38489
38490 \end_inset
38491
38492  Ce type de flottant est utilisé quand on veut que le texte habille la figure
38493  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
38494  Vous pouvez en insérer un en utilisant le menu 
38495 \family sans
38496 Insertion\SpecialChar menuseparator
38497 Flottant\SpecialChar menuseparator
38498 Flottant
38499 \begin_inset space ~
38500 \end_inset
38501
38502 d'enrobage
38503 \family default
38504  à la condition que le paquetage \SpecialChar LaTeX
38505  
38506 \series bold
38507 wrapfig
38508 \series default
38509
38510 \begin_inset Index idx
38511 status collapsed
38512
38513 \begin_layout Plain Layout
38514 Paquetages \SpecialChar LaTeX
38515  ! wrapfig
38516 \end_layout
38517
38518 \end_inset
38519
38520  soit installé.
38521 \begin_inset Foot
38522 status collapsed
38523
38524 \begin_layout Plain Layout
38525 Voyez dans la manuel 
38526 \emph on
38527 Configuration
38528 \begin_inset space ~
38529 \end_inset
38530
38531 \SpecialChar LaTeX
38532  
38533 \emph default
38534 comment installer des paquetages \SpecialChar LaTeX
38535 .
38536 \end_layout
38537
38538 \end_inset
38539
38540  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
38541  sur la boîte du flottant.
38542  Les paramètres obligatoires sont l'
38543 \family sans
38544 Emplacement
38545 \family default
38546  et la 
38547 \family sans
38548 Largeur
38549 \family default
38550 .
38551  Les paramètres facultatifs sont le 
38552 \family sans
38553 Débordement
38554 \family default
38555  qui précise de combien le flottant déborde sur la marge du paragraphe ou
38556  de la page et la 
38557 \family sans
38558 Porté de la ligne
38559 \family default
38560  qui précise le nombre approximatif de lignes dont le flottant va avoir
38561  besoin.
38562  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
38563  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
38564  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
38565  à faire flotter le flottant
38566  à l'intérieur du paragraphe ou vers les autres paragraphes.
38567  La figure
38568 \begin_inset space ~
38569 \end_inset
38570
38571
38572 \begin_inset CommandInset ref
38573 LatexCommand ref
38574 reference "fig:Figure-enrobée"
38575
38576 \end_inset
38577
38578  est un exemple de flottant d'enrobage avec une largeur de 40
38579 \begin_inset space \thinspace{}
38580 \end_inset
38581
38582 col%, un débordement de 1
38583 \begin_inset space \thinspace{}
38584 \end_inset
38585
38586 cm et placé à gauche.
38587 \end_layout
38588
38589 \begin_layout Standard
38590 \begin_inset Note Greyedout
38591 status open
38592
38593 \begin_layout Plain Layout
38594
38595 \series bold
38596 Note:
38597 \series default
38598  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
38599  figure trop près du bas de page peut tout chambouler et faire que le flottant
38600  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
38601  de texte.
38602 \end_layout
38603
38604 \end_inset
38605
38606
38607 \end_layout
38608
38609 \begin_layout Standard
38610 En général:
38611 \end_layout
38612
38613 \begin_layout Itemize
38614 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
38615  qui risquent de passer à la page suivante.
38616  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
38617  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
38618  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
38619  de page.
38620 \end_layout
38621
38622 \begin_layout Itemize
38623 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
38624  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
38625 e.
38626 \end_layout
38627
38628 \begin_layout Itemize
38629 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
38630  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
38631  texte entre les deux, comme séparateur.
38632 \end_layout
38633
38634 \begin_layout Itemize
38635 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
38636  ou les tableaux.
38637 \end_layout
38638
38639 \begin_layout Itemize
38640 Leur numérotation et leur référencement fonctionnent comme décrit dans le
38641  chapitre
38642 \begin_inset space ~
38643 \end_inset
38644
38645
38646 \begin_inset CommandInset ref
38647 LatexCommand ref
38648 reference "chap:Flottants"
38649
38650 \end_inset
38651
38652 .
38653 \end_layout
38654
38655 \begin_layout Section
38656 Objets fixes entourés par du texte
38657 \begin_inset Index idx
38658 status collapsed
38659
38660 \begin_layout Plain Layout
38661 Entouré par du texte ! Objets fixes
38662 \end_layout
38663
38664 \end_inset
38665
38666
38667 \end_layout
38668
38669 \begin_layout Standard
38670 Les flottants d'enrobage décrits dans la section
38671 \begin_inset space \thinspace{}
38672 \end_inset
38673
38674
38675 \begin_inset CommandInset ref
38676 LatexCommand ref
38677 reference "sec:Flottant-d'enrobage"
38678
38679 \end_inset
38680
38681  prennent les positions suivantes dans le paragraphe :
38682 \end_layout
38683
38684 \begin_layout Standard
38685 \noindent
38686 \align center
38687 \begin_inset Tabular
38688 <lyxtabular version="3" rows="2" columns="2">
38689 <features tabularvalignment="middle">
38690 <column alignment="center" valignment="top">
38691 <column alignment="center" valignment="top">
38692 <row>
38693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38694 \begin_inset Text
38695
38696 \begin_layout Plain Layout
38697 \begin_inset Info
38698 type  "icon"
38699 arg   "dialog-show-new-inset graphics"
38700 \end_inset
38701
38702
38703 \end_layout
38704
38705 \end_inset
38706 </cell>
38707 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38708 \begin_inset Text
38709
38710 \begin_layout Plain Layout
38711 texte
38712 \end_layout
38713
38714 \end_inset
38715 </cell>
38716 </row>
38717 <row>
38718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38719 \begin_inset Text
38720
38721 \begin_layout Plain Layout
38722 texte
38723 \end_layout
38724
38725 \end_inset
38726 </cell>
38727 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38728 \begin_inset Text
38729
38730 \begin_layout Plain Layout
38731 texte
38732 \end_layout
38733
38734 \end_inset
38735 </cell>
38736 </row>
38737 </lyxtabular>
38738
38739 \end_inset
38740
38741  ou 
38742 \begin_inset Tabular
38743 <lyxtabular version="3" rows="2" columns="2">
38744 <features tabularvalignment="middle">
38745 <column alignment="center" valignment="top">
38746 <column alignment="center" valignment="top">
38747 <row>
38748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38749 \begin_inset Text
38750
38751 \begin_layout Plain Layout
38752 texte
38753 \end_layout
38754
38755 \end_inset
38756 </cell>
38757 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38758 \begin_inset Text
38759
38760 \begin_layout Plain Layout
38761 \begin_inset Info
38762 type  "icon"
38763 arg   "dialog-show-new-inset graphics"
38764 \end_inset
38765
38766
38767 \end_layout
38768
38769 \end_inset
38770 </cell>
38771 </row>
38772 <row>
38773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38774 \begin_inset Text
38775
38776 \begin_layout Plain Layout
38777 texte
38778 \end_layout
38779
38780 \end_inset
38781 </cell>
38782 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38783 \begin_inset Text
38784
38785 \begin_layout Plain Layout
38786 texte
38787 \end_layout
38788
38789 \end_inset
38790 </cell>
38791 </row>
38792 </lyxtabular>
38793
38794 \end_inset
38795
38796
38797 \end_layout
38798
38799 \begin_layout Standard
38800 Pour avoir un objet exactement à la position à laquelle il a été inséré,
38801  par exemple pour avoir une de ces positions :
38802 \begin_inset VSpace defskip
38803 \end_inset
38804
38805
38806 \end_layout
38807
38808 \begin_layout Standard
38809 \noindent
38810 \align center
38811 \begin_inset Tabular
38812 <lyxtabular version="3" rows="2" columns="2">
38813 <features tabularvalignment="middle">
38814 <column alignment="center" valignment="top">
38815 <column alignment="center" valignment="top">
38816 <row>
38817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38818 \begin_inset Text
38819
38820 \begin_layout Plain Layout
38821 texte
38822 \end_layout
38823
38824 \end_inset
38825 </cell>
38826 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38827 \begin_inset Text
38828
38829 \begin_layout Plain Layout
38830 texte
38831 \end_layout
38832
38833 \end_inset
38834 </cell>
38835 </row>
38836 <row>
38837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38838 \begin_inset Text
38839
38840 \begin_layout Plain Layout
38841 \begin_inset Info
38842 type  "icon"
38843 arg   "dialog-show-new-inset graphics"
38844 \end_inset
38845
38846
38847 \end_layout
38848
38849 \end_inset
38850 </cell>
38851 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38852 \begin_inset Text
38853
38854 \begin_layout Plain Layout
38855 texte
38856 \end_layout
38857
38858 \end_inset
38859 </cell>
38860 </row>
38861 </lyxtabular>
38862
38863 \end_inset
38864
38865  
38866 \begin_inset Tabular
38867 <lyxtabular version="3" rows="2" columns="2">
38868 <features tabularvalignment="middle">
38869 <column alignment="center" valignment="top">
38870 <column alignment="center" valignment="top">
38871 <row>
38872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38873 \begin_inset Text
38874
38875 \begin_layout Plain Layout
38876 texte
38877 \end_layout
38878
38879 \end_inset
38880 </cell>
38881 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38882 \begin_inset Text
38883
38884 \begin_layout Plain Layout
38885 texte
38886 \end_layout
38887
38888 \end_inset
38889 </cell>
38890 </row>
38891 <row>
38892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38893 \begin_inset Text
38894
38895 \begin_layout Plain Layout
38896 texte
38897 \end_layout
38898
38899 \end_inset
38900 </cell>
38901 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38902 \begin_inset Text
38903
38904 \begin_layout Plain Layout
38905 \begin_inset Info
38906 type  "icon"
38907 arg   "dialog-show-new-inset graphics"
38908 \end_inset
38909
38910
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 \begin_inset Info
38942 type  "icon"
38943 arg   "dialog-show-new-inset graphics"
38944 \end_inset
38945
38946
38947 \end_layout
38948
38949 \end_inset
38950 </cell>
38951 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38952 \begin_inset Text
38953
38954 \begin_layout Plain Layout
38955 texte
38956 \end_layout
38957
38958 \end_inset
38959 </cell>
38960 </row>
38961 <row>
38962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38963 \begin_inset Text
38964
38965 \begin_layout Plain Layout
38966 texte
38967 \end_layout
38968
38969 \end_inset
38970 </cell>
38971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38972 \begin_inset Text
38973
38974 \begin_layout Plain Layout
38975 texte
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 \begin_inset Tabular
38996 <lyxtabular version="3" rows="2" columns="3">
38997 <features tabularvalignment="middle">
38998 <column alignment="center" valignment="top">
38999 <column alignment="center" valignment="top">
39000 <column alignment="center" valignment="top">
39001 <row>
39002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39003 \begin_inset Text
39004
39005 \begin_layout Plain Layout
39006 texte
39007 \end_layout
39008
39009 \end_inset
39010 </cell>
39011 <cell alignment="center" valignment="top" topline="true" usebox="none">
39012 \begin_inset Text
39013
39014 \begin_layout Plain Layout
39015 texte
39016 \end_layout
39017
39018 \end_inset
39019 </cell>
39020 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39021 \begin_inset Text
39022
39023 \begin_layout Plain Layout
39024 texte
39025 \end_layout
39026
39027 \end_inset
39028 </cell>
39029 </row>
39030 <row>
39031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39032 \begin_inset Text
39033
39034 \begin_layout Plain Layout
39035 texte
39036 \end_layout
39037
39038 \end_inset
39039 </cell>
39040 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39041 \begin_inset Text
39042
39043 \begin_layout Plain Layout
39044 \begin_inset Info
39045 type  "icon"
39046 arg   "dialog-show-new-inset graphics"
39047 \end_inset
39048
39049
39050 \end_layout
39051
39052 \end_inset
39053 </cell>
39054 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39055 \begin_inset Text
39056
39057 \begin_layout Plain Layout
39058 texte
39059 \end_layout
39060
39061 \end_inset
39062 </cell>
39063 </row>
39064 </lyxtabular>
39065
39066 \end_inset
39067
39068
39069 \end_layout
39070
39071 \begin_layout Standard
39072 \noindent
39073 \align center
39074 \begin_inset Tabular
39075 <lyxtabular version="3" rows="3" columns="2">
39076 <features tabularvalignment="middle">
39077 <column alignment="center" valignment="top">
39078 <column alignment="center" valignment="top">
39079 <row>
39080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39081 \begin_inset Text
39082
39083 \begin_layout Plain Layout
39084 texte
39085 \end_layout
39086
39087 \end_inset
39088 </cell>
39089 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39090 \begin_inset Text
39091
39092 \begin_layout Plain Layout
39093 texte
39094 \end_layout
39095
39096 \end_inset
39097 </cell>
39098 </row>
39099 <row>
39100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39101 \begin_inset Text
39102
39103 \begin_layout Plain Layout
39104 \begin_inset Info
39105 type  "icon"
39106 arg   "dialog-show-new-inset graphics"
39107 \end_inset
39108
39109
39110 \end_layout
39111
39112 \end_inset
39113 </cell>
39114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39115 \begin_inset Text
39116
39117 \begin_layout Plain Layout
39118 texte
39119 \end_layout
39120
39121 \end_inset
39122 </cell>
39123 </row>
39124 <row>
39125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39126 \begin_inset Text
39127
39128 \begin_layout Plain Layout
39129 texte
39130 \end_layout
39131
39132 \end_inset
39133 </cell>
39134 <cell alignment="center" valignment="top" bottomline="true" 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 </lyxtabular>
39145
39146 \end_inset
39147
39148  
39149 \begin_inset Tabular
39150 <lyxtabular version="3" rows="3" columns="3">
39151 <features tabularvalignment="middle">
39152 <column alignment="center" valignment="top">
39153 <column alignment="center" valignment="top">
39154 <column alignment="center" valignment="top">
39155 <row>
39156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39157 \begin_inset Text
39158
39159 \begin_layout Plain Layout
39160 texte
39161 \end_layout
39162
39163 \end_inset
39164 </cell>
39165 <cell alignment="center" valignment="top" topline="true" usebox="none">
39166 \begin_inset Text
39167
39168 \begin_layout Plain Layout
39169 texte
39170 \end_layout
39171
39172 \end_inset
39173 </cell>
39174 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39175 \begin_inset Text
39176
39177 \begin_layout Plain Layout
39178 texte
39179 \end_layout
39180
39181 \end_inset
39182 </cell>
39183 </row>
39184 <row>
39185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39186 \begin_inset Text
39187
39188 \begin_layout Plain Layout
39189 texte
39190 \end_layout
39191
39192 \end_inset
39193 </cell>
39194 <cell alignment="center" valignment="top" usebox="none">
39195 \begin_inset Text
39196
39197 \begin_layout Plain Layout
39198 \begin_inset Info
39199 type  "icon"
39200 arg   "dialog-show-new-inset graphics"
39201 \end_inset
39202
39203
39204 \end_layout
39205
39206 \end_inset
39207 </cell>
39208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39209 \begin_inset Text
39210
39211 \begin_layout Plain Layout
39212 texte
39213 \end_layout
39214
39215 \end_inset
39216 </cell>
39217 </row>
39218 <row>
39219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39220 \begin_inset Text
39221
39222 \begin_layout Plain Layout
39223 texte
39224 \end_layout
39225
39226 \end_inset
39227 </cell>
39228 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39229 \begin_inset Text
39230
39231 \begin_layout Plain Layout
39232 texte
39233 \end_layout
39234
39235 \end_inset
39236 </cell>
39237 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39238 \begin_inset Text
39239
39240 \begin_layout Plain Layout
39241 texte
39242 \end_layout
39243
39244 \end_inset
39245 </cell>
39246 </row>
39247 </lyxtabular>
39248
39249 \end_inset
39250
39251  
39252 \begin_inset Tabular
39253 <lyxtabular version="3" rows="3" columns="2">
39254 <features tabularvalignment="middle">
39255 <column alignment="center" valignment="top">
39256 <column alignment="center" valignment="top">
39257 <row>
39258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39259 \begin_inset Text
39260
39261 \begin_layout Plain Layout
39262 texte
39263 \end_layout
39264
39265 \end_inset
39266 </cell>
39267 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
39268 \begin_inset Text
39269
39270 \begin_layout Plain Layout
39271 texte
39272 \end_layout
39273
39274 \end_inset
39275 </cell>
39276 </row>
39277 <row>
39278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39279 \begin_inset Text
39280
39281 \begin_layout Plain Layout
39282 texte
39283 \end_layout
39284
39285 \end_inset
39286 </cell>
39287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
39288 \begin_inset Text
39289
39290 \begin_layout Plain Layout
39291 \begin_inset Info
39292 type  "icon"
39293 arg   "dialog-show-new-inset graphics"
39294 \end_inset
39295
39296
39297 \end_layout
39298
39299 \end_inset
39300 </cell>
39301 </row>
39302 <row>
39303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
39304 \begin_inset Text
39305
39306 \begin_layout Plain Layout
39307 texte
39308 \end_layout
39309
39310 \end_inset
39311 </cell>
39312 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
39313 \begin_inset Text
39314
39315 \begin_layout Plain Layout
39316 texte
39317 \end_layout
39318
39319 \end_inset
39320 </cell>
39321 </row>
39322 </lyxtabular>
39323
39324 \end_inset
39325
39326
39327 \end_layout
39328
39329 \begin_layout Standard
39330 vous pouvez utiliser la paquetage \SpecialChar LaTeX
39331  
39332 \end_layout
39333
39334 \begin_layout Standard
39335 \noindent
39336
39337 \series bold
39338 picinpar
39339 \series default
39340
39341 \begin_inset Index idx
39342 status collapsed
39343
39344 \begin_layout Plain Layout
39345 Paquetages \SpecialChar LaTeX
39346  ! picinpar
39347 \end_layout
39348
39349 \end_inset
39350
39351 .
39352  Voici un exemple :
39353 \end_layout
39354
39355 \begin_layout Standard
39356 \begin_inset ERT
39357 status collapsed
39358
39359 \begin_layout Plain Layout
39360
39361
39362 \backslash
39363 ifpicinpar
39364 \end_layout
39365
39366 \end_inset
39367
39368
39369 \begin_inset Note Note
39370 status open
39371
39372 \begin_layout Plain Layout
39373 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
39374  
39375 \series bold
39376 picinpar
39377 \series default
39378  a été installé.
39379 \end_layout
39380
39381 \end_inset
39382
39383
39384 \end_layout
39385
39386 \begin_layout Standard
39387 \begin_inset ERT
39388 status collapsed
39389
39390 \begin_layout Plain Layout
39391
39392
39393 \backslash
39394 begin{window}[2,c,{
39395 \end_layout
39396
39397 \end_inset
39398
39399
39400 \begin_inset Graphics
39401         filename ../clipart/2D-intensity-plot.pdf
39402         lyxscale 60
39403         width 40col%
39404         scaleBeforeRotation
39405         rotateOrigin center
39406
39407 \end_inset
39408
39409
39410 \begin_inset ERT
39411 status collapsed
39412
39413 \begin_layout Plain Layout
39414
39415 },]
39416 \end_layout
39417
39418 \begin_layout Plain Layout
39419
39420 {}
39421 \end_layout
39422
39423 \end_inset
39424
39425
39426 \size small
39427 \lang english
39428 It was in the spring of the year 1894 that all London was interested, and
39429  the fashionable world dismayed, by the murder of the Honourable Ronald
39430  Adair under most unusual and inexplicable circumstances.
39431  The public has already learned those particulars of the crime which
39432 \size default
39433
39434 \begin_inset ERT
39435 status collapsed
39436
39437 \begin_layout Plain Layout
39438
39439
39440 \backslash
39441 footnotemark{}
39442 \end_layout
39443
39444 \end_inset
39445
39446
39447 \size small
39448  came out in the police investigation, but a good deal was suppressed upon
39449  that occasion, since the case for the prosecution was so overwhelmingly
39450  strong that it was not necessary to bring forward all the facts.
39451  Only now, at the end of nearly ten years, am I allowed to supply those
39452  missing links which make up the whole of that remarkable chain
39453 \lang french
39454 .
39455 \size default
39456
39457 \begin_inset ERT
39458 status collapsed
39459
39460 \begin_layout Plain Layout
39461
39462
39463 \backslash
39464 end{window}
39465 \end_layout
39466
39467 \end_inset
39468
39469
39470 \end_layout
39471
39472 \begin_layout Standard
39473 \begin_inset ERT
39474 status collapsed
39475
39476 \begin_layout Plain Layout
39477
39478
39479 \backslash
39480 footnotetext{
39481 \end_layout
39482
39483 \end_inset
39484
39485 Note de pied de page du paragraphe avec objet fixe.
39486 \begin_inset ERT
39487 status collapsed
39488
39489 \begin_layout Plain Layout
39490
39491 }
39492 \end_layout
39493
39494 \end_inset
39495
39496
39497 \end_layout
39498
39499 \begin_layout Standard
39500 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
39501  d'eux et leur position est déterminée par le nombre de lignes de texte
39502  situées audessus d'eux.
39503  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
39504  numérotée.
39505 \end_layout
39506
39507 \begin_layout Standard
39508 Un objet fixe enrobé est inséré en ajoutant la commande
39509 \end_layout
39510
39511 \begin_layout Standard
39512
39513 \series bold
39514
39515 \backslash
39516 begin{window}[2,c,{
39517 \end_layout
39518
39519 \begin_layout Standard
39520 en code \SpecialChar TeX
39521  au debut du paragraphe.
39522  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
39523  dessus de l'objet, le second, ici 'c', la position de l'objet.
39524  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
39525  ) sont possibles.
39526  Après la commande, vous insérez votre objet.
39527  Dans cet exemple, c'est une image avec une largeur de 40
39528 \begin_inset space \thinspace{}
39529 \end_inset
39530
39531 % de la colonne de texte qui a été insérée.
39532  L'objet peut aussi être un tableau, une boîte ou une équation.
39533  Après l'objet, on insère la commande
39534 \end_layout
39535
39536 \begin_layout Standard
39537
39538 \series bold
39539 },texte de description ]
39540 \begin_inset Newline newline
39541 \end_inset
39542
39543 {}
39544 \end_layout
39545
39546 \begin_layout Standard
39547 Notez que le 
39548 \begin_inset Quotes cld
39549 \end_inset
39550
39551
39552 \series bold
39553 {}
39554 \series default
39555
39556 \begin_inset Quotes crd
39557 \end_inset
39558
39559  est sur la deuxième ligne.
39560  Le texte de description est facultatif.
39561  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
39562  il doit donc commence juste après le 
39563 \series bold
39564 {}
39565 \series default
39566 .
39567  A la fin du paragraphe on insère la commande :
39568 \end_layout
39569
39570 \begin_layout Standard
39571
39572 \series bold
39573
39574 \backslash
39575 end{window}
39576 \end_layout
39577
39578 \begin_layout Standard
39579 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
39580  ajouter des notes de pied de page de la façon habituelle.
39581  Vous devez utiliser la commande 
39582 \series bold
39583
39584 \backslash
39585 footnotemark
39586 \series default
39587  à l'intérieur du paragraphe et la commande 
39588 \series bold
39589
39590 \backslash
39591 footnotetext
39592 \series default
39593  à l'extérieur, comme décrit dans la section
39594 \begin_inset space \thinspace{}
39595 \end_inset
39596
39597
39598 \begin_inset CommandInset ref
39599 LatexCommand ref
39600 reference "sec:Notes-bas-de-page"
39601
39602 \end_inset
39603
39604 .
39605 \end_layout
39606
39607 \begin_layout Standard
39608 \begin_inset ERT
39609 status collapsed
39610
39611 \begin_layout Plain Layout
39612
39613
39614 \backslash
39615 else
39616 \end_layout
39617
39618 \end_inset
39619
39620
39621 \begin_inset Note Note
39622 status open
39623
39624 \begin_layout Plain Layout
39625 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
39626  
39627 \series bold
39628 picinpar
39629 \series default
39630  n'est pas installé :
39631 \end_layout
39632
39633 \end_inset
39634
39635
39636 \end_layout
39637
39638 \begin_layout Standard
39639 Vous devez installer le paquetage \SpecialChar LaTeX
39640  
39641 \series bold
39642 picinpar
39643 \series default
39644  pour voir la suite de cette section dans la sortie imprimée.
39645 \end_layout
39646
39647 \begin_layout Standard
39648 \begin_inset ERT
39649 status collapsed
39650
39651 \begin_layout Plain Layout
39652
39653
39654 \backslash
39655 fi
39656 \end_layout
39657
39658 \end_inset
39659
39660
39661 \end_layout
39662
39663 \begin_layout Section
39664 Lettrines
39665 \begin_inset Index idx
39666 status collapsed
39667
39668 \begin_layout Plain Layout
39669 Lettrines
39670 \end_layout
39671
39672 \end_inset
39673
39674
39675 \begin_inset Index idx
39676 status collapsed
39677
39678 \begin_layout Plain Layout
39679 Entouré par du texte ! Lettrines
39680 \end_layout
39681
39682 \end_inset
39683
39684
39685 \end_layout
39686
39687 \begin_layout Standard
39688 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
39689  
39690 \series bold
39691 lettrine
39692 \series default
39693
39694 \begin_inset Index idx
39695 status collapsed
39696
39697 \begin_layout Plain Layout
39698 Paquetages \SpecialChar LaTeX
39699  ! lettrine
39700 \end_layout
39701
39702 \end_inset
39703
39704  doit être installé et vous devez utiliser le module Initiales (
39705 \begin_inset space ~
39706 \end_inset
39707
39708 menu 
39709 \family sans
39710 Document\SpecialChar menuseparator
39711 Paramètres\SpecialChar menuseparator
39712 Modules
39713 \family default
39714
39715 \begin_inset space ~
39716 \end_inset
39717
39718 ).
39719  Pour insérer une lettrine, utilisez le style 
39720 \family sans
39721 Initial
39722 \family default
39723 .
39724  Les paramètres sont insérés avec le menu 
39725 \family sans
39726 Insertion
39727 \family default
39728 .
39729  Le paramètre obligatoire 
39730 \family sans
39731 \lang english
39732 Initial
39733 \family default
39734 \lang french
39735  contient la/les lettre(s) qui sert d'initiale, le paramètre 
39736 \family sans
39737 \lang english
39738 Rest
39739 \begin_inset space ~
39740 \end_inset
39741
39742 of
39743 \begin_inset space ~
39744 \end_inset
39745
39746 Initial
39747 \family default
39748  
39749 \lang french
39750 contient
39751 \lang english
39752  the rest of the word or text of the initial letter(s)
39753 \lang french
39754 .
39755  Le paramètre 
39756 \family sans
39757 \lang english
39758 Options
39759 \family default
39760 \lang french
39761  contient paramètres pour modifier la lettrine.
39762  Pour plus d'informations sur les paramètres possibles, voyez la documentation
39763  du paquetage 
39764 \series bold
39765 lettrine
39766 \series default
39767
39768 \begin_inset CommandInset citation
39769 LatexCommand cite
39770 key "lettrine"
39771 literal "true"
39772
39773 \end_inset
39774
39775 .
39776  Le style lui-même contient le texte qui doit entourer la lettrine.
39777  Le style habituel est par conséquent que le mot dont la première lettre
39778  est l'initiale soit en 
39779 \shape smallcaps
39780 petites capitales
39781 \shape default
39782 .
39783 \end_layout
39784
39785 \begin_layout Standard
39786 \begin_inset Newpage pagebreak
39787 \end_inset
39788
39789
39790 \end_layout
39791
39792 \begin_layout Standard
39793 Voici quelques exemples
39794 \begin_inset space ~
39795 \end_inset
39796
39797 :
39798 \end_layout
39799
39800 \begin_layout Standard
39801 \begin_inset ERT
39802 status collapsed
39803
39804 \begin_layout Plain Layout
39805
39806
39807 \backslash
39808 iflettrine
39809 \end_layout
39810
39811 \end_inset
39812
39813
39814 \begin_inset Note Note
39815 status open
39816
39817 \begin_layout Plain Layout
39818 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
39819  
39820 \series bold
39821 lettrine
39822 \series default
39823  a été installé.
39824 \end_layout
39825
39826 \end_inset
39827
39828
39829 \end_layout
39830
39831 \begin_layout Enumerate
39832 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
39833  mathématique 
39834 \begin_inset Formula $\mathfrak{Fraktur}$
39835 \end_inset
39836
39837 :
39838 \end_layout
39839
39840 \begin_deeper
39841 \begin_layout Initial
39842 \begin_inset Argument 2
39843 status open
39844
39845 \begin_layout Plain Layout
39846 \begin_inset Formula $\mathfrak{I}$
39847 \end_inset
39848
39849
39850 \end_layout
39851
39852 \end_inset
39853
39854
39855 \begin_inset Argument 3
39856 status open
39857
39858 \begin_layout Plain Layout
39859 t
39860 \end_layout
39861
39862 \end_inset
39863
39864  
39865 \lang english
39866 was in the spring of the year 1894 that all London was interested, and the
39867  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39868  under most unusual and inexplicable circumstances.
39869  The public has already learned those particulars of the crime which came
39870  out in the police investigation, but a good deal was suppressed upon that
39871  occasion, since the case for the prosecution was so overwhelmingly strong
39872  that it was not necessary to bring forward all the facts.
39873 \end_layout
39874
39875 \end_deeper
39876 \begin_layout Enumerate
39877 L'initiale est entourée par une seule ligne et est formée de deux lettres
39878  dans la police standard ; aucun texte n'est écrit en petites capitales
39879 \begin_inset space ~
39880 \end_inset
39881
39882 :
39883 \end_layout
39884
39885 \begin_deeper
39886 \begin_layout Initial
39887 \begin_inset Argument 1
39888 status open
39889
39890 \begin_layout Plain Layout
39891 lines=1
39892 \end_layout
39893
39894 \end_inset
39895
39896
39897 \begin_inset Argument 2
39898 status open
39899
39900 \begin_layout Plain Layout
39901 It
39902 \end_layout
39903
39904 \end_inset
39905
39906  
39907 \lang english
39908 was in the spring of the year 1894 that all London was interested, and the
39909  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39910  under most unusual and inexplicable circumstances.
39911  The public has already learned those particulars of the crime which came
39912  out in the police investigation, but a good deal was suppressed upon that
39913  occasion, since the case for the prosecution was so overwhelmingly strong
39914  that it was not necessary to bring forward all the facts.
39915 \end_layout
39916
39917 \end_deeper
39918 \begin_layout Enumerate
39919 Initiale descendante sur 3
39920 \begin_inset space ~
39921 \end_inset
39922
39923 lignes en magenta en police mathématique
39924 \begin_inset Newline newline
39925 \end_inset
39926
39927
39928 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39929 \end_inset
39930
39931 , le texte 
39932 \begin_inset Quotes cld
39933 \end_inset
39934
39935
39936 \lang english
39937 t was in the spring
39938 \lang french
39939
39940 \begin_inset Quotes crd
39941 \end_inset
39942
39943  est en 
39944 \shape smallcaps
39945 petites capitales
39946 \shape default
39947  ; pour colorer la lettrine, il faut insérer la commande suivante juste
39948  avant l'initiale
39949 \begin_inset space ~
39950 \end_inset
39951
39952 :
39953 \begin_inset Newline newline
39954 \end_inset
39955
39956
39957 \series bold
39958
39959 \backslash
39960 renewcommand{
39961 \backslash
39962 LettrineFontHook}{
39963 \backslash
39964 color{couleur}}
39965 \series default
39966
39967 \begin_inset Newline newline
39968 \end_inset
39969
39970 où la 
39971 \emph on
39972 couleur
39973 \emph default
39974  peut être 
39975 \begin_inset Quotes cld
39976 \end_inset
39977
39978 red
39979 \begin_inset Quotes crd
39980 \end_inset
39981
39982
39983 \begin_inset Quotes cld
39984 \end_inset
39985
39986 blue
39987 \begin_inset Quotes crd
39988 \end_inset
39989
39990
39991 \begin_inset Quotes cld
39992 \end_inset
39993
39994 green
39995 \begin_inset Quotes crd
39996 \end_inset
39997
39998
39999 \begin_inset Quotes cld
40000 \end_inset
40001
40002 yellow
40003 \begin_inset Quotes crd
40004 \end_inset
40005
40006
40007 \begin_inset Quotes cld
40008 \end_inset
40009
40010 cyan
40011 \begin_inset Quotes crd
40012 \end_inset
40013
40014
40015 \begin_inset Quotes cld
40016 \end_inset
40017
40018 magenta
40019 \begin_inset Quotes crd
40020 \end_inset
40021
40022
40023 \begin_inset Quotes cld
40024 \end_inset
40025
40026 black
40027 \begin_inset Quotes crd
40028 \end_inset
40029
40030  ou 
40031 \begin_inset Quotes cld
40032 \end_inset
40033
40034 white
40035 \begin_inset Quotes crd
40036 \end_inset
40037
40038 .
40039  On doit aussi ajouter la commande suivante au préambule du document
40040 \begin_inset space ~
40041 \end_inset
40042
40043 :
40044 \begin_inset Newline newline
40045 \end_inset
40046
40047
40048 \series bold
40049
40050 \backslash
40051 @ifundefined{textcolor}
40052 \begin_inset Newline newline
40053 \end_inset
40054
40055
40056 \begin_inset space ~
40057 \end_inset
40058
40059 {
40060 \backslash
40061 usepackage{color}}{}
40062 \end_layout
40063
40064 \begin_deeper
40065 \begin_layout Standard
40066 \begin_inset ERT
40067 status collapsed
40068
40069 \begin_layout Plain Layout
40070
40071
40072 \backslash
40073 renewcommand{
40074 \backslash
40075 LettrineFontHook}{
40076 \backslash
40077 color{magenta}}
40078 \end_layout
40079
40080 \end_inset
40081
40082
40083 \begin_inset Note Note
40084 status collapsed
40085
40086 \begin_layout Plain Layout
40087 colore la lettrine en magenta
40088 \end_layout
40089
40090 \end_inset
40091
40092
40093 \end_layout
40094
40095 \begin_layout Initial
40096 \begin_inset Argument 1
40097 status open
40098
40099 \begin_layout Plain Layout
40100 lines=3, lhang=0.33, loversize=0.25
40101 \end_layout
40102
40103 \end_inset
40104
40105
40106 \begin_inset Argument 2
40107 status open
40108
40109 \begin_layout Plain Layout
40110 \begin_inset Formula $\mathcal{I}$
40111 \end_inset
40112
40113
40114 \end_layout
40115
40116 \end_inset
40117
40118
40119 \begin_inset Argument 3
40120 status open
40121
40122 \begin_layout Plain Layout
40123
40124 \lang english
40125 t was in the spring
40126 \end_layout
40127
40128 \end_inset
40129
40130
40131 \lang english
40132  of the year 1894 that all London was interested, and the fashionable world
40133  dismayed, by the murder of the Honourable Ronald Adair under most unusual
40134  and inexplicable circumstances.
40135  The public has already learned those particulars of the crime which came
40136  out in the police investigation, but a good deal was suppressed upon that
40137  occasion, since the case for the prosecution was so overwhelmingly strong
40138  that it was not necessary to bring forward all the facts.
40139 \end_layout
40140
40141 \end_deeper
40142 \begin_layout Standard
40143 \begin_inset ERT
40144 status collapsed
40145
40146 \begin_layout Plain Layout
40147
40148
40149 \backslash
40150 else
40151 \end_layout
40152
40153 \end_inset
40154
40155
40156 \begin_inset Note Note
40157 status open
40158
40159 \begin_layout Plain Layout
40160 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
40161  
40162 \series bold
40163 lettrine
40164 \series default
40165  n'est pas installé :
40166 \end_layout
40167
40168 \end_inset
40169
40170
40171 \end_layout
40172
40173 \begin_layout Standard
40174 Vous devez installer le paquetage \SpecialChar LaTeX
40175  
40176 \series bold
40177 lettrine
40178 \series default
40179  pour voir la suite de cette section dans la sortie imprimée.
40180 \end_layout
40181
40182 \begin_layout Standard
40183 \begin_inset ERT
40184 status collapsed
40185
40186 \begin_layout Plain Layout
40187
40188
40189 \backslash
40190 fi
40191 \end_layout
40192
40193 \end_inset
40194
40195
40196 \end_layout
40197
40198 \begin_layout Chapter
40199 Trucs externes
40200 \begin_inset Index idx
40201 status collapsed
40202
40203 \begin_layout Plain Layout
40204 Trucs externes
40205 \end_layout
40206
40207 \end_inset
40208
40209
40210 \end_layout
40211
40212 \begin_layout Standard
40213 Avec le menu 
40214 \family sans
40215 Insertion\SpecialChar menuseparator
40216 Fichier
40217 \family default
40218  vous pouvez insérer un contenu externe à votre document.
40219  Ce contenu peut être :
40220 \end_layout
40221
40222 \begin_layout Description
40223 Document
40224 \begin_inset space ~
40225 \end_inset
40226
40227 \SpecialChar LyX
40228  Un autre document \SpecialChar LyX
40229  ; son contenu est directement inséré dans votre document.
40230 \end_layout
40231
40232 \begin_layout Description
40233 Texte
40234 \begin_inset space ~
40235 \end_inset
40236
40237 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
40238 e.
40239 \end_layout
40240
40241 \begin_layout Description
40242 Texte
40243 \begin_inset space ~
40244 \end_inset
40245
40246 Brut
40247 \begin_inset space ~
40248 \end_inset
40249
40250 par
40251 \begin_inset space ~
40252 \end_inset
40253
40254 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
40255  Les lignes vides créent un nouveau paragraphe dans votre document.
40256 \end_layout
40257
40258 \begin_layout Description
40259 Objet
40260 \begin_inset space ~
40261 \end_inset
40262
40263 Externe Fichiers de formats variés.
40264 \end_layout
40265
40266 \begin_layout Description
40267 Sous-document Documents \SpecialChar LyX
40268  ou \SpecialChar LaTeX
40269 .
40270 \end_layout
40271
40272 \begin_layout Section
40273 Objets externes 
40274 \begin_inset Index idx
40275 status collapsed
40276
40277 \begin_layout Plain Layout
40278 Trucs externes ! Objets Externes
40279 \end_layout
40280
40281 \end_inset
40282
40283
40284 \end_layout
40285
40286 \begin_layout Standard
40287 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
40288  de fichiers dans votre document sans avoir à convertir ces derniers en
40289  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
40290
40291  qui va s'occuper des conversions.
40292  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
40293  \SpecialChar LyX
40294  des images dans des formats divers.
40295  Quand vous avez activé 
40296 \family sans
40297 Aperçu
40298 \begin_inset space ~
40299 \end_inset
40300
40301 sur
40302 \begin_inset space ~
40303 \end_inset
40304
40305 le
40306 \begin_inset space ~
40307 \end_inset
40308
40309 vif
40310 \family default
40311  dans le menu des préférences de \SpecialChar LyX
40312 , dans la rubrique 
40313 \family sans
40314 Apparence\SpecialChar menuseparator
40315 Graphiques
40316 \family default
40317 , les objets externes de type Dia et Xfig sont affichés directement dans
40318  \SpecialChar LyX
40319 .
40320 \end_layout
40321
40322 \begin_layout Standard
40323 On insère des objets externes en utilisant la fenêtre de dialogue 
40324 \family sans
40325 Objet
40326 \begin_inset space ~
40327 \end_inset
40328
40329 Externe
40330 \family default
40331  qui est accessible via le menu 
40332 \family sans
40333 Insertion\SpecialChar menuseparator
40334 Fichiers\SpecialChar menuseparator
40335 Objet
40336 \begin_inset space ~
40337 \end_inset
40338
40339 Externe
40340 \family default
40341 .
40342  Actuellement les types de fichiers (
40343 \family sans
40344 Modèles
40345 \family default
40346 ) suivants sont autorisés :
40347 \end_layout
40348
40349 \begin_layout Description
40350 Diagramme
40351 \begin_inset space ~
40352 \end_inset
40353
40354 Dia accepte les diagrammes créés avec le programme 
40355 \series bold
40356
40357 \begin_inset CommandInset href
40358 LatexCommand href
40359 name "Dia"
40360 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
40361 literal "false"
40362
40363 \end_inset
40364
40365
40366 \series default
40367 .
40368 \end_layout
40369
40370 \begin_layout Description
40371 Échiquier accepte les diagrammes de positions d'échec produits par le programme
40372  
40373 \series bold
40374
40375 \begin_inset CommandInset href
40376 LatexCommand href
40377 name "XBoard"
40378 target "http://fr.wikipedia.org/wiki/XBoard"
40379 literal "false"
40380
40381 \end_inset
40382
40383
40384 \series default
40385 .
40386 \end_layout
40387
40388 \begin_layout Description
40389 Figure
40390 \begin_inset space ~
40391 \end_inset
40392
40393 Inkscape supporte les images graphiques vectorielles SVG contenant du texte
40394  écrit en \SpecialChar LaTeX
40395 .
40396  Il repose sur une fonctionnalité du programme 
40397 \series bold
40398
40399 \begin_inset CommandInset href
40400 LatexCommand href
40401 name "Inkscape"
40402 target "https://inkscape.org/fr"
40403 literal "false"
40404
40405 \end_inset
40406
40407
40408 \series default
40409  qui crée un fichier PDF ou EPS et un fichier \SpecialChar LaTeX
40410  particulier à partir d'un
40411  fichier SVG donné (depuis 
40412 \noun on
40413 Inkscape
40414 \noun default
40415 , la fonctionnalité est disponible via l'option 
40416 \family sans
40417 Exclure le texte du fichier PDF et créer un fichier LaTeX 
40418 \family default
40419 lorsqu'on enregistre un dessin en tant que PDF ou EPS).
40420  L'avantage de ces fichiers est d'assurer l'uniformité du style dans le
40421  document, et il est possible de saisir du code \SpecialChar TeX
40422  dans le texte du SVG.
40423 \begin_inset Newline newline
40424 \end_inset
40425
40426 Le modèle lit les fichiers SVG et utilise un convertisseur pour engendrer
40427  les fichiers PDF/EPS et \SpecialChar LaTeX
40428  (via
40429 \noun on
40430  
40431 \noun default
40432 Inkscape
40433 \noun on
40434 )
40435 \noun default
40436  à la volée, vous n'avez donc pas à exporter ces fichiers vous-mêmes.
40437  Si vous préférez cette dernière solution, et voulez utiliser les fichiers
40438  donnés 
40439 \family typewriter
40440 *.pdf
40441 \family default
40442  et 
40443 \family typewriter
40444 *.pdf_tex
40445 \family default
40446  ou 
40447 \family typewriter
40448 *.eps
40449 \family default
40450  et 
40451 \family typewriter
40452 *.eps_tex
40453 \family default
40454  à la place, saisissez simplement le nom des fichiers 
40455 \family typewriter
40456 *.pdf_tex
40457 \family default
40458  ou 
40459 \family typewriter
40460 *.eps_tex 
40461 \family default
40462 via le menu 
40463 \family sans
40464 Insertion\SpecialChar menuseparator
40465 Fichier\SpecialChar menuseparator
40466 Sous-document
40467 \family default
40468  (voir sec.
40469 \begin_inset space ~
40470 \end_inset
40471
40472
40473 \begin_inset CommandInset ref
40474 LatexCommand ref
40475 reference "sec:Sous-documents"
40476 plural "false"
40477 caps "false"
40478 noprefix "false"
40479
40480 \end_inset
40481
40482 ) plutôt que d'utiliser ce modèle.
40483 \begin_inset Newline newline
40484 \end_inset
40485
40486 Il est possible d'utiliser les commandes du code TeX comme 
40487 \series bold
40488
40489 \backslash
40490 Large
40491 \series default
40492
40493 \series bold
40494
40495 \backslash
40496 small
40497 \series default
40498 , etc.dans le texte du SVG.
40499  La taille de la police sera celle des paramètres du document \SpecialChar LyX
40500 .
40501  Voir
40502 \begin_inset space ~
40503 \end_inset
40504
40505
40506 \begin_inset CommandInset citation
40507 LatexCommand cite
40508 key "Inkscape"
40509 literal "false"
40510
40511 \end_inset
40512
40513  pour plus d'information et des exemples.
40514 \begin_inset Newline newline
40515 \end_inset
40516
40517
40518 \end_layout
40519
40520 \begin_layout Description
40521 Figure
40522 \begin_inset space ~
40523 \end_inset
40524
40525 Xfig accepte les images créées avec le programme 
40526 \begin_inset CommandInset href
40527 LatexCommand href
40528 name "Xfig"
40529 target "http://fr.wikipedia.org/wiki/Xfig"
40530 literal "false"
40531
40532 \end_inset
40533
40534 .
40535 \end_layout
40536
40537 \begin_layout Description
40538 Graphiques
40539 \begin_inset space ~
40540 \end_inset
40541
40542 vectoriels peut être utilisé pour les graphiques
40543 \begin_inset space ~
40544 \end_inset
40545
40546 vectoriels.
40547  Les graphiques peuvent être traitées dans la fenêtre de dialogue 
40548 \family sans
40549 Objet
40550 \begin_inset space ~
40551 \end_inset
40552
40553 Externe
40554 \family default
40555  comme les images qui sont habituellement incorporées en utilisant le menu
40556  
40557 \family sans
40558 Insertion\SpecialChar menuseparator
40559 Graphique
40560 \family default
40561 , comme c'est décrit dans la section
40562 \begin_inset space ~
40563 \end_inset
40564
40565
40566 \begin_inset CommandInset ref
40567 LatexCommand ref
40568 reference "sec:Graphics-Dialog"
40569
40570 \end_inset
40571
40572 .
40573  Voici un graphique vectoriel inséré en tant qu'objet externe: 
40574 \begin_inset External
40575         template VectorGraphics
40576         filename ../clipart/SVG-Drawing.svg
40577         lyxscale 50
40578         scale 33
40579
40580 \end_inset
40581
40582
40583 \end_layout
40584
40585 \begin_layout Description
40586 Image
40587 \begin_inset space ~
40588 \end_inset
40589
40590 tramée peut être utilisé pour les images matricielles (bitmap).
40591  Les images peuvent être traitées dans la fenêtre de dialogue 
40592 \family sans
40593 Objet
40594 \begin_inset space ~
40595 \end_inset
40596
40597 Externe
40598 \family default
40599  comme les images qui sont habituellement incorporées en utilisant le menu
40600  
40601 \family sans
40602 Insertion\SpecialChar menuseparator
40603 Graphique
40604 \family default
40605 , comme c'est décrit dans la section
40606 \begin_inset space ~
40607 \end_inset
40608
40609
40610 \begin_inset CommandInset ref
40611 LatexCommand ref
40612 reference "sec:Graphics-Dialog"
40613
40614 \end_inset
40615
40616 .
40617  Voici un exemple d'insertion d'image matricielle
40618 \begin_inset space ~
40619 \end_inset
40620
40621
40622 \begin_inset External
40623         template RasterImage
40624         filename ../clipart/ToolbarEnvBox.png
40625
40626 \end_inset
40627
40628
40629 \end_layout
40630
40631 \begin_layout Description
40632 Musique
40633 \begin_inset space ~
40634 \end_inset
40635
40636 mise
40637 \begin_inset space ~
40638 \end_inset
40639
40640 en
40641 \begin_inset space ~
40642 \end_inset
40643
40644 forme
40645 \begin_inset space ~
40646 \end_inset
40647
40648 avec
40649 \begin_inset space ~
40650 \end_inset
40651
40652 Lilypond est utilisé avec des partitions musicales mises en forme par le
40653  programme 
40654 \series bold
40655
40656 \begin_inset CommandInset href
40657 LatexCommand href
40658 name "LilyPond"
40659 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
40660 literal "false"
40661
40662 \end_inset
40663
40664
40665 \series default
40666 .
40667  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
40668  au fichier \SpecialChar LyX
40669  d'exemple 
40670 \emph on
40671 lilypond.lyx
40672 \emph default
40673 .
40674 \end_layout
40675
40676 \begin_layout Description
40677 Pages
40678 \begin_inset space ~
40679 \end_inset
40680
40681 PDF permet d'insérer des documents en PDF dans votre document.
40682  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
40683  
40684 \emph on
40685 pages
40686 \emph default
40687  dans le champ 
40688 \family sans
40689 Option
40690 \family default
40691  dans l'onglet 
40692 \family sans
40693 Options \SpecialChar LaTeX
40694  et \SpecialChar LyX
40695
40696 \family default
40697 .
40698  L'argument de cette option est une liste d'éléments séparés par des virgules,
40699  contenant des numéros de pages (
40700 \begin_inset space ~
40701 \end_inset
40702
40703 insérez comme option 
40704 \series bold
40705 pages={3,5,6,8}
40706 \series default
40707
40708 \begin_inset space ~
40709 \end_inset
40710
40711 ), des plages de numéros de pages (
40712 \series bold
40713
40714 \begin_inset space ~
40715 \end_inset
40716
40717 pages={4-9}
40718 \series default
40719
40720 \begin_inset space ~
40721 \end_inset
40722
40723 ) ou n'importe quelle combinaison des deux.
40724  Pour insérer des pages vides, utilisez 
40725 \series bold
40726 {}
40727 \series default
40728 .
40729  Par exemple 
40730 \begin_inset space ~
40731 \end_inset
40732
40733
40734 \series bold
40735 pages={3,{},8-11,15}
40736 \series default
40737  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
40738  15.
40739  Les plages de pages sont décrites avec la syntaxe 
40740 \emph on
40741 début-fin
40742 \emph default
40743  qui sélectionne toutes les pages de 
40744 \emph on
40745 début
40746 \emph default
40747  jusqu'à 
40748 \emph on
40749 fin
40750 \emph default
40751 .
40752  Si on omet 
40753 \emph on
40754 début
40755 \emph default
40756 , on commence implicitement à la première page ; de même, omettre 
40757 \emph on
40758 fin
40759 \emph default
40760  termine implicitement à la dernière page du document.
40761  La dernière page du document peut aussi être désignée par le mot-clé 
40762 \series bold
40763 last
40764 \series default
40765  (
40766 \begin_inset space ~
40767 \end_inset
40768
40769 ce dernier n'est accepté que pour une plage de pages
40770 \begin_inset space ~
40771 \end_inset
40772
40773 ).
40774  Donc 
40775 \series bold
40776 pages=-
40777 \series default
40778  va insérer toutes les pages du document et 
40779 \series bold
40780 pages=last-1
40781 \series default
40782  va insérer toutes les pages dans l'ordre inverse.
40783  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
40784 \begin_inset Newline newline
40785 \end_inset
40786
40787 L'option 
40788 \series bold
40789 noautoscale
40790 \series default
40791  insère les pages avec leur taille d'origine, si cette option n'est pas
40792  donnée, les pages seront redimensionnées
40793 \begin_inset space \space{}
40794 \end_inset
40795
40796 pour tenir dans la largeur de page de votre document.
40797  Dans l'onglet 
40798 \family sans
40799 Taille
40800 \begin_inset space ~
40801 \end_inset
40802
40803 et
40804 \begin_inset space ~
40805 \end_inset
40806
40807 rotation
40808 \family default
40809  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
40810  qu'une éventuelle rotation.
40811  Si vous utilisez une autre largeur que 100
40812 \begin_inset space \thinspace{}
40813 \end_inset
40814
40815 Échelle%, l'option 
40816 \series bold
40817 noautoscale
40818 \series default
40819  sera neutralisée.
40820  Pour plus d'information sur les options possibles, jetez un œil sur la
40821  documentation du paquetage \SpecialChar LaTeX
40822  
40823 \series bold
40824 pdfpages
40825 \series default
40826  
40827 \begin_inset CommandInset citation
40828 LatexCommand cite
40829 key "pdfpages"
40830 literal "true"
40831
40832 \end_inset
40833
40834 .
40835 \begin_inset Index idx
40836 status collapsed
40837
40838 \begin_layout Plain Layout
40839 Paquetages \SpecialChar LaTeX
40840  ! pdfpages
40841 \end_layout
40842
40843 \end_inset
40844
40845
40846 \begin_inset Newline newline
40847 \end_inset
40848
40849 Pour utiliser ce modèle dans une présentation 
40850 \family sans
40851 Beamer
40852 \family default
40853  vous devez d'abord insérer un environnement 
40854 \family sans
40855 FinCadre
40856 \family default
40857  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
40858  contenant la commande
40859  
40860 \series bold
40861
40862 \backslash
40863 setbeamertemplate{background canvas}{}
40864 \series default
40865 .
40866  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
40867  que vous voulez.
40868  Après les pages PDF incorporées, vous pouvez reprendre la présentation
40869  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
40870  section.
40871  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
40872  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
40873  le modèle.
40874 \begin_inset Newline newline
40875 \end_inset
40876
40877 Voici un PDF incorporé basculé de -5°
40878 \begin_inset space ~
40879 \end_inset
40880
40881 °: 
40882 \begin_inset External
40883         template PDFPages
40884         filename ../clipart/Abstract.pdf
40885         extra LaTeX "noautoscale, pages=-"
40886         rotateAngle -5
40887         rotateOrigin bottomleft
40888
40889 \end_inset
40890
40891
40892 \end_layout
40893
40894 \begin_layout Description
40895 Tableur permet d'insérer des feuilles de calcul ou des tableaux dans le
40896  format de 
40897 \series bold
40898
40899 \begin_inset CommandInset href
40900 LatexCommand href
40901 name "Gnumeric"
40902 target "http://fr.wikipedia.org/wiki/Gnumeric"
40903 literal "false"
40904
40905 \end_inset
40906
40907
40908 \series default
40909
40910 \begin_inset CommandInset href
40911 LatexCommand href
40912 name "OpenDocument"
40913 target "http://fr.wikipedia.org/wiki/OpenDocument"
40914 literal "false"
40915
40916 \end_inset
40917
40918
40919 \begin_inset CommandInset href
40920 LatexCommand href
40921 name "Microsoft Office XML"
40922 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
40923 literal "false"
40924
40925 \end_inset
40926
40927  et 
40928 \begin_inset CommandInset href
40929 LatexCommand href
40930 name "Office Open XML"
40931 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
40932 literal "false"
40933
40934 \end_inset
40935
40936 .
40937  Pour cette fonction, \SpecialChar LyX
40938  doit pouvoir trouver le programme 
40939 \family typewriter
40940 ssconvert
40941 \family default
40942  au cours de sa configuration.
40943  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
40944  même si vous n'avez pas de tableaux au format gnumeric.
40945  Pour des exemples et les limitations possibles, jetez un œil au fichier
40946  \SpecialChar LyX
40947  d'exemple, 
40948 \emph on
40949 spreadsheet.lyx
40950 \emph default
40951 .
40952 \end_layout
40953
40954 \begin_layout Standard
40955 Quand vous activez l'option 
40956 \family sans
40957 Brouillon
40958 \family default
40959  de l'onglet 
40960 \family sans
40961 Fichier
40962 \family default
40963  de la fenêtre de dialogue 
40964 \family sans
40965 Objet
40966 \begin_inset space ~
40967 \end_inset
40968
40969 Externe
40970 \family default
40971 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40972 \begin_inset Newline newline
40973 \end_inset
40974
40975 Les objets externes apparaissent dans \SpecialChar LyX
40976 , soit comme une boîte comme celle-ci
40977  : 
40978 \begin_inset Graphics
40979         filename ../clipart/ExternalMaterial.png
40980         scale 95
40981         scaleBeforeRotation
40982
40983 \end_inset
40984
40985  soit comme une image, selon que vous avez ou non activé l'option 
40986 \family sans
40987 Afficher
40988 \begin_inset space ~
40989 \end_inset
40990
40991 dans
40992 \begin_inset space ~
40993 \end_inset
40994
40995 \SpecialChar LyX
40996
40997 \family default
40998  de l'onglet 
40999 \family sans
41000 Options LaTeX et LyX
41001 \family default
41002  de la fenêtre de dialogue.
41003 \end_layout
41004
41005 \begin_layout Standard
41006 Le manuel 
41007 \family sans
41008 \emph on
41009 Personnalisation
41010 \family default
41011 \emph default
41012  explique comment vous pouvez créer vos propres modèles.
41013 \end_layout
41014
41015 \begin_layout Section
41016 Sous-documents
41017 \begin_inset CommandInset label
41018 LatexCommand label
41019 name "sec:Sous-documents"
41020
41021 \end_inset
41022
41023
41024 \begin_inset Index idx
41025 status collapsed
41026
41027 \begin_layout Plain Layout
41028 Trucs externes ! Sous-documents
41029 \end_layout
41030
41031 \end_inset
41032
41033
41034 \begin_inset Index idx
41035 status collapsed
41036
41037 \begin_layout Plain Layout
41038 Fichiers ! Insertion
41039 \end_layout
41040
41041 \end_inset
41042
41043
41044 \end_layout
41045
41046 \begin_layout Standard
41047 Les sous-documents sont utilisés quand on a un document très long qui peut
41048  être décomposé en plusieurs parties ou sections plus petites.
41049  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
41050  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
41051  Les différents documents sont ce que l'on appelle les sous-documents et
41052  un document maître les relie pour imprimer le document complet ou seulement
41053  une partie de celui-ci.
41054  Un sous-document hérite du contenu de son maître, par exemple le préambule
41055  \SpecialChar LaTeX
41056 , la bibliographie, et les étiquettes pour les références croisées.
41057 \end_layout
41058
41059 \begin_layout Standard
41060 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
41061  maître, précisez dans le sous-document le document maître dans le menu
41062  
41063 \family sans
41064 Document\SpecialChar menuseparator
41065 Paramètres\SpecialChar menuseparator
41066 Classe de document
41067 \family default
41068 .
41069  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
41070  à chaque
41071  fois que vous modifierez le sous-document.
41072 \end_layout
41073
41074 \begin_layout Standard
41075 Les documents inclus sont visualisés dans \SpecialChar LyX
41076  sous la forme d'une boîte comme
41077  celle-ci : 
41078 \begin_inset Graphics
41079         filename clipart/SousDocument.png
41080         scale 95
41081         scaleBeforeRotation
41082
41083 \end_inset
41084
41085  Pour inclure des sous-documents dans un document maître , on utilise le
41086  menu 
41087 \family sans
41088 Insertion\SpecialChar menuseparator
41089 Fichier\SpecialChar menuseparator
41090 Sous-document
41091 \family default
41092 .
41093  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
41094  des quatre méthodes d'inclusion :
41095 \end_layout
41096
41097 \begin_layout Description
41098 Inclus
41099 \begin_inset space ~
41100 \end_inset
41101
41102 (include) Vous pouvez inclure des documents \SpecialChar LyX
41103  et \SpecialChar LaTeX
41104 .
41105  Quand vous cliquez sur le bouton 
41106 \family sans
41107 Modifier
41108 \family default
41109  dans la fenêtre de dialogue 
41110 \family sans
41111 Sous-document
41112 \family default
41113 , le document inclus est ouvert dans \SpecialChar LyX
41114  dans un nouvel onglet pour que vous
41115  puissiez le modifier.
41116 \begin_inset Newline newline
41117 \end_inset
41118
41119
41120 \end_layout
41121
41122 \begin_layout Standard
41123 Voici un sous-document inséré avec la méthode 
41124 \family sans
41125 Inclus
41126 \family default
41127  : 
41128 \begin_inset CommandInset include
41129 LatexCommand include
41130 filename "DocumentBidon1.lyx"
41131
41132 \end_inset
41133
41134
41135 \end_layout
41136
41137 \begin_layout Standard
41138 La numérotation des sections va prendre en compte les sections des fichiers
41139  incorporés dans l'ordre où ils sont insérés dans le document maître.
41140  Le document qui est inclus comme exemple possède une sous-section qui sera
41141  numérotée comme sous-section de la section actuelle.
41142  Les étiquettes présentes dans le fichier inclus peuvent être référencées
41143  : la sous-section
41144 \begin_inset space ~
41145 \end_inset
41146
41147
41148 \begin_inset CommandInset ref
41149 LatexCommand ref
41150 reference "subsec:Sous-section-externe-1"
41151
41152 \end_inset
41153
41154  est dans le fichier inclus.
41155 \end_layout
41156
41157 \begin_layout Standard
41158 Le préambule du sous-document est tout simplement ignoré, seul le préambule
41159  du document maître est utilisé.
41160  Les branches présentes dans le sous-document seront ignorées par le document
41161  maître si celui-ci ne possède pas une branche avec le même nom.
41162  Les documents inclus sont insérés en commençant une nouvelle page et sont
41163  suivis par un saut de page.
41164 \end_layout
41165
41166 \begin_layout Standard
41167 \begin_inset Note Greyedout
41168 status open
41169
41170 \begin_layout Plain Layout
41171
41172 \series bold
41173 Note:
41174 \series default
41175  Quand vous avez inclus un fichier \SpecialChar LyX
41176  ou \SpecialChar LaTeX
41177 , et que ce dernier utilise une classe
41178  de document différente de celle du document maître, vous recevez un avertisseme
41179 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
41180  produire des résultats inattendus sur la sortie imprimée.
41181 \end_layout
41182
41183 \end_inset
41184
41185
41186 \end_layout
41187
41188 \begin_layout Description
41189 Incorporé
41190 \begin_inset space ~
41191 \end_inset
41192
41193 (input) Cette méthode est très semblable à la méthode Inclus, les différences
41194  sont :
41195 \end_layout
41196
41197 \begin_deeper
41198 \begin_layout Itemize
41199 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
41200  par un saut de page.
41201 \end_layout
41202
41203 \begin_layout Itemize
41204 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
41205  quand l'option
41206  
41207 \family sans
41208 Aperçu
41209 \begin_inset space ~
41210 \end_inset
41211
41212 sur
41213 \begin_inset space ~
41214 \end_inset
41215
41216 le
41217 \begin_inset space ~
41218 \end_inset
41219
41220 vif
41221 \family default
41222  est activée dans les préférences dans la rubrique 
41223 \family sans
41224 Apparence\SpecialChar menuseparator
41225 Graphique
41226 \family default
41227 .
41228 \end_layout
41229
41230 \begin_layout Itemize
41231 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
41232 \family sans
41233 Document\SpecialChar menuseparator
41234 Paramètres\SpecialChar menuseparator
41235 Sous-documents
41236 \family default
41237 .
41238 \end_layout
41239
41240 \end_deeper
41241 \begin_layout Standard
41242 Voici un sous document inséré en utilisant la méthode 
41243 \family sans
41244 Incorporé
41245 \family default
41246  : 
41247 \begin_inset CommandInset include
41248 LatexCommand input
41249 preview true
41250 filename "DocumentBidon2.lyx"
41251
41252 \end_inset
41253
41254
41255 \end_layout
41256
41257 \begin_layout Standard
41258 Voici un sous-document
41259 \emph on
41260 input
41261 \emph default
41262  comme \SpecialChar LaTeX
41263  source:
41264 \end_layout
41265
41266 \begin_layout Quote
41267 \begin_inset CommandInset include
41268 LatexCommand input
41269 filename "DocumentTexteBidon.txt"
41270
41271 \end_inset
41272
41273
41274 \end_layout
41275
41276 \begin_layout Description
41277 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
41278  Si c'est un fichier \SpecialChar LyX
41279  ou \SpecialChar LaTeX
41280 , le contenu sera affiché dans la sortie sous forme
41281  de code source et aucune des commandes éventuellement présentes ne sera
41282  exécutée.
41283  Vous pouvez utiliser l'option 
41284 \family sans
41285 Marquer
41286 \begin_inset space ~
41287 \end_inset
41288
41289 les
41290 \begin_inset space ~
41291 \end_inset
41292
41293 espaces
41294 \family default
41295  qui matérialise chaque espace présente dans le code source par un caractère
41296  
41297 \begin_inset Quotes cld
41298 \end_inset
41299
41300
41301 \begin_inset ERT
41302 status collapsed
41303
41304 \begin_layout Plain Layout
41305
41306
41307 \backslash
41308 textvisiblespace 
41309 \end_layout
41310
41311 \end_inset
41312
41313
41314 \begin_inset Quotes crd
41315 \end_inset
41316
41317  .
41318  La différence avec la méthode qui consiste à utiliser le menu 
41319 \family sans
41320 Insertion\SpecialChar menuseparator
41321 Fichier\SpecialChar menuseparator
41322 Texte
41323 \begin_inset space ~
41324 \end_inset
41325
41326 brut
41327 \family default
41328  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
41329 .
41330 \end_layout
41331
41332 \begin_layout Standard
41333 Voici un sous-document inclus en utilisant la méthode 
41334 \family sans
41335 verbatim
41336 \family default
41337  : 
41338 \begin_inset CommandInset include
41339 LatexCommand verbatiminput
41340 filename "DocumentTexteBidon.txt"
41341
41342 \end_inset
41343
41344
41345 \begin_inset VSpace bigskip
41346 \end_inset
41347
41348 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
41349  l'option 
41350 \family sans
41351 Marquer
41352 \begin_inset space ~
41353 \end_inset
41354
41355 les
41356 \begin_inset space ~
41357 \end_inset
41358
41359 espaces :
41360 \family default
41361  
41362 \begin_inset CommandInset include
41363 LatexCommand verbatiminput*
41364 filename "DocumentTexteBidon.txt"
41365
41366 \end_inset
41367
41368
41369 \end_layout
41370
41371 \begin_layout Standard
41372 \begin_inset VSpace bigskip
41373 \end_inset
41374
41375
41376 \end_layout
41377
41378 \begin_layout Standard
41379 \begin_inset Note Greyedout
41380 status open
41381
41382 \begin_layout Plain Layout
41383
41384 \series bold
41385 Note:
41386 \series default
41387  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
41388  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
41389 \end_layout
41390
41391 \end_inset
41392
41393
41394 \end_layout
41395
41396 \begin_layout Description
41397 Listings Ce type d'inclusion est décrit dans le chapitre
41398 \begin_inset space ~
41399 \end_inset
41400
41401
41402 \begin_inset CommandInset ref
41403 LatexCommand ref
41404 reference "cha:Program-Code-Listings"
41405
41406 \end_inset
41407
41408 .
41409 \end_layout
41410
41411 \begin_layout Standard
41412 \begin_inset Note Greyedout
41413 status open
41414
41415 \begin_layout Plain Layout
41416
41417 \series bold
41418 Note:
41419 \series default
41420  Inclure le même document deux fois dans un même document peut poser des
41421  problèmes avec \SpecialChar LaTeX
41422 .
41423 \end_layout
41424
41425 \end_inset
41426
41427
41428 \end_layout
41429
41430 \begin_layout Standard
41431 Si vous ne voulez visualiser ou exporter que certains des sous-documents
41432  de votre document maître, que ce soit pour diminuer les temps de compilation
41433  ou parce que vous voulez distribuer des chapitres isolés d'un livre que
41434  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
41435  la sortie en utilisant le menu 
41436 \family sans
41437 Document\SpecialChar menuseparator
41438 Paramètres\SpecialChar menuseparator
41439 Sous-documents
41440 \family default
41441 .
41442  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
41443  sur la ligne correspondant dans la colonne 
41444 \family sans
41445 Inclus dans le résultat
41446 \family default
41447  de la liste (
41448 \begin_inset space ~
41449 \end_inset
41450
41451 notez que cela ne fonctionne que pour les documents inclus avec la méthode
41452  
41453 \begin_inset Quotes cld
41454 \end_inset
41455
41456 inclus
41457 \begin_inset Quotes crd
41458 \end_inset
41459
41460  et pas la méthode 
41461 \begin_inset Quotes cld
41462 \end_inset
41463
41464 incorporé
41465 \begin_inset Quotes crd
41466 \end_inset
41467
41468
41469 \begin_inset space ~
41470 \end_inset
41471
41472 ).
41473  Si on active l'option 
41474 \family sans
41475 Assurer la cohérence des compteurs et des références
41476 \family default
41477 , \SpecialChar LyX
41478  va s'assurer que tous les numéros de pages, références etc...
41479  sont corrects comme si tous le document avait été traité.
41480  C'est utile si vous voulez que les sous-documents choisis aient exactement
41481  le même aspect que s'il étaient dans le document complet.
41482  Pour réaliser cette condition, il faut que \SpecialChar LyX
41483  traite de façon silencieuse
41484  la totalité du document.
41485  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
41486  les compteurs et autres références n'ont pas à être à tout prix valides,
41487  vous devez impérativement désactiver cette option.
41488  
41489 \end_layout
41490
41491 \begin_layout Standard
41492 Une autre solution consiste à inclure chaque fichier dans une branche
41493 \begin_inset Foot
41494 status collapsed
41495
41496 \begin_layout Plain Layout
41497 Les branches sont décrites dans la section 
41498 \emph on
41499 Branches
41500 \emph default
41501  du 
41502 \emph on
41503 Guide de l'utilisateur
41504 \emph default
41505  de \SpecialChar LyX
41506 .
41507 \end_layout
41508
41509 \end_inset
41510
41511 .
41512  En activant ou désactivant une branche, vous pouvez décider les fichiers
41513  inclus qui doivent apparaître dans la sortie imprimée.
41514  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
41515  
41516 \begin_inset Quotes cld
41517 \end_inset
41518
41519 incorporés
41520 \begin_inset Quotes crd
41521 \end_inset
41522
41523 .
41524  Le défaut est que les compteurs et autres références ne sont pas conservés
41525  avec cette approche.
41526 \end_layout
41527
41528 \begin_layout Chapter
41529 Listings de code source
41530 \begin_inset CommandInset label
41531 LatexCommand label
41532 name "cha:Program-Code-Listings"
41533
41534 \end_inset
41535
41536
41537 \begin_inset Index idx
41538 status collapsed
41539
41540 \begin_layout Plain Layout
41541 Listings
41542 \end_layout
41543
41544 \end_inset
41545
41546
41547 \begin_inset Index idx
41548 status collapsed
41549
41550 \begin_layout Plain Layout
41551 Code Source
41552 \end_layout
41553
41554 \end_inset
41555
41556
41557 \begin_inset Index idx
41558 status collapsed
41559
41560 \begin_layout Plain Layout
41561 Flottants ! Listings
41562 \end_layout
41563
41564 \end_inset
41565
41566
41567 \end_layout
41568
41569 \begin_layout Standard
41570 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
41571  un insert 
41572 \family sans
41573 Listings
41574 \family default
41575  qui peut être créé grâce au menu 
41576 \family sans
41577 Insertion
41578 \family default
41579 \SpecialChar menuseparator
41580
41581 \family sans
41582 Listing
41583 \begin_inset space ~
41584 \end_inset
41585
41586 de
41587 \begin_inset space ~
41588 \end_inset
41589
41590 Code
41591 \begin_inset space ~
41592 \end_inset
41593
41594 Source
41595 \family default
41596 .
41597  Les paquetages \SpecialChar LaTeX
41598  
41599 \series bold
41600 listings
41601 \series default
41602
41603 \begin_inset Index idx
41604 status collapsed
41605
41606 \begin_layout Plain Layout
41607 Paquetages \SpecialChar LaTeX
41608  ! listings
41609 \end_layout
41610
41611 \end_inset
41612
41613  et 
41614 \series bold
41615 minted
41616 \series default
41617
41618 \begin_inset Index idx
41619 status collapsed
41620
41621 \begin_layout Plain Layout
41622 Paquetages \SpecialChar LaTeX
41623  ! minted
41624 \end_layout
41625
41626 \end_inset
41627
41628  fournit un moyen puissant et flexible d'insérer des listings de code source
41629  dans votre document.
41630  
41631 \lang english
41632 One can only use one of these packages in a document.
41633  
41634 \series bold
41635 listings
41636 \series default
41637  is used by default.
41638 \end_layout
41639
41640 \begin_layout Standard
41641
41642 \lang english
41643 \begin_inset Note Note
41644 status open
41645
41646 \begin_layout Plain Layout
41647
41648 \series bold
41649 \lang english
41650 Note:
41651 \series default
41652  \SpecialChar LyX
41653  does NOT want to encourage users to add the 
41654 \family typewriter
41655 -shell-escape
41656 \family default
41657  option to converter definitions.
41658  It works, but it is a huge security risk.
41659  There is an active discussion about how to handle this.
41660  Once that's been resolved, this can be updated appropriately.
41661 \end_layout
41662
41663 \begin_layout Plain Layout
41664
41665 \lang english
41666 =====
41667 \end_layout
41668
41669 \begin_layout Plain Layout
41670
41671 \lang english
41672 In order to use 
41673 \series bold
41674 minted
41675 \series default
41676 , you need to select it as the syntax highlighting package in the document
41677  settings under 
41678 \family sans
41679 Listings
41680 \family default
41681 .
41682  
41683 \series bold
41684 minted
41685 \series default
41686  requires also additionally the module 
41687 \family sans
41688 pygments
41689 \family default
41690  of the software 
41691 \noun on
41692 Python
41693 \noun default
41694
41695 \begin_inset Foot
41696 status collapsed
41697
41698 \begin_layout Plain Layout
41699
41700 \lang english
41701 Under \SpecialChar LyX
41702  for Windows 
41703 \family sans
41704 pygments
41705 \family default
41706  is already installed.
41707 \end_layout
41708
41709 \end_inset
41710
41711  and the option 
41712 \family typewriter
41713 -shell-escape
41714 \family default
41715  for the \SpecialChar LaTeX
41716  processor.
41717  If you want for example view or export your document as the format 
41718 \family sans
41719 PDF
41720 \begin_inset space ~
41721 \end_inset
41722
41723 (pdflatex)
41724 \family default
41725 , go to the \SpecialChar LyX
41726  preferences and there to the section 
41727 \family sans
41728 File
41729 \begin_inset space ~
41730 \end_inset
41731
41732 Handling\SpecialChar menuseparator
41733 Converters
41734 \family default
41735 .
41736  There go to the entry 
41737 \family sans
41738 LaTeX
41739 \begin_inset space ~
41740 \end_inset
41741
41742 (pdflatex) -> PDF
41743 \begin_inset space ~
41744 \end_inset
41745
41746 (pdflatex)
41747 \family default
41748  and look at the field 
41749 \family sans
41750 Converter
41751 \family default
41752 .
41753  There you see by default the content
41754 \lang french
41755
41756 \begin_inset Newline newline
41757 \end_inset
41758
41759
41760 \series bold
41761 pdflatex $$i
41762 \series default
41763
41764 \begin_inset Newline newline
41765 \end_inset
41766
41767
41768 \lang english
41769 Now change it to
41770 \lang french
41771
41772 \begin_inset Newline newline
41773 \end_inset
41774
41775
41776 \series bold
41777 pdflatex $$i -shell-escape
41778 \begin_inset Newline newline
41779 \end_inset
41780
41781
41782 \series default
41783 \lang english
41784 and press the 
41785 \family sans
41786 Modify
41787 \family default
41788  button and subsequently 
41789 \family sans
41790 Apply
41791 \family default
41792  or 
41793 \family sans
41794 Save
41795 \family default
41796 .
41797  The same can be done for the output formats 
41798 \family sans
41799 PDF
41800 \begin_inset space ~
41801 \end_inset
41802
41803 (LuaTeX)
41804 \family default
41805  and 
41806 \family sans
41807 PDF
41808 \begin_inset space ~
41809 \end_inset
41810
41811 (XeTeX)
41812 \family default
41813 .
41814 \end_layout
41815
41816 \end_inset
41817
41818
41819 \end_layout
41820
41821 \begin_layout Standard
41822 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
41823  contextuel s'ouvre pour vous permettre de modifier le format du listing.
41824 \end_layout
41825
41826 \begin_layout Standard
41827 Implicitement, un listing commence un nouveau paragraphe dans la sortie
41828  imprimée.
41829  L'option d'emplacement 
41830 \family sans
41831 Listing
41832 \begin_inset space ~
41833 \end_inset
41834
41835 en
41836 \begin_inset space ~
41837 \end_inset
41838
41839 Ligne
41840 \family default
41841  imprime le listing dans la ligne comme ceci : 
41842 \begin_inset listings
41843 lstparams "language={C++}"
41844 inline true
41845 status open
41846
41847 \begin_layout Plain Layout
41848
41849 int a=5;
41850 \end_layout
41851
41852 \end_inset
41853
41854
41855 \begin_inset Newline newline
41856 \end_inset
41857
41858 L'option 
41859 \family sans
41860 Flottant
41861 \family default
41862  crée un flottant de listing pour lequel vous pouvez préciser les options
41863  classiques d'emplacement : 
41864 \begin_inset Quotes cld
41865 \end_inset
41866
41867
41868 \family sans
41869 h
41870 \family default
41871
41872 \begin_inset Quotes crd
41873 \end_inset
41874
41875
41876 \begin_inset Quotes cld
41877 \end_inset
41878
41879
41880 \family sans
41881 t
41882 \family default
41883
41884 \begin_inset Quotes crd
41885 \end_inset
41886
41887
41888 \begin_inset Quotes cld
41889 \end_inset
41890
41891
41892 \family sans
41893 b
41894 \family default
41895
41896 \begin_inset Quotes crd
41897 \end_inset
41898
41899 , et 
41900 \begin_inset Quotes cld
41901 \end_inset
41902
41903
41904 \family sans
41905 p
41906 \family default
41907
41908 \begin_inset Quotes crd
41909 \end_inset
41910
41911  correspondant aux emplacement décrits dans la section
41912 \begin_inset space ~
41913 \end_inset
41914
41915
41916 \begin_inset CommandInset ref
41917 LatexCommand ref
41918 reference "sec:Placement-flottants"
41919
41920 \end_inset
41921
41922 .
41923  Les options de positionnement peuvent être mélangées et doivent être saisies
41924  sans séparation, par exemple, on peut taper 
41925 \begin_inset Quotes cld
41926 \end_inset
41927
41928
41929 \family sans
41930 htbp
41931 \family default
41932
41933 \begin_inset Quotes crd
41934 \end_inset
41935
41936 .
41937  L'option 
41938 \begin_inset Quotes cld
41939 \end_inset
41940
41941 h
41942 \begin_inset Quotes crd
41943 \end_inset
41944
41945  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
41946  
41947 \family sans
41948 Flottant
41949 \family default
41950  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
41951  légende et être référencés.
41952 \end_layout
41953
41954 \begin_layout Standard
41955 Vous pouvez ajouter une légende à des listings 
41956 \lang english
41957 that are not inline
41958 \lang french
41959  avec le menu 
41960 \family sans
41961 Insertion\SpecialChar menuseparator
41962 Légende
41963 \family default
41964 .
41965  On peut référencer les listings de la même façon que les flottants :Voir
41966  le listing
41967 \begin_inset space ~
41968 \end_inset
41969
41970
41971 \begin_inset CommandInset ref
41972 LatexCommand ref
41973 reference "lst:Listing-exemple"
41974
41975 \end_inset
41976
41977 .
41978  Une liste des listings qui contient tous les listings légendés peut être
41979  créée par le menu 
41980 \family sans
41981 Insertion\SpecialChar menuseparator
41982 Listes
41983 \begin_inset space ~
41984 \end_inset
41985
41986 &
41987 \begin_inset space ~
41988 \end_inset
41989
41990 TdM\SpecialChar menuseparator
41991 Liste des listings
41992 \family default
41993 .
41994  Les éléments de la liste sont les légendes et le numéro de listing.
41995 \end_layout
41996
41997 \begin_layout Standard
41998 \begin_inset listings
41999 lstparams "language=Python"
42000 inline false
42001 status open
42002
42003 \begin_layout Plain Layout
42004
42005 \begin_inset Caption Standard
42006
42007 \begin_layout Plain Layout
42008 \begin_inset CommandInset label
42009 LatexCommand label
42010 name "lst:Listing-exemple"
42011
42012 \end_inset
42013
42014 Exemple de listing flottant
42015 \end_layout
42016
42017 \end_inset
42018
42019 # Exemple de listing flottant
42020 \end_layout
42021
42022 \begin_layout Plain Layout
42023
42024 def func(param):
42025 \end_layout
42026
42027 \begin_layout Plain Layout
42028
42029     'ceci est une fonction python'
42030 \end_layout
42031
42032 \begin_layout Plain Layout
42033
42034     pass
42035 \end_layout
42036
42037 \end_inset
42038
42039
42040 \end_layout
42041
42042 \begin_layout Standard
42043 \begin_inset Note Greyedout
42044 status open
42045
42046 \begin_layout Plain Layout
42047
42048 \series bold
42049 Note: 
42050 \series default
42051 \lang english
42052 The 
42053 \series bold
42054 listings
42055 \series default
42056  package places captions before the listing by default.
42057 \begin_inset Newline newline
42058 \end_inset
42059
42060 The 
42061 \series bold
42062 minted
42063 \series default
42064  package places them after the listing by default if it is floating.
42065  If tit is not floating  caption will be typeset before the listing if it
42066  is inserted to its first line, otherwise  it will be typeset after the
42067  listing.
42068  If you want to force the placement in avery case before the listing, you
42069  have to add the following lines as last thing to the preamble
42070 \lang french
42071 :
42072 \begin_inset Newline newline
42073 \end_inset
42074
42075
42076 \series bold
42077
42078 \backslash
42079 @ifundefined{newfloat}
42080 \begin_inset Newline newline
42081 \end_inset
42082
42083
42084 \begin_inset Phantom HPhantom
42085 status open
42086
42087 \begin_layout Plain Layout
42088 \begin_inset space ~
42089 \end_inset
42090
42091
42092 \end_layout
42093
42094 \end_inset
42095
42096 {
42097 \backslash
42098 usepackage{float}}{}
42099 \begin_inset Newline newline
42100 \end_inset
42101
42102
42103 \backslash
42104 floatstyle{plaintop}
42105 \series default
42106
42107 \begin_inset Note Note
42108 status collapsed
42109
42110 \begin_layout Plain Layout
42111
42112 \lang english
42113 The package 
42114 \series bold
42115 float
42116 \series default
42117  will be loaded automatically by \SpecialChar LyX
42118  when you use special document-wide float
42119  placement settings.
42120  To avoid that it is loaded twice the command 
42121 \series bold
42122
42123 \backslash
42124 @ifundefined
42125 \series default
42126  is used in the above command.
42127 \end_layout
42128
42129 \end_inset
42130
42131
42132 \end_layout
42133
42134 \end_inset
42135
42136
42137 \end_layout
42138
42139 \begin_layout Standard
42140 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
42141  de listing, les mots-clés de ce langage seront reconnus et mis en forme
42142  de manière particulière dans la sortie imprimée.
42143  Dans l'exemple de listing, le mot clé Python 
42144 \begin_inset Quotes cld
42145 \end_inset
42146
42147 def
42148 \begin_inset Quotes crd
42149 \end_inset
42150
42151  est reconnu et imprimé en caractères gras dans la sortie.
42152 \end_layout
42153
42154 \begin_layout Standard
42155 \begin_inset Note Greyedout
42156 status open
42157
42158 \begin_layout Plain Layout
42159
42160 \series bold
42161 Note:
42162 \series default
42163  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
42164  une police de caractères à 
42165 \family typewriter
42166 chasse fixe
42167 \family default
42168 , c'est que votre police ne contient probablement pas de série grasse.
42169  Dans ce cas choisissez une police différente dans le menu 
42170 \family sans
42171 Document\SpecialChar menuseparator
42172 Paramètres\SpecialChar menuseparator
42173 Polices
42174 \family default
42175 .
42176  (Les polices 
42177 \emph on
42178 LuxiMono, BeraMono
42179 \emph default
42180  et 
42181 \emph on
42182 Courier
42183 \emph default
42184  contiennent une série grasse.)
42185 \end_layout
42186
42187 \end_inset
42188
42189
42190 \end_layout
42191
42192 \begin_layout Standard
42193 Dans la rubrique 
42194 \family sans
42195 Numérotation
42196 \begin_inset space ~
42197 \end_inset
42198
42199 des
42200 \begin_inset space ~
42201 \end_inset
42202
42203 Lignes
42204 \family default
42205  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
42206 n des lignes.
42207  Vous pouvez mettre un nombre dans le champ 
42208 \family sans
42209 Pas
42210 \family default
42211  pour désigner les lignes qui seront numérotées.
42212  Par exemple, si vous mettez 
42213 \begin_inset Quotes cld
42214 \end_inset
42215
42216 3
42217 \begin_inset Quotes crd
42218 \end_inset
42219
42220 , seule une ligne sur trois sera numérotée.
42221 \end_layout
42222
42223 \begin_layout Standard
42224 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
42225  apparaîtront dans la sortie.
42226  Vous devez utiliser l'option 
42227 \family sans
42228 Table
42229 \begin_inset space ~
42230 \end_inset
42231
42232 de
42233 \begin_inset space ~
42234 \end_inset
42235
42236 Caractères
42237 \begin_inset space ~
42238 \end_inset
42239
42240 Étendue
42241 \family default
42242  
42243 \lang english
42244 is only meaningful for the 
42245 \series bold
42246 listings
42247 \series default
42248  package
42249 \lang french
42250  et vous devez le utiliser quand vous employez des caractères spécifiques
42251  à une langue donnée comme les umlauts Allemands dans votre listing.
42252 \begin_inset Newline newline
42253 \end_inset
42254
42255 Voici un exemple de listing avec la numérotation des lignes à gauche par
42256  pas de 3, en langage Python, avec les options 
42257 \begin_inset Quotes cld
42258 \end_inset
42259
42260 Table
42261 \begin_inset space ~
42262 \end_inset
42263
42264 de
42265 \begin_inset space ~
42266 \end_inset
42267
42268 caractères
42269 \begin_inset space ~
42270 \end_inset
42271
42272 étendue
42273 \begin_inset Quotes crd
42274 \end_inset
42275
42276  et 
42277 \begin_inset Quotes cld
42278 \end_inset
42279
42280 Espace
42281 \begin_inset space ~
42282 \end_inset
42283
42284 représenté
42285 \begin_inset space ~
42286 \end_inset
42287
42288 par
42289 \begin_inset space ~
42290 \end_inset
42291
42292 un
42293 \begin_inset space ~
42294 \end_inset
42295
42296 symbole
42297 \begin_inset Quotes crd
42298 \end_inset
42299
42300 , l'intervalle de ligne étant 3
42301 \begin_inset space \thinspace{}
42302 \end_inset
42303
42304 -
42305 \begin_inset space \thinspace{}
42306 \end_inset
42307
42308 8:
42309 \end_layout
42310
42311 \begin_layout Standard
42312 \begin_inset listings
42313 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
42314 inline false
42315 status open
42316
42317 \begin_layout Plain Layout
42318
42319 def func(param):
42320 \end_layout
42321
42322 \begin_layout Plain Layout
42323
42324     'ceci est une fonction Python'
42325 \end_layout
42326
42327 \begin_layout Plain Layout
42328
42329     pass
42330 \end_layout
42331
42332 \begin_layout Plain Layout
42333
42334 def func(param):
42335 \end_layout
42336
42337 \begin_layout Plain Layout
42338
42339 'Ça, c'est un mot Allemand : Tschüß'
42340 \end_layout
42341
42342 \begin_layout Plain Layout
42343
42344 pass
42345 \end_layout
42346
42347 \begin_layout Plain Layout
42348
42349 def func(param):
42350 \end_layout
42351
42352 \begin_layout Plain Layout
42353
42354 'ceci est une fonction Python'
42355 \end_layout
42356
42357 \begin_layout Plain Layout
42358
42359 pass
42360 \end_layout
42361
42362 \end_inset
42363
42364
42365 \end_layout
42366
42367 \begin_layout Standard
42368 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
42369  nombre de caractères que doit représenter une tabulation dans le champ
42370  
42371 \family sans
42372 Taille du tabulateur
42373 \family default
42374 .
42375 \end_layout
42376
42377 \begin_layout Standard
42378 \begin_inset Note Greyedout
42379 status open
42380
42381 \begin_layout Plain Layout
42382
42383 \series bold
42384 Note:
42385 \series default
42386  À cause d'un bug dans le paquetage 
42387 \series bold
42388 listings
42389 \series default
42390  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
42391  listing.
42392  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
42393  les lignes 3 et 6.
42394 \end_layout
42395
42396 \end_inset
42397
42398
42399 \end_layout
42400
42401 \begin_layout Standard
42402 \begin_inset VSpace bigskip
42403 \end_inset
42404
42405
42406 \end_layout
42407
42408 \begin_layout Standard
42409 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
42410  listing.
42411  Pour le faire, il suffit d'utiliser le menu 
42412 \family sans
42413 Insertion\SpecialChar menuseparator
42414 Fichier\SpecialChar menuseparator
42415 Sous-document
42416 \family default
42417  et de choisir le type 
42418 \family sans
42419 Listing
42420 \family default
42421
42422 \begin_inset space ~
42423 \end_inset
42424
42425
42426 \family sans
42427 de
42428 \begin_inset space ~
42429 \end_inset
42430
42431 Code
42432 \begin_inset space ~
42433 \end_inset
42434
42435 source
42436 \family default
42437 .
42438 \begin_inset Foot
42439 status collapsed
42440
42441 \begin_layout Plain Layout
42442 Les autres types de sous-documents sont décrits dans la section
42443 \begin_inset space ~
42444 \end_inset
42445
42446
42447 \begin_inset CommandInset ref
42448 LatexCommand ref
42449 reference "sec:Sous-documents"
42450
42451 \end_inset
42452
42453 .
42454 \end_layout
42455
42456 \end_inset
42457
42458  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
42459  à utiliser pour le listing dans une zone de texte.
42460  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
42461  
42462 \begin_inset Quotes cld
42463 \end_inset
42464
42465 ?
42466 \begin_inset Quotes crd
42467 \end_inset
42468
42469  dans la zone de texte.
42470 \end_layout
42471
42472 \begin_layout Standard
42473 Pour faire référence à un sous-document de type listing, tapez une étiquette
42474  dans le champ correspondant de la fenêtre de dialogue.
42475  On peut alors faire référence à cette étiquette en utilisant le menu 
42476 \family sans
42477 Insertion\SpecialChar menuseparator
42478 Référence
42479 \begin_inset space ~
42480 \end_inset
42481
42482 Croisée
42483 \family default
42484 .
42485 \end_layout
42486
42487 \begin_layout Standard
42488 Le listing
42489 \begin_inset space ~
42490 \end_inset
42491
42492
42493 \begin_inset CommandInset ref
42494 LatexCommand ref
42495 reference "lst:listing-fichier"
42496
42497 \end_inset
42498
42499  est un exemple de listing issu d'un fichier ; ici les lignes 10
42500 \begin_inset space \thinspace{}
42501 \end_inset
42502
42503 -
42504 \begin_inset space \thinspace{}
42505 \end_inset
42506
42507 15 de ce fichier \SpecialChar LyX
42508  sont listées.
42509 \end_layout
42510
42511 \begin_layout Standard
42512 \begin_inset Newpage pagebreak
42513 \end_inset
42514
42515
42516 \end_layout
42517
42518 \begin_layout Standard
42519 \begin_inset CommandInset include
42520 LatexCommand lstinputlisting
42521 filename "EmbeddedObjects.lyx"
42522 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
42523
42524 \end_inset
42525
42526
42527 \end_layout
42528
42529 \begin_layout Standard
42530 \begin_inset VSpace bigskip
42531 \end_inset
42532
42533
42534 \end_layout
42535
42536 \begin_layout Standard
42537 L'insertion d'une formule dans un listing peut se faire de la façon suivante
42538 \begin_inset space ~
42539 \end_inset
42540
42541 :
42542 \end_layout
42543
42544 \begin_layout Enumerate
42545 Ouvrez la fenêtre de dialogue listings et ajoutez
42546 \begin_inset Newline newline
42547 \end_inset
42548
42549
42550 \family sans
42551 mathescape=true
42552 \family default
42553
42554 \begin_inset Newline newline
42555 \end_inset
42556
42557 dans le champ de l'onglet 
42558 \family sans
42559 Avancé
42560 \family default
42561 .
42562 \end_layout
42563
42564 \begin_layout Enumerate
42565 Créez la formule en dehors du listing.
42566 \end_layout
42567
42568 \begin_layout Enumerate
42569 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
42570  (raccourci 
42571 \begin_inset Info
42572 type  "shortcut"
42573 arg   "copy"
42574 \end_inset
42575
42576 )
42577 \end_layout
42578
42579 \begin_layout Enumerate
42580 Dans le listing écrivez 
42581 \begin_inset Quotes cld
42582 \end_inset
42583
42584
42585 \family sans
42586 $$
42587 \family default
42588
42589 \begin_inset Quotes crd
42590 \end_inset
42591
42592  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
42593  
42594 \begin_inset Info
42595 type  "shortcut"
42596 arg   "paste"
42597 \end_inset
42598
42599 )
42600 \end_layout
42601
42602 \begin_layout Standard
42603 \begin_inset listings
42604 lstparams "language=Python,mathescape=true"
42605 inline false
42606 status open
42607
42608 \begin_layout Plain Layout
42609
42610 \begin_inset Caption Standard
42611
42612 \begin_layout Plain Layout
42613 Exemple de listing flottant contenant une formule
42614 \end_layout
42615
42616 \end_inset
42617
42618 # Exemple de listing flottant
42619 \end_layout
42620
42621 \begin_layout Plain Layout
42622
42623 def func(param):
42624 \end_layout
42625
42626 \begin_layout Plain Layout
42627
42628     # $
42629 \backslash
42630 prod_{n=1}^{
42631 \backslash
42632 infty}
42633 \backslash
42634 ,
42635 \backslash
42636 frac{1}{x^{2}}$
42637 \end_layout
42638
42639 \begin_layout Plain Layout
42640
42641     pass
42642 \end_layout
42643
42644 \end_inset
42645
42646
42647 \end_layout
42648
42649 \begin_layout Standard
42650 \begin_inset VSpace bigskip
42651 \end_inset
42652
42653
42654 \end_layout
42655
42656 \begin_layout Standard
42657 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
42658  de dialogue 
42659 \family sans
42660 Document\SpecialChar menuseparator
42661 Paramètres\SpecialChar menuseparator
42662 Listings
42663 \family default
42664 .
42665  Pour avoir la liste des options disponibles, tapez un point d'interrogation
42666  
42667 \begin_inset Quotes cld
42668 \end_inset
42669
42670 ?
42671 \begin_inset Quotes crd
42672 \end_inset
42673
42674  dans le champ.
42675 \end_layout
42676
42677 \begin_layout Standard
42678 Pour plus d'information sur les paquetages 
42679 \series bold
42680 listings
42681 \series default
42682  et 
42683 \series bold
42684 minted
42685 \series default
42686 , nous vous renvoyons à sa documentation 
42687 \begin_inset CommandInset citation
42688 LatexCommand cite
42689 key "listings,minted"
42690 literal "true"
42691
42692 \end_inset
42693
42694 .
42695 \end_layout
42696
42697 \begin_layout Standard
42698 \begin_inset Newpage newpage
42699 \end_inset
42700
42701
42702 \end_layout
42703
42704 \begin_layout Chapter
42705 \start_of_appendix
42706 Unités de longueur utilisables avec \SpecialChar LyX
42707
42708 \begin_inset Argument 1
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712 Unités de longueur
42713 \end_layout
42714
42715 \end_inset
42716
42717
42718 \begin_inset Index idx
42719 status collapsed
42720
42721 \begin_layout Plain Layout
42722 Unités
42723 \end_layout
42724
42725 \end_inset
42726
42727
42728 \begin_inset CommandInset label
42729 LatexCommand label
42730 name "cha:Unités-de-longueur"
42731
42732 \end_inset
42733
42734
42735 \end_layout
42736
42737 \begin_layout Standard
42738 Pour comprendre les unités de longueur utilisées dans cette documentation,
42739  le tableau
42740 \begin_inset space ~
42741 \end_inset
42742
42743
42744 \begin_inset CommandInset ref
42745 LatexCommand ref
42746 reference "tab:Unités"
42747
42748 \end_inset
42749
42750 décrit les unités utilisées par \SpecialChar LyX
42751 .
42752 \begin_inset Float table
42753 placement h
42754 wide false
42755 sideways false
42756 status open
42757
42758 \begin_layout Plain Layout
42759 \begin_inset Caption Standard
42760
42761 \begin_layout Plain Layout
42762 \begin_inset CommandInset label
42763 LatexCommand label
42764 name "tab:Unités"
42765
42766 \end_inset
42767
42768 Unités de longueur
42769 \end_layout
42770
42771 \end_inset
42772
42773
42774 \end_layout
42775
42776 \begin_layout Plain Layout
42777 \begin_inset VSpace medskip
42778 \end_inset
42779
42780
42781 \end_layout
42782
42783 \begin_layout Plain Layout
42784 \align center
42785 \begin_inset Tabular
42786 <lyxtabular version="3" rows="20" columns="3">
42787 <features tabularvalignment="middle">
42788 <column alignment="center" valignment="top">
42789 <column alignment="center" valignment="top">
42790 <column alignment="center" valignment="top">
42791 <row>
42792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42793 \begin_inset Text
42794
42795 \begin_layout Plain Layout
42796 unité
42797 \end_layout
42798
42799 \end_inset
42800 </cell>
42801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42802 \begin_inset Text
42803
42804 \begin_layout Plain Layout
42805 nom/description
42806 \end_layout
42807
42808 \end_inset
42809 </cell>
42810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42811 \begin_inset Text
42812
42813 \begin_layout Plain Layout
42814 commande \SpecialChar LaTeX
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 mm
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 millimètre
42836 \end_layout
42837
42838 \end_inset
42839 </cell>
42840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42841 \begin_inset Text
42842
42843 \begin_layout Plain Layout
42844 -
42845 \end_layout
42846
42847 \end_inset
42848 </cell>
42849 </row>
42850 <row>
42851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42852 \begin_inset Text
42853
42854 \begin_layout Plain Layout
42855 cm
42856 \end_layout
42857
42858 \end_inset
42859 </cell>
42860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42861 \begin_inset Text
42862
42863 \begin_layout Plain Layout
42864 centimètre
42865 \end_layout
42866
42867 \end_inset
42868 </cell>
42869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42870 \begin_inset Text
42871
42872 \begin_layout Plain Layout
42873 -
42874 \end_layout
42875
42876 \end_inset
42877 </cell>
42878 </row>
42879 <row>
42880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42881 \begin_inset Text
42882
42883 \begin_layout Plain Layout
42884 in
42885 \end_layout
42886
42887 \end_inset
42888 </cell>
42889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42890 \begin_inset Text
42891
42892 \begin_layout Plain Layout
42893 pouce (inch)
42894 \end_layout
42895
42896 \end_inset
42897 </cell>
42898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42899 \begin_inset Text
42900
42901 \begin_layout Plain Layout
42902 -
42903 \end_layout
42904
42905 \end_inset
42906 </cell>
42907 </row>
42908 <row>
42909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42910 \begin_inset Text
42911
42912 \begin_layout Plain Layout
42913 pt
42914 \end_layout
42915
42916 \end_inset
42917 </cell>
42918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42919 \begin_inset Text
42920
42921 \begin_layout Plain Layout
42922 point (72.27
42923 \begin_inset space \thinspace{}
42924 \end_inset
42925
42926 pt = 1
42927 \begin_inset space \thinspace{}
42928 \end_inset
42929
42930 in)
42931 \end_layout
42932
42933 \end_inset
42934 </cell>
42935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42936 \begin_inset Text
42937
42938 \begin_layout Plain Layout
42939 -
42940 \end_layout
42941
42942 \end_inset
42943 </cell>
42944 </row>
42945 <row>
42946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42947 \begin_inset Text
42948
42949 \begin_layout Plain Layout
42950 pc
42951 \end_layout
42952
42953 \end_inset
42954 </cell>
42955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42956 \begin_inset Text
42957
42958 \begin_layout Plain Layout
42959 pica (1
42960 \begin_inset space \thinspace{}
42961 \end_inset
42962
42963 pc = 12
42964 \begin_inset space \thinspace{}
42965 \end_inset
42966
42967 pt)
42968 \end_layout
42969
42970 \end_inset
42971 </cell>
42972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42973 \begin_inset Text
42974
42975 \begin_layout Plain Layout
42976 -
42977 \end_layout
42978
42979 \end_inset
42980 </cell>
42981 </row>
42982 <row>
42983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42984 \begin_inset Text
42985
42986 \begin_layout Plain Layout
42987 sp
42988 \end_layout
42989
42990 \end_inset
42991 </cell>
42992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42993 \begin_inset Text
42994
42995 \begin_layout Plain Layout
42996 scaled point (65536
42997 \begin_inset space \thinspace{}
42998 \end_inset
42999
43000 sp = 1
43001 \begin_inset space \thinspace{}
43002 \end_inset
43003
43004 pt)
43005 \end_layout
43006
43007 \end_inset
43008 </cell>
43009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43010 \begin_inset Text
43011
43012 \begin_layout Plain Layout
43013 -
43014 \end_layout
43015
43016 \end_inset
43017 </cell>
43018 </row>
43019 <row>
43020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43021 \begin_inset Text
43022
43023 \begin_layout Plain Layout
43024 bp
43025 \end_layout
43026
43027 \end_inset
43028 </cell>
43029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43030 \begin_inset Text
43031
43032 \begin_layout Plain Layout
43033 gros point (72
43034 \begin_inset space \thinspace{}
43035 \end_inset
43036
43037 bp = 1
43038 \begin_inset space \thinspace{}
43039 \end_inset
43040
43041 in)
43042 \end_layout
43043
43044 \end_inset
43045 </cell>
43046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43047 \begin_inset Text
43048
43049 \begin_layout Plain Layout
43050 -
43051 \end_layout
43052
43053 \end_inset
43054 </cell>
43055 </row>
43056 <row>
43057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43058 \begin_inset Text
43059
43060 \begin_layout Plain Layout
43061 dd
43062 \end_layout
43063
43064 \end_inset
43065 </cell>
43066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43067 \begin_inset Text
43068
43069 \begin_layout Plain Layout
43070 didot (72
43071 \begin_inset space \thinspace{}
43072 \end_inset
43073
43074 dd 
43075 \begin_inset Formula $\approx$
43076 \end_inset
43077
43078  37.6
43079 \begin_inset space \thinspace{}
43080 \end_inset
43081
43082 mm)
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 cc
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 cicero (1
43112 \begin_inset space \thinspace{}
43113 \end_inset
43114
43115 cc = 12
43116 \begin_inset space \thinspace{}
43117 \end_inset
43118
43119 dd)
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 Largeur texte %
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 largeur du texte
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 textwidth
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 Largeur colonne %
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 largeur de la colonne
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 columnwidth
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 Largeur page %
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 largeur du papier
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 paperwidth
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 ligne %
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 ligne
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 linewidth
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 Hauteur texte %
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 hauteur du texte
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 textheight
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 Hauteur 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 hauteur 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 paperheight
43344 \end_layout
43345
43346 \end_inset
43347 </cell>
43348 </row>
43349 <row>
43350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43351 \begin_inset Text
43352
43353 \begin_layout Plain Layout
43354 ex
43355 \end_layout
43356
43357 \end_inset
43358 </cell>
43359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43360 \begin_inset Text
43361
43362 \begin_layout Plain Layout
43363 hauteur de lettre 
43364 \emph on
43365 x
43366 \emph default
43367  dans police courante
43368 \end_layout
43369
43370 \end_inset
43371 </cell>
43372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43373 \begin_inset Text
43374
43375 \begin_layout Plain Layout
43376 -
43377 \end_layout
43378
43379 \end_inset
43380 </cell>
43381 </row>
43382 <row>
43383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43384 \begin_inset Text
43385
43386 \begin_layout Plain Layout
43387 em
43388 \end_layout
43389
43390 \end_inset
43391 </cell>
43392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
43393 \begin_inset Text
43394
43395 \begin_layout Plain Layout
43396 largeur de lettre
43397 \emph on
43398  M
43399 \emph default
43400  dans police courante
43401 \end_layout
43402
43403 \end_inset
43404 </cell>
43405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
43406 \begin_inset Text
43407
43408 \begin_layout Plain Layout
43409 -
43410 \end_layout
43411
43412 \end_inset
43413 </cell>
43414 </row>
43415 <row>
43416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43417 \begin_inset Text
43418
43419 \begin_layout Plain Layout
43420 mu
43421 \end_layout
43422
43423 \end_inset
43424 </cell>
43425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
43426 \begin_inset Text
43427
43428 \begin_layout Plain Layout
43429 unité mathématique (1
43430 \begin_inset space \thinspace{}
43431 \end_inset
43432
43433 mu = 1/18
43434 \begin_inset space \thinspace{}
43435 \end_inset
43436
43437 em)
43438 \end_layout
43439
43440 \end_inset
43441 </cell>
43442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
43443 \begin_inset Text
43444
43445 \begin_layout Plain Layout
43446 -
43447 \end_layout
43448
43449 \end_inset
43450 </cell>
43451 </row>
43452 </lyxtabular>
43453
43454 \end_inset
43455
43456
43457 \end_layout
43458
43459 \end_inset
43460
43461
43462 \end_layout
43463
43464 \begin_layout Chapter
43465 Formats des fichiers de sortie graphiques
43466 \begin_inset CommandInset label
43467 LatexCommand label
43468 name "cha:Formats-fichiers-graphiques"
43469
43470 \end_inset
43471
43472
43473 \end_layout
43474
43475 \begin_layout Section
43476 DVI
43477 \begin_inset Index idx
43478 status collapsed
43479
43480 \begin_layout Plain Layout
43481 Formats de Fichiers! DVI
43482 \end_layout
43483
43484 \end_inset
43485
43486
43487 \begin_inset Index idx
43488 status collapsed
43489
43490 \begin_layout Plain Layout
43491 DVI|see
43492 \begin_inset ERT
43493 status collapsed
43494
43495 \begin_layout Plain Layout
43496
43497 {
43498 \end_layout
43499
43500 \end_inset
43501
43502 Formats de Fichiers
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508 }
43509 \end_layout
43510
43511 \end_inset
43512
43513
43514 \end_layout
43515
43516 \end_inset
43517
43518
43519 \end_layout
43520
43521 \begin_layout Standard
43522 Ce type de fichiers a l'extension 
43523 \begin_inset Quotes cld
43524 \end_inset
43525
43526
43527 \family typewriter
43528 .dvi
43529 \family default
43530
43531 \begin_inset Quotes crd
43532 \end_inset
43533
43534 .
43535  Il est appelé 
43536 \emph on
43537 indépendant de l'appareil
43538 \emph default
43539  ou 
43540 \begin_inset Quotes cld
43541 \end_inset
43542
43543 device independent (DVI)
43544 \begin_inset Quotes crd
43545 \end_inset
43546
43547 , car il est complètement portable ; vous pouvez les recopier d'une machine
43548  à l'autre sans avoir à faire de conversion.
43549  À l'époque où ce format a été développé, c'était loin d'être évident.
43550  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
43551  étape préliminaire avant la conversion vers un autre format comme le PostScript.
43552 \end_layout
43553
43554 \begin_layout Standard
43555 \begin_inset Note Greyedout
43556 status open
43557
43558 \begin_layout Plain Layout
43559
43560 \series bold
43561 Note:
43562 \series default
43563  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
43564  au fichier.
43565  
43566 \end_layout
43567
43568 \end_inset
43569
43570  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
43571  
43572 \family typewriter
43573 .dvi
43574 \family default
43575 .
43576  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
43577 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
43578  pour les rendre visibles quand vous faites défiler votre document.
43579  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
43580  avec de nombreuses images.
43581 \end_layout
43582
43583 \begin_layout Standard
43584 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
43585  menu 
43586 \family sans
43587 Fichier\SpecialChar menuseparator
43588 Exporter\SpecialChar menuseparator
43589 DVI.
43590
43591 \family default
43592  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
43593 \family sans
43594 Visualiser
43595 \family default
43596 .
43597 \end_layout
43598
43599 \begin_layout Section
43600 PostScript
43601 \begin_inset Index idx
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605 Formats de Fichiers ! PostScript
43606 \end_layout
43607
43608 \end_inset
43609
43610
43611 \begin_inset Index idx
43612 status collapsed
43613
43614 \begin_layout Plain Layout
43615 PostScript|see
43616 \begin_inset ERT
43617 status collapsed
43618
43619 \begin_layout Plain Layout
43620
43621 {
43622 \end_layout
43623
43624 \end_inset
43625
43626 Formats de Fichiers
43627 \begin_inset ERT
43628 status collapsed
43629
43630 \begin_layout Plain Layout
43631
43632 }
43633 \end_layout
43634
43635 \end_inset
43636
43637
43638 \end_layout
43639
43640 \end_inset
43641
43642
43643 \end_layout
43644
43645 \begin_layout Standard
43646 Ce type de fichiers a l'extension 
43647 \begin_inset Quotes cld
43648 \end_inset
43649
43650
43651 \family typewriter
43652 .ps
43653 \family default
43654
43655 \begin_inset Quotes crd
43656 \end_inset
43657
43658 .
43659  PostScript a été développé par la société 
43660 \series bold
43661 Adobe
43662 \series default
43663  comme un langage pour les imprimantes.
43664  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
43665  pour imprimer le document.
43666  PostScript peut être considéré comme un 
43667 \begin_inset Quotes cld
43668 \end_inset
43669
43670 langage de programmation
43671 \begin_inset Quotes crd
43672 \end_inset
43673
43674  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
43675  images.
43676 \begin_inset Foot
43677 status collapsed
43678
43679 \begin_layout Plain Layout
43680 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
43681  \SpecialChar LaTeX
43682  
43683 \series bold
43684 pstricks
43685 \series default
43686
43687 \begin_inset CommandInset citation
43688 LatexCommand cite
43689 key "pstricks"
43690 literal "true"
43691
43692 \end_inset
43693
43694 .
43695 \end_layout
43696
43697 \end_inset
43698
43699  En partie à cause de toutes ces possibilités un fichier PostScript est
43700  souvent plus gros qu'un PDF.
43701 \end_layout
43702
43703 \begin_layout Standard
43704 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
43705  plus gros qu'un PDF.
43706 \end_layout
43707
43708 \begin_layout Standard
43709 PostScript ne peut contenir que des images au format 
43710 \begin_inset Quotes cld
43711 \end_inset
43712
43713 PostScript Encapsulé
43714 \begin_inset Quotes crd
43715 \end_inset
43716
43717  (encapsulated PostScript ou EPS, d'extension 
43718 \family typewriter
43719 .eps
43720 \family default
43721 ).
43722  Comme \SpecialChar LyX
43723  vous permet n'importe quel format d'image connu dans votre document,
43724  il doit les convertir en interne en EPS.
43725  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
43726  doit faire 50
43727  conversions à chaque fois que vous visualisez ou que vous exportez votre
43728  document.
43729  Cela risque de ralentir de façon importante votre rythme de travail.
43730  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
43731  vos images directement en EPS pour éviter ce problème.
43732 \end_layout
43733
43734 \begin_layout Standard
43735 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
43736  le menu 
43737 \family sans
43738 Fichier\SpecialChar menuseparator
43739 Exporter\SpecialChar menuseparator
43740 PostScript.
43741
43742 \family default
43743  Vous pouvez visionner votre document sous forme PostScript grâce au menu
43744  
43745 \family sans
43746 Visualiser
43747 \family default
43748 .
43749 \end_layout
43750
43751 \begin_layout Section
43752 PDF
43753 \begin_inset Index idx
43754 status collapsed
43755
43756 \begin_layout Plain Layout
43757 Formats de Fichiers ! PDF
43758 \end_layout
43759
43760 \end_inset
43761
43762
43763 \begin_inset Index idx
43764 status collapsed
43765
43766 \begin_layout Plain Layout
43767 PDF
43768 \end_layout
43769
43770 \end_inset
43771
43772
43773 \end_layout
43774
43775 \begin_layout Standard
43776 Ce type de fichiers a l'extension 
43777 \begin_inset Quotes cld
43778 \end_inset
43779
43780
43781 \family typewriter
43782 .pdf
43783 \family default
43784
43785 \begin_inset Quotes crd
43786 \end_inset
43787
43788 .
43789  Ce 
43790 \begin_inset Quotes cld
43791 \end_inset
43792
43793 format de document portable
43794 \begin_inset Quotes crd
43795 \end_inset
43796
43797  (portable document format ou PDF) est développé par 
43798 \family typewriter
43799 Adobe
43800 \family default
43801  comme une évolution de PostScript.
43802  Il est plus comprimé et utilise moins de commandes que PostScript.
43803  Comme son nom l'indique, il est 
43804 \begin_inset Quotes cld
43805 \end_inset
43806
43807 portable
43808 \begin_inset Quotes crd
43809 \end_inset
43810
43811  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
43812  aura exactement le même aspect.
43813 \end_layout
43814
43815 \begin_layout Standard
43816 PDF peut contenir des images dans son propre format PDF et dans les formats
43817  JPG (format du 
43818 \begin_inset Quotes cld
43819 \end_inset
43820
43821 Joint Photographic Expert Group
43822 \begin_inset Quotes crd
43823 \end_inset
43824
43825  avec comme extension 
43826 \family typewriter
43827 .jpg
43828 \family default
43829  ou 
43830 \family typewriter
43831 .jpeg
43832 \family default
43833 ) et PNG (
43834 \begin_inset Quotes cld
43835 \end_inset
43836
43837 Portable Network Graphics
43838 \begin_inset Quotes crd
43839 \end_inset
43840
43841  avec l'extension 
43842 \family typewriter
43843 .png
43844 \family default
43845 ).
43846  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
43847  les convertit
43848  dans un de ces formats.
43849  Mais comme il est dit dans la section sur PostScript, les conversions d'images
43850  vont ralentir votre travail.
43851  Nous recommandons donc l'utilisation de l'un des trois formats cités.
43852 \end_layout
43853
43854 \begin_layout Standard
43855 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
43856  menu 
43857 \family sans
43858 Fichier\SpecialChar menuseparator
43859 Exporter 
43860 \family default
43861 de trois façons différentes:
43862 \end_layout
43863
43864 \begin_layout Description
43865 PDF
43866 \begin_inset space ~
43867 \end_inset
43868
43869 (ps2pdf) Ceci utilise le programme 
43870 \family typewriter
43871 ps2pdf
43872 \family default
43873  qui créé un PDF à partir de la version PostScript de votre fichier.
43874  Cette dernière est produite par le programme 
43875 \family typewriter
43876 dvips
43877 \family default
43878  qui utilise une version DVI comme étape intermédiaire.
43879  Cette variante consiste donc en trois conversions.
43880 \end_layout
43881
43882 \begin_layout Description
43883 PDF
43884 \begin_inset space ~
43885 \end_inset
43886
43887 (dvipdfm) Ceci utilise le programme 
43888 \family typewriter
43889 dvipdfm
43890 \family default
43891  qui convertit votre fichier en DVI avant de le convertir en PDF.
43892 \end_layout
43893
43894 \begin_layout Description
43895 PDF
43896 \begin_inset space ~
43897 \end_inset
43898
43899 (pdflatex) Ceci utilise le programme 
43900 \family typewriter
43901 pdftex
43902 \family default
43903  qui convertit directement votre fichier en PDF.
43904 \end_layout
43905
43906 \begin_layout Standard
43907 Nous recommandons d'utiliser l'option 
43908 \family sans
43909 PDF
43910 \begin_inset space ~
43911 \end_inset
43912
43913 (pdflatex)
43914 \family default
43915  car 
43916 \family typewriter
43917 pdftex
43918 \family default
43919  accepte toutes les fonctionnalités des versions actuelles de PDF.
43920  Il est en plus rapide et stable.
43921  Le programme 
43922 \family typewriter
43923 dvipdfm
43924 \family default
43925  n'est plus développé est est donc un peu dépassé.
43926 \end_layout
43927
43928 \begin_layout Standard
43929 Vous pouvez visionner votre document sous forme PDF grâce au menu 
43930 \family sans
43931 Visualiser
43932 \family default
43933  ou en utilisant un bouton de la barre d'outils.
43934 \end_layout
43935
43936 \begin_layout Chapter
43937 Liste de noms de couleur pour dvips
43938 \begin_inset CommandInset label
43939 LatexCommand label
43940 name "chap:Liste-de-noms-de-couleur-dvips"
43941
43942 \end_inset
43943
43944
43945 \end_layout
43946
43947 \begin_layout Standard
43948 \begin_inset Tabular
43949 <lyxtabular version="3" rows="17" columns="4">
43950 <features tabularvalignment="middle">
43951 <column alignment="left" valignment="top" width="0pt">
43952 <column alignment="left" valignment="top" width="0pt">
43953 <column alignment="left" valignment="top" width="0pt">
43954 <column alignment="left" valignment="top" width="0pt">
43955 <row>
43956 <cell alignment="left" valignment="top" usebox="none">
43957 \begin_inset Text
43958
43959 \begin_layout Plain Layout
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965
43966 \backslash
43967 fcolorbox{black}{
43968 \end_layout
43969
43970 \end_inset
43971
43972 white
43973 \begin_inset ERT
43974 status collapsed
43975
43976 \begin_layout Plain Layout
43977
43978 }{
43979 \end_layout
43980
43981 \end_inset
43982
43983 Couleur
43984 \begin_inset ERT
43985 status collapsed
43986
43987 \begin_layout Plain Layout
43988
43989 }
43990 \end_layout
43991
43992 \end_inset
43993
43994  Nom
43995 \end_layout
43996
43997 \end_inset
43998 </cell>
43999 <cell alignment="left" valignment="top" usebox="none">
44000 \begin_inset Text
44001
44002 \begin_layout Plain Layout
44003 \begin_inset ERT
44004 status collapsed
44005
44006 \begin_layout Plain Layout
44007
44008
44009 \backslash
44010 fcolorbox{black}{
44011 \end_layout
44012
44013 \end_inset
44014
44015 white
44016 \begin_inset ERT
44017 status collapsed
44018
44019 \begin_layout Plain Layout
44020
44021 }{
44022 \end_layout
44023
44024 \end_inset
44025
44026 Couleur
44027 \begin_inset ERT
44028 status collapsed
44029
44030 \begin_layout Plain Layout
44031
44032 }
44033 \end_layout
44034
44035 \end_inset
44036
44037  Nom
44038 \end_layout
44039
44040 \end_inset
44041 </cell>
44042 <cell alignment="left" valignment="top" usebox="none">
44043 \begin_inset Text
44044
44045 \begin_layout Plain Layout
44046 \begin_inset ERT
44047 status collapsed
44048
44049 \begin_layout Plain Layout
44050
44051
44052 \backslash
44053 fcolorbox{black}{
44054 \end_layout
44055
44056 \end_inset
44057
44058 white
44059 \begin_inset ERT
44060 status collapsed
44061
44062 \begin_layout Plain Layout
44063
44064 }{
44065 \end_layout
44066
44067 \end_inset
44068
44069 Couleur
44070 \begin_inset ERT
44071 status collapsed
44072
44073 \begin_layout Plain Layout
44074
44075 }
44076 \end_layout
44077
44078 \end_inset
44079
44080  Nom
44081 \end_layout
44082
44083 \end_inset
44084 </cell>
44085 <cell alignment="left" valignment="top" usebox="none">
44086 \begin_inset Text
44087
44088 \begin_layout Plain Layout
44089 \begin_inset ERT
44090 status collapsed
44091
44092 \begin_layout Plain Layout
44093
44094
44095 \backslash
44096 fcolorbox{black}{
44097 \end_layout
44098
44099 \end_inset
44100
44101 white
44102 \begin_inset ERT
44103 status collapsed
44104
44105 \begin_layout Plain Layout
44106
44107 }{
44108 \end_layout
44109
44110 \end_inset
44111
44112 Couleur
44113 \begin_inset ERT
44114 status collapsed
44115
44116 \begin_layout Plain Layout
44117
44118 }
44119 \end_layout
44120
44121 \end_inset
44122
44123  Nom
44124 \end_layout
44125
44126 \end_inset
44127 </cell>
44128 </row>
44129 <row>
44130 <cell alignment="center" valignment="top" usebox="none">
44131 \begin_inset Text
44132
44133 \begin_layout Plain Layout
44134 \begin_inset ERT
44135 status collapsed
44136
44137 \begin_layout Plain Layout
44138
44139
44140 \backslash
44141 fcolorbox{black}{
44142 \end_layout
44143
44144 \end_inset
44145
44146 Apricot
44147 \begin_inset ERT
44148 status collapsed
44149
44150 \begin_layout Plain Layout
44151
44152 }{
44153 \end_layout
44154
44155 \end_inset
44156
44157
44158 \begin_inset Phantom Phantom
44159 status open
44160
44161 \begin_layout Plain Layout
44162 W
44163 \end_layout
44164
44165 \end_inset
44166
44167
44168 \begin_inset ERT
44169 status collapsed
44170
44171 \begin_layout Plain Layout
44172
44173 }
44174 \end_layout
44175
44176 \end_inset
44177
44178  Apricot
44179 \end_layout
44180
44181 \end_inset
44182 </cell>
44183 <cell alignment="center" valignment="top" usebox="none">
44184 \begin_inset Text
44185
44186 \begin_layout Plain Layout
44187 \begin_inset ERT
44188 status collapsed
44189
44190 \begin_layout Plain Layout
44191
44192
44193 \backslash
44194 fcolorbox{black}{
44195 \end_layout
44196
44197 \end_inset
44198
44199 Aquamarine
44200 \begin_inset ERT
44201 status collapsed
44202
44203 \begin_layout Plain Layout
44204
44205 }{
44206 \end_layout
44207
44208 \end_inset
44209
44210
44211 \begin_inset Phantom Phantom
44212 status open
44213
44214 \begin_layout Plain Layout
44215 W
44216 \end_layout
44217
44218 \end_inset
44219
44220
44221 \begin_inset ERT
44222 status collapsed
44223
44224 \begin_layout Plain Layout
44225
44226 }
44227 \end_layout
44228
44229 \end_inset
44230
44231  Aquamarine
44232 \end_layout
44233
44234 \end_inset
44235 </cell>
44236 <cell alignment="center" valignment="top" usebox="none">
44237 \begin_inset Text
44238
44239 \begin_layout Plain Layout
44240 \begin_inset ERT
44241 status collapsed
44242
44243 \begin_layout Plain Layout
44244
44245
44246 \backslash
44247 fcolorbox{black}{
44248 \end_layout
44249
44250 \end_inset
44251
44252 Bittersweet
44253 \begin_inset ERT
44254 status collapsed
44255
44256 \begin_layout Plain Layout
44257
44258 }{
44259 \end_layout
44260
44261 \end_inset
44262
44263
44264 \begin_inset Phantom Phantom
44265 status open
44266
44267 \begin_layout Plain Layout
44268 W
44269 \end_layout
44270
44271 \end_inset
44272
44273
44274 \begin_inset ERT
44275 status collapsed
44276
44277 \begin_layout Plain Layout
44278
44279 }
44280 \end_layout
44281
44282 \end_inset
44283
44284  Bittersweet
44285 \end_layout
44286
44287 \end_inset
44288 </cell>
44289 <cell alignment="center" valignment="top" usebox="none">
44290 \begin_inset Text
44291
44292 \begin_layout Plain Layout
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298
44299 \backslash
44300 fcolorbox{black}{
44301 \end_layout
44302
44303 \end_inset
44304
44305 BlueGreen
44306 \begin_inset ERT
44307 status collapsed
44308
44309 \begin_layout Plain Layout
44310
44311 }{
44312 \end_layout
44313
44314 \end_inset
44315
44316
44317 \begin_inset Phantom Phantom
44318 status open
44319
44320 \begin_layout Plain Layout
44321 W
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset ERT
44328 status collapsed
44329
44330 \begin_layout Plain Layout
44331
44332 }
44333 \end_layout
44334
44335 \end_inset
44336
44337  BlueGreen
44338 \end_layout
44339
44340 \end_inset
44341 </cell>
44342 </row>
44343 <row>
44344 <cell alignment="left" valignment="top" usebox="none">
44345 \begin_inset Text
44346
44347 \begin_layout Plain Layout
44348 \begin_inset ERT
44349 status collapsed
44350
44351 \begin_layout Plain Layout
44352
44353
44354 \backslash
44355 fcolorbox{black}{
44356 \end_layout
44357
44358 \end_inset
44359
44360 BlueViolet
44361 \begin_inset ERT
44362 status collapsed
44363
44364 \begin_layout Plain Layout
44365
44366 }{
44367 \end_layout
44368
44369 \end_inset
44370
44371
44372 \begin_inset Phantom Phantom
44373 status open
44374
44375 \begin_layout Plain Layout
44376 W
44377 \end_layout
44378
44379 \end_inset
44380
44381
44382 \begin_inset ERT
44383 status collapsed
44384
44385 \begin_layout Plain Layout
44386
44387 }
44388 \end_layout
44389
44390 \end_inset
44391
44392  BlueViolet
44393 \end_layout
44394
44395 \end_inset
44396 </cell>
44397 <cell alignment="left" valignment="top" usebox="none">
44398 \begin_inset Text
44399
44400 \begin_layout Plain Layout
44401 \begin_inset ERT
44402 status collapsed
44403
44404 \begin_layout Plain Layout
44405
44406
44407 \backslash
44408 fcolorbox{black}{
44409 \end_layout
44410
44411 \end_inset
44412
44413 BrickRed
44414 \begin_inset ERT
44415 status collapsed
44416
44417 \begin_layout Plain Layout
44418
44419 }{
44420 \end_layout
44421
44422 \end_inset
44423
44424
44425 \begin_inset Phantom Phantom
44426 status open
44427
44428 \begin_layout Plain Layout
44429 W
44430 \end_layout
44431
44432 \end_inset
44433
44434
44435 \begin_inset ERT
44436 status collapsed
44437
44438 \begin_layout Plain Layout
44439
44440 }
44441 \end_layout
44442
44443 \end_inset
44444
44445  BrickRed
44446 \end_layout
44447
44448 \end_inset
44449 </cell>
44450 <cell alignment="left" valignment="top" usebox="none">
44451 \begin_inset Text
44452
44453 \begin_layout Plain Layout
44454 \begin_inset ERT
44455 status collapsed
44456
44457 \begin_layout Plain Layout
44458
44459
44460 \backslash
44461 fcolorbox{black}{
44462 \end_layout
44463
44464 \end_inset
44465
44466 Brown
44467 \begin_inset ERT
44468 status collapsed
44469
44470 \begin_layout Plain Layout
44471
44472 }{
44473 \end_layout
44474
44475 \end_inset
44476
44477
44478 \begin_inset Phantom Phantom
44479 status open
44480
44481 \begin_layout Plain Layout
44482 W
44483 \end_layout
44484
44485 \end_inset
44486
44487
44488 \begin_inset ERT
44489 status collapsed
44490
44491 \begin_layout Plain Layout
44492
44493 }
44494 \end_layout
44495
44496 \end_inset
44497
44498  Brown
44499 \end_layout
44500
44501 \end_inset
44502 </cell>
44503 <cell alignment="left" valignment="top" usebox="none">
44504 \begin_inset Text
44505
44506 \begin_layout Plain Layout
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512
44513 \backslash
44514 fcolorbox{black}{
44515 \end_layout
44516
44517 \end_inset
44518
44519 BurntOrange
44520 \begin_inset ERT
44521 status collapsed
44522
44523 \begin_layout Plain Layout
44524
44525 }{
44526 \end_layout
44527
44528 \end_inset
44529
44530
44531 \begin_inset Phantom Phantom
44532 status open
44533
44534 \begin_layout Plain Layout
44535 W
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset ERT
44542 status collapsed
44543
44544 \begin_layout Plain Layout
44545
44546 }
44547 \end_layout
44548
44549 \end_inset
44550
44551  BurntOrange
44552 \end_layout
44553
44554 \end_inset
44555 </cell>
44556 </row>
44557 <row>
44558 <cell alignment="left" valignment="top" usebox="none">
44559 \begin_inset Text
44560
44561 \begin_layout Plain Layout
44562 \begin_inset ERT
44563 status collapsed
44564
44565 \begin_layout Plain Layout
44566
44567
44568 \backslash
44569 fcolorbox{black}{
44570 \end_layout
44571
44572 \end_inset
44573
44574 CadetBlue
44575 \begin_inset ERT
44576 status collapsed
44577
44578 \begin_layout Plain Layout
44579
44580 }{
44581 \end_layout
44582
44583 \end_inset
44584
44585
44586 \begin_inset Phantom Phantom
44587 status open
44588
44589 \begin_layout Plain Layout
44590 W
44591 \end_layout
44592
44593 \end_inset
44594
44595
44596 \begin_inset ERT
44597 status collapsed
44598
44599 \begin_layout Plain Layout
44600
44601 }
44602 \end_layout
44603
44604 \end_inset
44605
44606  CadetBlue
44607 \end_layout
44608
44609 \end_inset
44610 </cell>
44611 <cell alignment="left" valignment="top" usebox="none">
44612 \begin_inset Text
44613
44614 \begin_layout Plain Layout
44615 \begin_inset ERT
44616 status collapsed
44617
44618 \begin_layout Plain Layout
44619
44620
44621 \backslash
44622 fcolorbox{black}{
44623 \end_layout
44624
44625 \end_inset
44626
44627 CarnationPink
44628 \begin_inset ERT
44629 status collapsed
44630
44631 \begin_layout Plain Layout
44632
44633 }{
44634 \end_layout
44635
44636 \end_inset
44637
44638
44639 \begin_inset Phantom Phantom
44640 status open
44641
44642 \begin_layout Plain Layout
44643 W
44644 \end_layout
44645
44646 \end_inset
44647
44648
44649 \begin_inset ERT
44650 status collapsed
44651
44652 \begin_layout Plain Layout
44653
44654 }
44655 \end_layout
44656
44657 \end_inset
44658
44659  CarnationPink
44660 \end_layout
44661
44662 \end_inset
44663 </cell>
44664 <cell alignment="left" valignment="top" usebox="none">
44665 \begin_inset Text
44666
44667 \begin_layout Plain Layout
44668 \begin_inset ERT
44669 status collapsed
44670
44671 \begin_layout Plain Layout
44672
44673
44674 \backslash
44675 fcolorbox{black}{
44676 \end_layout
44677
44678 \end_inset
44679
44680 Cerulean
44681 \begin_inset ERT
44682 status collapsed
44683
44684 \begin_layout Plain Layout
44685
44686 }{
44687 \end_layout
44688
44689 \end_inset
44690
44691
44692 \begin_inset Phantom Phantom
44693 status open
44694
44695 \begin_layout Plain Layout
44696 W
44697 \end_layout
44698
44699 \end_inset
44700
44701
44702 \begin_inset ERT
44703 status collapsed
44704
44705 \begin_layout Plain Layout
44706
44707 }
44708 \end_layout
44709
44710 \end_inset
44711
44712  Cerulean
44713 \end_layout
44714
44715 \end_inset
44716 </cell>
44717 <cell alignment="left" valignment="top" usebox="none">
44718 \begin_inset Text
44719
44720 \begin_layout Plain Layout
44721 \begin_inset ERT
44722 status collapsed
44723
44724 \begin_layout Plain Layout
44725
44726
44727 \backslash
44728 fcolorbox{black}{
44729 \end_layout
44730
44731 \end_inset
44732
44733 CornflowerBlue
44734 \begin_inset ERT
44735 status collapsed
44736
44737 \begin_layout Plain Layout
44738
44739 }{
44740 \end_layout
44741
44742 \end_inset
44743
44744
44745 \begin_inset Phantom Phantom
44746 status open
44747
44748 \begin_layout Plain Layout
44749 W
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset ERT
44756 status collapsed
44757
44758 \begin_layout Plain Layout
44759
44760 }
44761 \end_layout
44762
44763 \end_inset
44764
44765  CornflowerBlue
44766 \end_layout
44767
44768 \end_inset
44769 </cell>
44770 </row>
44771 <row>
44772 <cell alignment="left" valignment="top" usebox="none">
44773 \begin_inset Text
44774
44775 \begin_layout Plain Layout
44776 \begin_inset ERT
44777 status collapsed
44778
44779 \begin_layout Plain Layout
44780
44781
44782 \backslash
44783 fcolorbox{black}{
44784 \end_layout
44785
44786 \end_inset
44787
44788 Dandelion
44789 \begin_inset ERT
44790 status collapsed
44791
44792 \begin_layout Plain Layout
44793
44794 }{
44795 \end_layout
44796
44797 \end_inset
44798
44799
44800 \begin_inset Phantom Phantom
44801 status open
44802
44803 \begin_layout Plain Layout
44804 W
44805 \end_layout
44806
44807 \end_inset
44808
44809
44810 \begin_inset ERT
44811 status collapsed
44812
44813 \begin_layout Plain Layout
44814
44815 }
44816 \end_layout
44817
44818 \end_inset
44819
44820  Dandelion
44821 \end_layout
44822
44823 \end_inset
44824 </cell>
44825 <cell alignment="left" valignment="top" usebox="none">
44826 \begin_inset Text
44827
44828 \begin_layout Plain Layout
44829 \begin_inset ERT
44830 status collapsed
44831
44832 \begin_layout Plain Layout
44833
44834
44835 \backslash
44836 fcolorbox{black}{
44837 \end_layout
44838
44839 \end_inset
44840
44841 DarkOrchid
44842 \begin_inset ERT
44843 status collapsed
44844
44845 \begin_layout Plain Layout
44846
44847 }{
44848 \end_layout
44849
44850 \end_inset
44851
44852
44853 \begin_inset Phantom Phantom
44854 status open
44855
44856 \begin_layout Plain Layout
44857 W
44858 \end_layout
44859
44860 \end_inset
44861
44862
44863 \begin_inset ERT
44864 status collapsed
44865
44866 \begin_layout Plain Layout
44867
44868 }
44869 \end_layout
44870
44871 \end_inset
44872
44873  DarkOrchid
44874 \end_layout
44875
44876 \end_inset
44877 </cell>
44878 <cell alignment="left" valignment="top" usebox="none">
44879 \begin_inset Text
44880
44881 \begin_layout Plain Layout
44882 \begin_inset ERT
44883 status collapsed
44884
44885 \begin_layout Plain Layout
44886
44887
44888 \backslash
44889 fcolorbox{black}{
44890 \end_layout
44891
44892 \end_inset
44893
44894 Emerald
44895 \begin_inset ERT
44896 status collapsed
44897
44898 \begin_layout Plain Layout
44899
44900 }{
44901 \end_layout
44902
44903 \end_inset
44904
44905
44906 \begin_inset Phantom Phantom
44907 status open
44908
44909 \begin_layout Plain Layout
44910 W
44911 \end_layout
44912
44913 \end_inset
44914
44915
44916 \begin_inset ERT
44917 status collapsed
44918
44919 \begin_layout Plain Layout
44920
44921 }
44922 \end_layout
44923
44924 \end_inset
44925
44926  Emerald
44927 \end_layout
44928
44929 \end_inset
44930 </cell>
44931 <cell alignment="left" valignment="top" usebox="none">
44932 \begin_inset Text
44933
44934 \begin_layout Plain Layout
44935 \begin_inset ERT
44936 status collapsed
44937
44938 \begin_layout Plain Layout
44939
44940
44941 \backslash
44942 fcolorbox{black}{
44943 \end_layout
44944
44945 \end_inset
44946
44947 ForestGreen
44948 \begin_inset ERT
44949 status collapsed
44950
44951 \begin_layout Plain Layout
44952
44953 }{
44954 \end_layout
44955
44956 \end_inset
44957
44958
44959 \begin_inset Phantom Phantom
44960 status open
44961
44962 \begin_layout Plain Layout
44963 W
44964 \end_layout
44965
44966 \end_inset
44967
44968
44969 \begin_inset ERT
44970 status collapsed
44971
44972 \begin_layout Plain Layout
44973
44974 }
44975 \end_layout
44976
44977 \end_inset
44978
44979  ForestGreen
44980 \end_layout
44981
44982 \end_inset
44983 </cell>
44984 </row>
44985 <row>
44986 <cell alignment="left" valignment="top" usebox="none">
44987 \begin_inset Text
44988
44989 \begin_layout Plain Layout
44990 \begin_inset ERT
44991 status collapsed
44992
44993 \begin_layout Plain Layout
44994
44995
44996 \backslash
44997 fcolorbox{black}{
44998 \end_layout
44999
45000 \end_inset
45001
45002 Fuchsia
45003 \begin_inset ERT
45004 status collapsed
45005
45006 \begin_layout Plain Layout
45007
45008 }{
45009 \end_layout
45010
45011 \end_inset
45012
45013
45014 \begin_inset Phantom Phantom
45015 status open
45016
45017 \begin_layout Plain Layout
45018 W
45019 \end_layout
45020
45021 \end_inset
45022
45023
45024 \begin_inset ERT
45025 status collapsed
45026
45027 \begin_layout Plain Layout
45028
45029 }
45030 \end_layout
45031
45032 \end_inset
45033
45034  Fuchsia
45035 \end_layout
45036
45037 \end_inset
45038 </cell>
45039 <cell alignment="left" valignment="top" usebox="none">
45040 \begin_inset Text
45041
45042 \begin_layout Plain Layout
45043 \begin_inset ERT
45044 status collapsed
45045
45046 \begin_layout Plain Layout
45047
45048
45049 \backslash
45050 fcolorbox{black}{
45051 \end_layout
45052
45053 \end_inset
45054
45055 Goldenrod
45056 \begin_inset ERT
45057 status collapsed
45058
45059 \begin_layout Plain Layout
45060
45061 }{
45062 \end_layout
45063
45064 \end_inset
45065
45066
45067 \begin_inset Phantom Phantom
45068 status open
45069
45070 \begin_layout Plain Layout
45071 W
45072 \end_layout
45073
45074 \end_inset
45075
45076
45077 \begin_inset ERT
45078 status collapsed
45079
45080 \begin_layout Plain Layout
45081
45082 }
45083 \end_layout
45084
45085 \end_inset
45086
45087  Goldenrod
45088 \end_layout
45089
45090 \end_inset
45091 </cell>
45092 <cell alignment="left" valignment="top" usebox="none">
45093 \begin_inset Text
45094
45095 \begin_layout Plain Layout
45096 \begin_inset ERT
45097 status collapsed
45098
45099 \begin_layout Plain Layout
45100
45101
45102 \backslash
45103 fcolorbox{black}{
45104 \end_layout
45105
45106 \end_inset
45107
45108 Gray
45109 \begin_inset ERT
45110 status collapsed
45111
45112 \begin_layout Plain Layout
45113
45114 }{
45115 \end_layout
45116
45117 \end_inset
45118
45119
45120 \begin_inset Phantom Phantom
45121 status open
45122
45123 \begin_layout Plain Layout
45124 W
45125 \end_layout
45126
45127 \end_inset
45128
45129
45130 \begin_inset ERT
45131 status collapsed
45132
45133 \begin_layout Plain Layout
45134
45135 }
45136 \end_layout
45137
45138 \end_inset
45139
45140  Gray
45141 \end_layout
45142
45143 \end_inset
45144 </cell>
45145 <cell alignment="left" valignment="top" usebox="none">
45146 \begin_inset Text
45147
45148 \begin_layout Plain Layout
45149 \begin_inset ERT
45150 status collapsed
45151
45152 \begin_layout Plain Layout
45153
45154
45155 \backslash
45156 fcolorbox{black}{
45157 \end_layout
45158
45159 \end_inset
45160
45161 GreenYellow
45162 \begin_inset ERT
45163 status collapsed
45164
45165 \begin_layout Plain Layout
45166
45167 }{
45168 \end_layout
45169
45170 \end_inset
45171
45172
45173 \begin_inset Phantom Phantom
45174 status open
45175
45176 \begin_layout Plain Layout
45177 W
45178 \end_layout
45179
45180 \end_inset
45181
45182
45183 \begin_inset ERT
45184 status collapsed
45185
45186 \begin_layout Plain Layout
45187
45188 }
45189 \end_layout
45190
45191 \end_inset
45192
45193  GreenYellow
45194 \end_layout
45195
45196 \end_inset
45197 </cell>
45198 </row>
45199 <row>
45200 <cell alignment="center" valignment="top" usebox="none">
45201 \begin_inset Text
45202
45203 \begin_layout Plain Layout
45204 \begin_inset ERT
45205 status collapsed
45206
45207 \begin_layout Plain Layout
45208
45209
45210 \backslash
45211 fcolorbox{black}{
45212 \end_layout
45213
45214 \end_inset
45215
45216 JungleGreen
45217 \begin_inset ERT
45218 status collapsed
45219
45220 \begin_layout Plain Layout
45221
45222 }{
45223 \end_layout
45224
45225 \end_inset
45226
45227
45228 \begin_inset Phantom Phantom
45229 status open
45230
45231 \begin_layout Plain Layout
45232 W
45233 \end_layout
45234
45235 \end_inset
45236
45237
45238 \begin_inset ERT
45239 status collapsed
45240
45241 \begin_layout Plain Layout
45242
45243 }
45244 \end_layout
45245
45246 \end_inset
45247
45248  JungleGreen
45249 \end_layout
45250
45251 \end_inset
45252 </cell>
45253 <cell alignment="center" valignment="top" usebox="none">
45254 \begin_inset Text
45255
45256 \begin_layout Plain Layout
45257 \begin_inset ERT
45258 status collapsed
45259
45260 \begin_layout Plain Layout
45261
45262
45263 \backslash
45264 fcolorbox{black}{
45265 \end_layout
45266
45267 \end_inset
45268
45269 Lavender
45270 \begin_inset ERT
45271 status collapsed
45272
45273 \begin_layout Plain Layout
45274
45275 }{
45276 \end_layout
45277
45278 \end_inset
45279
45280
45281 \begin_inset Phantom Phantom
45282 status open
45283
45284 \begin_layout Plain Layout
45285 W
45286 \end_layout
45287
45288 \end_inset
45289
45290
45291 \begin_inset ERT
45292 status collapsed
45293
45294 \begin_layout Plain Layout
45295
45296 }
45297 \end_layout
45298
45299 \end_inset
45300
45301  Lavender
45302 \end_layout
45303
45304 \end_inset
45305 </cell>
45306 <cell alignment="center" valignment="top" usebox="none">
45307 \begin_inset Text
45308
45309 \begin_layout Plain Layout
45310 \begin_inset ERT
45311 status collapsed
45312
45313 \begin_layout Plain Layout
45314
45315
45316 \backslash
45317 fcolorbox{black}{
45318 \end_layout
45319
45320 \end_inset
45321
45322 LimeGreen
45323 \begin_inset ERT
45324 status collapsed
45325
45326 \begin_layout Plain Layout
45327
45328 }{
45329 \end_layout
45330
45331 \end_inset
45332
45333
45334 \begin_inset Phantom Phantom
45335 status open
45336
45337 \begin_layout Plain Layout
45338 W
45339 \end_layout
45340
45341 \end_inset
45342
45343
45344 \begin_inset ERT
45345 status collapsed
45346
45347 \begin_layout Plain Layout
45348
45349 }
45350 \end_layout
45351
45352 \end_inset
45353
45354  LimeGreen
45355 \end_layout
45356
45357 \end_inset
45358 </cell>
45359 <cell alignment="center" valignment="top" usebox="none">
45360 \begin_inset Text
45361
45362 \begin_layout Plain Layout
45363 \begin_inset ERT
45364 status collapsed
45365
45366 \begin_layout Plain Layout
45367
45368
45369 \backslash
45370 fcolorbox{black}{
45371 \end_layout
45372
45373 \end_inset
45374
45375 Mahogany
45376 \begin_inset ERT
45377 status collapsed
45378
45379 \begin_layout Plain Layout
45380
45381 }{
45382 \end_layout
45383
45384 \end_inset
45385
45386
45387 \begin_inset Phantom Phantom
45388 status open
45389
45390 \begin_layout Plain Layout
45391 W
45392 \end_layout
45393
45394 \end_inset
45395
45396
45397 \begin_inset ERT
45398 status collapsed
45399
45400 \begin_layout Plain Layout
45401
45402 }
45403 \end_layout
45404
45405 \end_inset
45406
45407  Mahogany
45408 \end_layout
45409
45410 \end_inset
45411 </cell>
45412 </row>
45413 <row>
45414 <cell alignment="left" valignment="top" usebox="none">
45415 \begin_inset Text
45416
45417 \begin_layout Plain Layout
45418 \begin_inset ERT
45419 status collapsed
45420
45421 \begin_layout Plain Layout
45422
45423
45424 \backslash
45425 fcolorbox{black}{
45426 \end_layout
45427
45428 \end_inset
45429
45430 Mahogany
45431 \begin_inset ERT
45432 status collapsed
45433
45434 \begin_layout Plain Layout
45435
45436 }{
45437 \end_layout
45438
45439 \end_inset
45440
45441
45442 \begin_inset Phantom Phantom
45443 status open
45444
45445 \begin_layout Plain Layout
45446 W
45447 \end_layout
45448
45449 \end_inset
45450
45451
45452 \begin_inset ERT
45453 status collapsed
45454
45455 \begin_layout Plain Layout
45456
45457 }
45458 \end_layout
45459
45460 \end_inset
45461
45462  Mahogany
45463 \end_layout
45464
45465 \end_inset
45466 </cell>
45467 <cell alignment="left" valignment="top" usebox="none">
45468 \begin_inset Text
45469
45470 \begin_layout Plain Layout
45471 \begin_inset ERT
45472 status collapsed
45473
45474 \begin_layout Plain Layout
45475
45476
45477 \backslash
45478 fcolorbox{black}{
45479 \end_layout
45480
45481 \end_inset
45482
45483 Maroon
45484 \begin_inset ERT
45485 status collapsed
45486
45487 \begin_layout Plain Layout
45488
45489 }{
45490 \end_layout
45491
45492 \end_inset
45493
45494
45495 \begin_inset Phantom Phantom
45496 status open
45497
45498 \begin_layout Plain Layout
45499 W
45500 \end_layout
45501
45502 \end_inset
45503
45504
45505 \begin_inset ERT
45506 status collapsed
45507
45508 \begin_layout Plain Layout
45509
45510 }
45511 \end_layout
45512
45513 \end_inset
45514
45515  Maroon
45516 \end_layout
45517
45518 \end_inset
45519 </cell>
45520 <cell alignment="left" valignment="top" usebox="none">
45521 \begin_inset Text
45522
45523 \begin_layout Plain Layout
45524 \begin_inset ERT
45525 status collapsed
45526
45527 \begin_layout Plain Layout
45528
45529
45530 \backslash
45531 fcolorbox{black}{
45532 \end_layout
45533
45534 \end_inset
45535
45536 Melon
45537 \begin_inset ERT
45538 status collapsed
45539
45540 \begin_layout Plain Layout
45541
45542 }{
45543 \end_layout
45544
45545 \end_inset
45546
45547
45548 \begin_inset Phantom Phantom
45549 status open
45550
45551 \begin_layout Plain Layout
45552 W
45553 \end_layout
45554
45555 \end_inset
45556
45557
45558 \begin_inset ERT
45559 status collapsed
45560
45561 \begin_layout Plain Layout
45562
45563 }
45564 \end_layout
45565
45566 \end_inset
45567
45568  Melon
45569 \end_layout
45570
45571 \end_inset
45572 </cell>
45573 <cell alignment="left" valignment="top" usebox="none">
45574 \begin_inset Text
45575
45576 \begin_layout Plain Layout
45577 \begin_inset ERT
45578 status collapsed
45579
45580 \begin_layout Plain Layout
45581
45582
45583 \backslash
45584 fcolorbox{black}{
45585 \end_layout
45586
45587 \end_inset
45588
45589 MidnightBlue
45590 \begin_inset ERT
45591 status collapsed
45592
45593 \begin_layout Plain Layout
45594
45595 }{
45596 \end_layout
45597
45598 \end_inset
45599
45600
45601 \begin_inset Phantom Phantom
45602 status open
45603
45604 \begin_layout Plain Layout
45605 W
45606 \end_layout
45607
45608 \end_inset
45609
45610
45611 \begin_inset ERT
45612 status collapsed
45613
45614 \begin_layout Plain Layout
45615
45616 }
45617 \end_layout
45618
45619 \end_inset
45620
45621  MidnightBlue
45622 \end_layout
45623
45624 \end_inset
45625 </cell>
45626 </row>
45627 <row>
45628 <cell alignment="left" valignment="top" usebox="none">
45629 \begin_inset Text
45630
45631 \begin_layout Plain Layout
45632 \begin_inset ERT
45633 status collapsed
45634
45635 \begin_layout Plain Layout
45636
45637
45638 \backslash
45639 fcolorbox{black}{
45640 \end_layout
45641
45642 \end_inset
45643
45644 Mulberry
45645 \begin_inset ERT
45646 status collapsed
45647
45648 \begin_layout Plain Layout
45649
45650 }{
45651 \end_layout
45652
45653 \end_inset
45654
45655
45656 \begin_inset Phantom Phantom
45657 status open
45658
45659 \begin_layout Plain Layout
45660 W
45661 \end_layout
45662
45663 \end_inset
45664
45665
45666 \begin_inset ERT
45667 status collapsed
45668
45669 \begin_layout Plain Layout
45670
45671 }
45672 \end_layout
45673
45674 \end_inset
45675
45676  Mulberry
45677 \end_layout
45678
45679 \end_inset
45680 </cell>
45681 <cell alignment="left" valignment="top" usebox="none">
45682 \begin_inset Text
45683
45684 \begin_layout Plain Layout
45685 \begin_inset ERT
45686 status collapsed
45687
45688 \begin_layout Plain Layout
45689
45690
45691 \backslash
45692 fcolorbox{black}{
45693 \end_layout
45694
45695 \end_inset
45696
45697 NavyBlue
45698 \begin_inset ERT
45699 status collapsed
45700
45701 \begin_layout Plain Layout
45702
45703 }{
45704 \end_layout
45705
45706 \end_inset
45707
45708
45709 \begin_inset Phantom Phantom
45710 status open
45711
45712 \begin_layout Plain Layout
45713 W
45714 \end_layout
45715
45716 \end_inset
45717
45718
45719 \begin_inset ERT
45720 status collapsed
45721
45722 \begin_layout Plain Layout
45723
45724 }
45725 \end_layout
45726
45727 \end_inset
45728
45729  NavyBlue
45730 \end_layout
45731
45732 \end_inset
45733 </cell>
45734 <cell alignment="left" valignment="top" usebox="none">
45735 \begin_inset Text
45736
45737 \begin_layout Plain Layout
45738 \begin_inset ERT
45739 status collapsed
45740
45741 \begin_layout Plain Layout
45742
45743
45744 \backslash
45745 fcolorbox{black}{
45746 \end_layout
45747
45748 \end_inset
45749
45750 OliveGreen
45751 \begin_inset ERT
45752 status collapsed
45753
45754 \begin_layout Plain Layout
45755
45756 }{
45757 \end_layout
45758
45759 \end_inset
45760
45761
45762 \begin_inset Phantom Phantom
45763 status open
45764
45765 \begin_layout Plain Layout
45766 W
45767 \end_layout
45768
45769 \end_inset
45770
45771
45772 \begin_inset ERT
45773 status collapsed
45774
45775 \begin_layout Plain Layout
45776
45777 }
45778 \end_layout
45779
45780 \end_inset
45781
45782  OliveGreen
45783 \end_layout
45784
45785 \end_inset
45786 </cell>
45787 <cell alignment="left" valignment="top" usebox="none">
45788 \begin_inset Text
45789
45790 \begin_layout Plain Layout
45791 \begin_inset ERT
45792 status collapsed
45793
45794 \begin_layout Plain Layout
45795
45796
45797 \backslash
45798 fcolorbox{black}{
45799 \end_layout
45800
45801 \end_inset
45802
45803 Orange
45804 \begin_inset ERT
45805 status collapsed
45806
45807 \begin_layout Plain Layout
45808
45809 }{
45810 \end_layout
45811
45812 \end_inset
45813
45814
45815 \begin_inset Phantom Phantom
45816 status open
45817
45818 \begin_layout Plain Layout
45819 W
45820 \end_layout
45821
45822 \end_inset
45823
45824
45825 \begin_inset ERT
45826 status collapsed
45827
45828 \begin_layout Plain Layout
45829
45830 }
45831 \end_layout
45832
45833 \end_inset
45834
45835  Orange
45836 \end_layout
45837
45838 \end_inset
45839 </cell>
45840 </row>
45841 <row>
45842 <cell alignment="left" valignment="top" usebox="none">
45843 \begin_inset Text
45844
45845 \begin_layout Plain Layout
45846 \begin_inset ERT
45847 status collapsed
45848
45849 \begin_layout Plain Layout
45850
45851
45852 \backslash
45853 fcolorbox{black}{
45854 \end_layout
45855
45856 \end_inset
45857
45858 OrangeRed
45859 \begin_inset ERT
45860 status collapsed
45861
45862 \begin_layout Plain Layout
45863
45864 }{
45865 \end_layout
45866
45867 \end_inset
45868
45869
45870 \begin_inset Phantom Phantom
45871 status open
45872
45873 \begin_layout Plain Layout
45874 W
45875 \end_layout
45876
45877 \end_inset
45878
45879
45880 \begin_inset ERT
45881 status collapsed
45882
45883 \begin_layout Plain Layout
45884
45885 }
45886 \end_layout
45887
45888 \end_inset
45889
45890  OrangeRed
45891 \end_layout
45892
45893 \end_inset
45894 </cell>
45895 <cell alignment="left" valignment="top" usebox="none">
45896 \begin_inset Text
45897
45898 \begin_layout Plain Layout
45899 \begin_inset ERT
45900 status collapsed
45901
45902 \begin_layout Plain Layout
45903
45904
45905 \backslash
45906 fcolorbox{black}{
45907 \end_layout
45908
45909 \end_inset
45910
45911 Orchid
45912 \begin_inset ERT
45913 status collapsed
45914
45915 \begin_layout Plain Layout
45916
45917 }{
45918 \end_layout
45919
45920 \end_inset
45921
45922
45923 \begin_inset Phantom Phantom
45924 status open
45925
45926 \begin_layout Plain Layout
45927 W
45928 \end_layout
45929
45930 \end_inset
45931
45932
45933 \begin_inset ERT
45934 status collapsed
45935
45936 \begin_layout Plain Layout
45937
45938 }
45939 \end_layout
45940
45941 \end_inset
45942
45943  Orchid
45944 \end_layout
45945
45946 \end_inset
45947 </cell>
45948 <cell alignment="left" valignment="top" usebox="none">
45949 \begin_inset Text
45950
45951 \begin_layout Plain Layout
45952 \begin_inset ERT
45953 status collapsed
45954
45955 \begin_layout Plain Layout
45956
45957
45958 \backslash
45959 fcolorbox{black}{
45960 \end_layout
45961
45962 \end_inset
45963
45964 Peach
45965 \begin_inset ERT
45966 status collapsed
45967
45968 \begin_layout Plain Layout
45969
45970 }{
45971 \end_layout
45972
45973 \end_inset
45974
45975
45976 \begin_inset Phantom Phantom
45977 status open
45978
45979 \begin_layout Plain Layout
45980 W
45981 \end_layout
45982
45983 \end_inset
45984
45985
45986 \begin_inset ERT
45987 status collapsed
45988
45989 \begin_layout Plain Layout
45990
45991 }
45992 \end_layout
45993
45994 \end_inset
45995
45996  Peach
45997 \end_layout
45998
45999 \end_inset
46000 </cell>
46001 <cell alignment="left" valignment="top" usebox="none">
46002 \begin_inset Text
46003
46004 \begin_layout Plain Layout
46005 \begin_inset ERT
46006 status collapsed
46007
46008 \begin_layout Plain Layout
46009
46010
46011 \backslash
46012 fcolorbox{black}{
46013 \end_layout
46014
46015 \end_inset
46016
46017 Periwinkle
46018 \begin_inset ERT
46019 status collapsed
46020
46021 \begin_layout Plain Layout
46022
46023 }{
46024 \end_layout
46025
46026 \end_inset
46027
46028
46029 \begin_inset Phantom Phantom
46030 status open
46031
46032 \begin_layout Plain Layout
46033 W
46034 \end_layout
46035
46036 \end_inset
46037
46038
46039 \begin_inset ERT
46040 status collapsed
46041
46042 \begin_layout Plain Layout
46043
46044 }
46045 \end_layout
46046
46047 \end_inset
46048
46049  Periwinkle
46050 \end_layout
46051
46052 \end_inset
46053 </cell>
46054 </row>
46055 <row>
46056 <cell alignment="left" valignment="top" usebox="none">
46057 \begin_inset Text
46058
46059 \begin_layout Plain Layout
46060 \begin_inset ERT
46061 status collapsed
46062
46063 \begin_layout Plain Layout
46064
46065
46066 \backslash
46067 fcolorbox{black}{
46068 \end_layout
46069
46070 \end_inset
46071
46072 PineGreen
46073 \begin_inset ERT
46074 status collapsed
46075
46076 \begin_layout Plain Layout
46077
46078 }{
46079 \end_layout
46080
46081 \end_inset
46082
46083
46084 \begin_inset Phantom Phantom
46085 status open
46086
46087 \begin_layout Plain Layout
46088 W
46089 \end_layout
46090
46091 \end_inset
46092
46093
46094 \begin_inset ERT
46095 status collapsed
46096
46097 \begin_layout Plain Layout
46098
46099 }
46100 \end_layout
46101
46102 \end_inset
46103
46104  PineGreen
46105 \end_layout
46106
46107 \end_inset
46108 </cell>
46109 <cell alignment="left" valignment="top" usebox="none">
46110 \begin_inset Text
46111
46112 \begin_layout Plain Layout
46113 \begin_inset ERT
46114 status collapsed
46115
46116 \begin_layout Plain Layout
46117
46118
46119 \backslash
46120 fcolorbox{black}{
46121 \end_layout
46122
46123 \end_inset
46124
46125 Plum
46126 \begin_inset ERT
46127 status collapsed
46128
46129 \begin_layout Plain Layout
46130
46131 }{
46132 \end_layout
46133
46134 \end_inset
46135
46136
46137 \begin_inset Phantom Phantom
46138 status open
46139
46140 \begin_layout Plain Layout
46141 W
46142 \end_layout
46143
46144 \end_inset
46145
46146
46147 \begin_inset ERT
46148 status collapsed
46149
46150 \begin_layout Plain Layout
46151
46152 }
46153 \end_layout
46154
46155 \end_inset
46156
46157  Plum
46158 \end_layout
46159
46160 \end_inset
46161 </cell>
46162 <cell alignment="left" valignment="top" usebox="none">
46163 \begin_inset Text
46164
46165 \begin_layout Plain Layout
46166 \begin_inset ERT
46167 status collapsed
46168
46169 \begin_layout Plain Layout
46170
46171
46172 \backslash
46173 fcolorbox{black}{
46174 \end_layout
46175
46176 \end_inset
46177
46178 ProcessBlue
46179 \begin_inset ERT
46180 status collapsed
46181
46182 \begin_layout Plain Layout
46183
46184 }{
46185 \end_layout
46186
46187 \end_inset
46188
46189
46190 \begin_inset Phantom Phantom
46191 status open
46192
46193 \begin_layout Plain Layout
46194 W
46195 \end_layout
46196
46197 \end_inset
46198
46199
46200 \begin_inset ERT
46201 status collapsed
46202
46203 \begin_layout Plain Layout
46204
46205 }
46206 \end_layout
46207
46208 \end_inset
46209
46210  ProcessBlue
46211 \end_layout
46212
46213 \end_inset
46214 </cell>
46215 <cell alignment="left" valignment="top" usebox="none">
46216 \begin_inset Text
46217
46218 \begin_layout Plain Layout
46219 \begin_inset ERT
46220 status collapsed
46221
46222 \begin_layout Plain Layout
46223
46224
46225 \backslash
46226 fcolorbox{black}{
46227 \end_layout
46228
46229 \end_inset
46230
46231 Purple
46232 \begin_inset ERT
46233 status collapsed
46234
46235 \begin_layout Plain Layout
46236
46237 }{
46238 \end_layout
46239
46240 \end_inset
46241
46242
46243 \begin_inset Phantom Phantom
46244 status open
46245
46246 \begin_layout Plain Layout
46247 W
46248 \end_layout
46249
46250 \end_inset
46251
46252
46253 \begin_inset ERT
46254 status collapsed
46255
46256 \begin_layout Plain Layout
46257
46258 }
46259 \end_layout
46260
46261 \end_inset
46262
46263  Purple
46264 \end_layout
46265
46266 \end_inset
46267 </cell>
46268 </row>
46269 <row>
46270 <cell alignment="left" valignment="top" usebox="none">
46271 \begin_inset Text
46272
46273 \begin_layout Plain Layout
46274 \begin_inset ERT
46275 status collapsed
46276
46277 \begin_layout Plain Layout
46278
46279
46280 \backslash
46281 fcolorbox{black}{
46282 \end_layout
46283
46284 \end_inset
46285
46286 RawSienna
46287 \begin_inset ERT
46288 status collapsed
46289
46290 \begin_layout Plain Layout
46291
46292 }{
46293 \end_layout
46294
46295 \end_inset
46296
46297
46298 \begin_inset Phantom Phantom
46299 status open
46300
46301 \begin_layout Plain Layout
46302 W
46303 \end_layout
46304
46305 \end_inset
46306
46307
46308 \begin_inset ERT
46309 status collapsed
46310
46311 \begin_layout Plain Layout
46312
46313 }
46314 \end_layout
46315
46316 \end_inset
46317
46318  RawSienna
46319 \end_layout
46320
46321 \end_inset
46322 </cell>
46323 <cell alignment="left" valignment="top" usebox="none">
46324 \begin_inset Text
46325
46326 \begin_layout Plain Layout
46327 \begin_inset ERT
46328 status collapsed
46329
46330 \begin_layout Plain Layout
46331
46332
46333 \backslash
46334 fcolorbox{black}{
46335 \end_layout
46336
46337 \end_inset
46338
46339 RedOrange
46340 \begin_inset ERT
46341 status collapsed
46342
46343 \begin_layout Plain Layout
46344
46345 }{
46346 \end_layout
46347
46348 \end_inset
46349
46350
46351 \begin_inset Phantom Phantom
46352 status open
46353
46354 \begin_layout Plain Layout
46355 W
46356 \end_layout
46357
46358 \end_inset
46359
46360
46361 \begin_inset ERT
46362 status collapsed
46363
46364 \begin_layout Plain Layout
46365
46366 }
46367 \end_layout
46368
46369 \end_inset
46370
46371  RedOrange
46372 \end_layout
46373
46374 \end_inset
46375 </cell>
46376 <cell alignment="left" valignment="top" usebox="none">
46377 \begin_inset Text
46378
46379 \begin_layout Plain Layout
46380 \begin_inset ERT
46381 status collapsed
46382
46383 \begin_layout Plain Layout
46384
46385
46386 \backslash
46387 fcolorbox{black}{
46388 \end_layout
46389
46390 \end_inset
46391
46392 RedViolet
46393 \begin_inset ERT
46394 status collapsed
46395
46396 \begin_layout Plain Layout
46397
46398 }{
46399 \end_layout
46400
46401 \end_inset
46402
46403
46404 \begin_inset Phantom Phantom
46405 status open
46406
46407 \begin_layout Plain Layout
46408 W
46409 \end_layout
46410
46411 \end_inset
46412
46413
46414 \begin_inset ERT
46415 status collapsed
46416
46417 \begin_layout Plain Layout
46418
46419 }
46420 \end_layout
46421
46422 \end_inset
46423
46424  RedViolet
46425 \end_layout
46426
46427 \end_inset
46428 </cell>
46429 <cell alignment="left" valignment="top" usebox="none">
46430 \begin_inset Text
46431
46432 \begin_layout Plain Layout
46433 \begin_inset ERT
46434 status collapsed
46435
46436 \begin_layout Plain Layout
46437
46438
46439 \backslash
46440 fcolorbox{black}{
46441 \end_layout
46442
46443 \end_inset
46444
46445 Rhodamine
46446 \begin_inset ERT
46447 status collapsed
46448
46449 \begin_layout Plain Layout
46450
46451 }{
46452 \end_layout
46453
46454 \end_inset
46455
46456
46457 \begin_inset Phantom Phantom
46458 status open
46459
46460 \begin_layout Plain Layout
46461 W
46462 \end_layout
46463
46464 \end_inset
46465
46466
46467 \begin_inset ERT
46468 status collapsed
46469
46470 \begin_layout Plain Layout
46471
46472 }
46473 \end_layout
46474
46475 \end_inset
46476
46477  Rhodamine
46478 \end_layout
46479
46480 \end_inset
46481 </cell>
46482 </row>
46483 <row>
46484 <cell alignment="left" valignment="top" usebox="none">
46485 \begin_inset Text
46486
46487 \begin_layout Plain Layout
46488 \begin_inset ERT
46489 status collapsed
46490
46491 \begin_layout Plain Layout
46492
46493
46494 \backslash
46495 fcolorbox{black}{
46496 \end_layout
46497
46498 \end_inset
46499
46500 RoyalBlue
46501 \begin_inset ERT
46502 status collapsed
46503
46504 \begin_layout Plain Layout
46505
46506 }{
46507 \end_layout
46508
46509 \end_inset
46510
46511
46512 \begin_inset Phantom Phantom
46513 status open
46514
46515 \begin_layout Plain Layout
46516 W
46517 \end_layout
46518
46519 \end_inset
46520
46521
46522 \begin_inset ERT
46523 status collapsed
46524
46525 \begin_layout Plain Layout
46526
46527 }
46528 \end_layout
46529
46530 \end_inset
46531
46532  RoyalBlue
46533 \end_layout
46534
46535 \end_inset
46536 </cell>
46537 <cell alignment="left" valignment="top" usebox="none">
46538 \begin_inset Text
46539
46540 \begin_layout Plain Layout
46541 \begin_inset ERT
46542 status collapsed
46543
46544 \begin_layout Plain Layout
46545
46546
46547 \backslash
46548 fcolorbox{black}{
46549 \end_layout
46550
46551 \end_inset
46552
46553 RoyalPurple
46554 \begin_inset ERT
46555 status collapsed
46556
46557 \begin_layout Plain Layout
46558
46559 }{
46560 \end_layout
46561
46562 \end_inset
46563
46564
46565 \begin_inset Phantom Phantom
46566 status open
46567
46568 \begin_layout Plain Layout
46569 W
46570 \end_layout
46571
46572 \end_inset
46573
46574
46575 \begin_inset ERT
46576 status collapsed
46577
46578 \begin_layout Plain Layout
46579
46580 }
46581 \end_layout
46582
46583 \end_inset
46584
46585  RoyalPurple
46586 \end_layout
46587
46588 \end_inset
46589 </cell>
46590 <cell alignment="left" valignment="top" usebox="none">
46591 \begin_inset Text
46592
46593 \begin_layout Plain Layout
46594 \begin_inset ERT
46595 status collapsed
46596
46597 \begin_layout Plain Layout
46598
46599
46600 \backslash
46601 fcolorbox{black}{
46602 \end_layout
46603
46604 \end_inset
46605
46606 RubineRed
46607 \begin_inset ERT
46608 status collapsed
46609
46610 \begin_layout Plain Layout
46611
46612 }{
46613 \end_layout
46614
46615 \end_inset
46616
46617
46618 \begin_inset Phantom Phantom
46619 status open
46620
46621 \begin_layout Plain Layout
46622 W
46623 \end_layout
46624
46625 \end_inset
46626
46627
46628 \begin_inset ERT
46629 status collapsed
46630
46631 \begin_layout Plain Layout
46632
46633 }
46634 \end_layout
46635
46636 \end_inset
46637
46638  RubineRed
46639 \end_layout
46640
46641 \end_inset
46642 </cell>
46643 <cell alignment="left" valignment="top" usebox="none">
46644 \begin_inset Text
46645
46646 \begin_layout Plain Layout
46647 \begin_inset ERT
46648 status collapsed
46649
46650 \begin_layout Plain Layout
46651
46652
46653 \backslash
46654 fcolorbox{black}{
46655 \end_layout
46656
46657 \end_inset
46658
46659 Salmon
46660 \begin_inset ERT
46661 status collapsed
46662
46663 \begin_layout Plain Layout
46664
46665 }{
46666 \end_layout
46667
46668 \end_inset
46669
46670
46671 \begin_inset Phantom Phantom
46672 status open
46673
46674 \begin_layout Plain Layout
46675 W
46676 \end_layout
46677
46678 \end_inset
46679
46680
46681 \begin_inset ERT
46682 status collapsed
46683
46684 \begin_layout Plain Layout
46685
46686 }
46687 \end_layout
46688
46689 \end_inset
46690
46691  Salmon
46692 \end_layout
46693
46694 \end_inset
46695 </cell>
46696 </row>
46697 <row>
46698 <cell alignment="left" valignment="top" usebox="none">
46699 \begin_inset Text
46700
46701 \begin_layout Plain Layout
46702 \begin_inset ERT
46703 status collapsed
46704
46705 \begin_layout Plain Layout
46706
46707
46708 \backslash
46709 fcolorbox{black}{
46710 \end_layout
46711
46712 \end_inset
46713
46714 SeaGreen
46715 \begin_inset ERT
46716 status collapsed
46717
46718 \begin_layout Plain Layout
46719
46720 }{
46721 \end_layout
46722
46723 \end_inset
46724
46725
46726 \begin_inset Phantom Phantom
46727 status open
46728
46729 \begin_layout Plain Layout
46730 W
46731 \end_layout
46732
46733 \end_inset
46734
46735
46736 \begin_inset ERT
46737 status collapsed
46738
46739 \begin_layout Plain Layout
46740
46741 }
46742 \end_layout
46743
46744 \end_inset
46745
46746  SeaGreen
46747 \end_layout
46748
46749 \end_inset
46750 </cell>
46751 <cell alignment="left" valignment="top" usebox="none">
46752 \begin_inset Text
46753
46754 \begin_layout Plain Layout
46755 \begin_inset ERT
46756 status collapsed
46757
46758 \begin_layout Plain Layout
46759
46760
46761 \backslash
46762 fcolorbox{black}{
46763 \end_layout
46764
46765 \end_inset
46766
46767 Sepia
46768 \begin_inset ERT
46769 status collapsed
46770
46771 \begin_layout Plain Layout
46772
46773 }{
46774 \end_layout
46775
46776 \end_inset
46777
46778
46779 \begin_inset Phantom Phantom
46780 status open
46781
46782 \begin_layout Plain Layout
46783 W
46784 \end_layout
46785
46786 \end_inset
46787
46788
46789 \begin_inset ERT
46790 status collapsed
46791
46792 \begin_layout Plain Layout
46793
46794 }
46795 \end_layout
46796
46797 \end_inset
46798
46799  Sepia
46800 \end_layout
46801
46802 \end_inset
46803 </cell>
46804 <cell alignment="left" valignment="top" usebox="none">
46805 \begin_inset Text
46806
46807 \begin_layout Plain Layout
46808 \begin_inset ERT
46809 status collapsed
46810
46811 \begin_layout Plain Layout
46812
46813
46814 \backslash
46815 fcolorbox{black}{
46816 \end_layout
46817
46818 \end_inset
46819
46820 SkyBlue
46821 \begin_inset ERT
46822 status collapsed
46823
46824 \begin_layout Plain Layout
46825
46826 }{
46827 \end_layout
46828
46829 \end_inset
46830
46831
46832 \begin_inset Phantom Phantom
46833 status open
46834
46835 \begin_layout Plain Layout
46836 W
46837 \end_layout
46838
46839 \end_inset
46840
46841
46842 \begin_inset ERT
46843 status collapsed
46844
46845 \begin_layout Plain Layout
46846
46847 }
46848 \end_layout
46849
46850 \end_inset
46851
46852  SkyBlue
46853 \end_layout
46854
46855 \end_inset
46856 </cell>
46857 <cell alignment="left" valignment="top" usebox="none">
46858 \begin_inset Text
46859
46860 \begin_layout Plain Layout
46861 \begin_inset ERT
46862 status collapsed
46863
46864 \begin_layout Plain Layout
46865
46866
46867 \backslash
46868 fcolorbox{black}{
46869 \end_layout
46870
46871 \end_inset
46872
46873 SpringGreen
46874 \begin_inset ERT
46875 status collapsed
46876
46877 \begin_layout Plain Layout
46878
46879 }{
46880 \end_layout
46881
46882 \end_inset
46883
46884
46885 \begin_inset Phantom Phantom
46886 status open
46887
46888 \begin_layout Plain Layout
46889 W
46890 \end_layout
46891
46892 \end_inset
46893
46894
46895 \begin_inset ERT
46896 status collapsed
46897
46898 \begin_layout Plain Layout
46899
46900 }
46901 \end_layout
46902
46903 \end_inset
46904
46905  SpringGreen
46906 \end_layout
46907
46908 \end_inset
46909 </cell>
46910 </row>
46911 <row>
46912 <cell alignment="left" valignment="top" usebox="none">
46913 \begin_inset Text
46914
46915 \begin_layout Plain Layout
46916 \begin_inset ERT
46917 status collapsed
46918
46919 \begin_layout Plain Layout
46920
46921
46922 \backslash
46923 fcolorbox{black}{
46924 \end_layout
46925
46926 \end_inset
46927
46928 Tan
46929 \begin_inset ERT
46930 status collapsed
46931
46932 \begin_layout Plain Layout
46933
46934 }{
46935 \end_layout
46936
46937 \end_inset
46938
46939
46940 \begin_inset Phantom Phantom
46941 status open
46942
46943 \begin_layout Plain Layout
46944 W
46945 \end_layout
46946
46947 \end_inset
46948
46949
46950 \begin_inset ERT
46951 status collapsed
46952
46953 \begin_layout Plain Layout
46954
46955 }
46956 \end_layout
46957
46958 \end_inset
46959
46960  Tan
46961 \end_layout
46962
46963 \end_inset
46964 </cell>
46965 <cell alignment="left" valignment="top" usebox="none">
46966 \begin_inset Text
46967
46968 \begin_layout Plain Layout
46969 \begin_inset ERT
46970 status collapsed
46971
46972 \begin_layout Plain Layout
46973
46974
46975 \backslash
46976 fcolorbox{black}{
46977 \end_layout
46978
46979 \end_inset
46980
46981 TealBlue
46982 \begin_inset ERT
46983 status collapsed
46984
46985 \begin_layout Plain Layout
46986
46987 }{
46988 \end_layout
46989
46990 \end_inset
46991
46992
46993 \begin_inset Phantom Phantom
46994 status open
46995
46996 \begin_layout Plain Layout
46997 W
46998 \end_layout
46999
47000 \end_inset
47001
47002
47003 \begin_inset ERT
47004 status collapsed
47005
47006 \begin_layout Plain Layout
47007
47008 }
47009 \end_layout
47010
47011 \end_inset
47012
47013  TealBlue
47014 \end_layout
47015
47016 \end_inset
47017 </cell>
47018 <cell alignment="left" valignment="top" usebox="none">
47019 \begin_inset Text
47020
47021 \begin_layout Plain Layout
47022 \begin_inset ERT
47023 status collapsed
47024
47025 \begin_layout Plain Layout
47026
47027
47028 \backslash
47029 fcolorbox{black}{
47030 \end_layout
47031
47032 \end_inset
47033
47034 Thistle
47035 \begin_inset ERT
47036 status collapsed
47037
47038 \begin_layout Plain Layout
47039
47040 }{
47041 \end_layout
47042
47043 \end_inset
47044
47045
47046 \begin_inset Phantom Phantom
47047 status open
47048
47049 \begin_layout Plain Layout
47050 W
47051 \end_layout
47052
47053 \end_inset
47054
47055
47056 \begin_inset ERT
47057 status collapsed
47058
47059 \begin_layout Plain Layout
47060
47061 }
47062 \end_layout
47063
47064 \end_inset
47065
47066  Thistle
47067 \end_layout
47068
47069 \end_inset
47070 </cell>
47071 <cell alignment="left" valignment="top" usebox="none">
47072 \begin_inset Text
47073
47074 \begin_layout Plain Layout
47075 \begin_inset ERT
47076 status collapsed
47077
47078 \begin_layout Plain Layout
47079
47080
47081 \backslash
47082 fcolorbox{black}{
47083 \end_layout
47084
47085 \end_inset
47086
47087 Turquoise
47088 \begin_inset ERT
47089 status collapsed
47090
47091 \begin_layout Plain Layout
47092
47093 }{
47094 \end_layout
47095
47096 \end_inset
47097
47098
47099 \begin_inset Phantom Phantom
47100 status open
47101
47102 \begin_layout Plain Layout
47103 W
47104 \end_layout
47105
47106 \end_inset
47107
47108
47109 \begin_inset ERT
47110 status collapsed
47111
47112 \begin_layout Plain Layout
47113
47114 }
47115 \end_layout
47116
47117 \end_inset
47118
47119  Turquoise
47120 \end_layout
47121
47122 \end_inset
47123 </cell>
47124 </row>
47125 <row>
47126 <cell alignment="left" valignment="top" usebox="none">
47127 \begin_inset Text
47128
47129 \begin_layout Plain Layout
47130 \begin_inset ERT
47131 status collapsed
47132
47133 \begin_layout Plain Layout
47134
47135
47136 \backslash
47137 fcolorbox{black}{
47138 \end_layout
47139
47140 \end_inset
47141
47142 Violet
47143 \begin_inset ERT
47144 status collapsed
47145
47146 \begin_layout Plain Layout
47147
47148 }{
47149 \end_layout
47150
47151 \end_inset
47152
47153
47154 \begin_inset Phantom Phantom
47155 status open
47156
47157 \begin_layout Plain Layout
47158 W
47159 \end_layout
47160
47161 \end_inset
47162
47163
47164 \begin_inset ERT
47165 status collapsed
47166
47167 \begin_layout Plain Layout
47168
47169 }
47170 \end_layout
47171
47172 \end_inset
47173
47174  Violet
47175 \end_layout
47176
47177 \end_inset
47178 </cell>
47179 <cell alignment="left" valignment="top" usebox="none">
47180 \begin_inset Text
47181
47182 \begin_layout Plain Layout
47183 \begin_inset ERT
47184 status collapsed
47185
47186 \begin_layout Plain Layout
47187
47188
47189 \backslash
47190 fcolorbox{black}{
47191 \end_layout
47192
47193 \end_inset
47194
47195 VioletRed
47196 \begin_inset ERT
47197 status collapsed
47198
47199 \begin_layout Plain Layout
47200
47201 }{
47202 \end_layout
47203
47204 \end_inset
47205
47206
47207 \begin_inset Phantom Phantom
47208 status open
47209
47210 \begin_layout Plain Layout
47211 W
47212 \end_layout
47213
47214 \end_inset
47215
47216
47217 \begin_inset ERT
47218 status collapsed
47219
47220 \begin_layout Plain Layout
47221
47222 }
47223 \end_layout
47224
47225 \end_inset
47226
47227  VioletRed
47228 \end_layout
47229
47230 \end_inset
47231 </cell>
47232 <cell alignment="left" valignment="top" usebox="none">
47233 \begin_inset Text
47234
47235 \begin_layout Plain Layout
47236 \begin_inset ERT
47237 status collapsed
47238
47239 \begin_layout Plain Layout
47240
47241
47242 \backslash
47243 fcolorbox{black}{
47244 \end_layout
47245
47246 \end_inset
47247
47248 WildStrawberry
47249 \begin_inset ERT
47250 status collapsed
47251
47252 \begin_layout Plain Layout
47253
47254 }{
47255 \end_layout
47256
47257 \end_inset
47258
47259
47260 \begin_inset Phantom Phantom
47261 status open
47262
47263 \begin_layout Plain Layout
47264 W
47265 \end_layout
47266
47267 \end_inset
47268
47269
47270 \begin_inset ERT
47271 status collapsed
47272
47273 \begin_layout Plain Layout
47274
47275 }
47276 \end_layout
47277
47278 \end_inset
47279
47280  WildStrawberry
47281 \end_layout
47282
47283 \end_inset
47284 </cell>
47285 <cell alignment="left" valignment="top" usebox="none">
47286 \begin_inset Text
47287
47288 \begin_layout Plain Layout
47289 \begin_inset ERT
47290 status collapsed
47291
47292 \begin_layout Plain Layout
47293
47294
47295 \backslash
47296 fcolorbox{black}{
47297 \end_layout
47298
47299 \end_inset
47300
47301 YellowGreen
47302 \begin_inset ERT
47303 status collapsed
47304
47305 \begin_layout Plain Layout
47306
47307 }{
47308 \end_layout
47309
47310 \end_inset
47311
47312
47313 \begin_inset Phantom Phantom
47314 status open
47315
47316 \begin_layout Plain Layout
47317 W
47318 \end_layout
47319
47320 \end_inset
47321
47322
47323 \begin_inset ERT
47324 status collapsed
47325
47326 \begin_layout Plain Layout
47327
47328 }
47329 \end_layout
47330
47331 \end_inset
47332
47333  YellowGreen
47334 \end_layout
47335
47336 \end_inset
47337 </cell>
47338 </row>
47339 <row>
47340 <cell alignment="left" valignment="top" usebox="none">
47341 \begin_inset Text
47342
47343 \begin_layout Plain Layout
47344 \begin_inset ERT
47345 status collapsed
47346
47347 \begin_layout Plain Layout
47348
47349
47350 \backslash
47351 fcolorbox{black}{
47352 \end_layout
47353
47354 \end_inset
47355
47356 YellowOrange
47357 \begin_inset ERT
47358 status collapsed
47359
47360 \begin_layout Plain Layout
47361
47362 }{
47363 \end_layout
47364
47365 \end_inset
47366
47367
47368 \begin_inset Phantom Phantom
47369 status open
47370
47371 \begin_layout Plain Layout
47372 W
47373 \end_layout
47374
47375 \end_inset
47376
47377
47378 \begin_inset ERT
47379 status collapsed
47380
47381 \begin_layout Plain Layout
47382
47383 }
47384 \end_layout
47385
47386 \end_inset
47387
47388  YellowOrange
47389 \end_layout
47390
47391 \end_inset
47392 </cell>
47393 <cell alignment="left" valignment="top" usebox="none">
47394 \begin_inset Text
47395
47396 \begin_layout Plain Layout
47397
47398 \end_layout
47399
47400 \end_inset
47401 </cell>
47402 <cell alignment="left" valignment="top" usebox="none">
47403 \begin_inset Text
47404
47405 \begin_layout Plain Layout
47406
47407 \end_layout
47408
47409 \end_inset
47410 </cell>
47411 <cell alignment="left" valignment="top" usebox="none">
47412 \begin_inset Text
47413
47414 \begin_layout Plain Layout
47415
47416 \end_layout
47417
47418 \end_inset
47419 </cell>
47420 </row>
47421 </lyxtabular>
47422
47423 \end_inset
47424
47425
47426 \end_layout
47427
47428 \begin_layout Chapter
47429 Explication de l' équation
47430 \begin_inset space ~
47431 \end_inset
47432
47433 (
47434 \begin_inset CommandInset ref
47435 LatexCommand ref
47436 reference "eq:Wgn"
47437
47438 \end_inset
47439
47440 )
47441 \begin_inset CommandInset label
47442 LatexCommand label
47443 name "cha:Explication-de-l'Equation"
47444
47445 \end_inset
47446
47447
47448 \end_layout
47449
47450 \begin_layout Standard
47451 La largeur totale de 
47452 \emph on
47453 n
47454 \emph default
47455  cellules de tableau 
47456 \begin_inset Formula $L_{\mathrm{tot\,n}}$
47457 \end_inset
47458
47459  peut être calculée avec
47460 \begin_inset Formula 
47461 \begin{equation}
47462 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
47463 \end{equation}
47464
47465 \end_inset
47466
47467
47468 \end_layout
47469
47470 \begin_layout Standard
47471 où 
47472 \begin_inset Formula $L_{g\,n}$
47473 \end_inset
47474
47475  est la largeur fixe de toutes les cellules.
47476  
47477 \series bold
47478
47479 \backslash
47480 tabcolsep
47481 \series default
47482  est la largeur utilisée par \SpecialChar LaTeX
47483  entre le texte de la cellule et la bordure,
47484  sa valeur implicite est 6
47485 \begin_inset space \thinspace{}
47486 \end_inset
47487
47488 pt.
47489  
47490 \series bold
47491
47492 \backslash
47493 arrayrulewidth
47494 \series default
47495  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
47496 \begin_inset space \thinspace{}
47497 \end_inset
47498
47499 pt.
47500 \end_layout
47501
47502 \begin_layout Standard
47503 D'après l'équation
47504 \begin_inset space ~
47505 \end_inset
47506
47507
47508 \begin_inset CommandInset ref
47509 LatexCommand eqref
47510 reference "eq:Wtot_n"
47511
47512 \end_inset
47513
47514 , la largeur totale d'une multi-colonnes, 
47515 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
47516 \end_inset
47517
47518  est
47519 \begin_inset Formula 
47520 \begin{equation}
47521 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
47522 \end{equation}
47523
47524 \end_inset
47525
47526
47527 \end_layout
47528
47529 \begin_layout Standard
47530 En posant que les équations 
47531 \begin_inset space ~
47532 \end_inset
47533
47534
47535 \begin_inset CommandInset ref
47536 LatexCommand eqref
47537 reference "eq:Wtot_n"
47538
47539 \end_inset
47540
47541  et 
47542 \begin_inset CommandInset ref
47543 LatexCommand eqref
47544 reference "eq:Wtot_mult"
47545
47546 \end_inset
47547
47548  sont égales, on peut calculer la largeur nécessaire 
47549 \begin_inset Formula $L_{g\,n}$
47550 \end_inset
47551
47552  quand 
47553 \emph on
47554 n
47555 \emph default
47556  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
47557  de 
47558 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
47559 \end_inset
47560
47561 :
47562 \begin_inset Formula 
47563 \begin{equation}
47564 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
47565 \end{equation}
47566
47567 \end_inset
47568
47569
47570 \end_layout
47571
47572 \begin_layout Bibliography
47573 \begin_inset CommandInset bibitem
47574 LatexCommand bibitem
47575 key "latexcompanion"
47576 literal "true"
47577
47578 \end_inset
47579
47580 Frank Mittelbach and Michel Goossens: 
47581 \emph on
47582 The \SpecialChar LaTeX
47583  Companion Second Edition.
47584
47585 \emph default
47586  Addison-Wesley, 2004
47587 \end_layout
47588
47589 \begin_layout Bibliography
47590 \begin_inset CommandInset bibitem
47591 LatexCommand bibitem
47592 key "latexguide"
47593 literal "true"
47594
47595 \end_inset
47596
47597 Helmut Kopka and Patrick W.
47598  Daly: 
47599 \emph on
47600 A Guide to \SpecialChar LaTeX
47601  Fourth Edition.
47602
47603 \emph default
47604  Addison-Wesley, 2003
47605 \end_layout
47606
47607 \begin_layout Bibliography
47608 \begin_inset CommandInset bibitem
47609 LatexCommand bibitem
47610 key "latexbook"
47611 literal "true"
47612
47613 \end_inset
47614
47615 Leslie Lamport: 
47616 \emph on
47617 \SpecialChar LaTeX
47618 : A Document Preparation System.
47619
47620 \emph default
47621  Addison-Wesley, second edition, 1994
47622 \end_layout
47623
47624 \begin_layout Bibliography
47625 \begin_inset CommandInset bibitem
47626 LatexCommand bibitem
47627 key "arydshln"
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 "arydshln"
47639 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.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  ! arydshln
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 "booktabs"
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 "booktabs"
47675 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.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  ! booktabs
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 "caption"
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 "caption"
47711 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.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  ! caption
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 "diagbox"
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 "diagbox"
47747 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.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  ! diagbox
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 "endfloat"
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 "endfloat"
47783 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.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  ! endfloat
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 "footmisc"
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 "footmisc"
47819 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.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  ! footmisc
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 "hypcap"
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 "hypcap"
47855 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.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  ! hyperref
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 "hyperref"
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 "hyperref"
47891 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
47892 literal "false"
47893
47894 \end_inset
47895
47896
47897 \series default
47898
47899 \begin_inset Index idx
47900 status collapsed
47901
47902 \begin_layout Plain Layout
47903 Paquetages \SpecialChar LaTeX
47904  ! hyperref
47905 \end_layout
47906
47907 \end_inset
47908
47909
47910 \end_layout
47911
47912 \begin_layout Bibliography
47913 \begin_inset CommandInset bibitem
47914 LatexCommand bibitem
47915 key "KOMA-Script"
47916 literal "true"
47917
47918 \end_inset
47919
47920 Documentation du paquetage \SpecialChar LaTeX
47921  
47922 \series bold
47923
47924 \begin_inset CommandInset href
47925 LatexCommand href
47926 name "KOMA-Script"
47927 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
47928 literal "false"
47929
47930 \end_inset
47931
47932
47933 \series default
47934
47935 \begin_inset Index idx
47936 status collapsed
47937
47938 \begin_layout Plain Layout
47939 Paquetages \SpecialChar LaTeX
47940  ! KOMA-Script
47941 \end_layout
47942
47943 \end_inset
47944
47945
47946 \end_layout
47947
47948 \begin_layout Bibliography
47949 \begin_inset CommandInset bibitem
47950 LatexCommand bibitem
47951 key "lettrine"
47952 literal "true"
47953
47954 \end_inset
47955
47956 Documentation du paquetage \SpecialChar LaTeX
47957  
47958 \series bold
47959
47960 \begin_inset CommandInset href
47961 LatexCommand href
47962 name "lettrine"
47963 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
47964 literal "false"
47965
47966 \end_inset
47967
47968
47969 \series default
47970  et un 
47971 \begin_inset CommandInset href
47972 LatexCommand href
47973 name "exemple"
47974 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
47975 literal "false"
47976
47977 \end_inset
47978
47979
47980 \begin_inset Index idx
47981 status collapsed
47982
47983 \begin_layout Plain Layout
47984 Paquetages \SpecialChar LaTeX
47985  ! lettrine
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 "listings"
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 "listings"
48008 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.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  ! listings
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 "minted"
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 "minted"
48044 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/minted/minted.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  ! minted
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 "marginnote"
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 "marginnote"
48080 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.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  ! marginnote
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 "pdfpages"
48105 literal "true"
48106
48107 \end_inset
48108
48109 Documentation du paquetage \SpecialChar LaTeX
48110  
48111 \series bold
48112
48113 \begin_inset CommandInset href
48114 LatexCommand href
48115 name "pdfpages"
48116 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
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  ! pdfpages
48130 \end_layout
48131
48132 \end_inset
48133
48134
48135 \begin_inset CommandInset href
48136 LatexCommand href
48137 name "Exclure le texte du fichier PDF"
48138 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
48139 literal "false"
48140
48141 \end_inset
48142
48143
48144 \end_layout
48145
48146 \begin_layout Bibliography
48147 \begin_inset CommandInset bibitem
48148 LatexCommand bibitem
48149 key "prettyref"
48150 literal "true"
48151
48152 \end_inset
48153
48154 Documentation du paquetage \SpecialChar LaTeX
48155
48156 \series bold
48157  
48158 \begin_inset CommandInset href
48159 LatexCommand href
48160 name "prettyref"
48161 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
48162 literal "false"
48163
48164 \end_inset
48165
48166
48167 \series default
48168
48169 \begin_inset Index idx
48170 status collapsed
48171
48172 \begin_layout Plain Layout
48173 Paquetages \SpecialChar LaTeX
48174  ! prettyref
48175 \end_layout
48176
48177 \end_inset
48178
48179
48180 \end_layout
48181
48182 \begin_layout Bibliography
48183 \begin_inset CommandInset bibitem
48184 LatexCommand bibitem
48185 key "pstricks"
48186 literal "true"
48187
48188 \end_inset
48189
48190 Page Web du paquetage \SpecialChar LaTeX
48191  
48192 \series bold
48193
48194 \begin_inset CommandInset href
48195 LatexCommand href
48196 name "PSTricks"
48197 target "http://tug.org/PSTricks/"
48198 literal "false"
48199
48200 \end_inset
48201
48202
48203 \series default
48204
48205 \begin_inset Index idx
48206 status collapsed
48207
48208 \begin_layout Plain Layout
48209 Paquetages \SpecialChar LaTeX
48210  ! PSTricks
48211 \end_layout
48212
48213 \end_inset
48214
48215
48216 \end_layout
48217
48218 \begin_layout Bibliography
48219 \begin_inset CommandInset bibitem
48220 LatexCommand bibitem
48221 key "refstyle"
48222 literal "true"
48223
48224 \end_inset
48225
48226 Documentation du paquetage \SpecialChar LaTeX
48227
48228 \series bold
48229  
48230 \begin_inset CommandInset href
48231 LatexCommand href
48232 name "refstyle"
48233 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
48234 literal "false"
48235
48236 \end_inset
48237
48238
48239 \series default
48240
48241 \begin_inset Index idx
48242 status collapsed
48243
48244 \begin_layout Plain Layout
48245 Paquetages \SpecialChar LaTeX
48246  ! refstyle
48247 \end_layout
48248
48249 \end_inset
48250
48251
48252 \end_layout
48253
48254 \begin_layout Bibliography
48255 \begin_inset CommandInset bibitem
48256 LatexCommand bibitem
48257 key "sidecap"
48258 literal "true"
48259
48260 \end_inset
48261
48262 Documentation du paquetage \SpecialChar LaTeX
48263  
48264 \series bold
48265
48266 \begin_inset CommandInset href
48267 LatexCommand href
48268 name "sidecap"
48269 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
48270 literal "false"
48271
48272 \end_inset
48273
48274
48275 \series default
48276
48277 \begin_inset Index idx
48278 status collapsed
48279
48280 \begin_layout Plain Layout
48281 Paquetages \SpecialChar LaTeX
48282  ! sidecap
48283 \end_layout
48284
48285 \end_inset
48286
48287
48288 \end_layout
48289
48290 \begin_layout Bibliography
48291 \begin_inset CommandInset bibitem
48292 LatexCommand bibitem
48293 key "Inkscape"
48294 literal "true"
48295
48296 \end_inset
48297
48298 Documentation de l'option 
48299 \begin_inset CommandInset href
48300 LatexCommand href
48301 name "Exclure le texte du PDF"
48302 target "http://tug.ctan.org/tex-archive/info/svg-inkscape/InkscapePDFLaTeX.pdf"
48303 literal "false"
48304
48305 \end_inset
48306
48307  du programme 
48308 \noun on
48309
48310 \begin_inset CommandInset href
48311 LatexCommand href
48312 name "Inkscape"
48313 target "https://inkscape.org/fr/"
48314 literal "false"
48315
48316 \end_inset
48317
48318
48319 \end_layout
48320
48321 \begin_layout Standard
48322 \begin_inset CommandInset index_print
48323 LatexCommand printindex
48324 type "idx"
48325 name "Index"
48326 literal "false"
48327
48328 \end_inset
48329
48330
48331 \end_layout
48332
48333 \end_body
48334 \end_document