]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx:
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125
126 % ------------------------------------
127 % used to check for needed LaTeX packages
128 \usepackage{ifthen}
129
130 % check for package arydshln
131 % used for tables with dashed lines
132 \newboolean{arydshln}
133 \IfFileExists{arydshln.sty}
134  {\usepackage{arydshln}
135   \setboolean{arydshln}{true}}
136  {\setboolean{arydshln}{false}}
137
138 % check for package marginnote
139 % used for margin notes
140 \newboolean{marginnote}
141 \IfFileExists{marginnote.sty}
142  {\usepackage{marginnote}
143   \let\marginpar\marginnote
144   \setboolean{marginnote}{true}}
145  {\setboolean{marginnote}{false}}
146
147 % check for package sidecap
148 % used for captions on the side
149 \newboolean{sidecap}
150 \IfFileExists{sidecap.sty}
151  {\usepackage{sidecap}
152   \setboolean{sidecap}{true}}
153  {\setboolean{sidecap}{false}}
154
155 % redefine the \LyX macro for PDF bookmarks
156 \def\LyX{\texorpdfstring{%
157   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
158   {LyX}}
159
160 % use normal list environments also in French documents
161 \frenchbsetup{StandardLayout}
162 \end_preamble
163 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
164 \use_default_options false
165 \maintain_unincluded_children false
166 \language french
167 \inputencoding auto
168 \fontencoding global
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \use_xetex false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100
177 \font_tt_scale 100
178
179 \graphics default
180 \default_output_format default
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
188 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize default
202 \use_geometry false
203 \use_amsmath 2
204 \use_esint 0
205 \use_mhchem 1
206 \use_mathdots 1
207 \cite_engine basic
208 \use_bibtopic false
209 \use_indices false
210 \paperorientation portrait
211 \suppress_date false
212 \use_refstyle 0
213 \notefontcolor #0000ff
214 \index Index
215 \shortcut idx
216 \color #008000
217 \end_index
218 \secnumdepth 3
219 \tocdepth 3
220 \paragraph_separation skip
221 \defskip medskip
222 \quotes_language french
223 \papercolumns 1
224 \papersides 2
225 \paperpagestyle default
226 \bullet 1 1 34 -1
227 \bullet 2 2 35 -1
228 \bullet 3 2 7 -1
229 \tracking_changes false
230 \output_changes false
231 \html_math_output 0
232 \html_be_strict false
233 \end_header
234
235 \begin_body
236
237 \begin_layout Title
238 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
239  les Boîtes et les Objets Externes de LyX
240 \end_layout
241
242 \begin_layout Author
243 par l'Équipe LyX
244 \begin_inset Foot
245 status collapsed
246
247 \begin_layout Plain Layout
248 \noindent
249 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
250  de la documentation de LyX: 
251 \begin_inset CommandInset href
252 LatexCommand href
253 name "lyx-docs@lists.lyx.org"
254 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
255 type "mailto:"
256
257 \end_inset
258
259
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Note Note
266 status collapsed
267
268 \begin_layout Plain Layout
269 auteur original : Uwe Stöhr
270 \end_layout
271
272 \begin_layout Plain Layout
273 Traduction française : Siegfried Meunier-Guttin-Cluzel
274 \end_layout
275
276 \begin_layout Plain Layout
277 version 1.6.x janvier 2010
278 \end_layout
279
280 \end_inset
281
282
283 \begin_inset Newline newline
284 \end_inset
285
286
287 \begin_inset Newline newline
288 \end_inset
289
290
291 \family sans
292 Version 2.0.x
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset CommandInset toc
297 LatexCommand tableofcontents
298
299 \end_inset
300
301
302 \end_layout
303
304 \begin_layout Standard
305 \begin_inset Note Note
306 status collapsed
307
308 \begin_layout Plain Layout
309 Si votre distribution LaTeX est un peu ancienne (TeXLive 2007 par exemple),
310  
311 \begin_inset Quotes fld
312 \end_inset
313
314 Visionner
315 \begin_inset Quotes frd
316 \end_inset
317
318  ou 
319 \begin_inset Quotes fld
320 \end_inset
321
322 Exporter
323 \begin_inset Quotes frd
324 \end_inset
325
326  en PDF ne fonctionnera pas du fait d'un conflit entre 
327 \family typewriter
328 varioref/hyperref
329 \family default
330  et le caractère 
331 \begin_inset Quotes fld
332 \end_inset
333
334 :
335 \begin_inset Quotes frd
336 \end_inset
337
338  apparaissant dans certaines étiquettes.
339  Pour résoudre ce problème, vous pouvez:
340 \end_layout
341
342 \begin_layout Itemize
343 soit désactiver 
344 \family typewriter
345 hyperref
346 \family default
347  dans le menu 
348 \family sans
349 Document\SpecialChar \menuseparator
350 Paramètres\SpecialChar \menuseparator
351 Propriété PDF
352 \family default
353 ;
354 \end_layout
355
356 \begin_layout Itemize
357 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
358 \begin_inset Newline newline
359 \end_inset
360
361
362 \series bold
363 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
364 \series default
365 ;
366 \end_layout
367
368 \begin_layout Itemize
369 soit mettre à jour votre distribution (en installant par exemple au moins
370  TeXLive 2008)
371 \end_layout
372
373 \end_inset
374
375
376 \begin_inset Note Note
377 status collapsed
378
379 \begin_layout Plain Layout
380 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
381  
382 \series bold
383 arydshln
384 \series default
385
386 \series bold
387 colortbl
388 \series default
389
390 \series bold
391 marginnote
392 \series default
393 , et 
394 \series bold
395 sidecap
396 \series default
397  doivent être installés.
398  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
399  les sections qui nécessitent les paquetages en question n'apparaîtront
400  pas sur la sortie.
401 \end_layout
402
403 \begin_layout Plain Layout
404 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
405 \begin_inset Newline newline
406 \end_inset
407
408
409 \series bold
410 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Chapter
419 Figures
420 \begin_inset Index idx
421 status collapsed
422
423 \begin_layout Plain Layout
424 Figures
425 \end_layout
426
427 \end_inset
428
429
430 \begin_inset Index idx
431 status collapsed
432
433 \begin_layout Plain Layout
434 Graphiques|see
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440 {
441 \end_layout
442
443 \end_inset
444
445 Figures
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451 }
452 \end_layout
453
454 \end_inset
455
456
457 \end_layout
458
459 \end_inset
460
461
462 \end_layout
463
464 \begin_layout Section
465 La fenêtre de dialogue Graphique
466 \begin_inset Index idx
467 status collapsed
468
469 \begin_layout Plain Layout
470 Figures ! Fenêtre de dialogue Graphique
471 \end_layout
472
473 \end_inset
474
475
476 \begin_inset CommandInset label
477 LatexCommand label
478 name "sec:Graphics-Dialog"
479
480 \end_inset
481
482
483 \end_layout
484
485 \begin_layout Standard
486 Pour placer une figure dans votre document, cliquez sur le bouton
487 \begin_inset Graphics
488         filename ../../images/dialog-show-new-inset_graphics.png
489         scale 85
490         scaleBeforeRotation
491
492 \end_inset
493
494  dans la barre d'outils, ou faites 
495 \family sans
496 Insérer\SpecialChar \menuseparator
497 Graphique
498 \family default
499 .
500  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
501  à charger.
502  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
503  dans le texte.
504 \end_layout
505
506 \begin_layout Standard
507 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
508  sur une image
509 \begin_inset Note Note
510 status collapsed
511
512 \begin_layout Plain Layout
513 Ça marche aussi avec le bouton gauche ! (NdT)
514 \end_layout
515
516 \end_inset
517
518 .
519  Cette fenêtre de dialogue possède trois onglets:
520 \end_layout
521
522 \begin_layout Description
523 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
524  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
525  Les unités de longueurs utilisées sont décrites dans l'appendice
526 \begin_inset space ~
527 \end_inset
528
529
530 \begin_inset CommandInset ref
531 LatexCommand ref
532 reference "cha:Unités-de-longueur"
533
534 \end_inset
535
536 .
537 \begin_inset Newline newline
538 \end_inset
539
540
541 \begin_inset Index idx
542 status collapsed
543
544 \begin_layout Plain Layout
545 Figures ! Pivotées
546 \end_layout
547
548 \end_inset
549
550 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
551  d'une montre, en donnant l'angle de rotation et la position du pivot.
552  L'image apparaîtra pivotée dans LyX.
553 \begin_inset Newline newline
554 \end_inset
555
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Figures ! Redimensionnées
562 \end_layout
563
564 \end_inset
565
566 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
567  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
568  sa largeur.
569  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
570  déterminée automatiquement.
571  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
572  éventuellement une distorsion.
573  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
574  
575 \family sans
576 Conserver
577 \begin_inset space ~
578 \end_inset
579
580 les
581 \begin_inset space ~
582 \end_inset
583
584 proportions
585 \family default
586 .
587  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
588  pas les valeurs fixées.
589  
590 \begin_inset Newline newline
591 \end_inset
592
593 Les images peuvent être modifiée en utilisant le programme de votre choix
594  en faisant un clic droit dessus et en choisissant 
595 \family sans
596 Éditer le fichier ailleurs
597 \family default
598  dans le menu contextuel qui apparaît.
599  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
600  
601 \family sans
602 Formats
603 \begin_inset space ~
604 \end_inset
605
606 de
607 \begin_inset space ~
608 \end_inset
609
610 fichiers
611 \family default
612  dans la fenêtre de dialogue de 
613 \family sans
614 Préférences
615 \family default
616  de LyX.
617 \end_layout
618
619 \begin_layout Description
620 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
621  la sortie finale est de modifier les coordonnées de la zone de l'image
622  qui est affichée.
623  Cette zone peut être calculée automatiquement à partir des données présentes
624  dans le fichier en appuyant sur le bouton 
625 \family sans
626 Valeurs
627 \begin_inset space ~
628 \end_inset
629
630 du
631 \begin_inset space ~
632 \end_inset
633
634 Fichier
635 \family default
636 .
637  Avec l'option 
638 \family sans
639 Couper
640 \begin_inset space ~
641 \end_inset
642
643 à
644 \begin_inset space ~
645 \end_inset
646
647 la
648 \begin_inset space ~
649 \end_inset
650
651 boîte
652 \begin_inset space ~
653 \end_inset
654
655 de
656 \begin_inset space ~
657 \end_inset
658
659 délimitation, 
660 \family default
661 seule la portion de l'image qui est dans la zone définie sera imprimée.
662  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
663  donc vous pouvez ignorer l'onglet 
664 \family sans
665 Rogner
666 \family default
667 .
668 \end_layout
669
670 \begin_layout Description
671
672 \family sans
673 Options
674 \begin_inset space ~
675 \end_inset
676
677 LaTeX
678 \begin_inset space ~
679 \end_inset
680
681 et
682 \begin_inset space ~
683 \end_inset
684
685 LyX
686 \family default
687  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
688  les experts ès-LaTeX pourront fournir des options supplémentaires pour
689  LaTeX
690 \begin_inset Newline newline
691 \end_inset
692
693 L'option 
694 \family sans
695 Mode brouillon
696 \family default
697  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
698  avec la taille de l'image.
699 \begin_inset Newline newline
700 \end_inset
701
702 L'option 
703 \family sans
704 Ne
705 \begin_inset space ~
706 \end_inset
707
708 pas
709 \begin_inset space ~
710 \end_inset
711
712 décompresser
713 \begin_inset space ~
714 \end_inset
715
716 à
717 \begin_inset space ~
718 \end_inset
719
720 l'exportation
721 \family default
722  n'affectera que les graphiques EPS zippés, par exemple 
723 \family typewriter
724 x.eps.gz
725 \family default
726 .
727  Quand cette option est activée, les images ne sont pas décompressées à
728  l'exportation, vu que LaTeX peut les traiter telles-quelles
729 \begin_inset Newline newline
730 \end_inset
731
732 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
733  disques quand on utilise PostScript comme format de sortie, voir l'appendice
734 \begin_inset space ~
735 \end_inset
736
737
738 \begin_inset CommandInset ref
739 LatexCommand ref
740 reference "sec:PostScript"
741
742 \end_inset
743
744 .
745  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
746  terminal UNIX ou une console Windows:
747 \begin_inset Newline newline
748 \end_inset
749
750
751 \series bold
752 gzip x.eps
753 \series default
754
755 \begin_inset Newline newline
756 \end_inset
757
758
759 \series bold
760 zgrep %%Bounding x.eps.gz > x.eps.bb
761 \series default
762
763 \begin_inset Newline newline
764 \end_inset
765
766 La seconde commande va créer le fichier contenant la description de la boîte
767  de délimitation 
768 \begin_inset Quotes eld
769 \end_inset
770
771
772 \family typewriter
773 x.eps.bb
774 \family default
775
776 \begin_inset Quotes erd
777 \end_inset
778
779  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
780 \begin_inset Newline newline
781 \end_inset
782
783 Le champ 
784 \family sans
785 Initialiser
786 \begin_inset space ~
787 \end_inset
788
789 le
790 \begin_inset space ~
791 \end_inset
792
793 nom
794 \begin_inset space ~
795 \end_inset
796
797 du
798 \begin_inset space ~
799 \end_inset
800
801 groupe
802 \family default
803  vous permet de définir ou de choisir un groupe de paramètres d'image
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Figures ! Groupes de paramétrisation
809 \end_layout
810
811 \end_inset
812
813 .
814  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
815  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
816  les autres soient automatiquement modifiées de la même manière.
817  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
818  avoir à modifier leur taille manuellement une par une.
819  On peut rattacher une image à un groupe existant en utilisant le menu contextue
820 l de l'image et en cochant le nom du groupe dans la liste
821 \begin_inset Foot
822 status collapsed
823
824 \begin_layout Plain Layout
825 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
826 \end_layout
827
828 \end_inset
829
830 .
831 \end_layout
832
833 \begin_layout Standard
834 \begin_inset VSpace bigskip
835 \end_inset
836
837
838 \end_layout
839
840 \begin_layout Standard
841 Voici un exemple d'image au format EPS
842 \begin_inset Foot
843 status collapsed
844
845 \begin_layout Plain Layout
846 Les format d'images sont décrits dans la section
847 \begin_inset space ~
848 \end_inset
849
850
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "sec:Image-Formats"
854
855 \end_inset
856
857 .
858 \end_layout
859
860 \end_inset
861
862  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
863 nt:
864 \end_layout
865
866 \begin_layout Standard
867 \align center
868 \begin_inset Graphics
869         filename ../clipart/mobius.eps
870         scale 70
871         scaleBeforeRotation
872         rotateOrigin center
873
874 \end_inset
875
876
877 \end_layout
878
879 \begin_layout Standard
880 Et voici la même image mais en mode brouillon:
881 \end_layout
882
883 \begin_layout Standard
884 \align center
885 \begin_inset Graphics
886         filename ../clipart/mobius.eps
887         scale 70
888         draft
889         scaleBeforeRotation
890         rotateOrigin center
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Section
898 Figures Flottantes
899 \begin_inset CommandInset label
900 LatexCommand label
901 name "sec:Figure-Floats"
902
903 \end_inset
904
905
906 \begin_inset Index idx
907 status collapsed
908
909 \begin_layout Plain Layout
910 Flottants ! Figures
911 \end_layout
912
913 \end_inset
914
915
916 \begin_inset Index idx
917 status collapsed
918
919 \begin_layout Plain Layout
920 Figures ! Flottants
921 \end_layout
922
923 \end_inset
924
925
926 \end_layout
927
928 \begin_layout Standard
929 Pour des explications d'ordre général concernant les flottants, jetez un
930  coup d'œil à la section
931 \begin_inset space ~
932 \end_inset
933
934
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "sec:Flottants-Introduction"
938
939 \end_inset
940
941 .
942 \end_layout
943
944 \begin_layout Standard
945 Le bouton 
946 \begin_inset Graphics
947         filename ../../images/float-insert_figure.png
948         scale 85
949         scaleBeforeRotation
950
951 \end_inset
952
953  de la barre d'outils et le menu 
954 \family sans
955 Insérer\SpecialChar \menuseparator
956 Flottant\SpecialChar \menuseparator
957 Figure
958 \family default
959  insèrent un flottant avec l'étiquette 
960 \begin_inset Quotes eld
961 \end_inset
962
963
964 \series bold
965 Figure
966 \begin_inset space ~
967 \end_inset
968
969 #:
970 \series default
971
972 \begin_inset Quotes erd
973 \end_inset
974
975  (# est le numéro réel de l'image).
976  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
977 \begin_inset space ~
978 \end_inset
979
980
981 \begin_inset CommandInset ref
982 LatexCommand ref
983 reference "fig:kill-plat"
984
985 \end_inset
986
987  ou en dessous de la légende comme pour la Figure
988 \begin_inset space ~
989 \end_inset
990
991
992 \begin_inset CommandInset ref
993 LatexCommand ref
994 reference "fig:escher"
995
996 \end_inset
997
998 .
999  Vous trouverez plus d'information sur le positionnement des légendes dans
1000  la section
1001 \begin_inset space ~
1002 \end_inset
1003
1004
1005 \begin_inset CommandInset ref
1006 LatexCommand ref
1007 reference "sec:Placement-légende"
1008
1009 \end_inset
1010
1011 .
1012 \end_layout
1013
1014 \begin_layout Standard
1015 \begin_inset Float figure
1016 wide false
1017 sideways false
1018 status open
1019
1020 \begin_layout Plain Layout
1021 \align center
1022 \begin_inset Graphics
1023         filename ../clipart/platypus.eps
1024         width 50col%
1025         scaleBeforeRotation
1026         rotateOrigin center
1027
1028 \end_inset
1029
1030
1031 \end_layout
1032
1033 \begin_layout Plain Layout
1034 \begin_inset Caption
1035
1036 \begin_layout Plain Layout
1037 \begin_inset CommandInset label
1038 LatexCommand label
1039 name "fig:kill-plat"
1040
1041 \end_inset
1042
1043 Un ornithorynque sévèrement déformé dans un flottant de figure.
1044 \end_layout
1045
1046 \end_inset
1047
1048
1049 \end_layout
1050
1051 \end_inset
1052
1053
1054 \end_layout
1055
1056 \begin_layout Standard
1057 \begin_inset Float figure
1058 wide false
1059 sideways false
1060 status open
1061
1062 \begin_layout Plain Layout
1063 \begin_inset Caption
1064
1065 \begin_layout Plain Layout
1066 \begin_inset CommandInset label
1067 LatexCommand label
1068 name "fig:escher"
1069
1070 \end_inset
1071
1072 M.C.
1073  Escher sous LSD.
1074 \end_layout
1075
1076 \end_inset
1077
1078
1079 \end_layout
1080
1081 \begin_layout Plain Layout
1082 \align center
1083 \begin_inset Graphics
1084         filename ../clipart/escher-lsd.eps
1085         scale 80
1086         scaleBeforeRotation
1087         rotateOrigin center
1088
1089 \end_inset
1090
1091
1092 \end_layout
1093
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \begin_layout Standard
1100 \begin_inset Index idx
1101 status collapsed
1102
1103 \begin_layout Plain Layout
1104 References@Références ! à des Figures
1105 \end_layout
1106
1107 \end_inset
1108
1109 Les figure
1110 \begin_inset space ~
1111 \end_inset
1112
1113
1114 \begin_inset CommandInset ref
1115 LatexCommand ref
1116 reference "fig:kill-plat"
1117
1118 \end_inset
1119
1120  et 
1121 \begin_inset CommandInset ref
1122 LatexCommand ref
1123 reference "fig:escher"
1124
1125 \end_inset
1126
1127  sont des exemples de figures référencées.
1128  Dans le texte, on fait référence à une figure en faisant référence à sa
1129  légende.
1130  On insère donc une étiquette dans la légende en utilisant le menu 
1131 \family sans
1132 Insérer
1133 \family default
1134 \SpecialChar \menuseparator
1135
1136 \family sans
1137 Étiquette
1138 \family default
1139  ou le bouton 
1140 \begin_inset Graphics
1141         filename ../../images/label-insert.png
1142         scale 85
1143         scaleBeforeRotation
1144
1145 \end_inset
1146
1147  de la barre d'outils.
1148  On peut alors faire référence à cette étiquette en utilisant le menu 
1149 \family sans
1150 Insérer\SpecialChar \menuseparator
1151 Référence
1152 \begin_inset space ~
1153 \end_inset
1154
1155 croisée
1156 \family default
1157  ou le bouton 
1158 \begin_inset Graphics
1159         filename ../../images/dialog-show-new-inset_ref.png
1160         scale 85
1161         scaleBeforeRotation
1162
1163 \end_inset
1164
1165  de la barre d'outils.
1166  Il est important d'utiliser des références pour les flottants de figures
1167  plutôt que des locutions vagues du genre 
1168 \begin_inset Quotes eld
1169 \end_inset
1170
1171 la figure ci-dessous
1172 \begin_inset Quotes erd
1173 \end_inset
1174
1175 , puisque LaTeX va repositionner la figure dans le document final.
1176  Votre figure risque de ne plus être ci-dessous du tout !
1177 \begin_inset Newline newline
1178 \end_inset
1179
1180 Le référencement est expliqué plus en détail dans la section
1181 \begin_inset space ~
1182 \end_inset
1183
1184
1185 \begin_inset CommandInset ref
1186 LatexCommand ref
1187 reference "sec:Referencer-les-Flottants"
1188
1189 \end_inset
1190
1191 .
1192 \end_layout
1193
1194 \begin_layout Standard
1195 En principe on met une seule figure dans un flottant, mais parfois vous
1196  pouvez vouloir deux figures avec chacune sa sous-légende.
1197  C'est possible en insérant des flottants d'image dans des flottants d'image
1198  existants.
1199  Notez que seule la légende principale des flottants est reprise dans la
1200  liste des figures.
1201  La figure
1202 \begin_inset space ~
1203 \end_inset
1204
1205
1206 \begin_inset CommandInset ref
1207 LatexCommand ref
1208 reference "fig:Deux-images-déformées"
1209
1210 \end_inset
1211
1212  est un exemple de flottant de figure avec deux images mises l'une à côté
1213  de l'autre.
1214  Vous pouvez aussi mettre les images les unes sous les autres.
1215  Les figures
1216 \begin_inset space ~
1217 \end_inset
1218
1219
1220 \begin_inset CommandInset ref
1221 LatexCommand ref
1222 reference "fig:Structure-indéfinissable"
1223
1224 \end_inset
1225
1226  et 
1227 \begin_inset CommandInset ref
1228 LatexCommand ref
1229 reference "fig:Un-ornithorynque"
1230
1231 \end_inset
1232
1233  sont des sous-figures.
1234 \end_layout
1235
1236 \begin_layout Standard
1237 \begin_inset Float figure
1238 wide false
1239 sideways false
1240 status open
1241
1242 \begin_layout Plain Layout
1243 \begin_inset space \hfill{}
1244 \end_inset
1245
1246
1247 \begin_inset Float figure
1248 wide false
1249 sideways false
1250 status open
1251
1252 \begin_layout Plain Layout
1253 \begin_inset Caption
1254
1255 \begin_layout Plain Layout
1256 \begin_inset CommandInset label
1257 LatexCommand label
1258 name "fig:Structure-indéfinissable"
1259
1260 \end_inset
1261
1262 Structure indéfinissable
1263 \end_layout
1264
1265 \end_inset
1266
1267
1268 \end_layout
1269
1270 \begin_layout Plain Layout
1271 \begin_inset Graphics
1272         filename ../clipart/escher-lsd.eps
1273         width 45col%
1274         scaleBeforeRotation
1275         groupId Déformés
1276
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \begin_inset space \hfill{}
1286 \end_inset
1287
1288
1289 \begin_inset Float figure
1290 wide false
1291 sideways false
1292 status open
1293
1294 \begin_layout Plain Layout
1295 \begin_inset Caption
1296
1297 \begin_layout Plain Layout
1298 \begin_inset CommandInset label
1299 LatexCommand label
1300 name "fig:Un-ornithorynque"
1301
1302 \end_inset
1303
1304 Un ornithorynque
1305 \end_layout
1306
1307 \end_inset
1308
1309
1310 \end_layout
1311
1312 \begin_layout Plain Layout
1313 \begin_inset Graphics
1314         filename ../clipart/platypus.eps
1315         width 45col%
1316         scaleBeforeRotation
1317         groupId Déformés
1318
1319 \end_inset
1320
1321
1322 \end_layout
1323
1324 \end_inset
1325
1326
1327 \begin_inset space \hfill{}
1328 \end_inset
1329
1330
1331 \end_layout
1332
1333 \begin_layout Plain Layout
1334 \begin_inset Caption
1335
1336 \begin_layout Plain Layout
1337 \begin_inset CommandInset label
1338 LatexCommand label
1339 name "fig:Deux-images-déformées"
1340
1341 \end_inset
1342
1343 Deux images déformées.
1344  Les deux images font partie du groupe de paramétrisation 
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 déformés
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352 .
1353 \end_layout
1354
1355 \end_inset
1356
1357
1358 \end_layout
1359
1360 \end_inset
1361
1362
1363 \end_layout
1364
1365 \begin_layout Section
1366 Les Formats d'images
1367 \begin_inset CommandInset label
1368 LatexCommand label
1369 name "sec:Image-Formats"
1370
1371 \end_inset
1372
1373
1374 \begin_inset Index idx
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378 Formats d' images
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \begin_inset Index idx
1385 status collapsed
1386
1387 \begin_layout Plain Layout
1388 Figures ! Formats d'images
1389 \end_layout
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \begin_layout Standard
1397 Vous pouvez insérer des images dans n'importe quel format connu.
1398  Mais, comme nous l'avons expliqué dans l'appendice
1399 \begin_inset space ~
1400 \end_inset
1401
1402
1403 \begin_inset CommandInset ref
1404 LatexCommand ref
1405 reference "cha:Formats-fichiers-graphiques"
1406
1407 \end_inset
1408
1409 ,
1410 \lang english
1411  
1412 \lang french
1413 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1414  de formats d'images.
1415  Pour s'en sortir LyX utilise le programme 
1416 \family typewriter
1417 ImageMagick
1418 \family default
1419  en arrière plan pour convertir les formats que vous utilisez dans un des
1420  formats acceptés par le format de sortie.
1421  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1422 ons en n'utilisant que les formats listés dans les sous sections de
1423 \lang english
1424  
1425 \lang french
1426 l'appendice
1427 \begin_inset space ~
1428 \end_inset
1429
1430
1431 \begin_inset CommandInset ref
1432 LatexCommand ref
1433 reference "cha:Formats-fichiers-graphiques"
1434
1435 \end_inset
1436
1437 .
1438 \end_layout
1439
1440 \begin_layout Standard
1441 Comme pour les polices de caractères, il y a deux grands types de formats
1442  d'images:
1443 \end_layout
1444
1445 \begin_layout Description
1446 Les
1447 \begin_inset space ~
1448 \end_inset
1449
1450 images
1451 \begin_inset space ~
1452 \end_inset
1453
1454 Matricielles
1455 \begin_inset space ~
1456 \end_inset
1457
1458 (ou
1459 \begin_inset space ~
1460 \end_inset
1461
1462 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1463  enregistrés sous un format compressé.
1464  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1465  petits carrés quand on utilise des agrandissements trop importants (aspect
1466  
1467 \begin_inset Quotes eld
1468 \end_inset
1469
1470 pixellisé
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474 ).
1475  Les formats matriciels les plus connus sont le GIF (
1476 \begin_inset Quotes eld
1477 \end_inset
1478
1479 Graphics Interchange Format
1480 \begin_inset Quotes erd
1481 \end_inset
1482
1483 , avec comme extension de fichier 
1484 \begin_inset Quotes eld
1485 \end_inset
1486
1487
1488 \family typewriter
1489 .gif
1490 \family default
1491
1492 \begin_inset Quotes erd
1493 \end_inset
1494
1495 )
1496 \begin_inset Index idx
1497 status collapsed
1498
1499 \begin_layout Plain Layout
1500 GIF|see
1501 \begin_inset ERT
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505
1506 {
1507 \end_layout
1508
1509 \end_inset
1510
1511 Format d'image
1512 \begin_inset ERT
1513 status collapsed
1514
1515 \begin_layout Plain Layout
1516
1517 }
1518 \end_layout
1519
1520 \end_inset
1521
1522
1523 \end_layout
1524
1525 \end_inset
1526
1527 , le PNG (
1528 \begin_inset Quotes eld
1529 \end_inset
1530
1531 Portable Network Graphics, extension 
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535
1536 \family typewriter
1537 .png
1538 \family default
1539
1540 \begin_inset Quotes erd
1541 \end_inset
1542
1543 )
1544 \begin_inset Index idx
1545 status collapsed
1546
1547 \begin_layout Plain Layout
1548 PNG|see
1549 \begin_inset ERT
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 {
1555 \end_layout
1556
1557 \end_inset
1558
1559 Formats d'image
1560 \begin_inset ERT
1561 status collapsed
1562
1563 \begin_layout Plain Layout
1564
1565 }
1566 \end_layout
1567
1568 \end_inset
1569
1570
1571 \end_layout
1572
1573 \end_inset
1574
1575  et le JPG (
1576 \begin_inset Quotes eld
1577 \end_inset
1578
1579 Joint Photographic Expert Group, extension 
1580 \begin_inset Quotes eld
1581 \end_inset
1582
1583
1584 \family typewriter
1585 .jpg
1586 \family default
1587
1588 \begin_inset Quotes erd
1589 \end_inset
1590
1591  ou 
1592 \begin_inset Quotes eld
1593 \end_inset
1594
1595
1596 \family typewriter
1597 .jpeg
1598 \family default
1599
1600 \begin_inset Quotes erd
1601 \end_inset
1602
1603 )
1604 \begin_inset Index idx
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608 JPG|see
1609 \begin_inset ERT
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613
1614 {
1615 \end_layout
1616
1617 \end_inset
1618
1619 Formats d'image
1620 \begin_inset ERT
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624
1625 }
1626 \end_layout
1627
1628 \end_inset
1629
1630
1631 \end_layout
1632
1633 \end_inset
1634
1635 .
1636 \end_layout
1637
1638 \begin_layout Description
1639 Les
1640 \begin_inset space ~
1641 \end_inset
1642
1643 images
1644 \begin_inset space ~
1645 \end_inset
1646
1647 Vectorielles
1648 \begin_inset space ~
1649 \end_inset
1650
1651 (ou
1652 \begin_inset space ~
1653 \end_inset
1654
1655 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1656  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1657 nnée comme on le veut sans perte de précision.
1658  La possibilité de redimensionner les images est très utilisé pour les présentat
1659 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1660 nnement.
1661  Le redimensionnement permet aussi de présenter des documents en ligne où
1662  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1663  étudier les détails.
1664 \begin_inset Newline newline
1665 \end_inset
1666
1667 Les principaux formats vectoriels sont le SVG (
1668 \begin_inset Quotes eld
1669 \end_inset
1670
1671 Scalable Vector Graphics
1672 \begin_inset Quotes erd
1673 \end_inset
1674
1675 , extension
1676 \begin_inset Quotes eld
1677 \end_inset
1678
1679
1680 \family typewriter
1681 .svg
1682 \family default
1683
1684 \begin_inset Quotes erd
1685 \end_inset
1686
1687 )
1688 \begin_inset Index idx
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 SVG|see
1693 \begin_inset ERT
1694 status collapsed
1695
1696 \begin_layout Plain Layout
1697
1698 {
1699 \end_layout
1700
1701 \end_inset
1702
1703 Format d'image
1704 \begin_inset ERT
1705 status collapsed
1706
1707 \begin_layout Plain Layout
1708
1709 }
1710 \end_layout
1711
1712 \end_inset
1713
1714
1715 \end_layout
1716
1717 \end_inset
1718
1719 , l'EPS ( 
1720 \begin_inset Quotes eld
1721 \end_inset
1722
1723 encapsulated PostScript
1724 \begin_inset Quotes erd
1725 \end_inset
1726
1727 , extension
1728 \begin_inset Quotes eld
1729 \end_inset
1730
1731
1732 \family typewriter
1733 .eps
1734 \family default
1735
1736 \begin_inset Quotes erd
1737 \end_inset
1738
1739 )
1740 \begin_inset Index idx
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744 EPS|see
1745 \begin_inset ERT
1746 status collapsed
1747
1748 \begin_layout Plain Layout
1749
1750 {
1751 \end_layout
1752
1753 \end_inset
1754
1755 Format d'image
1756 \begin_inset ERT
1757 status collapsed
1758
1759 \begin_layout Plain Layout
1760
1761 }
1762 \end_layout
1763
1764 \end_inset
1765
1766
1767 \end_layout
1768
1769 \end_inset
1770
1771 , le PDF (
1772 \begin_inset Quotes eld
1773 \end_inset
1774
1775 Portable Document Format
1776 \begin_inset Quotes erd
1777 \end_inset
1778
1779 , extension
1780 \begin_inset Quotes eld
1781 \end_inset
1782
1783
1784 \family typewriter
1785 .pdf
1786 \family default
1787
1788 \begin_inset Quotes erd
1789 \end_inset
1790
1791 )
1792 \begin_inset Index idx
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796 PDF|see
1797 \begin_inset ERT
1798 status collapsed
1799
1800 \begin_layout Plain Layout
1801
1802 {
1803 \end_layout
1804
1805 \end_inset
1806
1807 Format d'image
1808 \begin_inset ERT
1809 status collapsed
1810
1811 \begin_layout Plain Layout
1812
1813 }
1814 \end_layout
1815
1816 \end_inset
1817
1818
1819 \end_layout
1820
1821 \end_inset
1822
1823  et le WMF (
1824 \begin_inset Quotes eld
1825 \end_inset
1826
1827 Windows Metafile
1828 \begin_inset Quotes erd
1829 \end_inset
1830
1831 , extension 
1832 \begin_inset Quotes eld
1833 \end_inset
1834
1835
1836 \family typewriter
1837 .wfm
1838 \family default
1839
1840 \begin_inset Quotes erd
1841 \end_inset
1842
1843  ou 
1844 \begin_inset Quotes eld
1845 \end_inset
1846
1847
1848 \family typewriter
1849 .emf
1850 \family default
1851
1852 \begin_inset Quotes erd
1853 \end_inset
1854
1855 )
1856 \begin_inset Index idx
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860 WMF|see
1861 \begin_inset ERT
1862 status collapsed
1863
1864 \begin_layout Plain Layout
1865
1866 {
1867 \end_layout
1868
1869 \end_inset
1870
1871 Formats d'images
1872 \begin_inset ERT
1873 status collapsed
1874
1875 \begin_layout Plain Layout
1876
1877 }
1878 \end_layout
1879
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \end_inset
1886
1887 .
1888  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1889  en EPS, mais le résultat ne sera pas redimensionnable.
1890  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1891 \begin_inset Foot
1892 status open
1893
1894 \begin_layout Plain Layout
1895 Dans le cas du PDF l'image initiale est aussi compressée.
1896 \end_layout
1897
1898 \end_inset
1899
1900 .
1901 \end_layout
1902
1903 \begin_layout Standard
1904 Les fichiers PDF générés par 
1905 \family typewriter
1906 Adobe Photoshop
1907 \family default
1908 , par exemple, sont des images matricielles.
1909 \end_layout
1910
1911 \begin_layout Standard
1912 En principe il est quasiment impossible de convertir une image matricielle
1913  en graphique vectoriel, seul le contraire est possible.
1914
1915 \lang english
1916  
1917 \lang french
1918 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1919  dans respectivement un fichier de sortie PDF ou PostScript.
1920  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1921  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1922  WMF/SVG
1923 \begin_inset Formula $\to$
1924 \end_inset
1925
1926 PDF/EPS convenables.
1927 \end_layout
1928
1929 \begin_layout Chapter
1930 Tableaux
1931 \begin_inset Index idx
1932 status collapsed
1933
1934 \begin_layout Plain Layout
1935 Tableau
1936 \end_layout
1937
1938 \end_inset
1939
1940
1941 \end_layout
1942
1943 \begin_layout Section
1944 Introduction
1945 \begin_inset Index idx
1946 status collapsed
1947
1948 \begin_layout Plain Layout
1949 Tableau ! Introduction
1950 \end_layout
1951
1952 \end_inset
1953
1954
1955 \end_layout
1956
1957 \begin_layout Standard
1958 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1959  
1960 \begin_inset Graphics
1961         filename ../../images/tabular-insert.png
1962         scale 85
1963         scaleBeforeRotation
1964
1965 \end_inset
1966
1967  soit 
1968 \family sans
1969 Insérer\SpecialChar \menuseparator
1970 Tableau
1971 \family default
1972 .
1973  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1974  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1975  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1976  sur un bouton de la souris pour valider votre choix.
1977  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1978  vous demandant le nombre de lignes et de colonnes.
1979 \begin_inset Newline newline
1980 \end_inset
1981
1982 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1983  une à droite de la colonne la plus à droite et une en bas de la rangée
1984  du bas, qui forment une boîte autour du tableau.
1985  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1986  apparaît séparée du reste du tableau.
1987  Voici un exemple :
1988 \end_layout
1989
1990 \begin_layout Standard
1991 \align center
1992 \begin_inset Tabular
1993 <lyxtabular version="3" rows="4" columns="4">
1994 <features tabularvalignment="middle">
1995 <column alignment="center" valignment="top" width="0">
1996 <column alignment="center" valignment="top" width="0">
1997 <column alignment="center" valignment="top" width="0">
1998 <column alignment="center" valignment="top" width="0">
1999 <row>
2000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2001 \begin_inset Text
2002
2003 \begin_layout Plain Layout
2004
2005 \end_layout
2006
2007 \end_inset
2008 </cell>
2009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2010 \begin_inset Text
2011
2012 \begin_layout Plain Layout
2013 1
2014 \end_layout
2015
2016 \end_inset
2017 </cell>
2018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2019 \begin_inset Text
2020
2021 \begin_layout Plain Layout
2022 2
2023 \end_layout
2024
2025 \end_inset
2026 </cell>
2027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2028 \begin_inset Text
2029
2030 \begin_layout Plain Layout
2031 3
2032 \end_layout
2033
2034 \end_inset
2035 </cell>
2036 </row>
2037 <row>
2038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2039 \begin_inset Text
2040
2041 \begin_layout Plain Layout
2042 A
2043 \end_layout
2044
2045 \end_inset
2046 </cell>
2047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2048 \begin_inset Text
2049
2050 \begin_layout Plain Layout
2051
2052 \end_layout
2053
2054 \end_inset
2055 </cell>
2056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2057 \begin_inset Text
2058
2059 \begin_layout Plain Layout
2060
2061 \end_layout
2062
2063 \end_inset
2064 </cell>
2065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2066 \begin_inset Text
2067
2068 \begin_layout Plain Layout
2069
2070 \end_layout
2071
2072 \end_inset
2073 </cell>
2074 </row>
2075 <row>
2076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2077 \begin_inset Text
2078
2079 \begin_layout Plain Layout
2080 B
2081 \end_layout
2082
2083 \end_inset
2084 </cell>
2085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2086 \begin_inset Text
2087
2088 \begin_layout Plain Layout
2089
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Plain Layout
2107
2108 \end_layout
2109
2110 \end_inset
2111 </cell>
2112 </row>
2113 <row>
2114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2115 \begin_inset Text
2116
2117 \begin_layout Plain Layout
2118 C
2119 \end_layout
2120
2121 \end_inset
2122 </cell>
2123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2124 \begin_inset Text
2125
2126 \begin_layout Plain Layout
2127
2128 \end_layout
2129
2130 \end_inset
2131 </cell>
2132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2133 \begin_inset Text
2134
2135 \begin_layout Plain Layout
2136
2137 \end_layout
2138
2139 \end_inset
2140 </cell>
2141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2142 \begin_inset Text
2143
2144 \begin_layout Plain Layout
2145
2146 \end_layout
2147
2148 \end_inset
2149 </cell>
2150 </row>
2151 </lyxtabular>
2152
2153 \end_inset
2154
2155
2156 \end_layout
2157
2158 \begin_layout Section
2159 La fenêtre 
2160 \family sans
2161 Tableau
2162 \family default
2163
2164 \begin_inset Index idx
2165 status collapsed
2166
2167 \begin_layout Plain Layout
2168 Tableau ! Fenêtre de dialogue
2169 \end_layout
2170
2171 \end_inset
2172
2173
2174 \end_layout
2175
2176 \begin_layout Standard
2177 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2178  de la souris, ce qui fait apparaître une fenêtre avec des options.
2179  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2180  la colonne et la ligne dans laquelle le curseur se trouve.
2181  La plupart des options peuvent s'appliquer à des sélections.
2182  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2183  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2184  votre sélection.
2185  Notez qu'il y a une différence entre sélectionner le 
2186 \emph on
2187 contenu 
2188 \emph default
2189 d'une cellule et sélectionner la cellule elle-même.
2190  Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de
2191  tableaux :
2192 \end_layout
2193
2194 \begin_layout Description
2195 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2196  la largeur de la colonne courante.
2197  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2198  vertical de la ligne courante.
2199  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2200  et donc, plusieurs paragraphes de texte, voir la section
2201 \begin_inset space ~
2202 \end_inset
2203
2204
2205 \begin_inset CommandInset ref
2206 LatexCommand ref
2207 reference "sub:Lignes-multiple-dans-cellule"
2208
2209 \end_inset
2210
2211 .
2212  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2213  pour accommoder le contenu de cellule le plus large.
2214 \begin_inset Newline newline
2215 \end_inset
2216
2217 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2218  un multicolonne, voir la section
2219 \begin_inset space ~
2220 \end_inset
2221
2222
2223 \begin_inset CommandInset ref
2224 LatexCommand ref
2225 reference "sub:Multicolonnes"
2226
2227 \end_inset
2228
2229  
2230 \lang english
2231 or the cells of one column as multirow cell
2232 \lang french
2233 , voir la section
2234 \begin_inset space ~
2235 \end_inset
2236
2237 ??.
2238 \begin_inset Newline newline
2239 \end_inset
2240
2241 L'option 
2242 \family sans
2243 Tourner
2244 \begin_inset space ~
2245 \end_inset
2246
2247 la
2248 \begin_inset space ~
2249 \end_inset
2250
2251 case
2252 \begin_inset space ~
2253 \end_inset
2254
2255 de
2256 \begin_inset space ~
2257 \end_inset
2258
2259 90°
2260 \family default
2261  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2262  L'option 
2263 \family sans
2264 Tourner
2265 \begin_inset space ~
2266 \end_inset
2267
2268 le
2269 \begin_inset space ~
2270 \end_inset
2271
2272 tableau
2273 \begin_inset space ~
2274 \end_inset
2275
2276 de
2277 \begin_inset space ~
2278 \end_inset
2279
2280 90°
2281 \family default
2282  fait pivoter tout le tableau.
2283  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2284  la sortie finale.
2285 \begin_inset Newline newline
2286 \end_inset
2287
2288
2289 \begin_inset Note Greyedout
2290 status open
2291
2292 \begin_layout Plain Layout
2293
2294 \series bold
2295 Note:
2296 \series default
2297  La plupart des visualiseurs DVI ne sont 
2298 \emph on
2299 pas
2300 \emph default
2301  capables d'afficher ces rotations.
2302 \end_layout
2303
2304 \end_inset
2305
2306
2307 \lang english
2308
2309 \begin_inset Newline newline
2310 \end_inset
2311
2312
2313 \lang french
2314 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2315  spéciales pour le tableau, voir les sections
2316 \begin_inset space ~
2317 \end_inset
2318
2319
2320 \begin_inset CommandInset ref
2321 LatexCommand ref
2322 reference "sub:Calculs-multicolonnes"
2323
2324 \end_inset
2325
2326  et 
2327 \begin_inset CommandInset ref
2328 LatexCommand ref
2329 reference "sec:Tableaux-Colorés"
2330
2331 \end_inset
2332
2333 .
2334 \end_layout
2335
2336 \begin_layout Description
2337
2338 \family sans
2339 Bordures
2340 \family default
2341  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2342  ou la colonne courante.
2343  
2344 \begin_inset Newline newline
2345 \end_inset
2346
2347 En utilisant le style 
2348 \family sans
2349 Formel
2350 \family default
2351  à la place du style par 
2352 \family sans
2353 Défaut
2354 \family default
2355 , on va convertir le tableau en tableau formel comme on le décrit dans la
2356  section
2357 \begin_inset space ~
2358 \end_inset
2359
2360
2361 \begin_inset CommandInset ref
2362 LatexCommand ref
2363 reference "sec:Tableaux-Formels"
2364
2365 \end_inset
2366
2367 .
2368 \begin_inset Newline newline
2369 \end_inset
2370
2371 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2372  dans les lignes du tableau comme c'est décrit dans la section
2373 \begin_inset space ~
2374 \end_inset
2375
2376
2377 \begin_inset CommandInset ref
2378 LatexCommand ref
2379 reference "sub:Espacement-lignes"
2380
2381 \end_inset
2382
2383 .
2384 \end_layout
2385
2386 \begin_layout Description
2387 Tableau
2388 \begin_inset space ~
2389 \end_inset
2390
2391 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2392  un 
2393 \begin_inset Quotes eld
2394 \end_inset
2395
2396
2397 \emph on
2398 tableau long
2399 \emph default
2400
2401 \begin_inset Quotes erd
2402 \end_inset
2403
2404  qui peut continuer sur plusieurs pages.
2405  Les sections
2406 \begin_inset space ~
2407 \end_inset
2408
2409
2410 \begin_inset CommandInset ref
2411 LatexCommand ref
2412 reference "sec:Tableaux-longs"
2413
2414 \end_inset
2415
2416  et 
2417 \begin_inset CommandInset ref
2418 LatexCommand ref
2419 reference "sec:Questions-sur-tableaux-longs"
2420
2421 \end_inset
2422
2423  décrivent ces tableaux longs plus en détail.
2424 \end_layout
2425
2426 \begin_layout Standard
2427 Quand la barre d'outils tableau est activée, vous pouvez déplacer le curseur
2428  de cellule en cellule avec les touches de déplacement et voir s'afficher
2429  les propriétés de la cellule courante dans la fenêtre de dialogue.
2430 \end_layout
2431
2432 \begin_layout Section
2433 La barre d'outils tableau
2434 \begin_inset Index idx
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 Tableau ! Barre d'outils
2439 \end_layout
2440
2441 \end_inset
2442
2443
2444 \end_layout
2445
2446 \begin_layout Standard
2447 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2448  permet de modifier plus rapidement les tableaux.
2449  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2450  le curseur se trouve à l'intérieur d'un tableau.
2451  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2452  au menu 
2453 \family sans
2454 Visualiser\SpecialChar \menuseparator
2455 Barres
2456 \begin_inset space ~
2457 \end_inset
2458
2459 d'outils\SpecialChar \menuseparator
2460 Tableau
2461 \family default
2462 .
2463 \end_layout
2464
2465 \begin_layout Standard
2466 La barre d'outils contient les icônes suivantes :
2467 \end_layout
2468
2469 \begin_layout Labeling
2470 \labelwidthstring 00.00.0000
2471 \begin_inset Graphics
2472         filename ../../images/tabular-feature_append-row.png
2473         scaleBeforeRotation
2474
2475 \end_inset
2476
2477  ajoute une ligne sous la cellule ou la sélection courante
2478 \end_layout
2479
2480 \begin_layout Labeling
2481 \labelwidthstring 00.00.0000
2482 \begin_inset Graphics
2483         filename ../../images/tabular-feature_append-column.png
2484         scaleBeforeRotation
2485
2486 \end_inset
2487
2488  ajoute une colonne à la droite de la cellule ou de la sélection courante
2489 \end_layout
2490
2491 \begin_layout Labeling
2492 \labelwidthstring 00.00.0000
2493 \begin_inset Graphics
2494         filename ../../images/tabular-feature_delete-row.png
2495         scaleBeforeRotation
2496
2497 \end_inset
2498
2499  supprime la ligne ou la sélection courante
2500 \end_layout
2501
2502 \begin_layout Labeling
2503 \labelwidthstring 00.00.0000
2504 \begin_inset Graphics
2505         filename ../../images/tabular-feature_delete-column.png
2506         scaleBeforeRotation
2507
2508 \end_inset
2509
2510  supprime la colonne ou la sélection courante
2511 \end_layout
2512
2513 \begin_layout Labeling
2514 \labelwidthstring 00.00.0000
2515 \begin_inset Graphics
2516         filename ../../images/tabular-feature_toggle-line-top.png
2517         scaleBeforeRotation
2518
2519 \end_inset
2520
2521  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2522  courante
2523 \end_layout
2524
2525 \begin_layout Labeling
2526 \labelwidthstring 00.00.0000
2527 \begin_inset Graphics
2528         filename ../../images/tabular-feature_toggle-line-bottom.png
2529         scaleBeforeRotation
2530
2531 \end_inset
2532
2533  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2534 \end_layout
2535
2536 \begin_layout Labeling
2537 \labelwidthstring 00.00.0000
2538 \begin_inset Graphics
2539         filename ../../images/tabular-feature_toggle-line-left.png
2540         scaleBeforeRotation
2541
2542 \end_inset
2543
2544  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2545 \begin_inset Note Note
2546 status collapsed
2547
2548 \begin_layout Plain Layout
2549 ou colonne ?
2550 \end_layout
2551
2552 \end_inset
2553
2554  ou de la sélection courante
2555 \end_layout
2556
2557 \begin_layout Labeling
2558 \labelwidthstring 00.00.0000
2559 \begin_inset Graphics
2560         filename ../../images/tabular-feature_toggle-line-right.png
2561         scaleBeforeRotation
2562
2563 \end_inset
2564
2565  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2566 \begin_inset Note Note
2567 status collapsed
2568
2569 \begin_layout Plain Layout
2570 ou colonne ?
2571 \end_layout
2572
2573 \end_inset
2574
2575  ou de la sélection courante
2576 \end_layout
2577
2578 \begin_layout Labeling
2579 \labelwidthstring 00.00.0000
2580 \begin_inset Graphics
2581         filename ../../images/tabular-feature_set-all-lines.png
2582         scaleBeforeRotation
2583
2584 \end_inset
2585
2586  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2587  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2588  colonne et la ligne courante
2589 \end_layout
2590
2591 \begin_layout Labeling
2592 \labelwidthstring 00.00.0000
2593 \begin_inset Graphics
2594         filename ../../images/tabular-feature_unset-all-lines.png
2595         scaleBeforeRotation
2596
2597 \end_inset
2598
2599  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2600  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2601  aussi la colonne et la ligne courante
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Graphics
2607         filename ../../images/tabular-feature_m-align-left.png
2608         scaleBeforeRotation
2609
2610 \end_inset
2611
2612  aligne à gauche le contenu de la cellule ou de la colonne courante
2613 \end_layout
2614
2615 \begin_layout Labeling
2616 \labelwidthstring 00.00.0000
2617 \begin_inset Graphics
2618         filename ../../images/tabular-feature_m-align-center.png
2619         scaleBeforeRotation
2620
2621 \end_inset
2622
2623  centre horizontalement le contenu de la cellule ou de la colonne courante
2624 \end_layout
2625
2626 \begin_layout Labeling
2627 \labelwidthstring 00.00.0000
2628 \begin_inset Graphics
2629         filename ../../images/tabular-feature_m-align-right.png
2630         scaleBeforeRotation
2631
2632 \end_inset
2633
2634  aligne à droite le contenu de la cellule ou de la colonne courante
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639 \begin_inset Graphics
2640         filename ../../images/tabular-feature_align-decimal.png
2641         scaleBeforeRotation
2642
2643 \end_inset
2644
2645  aligne le contenu de la colonne courante 
2646 \lang english
2647 at a character
2648 \end_layout
2649
2650 \begin_layout Labeling
2651 \labelwidthstring 00.00.0000
2652 \begin_inset Graphics
2653         filename ../../images/tabular-feature_m-valign-top.png
2654         scaleBeforeRotation
2655
2656 \end_inset
2657
2658  aligne le contenu de la cellule courante verticalement vers le haut
2659 \end_layout
2660
2661 \begin_layout Labeling
2662 \labelwidthstring 00.00.0000
2663 \begin_inset Graphics
2664         filename ../../images/tabular-feature_m-valign-middle.png
2665         scaleBeforeRotation
2666
2667 \end_inset
2668
2669  centre verticalement le contenu de la cellule courante
2670 \end_layout
2671
2672 \begin_layout Labeling
2673 \labelwidthstring 00.00.0000
2674 \begin_inset Graphics
2675         filename ../../images/tabular-feature_m-valign-bottom.png
2676         scaleBeforeRotation
2677
2678 \end_inset
2679
2680  aligne le contenu de la cellule courante verticalement vers le bas
2681 \end_layout
2682
2683 \begin_layout Labeling
2684 \labelwidthstring 00.00.0000
2685 \begin_inset Graphics
2686         filename ../../images/tabular-feature_set-rotate-cell.png
2687         scaleBeforeRotation
2688
2689 \end_inset
2690
2691  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2692 re
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697 \begin_inset Graphics
2698         filename ../../images/tabular-feature_set-rotate-tabular.png
2699         scaleBeforeRotation
2700
2701 \end_inset
2702
2703  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2704 \end_layout
2705
2706 \begin_layout Labeling
2707 \labelwidthstring 00.00.0000
2708 \begin_inset Graphics
2709         filename ../../images/tabular-feature_multicolumn.png
2710         scaleBeforeRotation
2711
2712 \end_inset
2713
2714  transforme en multi-colonne la cellule ou la sélection courante
2715 \end_layout
2716
2717 \begin_layout Labeling
2718 \labelwidthstring 00.00.0000
2719 \begin_inset Graphics
2720         filename ../../images/tabular-feature_multirow.png
2721         scaleBeforeRotation
2722
2723 \end_inset
2724
2725  transforme en 
2726 \lang english
2727 multirow
2728 \lang french
2729  la cellule ou la sélection courante
2730 \end_layout
2731
2732 \begin_layout Standard
2733 \begin_inset Note Greyedout
2734 status open
2735
2736 \begin_layout Plain Layout
2737
2738 \series bold
2739 Note :
2740 \series default
2741  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2742  est utilisé pour toutes les autres cellules de la ligne.
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \end_layout
2749
2750 \begin_layout Section
2751 Le Menu Éditer Tableau
2752 \begin_inset Index idx
2753 status collapsed
2754
2755 \begin_layout Plain Layout
2756 Tableau ! Menu Éditer
2757 \end_layout
2758
2759 \end_inset
2760
2761
2762 \end_layout
2763
2764 \begin_layout Standard
2765 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2766  
2767 \family sans
2768 Éditer\SpecialChar \menuseparator
2769 Tableau
2770 \family default
2771  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2772  ou de la ligne courante et aussi de transformer la sélection courante en
2773  multi-colonne.
2774  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2775 \end_layout
2776
2777 \begin_layout Section
2778 Flottant de Tableau
2779 \begin_inset CommandInset label
2780 LatexCommand label
2781 name "sec:Table-Floats"
2782
2783 \end_inset
2784
2785
2786 \begin_inset Index idx
2787 status collapsed
2788
2789 \begin_layout Plain Layout
2790 Flottants ! Tableaux
2791 \end_layout
2792
2793 \end_inset
2794
2795
2796 \begin_inset Index idx
2797 status collapsed
2798
2799 \begin_layout Plain Layout
2800 Tableau ! Flottants
2801 \end_layout
2802
2803 \end_inset
2804
2805
2806 \end_layout
2807
2808 \begin_layout Standard
2809 Pour des explications générales sur les flottants, jetez un œil à la section
2810 \begin_inset space ~
2811 \end_inset
2812
2813
2814 \begin_inset CommandInset ref
2815 LatexCommand ref
2816 reference "sec:Flottants-Introduction"
2817
2818 \end_inset
2819
2820 .
2821 \end_layout
2822
2823 \begin_layout Standard
2824 \begin_inset Float table
2825 placement h
2826 wide false
2827 sideways false
2828 status open
2829
2830 \begin_layout Plain Layout
2831 \begin_inset Caption
2832
2833 \begin_layout Plain Layout
2834 \begin_inset CommandInset label
2835 LatexCommand label
2836 name "tab:Flottant-de-tableau"
2837
2838 \end_inset
2839
2840 Un flottant de tableau.
2841 \end_layout
2842
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \begin_layout Plain Layout
2849 \align center
2850 \begin_inset Tabular
2851 <lyxtabular version="3" rows="3" columns="3">
2852 <features tabularvalignment="middle">
2853 <column alignment="center" valignment="top" width="0pt">
2854 <column alignment="center" valignment="top" width="0pt">
2855 <column alignment="center" valignment="top" width="0pt">
2856 <row>
2857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861 1
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870 2
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879 3
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890 Jules
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899 Marie
2900 \end_layout
2901
2902 \end_inset
2903 </cell>
2904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Plain Layout
2908 Jean
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 </row>
2914 <row>
2915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919 \begin_inset Formula $\int x^{2}dx$
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\left[\begin{array}{cc}
2932 a & b\\
2933 c & d
2934 \end{array}\right]$
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946 \begin_inset Formula $1+1=2$
2947 \end_inset
2948
2949
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 </row>
2955 </lyxtabular>
2956
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \begin_layout Standard
2968 Les flottants de tableau sont insérés en utilisant le menu 
2969 \family sans
2970 Insérer\SpecialChar \menuseparator
2971 Flottant\SpecialChar \menuseparator
2972 Tableau
2973 \family default
2974  ou le bouton 
2975 \begin_inset Graphics
2976         filename ../../images/float-insert_table.png
2977         scale 85
2978         scaleBeforeRotation
2979
2980 \end_inset
2981
2982  de la barre d'outils.
2983 \end_layout
2984
2985 \begin_layout Standard
2986 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2987  qui a comme étiquette 
2988 \begin_inset Quotes eld
2989 \end_inset
2990
2991 Tableau
2992 \begin_inset space ~
2993 \end_inset
2994
2995 #:
2996 \begin_inset Quotes erd
2997 \end_inset
2998
2999  (où # est le numéro du tableau).
3000  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3001 \end_layout
3002
3003 \begin_layout Standard
3004 Le tableau
3005 \begin_inset space ~
3006 \end_inset
3007
3008
3009 \begin_inset CommandInset ref
3010 LatexCommand ref
3011 reference "tab:Flottant-de-tableau"
3012
3013 \end_inset
3014
3015  est un exemple de tableau dans un flottant de tableau.
3016 \end_layout
3017
3018 \begin_layout Standard
3019 On met habituellement la légende au dessus des tableaux, mais cette règle
3020  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3021  Cela signifie que si vous utilisez un document appartenant aux classes
3022  
3023 \family sans
3024 article
3025 \family default
3026
3027 \family sans
3028 book
3029 \family default
3030
3031 \family sans
3032 letter
3033 \family default
3034 , ou
3035 \family sans
3036  report
3037 \family default
3038  il n'y aura pas d'espace entre la légende et le tableau.
3039  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3040  la commande de chargement du paquetage LaTeX 
3041 \series bold
3042 caption
3043 \series default
3044
3045 \begin_inset Index idx
3046 status collapsed
3047
3048 \begin_layout Plain Layout
3049 Paquetages LaTeX ! caption
3050 \end_layout
3051
3052 \end_inset
3053
3054  dans le préambule de votre document.
3055 \begin_inset Foot
3056 status open
3057
3058 \begin_layout Plain Layout
3059 Pour plus d'information voyez la section
3060 \begin_inset space ~
3061 \end_inset
3062
3063
3064 \begin_inset CommandInset ref
3065 LatexCommand ref
3066 reference "sec:Placement-légende"
3067
3068 \end_inset
3069
3070 .
3071 \end_layout
3072
3073 \end_inset
3074
3075 :
3076 \end_layout
3077
3078 \begin_layout Standard
3079
3080 \series bold
3081 tableposition=top
3082 \end_layout
3083
3084 \begin_layout Standard
3085 Le paquetage 
3086 \series bold
3087 caption
3088 \series default
3089 , qui est décrit dans la section
3090 \begin_inset space ~
3091 \end_inset
3092
3093
3094 \begin_inset CommandInset ref
3095 LatexCommand ref
3096 reference "sec:Formatage-légende"
3097
3098 \end_inset
3099
3100 , est utilisé pour ajuster le format des légendes.
3101 \end_layout
3102
3103 \begin_layout Standard
3104 Dans le texte, on fait référence à un tableau
3105 \begin_inset Index idx
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109 References@Références ! à des Tableaux
3110 \end_layout
3111
3112 \end_inset
3113
3114  en faisant référence à sa légende.
3115  On insère donc une étiquette dans la légende en utilisant le menu 
3116 \family sans
3117 Insérer
3118 \family default
3119 \SpecialChar \menuseparator
3120
3121 \family sans
3122 Étiquette
3123 \family default
3124  ou le bouton 
3125 \begin_inset Graphics
3126         filename ../../images/label-insert.png
3127         scale 85
3128         scaleBeforeRotation
3129
3130 \end_inset
3131
3132  de la barre d'outils.
3133  On peut alors faire référence à cette étiquette en utilisant le menu 
3134 \family sans
3135 Insérer\SpecialChar \menuseparator
3136 Référence
3137 \begin_inset space ~
3138 \end_inset
3139
3140 croisée
3141 \family default
3142  ou le bouton 
3143 \begin_inset Graphics
3144         filename ../../images/dialog-show-new-inset_ref.png
3145         scale 85
3146         scaleBeforeRotation
3147
3148 \end_inset
3149
3150  de la barre d'outils.
3151 \begin_inset Newline newline
3152 \end_inset
3153
3154 Les références croisées sont expliquées en détail dans la section
3155 \begin_inset space ~
3156 \end_inset
3157
3158
3159 \begin_inset CommandInset ref
3160 LatexCommand ref
3161 reference "sec:Referencer-les-Flottants"
3162
3163 \end_inset
3164
3165 .
3166 \end_layout
3167
3168 \begin_layout Section
3169 Tableaux Longs
3170 \begin_inset CommandInset label
3171 LatexCommand label
3172 name "sec:Tableaux-longs"
3173
3174 \end_inset
3175
3176
3177 \begin_inset Index idx
3178 status collapsed
3179
3180 \begin_layout Plain Layout
3181 Tableaux longs
3182 \end_layout
3183
3184 \end_inset
3185
3186
3187 \begin_inset Index idx
3188 status collapsed
3189
3190 \begin_layout Plain Layout
3191 Tableau ! Tableaux longs
3192 \end_layout
3193
3194 \end_inset
3195
3196
3197 \end_layout
3198
3199 \begin_layout Standard
3200 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3201  l'option 
3202 \family sans
3203 Utiliser
3204 \begin_inset space ~
3205 \end_inset
3206
3207 les
3208 \begin_inset space ~
3209 \end_inset
3210
3211 tableaux
3212 \begin_inset space ~
3213 \end_inset
3214
3215 longs
3216 \family default
3217  de l'onglet 
3218 \family sans
3219 Tableau
3220 \begin_inset space ~
3221 \end_inset
3222
3223 long
3224 \family default
3225  de la fenêtre 
3226 \family sans
3227 Paramètres
3228 \begin_inset space ~
3229 \end_inset
3230
3231 du
3232 \begin_inset space ~
3233 \end_inset
3234
3235 tableau
3236 \family default
3237  pour le répartir automatiquement sur plusieurs pages.
3238  En cochant cette option, vous activez les options suivantes:
3239 \end_layout
3240
3241 \begin_layout Description
3242 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3243  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3244  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3245  première page, si 
3246 \family sans
3247 Premier
3248 \begin_inset space ~
3249 \end_inset
3250
3251 en-tête
3252 \family default
3253  est défini.
3254  Ces lignes forment l'en-tête principal.
3255 \end_layout
3256
3257 \begin_layout Description
3258 Premier
3259 \begin_inset space ~
3260 \end_inset
3261
3262 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3263  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3264  d'en-tête utilisées pour la première page du tableau long.
3265 \end_layout
3266
3267 \begin_layout Description
3268 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3269  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3270  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3271  page si 
3272 \family sans
3273 Dernier
3274 \begin_inset space ~
3275 \end_inset
3276
3277 pied
3278 \family default
3279  est défini.
3280 \end_layout
3281
3282 \begin_layout Description
3283 Dernier
3284 \begin_inset space ~
3285 \end_inset
3286
3287 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3288  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3289  constituant le pied de la dernière page du tableau long.
3290 \end_layout
3291
3292 \begin_layout Description
3293 Légende La ligne courante contient la légende du tableau.
3294  La première ligne est transformée en une colonne unique et une légende
3295  est insérée.
3296  Vous trouverez d'autres explications sur les légendes pour les tableaux
3297  longs dans la section
3298 \begin_inset space ~
3299 \end_inset
3300
3301
3302 \begin_inset CommandInset ref
3303 LatexCommand ref
3304 reference "sub:Tableaux-longs-légende"
3305
3306 \end_inset
3307
3308 .
3309 \end_layout
3310
3311 \begin_layout Standard
3312 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3313  Voyez le tableau long qui suit pour voir comment ça marche :
3314 \end_layout
3315
3316 \begin_layout Standard
3317 \align center
3318 \begin_inset Tabular
3319 <lyxtabular version="3" rows="69" columns="3">
3320 <features islongtable="true" longtabularalignment="center">
3321 <column alignment="left" valignment="top" width="0cm">
3322 <column alignment="left" valignment="top" width="0pt">
3323 <column alignment="center" valignment="top" width="0pt">
3324 <row endfirsthead="true">
3325 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \series bold
3331 Exemple d'annuaire téléphonique (ignorez les noms)
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 </row>
3355 <row endfirsthead="true">
3356 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362 NOM
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380
3381 \series bold
3382 TEL.
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 </row>
3388 <row endhead="true">
3389 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3390 \begin_inset Text
3391
3392 \begin_layout Plain Layout
3393
3394 \series bold
3395 Exemple d'annuaire téléphonique
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 </row>
3419 <row endhead="true">
3420 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3421 \begin_inset Text
3422
3423 \begin_layout Plain Layout
3424
3425 \series bold
3426 NOM
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \series bold
3446 TEL.
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row endfoot="true">
3453 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457  continue page suivante
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 </row>
3481 <row>
3482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3483 \begin_inset Text
3484
3485 \begin_layout Plain Layout
3486
3487 \series bold
3488 Annovi
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 Silvia
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 111
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row>
3513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Bertoli
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 Stefano
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 111
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row>
3544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 Bozzi
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 Walter
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 111
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row>
3575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579
3580 \series bold
3581 Cachia
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 Maria
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 111
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Cachia
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Maurizio
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Cinquemani
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Giusi
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Colin
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Bernard
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Concli
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Gianfranco
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Dal Bosco
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Carolina
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Dalpiaz
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Annamaria
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Feliciello
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Domenico
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Focarelli
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Paola
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Galletti
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Oreste
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Gasparini
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Franca
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Rizzardi
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Paola
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Lassini
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Giancarlo
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Malfatti
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Luciano
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Malfatti
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Valeriano
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Meneguzzo
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Roberto
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Mezzadra
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Roberto
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Pirpamer
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Erich
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 111
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Pochiesa
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Paolo
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 111, 222
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Radina
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Claudio
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 111
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Stuffer
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Oskar
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 111
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Tacchelli
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Ugo
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 111
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Tezzele
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Margit
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 111
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Unterkalmsteiner
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Frieda
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 111
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Vieider
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Hilde
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 111
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Vigna
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Jürgen
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 111
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Weber
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Maurizio
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 111
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Winkler
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Franz
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 111
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447  
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Annovi
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Silvia
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 555
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Bertoli
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Stefano
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 555
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Bozzi
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Walter
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 555
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \series bold
4571 Cachia
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 Maria
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 555
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Cachia
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Maurizio
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Cinquemani
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Giusi
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Colin
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Bernard
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Concli
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Gianfranco
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Dal Bosco
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Carolina
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Dalpiaz
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Annamaria
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Feliciello
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Domenico
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Focarelli
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Paola
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Galletti
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Oreste
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Gasparini
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Franca
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Rizzardi
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Paola
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 555
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Lassini
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Giancarlo
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Malfatti
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Luciano
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row>
4999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003
5004 \series bold
5005 Malfatti
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Valeriano
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 555
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 </row>
5029 <row>
5030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \series bold
5036 Meneguzzo
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Roberto
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 555
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \series bold
5067 Mezzadra
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Roberto
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 555
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \series bold
5098 Pirpamer
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 Erich
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 555
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row>
5123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \series bold
5129 Pochiesa
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 Paolo
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 555, 222
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row>
5154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \series bold
5160 Radina
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 Claudio
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 555
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \series bold
5191 Stuffer
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 Oskar
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 555
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 </row>
5215 <row>
5216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \series bold
5222 Tacchelli
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 Ugo
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 555
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \series bold
5253 Tezzele
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 Margit
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 555
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 </row>
5277 <row>
5278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282
5283 \series bold
5284 Unterkalmsteiner
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 Frieda
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 555
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row>
5309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \series bold
5315 Vieider
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 Hilde
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 555
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \series bold
5346 Vigna
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Jürgen
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 999
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \series bold
5377 Weber
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 Maurizio
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 555
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \series bold
5408 Winkler
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 Franz
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 555
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 <row endlastfoot="true">
5433 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 Fin
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 </lyxtabular>
5462
5463 \end_inset
5464
5465
5466 \begin_inset ERT
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470
5471
5472 \backslash
5473 addtocounter{table}{-1}
5474 \end_layout
5475
5476 \end_inset
5477
5478
5479 \begin_inset Note Note
5480 status collapsed
5481
5482 \begin_layout Plain Layout
5483 Voyez la première note grisée de la section
5484 \begin_inset space ~
5485 \end_inset
5486
5487
5488 \begin_inset CommandInset ref
5489 LatexCommand ref
5490 reference "sub:Tableaux-longs-légende"
5491
5492 \end_inset
5493
5494  pour une explication de cette commande.
5495 \end_layout
5496
5497 \end_inset
5498
5499
5500 \end_layout
5501
5502 \begin_layout Subsection
5503 Notes de Bas de Page dans les Tableaux Longs
5504 \begin_inset CommandInset label
5505 LatexCommand label
5506 name "sub:Notes-dans-tableau-long"
5507
5508 \end_inset
5509
5510
5511 \begin_inset Index idx
5512 status collapsed
5513
5514 \begin_layout Plain Layout
5515 Tableaux longs ! Notes de bas de page
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \end_layout
5522
5523 \begin_layout Standard
5524 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5525  long.
5526  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5527  contenant la note.
5528  Par exemple le tableau
5529 \begin_inset space ~
5530 \end_inset
5531
5532
5533 \begin_inset CommandInset ref
5534 LatexCommand ref
5535 reference "tab:Légendes-tableau-différentes"
5536
5537 \end_inset
5538
5539  a une note de bas de page.
5540 \end_layout
5541
5542 \begin_layout Subsection
5543 Alignement des Tableaux Longs
5544 \begin_inset Index idx
5545 status collapsed
5546
5547 \begin_layout Plain Layout
5548 Tableaux longs ! Alignement
5549 \end_layout
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \begin_layout Standard
5557
5558 \lang english
5559 The horizontal alignment of longtables can be set in the table settings
5560  dialog.
5561  For left- and right-alignment the table will be directly at the page border.
5562  To add space between the table and the border one has to set the alignment
5563  to center
5564 \lang french
5565  et modifier les valeurs des longueurs 
5566 \series bold
5567
5568 \backslash
5569 LTleft 
5570 \series default
5571 et 
5572 \series bold
5573
5574 \backslash
5575 LTright
5576 \series default
5577  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5578  concerné :
5579 \end_layout
5580
5581 \begin_layout Standard
5582
5583 \series bold
5584
5585 \backslash
5586 setlength{
5587 \backslash
5588 LTleft}{valeur}
5589 \end_layout
5590
5591 \begin_layout Standard
5592 Où 
5593 \series bold
5594 valeur
5595 \series default
5596  peut avoir n'importe laquelle des unités listées dans le tableau
5597 \begin_inset space ~
5598 \end_inset
5599
5600
5601 \begin_inset CommandInset ref
5602 LatexCommand ref
5603 reference "cha:Unités-de-longueur"
5604
5605 \end_inset
5606
5607 .
5608  
5609 \series bold
5610
5611 \backslash
5612 LTleft
5613 \series default
5614  contrôle la distance horizontale entre le bord gauche de la page et le
5615  tableau, et
5616 \series bold
5617  
5618 \backslash
5619 LTright
5620 \series default
5621  la distance au bord droit.
5622  La valeur implicite des ces deux distances est 
5623 \series bold
5624
5625 \backslash
5626 fill
5627 \series default
5628 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5629 \end_layout
5630
5631 \begin_layout Standard
5632 Le tableau long suivant a été centrée en mettant 
5633 \series bold
5634
5635 \backslash
5636 LTleft
5637 \series default
5638  à 
5639 \family sans
5640 0.1
5641 \backslash
5642 columnwidth
5643 \family default
5644 :
5645 \begin_inset ERT
5646 status collapsed
5647
5648 \begin_layout Plain Layout
5649
5650
5651 \backslash
5652 setlength{
5653 \backslash
5654 LTleft}{0.1
5655 \backslash
5656 columnwidth}
5657 \end_layout
5658
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \begin_layout Standard
5665 \begin_inset Tabular
5666 <lyxtabular version="3" rows="5" columns="5">
5667 <features islongtable="true" longtabularalignment="center">
5668 <column alignment="center" valignment="top" width="0">
5669 <column alignment="center" valignment="top" width="0">
5670 <column alignment="center" valignment="top" width="0">
5671 <column alignment="center" valignment="top" width="0">
5672 <column alignment="center" valignment="top" width="0">
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 1
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 2
5688 \end_layout
5689
5690 \end_inset
5691 </cell>
5692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 3
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 4
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 5
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 </row>
5720 <row>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 asd
5726 \end_layout
5727
5728 \end_inset
5729 </cell>
5730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5731 \begin_inset Text
5732
5733 \begin_layout Plain Layout
5734 s
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 s
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 s
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 asd
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 asd
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 s
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790 s
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 s
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 asd
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 </row>
5814 <row>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 asd
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 s
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 s
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 s
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 asd
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 </row>
5861 <row>
5862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 asd
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 asd
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 asd
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 asd
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 </row>
5908 </lyxtabular>
5909
5910 \end_inset
5911
5912
5913 \begin_inset ERT
5914 status collapsed
5915
5916 \begin_layout Plain Layout
5917
5918
5919 \backslash
5920 setlength{
5921 \backslash
5922 LTleft}{
5923 \backslash
5924 fill}
5925 \end_layout
5926
5927 \end_inset
5928
5929
5930 \begin_inset ERT
5931 status collapsed
5932
5933 \begin_layout Plain Layout
5934
5935
5936 \backslash
5937 addtocounter{table}{-1}
5938 \end_layout
5939
5940 \end_inset
5941
5942
5943 \begin_inset Note Note
5944 status collapsed
5945
5946 \begin_layout Plain Layout
5947 Voyez la première note grisée de la section
5948 \begin_inset space ~
5949 \end_inset
5950
5951
5952 \begin_inset CommandInset ref
5953 LatexCommand ref
5954 reference "sub:Tableaux-longs-légende"
5955
5956 \end_inset
5957
5958  pour une explication de cette commande.
5959 \end_layout
5960
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \begin_layout Subsection
5967 Légendes et Tableaux longs
5968 \begin_inset Index idx
5969 status collapsed
5970
5971 \begin_layout Plain Layout
5972 Tableaux longs ! Legendes@Légendes
5973 \end_layout
5974
5975 \end_inset
5976
5977
5978 \begin_inset CommandInset label
5979 LatexCommand label
5980 name "sub:Tableaux-longs-légende"
5981
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \begin_layout Standard
5988 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5989  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5990  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5991  Longs quand on utilise pour une ligne l'option de tableau long 
5992 \family sans
5993 Légende
5994 \family default
5995 , comme c'est expliqué dans la section
5996 \begin_inset space ~
5997 \end_inset
5998
5999
6000 \begin_inset CommandInset ref
6001 LatexCommand ref
6002 reference "sec:Tableaux-longs"
6003
6004 \end_inset
6005
6006 .
6007 \end_layout
6008
6009 \begin_layout Standard
6010 Voici un petit Tableau long pour voir comment ça marche :
6011 \end_layout
6012
6013 \begin_layout Standard
6014 \begin_inset Tabular
6015 <lyxtabular version="3" rows="6" columns="5">
6016 <features islongtable="true" longtabularalignment="center">
6017 <column alignment="center" valignment="top" width="0">
6018 <column alignment="center" valignment="top" width="0">
6019 <column alignment="center" valignment="top" width="0">
6020 <column alignment="center" valignment="top" width="0">
6021 <column alignment="center" valignment="top" width="0">
6022 <row caption="true">
6023 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 \begin_inset Caption
6028
6029 \begin_layout Plain Layout
6030 Tableau long avec une légende
6031 \begin_inset Argument
6032 status open
6033
6034 \begin_layout Plain Layout
6035 Tableau long
6036 \end_layout
6037
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 1
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 2
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 3
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 4
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 5
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 <row>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 asd
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 s
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 s
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 s
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 asd
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 asd
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 s
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 s
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 s
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 asd
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 <row>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 s
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 s
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 s
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 asd
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 </row>
6275 <row>
6276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 asd
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 asd
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 </lyxtabular>
6323
6324 \end_inset
6325
6326
6327 \end_layout
6328
6329 \begin_layout Standard
6330 \begin_inset VSpace medskip
6331 \end_inset
6332
6333
6334 \begin_inset Note Greyedout
6335 status open
6336
6337 \begin_layout Plain Layout
6338
6339 \series bold
6340 Note
6341 \begin_inset space ~
6342 \end_inset
6343
6344 1:
6345 \series default
6346  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6347  n'avez pas prévu de légende.
6348  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6349 \begin_inset space ~
6350 \end_inset
6351
6352 2.4 suit le tableau
6353 \begin_inset space ~
6354 \end_inset
6355
6356 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6357  sans légende.
6358  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6359  après chaque tableau long sans légende :
6360 \end_layout
6361
6362 \begin_layout Plain Layout
6363
6364 \series bold
6365
6366 \backslash
6367 addtocounter{table}{-1}
6368 \end_layout
6369
6370 \begin_layout Plain Layout
6371 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6372  et que vous ajoutez le code suivant dans le préambule du document :
6373 \end_layout
6374
6375 \begin_layout Plain Layout
6376
6377 \series bold
6378
6379 \backslash
6380 let
6381 \backslash
6382 myEnd
6383 \backslash
6384 endlongtable
6385 \begin_inset Newline newline
6386 \end_inset
6387
6388
6389 \backslash
6390 renewcommand{
6391 \backslash
6392 endlongtable}{
6393 \backslash
6394 myEnd
6395 \backslash
6396 addtocounter{table}{-1}}
6397 \end_layout
6398
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \begin_layout Standard
6405 \begin_inset Note Greyedout
6406 status open
6407
6408 \begin_layout Plain Layout
6409
6410 \series bold
6411 Note
6412 \begin_inset space ~
6413 \end_inset
6414
6415 2:
6416 \series default
6417  Si vous utilisez 
6418 \series bold
6419 hyperref
6420 \series default
6421
6422 \begin_inset Index idx
6423 status collapsed
6424
6425 \begin_layout Plain Layout
6426 Paquetages LaTeX ! hyperref
6427 \end_layout
6428
6429 \end_inset
6430
6431  dans les 
6432 \family sans
6433 Paramètres du document
6434 \family default
6435  rubrique 
6436 \family sans
6437 Propriétés
6438 \begin_inset space ~
6439 \end_inset
6440
6441 du
6442 \begin_inset space ~
6443 \end_inset
6444
6445 PDF
6446 \family default
6447 , pour transformer vos références croisées en liens cliquables, le lien
6448  vers un tableau long pointera toujours sur le début du document.
6449 \end_layout
6450
6451 \end_inset
6452
6453
6454 \end_layout
6455
6456 \begin_layout Subsubsection
6457 Références à des tableaux longs
6458 \begin_inset Index idx
6459 status collapsed
6460
6461 \begin_layout Plain Layout
6462 Tableaux longs ! Références
6463 \end_layout
6464
6465 \end_inset
6466
6467
6468 \end_layout
6469
6470 \begin_layout Standard
6471 \begin_inset Tabular
6472 <lyxtabular version="3" rows="6" columns="5">
6473 <features islongtable="true" longtabularalignment="center">
6474 <column alignment="center" valignment="top" width="0">
6475 <column alignment="center" valignment="top" width="0">
6476 <column alignment="center" valignment="top" width="0">
6477 <column alignment="center" valignment="top" width="0">
6478 <column alignment="center" valignment="top" width="0">
6479 <row caption="true">
6480 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484 \begin_inset Caption
6485
6486 \begin_layout Plain Layout
6487 Tableau long référencé
6488 \begin_inset CommandInset label
6489 LatexCommand label
6490 name "tab:RefExemple"
6491
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 </row>
6541 <row>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 1
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 2
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 3
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 4
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 5
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 </row>
6588 <row>
6589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 asd
6594 \end_layout
6595
6596 \end_inset
6597 </cell>
6598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 s
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Plain Layout
6611 s
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 s
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 asd
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 </row>
6635 <row>
6636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640 asd
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 s
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 s
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 s
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 asd
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 </row>
6682 <row>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 asd
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 s
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 s
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 s
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 asd
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 </row>
6729 <row>
6730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 asd
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 sad
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 asd
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 </row>
6776 </lyxtabular>
6777
6778 \end_inset
6779
6780
6781 \end_layout
6782
6783 \begin_layout Standard
6784 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6785  dans sa légende.
6786 \end_layout
6787
6788 \begin_layout Standard
6789 Ceci est une référence au tableau
6790 \begin_inset space ~
6791 \end_inset
6792
6793
6794 \begin_inset CommandInset ref
6795 LatexCommand ref
6796 reference "tab:RefExemple"
6797
6798 \end_inset
6799
6800 .
6801 \end_layout
6802
6803 \begin_layout Standard
6804 La mise en forme de la légende peut être ajustée avec celle de toutes les
6805  autres légendes de votre document en utilisant le paquetage LaTeX 
6806 \series bold
6807 caption
6808 \series default
6809
6810 \begin_inset Index idx
6811 status collapsed
6812
6813 \begin_layout Plain Layout
6814 Paquetages LaTeX ! caption
6815 \end_layout
6816
6817 \end_inset
6818
6819 , voir la section
6820 \begin_inset space ~
6821 \end_inset
6822
6823
6824 \begin_inset CommandInset ref
6825 LatexCommand ref
6826 reference "sec:Formatage-légende"
6827
6828 \end_inset
6829
6830 .
6831 \end_layout
6832
6833 \begin_layout Subsubsection
6834 Largeur de la légende
6835 \begin_inset Index idx
6836 status collapsed
6837
6838 \begin_layout Plain Layout
6839 Tableaux longs ! Largeur de la légende
6840 \end_layout
6841
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \begin_layout Standard
6848 La largeur maximale des lignes de légende est définie par la longueur 
6849 \series bold
6850
6851 \backslash
6852 LTcapwidth
6853 \series default
6854 .
6855  Sa valeur implicite est 4
6856 \begin_inset space \thinspace{}
6857 \end_inset
6858
6859 in.
6860  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6861  de votre document ou en tant que code TeX directement dans votre document
6862  avant le tableau qui doit être affectée.
6863 \end_layout
6864
6865 \begin_layout Standard
6866
6867 \series bold
6868
6869 \backslash
6870 setlength{
6871 \backslash
6872 LTcapwidth}{largeur}
6873 \end_layout
6874
6875 \begin_layout Standard
6876 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6877 ce
6878 \begin_inset space ~
6879 \end_inset
6880
6881
6882 \begin_inset CommandInset ref
6883 LatexCommand ref
6884 reference "cha:Unités-de-longueur"
6885
6886 \end_inset
6887
6888 .
6889 \end_layout
6890
6891 \begin_layout Standard
6892 \begin_inset Newpage pagebreak
6893 \end_inset
6894
6895
6896 \end_layout
6897
6898 \begin_layout Standard
6899 Les tableaux suivants montrent la différence :
6900 \end_layout
6901
6902 \begin_layout Standard
6903 \begin_inset Tabular
6904 <lyxtabular version="3" rows="6" columns="5">
6905 <features islongtable="true" longtabularalignment="center">
6906 <column alignment="center" valignment="top" width="0">
6907 <column alignment="center" valignment="top" width="0">
6908 <column alignment="center" valignment="top" width="0">
6909 <column alignment="center" valignment="top" width="0">
6910 <column alignment="center" valignment="top" width="0">
6911 <row caption="true">
6912 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 \begin_inset Caption
6917
6918 \begin_layout Plain Layout
6919 long titre complet avec la largeur implicite long titre complet avec la
6920  largeur implicite long titre complet avec la largeur implicite
6921 \begin_inset Argument
6922 status open
6923
6924 \begin_layout Plain Layout
6925 Légende avec largeur implicite
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934
6935
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 </row>
6977 <row>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 1
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 2
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 3
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 4
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 5
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 </row>
7024 <row>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 asd
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 s
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 s
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 s
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 asd
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 </row>
7071 <row>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 asd
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 s
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 s
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 s
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 asd
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 </row>
7118 <row>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 asd
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 s
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 s
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159 asd
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 </row>
7165 <row>
7166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 sad
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 asd
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 asd
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 </row>
7212 </lyxtabular>
7213
7214 \end_inset
7215
7216
7217 \end_layout
7218
7219 \begin_layout Standard
7220 \begin_inset ERT
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224
7225
7226 \backslash
7227 setlength{
7228 \backslash
7229 LTcapwidth}{5cm}
7230 \end_layout
7231
7232 \end_inset
7233
7234
7235 \begin_inset Tabular
7236 <lyxtabular version="3" rows="6" columns="5">
7237 <features islongtable="true" longtabularalignment="center">
7238 <column alignment="center" valignment="top" width="0">
7239 <column alignment="center" valignment="top" width="0">
7240 <column alignment="center" valignment="top" width="0">
7241 <column alignment="center" valignment="top" width="0">
7242 <column alignment="center" valignment="top" width="0">
7243 <row caption="true">
7244 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 \begin_inset Caption
7249
7250 \begin_layout Plain Layout
7251 long titre complet avec la largeur réglée à 5
7252 \begin_inset space \thinspace{}
7253 \end_inset
7254
7255 cm long titre complet avec la largeur réglée à 5
7256 \begin_inset space \thinspace{}
7257 \end_inset
7258
7259 cm long titre complet avec la largeur réglée à 5
7260 \begin_inset space \thinspace{}
7261 \end_inset
7262
7263 cm
7264 \begin_inset Argument
7265 status open
7266
7267 \begin_layout Plain Layout
7268 Légende avec largeur à
7269 \begin_inset space \thinspace{}
7270 \end_inset
7271
7272 =
7273 \begin_inset space \thinspace{}
7274 \end_inset
7275
7276 5
7277 \begin_inset space \thinspace{}
7278 \end_inset
7279
7280 cm
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \end_layout
7287
7288 \end_inset
7289
7290
7291 \end_layout
7292
7293 \end_inset
7294 </cell>
7295 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7296 \begin_inset Text
7297
7298 \begin_layout Plain Layout
7299
7300 \end_layout
7301
7302 \end_inset
7303 </cell>
7304 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 </row>
7332 <row>
7333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337 1
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346 2
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 3
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 4
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 5
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 </row>
7379 <row>
7380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384 asd
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 s
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 s
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7408 \begin_inset Text
7409
7410 \begin_layout Plain Layout
7411 s
7412 \end_layout
7413
7414 \end_inset
7415 </cell>
7416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 asd
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 </row>
7426 <row>
7427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431 asd
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440 s
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 s
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 s
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 asd
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 </row>
7473 <row>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 asd
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 s
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 s
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 s
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 asd
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 </row>
7520 <row>
7521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 asd
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 sad
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 asd
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 asd
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 asd
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 </lyxtabular>
7568
7569 \end_inset
7570
7571
7572 \end_layout
7573
7574 \begin_layout Standard
7575 \begin_inset ERT
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579
7580
7581 \backslash
7582 setlength{
7583 \backslash
7584 LTcapwidth}{4in}
7585 \end_layout
7586
7587 \end_inset
7588
7589
7590 \end_layout
7591
7592 \begin_layout Standard
7593 \begin_inset Note Greyedout
7594 status open
7595
7596 \begin_layout Plain Layout
7597
7598 \series bold
7599 Note:
7600 \series default
7601  Quand on utilise la paquetage LaTeX 
7602 \series bold
7603 caption
7604 \series default
7605
7606 \begin_inset Index idx
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610 Paquetages LaTeX ! caption
7611 \end_layout
7612
7613 \end_inset
7614
7615  , comme c'est les cas dans ce document, la légende prend toute la largeur
7616  de la page quand on utilise la largeur implicite de 4
7617 \begin_inset space \thinspace{}
7618 \end_inset
7619
7620 in pour 
7621 \series bold
7622
7623 \backslash
7624 LTcapwidth
7625 \series default
7626 .
7627  Pour avoir dans ce cas une légende qui fasse exactement 4
7628 \begin_inset space \thinspace{}
7629 \end_inset
7630
7631 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7632  comme par exemple 3.99
7633 \begin_inset space \thinspace{}
7634 \end_inset
7635
7636 in, soit utiliser la commande LaTeX 
7637 \series bold
7638
7639 \backslash
7640 captionsetup{width=valeur}
7641 \series default
7642  qui est disponible dans le paquetage 
7643 \series bold
7644 caption
7645 \series default
7646 .
7647 \end_layout
7648
7649 \end_inset
7650
7651
7652 \end_layout
7653
7654 \begin_layout Subsubsection
7655 Des Légendes différentes sur chaque page d'un tableau
7656 \begin_inset Argument
7657 status collapsed
7658
7659 \begin_layout Plain Layout
7660 Légendes différentes
7661 \end_layout
7662
7663 \end_inset
7664
7665
7666 \begin_inset Index idx
7667 status collapsed
7668
7669 \begin_layout Plain Layout
7670 Tableaux longs ! Legendes@Légendes différentes par page
7671 \end_layout
7672
7673 \end_inset
7674
7675
7676 \end_layout
7677
7678 \begin_layout Standard
7679 Quand la légende du tableau pour les pages suivantes doit être différente
7680  de celle de la première page, insérez une légende avec la commande suivante
7681  en code TeX :
7682 \end_layout
7683
7684 \begin_layout Standard
7685
7686 \series bold
7687
7688 \backslash
7689 caption*{caption text}
7690 \backslash
7691
7692 \backslash
7693 %
7694 \end_layout
7695
7696 \begin_layout Standard
7697 dans une ligne de légende fictive qui sera marquée comme une entête.
7698  Le tableau
7699 \begin_inset space ~
7700 \end_inset
7701
7702
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "tab:Légendes-tableau-différentes"
7706
7707 \end_inset
7708
7709  est un exemple de tableau long avec des légendes différentes et où la seconde
7710  légende ne contient pas le numéro du tableau.
7711 \end_layout
7712
7713 \begin_layout Standard
7714 \align center
7715 \begin_inset Tabular
7716 <lyxtabular version="3" rows="59" columns="3">
7717 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7718 <column alignment="left" valignment="top" width="0cm">
7719 <column alignment="left" valignment="top" width="0pt">
7720 <column alignment="center" valignment="top" width="0pt">
7721 <row caption="true">
7722 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 \begin_inset Caption
7727
7728 \begin_layout Plain Layout
7729 Exemple d'annuaire téléphonique
7730 \begin_inset CommandInset label
7731 LatexCommand label
7732 name "tab:Légendes-tableau-différentes"
7733
7734 \end_inset
7735
7736
7737 \begin_inset Argument
7738 status collapsed
7739
7740 \begin_layout Plain Layout
7741 Exemple Annuaire 
7742 \end_layout
7743
7744 \end_inset
7745
7746
7747 \end_layout
7748
7749 \end_inset
7750
7751
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 <row endfirsthead="true">
7776 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780
7781 \series bold
7782 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 </row>
7806 <row endfirsthead="true">
7807 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \series bold
7813 NOM
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \series bold
7833 TÉL.
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row endhead="true">
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 \begin_inset ERT
7845 status open
7846
7847 \begin_layout Plain Layout
7848
7849
7850 \backslash
7851 caption*{Suite de l'exemple d'annuaire téléphonique}
7852 \backslash
7853
7854 \backslash
7855 %
7856 \end_layout
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row endhead="true">
7885 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Exemple d'annuaire téléphonique
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row endhead="true">
7916 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 NOM
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \series bold
7942 TÉL.
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row endfoot="true">
7949 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 suite page suivante\SpecialChar \ldots{}
7954
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 </row>
7978 <row>
7979 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \series bold
7985 Annovi
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994 Silvia
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 111
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 </row>
8009 <row>
8010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \series bold
8016 Bertoli
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025 Stefano
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 111
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \series bold
8047 Bozzi
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 Walter
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 111
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 </row>
8071 <row>
8072 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \series bold
8078 Cachia
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 Maria
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 111
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \series bold
8109 Cachia
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 Maurizio
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 111
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \series bold
8140 Cinquemani
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 Giusi
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 111
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \series bold
8171 Colin
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Bernard
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 111
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \series bold
8202 Concli
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Gianfranco
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 111
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 Dal Bosco
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Carolina
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 111
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \series bold
8264 Dalpiaz
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 Annamaria
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 111
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 </row>
8288 <row>
8289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293
8294 \series bold
8295 Feliciello
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Domenico
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 111
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \series bold
8326 Focarelli
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 Paola
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 111
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \series bold
8357 Galletti
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 Oreste
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 111
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \series bold
8388 Gasparini
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Franca
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 111
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \series bold
8419 Rizzardi
8420 \series default
8421
8422 \begin_inset Foot
8423 status open
8424
8425 \begin_layout Plain Layout
8426 Exemple de note de bas de page
8427 \end_layout
8428
8429 \end_inset
8430
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 Paola
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 111
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 </row>
8455 <row>
8456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460
8461 \series bold
8462 Lassini
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 Giancarlo
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 111
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 </row>
8486 <row>
8487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491
8492 \series bold
8493 Malfatti
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 Luciano
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 111
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \series bold
8524 Malfatti
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 Valeriano
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 111
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 <row>
8549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553
8554 \series bold
8555 Meneguzzo
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Roberto
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 111
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \series bold
8586 Mezzadra
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Roberto
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 111
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \series bold
8617 Pirpamer
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Erich
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Pochiesa
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Paolo
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 111, 222
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Radina
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Claudio
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 111
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Stuffer
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Oskar
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Tacchelli
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Ugo
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Tezzele
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Margit
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \series bold
8803 Unterkalmsteiner
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Frieda
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 111
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \series bold
8834 Vieider
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 Hilde
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 111
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865 Vigna
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 Jürgen
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 111
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \series bold
8896 Weber
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Maurizio
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 111
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \series bold
8927 Winkler
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Franz
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 111
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956  
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Annovi
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Silvia
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 555
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Bertoli
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Stefano
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 555
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Bozzi
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Walter
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 555
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \series bold
9080 Cachia
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 Maria
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 555
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \series bold
9111 Cachia
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Maurizio
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 555
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \series bold
9142 Cinquemani
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 Giusi
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 555
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Colin
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Bernard
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Concli
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Gianfranco
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Dal Bosco
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Carolina
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Dalpiaz
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Annamaria
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \series bold
9297 Feliciello
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 Domenico
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 555
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 Focarelli
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Paola
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 555
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \series bold
9359 Galletti
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Oreste
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 555
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390 Gasparini
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 Franca
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 555
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \series bold
9421 Rizzardi
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 Paola
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 555
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \series bold
9452 Lassini
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 Giancarlo
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 555
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row>
9477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \series bold
9483 Malfatti
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 Luciano
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 555
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 </row>
9507 <row>
9508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \series bold
9514 Malfatti
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 Valeriano
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 555
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 <row>
9539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \series bold
9545 Meneguzzo
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 Roberto
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563 555
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 </row>
9569 <row>
9570 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \series bold
9576 Mezzadra
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585 Roberto
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 555
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 </lyxtabular>
9601
9602 \end_inset
9603
9604
9605 \end_layout
9606
9607 \begin_layout Section
9608 Questions particulières concernant les tableaux longs
9609 \begin_inset Argument
9610 status collapsed
9611
9612 \begin_layout Plain Layout
9613 Questions sur les tableaux longs
9614 \end_layout
9615
9616 \end_inset
9617
9618
9619 \begin_inset CommandInset label
9620 LatexCommand label
9621 name "sec:Questions-sur-tableaux-longs"
9622
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \begin_layout Subsection
9629 Calculs des pages des tableaux longs
9630 \begin_inset Index idx
9631 status collapsed
9632
9633 \begin_layout Plain Layout
9634 Tableaux longs ! Calculs
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \begin_layout Standard
9643 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9644  en utilisant des blocs (chunks).
9645  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9646  mémoire de LaTeX.
9647  La valeur implicite est fixée pour des raisons historiques à seulement
9648  20 lignes de tableau.
9649  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9650  peut ralentir la création de votre document.
9651  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9652  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9653  préambule de votre document :
9654 \end_layout
9655
9656 \begin_layout Standard
9657
9658 \series bold
9659
9660 \backslash
9661 setcounter{LTchunksize}{100}
9662 \end_layout
9663
9664 \begin_layout Subsection
9665 Les Flottants et les Tableaux Longs
9666 \begin_inset Index idx
9667 status collapsed
9668
9669 \begin_layout Plain Layout
9670 Tableaux longs ! Flottants
9671 \end_layout
9672
9673 \end_inset
9674
9675
9676 \end_layout
9677
9678 \begin_layout Standard
9679 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9680  commence un tableau long.
9681  Pour éviter une telle situation, 
9682 \lang english
9683 insert a 
9684 \begin_inset Quotes eld
9685 \end_inset
9686
9687 clear page
9688 \begin_inset Quotes erd
9689 \end_inset
9690
9691  (menu
9692 \lang french
9693  
9694 \family sans
9695 Insérer\SpecialChar \menuseparator
9696 Typographie
9697 \begin_inset space ~
9698 \end_inset
9699
9700 spéciale\SpecialChar \menuseparator
9701 Saut de page (vide le tampon)
9702 \family default
9703
9704 \begin_inset space \thinspace{}
9705 \end_inset
9706
9707 ) juste avant votre tableau long.
9708 \end_layout
9709
9710 \begin_layout Subsection
9711 Sauts de pages forcés
9712 \begin_inset Index idx
9713 status collapsed
9714
9715 \begin_layout Plain Layout
9716 Tableaux longs ! Sauts de pages forcés
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \end_layout
9723
9724 \begin_layout Standard
9725 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9726  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9727  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9728  de saut de ligne 
9729 \begin_inset Quotes eld
9730 \end_inset
9731
9732
9733 \backslash
9734
9735 \backslash
9736
9737 \begin_inset Quotes erd
9738 \end_inset
9739
9740  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9741  Avant la commande 
9742 \begin_inset Quotes eld
9743 \end_inset
9744
9745
9746 \backslash
9747
9748 \backslash
9749
9750 \begin_inset Quotes erd
9751 \end_inset
9752
9753 , vous devez insérer en code TeX, autant de caractères 
9754 \begin_inset Quotes eld
9755 \end_inset
9756
9757 &
9758 \begin_inset Quotes erd
9759 \end_inset
9760
9761  qu'il y a de colonnes après la cellule concernée.
9762  Le caractère 
9763 \begin_inset Quotes eld
9764 \end_inset
9765
9766 &
9767 \begin_inset Quotes erd
9768 \end_inset
9769
9770  sert à séparer les colonnes d'un tableau.
9771  Écrivez en code-TeX, après chaque 
9772 \begin_inset Quotes eld
9773 \end_inset
9774
9775 &
9776 \begin_inset Quotes erd
9777 \end_inset
9778
9779  le contenu des cellules correspondantes et en même temps supprimez le contenu
9780  de ces cellules dans le texte normal.
9781  
9782 \begin_inset Newline newline
9783 \end_inset
9784
9785 Après la commande 
9786 \backslash
9787
9788 \backslash
9789 , insérez autant de caractères 
9790 \begin_inset Quotes eld
9791 \end_inset
9792
9793 &
9794 \begin_inset Quotes erd
9795 \end_inset
9796
9797  qu'il y a de colonnes avant la colonne traitée.
9798  Dans le tableau
9799 \begin_inset space ~
9800 \end_inset
9801
9802
9803 \begin_inset CommandInset ref
9804 LatexCommand ref
9805 reference "tab:Tableau-saut-de-page"
9806
9807 \end_inset
9808
9809  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9810  suivie par une autre colonne.
9811  La commande suivante a donc été insérée en code TeX dans la cellule après
9812  le mot 
9813 \begin_inset Quotes eld
9814 \end_inset
9815
9816
9817 \emph on
9818 Castelchiodato,
9819 \emph default
9820
9821 \begin_inset Quotes erd
9822 \end_inset
9823
9824 :
9825 \end_layout
9826
9827 \begin_layout Standard
9828
9829 \series bold
9830 & 111
9831 \backslash
9832
9833 \backslash
9834  
9835 \backslash
9836 newpage
9837 \begin_inset Newline newline
9838 \end_inset
9839
9840 &
9841 \end_layout
9842
9843 \begin_layout Standard
9844 Le 
9845 \begin_inset Quotes eld
9846 \end_inset
9847
9848 111
9849 \begin_inset Quotes erd
9850 \end_inset
9851
9852  dans la troisième colonne de la ligne a été supprimé.
9853  
9854 \series bold
9855
9856 \backslash
9857 newpage
9858 \series default
9859  est nécessaire seulement quand un saut de page doit impérativement avoir
9860  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9861  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9862  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9863  est coupée, utilisez cette commande à la place de la précédente :
9864 \end_layout
9865
9866 \begin_layout Standard
9867
9868 \series bold
9869 & 111
9870 \backslash
9871
9872 \backslash
9873
9874 \begin_inset Newline newline
9875 \end_inset
9876
9877
9878 \backslash
9879 hline &
9880 \end_layout
9881
9882 \begin_layout Standard
9883 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9884  insérer la commande
9885 \end_layout
9886
9887 \begin_layout Standard
9888
9889 \series bold
9890
9891 \backslash
9892 setlength{
9893 \backslash
9894 parfillskip}{0pt}
9895 \end_layout
9896
9897 \begin_layout Standard
9898 au début de la cellule.
9899  Cela assure que la portion de la cellule qui va se trouver affichée sur
9900  la page suivante le sera avec toute la largeur de la cellule.
9901 \end_layout
9902
9903 \begin_layout Standard
9904 \align center
9905 \begin_inset Tabular
9906 <lyxtabular version="3" rows="38" columns="3">
9907 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9908 <column alignment="left" valignment="top" width="0cm">
9909 <column alignment="left" valignment="top" width="3cm">
9910 <column alignment="center" valignment="top" width="0pt">
9911 <row caption="true">
9912 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 \begin_inset Caption
9917
9918 \begin_layout Plain Layout
9919 Tableau avec un saut de page forcé dans une cellule
9920 \begin_inset CommandInset label
9921 LatexCommand label
9922 name "tab:Tableau-saut-de-page"
9923
9924 \end_inset
9925
9926
9927 \begin_inset Argument
9928 status collapsed
9929
9930 \begin_layout Plain Layout
9931 Tableau avec un saut de page forcé dans une cellule
9932 \end_layout
9933
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \end_inset
9940
9941
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 </row>
9965 <row endfirsthead="true">
9966 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970
9971 \series bold
9972 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row endfirsthead="true">
9997 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \series bold
10003 NOM
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021
10022 \series bold
10023 TÉL.
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row endhead="true">
10030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 \begin_inset ERT
10035 status collapsed
10036
10037 \begin_layout Plain Layout
10038
10039
10040 \backslash
10041 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10042 \backslash
10043
10044 \backslash
10045 %
10046 \end_layout
10047
10048 \end_inset
10049
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 </row>
10074 <row endhead="true">
10075 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079  
10080 \series bold
10081 Exemple d'annuaire téléphonique
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row endhead="true">
10106 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \series bold
10112 NOM
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 TÉL.
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row endfoot="true">
10139 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 suite page suivante\SpecialChar \ldots{}
10144
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 </row>
10168 <row>
10169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173
10174 \series bold
10175 Annovi
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 Silvia
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 111
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 </row>
10199 <row>
10200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204
10205 \series bold
10206 Bertoli
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 Stefano
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 111
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 </row>
10230 <row>
10231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \series bold
10237 Bozzi
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 Walter
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 111
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 </row>
10261 <row>
10262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266
10267 \series bold
10268 Cachia
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 Maria
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 111
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 </row>
10292 <row>
10293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297
10298 \series bold
10299 Cachia
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 Maurizio
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 111
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 </row>
10323 <row>
10324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10325 \begin_inset Text
10326
10327 \begin_layout Plain Layout
10328
10329 \series bold
10330 Cinquemani
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 Giusi
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 111
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 <row>
10355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \series bold
10361 Colin
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 Bernard
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 111
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 </row>
10385 <row>
10386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390
10391 \series bold
10392 Concli
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 Gianfranco
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 111
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 <row>
10417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421
10422 \series bold
10423 Dal Bosco
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 Carolina
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 111
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 </row>
10447 <row>
10448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452
10453 \series bold
10454 Dalpiaz
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 Annamaria
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 111
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 </row>
10478 <row>
10479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483
10484 \series bold
10485 Feliciello
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 Domenico
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 111
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 </row>
10509 <row>
10510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514
10515 \series bold
10516 Focarelli
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 Paola
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 111
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 <row>
10541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545
10546 \series bold
10547 Galletti
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 Oreste
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 111
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 </row>
10571 <row>
10572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576
10577 \series bold
10578 Gasparini
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 Franca
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 111
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607
10608 \series bold
10609 Lassini
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 Giancarlo
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 111
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 </row>
10633 <row>
10634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638
10639 \series bold
10640 Malfatti
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 Luciano
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 111
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row>
10665 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \series bold
10671 Malfatti
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 Valeriano
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 111
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 </row>
10695 <row>
10696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700
10701 \series bold
10702 Meneguzzo
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 Roberto
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 111
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row>
10727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731
10732 \series bold
10733 Mezzadra
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 Roberto
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 111
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 </row>
10757 <row>
10758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762
10763 \series bold
10764 Pirpamer
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 Erich
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 111
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 </row>
10788 <row>
10789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \series bold
10795 Pochiesa
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 Paolo
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 111, 222
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 </row>
10819 <row>
10820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824
10825 \series bold
10826 Radina
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 Claudio
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 111
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \series bold
10857 Rizzardi
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866 Giancarlo, 11.
10867  Fürst von Montecompatri, 11.
10868  Fürst von Sulmona und Vivaro, 10.
10869  Fürst von Rossano, 5.
10870  Herzog von Canemorte, 11.
10871  Herzog von Palombara, 5.
10872  Herzog von Castelchiodato,
10873 \begin_inset ERT
10874 status open
10875
10876 \begin_layout Plain Layout
10877
10878 & 111
10879 \backslash
10880
10881 \backslash
10882  
10883 \backslash
10884 newpage
10885 \end_layout
10886
10887 \begin_layout Plain Layout
10888
10889 &
10890 \end_layout
10891
10892 \end_inset
10893
10894  11.
10895  Herzog von Poggionativo, 11.
10896  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10897  Graf von Valinfreda, 11.
10898  Baron von Cropalati, 11.
10899  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10900 \end_layout
10901
10902 \end_inset
10903 </cell>
10904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 </row>
10914 <row>
10915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919
10920 \series bold
10921 Stuffer
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 Oskar
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 111
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 </row>
10945 <row>
10946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950
10951 \series bold
10952 Tacchelli
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 Ugo
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 111
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 </row>
10976 <row>
10977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981
10982 \series bold
10983 Tezzele
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10989 \begin_inset Text
10990
10991 \begin_layout Plain Layout
10992 Margit
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 111
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 </row>
11007 <row>
11008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \series bold
11014 Unterkalmsteiner
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 Frieda
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 111
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 <row>
11039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043
11044 \series bold
11045 Vieider
11046 \end_layout
11047
11048 \end_inset
11049 </cell>
11050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11051 \begin_inset Text
11052
11053 \begin_layout Plain Layout
11054 Hilde
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 111
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 </row>
11069 <row>
11070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11071 \begin_inset Text
11072
11073 \begin_layout Plain Layout
11074
11075 \series bold
11076 Vigna
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 Jürgen
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 111
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row>
11101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105
11106 \series bold
11107 Weber
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 Maurizio
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 111
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 </row>
11131 <row>
11132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136
11137 \series bold
11138 Winkler
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 Franz
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 111
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 </lyxtabular>
11163
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \begin_layout Section
11170 Colonnes et lignes à lignes multiples
11171 \end_layout
11172
11173 \begin_layout Subsection
11174 Lignes multiples dans une cellule de tableau
11175 \begin_inset CommandInset label
11176 LatexCommand label
11177 name "sub:Lignes-multiple-dans-cellule"
11178
11179 \end_inset
11180
11181
11182 \begin_inset Index idx
11183 status collapsed
11184
11185 \begin_layout Plain Layout
11186 Plusieurs lignes dans une case de tableau
11187 \end_layout
11188
11189 \end_inset
11190
11191
11192 \begin_inset Index idx
11193 status collapsed
11194
11195 \begin_layout Plain Layout
11196 Tableau ! Saut de ligne
11197 \end_layout
11198
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \begin_layout Standard
11205 \noindent
11206 \begin_inset Float table
11207 placement H
11208 wide false
11209 sideways false
11210 status open
11211
11212 \begin_layout Plain Layout
11213 \begin_inset Caption
11214
11215 \begin_layout Plain Layout
11216 \begin_inset CommandInset label
11217 LatexCommand label
11218 name "tab:Tableau-avec-plusieurs-lignes"
11219
11220 \end_inset
11221
11222 Tableau avec des lignes multiples dans une cellule
11223 \end_layout
11224
11225 \end_inset
11226
11227
11228 \end_layout
11229
11230 \begin_layout Plain Layout
11231 \align center
11232 \begin_inset Tabular
11233 <lyxtabular version="3" rows="3" columns="3">
11234 <features tabularvalignment="middle">
11235 <column alignment="center" valignment="middle" width="2.5cm">
11236 <column alignment="center" valignment="middle" width="0">
11237 <column alignment="center" valignment="middle" width="0">
11238 <row>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 Lignes
11244 \begin_inset Newline linebreak
11245 \end_inset
11246
11247 multiples
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 b
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 c
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 <row>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 d
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 e
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 f
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 <row>
11301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 g
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 h
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 i
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 </row>
11329 </lyxtabular>
11330
11331 \end_inset
11332
11333
11334 \end_layout
11335
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \begin_layout Standard
11342 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11343  d'un paragraphe avec des sauts de lignes et des césures.
11344 \end_layout
11345
11346 \begin_layout Standard
11347 Pour obtenir le tableau
11348 \begin_inset space ~
11349 \end_inset
11350
11351
11352 \begin_inset CommandInset ref
11353 LatexCommand ref
11354 reference "tab:Tableau-avec-plusieurs-lignes"
11355
11356 \end_inset
11357
11358 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11359  droit dessus.
11360  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11361  2.5
11362 \begin_inset space \thinspace{}
11363 \end_inset
11364
11365 cm et choisissez les alignements vertical et horizontal centrés.
11366  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11367  Comme notre texte est plus petit que 2.5
11368 \begin_inset space \thinspace{}
11369 \end_inset
11370
11371 cm, une seule ligne va apparaître.
11372  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11373  
11374 \family sans
11375 Ctrl-Shift-Entrée
11376 \family default
11377 ).
11378  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11379 ement découpé en plusieurs lignes.
11380 \end_layout
11381
11382 \begin_layout Standard
11383 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11384  pas effectuer de césure si c'est le premier élément de la cellule.
11385  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11386  premier élément : Ajoutez un espace horizontal de 0
11387 \begin_inset space \thinspace{}
11388 \end_inset
11389
11390 pt juste avant votre mot.
11391  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11392  Le tableau
11393 \begin_inset space ~
11394 \end_inset
11395
11396
11397 \begin_inset CommandInset ref
11398 LatexCommand ref
11399 reference "tab:Tableau-césure"
11400
11401 \end_inset
11402
11403  montre l'effet de cette insertion.
11404 \end_layout
11405
11406 \begin_layout Standard
11407 \begin_inset Float table
11408 placement h
11409 wide false
11410 sideways false
11411 status open
11412
11413 \begin_layout Plain Layout
11414 \begin_inset Caption
11415
11416 \begin_layout Plain Layout
11417 \begin_inset CommandInset label
11418 LatexCommand label
11419 name "tab:Tableau-césure"
11420
11421 \end_inset
11422
11423 Tableau avec et sans césure.
11424 \end_layout
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Plain Layout
11432 \begin_inset space \hfill{}
11433 \end_inset
11434
11435
11436 \begin_inset Tabular
11437 <lyxtabular version="3" rows="3" columns="3">
11438 <features tabularvalignment="middle">
11439 <column alignment="center" valignment="middle" width="2.5cm">
11440 <column alignment="center" valignment="middle" width="0">
11441 <column alignment="center" valignment="middle" width="0">
11442 <row>
11443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 mottrèslongdansunecellule
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 b
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 c
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 <row>
11472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 d
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 e
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 f
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 <row>
11501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 g
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 h
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 i
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 </lyxtabular>
11530
11531 \end_inset
11532
11533
11534 \begin_inset space \hfill{}
11535 \end_inset
11536
11537
11538 \begin_inset Tabular
11539 <lyxtabular version="3" rows="3" columns="3">
11540 <features tabularvalignment="middle">
11541 <column alignment="center" valignment="middle" width="2.5cm">
11542 <column alignment="center" valignment="middle" width="0">
11543 <column alignment="center" valignment="middle" width="0">
11544 <row>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 \begin_inset space \hspace{}
11550 \length 0pt
11551 \end_inset
11552
11553 mottrèslongdansunecellule
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 b
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 c
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 d
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 e
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 f
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 </row>
11606 <row>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 g
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 h
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 i
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 </lyxtabular>
11636
11637 \end_inset
11638
11639
11640 \begin_inset space \hfill{}
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \end_inset
11647
11648
11649 \end_layout
11650
11651 \begin_layout Subsection
11652 Multi-colonnes
11653 \begin_inset CommandInset label
11654 LatexCommand label
11655 name "sub:Multicolonnes"
11656
11657 \end_inset
11658
11659
11660 \begin_inset Index idx
11661 status collapsed
11662
11663 \begin_layout Plain Layout
11664 Multi-colonnes
11665 \end_layout
11666
11667 \end_inset
11668
11669
11670 \begin_inset Index idx
11671 status collapsed
11672
11673 \begin_layout Plain Layout
11674 Tableau ! Multi-colonnes
11675 \end_layout
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \begin_layout Subsubsection
11683 Les Bases des Multicolonnes
11684 \end_layout
11685
11686 \begin_layout Standard
11687 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11688  qu'elle doit couvrir et utilisez soit le bouton
11689 \begin_inset Graphics
11690         filename ../../images/tabular-feature_multicolumn.png
11691         scale 85
11692         scaleBeforeRotation
11693
11694 \end_inset
11695
11696  de la barre d'outils tableau, ou le menu 
11697 \family sans
11698 Éditer\SpecialChar \menuseparator
11699 Tableau\SpecialChar \menuseparator
11700 Multi-colonnes
11701 \family default
11702 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11703  
11704 \family sans
11705 Multi-colonnes
11706 \family default
11707  
11708 \lang english
11709 in the appearing context menu.
11710 \end_layout
11711
11712 \begin_layout Standard
11713 Les multi-colonnes ont leurs propres paramètres de cellule.
11714  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11715  de la cellule, cela n'affecte que la cellule multi-colonne.
11716  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11717  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11718 \end_layout
11719
11720 \begin_layout Standard
11721 \align center
11722 \begin_inset Tabular
11723 <lyxtabular version="3" rows="3" columns="4">
11724 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11725 <column alignment="center" valignment="top" width="0pt">
11726 <column alignment="center" valignment="middle" width="0">
11727 <column alignment="center" valignment="top" width="0in">
11728 <column alignment="center" valignment="top" width="0pt">
11729 <row>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 abc
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 def ghi
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 jkl
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 </row>
11767 <row>
11768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 A
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 B
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 C
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 D
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 </row>
11805 <row>
11806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11807 \begin_inset Text
11808
11809 \begin_layout Plain Layout
11810 1
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 2
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 3
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 4
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 </row>
11843 </lyxtabular>
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Subsubsection
11851 Calculs avec les multi-colonnes
11852 \begin_inset CommandInset label
11853 LatexCommand label
11854 name "sub:Calculs-multicolonnes"
11855
11856 \end_inset
11857
11858
11859 \begin_inset Index idx
11860 status collapsed
11861
11862 \begin_layout Plain Layout
11863 Multi-colonnes ! Calculs
11864 \end_layout
11865
11866 \end_inset
11867
11868
11869 \end_layout
11870
11871 \begin_layout Standard
11872 LyX gère directement les multi-colonnes, mais nous devons faire attention
11873  à la largeur des cellules couvertes par la cellule multicolonne.
11874 \end_layout
11875
11876 \begin_layout Standard
11877 \begin_inset Float table
11878 placement h
11879 wide false
11880 sideways false
11881 status open
11882
11883 \begin_layout Plain Layout
11884 \begin_inset Caption
11885
11886 \begin_layout Plain Layout
11887 \begin_inset CommandInset label
11888 LatexCommand label
11889 name "tab:Tableau-multicolonne-parfaite"
11890
11891 \end_inset
11892
11893 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11894  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11895 \begin_inset Argument
11896 status open
11897
11898 \begin_layout Plain Layout
11899 Tableau avec multicolonne parfaite
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \begin_layout Plain Layout
11913 \align center
11914 \begin_inset Tabular
11915 <lyxtabular version="3" rows="3" columns="3">
11916 <features tabularvalignment="middle">
11917 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11918 <column alignment="center" valignment="middle" width="0">
11919 <column alignment="center" valignment="top" width="0">
11920 <row>
11921 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 multicolonne sur plusieurs lignes
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 c
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 </row>
11949 <row>
11950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 d
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11960 \begin_inset Text
11961
11962 \begin_layout Plain Layout
11963 e
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 f
11973 \end_layout
11974
11975 \end_inset
11976 </cell>
11977 </row>
11978 <row>
11979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 g
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11989 \begin_inset Text
11990
11991 \begin_layout Plain Layout
11992 h
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 i
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 </row>
12007 </lyxtabular>
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \begin_layout Standard
12020 Par exemple, pour créer le tableau
12021 \begin_inset space ~
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset ref
12026 LatexCommand ref
12027 reference "tab:Tableau-multicolonne-parfaite"
12028
12029 \end_inset
12030
12031 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12032  3×3 et faites un clic droit dessus.
12033  Ensuite choisissez pour cette cellule
12034 \emph on
12035 ,
12036 \emph default
12037  dans la fenêtre de dialogue de tableau, 
12038 \emph on
12039 multicolonne
12040 \emph default
12041
12042 \emph on
12043 alignement
12044 \begin_inset space ~
12045 \end_inset
12046
12047 horizontal
12048 \begin_inset space ~
12049 \end_inset
12050
12051 centré
12052 \emph default
12053  et une largeur de 2.5
12054 \begin_inset space \thinspace{}
12055 \end_inset
12056
12057 cm.
12058  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12059  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12060 \begin_inset space \thinspace{}
12061 \end_inset
12062
12063 cm pour la première colonne.
12064  La deuxième colonne aura alors automatiquement une largeur de 1.25
12065 \begin_inset space \thinspace{}
12066 \end_inset
12067
12068 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12069  C'est ce qui a été fait pour le tableau
12070 \begin_inset space ~
12071 \end_inset
12072
12073
12074 \begin_inset CommandInset ref
12075 LatexCommand ref
12076 reference "tab:Tableau-multicolonne-imparfait"
12077
12078 \end_inset
12079
12080 .
12081 \end_layout
12082
12083 \begin_layout Standard
12084 \begin_inset Float table
12085 wide false
12086 sideways false
12087 status open
12088
12089 \begin_layout Plain Layout
12090 \begin_inset Caption
12091
12092 \begin_layout Plain Layout
12093 \begin_inset CommandInset label
12094 LatexCommand label
12095 name "tab:Tableau-multicolonne-imparfait"
12096
12097 \end_inset
12098
12099 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12100  de la largeur de la cellule multicolonne.
12101 \begin_inset Argument
12102 status open
12103
12104 \begin_layout Plain Layout
12105 Tableau avec multicolonne pas parfaite
12106 \end_layout
12107
12108 \end_inset
12109
12110
12111 \end_layout
12112
12113 \end_inset
12114
12115
12116 \end_layout
12117
12118 \begin_layout Plain Layout
12119 \align center
12120 \begin_inset Tabular
12121 <lyxtabular version="3" rows="3" columns="3">
12122 <features tabularvalignment="middle">
12123 <column alignment="center" valignment="top" width="1.25cm">
12124 <column alignment="center" valignment="top" width="0">
12125 <column alignment="center" valignment="top" width="0">
12126 <row>
12127 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131 multicolonne sur plusieurs lignes
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 c
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 </row>
12155 <row>
12156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 d
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 e
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 f
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 </row>
12184 <row>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 g
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 h
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 i
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 </row>
12213 </lyxtabular>
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Standard
12226 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12227  de la cellule multicolonne, elle est un peu plus large.
12228  La raison est que la taille que l'on donne à une cellule, 
12229 \begin_inset Formula $W_{g}$
12230 \end_inset
12231
12232  n'est pas sa taille totale, 
12233 \begin_inset Formula $W_{\mathrm{tot}}$
12234 \end_inset
12235
12236  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12237  lui donne.
12238  L'appendice
12239 \begin_inset space ~
12240 \end_inset
12241
12242
12243 \begin_inset CommandInset ref
12244 LatexCommand eqref
12245 reference "cha:Explication-de-l'Equation"
12246
12247 \end_inset
12248
12249  explique pourquoi en détail.
12250 \end_layout
12251
12252 \begin_layout Standard
12253 La largeur nécessaire 
12254 \begin_inset Formula $W_{g\, n}$
12255 \end_inset
12256
12257  quand 
12258 \emph on
12259 n
12260 \emph default
12261  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12262  ait une largeur totale de 
12263 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12264 \end_inset
12265
12266 :
12267 \begin_inset Formula \begin{equation}
12268 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12269
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \begin_layout Standard
12276 Dans notre cas nous avons 
12277 \begin_inset Formula $n=2$
12278 \end_inset
12279
12280
12281 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12282 \end_inset
12283
12284 cm et les valeurs implicites pour les autres longueurs, l'équation
12285 \begin_inset space ~
12286 \end_inset
12287
12288
12289 \begin_inset CommandInset ref
12290 LatexCommand ref
12291 reference "eq:Wgn"
12292
12293 \end_inset
12294
12295  devient
12296 \begin_inset Formula \begin{equation}
12297 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12298
12299 \end_inset
12300
12301
12302 \end_layout
12303
12304 \begin_layout Standard
12305 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12306  
12307 \series bold
12308 calc
12309 \series default
12310  avec la ligne suivante dans le préambule du document
12311 \begin_inset Index idx
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315 Paquetages LaTeX ! calc
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \begin_layout Standard
12324
12325 \series bold
12326
12327 \backslash
12328 usepackage{calc}
12329 \end_layout
12330
12331 \begin_layout Standard
12332 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12333  de dialogue.
12334  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12335  la fenêtre de dialogue.
12336  Voici un aperçu de ces paramètres :
12337 \end_layout
12338
12339 \begin_layout Itemize
12340
12341 \series bold
12342 p{largeur}
12343 \series default
12344  crée une cellule de taille donnée, le texte est aligné verticalement en
12345  haut.
12346 \end_layout
12347
12348 \begin_layout Itemize
12349
12350 \series bold
12351 m{largeur}
12352 \series default
12353  crée une cellule de taille donnée, le texte est aligné verticalement au
12354  centre
12355 \end_layout
12356
12357 \begin_layout Itemize
12358
12359 \series bold
12360 b{largeur}
12361 \series default
12362  crée une cellule de taille donnée, le texte est aligné verticalement en
12363  bas
12364 \end_layout
12365
12366 \begin_layout Standard
12367 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12368  la fenêtre de dialogue sont ignorés.
12369 \end_layout
12370
12371 \begin_layout Standard
12372 \begin_inset Note Greyedout
12373 status open
12374
12375 \begin_layout Plain Layout
12376
12377 \series bold
12378 Note:
12379 \series default
12380  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12381  en compte.
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Comme le texte doit être centré horizontalement, on ajoute la commande 
12391 \series bold
12392
12393 \backslash
12394 centering
12395 \series default
12396 .
12397  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12398  des colonnes recouvertes :
12399 \end_layout
12400
12401 \begin_layout Standard
12402
12403 \series bold
12404 >{
12405 \backslash
12406 centering}m{1.25cm-6.2pt}
12407 \end_layout
12408
12409 \begin_layout Standard
12410 La commande 
12411 \series bold
12412 >{ }
12413 \series default
12414  signifie que les commandes qui se trouvent entre les accolades doivent
12415  être appliquées avant que la cellule ne soit créée.
12416 \end_layout
12417
12418 \begin_layout Standard
12419 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12420  multicolonne, il est toujours aligné à gauche.
12421  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12422  isolées.
12423  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12424 \end_layout
12425
12426 \begin_layout Standard
12427
12428 \series bold
12429 >{
12430 \backslash
12431 centering}m{2.5cm}
12432 \end_layout
12433
12434 \begin_layout Subsection
12435 Multi-lignes
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Multi-lignes
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \begin_inset Index idx
12447 status collapsed
12448
12449 \begin_layout Plain Layout
12450 Tableau ! Multi-ligne
12451 \end_layout
12452
12453 \end_inset
12454
12455
12456 \end_layout
12457
12458 \begin_layout Standard
12459 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12460  par LyX, il faut donc utiliser un peu de code TeX.
12461  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12462 \series bold
12463 multirow
12464 \series default
12465
12466 \begin_inset Index idx
12467 status collapsed
12468
12469 \begin_layout Plain Layout
12470 Paquetages LaTeX ! multirow
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \series bold
12477  
12478 \series default
12479 dans le préambule de votre document avec la commande 
12480 \end_layout
12481
12482 \begin_layout Standard
12483
12484 \series bold
12485
12486 \backslash
12487 usepackage{multirow}
12488 \end_layout
12489
12490 \begin_layout Standard
12491 Les cellules multilignes sont créées avec la commande
12492 \end_layout
12493
12494 \begin_layout Standard
12495
12496 \series bold
12497
12498 \backslash
12499 multirow{number of rows}{cell width}{cell entry}
12500 \end_layout
12501
12502 \begin_layout Standard
12503 Pour créer le tableau suivant :
12504 \end_layout
12505
12506 \begin_layout Standard
12507 \align center
12508 \begin_inset ERT
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512
12513
12514 \backslash
12515 renewcommand{
12516 \backslash
12517 multirowsetup}{
12518 \backslash
12519 centering}
12520 \end_layout
12521
12522 \end_inset
12523
12524
12525 \begin_inset Tabular
12526 <lyxtabular version="3" rows="3" columns="3">
12527 <features tabularvalignment="middle">
12528 <column alignment="center" valignment="top" width="0">
12529 <column alignment="center" valignment="top" width="0">
12530 <column alignment="center" valignment="top" width="0">
12531 <row>
12532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 a
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545 b
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 c
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 </row>
12560 <row>
12561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12562 \begin_inset Text
12563
12564 \begin_layout Plain Layout
12565 \begin_inset ERT
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569
12570
12571 \backslash
12572 multirow{2}{2.5cm}{
12573 \end_layout
12574
12575 \end_inset
12576
12577 cellule multi-lignes
12578 \begin_inset ERT
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582
12583 }
12584 \end_layout
12585
12586 \end_inset
12587
12588
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 e
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 f
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 <row>
12613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 h
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 i
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 </row>
12641 </lyxtabular>
12642
12643 \end_inset
12644
12645
12646 \begin_inset ERT
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650
12651
12652 \backslash
12653 renewcommand{
12654 \backslash
12655 multirowsetup}{
12656 \backslash
12657 raggedright}
12658 \end_layout
12659
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \begin_layout Standard
12666 créez un tableau 3×3.
12667  Désactivez la bordure supérieure de la dernière cellule dans la première
12668  colonne.
12669  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12670  première colonne en y insérant la commande
12671 \end_layout
12672
12673 \begin_layout Standard
12674
12675 \series bold
12676
12677 \backslash
12678 multirow{2}{2.5cm}{
12679 \end_layout
12680
12681 \begin_layout Standard
12682 comme du code TeX.
12683  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12684  deux lignes et a une largeur de 2.5
12685 \begin_inset space \thinspace{}
12686 \end_inset
12687
12688 cm.
12689  Le contenu de la cellule suit le code TeX et on termine la commande en
12690  ajoutant l'accolade fermante 
12691 \series bold
12692 }
12693 \series default
12694  dans une nouvelle boîte de code TeX, juste après le texte.
12695 \end_layout
12696
12697 \begin_layout Standard
12698
12699 \series bold
12700
12701 \backslash
12702 multirow
12703 \series default
12704  aligne implicitement son contenu à gauche.
12705  Pour passer outre le comportement implicite, vous devez redéfinir la commande
12706  
12707 \series bold
12708
12709 \backslash
12710 multirowsetup
12711 \series default
12712  avec la commande
12713 \end_layout
12714
12715 \begin_layout Standard
12716
12717 \series bold
12718
12719 \backslash
12720 renewcommand{
12721 \backslash
12722 multirowsetup}{
12723 \backslash
12724 centering}
12725 \end_layout
12726
12727 \begin_layout Standard
12728 dans le préambule du document.
12729  Après ça, tous les contenus de cellules multi-lignes du document seront
12730  centrés.
12731  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12732  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12733  juste avant le tableau concerné, plutôt que dans le préambule.
12734  Si le texte doit être aligné à droite, remplacez 
12735 \series bold
12736
12737 \backslash
12738 centering
12739 \series default
12740  par 
12741 \series bold
12742
12743 \backslash
12744 raggedleft
12745 \series default
12746 .
12747  Pour revenir à l'alignement à gauche utilisez 
12748 \series bold
12749
12750 \backslash
12751 raggedright
12752 \series default
12753 .
12754 \end_layout
12755
12756 \begin_layout Section
12757 Les Tableaux Formels
12758 \begin_inset CommandInset label
12759 LatexCommand label
12760 name "sec:Tableaux-Formels"
12761
12762 \end_inset
12763
12764
12765 \begin_inset Index idx
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769 Tableau ! Formel
12770 \end_layout
12771
12772 \end_inset
12773
12774
12775 \end_layout
12776
12777 \begin_layout Standard
12778 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12779  à celle du tableau
12780 \begin_inset space ~
12781 \end_inset
12782
12783
12784 \begin_inset CommandInset ref
12785 LatexCommand ref
12786 reference "tab:Exemple-tableau-booktabs"
12787
12788 \end_inset
12789
12790 .
12791  Ce genre de tableau est appelé 
12792 \begin_inset Quotes eld
12793 \end_inset
12794
12795
12796 \emph on
12797 formel
12798 \emph default
12799
12800 \begin_inset Quotes erd
12801 \end_inset
12802
12803 .
12804  Pour transformer un tableau en tableau formel, utilisez l'option 
12805 \family sans
12806 Formel
12807 \family default
12808  de l'onglet 
12809 \family sans
12810 Bordures
12811 \family default
12812  de la fenêtre de dialogue 
12813 \family sans
12814 Paramètres
12815 \begin_inset space ~
12816 \end_inset
12817
12818 du
12819 \begin_inset space ~
12820 \end_inset
12821
12822 tableau
12823 \family default
12824 .
12825 \end_layout
12826
12827 \begin_layout Standard
12828 \begin_inset Float table
12829 placement h
12830 wide false
12831 sideways false
12832 status open
12833
12834 \begin_layout Plain Layout
12835 \begin_inset Caption
12836
12837 \begin_layout Plain Layout
12838 \begin_inset CommandInset label
12839 LatexCommand label
12840 name "tab:Exemple-tableau-booktabs"
12841
12842 \end_inset
12843
12844 Exemple de tableau formel
12845 \end_layout
12846
12847 \end_inset
12848
12849
12850 \end_layout
12851
12852 \begin_layout Plain Layout
12853 \align center
12854 \begin_inset Tabular
12855 <lyxtabular version="3" rows="8" columns="4">
12856 <features booktabs="true" tabularvalignment="middle">
12857 <column alignment="center" valignment="top" width="0">
12858 <column alignment="center" valignment="top" width="0">
12859 <column alignment="center" valignment="top" width="0">
12860 <column alignment="center" valignment="top" width="0">
12861 <row>
12862 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 Système
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 Chip
12876 \begin_inset space \thinspace{}
12877 \end_inset
12878
12879 1
12880 \end_layout
12881
12882 \end_inset
12883 </cell>
12884 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12885 \begin_inset Text
12886
12887 \begin_layout Plain Layout
12888 Chip
12889 \begin_inset space \thinspace{}
12890 \end_inset
12891
12892 2
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 </row>
12907 <row>
12908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 \begin_inset ERT
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916
12917
12918 \backslash
12919 cmidrule(r){2-2}
12920 \end_layout
12921
12922 \end_inset
12923
12924
12925 \begin_inset ERT
12926 status collapsed
12927
12928 \begin_layout Plain Layout
12929
12930
12931 \backslash
12932 cmidrule(l){3-4}
12933 \end_layout
12934
12935 \end_inset
12936
12937 Épaisseur du capteur en µm
12938 \end_layout
12939
12940 \end_inset
12941 </cell>
12942 <cell alignment="center" valignment="top" usebox="none">
12943 \begin_inset Text
12944
12945 \begin_layout Plain Layout
12946 300
12947 \end_layout
12948
12949 \end_inset
12950 </cell>
12951 <cell alignment="center" valignment="top" usebox="none">
12952 \begin_inset Text
12953
12954 \begin_layout Plain Layout
12955 300
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 <cell alignment="center" valignment="top" usebox="none">
12961 \begin_inset Text
12962
12963 \begin_layout Plain Layout
12964 700
12965 \end_layout
12966
12967 \end_inset
12968 </cell>
12969 </row>
12970 <row>
12971 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12972 \begin_inset Text
12973
12974 \begin_layout Plain Layout
12975 Angle du biseau en °
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 <cell alignment="center" valignment="top" topline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 3.55
12985 \end_layout
12986
12987 \end_inset
12988 </cell>
12989 <cell alignment="center" valignment="top" topline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993 2.71
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 <cell alignment="center" valignment="top" topline="true" usebox="none">
12999 \begin_inset Text
13000
13001 \begin_layout Plain Layout
13002 7.99
13003 \end_layout
13004
13005 \end_inset
13006 </cell>
13007 </row>
13008 <row topspace="default">
13009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Plain Layout
13013 Résolution spatiale en µm
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 <cell alignment="center" valignment="top" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022 4.26
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 <cell alignment="center" valignment="top" usebox="none">
13028 \begin_inset Text
13029
13030 \begin_layout Plain Layout
13031 10.17
13032 \end_layout
13033
13034 \end_inset
13035 </cell>
13036 <cell alignment="center" valignment="top" usebox="none">
13037 \begin_inset Text
13038
13039 \begin_layout Plain Layout
13040 10.56
13041 \end_layout
13042
13043 \end_inset
13044 </cell>
13045 </row>
13046 <row topspace="default">
13047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13048 \begin_inset Text
13049
13050 \begin_layout Plain Layout
13051 MTF à 
13052 \begin_inset Formula $f_{\mathrm{max}}$
13053 \end_inset
13054
13055
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 <cell alignment="center" valignment="top" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 0.53
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 <cell alignment="center" valignment="top" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Plain Layout
13073 0.37
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 <cell alignment="center" valignment="top" usebox="none">
13079 \begin_inset Text
13080
13081 \begin_layout Plain Layout
13082 0.39
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 </row>
13088 <row topspace="default">
13089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13090 \begin_inset Text
13091
13092 \begin_layout Plain Layout
13093 \begin_inset ERT
13094 status collapsed
13095
13096 \begin_layout Plain Layout
13097
13098
13099 \backslash
13100 cmidrule(l{10pt}){1-1}
13101 \end_layout
13102
13103 \end_inset
13104
13105 résolution spatiale LSF
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell alignment="center" valignment="top" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 </row>
13138 <row>
13139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 en µm
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell alignment="center" valignment="top" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 129.7
13153 \end_layout
13154
13155 \end_inset
13156 </cell>
13157 <cell alignment="center" valignment="top" usebox="none">
13158 \begin_inset Text
13159
13160 \begin_layout Plain Layout
13161 52.75
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell alignment="center" valignment="top" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170 50.78
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 </row>
13176 <row>
13177 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 en % de la taille des pixels
13182 \end_layout
13183
13184 \end_inset
13185 </cell>
13186 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 76.3
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 95.9
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 92.3
13209 \end_layout
13210
13211 \end_inset
13212 </cell>
13213 </row>
13214 </lyxtabular>
13215
13216 \end_inset
13217
13218
13219 \end_layout
13220
13221 \end_inset
13222
13223
13224 \end_layout
13225
13226 \begin_layout Standard
13227 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13228  
13229 \family sans
13230 Bordures
13231 \family default
13232  de la fenêtre de dialogue 
13233 \family sans
13234 Paramètres
13235 \begin_inset space ~
13236 \end_inset
13237
13238 du
13239 \begin_inset space ~
13240 \end_inset
13241
13242 tableau
13243 \family default
13244  comme c'est décrit dans la section
13245 \begin_inset space ~
13246 \end_inset
13247
13248
13249 \begin_inset CommandInset ref
13250 LatexCommand ref
13251 reference "sub:Espacement-lignes"
13252
13253 \end_inset
13254
13255 .
13256 \end_layout
13257
13258 \begin_layout Standard
13259 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13260  verticales.
13261  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13262  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13263  sortie imprimée :
13264 \begin_inset Newline newline
13265 \end_inset
13266
13267 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13268 \begin_inset space \thinspace{}
13269 \end_inset
13270
13271 em alors que les autres lignes ont implicite une épaisseur de 0.05
13272 \begin_inset space \thinspace{}
13273 \end_inset
13274
13275 em.
13276 \end_layout
13277
13278 \begin_layout Standard
13279 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13280  les lignes de préambule suivantes :
13281 \end_layout
13282
13283 \begin_layout Standard
13284
13285 \series bold
13286
13287 \backslash
13288 let
13289 \backslash
13290 mytoprule
13291 \backslash
13292 toprule
13293 \begin_inset Newline newline
13294 \end_inset
13295
13296
13297 \backslash
13298 renewcommand{
13299 \backslash
13300 toprule}{
13301 \backslash
13302 mytoprule[width]}
13303 \end_layout
13304
13305 \begin_layout Standard
13306 Cet exemple concerne la première ligne, appelée 
13307 \series bold
13308 toprule
13309 \series default
13310 .
13311  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13312 \series bold
13313 toprule
13314 \series default
13315  par 
13316 \series bold
13317 bottomrule
13318 \series default
13319 .
13320  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13321  
13322 \series bold
13323 toprule
13324 \series default
13325  par 
13326 \series bold
13327 midrule
13328 \series default
13329 .
13330  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13331 \begin_inset space ~
13332 \end_inset
13333
13334
13335 \begin_inset CommandInset ref
13336 LatexCommand ref
13337 reference "cha:Unités-de-longueur"
13338
13339 \end_inset
13340
13341  pour préciser l'épaisseur voulue.
13342 \end_layout
13343
13344 \begin_layout Standard
13345 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13346  en mettant une ligne pour une cellule multi colonne.
13347  LyX va utiliser en interne la commande 
13348 \series bold
13349
13350 \backslash
13351 cmidrule
13352 \series default
13353  pour créer cette ligne.
13354  Sa syntaxe complète est :
13355 \end_layout
13356
13357 \begin_layout Standard
13358
13359 \series bold
13360
13361 \backslash
13362 cmidrule[largeur](rognage){colDépart-colFin}
13363 \end_layout
13364
13365 \begin_layout Standard
13366 Les options de la commande 
13367 \series bold
13368
13369 \backslash
13370 cmidrule
13371 \series default
13372  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13373  TeX pour pouvoir les utiliser.
13374  On peut créer manuellement des lignes 
13375 \series bold
13376
13377 \backslash
13378 mitrales
13379 \series default
13380  en insérant la commande en code TeX comme le premier élément de la première
13381  cellule de la ligne.
13382  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13383  en question.
13384 \end_layout
13385
13386 \begin_layout Standard
13387 La valeur implicite pour l'épaisseur des lignes est de 0.03
13388 \begin_inset space \thinspace{}
13389 \end_inset
13390
13391 em.
13392  
13393 \series bold
13394 colDépart
13395 \series default
13396  est le numéro de la colonne dans laquelle la ligne commence et 
13397 \series bold
13398 colFin
13399 \series default
13400  est le numéro de la colonne dans laquelle elle se termine.
13401  La valeur de 
13402 \series bold
13403 colFin
13404 \series default
13405  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13406  Le paramètre optionnel 
13407 \series bold
13408 rognage
13409 \series default
13410  peut être soit 
13411 \emph on
13412 l{largeurRognage}
13413 \emph default
13414 , ou 
13415 \emph on
13416 r{largeurRognage}
13417 \emph default
13418  où les valeurs de
13419 \emph on
13420  largeurRognage
13421 \emph default
13422  sont aussi optionnelles.
13423  En utilisant par exemple la valeur 
13424 \emph on
13425 l{2pt}
13426 \emph default
13427  pour ce paramètre, la ligne va être rognée de 2
13428 \begin_inset space \thinspace{}
13429 \end_inset
13430
13431 pt à son extrémité gauche.
13432  Si vous ne spécifiez pas de valeur pour 
13433 \emph on
13434 largeurRognage
13435 \emph default
13436  les lignes sont implicitement rognées de 0.5
13437 \begin_inset space \thinspace{}
13438 \end_inset
13439
13440 em.
13441 \end_layout
13442
13443 \begin_layout Standard
13444 \begin_inset VSpace bigskip
13445 \end_inset
13446
13447 Le tableau
13448 \begin_inset space ~
13449 \end_inset
13450
13451
13452 \begin_inset CommandInset ref
13453 LatexCommand ref
13454 reference "tab:Exemple-tableau-booktabs"
13455
13456 \end_inset
13457
13458  a été créé en utilisant les commandes
13459 \end_layout
13460
13461 \begin_layout Standard
13462
13463 \series bold
13464
13465 \backslash
13466 cmidrule(r){2-2}
13467 \backslash
13468 cmidrule(l){3-4}
13469 \end_layout
13470
13471 \begin_layout Standard
13472 au début de la deuxième ligne et
13473 \end_layout
13474
13475 \begin_layout Standard
13476
13477 \series bold
13478
13479 \backslash
13480 cmidrule(l{10pt}){1-1}
13481 \end_layout
13482
13483 \begin_layout Standard
13484 au début de la sixième ligne.
13485 \end_layout
13486
13487 \begin_layout Standard
13488 \begin_inset VSpace bigskip
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495 Vous pouvez vouloir des commandes 
13496 \series bold
13497
13498 \backslash
13499 cmidrule
13500 \series default
13501 s qui se recouvrent comme pour le tableau
13502 \begin_inset space ~
13503 \end_inset
13504
13505
13506 \begin_inset CommandInset ref
13507 LatexCommand ref
13508 reference "tab:Tableau-booktabs-special"
13509
13510 \end_inset
13511
13512 .
13513  On obtient ce résultat en utilisant la commande suivante en code TeX
13514 \end_layout
13515
13516 \begin_layout Standard
13517
13518 \series bold
13519
13520 \backslash
13521 morecmidrules
13522 \end_layout
13523
13524 \begin_layout Standard
13525 La commande qui a été utilisée pour la deuxième ligne du tableau
13526 \begin_inset space ~
13527 \end_inset
13528
13529
13530 \begin_inset CommandInset ref
13531 LatexCommand ref
13532 reference "tab:Tableau-booktabs-special"
13533
13534 \end_inset
13535
13536  est
13537 \end_layout
13538
13539 \begin_layout Standard
13540
13541 \series bold
13542
13543 \backslash
13544 cmidrule(r){2-2}
13545 \backslash
13546 cmidrule(l){3-4}
13547 \backslash
13548 morecmidrules
13549 \backslash
13550 cmidrule{2-4}
13551 \end_layout
13552
13553 \begin_layout Standard
13554 La commande pour la sixième ligne est
13555 \end_layout
13556
13557 \begin_layout Standard
13558
13559 \series bold
13560
13561 \backslash
13562 midrule
13563 \backslash
13564 morecmidrules
13565 \backslash
13566 cmidrule{3-4}
13567 \end_layout
13568
13569 \begin_layout Standard
13570 \begin_inset VSpace bigskip
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \begin_layout Standard
13577 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13578 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13579  font toute la largeur du tableau :
13580 \end_layout
13581
13582 \begin_layout Standard
13583
13584 \series bold
13585
13586 \backslash
13587 specialrule{largeur}{espace au dessus}{espace en dessous}
13588 \end_layout
13589
13590 \begin_layout Standard
13591 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13592  du paquetage LaTeX 
13593 \series bold
13594 booktabs
13595 \series default
13596  
13597 \begin_inset CommandInset citation
13598 LatexCommand cite
13599 key "booktabs"
13600
13601 \end_inset
13602
13603 .
13604 \begin_inset Index idx
13605 status collapsed
13606
13607 \begin_layout Plain Layout
13608 Paquetages LaTeX ! booktabs
13609 \end_layout
13610
13611 \end_inset
13612
13613
13614 \end_layout
13615
13616 \begin_layout Standard
13617 \begin_inset Float table
13618 placement h
13619 wide false
13620 sideways false
13621 status open
13622
13623 \begin_layout Plain Layout
13624 \begin_inset Caption
13625
13626 \begin_layout Plain Layout
13627 \begin_inset CommandInset label
13628 LatexCommand label
13629 name "tab:Tableau-booktabs-special"
13630
13631 \end_inset
13632
13633 Tableau formel spécial
13634 \end_layout
13635
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \begin_layout Plain Layout
13642 \align center
13643 \begin_inset Tabular
13644 <lyxtabular version="3" rows="8" columns="4">
13645 <features booktabs="true" tabularvalignment="middle">
13646 <column alignment="center" valignment="top" width="0">
13647 <column alignment="center" valignment="top" width="0">
13648 <column alignment="center" valignment="top" width="0">
13649 <column alignment="center" valignment="top" width="0">
13650 <row>
13651 <cell alignment="center" valignment="top" topline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 Système
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 Chip
13665 \begin_inset space \thinspace{}
13666 \end_inset
13667
13668 1
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 Chip
13678 \begin_inset space \thinspace{}
13679 \end_inset
13680
13681 2
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 </row>
13696 <row>
13697 <cell alignment="center" valignment="top" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Plain Layout
13701 \begin_inset ERT
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705
13706
13707 \backslash
13708 cmidrule(r){2-2}
13709 \end_layout
13710
13711 \end_inset
13712
13713
13714 \begin_inset ERT
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718
13719
13720 \backslash
13721 cmidrule(l){3-4}
13722 \end_layout
13723
13724 \end_inset
13725
13726
13727 \begin_inset ERT
13728 status collapsed
13729
13730 \begin_layout Plain Layout
13731
13732
13733 \backslash
13734 morecmidrules 
13735 \end_layout
13736
13737 \end_inset
13738
13739
13740 \begin_inset ERT
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744
13745
13746 \backslash
13747 cmidrule{2-4}
13748 \end_layout
13749
13750 \end_inset
13751
13752 Epaisseur du capteur en µm
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 300
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 <cell alignment="center" valignment="top" usebox="none">
13767 \begin_inset Text
13768
13769 \begin_layout Plain Layout
13770 300
13771 \end_layout
13772
13773 \end_inset
13774 </cell>
13775 <cell alignment="center" valignment="top" usebox="none">
13776 \begin_inset Text
13777
13778 \begin_layout Plain Layout
13779 700
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 </row>
13785 <row>
13786 <cell alignment="center" valignment="top" topline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 Angle biseau en °
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 3.55
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 <cell alignment="center" valignment="top" topline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 2.71
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 <cell alignment="center" valignment="top" topline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 7.99
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 </row>
13823 <row topspace="default">
13824 <cell alignment="center" valignment="top" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828 Résolution spatiale en µm
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 <cell alignment="center" valignment="top" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 4.26
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 10.17
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 10.56
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 </row>
13861 <row topspace="default">
13862 <cell alignment="center" valignment="top" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 MTF à 
13867 \begin_inset Formula $f_{\mathrm{max}}$
13868 \end_inset
13869
13870
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 0.53
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 0.37
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 0.39
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 </row>
13903 <row>
13904 <cell alignment="center" valignment="top" topline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 \begin_inset ERT
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912
13913
13914 \backslash
13915 morecmidrules 
13916 \end_layout
13917
13918 \end_inset
13919
13920
13921 \begin_inset ERT
13922 status collapsed
13923
13924 \begin_layout Plain Layout
13925
13926
13927 \backslash
13928 cmidrule{3-4}
13929 \end_layout
13930
13931 \end_inset
13932
13933 résolution spatiale LSF
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 <cell alignment="center" valignment="top" topline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 <cell alignment="center" valignment="top" topline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Plain Layout
13960
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 </row>
13966 <row>
13967 <cell alignment="center" valignment="top" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 en µm
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 129.7
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 <cell alignment="center" valignment="top" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989 52.75
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 50.78
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 </row>
14004 <row>
14005 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 en % de la taille des pixels
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 76.3
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 95.9
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 92.3
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 </row>
14042 </lyxtabular>
14043
14044 \end_inset
14045
14046
14047 \end_layout
14048
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \begin_layout Section
14055 Alignement Vertical des Tableaux
14056 \begin_inset Index idx
14057 status collapsed
14058
14059 \begin_layout Plain Layout
14060 Tableau ! Alignement
14061 \end_layout
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \begin_layout Standard
14069 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14070  doit être à l'intérieur d'une boîte.
14071  La boîte peut alors être alignée comme c'est décrit dans la 
14072 \begin_inset space ~
14073 \end_inset
14074
14075
14076 \begin_inset CommandInset ref
14077 LatexCommand ref
14078 reference "sec:Boîte-Dialogue"
14079
14080 \end_inset
14081
14082 .
14083 \end_layout
14084
14085 \begin_layout Standard
14086 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14087  minipage
14088 \begin_inset Foot
14089 status open
14090
14091 \begin_layout Plain Layout
14092 Les minipages son décrites dans la section
14093 \begin_inset space ~
14094 \end_inset
14095
14096
14097 \begin_inset CommandInset ref
14098 LatexCommand ref
14099 reference "sec:Minipages"
14100
14101 \end_inset
14102
14103 .
14104 \end_layout
14105
14106 \end_inset
14107
14108  dont la largeur est de 15
14109 \begin_inset space \thinspace{}
14110 \end_inset
14111
14112 col% :
14113 \end_layout
14114
14115 \begin_layout Itemize
14116 test 
14117 \begin_inset Box Frameless
14118 position "t"
14119 hor_pos "c"
14120 has_inner_box 1
14121 inner_pos "c"
14122 use_parbox 0
14123 use_makebox 0
14124 width "15col%"
14125 special "none"
14126 height "1in"
14127 height_special "totalheight"
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131 \begin_inset Tabular
14132 <lyxtabular version="3" rows="3" columns="3">
14133 <features tabularvalignment="middle">
14134 <column alignment="center" valignment="top" width="0">
14135 <column alignment="center" valignment="top" width="0">
14136 <column alignment="center" valignment="top" width="0">
14137 <row>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 a
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 d
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 g
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 <row>
14167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 b
14172 \end_layout
14173
14174 \end_inset
14175 </cell>
14176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14177 \begin_inset Text
14178
14179 \begin_layout Plain Layout
14180 e
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 h
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 </row>
14195 <row>
14196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 c
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 f
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14215 \begin_inset Text
14216
14217 \begin_layout Plain Layout
14218 i
14219 \end_layout
14220
14221 \end_inset
14222 </cell>
14223 </row>
14224 </lyxtabular>
14225
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \end_inset
14232
14233  test 
14234 \begin_inset ERT
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238
14239
14240 \backslash
14241 raisebox{0.85
14242 \backslash
14243 baselineskip}{
14244 \end_layout
14245
14246 \end_inset
14247
14248
14249 \begin_inset Box Frameless
14250 position "t"
14251 hor_pos "c"
14252 has_inner_box 1
14253 inner_pos "c"
14254 use_parbox 0
14255 use_makebox 0
14256 width "15col%"
14257 special "none"
14258 height "1in"
14259 height_special "totalheight"
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263 \begin_inset Tabular
14264 <lyxtabular version="3" rows="3" columns="3">
14265 <features tabularvalignment="middle">
14266 <column alignment="center" valignment="top" width="0">
14267 <column alignment="center" valignment="top" width="0">
14268 <column alignment="center" valignment="top" width="0">
14269 <row>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 a
14275 \end_layout
14276
14277 \end_inset
14278 </cell>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283 d
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14289 \begin_inset Text
14290
14291 \begin_layout Plain Layout
14292 g
14293 \end_layout
14294
14295 \end_inset
14296 </cell>
14297 </row>
14298 <row>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Plain Layout
14303 b
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14309 \begin_inset Text
14310
14311 \begin_layout Plain Layout
14312 e
14313 \end_layout
14314
14315 \end_inset
14316 </cell>
14317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14318 \begin_inset Text
14319
14320 \begin_layout Plain Layout
14321 h
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 </row>
14327 <row>
14328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 c
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341 f
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 i
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 </lyxtabular>
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371 }
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Itemize
14380 test 
14381 \begin_inset Box Frameless
14382 position "c"
14383 hor_pos "c"
14384 has_inner_box 1
14385 inner_pos "c"
14386 use_parbox 0
14387 use_makebox 0
14388 width "15col%"
14389 special "none"
14390 height "1in"
14391 height_special "totalheight"
14392 status collapsed
14393
14394 \begin_layout Plain Layout
14395 \begin_inset Tabular
14396 <lyxtabular version="3" rows="3" columns="3">
14397 <features tabularvalignment="middle">
14398 <column alignment="center" valignment="top" width="0">
14399 <column alignment="center" valignment="top" width="0">
14400 <column alignment="center" valignment="top" width="0">
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 a
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 d
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 g
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 </row>
14430 <row>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 b
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 e
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 h
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 </row>
14459 <row>
14460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 c
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 f
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 i
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 </row>
14488 </lyxtabular>
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \end_inset
14496
14497
14498 \end_layout
14499
14500 \begin_layout Itemize
14501 test 
14502 \begin_inset Box Frameless
14503 position "b"
14504 hor_pos "c"
14505 has_inner_box 1
14506 inner_pos "c"
14507 use_parbox 0
14508 use_makebox 0
14509 width "15col%"
14510 special "none"
14511 height "1in"
14512 height_special "totalheight"
14513 status collapsed
14514
14515 \begin_layout Plain Layout
14516 \begin_inset Tabular
14517 <lyxtabular version="3" rows="3" columns="3">
14518 <features tabularvalignment="middle">
14519 <column alignment="center" valignment="top" width="0">
14520 <column alignment="center" valignment="top" width="0">
14521 <column alignment="center" valignment="top" width="0">
14522 <row>
14523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 a
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 d
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 g
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 </row>
14551 <row>
14552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 b
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 e
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574 h
14575 \end_layout
14576
14577 \end_inset
14578 </cell>
14579 </row>
14580 <row>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 c
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14591 \begin_inset Text
14592
14593 \begin_layout Plain Layout
14594 f
14595 \end_layout
14596
14597 \end_inset
14598 </cell>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603 i
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 </row>
14609 </lyxtabular>
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \end_inset
14617
14618  test 
14619 \begin_inset ERT
14620 status collapsed
14621
14622 \begin_layout Plain Layout
14623
14624
14625 \backslash
14626 raisebox{-0.32
14627 \backslash
14628 baselineskip}{
14629 \end_layout
14630
14631 \end_inset
14632
14633
14634 \begin_inset Box Frameless
14635 position "b"
14636 hor_pos "c"
14637 has_inner_box 1
14638 inner_pos "c"
14639 use_parbox 0
14640 use_makebox 0
14641 width "15col%"
14642 special "none"
14643 height "1in"
14644 height_special "totalheight"
14645 status collapsed
14646
14647 \begin_layout Plain Layout
14648 \begin_inset Tabular
14649 <lyxtabular version="3" rows="3" columns="3">
14650 <features tabularvalignment="middle">
14651 <column alignment="center" valignment="top" width="0">
14652 <column alignment="center" valignment="top" width="0">
14653 <column alignment="center" valignment="top" width="0">
14654 <row>
14655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659 a
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 d
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677 g
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 </row>
14683 <row>
14684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688 b
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 e
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706 h
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 </row>
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 c
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14723 \begin_inset Text
14724
14725 \begin_layout Plain Layout
14726 f
14727 \end_layout
14728
14729 \end_inset
14730 </cell>
14731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735 i
14736 \end_layout
14737
14738 \end_inset
14739 </cell>
14740 </row>
14741 </lyxtabular>
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \end_inset
14749
14750
14751 \begin_inset ERT
14752 status collapsed
14753
14754 \begin_layout Plain Layout
14755
14756 }
14757 \end_layout
14758
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \begin_layout Standard
14765 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14766  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14767  la ligne dans laquelle le tableau est inséré.
14768  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14769  boîte élévatrice (raisebox)
14770 \begin_inset Foot
14771 status collapsed
14772
14773 \begin_layout Plain Layout
14774 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14775 \begin_inset space ~
14776 \end_inset
14777
14778
14779 \begin_inset CommandInset ref
14780 LatexCommand ref
14781 reference "sub:Alignement-Vertical"
14782
14783 \end_inset
14784
14785 .
14786 \end_layout
14787
14788 \end_inset
14789
14790 .
14791  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14792  aligné en utilisant la commande en code TeX suivante 
14793 \end_layout
14794
14795 \begin_layout Standard
14796
14797 \series bold
14798
14799 \backslash
14800 raisebox{0.85
14801 \backslash
14802 baselineskip}{
14803 \end_layout
14804
14805 \begin_layout Standard
14806 placée juste avant la boîte minipage.
14807  Après la boîte on insère l'accolade fermante en code TeX.
14808  Pour le deuxième tableau de la dernière ligne, la commande 
14809 \end_layout
14810
14811 \begin_layout Standard
14812
14813 \series bold
14814
14815 \backslash
14816 raisebox{-0.32
14817 \backslash
14818 baselineskip}{
14819 \end_layout
14820
14821 \begin_layout Standard
14822 est utilisée.
14823 \end_layout
14824
14825 \begin_layout Standard
14826 \begin_inset Note Greyedout
14827 status open
14828
14829 \begin_layout Plain Layout
14830
14831 \series bold
14832 Note:
14833 \series default
14834  L'alignement entre le contenu de la ligne du tableau et le texte de la
14835  ligne qui l'entoure ne peut pas être parfait.
14836  Le facteur utilisé dans la commande 
14837 \series bold
14838
14839 \backslash
14840 raisebox
14841 \series default
14842  pour obtenir cet alignement dépend de la police de caractères du document,
14843  de la taille de la police et de l'épaisseur des lignes du tableau.
14844 \end_layout
14845
14846 \end_inset
14847
14848
14849 \end_layout
14850
14851 \begin_layout Section
14852 Tableaux Colorés
14853 \begin_inset CommandInset label
14854 LatexCommand label
14855 name "sec:Tableaux-Colorés"
14856
14857 \end_inset
14858
14859
14860 \begin_inset Index idx
14861 status collapsed
14862
14863 \begin_layout Plain Layout
14864 Tableau ! Coloré
14865 \end_layout
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Subsection
14873 Cellules Colorées
14874 \begin_inset Index idx
14875 status collapsed
14876
14877 \begin_layout Plain Layout
14878 Couleur des tableaux ! Pour les cellules
14879 \end_layout
14880
14881 \end_inset
14882
14883
14884 \begin_inset Index idx
14885 status collapsed
14886
14887 \begin_layout Plain Layout
14888 Couleur ! Pour les cellules de tableau
14889 \end_layout
14890
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Standard
14897 \begin_inset Float table
14898 placement h
14899 wide false
14900 sideways false
14901 status open
14902
14903 \begin_layout Plain Layout
14904 \begin_inset Caption
14905
14906 \begin_layout Plain Layout
14907 \begin_inset CommandInset label
14908 LatexCommand label
14909 name "tab:Tableau-coloré-sans-colortbl"
14910
14911 \end_inset
14912
14913 Tableau coloré sans utiliser le paquetage  
14914 \series bold
14915 colortbl
14916 \series default
14917
14918 \begin_inset Argument
14919 status open
14920
14921 \begin_layout Plain Layout
14922 Tableau sans colortbl
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Plain Layout
14936 \align center
14937 \begin_inset Tabular
14938 <lyxtabular version="3" rows="3" columns="3">
14939 <features tabularvalignment="middle">
14940 <column alignment="center" valignment="top" width="0">
14941 <column alignment="center" valignment="top" width="0">
14942 <column alignment="center" valignment="top" width="0">
14943 <row>
14944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948
14949 \color green
14950 a
14951 \end_layout
14952
14953 \end_inset
14954 </cell>
14955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14956 \begin_inset Text
14957
14958 \begin_layout Plain Layout
14959
14960 \color red
14961 b
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970
14971 \color red
14972 c
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 </row>
14978 <row>
14979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14980 \begin_inset Text
14981
14982 \begin_layout Plain Layout
14983
14984 \color green
14985 d
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994
14995 \color blue
14996 e
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005
15006 \color blue
15007 f
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 </row>
15013 <row>
15014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018
15019 \color green
15020 g
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029
15030 \color blue
15031 h
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040
15041 \color blue
15042 i
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 </row>
15048 </lyxtabular>
15049
15050 \end_inset
15051
15052
15053 \end_layout
15054
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \begin_layout Standard
15061 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15062  et choisissez une couleur dans le menu 
15063 \family sans
15064 Éditer\SpecialChar \menuseparator
15065 Style
15066 \begin_inset space ~
15067 \end_inset
15068
15069 de
15070 \begin_inset space ~
15071 \end_inset
15072
15073 Texte
15074 \family default
15075 .
15076  C'est ce qui a été utilisé pour créer le tableau
15077 \begin_inset space ~
15078 \end_inset
15079
15080
15081 \begin_inset CommandInset ref
15082 LatexCommand ref
15083 reference "tab:Tableau-coloré-sans-colortbl"
15084
15085 \end_inset
15086
15087 .
15088  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15089 \series bold
15090 colortbl
15091 \series default
15092 .
15093 \begin_inset Index idx
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097 Paquetages LaTeX ! colortbl
15098 \end_layout
15099
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \begin_layout Standard
15106 \begin_inset ERT
15107 status collapsed
15108
15109 \begin_layout Plain Layout
15110
15111
15112 \backslash
15113 ifcolortbl
15114 \end_layout
15115
15116 \end_inset
15117
15118
15119 \begin_inset Note Note
15120 status open
15121
15122 \begin_layout Plain Layout
15123 La section qui suit ne sera affichée que si vous avez installé le paquetage
15124  LaTeX 
15125 \series bold
15126 colortbl
15127 \series default
15128 .
15129 \end_layout
15130
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \begin_layout Standard
15137 Pour créer des tableaux colorés, vous devez charger le paquetage
15138 \series bold
15139  colortbl
15140 \series default
15141  dans le préambule avec la ligne
15142 \end_layout
15143
15144 \begin_layout Standard
15145
15146 \series bold
15147
15148 \backslash
15149 usepackage{colortbl}
15150 \end_layout
15151
15152 \begin_layout Standard
15153 On choisit la couleur d'une colonne avec la commande 
15154 \end_layout
15155
15156 \begin_layout Standard
15157
15158 \series bold
15159
15160 \backslash
15161 columncolor{nom de couleur}
15162 \end_layout
15163
15164 \begin_layout Standard
15165 à l'intérieur d'une commande 
15166 \series bold
15167 >{ }
15168 \series default
15169 .
15170  Vous trouverez plus d'information sur la commande 
15171 \series bold
15172 >{}
15173 \series default
15174  dans la section
15175 \begin_inset space ~
15176 \end_inset
15177
15178
15179 \begin_inset CommandInset ref
15180 LatexCommand ref
15181 reference "sub:Calculs-multicolonnes"
15182
15183 \end_inset
15184
15185 .
15186 \end_layout
15187
15188 \begin_layout Standard
15189 Les noms de couleurs suivants sont prédéfinis :
15190 \end_layout
15191
15192 \begin_layout Standard
15193
15194 \family sans
15195 red
15196 \family default
15197  (rouge), 
15198 \family sans
15199 green
15200 \family default
15201  (vert), 
15202 \family sans
15203 yellow
15204 \family default
15205  (jaune), 
15206 \family sans
15207 blue
15208 \family default
15209  (bleu), 
15210 \family sans
15211 cyan
15212 \family default
15213
15214 \family sans
15215 magenta
15216 \family default
15217
15218 \family sans
15219 black 
15220 \family default
15221 (noir) et 
15222 \family sans
15223 white 
15224 \family default
15225 (blanc).
15226 \end_layout
15227
15228 \begin_layout Standard
15229 \begin_inset VSpace medskip
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \begin_layout Standard
15236 Vous pouvez aussi définir votre propre couleur avec la commande
15237 \end_layout
15238
15239 \begin_layout Standard
15240
15241 \series bold
15242
15243 \backslash
15244 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15245 \end_layout
15246
15247 \begin_layout Standard
15248 Le modèle de couleur peut être
15249 \end_layout
15250
15251 \begin_layout Labeling
15252 \labelwidthstring 00.00.0000
15253 cmyk: cyan, magenta, jaune (yellow), noir (black)
15254 \end_layout
15255
15256 \begin_layout Labeling
15257 \labelwidthstring 00.00.0000
15258 rgb: red, vert (green), bleu (blue)
15259 \end_layout
15260
15261 \begin_layout Labeling
15262 \labelwidthstring 00.00.0000
15263 gray dégradé de gris (gray)
15264 \end_layout
15265
15266 \begin_layout Standard
15267 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15268  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15269 \end_layout
15270
15271 \begin_layout Standard
15272 Vous pouvez par exemple définir la couleur 
15273 \begin_inset Quotes eld
15274 \end_inset
15275
15276
15277 \emph on
15278 vertfonce
15279 \begin_inset Quotes erd
15280 \end_inset
15281
15282  dans le préambule avec la ligne
15283 \end_layout
15284
15285 \begin_layout Standard
15286
15287 \series bold
15288
15289 \backslash
15290 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15291 \end_layout
15292
15293 \begin_layout Standard
15294 et la couleur "
15295 \emph on
15296 grisclair
15297 \emph default
15298 " avec
15299 \end_layout
15300
15301 \begin_layout Standard
15302
15303 \series bold
15304
15305 \backslash
15306 definecolor{grisclair}{gray}{0.8}
15307 \end_layout
15308
15309 \begin_layout Standard
15310 \begin_inset VSpace medskip
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \begin_layout Standard
15317 Les lignes sont colorées avec la commande
15318 \end_layout
15319
15320 \begin_layout Standard
15321
15322 \series bold
15323
15324 \backslash
15325 rowcolor{nom de la couleur}
15326 \end_layout
15327
15328 \begin_layout Standard
15329 et les cellules sont colorées avec la commande
15330 \end_layout
15331
15332 \begin_layout Standard
15333
15334 \series bold
15335
15336 \backslash
15337 cellcolor{nom de la couleur}
15338 \end_layout
15339
15340 \begin_layout Standard
15341 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15346  choisissez une couleur dans le menu 
15347 \family sans
15348 Éditer\SpecialChar \menuseparator
15349 Style
15350 \begin_inset space ~
15351 \end_inset
15352
15353 de
15354 \begin_inset space ~
15355 \end_inset
15356
15357 Texte
15358 \family default
15359 .
15360  Si une cellule contient du code TeX, faites bien attention à ne colorer
15361  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15362 \end_layout
15363
15364 \begin_layout Standard
15365 \begin_inset Note Greyedout
15366 status open
15367
15368 \begin_layout Plain Layout
15369
15370 \series bold
15371 Note:
15372 \series default
15373  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15374  définies par l'utilisateur.
15375 \end_layout
15376
15377 \end_inset
15378
15379
15380 \end_layout
15381
15382 \begin_layout Standard
15383 \begin_inset VSpace bigskip
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \begin_layout Standard
15390 Pour créer le tableau
15391 \begin_inset space ~
15392 \end_inset
15393
15394
15395 \begin_inset CommandInset ref
15396 LatexCommand ref
15397 reference "tab:Tableau-coloré-avec-colortbl"
15398
15399 \end_inset
15400
15401  faites ce qui suit : La couleur de la première colonne doit être 
15402 \emph on
15403 vertfonce
15404 \emph default
15405 .
15406  On insère donc la commande
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412 >{
15413 \backslash
15414 columncolor{vertfonce}
15415 \backslash
15416 centering}c
15417 \end_layout
15418
15419 \begin_layout Standard
15420 en code TeX pour cette colonne.
15421  La première ligne doit être bleue
15422 \begin_inset Note Note
15423 status open
15424
15425 \begin_layout Plain Layout
15426 cyan ? (NdT)
15427 \end_layout
15428
15429 \end_inset
15430
15431 , d'où la commande en code TeX
15432 \end_layout
15433
15434 \begin_layout Standard
15435
15436 \series bold
15437
15438 \backslash
15439 rowcolor{cyan}
15440 \end_layout
15441
15442 \begin_layout Standard
15443 qui est insérée dans la première cellule de cette ligne.
15444  Notez que cela annule la couleur de colonne pour la première cellule.
15445  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15446  en code TeX la commande
15447 \end_layout
15448
15449 \begin_layout Standard
15450
15451 \series bold
15452
15453 \backslash
15454 cellcolor{magenta}
15455 \end_layout
15456
15457 \begin_layout Standard
15458 Les caractères peuvent maintenant être colorés en utilisant le menu 
15459 \family sans
15460 Éditer\SpecialChar \menuseparator
15461 Style
15462 \begin_inset space ~
15463 \end_inset
15464
15465 de
15466 \begin_inset space ~
15467 \end_inset
15468
15469 Texte
15470 \family default
15471 .
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset Float table
15476 placement h
15477 wide false
15478 sideways false
15479 status open
15480
15481 \begin_layout Plain Layout
15482 \begin_inset Caption
15483
15484 \begin_layout Plain Layout
15485 \begin_inset CommandInset label
15486 LatexCommand label
15487 name "tab:Tableau-coloré-avec-colortbl"
15488
15489 \end_inset
15490
15491 Tableau coloré en utilisant le paquetage 
15492 \series bold
15493 colortbl
15494 \series default
15495
15496 \begin_inset Argument
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500 Tableau avec colortbl
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509
15510
15511 \end_layout
15512
15513 \begin_layout Plain Layout
15514 \align center
15515 \begin_inset Tabular
15516 <lyxtabular version="3" rows="3" columns="3">
15517 <features tabularvalignment="middle">
15518 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15519 <column alignment="center" valignment="top" width="0">
15520 <column alignment="center" valignment="top" width="0">
15521 <row>
15522 <cell alignment="center" valignment="top" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526 \begin_inset ERT
15527 status collapsed
15528
15529 \begin_layout Plain Layout
15530
15531
15532 \backslash
15533 rowcolor{cyan}
15534 \end_layout
15535
15536 \end_inset
15537
15538
15539 \color magenta
15540 a
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 <cell alignment="center" valignment="top" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549
15550 \color red
15551 b
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560
15561 \color red
15562 c
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 </row>
15568 <row>
15569 <cell alignment="center" valignment="top" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573
15574 \color yellow
15575 d
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \color blue
15586 e
15587 \end_layout
15588
15589 \end_inset
15590 </cell>
15591 <cell alignment="center" valignment="top" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \color blue
15597 f
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 </row>
15603 <row>
15604 <cell alignment="center" valignment="top" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \color yellow
15610 g
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619
15620 \color blue
15621 h
15622 \end_layout
15623
15624 \end_inset
15625 </cell>
15626 <cell alignment="center" valignment="top" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630 \begin_inset ERT
15631 status collapsed
15632
15633 \begin_layout Plain Layout
15634
15635
15636 \backslash
15637 cellcolor{magenta}
15638 \end_layout
15639
15640 \end_inset
15641
15642
15643 \color green
15644 i
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 </row>
15650 </lyxtabular>
15651
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \begin_layout Standard
15663 \begin_inset ERT
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667
15668
15669 \backslash
15670 else
15671 \end_layout
15672
15673 \end_inset
15674
15675
15676 \begin_inset Note Note
15677 status open
15678
15679 \begin_layout Plain Layout
15680 Ce qui suit sera affiché si le paquetage 
15681 \series bold
15682 colortbl
15683 \series default
15684  n'est pas installé :
15685 \end_layout
15686
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \begin_layout Standard
15693 Vous devez installer le paquetage 
15694 \series bold
15695 colortbl
15696 \series default
15697  pour voir le contenu des cette section dans la sortie imprimée.
15698 \end_layout
15699
15700 \begin_layout Standard
15701 \begin_inset ERT
15702 status collapsed
15703
15704 \begin_layout Plain Layout
15705
15706
15707 \backslash
15708 fi
15709 \end_layout
15710
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \begin_layout Subsection
15717 Les filets colorées
15718 \begin_inset Index idx
15719 status collapsed
15720
15721 \begin_layout Plain Layout
15722 Tableau Coloré ! Pour les filets
15723 \end_layout
15724
15725 \end_inset
15726
15727
15728 \begin_inset Index idx
15729 status collapsed
15730
15731 \begin_layout Plain Layout
15732 Couleur ! Pour les filets des tableaux
15733 \end_layout
15734
15735 \end_inset
15736
15737
15738 \begin_inset Note Note
15739 status collapsed
15740
15741 \begin_layout Plain Layout
15742 on parle de filets plutôt que de lignes pour les tableaux
15743 \end_layout
15744
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \begin_layout Standard
15751 Comme c'est décrit dans la section
15752 \begin_inset space ~
15753 \end_inset
15754
15755
15756 \begin_inset CommandInset ref
15757 LatexCommand ref
15758 reference "sub:Epaisseur-filets"
15759
15760 \end_inset
15761
15762 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15763  variable 
15764 \series bold
15765
15766 \backslash
15767 arrayrulewidth
15768 \series default
15769 .
15770  Elle est mise à 1.5
15771 \begin_inset space \thinspace{}
15772 \end_inset
15773
15774 pt pour tous les tableaux de cette section.
15775 \begin_inset ERT
15776 status collapsed
15777
15778 \begin_layout Plain Layout
15779
15780
15781 \backslash
15782 setlength{
15783 \backslash
15784 arrayrulewidth}{1.5pt}
15785 \end_layout
15786
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \begin_layout Standard
15793 Pour colorer les filets verticaux, par exemple en vert, créez le format
15794  de colonne suivant dans le préambule du document, en suivant la description
15795  de la section
15796 \begin_inset space ~
15797 \end_inset
15798
15799
15800 \begin_inset CommandInset ref
15801 LatexCommand ref
15802 reference "sub:Formats-personnalisés"
15803
15804 \end_inset
15805
15806 :
15807 \end_layout
15808
15809 \begin_layout Standard
15810
15811 \series bold
15812
15813 \backslash
15814 newcolumntype{W}{!{
15815 \backslash
15816 color{green}
15817 \backslash
15818 vline}}
15819 \end_layout
15820
15821 \begin_layout Standard
15822 Pour le tableau
15823 \begin_inset space ~
15824 \end_inset
15825
15826
15827 \begin_inset CommandInset ref
15828 LatexCommand ref
15829 reference "tab:Tableau-filets-verticaux-colorés"
15830
15831 \end_inset
15832
15833  le paramètre LaTeX
15834 \series bold
15835  WcW
15836 \series default
15837  a été utilisé pour la dernière colonne et
15838 \series bold
15839  Wc
15840 \series default
15841  pour les autres colonnes.
15842 \end_layout
15843
15844 \begin_layout Standard
15845 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15846 \end_layout
15847
15848 \begin_layout Standard
15849 \begin_inset Float table
15850 placement h
15851 wide false
15852 sideways false
15853 status open
15854
15855 \begin_layout Plain Layout
15856 \begin_inset Caption
15857
15858 \begin_layout Plain Layout
15859 \begin_inset CommandInset label
15860 LatexCommand label
15861 name "tab:Tableau-filets-verticaux-colorés"
15862
15863 \end_inset
15864
15865 Tableau avec filets verticaux colorés
15866 \end_layout
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \begin_layout Plain Layout
15874 \align center
15875 \begin_inset Tabular
15876 <lyxtabular version="3" rows="3" columns="3">
15877 <features tabularvalignment="middle">
15878 <column alignment="center" valignment="top" width="0" special="Wc">
15879 <column alignment="center" valignment="top" width="0" special="Wc">
15880 <column alignment="center" valignment="top" width="0" special="WcW">
15881 <row>
15882 <cell alignment="center" valignment="top" topline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 sd
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 </row>
15910 <row>
15911 <cell alignment="center" valignment="top" topline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell alignment="center" valignment="top" topline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 sd
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 <row>
15940 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 sd
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 </row>
15968 </lyxtabular>
15969
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \begin_layout Standard
15981 \begin_inset VSpace bigskip
15982 \end_inset
15983
15984 Pour colorer les filets horizontaux en rouge comme pour le tableau
15985 \begin_inset space ~
15986 \end_inset
15987
15988
15989 \begin_inset CommandInset ref
15990 LatexCommand ref
15991 reference "tab:Tableau-filet-horizontaux-colorés"
15992
15993 \end_inset
15994
15995 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15996  le flottant de tableau :
15997 \end_layout
15998
15999 \begin_layout Standard
16000
16001 \series bold
16002
16003 \backslash
16004 let
16005 \backslash
16006 myHlineC
16007 \backslash
16008 hline
16009 \begin_inset Newline newline
16010 \end_inset
16011
16012
16013 \backslash
16014 renewcommand{
16015 \backslash
16016 hline}
16017 \begin_inset Newline newline
16018 \end_inset
16019
16020
16021 \begin_inset Phantom HPhantom
16022 status open
16023
16024 \begin_layout Plain Layout
16025
16026 \series bold
16027 \begin_inset space ~
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \end_inset
16034
16035 {
16036 \backslash
16037 arrayrulecolor{red}
16038 \backslash
16039 myHlineC
16040 \backslash
16041 arrayrulecolor{black}}
16042 \end_layout
16043
16044 \begin_layout Standard
16045 \begin_inset ERT
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049
16050
16051 \backslash
16052 let
16053 \backslash
16054 myHlineC
16055 \backslash
16056 hline
16057 \end_layout
16058
16059 \begin_layout Plain Layout
16060
16061
16062 \backslash
16063 renewcommand{
16064 \backslash
16065 hline}
16066 \end_layout
16067
16068 \begin_layout Plain Layout
16069
16070  {
16071 \backslash
16072 arrayrulecolor{red}
16073 \backslash
16074 myHlineC
16075 \backslash
16076 arrayrulecolor{black}}
16077 \end_layout
16078
16079 \end_inset
16080
16081
16082 \begin_inset Float table
16083 placement h
16084 wide false
16085 sideways false
16086 status open
16087
16088 \begin_layout Plain Layout
16089 \begin_inset Caption
16090
16091 \begin_layout Plain Layout
16092 \begin_inset CommandInset label
16093 LatexCommand label
16094 name "tab:Tableau-filet-horizontaux-colorés"
16095
16096 \end_inset
16097
16098 Tableau avec filets horizontaux colorés
16099 \end_layout
16100
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \begin_layout Plain Layout
16107 \align center
16108 \begin_inset Tabular
16109 <lyxtabular version="3" rows="3" columns="3">
16110 <features tabularvalignment="middle">
16111 <column alignment="center" valignment="top" width="0">
16112 <column alignment="center" valignment="top" width="0">
16113 <column alignment="center" valignment="top" width="0">
16114 <row>
16115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 sd
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 </row>
16143 <row>
16144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 sd
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 <row>
16173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16174 \begin_inset Text
16175
16176 \begin_layout Plain Layout
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 sd
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 </lyxtabular>
16202
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209
16210
16211 \end_layout
16212
16213 \begin_layout Standard
16214 Pour revenir à la couleur noire implicite, insérez la commande suivante
16215  en code TeX, juste après le tableau ou le flottant de tableau :
16216 \end_layout
16217
16218 \begin_layout Standard
16219
16220 \series bold
16221
16222 \backslash
16223 renewcommand{
16224 \backslash
16225 hline}{
16226 \backslash
16227 myHlineC}
16228 \end_layout
16229
16230 \begin_layout Standard
16231 Le tableau
16232 \begin_inset space ~
16233 \end_inset
16234
16235
16236 \begin_inset CommandInset ref
16237 LatexCommand ref
16238 reference "tab:Tableau-avec-filets-colorés"
16239
16240 \end_inset
16241
16242  est un exemple avec des filets horizontaux et verticaux colorés.
16243 \end_layout
16244
16245 \begin_layout Standard
16246 \begin_inset Float table
16247 placement h
16248 wide false
16249 sideways false
16250 status open
16251
16252 \begin_layout Plain Layout
16253 \begin_inset Caption
16254
16255 \begin_layout Plain Layout
16256 \begin_inset CommandInset label
16257 LatexCommand label
16258 name "tab:Tableau-avec-filets-colorés"
16259
16260 \end_inset
16261
16262 Tableau avec filets horizontaux et verticaux colorés
16263 \end_layout
16264
16265 \end_inset
16266
16267
16268 \end_layout
16269
16270 \begin_layout Plain Layout
16271 \align center
16272 \begin_inset Tabular
16273 <lyxtabular version="3" rows="3" columns="3">
16274 <features tabularvalignment="middle">
16275 <column alignment="center" valignment="top" width="0" special="Wc">
16276 <column alignment="center" valignment="top" width="0" special="Wc">
16277 <column alignment="center" valignment="top" width="0" special="WcW">
16278 <row>
16279 <cell alignment="center" valignment="top" topline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 sd
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 <cell alignment="center" valignment="top" topline="true" usebox="none">
16289 \begin_inset Text
16290
16291 \begin_layout Plain Layout
16292
16293 \end_layout
16294
16295 \end_inset
16296 </cell>
16297 <cell alignment="center" valignment="top" topline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 </row>
16307 <row>
16308 <cell alignment="center" valignment="top" topline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 sd
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 <cell alignment="center" valignment="top" topline="true" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 </row>
16336 <row topspace="default">
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350
16351 \end_layout
16352
16353 \end_inset
16354 </cell>
16355 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 sd
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 </lyxtabular>
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \end_inset
16373
16374
16375 \end_layout
16376
16377 \begin_layout Standard
16378 \begin_inset ERT
16379 status collapsed
16380
16381 \begin_layout Plain Layout
16382
16383
16384 \backslash
16385 renewcommand{
16386 \backslash
16387 hline}{
16388 \backslash
16389 myHlineC}
16390 \end_layout
16391
16392 \end_inset
16393
16394
16395 \end_layout
16396
16397 \begin_layout Standard
16398 \begin_inset ERT
16399 status collapsed
16400
16401 \begin_layout Plain Layout
16402
16403
16404 \backslash
16405 setlength{
16406 \backslash
16407 arrayrulewidth}{0.4pt}
16408 \end_layout
16409
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \begin_layout Section
16416 Personnalisation des Tableaux
16417 \begin_inset Index idx
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421 Tableau ! Personnalisation
16422 \end_layout
16423
16424 \end_inset
16425
16426
16427 \begin_inset Index idx
16428 status collapsed
16429
16430 \begin_layout Plain Layout
16431 Personnalisation des tableaux
16432 \end_layout
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Subsection
16440 Espacement des lignes
16441 \begin_inset CommandInset label
16442 LatexCommand label
16443 name "sub:Espacement-lignes"
16444
16445 \end_inset
16446
16447
16448 \begin_inset Index idx
16449 status collapsed
16450
16451 \begin_layout Plain Layout
16452 Personnalisation des tableaux ! Espacement des lignes
16453 \end_layout
16454
16455 \end_inset
16456
16457
16458 \end_layout
16459
16460 \begin_layout Standard
16461 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16462  l'onglet 
16463 \family sans
16464 Bordures
16465 \family default
16466  de la fenêtre de dialogue 
16467 \family sans
16468 Paramètres
16469 \begin_inset space ~
16470 \end_inset
16471
16472 du
16473 \begin_inset space ~
16474 \end_inset
16475
16476 tableau
16477 \family default
16478 .
16479  Vous y trouverez trois possibilités :
16480 \end_layout
16481
16482 \begin_layout Description
16483 Haut
16484 \begin_inset space ~
16485 \end_inset
16486
16487 de
16488 \begin_inset space ~
16489 \end_inset
16490
16491 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16492  Si le tableau est un tableau formel
16493 \begin_inset Foot
16494 status collapsed
16495
16496 \begin_layout Plain Layout
16497 Les tableaux formels sont décrits dans la section
16498 \begin_inset space ~
16499 \end_inset
16500
16501
16502 \begin_inset CommandInset ref
16503 LatexCommand ref
16504 reference "sec:Tableaux-Formels"
16505
16506 \end_inset
16507
16508 .
16509 \end_layout
16510
16511 \end_inset
16512
16513  LyX va insérer implicitement un espace de 0.5
16514 \begin_inset space \thinspace{}
16515 \end_inset
16516
16517 em.
16518  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16519  les filets verticaux comme dans le tableau suivant :
16520 \begin_inset VSpace medskip
16521 \end_inset
16522
16523
16524 \begin_inset Newline newline
16525 \end_inset
16526
16527
16528 \begin_inset space \hspace*{}
16529 \length 0pt
16530 \end_inset
16531
16532
16533 \begin_inset space \hfill{}
16534 \end_inset
16535
16536
16537 \begin_inset Tabular
16538 <lyxtabular version="3" rows="3" columns="1">
16539 <features tabularvalignment="middle">
16540 <column alignment="center" valignment="top" width="0">
16541 <row>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546 A
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 <row topspace="3mm">
16553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 espace de 3
16558 \begin_inset space \thinspace{}
16559 \end_inset
16560
16561 mm en haut de la ligne
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 C
16573 \end_layout
16574
16575 \end_inset
16576 </cell>
16577 </row>
16578 </lyxtabular>
16579
16580 \end_inset
16581
16582
16583 \begin_inset space \hfill{}
16584 \end_inset
16585
16586
16587 \begin_inset space \hspace*{}
16588 \length 0pt
16589 \end_inset
16590
16591
16592 \begin_inset VSpace medskip
16593 \end_inset
16594
16595
16596 \begin_inset Newline newline
16597 \end_inset
16598
16599 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16600  pas de filets verticaux.
16601 \end_layout
16602
16603 \begin_layout Description
16604 Bas
16605 \begin_inset space ~
16606 \end_inset
16607
16608 de
16609 \begin_inset space ~
16610 \end_inset
16611
16612 ligne va ajouter de l'espace sous les caractères de la ligne.
16613  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16614  de 0.5
16615 \begin_inset space \thinspace{}
16616 \end_inset
16617
16618 em, pour les tableaux normaux, l'espace implicite est de 2
16619 \begin_inset space \thinspace{}
16620 \end_inset
16621
16622 pt.
16623 \end_layout
16624
16625 \begin_layout Description
16626 Entre
16627 \begin_inset space ~
16628 \end_inset
16629
16630 les
16631 \begin_inset space ~
16632 \end_inset
16633
16634 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16635  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16636  de 0.5
16637 \begin_inset space \thinspace{}
16638 \end_inset
16639
16640 em.
16641  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16642  les filets verticaux comme dans le tableau suivant :
16643 \begin_inset VSpace medskip
16644 \end_inset
16645
16646
16647 \begin_inset Newline newline
16648 \end_inset
16649
16650
16651 \begin_inset space \hspace*{}
16652 \length 0pt
16653 \end_inset
16654
16655
16656 \begin_inset space \hfill{}
16657 \end_inset
16658
16659
16660 \begin_inset Tabular
16661 <lyxtabular version="3" rows="3" columns="1">
16662 <features tabularvalignment="middle">
16663 <column alignment="center" valignment="top" width="0">
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 A
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row interlinespace="3mm">
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Formula $\downarrow$
16681 \end_inset
16682
16683  espace de 3
16684 \begin_inset space \thinspace{}
16685 \end_inset
16686
16687 mm entre les lignes 
16688 \begin_inset Formula $\downarrow$
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \end_inset
16695 </cell>
16696 </row>
16697 <row>
16698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\uparrow$
16703 \end_inset
16704
16705  espace de 3
16706 \begin_inset space \thinspace{}
16707 \end_inset
16708
16709 mm entre les lignes 
16710 \begin_inset Formula $\uparrow$
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 </row>
16719 </lyxtabular>
16720
16721 \end_inset
16722
16723
16724 \begin_inset space \hfill{}
16725 \end_inset
16726
16727
16728 \begin_inset space \hspace*{}
16729 \length 0pt
16730 \end_inset
16731
16732
16733 \begin_inset VSpace medskip
16734 \end_inset
16735
16736
16737 \begin_inset Newline newline
16738 \end_inset
16739
16740 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16741  pas de filets verticaux.
16742 \end_layout
16743
16744 \begin_layout Standard
16745 \begin_inset VSpace bigskip
16746 \end_inset
16747
16748 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16749  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16750  dans le préambule :
16751 \end_layout
16752
16753 \begin_layout Standard
16754
16755 \series bold
16756
16757 \backslash
16758 @ifundefined{extrarowheight}
16759 \begin_inset Newline newline
16760 \end_inset
16761
16762
16763 \begin_inset Phantom HPhantom
16764 status open
16765
16766 \begin_layout Plain Layout
16767
16768 \series bold
16769 \begin_inset space ~
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776
16777 {
16778 \backslash
16779 usepackage{array}}{}
16780 \begin_inset Newline newline
16781 \end_inset
16782
16783
16784 \backslash
16785 setlength{
16786 \backslash
16787 extrarowheight}{height}
16788 \end_layout
16789
16790 \begin_layout Standard
16791 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16792  plus exactement centré verticalement.
16793  (le paquetage 
16794 \series bold
16795 array 
16796 \series default
16797 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16798  auto-définis.
16799  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16800  
16801 \series bold
16802
16803 \backslash
16804 @ifundefined
16805 \series default
16806  dans la commande précédente.)
16807 \end_layout
16808
16809 \begin_layout Standard
16810 Si vous utilisez des polices de taille plus grande que la taille normale,
16811  les bordures des tableaux sont souvent trop proches du texte.
16812  On peut corriger ce problème en insérant la commande 
16813 \series bold
16814
16815 \begin_inset space \space{}
16816 \end_inset
16817
16818
16819 \backslash
16820 strut
16821 \series default
16822  en code TeX au debut d'une ligne du tableau.
16823  Le tableau
16824 \lang english
16825
16826 \begin_inset space ~
16827 \end_inset
16828
16829
16830 \begin_inset CommandInset ref
16831 LatexCommand ref
16832 reference "tab:Alignement-vertical"
16833
16834 \end_inset
16835
16836
16837 \lang french
16838  montre l'effet de cette commande.
16839 \end_layout
16840
16841 \begin_layout Standard
16842 \noindent
16843 \begin_inset Float table
16844 placement h
16845 wide false
16846 sideways false
16847 status open
16848
16849 \begin_layout Plain Layout
16850 \begin_inset Caption
16851
16852 \begin_layout Plain Layout
16853 \begin_inset CommandInset label
16854 LatexCommand label
16855 name "tab:Alignement-vertical"
16856
16857 \end_inset
16858
16859 Alignement vertical d'un texte avec une police de grande taille.
16860 \end_layout
16861
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \begin_layout Plain Layout
16868 \begin_inset space \hfill{}
16869 \end_inset
16870
16871
16872 \begin_inset Float table
16873 wide false
16874 sideways false
16875 status collapsed
16876
16877 \begin_layout Plain Layout
16878 \begin_inset Caption
16879
16880 \begin_layout Plain Layout
16881 Tableau normal.
16882 \end_layout
16883
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \begin_layout Plain Layout
16890 \noindent
16891 \align center
16892 \begin_inset Tabular
16893 <lyxtabular version="3" rows="6" columns="1">
16894 <features tabularvalignment="middle">
16895 <column alignment="left" valignment="top" width="0">
16896 <row>
16897 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 Normal, g
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row>
16908 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \size large
16914 Large
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \size larger
16927 Larger
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \size largest
16940 Largest
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 <row>
16947 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951
16952 \size huge
16953 Huge
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \size huge
16966 Huger
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 </lyxtabular>
16973
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980
16981
16982 \begin_inset space \hfill{}
16983 \end_inset
16984
16985
16986 \begin_inset Float table
16987 wide false
16988 sideways false
16989 status collapsed
16990
16991 \begin_layout Plain Layout
16992 \begin_inset Caption
16993
16994 \begin_layout Plain Layout
16995 Tableau utilisant la commande 
16996 \series bold
16997
16998 \backslash
16999 strut
17000 \series default
17001 .
17002 \end_layout
17003
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \begin_layout Plain Layout
17010 \noindent
17011 \align center
17012 \begin_inset Tabular
17013 <lyxtabular version="3" rows="6" columns="1">
17014 <features tabularvalignment="middle">
17015 <column alignment="left" valignment="top" width="0">
17016 <row>
17017 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 Normal, g
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \size large
17034 \begin_inset ERT
17035 status collapsed
17036
17037 \begin_layout Plain Layout
17038
17039
17040 \backslash
17041 strut 
17042 \end_layout
17043
17044 \end_inset
17045
17046 Large
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 </row>
17052 <row>
17053 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057
17058 \size larger
17059 \begin_inset ERT
17060 status collapsed
17061
17062 \begin_layout Plain Layout
17063
17064
17065 \backslash
17066 strut 
17067 \end_layout
17068
17069 \end_inset
17070
17071 Larger
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 </row>
17077 <row>
17078 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082
17083 \size largest
17084 \begin_inset ERT
17085 status collapsed
17086
17087 \begin_layout Plain Layout
17088
17089
17090 \backslash
17091 strut 
17092 \end_layout
17093
17094 \end_inset
17095
17096 Largest
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 </row>
17102 <row>
17103 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107
17108 \size huge
17109 \begin_inset ERT
17110 status collapsed
17111
17112 \begin_layout Plain Layout
17113
17114
17115 \backslash
17116 strut 
17117 \end_layout
17118
17119 \end_inset
17120
17121 Huge
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 <row>
17128 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \size giant
17134 \begin_inset ERT
17135 status collapsed
17136
17137 \begin_layout Plain Layout
17138
17139
17140 \backslash
17141 strut 
17142 \end_layout
17143
17144 \end_inset
17145
17146
17147 \size huge
17148 Huger
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 </row>
17154 </lyxtabular>
17155
17156 \end_inset
17157
17158
17159 \end_layout
17160
17161 \end_inset
17162
17163
17164 \begin_inset space \hfill{}
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \begin_layout Subsection
17176 Alignements de cellules spéciaux
17177 \begin_inset Index idx
17178 status collapsed
17179
17180 \begin_layout Plain Layout
17181 Personnalisation des tableaux ! Alignement de cellules spéciaux
17182 \end_layout
17183
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \begin_layout Standard
17190 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17191  cellules sur un caractère donné, par exemple le séparateur décimal comme
17192  dans le tableau
17193 \begin_inset space ~
17194 \end_inset
17195
17196
17197 \begin_inset CommandInset ref
17198 LatexCommand ref
17199 reference "tab:Tableau-centré-sur-séparateur"
17200
17201 \end_inset
17202
17203 .
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset Float table
17208 placement h
17209 wide false
17210 sideways false
17211 status open
17212
17213 \begin_layout Plain Layout
17214 \begin_inset Caption
17215
17216 \begin_layout Plain Layout
17217 \begin_inset CommandInset label
17218 LatexCommand label
17219 name "tab:Tableau-centré-sur-séparateur"
17220
17221 \end_inset
17222
17223 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17224 \end_layout
17225
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \begin_layout Plain Layout
17232 \align center
17233 \begin_inset Tabular
17234 <lyxtabular version="3" rows="4" columns="2">
17235 <features tabularvalignment="middle">
17236 <column alignment="right" valignment="top" width="0">
17237 <column alignment="left" valignment="top" width="0" special="@{}l">
17238 <row>
17239 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243 en-tête
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="center" valignment="top" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 12,
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272 6
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 </row>
17278 <row>
17279 <cell alignment="center" valignment="top" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 0,
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 68
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 <row>
17299 <cell alignment="center" valignment="top" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 -123,
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 0
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 </lyxtabular>
17319
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \begin_layout Standard
17331 Ce tableau a été créé comme un tableau 4×2.
17332  L'en-tête est une cellule multicolonne centrée.
17333  La première colonne est alignée à droite et contient les chiffres qui se
17334  trouvent avant la virgule ainsi que la virgule elle-même.
17335  La deuxième colonne est alignée à gauche et contient les chiffres situés
17336  après la virgule.
17337  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17338  tableau, le paramètre LaTeX suivant 
17339 \lang english
17340 was used
17341 \lang french
17342  pour la deuxième colonne :
17343 \end_layout
17344
17345 \begin_layout Standard
17346
17347 \series bold
17348 @{}l
17349 \end_layout
17350
17351 \begin_layout Standard
17352 Le tableau
17353 \begin_inset space ~
17354 \end_inset
17355
17356
17357 \begin_inset CommandInset ref
17358 LatexCommand ref
17359 reference "tab:Plusieurs-exemples-alignements"
17360
17361 \end_inset
17362
17363  montre quelques exemples d'alignements.
17364  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
17365  plus petit espace mathématique au début de la dernière colonne pour obtenir
17366  l'espacement correct autour du signe de relation.
17367 \end_layout
17368
17369 \begin_layout Standard
17370 \begin_inset Float table
17371 wide false
17372 sideways false
17373 status open
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Caption
17377
17378 \begin_layout Plain Layout
17379 \begin_inset CommandInset label
17380 LatexCommand label
17381 name "tab:Plusieurs-exemples-alignements"
17382
17383 \end_inset
17384
17385 Plusieurs exemples d'alignement de cellules.
17386 \end_layout
17387
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \begin_layout Plain Layout
17394 \align center
17395 \begin_inset Tabular
17396 <lyxtabular version="3" rows="4" columns="6">
17397 <features tabularvalignment="middle">
17398 <column alignment="right" valignment="top" width="0">
17399 <column alignment="left" valignment="top" width="0" special="@{}l">
17400 <column alignment="right" valignment="top" width="0">
17401 <column alignment="left" valignment="top" width="0" special="@{}l">
17402 <column alignment="right" valignment="top" width="0">
17403 <column alignment="left" valignment="top" width="0" special="@{}l">
17404 <row>
17405 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 unités
17410 \end_layout
17411
17412 \end_inset
17413 </cell>
17414 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 exposants
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 relations
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 </row>
17460 <row>
17461 <cell alignment="center" valignment="top" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 12×
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 24
17475 \begin_inset space \thinspace{}
17476 \end_inset
17477
17478 bouteilles
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 <cell alignment="center" valignment="top" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487 \begin_inset Formula $10\cdot$
17488 \end_inset
17489
17490
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17496 \begin_inset Text
17497
17498 \begin_layout Plain Layout
17499 \begin_inset Formula $10^{\mbox{-}17}$
17500 \end_inset
17501
17502
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell alignment="center" valignment="top" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511 \begin_inset Formula $\Gamma(t)\propto$
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 \begin_inset Formula $\:\Upsilon(t)$
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 </row>
17532 <row>
17533 <cell alignment="center" valignment="top" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537 1024×
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 768
17547 \begin_inset space \thinspace{}
17548 \end_inset
17549
17550 Pixels
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 \begin_inset Formula $5.78\cdot$
17560 \end_inset
17561
17562
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 \begin_inset Formula $10^{7}$
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 \begin_inset Formula $A\ne$
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 \begin_inset Formula $\: B_{\mathrm{red}}$
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 </row>
17604 <row>
17605 <cell alignment="center" valignment="top" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609 32×
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 6
17619 \begin_inset space \thinspace{}
17620 \end_inset
17621
17622 cm
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 -
17632 \begin_inset Formula $33.5\cdot$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644 \begin_inset Formula $10^{4}$
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 \begin_inset Formula $\sin(\alpha)\ge$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 \begin_inset Formula $\:\sin(\beta)$
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 </row>
17677 </lyxtabular>
17678
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685
17686
17687 \end_layout
17688
17689 \begin_layout Standard
17690 \begin_inset VSpace bigskip
17691 \end_inset
17692
17693 Il y a aussi le paquetage LaTeX 
17694 \series bold
17695 dcolumn
17696 \series default
17697
17698 \begin_inset Index idx
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702 Paquetages LaTeX ! dcolumn
17703 \end_layout
17704
17705 \end_inset
17706
17707  qui fournit des alignements pour les cellules de tableaux.
17708  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17709  et ne permet pas de formules dans les cellules du tableau : Avec 
17710 \series bold
17711 dcolumn
17712 \series default
17713  la première colonne du tableau
17714 \begin_inset space ~
17715 \end_inset
17716
17717
17718 \begin_inset CommandInset ref
17719 LatexCommand ref
17720 reference "tab:Plusieurs-exemples-alignements"
17721
17722 \end_inset
17723
17724  ressemblera à la première colonne du tableau
17725 \begin_inset space ~
17726 \end_inset
17727
17728
17729 \begin_inset CommandInset ref
17730 LatexCommand ref
17731 reference "tab:Alignements-avec-dcolumn"
17732
17733 \end_inset
17734
17735
17736 \lang english
17737  and only with some tricks like the expected.
17738  
17739 \lang french
17740 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17741 \begin_inset space ~
17742 \end_inset
17743
17744
17745 \begin_inset CommandInset ref
17746 LatexCommand ref
17747 reference "tab:Plusieurs-exemples-alignements"
17748
17749 \end_inset
17750
17751  avec 
17752 \series bold
17753 dcolumn
17754 \series default
17755 .
17756 \end_layout
17757
17758 \begin_layout Standard
17759 \begin_inset Float table
17760 placement h
17761 wide false
17762 sideways false
17763 status open
17764
17765 \begin_layout Plain Layout
17766 \begin_inset Caption
17767
17768 \begin_layout Plain Layout
17769 \begin_inset CommandInset label
17770 LatexCommand label
17771 name "tab:Alignements-avec-dcolumn"
17772
17773 \end_inset
17774
17775 Alignements quand on utilise le paquetage LaTeX dcolumn.
17776  Pour toutes les colonnes des astuces d'alignement ont dû être utilisées
17777  pour obtenir la sortie.
17778 \end_layout
17779
17780 \end_inset
17781
17782
17783 \end_layout
17784
17785 \begin_layout Plain Layout
17786 \align center
17787 \begin_inset Tabular
17788 <lyxtabular version="3" rows="4" columns="3">
17789 <features tabularvalignment="middle">
17790 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17791 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17792 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.9}">
17793 <row>
17794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 unités
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 unités
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 unités
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 </row>
17822 <row>
17823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17824 \begin_inset Text
17825
17826 \begin_layout Plain Layout
17827 12x24
17828 \begin_inset space \thinspace{}
17829 \end_inset
17830
17831 bouteilles
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 12x24
17841 \begin_inset space \thinspace{}
17842 \end_inset
17843
17844
17845 \begin_inset Formula $\mbox{bouteilles}$
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 12
17858 \begin_inset ERT
17859 status collapsed
17860
17861 \begin_layout Plain Layout
17862
17863
17864 \backslash
17865 times 
17866 \end_layout
17867
17868 \end_inset
17869
17870 24+
17871 \begin_inset Formula $\mbox{bouteilles}$
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 </row>
17880 <row>
17881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 1024x768
17886 \begin_inset space \thinspace{}
17887 \end_inset
17888
17889 Pixels
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 1024x768
17899 \begin_inset space \thinspace{}
17900 \end_inset
17901
17902
17903 \begin_inset Formula $\mbox{Pixels}$
17904 \end_inset
17905
17906
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 <cell alignment="center" valignment="top" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915 1024
17916 \begin_inset ERT
17917 status collapsed
17918
17919 \begin_layout Plain Layout
17920
17921
17922 \backslash
17923 times 
17924 \end_layout
17925
17926 \end_inset
17927
17928 768+
17929 \begin_inset Formula $\mbox{Pixels}$
17930 \end_inset
17931
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 </row>
17938 <row>
17939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943 32x6
17944 \begin_inset space \thinspace{}
17945 \end_inset
17946
17947 cm
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 32x6
17957 \begin_inset space \thinspace{}
17958 \end_inset
17959
17960
17961 \begin_inset Formula $\mbox{cm}$
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 <cell alignment="center" valignment="top" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 32
17974 \begin_inset ERT
17975 status collapsed
17976
17977 \begin_layout Plain Layout
17978
17979
17980 \backslash
17981 times 
17982 \end_layout
17983
17984 \end_inset
17985
17986 6+
17987 \begin_inset Formula $\mbox{cm}$
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 </row>
17996 </lyxtabular>
17997
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004
18005
18006 \end_layout
18007
18008 \begin_layout Subsection
18009 Formats de cellule et de colonne personnalisés
18010 \begin_inset CommandInset label
18011 LatexCommand label
18012 name "sub:Formats-personnalisés"
18013
18014 \end_inset
18015
18016
18017 \begin_inset Index idx
18018 status collapsed
18019
18020 \begin_layout Plain Layout
18021 Personnalisation des tableaux !  Format de cellule/colonne
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \begin_layout Standard
18030 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18031  multicolonne comme dans la section
18032 \begin_inset space ~
18033 \end_inset
18034
18035
18036 \begin_inset CommandInset ref
18037 LatexCommand ref
18038 reference "sub:Calculs-multicolonnes"
18039
18040 \end_inset
18041
18042  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18043  multicolonnes.
18044  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18045  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18046  du document.
18047  Le format est défini avec la commande
18048 \end_layout
18049
18050 \begin_layout Standard
18051
18052 \series bold
18053
18054 \backslash
18055 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18056 \end_layout
18057
18058 \begin_layout Standard
18059 Le nom du format peut n'avoir qu'une lettre.
18060  Les lettres 
18061 \emph on
18062 b
18063 \emph default
18064
18065 \emph on
18066 c
18067 \emph default
18068
18069 \emph on
18070 l
18071 \emph default
18072
18073 \emph on
18074 m
18075 \emph default
18076
18077 \emph on
18078 p
18079 \emph default
18080  et 
18081 \emph on
18082 r
18083 \emph default
18084  sont prédéfinies et donc ne peuvent être utilisées.
18085  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18086 \end_layout
18087
18088 \begin_layout Standard
18089 \begin_inset VSpace medskip
18090 \end_inset
18091
18092
18093 \end_layout
18094
18095 \begin_layout Standard
18096 Pour de cellules multicolonnes centrées verticalement et horizontalement
18097  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18098  :
18099 \end_layout
18100
18101 \begin_layout Standard
18102
18103 \series bold
18104
18105 \backslash
18106 newcolumntype{M}[1]{>{
18107 \backslash
18108 centering
18109 \backslash
18110 hspace{0pt}}m{#1}}
18111 \end_layout
18112
18113 \begin_layout Standard
18114 Où le 
18115 \series bold
18116
18117 \backslash
18118 hspace{0pt}
18119 \series default
18120  évite le problème de césure du premier mot, comme c'est décrit en section
18121 \begin_inset space ~
18122 \end_inset
18123
18124
18125 \begin_inset CommandInset ref
18126 LatexCommand ref
18127 reference "sub:Lignes-multiple-dans-cellule"
18128
18129 \end_inset
18130
18131 .
18132  Ensuite, vous pouvez entrer
18133 \end_layout
18134
18135 \begin_layout Standard
18136
18137 \series bold
18138 M{width}
18139 \end_layout
18140
18141 \begin_layout Standard
18142 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18143  une multicolonne.
18144 \end_layout
18145
18146 \begin_layout Standard
18147 \begin_inset VSpace bigskip
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \begin_layout Standard
18154 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18155  définir le format
18156 \end_layout
18157
18158 \begin_layout Standard
18159
18160 \series bold
18161
18162 \backslash
18163 newcolumntype{S}[2]{>{
18164 \backslash
18165 centering
18166 \backslash
18167 hspace{0pt}}
18168 \begin_inset Newline newline
18169 \end_inset
18170
18171
18172 \begin_inset Phantom HPhantom
18173 status open
18174
18175 \begin_layout Plain Layout
18176
18177 \series bold
18178
18179 \backslash
18180 newcolumntype{S}[2]
18181 \end_layout
18182
18183 \end_inset
18184
18185 m{(#1+(2
18186 \backslash
18187 tabcolsep+
18188 \backslash
18189 arrayrulewidth)*(1-#2))/#2}}
18190 \end_layout
18191
18192 \begin_layout Standard
18193 Ce format utilise l'équation
18194 \begin_inset space ~
18195 \end_inset
18196
18197
18198 \begin_inset CommandInset ref
18199 LatexCommand eqref
18200 reference "eq:Wgn"
18201
18202 \end_inset
18203
18204  pour calculer la largeur que doit avoir chacune des cellules couverte par
18205  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18206 \end_layout
18207
18208 \begin_layout Standard
18209 Ensuite, vous pouvez entrer
18210 \end_layout
18211
18212 \begin_layout Standard
18213
18214 \series bold
18215 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18216 \end_layout
18217
18218 \begin_layout Standard
18219 comme paramètre LaTeX de la colonne.
18220 \end_layout
18221
18222 \begin_layout Standard
18223 \begin_inset VSpace bigskip
18224 \end_inset
18225
18226
18227 \end_layout
18228
18229 \begin_layout Standard
18230 Pour des colonnes colorées, vous pouvez définir
18231 \end_layout
18232
18233 \begin_layout Standard
18234
18235 \series bold
18236
18237 \backslash
18238 newcolumntype{K}[1]{>{
18239 \backslash
18240 columncolor{#1}
18241 \backslash
18242 hspace{0pt}}c}
18243 \end_layout
18244
18245 \begin_layout Standard
18246 Le 
18247 \begin_inset Quotes eld
18248 \end_inset
18249
18250 c
18251 \begin_inset Quotes erd
18252 \end_inset
18253
18254  à la fin crée une colonne de largeur variable dont le texte est centré
18255  horizontalement.
18256  Vous pouvez maintenant entrer
18257 \end_layout
18258
18259 \begin_layout Standard
18260
18261 \series bold
18262 K{nom de couleur}
18263 \end_layout
18264
18265 \begin_layout Standard
18266 comme paramètre LaTeX.
18267 \end_layout
18268
18269 \begin_layout Standard
18270 \begin_inset VSpace bigskip
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \begin_layout Standard
18277 Pour créer le tableau
18278 \begin_inset space ~
18279 \end_inset
18280
18281
18282 \begin_inset CommandInset ref
18283 LatexCommand ref
18284 reference "tab:Tableau-formats-personnalisés"
18285
18286 \end_inset
18287
18288  utilisez les paramètres LaTeX
18289 \end_layout
18290
18291 \begin_layout Standard
18292
18293 \series bold
18294 M{2.5cm}
18295 \end_layout
18296
18297 \begin_layout Standard
18298 pour la première colonne et la multicolonne,
18299 \end_layout
18300
18301 \begin_layout Standard
18302
18303 \series bold
18304 K{red}
18305 \end_layout
18306
18307 \begin_layout Standard
18308 pour la dernière colonne, et
18309 \end_layout
18310
18311 \begin_layout Standard
18312
18313 \series bold
18314 S{2.5cm}{2}
18315 \end_layout
18316
18317 \begin_layout Standard
18318 pour les cellules de la deuxième colonne.
18319 \end_layout
18320
18321 \begin_layout Standard
18322 \begin_inset Float table
18323 placement h
18324 wide false
18325 sideways false
18326 status open
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Caption
18330
18331 \begin_layout Plain Layout
18332 \begin_inset CommandInset label
18333 LatexCommand label
18334 name "tab:Tableau-formats-personnalisés"
18335
18336 \end_inset
18337
18338 Tableau utilisant des formats personnalisés
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Plain Layout
18347 \align center
18348 \begin_inset Tabular
18349 <lyxtabular version="3" rows="3" columns="4">
18350 <features tabularvalignment="middle">
18351 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18352 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18353 <column alignment="center" valignment="middle" width="0">
18354 <column alignment="center" valignment="middle" width="0" special="K{red}">
18355 <row>
18356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 motTrèsLongDansUneCellule
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 multicolonne avec multiligne
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 c
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 d
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407 e
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 f
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425 g
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 </row>
18431 <row>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 h
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 i
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 j
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463 k
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 </row>
18469 </lyxtabular>
18470
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \end_inset
18477
18478
18479 \end_layout
18480
18481 \begin_layout Subsection
18482 Épaisseur des filets
18483 \begin_inset CommandInset label
18484 LatexCommand label
18485 name "sub:Epaisseur-filets"
18486
18487 \end_inset
18488
18489
18490 \begin_inset Index idx
18491 status collapsed
18492
18493 \begin_layout Plain Layout
18494 Personnalisation des tableaux ! Épaisseur filets
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Standard
18503 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18504  
18505 \series bold
18506
18507 \backslash
18508 arrayrulewidth
18509 \series default
18510 .
18511  Pour mettre, par exemple, une épaisseur de filet de 1.5
18512 \begin_inset space \thinspace{}
18513 \end_inset
18514
18515 pt, comme pour le tableau
18516 \begin_inset space ~
18517 \end_inset
18518
18519
18520 \begin_inset CommandInset ref
18521 LatexCommand ref
18522 reference "tab:Tableau-filets-1.5pt"
18523
18524 \end_inset
18525
18526 , insérez la commande
18527 \end_layout
18528
18529 \begin_layout Standard
18530
18531 \series bold
18532
18533 \backslash
18534 setlength{
18535 \backslash
18536 arrayrulewidth}{1.5pt}
18537 \end_layout
18538
18539 \begin_layout Standard
18540 en code TeX avant le tableau ou le flottant de tableau.
18541  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18542  suivent.
18543  pour revenir aux valeurs implicites, mettez 
18544 \series bold
18545
18546 \backslash
18547 arrayrulewidth
18548 \series default
18549  à 0.4
18550 \begin_inset space \thinspace{}
18551 \end_inset
18552
18553 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18554 \end_layout
18555
18556 \begin_layout Standard
18557 \begin_inset ERT
18558 status collapsed
18559
18560 \begin_layout Plain Layout
18561
18562
18563 \backslash
18564 setlength{
18565 \backslash
18566 arrayrulewidth}{1.5pt}
18567 \end_layout
18568
18569 \end_inset
18570
18571
18572 \begin_inset Float table
18573 wide false
18574 sideways false
18575 status open
18576
18577 \begin_layout Plain Layout
18578 \begin_inset Caption
18579
18580 \begin_layout Plain Layout
18581 \begin_inset CommandInset label
18582 LatexCommand label
18583 name "tab:Tableau-filets-1.5pt"
18584
18585 \end_inset
18586
18587 Tableau avec des filets de 1.5
18588 \begin_inset space \thinspace{}
18589 \end_inset
18590
18591 pt
18592 \end_layout
18593
18594 \end_inset
18595
18596
18597 \end_layout
18598
18599 \begin_layout Plain Layout
18600 \align center
18601 \begin_inset Tabular
18602 <lyxtabular version="3" rows="3" columns="3">
18603 <features tabularvalignment="middle">
18604 <column alignment="center" valignment="top" width="0">
18605 <column alignment="center" valignment="top" width="0">
18606 <column alignment="center" valignment="top" width="0">
18607 <row>
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 sd
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 </row>
18636 <row>
18637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650 sd
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688 sd
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 </row>
18694 </lyxtabular>
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \end_inset
18702
18703
18704 \begin_inset ERT
18705 status collapsed
18706
18707 \begin_layout Plain Layout
18708
18709
18710 \backslash
18711 setlength{
18712 \backslash
18713 arrayrulewidth}{0.4pt}
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Standard
18722 \begin_inset VSpace bigskip
18723 \end_inset
18724
18725 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18726 \begin_inset space \thinspace{}
18727 \end_inset
18728
18729 pt, comme dans le tableau
18730 \begin_inset space ~
18731 \end_inset
18732
18733
18734 \begin_inset CommandInset ref
18735 LatexCommand ref
18736 reference "tab:Tableau-filets-horizontaux-1.5pt"
18737
18738 \end_inset
18739
18740 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18741  de tableau :
18742 \end_layout
18743
18744 \begin_layout Standard
18745
18746 \series bold
18747
18748 \backslash
18749 let
18750 \backslash
18751 myHline
18752 \backslash
18753 hline
18754 \begin_inset Newline newline
18755 \end_inset
18756
18757
18758 \backslash
18759 renewcommand{
18760 \backslash
18761 hline}
18762 \begin_inset Newline newline
18763 \end_inset
18764
18765  {
18766 \backslash
18767 noalign{
18768 \backslash
18769 global
18770 \backslash
18771 arrayrulewidth 1.5pt}
18772 \begin_inset Newline newline
18773 \end_inset
18774
18775  
18776 \backslash
18777 myHline
18778 \backslash
18779 noalign{
18780 \backslash
18781 global
18782 \backslash
18783 arrayrulewidth 0.4pt}}
18784 \end_layout
18785
18786 \begin_layout Standard
18787 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18788  en code TeX après le tableau ou le flottant de tableau :
18789 \end_layout
18790
18791 \begin_layout Standard
18792
18793 \series bold
18794
18795 \backslash
18796 renewcommand{
18797 \backslash
18798 hline}{
18799 \backslash
18800 myHline}
18801 \end_layout
18802
18803 \begin_layout Standard
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808
18809
18810 \backslash
18811 let
18812 \backslash
18813 myHline
18814 \backslash
18815 hline
18816 \end_layout
18817
18818 \begin_layout Plain Layout
18819
18820
18821 \backslash
18822 renewcommand{
18823 \backslash
18824 hline}
18825 \end_layout
18826
18827 \begin_layout Plain Layout
18828
18829  {
18830 \backslash
18831 noalign{
18832 \backslash
18833 global
18834 \backslash
18835 arrayrulewidth 1.5pt}
18836 \end_layout
18837
18838 \begin_layout Plain Layout
18839
18840   
18841 \backslash
18842 myHline
18843 \backslash
18844 noalign{
18845 \backslash
18846 global
18847 \backslash
18848 arrayrulewidth 0.4pt}}
18849 \end_layout
18850
18851 \end_inset
18852
18853
18854 \begin_inset Float table
18855 wide false
18856 sideways false
18857 status open
18858
18859 \begin_layout Plain Layout
18860 \begin_inset Caption
18861
18862 \begin_layout Plain Layout
18863 \begin_inset CommandInset label
18864 LatexCommand label
18865 name "tab:Tableau-filets-horizontaux-1.5pt"
18866
18867 \end_inset
18868
18869 Tableau avec des filets horizontaux de 1.5
18870 \begin_inset space \thinspace{}
18871 \end_inset
18872
18873 pt
18874 \end_layout
18875
18876 \end_inset
18877
18878
18879 \end_layout
18880
18881 \begin_layout Plain Layout
18882 \align center
18883 \begin_inset Tabular
18884 <lyxtabular version="3" rows="3" columns="3">
18885 <features tabularvalignment="middle">
18886 <column alignment="center" valignment="top" width="0">
18887 <column alignment="center" valignment="top" width="0">
18888 <column alignment="center" valignment="top" width="0">
18889 <row>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 sd
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 </row>
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 sd
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970 sd
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 </lyxtabular>
18977
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \begin_inset ERT
18987 status collapsed
18988
18989 \begin_layout Plain Layout
18990
18991
18992 \backslash
18993 renewcommand{
18994 \backslash
18995 hline}{
18996 \backslash
18997 myHline}
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 \begin_inset VSpace bigskip
19007 \end_inset
19008
19009 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19010 \begin_inset space \thinspace{}
19011 \end_inset
19012
19013 pt, créez le format de colonne suivant dans le préambule, en suivant la
19014  description de la section
19015 \begin_inset space ~
19016 \end_inset
19017
19018
19019 \begin_inset CommandInset ref
19020 LatexCommand ref
19021 reference "sub:Formats-personnalisés"
19022
19023 \end_inset
19024
19025 :
19026 \end_layout
19027
19028 \begin_layout Standard
19029
19030 \series bold
19031
19032 \backslash
19033 newcolumntype{V}{!{
19034 \backslash
19035 vrule width 1.5pt}}
19036 \end_layout
19037
19038 \begin_layout Standard
19039 Pour le tableau
19040 \begin_inset space ~
19041 \end_inset
19042
19043
19044 \begin_inset CommandInset ref
19045 LatexCommand ref
19046 reference "tab:Tableau-filets-verticaux-1.5pt"
19047
19048 \end_inset
19049
19050  le paramètre LaTeX 
19051 \end_layout
19052
19053 \begin_layout Standard
19054
19055 \series bold
19056 VcV
19057 \end_layout
19058
19059 \begin_layout Standard
19060 a été utilisé pour la dernière colonne et
19061 \end_layout
19062
19063 \begin_layout Standard
19064
19065 \series bold
19066 Vc
19067 \end_layout
19068
19069 \begin_layout Standard
19070 pour les autres colonnes.
19071 \end_layout
19072
19073 \begin_layout Standard
19074 \begin_inset Float table
19075 wide false
19076 sideways false
19077 status open
19078
19079 \begin_layout Plain Layout
19080 \begin_inset Caption
19081
19082 \begin_layout Plain Layout
19083 \begin_inset CommandInset label
19084 LatexCommand label
19085 name "tab:Tableau-filets-verticaux-1.5pt"
19086
19087 \end_inset
19088
19089 Tableau avec des filets verticaux de 1.5
19090 \begin_inset space \thinspace{}
19091 \end_inset
19092
19093 pt 
19094 \end_layout
19095
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \begin_layout Plain Layout
19102 \align center
19103 \begin_inset Tabular
19104 <lyxtabular version="3" rows="3" columns="3">
19105 <features tabularvalignment="middle">
19106 <column alignment="center" valignment="top" width="0" special="Vc">
19107 <column alignment="center" valignment="top" width="0" special="Vc">
19108 <column alignment="center" valignment="top" width="0" special="VcV">
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 sd
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 <cell alignment="center" valignment="top" topline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 </row>
19138 <row>
19139 <cell alignment="center" valignment="top" topline="true" usebox="none">
19140 \begin_inset Text
19141
19142 \begin_layout Plain Layout
19143
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 sd
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190 sd
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 </row>
19196 </lyxtabular>
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Subsection
19209 Filets à traits interrompus
19210 \begin_inset Index idx
19211 status collapsed
19212
19213 \begin_layout Plain Layout
19214 Personnalisation des tableaux ! Filets à traits interrompus
19215 \end_layout
19216
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \begin_layout Standard
19223 \begin_inset ERT
19224 status collapsed
19225
19226 \begin_layout Plain Layout
19227
19228
19229 \backslash
19230 ifarydshln
19231 \end_layout
19232
19233 \end_inset
19234
19235
19236 \begin_inset Note Note
19237 status open
19238
19239 \begin_layout Plain Layout
19240 La section suivante ne s'affichera que si vous avez installé le paquetage
19241  LaTeX 
19242 \series bold
19243 arydshln
19244 \series default
19245 .
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \begin_layout Standard
19254 \begin_inset Float table
19255 placement H
19256 wide false
19257 sideways false
19258 status open
19259
19260 \begin_layout Plain Layout
19261 \begin_inset Caption
19262
19263 \begin_layout Plain Layout
19264 \begin_inset CommandInset label
19265 LatexCommand label
19266 name "tab:Tableau-filets-tirets"
19267
19268 \end_inset
19269
19270 Tableau avec des filets à traits interrompus
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \begin_layout Plain Layout
19279 \align center
19280 \begin_inset Tabular
19281 <lyxtabular version="3" rows="5" columns="5">
19282 <features tabularvalignment="middle">
19283 <column alignment="center" valignment="top" width="0">
19284 <column alignment="center" valignment="top" width="0">
19285 <column alignment="center" valignment="top" width="0" special=":c">
19286 <column alignment="center" valignment="top" width="0">
19287 <column alignment="center" valignment="top" width="0">
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 a
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 b
19303 \end_layout
19304
19305 \end_inset
19306 </cell>
19307 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311 c
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19317 \begin_inset Text
19318
19319 \begin_layout Plain Layout
19320 d
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 e
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 f
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19346 \begin_inset Text
19347
19348 \begin_layout Plain Layout
19349 g
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 h
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 i
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 j
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387 \begin_inset ERT
19388 status collapsed
19389
19390 \begin_layout Plain Layout
19391
19392
19393 \backslash
19394 hdashline 
19395 \end_layout
19396
19397 \end_inset
19398
19399 k
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 l
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 m
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 n
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 o
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 </row>
19441 <row>
19442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19443 \begin_inset Text
19444
19445 \begin_layout Plain Layout
19446 \begin_inset ERT
19447 status collapsed
19448
19449 \begin_layout Plain Layout
19450
19451
19452 \backslash
19453 cdashline{4-5}
19454 \end_layout
19455
19456 \end_inset
19457
19458 p
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 q
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 r
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 s
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 <row>
19501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19502 \begin_inset Text
19503
19504 \begin_layout Plain Layout
19505 t
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 u
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 v
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 w
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 x
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 </lyxtabular>
19548
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \begin_layout Standard
19560 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19561  donc employer du code TeX.
19562  Mais avant il faut charger le paquetage LaTeX 
19563 \series bold
19564 arydshln
19565 \series default
19566
19567 \begin_inset Index idx
19568 status collapsed
19569
19570 \begin_layout Plain Layout
19571 Paquetages LaTeX ! arydshln
19572 \end_layout
19573
19574 \end_inset
19575
19576  dans le préambule du document avec la commande 
19577 \end_layout
19578
19579 \begin_layout Standard
19580
19581 \series bold
19582
19583 \backslash
19584 usepackage{arydshln}
19585 \end_layout
19586
19587 \begin_layout Standard
19588 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19589  
19590 \begin_inset Quotes eld
19591 \end_inset
19592
19593 :
19594 \begin_inset Quotes erd
19595 \end_inset
19596
19597  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19598  dans la fenêtre de dialogue de paramètre du tableau.
19599 \end_layout
19600
19601 \begin_layout Standard
19602 Pour un trait horizontal interrompu, ajoutez la commande
19603 \end_layout
19604
19605 \begin_layout Standard
19606
19607 \series bold
19608
19609 \backslash
19610 hdashline
19611 \end_layout
19612
19613 \begin_layout Standard
19614 en code TeX comme premier élément de la première cellule de la ligne de
19615  tableau.
19616 \end_layout
19617
19618 \begin_layout Standard
19619 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19620  commande 
19621 \end_layout
19622
19623 \begin_layout Standard
19624
19625 \series bold
19626
19627 \backslash
19628 cdashline{
19629 \series default
19630 numéros de colonnes}
19631 \end_layout
19632
19633 \begin_layout Standard
19634 en code TeX comme premier élément de la première cellule de la ligne.
19635  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19636  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19637 \end_layout
19638
19639 \begin_layout Standard
19640
19641 \series bold
19642
19643 \backslash
19644 cdashline{2-4}
19645 \end_layout
19646
19647 \begin_layout Standard
19648 comme premier élément de la première cellule de la ligne contenant la multicolon
19649 ne.
19650 \end_layout
19651
19652 \begin_layout Standard
19653 \begin_inset VSpace bigskip
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \begin_layout Standard
19660 Le tableau
19661 \begin_inset space ~
19662 \end_inset
19663
19664
19665 \begin_inset CommandInset ref
19666 LatexCommand ref
19667 reference "tab:Tableau-filets-tirets"
19668
19669 \end_inset
19670
19671  a été créé en utilisant 
19672 \begin_inset Quotes eld
19673 \end_inset
19674
19675
19676 \series bold
19677 :c
19678 \series default
19679
19680 \begin_inset Quotes erd
19681 \end_inset
19682
19683  comme paramètre LaTeX pour la troisième colonne.
19684  La commande en code TeX 
19685 \series bold
19686
19687 \backslash
19688 hdashline
19689 \series default
19690  a été insérée dans la première cellule de la troisième ligne et la commande
19691  en code TeX 
19692 \series bold
19693
19694 \backslash
19695 cdashline{4-5}
19696 \series default
19697  a été insérée dans la première cellule de la quatrième ligne.
19698 \end_layout
19699
19700 \begin_layout Standard
19701 \begin_inset Note Greyedout
19702 status open
19703
19704 \begin_layout Plain Layout
19705
19706 \series bold
19707 Note:
19708 \series default
19709  Le paquetage LaTeX 
19710 \series bold
19711 arydshln
19712 \series default
19713  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19714  
19715 \series bold
19716 colortbl
19717 \series default
19718
19719 \begin_inset Index idx
19720 status collapsed
19721
19722 \begin_layout Plain Layout
19723 Paquetages LaTeX ! colortbl
19724 \end_layout
19725
19726 \end_inset
19727
19728  qui est utilisé pour avoir des tableaux colorés dans la section
19729 \begin_inset space ~
19730 \end_inset
19731
19732
19733 \begin_inset CommandInset ref
19734 LatexCommand ref
19735 reference "sec:Tableaux-Colorés"
19736
19737 \end_inset
19738
19739 .
19740  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19741  traits interrompus.
19742 \end_layout
19743
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \begin_layout Standard
19750 \begin_inset ERT
19751 status collapsed
19752
19753 \begin_layout Plain Layout
19754
19755
19756 \backslash
19757 else
19758 \end_layout
19759
19760 \end_inset
19761
19762
19763 \begin_inset Note Note
19764 status open
19765
19766 \begin_layout Plain Layout
19767 Ce qui suit sera affiché si le paquetage LaTeX 
19768 \series bold
19769 arydshln
19770 \series default
19771  n'est pas installé :
19772 \end_layout
19773
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \begin_layout Standard
19780 Vous devez installer le paquetage LaTeX 
19781 \series bold
19782 arydshln
19783 \series default
19784  pour voir le contenu des cette section dans la sortie imprimée.
19785 \end_layout
19786
19787 \begin_layout Standard
19788 \begin_inset ERT
19789 status collapsed
19790
19791 \begin_layout Plain Layout
19792
19793
19794 \backslash
19795 fi
19796 \end_layout
19797
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Chapter
19804 Flottants
19805 \begin_inset Index idx
19806 status collapsed
19807
19808 \begin_layout Plain Layout
19809 Flottants
19810 \end_layout
19811
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \begin_layout Section
19818 Introduction
19819 \begin_inset CommandInset label
19820 LatexCommand label
19821 name "sec:Flottants-Introduction"
19822
19823 \end_inset
19824
19825
19826 \begin_inset Index idx
19827 status collapsed
19828
19829 \begin_layout Plain Layout
19830 Flottants ! Introduction
19831 \end_layout
19832
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \begin_layout Standard
19839 Un flottant est une portion de document, qui peut être associé à une étiquette
19840  et dont la position n'est pas fixée.
19841  Il peut 
19842 \begin_inset Quotes eld
19843 \end_inset
19844
19845 flotter
19846 \begin_inset Quotes erd
19847 \end_inset
19848
19849  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19850  plus approprié.
19851  Les 
19852 \family sans
19853 Notes
19854 \begin_inset space ~
19855 \end_inset
19856
19857 en
19858 \begin_inset space ~
19859 \end_inset
19860
19861 Bas
19862 \begin_inset space ~
19863 \end_inset
19864
19865 de
19866 \begin_inset space ~
19867 \end_inset
19868
19869 Page
19870 \family default
19871  et le 
19872 \family sans
19873 Notes
19874 \begin_inset space ~
19875 \end_inset
19876
19877 en
19878 \begin_inset space ~
19879 \end_inset
19880
19881 Marge
19882 \family default
19883  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19884  sur la page suivante quand il y a trop de notes sur la page courante.
19885 \end_layout
19886
19887 \begin_layout Standard
19888 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19889  très grande qualité.
19890  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19891  éviter des lignes blanches ou des pages sans texte.
19892  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19893  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19894  le texte.
19895  Les flottants sont donc numérotés.
19896  Les références croisées sont décrites dans la section
19897 \begin_inset space ~
19898 \end_inset
19899
19900
19901 \begin_inset CommandInset ref
19902 LatexCommand ref
19903 reference "sec:Referencer-les-Flottants"
19904
19905 \end_inset
19906
19907 .
19908 \end_layout
19909
19910 \begin_layout Standard
19911 Pour insérer un flottant, on utilise un des sous menus du menu 
19912 \family sans
19913 Insérer\SpecialChar \menuseparator
19914 Flottant.
19915
19916 \family default
19917  Une boîte va être insérée dans votre document avec par exemple une étiquette
19918  du genre 
19919 \begin_inset Quotes eld
19920 \end_inset
19921
19922 Figure
19923 \begin_inset space ~
19924 \end_inset
19925
19926 #:
19927 \begin_inset Quotes erd
19928 \end_inset
19929
19930  (où # est un numéro).
19931  L'étiquette est automatiquement traduite dans la langue du document dans
19932  la sortie finale.
19933  Après l'étiquette vous pouvez insérer du texte comme légende.
19934  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19935  séparé, à l'intérieur du flottant.
19936  Vous trouverez plus de détails sur le positionnement des légendes dans
19937  la section
19938 \begin_inset space ~
19939 \end_inset
19940
19941
19942 \begin_inset CommandInset ref
19943 LatexCommand ref
19944 reference "sec:Placement-légende"
19945
19946 \end_inset
19947
19948 .
19949  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19950  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19951  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19952  Une boîte de flottant fermée ressemble à ceci : 
19953 \begin_inset Graphics
19954         filename clipart/floatQt4.png
19955         scale 60
19956
19957 \end_inset
19958
19959  – une case grise avec un texte rouge.
19960 \end_layout
19961
19962 \begin_layout Standard
19963 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19964  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19965  est formaté de façon particulière.
19966 \end_layout
19967
19968 \begin_layout Section
19969 Les Types de Flottants
19970 \end_layout
19971
19972 \begin_layout Standard
19973 En plus des flottants de figures et de tableau qui sont décrits respectivement
19974  dans les sections
19975 \begin_inset space ~
19976 \end_inset
19977
19978
19979 \begin_inset CommandInset ref
19980 LatexCommand ref
19981 reference "sec:Figure-Floats"
19982
19983 \end_inset
19984
19985  et 
19986 \begin_inset CommandInset ref
19987 LatexCommand ref
19988 reference "sec:Table-Floats"
19989
19990 \end_inset
19991
19992 , LyX offre aussi les types 
19993 \series bold
19994 Algorithme
19995 \series default
19996  et 
19997 \series bold
19998 Enrobage
19999 \series default
20000 .
20001 \end_layout
20002
20003 \begin_layout Subsection
20004 Flottant d'algorithme
20005 \begin_inset Index idx
20006 status collapsed
20007
20008 \begin_layout Plain Layout
20009 Flottants ! Algorithmes
20010 \end_layout
20011
20012 \end_inset
20013
20014
20015 \begin_inset CommandInset label
20016 LatexCommand label
20017 name "sub:Flottant-d'Algorithme"
20018
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \begin_layout Standard
20025 \begin_inset Float algorithm
20026 placement h
20027 wide false
20028 sideways false
20029 status open
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Caption
20033
20034 \begin_layout Plain Layout
20035 \begin_inset CommandInset label
20036 LatexCommand label
20037 name "alg:Exemple-Flottant-Algorithme"
20038
20039 \end_inset
20040
20041 Exemple de flottant d'algorithme
20042 \end_layout
20043
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \begin_layout LyX-Code
20050 for I in 1..N loop
20051 \begin_inset Newline newline
20052 \end_inset
20053
20054  Sum:= Sum + A(I); /*comment*/
20055 \begin_inset Newline newline
20056 \end_inset
20057
20058 end loop
20059 \begin_inset VSpace -4mm
20060 \end_inset
20061
20062
20063 \end_layout
20064
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \begin_layout Standard
20071 Ce type de flottant est inséré à l'aide du menu 
20072 \family sans
20073 Insérer\SpecialChar \menuseparator
20074 Flottant\SpecialChar \menuseparator
20075 Algorithme
20076 \family default
20077 .
20078  Il peut être utilisé pour des morceaux de code source ou des descriptions
20079  d'algorithmes et peut être utilisé comme une alternative au listing de
20080  code source qui est décrit au chapitre
20081 \begin_inset space ~
20082 \end_inset
20083
20084
20085 \begin_inset CommandInset ref
20086 LatexCommand ref
20087 reference "cha:Program-Code-Listings"
20088
20089 \end_inset
20090
20091 .
20092  Vous pouvez par exemple utiliser l'environnement Code
20093 \begin_inset space ~
20094 \end_inset
20095
20096 LyX qui est décrit dans le 
20097 \emph on
20098 Guide
20099 \emph default
20100
20101 \begin_inset space ~
20102 \end_inset
20103
20104
20105 \emph on
20106 de
20107 \begin_inset space ~
20108 \end_inset
20109
20110 l'Utilisateur
20111 \emph default
20112  de LyX.
20113  l'algorithme
20114 \begin_inset space ~
20115 \end_inset
20116
20117
20118 \begin_inset CommandInset ref
20119 LatexCommand ref
20120 reference "alg:Exemple-Flottant-Algorithme"
20121
20122 \end_inset
20123
20124  est un exemple de flottant d'algorithme où un espace vertical de -4
20125 \begin_inset space \thinspace{}
20126 \end_inset
20127
20128 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20129  soit placée exactement sous le texte de la dernière ligne.
20130 \end_layout
20131
20132 \begin_layout Standard
20133 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20134  du document.
20135  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20136 ent en ajoutant la ligne suivante dans le préambule de votre document :
20137 \end_layout
20138
20139 \begin_layout Standard
20140
20141 \series bold
20142
20143 \backslash
20144 floatname{algorithm}{votre
20145 \begin_inset space ~
20146 \end_inset
20147
20148 nom}
20149 \end_layout
20150
20151 \begin_layout Standard
20152
20153 \family sans
20154  votre
20155 \begin_inset space ~
20156 \end_inset
20157
20158 nom
20159 \family default
20160  est le mot 
20161 \begin_inset Quotes eld
20162 \end_inset
20163
20164
20165 \emph on
20166 algorithme
20167 \emph default
20168
20169 \begin_inset Quotes erd
20170 \end_inset
20171
20172  dans votre langue.
20173 \end_layout
20174
20175 \begin_layout Standard
20176 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20177 \family sans
20178 Insérer\SpecialChar \menuseparator
20179 Listes
20180 \begin_inset space ~
20181 \end_inset
20182
20183 &
20184 \begin_inset space ~
20185 \end_inset
20186
20187 TdM\SpecialChar \menuseparator
20188 Liste
20189 \begin_inset space ~
20190 \end_inset
20191
20192 des
20193 \begin_inset space ~
20194 \end_inset
20195
20196 algorithmes
20197 \family default
20198  si votre document est en la même langue que les menus de LyX.
20199  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20200  en code TeX à la place:
20201 \end_layout
20202
20203 \begin_layout Standard
20204
20205 \series bold
20206
20207 \backslash
20208 listof{algorithm}{votre
20209 \begin_inset space ~
20210 \end_inset
20211
20212 nom}
20213 \end_layout
20214
20215 \begin_layout Standard
20216 où 
20217 \family sans
20218 votre
20219 \begin_inset space ~
20220 \end_inset
20221
20222 nom
20223 \family default
20224  est la traduction de 
20225 \begin_inset Quotes eld
20226 \end_inset
20227
20228
20229 \emph on
20230 List of Algorithm
20231 \emph default
20232 s
20233 \begin_inset Quotes erd
20234 \end_inset
20235
20236  dans votre langue.
20237 \end_layout
20238
20239 \begin_layout Standard
20240 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20241  le schéma 
20242 \begin_inset Quotes eld
20243 \end_inset
20244
20245 chapitre.algorithme
20246 \begin_inset Quotes erd
20247 \end_inset
20248
20249  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20250  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20251  commande dans le préambule de votre document :
20252 \end_layout
20253
20254 \begin_layout Standard
20255
20256 \series bold
20257
20258 \backslash
20259 numberwithin{algorithm}{chapter}
20260 \end_layout
20261
20262 \begin_layout Standard
20263 Pour pouvoir utiliser la commande 
20264 \series bold
20265
20266 \backslash
20267 numberwithin
20268 \series default
20269 , activez l'option 
20270 \family sans
20271 Utiliser
20272 \begin_inset space ~
20273 \end_inset
20274
20275 le
20276 \begin_inset space ~
20277 \end_inset
20278
20279 paquetage
20280 \begin_inset space ~
20281 \end_inset
20282
20283 AMS
20284 \begin_inset space ~
20285 \end_inset
20286
20287 math
20288 \family default
20289  dans la rubrique 
20290 \family sans
20291 Options
20292 \begin_inset space ~
20293 \end_inset
20294
20295 des
20296 \begin_inset space ~
20297 \end_inset
20298
20299 Maths
20300 \family default
20301  de la fenêtre de dialogue 
20302 \family sans
20303 Paramètres
20304 \begin_inset space ~
20305 \end_inset
20306
20307 du
20308 \begin_inset space ~
20309 \end_inset
20310
20311 Document
20312 \family default
20313 .
20314 \begin_inset Newpage newpage
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \begin_layout Subsection
20321 Flottant d'enrobage
20322 \begin_inset Index idx
20323 status collapsed
20324
20325 \begin_layout Plain Layout
20326 Flottants ! Flottants d'enrobage
20327 \end_layout
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \begin_layout Standard
20335 \begin_inset Wrap figure
20336 lines 0
20337 placement l
20338 overhang 1cm
20339 width "40col%"
20340 status open
20341
20342 \begin_layout Plain Layout
20343 \begin_inset Graphics
20344         filename ../clipart/mobius.eps
20345         width 40col%
20346         scaleBeforeRotation
20347         rotateOrigin center
20348
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Caption
20356
20357 \begin_layout Plain Layout
20358 \begin_inset CommandInset label
20359 LatexCommand label
20360 name "fig:Figure-enrobée"
20361
20362 \end_inset
20363
20364 Ceci est une figure habillée.
20365 \end_layout
20366
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373
20374  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20375  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20376  Vous pouvez en insérer un en utilisant le menu 
20377 \family sans
20378 Insérer\SpecialChar \menuseparator
20379 Flottant\SpecialChar \menuseparator
20380 Flottant
20381 \begin_inset space ~
20382 \end_inset
20383
20384 d'enrobage
20385 \family default
20386  à la condition que le paquetage LaTeX 
20387 \series bold
20388 wrapfig
20389 \series default
20390
20391 \begin_inset Index idx
20392 status collapsed
20393
20394 \begin_layout Plain Layout
20395 Paquetages LaTeX ! wrapfig
20396 \begin_inset ERT
20397 status collapsed
20398
20399 \begin_layout Plain Layout
20400
20401
20402 \backslash
20403 vspace{4mm}
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \end_inset
20412
20413  soit installé.
20414 \begin_inset Foot
20415 status collapsed
20416
20417 \begin_layout Plain Layout
20418 Voyez dans la manuel 
20419 \emph on
20420 Configuration
20421 \begin_inset space ~
20422 \end_inset
20423
20424 LaTeX 
20425 \emph default
20426 comment installer des paquetages LaTeX.
20427 \end_layout
20428
20429 \end_inset
20430
20431  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20432  sur la boîte du flottant.
20433  Les paramètres obligatoires sont l'
20434 \family sans
20435 Emplacement
20436 \family default
20437  et la 
20438 \family sans
20439 Largeur
20440 \family default
20441 .
20442  Les paramètres facultatifs sont le 
20443 \family sans
20444 Débordement
20445 \family default
20446  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20447  de la page et la 
20448 \family sans
20449 Porté de la ligne
20450 \family default
20451  qui précise le nombre approximatif de lignes dont le flottant va avoir
20452  besoin.
20453  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20454  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20455  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20456  à l'intérieur du paragraphe ou vers les autres paragraphes.
20457  La figure
20458 \begin_inset space ~
20459 \end_inset
20460
20461
20462 \begin_inset CommandInset ref
20463 LatexCommand ref
20464 reference "fig:Figure-enrobée"
20465
20466 \end_inset
20467
20468  est un exemple de flottant d'enrobage avec une largeur de 40
20469 \begin_inset space \thinspace{}
20470 \end_inset
20471
20472 col%, un débordement de 1
20473 \begin_inset space \thinspace{}
20474 \end_inset
20475
20476 cm et placé à gauche.
20477 \begin_inset Foot
20478 status collapsed
20479
20480 \begin_layout Plain Layout
20481 Les unités disponibles sont expliquées dans l'appendice
20482 \begin_inset space ~
20483 \end_inset
20484
20485
20486 \begin_inset CommandInset ref
20487 LatexCommand ref
20488 reference "cha:Unités-de-longueur"
20489
20490 \end_inset
20491
20492 .
20493 \end_layout
20494
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \begin_layout Standard
20501 \begin_inset Note Greyedout
20502 status open
20503
20504 \begin_layout Plain Layout
20505
20506 \series bold
20507 Note:
20508 \series default
20509  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20510  figure trop près du bas de page peut tout chambouler et faire que le flottant
20511  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20512  de texte.
20513 \end_layout
20514
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \begin_layout Standard
20521 En général:
20522 \end_layout
20523
20524 \begin_layout Itemize
20525 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20526  qui risquent de passer à la page suivante.
20527  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20528  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20529  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20530  de page.
20531 \end_layout
20532
20533 \begin_layout Itemize
20534 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20535  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20536 e.
20537 \end_layout
20538
20539 \begin_layout Itemize
20540 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20541  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20542  texte entre les deux, comme séparateur.
20543 \end_layout
20544
20545 \begin_layout Itemize
20546 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20547  ou les tableaux.
20548 \end_layout
20549
20550 \begin_layout Section
20551 Numérotation des flottants
20552 \begin_inset Index idx
20553 status collapsed
20554
20555 \begin_layout Plain Layout
20556 Flottants ! Numérotation
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \begin_layout Standard
20565 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20566  ils se trouvent, soit en utilisant un format du genre 
20567 \begin_inset Quotes eld
20568 \end_inset
20569
20570 chapitre.numéro
20571 \begin_inset Quotes erd
20572 \end_inset
20573
20574  ou 
20575 \begin_inset Quotes eld
20576 \end_inset
20577
20578 section.numéro
20579 \begin_inset Quotes erd
20580 \end_inset
20581
20582 .
20583  Cela dépend de la classe de document utilisée.
20584 \end_layout
20585
20586 \begin_layout Standard
20587 Pour changer le format de la numérotation qui ne dépend pas de la section
20588  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20589  le préambule du document :
20590 \end_layout
20591
20592 \begin_layout Standard
20593
20594 \series bold
20595
20596 \backslash
20597 renewcommand{
20598 \backslash
20599 thetable}{
20600 \backslash
20601 roman{table}}
20602 \end_layout
20603
20604 \begin_layout Standard
20605
20606 \series bold
20607
20608 \backslash
20609 thetable
20610 \series default
20611  est la commande qui imprime le numéro du tableau, pour les figures, la
20612  commande serait 
20613 \series bold
20614
20615 \backslash
20616 thefigure
20617 \series default
20618 .
20619  La commande 
20620 \series bold
20621
20622 \backslash
20623 roman
20624 \series default
20625  utilisée dans la commande précédente, imprime le numéro du tableau sous
20626  forme de petits chiffres romains.
20627 \end_layout
20628
20629 \begin_layout Standard
20630 Pour changer le type de numérotation pour par exemple 
20631 \begin_inset Quotes eld
20632 \end_inset
20633
20634 sous-section.numéro
20635 \begin_inset Quotes erd
20636 \end_inset
20637
20638 , utilisez la commande suivante dans le préambule du document :
20639 \end_layout
20640
20641 \begin_layout Standard
20642
20643 \series bold
20644
20645 \backslash
20646 numberwithin{table}{subsection}
20647 \end_layout
20648
20649 \begin_layout Standard
20650 Pour pouvoir utiliser la commande 
20651 \series bold
20652
20653 \backslash
20654 numberwithin
20655 \series default
20656 , vous devez activer l'option 
20657 \family sans
20658 Utiliser
20659 \begin_inset space ~
20660 \end_inset
20661
20662 le
20663 \begin_inset space ~
20664 \end_inset
20665
20666 paquetage
20667 \begin_inset space ~
20668 \end_inset
20669
20670 maths
20671 \begin_inset space ~
20672 \end_inset
20673
20674 AMS
20675 \family default
20676  dans la rubrique 
20677 \family sans
20678 Options
20679 \begin_inset space ~
20680 \end_inset
20681
20682 des
20683 \begin_inset space ~
20684 \end_inset
20685
20686 Maths
20687 \family default
20688  de la fenêtre de dialogue 
20689 \family sans
20690 Paramètres
20691 \family default
20692  du document.
20693 \end_layout
20694
20695 \begin_layout Standard
20696 Veuillez aussi jeter un coup d'œil à la section
20697 \begin_inset space ~
20698 \end_inset
20699
20700
20701 \begin_inset CommandInset ref
20702 LatexCommand ref
20703 reference "sub:Numerotation-notes-bas-de-page"
20704
20705 \end_inset
20706
20707  pour plus de détails et des notes importantes sur les commandes de numérotation.
20708 \end_layout
20709
20710 \begin_layout Section
20711 Faire Référence à des Flottants
20712 \begin_inset CommandInset label
20713 LatexCommand label
20714 name "sec:Referencer-les-Flottants"
20715
20716 \end_inset
20717
20718
20719 \begin_inset Index idx
20720 status collapsed
20721
20722 \begin_layout Plain Layout
20723 Flottants ! Références
20724 \end_layout
20725
20726 \end_inset
20727
20728
20729 \begin_inset Index idx
20730 status collapsed
20731
20732 \begin_layout Plain Layout
20733 References@Références ! à des Flottants 
20734 \end_layout
20735
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \begin_layout Standard
20742 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20743  en utilisant le menu 
20744 \family sans
20745 Insérer\SpecialChar \menuseparator
20746 Étiquette
20747 \family default
20748  ou le bouton 
20749 \begin_inset Graphics
20750         filename ../../images/label-insert.png
20751         scale 85
20752         scaleBeforeRotation
20753
20754 \end_inset
20755
20756  de la barre d'outils.
20757  Une boîte grise de ce genre : 
20758 \begin_inset Graphics
20759         filename clipart/labelQt4.png
20760         scale 85
20761         scaleBeforeRotation
20762
20763 \end_inset
20764
20765  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20766  de saisir le texte de l'étiquette.
20767  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20768  précédés d'un préfixe.
20769  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20770  préfixe sera "
20771 \family sans
20772 fig:
20773 \family default
20774 ".
20775 \end_layout
20776
20777 \begin_layout Standard
20778 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20779  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20780 \family sans
20781 Insérer\SpecialChar \menuseparator
20782 Référence
20783 \begin_inset space ~
20784 \end_inset
20785
20786 Croisée
20787 \family default
20788  ou le bouton 
20789 \begin_inset Graphics
20790         filename ../../images/dialog-show-new-inset_ref.png
20791         scale 85
20792         scaleBeforeRotation
20793
20794 \end_inset
20795
20796  de la barre d'outils.
20797  Une boîte grise de référence croisée comme celle-ci : 
20798 \begin_inset Graphics
20799         filename ../clipart/referenceQt4.png
20800         scale 85
20801         scaleBeforeRotation
20802
20803 \end_inset
20804
20805  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20806  toutes les étiquettes définies dans votre document.
20807  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20808  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20809  de la fenêtre de dialogue.
20810  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20811  une.
20812  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20813  de la référence croisée.
20814 \end_layout
20815
20816 \begin_layout Standard
20817 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20818  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20819  les deux.
20820  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20821  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20822  du numéro de la référence.
20823 \end_layout
20824
20825 \begin_layout Standard
20826 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20827  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20828  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20829  pas à vous en préoccuper.
20830 \end_layout
20831
20832 \begin_layout Standard
20833 Le bouton 
20834 \family sans
20835 Aller
20836 \begin_inset space ~
20837 \end_inset
20838
20839 à
20840 \begin_inset space ~
20841 \end_inset
20842
20843 l'étiquette
20844 \family default
20845  dans la fenêtre de référence croisée va positionner le curseur juste devant
20846  l'étiquette à laquelle on fait référence.
20847  Le nom du bouton bouton 
20848 \family sans
20849 Revenir
20850 \family default
20851  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20852  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20853  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20854  à votre point de départ.
20855 \end_layout
20856
20857 \begin_layout Subsection
20858 Formats de Références Croisées
20859 \begin_inset CommandInset label
20860 LatexCommand label
20861 name "sub:Formats-Références-Croisées"
20862
20863 \end_inset
20864
20865
20866 \begin_inset Index idx
20867 status collapsed
20868
20869 \begin_layout Plain Layout
20870 References@Références ! Formats
20871 \end_layout
20872
20873 \end_inset
20874
20875
20876 \end_layout
20877
20878 \begin_layout Standard
20879 Il y a six types de références croisées :
20880 \end_layout
20881
20882 \begin_layout Description
20883 <référence>
20884 \begin_inset space ~
20885 \end_inset
20886
20887 : affiche le numéro de l'élément, c'est le choix implicite : 
20888 \begin_inset CommandInset ref
20889 LatexCommand ref
20890 reference "fig:Deux-images-déformées"
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Description
20898 (<référence>)
20899 \begin_inset space ~
20900 \end_inset
20901
20902 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20903  normalement pour faire référence à des formules mathématiques, en particulier
20904  quand le mot 
20905 \begin_inset Quotes eld
20906 \end_inset
20907
20908 Équation
20909 \begin_inset Quotes erd
20910 \end_inset
20911
20912  est omis : 
20913 \begin_inset CommandInset ref
20914 LatexCommand eqref
20915 reference "eq:Wgn"
20916
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \begin_layout Description
20923 <page>
20924 \begin_inset space ~
20925 \end_inset
20926
20927 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20928 \begin_inset space ~
20929 \end_inset
20930
20931
20932 \begin_inset CommandInset ref
20933 LatexCommand pageref
20934 reference "fig:Deux-images-déformées"
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \begin_layout Description
20942 page
20943 \begin_inset space ~
20944 \end_inset
20945
20946 <page>
20947 \begin_inset space ~
20948 \end_inset
20949
20950 : affiche le mot 
20951 \begin_inset Quotes eld
20952 \end_inset
20953
20954 page
20955 \begin_inset Quotes erd
20956 \end_inset
20957
20958  suivi du numéro de la page sur laquelle se trouve l'élément : 
20959 \begin_inset CommandInset ref
20960 LatexCommand vpageref
20961 reference "fig:Deux-images-déformées"
20962
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \begin_layout Description
20969 <référence>
20970 \begin_inset space ~
20971 \end_inset
20972
20973 page
20974 \begin_inset space ~
20975 \end_inset
20976
20977 <page>
20978 \begin_inset space ~
20979 \end_inset
20980
20981 : affiche le numéro de l'élément, le mot 
20982 \begin_inset Quotes eld
20983 \end_inset
20984
20985 page
20986 \begin_inset Quotes erd
20987 \end_inset
20988
20989  et le numéro de la page : 
20990 \begin_inset CommandInset ref
20991 LatexCommand vref
20992 reference "fig:Deux-images-déformées"
20993
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \begin_layout Description
21000 Référence
21001 \begin_inset space ~
21002 \end_inset
21003
21004 mise
21005 \begin_inset space ~
21006 \end_inset
21007
21008 en
21009 \begin_inset space ~
21010 \end_inset
21011
21012 forme
21013 \begin_inset space ~
21014 \end_inset
21015
21016 : affiche une référence croisée qui définit son propre format.
21017 \begin_inset Newline newline
21018 \end_inset
21019
21020
21021 \begin_inset Note Greyedout
21022 status open
21023
21024 \begin_layout Plain Layout
21025
21026 \series bold
21027 Note:
21028 \series default
21029  Ce type de référence croisée n'est disponible que si vous avez installé
21030  le paquetage LaTeX 
21031 \series bold
21032 prettyref
21033 \series default
21034  ou 
21035 \series bold
21036 refstyle
21037 \series default
21038
21039 \begin_inset Index idx
21040 status collapsed
21041
21042 \begin_layout Plain Layout
21043 Paquetages LaTeX ! prettyref
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \begin_inset Index idx
21050 status collapsed
21051
21052 \begin_layout Plain Layout
21053 Paquetages LaTeX ! refstyle
21054 \end_layout
21055
21056 \end_inset
21057
21058 .
21059 \end_layout
21060
21061 \end_inset
21062
21063
21064 \begin_inset Newline newline
21065 \end_inset
21066
21067
21068 \lang english
21069 You can select which LaTeX-package should be used for this feature by setting
21070  the option 
21071 \family sans
21072 Use refstyle (not prettyref) for cross-references
21073 \family default
21074  in the menu 
21075 \family sans
21076 Document\SpecialChar \menuseparator
21077 Settings\SpecialChar \menuseparator
21078 Document Class
21079 \family default
21080 .
21081  The format is specified by adding the command 
21082 \series bold
21083
21084 \backslash
21085 newrefformat
21086 \series default
21087  (prettyref) or 
21088 \series bold
21089
21090 \backslash
21091 newref
21092 \series default
21093  (refstyle) to the preamble of the document.
21094  For example redefining all references to figures (which have the label
21095  shortcut 
21096 \begin_inset Quotes eld
21097 \end_inset
21098
21099
21100 \family sans
21101 fig
21102 \family default
21103
21104 \begin_inset Quotes erd
21105 \end_inset
21106
21107 ) can be done with this command
21108 \lang french
21109
21110 \begin_inset Newline newline
21111 \end_inset
21112
21113
21114 \series bold
21115
21116 \backslash
21117 newref{fig}{refcmd={
21118 \lang english
21119 Image on page
21120 \lang french
21121  
21122 \backslash
21123 pageref{#1}}}
21124 \series default
21125
21126 \begin_inset Newline newline
21127 \end_inset
21128
21129
21130 \lang english
21131 For more information about the format, have a look at the package documentations
21132 \lang french
21133
21134 \begin_inset CommandInset citation
21135 LatexCommand cite
21136 key "prettyref,refstyle"
21137
21138 \end_inset
21139
21140 .
21141 \end_layout
21142
21143 \begin_layout Description
21144
21145 \lang english
21146 Textual
21147 \begin_inset space ~
21148 \end_inset
21149
21150 reference: prints the caption of the reference
21151 \lang french
21152
21153 \begin_inset CommandInset ref
21154 LatexCommand nameref
21155 reference "fig:Deux-images-déformées"
21156
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \begin_layout Standard
21163
21164 \family sans
21165 <page>
21166 \family default
21167  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21168  précédente, la même page ou la page suivante.
21169  Vous verrez par exemple un texte du genre 
21170 \begin_inset Quotes eld
21171 \end_inset
21172
21173
21174 \family sans
21175 sur cette page
21176 \family default
21177
21178 \begin_inset Quotes erd
21179 \end_inset
21180
21181  à la place.
21182  Le style 
21183 \family sans
21184 <référence>
21185 \begin_inset space ~
21186 \end_inset
21187
21188 page
21189 \begin_inset space ~
21190 \end_inset
21191
21192 <page>
21193 \family default
21194  
21195 \lang english
21196 will not print anything about the page if the label is on the same page.
21197 \end_layout
21198
21199 \begin_layout Standard
21200 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21201  se trouve sont calculés automatiquement par LaTeX.
21202  Vous choisissez une des six variétés de références dans le champ Format
21203  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21204  boîte de la référence croisée.
21205 \end_layout
21206
21207 \begin_layout Standard
21208 \begin_inset Note Greyedout
21209 status open
21210
21211 \begin_layout Plain Layout
21212
21213 \series bold
21214 Note:
21215 \series default
21216  
21217 \lang english
21218 It is recommended to use
21219 \lang french
21220  le paquetage LaTeX 
21221 \series bold
21222 refstyle
21223 \series default
21224
21225 \begin_inset Index idx
21226 status collapsed
21227
21228 \begin_layout Plain Layout
21229 Paquetages LaTeX ! refstyle
21230 \end_layout
21231
21232 \end_inset
21233
21234  
21235 \lang english
21236 because
21237 \lang french
21238  
21239 \series bold
21240 prettyref
21241 \series default
21242
21243 \begin_inset Index idx
21244 status collapsed
21245
21246 \begin_layout Plain Layout
21247 Paquetages LaTeX ! prettyref
21248 \end_layout
21249
21250 \end_inset
21251
21252  ne connaît pas tous les raccourcis possibles pour les étiquettes
21253 \begin_inset Foot
21254 status collapsed
21255
21256 \begin_layout Plain Layout
21257 \begin_inset Quotes eld
21258 \end_inset
21259
21260 fig:
21261 \begin_inset Quotes erd
21262 \end_inset
21263
21264  est par exempel le raccourci LyX pour les étiquettes dans les légendes
21265  de figures,.
21266 \end_layout
21267
21268 \end_inset
21269
21270  et n'est pas internationalisé.
21271 \end_layout
21272
21273 \end_inset
21274
21275
21276 \end_layout
21277
21278 \begin_layout Standard
21279 \begin_inset Note Greyedout
21280 status open
21281
21282 \begin_layout Plain Layout
21283
21284 \series bold
21285 Note:
21286 \series default
21287  Du fait d'un bogue dans la paquetage LaTeX 
21288 \series bold
21289 varioref
21290 \series default
21291  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21292  si la langue du document est le français.
21293  Pour contourner ce bogue, voir
21294 \begin_inset Newline newline
21295 \end_inset
21296
21297
21298 \begin_inset CommandInset href
21299 LatexCommand href
21300 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21301
21302 \end_inset
21303
21304 .
21305 \end_layout
21306
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Subsection
21313 Nommage automatique des références croisées
21314 \begin_inset Index idx
21315 status collapsed
21316
21317 \begin_layout Plain Layout
21318 References@Références ! Nommage automatique
21319 \end_layout
21320
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \begin_layout Standard
21327 Le paquetage LaTeX 
21328 \series bold
21329 hyperref
21330 \series default
21331
21332 \begin_inset Index idx
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336 Paquetages LaTeX ! hyperref
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \series bold
21343
21344 \series default
21345 qui est activé dans la rubrique 
21346 \family sans
21347 Propriétés du PDF
21348 \family default
21349  de la fenêtre de dialogue 
21350 \family sans
21351 Paramètres du document
21352 \family default
21353  fournit une fonction très utile pour automatiser la création des références
21354  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21355  une section).
21356  Par exemple pour vous éviter de devoir écrire le mot 
21357 \begin_inset Quotes eld
21358 \end_inset
21359
21360 Figure
21361 \begin_inset Quotes erd
21362 \end_inset
21363
21364  devant chaque référence à une figure.
21365  Pour profiter de ce nommage automatique des références croisées, vous devez
21366  activer 
21367 \series bold
21368 hyperref
21369 \series default
21370  et insérer la ligne suivante dans le préambule du document :
21371 \end_layout
21372
21373 \begin_layout Standard
21374
21375 \series bold
21376
21377 \backslash
21378 AtBeginDocument{
21379 \backslash
21380 renewcommand{
21381 \backslash
21382 ref}[1]{
21383 \backslash
21384 mbox{
21385 \backslash
21386 autoref{#1}}}}
21387 \end_layout
21388
21389 \begin_layout Standard
21390 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21391  défaut, par exemple vous préférez le nom 
21392 \begin_inset Quotes eld
21393 \end_inset
21394
21395 sec.
21396 \begin_inset space \thinspace{}
21397 \end_inset
21398
21399
21400 \begin_inset Quotes eld
21401 \end_inset
21402
21403  plutôt que 
21404 \begin_inset Quotes eld
21405 \end_inset
21406
21407 section
21408 \begin_inset Quotes erd
21409 \end_inset
21410
21411 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21412 \end_layout
21413
21414 \begin_layout Standard
21415
21416 \series bold
21417
21418 \backslash
21419 addto
21420 \backslash
21421 extrasenglish{
21422 \backslash
21423 renewcommand{
21424 \backslash
21425 sectionautorefname}
21426 \begin_inset Newline newline
21427 \end_inset
21428
21429
21430 \begin_inset Phantom HPhantom
21431 status open
21432
21433 \begin_layout Plain Layout
21434
21435 \series bold
21436 \begin_inset space ~
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443
21444 {sec.
21445 \backslash
21446 negthinspace}}
21447 \end_layout
21448
21449 \begin_layout Standard
21450 Si vous utilisez une autre langue que l'anglais, remplacez 
21451 \series bold
21452
21453 \backslash
21454 extrasenglish
21455 \series default
21456  par 
21457 \series bold
21458
21459 \backslash
21460 extras***
21461 \series default
21462 , où *** est le nom de la langue que vous utilisez.
21463
21464 \series bold
21465  
21466 \end_layout
21467
21468 \begin_layout Standard
21469 Pour avoir des noms automatiques, mais pas pour certains types de références,
21470  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21471 \end_layout
21472
21473 \begin_layout Standard
21474
21475 \series bold
21476
21477 \backslash
21478 newlength{
21479 \backslash
21480 abc}
21481 \begin_inset Newline newline
21482 \end_inset
21483
21484
21485 \backslash
21486 settowidth{
21487 \backslash
21488 abc}{
21489 \backslash
21490 space}
21491 \begin_inset Newline newline
21492 \end_inset
21493
21494
21495 \backslash
21496 addto
21497 \backslash
21498 extrasenglish{
21499 \backslash
21500 renewcommand{
21501 \backslash
21502 equationautorefname}
21503 \begin_inset Newline newline
21504 \end_inset
21505
21506
21507 \begin_inset Phantom HPhantom
21508 status open
21509
21510 \begin_layout Plain Layout
21511
21512 \series bold
21513 \begin_inset space ~
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520
21521 {
21522 \backslash
21523 hspace{-
21524 \backslash
21525 abc}}
21526 \end_layout
21527
21528 \begin_layout Standard
21529 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21530  de 
21531 \series bold
21532 hyperref
21533 \series default
21534  
21535 \begin_inset CommandInset citation
21536 LatexCommand cite
21537 key "hyperref"
21538
21539 \end_inset
21540
21541 .
21542 \end_layout
21543
21544 \begin_layout Standard
21545 \begin_inset Note Greyedout
21546 status open
21547
21548 \begin_layout Plain Layout
21549
21550 \series bold
21551 Note:
21552 \series default
21553  Le nommage automatique de références ne peut être utilisé si vous avez
21554  choisi le style de référence 
21555 \family sans
21556 Référence
21557 \begin_inset space ~
21558 \end_inset
21559
21560 mise
21561 \begin_inset space ~
21562 \end_inset
21563
21564 en
21565 \begin_inset space ~
21566 \end_inset
21567
21568 forme
21569 \family default
21570  décrit dans la section
21571 \begin_inset space ~
21572 \end_inset
21573
21574
21575 \begin_inset CommandInset ref
21576 LatexCommand ref
21577 reference "sub:Formats-Références-Croisées"
21578
21579 \end_inset
21580
21581 .
21582 \end_layout
21583
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \begin_layout Standard
21590 Le manuel 
21591 \emph on
21592 Math
21593 \emph default
21594  est un exemple dans lequel on a utilisé le référencement automatique.
21595 \end_layout
21596
21597 \begin_layout Subsection
21598 Positionnement des Références 
21599 \begin_inset CommandInset label
21600 LatexCommand label
21601 name "sub:Reference-Position"
21602
21603 \end_inset
21604
21605
21606 \begin_inset Index idx
21607 status collapsed
21608
21609 \begin_layout Plain Layout
21610 References@Références ! Positionnement
21611 \end_layout
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \begin_layout Standard
21619 Si vous utilisez le paquetage 
21620 \series bold
21621 hyperref, 
21622 \series default
21623 qui est activé dans la rubrique 
21624 \family sans
21625 Propriétés du PDF
21626 \family default
21627  de la fenêtre de dialogue 
21628 \family sans
21629 Paramètres du document,
21630 \family default
21631  pour lier vos références croisées dans la sortie finale, vous verrez que
21632  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21633  l'image.
21634  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21635  pourrez voir l'image sans faire défiler le texte.
21636  Ce problème vient du fait que le point d'ancrage de la référence se situe
21637  à l'endroit de l'étiquette.
21638  En utilisant le paquetage LaTeX 
21639 \series bold
21640 hypcap
21641 \series default
21642
21643 \begin_inset Index idx
21644 status collapsed
21645
21646 \begin_layout Plain Layout
21647 Paquetages LaTeX ! hypcap
21648 \end_layout
21649
21650 \end_inset
21651
21652 , qui fait partie du paquetage LaTeX 
21653 \series bold
21654 oberdiek
21655 \series default
21656
21657 \begin_inset Index idx
21658 status collapsed
21659
21660 \begin_layout Plain Layout
21661 Paquetages LaTeX ! oberdiek
21662 \end_layout
21663
21664 \end_inset
21665
21666 , le point d'ancrage d'un lien est place en haut du flottant.
21667  Pour utiliser cette fonction avec les flottants de figure, chargez 
21668 \series bold
21669 hypcap
21670 \series default
21671  dans l'entête du document avec la ligne
21672 \end_layout
21673
21674 \begin_layout Standard
21675
21676 \series bold
21677
21678 \backslash
21679 usepackage[figure]{hypcap}
21680 \end_layout
21681
21682 \begin_layout Standard
21683 Vous pouvez aussi utiliser 
21684 \series bold
21685 hypcap
21686 \series default
21687  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21688  raisons de stabilité.
21689  Pour plus d'information, jetez un coup d'œil au manuel d' 
21690 \series bold
21691 hypcap
21692 \series default
21693  
21694 \begin_inset CommandInset citation
21695 LatexCommand cite
21696 key "hypcap"
21697
21698 \end_inset
21699
21700 .
21701 \end_layout
21702
21703 \begin_layout Standard
21704 \begin_inset Note Greyedout
21705 status open
21706
21707 \begin_layout Plain Layout
21708
21709 \series bold
21710 Note:
21711 \series default
21712  
21713 \series bold
21714 hypcap
21715 \series default
21716  n'a aucun effet pour les références à des sous-figures.
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \begin_layout Section
21725 Placement des flottants
21726 \begin_inset CommandInset label
21727 LatexCommand label
21728 name "sec:Placement-flottants"
21729
21730 \end_inset
21731
21732
21733 \begin_inset Index idx
21734 status collapsed
21735
21736 \begin_layout Plain Layout
21737 Flottants ! Placement
21738 \end_layout
21739
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \begin_layout Standard
21746 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21747  de dialogue 
21748 \family sans
21749 Paramètre
21750 \begin_inset space ~
21751 \end_inset
21752
21753 de
21754 \begin_inset space ~
21755 \end_inset
21756
21757 Flottant
21758 \family default
21759  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21760  utilise pour déterminer où placer le flottant.
21761 \begin_inset Newline newline
21762 \end_inset
21763
21764 L'option 
21765 \family sans
21766 Plusieurs
21767 \begin_inset space ~
21768 \end_inset
21769
21770 colonnes
21771 \family default
21772  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21773  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21774  confiné sur une seule colonne.
21775 \begin_inset Newline newline
21776 \end_inset
21777
21778 L'option 
21779 \family sans
21780 Rotation
21781 \begin_inset space ~
21782 \end_inset
21783
21784 90°
21785 \family default
21786  est utilisée pour faire tourner les flottants, voyez la section
21787 \begin_inset space ~
21788 \end_inset
21789
21790
21791 \begin_inset CommandInset ref
21792 LatexCommand ref
21793 reference "sec:Flottants-renversés"
21794
21795 \end_inset
21796
21797 .
21798 \end_layout
21799
21800 \begin_layout Standard
21801 En désactivant l'option 
21802 \family sans
21803 Utilise
21804 \begin_inset space ~
21805 \end_inset
21806
21807 le
21808 \begin_inset space ~
21809 \end_inset
21810
21811 placement
21812 \begin_inset space ~
21813 \end_inset
21814
21815 par
21816 \begin_inset space ~
21817 \end_inset
21818
21819 défaut
21820 \family default
21821  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21822  le placement du flottant:
21823 \end_layout
21824
21825 \begin_layout Description
21826 Ici,
21827 \begin_inset space ~
21828 \end_inset
21829
21830 si
21831 \begin_inset space ~
21832 \end_inset
21833
21834 possible: essaie de placer le flottant à la position où il a été inséré
21835  dans LyX
21836 \end_layout
21837
21838 \begin_layout Description
21839 Haut
21840 \begin_inset space ~
21841 \end_inset
21842
21843 de
21844 \begin_inset space ~
21845 \end_inset
21846
21847 la
21848 \begin_inset space ~
21849 \end_inset
21850
21851 page: essaie de placer le flottant en haut de la page courante
21852 \end_layout
21853
21854 \begin_layout Description
21855 Bas
21856 \begin_inset space ~
21857 \end_inset
21858
21859 de
21860 \begin_inset space ~
21861 \end_inset
21862
21863 la
21864 \begin_inset space ~
21865 \end_inset
21866
21867 page: essaie de placer le flottant en bas de la page courante
21868 \end_layout
21869
21870 \begin_layout Description
21871 Page
21872 \begin_inset space ~
21873 \end_inset
21874
21875 de
21876 \begin_inset space ~
21877 \end_inset
21878
21879 flottants: essaie de placer le flottant sur une page à part, éventuellement
21880  avec d'autres flottants 
21881 \end_layout
21882
21883 \begin_layout Standard
21884 LaTeX utilise
21885 \emph on
21886  toujours 
21887 \emph default
21888 les options dans l'ordre donné ci-dessus.
21889  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21890  d'abord essayer 
21891 \family sans
21892 Ici
21893 \begin_inset space ~
21894 \end_inset
21895
21896 si
21897 \begin_inset space ~
21898 \end_inset
21899
21900 possible
21901 \family default
21902 , ensuite 
21903 \family sans
21904 Haut
21905 \begin_inset space ~
21906 \end_inset
21907
21908 de
21909 \begin_inset space ~
21910 \end_inset
21911
21912 la
21913 \begin_inset space ~
21914 \end_inset
21915
21916 page
21917 \family default
21918 , et ainsi de suite.
21919  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21920  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21921  Si aucune des quatre options de placement n'est possible, la procédure
21922  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21923 \end_layout
21924
21925 \begin_layout Standard
21926 Implicitement, chaque option a ses propres règles d'application:
21927 \end_layout
21928
21929 \begin_layout Standard
21930
21931 \family sans
21932 Haut
21933 \begin_inset space ~
21934 \end_inset
21935
21936 de
21937 \begin_inset space ~
21938 \end_inset
21939
21940 la
21941 \begin_inset space ~
21942 \end_inset
21943
21944 page
21945 \family default
21946  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21947  en haut de page (
21948 \series bold
21949
21950 \backslash
21951 topfraction
21952 \series default
21953 ).
21954 \end_layout
21955
21956 \begin_layout Standard
21957
21958 \family sans
21959 Bas
21960 \begin_inset space ~
21961 \end_inset
21962
21963 de
21964 \begin_inset space ~
21965 \end_inset
21966
21967 la
21968 \begin_inset space ~
21969 \end_inset
21970
21971 page
21972 \family default
21973  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21974  en bas de page (
21975 \series bold
21976
21977 \backslash
21978 bottomfraction
21979 \series default
21980 ).
21981 \end_layout
21982
21983 \begin_layout Standard
21984
21985 \family sans
21986 Page
21987 \begin_inset space ~
21988 \end_inset
21989
21990 de
21991 \begin_inset space ~
21992 \end_inset
21993
21994 flottants
21995 \family default
21996  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21997  si ils occupent plus de 50% de celle-ci (
21998 \series bold
21999
22000 \backslash
22001 floatpagefraction
22002 \series default
22003 ).
22004 \end_layout
22005
22006 \begin_layout Standard
22007 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
22008  supplémentaire 
22009 \family sans
22010 Ignorer
22011 \begin_inset space ~
22012 \end_inset
22013
22014 les
22015 \begin_inset space ~
22016 \end_inset
22017
22018 règles
22019 \begin_inset space ~
22020 \end_inset
22021
22022 LaTeX
22023 \family default
22024 \lang english
22025 .
22026 \begin_inset Newline newline
22027 \end_inset
22028
22029
22030 \lang french
22031 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
22032  données entre parenthèses après les descriptions des règles données ci-dessus.
22033  Par exemple, pour augmenter à 50
22034 \begin_inset space \thinspace{}
22035 \end_inset
22036
22037 % la valeur de la règle de bas de page dont la valeur implicite est souvent
22038  trop petite, ajoutez cette ligne au préambule de votre document :
22039 \end_layout
22040
22041 \begin_layout Standard
22042
22043 \series bold
22044
22045 \backslash
22046 renewcommand{
22047 \backslash
22048 bottomfraction}{0.5}
22049 \end_layout
22050
22051 \begin_layout Standard
22052 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
22053  exactement à l'endroit où vous l'avez inséré.
22054  dans ce cas utilisez l'option 
22055 \family sans
22056 Ici
22057 \begin_inset space ~
22058 \end_inset
22059
22060 à
22061 \begin_inset space ~
22062 \end_inset
22063
22064 tout
22065 \begin_inset space ~
22066 \end_inset
22067
22068 Prix
22069 \family default
22070 .
22071  Utilisez cette option le moins souvent possible et seulement quand le document
22072  est presque prêt à être imprimé.
22073  En effet, le flottant n'est plus capable de 
22074 \begin_inset Quotes eld
22075 \end_inset
22076
22077 flotter
22078 \begin_inset Quotes erd
22079 \end_inset
22080
22081 , ce qui peut perturber toutes les mises en page.
22082 \end_layout
22083
22084 \begin_layout Standard
22085 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22086  sont toujours entourés par le texte d'un paragraphe donné.
22087 \begin_inset VSpace bigskip
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Standard
22094 On peut parfois se trouver dans la situation où un flottant est placé en
22095  haut d'une page alors que la section concernée ne commence qu'au milieu
22096  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22097  la section précédente.
22098  On peut utiliser la commande LaTeX 
22099 \series bold
22100
22101 \backslash
22102 suppressfloats
22103 \series default
22104  pour éviter ce cas.
22105  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22106  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22107  soit placé avant que la section commence.
22108  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22109  votre document :
22110 \end_layout
22111
22112 \begin_layout Standard
22113
22114 \series bold
22115
22116 \backslash
22117 let
22118 \backslash
22119 mySection
22120 \backslash
22121 section
22122 \begin_inset Newline newline
22123 \end_inset
22124
22125
22126 \backslash
22127 renewcommand{
22128 \backslash
22129 section}{
22130 \backslash
22131 suppressfloats[t]
22132 \backslash
22133 mySection}
22134 \end_layout
22135
22136 \begin_layout Standard
22137 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22138  comme les chapitres et les sous-sections.
22139  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22140  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22141  ensuite avoir du mal à trouver un positionnement correct.
22142 \end_layout
22143
22144 \begin_layout Standard
22145 \begin_inset VSpace bigskip
22146 \end_inset
22147
22148 Dans certains cas il est demandé de placer toutes les figures et tous les
22149  tableaux à la fin du document.
22150  C'est pour de telles situations que le paquetage LaTeX 
22151 \series bold
22152 endfloat
22153 \series default
22154
22155 \begin_inset Index idx
22156 status collapsed
22157
22158 \begin_layout Plain Layout
22159 Paquetages LaTeX ! endfloat
22160 \end_layout
22161
22162 \end_inset
22163
22164  a été développé.
22165  Il met en effet tous les flottants de figures et de tableaux à la fin du
22166  document dans leurs propres sections.
22167  À la position d'origine du flottant, une indication textuelle du genre
22168  
22169 \begin_inset Quotes eld
22170 \end_inset
22171
22172
22173 \family sans
22174 [Figure
22175 \begin_inset space ~
22176 \end_inset
22177
22178 3.2 
22179 \lang english
22180 about here.
22181 \lang french
22182 ]
22183 \family default
22184
22185 \begin_inset Quotes erd
22186 \end_inset
22187
22188  est insérée.
22189  Le paquetage 
22190 \series bold
22191 endfloat
22192 \series default
22193  est chargé dans le préambule avec la ligne suivante 
22194 \end_layout
22195
22196 \begin_layout Standard
22197
22198 \series bold
22199
22200 \backslash
22201 usepackage[options]{endfloat}
22202 \end_layout
22203
22204 \begin_layout Standard
22205 Il y a aussi de nombreuses options de paquetage pour modifier le format
22206  des sections de figures ou de tableau qui sont créées.
22207  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22208  
22209 \series bold
22210 endfloa
22211 \series default
22212
22213 \begin_inset CommandInset citation
22214 LatexCommand cite
22215 key "endfloat"
22216
22217 \end_inset
22218
22219 .
22220 \begin_inset Newline newline
22221 \end_inset
22222
22223
22224 \begin_inset Note Greyedout
22225 status open
22226
22227 \begin_layout Plain Layout
22228
22229 \series bold
22230 Note: endfloat
22231 \series default
22232  ne fournit pas de traduction automatique de l'indication textuelle, vous
22233  devez donc le faire manuellement, voyez la section
22234 \begin_inset space ~
22235 \end_inset
22236
22237 4 de 
22238 \begin_inset CommandInset citation
22239 LatexCommand cite
22240 key "endfloat"
22241
22242 \end_inset
22243
22244 .
22245 \end_layout
22246
22247 \end_inset
22248
22249
22250 \begin_inset Newline newline
22251 \end_inset
22252
22253
22254 \begin_inset Note Greyedout
22255 status open
22256
22257 \begin_layout Plain Layout
22258
22259 \series bold
22260 Note:
22261 \series default
22262  Il y a actuellement un bug dans le paquetage 
22263 \series bold
22264 endfloat
22265 \series default
22266  quand la légende contient un 
22267 \begin_inset Quotes eld
22268 \end_inset
22269
22270 ß
22271 \begin_inset Quotes erd
22272 \end_inset
22273
22274  allemand.
22275  Utilisez dans ce cas la commande 
22276 \begin_inset Quotes eld
22277 \end_inset
22278
22279
22280 \series bold
22281
22282 \backslash
22283 ss
22284 \series default
22285
22286 \begin_inset Quotes erd
22287 \end_inset
22288
22289  en code TeX à la place du 
22290 \begin_inset Quotes eld
22291 \end_inset
22292
22293 ß
22294 \begin_inset Quotes erd
22295 \end_inset
22296
22297 .
22298 \end_layout
22299
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \begin_layout Standard
22306 \begin_inset VSpace bigskip
22307 \end_inset
22308
22309 Pour plus d'information sur les manières de placer les flottants, jetez
22310  un coup d'œil aux livres sur LaTeX, 
22311 \begin_inset CommandInset citation
22312 LatexCommand cite
22313 key "latexcompanion,latexguide,latexbook"
22314
22315 \end_inset
22316
22317 .
22318 \end_layout
22319
22320 \begin_layout Section
22321 Flottants Renversés
22322 \begin_inset CommandInset label
22323 LatexCommand label
22324 name "sec:Flottants-renversés"
22325
22326 \end_inset
22327
22328
22329 \begin_inset Index idx
22330 status collapsed
22331
22332 \begin_layout Plain Layout
22333 Flottants ! Renversés
22334 \end_layout
22335
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \begin_layout Standard
22342 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22343  tableaux très larges.
22344  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22345  un clic droit sur la boîte du flottant et utilisez l'option 
22346 \family sans
22347 Rotation
22348 \begin_inset space ~
22349 \end_inset
22350
22351 90°
22352 \family default
22353 .
22354 \end_layout
22355
22356 \begin_layout Standard
22357 Les flottants renversés sont systématiquement placés sur leur propre page
22358  ( ou colonne, si vous avez un document sur deux colonnes ).
22359  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22360  
22361 \family sans
22362 Plusieurs
22363 \begin_inset space ~
22364 \end_inset
22365
22366 colonnes
22367 \family default
22368  dans les paramètres du flottant.
22369  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22370  du côté de la marge externe.
22371  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22372  ajouter soit l'option 
22373 \series bold
22374 figuresleft
22375 \series default
22376  soit l'option 
22377 \series bold
22378 figuresright
22379 \series default
22380  aux options de la classe de document.
22381 \end_layout
22382
22383 \begin_layout Standard
22384 Faire référence à un flottant renversé se fait de la même manière que pour
22385  un flottant normal, la mise en forme de la légende est aussi identique
22386  : Le tableau
22387 \begin_inset space ~
22388 \end_inset
22389
22390
22391 \begin_inset CommandInset ref
22392 LatexCommand ref
22393 reference "tab:Tableau-pivoté"
22394
22395 \end_inset
22396
22397  est un exemple de flottant de tableau renversé.
22398 \end_layout
22399
22400 \begin_layout Standard
22401 \begin_inset Note Greyedout
22402 status open
22403
22404 \begin_layout Plain Layout
22405
22406 \series bold
22407 Note:
22408 \series default
22409  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22410  DVI.
22411 \end_layout
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Standard
22419 \begin_inset Float table
22420 wide false
22421 sideways true
22422 status open
22423
22424 \begin_layout Plain Layout
22425 \begin_inset Caption
22426
22427 \begin_layout Plain Layout
22428 \begin_inset CommandInset label
22429 LatexCommand label
22430 name "tab:Tableau-pivoté"
22431
22432 \end_inset
22433
22434  Tableau pivoté
22435 \end_layout
22436
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \begin_layout Plain Layout
22443 \align center
22444 \begin_inset Tabular
22445 <lyxtabular version="3" rows="1" columns="5">
22446 <features tabularvalignment="middle">
22447 <column alignment="center" valignment="top" width="0">
22448 <column alignment="center" valignment="top" width="0">
22449 <column alignment="center" valignment="top" width="0">
22450 <column alignment="center" valignment="top" width="0">
22451 <column alignment="center" valignment="top" width="0">
22452 <row>
22453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 test
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 b
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 c
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 d
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 e
22494 \end_layout
22495
22496 \end_inset
22497 </cell>
22498 </row>
22499 </lyxtabular>
22500
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \begin_layout Section
22512 Sous-flottants
22513 \begin_inset Index idx
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517 Flottants ! Sous-flottants
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \begin_layout Standard
22526 Un exemple de sous-flottant : une figure composée de plusieurs images.
22527  On les crée en insérant un flottant dans un flottant existant.
22528  Le positionnement des sous-flottants peut être contrôlé comme pour les
22529  paragraphes comme on le voit avec les tableaux
22530 \begin_inset space ~
22531 \end_inset
22532
22533
22534 \begin_inset CommandInset ref
22535 LatexCommand ref
22536 reference "tab:Deux-sous-tableaux-cote-a-cote"
22537
22538 \end_inset
22539
22540  et 
22541 \begin_inset CommandInset ref
22542 LatexCommand ref
22543 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22544
22545 \end_inset
22546
22547 .
22548 \end_layout
22549
22550 \begin_layout Standard
22551 On fait référence à des sous-flottants comme on le ferait avec des flottants
22552  normaux : Les tableaux
22553 \begin_inset space ~
22554 \end_inset
22555
22556
22557 \begin_inset CommandInset ref
22558 LatexCommand ref
22559 reference "tab:Le-sous-tableau-a"
22560
22561 \end_inset
22562
22563  et 
22564 \begin_inset CommandInset ref
22565 LatexCommand ref
22566 reference "tab:Le-sous-tableau-b"
22567
22568 \end_inset
22569
22570  sont des sous-tableaux du tableau
22571 \begin_inset space ~
22572 \end_inset
22573
22574
22575 \begin_inset CommandInset ref
22576 LatexCommand ref
22577 reference "tab:Deux-sous-tableaux-cote-a-cote"
22578
22579 \end_inset
22580
22581 .
22582 \end_layout
22583
22584 \begin_layout Standard
22585 \begin_inset Float table
22586 wide false
22587 sideways false
22588 status open
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Caption
22592
22593 \begin_layout Plain Layout
22594 \begin_inset CommandInset label
22595 LatexCommand label
22596 name "tab:Deux-sous-tableaux-cote-a-cote"
22597
22598 \end_inset
22599
22600 Deux sous-tableaux placés côte-à-côte.
22601 \end_layout
22602
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \begin_layout Plain Layout
22609 \align center
22610 \begin_inset space \hfill{}
22611 \end_inset
22612
22613
22614 \begin_inset Float table
22615 wide false
22616 sideways false
22617 status collapsed
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Caption
22621
22622 \begin_layout Plain Layout
22623 \begin_inset CommandInset label
22624 LatexCommand label
22625 name "tab:Le-sous-tableau-a"
22626
22627 \end_inset
22628
22629 Le sous-tableau a
22630 \end_layout
22631
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \begin_layout Plain Layout
22638 \align center
22639 \begin_inset Tabular
22640 <lyxtabular version="3" rows="1" columns="5">
22641 <features tabularvalignment="middle">
22642 <column alignment="center" valignment="top" width="0">
22643 <column alignment="center" valignment="top" width="0">
22644 <column alignment="center" valignment="top" width="0">
22645 <column alignment="center" valignment="top" width="0">
22646 <column alignment="center" valignment="top" width="0">
22647 <row>
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 test
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 b
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 c
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 d
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 e
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 </row>
22694 </lyxtabular>
22695
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \end_inset
22702
22703
22704 \begin_inset space \hfill{}
22705 \end_inset
22706
22707
22708 \begin_inset Float table
22709 wide false
22710 sideways false
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714 \begin_inset Caption
22715
22716 \begin_layout Plain Layout
22717 \begin_inset CommandInset label
22718 LatexCommand label
22719 name "tab:Le-sous-tableau-b"
22720
22721 \end_inset
22722
22723 Le sous-tableau b.
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \begin_layout Plain Layout
22732 \align center
22733 \begin_inset Tabular
22734 <lyxtabular version="3" rows="1" columns="5">
22735 <features tabularvalignment="middle">
22736 <column alignment="center" valignment="top" width="0">
22737 <column alignment="center" valignment="top" width="0">
22738 <column alignment="center" valignment="top" width="0">
22739 <column alignment="center" valignment="top" width="0">
22740 <column alignment="center" valignment="top" width="0">
22741 <row>
22742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 e
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 d
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 c
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 b
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 test
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 </row>
22788 </lyxtabular>
22789
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \end_inset
22796
22797
22798 \begin_inset space \hfill{}
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \begin_layout Standard
22810 \begin_inset Float table
22811 wide false
22812 sideways false
22813 status open
22814
22815 \begin_layout Plain Layout
22816 \begin_inset Caption
22817
22818 \begin_layout Plain Layout
22819 \begin_inset CommandInset label
22820 LatexCommand label
22821 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22822
22823 \end_inset
22824
22825 Deux sous-tableaux placés l'un sur l'autre.
22826  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \begin_layout Plain Layout
22835 \align center
22836 \begin_inset Float table
22837 wide false
22838 sideways false
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Caption
22843
22844 \begin_layout Plain Layout
22845
22846 \end_layout
22847
22848 \end_inset
22849
22850
22851 \end_layout
22852
22853 \begin_layout Plain Layout
22854 \align center
22855 \begin_inset Tabular
22856 <lyxtabular version="3" rows="1" columns="4">
22857 <features tabularvalignment="middle">
22858 <column alignment="center" valignment="top" width="0">
22859 <column alignment="center" valignment="top" width="0">
22860 <column alignment="center" valignment="top" width="0">
22861 <column alignment="center" valignment="top" width="0">
22862 <row>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 test
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 test
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 test
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 test
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 </row>
22900 </lyxtabular>
22901
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \end_inset
22908
22909
22910 \end_layout
22911
22912 \begin_layout Plain Layout
22913 \align center
22914 \begin_inset Float table
22915 wide false
22916 sideways false
22917 status collapsed
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Caption
22921
22922 \begin_layout Plain Layout
22923
22924 \end_layout
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \begin_layout Plain Layout
22932 \align center
22933 \begin_inset Tabular
22934 <lyxtabular version="3" rows="1" columns="5">
22935 <features tabularvalignment="middle">
22936 <column alignment="center" valignment="top" width="0">
22937 <column alignment="center" valignment="top" width="0">
22938 <column alignment="center" valignment="top" width="0">
22939 <column alignment="center" valignment="top" width="0">
22940 <column alignment="center" valignment="top" width="0">
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 a
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 b
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 c
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 d
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 e
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 </row>
22988 </lyxtabular>
22989
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \begin_layout Section
23006 Flottants côte-à-côte
23007 \begin_inset Index idx
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011 Flottants ! côte-à-côte
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \begin_layout Standard
23020 Pour placer des flottants côte-à-côte, comme pour la figure
23021 \begin_inset space ~
23022 \end_inset
23023
23024
23025 \begin_inset CommandInset ref
23026 LatexCommand ref
23027 reference "fig:Flottant-gauche"
23028
23029 \end_inset
23030
23031  et 
23032 \begin_inset CommandInset ref
23033 LatexCommand ref
23034 reference "fig:Flottant-droit"
23035
23036 \end_inset
23037
23038 , on n'utilise 
23039 \emph on
23040 qu'un seul 
23041 \emph default
23042 flottant.
23043  On y insère deux boîtes de minipages.
23044 \begin_inset Foot
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048 Les minipages sont décrites dans la section
23049 \begin_inset space ~
23050 \end_inset
23051
23052
23053 \begin_inset CommandInset ref
23054 LatexCommand ref
23055 reference "sec:Minipages"
23056
23057 \end_inset
23058
23059 .
23060 \end_layout
23061
23062 \end_inset
23063
23064  La largeur est mise à 45
23065 \begin_inset space \thinspace{}
23066 \end_inset
23067
23068 -50
23069 \begin_inset space \thinspace{}
23070 \end_inset
23071
23072 column% et l'alignement de la boîte à 
23073 \family sans
23074 Bas
23075 \family default
23076  pour chaque minipage.
23077  Les boîtes minipages contiennent l'image et la légende exactement comme
23078  avec un flottant.
23079  La seule différence est que l'unité de longueur 
23080 \family sans
23081 Largeur
23082 \begin_inset space ~
23083 \end_inset
23084
23085 colonne
23086 \begin_inset space ~
23087 \end_inset
23088
23089 %
23090 \family default
23091  utilisée pour l'image est maintenant définie par rapport à la largeur des
23092  boîtes minipages.
23093 \end_layout
23094
23095 \begin_layout Standard
23096 \begin_inset Float figure
23097 wide false
23098 sideways false
23099 status open
23100
23101 \begin_layout Plain Layout
23102 \begin_inset Box Frameless
23103 position "b"
23104 hor_pos "c"
23105 has_inner_box 1
23106 inner_pos "t"
23107 use_parbox 0
23108 use_makebox 0
23109 width "45col%"
23110 special "none"
23111 height "1in"
23112 height_special "totalheight"
23113 status open
23114
23115 \begin_layout Plain Layout
23116 \align center
23117 \begin_inset Graphics
23118         filename ../clipart/mobius.eps
23119         lyxscale 50
23120         width 100col%
23121         scaleBeforeRotation
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \begin_layout Plain Layout
23129 \begin_inset Caption
23130
23131 \begin_layout Plain Layout
23132 \begin_inset CommandInset label
23133 LatexCommand label
23134 name "fig:Flottant-gauche"
23135
23136 \end_inset
23137
23138 Flottant du côté gauche.
23139 \end_layout
23140
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \end_inset
23147
23148
23149 \begin_inset space \hfill{}
23150 \end_inset
23151
23152
23153 \begin_inset Box Frameless
23154 position "b"
23155 hor_pos "c"
23156 has_inner_box 1
23157 inner_pos "t"
23158 use_parbox 0
23159 use_makebox 0
23160 width "45col%"
23161 special "none"
23162 height "1in"
23163 height_special "totalheight"
23164 status open
23165
23166 \begin_layout Plain Layout
23167 \align center
23168 \begin_inset Graphics
23169         filename ../clipart/platypus.eps
23170         lyxscale 50
23171         width 100col%
23172         scaleBeforeRotation
23173
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \begin_layout Plain Layout
23180 \begin_inset Caption
23181
23182 \begin_layout Plain Layout
23183 \begin_inset CommandInset label
23184 LatexCommand label
23185 name "fig:Flottant-droit"
23186
23187 \end_inset
23188
23189 Flottant du côté droit.
23190 \end_layout
23191
23192 \end_inset
23193
23194
23195 \end_layout
23196
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \begin_layout Section
23208 Mise en Forme de la Légende
23209 \begin_inset Index idx
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213 Légende ! Mise en forme
23214 \end_layout
23215
23216 \end_inset
23217
23218
23219 \begin_inset Index idx
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223 Flottants ! Mise en forme de la Légende
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \begin_inset CommandInset label
23230 LatexCommand label
23231 name "sec:Formatage-légende"
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Standard
23239 L'environnement 
23240 \family sans
23241 Légende
23242 \family default
23243  est l'environnement de paragraphe implicite pour les 
23244 \family sans
23245 flottants
23246 \family default
23247 .
23248  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23249  par exemple 
23250 \begin_inset Quotes eld
23251 \end_inset
23252
23253
23254 \family sans
23255 Figure #:
23256 \family default
23257
23258 \begin_inset Quotes erd
23259 \end_inset
23260
23261  suivi par le texte de la légende.
23262  Le 
23263 \begin_inset Quotes eld
23264 \end_inset
23265
23266 #
23267 \begin_inset Quotes erd
23268 \end_inset
23269
23270  étant remplacé par le numéro de référence réel.
23271  implicitement l'étiquette et le numéro sont dans la même police de caractères
23272  que le texte de la légende et deux points suivent le numéro pour séparer
23273  l'étiquette du texte.
23274  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23275 \end_layout
23276
23277 \begin_layout Standard
23278 Pour modifier le format implicite des légendes, il faut charger le paquetage
23279  LaTeX 
23280 \series bold
23281 caption
23282 \series default
23283
23284 \begin_inset Index idx
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288 Paquetages LaTeX ! caption
23289 \end_layout
23290
23291 \end_inset
23292
23293  dans le préambule de votre document avec la ligne suivante :
23294 \end_layout
23295
23296 \begin_layout Standard
23297
23298 \series bold
23299
23300 \backslash
23301 usepackage[format definition]{caption}
23302 \end_layout
23303
23304 \begin_layout Standard
23305 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23306  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23307  dans ce document, utilisez les commandes suivantes :
23308 \end_layout
23309
23310 \begin_layout Standard
23311
23312 \series bold
23313
23314 \backslash
23315 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23316 \end_layout
23317
23318 \begin_layout Standard
23319 Vous pouvez aussi définir des formats de légendes différents pour les différents
23320  types de flottants.
23321  Dans ce cas chargez le paquetage 
23322 \series bold
23323 caption 
23324 \series default
23325 sans option de format spécifique et définissez les différents formats à
23326  l'aide de la commande 
23327 \end_layout
23328
23329 \begin_layout Standard
23330
23331 \series bold
23332
23333 \backslash
23334 captionsetup[type de flottant]{définition du format}
23335 \end_layout
23336
23337 \begin_layout Standard
23338 dans le préambule du document.
23339  Par exemple les formats de légende de la Figure
23340 \begin_inset space ~
23341 \end_inset
23342
23343
23344 \begin_inset CommandInset ref
23345 LatexCommand ref
23346 reference "fig:Legende-de-fig"
23347
23348 \end_inset
23349
23350  et du Tableau
23351 \begin_inset space ~
23352 \end_inset
23353
23354
23355 \begin_inset CommandInset ref
23356 LatexCommand ref
23357 reference "tab:Légende-de-tab"
23358
23359 \end_inset
23360
23361  peuvent être créés en utilisant les commandes suivantes dans le préambule
23362  :
23363 \end_layout
23364
23365 \begin_layout Standard
23366
23367 \series bold
23368
23369 \backslash
23370 usepackage[tableposition=top]{caption}
23371 \series default
23372
23373 \begin_inset Newline newline
23374 \end_inset
23375
23376
23377 \series bold
23378
23379 \backslash
23380 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23381 \begin_inset Newline newline
23382 \end_inset
23383
23384
23385 \begin_inset Phantom HPhantom
23386 status open
23387
23388 \begin_layout Plain Layout
23389
23390 \series bold
23391
23392 \backslash
23393 captionsetup[figure]{
23394 \end_layout
23395
23396 \end_inset
23397
23398 labelsep=period}
23399 \begin_inset Newline newline
23400 \end_inset
23401
23402
23403 \backslash
23404 captionsetup[table]{labelfont={bf,sf}}
23405 \end_layout
23406
23407 \begin_layout Standard
23408 \begin_inset Note Greyedout
23409 status open
23410
23411 \begin_layout Plain Layout
23412
23413 \series bold
23414 Note:
23415 \series default
23416  L'option 
23417 \series bold
23418 tableposition=top
23419 \series default
23420  n'a pas d'effet quand on utilise un document de classe 
23421 \series bold
23422 KOMA-Script
23423 \series default
23424
23425 \begin_inset Index idx
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429 Paquetages LaTeX ! KOMA-Script
23430 \end_layout
23431
23432 \end_inset
23433
23434 .
23435  Dans ce cas on doit utiliser l'option 
23436 \series bold
23437 captions=tableheading
23438 \series default
23439  de la classe de document.
23440 \end_layout
23441
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \begin_layout Standard
23448 Pour plus d'information sur le paquetage 
23449 \series bold
23450 caption
23451 \series default
23452  nous vous renvoyons à sa documentation 
23453 \begin_inset CommandInset citation
23454 LatexCommand cite
23455 key "caption"
23456
23457 \end_inset
23458
23459 .
23460 \end_layout
23461
23462 \begin_layout Standard
23463 Pour changer le nom de l'étiquette, par exemple de 
23464 \begin_inset Quotes eld
23465 \end_inset
23466
23467 Figure
23468 \begin_inset Quotes erd
23469 \end_inset
23470
23471  à 
23472 \begin_inset Quotes eld
23473 \end_inset
23474
23475 Image
23476 \begin_inset Quotes erd
23477 \end_inset
23478
23479 , utilisez la commande suivante dans le préambule :
23480 \end_layout
23481
23482 \begin_layout Standard
23483
23484 \series bold
23485
23486 \backslash
23487 renewcommand{
23488 \backslash
23489 fnum@figure}{Image~
23490 \backslash
23491 thefigure}
23492 \end_layout
23493
23494 \begin_layout Standard
23495 où 
23496 \series bold
23497
23498 \backslash
23499 thefigure
23500 \series default
23501  insère le numéro de la figure et
23502 \series bold
23503  
23504 \begin_inset Quotes eld
23505 \end_inset
23506
23507 ~
23508 \series default
23509
23510 \begin_inset Quotes erd
23511 \end_inset
23512
23513  ajoute une espace insécable.
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \begin_inset VSpace bigskip
23518 \end_inset
23519
23520 Si vous utilisez un document de classe 
23521 \series bold
23522 KOMA-Script
23523 \series default
23524
23525 \begin_inset Index idx
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529 Paquetages LaTeX ! KOMA-Script
23530 \end_layout
23531
23532 \end_inset
23533
23534  (
23535 \family sans
23536 article (KOMA-Script)
23537 \family default
23538
23539 \family sans
23540 book (KOMA-Script)
23541 \family default
23542
23543 \family sans
23544 letter (KOMA-Script)
23545 \family default
23546 , ou 
23547 \family sans
23548 report (KOMA-Script)
23549 \family default
23550
23551 \begin_inset space \thinspace{}
23552 \end_inset
23553
23554 ), Vous pouvez utiliser la commande incorporée 
23555 \series bold
23556
23557 \backslash
23558 setkomafont 
23559 \series default
23560 du paquetage
23561 \series bold
23562  KOMA-Script 
23563 \series default
23564 à la place du paquetage
23565 \series bold
23566  caption.
23567  
23568 \series default
23569 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23570  suivante au préambule de votre document :
23571 \end_layout
23572
23573 \begin_layout Standard
23574
23575 \series bold
23576
23577 \backslash
23578 setkomafont{captionlabel}{
23579 \backslash
23580 bfseries}
23581 \end_layout
23582
23583 \begin_layout Standard
23584 Pour plus d'information au sujet de 
23585 \series bold
23586
23587 \backslash
23588 setkomafont
23589 \series default
23590  nous vous renvoyons à la documentation du paquetage 
23591 \series bold
23592 KOMA-Script
23593 \series default
23594  
23595 \begin_inset CommandInset citation
23596 LatexCommand cite
23597 key "KOMA-Script"
23598
23599 \end_inset
23600
23601 .
23602 \end_layout
23603
23604 \begin_layout Standard
23605 \begin_inset ERT
23606 status collapsed
23607
23608 \begin_layout Plain Layout
23609
23610
23611 \backslash
23612 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23613 }
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \begin_inset Note Note
23620 status open
23621
23622 \begin_layout Plain Layout
23623 Le format de la légende n'est modifié que pour cet exemple.
23624 \end_layout
23625
23626 \end_inset
23627
23628
23629 \end_layout
23630
23631 \begin_layout Standard
23632 \begin_inset Float figure
23633 placement !p
23634 wide false
23635 sideways false
23636 status open
23637
23638 \begin_layout Plain Layout
23639 \align center
23640 \begin_inset Graphics
23641         filename ../clipart/mobius.eps
23642         lyxscale 50
23643         scale 50
23644         scaleBeforeRotation
23645
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \begin_layout Plain Layout
23652 \begin_inset Caption
23653
23654 \begin_layout Plain Layout
23655 \begin_inset CommandInset label
23656 LatexCommand label
23657 name "fig:Legende-de-fig"
23658
23659 \end_inset
23660
23661 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23662  pour montrer les différents types de formats de légendes.
23663  Ici on a utilisé un format de légende personnalisé.
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \begin_layout Standard
23677 \begin_inset ERT
23678 status collapsed
23679
23680 \begin_layout Plain Layout
23681
23682
23683 \backslash
23684 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23685 on}
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \begin_layout Standard
23694 \begin_inset Float table
23695 placement !p
23696 wide false
23697 sideways false
23698 status open
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Caption
23702
23703 \begin_layout Plain Layout
23704 \begin_inset CommandInset label
23705 LatexCommand label
23706 name "tab:Légende-de-tab"
23707
23708 \end_inset
23709
23710 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23711  pour montrer les différents types de formats de légendes.
23712  Ici on a utilisé le format de légende implicite.
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \begin_layout Plain Layout
23721 \align center
23722 \begin_inset Tabular
23723 <lyxtabular version="3" rows="1" columns="5">
23724 <features tabularvalignment="middle">
23725 <column alignment="center" valignment="top" width="0">
23726 <column alignment="center" valignment="top" width="0">
23727 <column alignment="center" valignment="top" width="0">
23728 <column alignment="center" valignment="top" width="0">
23729 <column alignment="center" valignment="top" width="0">
23730 <row>
23731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 a
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 b
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 c
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762 d
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 e
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 </lyxtabular>
23778
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \begin_layout Section
23790 Positionnement de la Légende
23791 \begin_inset Index idx
23792 status collapsed
23793
23794 \begin_layout Plain Layout
23795 Légende ! Placement
23796 \end_layout
23797
23798 \end_inset
23799
23800
23801 \begin_inset Index idx
23802 status collapsed
23803
23804 \begin_layout Plain Layout
23805 Flottants ! Placement de la légende
23806 \end_layout
23807
23808 \end_inset
23809
23810
23811 \begin_inset CommandInset label
23812 LatexCommand label
23813 name "sec:Placement-légende"
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \begin_layout Standard
23821 La règle habituelle pour placer la légende est :
23822 \end_layout
23823
23824 \begin_layout Description
23825 Figure
23826 \begin_inset space ~
23827 \end_inset
23828
23829 : La légende est placée en dessous de la figure
23830 \end_layout
23831
23832 \begin_layout Description
23833 Tableau
23834 \begin_inset space ~
23835 \end_inset
23836
23837 : La légende est placée au dessus du tableau
23838 \end_layout
23839
23840 \begin_layout Standard
23841 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23842  au dessus des tableaux.
23843  Ce qui fait que si vous utilisez une des classes de document 
23844 \family sans
23845 article
23846 \family default
23847
23848 \family sans
23849 book
23850 \family default
23851
23852 \family sans
23853 letter
23854 \family default
23855 , ou 
23856 \family sans
23857 report
23858 \family default
23859  il n'y aura pas d'espace libre entre la légende et le tableau.
23860  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23861  de chargement du paquetage LaTeX 
23862 \series bold
23863 caption
23864 \series default
23865  dans le préambule de votre document
23866 \begin_inset Foot
23867 status open
23868
23869 \begin_layout Plain Layout
23870 Voir la section
23871 \begin_inset space ~
23872 \end_inset
23873
23874
23875 \begin_inset CommandInset ref
23876 LatexCommand ref
23877 reference "sec:Formatage-légende"
23878
23879 \end_inset
23880
23881  pour plus d'information sur le paquetage 
23882 \series bold
23883 caption
23884 \series default
23885 .
23886 \end_layout
23887
23888 \end_inset
23889
23890 :
23891 \end_layout
23892
23893 \begin_layout Standard
23894
23895 \series bold
23896 tableposition=top
23897 \end_layout
23898
23899 \begin_layout Standard
23900 Si vous utilisez une classe de document 
23901 \series bold
23902 KOMA-Script
23903 \series default
23904
23905 \begin_inset Index idx
23906 status collapsed
23907
23908 \begin_layout Plain Layout
23909 Paquetages LaTeX ! KOMA-Script
23910 \end_layout
23911
23912 \end_inset
23913
23914  (
23915 \family sans
23916 article (KOMA-Script)
23917 \family default
23918
23919 \family sans
23920 book (KOMA-Script)
23921 \family default
23922
23923 \family sans
23924 letter (KOMA-Script)
23925 \family default
23926 , ou 
23927 \family sans
23928 report (KOMA-Script)
23929 \family default
23930
23931 \begin_inset space \thinspace{}
23932 \end_inset
23933
23934 ), vous pouvez utiliser à la place du paquetage 
23935 \series bold
23936 caption
23937 \series default
23938  l'option 
23939 \series bold
23940 captions=tableheading
23941 \series default
23942  de la classe de document.
23943 \end_layout
23944
23945 \begin_layout Standard
23946 \begin_inset VSpace bigskip
23947 \end_inset
23948
23949 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23950  Pour cela, vous devez charger le paquetage LaTeX 
23951 \series bold
23952 sidecap
23953 \series default
23954
23955 \begin_inset Index idx
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959 Paquetages LaTeX ! sidecap
23960 \end_layout
23961
23962 \end_inset
23963
23964  dans le préambule de votre document avec la ligne de commande suivante
23965 \end_layout
23966
23967 \begin_layout Standard
23968
23969 \series bold
23970
23971 \backslash
23972 usepackage[option]{sidecap}
23973 \end_layout
23974
23975 \begin_layout Standard
23976 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23977  extérieure – à droite sur les pages impaires et à gauche sur les pages
23978  paires.
23979  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23980  
23981 \series bold
23982 innercaption
23983 \series default
23984 .
23985  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23986  
23987 \series bold
23988 rightcaption
23989 \series default
23990  ou 
23991 \series bold
23992 leftcaption
23993 \series default
23994 .
23995 \end_layout
23996
23997 \begin_layout Standard
23998 \begin_inset ERT
23999 status collapsed
24000
24001 \begin_layout Plain Layout
24002
24003
24004 \backslash
24005 ifsidecap
24006 \end_layout
24007
24008 \end_inset
24009
24010
24011 \begin_inset Note Note
24012 status open
24013
24014 \begin_layout Plain Layout
24015 La section suivante ne sera affichée que si le paquetage LaTeX 
24016 \series bold
24017 sidecap
24018 \series default
24019  a été installé.
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Standard
24028 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
24029  ajouter ces commandes dans le préambule de votre document :
24030 \end_layout
24031
24032 \begin_layout Standard
24033 \noindent
24034 \begin_inset CommandInset line
24035 LatexCommand rule
24036 offset "0.5ex"
24037 width "100line%"
24038 height "1pt"
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Standard
24046
24047 \series bold
24048
24049 \backslash
24050 newcommand{
24051 \backslash
24052 TabBesBeg}{%
24053 \begin_inset Newline newline
24054 \end_inset
24055
24056
24057 \begin_inset Phantom HPhantom
24058 status open
24059
24060 \begin_layout Plain Layout
24061
24062 \series bold
24063 \begin_inset space ~
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070
24071
24072 \backslash
24073 let
24074 \backslash
24075 MyTable
24076 \backslash
24077 table
24078 \begin_inset Newline newline
24079 \end_inset
24080
24081
24082 \begin_inset Phantom HPhantom
24083 status open
24084
24085 \begin_layout Plain Layout
24086
24087 \series bold
24088 \begin_inset space ~
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095
24096
24097 \backslash
24098 let
24099 \backslash
24100 MyEndtable
24101 \backslash
24102 endtable
24103 \begin_inset Newline newline
24104 \end_inset
24105
24106
24107 \begin_inset Phantom HPhantom
24108 status open
24109
24110 \begin_layout Plain Layout
24111
24112 \series bold
24113 \begin_inset space ~
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \end_inset
24120
24121
24122 \backslash
24123 renewenvironment{table}{
24124 \backslash
24125 begin{SCtable}}{
24126 \backslash
24127 end{SCtable}}}
24128 \end_layout
24129
24130 \begin_layout Standard
24131
24132 \series bold
24133
24134 \backslash
24135 newcommand{
24136 \backslash
24137 TabBesEnd}{%
24138 \begin_inset Newline newline
24139 \end_inset
24140
24141
24142 \begin_inset Phantom HPhantom
24143 status open
24144
24145 \begin_layout Plain Layout
24146
24147 \series bold
24148 \begin_inset space ~
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \end_inset
24155
24156
24157 \backslash
24158 let
24159 \backslash
24160 table
24161 \backslash
24162 MyTable
24163 \begin_inset Newline newline
24164 \end_inset
24165
24166
24167 \begin_inset Phantom HPhantom
24168 status open
24169
24170 \begin_layout Plain Layout
24171
24172 \series bold
24173 \begin_inset space ~
24174 \end_inset
24175
24176
24177 \end_layout
24178
24179 \end_inset
24180
24181
24182 \backslash
24183 let
24184 \backslash
24185 endtable
24186 \backslash
24187 MyEndtable
24188 \end_layout
24189
24190 \begin_layout Standard
24191
24192 \series bold
24193
24194 \backslash
24195 newcommand{
24196 \backslash
24197 FigBesBeg}{%
24198 \begin_inset Newline newline
24199 \end_inset
24200
24201
24202 \begin_inset Phantom HPhantom
24203 status open
24204
24205 \begin_layout Plain Layout
24206
24207 \series bold
24208 \begin_inset space ~
24209 \end_inset
24210
24211
24212 \end_layout
24213
24214 \end_inset
24215
24216
24217 \backslash
24218 let
24219 \backslash
24220 MyFigure
24221 \backslash
24222 figure
24223 \begin_inset Newline newline
24224 \end_inset
24225
24226
24227 \begin_inset Phantom HPhantom
24228 status open
24229
24230 \begin_layout Plain Layout
24231
24232 \series bold
24233 \begin_inset space ~
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \end_inset
24240
24241
24242 \backslash
24243 let
24244 \backslash
24245 MyEndfigure
24246 \backslash
24247 endfigure
24248 \begin_inset Newline newline
24249 \end_inset
24250
24251
24252 \begin_inset Phantom HPhantom
24253 status open
24254
24255 \begin_layout Plain Layout
24256
24257 \series bold
24258 \begin_inset space ~
24259 \end_inset
24260
24261
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \backslash
24268 renewenvironment{figure}{
24269 \backslash
24270 begin{SCfigure}}{
24271 \backslash
24272 end{SCfigure}}}
24273 \end_layout
24274
24275 \begin_layout Standard
24276
24277 \series bold
24278
24279 \backslash
24280 newcommand{
24281 \backslash
24282 FigBesEnd}{%
24283 \begin_inset Newline newline
24284 \end_inset
24285
24286
24287 \begin_inset Phantom HPhantom
24288 status open
24289
24290 \begin_layout Plain Layout
24291
24292 \series bold
24293 \begin_inset space ~
24294 \end_inset
24295
24296
24297 \end_layout
24298
24299 \end_inset
24300
24301
24302 \backslash
24303 let
24304 \backslash
24305 figure
24306 \backslash
24307 MyFigure
24308 \begin_inset Newline newline
24309 \end_inset
24310
24311
24312 \begin_inset Phantom HPhantom
24313 status open
24314
24315 \begin_layout Plain Layout
24316
24317 \series bold
24318 \begin_inset space ~
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \end_inset
24325
24326
24327 \backslash
24328 let
24329 \backslash
24330 endfigure
24331 \backslash
24332 MyEndfigure}
24333 \end_layout
24334
24335 \begin_layout Standard
24336 \noindent
24337 \begin_inset CommandInset line
24338 LatexCommand rule
24339 offset "0.5ex"
24340 width "100line%"
24341 height "1pt"
24342
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \begin_layout Standard
24349 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24350  la légende se place sur le côté.
24351  Pour les flottants de figure, utilisez la commande
24352 \end_layout
24353
24354 \begin_layout Standard
24355
24356 \series bold
24357
24358 \backslash
24359 FigBesBeg
24360 \end_layout
24361
24362 \begin_layout Standard
24363 en code TeX avant le flottant.
24364  Après le flottant, insérez la commande
24365 \end_layout
24366
24367 \begin_layout Standard
24368
24369 \series bold
24370
24371 \backslash
24372 FigBesEnd
24373 \end_layout
24374
24375 \begin_layout Standard
24376 en code TeX pour revenir à la définition originale du flottant.
24377 \end_layout
24378
24379 \begin_layout Standard
24380 Pour les flottants de tableau, utilisez les commandes correspondantes
24381 \end_layout
24382
24383 \begin_layout Standard
24384
24385 \series bold
24386
24387 \backslash
24388 TabBesBeg
24389 \series default
24390  et 
24391 \series bold
24392
24393 \backslash
24394 TabBesEnd
24395 \end_layout
24396
24397 \begin_layout Standard
24398 La figure
24399 \begin_inset space ~
24400 \end_inset
24401
24402
24403 \begin_inset CommandInset ref
24404 LatexCommand ref
24405 reference "fig:legende-a-coté-fig"
24406
24407 \end_inset
24408
24409  et le tableau
24410 \begin_inset space ~
24411 \end_inset
24412
24413
24414 \begin_inset CommandInset ref
24415 LatexCommand ref
24416 reference "tab:legende-à-coté-tableau"
24417
24418 \end_inset
24419
24420  sont des exemples où la légende a été mises sur le coté.
24421 \end_layout
24422
24423 \begin_layout Standard
24424 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24425  pour les flottants de tableau et vers le bas pour les flottants de figure.
24426  Pour changer ce comportement, vous pouvez utiliser les commandes
24427 \end_layout
24428
24429 \begin_layout Standard
24430
24431 \series bold
24432
24433 \backslash
24434 sidecaptionvpos{type flottant}{placement}
24435 \end_layout
24436
24437 \begin_layout Standard
24438 dans le préambule du document ou en code TeX juste avant le flottant visé.
24439  Le type du flottant est soit 
24440 \family sans
24441 figure
24442 \family default
24443  soit 
24444 \family sans
24445 table
24446 \family default
24447 , le placement peut être 
24448 \begin_inset Quotes eld
24449 \end_inset
24450
24451
24452 \family sans
24453 t
24454 \family default
24455
24456 \begin_inset Quotes erd
24457 \end_inset
24458
24459  pour haut (top), 
24460 \begin_inset Quotes eld
24461 \end_inset
24462
24463
24464 \family sans
24465 c
24466 \family default
24467
24468 \begin_inset Quotes erd
24469 \end_inset
24470
24471  pour centre (center), ou 
24472 \begin_inset Quotes eld
24473 \end_inset
24474
24475
24476 \family sans
24477 b
24478 \family default
24479
24480 \begin_inset Quotes erd
24481 \end_inset
24482
24483  pour bas (bottom).
24484  Pour que, par exemple, les légendes des flottants de figure soient centrés
24485  verticalement, utilisez la commande
24486 \end_layout
24487
24488 \begin_layout Standard
24489
24490 \series bold
24491
24492 \backslash
24493 sidecaptionvpos{figure}{c}
24494 \end_layout
24495
24496 \begin_layout Standard
24497 C'est ce qui a été utilisé pour la figure
24498 \begin_inset space ~
24499 \end_inset
24500
24501
24502 \begin_inset CommandInset ref
24503 LatexCommand ref
24504 reference "fig:legende-à-coté-fig-2"
24505
24506 \end_inset
24507
24508 .
24509 \end_layout
24510
24511 \begin_layout Standard
24512 \begin_inset VSpace medskip
24513 \end_inset
24514
24515 Pour plus d'information sur le paquetage 
24516 \series bold
24517 sidecap
24518 \series default
24519  nous vous renvoyons à sa documentation 
24520 \begin_inset CommandInset citation
24521 LatexCommand cite
24522 key "sidecap"
24523
24524 \end_inset
24525
24526 .
24527 \end_layout
24528
24529 \begin_layout Standard
24530 \begin_inset Note Greyedout
24531 status open
24532
24533 \begin_layout Plain Layout
24534
24535 \series bold
24536 Note:
24537 \series default
24538  Le paquetage LaTeX 
24539 \series bold
24540 hypcap
24541 \series default
24542
24543 \begin_inset Index idx
24544 status collapsed
24545
24546 \begin_layout Plain Layout
24547 Paquetages LaTeX ! hypcap
24548 \end_layout
24549
24550 \end_inset
24551
24552 , qui est décrit dans la section
24553 \begin_inset space ~
24554 \end_inset
24555
24556
24557 \begin_inset CommandInset ref
24558 LatexCommand ref
24559 reference "sub:Reference-Position"
24560
24561 \end_inset
24562
24563 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \begin_layout Standard
24572 \begin_inset ERT
24573 status collapsed
24574
24575 \begin_layout Plain Layout
24576
24577
24578 \backslash
24579 FigBesBeg 
24580 \end_layout
24581
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Standard
24588 \begin_inset Float figure
24589 wide false
24590 sideways false
24591 status open
24592
24593 \begin_layout Plain Layout
24594 \begin_inset Graphics
24595         filename ../clipart/escher-lsd.eps
24596         scale 75
24597         scaleBeforeRotation
24598
24599 \end_inset
24600
24601
24602 \end_layout
24603
24604 \begin_layout Plain Layout
24605 \begin_inset Caption
24606
24607 \begin_layout Plain Layout
24608 \begin_inset CommandInset label
24609 LatexCommand label
24610 name "fig:legende-a-coté-fig"
24611
24612 \end_inset
24613
24614 Une légende à côté d'une figure.
24615 \end_layout
24616
24617 \end_inset
24618
24619
24620 \end_layout
24621
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \begin_layout Standard
24628 \begin_inset ERT
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632
24633
24634 \backslash
24635 TabBesBeg 
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \begin_layout Standard
24644 \begin_inset Float table
24645 wide false
24646 sideways false
24647 status open
24648
24649 \begin_layout Plain Layout
24650 \begin_inset Caption
24651
24652 \begin_layout Plain Layout
24653 \begin_inset CommandInset label
24654 LatexCommand label
24655 name "tab:legende-à-coté-tableau"
24656
24657 \end_inset
24658
24659 Une légende à côté d'un tableau.
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \begin_layout Plain Layout
24668 \begin_inset Tabular
24669 <lyxtabular version="3" rows="4" columns="5">
24670 <features tabularvalignment="middle">
24671 <column alignment="center" valignment="top" width="0">
24672 <column alignment="center" valignment="top" width="0">
24673 <column alignment="center" valignment="top" width="0">
24674 <column alignment="center" valignment="top" width="0">
24675 <column alignment="center" valignment="top" width="0">
24676 <row>
24677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 a
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699 b
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717 c
24718 \end_layout
24719
24720 \end_inset
24721 </cell>
24722 </row>
24723 <row>
24724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24725 \begin_inset Text
24726
24727 \begin_layout Plain Layout
24728
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737 d
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755 e
24756 \end_layout
24757
24758 \end_inset
24759 </cell>
24760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24761 \begin_inset Text
24762
24763 \begin_layout Plain Layout
24764
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 </row>
24770 <row>
24771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24772 \begin_inset Text
24773
24774 \begin_layout Plain Layout
24775 f
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793 g
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24799 \begin_inset Text
24800
24801 \begin_layout Plain Layout
24802
24803 \end_layout
24804
24805 \end_inset
24806 </cell>
24807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24808 \begin_inset Text
24809
24810 \begin_layout Plain Layout
24811 h
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 </row>
24817 <row>
24818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831 i
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 j
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858
24859 \end_layout
24860
24861 \end_inset
24862 </cell>
24863 </row>
24864 </lyxtabular>
24865
24866 \end_inset
24867
24868
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Standard
24877 \begin_inset ERT
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881
24882
24883 \backslash
24884 TabBesEnd
24885 \end_layout
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \begin_layout Standard
24893 \begin_inset ERT
24894 status collapsed
24895
24896 \begin_layout Plain Layout
24897
24898
24899 \backslash
24900 sidecaptionvpos{figure}{c}
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \begin_inset Float figure
24907 wide false
24908 sideways false
24909 status open
24910
24911 \begin_layout Plain Layout
24912 \begin_inset Graphics
24913         filename ../clipart/escher-lsd.eps
24914         scale 75
24915         scaleBeforeRotation
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Plain Layout
24923 \begin_inset Caption
24924
24925 \begin_layout Plain Layout
24926 \begin_inset CommandInset label
24927 LatexCommand label
24928 name "fig:legende-à-coté-fig-2"
24929
24930 \end_inset
24931
24932 Une légende centrée verticalement à côté d'une figure.
24933 \end_layout
24934
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \begin_inset ERT
24947 status collapsed
24948
24949 \begin_layout Plain Layout
24950
24951
24952 \backslash
24953 FigBesEnd
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \begin_layout Standard
24962 \begin_inset ERT
24963 status collapsed
24964
24965 \begin_layout Plain Layout
24966
24967
24968 \backslash
24969 else
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \begin_inset Note Note
24976 status open
24977
24978 \begin_layout Plain Layout
24979 Ce qui suit sera affiché si le paquetage LaTeX 
24980 \series bold
24981 sidecap
24982 \series default
24983  n'est pas installé :
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992 Vous devez installer le paquetage LaTeX 
24993 \series bold
24994 sidecap
24995 \series default
24996  pour voir la suite de cette section dans la sortie imprimée.
24997 \end_layout
24998
24999 \begin_layout Standard
25000 \begin_inset ERT
25001 status collapsed
25002
25003 \begin_layout Plain Layout
25004
25005
25006 \backslash
25007 fi
25008 \end_layout
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \begin_layout Section
25016 Les Listes de Flottants
25017 \begin_inset Index idx
25018 status collapsed
25019
25020 \begin_layout Plain Layout
25021 Flottants ! Listes de Flottants
25022 \end_layout
25023
25024 \end_inset
25025
25026
25027 \end_layout
25028
25029 \begin_layout Standard
25030 De la même façon que la table des matières fait la liste des sections du
25031  document, il y a des listes pour tous les types de flottants, comme par
25032  exemple pour les figures du document.
25033  Vous pouvez les insérer en utilisant le menu 
25034 \family sans
25035 Insérer\SpecialChar \menuseparator
25036 Listes
25037 \begin_inset space ~
25038 \end_inset
25039
25040 &
25041 \begin_inset space ~
25042 \end_inset
25043
25044 TdM
25045 \family default
25046 .
25047 \end_layout
25048
25049 \begin_layout Standard
25050 Les entrées de la liste sont la légende du flottant ou éventuellement le
25051  titre court, le numéro du flottant, et le numéro de la page où le flottant
25052  apparaît dans le document.
25053 \end_layout
25054
25055 \begin_layout Standard
25056 Vous trouverez à la fin de ce document une liste des figures et une liste
25057  des tableaux.
25058 \end_layout
25059
25060 \begin_layout Chapter
25061 Notes
25062 \end_layout
25063
25064 \begin_layout Section
25065 Les Notes de LyX
25066 \begin_inset Index idx
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070 Notes ! Notes LyX 
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \begin_layout Standard
25079 On peut insérer une note en utilisant le bouton 
25080 \begin_inset Graphics
25081         filename ../../images/note-insert.png
25082         scale 85
25083         scaleBeforeRotation
25084
25085 \end_inset
25086
25087  de la barre d'outils ou avec le menu 
25088 \family sans
25089 Insérer\SpecialChar \menuseparator
25090 Note
25091 \family default
25092 .
25093  Il y a trois types de notes :
25094 \end_layout
25095
25096 \begin_layout Description
25097 Note
25098 \begin_inset space ~
25099 \end_inset
25100
25101 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25102  finale.
25103  La boîte de cette note ressemble à ceci :
25104 \begin_inset Newline newline
25105 \end_inset
25106
25107
25108 \begin_inset Newline newline
25109 \end_inset
25110
25111
25112 \begin_inset Graphics
25113         filename clipart/LyXNoteImageQt4.png
25114         display false
25115         scale 65
25116         scaleBeforeRotation
25117
25118 \end_inset
25119
25120  
25121 \begin_inset Note Note
25122 status open
25123
25124 \begin_layout Plain Layout
25125 Le texte de cette note n'apparaîtra pas à l'impression.
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Description
25134 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25135  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25136  vers un fichier au format LaTeX avec le menu 
25137 \family sans
25138 Fichier\SpecialChar \menuseparator
25139 Exporter\SpecialChar \menuseparator
25140 LaTeX (pdflatex) / (plain)
25141 \family default
25142 .
25143  La boîte de cette note ressemble à ceci :
25144 \begin_inset Newline newline
25145 \end_inset
25146
25147
25148 \begin_inset Newline newline
25149 \end_inset
25150
25151
25152 \begin_inset Graphics
25153         filename clipart/CommentNoteImageQt4.png
25154         display false
25155         scale 55
25156         scaleBeforeRotation
25157
25158 \end_inset
25159
25160
25161 \lang english
25162  
25163 \lang french
25164
25165 \begin_inset Note Comment
25166 status open
25167
25168 \begin_layout Plain Layout
25169 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25170  LaTeX.
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \begin_layout Description
25179 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25180  La boîte de cette note ressemble à ceci :
25181 \lang english
25182
25183 \begin_inset Newline newline
25184 \end_inset
25185
25186
25187 \lang french
25188
25189 \begin_inset Newline newline
25190 \end_inset
25191
25192
25193 \begin_inset Graphics
25194         filename clipart/GreyedOutNoteImageQt4.png
25195         lyxscale 80
25196         display false
25197         scale 55
25198         scaleBeforeRotation
25199
25200 \end_inset
25201
25202
25203 \begin_inset Newline newline
25204 \end_inset
25205
25206
25207 \begin_inset ERT
25208 status collapsed
25209
25210 \begin_layout Plain Layout
25211
25212
25213 \backslash
25214 renewenvironment{lyxgreyedout}
25215 \end_layout
25216
25217 \begin_layout Plain Layout
25218
25219 {
25220 \backslash
25221 textcolor[gray]{0.8}
25222 \backslash
25223 bgroup}{
25224 \backslash
25225 egroup}
25226 \end_layout
25227
25228 \end_inset
25229
25230
25231 \begin_inset Note Greyedout
25232 status open
25233
25234 \begin_layout Plain Layout
25235 Le texte
25236 \begin_inset Foot
25237 status collapsed
25238
25239 \begin_layout Plain Layout
25240 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25241  grisé.
25242  
25243 \end_layout
25244
25245 \end_inset
25246
25247  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25248 \end_layout
25249
25250 \end_inset
25251
25252
25253 \begin_inset ERT
25254 status collapsed
25255
25256 \begin_layout Plain Layout
25257
25258
25259 \backslash
25260 renewenvironment{lyxgreyedout}
25261 \end_layout
25262
25263 \begin_layout Plain Layout
25264
25265 {
25266 \backslash
25267 textcolor{blue}
25268 \backslash
25269 bgroup}{
25270 \backslash
25271 egroup}
25272 \end_layout
25273
25274 \end_inset
25275
25276
25277 \begin_inset Note Note
25278 status open
25279
25280 \begin_layout Plain Layout
25281 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25282  originale qu'elle a dans LyX.
25283  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25284  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25285 \end_layout
25286
25287 \end_inset
25288
25289
25290 \begin_inset Newline newline
25291 \end_inset
25292
25293
25294 \begin_inset Newline newline
25295 \end_inset
25296
25297 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25298  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25299 \end_layout
25300
25301 \begin_layout Standard
25302 \begin_inset VSpace bigskip
25303 \end_inset
25304
25305 Quand vous utilisez le bouton 
25306 \begin_inset Graphics
25307         filename ../../images/note-insert.png
25308         scale 85
25309         scaleBeforeRotation
25310
25311 \end_inset
25312
25313  de la barre d'outils, vous insérez une 
25314 \family sans
25315 Note
25316 \begin_inset space ~
25317 \end_inset
25318
25319 LyX
25320 \family default
25321 .
25322  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25323 la et cliquez sur le bouton d'insertion de note.
25324  Pour retransformer une note en texte, appuyez sur la touche 
25325 \family sans
25326 backspace
25327 \family default
25328  quand le curseur est au tout début de la note ou appuyez sur la touche
25329  
25330 \family sans
25331 Suppr.
25332
25333 \family default
25334  quand le curseur se trouve à la fin de la note.
25335 \end_layout
25336
25337 \begin_layout Standard
25338 \begin_inset VSpace bigskip
25339 \end_inset
25340
25341 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25342  commandes suivantes dans le préambule :
25343 \end_layout
25344
25345 \begin_layout Standard
25346
25347 \series bold
25348
25349 \backslash
25350 renewenvironment{lyxgreyedout}
25351 \begin_inset Newline newline
25352 \end_inset
25353
25354
25355 \begin_inset Phantom HPhantom
25356 status open
25357
25358 \begin_layout Plain Layout
25359
25360 \series bold
25361 \begin_inset space ~
25362 \end_inset
25363
25364
25365 \end_layout
25366
25367 \end_inset
25368
25369 {
25370 \backslash
25371 textcolor{color}
25372 \backslash
25373 bgroup}{
25374 \backslash
25375 egroup}
25376 \end_layout
25377
25378 \begin_layout Standard
25379 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25380  sont expliqués dans la section
25381 \begin_inset space ~
25382 \end_inset
25383
25384
25385 \begin_inset CommandInset ref
25386 LatexCommand ref
25387 reference "sec:Tableaux-Colorés"
25388
25389 \end_inset
25390
25391 .
25392 \end_layout
25393
25394 \begin_layout Standard
25395 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25396  grisées avec leur texte en bleu.
25397 \end_layout
25398
25399 \begin_layout Section
25400 Notes en Bas de Page
25401 \begin_inset CommandInset label
25402 LatexCommand label
25403 name "sec:Notes-bas-de-page"
25404
25405 \end_inset
25406
25407
25408 \begin_inset Index idx
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412 Notes ! Notes de bas de page
25413 \end_layout
25414
25415 \end_inset
25416
25417
25418 \begin_inset Index idx
25419 status collapsed
25420
25421 \begin_layout Plain Layout
25422 Notes de bas de page
25423 \end_layout
25424
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25432  
25433 \begin_inset Graphics
25434         filename ../../images/footnote-insert.png
25435         scale 85
25436         scaleBeforeRotation
25437
25438 \end_inset
25439
25440  de la barre d'outils, soit en utilisant le menu 
25441 \family sans
25442 Insérer\SpecialChar \menuseparator
25443 Note
25444 \begin_inset space ~
25445 \end_inset
25446
25447 en
25448 \begin_inset space ~
25449 \end_inset
25450
25451 Bas
25452 \begin_inset space ~
25453 \end_inset
25454
25455 de
25456 \begin_inset space ~
25457 \end_inset
25458
25459 Page
25460 \family default
25461 .
25462  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25463  rouge 
25464 \begin_inset Quotes fld
25465 \end_inset
25466
25467 bas
25468 \begin_inset Quotes frd
25469 \end_inset
25470
25471  qui ressemble à ceci : 
25472 \begin_inset Graphics
25473         filename clipart/footnoteQt4.png
25474         scale 80
25475         scaleBeforeRotation
25476
25477 \end_inset
25478
25479  Vous pouvez y entrer votre texte.
25480  Si vous voulez transformer du texte déjà existant en note en bas de page,
25481  sélectionnez-le et cliquez sur le bouton 
25482 \family sans
25483 Note
25484 \begin_inset space ~
25485 \end_inset
25486
25487 en
25488 \begin_inset space ~
25489 \end_inset
25490
25491 Bas
25492 \begin_inset space ~
25493 \end_inset
25494
25495 de
25496 \begin_inset space ~
25497 \end_inset
25498
25499 Page
25500 \family default
25501  de la barre d'outils.
25502  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25503  
25504 \family sans
25505 backspace
25506 \family default
25507  quand le curseur est au tout début de la note ou appuyez sur la touche
25508  
25509 \family sans
25510 Suppr.
25511
25512 \family default
25513  quand le curseur se trouve à la fin de la note.
25514 \end_layout
25515
25516 \begin_layout Standard
25517 Voici un exemple de note en bas de page:
25518 \begin_inset Foot
25519 status open
25520
25521 \begin_layout Plain Layout
25522 \begin_inset CommandInset label
25523 LatexCommand label
25524 name "fn:Note-en-bas"
25525
25526 \end_inset
25527
25528 Ceci est un exemple de note en bas de page.
25529 \end_layout
25530
25531 \end_inset
25532
25533
25534 \begin_inset ERT
25535 status collapsed
25536
25537 \begin_layout Plain Layout
25538
25539
25540 \backslash
25541 newcounter{MyRepeatFoot}
25542 \end_layout
25543
25544 \begin_layout Plain Layout
25545
25546
25547 \backslash
25548 setcounter{MyRepeatFoot}{
25549 \backslash
25550 thefootnote}
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \begin_layout Standard
25559 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25560  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25561  de note.
25562  Le texte de la note est placé en bas de la page courante.
25563  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25564  Selon votre classe de document les numéros de notes pourront être réinitialisés
25565  à chaque nouveau chapitre.
25566 \end_layout
25567
25568 \begin_layout Standard
25569 On peut faire référence à une note en bas de page comme on le fait avec
25570  les flottants : Insérez une étiquette dans la note et faites une référence
25571  croisée vers cette étiquette comme c'est décrit dans la
25572 \begin_inset space ~
25573 \end_inset
25574
25575
25576 \begin_inset CommandInset ref
25577 LatexCommand ref
25578 reference "sec:Referencer-les-Flottants"
25579
25580 \end_inset
25581
25582 .
25583 \begin_inset Newline newline
25584 \end_inset
25585
25586 Voici une référence à une note de bas de page :
25587 \begin_inset space ~
25588 \end_inset
25589
25590
25591 \begin_inset CommandInset ref
25592 LatexCommand ref
25593 reference "fn:Note-en-bas"
25594
25595 \end_inset
25596
25597 .
25598 \end_layout
25599
25600 \begin_layout Standard
25601 \begin_inset VSpace defskip
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Standard
25608
25609 \lang english
25610 Footnotes in tables are not printed by LaTeX due to technical reasons.
25611  However there exists another method to print them: Instead of the footnote
25612  the command 
25613 \series bold
25614
25615 \backslash
25616 footnotemark{}
25617 \series default
25618  is inserted as TeX-code.
25619  The text of the footnote is entered as argument of the TeX-code command
25620  
25621 \series bold
25622
25623 \backslash
25624 footnotetext
25625 \series default
25626  after the table.
25627 \begin_inset Newline newline
25628 \end_inset
25629
25630 This was done for the following table with the command
25631 \end_layout
25632
25633 \begin_layout Standard
25634
25635 \series bold
25636 \lang english
25637
25638 \backslash
25639 footnotetext{
25640 \series default
25641 Printed table footnote.
25642 \series bold
25643 }
25644 \end_layout
25645
25646 \begin_layout Standard
25647
25648 \lang english
25649 \begin_inset Tabular
25650 <lyxtabular version="3" rows="2" columns="1">
25651 <features tabularvalignment="middle">
25652 <column alignment="center" valignment="top" width="0">
25653 <row>
25654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658
25659 \lang english
25660 This an example text.
25661 \begin_inset Foot
25662 status open
25663
25664 \begin_layout Plain Layout
25665
25666 \lang english
25667 This footnote will not be printed!
25668 \end_layout
25669
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 </row>
25678 <row>
25679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683
25684 \lang english
25685 This an example text.
25686 \begin_inset ERT
25687 status collapsed
25688
25689 \begin_layout Plain Layout
25690
25691
25692 \backslash
25693 footnotemark{}
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 </row>
25704 </lyxtabular>
25705
25706 \end_inset
25707
25708
25709 \begin_inset ERT
25710 status collapsed
25711
25712 \begin_layout Plain Layout
25713
25714
25715 \backslash
25716 footnotetext{
25717 \end_layout
25718
25719 \end_inset
25720
25721 Printed table footnote.
25722 \begin_inset ERT
25723 status collapsed
25724
25725 \begin_layout Plain Layout
25726
25727 }
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \begin_layout Standard
25736
25737 \lang english
25738 Footnotes in longtables are described in section
25739 \begin_inset space ~
25740 \end_inset
25741
25742
25743 \lang french
25744
25745 \begin_inset CommandInset ref
25746 LatexCommand ref
25747 reference "sub:Notes-dans-tableau-long"
25748
25749 \end_inset
25750
25751 .
25752 \end_layout
25753
25754 \begin_layout Standard
25755
25756 \lang english
25757 Footnotes in minipage boxes are printed, but inside the box and with a different
25758  numbering because a minipage box is like a page inside a page.
25759  (For more about minipages, see section
25760 \begin_inset space ~
25761 \end_inset
25762
25763
25764 \lang french
25765
25766 \begin_inset CommandInset ref
25767 LatexCommand ref
25768 reference "sec:Minipages"
25769
25770 \end_inset
25771
25772
25773 \lang english
25774 .) To get a footnote in the minipage that is output at the bottom of the
25775  page like normal footnotes, also use the method of 
25776 \series bold
25777
25778 \backslash
25779 footnotemark{}
25780 \series default
25781  and 
25782 \series bold
25783
25784 \backslash
25785 footnotetext
25786 \series default
25787 .
25788 \end_layout
25789
25790 \begin_layout Standard
25791
25792 \lang english
25793 \begin_inset Box Frameless
25794 position "t"
25795 hor_pos "c"
25796 has_inner_box 1
25797 inner_pos "t"
25798 use_parbox 0
25799 use_makebox 0
25800 width "100col%"
25801 special "none"
25802 height "1in"
25803 height_special "totalheight"
25804 status open
25805
25806 \begin_layout Plain Layout
25807
25808 \lang english
25809 This an example text in a minipage.
25810 \begin_inset Foot
25811 status open
25812
25813 \begin_layout Plain Layout
25814
25815 \lang english
25816 Footnote in the minipage.
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \begin_layout Plain Layout
25825
25826 \lang english
25827 This an example text in a minipage.
25828 \begin_inset ERT
25829 status collapsed
25830
25831 \begin_layout Plain Layout
25832
25833
25834 \backslash
25835 footnotemark{}
25836 \end_layout
25837
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Standard
25849
25850 \lang english
25851 \begin_inset ERT
25852 status collapsed
25853
25854 \begin_layout Plain Layout
25855
25856
25857 \backslash
25858 footnotetext{
25859 \end_layout
25860
25861 \end_inset
25862
25863 Footnote outside the minipage.
25864 \begin_inset ERT
25865 status collapsed
25866
25867 \begin_layout Plain Layout
25868
25869 }
25870 \end_layout
25871
25872 \end_inset
25873
25874
25875 \end_layout
25876
25877 \begin_layout Standard
25878 \begin_inset VSpace defskip
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885
25886 \lang english
25887 To refer to the same footnote several times without printing the footnote
25888  text every time, use the command 
25889 \series bold
25890
25891 \backslash
25892 footnotemark[number]
25893 \series default
25894  in TeX-code.
25895 \begin_inset Newline newline
25896 \end_inset
25897
25898 As you do not know the number of the repeating footnote while you are writing
25899  the text, you have to store its number.
25900  For the following footnote mark example, these commands were inserted in
25901  TeX-code after Footnote
25902 \begin_inset space ~
25903 \end_inset
25904
25905
25906 \lang french
25907
25908 \begin_inset CommandInset ref
25909 LatexCommand ref
25910 reference "fn:Note-en-bas"
25911
25912 \end_inset
25913
25914
25915 \lang english
25916  to store the footnote number
25917 \lang french
25918 :
25919 \end_layout
25920
25921 \begin_layout Standard
25922
25923 \series bold
25924
25925 \backslash
25926 newcounter{MyRepeatFoot}
25927 \begin_inset Newline newline
25928 \end_inset
25929
25930
25931 \backslash
25932 setcounter{MyRepeatFoot}{
25933 \backslash
25934 thefootnote}
25935 \end_layout
25936
25937 \begin_layout Standard
25938
25939 \lang english
25940 The footnote mark was then created with this command
25941 \lang french
25942 :
25943 \end_layout
25944
25945 \begin_layout Standard
25946
25947 \series bold
25948
25949 \backslash
25950 footnotemark[
25951 \backslash
25952 theMyRepeatFoot]
25953 \end_layout
25954
25955 \begin_layout Standard
25956
25957 \lang english
25958 Here is a repeated footnote
25959 \lang french
25960 :
25961 \begin_inset ERT
25962 status collapsed
25963
25964 \begin_layout Plain Layout
25965
25966
25967 \backslash
25968 footnotemark[
25969 \backslash
25970 theMyRepeatFoot]
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \begin_layout Standard
25979
25980 \lang english
25981 If you want to repeat the previous footnote, you can omit the storage of
25982  the footnote number and just use this command instead
25983 \lang french
25984 :
25985 \end_layout
25986
25987 \begin_layout Standard
25988
25989 \series bold
25990
25991 \backslash
25992 footnotemark[
25993 \backslash
25994 thefootnote]
25995 \end_layout
25996
25997 \begin_layout Standard
25998
25999 \lang english
26000 Here is another repeated footnote
26001 \lang french
26002 :
26003 \begin_inset ERT
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007
26008
26009 \backslash
26010 footnotemark[
26011 \backslash
26012 thefootnote]
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \begin_layout Subsection
26021 Numérotation de Notes de Bas de Page
26022 \begin_inset CommandInset label
26023 LatexCommand label
26024 name "sub:Numerotation-notes-bas-de-page"
26025
26026 \end_inset
26027
26028
26029 \begin_inset Index idx
26030 status collapsed
26031
26032 \begin_layout Plain Layout
26033 Notes de bas de page ! Numérotation
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \begin_layout Standard
26042 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26043  ajoutez cette commande dans le préambule de votre document :
26044 \end_layout
26045
26046 \begin_layout Standard
26047
26048 \series bold
26049
26050 \backslash
26051 @addtoreset{footnote}{section}
26052 \end_layout
26053
26054 \begin_layout Standard
26055 \begin_inset VSpace bigskip
26056 \end_inset
26057
26058 La commande de préambule suivante change le style de numérotation des notes
26059  en petits chiffres romains :
26060 \end_layout
26061
26062 \begin_layout Standard
26063
26064 \series bold
26065
26066 \backslash
26067 renewcommand{
26068 \backslash
26069 thefootnote}{
26070 \backslash
26071 roman{footnote}}
26072 \end_layout
26073
26074 \begin_layout Standard
26075 \begin_inset ERT
26076 status collapsed
26077
26078 \begin_layout Plain Layout
26079
26080
26081 \backslash
26082 renewcommand{
26083 \backslash
26084 thefootnote}{
26085 \backslash
26086 roman{footnote}}
26087 \end_layout
26088
26089 \end_inset
26090
26091  Cette note de bas de page utilise une numérotation en chiffres romains
26092  :
26093 \begin_inset Foot
26094 status open
26095
26096 \begin_layout Plain Layout
26097 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26098  romains.
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26108  la commande précédente 
26109 \series bold
26110
26111 \backslash
26112 roman
26113 \series default
26114  par 
26115 \series bold
26116
26117 \backslash
26118 Roman
26119 \series default
26120 .
26121  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26122  utilisez respectivement soit 
26123 \series bold
26124
26125 \backslash
26126 Alph
26127 \series default
26128  soit 
26129 \series bold
26130
26131 \backslash
26132 alph
26133 \series default
26134 .
26135  Pour les 
26136 \begin_inset Quotes eld
26137 \end_inset
26138
26139 numéroter
26140 \begin_inset Quotes erd
26141 \end_inset
26142
26143  avec des symboles, utilisez 
26144 \series bold
26145
26146 \backslash
26147 fnsymbol
26148 \series default
26149 .
26150 \end_layout
26151
26152 \begin_layout Standard
26153 \begin_inset Note Greyedout
26154 status open
26155
26156 \begin_layout Plain Layout
26157
26158 \series bold
26159 Note:
26160 \series default
26161  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26162  puisque cette numérotation est limitée à des lettres seules.
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \begin_inset Newline newline
26169 \end_inset
26170
26171
26172 \begin_inset Note Greyedout
26173 status open
26174
26175 \begin_layout Plain Layout
26176
26177 \series bold
26178 Note:
26179 \series default
26180  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \begin_layout Standard
26189 Pour revenir au style de numérotation implicite quand vous en avez changé,
26190  utilisez 
26191 \series bold
26192
26193 \backslash
26194 arabic
26195 \series default
26196  à la place de 
26197 \series bold
26198
26199 \backslash
26200 roman
26201 \series default
26202  dans la commande précédente.
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 renewcommand{
26211 \backslash
26212 thefootnote}{
26213 \backslash
26214 arabic{footnote}}
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \begin_layout Standard
26223 \begin_inset VSpace bigskip
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \begin_layout Standard
26230 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26231  le schéma 
26232 \begin_inset Quotes eld
26233 \end_inset
26234
26235 chapitre.note
26236 \begin_inset Quotes erd
26237 \end_inset
26238
26239 , ajoutez la commande suivante au préambule de votre document :
26240 \end_layout
26241
26242 \begin_layout Standard
26243
26244 \series bold
26245
26246 \backslash
26247 numberwithin{footnote}{chapter}
26248 \end_layout
26249
26250 \begin_layout Standard
26251 Pour pouvoir utiliser la commande 
26252 \series bold
26253
26254 \backslash
26255 numberwithin
26256 \series default
26257 , activez dans la rubrique 
26258 \family sans
26259 Options
26260 \begin_inset space ~
26261 \end_inset
26262
26263 des
26264 \begin_inset space ~
26265 \end_inset
26266
26267 Maths
26268 \family default
26269  dans les paramètres du document, l'option 
26270 \family sans
26271 Utiliser
26272 \begin_inset space ~
26273 \end_inset
26274
26275 le
26276 \begin_inset space ~
26277 \end_inset
26278
26279 paquetage
26280 \begin_inset space ~
26281 \end_inset
26282
26283 maths
26284 \begin_inset space ~
26285 \end_inset
26286
26287 AMS
26288 \family default
26289 .
26290 \end_layout
26291
26292 \begin_layout Standard
26293 \begin_inset ERT
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298
26299 \backslash
26300 numberwithin{footnote}{chapter}
26301 \end_layout
26302
26303 \end_inset
26304
26305 Ceci est un autre exemple de note de bas de page:
26306 \series bold
26307
26308 \begin_inset Foot
26309 status open
26310
26311 \begin_layout Plain Layout
26312 Cette note est numérotée en suivant le schéma 
26313 \begin_inset Quotes eld
26314 \end_inset
26315
26316 chapitre.note
26317 \begin_inset Quotes erd
26318 \end_inset
26319
26320 .
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \series default
26327
26328 \begin_inset ERT
26329 status collapsed
26330
26331 \begin_layout Plain Layout
26332
26333
26334 \backslash
26335 renewcommand{
26336 \backslash
26337 thefootnote}{
26338 \backslash
26339 arabic{footnote}}
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \begin_layout Standard
26348 \begin_inset Note Greyedout
26349 status open
26350
26351 \begin_layout Plain Layout
26352
26353 \series bold
26354 Note:
26355 \series default
26356  
26357 \series bold
26358
26359 \backslash
26360 numberwithin
26361 \series default
26362  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26363  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26364  prises en compte.
26365  
26366 \end_layout
26367
26368 \end_inset
26369
26370
26371 \end_layout
26372
26373 \begin_layout Standard
26374 Donc pour avoir par exemple le schéma 
26375 \begin_inset Quotes eld
26376 \end_inset
26377
26378 chapitre.
26379 \backslash
26380 Roman{note}
26381 \begin_inset Quotes erd
26382 \end_inset
26383
26384 , utilisez la commande suivante plutôt que 
26385 \series bold
26386
26387 \backslash
26388 numberwithin
26389 \series default
26390  :
26391 \end_layout
26392
26393 \begin_layout Standard
26394
26395 \series bold
26396
26397 \backslash
26398 renewcommand{
26399 \backslash
26400 thefootnote}{
26401 \backslash
26402 thechapter.
26403 \backslash
26404 Roman{footnote}}
26405 \end_layout
26406
26407 \begin_layout Subsection
26408 Positionnement de notes de bas de page
26409 \begin_inset Index idx
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413 Notes de bas de page ! Positionnement
26414 \end_layout
26415
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \begin_layout Standard
26422 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26423  vertical entre elles en bas de la page.
26424  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26425  de 1.5
26426 \begin_inset space \thinspace{}
26427 \end_inset
26428
26429 mm avec la commande suivante dans le préambule :
26430 \end_layout
26431
26432 \begin_layout Standard
26433
26434 \series bold
26435
26436 \backslash
26437 let
26438 \backslash
26439 myFoot
26440 \backslash
26441 footnote
26442 \begin_inset Newline newline
26443 \end_inset
26444
26445
26446 \backslash
26447 renewcommand{
26448 \backslash
26449 footnote}[1]{
26450 \backslash
26451 myFoot{#1
26452 \backslash
26453 vspace{1.5mm}}}
26454 \end_layout
26455
26456 \begin_layout Standard
26457 \begin_inset VSpace bigskip
26458 \end_inset
26459
26460 Dans un document à deux colonnes les notes de bas de page apparaissent en
26461  bas de chaque colonne, comme sur la Figure
26462 \begin_inset space ~
26463 \end_inset
26464
26465
26466 \begin_inset CommandInset ref
26467 LatexCommand ref
26468 reference "fig:Position-standard-note-bas-de-page"
26469
26470 \end_inset
26471
26472 .
26473  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26474  sur la Figure
26475 \begin_inset space ~
26476 \end_inset
26477
26478
26479 \begin_inset CommandInset ref
26480 LatexCommand ref
26481 reference "fig:Position-note-avec-ftnright"
26482
26483 \end_inset
26484
26485 , utilisez le paquetage LaTeX 
26486 \series bold
26487 ftnright
26488 \series default
26489
26490 \begin_inset Index idx
26491 status collapsed
26492
26493 \begin_layout Plain Layout
26494 Paquetages LaTeX ! ftnright
26495 \end_layout
26496
26497 \end_inset
26498
26499  avec cette commande dans le préambule du document:
26500 \end_layout
26501
26502 \begin_layout Standard
26503
26504 \series bold
26505
26506 \backslash
26507 usepackage{ftnright}
26508 \end_layout
26509
26510 \begin_layout Standard
26511 \begin_inset Float figure
26512 placement !h
26513 wide false
26514 sideways false
26515 status open
26516
26517 \begin_layout Plain Layout
26518 \begin_inset ERT
26519 status collapsed
26520
26521 \begin_layout Plain Layout
26522
26523
26524 \backslash
26525 framebox{
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \begin_inset Graphics
26532         filename ../clipart/without_fntright.pdf
26533         width 100col%
26534         scaleBeforeRotation
26535
26536 \end_inset
26537
26538
26539 \begin_inset ERT
26540 status collapsed
26541
26542 \begin_layout Plain Layout
26543
26544 }
26545 \end_layout
26546
26547 \end_inset
26548
26549
26550 \end_layout
26551
26552 \begin_layout Plain Layout
26553 \begin_inset Caption
26554
26555 \begin_layout Plain Layout
26556 \begin_inset CommandInset label
26557 LatexCommand label
26558 name "fig:Position-standard-note-bas-de-page"
26559
26560 \end_inset
26561
26562 Positionnement standard des notes de bas de page dans un document à deux
26563  colonnes.
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \begin_layout Standard
26577 \begin_inset Float figure
26578 placement !h
26579 wide false
26580 sideways false
26581 status open
26582
26583 \begin_layout Plain Layout
26584 \begin_inset ERT
26585 status collapsed
26586
26587 \begin_layout Plain Layout
26588
26589
26590 \backslash
26591 framebox{
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \begin_inset Graphics
26598         filename ../clipart/with_fntright.pdf
26599         width 100col%
26600         scaleBeforeRotation
26601
26602 \end_inset
26603
26604
26605 \begin_inset ERT
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609
26610 }
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \begin_layout Plain Layout
26619 \begin_inset Caption
26620
26621 \begin_layout Plain Layout
26622 \begin_inset CommandInset label
26623 LatexCommand label
26624 name "fig:Position-note-avec-ftnright"
26625
26626 \end_inset
26627
26628 Positionnement de notes de bas de page dans un document à deux colonnes
26629  en utilisant le paquetage LaTeX 
26630 \series bold
26631 ftnright
26632 \series default
26633 .
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \end_inset
26642
26643
26644 \end_layout
26645
26646 \begin_layout Standard
26647 \begin_inset VSpace bigskip
26648 \end_inset
26649
26650 Dans certaines publications scientifiques, il est courant de rassembler
26651  les notes de bas de page et de les imprimer dans un paragraphe particulier
26652  à la fin de la section, comme sur la Figure
26653 \begin_inset space ~
26654 \end_inset
26655
26656
26657 \begin_inset CommandInset ref
26658 LatexCommand ref
26659 reference "fig:Notes-de-fin"
26660
26661 \end_inset
26662
26663 .
26664  On les appelle 
26665 \begin_inset Quotes eld
26666 \end_inset
26667
26668 notes de fin
26669 \begin_inset Quotes erd
26670 \end_inset
26671
26672 .
26673 \begin_inset Index idx
26674 status collapsed
26675
26676 \begin_layout Plain Layout
26677 Notes de fin
26678 \end_layout
26679
26680 \end_inset
26681
26682  Pour utiliser des notes de fin à la place des notes de bas de page dans
26683  votre document, charger le module 
26684 \family sans
26685 Note de bas de page en fin de document
26686 \family default
26687  à partir de 
26688 \family sans
26689 Document\SpecialChar \menuseparator
26690 Paramètres\SpecialChar \menuseparator
26691 Modules
26692 \family default
26693 .
26694  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26695 \end_layout
26696
26697 \begin_layout Standard
26698
26699 \series bold
26700
26701 \backslash
26702 theendnotes
26703 \end_layout
26704
26705 \begin_layout Standard
26706 en code TeX à la fin d'une section ou d'un chapitre.
26707 \end_layout
26708
26709 \begin_layout Standard
26710 \begin_inset Float figure
26711 wide false
26712 sideways false
26713 status open
26714
26715 \begin_layout Plain Layout
26716 \align center
26717 \begin_inset ERT
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721
26722
26723 \backslash
26724 framebox{
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \begin_inset Graphics
26731         filename ../clipart/endnotes.pdf
26732         scaleBeforeRotation
26733
26734 \end_inset
26735
26736
26737 \begin_inset ERT
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741
26742 }
26743 \end_layout
26744
26745 \end_inset
26746
26747
26748 \end_layout
26749
26750 \begin_layout Plain Layout
26751 \begin_inset Caption
26752
26753 \begin_layout Plain Layout
26754 \begin_inset CommandInset label
26755 LatexCommand label
26756 name "fig:Notes-de-fin"
26757
26758 \end_inset
26759
26760 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26761  séparé à la fin des sections ou des chapitres.
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770
26771
26772 \end_layout
26773
26774 \begin_layout Standard
26775 \begin_inset VSpace medskip
26776 \end_inset
26777
26778 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26779  dans la langue du document, cela doit être fait manuellement.
26780  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26781  
26782 \begin_inset Quotes eld
26783 \end_inset
26784
26785 Notes
26786 \begin_inset Quotes erd
26787 \end_inset
26788
26789  en sa traduction Allemande
26790 \begin_inset Foot
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794 En français, 
26795 \begin_inset Quotes eld
26796 \end_inset
26797
26798 Notes
26799 \begin_inset Quotes erd
26800 \end_inset
26801
26802  peut être conservé.
26803 \end_layout
26804
26805 \end_inset
26806
26807  
26808 \begin_inset Quotes eld
26809 \end_inset
26810
26811 Anmerkungen
26812 \begin_inset Quotes erd
26813 \end_inset
26814
26815  :
26816 \end_layout
26817
26818 \begin_layout Standard
26819
26820 \series bold
26821
26822 \backslash
26823 renewcommand{
26824 \backslash
26825 notesname}{Anmerkungen}
26826 \end_layout
26827
26828 \begin_layout Standard
26829 \begin_inset VSpace medskip
26830 \end_inset
26831
26832 La numérotation des notes de fin peut être modifiée comme celle des notes
26833  de bas de page comme c'est décrit dans la section
26834 \begin_inset space ~
26835 \end_inset
26836
26837
26838 \begin_inset CommandInset ref
26839 LatexCommand ref
26840 reference "sub:Numerotation-notes-bas-de-page"
26841
26842 \end_inset
26843
26844  ; remplacez juste la commande 
26845 \series bold
26846
26847 \backslash
26848 thefootnote
26849 \series default
26850  par 
26851 \series bold
26852
26853 \backslash
26854 theendnote
26855 \series default
26856 .
26857  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26858 \series bold
26859
26860 \backslash
26861 @addtoreset
26862 \series default
26863  comme c'est décrit dans la section
26864 \begin_inset space ~
26865 \end_inset
26866
26867
26868 \begin_inset CommandInset ref
26869 LatexCommand ref
26870 reference "sub:Numerotation-notes-bas-de-page"
26871
26872 \end_inset
26873
26874  et remplacez le paramètre de commande 
26875 \series bold
26876 footnote
26877 \series default
26878  par 
26879 \series bold
26880 endnote
26881 \series default
26882 .
26883 \end_layout
26884
26885 \begin_layout Standard
26886
26887 \lang english
26888 For endnotes there is
26889 \lang french
26890  la commande 
26891 \series bold
26892
26893 \backslash
26894 endnotemark[numéro]
26895 \series default
26896  qui est semblable à 
26897 \series bold
26898
26899 \backslash
26900 footnotemark
26901 \series default
26902 , décrite dans la section
26903 \begin_inset space ~
26904 \end_inset
26905
26906
26907 \begin_inset CommandInset ref
26908 LatexCommand ref
26909 reference "sec:Notes-bas-de-page"
26910
26911 \end_inset
26912
26913 .
26914 \end_layout
26915
26916 \begin_layout Standard
26917 \begin_inset VSpace bigskip
26918 \end_inset
26919
26920 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
26921 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
26922 \series bold
26923 footmisc
26924 \series default
26925
26926 \begin_inset Index idx
26927 status collapsed
26928
26929 \begin_layout Plain Layout
26930 Paquetages LaTeX ! footmisc
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \begin_inset CommandInset citation
26937 LatexCommand cite
26938 key "footmisc"
26939
26940 \end_inset
26941
26942  pour plus d'information à ce sujet.
26943 \end_layout
26944
26945 \begin_layout Standard
26946 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26947  voyez les livres sur LaTeX, 
26948 \begin_inset CommandInset citation
26949 LatexCommand cite
26950 key "latexcompanion,latexguide,latexbook"
26951
26952 \end_inset
26953
26954 .
26955 \end_layout
26956
26957 \begin_layout Section
26958 Notes en Marge
26959 \begin_inset Index idx
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963 Notes ! Notes en Marge
26964 \end_layout
26965
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \begin_layout Standard
26972 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
26973 t de la même façon.
26974  Quand vous insérez une note en marge avec 
26975 \family sans
26976 Insérer\SpecialChar \menuseparator
26977 Note
26978 \begin_inset space ~
26979 \end_inset
26980
26981 en
26982 \begin_inset space ~
26983 \end_inset
26984
26985 Marge
26986 \family default
26987  ou avec le bouton 
26988 \begin_inset Graphics
26989         filename ../../images/marginalnote-insert.png
26990         scale 85
26991         scaleBeforeRotation
26992
26993 \end_inset
26994
26995  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
26996  grise avec une étiquette rouge 
26997 \begin_inset Quotes fld
26998 \end_inset
26999
27000 marge
27001 \begin_inset Quotes frd
27002 \end_inset
27003
27004 .
27005  
27006 \begin_inset Marginal
27007 status collapsed
27008
27009 \begin_layout Plain Layout
27010 C'est une note en marge.
27011 \end_layout
27012
27013 \end_inset
27014
27015  Cette boîte est la représentation de votre note dans LyX.
27016  Vous pouvez y entrer votre texte.
27017 \end_layout
27018
27019 \begin_layout Standard
27020 Les notes en marge apparaissent dans la marge de droite dans les documents
27021  imprimées sur une seule face.
27022  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27023  
27024 \begin_inset Quotes eld
27025 \end_inset
27026
27027 extérieure
27028 \begin_inset Quotes erd
27029 \end_inset
27030
27031  – la gauche sur les pages paires et la droite sur les pages impaires.
27032  Le texte de la note en marge est aligné à l'opposé de la marge externe
27033  – aligné à droite quand la note apparaît dans la marge de gauche.
27034  La première ligne de la note apparaît à la hauteur de la ligne de texte
27035  où la note a été insérée dans le document.
27036 \end_layout
27037
27038 \begin_layout Standard
27039 \begin_inset VSpace bigskip
27040 \end_inset
27041
27042 Pour placer une note dans la marge interne, ajoutez la commande suivante
27043  :
27044 \end_layout
27045
27046 \begin_layout Standard
27047
27048 \series bold
27049
27050 \backslash
27051 reversemarginpar
27052 \end_layout
27053
27054 \begin_layout Standard
27055 sous forme de code TeX avant votre note de marge.
27056  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27057  qui suivent 
27058 \begin_inset ERT
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062
27063
27064 \backslash
27065 reversemarginpar 
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \begin_inset Marginal
27072 status open
27073
27074 \begin_layout Plain Layout
27075 Cette note en marge est dans la marge interne.
27076 \end_layout
27077
27078 \end_inset
27079
27080
27081 \series bold
27082
27083 \begin_inset Newline newline
27084 \end_inset
27085
27086
27087 \series default
27088
27089 \begin_inset Note Greyedout
27090 status open
27091
27092 \begin_layout Plain Layout
27093
27094 \series bold
27095 Note:
27096 \series default
27097  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27098  les notes sont souvent mal mises en formes dans la sortie imprimée.
27099 \end_layout
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \begin_layout Standard
27107 Pour revenir au positionnement implicite, ajoutez la commande :
27108 \end_layout
27109
27110 \begin_layout Standard
27111
27112 \series bold
27113
27114 \backslash
27115 normalmarginpar
27116 \end_layout
27117
27118 \begin_layout Standard
27119 sous forme de code TeX.
27120 \begin_inset ERT
27121 status collapsed
27122
27123 \begin_layout Plain Layout
27124
27125
27126 \backslash
27127 normalmarginpar 
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \begin_inset Newline newline
27134 \end_inset
27135
27136  
27137 \begin_inset Note Greyedout
27138 status open
27139
27140 \begin_layout Plain Layout
27141
27142 \series bold
27143 Note:
27144 \series default
27145  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27146  
27147 \series bold
27148
27149 \backslash
27150 reversemarginpar
27151 \series default
27152  est aussi utilisée.
27153 \end_layout
27154
27155 \end_inset
27156
27157
27158 \end_layout
27159
27160 \begin_layout Standard
27161 \begin_inset VSpace bigskip
27162 \end_inset
27163
27164
27165 \begin_inset Marginal
27166 status open
27167
27168 \begin_layout Plain Layout
27169 UnTrèsLongMotEnMarge sans césure.
27170 \end_layout
27171
27172 \end_inset
27173
27174  Comme dans le cas décrit dans la section
27175 \begin_inset space ~
27176 \end_inset
27177
27178
27179 \begin_inset CommandInset ref
27180 LatexCommand ref
27181 reference "sub:Lignes-multiple-dans-cellule"
27182
27183 \end_inset
27184
27185 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27186  mot d'une note en marge.
27187  Pour éviter ce problème, insérez un espacement horizontal de 0
27188 \begin_inset space \thinspace{}
27189 \end_inset
27190
27191 pt avant le mot en question: 
27192 \begin_inset Marginal
27193 status open
27194
27195 \begin_layout Plain Layout
27196 \begin_inset space \hspace{}
27197 \length 0pt
27198 \end_inset
27199
27200 UnMotTrèsLongEnMarge avec une césure.
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \begin_layout Standard
27209 \begin_inset VSpace bigskip
27210 \end_inset
27211
27212
27213 \end_layout
27214
27215 \begin_layout Standard
27216 \begin_inset Note Greyedout
27217 status open
27218
27219 \begin_layout Plain Layout
27220
27221 \series bold
27222 Note:
27223 \series default
27224  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27225  tableaux, des flottants et des notes de bas de page.
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \begin_layout Standard
27234 \begin_inset VSpace bigskip
27235 \end_inset
27236
27237
27238 \end_layout
27239
27240 \begin_layout Standard
27241 \begin_inset ERT
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245
27246
27247 \backslash
27248 ifmarginnote
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \begin_inset Note Note
27255 status open
27256
27257 \begin_layout Plain Layout
27258 La section suivante ne sera affichée que si le paquetage LaTeX 
27259 \series bold
27260 marginnote
27261 \series default
27262  a été installé.
27263 \end_layout
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Standard
27271 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27272 \series bold
27273 marginnote
27274 \series default
27275
27276 \begin_inset Index idx
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280 Paquetages LaTeX ! marginnote
27281 \end_layout
27282
27283 \end_inset
27284
27285 .
27286  En ajoutant les deux lignes suivantes au préambule de votre document, la
27287  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27288  la commande fournie par le paquetage 
27289 \series bold
27290 marginnote
27291 \series default
27292  :
27293 \end_layout
27294
27295 \begin_layout Standard
27296
27297 \series bold
27298
27299 \backslash
27300 usepackage{marginnote}
27301 \begin_inset Newline newline
27302 \end_inset
27303
27304
27305 \backslash
27306 let
27307 \backslash
27308 marginpar
27309 \backslash
27310 marginnote
27311 \end_layout
27312
27313 \begin_layout Standard
27314 Ce paquetage est aussi utilisé dans ce document parce que 
27315 \series bold
27316 marginnote
27317 \series default
27318  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27319  vertical pour une note.
27320  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27321  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27322  en page.
27323  Le décalage est inséré dans LyX sous forme de code TeX directement après
27324  la note sous la forme
27325 \end_layout
27326
27327 \begin_layout Standard
27328
27329 \series bold
27330 [offset]
27331 \end_layout
27332
27333 \begin_layout Standard
27334 où l'offset utilise l'une des unités listées dans le tableau
27335 \begin_inset space ~
27336 \end_inset
27337
27338
27339 \begin_inset CommandInset ref
27340 LatexCommand ref
27341 reference "cha:Unités-de-longueur"
27342
27343 \end_inset
27344
27345 .
27346  Une valeur négative déplace la note vers le haut, une valeur positive la
27347  déplace vers le bas.
27348  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27349  vers le haut de 1.5
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 cm avec la commande en code TeX 
27354 \begin_inset Quotes eld
27355 \end_inset
27356
27357
27358 \series bold
27359 [-1.5cm]
27360 \series default
27361
27362 \begin_inset Quotes erd
27363 \end_inset
27364
27365
27366 \begin_inset Marginal
27367 status collapsed
27368
27369 \begin_layout Plain Layout
27370 Cette note en marge est décalée vers le haut de 1.5
27371 \begin_inset space \thinspace{}
27372 \end_inset
27373
27374 cm par rapport à sa position d'origine.
27375 \end_layout
27376
27377 \end_inset
27378
27379
27380 \begin_inset ERT
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384
27385 [-1.5cm]
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \end_layout
27392
27393 \begin_layout Standard
27394 \begin_inset VSpace medskip
27395 \end_inset
27396
27397 Avec le paquetage 
27398 \series bold
27399 marginnote
27400 \series default
27401  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27402  Par exemple les commandes 
27403 \end_layout
27404
27405 \begin_layout Standard
27406
27407 \series bold
27408
27409 \backslash
27410 renewcommand*{
27411 \backslash
27412 raggedleftmarginnote}{
27413 \backslash
27414 centering}
27415 \begin_inset Newline newline
27416 \end_inset
27417
27418
27419 \backslash
27420 renewcommand*{
27421 \backslash
27422 raggedrightmarginnote}{
27423 \backslash
27424 centering}
27425 \end_layout
27426
27427 \begin_layout Standard
27428 donnent un alignement centré.
27429  
27430 \series bold
27431
27432 \backslash
27433 raggedleftmarginnote
27434 \series default
27435  indique une note qui apparaît dans la marge de gauche.
27436 \begin_inset ERT
27437 status collapsed
27438
27439 \begin_layout Plain Layout
27440
27441
27442 \backslash
27443 renewcommand*{
27444 \backslash
27445 raggedleftmarginnote}{
27446 \backslash
27447 centering}
27448 \end_layout
27449
27450 \begin_layout Plain Layout
27451
27452
27453 \backslash
27454 renewcommand*{
27455 \backslash
27456 raggedrightmarginnote}{
27457 \backslash
27458 centering}
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \begin_inset Marginal
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468 Le texte de cette note en marge est centré.
27469 \end_layout
27470
27471 \end_inset
27472
27473 .
27474  Le comportement implicite est donné par
27475 \end_layout
27476
27477 \begin_layout Standard
27478
27479 \series bold
27480
27481 \backslash
27482 renewcommand*{
27483 \backslash
27484 raggedleftmarginnote}{
27485 \backslash
27486 raggedleft}
27487 \begin_inset Newline newline
27488 \end_inset
27489
27490
27491 \backslash
27492 renewcommand*{
27493 \backslash
27494 raggedrightmarginnote}{
27495 \backslash
27496 raggedright}
27497 \series default
27498
27499 \begin_inset ERT
27500 status collapsed
27501
27502 \begin_layout Plain Layout
27503
27504
27505 \backslash
27506 renewcommand*{
27507 \backslash
27508 raggedleftmarginnote}{
27509 \backslash
27510 raggedleft}
27511 \end_layout
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 renewcommand*{
27518 \backslash
27519 raggedrightmarginnote}{
27520 \backslash
27521 raggedright}
27522 \end_layout
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \begin_layout Standard
27530 \begin_inset VSpace medskip
27531 \end_inset
27532
27533 Pour les autre fonctions du paquetage 
27534 \series bold
27535 marginnote
27536 \series default
27537  nous vous renvoyons à sa documentation 
27538 \begin_inset CommandInset citation
27539 LatexCommand cite
27540 key "marginnote"
27541
27542 \end_inset
27543
27544 .
27545 \end_layout
27546
27547 \begin_layout Standard
27548 \begin_inset VSpace bigskip
27549 \end_inset
27550
27551 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27552  définition.
27553  Pour créer par exemple une entête pour toutes les notes en marge avec le
27554  texte 
27555 \begin_inset Quotes eld
27556 \end_inset
27557
27558
27559 \family sans
27560 \series bold
27561 \bar under
27562 Attention!
27563 \family default
27564 \series default
27565 \bar default
27566
27567 \begin_inset Quotes erd
27568 \end_inset
27569
27570  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27571  de votre document :
27572 \end_layout
27573
27574 \begin_layout Standard
27575
27576 \series bold
27577
27578 \backslash
27579 let
27580 \backslash
27581 myMarginpar
27582 \backslash
27583 marginpar
27584 \begin_inset Newline newline
27585 \end_inset
27586
27587
27588 \backslash
27589 renewcommand{
27590 \backslash
27591 marginpar}[1]{
27592 \backslash
27593 myMarginpar{%
27594 \begin_inset Newline newline
27595 \end_inset
27596
27597
27598 \begin_inset Phantom HPhantom
27599 status open
27600
27601 \begin_layout Plain Layout
27602
27603 \series bold
27604 \begin_inset space ~
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \backslash
27614 hspace{0pt}
27615 \backslash
27616 textsf{
27617 \backslash
27618 textbf{
27619 \backslash
27620 underbar{Attention!}}}%
27621 \begin_inset Newline newline
27622 \end_inset
27623
27624
27625 \begin_inset Phantom HPhantom
27626 status open
27627
27628 \begin_layout Plain Layout
27629
27630 \series bold
27631 \begin_inset space ~
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \backslash
27641 vspace{1.5mm}
27642 \backslash
27643
27644 \backslash
27645 #1}}
27646 \end_layout
27647
27648 \begin_layout Standard
27649 \begin_inset ERT
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653
27654
27655 \backslash
27656 let
27657 \backslash
27658 myMarginpar
27659 \backslash
27660 marginpar
27661 \end_layout
27662
27663 \begin_layout Plain Layout
27664
27665
27666 \backslash
27667 renewcommand{
27668 \backslash
27669 marginpar}[1]{
27670 \backslash
27671 myMarginpar{%
27672 \end_layout
27673
27674 \begin_layout Plain Layout
27675
27676    
27677 \backslash
27678 textsf{
27679 \backslash
27680 textbf{
27681 \backslash
27682 underbar{Attention!}}}%
27683 \end_layout
27684
27685 \begin_layout Plain Layout
27686
27687    
27688 \backslash
27689 vspace{1.5mm}
27690 \backslash
27691
27692 \backslash
27693 #1}}
27694 \end_layout
27695
27696 \end_inset
27697
27698
27699 \begin_inset Marginal
27700 status open
27701
27702 \begin_layout Plain Layout
27703 Ceci est une note en marge avec une en-tête prédéfinie.
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \begin_inset ERT
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713
27714 [-1.5cm]
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \begin_inset ERT
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724
27725
27726 \backslash
27727 renewcommand{
27728 \backslash
27729 marginpar}[1]{
27730 \backslash
27731 myMarginpar{#1}}
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \begin_inset Note Note
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741
27742 \lang english
27743 The margin note format is changed only for this example.
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \begin_layout Standard
27752 \begin_inset ERT
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756
27757
27758 \backslash
27759 else
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \begin_inset Note Note
27766 status open
27767
27768 \begin_layout Plain Layout
27769 Ce qui suit sera affiché si le paquetage LaTeX 
27770 \series bold
27771 marginnote
27772 \series default
27773  n'est pas installé :
27774 \end_layout
27775
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \begin_layout Standard
27782 Vous devez installer le paquetage LaTeX 
27783 \series bold
27784 marginnote
27785 \series default
27786  pour voir la suite de cette section dans la sortie imprimée.
27787 \end_layout
27788
27789 \begin_layout Standard
27790 \begin_inset ERT
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794
27795
27796 \backslash
27797 fi
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Chapter
27806 Les Boîtes
27807 \end_layout
27808
27809 \begin_layout Section
27810 Introduction
27811 \begin_inset Index idx
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815 Boîtes ! Introduction
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \begin_layout Standard
27824 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27825  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27826  voir la section
27827 \begin_inset space ~
27828 \end_inset
27829
27830
27831 \begin_inset CommandInset ref
27832 LatexCommand ref
27833 reference "sec:Minipages"
27834
27835 \end_inset
27836
27837 , pour encadrer des portions de texte, voir la section
27838 \begin_inset space ~
27839 \end_inset
27840
27841
27842 \begin_inset CommandInset ref
27843 LatexCommand ref
27844 reference "sec:Décorations"
27845
27846 \end_inset
27847
27848 , pour empêcher que des mots subissent une césure, voir la section
27849 \begin_inset space ~
27850 \end_inset
27851
27852
27853 \begin_inset CommandInset ref
27854 LatexCommand ref
27855 reference "sec:Empêcher-césure"
27856
27857 \end_inset
27858
27859 , pour aligner du texte, voir la section
27860 \begin_inset space ~
27861 \end_inset
27862
27863
27864 \begin_inset CommandInset ref
27865 LatexCommand ref
27866 reference "sub:Alignement-Vertical"
27867
27868 \end_inset
27869
27870 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27871 \begin_inset space ~
27872 \end_inset
27873
27874
27875 \begin_inset CommandInset ref
27876 LatexCommand ref
27877 reference "sec:Boîtes-colorées"
27878
27879 \end_inset
27880
27881 .
27882 \end_layout
27883
27884 \begin_layout Standard
27885 On peut insérer une boîte en utilisant le menu 
27886 \family sans
27887 Insérer\SpecialChar \menuseparator
27888 Boîte
27889 \family default
27890  ou avec le bouton 
27891 \begin_inset Graphics
27892         filename ../../images/box-insert.png
27893         scale 85
27894         scaleBeforeRotation
27895
27896 \end_inset
27897
27898  de la barre d'outils.
27899  Une boîte grise avec une étiquette 
27900 \family sans
27901 Boîte
27902 \begin_inset space ~
27903 \end_inset
27904
27905 (Minipage)
27906 \family default
27907
27908 \begin_inset Graphics
27909         filename clipart/BoxInsetDefaultQt4.png
27910         scale 65
27911         scaleBeforeRotation
27912
27913 \end_inset
27914
27915  est alors insérée.
27916  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27917  et 
27918 \lang english
27919 selecting 
27920 \family sans
27921 Settings
27922 \family default
27923 \lang french
27924 .
27925  La fenêtre de dialogue qui apparaît donne accès aux types de
27926 \family sans
27927  Boîte
27928 \begin_inset space ~
27929 \end_inset
27930
27931 Intérieure
27932 \family default
27933  
27934 \family sans
27935 Parbox
27936 \begin_inset Note Note
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940 En attendant un traduction plus correcte NdT
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \family default
27947  et 
27948 \family sans
27949 Minipage
27950 \family default
27951 .
27952  Le type 
27953 \family sans
27954 Minipage
27955 \family default
27956  est le type implicite pour les boîtes nouvellement créées et il est décrit
27957  dans la section
27958 \begin_inset space ~
27959 \end_inset
27960
27961
27962 \begin_inset CommandInset ref
27963 LatexCommand ref
27964 reference "sec:Minipages"
27965
27966 \end_inset
27967
27968 ; le type 
27969 \family sans
27970 Parbox
27971 \family default
27972  est décrit dans la section
27973 \begin_inset space ~
27974 \end_inset
27975
27976
27977 \begin_inset CommandInset ref
27978 LatexCommand ref
27979 reference "sec:Parboxes"
27980
27981 \end_inset
27982
27983  et le type 
27984 \family sans
27985 \lang english
27986 Makebox
27987 \family default
27988 \lang french
27989  est décrit dans la section
27990 \begin_inset space ~
27991 \end_inset
27992
27993
27994 \begin_inset CommandInset ref
27995 LatexCommand ref
27996 reference "sec:Empêcher-césure"
27997
27998 \end_inset
27999
28000 .
28001 \end_layout
28002
28003 \begin_layout Standard
28004 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28005  comme les flottants ou les notes de bas de page.
28006 \end_layout
28007
28008 \begin_layout Standard
28009 \begin_inset Note Greyedout
28010 status open
28011
28012 \begin_layout Plain Layout
28013
28014 \series bold
28015 Note:
28016 \series default
28017  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28018  de type 
28019 \family sans
28020 Liste
28021 \family default
28022  ou 
28023 \family sans
28024 Description
28025 \family default
28026 .
28027 \end_layout
28028
28029 \end_inset
28030
28031
28032 \end_layout
28033
28034 \begin_layout Standard
28035 \begin_inset Note Greyedout
28036 status open
28037
28038 \begin_layout Plain Layout
28039
28040 \series bold
28041 Note:
28042 \series default
28043  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28044 \family sans
28045 Boîte
28046 \begin_inset space ~
28047 \end_inset
28048
28049 Intérieure
28050 \family default
28051  à 
28052 \family sans
28053 Aucune
28054 \family default
28055  que quand vous utilisez une boîte encadrée.
28056  Les boîtes sans 
28057 \family sans
28058 Boîte
28059 \begin_inset space ~
28060 \end_inset
28061
28062 Intérieure
28063 \family default
28064  et sans cadre sont expliquées dans la section
28065 \begin_inset space ~
28066 \end_inset
28067
28068
28069 \begin_inset CommandInset ref
28070 LatexCommand ref
28071 reference "sec:Empêcher-césure"
28072
28073 \end_inset
28074
28075 .
28076 \end_layout
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \begin_layout Section
28084 La fenêtre de dialogue Boîte
28085 \begin_inset CommandInset label
28086 LatexCommand label
28087 name "sec:Boîte-Dialogue"
28088
28089 \end_inset
28090
28091
28092 \begin_inset Index idx
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096 Boîtes ! Fenêtre de dialogue Boîte
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Subsection
28105 Taille
28106 \begin_inset Index idx
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 Boîtes ! Taille
28111 \end_layout
28112
28113 \end_inset
28114
28115
28116 \end_layout
28117
28118 \begin_layout Standard
28119 Dans la fenêtre de dialogue 
28120 \family sans
28121 Paramètres
28122 \begin_inset space ~
28123 \end_inset
28124
28125 de
28126 \begin_inset space ~
28127 \end_inset
28128
28129 Boîte
28130 \family default
28131  vous pouvez modifier la géométrie de la boîte avec les champs 
28132 \family sans
28133 Largeur
28134 \family default
28135  et 
28136 \family sans
28137 Hauteur
28138 \family default
28139 .
28140  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28141  dans le tableau
28142 \begin_inset space ~
28143 \end_inset
28144
28145
28146 \begin_inset CommandInset ref
28147 LatexCommand ref
28148 reference "tab:Unités"
28149
28150 \end_inset
28151
28152 .
28153  Le champ 
28154 \family sans
28155 Hauteur
28156 \family default
28157  offre en plus les spécifications de taille suivantes :
28158 \end_layout
28159
28160 \begin_layout Description
28161 Profondeur C'est simplement la 
28162 \begin_inset Quotes eld
28163 \end_inset
28164
28165 hauteur
28166 \begin_inset Quotes erd
28167 \end_inset
28168
28169  du texte.
28170  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28171  lignes de texte dans la boîte.
28172 \begin_inset Newline newline
28173 \end_inset
28174
28175
28176 \begin_inset Newline newline
28177 \end_inset
28178
28179
28180 \begin_inset Newline newline
28181 \end_inset
28182
28183
28184 \begin_inset Box Boxed
28185 position "c"
28186 hor_pos "c"
28187 has_inner_box 1
28188 inner_pos "c"
28189 use_parbox 0
28190 use_makebox 0
28191 width "12col%"
28192 special "none"
28193 height "1in"
28194 height_special "depth"
28195 status open
28196
28197 \begin_layout Plain Layout
28198 \align center
28199 Boîte dont la hauteur est égale à 1
28200 \begin_inset space \thinspace{}
28201 \end_inset
28202
28203 Profondeur
28204 \end_layout
28205
28206 \end_inset
28207
28208
28209 \begin_inset Newline newline
28210 \end_inset
28211
28212
28213 \begin_inset Newline newline
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Description
28220 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28221  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28222  est deux fois plus haute que le texte : 
28223 \begin_inset Box Boxed
28224 position "c"
28225 hor_pos "c"
28226 has_inner_box 1
28227 inner_pos "c"
28228 use_parbox 0
28229 use_makebox 0
28230 width "20col%"
28231 special "none"
28232 height "2in"
28233 height_special "height"
28234 status open
28235
28236 \begin_layout Plain Layout
28237 \align center
28238 Boîte dont la hauteur est 2
28239 \begin_inset space \thinspace{}
28240 \end_inset
28241
28242 Hauteur
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \end_layout
28249
28250 \begin_layout Description
28251 Hauteur
28252 \begin_inset space ~
28253 \end_inset
28254
28255 Totale C'est égal à Hauteur
28256 \begin_inset space \thinspace{}
28257 \end_inset
28258
28259 +
28260 \begin_inset space \thinspace{}
28261 \end_inset
28262
28263 Profondeur : 
28264 \begin_inset Box Boxed
28265 position "c"
28266 hor_pos "c"
28267 has_inner_box 1
28268 inner_pos "c"
28269 use_parbox 0
28270 use_makebox 0
28271 width "20col%"
28272 special "none"
28273 height "1in"
28274 height_special "totalheight"
28275 status open
28276
28277 \begin_layout Plain Layout
28278 \align center
28279 Boîte dont la hauteur est 1
28280 \begin_inset space \thinspace{}
28281 \end_inset
28282
28283 Hauteur
28284 \begin_inset space ~
28285 \end_inset
28286
28287 Totale
28288 \end_layout
28289
28290 \end_inset
28291
28292
28293 \end_layout
28294
28295 \begin_layout Description
28296 Largeur On prend la largeur de la boîte comme hauteur : 
28297 \begin_inset Box Boxed
28298 position "c"
28299 hor_pos "c"
28300 has_inner_box 1
28301 inner_pos "c"
28302 use_parbox 0
28303 use_makebox 0
28304 width "12col%"
28305 special "none"
28306 height "1in"
28307 height_special "width"
28308 status open
28309
28310 \begin_layout Plain Layout
28311 \align center
28312 Boîte dont la hauteur est 1
28313 \begin_inset space \thinspace{}
28314 \end_inset
28315
28316 Largeur
28317 \end_layout
28318
28319 \end_inset
28320
28321
28322 \end_layout
28323
28324 \begin_layout Subsection
28325 Alignement
28326 \begin_inset Index idx
28327 status collapsed
28328
28329 \begin_layout Plain Layout
28330 Boîtes ! Alignement
28331 \end_layout
28332
28333 \end_inset
28334
28335
28336 \end_layout
28337
28338 \begin_layout Standard
28339 Quand vous avez choisi une 
28340 \family sans
28341 Boîte
28342 \begin_inset space ~
28343 \end_inset
28344
28345 Intérieure
28346 \family default
28347 , l'alignement vertical de la boîte peut être :
28348 \end_layout
28349
28350 \begin_layout Description
28351 Haut Ceci est un exemple de texte.
28352  
28353 \begin_inset Box Boxed
28354 position "t"
28355 hor_pos "c"
28356 has_inner_box 1
28357 inner_pos "c"
28358 use_parbox 0
28359 use_makebox 0
28360 width "12col%"
28361 special "none"
28362 height "1in"
28363 height_special "totalheight"
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367 \align center
28368 Cette boîte est alignée sur le haut.
28369 \end_layout
28370
28371 \end_inset
28372
28373  Ceci est un exemple de texte.
28374 \end_layout
28375
28376 \begin_layout Description
28377 Milieu Ceci est un exemple de texte.
28378  
28379 \begin_inset Box Boxed
28380 position "c"
28381 hor_pos "c"
28382 has_inner_box 1
28383 inner_pos "c"
28384 use_parbox 0
28385 use_makebox 0
28386 width "12col%"
28387 special "none"
28388 height "1in"
28389 height_special "totalheight"
28390 status collapsed
28391
28392 \begin_layout Plain Layout
28393 \align center
28394 Cette boîte est alignée au centre.
28395 \end_layout
28396
28397 \end_inset
28398
28399  Ceci est un exemple de texte.
28400 \end_layout
28401
28402 \begin_layout Description
28403 Bas Ceci est un exemple de texte.
28404  
28405 \begin_inset Box Boxed
28406 position "b"
28407 hor_pos "c"
28408 has_inner_box 1
28409 inner_pos "c"
28410 use_parbox 0
28411 use_makebox 0
28412 width "12col%"
28413 special "none"
28414 height "1in"
28415 height_special "totalheight"
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419 \align center
28420 Cette boîte est alignée sur le bas.
28421 \end_layout
28422
28423 \end_inset
28424
28425  Ceci est un exemple de texte.
28426 \end_layout
28427
28428 \begin_layout Standard
28429 \begin_inset Note Greyedout
28430 status open
28431
28432 \begin_layout Plain Layout
28433
28434 \series bold
28435 Note:
28436 \series default
28437  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28438  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28439  l'autre non.
28440 \end_layout
28441
28442 \end_inset
28443
28444
28445 \end_layout
28446
28447 \begin_layout Standard
28448 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28449  paragraphe grâce à la fenêtre de dialogue 
28450 \family sans
28451 Paramètres
28452 \begin_inset space ~
28453 \end_inset
28454
28455 de
28456 \begin_inset space ~
28457 \end_inset
28458
28459 Boîte
28460 \family default
28461 .
28462 \end_layout
28463
28464 \begin_layout Standard
28465 \begin_inset VSpace bigskip
28466 \end_inset
28467
28468 Quand vous avez choisi une 
28469 \family sans
28470 Boîte
28471 \begin_inset space ~
28472 \end_inset
28473
28474 Intérieure
28475 \family default
28476 , l'alignement vertical du contenu de la boîte peut être :
28477 \end_layout
28478
28479 \begin_layout Description
28480 haut Ceci est un exemple de texte.
28481 \begin_inset Box Boxed
28482 position "c"
28483 hor_pos "c"
28484 has_inner_box 1
28485 inner_pos "t"
28486 use_parbox 0
28487 use_makebox 0
28488 width "12col%"
28489 special "none"
28490 height "1.5in"
28491 height_special "totalheight"
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495 \align center
28496 Le texte de cette boîte est aligné sur le haut.
28497 \end_layout
28498
28499 \end_inset
28500
28501  Ceci est un exemple de texte.
28502 \end_layout
28503
28504 \begin_layout Description
28505 milieu Ceci est un exemple de texte.
28506  
28507 \begin_inset Box Boxed
28508 position "c"
28509 hor_pos "c"
28510 has_inner_box 1
28511 inner_pos "c"
28512 use_parbox 0
28513 use_makebox 0
28514 width "12col%"
28515 special "none"
28516 height "1.5in"
28517 height_special "totalheight"
28518 status collapsed
28519
28520 \begin_layout Plain Layout
28521 \align center
28522 Le texte de cette boîte est aligné au centre
28523 \end_layout
28524
28525 \end_inset
28526
28527  Ceci est un exemple de texte.
28528 \end_layout
28529
28530 \begin_layout Description
28531 bas Ceci est un exemple de texte.
28532  
28533 \begin_inset Box Boxed
28534 position "c"
28535 hor_pos "c"
28536 has_inner_box 1
28537 inner_pos "b"
28538 use_parbox 0
28539 use_makebox 0
28540 width "12col%"
28541 special "none"
28542 height "1.5in"
28543 height_special "totalheight"
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 \align center
28548 Le texte de cette boîte est aligné en bas.
28549 \end_layout
28550
28551 \end_inset
28552
28553  Ceci est un exemple de texte.
28554 \end_layout
28555
28556 \begin_layout Description
28557 élongation Ceci est un exemple de texte.
28558  
28559 \begin_inset Box Boxed
28560 position "c"
28561 hor_pos "c"
28562 has_inner_box 1
28563 inner_pos "s"
28564 use_parbox 0
28565 use_makebox 0
28566 width "12col%"
28567 special "none"
28568 height "1.5in"
28569 height_special "totalheight"
28570 status collapsed
28571
28572 \begin_layout Plain Layout
28573 \align center
28574 Le texte 
28575 \end_layout
28576
28577 \begin_layout Plain Layout
28578 \align center
28579 de cette
28580 \end_layout
28581
28582 \begin_layout Plain Layout
28583 \align center
28584 boîte est
28585 \end_layout
28586
28587 \begin_layout Plain Layout
28588 \align center
28589 allongé.
28590 \end_layout
28591
28592 \end_inset
28593
28594  Ceci est un exemple de texte.
28595 \end_layout
28596
28597 \begin_layout Standard
28598 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28599  paragraphe.
28600  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28601 \end_layout
28602
28603 \begin_layout Standard
28604 \begin_inset VSpace bigskip
28605 \end_inset
28606
28607 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28608  la fenêtre de dialogue 
28609 \family sans
28610 Paramètres
28611 \begin_inset space ~
28612 \end_inset
28613
28614 de
28615 \begin_inset space ~
28616 \end_inset
28617
28618 paragraphe
28619 \family default
28620  quand vous avez choisi une 
28621 \family sans
28622 Boîte
28623 \begin_inset space ~
28624 \end_inset
28625
28626 Intérieure
28627 \family default
28628 .
28629 \end_layout
28630
28631 \begin_layout Standard
28632 \align center
28633 \begin_inset Box Boxed
28634 position "c"
28635 hor_pos "c"
28636 has_inner_box 1
28637 inner_pos "s"
28638 use_parbox 0
28639 use_makebox 0
28640 width "15col%"
28641 special "none"
28642 height "1.25in"
28643 height_special "totalheight"
28644 status open
28645
28646 \begin_layout Plain Layout
28647 \align left
28648 Le texte de 
28649 \end_layout
28650
28651 \begin_layout Plain Layout
28652 \align left
28653 cette boîte
28654 \end_layout
28655
28656 \begin_layout Plain Layout
28657 \align right
28658 est allongé.
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \end_layout
28665
28666 \begin_layout Standard
28667 Si vous n'avez pas choisi une 
28668 \family sans
28669 Boîte
28670 \begin_inset space ~
28671 \end_inset
28672
28673 Intérieure
28674 \family default
28675 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28676  de dialogue de boîte.
28677 \end_layout
28678
28679 \begin_layout Standard
28680 \align center
28681 \begin_inset Box Boxed
28682 position "c"
28683 hor_pos "s"
28684 has_inner_box 0
28685 inner_pos "s"
28686 use_parbox 0
28687 use_makebox 0
28688 width "90col%"
28689 special "none"
28690 height "1.25in"
28691 height_special "totalheight"
28692 status open
28693
28694 \begin_layout Plain Layout
28695 \align left
28696 Le texte de cette boîte est allongé horizontalement.
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \begin_layout Subsection
28705 Décorations
28706 \begin_inset CommandInset label
28707 LatexCommand label
28708 name "sec:Décorations"
28709
28710 \end_inset
28711
28712
28713 \begin_inset Index idx
28714 status collapsed
28715
28716 \begin_layout Plain Layout
28717 Boîtes ! Décorations
28718 \end_layout
28719
28720 \end_inset
28721
28722
28723 \end_layout
28724
28725 \begin_layout Standard
28726 On peut spécifier le style de la boîte en utilisant la liste déroulante
28727  
28728 \family sans
28729 Décoration
28730 \family default
28731 .
28732  Les possibilités sont les suivantes :
28733 \end_layout
28734
28735 \begin_layout Description
28736 Aucun
28737 \begin_inset space ~
28738 \end_inset
28739
28740 cadre
28741 \begin_inset space ~
28742 \end_inset
28743
28744 tracé 
28745 \lang english
28746 Nothing is drawn.
28747 \end_layout
28748
28749 \begin_layout Description
28750 Cadre
28751 \begin_inset space ~
28752 \end_inset
28753
28754 rectangulaire
28755 \begin_inset space ~
28756 \end_inset
28757
28758 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28759  L'épaisseur du trait de ce cadre est donnée par la variable  
28760 \series bold
28761
28762 \backslash
28763 fboxrule
28764 \series default
28765 .
28766 \begin_inset Newline newline
28767 \end_inset
28768
28769
28770 \begin_inset Box Boxed
28771 position "c"
28772 hor_pos "c"
28773 has_inner_box 1
28774 inner_pos "c"
28775 use_parbox 0
28776 use_makebox 0
28777 width "20col%"
28778 special "none"
28779 height "1in"
28780 height_special "totalheight"
28781 status open
28782
28783 \begin_layout Plain Layout
28784 \align center
28785 Boîte rectangulaire
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \end_layout
28792
28793 \begin_layout Description
28794 Cadre
28795 \begin_inset space ~
28796 \end_inset
28797
28798 oval,
28799 \begin_inset space ~
28800 \end_inset
28801
28802 fin Ceci dessine un cadre ovalisée autour de la boîte.
28803  L'épaisseur du trait de ce cadre est de  0.4
28804 \begin_inset space \thinspace{}
28805 \end_inset
28806
28807 pt.
28808  
28809 \begin_inset Box ovalbox
28810 position "c"
28811 hor_pos "c"
28812 has_inner_box 1
28813 inner_pos "c"
28814 use_parbox 0
28815 use_makebox 0
28816 width "20col%"
28817 special "none"
28818 height "1in"
28819 height_special "totalheight"
28820 status open
28821
28822 \begin_layout Plain Layout
28823 \align center
28824 Boîte ovalisée, fine
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \begin_layout Description
28833 Cadre
28834 \begin_inset space ~
28835 \end_inset
28836
28837 oval,
28838 \begin_inset space ~
28839 \end_inset
28840
28841 épais Ceci dessine un cadre ovalisée autour de la boîte.
28842  L'épaisseur du trait de ce cadre est de   0.8
28843 \begin_inset space \thinspace{}
28844 \end_inset
28845
28846 pt.
28847  
28848 \begin_inset Box Ovalbox
28849 position "c"
28850 hor_pos "c"
28851 has_inner_box 1
28852 inner_pos "c"
28853 use_parbox 0
28854 use_makebox 0
28855 width "20col%"
28856 special "none"
28857 height "1in"
28858 height_special "totalheight"
28859 status open
28860
28861 \begin_layout Plain Layout
28862 \align center
28863 Boîte ovalisée, épaisse
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Description
28872 Ombre
28873 \begin_inset space ~
28874 \end_inset
28875
28876 en
28877 \begin_inset space ~
28878 \end_inset
28879
28880 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28881  L'épaisseur du trait de ce cadre est donnée par la variable  
28882 \series bold
28883
28884 \backslash
28885 fboxrule
28886 \series default
28887 , l'ombre a une épaisseur de  4
28888 \begin_inset space \thinspace{}
28889 \end_inset
28890
28891 pt.
28892  
28893 \begin_inset Box Shadowbox
28894 position "c"
28895 hor_pos "c"
28896 has_inner_box 1
28897 inner_pos "c"
28898 use_parbox 0
28899 use_makebox 0
28900 width "20col%"
28901 special "none"
28902 height "1in"
28903 height_special "totalheight"
28904 status open
28905
28906 \begin_layout Plain Layout
28907 \align center
28908 Boîte ombrée
28909 \end_layout
28910
28911 \end_inset
28912
28913
28914 \end_layout
28915
28916 \begin_layout Description
28917 Fond
28918 \begin_inset space ~
28919 \end_inset
28920
28921 ombré Ceci dessine une boîte avec un arrière plan rouge.
28922  Contrairement aux boîtes coloriées
28923 \begin_inset Foot
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927 Voir la section
28928 \begin_inset space ~
28929 \end_inset
28930
28931
28932 \begin_inset CommandInset ref
28933 LatexCommand ref
28934 reference "sec:Boîtes-colorées"
28935
28936 \end_inset
28937
28938 .
28939 \end_layout
28940
28941 \end_inset
28942
28943 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28944  son propre paragraphe.
28945 \lang english
28946
28947 \begin_inset Box Shaded
28948 position "t"
28949 hor_pos "c"
28950 has_inner_box 0
28951 inner_pos "t"
28952 use_parbox 0
28953 use_makebox 0
28954 width "50col%"
28955 special "none"
28956 height "1in"
28957 height_special "totalheight"
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 Boîte avec fond ombré
28962 \end_layout
28963
28964 \end_inset
28965
28966
28967 \end_layout
28968
28969 \begin_layout Description
28970 Cadre
28971 \begin_inset space ~
28972 \end_inset
28973
28974 rectangulaire
28975 \begin_inset space ~
28976 \end_inset
28977
28978 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
28979  boîte.
28980  L'épaisseur du trait du cadre interne est de 0.75
28981 \begin_inset space \thinspace{}
28982 \end_inset
28983
28984
28985 \series bold
28986
28987 \backslash
28988 fboxrule
28989 \series default
28990 , l'épaisseur du trait du cadre externe est de 1.5
28991 \begin_inset space \thinspace{}
28992 \end_inset
28993
28994
28995 \series bold
28996
28997 \backslash
28998 fboxrule
28999 \series default
29000 .
29001  La distance entre les deux cadres est de  1.5
29002 \begin_inset space \thinspace{}
29003 \end_inset
29004
29005
29006 \series bold
29007
29008 \backslash
29009 fboxrule
29010 \series default
29011
29012 \begin_inset space \thinspace{}
29013 \end_inset
29014
29015 +
29016 \begin_inset space \thinspace{}
29017 \end_inset
29018
29019 0.5
29020 \begin_inset space \thinspace{}
29021 \end_inset
29022
29023 pt.
29024  
29025 \begin_inset Box Doublebox
29026 position "c"
29027 hor_pos "c"
29028 has_inner_box 1
29029 inner_pos "c"
29030 use_parbox 0
29031 use_makebox 0
29032 width "20col%"
29033 special "none"
29034 height "1in"
29035 height_special "totalheight"
29036 status open
29037
29038 \begin_layout Plain Layout
29039 \align center
29040 Boîte double
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 \begin_inset VSpace bigskip
29050 \end_inset
29051
29052 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29053  style de boîte utilisé.
29054  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29055  le paquetage LaTeX 
29056 \series bold
29057 fancybox
29058 \series default
29059
29060 \begin_inset Index idx
29061 status collapsed
29062
29063 \begin_layout Plain Layout
29064 Paquetages LaTeX ! fancybox
29065 \end_layout
29066
29067 \end_inset
29068
29069 .
29070 \end_layout
29071
29072 \begin_layout Standard
29073 \begin_inset VSpace bigskip
29074 \end_inset
29075
29076 Quand vous utilisez le style de décoration 
29077 \family sans
29078 cadre rectangulaire simple
29079 \family default
29080  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29081  de la boîte.
29082  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29083  predra toute la largeur de la colonne, la boîte sera considérée comme son
29084  propre paragraphe et 
29085 \series bold
29086
29087 \backslash
29088 fboxrule
29089 \series default
29090  et 
29091 \series bold
29092
29093 \backslash
29094 fboxsep
29095 \series default
29096  n'ont aucun effet sur ce type de boîte.
29097  L'épaisseur de la ligne du cadre a la valeur de 
29098 \series bold
29099
29100 \backslash
29101 FrameRule
29102 \series default
29103 .
29104  
29105 \begin_inset Box Framed
29106 position "t"
29107 hor_pos "c"
29108 has_inner_box 0
29109 inner_pos "t"
29110 use_parbox 0
29111 use_makebox 0
29112 width "100col%"
29113 special "none"
29114 height "1in"
29115 height_special "totalheight"
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119 Boîte avec cadre simple et sauts de page
29120 \end_layout
29121
29122 \end_inset
29123
29124
29125 \end_layout
29126
29127 \begin_layout Section
29128 Personnalisation des boîtes
29129 \begin_inset Index idx
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133 Boîtes! Personnalisation
29134 \end_layout
29135
29136 \end_inset
29137
29138
29139 \end_layout
29140
29141 \begin_layout Standard
29142 La valeur implicite pour la variable 
29143 \series bold
29144
29145 \backslash
29146 fboxrule
29147 \series default
29148  est 0.4
29149 \begin_inset space \thinspace{}
29150 \end_inset
29151
29152 pt.
29153  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29154  pour avoir 2
29155 \begin_inset space \thinspace{}
29156 \end_inset
29157
29158 pt :
29159 \end_layout
29160
29161 \begin_layout Standard
29162
29163 \series bold
29164
29165 \backslash
29166 setlength{
29167 \backslash
29168 fboxrule}{2pt}
29169 \end_layout
29170
29171 \begin_layout Standard
29172 \begin_inset ERT
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176
29177
29178 \backslash
29179 setlength{
29180 \backslash
29181 fboxrule}{2pt}
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \begin_inset Box Boxed
29188 position "c"
29189 hor_pos "c"
29190 has_inner_box 1
29191 inner_pos "c"
29192 use_parbox 0
29193 use_makebox 0
29194 width "25col%"
29195 special "none"
29196 height "1in"
29197 height_special "totalheight"
29198 status open
29199
29200 \begin_layout Plain Layout
29201 \align center
29202 Boîte rectangulaire avec 
29203 \series bold
29204
29205 \backslash
29206 fboxrule
29207 \series default
29208
29209 \begin_inset space \thinspace{}
29210 \end_inset
29211
29212 =
29213 \begin_inset space \thinspace{}
29214 \end_inset
29215
29216 2
29217 \begin_inset space \thinspace{}
29218 \end_inset
29219
29220 pt
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \begin_inset ERT
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230
29231
29232 \backslash
29233 setlength{
29234 \backslash
29235 fboxrule}{0.4pt}
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Standard
29244 \begin_inset VSpace bigskip
29245 \end_inset
29246
29247 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29248  les types de cadres, implicitement il est de 3
29249 \begin_inset space \thinspace{}
29250 \end_inset
29251
29252 pt.
29253  Vous pouvez le modifier en donnant une autre valeur à la variable 
29254 \series bold
29255
29256 \backslash
29257 fboxsep
29258 \series default
29259 .
29260  Par exemple la commande
29261 \end_layout
29262
29263 \begin_layout Standard
29264
29265 \series bold
29266
29267 \backslash
29268 setlength{
29269 \backslash
29270 fboxsep}{10pt}
29271 \end_layout
29272
29273 \begin_layout Standard
29274 met une valeur de 10
29275 \begin_inset space \thinspace{}
29276 \end_inset
29277
29278 pt, comme celle utilisée pour cette boîte :
29279 \end_layout
29280
29281 \begin_layout Standard
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287
29288 \backslash
29289 setlength{
29290 \backslash
29291 fboxsep}{10pt}
29292 \end_layout
29293
29294 \end_inset
29295
29296
29297 \begin_inset Box Boxed
29298 position "c"
29299 hor_pos "c"
29300 has_inner_box 1
29301 inner_pos "c"
29302 use_parbox 0
29303 use_makebox 0
29304 width "25col%"
29305 special "none"
29306 height "1in"
29307 height_special "totalheight"
29308 status open
29309
29310 \begin_layout Plain Layout
29311 \align center
29312 Boîte rectangulaire avec 
29313 \series bold
29314
29315 \backslash
29316 fboxsep
29317 \series default
29318
29319 \begin_inset space \thinspace{}
29320 \end_inset
29321
29322 =
29323 \begin_inset space \thinspace{}
29324 \end_inset
29325
29326 10
29327 \begin_inset space \thinspace{}
29328 \end_inset
29329
29330 pt
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \begin_inset ERT
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340
29341
29342 \backslash
29343 setlength{
29344 \backslash
29345 fboxsep}{3pt}
29346 \end_layout
29347
29348 \end_inset
29349
29350
29351 \end_layout
29352
29353 \begin_layout Standard
29354 \begin_inset VSpace bigskip
29355 \end_inset
29356
29357 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29358  la commande 
29359 \series bold
29360
29361 \backslash
29362 cornersize
29363 \series default
29364 .
29365  Par exemple, la commande
29366 \end_layout
29367
29368 \begin_layout Standard
29369
29370 \series bold
29371
29372 \backslash
29373 cornersize*{1cm}
29374 \end_layout
29375
29376 \begin_layout Standard
29377 donne un diamètre de 1
29378 \begin_inset space \thinspace{}
29379 \end_inset
29380
29381 cm.
29382  La commande
29383 \end_layout
29384
29385 \begin_layout Standard
29386
29387 \series bold
29388
29389 \backslash
29390 cornersize{num}
29391 \end_layout
29392
29393 \begin_layout Standard
29394 fixe le diamètre à 
29395 \family sans
29396 num
29397 \begin_inset space \thinspace{}
29398 \end_inset
29399
29400 ×
29401 \begin_inset space \thinspace{}
29402 \end_inset
29403
29404 minimum(largeur et hauteur de la boîte)
29405 \family default
29406 .
29407  La valeur implicite est 
29408 \series bold
29409
29410 \backslash
29411 cornersize{0.5}
29412 \series default
29413 .
29414 \end_layout
29415
29416 \begin_layout Standard
29417 \begin_inset ERT
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421
29422
29423 \backslash
29424 cornersize*{1.5cm}
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \begin_inset Box Ovalbox
29431 position "c"
29432 hor_pos "c"
29433 has_inner_box 1
29434 inner_pos "c"
29435 use_parbox 0
29436 use_makebox 0
29437 width "25col%"
29438 special "none"
29439 height "1in"
29440 height_special "totalheight"
29441 status open
29442
29443 \begin_layout Plain Layout
29444 \align center
29445 Boîte ovale avec 
29446 \series bold
29447
29448 \backslash
29449 cornersize
29450 \series default
29451
29452 \begin_inset space \thinspace{}
29453 \end_inset
29454
29455 =
29456 \begin_inset space \thinspace{}
29457 \end_inset
29458
29459 1.5
29460 \begin_inset space \thinspace{}
29461 \end_inset
29462
29463 cm
29464 \end_layout
29465
29466 \end_inset
29467
29468
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 cornersize{0.5}
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Standard
29485 \begin_inset VSpace bigskip
29486 \end_inset
29487
29488 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29489  
29490 \series bold
29491
29492 \backslash
29493 shadowsize
29494 \series default
29495 .
29496  Elle est fixée à 2
29497 \begin_inset space \thinspace{}
29498 \end_inset
29499
29500 pt pour la boîte suivante par la commande :
29501 \end_layout
29502
29503 \begin_layout Standard
29504
29505 \series bold
29506
29507 \backslash
29508 setlength{
29509 \backslash
29510 shadowsize}{2pt}
29511 \end_layout
29512
29513 \begin_layout Standard
29514 \begin_inset ERT
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518
29519
29520 \backslash
29521 setlength{
29522 \backslash
29523 shadowsize}{2pt}
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Box Shadowbox
29530 position "c"
29531 hor_pos "c"
29532 has_inner_box 1
29533 inner_pos "c"
29534 use_parbox 0
29535 use_makebox 0
29536 width "25col%"
29537 special "none"
29538 height "1in"
29539 height_special "totalheight"
29540 status open
29541
29542 \begin_layout Plain Layout
29543 \align center
29544 Boîte ombrée avec 
29545 \series bold
29546
29547 \backslash
29548 shadowsize
29549 \series default
29550
29551 \begin_inset space \thinspace{}
29552 \end_inset
29553
29554 =
29555 \begin_inset space \thinspace{}
29556 \end_inset
29557
29558 2
29559 \begin_inset space \thinspace{}
29560 \end_inset
29561
29562 pt
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573
29574 \backslash
29575 setlength{
29576 \backslash
29577 shadowsize}{4pt}
29578 \end_layout
29579
29580 \end_inset
29581
29582
29583 \end_layout
29584
29585 \begin_layout Standard
29586 \begin_inset VSpace bigskip
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \begin_layout Standard
29593 La valeur implicite pour la longueur 
29594 \series bold
29595
29596 \backslash
29597 FrameRule
29598 \series default
29599  est 0,4
29600 \begin_inset space \thinspace{}
29601 \end_inset
29602
29603 pt.
29604  L'espacement implicite entre le contenu de la note et le cadre est de 9
29605 \begin_inset space \thinspace{}
29606 \end_inset
29607
29608 pt et il peut être modifié en utilisant la valeur de 
29609 \series bold
29610
29611 \backslash
29612 FrameSep
29613 \series default
29614 .
29615  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29616  suivantes en code TeX
29617 \end_layout
29618
29619 \begin_layout Standard
29620
29621 \series bold
29622
29623 \backslash
29624 setlength{
29625 \backslash
29626 FrameRule}{5pt}
29627 \begin_inset Newline newline
29628 \end_inset
29629
29630
29631 \backslash
29632 setlength{
29633 \backslash
29634 FrameSep}{0.5cm}
29635 \end_layout
29636
29637 \begin_layout Standard
29638 \begin_inset ERT
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642
29643
29644 \backslash
29645 setlength{
29646 \backslash
29647 FrameRule}{5pt}
29648 \end_layout
29649
29650 \begin_layout Plain Layout
29651
29652
29653 \backslash
29654 setlength{
29655 \backslash
29656 FrameSep}{0.5cm}
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \begin_inset Box Framed
29663 position "t"
29664 hor_pos "c"
29665 has_inner_box 0
29666 inner_pos "t"
29667 use_parbox 0
29668 use_makebox 0
29669 width "100col%"
29670 special "none"
29671 height "1in"
29672 height_special "totalheight"
29673 status open
29674
29675 \begin_layout Plain Layout
29676 Ceci est un texte dans une boîte autorisant les 
29677 \family sans
29678 sauts de page
29679 \family default
29680 .
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 setlength{
29694 \backslash
29695 FrameRule}{0.4pt}
29696 \end_layout
29697
29698 \begin_layout Plain Layout
29699
29700
29701 \backslash
29702 setlength{
29703 \backslash
29704 FrameSep}{9pt}
29705 \end_layout
29706
29707 \end_inset
29708
29709
29710 \end_layout
29711
29712 \begin_layout Standard
29713
29714 \lang english
29715 \begin_inset VSpace bigskip
29716 \end_inset
29717
29718
29719 \end_layout
29720
29721 \begin_layout Standard
29722 Pour les bôites à 
29723 \family sans
29724 Fond
29725 \begin_inset space ~
29726 \end_inset
29727
29728 ombré
29729 \family default
29730 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29731  3
29732 \begin_inset space \thinspace{}
29733 \end_inset
29734
29735 pt et il peut être modifié avec la valeur de 
29736 \series bold
29737
29738 \backslash
29739 fboxsep
29740 \series default
29741 .
29742  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29743  localement avec la commande 
29744 \series bold
29745
29746 \backslash
29747 definecolor{shadecolor}
29748 \series default
29749 , soit globalement avec le menu 
29750 \family sans
29751 Outils\SpecialChar \menuseparator
29752 Préférences
29753 \family default
29754 \SpecialChar \menuseparator
29755
29756 \family sans
29757 Couleurs\SpecialChar \menuseparator
29758 boîte
29759 \begin_inset space ~
29760 \end_inset
29761
29762 ombrée
29763 \family default
29764 .
29765  La syntaxe de la commande 
29766 \series bold
29767
29768 \backslash
29769 definecolor
29770 \series default
29771  est expliquée dans la section
29772 \begin_inset space ~
29773 \end_inset
29774
29775
29776 \begin_inset CommandInset ref
29777 LatexCommand ref
29778 reference "sec:Tableaux-Colorés"
29779
29780 \end_inset
29781
29782
29783 \begin_inset Foot
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787 Notez que l'utilisation de 
29788 \series bold
29789
29790 \backslash
29791 definecolor
29792 \series default
29793  ne peut se faire sans le paquetage LaTeX 
29794 \series bold
29795 color
29796 \series default
29797  dans le préambule, voir la section
29798 \begin_inset space ~
29799 \end_inset
29800
29801
29802 \begin_inset CommandInset ref
29803 LatexCommand ref
29804 reference "sec:Boîtes-colorées"
29805
29806 \end_inset
29807
29808 .
29809  
29810 \end_layout
29811
29812 \end_inset
29813
29814 .
29815 \end_layout
29816
29817 \begin_layout Standard
29818 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29819  les commandes en code TeX suivantes
29820 \end_layout
29821
29822 \begin_layout Standard
29823
29824 \series bold
29825
29826 \backslash
29827 setlength{
29828 \backslash
29829 fboxsep}{0.5cm}
29830 \series default
29831
29832 \begin_inset Newline newline
29833 \end_inset
29834
29835
29836 \series bold
29837
29838 \backslash
29839 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29840 \end_layout
29841
29842 \begin_layout Standard
29843 \begin_inset ERT
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847
29848
29849 \backslash
29850 setlength{
29851 \backslash
29852 fboxsep}{0.5cm}
29853 \end_layout
29854
29855 \begin_layout Plain Layout
29856
29857
29858 \backslash
29859 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \begin_inset Box Shaded
29866 position "t"
29867 hor_pos "c"
29868 has_inner_box 0
29869 inner_pos "t"
29870 use_parbox 0
29871 use_makebox 0
29872 width "100col%"
29873 special "none"
29874 height "1in"
29875 height_special "totalheight"
29876 status open
29877
29878 \begin_layout Plain Layout
29879
29880 \color yellow
29881 Ceci est un texte jaune dans une boîte à 
29882 \family sans
29883 Fond
29884 \begin_inset space ~
29885 \end_inset
29886
29887 ombré
29888 \family default
29889 \color inherit
29890  
29891 \color yellow
29892 avec un fond vert foncé.
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \begin_inset ERT
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902
29903
29904 \backslash
29905 setlength{
29906 \backslash
29907 fboxsep}{3pt}
29908 \end_layout
29909
29910 \begin_layout Plain Layout
29911
29912
29913 \backslash
29914 definecolor{shadecolor}{rgb}{1,0,0}
29915 \end_layout
29916
29917 \end_inset
29918
29919
29920 \end_layout
29921
29922 \begin_layout Standard
29923
29924 \lang english
29925 \begin_inset VSpace bigskip
29926 \end_inset
29927
29928
29929 \end_layout
29930
29931 \begin_layout Standard
29932 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29933  les boîtes qui suivent la commandes qui les a changées.
29934 \end_layout
29935
29936 \begin_layout Section
29937 Minipages
29938 \begin_inset CommandInset label
29939 LatexCommand label
29940 name "sec:Minipages"
29941
29942 \end_inset
29943
29944
29945 \begin_inset Index idx
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949 Boîtes ! Minipages
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \begin_layout Standard
29958 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29959 ur d'une page.
29960  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29961  règles d'indentation, de saut de ligne, etc.
29962  s'appliquent.
29963 \end_layout
29964
29965 \begin_layout Standard
29966 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29967  langues.
29968 \end_layout
29969
29970 \begin_layout Standard
29971 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29972  Leur largeur est fixée à 45
29973 \begin_inset space \thinspace{}
29974 \end_inset
29975
29976 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29977  via le menu 
29978 \family sans
29979 Insérer\SpecialChar \menuseparator
29980 Typographie
29981 \begin_inset space ~
29982 \end_inset
29983
29984 spéciale\SpecialChar \menuseparator
29985 Ressort
29986 \begin_inset space ~
29987 \end_inset
29988
29989 Horizontal
29990 \family default
29991 .
29992 \end_layout
29993
29994 \begin_layout Standard
29995
29996 \end_layout
29997
29998 \begin_layout Standard
29999
30000 \lang english
30001 \begin_inset Box Frameless
30002 position "t"
30003 hor_pos "c"
30004 has_inner_box 1
30005 inner_pos "c"
30006 use_parbox 0
30007 use_makebox 0
30008 width "45col%"
30009 special "none"
30010 height "1in"
30011 height_special "totalheight"
30012 status open
30013
30014 \begin_layout Plain Layout
30015
30016 \lang german
30017 Dies ist ein deutscher Text.
30018  Dies ist ein deutscher Text.
30019  Dies ist ein deutscher Text.
30020  Dies ist ein deutscher Text.
30021  Dies ist ein deutscher Text.
30022  Dies ist ein deutscher Text.
30023  Dies ist ein deutscher Text.
30024  Dies ist ein deutscher Text.
30025  Dies ist ein deutscher Text.
30026  Dies ist ein deutscher Text.
30027  Dies ist ein deutscher Text.
30028  Dies ist ein deutscher Text.
30029  Dies ist ein deutscher Text
30030 \begin_inset Foot
30031 status collapsed
30032
30033 \begin_layout Plain Layout
30034
30035 \lang german
30036 Dies ist eine deutsche Fußnote.
30037 \end_layout
30038
30039 \end_inset
30040
30041 .
30042  Dies ist ein deutscher Text.
30043  Dies ist ein deutscher Text.
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \begin_inset space \hfill{}
30050 \end_inset
30051
30052
30053 \begin_inset Box Frameless
30054 position "t"
30055 hor_pos "c"
30056 has_inner_box 1
30057 inner_pos "c"
30058 use_parbox 0
30059 use_makebox 0
30060 width "45col%"
30061 special "none"
30062 height "1in"
30063 height_special "totalheight"
30064 status open
30065
30066 \begin_layout Plain Layout
30067
30068 \lang english
30069 This is an English Text.
30070  This is an English Text.
30071  This is an English Text.
30072  This is an English Text.
30073  This is an English Text.
30074  This is an English Text.
30075  This is an English Text.
30076  This is an English Text.
30077  This is an English Text.
30078  This is an English Text.
30079  This is an English Text.
30080  This is an English Text.
30081  This is an English Text.
30082  This is an English Text.
30083  This is an English Text.
30084  This is an English Text.
30085 \begin_inset Foot
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090 \lang english
30091 This is an English footnote.
30092 \end_layout
30093
30094 \end_inset
30095
30096  This is an English Text.
30097  
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \end_layout
30104
30105 \begin_layout Standard
30106 \begin_inset VSpace bigskip
30107 \end_inset
30108
30109 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30110  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30111  minipages, même si vous les avez mis par exemple à 
30112 \family sans
30113 Moyen
30114 \family default
30115  dans les paramètres du document.
30116 \end_layout
30117
30118 \begin_layout Standard
30119 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30120  portion de texte, voyez la section
30121 \begin_inset space ~
30122 \end_inset
30123
30124
30125 \begin_inset CommandInset ref
30126 LatexCommand ref
30127 reference "sub:Couleur-pour-les-Paragraphes"
30128
30129 \end_inset
30130
30131 .
30132 \end_layout
30133
30134 \begin_layout Standard
30135 \begin_inset Note Greyedout
30136 status open
30137
30138 \begin_layout Plain Layout
30139
30140 \series bold
30141 Note:
30142 \series default
30143  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30144  mais les minipages peuvent être utilisées dans un tableau, un flottant
30145  ou une autre boîte.
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \end_layout
30152
30153 \begin_layout Section
30154 Les Parboxes
30155 \begin_inset CommandInset label
30156 LatexCommand label
30157 name "sec:Parboxes"
30158
30159 \end_inset
30160
30161
30162 \begin_inset Index idx
30163 status collapsed
30164
30165 \begin_layout Plain Layout
30166 Boîtes ! Parboxes
30167 \end_layout
30168
30169 \end_inset
30170
30171
30172 \end_layout
30173
30174 \begin_layout Standard
30175 \begin_inset Note Note
30176 status collapsed
30177
30178 \begin_layout Plain Layout
30179
30180 \lang english
30181 En attendant une traduction de parbox (NdT)
30182 \end_layout
30183
30184 \end_inset
30185
30186 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30187  ne peuvent avoir de note de bas de page.
30188  La principale différence avec les minipages, c'est que les minipages au
30189  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
30190  LaTeX.
30191 \end_layout
30192
30193 \begin_layout Standard
30194 \align center
30195 \begin_inset Box Frameless
30196 position "t"
30197 hor_pos "c"
30198 has_inner_box 1
30199 inner_pos "t"
30200 use_parbox 1
30201 use_makebox 0
30202 width "33col%"
30203 special "none"
30204 height "1in"
30205 height_special "totalheight"
30206 status collapsed
30207
30208 \begin_layout Plain Layout
30209 Ceci est un texte à l'intérieur d'une parbox.
30210  Ceci est un texte à l'intérieur d'une parbox.
30211 \end_layout
30212
30213 \begin_layout Plain Layout
30214 Cette note de bas de page ne devrait pas apparaître :
30215 \begin_inset Foot
30216 status open
30217
30218 \begin_layout Plain Layout
30219 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30220  pas.
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \end_inset
30229
30230
30231 \end_layout
30232
30233 \begin_layout Section
30234 Des Boîtes pour les Mots et les Caractères
30235 \begin_inset Index idx
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239 Boîtes ! Pour les caractères
30240 \end_layout
30241
30242 \end_inset
30243
30244
30245 \end_layout
30246
30247 \begin_layout Subsection
30248 Empêcher la Césure
30249 \begin_inset CommandInset label
30250 LatexCommand label
30251 name "sec:Empêcher-césure"
30252
30253 \end_inset
30254
30255
30256 \begin_inset Index idx
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 Boîtes ! Pour empêcher la césure
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269 Vous pouvez utiliser 
30270 \lang english
30271 the box type 
30272 \family sans
30273 Makebox
30274 \family default
30275 \lang french
30276  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30277 \begin_inset Newline newline
30278 \end_inset
30279
30280 Voici un exemple de texte :
30281 \end_layout
30282
30283 \begin_layout Standard
30284 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30285 \begin_inset Quotes eld
30286 \end_inset
30287
30288 motTrèsTrèsLong
30289 \begin_inset Quotes erd
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \begin_layout Standard
30296 Pour empêcher que le mot 
30297 \begin_inset Quotes eld
30298 \end_inset
30299
30300 motTrèsTrèsLong
30301 \begin_inset Quotes erd
30302 \end_inset
30303
30304  
30305 \lang english
30306 put the word into a box, set the 
30307 \family sans
30308 Inner
30309 \begin_inset space ~
30310 \end_inset
30311
30312 box
30313 \family default
30314  to 
30315 \family sans
30316 Makebox
30317 \family default
30318  and its width to 1
30319 \begin_inset space \thinspace{}
30320 \end_inset
30321
30322 Width.
30323 \end_layout
30324
30325 \begin_layout Standard
30326 Voici le résultat :
30327 \end_layout
30328
30329 \begin_layout Standard
30330 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30331 \begin_inset Box Frameless
30332 position "t"
30333 hor_pos "c"
30334 has_inner_box 1
30335 inner_pos "t"
30336 use_parbox 0
30337 use_makebox 1
30338 width "1in"
30339 special "width"
30340 height "1in"
30341 height_special "totalheight"
30342 status open
30343
30344 \begin_layout Plain Layout
30345 \begin_inset Quotes eld
30346 \end_inset
30347
30348 motTrèsTrèsLong
30349 \begin_inset Quotes erd
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \begin_layout Standard
30361 Une autre méthode consiste à mettre la commande 
30362 \begin_inset Quotes eld
30363 \end_inset
30364
30365
30366 \series bold
30367
30368 \backslash
30369 -
30370 \series default
30371
30372 \begin_inset Quotes grd
30373 \end_inset
30374
30375  en code TeX, juste avant le mot :
30376 \end_layout
30377
30378 \begin_layout Standard
30379 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30380 \begin_inset Quotes eld
30381 \end_inset
30382
30383
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 -
30392 \end_layout
30393
30394 \end_inset
30395
30396 motTrèsTrèsLong
30397 \begin_inset Quotes erd
30398 \end_inset
30399
30400
30401 \end_layout
30402
30403 \begin_layout Standard
30404 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30405  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30406 \family sans
30407 Insérer\SpecialChar \menuseparator
30408 Formats\SpecialChar \menuseparator
30409 Passage
30410 \begin_inset space ~
30411 \end_inset
30412
30413 à
30414 \begin_inset space ~
30415 \end_inset
30416
30417 la
30418 \begin_inset space ~
30419 \end_inset
30420
30421 Ligne
30422 \family default
30423  (raccourci 
30424 \family sans
30425 Ctrl-Entrée
30426 \family default
30427 ) :
30428 \end_layout
30429
30430 \begin_layout Standard
30431 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30432 \begin_inset Newline newline
30433 \end_inset
30434
30435
30436 \begin_inset Box Frameless
30437 position "t"
30438 hor_pos "c"
30439 has_inner_box 1
30440 inner_pos "t"
30441 use_parbox 0
30442 use_makebox 1
30443 width "1in"
30444 special "width"
30445 height "1in"
30446 height_special "totalheight"
30447 status open
30448
30449 \begin_layout Plain Layout
30450 \begin_inset Quotes eld
30451 \end_inset
30452
30453 motTrèsTrèsLong
30454 \begin_inset Quotes erd
30455 \end_inset
30456
30457
30458 \end_layout
30459
30460 \end_inset
30461
30462
30463 \end_layout
30464
30465 \begin_layout Subsection
30466 Alignement Vertical
30467 \begin_inset CommandInset label
30468 LatexCommand label
30469 name "sub:Alignement-Vertical"
30470
30471 \end_inset
30472
30473
30474 \begin_inset Index idx
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478 Boîtes ! Pour l'alignement vertical
30479 \end_layout
30480
30481 \end_inset
30482
30483
30484 \begin_inset Index idx
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488 Boîtes ! Boîtes élévatrices
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \begin_inset Index idx
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 Raisebox|see
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504 {
30505 \end_layout
30506
30507 \end_inset
30508
30509 Boîtes élévatrices
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515 }
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \begin_layout Standard
30529 Avec la commande 
30530 \series bold
30531
30532 \backslash
30533 raisebox
30534 \series default
30535  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30536  par rapport au texte qui l'entoure.
30537  La commande
30538 \series bold
30539  
30540 \backslash
30541 raisebox
30542 \series default
30543  s'utilise en suivant la syntaxe suivante :
30544 \end_layout
30545
30546 \begin_layout Standard
30547
30548 \series bold
30549
30550 \backslash
30551 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30552 \end_layout
30553
30554 \begin_layout Standard
30555 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30556  pour l'abaisser.
30557 \end_layout
30558
30559 \begin_layout Standard
30560 Pour aligner le mot 
30561 \begin_inset Quotes eld
30562 \end_inset
30563
30564 empêcher
30565 \begin_inset Quotes erd
30566 \end_inset
30567
30568  de façon à ce que le point le plus bas du caractère le plus 
30569 \begin_inset Quotes eld
30570 \end_inset
30571
30572 profond
30573 \begin_inset Quotes erd
30574 \end_inset
30575
30576 , le 
30577 \begin_inset Quotes eld
30578 \end_inset
30579
30580 p
30581 \begin_inset Quotes erd
30582 \end_inset
30583
30584 , soit au niveau de la ligne de base, insérez la commande 
30585 \end_layout
30586
30587 \begin_layout Standard
30588
30589 \series bold
30590
30591 \backslash
30592 raisebox{
30593 \backslash
30594 depth}{
30595 \end_layout
30596
30597 \begin_layout Standard
30598 en code TeX avant le mot.
30599  Insérez après le mot l'accolade fermante 
30600 \begin_inset Quotes eld
30601 \end_inset
30602
30603
30604 \series bold
30605 }
30606 \series default
30607
30608 \begin_inset Quotes erd
30609 \end_inset
30610
30611  en code TeX.
30612 \begin_inset Newline newline
30613 \end_inset
30614
30615 Voici le résultat :
30616 \end_layout
30617
30618 \begin_layout Standard
30619 Cette ligne de texte contient le mot 
30620 \begin_inset ERT
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624
30625
30626 \backslash
30627 raisebox{
30628 \backslash
30629 depth}{
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \begin_inset Quotes eld
30636 \end_inset
30637
30638 empêcher
30639 \begin_inset Quotes erd
30640 \end_inset
30641
30642
30643 \begin_inset ERT
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647
30648 }
30649 \end_layout
30650
30651 \end_inset
30652
30653  comme mot élevé.
30654 \end_layout
30655
30656 \begin_layout Standard
30657 \begin_inset VSpace bigskip
30658 \end_inset
30659
30660 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30661  entre les lignes va être agrandie :
30662 \end_layout
30663
30664 \begin_layout Standard
30665 Cette ligne de texte contient le mot
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671
30672 \backslash
30673 raisebox{-
30674 \backslash
30675 depth}{
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \begin_inset Quotes eld
30682 \end_inset
30683
30684 empêcher
30685 \begin_inset Quotes erd
30686 \end_inset
30687
30688
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694 }
30695 \end_layout
30696
30697 \end_inset
30698
30699  comme mot abaissé.
30700 \begin_inset Newline newline
30701 \end_inset
30702
30703 Cette ligne de texte contient le mot 
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709
30710 \backslash
30711 raisebox{0.5cm}{
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \begin_inset Quotes eld
30718 \end_inset
30719
30720 tester
30721 \begin_inset Quotes erd
30722 \end_inset
30723
30724
30725 \begin_inset ERT
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729
30730 }
30731 \end_layout
30732
30733 \end_inset
30734
30735  comme mot élevé.
30736 \end_layout
30737
30738 \begin_layout Standard
30739 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30740  mettez la hauteur de la boîte à zéro.
30741  Par exemple utilisez
30742 \end_layout
30743
30744 \begin_layout Standard
30745
30746 \series bold
30747
30748 \backslash
30749 raisebox{-
30750 \backslash
30751 depth}[0pt]{
30752 \end_layout
30753
30754 \begin_layout Standard
30755 Cette ligne de texte contient le mot
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761
30762 \backslash
30763 raisebox{-
30764 \backslash
30765 depth}[0pt]{
30766 \end_layout
30767
30768 \end_inset
30769
30770
30771 \begin_inset Quotes eld
30772 \end_inset
30773
30774 empêcher
30775 \begin_inset Quotes erd
30776 \end_inset
30777
30778
30779 \begin_inset ERT
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784 }
30785 \end_layout
30786
30787 \end_inset
30788
30789  comme mot abaissé.
30790 \begin_inset Newline newline
30791 \end_inset
30792
30793 Cette ligne de texte contient le mot 
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 raisebox{0.5cm}[0pt]{
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \begin_inset Quotes eld
30808 \end_inset
30809
30810 tester
30811 \begin_inset Quotes erd
30812 \end_inset
30813
30814
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820 }
30821 \end_layout
30822
30823 \end_inset
30824
30825  comme mot élevé.
30826 \end_layout
30827
30828 \begin_layout Section
30829 Boîtes Colorées
30830 \begin_inset CommandInset label
30831 LatexCommand label
30832 name "sec:Boîtes-colorées"
30833
30834 \end_inset
30835
30836
30837 \begin_inset Index idx
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841 Boîtes ! Couleur
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Subsection
30850 De la couleur pour le texte
30851 \begin_inset Index idx
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855 Couleur ! Pour le texte
30856 \end_layout
30857
30858 \end_inset
30859
30860
30861 \end_layout
30862
30863 \begin_layout Standard
30864 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30865  une boîte appelée 
30866 \begin_inset Quotes eld
30867 \end_inset
30868
30869 colorbox
30870 \begin_inset Quotes erd
30871 \end_inset
30872
30873 .
30874  Cela demande que le paquetage LaTeX 
30875 \series bold
30876 color
30877 \series default
30878
30879 \begin_inset Index idx
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883 Paquetages LaTeX ! color
30884 \end_layout
30885
30886 \end_inset
30887
30888  soit chargé dans le préambule du document avec la commande
30889 \end_layout
30890
30891 \begin_layout Standard
30892
30893 \series bold
30894
30895 \backslash
30896 @ifundefined{textcolor}
30897 \begin_inset Newline newline
30898 \end_inset
30899
30900
30901 \begin_inset Phantom HPhantom
30902 status open
30903
30904 \begin_layout Plain Layout
30905
30906 \series bold
30907 \begin_inset space ~
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \end_inset
30914
30915 {
30916 \backslash
30917 usepackage{color}}{}
30918 \end_layout
30919
30920 \begin_layout Standard
30921 Le paquetage 
30922 \series bold
30923 color
30924 \series default
30925  sera chargé automatiquement par LyX dès que vous colorez du texte.
30926 \begin_inset Foot
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30931  
30932 \series bold
30933
30934 \backslash
30935 @ifundefined
30936 \series default
30937 .
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Standard
30946 \begin_inset VSpace medskip
30947 \end_inset
30948
30949 Les boîtes colorées sont créées par la commande 
30950 \series bold
30951
30952 \backslash
30953 colorbox
30954 \series default
30955 .
30956  Elle est utilisée avec la syntaxe suivante :
30957 \end_layout
30958
30959 \begin_layout Standard
30960
30961 \series bold
30962
30963 \backslash
30964 colorbox{couleur}{contenu de la boîte}
30965 \end_layout
30966
30967 \begin_layout Standard
30968 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30969  peuvent être placées à l'intérieur d'autres boîtes.
30970 \end_layout
30971
30972 \begin_layout Standard
30973 Les couleurs suivantes sont prédéfinies ::
30974 \begin_inset Newline newline
30975 \end_inset
30976
30977
30978 \family sans
30979 black
30980 \family default
30981  (noir), 
30982 \family sans
30983 blue
30984 \family default
30985  (bleu), 
30986 \family sans
30987 cyan
30988 \family default
30989 \series bold
30990 ,
30991 \series default
30992  
30993 \family sans
30994 green
30995 \family default
30996  (vert), 
30997 \family sans
30998 magenta
30999 \family default
31000
31001 \family sans
31002 red
31003 \family default
31004  (rouge), 
31005 \family sans
31006 white
31007 \family default
31008  (blanc), and 
31009 \family sans
31010 yellow
31011 \family default
31012  (jaune).
31013 \begin_inset Newline newline
31014 \end_inset
31015
31016 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31017  section
31018 \begin_inset space ~
31019 \end_inset
31020
31021
31022 \begin_inset CommandInset ref
31023 LatexCommand ref
31024 reference "sec:Tableaux-Colorés"
31025
31026 \end_inset
31027
31028 .
31029 \end_layout
31030
31031 \begin_layout Standard
31032 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31033 \end_layout
31034
31035 \begin_layout Standard
31036
31037 \series bold
31038
31039 \backslash
31040 colorbox{red}{
31041 \end_layout
31042
31043 \begin_layout Standard
31044 avant le mot en code TeX.
31045  Insérez l'accolade fermante 
31046 \begin_inset Quotes eld
31047 \end_inset
31048
31049 }
31050 \begin_inset Quotes erd
31051 \end_inset
31052
31053  après le mot, en code TeX.
31054 \begin_inset Newline newline
31055 \end_inset
31056
31057 Voici le résultat :
31058 \end_layout
31059
31060 \begin_layout Standard
31061 Cette ligne de texte contient le mot
31062 \begin_inset ERT
31063 status collapsed
31064
31065 \begin_layout Plain Layout
31066
31067
31068 \backslash
31069 colorbox{red}{
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \begin_inset Quotes eld
31076 \end_inset
31077
31078 Attention!
31079 \begin_inset Quotes erd
31080 \end_inset
31081
31082
31083 \begin_inset ERT
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088 }
31089 \end_layout
31090
31091 \end_inset
31092
31093  sur fond rouge.
31094 \end_layout
31095
31096 \begin_layout Standard
31097 \begin_inset VSpace bigskip
31098 \end_inset
31099
31100 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31101  vous pouvez utiliser la commande 
31102 \series bold
31103
31104 \backslash
31105 fcolorbox
31106 \series default
31107  avec la syntaxe suivante :
31108 \end_layout
31109
31110 \begin_layout Standard
31111
31112 \series bold
31113
31114 \backslash
31115 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31116 \end_layout
31117
31118 \begin_layout Standard
31119
31120 \series bold
31121
31122 \backslash
31123 fcolorbox
31124 \series default
31125  est une extension de 
31126 \series bold
31127
31128 \backslash
31129 colorbox
31130 \series default
31131 .
31132  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31133  peuvent être modifiés avec les variables 
31134 \series bold
31135
31136 \backslash
31137 fboxrule
31138 \series default
31139  et 
31140 \series bold
31141
31142 \backslash
31143 fboxsep
31144 \series default
31145 , comme c'est décrit dans la section
31146 \begin_inset space ~
31147 \end_inset
31148
31149
31150 \begin_inset CommandInset ref
31151 LatexCommand ref
31152 reference "sec:Décorations"
31153
31154 \end_inset
31155
31156 .
31157 \end_layout
31158
31159 \begin_layout Standard
31160 Pour l'exemple suivant, on a utilisé la commande
31161 \end_layout
31162
31163 \begin_layout Standard
31164
31165 \series bold
31166
31167 \backslash
31168 fcolorbox{cyan}{magenta}{
31169 \end_layout
31170
31171 \begin_layout Standard
31172 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31173 \begin_inset space \thinspace{}
31174 \end_inset
31175
31176 mm:
31177 \begin_inset Newline newline
31178 \end_inset
31179
31180
31181 \begin_inset ERT
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185
31186
31187 \backslash
31188 fboxrule 1mm 
31189 \backslash
31190 fboxsep 1mm
31191 \end_layout
31192
31193 \end_inset
31194
31195
31196 \begin_inset ERT
31197 status collapsed
31198
31199 \begin_layout Plain Layout
31200
31201
31202 \backslash
31203 fcolorbox{cyan}{magenta}{
31204 \end_layout
31205
31206 \end_inset
31207
31208 Ce texte est dans une boîte encadrée et colorée.
31209 \begin_inset ERT
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213
31214 }
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \end_layout
31221
31222 \begin_layout Standard
31223 \begin_inset VSpace bigskip
31224 \end_inset
31225
31226 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31227  les yeux ! - NdT) :
31228 \begin_inset Newline newline
31229 \end_inset
31230
31231
31232 \begin_inset ERT
31233 status collapsed
31234
31235 \begin_layout Plain Layout
31236
31237
31238 \backslash
31239 fcolorbox{cyan}{magenta}{
31240 \end_layout
31241
31242 \end_inset
31243
31244
31245 \color yellow
31246 Ce texte est coloré dans une boîte colorée et encadrée.
31247 \color inherit
31248
31249 \begin_inset ERT
31250 status collapsed
31251
31252 \begin_layout Plain Layout
31253
31254 }
31255 \end_layout
31256
31257 \end_inset
31258
31259
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 fboxrule 0.4pt 
31268 \backslash
31269 fboxsep 3pt
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278
31279 \series bold
31280 \begin_inset VSpace medskip
31281 \end_inset
31282
31283
31284 \end_layout
31285
31286 \begin_layout Standard
31287 \begin_inset Note Greyedout
31288 status open
31289
31290 \begin_layout Plain Layout
31291
31292 \series bold
31293 Note:
31294 \series default
31295  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31296  de ligne.
31297  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31298  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Subsection
31307 De la couleur pour les paragraphes
31308 \begin_inset CommandInset label
31309 LatexCommand label
31310 name "sub:Couleur-pour-les-Paragraphes"
31311
31312 \end_inset
31313
31314
31315 \begin_inset Index idx
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319 Couleur ! Pour les  paragraphes
31320 \end_layout
31321
31322 \end_inset
31323
31324
31325 \end_layout
31326
31327 \begin_layout Standard
31328 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31329  texte dans une minipage.
31330  Avant la minipage, insérez la commande 
31331 \series bold
31332
31333 \backslash
31334 colorbox
31335 \series default
31336  
31337 \end_layout
31338
31339 \begin_layout Standard
31340
31341 \series bold
31342
31343 \backslash
31344 colorbox{color}{
31345 \end_layout
31346
31347 \begin_layout Standard
31348 en code TeX.
31349  Après la minipage, insérez l'accolade fermante 
31350 \begin_inset Quotes eld
31351 \end_inset
31352
31353 }
31354 \begin_inset Quotes erd
31355 \end_inset
31356
31357  en code TeX.
31358 \end_layout
31359
31360 \begin_layout Standard
31361 \begin_inset ERT
31362 status collapsed
31363
31364 \begin_layout Plain Layout
31365
31366
31367 \backslash
31368 colorbox{lightgrey}{
31369 \end_layout
31370
31371 \end_inset
31372
31373
31374 \begin_inset Box Frameless
31375 position "t"
31376 hor_pos "c"
31377 has_inner_box 1
31378 inner_pos "t"
31379 use_parbox 0
31380 use_makebox 0
31381 width "100col%"
31382 special "none"
31383 height "1in"
31384 height_special "totalheight"
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 Ce texte a un fond coloré.
31389  Ce texte a un fond coloré.
31390 \end_layout
31391
31392 \begin_layout Plain Layout
31393 \begin_inset VSpace defskip
31394 \end_inset
31395
31396 Le texte peut avoir des notes de bas de page
31397 \begin_inset Foot
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401 Un autre exemple de note de bas de page
31402 \end_layout
31403
31404 \end_inset
31405
31406  et contenir des figures et des tableaux.
31407 \end_layout
31408
31409 \begin_layout Plain Layout
31410 \align center
31411 \begin_inset Tabular
31412 <lyxtabular version="3" rows="3" columns="3">
31413 <features tabularvalignment="middle">
31414 <column alignment="center" valignment="top" width="0">
31415 <column alignment="center" valignment="top" width="0">
31416 <column alignment="center" valignment="top" width="0">
31417 <row>
31418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31419 \begin_inset Text
31420
31421 \begin_layout Plain Layout
31422 a
31423 \end_layout
31424
31425 \end_inset
31426 </cell>
31427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31428 \begin_inset Text
31429
31430 \begin_layout Plain Layout
31431 !
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31437 \begin_inset Text
31438
31439 \begin_layout Plain Layout
31440 3
31441 \end_layout
31442
31443 \end_inset
31444 </cell>
31445 </row>
31446 <row>
31447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31448 \begin_inset Text
31449
31450 \begin_layout Plain Layout
31451 <
31452 \end_layout
31453
31454 \end_inset
31455 </cell>
31456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31457 \begin_inset Text
31458
31459 \begin_layout Plain Layout
31460 b2
31461 \begin_inset Quotes erd
31462 \end_inset
31463
31464 |
31465 \end_layout
31466
31467 \end_inset
31468 </cell>
31469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31470 \begin_inset Text
31471
31472 \begin_layout Plain Layout
31473 >
31474 \end_layout
31475
31476 \end_inset
31477 </cell>
31478 </row>
31479 <row>
31480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31481 \begin_inset Text
31482
31483 \begin_layout Plain Layout
31484 1
31485 \end_layout
31486
31487 \end_inset
31488 </cell>
31489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31490 \begin_inset Text
31491
31492 \begin_layout Plain Layout
31493 §
31494 \end_layout
31495
31496 \end_inset
31497 </cell>
31498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31499 \begin_inset Text
31500
31501 \begin_layout Plain Layout
31502 c
31503 \end_layout
31504
31505 \end_inset
31506 </cell>
31507 </row>
31508 </lyxtabular>
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \begin_inset ERT
31519 status collapsed
31520
31521 \begin_layout Plain Layout
31522
31523 }
31524 \end_layout
31525
31526 \end_inset
31527
31528
31529 \end_layout
31530
31531 \begin_layout Section
31532 Les boîtes pivotées et redimensionnées
31533 \end_layout
31534
31535 \begin_layout Standard
31536 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31537  charger le paquetage LaTeX 
31538 \series bold
31539 graphicx
31540 \series default
31541
31542 \begin_inset Index idx
31543 status collapsed
31544
31545 \begin_layout Plain Layout
31546 Paquetages LaTeX ! graphicx
31547 \end_layout
31548
31549 \end_inset
31550
31551  dans le préambule de votre document avec la commande
31552 \end_layout
31553
31554 \begin_layout Standard
31555
31556 \series bold
31557
31558 \backslash
31559 @ifundefined{rotatebox}
31560 \begin_inset Newline newline
31561 \end_inset
31562
31563
31564 \begin_inset Phantom HPhantom
31565 status open
31566
31567 \begin_layout Plain Layout
31568
31569 \series bold
31570 \begin_inset space ~
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \end_inset
31577
31578 {
31579 \backslash
31580 usepackage{graphicx}}{}
31581 \end_layout
31582
31583 \begin_layout Standard
31584 \begin_inset Note Greyedout
31585 status open
31586
31587 \begin_layout Plain Layout
31588
31589 \series bold
31590 Note:
31591 \series default
31592  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31593  redimensionnés.
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \end_layout
31600
31601 \begin_layout Standard
31602 \begin_inset Note Greyedout
31603 status open
31604
31605 \begin_layout Plain Layout
31606
31607 \series bold
31608 Note:
31609 \series default
31610  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31611  redimensionnée.
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \begin_layout Subsection
31620 Les Boîtes pivotées
31621 \begin_inset Index idx
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625 Boîtes ! pivotées
31626 \end_layout
31627
31628 \end_inset
31629
31630
31631 \begin_inset Index idx
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635 Pivoter des objets
31636 \end_layout
31637
31638 \end_inset
31639
31640
31641 \begin_inset Index idx
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645 Figures ! Pivotées
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \begin_inset Index idx
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 Tableau ! Pivoter
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \begin_layout Standard
31664 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31665  (rotated).
31666  Une telle boîte est créée avec la commande 
31667 \series bold
31668
31669 \backslash
31670 rotatebox
31671 \series default
31672  en code TeX avec la syntaxe
31673 \end_layout
31674
31675 \begin_layout Standard
31676
31677 \series bold
31678
31679 \backslash
31680 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31681 \end_layout
31682
31683 \begin_layout Standard
31684 La position du pivot est donnée par l'origine de rotation spécifiée sous
31685  la forme 
31686 \series bold
31687 origin=position
31688 \series default
31689 .
31690  Les valeurs suivantes sont possibles pour la position: 
31691 \emph on
31692 c
31693 \emph default
31694  (centre), 
31695 \emph on
31696 l
31697 \emph default
31698  (gauche/
31699 \lang english
31700 left
31701 \lang french
31702 ), 
31703 \emph on
31704 r
31705 \emph default
31706  (droite/
31707 \lang english
31708 right
31709 \lang french
31710 ), 
31711 \emph on
31712 b
31713 \emph default
31714  (bas/
31715 \lang english
31716 bottom
31717 \lang french
31718 ), 
31719 \emph on
31720 t
31721 \emph default
31722  (haut/
31723 \lang english
31724 top
31725 \lang french
31726 ), et aussi des combinaisons des quatre positions de base.
31727  Par exemple 
31728 \emph on
31729 lt
31730 \emph default
31731  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31732  Quand on ne donne pas d'origine, la position 
31733 \emph on
31734 l
31735 \emph default
31736  est utilisée.
31737  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31738  ou négatif.
31739  Le sens positif de rotation est anti-horaire.
31740 \end_layout
31741
31742 \begin_layout Standard
31743 Dans l'exemple qui suit, la commande 
31744 \series bold
31745
31746 \backslash
31747 rotatebox[origin=c]{60}{
31748 \series default
31749  a été insérée en code TeX juste avant le texte 
31750 \begin_inset Quotes eld
31751 \end_inset
31752
31753 pivoté de 90°
31754 \begin_inset Quotes erd
31755 \end_inset
31756
31757  ; la boîte est refermée juste après le texte par une accolade fermante
31758  
31759 \begin_inset Quotes eld
31760 \end_inset
31761
31762 }
31763 \begin_inset Quotes erd
31764 \end_inset
31765
31766  en code TeX.
31767 \end_layout
31768
31769 \begin_layout Standard
31770 Voici une ligne avec du texte 
31771 \begin_inset ERT
31772 status collapsed
31773
31774 \begin_layout Plain Layout
31775
31776
31777 \backslash
31778 rotatebox[origin=c]{60}{
31779 \end_layout
31780
31781 \end_inset
31782
31783 pivoté de 60°
31784 \begin_inset ERT
31785 status collapsed
31786
31787 \begin_layout Plain Layout
31788
31789 }
31790 \end_layout
31791
31792 \end_inset
31793
31794 .
31795 \end_layout
31796
31797 \begin_layout Standard
31798 La boîte peut contenir une autre boîte ou une formule en ligne :
31799 \end_layout
31800
31801 \begin_layout Standard
31802 Voici une ligne avec du texte 
31803 \begin_inset ERT
31804 status collapsed
31805
31806 \begin_layout Plain Layout
31807
31808
31809 \backslash
31810 rotatebox[origin=r]{-60}{
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \begin_inset Box Doublebox
31817 position "c"
31818 hor_pos "c"
31819 has_inner_box 0
31820 inner_pos "c"
31821 use_parbox 0
31822 use_makebox 0
31823 width "1in"
31824 special "width"
31825 height "1in"
31826 height_special "totalheight"
31827 status collapsed
31828
31829 \begin_layout Plain Layout
31830 pivoté de -60°
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \begin_inset ERT
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840
31841 }
31842 \end_layout
31843
31844 \end_inset
31845
31846  et encadré 
31847 \begin_inset ERT
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851
31852
31853 \backslash
31854 rotatebox[origin=lb]{60}{
31855 \end_layout
31856
31857 \end_inset
31858
31859
31860 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31861 \end_inset
31862
31863
31864 \begin_inset ERT
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868
31869 }
31870 \end_layout
31871
31872 \end_inset
31873
31874  et une formule.
31875 \end_layout
31876
31877 \begin_layout Standard
31878 ou encore une figure ou un tableau :
31879 \end_layout
31880
31881 \begin_layout Standard
31882 Voici une ligne
31883 \begin_inset ERT
31884 status collapsed
31885
31886 \begin_layout Plain Layout
31887
31888
31889 \backslash
31890 rotatebox[origin=lb]{90}{
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \begin_inset Graphics
31897         filename ../clipart/platypus.eps
31898         lyxscale 50
31899         width 25col%
31900
31901 \end_inset
31902
31903
31904 \begin_inset ERT
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908
31909 }
31910 \end_layout
31911
31912 \end_inset
31913
31914  avec une image pivotée de 90° 
31915 \begin_inset ERT
31916 status collapsed
31917
31918 \begin_layout Plain Layout
31919
31920
31921 \backslash
31922 rotatebox[origin=l]{-90}{
31923 \end_layout
31924
31925 \end_inset
31926
31927
31928 \begin_inset Tabular
31929 <lyxtabular version="3" rows="2" columns="2">
31930 <features tabularvalignment="middle">
31931 <column alignment="center" valignment="top" width="0">
31932 <column alignment="center" valignment="top" width="0">
31933 <row>
31934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31935 \begin_inset Text
31936
31937 \begin_layout Plain Layout
31938 q
31939 \end_layout
31940
31941 \end_inset
31942 </cell>
31943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31944 \begin_inset Text
31945
31946 \begin_layout Plain Layout
31947 w
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 </row>
31953 <row>
31954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958 e
31959 \end_layout
31960
31961 \end_inset
31962 </cell>
31963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31964 \begin_inset Text
31965
31966 \begin_layout Plain Layout
31967 r
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 </row>
31973 </lyxtabular>
31974
31975 \end_inset
31976
31977
31978 \begin_inset ERT
31979 status collapsed
31980
31981 \begin_layout Plain Layout
31982
31983 }
31984 \end_layout
31985
31986 \end_inset
31987
31988  et un tableau.
31989 \end_layout
31990
31991 \begin_layout Subsection
31992 Les boîtes redimensionnées
31993 \begin_inset Index idx
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997 Boîtes ! Redimensionnées
31998 \end_layout
31999
32000 \end_inset
32001
32002
32003 \begin_inset Index idx
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007 Redimensionner des objets
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \begin_inset Index idx
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017 Figures ! Redimensionnées
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \begin_inset Index idx
32024 status collapsed
32025
32026 \begin_layout Plain Layout
32027 Tableau ! Redimensionner
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \end_layout
32034
32035 \begin_layout Standard
32036 Pour redimensionner des objets on peut utiliser les commandes 
32037 \series bold
32038
32039 \backslash
32040 scalebox
32041 \series default
32042  et 
32043 \series bold
32044
32045 \backslash
32046 resizebox
32047 \series default
32048  insérées sous forme de code TeX.
32049 \end_layout
32050
32051 \begin_layout Standard
32052
32053 \series bold
32054
32055 \backslash
32056 scalebox
32057 \series default
32058  est utilisée avec la syntaxe suivante :
32059 \end_layout
32060
32061 \begin_layout Standard
32062
32063 \series bold
32064
32065 \backslash
32066 scalebox{horizontal}[vertical]{contenu de la boîte}
32067 \end_layout
32068
32069 \begin_layout Standard
32070 Horizontal et vertical sont les facteurs d'échelle correspondants.
32071  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32072  utilisé comme facteur vertical.
32073 \end_layout
32074
32075 \begin_layout Standard
32076 Par exemple, la commande 
32077 \series bold
32078
32079 \backslash
32080 scalebox{2}{Bonjour}
32081 \series default
32082  crée un 
32083 \begin_inset ERT
32084 status collapsed
32085
32086 \begin_layout Plain Layout
32087
32088
32089 \backslash
32090 scalebox{2}{
32091 \end_layout
32092
32093 \end_inset
32094
32095 Bonjour
32096 \begin_inset ERT
32097 status collapsed
32098
32099 \begin_layout Plain Layout
32100
32101 }
32102 \end_layout
32103
32104 \end_inset
32105
32106  de taille double par rapport à la taille du texte du document.
32107 \end_layout
32108
32109 \begin_layout Standard
32110
32111 \series bold
32112
32113 \backslash
32114 scalebox{2}[1]{Hello}
32115 \series default
32116  au contraire va déformer le 
32117 \begin_inset ERT
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121
32122
32123 \backslash
32124 scalebox{2}[1]{
32125 \end_layout
32126
32127 \end_inset
32128
32129 Bonjour
32130 \begin_inset ERT
32131 status collapsed
32132
32133 \begin_layout Plain Layout
32134
32135 }
32136 \end_layout
32137
32138 \end_inset
32139
32140 .
32141 \end_layout
32142
32143 \begin_layout Standard
32144 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32145  La commande 
32146 \series bold
32147
32148 \backslash
32149 scalebox{-1}[1]{Hello}
32150 \series default
32151  peut donc être utilisée pour créer du texte en miroir : 
32152 \begin_inset ERT
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156
32157
32158 \backslash
32159 scalebox{-1}[1]{
32160 \end_layout
32161
32162 \end_inset
32163
32164 Bonjour
32165 \begin_inset ERT
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169
32170 }
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179
32180 \series bold
32181
32182 \backslash
32183 scalebox{1}[-1]{Bonjour}
32184 \series default
32185  effectue une réflexion du 
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190
32191
32192 \backslash
32193 scalebox{1}[-1]{
32194 \end_layout
32195
32196 \end_inset
32197
32198 Bonjour
32199 \begin_inset ERT
32200 status collapsed
32201
32202 \begin_layout Plain Layout
32203
32204 }
32205 \end_layout
32206
32207 \end_inset
32208
32209  par rapport à la ligne de base.
32210 \end_layout
32211
32212 \begin_layout Standard
32213 La commande 
32214 \series bold
32215
32216 \backslash
32217 reflectbox{contenu de la boîte} 
32218 \series default
32219 existe aussi et est équivalente à
32220 \series bold
32221  
32222 \backslash
32223 scalebox{-1}[1]{contenu de la boîte}.
32224
32225 \series default
32226  
32227 \begin_inset Newline newline
32228 \end_inset
32229
32230
32231 \end_layout
32232
32233 \begin_layout Standard
32234 \begin_inset VSpace bigskip
32235 \end_inset
32236
32237 La commande 
32238 \series bold
32239
32240 \backslash
32241 resizebox
32242 \series default
32243  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32244  données.
32245  La syntaxe de la commande est :
32246 \end_layout
32247
32248 \begin_layout Standard
32249
32250 \series bold
32251
32252 \backslash
32253 resizebox{largeur}{hauteur}{contenu de la boîte}
32254 \end_layout
32255
32256 \begin_layout Standard
32257 Si un des deux paramètres est remplacé par un point d'exclamation 
32258 \series bold
32259 !
32260 \series default
32261 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32262 \end_layout
32263
32264 \begin_layout Standard
32265 La commande 
32266 \series bold
32267
32268 \backslash
32269 resizebox{2cm}{1cm}{Bonjour}
32270 \series default
32271  produit : 
32272 \begin_inset ERT
32273 status collapsed
32274
32275 \begin_layout Plain Layout
32276
32277
32278 \backslash
32279 resizebox{2cm}{1cm}{
32280 \end_layout
32281
32282 \end_inset
32283
32284 Bonjour
32285 \begin_inset ERT
32286 status collapsed
32287
32288 \begin_layout Plain Layout
32289
32290 }
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \begin_inset Newline newline
32297 \end_inset
32298
32299 La commande 
32300 \series bold
32301
32302 \backslash
32303 resizebox{2cm}{!}{Bonjour}
32304 \series default
32305  produit : 
32306 \begin_inset ERT
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310
32311
32312 \backslash
32313 resizebox{2cm}{!}{
32314 \end_layout
32315
32316 \end_inset
32317
32318 Bonjour
32319 \begin_inset ERT
32320 status collapsed
32321
32322 \begin_layout Plain Layout
32323
32324 }
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Standard
32333 \begin_inset VSpace bigskip
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Standard
32340 \begin_inset Note Greyedout
32341 status open
32342
32343 \begin_layout Plain Layout
32344
32345 \series bold
32346 Note:
32347 \series default
32348  Quand les paramètres des commandes 
32349 \series bold
32350
32351 \backslash
32352 scalebox
32353 \series default
32354  ou 
32355 \series bold
32356
32357 \backslash
32358 resizebox
32359 \series default
32360  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32361  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32362  partiellement.
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \begin_layout Standard
32371 \begin_inset VSpace bigskip
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378 Les boîtes peuvent être combinée dans n'importe quel ordre.
32379  Par exemple, la commande 
32380 \begin_inset Newline newline
32381 \end_inset
32382
32383
32384 \series bold
32385
32386 \backslash
32387 rotatebox[origin=c]{-45}{
32388 \backslash
32389 resizebox{2cm}{!}{
32390 \backslash
32391 reflectbox{Bonjour}}}
32392 \begin_inset Newline newline
32393 \end_inset
32394
32395
32396 \series default
32397 produit :
32398 \end_layout
32399
32400 \begin_layout Standard
32401 \align center
32402 \begin_inset ERT
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406
32407
32408 \backslash
32409 rotatebox[origin=c]{-45}{
32410 \backslash
32411 resizebox{2cm}{!}{
32412 \backslash
32413 reflectbox{
32414 \end_layout
32415
32416 \end_inset
32417
32418 Bonjour
32419 \begin_inset ERT
32420 status collapsed
32421
32422 \begin_layout Plain Layout
32423
32424 }}}
32425 \end_layout
32426
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \begin_layout Standard
32433 \noindent
32434 Les images, les tableaux et les formules sont autorisées comme contenu de
32435  boîte :
32436 \end_layout
32437
32438 \begin_layout Standard
32439 \align center
32440 \begin_inset ERT
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444
32445
32446 \backslash
32447 rotatebox[origin=c]{-30}{
32448 \backslash
32449 resizebox{2cm}{!}{
32450 \backslash
32451 reflectbox{
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \begin_inset Graphics
32458         filename ../clipart/platypus.eps
32459         lyxscale 50
32460         width 25col%
32461
32462 \end_inset
32463
32464
32465 \begin_inset ERT
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469
32470 }}}
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \begin_inset ERT
32477 status collapsed
32478
32479 \begin_layout Plain Layout
32480
32481
32482 \backslash
32483 rotatebox[origin=c]{-45}{
32484 \backslash
32485 resizebox{2cm}{!}{
32486 \backslash
32487 reflectbox{
32488 \end_layout
32489
32490 \end_inset
32491
32492
32493 \begin_inset Tabular
32494 <lyxtabular version="3" rows="2" columns="2">
32495 <features tabularvalignment="middle">
32496 <column alignment="center" valignment="top" width="0">
32497 <column alignment="center" valignment="top" width="0">
32498 <row>
32499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32500 \begin_inset Text
32501
32502 \begin_layout Plain Layout
32503 q
32504 \end_layout
32505
32506 \end_inset
32507 </cell>
32508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32509 \begin_inset Text
32510
32511 \begin_layout Plain Layout
32512 w
32513 \end_layout
32514
32515 \end_inset
32516 </cell>
32517 </row>
32518 <row>
32519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32520 \begin_inset Text
32521
32522 \begin_layout Plain Layout
32523 e
32524 \end_layout
32525
32526 \end_inset
32527 </cell>
32528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32529 \begin_inset Text
32530
32531 \begin_layout Plain Layout
32532 r
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 </row>
32538 </lyxtabular>
32539
32540 \end_inset
32541
32542
32543 \begin_inset ERT
32544 status collapsed
32545
32546 \begin_layout Plain Layout
32547
32548 }}}
32549 \end_layout
32550
32551 \end_inset
32552
32553
32554 \begin_inset ERT
32555 status collapsed
32556
32557 \begin_layout Plain Layout
32558
32559
32560 \backslash
32561 rotatebox[origin=c]{-45}{
32562 \backslash
32563 resizebox{2cm}{!}{
32564 \backslash
32565 reflectbox{
32566 \end_layout
32567
32568 \end_inset
32569
32570
32571 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32572 \end_inset
32573
32574
32575 \begin_inset ERT
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579
32580 }}}
32581 \end_layout
32582
32583 \end_inset
32584
32585
32586 \end_layout
32587
32588 \begin_layout Standard
32589 Quand on utilise le style global de formule 
32590 \series bold
32591 fleqn
32592 \series default
32593  dans le document
32594 \begin_inset Foot
32595 status collapsed
32596
32597 \begin_layout Plain Layout
32598 Quand 
32599 \begin_inset Quotes eld
32600 \end_inset
32601
32602 fleqn
32603 \begin_inset Quotes erd
32604 \end_inset
32605
32606  est ajouté aux options de la classe de document.
32607 \end_layout
32608
32609 \end_inset
32610
32611 , les formules hors texte peuvent aussi être redimensionnées.
32612 \end_layout
32613
32614 \begin_layout Chapter
32615 Trucs Externes
32616 \begin_inset Index idx
32617 status collapsed
32618
32619 \begin_layout Plain Layout
32620 Trucs externes
32621 \end_layout
32622
32623 \end_inset
32624
32625
32626 \end_layout
32627
32628 \begin_layout Standard
32629 Avec le menu 
32630 \family sans
32631 Insérer\SpecialChar \menuseparator
32632 Fichier
32633 \family default
32634  vous pouvez insérer un contenu externe à votre document.
32635  Ce contenu peut être :
32636 \end_layout
32637
32638 \begin_layout Description
32639 Document
32640 \begin_inset space ~
32641 \end_inset
32642
32643 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32644  document.
32645 \end_layout
32646
32647 \begin_layout Description
32648 Texte
32649 \begin_inset space ~
32650 \end_inset
32651
32652 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32653 e.
32654 \end_layout
32655
32656 \begin_layout Description
32657 Texte
32658 \begin_inset space ~
32659 \end_inset
32660
32661 Brut
32662 \begin_inset space ~
32663 \end_inset
32664
32665 par
32666 \begin_inset space ~
32667 \end_inset
32668
32669 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32670  Les lignes vides créent un nouveau paragraphe dans votre document.
32671 \end_layout
32672
32673 \begin_layout Description
32674 Objet
32675 \begin_inset space ~
32676 \end_inset
32677
32678 Externe Fichiers de formats variés.
32679 \end_layout
32680
32681 \begin_layout Description
32682 Sous-document Documents LyX ou LaTeX.
32683 \end_layout
32684
32685 \begin_layout Section
32686 Objets Externes 
32687 \begin_inset Index idx
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691 Trucs externes ! Objets Externes
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Standard
32700 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32701  de fichiers dans votre document sans avoir à convertir ces derniers en
32702  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32703  qui va s'occuper des conversions.
32704  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32705  LyX des images dans des formats divers.
32706  Quand vous avez activé 
32707 \family sans
32708 Aperçu
32709 \begin_inset space ~
32710 \end_inset
32711
32712 sur
32713 \begin_inset space ~
32714 \end_inset
32715
32716 le
32717 \begin_inset space ~
32718 \end_inset
32719
32720 vif
32721 \family default
32722  dans le menu des préférences de LyX, dans la rubrique 
32723 \family sans
32724 Apparence\SpecialChar \menuseparator
32725 Graphiques
32726 \family default
32727 , les objets externes de type Dia et Xfig sont affichés directement dans
32728  LyX.
32729 \end_layout
32730
32731 \begin_layout Standard
32732 On insère des objets externes en utilisant la fenêtre de dialogue 
32733 \family sans
32734 Objet
32735 \begin_inset space ~
32736 \end_inset
32737
32738 Externe
32739 \family default
32740  qui est accessible via le menu 
32741 \family sans
32742 Insérer\SpecialChar \menuseparator
32743 Fichiers\SpecialChar \menuseparator
32744 Objet
32745 \begin_inset space ~
32746 \end_inset
32747
32748 Externe
32749 \family default
32750 .
32751  Actuellement les types de fichiers (
32752 \family sans
32753 Modèles
32754 \family default
32755 ) suivants sont autorisés :
32756 \end_layout
32757
32758 \begin_layout Description
32759 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32760  par le programme 
32761 \series bold
32762
32763 \begin_inset CommandInset href
32764 LatexCommand href
32765 name "XBoard"
32766 target "http://en.wikipedia.org/wiki/XBoard"
32767
32768 \end_inset
32769
32770
32771 \series default
32772 .
32773 \end_layout
32774
32775 \begin_layout Description
32776 Date Ce modèle insère la date sous la forme 
32777 \emph on
32778 Jour-Mois-Année
32779 \emph default
32780 .
32781  Voici un exemple de date insérée comme objet externe :: 
32782 \begin_inset External
32783         template Date
32784         filename .
32785
32786 \end_inset
32787
32788
32789 \begin_inset space ~
32790 \end_inset
32791
32792
32793 \begin_inset Note Note
32794 status open
32795
32796 \begin_layout Plain Layout
32797 Retirer l'espace protégé quand le bug 4398 sera résolu !
32798 \end_layout
32799
32800 \end_inset
32801
32802
32803 \begin_inset Newline newline
32804 \end_inset
32805
32806 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32807  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32808 \family sans
32809 Insérer\SpecialChar \menuseparator
32810 Date
32811 \family default
32812  et avec la commande LaTeX 
32813 \series bold
32814
32815 \backslash
32816 today
32817 \series default
32818  entrée comme code TeX.
32819  Ces différentes méthodes sont comparée dans le tableau
32820 \begin_inset space ~
32821 \end_inset
32822
32823
32824 \begin_inset CommandInset ref
32825 LatexCommand ref
32826 reference "tab:Comparaison-des-dates"
32827
32828 \end_inset
32829
32830 .
32831 \end_layout
32832
32833 \begin_layout Description
32834 Dia Ce modèle accepte les diagrammes créés avec le programme 
32835 \series bold
32836
32837 \begin_inset CommandInset href
32838 LatexCommand href
32839 name "Dia"
32840 target "http://en.wikipedia.org/wiki/Dia_(software)"
32841
32842 \end_inset
32843
32844
32845 \series default
32846 .
32847 \end_layout
32848
32849 \begin_layout Description
32850 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32851  par le programme 
32852 \series bold
32853
32854 \begin_inset CommandInset href
32855 LatexCommand href
32856 name "LilyPond"
32857 target "http://en.wikipedia.org/wiki/LilyPond"
32858
32859 \end_inset
32860
32861
32862 \series default
32863 .
32864 \end_layout
32865
32866 \begin_layout Description
32867 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32868  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32869  
32870 \emph on
32871 pages
32872 \emph default
32873  dans le champ 
32874 \family sans
32875 Option
32876 \family default
32877  dans l'onglet 
32878 \family sans
32879 Options LaTeX et LyX
32880 \family default
32881  en suivant les instructions données pour le modèle.
32882  Si on ne donne pas d'option 
32883 \emph on
32884 pages
32885 \emph default
32886 , seule la première page du PDF sera insérée.
32887 \end_layout
32888
32889 \begin_layout Description
32890 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32891  À peu près tous les formats d'images populaires sont acceptés.
32892  Les images peuvent être traitées dans la fenêtre de dialogue 
32893 \family sans
32894 Objet
32895 \begin_inset space ~
32896 \end_inset
32897
32898 Externe
32899 \family default
32900  comme les images qui sont habituellement incorporées en utilisant le menu
32901  
32902 \family sans
32903 Insérer\SpecialChar \menuseparator
32904 Graphique
32905 \family default
32906 , comme c'est décrit dans la section
32907 \begin_inset space ~
32908 \end_inset
32909
32910
32911 \begin_inset CommandInset ref
32912 LatexCommand ref
32913 reference "sec:Graphics-Dialog"
32914
32915 \end_inset
32916
32917 .
32918  La différence est que seules les images matricielles sont autorisées, ce
32919  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32920 \end_layout
32921
32922 \begin_layout Description
32923 XFig Ce modèle accepte les images créées avec le programme 
32924 \series bold
32925
32926 \begin_inset CommandInset href
32927 LatexCommand href
32928 name "Xfig"
32929 target "http://en.wikipedia.org/wiki/Xfig"
32930
32931 \end_inset
32932
32933
32934 \series default
32935 .
32936 \end_layout
32937
32938 \begin_layout Standard
32939 \begin_inset Float table
32940 placement h
32941 wide false
32942 sideways false
32943 status open
32944
32945 \begin_layout Plain Layout
32946 \begin_inset Caption
32947
32948 \begin_layout Plain Layout
32949 \begin_inset CommandInset label
32950 LatexCommand label
32951 name "tab:Comparaison-des-dates"
32952
32953 \end_inset
32954
32955 Comparaison des méthodes d'insertion de la date.
32956 \end_layout
32957
32958 \end_inset
32959
32960
32961 \end_layout
32962
32963 \begin_layout Plain Layout
32964 \align center
32965 \begin_inset Tabular
32966 <lyxtabular version="3" rows="4" columns="4">
32967 <features tabularvalignment="middle">
32968 <column alignment="center" valignment="top" width="0">
32969 <column alignment="center" valignment="top" width="0">
32970 <column alignment="center" valignment="top" width="0">
32971 <column alignment="center" valignment="top" width="0">
32972 <row>
32973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32974 \begin_inset Text
32975
32976 \begin_layout Plain Layout
32977 Format du document
32978 \end_layout
32979
32980 \end_inset
32981 </cell>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986
32987 \family sans
32988 Objet
32989 \begin_inset space ~
32990 \end_inset
32991
32992 Externe\SpecialChar \menuseparator
32993 Date
32994 \end_layout
32995
32996 \end_inset
32997 </cell>
32998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32999 \begin_inset Text
33000
33001 \begin_layout Plain Layout
33002
33003 \family sans
33004 Insérer\SpecialChar \menuseparator
33005 Date
33006 \end_layout
33007
33008 \end_inset
33009 </cell>
33010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 commande 
33015 \series bold
33016
33017 \backslash
33018 today
33019 \end_layout
33020
33021 \end_inset
33022 </cell>
33023 </row>
33024 <row>
33025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33026 \begin_inset Text
33027
33028 \begin_layout Plain Layout
33029 LyX
33030 \end_layout
33031
33032 \end_inset
33033 </cell>
33034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33035 \begin_inset Text
33036
33037 \begin_layout Plain Layout
33038 comme boîte d'insert
33039 \end_layout
33040
33041 \end_inset
33042 </cell>
33043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047 comme date
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 comme boîte de code TeX
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 </row>
33062 <row>
33063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 LaTeX
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 comme date
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085 comme date
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094 comme commande
33095 \end_layout
33096
33097 \end_inset
33098 </cell>
33099 </row>
33100 <row>
33101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33102 \begin_inset Text
33103
33104 \begin_layout Plain Layout
33105 DVI, PDF, PS
33106 \end_layout
33107
33108 \end_inset
33109 </cell>
33110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33111 \begin_inset Text
33112
33113 \begin_layout Plain Layout
33114 comme date
33115 \end_layout
33116
33117 \end_inset
33118 </cell>
33119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33120 \begin_inset Text
33121
33122 \begin_layout Plain Layout
33123 comme date
33124 \end_layout
33125
33126 \end_inset
33127 </cell>
33128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 comme date date
33133 \end_layout
33134
33135 \end_inset
33136 </cell>
33137 </row>
33138 </lyxtabular>
33139
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Standard
33151 Quand vous activez l'option 
33152 \family sans
33153 Brouillon
33154 \family default
33155  de l'onglet 
33156 \family sans
33157 Fichier
33158 \family default
33159  de la fenêtre de dialogue 
33160 \family sans
33161 Objet
33162 \begin_inset space ~
33163 \end_inset
33164
33165 Externe
33166 \family default
33167 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
33168 \begin_inset Newline newline
33169 \end_inset
33170
33171 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
33172  : 
33173 \begin_inset Graphics
33174         filename ../clipart/ExternalMaterialQt4.png
33175         scale 85
33176         scaleBeforeRotation
33177
33178 \end_inset
33179
33180  soit comme une image, selon que vous avez ou non activé l'option 
33181 \family sans
33182 Afficher
33183 \begin_inset space ~
33184 \end_inset
33185
33186 dans
33187 \begin_inset space ~
33188 \end_inset
33189
33190 LyX
33191 \family default
33192  de l'onglet 
33193 \family sans
33194 Options LaTeX et LyX
33195 \family default
33196  de la fenêtre de dialogue.
33197 \end_layout
33198
33199 \begin_layout Standard
33200 Le manuel 
33201 \family sans
33202 \emph on
33203 Personnalisation
33204 \family default
33205 \emph default
33206  explique comment vous pouvez créer vos propres modèles.
33207 \end_layout
33208
33209 \begin_layout Section
33210 Sous-documents
33211 \begin_inset CommandInset label
33212 LatexCommand label
33213 name "sec:Sous-documents"
33214
33215 \end_inset
33216
33217
33218 \begin_inset Index idx
33219 status collapsed
33220
33221 \begin_layout Plain Layout
33222 Trucs externes ! Sous-documents
33223 \end_layout
33224
33225 \end_inset
33226
33227
33228 \begin_inset Index idx
33229 status collapsed
33230
33231 \begin_layout Plain Layout
33232 Fichiers ! Insérer
33233 \end_layout
33234
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \begin_layout Standard
33241 Les sous-documents sont utilisés quand on a un document très long qui peut
33242  être décomposé en plusieurs parties ou sections plus petites.
33243  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33244  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33245  Les différents documents sont ce que l'on appelle les sous-documents et
33246  un document maître les relie pour imprimer le document complet ou seulement
33247  une partie de celui-ci.
33248  Un sous-document hérite du contenu de son maître, par exemple le préambule
33249  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33250 \end_layout
33251
33252 \begin_layout Standard
33253 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33254  comme celle-ci : 
33255 \begin_inset Graphics
33256         filename clipart/ChildDocumentQt4.png
33257         lyxscale 70
33258         scale 60
33259         scaleBeforeRotation
33260
33261 \end_inset
33262
33263  Pour inclure des sous-documents dans un document maître , on utilise le
33264  menu 
33265 \family sans
33266 Insérer\SpecialChar \menuseparator
33267 Fichier\SpecialChar \menuseparator
33268 Sous-document
33269 \family default
33270 .
33271  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33272  des quatre méthodes d'inclusion :
33273 \end_layout
33274
33275 \begin_layout Description
33276 Inclus
33277 \begin_inset space ~
33278 \end_inset
33279
33280 (include) Vous pouvez inclure des documents LyX et LaTeX.
33281  Quand vous cliquez sur le bouton 
33282 \family sans
33283 Charger
33284 \family default
33285  dans la fenêtre de dialogue 
33286 \family sans
33287 Sous-document
33288 \family default
33289 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33290  vous puissiez le modifier.
33291 \begin_inset Newline newline
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 Voici un sous-document inséré avec la méthode 
33299 \family sans
33300 Inclus
33301 \family default
33302  : 
33303 \begin_inset CommandInset include
33304 LatexCommand include
33305 filename "DocumentBidon1.lyx"
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Standard
33313 La numérotation des sections va prendre en compte les sections des fichiers
33314  incorporés dans l'ordre où ils sont insérés dans le document maître.
33315  Le document qui est inclus comme exemple possède une sous-section qui sera
33316  numérotée comme sous-section de la section actuelle.
33317  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33318  : la sous-section
33319 \begin_inset space ~
33320 \end_inset
33321
33322
33323 \begin_inset CommandInset ref
33324 LatexCommand ref
33325 reference "sub:Sous-section-externe-1"
33326
33327 \end_inset
33328
33329  est dans le fichier inclus.
33330 \end_layout
33331
33332 \begin_layout Standard
33333 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33334  du document maître est utilisé.
33335  Les branches présentes dans le sous-document seront ignorées par le document
33336  maître tant que le document maître possède une branche avec le même nom.
33337  Les documents inclus sont insérés en commençant une nouvelle page et sont
33338  suivis par un saut de page.
33339 \end_layout
33340
33341 \begin_layout Standard
33342 Si vous travaillez uniquement sur un chapitre particulier d'un document
33343  important et que vous voulez optimiser le temps de compilation, vous pouvez
33344  inclure chaque fichier dans une branche
33345 \begin_inset Foot
33346 status open
33347
33348 \begin_layout Plain Layout
33349 Les branches sont décrites dans la section 
33350 \emph on
33351 Branches
33352 \emph default
33353  du 
33354 \emph on
33355 Guide de l'utilisateur
33356 \emph default
33357  de LyX.
33358 \end_layout
33359
33360 \end_inset
33361
33362 .
33363  En activant ou désactivant une branche, vous pouvez décider les fichiers
33364  inclus qui doivent apparaître dans la sortie imprimée.
33365 \end_layout
33366
33367 \begin_layout Standard
33368 \begin_inset Note Greyedout
33369 status open
33370
33371 \begin_layout Plain Layout
33372
33373 \series bold
33374 Note:
33375 \series default
33376  À cause d'un bug de LyX, la commande 
33377 \series bold
33378
33379 \backslash
33380 includeonly
33381 \series default
33382  ne peut actuellement pas être utilisée comme solution alternative pour
33383  décider quels sont les fichiers qui doivent être inclus.
33384 \end_layout
33385
33386 \end_inset
33387
33388
33389 \end_layout
33390
33391 \begin_layout Standard
33392 \begin_inset Note Greyedout
33393 status open
33394
33395 \begin_layout Plain Layout
33396
33397 \series bold
33398 Note:
33399 \series default
33400  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33401  une classe de document différente de celle du document maître, vous recevez
33402  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33403  que cela peut produire des résultats inattendus sur la sortie imprimée.
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \begin_layout Description
33412 Incorporé
33413 \begin_inset space ~
33414 \end_inset
33415
33416 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33417  sont :
33418 \end_layout
33419
33420 \begin_deeper
33421 \begin_layout Itemize
33422 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33423  par un saut de page.
33424 \end_layout
33425
33426 \begin_layout Itemize
33427 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33428  
33429 \family sans
33430 Aperçu
33431 \begin_inset space ~
33432 \end_inset
33433
33434 sur
33435 \begin_inset space ~
33436 \end_inset
33437
33438 le
33439 \begin_inset space ~
33440 \end_inset
33441
33442 vif
33443 \family default
33444  est activée dans les préférences dans la rubrique 
33445 \family sans
33446 Apparence\SpecialChar \menuseparator
33447 Graphique
33448 \family default
33449 .
33450 \end_layout
33451
33452 \begin_layout Itemize
33453 La commande LaTeX 
33454 \series bold
33455
33456 \backslash
33457 includeonly
33458 \series default
33459  ne peut pas être utilisée.
33460 \end_layout
33461
33462 \end_deeper
33463 \begin_layout Standard
33464 Voici un sous document inséré en utilisant la méthode 
33465 \family sans
33466 Incorporé
33467 \family default
33468  : 
33469 \begin_inset CommandInset include
33470 LatexCommand input
33471 preview true
33472 filename "DocumentBidon2.lyx"
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Description
33480 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33481  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33482  sous forme de code source et aucune des commandes éventuellement présentes
33483  ne sera exécutée.
33484  Vous pouvez utiliser l'option 
33485 \family sans
33486 Marquer
33487 \begin_inset space ~
33488 \end_inset
33489
33490 les
33491 \begin_inset space ~
33492 \end_inset
33493
33494 espaces
33495 \family default
33496  qui matérialise chaque espace présente dans le code source par un caractère
33497  
33498 \begin_inset Quotes eld
33499 \end_inset
33500
33501
33502 \begin_inset ERT
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506
33507
33508 \backslash
33509 textvisiblespace 
33510 \end_layout
33511
33512 \end_inset
33513
33514
33515 \begin_inset Quotes erd
33516 \end_inset
33517
33518  .
33519  La différence avec la méthode qui consiste à utiliser le menu 
33520 \family sans
33521 Insérer\SpecialChar \menuseparator
33522 Fichier\SpecialChar \menuseparator
33523 Texte
33524 \begin_inset space ~
33525 \end_inset
33526
33527 brut
33528 \family default
33529  est que le contenu du document n'apparaît pas dans LyX.
33530 \end_layout
33531
33532 \begin_layout Standard
33533 Voici un sous-document inclus en utilisant la méthode 
33534 \family sans
33535 verbatim
33536 \family default
33537  : 
33538 \begin_inset CommandInset include
33539 LatexCommand verbatiminput
33540 filename "DocumentTexteBidon.txt"
33541
33542 \end_inset
33543
33544
33545 \begin_inset VSpace bigskip
33546 \end_inset
33547
33548 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33549  l'option 
33550 \family sans
33551 Marquer
33552 \begin_inset space ~
33553 \end_inset
33554
33555 les
33556 \begin_inset space ~
33557 \end_inset
33558
33559 espaces :
33560 \family default
33561  
33562 \begin_inset CommandInset include
33563 LatexCommand verbatiminput*
33564 filename "DocumentTexteBidon.txt"
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \begin_layout Standard
33572 \begin_inset VSpace bigskip
33573 \end_inset
33574
33575
33576 \end_layout
33577
33578 \begin_layout Standard
33579 \begin_inset Note Greyedout
33580 status open
33581
33582 \begin_layout Plain Layout
33583
33584 \series bold
33585 Note:
33586 \series default
33587  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33588  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33589 \end_layout
33590
33591 \end_inset
33592
33593
33594 \end_layout
33595
33596 \begin_layout Description
33597 Listings Ce type d'inclusion est décrit dans le chapitre
33598 \begin_inset space ~
33599 \end_inset
33600
33601
33602 \begin_inset CommandInset ref
33603 LatexCommand ref
33604 reference "cha:Program-Code-Listings"
33605
33606 \end_inset
33607
33608 .
33609 \end_layout
33610
33611 \begin_layout Standard
33612 \begin_inset Note Greyedout
33613 status open
33614
33615 \begin_layout Plain Layout
33616
33617 \series bold
33618 Note:
33619 \series default
33620  Inclure le même document deux fois dans un même document peut poser des
33621  problèmes avec LaTeX.
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \end_layout
33628
33629 \begin_layout Chapter
33630 Listings de Code Source
33631 \begin_inset CommandInset label
33632 LatexCommand label
33633 name "cha:Program-Code-Listings"
33634
33635 \end_inset
33636
33637
33638 \begin_inset Index idx
33639 status collapsed
33640
33641 \begin_layout Plain Layout
33642 Listings
33643 \end_layout
33644
33645 \end_inset
33646
33647
33648 \begin_inset Index idx
33649 status collapsed
33650
33651 \begin_layout Plain Layout
33652 Code Source
33653 \end_layout
33654
33655 \end_inset
33656
33657
33658 \begin_inset Index idx
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662 Flottants ! Listings
33663 \end_layout
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33672  un insert 
33673 \family sans
33674 Listings
33675 \family default
33676  qui peut être créé grâce au menu 
33677 \family sans
33678 Insérer
33679 \family default
33680 \SpecialChar \menuseparator
33681
33682 \family sans
33683 Listing
33684 \begin_inset space ~
33685 \end_inset
33686
33687 de
33688 \begin_inset space ~
33689 \end_inset
33690
33691 Code
33692 \begin_inset space ~
33693 \end_inset
33694
33695 Source
33696 \family default
33697 .
33698  Le paquetage LaTeX 
33699 \series bold
33700 listings
33701 \series default
33702
33703 \begin_inset Index idx
33704 status collapsed
33705
33706 \begin_layout Plain Layout
33707 Paquetages LaTeX ! listings
33708 \end_layout
33709
33710 \end_inset
33711
33712  fournit un moyen puissant et flexible d'insérer des listings de code source
33713  dans votre document.
33714  
33715 \end_layout
33716
33717 \begin_layout Standard
33718 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33719  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33720 \end_layout
33721
33722 \begin_layout Standard
33723 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33724  imprimée.
33725  L'option d'emplacement 
33726 \family sans
33727 Listing
33728 \begin_inset space ~
33729 \end_inset
33730
33731 en
33732 \begin_inset space ~
33733 \end_inset
33734
33735 Ligne
33736 \family default
33737  imprime le listing dans la ligne comme ceci : 
33738 \begin_inset listings
33739 lstparams "language={C++}"
33740 inline true
33741 status open
33742
33743 \begin_layout Plain Layout
33744
33745 int a=5;
33746 \end_layout
33747
33748 \end_inset
33749
33750
33751 \begin_inset Newline newline
33752 \end_inset
33753
33754 L'option 
33755 \family sans
33756 Flottant
33757 \family default
33758  crée un flottant de listing pour lequel vous pouvez préciser les options
33759  classiques d'emplacement : 
33760 \begin_inset Quotes eld
33761 \end_inset
33762
33763
33764 \family sans
33765 h
33766 \family default
33767
33768 \begin_inset Quotes erd
33769 \end_inset
33770
33771
33772 \begin_inset Quotes eld
33773 \end_inset
33774
33775
33776 \family sans
33777 t
33778 \family default
33779
33780 \begin_inset Quotes erd
33781 \end_inset
33782
33783
33784 \begin_inset Quotes eld
33785 \end_inset
33786
33787
33788 \family sans
33789 b
33790 \family default
33791
33792 \begin_inset Quotes erd
33793 \end_inset
33794
33795 , et 
33796 \begin_inset Quotes eld
33797 \end_inset
33798
33799
33800 \family sans
33801 p
33802 \family default
33803
33804 \begin_inset Quotes erd
33805 \end_inset
33806
33807  correspondant aux emplacement décrits dans la section
33808 \begin_inset space ~
33809 \end_inset
33810
33811
33812 \begin_inset CommandInset ref
33813 LatexCommand ref
33814 reference "sec:Placement-flottants"
33815
33816 \end_inset
33817
33818 .
33819  Les options de positionnement peuvent être mélangées et doivent être saisies
33820  sans séparation, par exemple, on peut taper 
33821 \begin_inset Quotes eld
33822 \end_inset
33823
33824
33825 \family sans
33826 htbp
33827 \family default
33828
33829 \begin_inset Quotes erd
33830 \end_inset
33831
33832 .
33833  L' option 
33834 \begin_inset Quotes eld
33835 \end_inset
33836
33837 h
33838 \begin_inset Quotes erd
33839 \end_inset
33840
33841  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33842  
33843 \family sans
33844 Flottant
33845 \family default
33846  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33847  légende et être référencés.
33848 \end_layout
33849
33850 \begin_layout Standard
33851 Vous pouvez ajouter une légende à un listing avec le menu 
33852 \family sans
33853 Insérer\SpecialChar \menuseparator
33854 Légende
33855 \family default
33856 .
33857  On peut référencer les listings de la même façon que les flottants :Voir
33858  le listing
33859 \begin_inset space ~
33860 \end_inset
33861
33862
33863 \begin_inset CommandInset ref
33864 LatexCommand ref
33865 reference "lst:Listing-exemple"
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset listings
33874 lstparams "language=Python"
33875 inline false
33876 status open
33877
33878 \begin_layout Plain Layout
33879
33880 \begin_inset Caption
33881
33882 \begin_layout Plain Layout
33883 \begin_inset CommandInset label
33884 LatexCommand label
33885 name "lst:Listing-exemple"
33886
33887 \end_inset
33888
33889 Exemple de listing flottant
33890 \end_layout
33891
33892 \end_inset
33893
33894 # Exemple de listing flottant
33895 \end_layout
33896
33897 \begin_layout Plain Layout
33898
33899 def func(param):
33900 \end_layout
33901
33902 \begin_layout Plain Layout
33903
33904     'ceci est une fonction python'
33905 \end_layout
33906
33907 \begin_layout Plain Layout
33908
33909     pass
33910 \end_layout
33911
33912 \end_inset
33913
33914
33915 \end_layout
33916
33917 \begin_layout Standard
33918 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
33919  de listing, les mots-clés de ce langage seront reconnus et mis en forme
33920  de manière particulière dans la sortie imprimée.
33921  Dans l'exemple de listing, le mot clé Python 
33922 \begin_inset Quotes eld
33923 \end_inset
33924
33925 def
33926 \begin_inset Quotes erd
33927 \end_inset
33928
33929  est reconnu et imprimé en caractères gras dans la sortie.
33930 \end_layout
33931
33932 \begin_layout Standard
33933 \begin_inset Note Greyedout
33934 status open
33935
33936 \begin_layout Plain Layout
33937
33938 \series bold
33939 Note:
33940 \series default
33941  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
33942  une police de caractères à 
33943 \family typewriter
33944 chasse fixe
33945 \family default
33946 , c'est que votre police ne contient probablement pas de série grasse.
33947  Dans ce cas choisissez une police différente dans le menu 
33948 \family sans
33949 Document\SpecialChar \menuseparator
33950 Paramètres\SpecialChar \menuseparator
33951 Polices
33952 \family default
33953 .
33954  (Les polices 
33955 \emph on
33956 LuxiMono, BeraMono
33957 \emph default
33958  et 
33959 \emph on
33960 Courier
33961 \emph default
33962  contiennent une série grasse.)
33963 \end_layout
33964
33965 \end_inset
33966
33967
33968 \end_layout
33969
33970 \begin_layout Standard
33971 Dans la rubrique 
33972 \family sans
33973 Numérotation
33974 \begin_inset space ~
33975 \end_inset
33976
33977 des
33978 \begin_inset space ~
33979 \end_inset
33980
33981 Lignes
33982 \family default
33983  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
33984 n des lignes.
33985  Vous pouvez mettre un nombre dans le champ 
33986 \family sans
33987 Pas
33988 \family default
33989  pour désigner les lignes qui seront numérotées.
33990  Par exemple, si vous mettez 
33991 \begin_inset Quotes eld
33992 \end_inset
33993
33994 3
33995 \begin_inset Quotes erd
33996 \end_inset
33997
33998 , seule une ligne sur trois sera numérotée.
33999 \end_layout
34000
34001 \begin_layout Standard
34002 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
34003  apparaîtront dans la sortie.
34004  Vous devez utiliser l'option 
34005 \family sans
34006 Table
34007 \begin_inset space ~
34008 \end_inset
34009
34010 de
34011 \begin_inset space ~
34012 \end_inset
34013
34014 Caractères
34015 \begin_inset space ~
34016 \end_inset
34017
34018 Étendue
34019 \family default
34020  quand vous employez des caractères spécifiques à une langue donnée comme
34021  les umlauts Allemands dans votre listing.
34022 \begin_inset Newline newline
34023 \end_inset
34024
34025 Voici un exemple de listing avec la numérotation des lignes à gauche par
34026  pas de 3, en langage Python, avec les options 
34027 \begin_inset Quotes eld
34028 \end_inset
34029
34030 Table
34031 \begin_inset space ~
34032 \end_inset
34033
34034 de
34035 \begin_inset space ~
34036 \end_inset
34037
34038 caractères
34039 \begin_inset space ~
34040 \end_inset
34041
34042 étendue
34043 \begin_inset Quotes erd
34044 \end_inset
34045
34046  et 
34047 \begin_inset Quotes eld
34048 \end_inset
34049
34050 Espace
34051 \begin_inset space ~
34052 \end_inset
34053
34054 représenté
34055 \begin_inset space ~
34056 \end_inset
34057
34058 par
34059 \begin_inset space ~
34060 \end_inset
34061
34062 un
34063 \begin_inset space ~
34064 \end_inset
34065
34066 symbole
34067 \begin_inset Quotes erd
34068 \end_inset
34069
34070 , l'intervalle de ligne étant 3
34071 \begin_inset space \thinspace{}
34072 \end_inset
34073
34074 -
34075 \begin_inset space \thinspace{}
34076 \end_inset
34077
34078 8:
34079 \end_layout
34080
34081 \begin_layout Standard
34082 \begin_inset listings
34083 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34084 inline false
34085 status open
34086
34087 \begin_layout Plain Layout
34088
34089 def func(param):
34090 \end_layout
34091
34092 \begin_layout Plain Layout
34093
34094     'ceci est une fonction Python'
34095 \end_layout
34096
34097 \begin_layout Plain Layout
34098
34099     pass
34100 \end_layout
34101
34102 \begin_layout Plain Layout
34103
34104 def func(param):
34105 \end_layout
34106
34107 \begin_layout Plain Layout
34108
34109 'Ça, c'est un mot Allemand : Tschüß'
34110 \end_layout
34111
34112 \begin_layout Plain Layout
34113
34114 pass
34115 \end_layout
34116
34117 \begin_layout Plain Layout
34118
34119 def func(param):
34120 \end_layout
34121
34122 \begin_layout Plain Layout
34123
34124 'ceci est une fonction Python'
34125 \end_layout
34126
34127 \begin_layout Plain Layout
34128
34129 pass
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \begin_layout Standard
34138 \begin_inset Note Greyedout
34139 status open
34140
34141 \begin_layout Plain Layout
34142
34143 \series bold
34144 Note:
34145 \series default
34146  À cause d'un bug dans le paquetage 
34147 \series bold
34148 listings
34149 \series default
34150  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
34151  listing.
34152  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
34153  les lignes 3 et 6.
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 \begin_inset VSpace bigskip
34163 \end_inset
34164
34165
34166 \end_layout
34167
34168 \begin_layout Standard
34169 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
34170  listing.
34171  Pour le faire, il suffit d'utiliser le menu 
34172 \family sans
34173 Insérer\SpecialChar \menuseparator
34174 Fichier\SpecialChar \menuseparator
34175 Sous-document
34176 \family default
34177  et de choisir le type 
34178 \family sans
34179 Listing
34180 \family default
34181
34182 \begin_inset space ~
34183 \end_inset
34184
34185
34186 \family sans
34187 de
34188 \begin_inset space ~
34189 \end_inset
34190
34191 Code
34192 \begin_inset space ~
34193 \end_inset
34194
34195 source
34196 \family default
34197 .
34198 \begin_inset Foot
34199 status collapsed
34200
34201 \begin_layout Plain Layout
34202 Les autres types de sous-documents sont décrits dans la section
34203 \begin_inset space ~
34204 \end_inset
34205
34206
34207 \begin_inset CommandInset ref
34208 LatexCommand ref
34209 reference "sec:Sous-documents"
34210
34211 \end_inset
34212
34213 .
34214 \end_layout
34215
34216 \end_inset
34217
34218  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34219  à utiliser pour le listing dans une zone de texte.
34220  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34221  
34222 \begin_inset Quotes eld
34223 \end_inset
34224
34225 ?
34226 \begin_inset Quotes erd
34227 \end_inset
34228
34229  dans la zone de texte.
34230 \end_layout
34231
34232 \begin_layout Standard
34233 Pour faire référence à un sous-document de type listing, tapez une étiquette
34234  dans le champ correspondant de la fenêtre de dialogue.
34235  On peut alors faire référence à cette étiquette en utilisant le menu 
34236 \family sans
34237 Insérer\SpecialChar \menuseparator
34238 Référence
34239 \begin_inset space ~
34240 \end_inset
34241
34242 Croisée
34243 \family default
34244 .
34245 \end_layout
34246
34247 \begin_layout Standard
34248 Le listing
34249 \begin_inset space ~
34250 \end_inset
34251
34252
34253 \begin_inset CommandInset ref
34254 LatexCommand ref
34255 reference "lst:listing-fichier"
34256
34257 \end_inset
34258
34259  est une exemple de listing issu d'un fichier ; ici les lignes 10
34260 \begin_inset space \thinspace{}
34261 \end_inset
34262
34263 -
34264 \begin_inset space \thinspace{}
34265 \end_inset
34266
34267 15 de ce fichier LyX sont listées.
34268 \end_layout
34269
34270 \begin_layout Standard
34271 \begin_inset CommandInset include
34272 LatexCommand lstinputlisting
34273 filename "EmbeddedObjects.lyx"
34274 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34275
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Standard
34282 \begin_inset VSpace bigskip
34283 \end_inset
34284
34285
34286 \end_layout
34287
34288 \begin_layout Standard
34289
34290 \lang english
34291 Inserting a formula into a listing can be done the following way:
34292 \end_layout
34293
34294 \begin_layout Enumerate
34295
34296 \lang english
34297 Open the listings dialog and add
34298 \begin_inset Newline newline
34299 \end_inset
34300
34301
34302 \family sans
34303 mathescape=true
34304 \family default
34305
34306 \begin_inset Newline newline
34307 \end_inset
34308
34309 to the field of the 
34310 \family sans
34311 Advanced
34312 \family default
34313  tab.
34314 \end_layout
34315
34316 \begin_layout Enumerate
34317
34318 \lang english
34319 Create a formula outside the listing
34320 \end_layout
34321
34322 \begin_layout Enumerate
34323
34324 \lang english
34325 Copy the content of the formula (not the formula inset) to the clipboard
34326  (shortcut 
34327 \begin_inset Info
34328 type  "shortcut"
34329 arg   "copy"
34330 \end_inset
34331
34332 )
34333 \end_layout
34334
34335 \begin_layout Enumerate
34336
34337 \lang english
34338 In the listing write 
34339 \begin_inset Quotes eld
34340 \end_inset
34341
34342
34343 \family sans
34344 $$
34345 \family default
34346
34347 \begin_inset Quotes erd
34348 \end_inset
34349
34350  and copy from the clipboard between the dollar-signs (shortcut 
34351 \begin_inset Info
34352 type  "shortcut"
34353 arg   "paste"
34354 \end_inset
34355
34356 )
34357 \end_layout
34358
34359 \begin_layout Standard
34360 \begin_inset listings
34361 lstparams "language=Python,mathescape=true"
34362 inline false
34363 status open
34364
34365 \begin_layout Plain Layout
34366
34367 \begin_inset Caption
34368
34369 \begin_layout Plain Layout
34370 Exemple de listing flottant 
34371 \lang english
34372 containing a formula
34373 \end_layout
34374
34375 \end_inset
34376
34377 # Exemple de listing flottant
34378 \end_layout
34379
34380 \begin_layout Plain Layout
34381
34382 def func(param):
34383 \end_layout
34384
34385 \begin_layout Plain Layout
34386
34387     # $
34388 \backslash
34389 prod_{n=1}^{
34390 \backslash
34391 infty}
34392 \backslash
34393 ,
34394 \backslash
34395 frac{1}{x^{2}}$
34396 \end_layout
34397
34398 \begin_layout Plain Layout
34399
34400     pass
34401 \end_layout
34402
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \begin_layout Standard
34409 \begin_inset VSpace bigskip
34410 \end_inset
34411
34412
34413 \end_layout
34414
34415 \begin_layout Standard
34416 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34417  de dialogue 
34418 \family sans
34419 Document\SpecialChar \menuseparator
34420 Paramètres\SpecialChar \menuseparator
34421 Format
34422 \begin_inset space ~
34423 \end_inset
34424
34425 du
34426 \begin_inset space ~
34427 \end_inset
34428
34429 Texte
34430 \family default
34431 .
34432  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34433  
34434 \begin_inset Quotes eld
34435 \end_inset
34436
34437 ?
34438 \begin_inset Quotes erd
34439 \end_inset
34440
34441  dans le champ 
34442 \family sans
34443 Paramètres
34444 \begin_inset space ~
34445 \end_inset
34446
34447 du
34448 \begin_inset space ~
34449 \end_inset
34450
34451 Listing
34452 \family default
34453 .
34454 \end_layout
34455
34456 \begin_layout Standard
34457 Pour plus d'information sur le paquetage 
34458 \series bold
34459 listings
34460 \series default
34461 , nous vous renvoyons à sa documentation 
34462 \begin_inset CommandInset citation
34463 LatexCommand cite
34464 key "listings"
34465
34466 \end_inset
34467
34468 .
34469 \end_layout
34470
34471 \begin_layout Standard
34472 \begin_inset Newpage newpage
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \begin_layout Chapter
34479 \start_of_appendix
34480 Unités de longueur utilisables avec LyX
34481 \begin_inset Argument
34482 status collapsed
34483
34484 \begin_layout Plain Layout
34485 Unités de longueur
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \begin_inset Index idx
34492 status collapsed
34493
34494 \begin_layout Plain Layout
34495 Unités
34496 \end_layout
34497
34498 \end_inset
34499
34500
34501 \begin_inset CommandInset label
34502 LatexCommand label
34503 name "cha:Unités-de-longueur"
34504
34505 \end_inset
34506
34507
34508 \end_layout
34509
34510 \begin_layout Standard
34511 Pour comprendre les unités de longueur utilisées dans cette documentation,
34512  le tableau
34513 \begin_inset space ~
34514 \end_inset
34515
34516
34517 \begin_inset CommandInset ref
34518 LatexCommand ref
34519 reference "tab:Unités"
34520
34521 \end_inset
34522
34523 décrit les unités utilisées par LyX.
34524 \begin_inset Float table
34525 placement h
34526 wide false
34527 sideways false
34528 status open
34529
34530 \begin_layout Plain Layout
34531 \begin_inset Caption
34532
34533 \begin_layout Plain Layout
34534 \begin_inset CommandInset label
34535 LatexCommand label
34536 name "tab:Unités"
34537
34538 \end_inset
34539
34540 Unités de longueur
34541 \end_layout
34542
34543 \end_inset
34544
34545
34546 \end_layout
34547
34548 \begin_layout Plain Layout
34549 \begin_inset VSpace medskip
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Plain Layout
34556 \align center
34557 \begin_inset Tabular
34558 <lyxtabular version="3" rows="20" columns="2">
34559 <features tabularvalignment="middle">
34560 <column alignment="center" valignment="top" width="0">
34561 <column alignment="center" valignment="top" width="0">
34562 <row>
34563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34564 \begin_inset Text
34565
34566 \begin_layout Plain Layout
34567 unité
34568 \end_layout
34569
34570 \end_inset
34571 </cell>
34572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34573 \begin_inset Text
34574
34575 \begin_layout Plain Layout
34576 nom/description
34577 \end_layout
34578
34579 \end_inset
34580 </cell>
34581 </row>
34582 <row>
34583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34584 \begin_inset Text
34585
34586 \begin_layout Plain Layout
34587 mm
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34593 \begin_inset Text
34594
34595 \begin_layout Plain Layout
34596 millimètre
34597 \end_layout
34598
34599 \end_inset
34600 </cell>
34601 </row>
34602 <row>
34603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607 cm
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34613 \begin_inset Text
34614
34615 \begin_layout Plain Layout
34616 centimètre
34617 \end_layout
34618
34619 \end_inset
34620 </cell>
34621 </row>
34622 <row>
34623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627 in
34628 \end_layout
34629
34630 \end_inset
34631 </cell>
34632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34633 \begin_inset Text
34634
34635 \begin_layout Plain Layout
34636 pouce (inch)
34637 \end_layout
34638
34639 \end_inset
34640 </cell>
34641 </row>
34642 <row>
34643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34644 \begin_inset Text
34645
34646 \begin_layout Plain Layout
34647 pt
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34653 \begin_inset Text
34654
34655 \begin_layout Plain Layout
34656 point (72.27
34657 \begin_inset space \thinspace{}
34658 \end_inset
34659
34660 pt = 1
34661 \begin_inset space \thinspace{}
34662 \end_inset
34663
34664 in)
34665 \end_layout
34666
34667 \end_inset
34668 </cell>
34669 </row>
34670 <row>
34671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34672 \begin_inset Text
34673
34674 \begin_layout Plain Layout
34675 pc
34676 \end_layout
34677
34678 \end_inset
34679 </cell>
34680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34681 \begin_inset Text
34682
34683 \begin_layout Plain Layout
34684 pica (1
34685 \begin_inset space \thinspace{}
34686 \end_inset
34687
34688 pc = 12
34689 \begin_inset space \thinspace{}
34690 \end_inset
34691
34692 pt)
34693 \end_layout
34694
34695 \end_inset
34696 </cell>
34697 </row>
34698 <row>
34699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34700 \begin_inset Text
34701
34702 \begin_layout Plain Layout
34703 sp
34704 \end_layout
34705
34706 \end_inset
34707 </cell>
34708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34709 \begin_inset Text
34710
34711 \begin_layout Plain Layout
34712 scaled point (65536
34713 \begin_inset space \thinspace{}
34714 \end_inset
34715
34716 sp = 1
34717 \begin_inset space \thinspace{}
34718 \end_inset
34719
34720 pt)
34721 \end_layout
34722
34723 \end_inset
34724 </cell>
34725 </row>
34726 <row>
34727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 bp
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 gros point (72
34741 \begin_inset space \thinspace{}
34742 \end_inset
34743
34744 bp = 1
34745 \begin_inset space \thinspace{}
34746 \end_inset
34747
34748 in)
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 </row>
34754 <row>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759 dd
34760 \end_layout
34761
34762 \end_inset
34763 </cell>
34764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34765 \begin_inset Text
34766
34767 \begin_layout Plain Layout
34768 didot (72
34769 \begin_inset space \thinspace{}
34770 \end_inset
34771
34772 dd 
34773 \begin_inset Formula $\approx$
34774 \end_inset
34775
34776  37.6
34777 \begin_inset space \thinspace{}
34778 \end_inset
34779
34780 mm)
34781 \end_layout
34782
34783 \end_inset
34784 </cell>
34785 </row>
34786 <row>
34787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34788 \begin_inset Text
34789
34790 \begin_layout Plain Layout
34791 cc
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 cicero (1
34801 \begin_inset space \thinspace{}
34802 \end_inset
34803
34804 cc = 12
34805 \begin_inset space \thinspace{}
34806 \end_inset
34807
34808 dd)
34809 \end_layout
34810
34811 \end_inset
34812 </cell>
34813 </row>
34814 <row>
34815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34816 \begin_inset Text
34817
34818 \begin_layout Plain Layout
34819 Scale%
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34825 \begin_inset Text
34826
34827 \begin_layout Plain Layout
34828 % de la largeur originale de l'image
34829 \end_layout
34830
34831 \end_inset
34832 </cell>
34833 </row>
34834 <row>
34835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34836 \begin_inset Text
34837
34838 \begin_layout Plain Layout
34839 text%
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34845 \begin_inset Text
34846
34847 \begin_layout Plain Layout
34848 % de la largeur du texte
34849 \end_layout
34850
34851 \end_inset
34852 </cell>
34853 </row>
34854 <row>
34855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34856 \begin_inset Text
34857
34858 \begin_layout Plain Layout
34859 col%
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34865 \begin_inset Text
34866
34867 \begin_layout Plain Layout
34868 % de la largeur de la colonne
34869 \end_layout
34870
34871 \end_inset
34872 </cell>
34873 </row>
34874 <row>
34875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879 page%
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34885 \begin_inset Text
34886
34887 \begin_layout Plain Layout
34888 % de la largeur du papier
34889 \end_layout
34890
34891 \end_inset
34892 </cell>
34893 </row>
34894 <row>
34895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 line%
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34905 \begin_inset Text
34906
34907 \begin_layout Plain Layout
34908 % de la largeur de la ligne
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 </row>
34914 <row>
34915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919 theight%
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34925 \begin_inset Text
34926
34927 \begin_layout Plain Layout
34928 % la hauteur du texte
34929 \end_layout
34930
34931 \end_inset
34932 </cell>
34933 </row>
34934 <row>
34935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34936 \begin_inset Text
34937
34938 \begin_layout Plain Layout
34939 pheight%
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948 % hauteur du papier
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 </row>
34954 <row>
34955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34956 \begin_inset Text
34957
34958 \begin_layout Plain Layout
34959 ex
34960 \end_layout
34961
34962 \end_inset
34963 </cell>
34964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34965 \begin_inset Text
34966
34967 \begin_layout Plain Layout
34968 hauteur de la lettre 
34969 \emph on
34970 x
34971 \emph default
34972  dans la police courante
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 </row>
34978 <row>
34979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983 em
34984 \end_layout
34985
34986 \end_inset
34987 </cell>
34988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34989 \begin_inset Text
34990
34991 \begin_layout Plain Layout
34992 largeur de la lettre
34993 \emph on
34994  M
34995 \emph default
34996  dans la police courante
34997 \end_layout
34998
34999 \end_inset
35000 </cell>
35001 </row>
35002 <row>
35003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35004 \begin_inset Text
35005
35006 \begin_layout Plain Layout
35007 mu
35008 \end_layout
35009
35010 \end_inset
35011 </cell>
35012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35013 \begin_inset Text
35014
35015 \begin_layout Plain Layout
35016 unité mathématique (1
35017 \begin_inset space \thinspace{}
35018 \end_inset
35019
35020 mu = 1/18
35021 \begin_inset space \thinspace{}
35022 \end_inset
35023
35024 em)
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 </row>
35030 </lyxtabular>
35031
35032 \end_inset
35033
35034
35035 \end_layout
35036
35037 \end_inset
35038
35039
35040 \end_layout
35041
35042 \begin_layout Chapter
35043 Formats des fichiers de sortie graphiques
35044 \begin_inset CommandInset label
35045 LatexCommand label
35046 name "cha:Formats-fichiers-graphiques"
35047
35048 \end_inset
35049
35050
35051 \end_layout
35052
35053 \begin_layout Section
35054 DVI
35055 \begin_inset Index idx
35056 status collapsed
35057
35058 \begin_layout Plain Layout
35059 Formats de Fichiers! DVI
35060 \end_layout
35061
35062 \end_inset
35063
35064
35065 \begin_inset Index idx
35066 status collapsed
35067
35068 \begin_layout Plain Layout
35069 DVI|see
35070 \begin_inset ERT
35071 status collapsed
35072
35073 \begin_layout Plain Layout
35074
35075 {
35076 \end_layout
35077
35078 \end_inset
35079
35080 Formats de Fichiers
35081 \begin_inset ERT
35082 status collapsed
35083
35084 \begin_layout Plain Layout
35085
35086 }
35087 \end_layout
35088
35089 \end_inset
35090
35091
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \end_layout
35098
35099 \begin_layout Standard
35100 Ce type de fichiers a l'extension 
35101 \begin_inset Quotes fld
35102 \end_inset
35103
35104
35105 \family typewriter
35106 .dvi
35107 \family default
35108
35109 \begin_inset Quotes frd
35110 \end_inset
35111
35112 .
35113  Il est appelé 
35114 \emph on
35115 indépendant de l'appareil
35116 \emph default
35117  ou 
35118 \begin_inset Quotes fld
35119 \end_inset
35120
35121 device independent (DVI)
35122 \begin_inset Quotes frd
35123 \end_inset
35124
35125 , car il est complètement portable ; vous pouvez les recopier d'une machine
35126  à l'autre sans avoir à faire de conversion.
35127  À l'époque où ce format a été développé, c'était loin d'être évident.
35128  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
35129  étape préliminaire avant la conversion vers un autre format comme le PostScript.
35130 \end_layout
35131
35132 \begin_layout Standard
35133 \begin_inset Note Greyedout
35134 status open
35135
35136 \begin_layout Plain Layout
35137
35138 \series bold
35139 Note:
35140 \series default
35141  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
35142  au fichier.
35143  
35144 \end_layout
35145
35146 \end_inset
35147
35148  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
35149  
35150 \family typewriter
35151 .dvi
35152 \family default
35153 .
35154  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
35155 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
35156  pour les rendre visibles quand vous faites défiler votre document.
35157  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
35158  avec de nombreuses images.
35159 \end_layout
35160
35161 \begin_layout Standard
35162 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
35163  menu 
35164 \family sans
35165 Fichier\SpecialChar \menuseparator
35166 Exporter\SpecialChar \menuseparator
35167 DVI.
35168
35169 \family default
35170  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
35171 \family sans
35172 Visualiser
35173 \family default
35174  ou en utilisant le bouton
35175 \begin_inset Graphics
35176         filename ../../images/buffer-view_dvi.png
35177         scale 85
35178         scaleBeforeRotation
35179
35180 \end_inset
35181
35182  de la barre d'outils.
35183 \end_layout
35184
35185 \begin_layout Section
35186 PostScript
35187 \begin_inset CommandInset label
35188 LatexCommand label
35189 name "sec:PostScript"
35190
35191 \end_inset
35192
35193
35194 \begin_inset Index idx
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 Formats de Fichiers ! PostScript
35199 \end_layout
35200
35201 \end_inset
35202
35203
35204 \begin_inset Index idx
35205 status collapsed
35206
35207 \begin_layout Plain Layout
35208 PostScript|see
35209 \begin_inset ERT
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213
35214 {
35215 \end_layout
35216
35217 \end_inset
35218
35219 Formats de Fichiers
35220 \begin_inset ERT
35221 status collapsed
35222
35223 \begin_layout Plain Layout
35224
35225 }
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Standard
35239 Ce type de fichiers a l'extension 
35240 \begin_inset Quotes fld
35241 \end_inset
35242
35243
35244 \family typewriter
35245 .ps
35246 \family default
35247
35248 \begin_inset Quotes frd
35249 \end_inset
35250
35251 .
35252  PostScript a été développé par la société 
35253 \series bold
35254 Adobe
35255 \series default
35256  comme un langage pour les imprimantes.
35257  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
35258  pour imprimer le document.
35259  PostScript peut être considéré comme un 
35260 \begin_inset Quotes fld
35261 \end_inset
35262
35263 langage de programmation
35264 \begin_inset Quotes frd
35265 \end_inset
35266
35267  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
35268  images
35269 \begin_inset Foot
35270 status open
35271
35272 \begin_layout Plain Layout
35273 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
35274  LaTeX 
35275 \series bold
35276 pstricks
35277 \series default
35278
35279 \begin_inset CommandInset citation
35280 LatexCommand cite
35281 key "pstricks"
35282
35283 \end_inset
35284
35285 .
35286 \end_layout
35287
35288 \end_inset
35289
35290 .
35291  En partie à cause de toutes ces possibilités un fichier PostScript est
35292  souvent plus gros qu'un PDF.
35293 \end_layout
35294
35295 \begin_layout Standard
35296 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
35297  plus gros qu'un PDF.
35298 \end_layout
35299
35300 \begin_layout Standard
35301 PostScript ne peut contenir que des images au format 
35302 \begin_inset Quotes fld
35303 \end_inset
35304
35305 PostScript Encapsulé
35306 \begin_inset Quotes frd
35307 \end_inset
35308
35309  (encapsulated PostScript ou EPS, d'extension 
35310 \family typewriter
35311 .eps
35312 \family default
35313 ).
35314  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35315  il doit les convertir en interne en EPS.
35316  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35317  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35318  document.
35319  Cela risque de ralentir de façon importante votre rythme de travail.
35320  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35321  vos images directement en EPS pour éviter ce problème.
35322 \end_layout
35323
35324 \begin_layout Standard
35325 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35326  le menu 
35327 \family sans
35328 Fichier\SpecialChar \menuseparator
35329 Exporter\SpecialChar \menuseparator
35330 PostScript.
35331
35332 \family default
35333  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35334  
35335 \family sans
35336 Visualiser
35337 \family default
35338  ou en utilisant le bouton 
35339 \begin_inset Graphics
35340         filename ../../images/buffer-view_ps.png
35341         scale 85
35342         scaleBeforeRotation
35343
35344 \end_inset
35345
35346  de la barre d'outils.
35347 \end_layout
35348
35349 \begin_layout Section
35350 PDF
35351 \begin_inset Index idx
35352 status collapsed
35353
35354 \begin_layout Plain Layout
35355 Formats de Fichiers ! PDF
35356 \end_layout
35357
35358 \end_inset
35359
35360
35361 \begin_inset Index idx
35362 status collapsed
35363
35364 \begin_layout Plain Layout
35365 PDF
35366 \end_layout
35367
35368 \end_inset
35369
35370
35371 \end_layout
35372
35373 \begin_layout Standard
35374 Ce type de fichiers a l'extension 
35375 \begin_inset Quotes fld
35376 \end_inset
35377
35378
35379 \family typewriter
35380 .pdf
35381 \family default
35382
35383 \begin_inset Quotes frd
35384 \end_inset
35385
35386 .
35387  Ce 
35388 \begin_inset Quotes fld
35389 \end_inset
35390
35391 format de document portable
35392 \begin_inset Quotes frd
35393 \end_inset
35394
35395  (portable document format ou PDF) est développé par 
35396 \family typewriter
35397 Adobe
35398 \family default
35399  comme une évolution de PostScript.
35400  Il est plus comprimé et utilise moins de commandes que PostScript.
35401  Comme son nom l'indique, il est 
35402 \begin_inset Quotes fld
35403 \end_inset
35404
35405 portable
35406 \begin_inset Quotes frd
35407 \end_inset
35408
35409  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35410  aura exactement le même aspect.
35411 \end_layout
35412
35413 \begin_layout Standard
35414 PDF peut contenir des images dans son propre format PDF et dans les formats
35415  JPG (format du 
35416 \begin_inset Quotes fld
35417 \end_inset
35418
35419 Joint Photographic Expert Group
35420 \begin_inset Quotes frd
35421 \end_inset
35422
35423  avec comme extension 
35424 \family typewriter
35425 .jpg
35426 \family default
35427  ou 
35428 \family typewriter
35429 .jpeg
35430 \family default
35431 ) et PNG (
35432 \begin_inset Quotes fld
35433 \end_inset
35434
35435 Portable Network Graphics
35436 \begin_inset Quotes frd
35437 \end_inset
35438
35439  avec l'extension 
35440 \family typewriter
35441 .png
35442 \family default
35443 ).
35444  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35445  dans un de ces formats.
35446  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35447  vont ralentir votre travail.
35448  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35449 \end_layout
35450
35451 \begin_layout Standard
35452 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35453  menu 
35454 \family sans
35455 Fichier\SpecialChar \menuseparator
35456 Exporter 
35457 \family default
35458 de trois façons différentes:
35459 \end_layout
35460
35461 \begin_layout Description
35462 PDF
35463 \begin_inset space ~
35464 \end_inset
35465
35466 (ps2pdf) Ceci utilise le programme 
35467 \family typewriter
35468 ps2pdf
35469 \family default
35470  qui créé un PDF à partir de la version PostScript de votre fichier.
35471  Cette dernière est produite par le programme 
35472 \family typewriter
35473 dvips
35474 \family default
35475  qui utilise une version DVI comme étape intermédiaire.
35476  Cette variante consiste donc en trois conversions.
35477 \end_layout
35478
35479 \begin_layout Description
35480 PDF
35481 \begin_inset space ~
35482 \end_inset
35483
35484 (dvipdfm) Ceci utilise le programme 
35485 \family typewriter
35486 dvipdfm
35487 \family default
35488  qui convertit votre fichier en DVI avant de le convertir en PDF.
35489 \end_layout
35490
35491 \begin_layout Description
35492 PDF
35493 \begin_inset space ~
35494 \end_inset
35495
35496 (pdflatex) Ceci utilise le programme 
35497 \family typewriter
35498 pdftex
35499 \family default
35500  qui convertit directement votre fichier en PDF.
35501 \end_layout
35502
35503 \begin_layout Standard
35504 Nous recommandons d'utiliser l'option 
35505 \family sans
35506 PDF
35507 \begin_inset space ~
35508 \end_inset
35509
35510 (pdflatex)
35511 \family default
35512  car 
35513 \family typewriter
35514 pdftex
35515 \family default
35516  accepte toutes les fonctionnalités des versions actuelles de PDF.
35517  Il est en plus rapide et stable.
35518  Le programme 
35519 \family typewriter
35520 dvipdfm
35521 \family default
35522  n'est plus développé est est donc un peu dépassé.
35523 \end_layout
35524
35525 \begin_layout Standard
35526
35527 \end_layout
35528
35529 \begin_layout Standard
35530 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35531 \family sans
35532 Visualiser
35533 \family default
35534  ou en utilisant le bouton 
35535 \begin_inset Graphics
35536         filename ../../images/buffer-view_pdf2.png
35537         scale 85
35538         scaleBeforeRotation
35539
35540 \end_inset
35541
35542  de la barre d'outils
35543 \family sans
35544  (
35545 \family default
35546 qui utilise 
35547 \family sans
35548 PDF
35549 \begin_inset space ~
35550 \end_inset
35551
35552 (pdflatex)
35553 \family default
35554 ).
35555 \end_layout
35556
35557 \begin_layout Chapter
35558 Explication de l' Équation
35559 \begin_inset space ~
35560 \end_inset
35561
35562 (
35563 \begin_inset CommandInset ref
35564 LatexCommand ref
35565 reference "eq:Wgn"
35566
35567 \end_inset
35568
35569 )
35570 \begin_inset CommandInset label
35571 LatexCommand label
35572 name "cha:Explication-de-l'Equation"
35573
35574 \end_inset
35575
35576
35577 \end_layout
35578
35579 \begin_layout Standard
35580 La largeur totale de 
35581 \emph on
35582 n
35583 \emph default
35584  cellules de tableau 
35585 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35586 \end_inset
35587
35588  peut être calculée avec
35589 \end_layout
35590
35591 \begin_layout Standard
35592 \begin_inset Formula \begin{equation}
35593 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
35594
35595 \end_inset
35596
35597
35598 \end_layout
35599
35600 \begin_layout Standard
35601 Où 
35602 \begin_inset Formula $W_{g\, n}$
35603 \end_inset
35604
35605  est la largeur fixe de toutes les cellules.
35606  
35607 \series bold
35608
35609 \backslash
35610 tabcolsep
35611 \series default
35612  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35613  sa valeur implicite est 6
35614 \begin_inset space \thinspace{}
35615 \end_inset
35616
35617 pt.
35618  
35619 \series bold
35620
35621 \backslash
35622 arrayrulewidth
35623 \series default
35624  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35625 \begin_inset space \thinspace{}
35626 \end_inset
35627
35628 pt.
35629 \end_layout
35630
35631 \begin_layout Standard
35632 D'après l'équation
35633 \begin_inset space ~
35634 \end_inset
35635
35636
35637 \begin_inset CommandInset ref
35638 LatexCommand eqref
35639 reference "eq:Wtot_n"
35640
35641 \end_inset
35642
35643 , la largeur totale d'une multicolonne, 
35644 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35645 \end_inset
35646
35647  est
35648 \end_layout
35649
35650 \begin_layout Standard
35651 \begin_inset Formula \begin{equation}
35652 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
35653
35654 \end_inset
35655
35656
35657 \end_layout
35658
35659 \begin_layout Standard
35660 En posant que les équations 
35661 \begin_inset space ~
35662 \end_inset
35663
35664
35665 \begin_inset CommandInset ref
35666 LatexCommand eqref
35667 reference "eq:Wtot_n"
35668
35669 \end_inset
35670
35671  et 
35672 \begin_inset CommandInset ref
35673 LatexCommand eqref
35674 reference "eq:Wtot_mult"
35675
35676 \end_inset
35677
35678  sont égales, on peut calculer la largeur nécessaire 
35679 \begin_inset Formula $W_{g\, n}$
35680 \end_inset
35681
35682  quand 
35683 \emph on
35684 n
35685 \emph default
35686  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35687  de 
35688 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35689 \end_inset
35690
35691 :
35692 \end_layout
35693
35694 \begin_layout Standard
35695 \begin_inset Formula \begin{equation}
35696 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
35697
35698 \end_inset
35699
35700
35701 \end_layout
35702
35703 \begin_layout Bibliography
35704 \labelwidthstring Bibliographie
35705 \begin_inset CommandInset bibitem
35706 LatexCommand bibitem
35707 key "latexcompanion"
35708
35709 \end_inset
35710
35711 Frank Mittelbach and Michel Goossens: 
35712 \emph on
35713 The LaTeX Companion Second Edition.
35714
35715 \emph default
35716  Addison-Wesley, 2004
35717 \end_layout
35718
35719 \begin_layout Bibliography
35720 \labelwidthstring Bibliographie
35721 \begin_inset CommandInset bibitem
35722 LatexCommand bibitem
35723 key "latexguide"
35724
35725 \end_inset
35726
35727 Helmut Kopka and Patrick W.
35728  Daly: 
35729 \emph on
35730 A Guide to LaTeX Fourth Edition.
35731
35732 \emph default
35733  Addison-Wesley, 2003
35734 \end_layout
35735
35736 \begin_layout Bibliography
35737 \labelwidthstring Bibliographie
35738 \begin_inset CommandInset bibitem
35739 LatexCommand bibitem
35740 key "latexbook"
35741
35742 \end_inset
35743
35744 Leslie Lamport: 
35745 \emph on
35746 LaTeX: A Document Preparation System.
35747
35748 \emph default
35749  Addison-Wesley, second edition, 1994
35750 \end_layout
35751
35752 \begin_layout Bibliography
35753 \labelwidthstring Bibliographie
35754 \begin_inset CommandInset bibitem
35755 LatexCommand bibitem
35756 key "booktabs"
35757
35758 \end_inset
35759
35760 Documentation du paquetage LaTeX 
35761 \series bold
35762
35763 \begin_inset CommandInset href
35764 LatexCommand href
35765 name "booktabs"
35766 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35767
35768 \end_inset
35769
35770
35771 \series default
35772
35773 \begin_inset Index idx
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777 Paquetages LaTeX ! booktabs
35778 \end_layout
35779
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \begin_layout Bibliography
35786 \labelwidthstring Bibliographie
35787 \begin_inset CommandInset bibitem
35788 LatexCommand bibitem
35789 key "caption"
35790
35791 \end_inset
35792
35793 Documentation du paquetage LaTeX 
35794 \series bold
35795
35796 \begin_inset CommandInset href
35797 LatexCommand href
35798 name "caption"
35799 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35800
35801 \end_inset
35802
35803
35804 \series default
35805
35806 \begin_inset Index idx
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810 Paquetages LaTeX ! caption
35811 \end_layout
35812
35813 \end_inset
35814
35815
35816 \end_layout
35817
35818 \begin_layout Bibliography
35819 \labelwidthstring Bibliographie
35820 \begin_inset CommandInset bibitem
35821 LatexCommand bibitem
35822 key "endfloat"
35823
35824 \end_inset
35825
35826 Documentation du paquetage LaTeX 
35827 \series bold
35828
35829 \begin_inset CommandInset href
35830 LatexCommand href
35831 name "endfloat"
35832 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35833
35834 \end_inset
35835
35836
35837 \series default
35838
35839 \begin_inset Index idx
35840 status collapsed
35841
35842 \begin_layout Plain Layout
35843 Paquetages LaTeX ! endfloat
35844 \end_layout
35845
35846 \end_inset
35847
35848
35849 \end_layout
35850
35851 \begin_layout Bibliography
35852 \labelwidthstring Bibliographie
35853 \begin_inset CommandInset bibitem
35854 LatexCommand bibitem
35855 key "wrapfig"
35856
35857 \end_inset
35858
35859 Documentation du paquetage LaTeX 
35860 \series bold
35861
35862 \begin_inset CommandInset href
35863 LatexCommand href
35864 name "wrapfig"
35865 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35866
35867 \end_inset
35868
35869
35870 \series default
35871
35872 \begin_inset Index idx
35873 status collapsed
35874
35875 \begin_layout Plain Layout
35876 Paquetages LaTeX ! wrapfig
35877 \begin_inset ERT
35878 status collapsed
35879
35880 \begin_layout Plain Layout
35881
35882
35883 \backslash
35884 vspace{4mm}
35885 \end_layout
35886
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \end_inset
35893
35894
35895 \end_layout
35896
35897 \begin_layout Bibliography
35898 \labelwidthstring Bibliographie
35899 \begin_inset CommandInset bibitem
35900 LatexCommand bibitem
35901 key "footmisc"
35902
35903 \end_inset
35904
35905 Documentation du paquetage LaTeX 
35906 \series bold
35907
35908 \begin_inset CommandInset href
35909 LatexCommand href
35910 name "footmisc"
35911 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35912
35913 \end_inset
35914
35915
35916 \series default
35917
35918 \begin_inset Index idx
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922 Paquetages LaTeX ! footmisc
35923 \end_layout
35924
35925 \end_inset
35926
35927
35928 \end_layout
35929
35930 \begin_layout Bibliography
35931 \labelwidthstring Bibliographie
35932 \begin_inset CommandInset bibitem
35933 LatexCommand bibitem
35934 key "hypcap"
35935
35936 \end_inset
35937
35938 Documentation du paquetage LaTeX 
35939 \series bold
35940
35941 \begin_inset CommandInset href
35942 LatexCommand href
35943 name "hypcap"
35944 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35945
35946 \end_inset
35947
35948
35949 \series default
35950
35951 \begin_inset Index idx
35952 status collapsed
35953
35954 \begin_layout Plain Layout
35955 Paquetages LaTeX ! hyperref
35956 \end_layout
35957
35958 \end_inset
35959
35960
35961 \end_layout
35962
35963 \begin_layout Bibliography
35964 \labelwidthstring Bibliographie
35965 \begin_inset CommandInset bibitem
35966 LatexCommand bibitem
35967 key "hyperref"
35968
35969 \end_inset
35970
35971 Documentation du paquetage LaTeX 
35972 \series bold
35973
35974 \begin_inset CommandInset href
35975 LatexCommand href
35976 name "hyperref"
35977 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35978
35979 \end_inset
35980
35981
35982 \series default
35983
35984 \begin_inset Index idx
35985 status collapsed
35986
35987 \begin_layout Plain Layout
35988 Paquetages LaTeX ! hyperref
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \end_layout
35995
35996 \begin_layout Bibliography
35997 \labelwidthstring Bibliographie
35998 \begin_inset CommandInset bibitem
35999 LatexCommand bibitem
36000 key "KOMA-Script"
36001
36002 \end_inset
36003
36004 Documentation du paquetage LaTeX 
36005 \series bold
36006
36007 \begin_inset CommandInset href
36008 LatexCommand href
36009 name "KOMA-Script"
36010 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36011
36012 \end_inset
36013
36014
36015 \series default
36016
36017 \begin_inset Index idx
36018 status collapsed
36019
36020 \begin_layout Plain Layout
36021 Paquetages LaTeX ! KOMA-Script
36022 \end_layout
36023
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \begin_layout Bibliography
36030 \labelwidthstring Bibliographie
36031 \begin_inset CommandInset bibitem
36032 LatexCommand bibitem
36033 key "listings"
36034
36035 \end_inset
36036
36037 Documentation du paquetage LaTeX 
36038 \series bold
36039
36040 \begin_inset CommandInset href
36041 LatexCommand href
36042 name "listings"
36043 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36044
36045 \end_inset
36046
36047
36048 \series default
36049
36050 \begin_inset Index idx
36051 status collapsed
36052
36053 \begin_layout Plain Layout
36054 Paquetages LaTeX ! listings
36055 \end_layout
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \begin_layout Bibliography
36063 \labelwidthstring Bibliographie
36064 \begin_inset CommandInset bibitem
36065 LatexCommand bibitem
36066 key "marginnote"
36067
36068 \end_inset
36069
36070 Documentation du paquetage LaTeX 
36071 \series bold
36072
36073 \begin_inset CommandInset href
36074 LatexCommand href
36075 name "marginnote"
36076 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36077
36078 \end_inset
36079
36080
36081 \series default
36082
36083 \begin_inset Index idx
36084 status collapsed
36085
36086 \begin_layout Plain Layout
36087 Paquetages LaTeX ! marginnote
36088 \end_layout
36089
36090 \end_inset
36091
36092
36093 \end_layout
36094
36095 \begin_layout Bibliography
36096 \labelwidthstring Bibliographie
36097 \begin_inset CommandInset bibitem
36098 LatexCommand bibitem
36099 key "pstricks"
36100
36101 \end_inset
36102
36103 Page Web du paquetage LaTeX 
36104 \series bold
36105
36106 \begin_inset CommandInset href
36107 LatexCommand href
36108 name "PSTricks"
36109 target "http://tug.org/PSTricks/"
36110
36111 \end_inset
36112
36113
36114 \series default
36115
36116 \begin_inset Index idx
36117 status collapsed
36118
36119 \begin_layout Plain Layout
36120 Paquetages LaTeX ! PSTricks
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Bibliography
36129 \labelwidthstring Bibliographie
36130 \begin_inset CommandInset bibitem
36131 LatexCommand bibitem
36132 key "sidecap"
36133
36134 \end_inset
36135
36136 Documentation du paquetage LaTeX 
36137 \series bold
36138
36139 \begin_inset CommandInset href
36140 LatexCommand href
36141 name "sidecap"
36142 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36143
36144 \end_inset
36145
36146
36147 \series default
36148
36149 \begin_inset Index idx
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153 Paquetages LaTeX ! sidecap
36154 \end_layout
36155
36156 \end_inset
36157
36158
36159 \end_layout
36160
36161 \begin_layout Bibliography
36162 \labelwidthstring Bibliographie
36163 \begin_inset CommandInset bibitem
36164 LatexCommand bibitem
36165 key "prettyref"
36166
36167 \end_inset
36168
36169 Documentation du paquetage LaTeX
36170 \series bold
36171  
36172 \begin_inset CommandInset href
36173 LatexCommand href
36174 name "prettyref"
36175 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36176
36177 \end_inset
36178
36179
36180 \series default
36181
36182 \begin_inset Index idx
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186 Paquetages LaTeX ! prettyref
36187 \end_layout
36188
36189 \end_inset
36190
36191
36192 \end_layout
36193
36194 \begin_layout Bibliography
36195 \labelwidthstring Bibliographie
36196 \begin_inset CommandInset bibitem
36197 LatexCommand bibitem
36198 key "refstyle"
36199
36200 \end_inset
36201
36202 Documentation du paquetage LaTeX
36203 \series bold
36204  
36205 \begin_inset CommandInset href
36206 LatexCommand href
36207 name "refstyle"
36208 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36209
36210 \end_inset
36211
36212
36213 \series default
36214
36215 \begin_inset Index idx
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219 Paquetages LaTeX ! refstyle
36220 \end_layout
36221
36222 \end_inset
36223
36224
36225 \end_layout
36226
36227 \begin_layout Bibliography
36228 \labelwidthstring Bibliographie
36229 \begin_inset CommandInset bibitem
36230 LatexCommand bibitem
36231 key "NewInLyX20"
36232
36233 \end_inset
36234
36235
36236 \begin_inset CommandInset href
36237 LatexCommand href
36238 name "Page Wiki"
36239 target "http://wiki.lyx.org/LyX/NewInLyX20"
36240
36241 \end_inset
36242
36243  au sujet des nouveautés de 
36244 \family sans
36245 LyX 2.0
36246 \family default
36247 .
36248 \end_layout
36249
36250 \begin_layout Standard
36251 \begin_inset CommandInset index_print
36252 LatexCommand printindex
36253 type "idx"
36254
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \end_body
36261 \end_document